|
|
|
1 | 2024-08-28T17:13:09.141Z | job assigned to worker 01J6CZHZW642W1K3SG4KHFSJNC (queued for 1 m 9 s) |
|
2 | 2024-08-28T17:13:16.856Z | starting task 0: "setup" |
3 | 2024-08-28T17:13:16.864Z | ++ uname -s |
4 | 2024-08-28T17:13:16.868Z | + kern=SunOS |
5 | 2024-08-28T17:13:16.869Z | + case "$kern" in |
6 | 2024-08-28T17:13:16.869Z | + groupadd -g 12345 build |
7 | 2024-08-28T17:13:16.871Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T17:13:18.880Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T17:13:18.966Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T17:13:18.968Z | + home_fs=zfs |
11 | 2024-08-28T17:13:18.969Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T17:13:18.969Z | + mkdir -p /home/build |
13 | 2024-08-28T17:13:18.971Z | + chown build:build /home/build /work |
14 | 2024-08-28T17:13:20.973Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T17:13:20.976Z | process exited: duration 4120 ms, exit code 0 |
|
16 | 2024-08-28T17:13:20.983Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T17:13:20.986Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T17:13:20.986Z | ' 1.80.1 |
19 | 2024-08-28T17:13:20.986Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-28T17:13:20.986Z | * toolchain channel = "1.80.1" |
21 | 2024-08-28T17:13:20.986Z | ' default |
22 | 2024-08-28T17:13:20.986Z | * toolchain profile = "default" |
23 | 2024-08-28T17:13:20.988Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T17:13:20.988Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T17:13:21.110Z | info: downloading installer |
26 | 2024-08-28T17:13:22.415Z | info: profile set to 'default' |
27 | 2024-08-28T17:13:22.415Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T17:13:22.417Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T17:13:22.593Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T17:13:22.593Z | info: downloading component 'cargo' |
31 | 2024-08-28T17:13:23.551Z | info: downloading component 'clippy' |
32 | 2024-08-28T17:13:23.893Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T17:13:25.304Z | info: downloading component 'rust-std' |
34 | 2024-08-28T17:13:27.181Z | info: downloading component 'rustc' |
35 | 2024-08-28T17:13:32.432Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T17:13:32.716Z | info: installing component 'cargo' |
37 | 2024-08-28T17:13:33.538Z | info: installing component 'clippy' |
38 | 2024-08-28T17:13:33.906Z | info: installing component 'rust-docs' |
39 | 2024-08-28T17:13:35.489Z | info: installing component 'rust-std' |
40 | 2024-08-28T17:13:37.104Z | info: installing component 'rustc' |
41 | 2024-08-28T17:13:41.301Z | info: installing component 'rustfmt' |
42 | 2024-08-28T17:13:41.639Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T17:13:41.639Z | |
44 | 2024-08-28T17:13:41.891Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T17:13:41.891Z | |
46 | 2024-08-28T17:13:41.894Z | |
47 | 2024-08-28T17:13:41.894Z | Rust is installed now. Great! |
48 | 2024-08-28T17:13:41.894Z | |
49 | 2024-08-28T17:13:41.894Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T17:13:41.894Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T17:13:41.894Z | |
52 | 2024-08-28T17:13:41.894Z | To configure your current shell, you need to source |
53 | 2024-08-28T17:13:41.894Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T17:13:41.894Z | |
55 | 2024-08-28T17:13:41.894Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T17:13:41.894Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T17:13:41.894Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T17:13:41.942Z | + rustc --version |
59 | 2024-08-28T17:13:42.005Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T17:13:42.008Z | process exited: duration 21023 ms, exit code 0 |
|
61 | 2024-08-28T17:13:42.013Z | starting task 2: "authentication" |
62 | 2024-08-28T17:13:42.035Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-28T17:13:42.039Z | starting task 3: "clone repository" |
64 | 2024-08-28T17:13:42.046Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T17:13:42.049Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T17:13:44.092Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T17:13:50.608Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T17:13:50.608Z | + git fetch origin 474ec133d0cc105366632249e5bc93cad4fe517f |
69 | 2024-08-28T17:13:50.903Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T17:13:50.903Z | * branch 474ec133d0cc105366632249e5bc93cad4fe517f -> FETCH_HEAD |
71 | 2024-08-28T17:13:50.912Z | + [[ -n explicit-datasets ]] |
72 | 2024-08-28T17:13:50.915Z | ++ git branch --show-current |
73 | 2024-08-28T17:13:50.918Z | + current=main |
74 | 2024-08-28T17:13:50.918Z | + [[ main != explicit-datasets ]] |
75 | 2024-08-28T17:13:50.918Z | + git branch -f explicit-datasets 474ec133d0cc105366632249e5bc93cad4fe517f |
76 | 2024-08-28T17:13:50.921Z | + git checkout -f explicit-datasets |
77 | 2024-08-28T17:13:51.076Z | Switched to branch 'explicit-datasets' |
78 | 2024-08-28T17:13:51.081Z | + git reset --hard 474ec133d0cc105366632249e5bc93cad4fe517f |
79 | 2024-08-28T17:13:51.103Z | HEAD is now at 474ec133d schemas |
80 | 2024-08-28T17:13:51.107Z | process exited: duration 9061 ms, exit code 0 |
|
81 | 2024-08-28T17:13:51.116Z | starting task 4: "build" |
82 | 2024-08-28T17:13:51.123Z | + cargo --version |
83 | 2024-08-28T17:13:51.180Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-28T17:13:51.185Z | + rustc --version |
85 | 2024-08-28T17:13:51.246Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-28T17:13:51.248Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-28T17:14:03.892Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-28T17:14:06.449Z | Startup: Caching catalogs ... Done |
89 | 2024-08-28T17:14:08.414Z | Planning: Solver setup ... Done (1.392s) |
90 | 2024-08-28T17:14:08.436Z | Planning: Running solver ... Done (0.022s) |
91 | 2024-08-28T17:14:08.584Z | Planning: Finding local manifests ... Done (0.108s) |
92 | 2024-08-28T17:14:08.597Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-08-28T17:14:08.806Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-08-28T17:14:09.085Z | Planning: Package planning ... Done (0.278s) |
95 | 2024-08-28T17:14:09.140Z | Planning: Merging actions ... Done (0.055s) |
96 | 2024-08-28T17:14:09.903Z | Planning: Checking for conflicting actions ... Done (0.763s) |
97 | 2024-08-28T17:14:15.326Z | Planning: Consolidating action changes ... Done (5.421s) |
98 | 2024-08-28T17:14:15.682Z | Planning: Evaluating mediators ... Done (0.357s) |
99 | 2024-08-28T17:14:15.757Z | Planning: Planning completed in 9.23 seconds |
100 | 2024-08-28T17:14:16.051Z | Packages to install: 4 |
101 | 2024-08-28T17:14:16.051Z | Packages to update: 1 |
102 | 2024-08-28T17:14:16.051Z | Mediators to change: 2 |
103 | 2024-08-28T17:14:16.054Z | Services to change: 1 |
104 | 2024-08-28T17:14:16.054Z | Estimated space available: 155.72 GB |
105 | 2024-08-28T17:14:16.054Z | Estimated space to be consumed: 1.53 GB |
106 | 2024-08-28T17:14:16.054Z | Create boot environment: No |
107 | 2024-08-28T17:14:16.054Z | Create backup boot environment: Yes |
108 | 2024-08-28T17:14:16.054Z | Rebuild boot archive: No |
109 | 2024-08-28T17:14:16.054Z | |
110 | 2024-08-28T17:14:16.054Z | Changed mediators: |
111 | 2024-08-28T17:14:16.054Z | mediator clang: |
112 | 2024-08-28T17:14:16.054Z | version: None -> 15 (system default) |
113 | 2024-08-28T17:14:16.054Z | |
114 | 2024-08-28T17:14:16.054Z | mediator llvm: |
115 | 2024-08-28T17:14:16.054Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-08-28T17:14:16.054Z | |
117 | 2024-08-28T17:14:16.054Z | Changed packages: |
118 | 2024-08-28T17:14:16.054Z | helios-dev |
119 | 2024-08-28T17:14:16.054Z | developer/build-essential |
120 | 2024-08-28T17:14:16.054Z | None -> 11-2.0 |
121 | 2024-08-28T17:14:16.054Z | library/libxmlsec1 |
122 | 2024-08-28T17:14:16.054Z | None -> 1.2.35-2.0 |
123 | 2024-08-28T17:14:16.054Z | ooce/developer/clang-15 |
124 | 2024-08-28T17:14:16.054Z | None -> 15.0.7-2.0 |
125 | 2024-08-28T17:14:16.054Z | ooce/developer/llvm-15 |
126 | 2024-08-28T17:14:16.054Z | None -> 15.0.7-2.0 |
127 | 2024-08-28T17:14:16.054Z | package/pkg |
128 | 2024-08-28T17:14:16.054Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-08-28T17:14:16.054Z | |
130 | 2024-08-28T17:14:16.054Z | Services: |
131 | 2024-08-28T17:14:16.054Z | restart_fmri: |
132 | 2024-08-28T17:14:16.054Z | svc:/system/update-man-index:default |
133 | 2024-08-28T17:14:16.055Z | |
134 | 2024-08-28T17:14:16.055Z | Editable files to change: |
135 | 2024-08-28T17:14:16.055Z | Update: |
136 | 2024-08-28T17:14:16.055Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-08-28T17:14:16.315Z | |
138 | 2024-08-28T17:14:16.315Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-08-28T17:14:21.316Z | Download: 1193/4281 items 53.4/220.6MB 24% complete (10.7M/s) |
140 | 2024-08-28T17:14:26.324Z | Download: 2072/4281 items 118.7/220.6MB 53% complete (12.1M/s) |
141 | 2024-08-28T17:14:31.326Z | Download: 3219/4281 items 160.7/220.6MB 72% complete (10.7M/s) |
142 | 2024-08-28T17:14:36.330Z | Download: 4089/4281 items 219.4/220.6MB 99% complete (10.1M/s) |
143 | 2024-08-28T17:14:37.244Z | Download: Completed 220.60 MB in 20.93 seconds (10.5M/s) |
144 | 2024-08-28T17:14:40.059Z | Actions: 1/5063 actions (Removing old actions) |
145 | 2024-08-28T17:14:40.075Z | Actions: 194/5063 actions (Installing new actions) |
146 | 2024-08-28T17:14:45.096Z | Actions: 4088/5063 actions (Installing new actions) |
147 | 2024-08-28T17:14:45.502Z | Actions: 4226/5063 actions (Updating modified actions) |
148 | 2024-08-28T17:14:45.852Z | Actions: Completed 5063 actions in 5.79 seconds. |
149 | 2024-08-28T17:14:46.217Z | Done (0.356s) |
150 | 2024-08-28T17:14:46.220Z | Done (0.000s) |
151 | 2024-08-28T17:14:46.613Z | Done (0.394s) |
152 | 2024-08-28T17:14:52.955Z | Done (6.137s) |
153 | 2024-08-28T17:14:53.244Z | Done (0.211s) |
154 | 2024-08-28T17:14:53.246Z | Done (0.000s) |
155 | 2024-08-28T17:14:53.491Z | Done (0.000s) |
156 | 2024-08-28T17:14:54.099Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-08-28T17:14:54.259Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-08-28T17:14:54.262Z | Planning: Consolidating action changes ... Done |
159 | 2024-08-28T17:14:54.545Z | Planning: Evaluating mediators ... Done |
160 | 2024-08-28T17:14:54.567Z | Planning: Planning completed in 0.42 seconds |
161 | 2024-08-28T17:14:54.578Z | Mediators to change: 2 |
162 | 2024-08-28T17:14:54.579Z | Create boot environment: No |
163 | 2024-08-28T17:14:54.579Z | Create backup boot environment: No |
164 | 2024-08-28T17:14:54.641Z | Done |
165 | 2024-08-28T17:14:54.642Z | Done |
166 | 2024-08-28T17:14:54.871Z | Done |
167 | 2024-08-28T17:14:58.467Z | Done |
168 | 2024-08-28T17:14:58.558Z | Done |
169 | 2024-08-28T17:14:58.562Z | Done |
170 | 2024-08-28T17:14:59.061Z | Done |
171 | 2024-08-28T17:14:59.662Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-08-28T17:14:59.667Z | Planning: Merging actions ... Done |
173 | 2024-08-28T17:14:59.853Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-08-28T17:14:59.857Z | Planning: Consolidating action changes ... Done |
175 | 2024-08-28T17:15:00.113Z | Planning: Evaluating mediators ... Done |
176 | 2024-08-28T17:15:00.166Z | Planning: Planning completed in 0.74 seconds |
177 | 2024-08-28T17:15:00.206Z | Packages to change: 1 |
178 | 2024-08-28T17:15:00.206Z | Mediators to change: 1 |
179 | 2024-08-28T17:15:00.212Z | Services to change: 1 |
180 | 2024-08-28T17:15:00.212Z | Create boot environment: No |
181 | 2024-08-28T17:15:00.212Z | Create backup boot environment: Yes |
182 | 2024-08-28T17:15:02.232Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-08-28T17:15:02.291Z | Actions: Completed 6 actions in 0.06 seconds. |
184 | 2024-08-28T17:15:02.297Z | Done |
185 | 2024-08-28T17:15:02.297Z | Done |
186 | 2024-08-28T17:15:02.371Z | Done |
187 | 2024-08-28T17:15:05.998Z | Done |
188 | 2024-08-28T17:15:06.088Z | Done |
189 | 2024-08-28T17:15:06.090Z | Done |
190 | 2024-08-28T17:15:06.224Z | Done |
191 | 2024-08-28T17:15:06.645Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-08-28T17:15:06.645Z | clang system 15 system |
193 | 2024-08-28T17:15:06.645Z | csh system system illumos |
194 | 2024-08-28T17:15:06.645Z | ctags system system illumos |
195 | 2024-08-28T17:15:06.645Z | gcc vendor 12 vendor |
196 | 2024-08-28T17:15:06.645Z | gcc system 10 system |
197 | 2024-08-28T17:15:06.645Z | gcc system 7 system |
198 | 2024-08-28T17:15:06.645Z | go system 1.20 system |
199 | 2024-08-28T17:15:06.645Z | go system 1.19 system |
200 | 2024-08-28T17:15:06.645Z | llvm system 15 system |
201 | 2024-08-28T17:15:06.645Z | llvm system 14 system |
202 | 2024-08-28T17:15:06.645Z | mariadb system 10.6 system |
203 | 2024-08-28T17:15:06.645Z | mta vendor vendor dma |
204 | 2024-08-28T17:15:06.645Z | openjdk system 17 system |
205 | 2024-08-28T17:15:06.645Z | openjdk system 11 system |
206 | 2024-08-28T17:15:06.645Z | openjdk system 1.8 system |
207 | 2024-08-28T17:15:06.645Z | openssl vendor 3 vendor |
208 | 2024-08-28T17:15:06.645Z | perl system 5.36 system |
209 | 2024-08-28T17:15:06.645Z | postgresql system 15 system |
210 | 2024-08-28T17:15:06.645Z | postgresql system 13 system |
211 | 2024-08-28T17:15:06.645Z | python vendor 3 vendor |
212 | 2024-08-28T17:15:06.645Z | python system 2 system |
213 | 2024-08-28T17:15:06.645Z | python3 system 3.11 system |
214 | 2024-08-28T17:15:06.646Z | ruby system 3.0 system |
215 | 2024-08-28T17:15:06.646Z | words vendor vendor american-english |
216 | 2024-08-28T17:15:06.646Z | words system system australian-english |
217 | 2024-08-28T17:15:06.646Z | words system system british-english |
218 | 2024-08-28T17:15:06.646Z | words system system canadian-english |
219 | 2024-08-28T17:15:06.646Z | words system system french |
220 | 2024-08-28T17:15:06.646Z | words system system italian |
221 | 2024-08-28T17:15:06.646Z | words system system ngerman |
222 | 2024-08-28T17:15:06.646Z | words system system ogerman |
223 | 2024-08-28T17:15:06.646Z | words system system spanish |
224 | 2024-08-28T17:15:06.969Z | PUBLISHER TYPE STATUS P LOCATION |
225 | 2024-08-28T17:15:06.969Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
226 | 2024-08-28T17:15:08.713Z | FMRI IFO |
227 | 2024-08-28T17:15:08.713Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-08-28T17:15:08.713Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-08-28T17:15:08.713Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-08-28T17:15:08.713Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-08-28T17:15:08.713Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
232 | 2024-08-28T17:15:08.713Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-08-28T17:15:08.713Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
234 | 2024-08-28T17:15:08.714Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
235 | 2024-08-28T17:15:08.714Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
236 | 2024-08-28T17:15:08.714Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-08-28T17:15:08.714Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
238 | 2024-08-28T17:15:08.714Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-08-28T17:15:08.714Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
240 | 2024-08-28T17:15:09.307Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
241 | 2024-08-28T17:15:09.551Z | Updating git repository `https://github.com/oxidecomputer/zone` |
242 | 2024-08-28T17:15:09.820Z | Updating crates.io index |
243 | 2024-08-28T17:15:09.863Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
244 | 2024-08-28T17:15:10.645Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
245 | 2024-08-28T17:15:11.344Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
246 | 2024-08-28T17:15:11.607Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
247 | 2024-08-28T17:15:13.058Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
248 | 2024-08-28T17:15:13.294Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
249 | 2024-08-28T17:15:13.536Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
250 | 2024-08-28T17:15:14.684Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
251 | 2024-08-28T17:15:16.561Z | Updating git repository `https://github.com/oxidecomputer/opte` |
252 | 2024-08-28T17:15:17.586Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
253 | 2024-08-28T17:15:18.289Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-08-28T17:15:18.506Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-08-28T17:15:18.997Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
256 | 2024-08-28T17:15:19.214Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
257 | 2024-08-28T17:15:19.535Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
258 | 2024-08-28T17:15:19.803Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
259 | 2024-08-28T17:15:20.244Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
260 | 2024-08-28T17:15:20.353Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
261 | 2024-08-28T17:15:20.479Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
262 | 2024-08-28T17:15:20.727Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
263 | 2024-08-28T17:15:21.034Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
264 | 2024-08-28T17:15:21.402Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
265 | 2024-08-28T17:15:21.616Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
266 | 2024-08-28T17:15:22.047Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
267 | 2024-08-28T17:15:22.337Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
268 | 2024-08-28T17:15:22.730Z | Updating git repository `https://github.com/oxidecomputer/typify` |
269 | 2024-08-28T17:15:27.934Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
270 | 2024-08-28T17:15:27.953Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
271 | 2024-08-28T17:15:27.953Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
272 | 2024-08-28T17:15:27.953Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
273 | 2024-08-28T17:15:27.972Z | Downloading crates ... |
274 | 2024-08-28T17:15:27.972Z | Downloaded anyhow v1.0.86 |
275 | 2024-08-28T17:15:27.972Z | Downloaded anstream v0.6.14 |
276 | 2024-08-28T17:15:27.972Z | Downloaded usdt-attr-macro v0.5.0 |
277 | 2024-08-28T17:15:27.972Z | Downloaded pretty-hex v0.4.1 |
278 | 2024-08-28T17:15:27.972Z | Downloaded scroll_derive v0.12.0 |
279 | 2024-08-28T17:15:27.972Z | Downloaded dtrace-parser v0.2.0 |
280 | 2024-08-28T17:15:27.972Z | Downloaded cfg-if v1.0.0 |
281 | 2024-08-28T17:15:27.972Z | Downloaded heck v0.4.1 |
282 | 2024-08-28T17:15:27.972Z | Downloaded memmap v0.7.0 |
283 | 2024-08-28T17:15:27.972Z | Downloaded anstyle-parse v0.2.4 |
284 | 2024-08-28T17:15:27.972Z | Downloaded cpufeatures v0.2.12 |
285 | 2024-08-28T17:15:27.972Z | Downloaded bytecount v0.6.8 |
286 | 2024-08-28T17:15:27.972Z | Downloaded digest v0.10.7 |
287 | 2024-08-28T17:15:27.972Z | Downloaded clap_lex v0.7.0 |
288 | 2024-08-28T17:15:27.972Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-08-28T17:15:27.972Z | Downloaded itoa v1.0.11 |
290 | 2024-08-28T17:15:27.972Z | Downloaded terminal_size v0.3.0 |
291 | 2024-08-28T17:15:27.972Z | Downloaded strsim v0.11.1 |
292 | 2024-08-28T17:15:27.972Z | Downloaded thiserror-impl v1.0.63 |
293 | 2024-08-28T17:15:27.972Z | Downloaded serde_tokenstream v0.2.2 |
294 | 2024-08-28T17:15:27.972Z | Downloaded cargo_metadata v0.18.1 |
295 | 2024-08-28T17:15:27.972Z | Downloaded camino v1.1.9 |
296 | 2024-08-28T17:15:27.972Z | Downloaded version_check v0.9.5 |
297 | 2024-08-28T17:15:27.972Z | Downloaded macaddr v1.0.1 |
298 | 2024-08-28T17:15:27.973Z | Downloaded fs-err v2.11.0 |
299 | 2024-08-28T17:15:27.973Z | Downloaded block-buffer v0.10.4 |
300 | 2024-08-28T17:15:27.973Z | Downloaded proc-macro-error-attr v1.0.4 |
301 | 2024-08-28T17:15:27.973Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-08-28T17:15:27.973Z | Downloaded byteorder v1.5.0 |
303 | 2024-08-28T17:15:27.973Z | Downloaded anstyle v1.0.8 |
304 | 2024-08-28T17:15:27.973Z | Downloaded autocfg v1.3.0 |
305 | 2024-08-28T17:15:27.973Z | Downloaded errno v0.3.9 |
306 | 2024-08-28T17:15:27.973Z | Downloaded quote v1.0.36 |
307 | 2024-08-28T17:15:27.973Z | Downloaded dof v0.3.0 |
308 | 2024-08-28T17:15:27.973Z | Downloaded equivalent v1.0.1 |
309 | 2024-08-28T17:15:27.973Z | Downloaded is_terminal_polyfill v1.70.0 |
310 | 2024-08-28T17:15:27.973Z | Downloaded swrite v0.1.0 |
311 | 2024-08-28T17:15:27.973Z | Downloaded bitflags v2.6.0 |
312 | 2024-08-28T17:15:27.973Z | Downloaded zerocopy-derive v0.7.34 |
313 | 2024-08-28T17:15:27.973Z | Downloaded utf8parse v0.2.1 |
314 | 2024-08-28T17:15:27.973Z | Downloaded colorchoice v1.0.1 |
315 | 2024-08-28T17:15:27.973Z | Downloaded cargo_toml v0.20.4 |
316 | 2024-08-28T17:15:27.973Z | Downloaded pest_derive v2.7.10 |
317 | 2024-08-28T17:15:27.973Z | Downloaded anstyle-query v1.0.3 |
318 | 2024-08-28T17:15:27.973Z | Downloaded ucd-trie v0.1.6 |
319 | 2024-08-28T17:15:27.973Z | Downloaded log v0.4.21 |
320 | 2024-08-28T17:15:27.973Z | Downloaded toml v0.8.19 |
321 | 2024-08-28T17:15:27.973Z | Downloaded thiserror v1.0.63 |
322 | 2024-08-28T17:15:27.973Z | Downloaded serde_spanned v0.6.7 |
323 | 2024-08-28T17:15:27.973Z | Downloaded generic-array v0.14.7 |
324 | 2024-08-28T17:15:27.973Z | Downloaded fnv v1.0.7 |
325 | 2024-08-28T17:15:27.973Z | Downloaded crypto-common v0.1.6 |
326 | 2024-08-28T17:15:27.973Z | Downloaded plain v0.2.3 |
327 | 2024-08-28T17:15:27.973Z | Downloaded usdt v0.5.0 |
328 | 2024-08-28T17:15:27.973Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-08-28T17:15:27.973Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-08-28T17:15:27.973Z | Downloaded pest_generator v2.7.10 |
331 | 2024-08-28T17:15:27.975Z | Downloaded thread-id v4.2.1 |
332 | 2024-08-28T17:15:27.976Z | Downloaded pest_meta v2.7.10 |
333 | 2024-08-28T17:15:27.976Z | Downloaded heck v0.5.0 |
334 | 2024-08-28T17:15:27.976Z | Downloaded ryu v1.0.18 |
335 | 2024-08-28T17:15:27.976Z | Downloaded clap_derive v4.5.13 |
336 | 2024-08-28T17:15:27.976Z | Downloaded semver v1.0.23 |
337 | 2024-08-28T17:15:27.976Z | Downloaded scroll v0.12.0 |
338 | 2024-08-28T17:15:27.976Z | Downloaded sha2 v0.10.8 |
339 | 2024-08-28T17:15:27.976Z | Downloaded once_cell v1.19.0 |
340 | 2024-08-28T17:15:27.976Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-08-28T17:15:27.976Z | Downloaded serde v1.0.208 |
342 | 2024-08-28T17:15:27.976Z | Downloaded indexmap v2.4.0 |
343 | 2024-08-28T17:15:27.976Z | Downloaded proc-macro-error v1.0.4 |
344 | 2024-08-28T17:15:27.976Z | Downloaded unicode-ident v1.0.12 |
345 | 2024-08-28T17:15:27.976Z | Downloaded typenum v1.17.0 |
346 | 2024-08-28T17:15:27.976Z | Downloaded proc-macro2 v1.0.86 |
347 | 2024-08-28T17:15:27.976Z | Downloaded serde_derive v1.0.208 |
348 | 2024-08-28T17:15:27.976Z | Downloaded papergrid v0.11.0 |
349 | 2024-08-28T17:15:27.976Z | Downloaded clap v4.5.16 |
350 | 2024-08-28T17:15:27.976Z | Downloaded toml_edit v0.22.20 |
351 | 2024-08-28T17:15:27.976Z | Downloaded memchr v2.7.2 |
352 | 2024-08-28T17:15:27.976Z | Downloaded pest v2.7.10 |
353 | 2024-08-28T17:15:27.976Z | Downloaded winnow v0.6.18 |
354 | 2024-08-28T17:15:27.977Z | Downloaded clap_builder v4.5.15 |
355 | 2024-08-28T17:15:27.977Z | Downloaded serde_json v1.0.125 |
356 | 2024-08-28T17:15:27.977Z | Downloaded hashbrown v0.14.5 |
357 | 2024-08-28T17:15:27.977Z | Downloaded zerocopy v0.7.34 |
358 | 2024-08-28T17:15:27.977Z | Downloaded tabled v0.15.0 |
359 | 2024-08-28T17:15:27.977Z | Downloaded goblin v0.8.2 |
360 | 2024-08-28T17:15:27.977Z | Downloaded syn v1.0.109 |
361 | 2024-08-28T17:15:27.977Z | Downloaded syn v2.0.74 |
362 | 2024-08-28T17:15:27.977Z | Downloaded rustix v0.38.34 |
363 | 2024-08-28T17:15:27.977Z | Downloaded unicode-width v0.1.13 |
364 | 2024-08-28T17:15:27.977Z | Downloaded libc v0.2.158 |
365 | 2024-08-28T17:15:27.977Z | Compiling proc-macro2 v1.0.86 |
366 | 2024-08-28T17:15:27.977Z | Compiling unicode-ident v1.0.12 |
367 | 2024-08-28T17:15:27.977Z | Compiling version_check v0.9.5 |
368 | 2024-08-28T17:15:27.977Z | Compiling serde v1.0.208 |
369 | 2024-08-28T17:15:27.977Z | Compiling memchr v2.7.2 |
370 | 2024-08-28T17:15:27.977Z | Compiling thiserror v1.0.63 |
371 | 2024-08-28T17:15:27.977Z | Compiling libc v0.2.158 |
372 | 2024-08-28T17:15:27.977Z | Compiling itoa v1.0.11 |
373 | 2024-08-28T17:15:28.209Z | Compiling ucd-trie v0.1.6 |
374 | 2024-08-28T17:15:28.289Z | Compiling ryu v1.0.18 |
375 | 2024-08-28T17:15:28.627Z | Compiling once_cell v1.19.0 |
376 | 2024-08-28T17:15:28.825Z | Compiling byteorder v1.5.0 |
377 | 2024-08-28T17:15:29.258Z | Compiling serde_json v1.0.125 |
378 | 2024-08-28T17:15:29.566Z | Compiling usdt-impl v0.5.0 |
379 | 2024-08-28T17:15:29.638Z | Compiling proc-macro-error-attr v1.0.4 |
380 | 2024-08-28T17:15:29.689Z | Compiling syn v1.0.109 |
381 | 2024-08-28T17:15:29.721Z | Compiling rustix v0.38.34 |
382 | 2024-08-28T17:15:30.004Z | Compiling proc-macro-error v1.0.4 |
383 | 2024-08-28T17:15:30.058Z | Compiling hashbrown v0.14.5 |
384 | 2024-08-28T17:15:30.111Z | Compiling utf8parse v0.2.1 |
385 | 2024-08-28T17:15:30.294Z | Compiling bitflags v2.6.0 |
386 | 2024-08-28T17:15:30.334Z | Compiling plain v0.2.3 |
387 | 2024-08-28T17:15:30.458Z | Compiling equivalent v1.0.1 |
388 | 2024-08-28T17:15:30.518Z | Compiling quote v1.0.36 |
389 | 2024-08-28T17:15:30.594Z | Compiling thread-id v4.2.1 |
390 | 2024-08-28T17:15:30.688Z | Compiling log v0.4.21 |
391 | 2024-08-28T17:15:30.744Z | Compiling anstyle-parse v0.2.4 |
392 | 2024-08-28T17:15:30.891Z | Compiling errno v0.3.9 |
393 | 2024-08-28T17:15:31.111Z | Compiling syn v2.0.74 |
394 | 2024-08-28T17:15:31.198Z | Compiling colorchoice v1.0.1 |
395 | 2024-08-28T17:15:31.202Z | Compiling semver v1.0.23 |
396 | 2024-08-28T17:15:31.318Z | Compiling anstyle v1.0.8 |
397 | 2024-08-28T17:15:31.423Z | Compiling camino v1.1.9 |
398 | 2024-08-28T17:15:31.588Z | Compiling indexmap v2.4.0 |
399 | 2024-08-28T17:15:31.818Z | Compiling is_terminal_polyfill v1.70.0 |
400 | 2024-08-28T17:15:31.877Z | Compiling pretty-hex v0.4.1 |
401 | 2024-08-28T17:15:31.964Z | Compiling anstyle-query v1.0.3 |
402 | 2024-08-28T17:15:32.113Z | Compiling autocfg v1.3.0 |
403 | 2024-08-28T17:15:32.149Z | Compiling winnow v0.6.18 |
404 | 2024-08-28T17:15:32.229Z | Compiling anstream v0.6.14 |
405 | 2024-08-28T17:15:32.797Z | Compiling terminal_size v0.3.0 |
406 | 2024-08-28T17:15:33.041Z | Compiling unicode-width v0.1.13 |
407 | 2024-08-28T17:15:33.066Z | Compiling fnv v1.0.7 |
408 | 2024-08-28T17:15:33.121Z | Compiling heck v0.4.1 |
409 | 2024-08-28T17:15:33.150Z | Compiling anyhow v1.0.86 |
410 | 2024-08-28T17:15:33.153Z | Compiling fs-err v2.11.0 |
411 | 2024-08-28T17:15:33.214Z | Compiling strsim v0.11.1 |
412 | 2024-08-28T17:15:33.303Z | Compiling clap_lex v0.7.0 |
413 | 2024-08-28T17:15:33.527Z | Compiling heck v0.5.0 |
414 | 2024-08-28T17:15:33.631Z | Compiling bytecount v0.6.8 |
415 | 2024-08-28T17:15:33.849Z | Compiling papergrid v0.11.0 |
416 | 2024-08-28T17:15:33.851Z | Compiling clap_builder v4.5.15 |
417 | 2024-08-28T17:15:34.066Z | Compiling memmap v0.7.0 |
418 | 2024-08-28T17:15:34.831Z | Compiling swrite v0.1.0 |
419 | 2024-08-28T17:15:36.588Z | Compiling tabled_derive v0.7.0 |
420 | 2024-08-28T17:15:38.139Z | Compiling tabled v0.15.0 |
421 | 2024-08-28T17:15:39.983Z | Compiling serde_derive v1.0.208 |
422 | 2024-08-28T17:15:39.983Z | Compiling thiserror-impl v1.0.63 |
423 | 2024-08-28T17:15:39.986Z | Compiling zerocopy-derive v0.7.34 |
424 | 2024-08-28T17:15:39.986Z | Compiling scroll_derive v0.12.0 |
425 | 2024-08-28T17:15:39.986Z | Compiling clap_derive v4.5.13 |
426 | 2024-08-28T17:15:41.455Z | Compiling scroll v0.12.0 |
427 | 2024-08-28T17:15:41.923Z | Compiling zerocopy v0.7.34 |
428 | 2024-08-28T17:15:42.022Z | Compiling goblin v0.8.2 |
429 | 2024-08-28T17:15:42.891Z | Compiling pest v2.7.10 |
430 | 2024-08-28T17:15:43.842Z | Compiling clap v4.5.16 |
431 | 2024-08-28T17:15:44.956Z | Compiling pest_meta v2.7.10 |
432 | 2024-08-28T17:15:45.748Z | Compiling pest_generator v2.7.10 |
433 | 2024-08-28T17:15:47.438Z | Compiling pest_derive v2.7.10 |
434 | 2024-08-28T17:15:48.095Z | Compiling dtrace-parser v0.2.0 |
435 | 2024-08-28T17:15:50.119Z | Compiling serde_tokenstream v0.2.2 |
436 | 2024-08-28T17:15:50.222Z | Compiling serde_spanned v0.6.7 |
437 | 2024-08-28T17:15:50.222Z | Compiling toml_datetime v0.6.8 |
438 | 2024-08-28T17:15:50.382Z | Compiling cargo-platform v0.1.8 |
439 | 2024-08-28T17:15:50.521Z | Compiling toml_edit v0.22.20 |
440 | 2024-08-28T17:15:50.687Z | Compiling macaddr v1.0.1 |
441 | 2024-08-28T17:15:51.553Z | Compiling dof v0.3.0 |
442 | 2024-08-28T17:15:51.696Z | Compiling cargo_metadata v0.18.1 |
443 | 2024-08-28T17:15:53.204Z | Compiling usdt-attr-macro v0.5.0 |
444 | 2024-08-28T17:15:53.207Z | Compiling usdt-macro v0.5.0 |
445 | 2024-08-28T17:15:53.368Z | Compiling toml v0.8.19 |
446 | 2024-08-28T17:15:54.387Z | Compiling cargo_toml v0.20.4 |
447 | 2024-08-28T17:15:54.485Z | Compiling usdt v0.5.0 |
448 | 2024-08-28T17:15:57.920Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
449 | 2024-08-28T17:16:01.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.58s |
450 | 2024-08-28T17:16:01.920Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
451 | 2024-08-28T17:16:02.471Z | Downloading crates ... |
452 | 2024-08-28T17:16:02.590Z | Downloaded ciborium-io v0.2.2 |
453 | 2024-08-28T17:16:02.603Z | Downloaded assert_matches v1.5.0 |
454 | 2024-08-28T17:16:02.606Z | Downloaded atomicwrites v0.4.3 |
455 | 2024-08-28T17:16:02.610Z | Downloaded bitstruct_derive v0.1.0 |
456 | 2024-08-28T17:16:02.613Z | Downloaded ident_case v1.0.1 |
457 | 2024-08-28T17:16:02.615Z | Downloaded cfg_aliases v0.1.1 |
458 | 2024-08-28T17:16:02.618Z | Downloaded crunchy v0.2.2 |
459 | 2024-08-28T17:16:02.619Z | Downloaded hyper-tls v0.5.0 |
460 | 2024-08-28T17:16:02.621Z | Downloaded hyper-rustls v0.24.2 |
461 | 2024-08-28T17:16:02.624Z | Downloaded cstr-argument v0.1.2 |
462 | 2024-08-28T17:16:02.627Z | Downloaded normalize-line-endings v0.3.0 |
463 | 2024-08-28T17:16:02.627Z | Downloaded arrayvec v0.7.4 |
464 | 2024-08-28T17:16:02.630Z | Downloaded match_cfg v0.1.0 |
465 | 2024-08-28T17:16:02.630Z | Downloaded cobs v0.2.3 |
466 | 2024-08-28T17:16:02.633Z | Downloaded bitflags v1.3.2 |
467 | 2024-08-28T17:16:02.636Z | Downloaded nodrop v0.1.14 |
468 | 2024-08-28T17:16:02.638Z | Downloaded num_threads v0.1.7 |
469 | 2024-08-28T17:16:02.639Z | Downloaded opaque-debug v0.3.1 |
470 | 2024-08-28T17:16:02.641Z | Downloaded hubpack v0.1.2 |
471 | 2024-08-28T17:16:02.641Z | Downloaded num-conv v0.1.0 |
472 | 2024-08-28T17:16:02.644Z | Downloaded impl-trait-for-tuples v0.2.2 |
473 | 2024-08-28T17:16:02.646Z | Downloaded humantime v2.1.0 |
474 | 2024-08-28T17:16:02.649Z | Downloaded newline-converter v0.3.0 |
475 | 2024-08-28T17:16:02.649Z | Downloaded castaway v0.2.3 |
476 | 2024-08-28T17:16:02.652Z | Downloaded httpdate v1.0.3 |
477 | 2024-08-28T17:16:02.656Z | Downloaded data-encoding v2.6.0 |
478 | 2024-08-28T17:16:02.656Z | Downloaded defmt v0.3.8 |
479 | 2024-08-28T17:16:02.661Z | Downloaded newtype-uuid v1.1.0 |
480 | 2024-08-28T17:16:02.663Z | Downloaded mockall v0.13.0 |
481 | 2024-08-28T17:16:02.663Z | Downloaded mime v0.3.17 |
482 | 2024-08-28T17:16:02.664Z | Downloaded libsw v3.3.1 |
483 | 2024-08-28T17:16:02.666Z | Downloaded curve25519-dalek-derive v0.1.1 |
484 | 2024-08-28T17:16:02.669Z | Downloaded num_enum v0.5.11 |
485 | 2024-08-28T17:16:02.672Z | Downloaded num-integer v0.1.46 |
486 | 2024-08-28T17:16:02.675Z | Downloaded olpc-cjson v0.1.3 |
487 | 2024-08-28T17:16:02.678Z | Downloaded bitstruct v0.1.1 |
488 | 2024-08-28T17:16:02.678Z | Downloaded httparse v1.8.0 |
489 | 2024-08-28T17:16:02.681Z | Downloaded native-tls v0.2.11 |
490 | 2024-08-28T17:16:02.683Z | Downloaded memmap2 v0.9.4 |
491 | 2024-08-28T17:16:02.686Z | Downloaded linked-hash-map v0.5.6 |
492 | 2024-08-28T17:16:02.689Z | Downloaded ipnetwork v0.20.0 |
493 | 2024-08-28T17:16:02.691Z | Downloaded inout v0.1.3 |
494 | 2024-08-28T17:16:02.691Z | Downloaded darling_macro v0.20.9 |
495 | 2024-08-28T17:16:02.694Z | Downloaded ascii-canvas v3.0.0 |
496 | 2024-08-28T17:16:02.695Z | Downloaded aead v0.5.2 |
497 | 2024-08-28T17:16:02.697Z | Downloaded crucible-workspace-hack v0.1.0 |
498 | 2024-08-28T17:16:02.697Z | Downloaded libefi-sys v0.1.0 |
499 | 2024-08-28T17:16:02.700Z | Downloaded indexmap v1.9.3 |
500 | 2024-08-28T17:16:02.703Z | Downloaded libloading v0.8.3 |
501 | 2024-08-28T17:16:02.706Z | Downloaded csv-core v0.1.11 |
502 | 2024-08-28T17:16:02.709Z | Downloaded crc32fast v1.4.0 |
503 | 2024-08-28T17:16:02.712Z | Downloaded is-terminal v0.4.12 |
504 | 2024-08-28T17:16:02.712Z | Downloaded new_debug_unreachable v1.0.6 |
505 | 2024-08-28T17:16:02.715Z | Downloaded termtree v0.4.1 |
506 | 2024-08-28T17:16:02.715Z | Downloaded const-oid v0.9.6 |
507 | 2024-08-28T17:16:02.718Z | Downloaded bcs v0.1.6 |
508 | 2024-08-28T17:16:02.721Z | Downloaded strum v0.26.3 |
509 | 2024-08-28T17:16:02.721Z | Downloaded number_prefix v0.4.0 |
510 | 2024-08-28T17:16:02.724Z | Downloaded cassowary v0.3.0 |
511 | 2024-08-28T17:16:02.724Z | Downloaded bit-vec v0.6.3 |
512 | 2024-08-28T17:16:02.726Z | Downloaded bb8 v0.8.5 |
513 | 2024-08-28T17:16:02.727Z | Downloaded ciborium-ll v0.2.2 |
514 | 2024-08-28T17:16:02.729Z | Downloaded buf-list v1.0.3 |
515 | 2024-08-28T17:16:02.732Z | Downloaded siphasher v0.3.11 |
516 | 2024-08-28T17:16:02.734Z | Downloaded num-rational v0.4.2 |
517 | 2024-08-28T17:16:02.734Z | Downloaded crc-catalog v2.4.0 |
518 | 2024-08-28T17:16:02.737Z | Downloaded hyper-staticfile v0.9.5 |
519 | 2024-08-28T17:16:02.740Z | Downloaded mockall_derive v0.13.0 |
520 | 2024-08-28T17:16:02.743Z | Downloaded debug-ignore v1.0.5 |
521 | 2024-08-28T17:16:02.745Z | Downloaded diesel_table_macro_syntax v0.2.0 |
522 | 2024-08-28T17:16:02.745Z | Downloaded crc v3.2.1 |
523 | 2024-08-28T17:16:02.748Z | Downloaded endian-type v0.1.2 |
524 | 2024-08-28T17:16:02.751Z | Downloaded embedded-io v0.4.0 |
525 | 2024-08-28T17:16:02.751Z | Downloaded argon2 v0.5.3 |
526 | 2024-08-28T17:16:02.754Z | Downloaded convert_case v0.4.0 |
527 | 2024-08-28T17:16:02.754Z | Downloaded smawk v0.3.2 |
528 | 2024-08-28T17:16:02.757Z | Downloaded sec1 v0.7.3 |
529 | 2024-08-28T17:16:02.760Z | Downloaded indoc v1.0.9 |
530 | 2024-08-28T17:16:02.763Z | Downloaded crc-any v2.5.0 |
531 | 2024-08-28T17:16:02.766Z | Downloaded lalrpop-util v0.19.12 |
532 | 2024-08-28T17:16:02.766Z | Downloaded nanorand v0.7.0 |
533 | 2024-08-28T17:16:02.769Z | Downloaded memoffset v0.9.1 |
534 | 2024-08-28T17:16:02.772Z | Downloaded maybe-uninit v2.0.0 |
535 | 2024-08-28T17:16:02.772Z | Downloaded foreign-types v0.5.0 |
536 | 2024-08-28T17:16:02.774Z | Downloaded foreign-types v0.3.2 |
537 | 2024-08-28T17:16:02.774Z | Downloaded num_enum_derive v0.5.11 |
538 | 2024-08-28T17:16:02.777Z | Downloaded openssl-probe v0.1.5 |
539 | 2024-08-28T17:16:02.780Z | Downloaded strum_macros v0.24.3 |
540 | 2024-08-28T17:16:02.780Z | Downloaded num v0.4.3 |
541 | 2024-08-28T17:16:02.783Z | Downloaded precomputed-hash v0.1.1 |
542 | 2024-08-28T17:16:02.783Z | Downloaded serde_urlencoded v0.7.1 |
543 | 2024-08-28T17:16:02.786Z | Downloaded colored v2.1.0 |
544 | 2024-08-28T17:16:02.788Z | Downloaded path-slash v0.1.5 |
545 | 2024-08-28T17:16:02.788Z | Downloaded console v0.15.8 |
546 | 2024-08-28T17:16:02.792Z | Downloaded async-bb8-diesel v0.2.1 |
547 | 2024-08-28T17:16:02.795Z | Downloaded termcolor v1.4.1 |
548 | 2024-08-28T17:16:02.798Z | Downloaded unicode-truncate v1.0.0 |
549 | 2024-08-28T17:16:02.802Z | Downloaded termios v0.3.3 |
550 | 2024-08-28T17:16:02.802Z | Downloaded tui-tree-widget v0.22.0 |
551 | 2024-08-28T17:16:02.806Z | Downloaded indicatif v0.17.8 |
552 | 2024-08-28T17:16:02.809Z | Downloaded unicode-xid v0.2.4 |
553 | 2024-08-28T17:16:02.809Z | Downloaded string_cache v0.8.7 |
554 | 2024-08-28T17:16:02.812Z | Downloaded slog-scope v4.4.0 |
555 | 2024-08-28T17:16:02.815Z | Downloaded group v0.13.0 |
556 | 2024-08-28T17:16:02.819Z | Downloaded darling v0.20.9 |
557 | 2024-08-28T17:16:02.822Z | Downloaded foreign-types-macros v0.2.3 |
558 | 2024-08-28T17:16:02.822Z | Downloaded chacha20poly1305 v0.10.1 |
559 | 2024-08-28T17:16:02.826Z | Downloaded ena v0.14.3 |
560 | 2024-08-28T17:16:02.829Z | Downloaded multer v3.1.0 |
561 | 2024-08-28T17:16:02.829Z | Downloaded mime_guess v2.0.4 |
562 | 2024-08-28T17:16:02.833Z | Downloaded nibble_vec v0.1.0 |
563 | 2024-08-28T17:16:02.836Z | Downloaded num-complex v0.4.6 |
564 | 2024-08-28T17:16:02.836Z | Downloaded glob v0.3.1 |
565 | 2024-08-28T17:16:02.838Z | Downloaded spin v0.5.2 |
566 | 2024-08-28T17:16:02.841Z | Downloaded tinyvec_macros v0.1.1 |
567 | 2024-08-28T17:16:02.841Z | Downloaded tokio-stream v0.1.15 |
568 | 2024-08-28T17:16:02.846Z | Downloaded structmeta-derive v0.3.0 |
569 | 2024-08-28T17:16:02.849Z | Downloaded ppv-lite86 v0.2.17 |
570 | 2024-08-28T17:16:02.852Z | Downloaded pin-utils v0.1.0 |
571 | 2024-08-28T17:16:02.852Z | Downloaded clang-sys v1.7.0 |
572 | 2024-08-28T17:16:02.854Z | Downloaded peg v0.8.4 |
573 | 2024-08-28T17:16:02.859Z | Downloaded zone_cfg_derive v0.1.2 |
574 | 2024-08-28T17:16:02.862Z | Downloaded headers-core v0.2.0 |
575 | 2024-08-28T17:16:02.862Z | Downloaded foreign-types-shared v0.1.1 |
576 | 2024-08-28T17:16:02.865Z | Downloaded foreign-types-shared v0.3.1 |
577 | 2024-08-28T17:16:02.865Z | Downloaded bytes v1.7.1 |
578 | 2024-08-28T17:16:02.868Z | Downloaded der_derive v0.7.2 |
579 | 2024-08-28T17:16:02.870Z | Downloaded display-error-chain v0.2.0 |
580 | 2024-08-28T17:16:02.873Z | Downloaded salsa20 v0.10.2 |
581 | 2024-08-28T17:16:02.876Z | Downloaded shlex v1.3.0 |
582 | 2024-08-28T17:16:02.876Z | Downloaded same-file v1.0.6 |
583 | 2024-08-28T17:16:02.879Z | Downloaded slog-async v2.8.0 |
584 | 2024-08-28T17:16:02.879Z | Downloaded highway v1.2.0 |
585 | 2024-08-28T17:16:02.882Z | Downloaded base64 v0.21.7 |
586 | 2024-08-28T17:16:02.886Z | Downloaded globset v0.4.14 |
587 | 2024-08-28T17:16:02.889Z | Downloaded darling_core v0.20.9 |
588 | 2024-08-28T17:16:02.894Z | Downloaded arc-swap v1.7.1 |
589 | 2024-08-28T17:16:02.898Z | Downloaded tokio-tungstenite v0.20.1 |
590 | 2024-08-28T17:16:02.901Z | Downloaded strum_macros v0.25.3 |
591 | 2024-08-28T17:16:02.904Z | Downloaded subtle v2.5.0 |
592 | 2024-08-28T17:16:02.907Z | Downloaded tower-service v0.3.2 |
593 | 2024-08-28T17:16:02.907Z | Downloaded mio v0.8.11 |
594 | 2024-08-28T17:16:02.914Z | Downloaded minimal-lexical v0.2.1 |
595 | 2024-08-28T17:16:02.919Z | Downloaded wyz v0.5.1 |
596 | 2024-08-28T17:16:02.922Z | Downloaded time-core v0.1.2 |
597 | 2024-08-28T17:16:02.925Z | Downloaded rustc-demangle v0.1.24 |
598 | 2024-08-28T17:16:02.925Z | Downloaded test-strategy v0.3.1 |
599 | 2024-08-28T17:16:02.929Z | Downloaded futures-sink v0.3.30 |
600 | 2024-08-28T17:16:02.932Z | Downloaded futures-io v0.3.30 |
601 | 2024-08-28T17:16:02.933Z | Downloaded erased-serde v0.3.31 |
602 | 2024-08-28T17:16:02.935Z | Downloaded diff v0.1.13 |
603 | 2024-08-28T17:16:02.938Z | Downloaded untrusted v0.9.0 |
604 | 2024-08-28T17:16:02.941Z | Downloaded fxhash v0.2.1 |
605 | 2024-08-28T17:16:02.941Z | Downloaded schemars v0.8.21 |
606 | 2024-08-28T17:16:02.954Z | Downloaded tls_codec_derive v0.4.1 |
607 | 2024-08-28T17:16:02.957Z | Downloaded oso-derive v0.27.3 |
608 | 2024-08-28T17:16:02.961Z | Downloaded sha1 v0.10.6 |
609 | 2024-08-28T17:16:02.961Z | Downloaded secrecy v0.8.0 |
610 | 2024-08-28T17:16:02.964Z | Downloaded rustfmt-wrapper v0.2.1 |
611 | 2024-08-28T17:16:02.964Z | Downloaded signature v2.2.0 |
612 | 2024-08-28T17:16:02.967Z | Downloaded tiny-keccak v2.0.2 |
613 | 2024-08-28T17:16:02.970Z | Downloaded strum_macros v0.26.4 |
614 | 2024-08-28T17:16:02.970Z | Downloaded serde_path_to_error v0.1.16 |
615 | 2024-08-28T17:16:02.973Z | Downloaded rand_chacha v0.3.1 |
616 | 2024-08-28T17:16:02.975Z | Downloaded openssl-macros v0.1.1 |
617 | 2024-08-28T17:16:02.976Z | Downloaded base64 v0.13.1 |
618 | 2024-08-28T17:16:02.988Z | Downloaded structmeta-derive v0.2.0 |
619 | 2024-08-28T17:16:02.990Z | Downloaded tokio-macros v2.4.0 |
620 | 2024-08-28T17:16:02.993Z | Downloaded waitgroup v0.1.2 |
621 | 2024-08-28T17:16:02.993Z | Downloaded uzers v0.11.3 |
622 | 2024-08-28T17:16:02.996Z | Downloaded untrusted v0.7.1 |
623 | 2024-08-28T17:16:02.996Z | Downloaded universal-hash v0.5.1 |
624 | 2024-08-28T17:16:02.999Z | Downloaded difflib v0.4.0 |
625 | 2024-08-28T17:16:02.999Z | Downloaded elliptic-curve v0.13.8 |
626 | 2024-08-28T17:16:03.002Z | Downloaded rusty-fork v0.3.0 |
627 | 2024-08-28T17:16:03.005Z | Downloaded const_format v0.2.32 |
628 | 2024-08-28T17:16:03.009Z | Downloaded hostname v0.3.1 |
629 | 2024-08-28T17:16:03.012Z | Downloaded dirs-next v2.0.0 |
630 | 2024-08-28T17:16:03.016Z | Downloaded parse-display v0.10.0 |
631 | 2024-08-28T17:16:03.016Z | Downloaded derive_builder_macro v0.20.0 |
632 | 2024-08-28T17:16:03.020Z | Downloaded futures-core v0.3.30 |
633 | 2024-08-28T17:16:03.020Z | Downloaded fixedbitset v0.4.2 |
634 | 2024-08-28T17:16:03.020Z | Downloaded aes v0.8.4 |
635 | 2024-08-28T17:16:03.023Z | Downloaded parking_lot_core v0.8.6 |
636 | 2024-08-28T17:16:03.026Z | Downloaded phf v0.11.2 |
637 | 2024-08-28T17:16:03.028Z | Downloaded spin v0.9.8 |
638 | 2024-08-28T17:16:03.031Z | Downloaded socket2 v0.5.7 |
639 | 2024-08-28T17:16:03.034Z | Downloaded serde-big-array v0.5.1 |
640 | 2024-08-28T17:16:03.037Z | Downloaded rpassword v7.3.1 |
641 | 2024-08-28T17:16:03.037Z | Downloaded rand_xorshift v0.3.0 |
642 | 2024-08-28T17:16:03.040Z | Downloaded slog-json v2.6.1 |
643 | 2024-08-28T17:16:03.042Z | Downloaded static_assertions v1.1.0 |
644 | 2024-08-28T17:16:03.042Z | Downloaded num-bigint-dig v0.8.4 |
645 | 2024-08-28T17:16:03.048Z | Downloaded stable_deref_trait v1.2.0 |
646 | 2024-08-28T17:16:03.051Z | Downloaded diesel_derives v2.2.2 |
647 | 2024-08-28T17:16:03.055Z | Downloaded crossbeam-channel v0.5.12 |
648 | 2024-08-28T17:16:03.059Z | Downloaded unicase v2.7.0 |
649 | 2024-08-28T17:16:03.062Z | Downloaded der v0.7.9 |
650 | 2024-08-28T17:16:03.067Z | Downloaded pkcs8 v0.10.2 |
651 | 2024-08-28T17:16:03.071Z | Downloaded want v0.3.1 |
652 | 2024-08-28T17:16:03.074Z | Downloaded peg-runtime v0.8.3 |
653 | 2024-08-28T17:16:03.074Z | Downloaded fragile v2.0.0 |
654 | 2024-08-28T17:16:03.076Z | Downloaded form_urlencoded v1.2.1 |
655 | 2024-08-28T17:16:03.080Z | Downloaded http-body v0.4.6 |
656 | 2024-08-28T17:16:03.083Z | Downloaded defmt-macros v0.3.9 |
657 | 2024-08-28T17:16:03.083Z | Downloaded pretty-hex v0.2.1 |
658 | 2024-08-28T17:16:03.085Z | Downloaded hex v0.4.3 |
659 | 2024-08-28T17:16:03.089Z | Downloaded heck v0.3.3 |
660 | 2024-08-28T17:16:03.091Z | Downloaded fastrand v2.1.0 |
661 | 2024-08-28T17:16:03.091Z | Downloaded try-lock v0.2.5 |
662 | 2024-08-28T17:16:03.091Z | Downloaded signal-hook-tokio v0.3.1 |
663 | 2024-08-28T17:16:03.093Z | Downloaded hashlink v0.9.1 |
664 | 2024-08-28T17:16:03.096Z | Downloaded hickory-client v0.24.1 |
665 | 2024-08-28T17:16:03.098Z | Downloaded postgres-protocol v0.6.7 |
666 | 2024-08-28T17:16:03.101Z | Downloaded serde-hex v0.1.0 |
667 | 2024-08-28T17:16:03.103Z | Downloaded semver v0.1.20 |
668 | 2024-08-28T17:16:03.106Z | Downloaded unicode-segmentation v1.11.0 |
669 | 2024-08-28T17:16:03.109Z | Downloaded sigpipe v0.1.3 |
670 | 2024-08-28T17:16:03.111Z | Downloaded base64 v0.22.1 |
671 | 2024-08-28T17:16:03.114Z | Downloaded phf_shared v0.11.2 |
672 | 2024-08-28T17:16:03.118Z | Downloaded serde_plain v1.0.2 |
673 | 2024-08-28T17:16:03.118Z | Downloaded rustls-pemfile v1.0.4 |
674 | 2024-08-28T17:16:03.121Z | Downloaded headers v0.3.9 |
675 | 2024-08-28T17:16:03.125Z | Downloaded itertools v0.12.1 |
676 | 2024-08-28T17:16:03.135Z | Downloaded serde_repr v0.1.19 |
677 | 2024-08-28T17:16:03.138Z | Downloaded toolchain_find v0.4.0 |
678 | 2024-08-28T17:16:03.142Z | Downloaded xattr v1.3.1 |
679 | 2024-08-28T17:16:03.142Z | Downloaded rustversion v1.0.17 |
680 | 2024-08-28T17:16:03.145Z | Downloaded predicates-tree v1.0.9 |
681 | 2024-08-28T17:16:03.145Z | Downloaded defmt-parser v0.3.4 |
682 | 2024-08-28T17:16:03.147Z | Downloaded vte_generate_state_changes v0.1.1 |
683 | 2024-08-28T17:16:03.147Z | Downloaded mio v1.0.2 |
684 | 2024-08-28T17:16:03.153Z | Downloaded shell-words v1.1.0 |
685 | 2024-08-28T17:16:03.156Z | Downloaded sct v0.7.1 |
686 | 2024-08-28T17:16:03.159Z | Downloaded hostname v0.4.0 |
687 | 2024-08-28T17:16:03.162Z | Downloaded gethostname v0.5.0 |
688 | 2024-08-28T17:16:03.166Z | Downloaded postcard v1.0.8 |
689 | 2024-08-28T17:16:03.169Z | Downloaded phf_shared v0.10.0 |
690 | 2024-08-28T17:16:03.169Z | Downloaded ron v0.7.1 |
691 | 2024-08-28T17:16:03.172Z | Downloaded serde_derive_internals v0.29.1 |
692 | 2024-08-28T17:16:03.175Z | Downloaded sync_wrapper v0.1.2 |
693 | 2024-08-28T17:16:03.178Z | Downloaded tar v0.4.41 |
694 | 2024-08-28T17:16:03.181Z | Downloaded supports-color v3.0.0 |
695 | 2024-08-28T17:16:03.181Z | Downloaded unicode-linebreak v0.1.5 |
696 | 2024-08-28T17:16:03.184Z | Downloaded smallvec v0.6.14 |
697 | 2024-08-28T17:16:03.184Z | Downloaded scrypt v0.11.0 |
698 | 2024-08-28T17:16:03.187Z | Downloaded take_mut v0.2.2 |
699 | 2024-08-28T17:16:03.187Z | Downloaded tokio-tungstenite v0.21.0 |
700 | 2024-08-28T17:16:03.191Z | Downloaded unsafe-libyaml v0.2.11 |
701 | 2024-08-28T17:16:03.193Z | Downloaded paste v1.0.15 |
702 | 2024-08-28T17:16:03.196Z | Downloaded pem v3.0.4 |
703 | 2024-08-28T17:16:03.202Z | Downloaded sqlparser_derive v0.2.2 |
704 | 2024-08-28T17:16:03.202Z | Downloaded ff v0.13.0 |
705 | 2024-08-28T17:16:03.206Z | Downloaded fd-lock v4.0.2 |
706 | 2024-08-28T17:16:03.206Z | Downloaded rand v0.8.5 |
707 | 2024-08-28T17:16:03.209Z | Downloaded getopts v0.2.21 |
708 | 2024-08-28T17:16:03.212Z | Downloaded rustc_version v0.4.0 |
709 | 2024-08-28T17:16:03.212Z | Downloaded rustc_version v0.1.7 |
710 | 2024-08-28T17:16:03.212Z | Downloaded ref-cast-impl v1.0.23 |
711 | 2024-08-28T17:16:03.215Z | Downloaded itertools v0.10.5 |
712 | 2024-08-28T17:16:03.221Z | Downloaded futures-channel v0.3.30 |
713 | 2024-08-28T17:16:03.225Z | Downloaded http-range v0.1.5 |
714 | 2024-08-28T17:16:03.225Z | Downloaded dsl_auto_type v0.1.2 |
715 | 2024-08-28T17:16:03.230Z | Downloaded password-hash v0.5.0 |
716 | 2024-08-28T17:16:03.230Z | Downloaded libxml v0.3.3 |
717 | 2024-08-28T17:16:03.235Z | Downloaded wait-timeout v0.2.0 |
718 | 2024-08-28T17:16:03.238Z | Downloaded predicates-core v1.0.6 |
719 | 2024-08-28T17:16:03.238Z | Downloaded slog-term v2.9.1 |
720 | 2024-08-28T17:16:03.241Z | Downloaded slog-envlogger v2.2.0 |
721 | 2024-08-28T17:16:03.244Z | Downloaded publicsuffix v2.2.3 |
722 | 2024-08-28T17:16:03.247Z | Downloaded powerfmt v0.2.0 |
723 | 2024-08-28T17:16:03.247Z | Downloaded tap v1.0.1 |
724 | 2024-08-28T17:16:03.251Z | Downloaded tabwriter v1.4.0 |
725 | 2024-08-28T17:16:03.251Z | Downloaded peg-macros v0.8.4 |
726 | 2024-08-28T17:16:03.254Z | Downloaded tokio-native-tls v0.3.1 |
727 | 2024-08-28T17:16:03.254Z | Downloaded pem-rfc7468 v0.7.0 |
728 | 2024-08-28T17:16:03.257Z | Downloaded dropshot_endpoint v0.10.1 |
729 | 2024-08-28T17:16:03.257Z | Downloaded hickory-resolver v0.24.1 |
730 | 2024-08-28T17:16:03.261Z | Downloaded textwrap v0.16.1 |
731 | 2024-08-28T17:16:03.265Z | Downloaded downcast v0.11.0 |
732 | 2024-08-28T17:16:03.267Z | Downloaded strip-ansi-escapes v0.2.0 |
733 | 2024-08-28T17:16:03.267Z | Downloaded stringprep v0.1.4 |
734 | 2024-08-28T17:16:03.270Z | Downloaded parse-size v1.0.0 |
735 | 2024-08-28T17:16:03.273Z | Downloaded structmeta v0.3.0 |
736 | 2024-08-28T17:16:03.273Z | Downloaded percent-encoding v2.3.1 |
737 | 2024-08-28T17:16:03.273Z | Downloaded futures v0.3.30 |
738 | 2024-08-28T17:16:03.278Z | Downloaded tempfile v3.10.1 |
739 | 2024-08-28T17:16:03.281Z | Downloaded pin-project v1.1.5 |
740 | 2024-08-28T17:16:03.293Z | Downloaded expectorate v1.1.0 |
741 | 2024-08-28T17:16:03.296Z | Downloaded deranged v0.3.11 |
742 | 2024-08-28T17:16:03.298Z | Downloaded blake3 v1.5.1 |
743 | 2024-08-28T17:16:03.307Z | Downloaded home v0.5.9 |
744 | 2024-08-28T17:16:03.310Z | Downloaded schemars_derive v0.8.21 |
745 | 2024-08-28T17:16:03.310Z | Downloaded tracing-core v0.1.32 |
746 | 2024-08-28T17:16:03.312Z | Downloaded spki v0.7.3 |
747 | 2024-08-28T17:16:03.315Z | Downloaded rustls-pemfile v2.1.3 |
748 | 2024-08-28T17:16:03.318Z | Downloaded dirs-sys-next v0.1.2 |
749 | 2024-08-28T17:16:03.318Z | Downloaded toml v0.7.8 |
750 | 2024-08-28T17:16:03.321Z | Downloaded predicates v3.1.2 |
751 | 2024-08-28T17:16:03.325Z | Downloaded tungstenite v0.21.0 |
752 | 2024-08-28T17:16:03.329Z | Downloaded steno v0.4.1 |
753 | 2024-08-28T17:16:03.333Z | Downloaded typed-path v0.7.1 |
754 | 2024-08-28T17:16:03.340Z | Downloaded prettyplease v0.2.20 |
755 | 2024-08-28T17:16:03.344Z | Downloaded portpicker v0.1.1 |
756 | 2024-08-28T17:16:03.348Z | Downloaded structmeta v0.2.0 |
757 | 2024-08-28T17:16:03.348Z | Downloaded owo-colors v4.0.0 |
758 | 2024-08-28T17:16:03.350Z | Downloaded packed_struct v0.10.1 |
759 | 2024-08-28T17:16:03.350Z | Downloaded serde_yaml v0.9.34+deprecated |
760 | 2024-08-28T17:16:03.354Z | Downloaded hash32 v0.3.1 |
761 | 2024-08-28T17:16:03.358Z | Downloaded getrandom v0.2.14 |
762 | 2024-08-28T17:16:03.361Z | Downloaded derive_builder_core v0.20.0 |
763 | 2024-08-28T17:16:03.365Z | Downloaded postgres-types v0.2.7 |
764 | 2024-08-28T17:16:03.369Z | Downloaded hyper v0.14.30 |
765 | 2024-08-28T17:16:03.374Z | Downloaded derive_builder v0.20.0 |
766 | 2024-08-28T17:16:03.380Z | Downloaded rcgen v0.12.1 |
767 | 2024-08-28T17:16:03.388Z | Downloaded socket2 v0.4.10 |
768 | 2024-08-28T17:16:03.388Z | Downloaded hash32 v0.2.1 |
769 | 2024-08-28T17:16:03.388Z | Downloaded derive-where v1.2.7 |
770 | 2024-08-28T17:16:03.392Z | Downloaded h2 v0.3.26 |
771 | 2024-08-28T17:16:03.402Z | Downloaded http v1.1.0 |
772 | 2024-08-28T17:16:03.427Z | Downloaded half v2.4.1 |
773 | 2024-08-28T17:16:03.427Z | Downloaded vergen v8.3.2 |
774 | 2024-08-28T17:16:03.427Z | Downloaded x509-cert v0.2.5 |
775 | 2024-08-28T17:16:03.440Z | Downloaded serde_with v3.9.0 |
776 | 2024-08-28T17:16:03.440Z | Downloaded hmac v0.12.1 |
777 | 2024-08-28T17:16:03.440Z | Downloaded tokio-postgres v0.7.11 |
778 | 2024-08-28T17:16:03.440Z | Downloaded time v0.3.36 |
779 | 2024-08-28T17:16:03.444Z | Downloaded toml_edit v0.19.15 |
780 | 2024-08-28T17:16:03.460Z | Downloaded rusqlite v0.31.0 |
781 | 2024-08-28T17:16:03.466Z | Downloaded lalrpop v0.19.12 |
782 | 2024-08-28T17:16:03.479Z | Downloaded snafu v0.8.2 |
783 | 2024-08-28T17:16:03.484Z | Downloaded tracing v0.1.40 |
784 | 2024-08-28T17:16:03.490Z | Downloaded reedline v0.33.0 |
785 | 2024-08-28T17:16:03.497Z | Downloaded hashbrown v0.12.3 |
786 | 2024-08-28T17:16:03.501Z | Downloaded chrono v0.4.38 |
787 | 2024-08-28T17:16:03.509Z | Downloaded rustls-webpki v0.101.7 |
788 | 2024-08-28T17:16:03.524Z | Downloaded proptest v1.5.0 |
789 | 2024-08-28T17:16:03.533Z | Downloaded http v0.2.12 |
790 | 2024-08-28T17:16:03.537Z | Downloaded futures-util v0.3.30 |
791 | 2024-08-28T17:16:03.551Z | Downloaded reqwest v0.11.27 |
792 | 2024-08-28T17:16:03.559Z | Downloaded hkdf v0.12.4 |
793 | 2024-08-28T17:16:03.562Z | Downloaded smoltcp v0.9.1 |
794 | 2024-08-28T17:16:03.574Z | Downloaded sqlparser v0.45.0 |
795 | 2024-08-28T17:16:03.580Z | Downloaded tough v0.17.1 |
796 | 2024-08-28T17:16:03.589Z | Downloaded portable-atomic v1.6.0 |
797 | 2024-08-28T17:16:03.596Z | Downloaded winnow v0.5.40 |
798 | 2024-08-28T17:16:03.606Z | Downloaded rayon v1.10.0 |
799 | 2024-08-28T17:16:03.616Z | Downloaded openssl v0.10.66 |
800 | 2024-08-28T17:16:03.626Z | Downloaded curve25519-dalek v4.1.3 |
801 | 2024-08-28T17:16:03.637Z | Downloaded object v0.32.2 |
802 | 2024-08-28T17:16:03.648Z | Downloaded rustls-webpki v0.102.4 |
803 | 2024-08-28T17:16:03.668Z | Downloaded webpki-roots v0.25.4 |
804 | 2024-08-28T17:16:03.672Z | Downloaded git2 v0.19.0 |
805 | 2024-08-28T17:16:03.681Z | Downloaded regex v1.10.6 |
806 | 2024-08-28T17:16:03.695Z | Downloaded smoltcp v0.11.0 |
807 | 2024-08-28T17:16:03.708Z | Downloaded gimli v0.28.1 |
808 | 2024-08-28T17:16:03.717Z | Downloaded dropshot v0.10.1 |
809 | 2024-08-28T17:16:03.727Z | Downloaded rustls v0.21.12 |
810 | 2024-08-28T17:16:03.739Z | Downloaded openapiv3 v2.0.0 |
811 | 2024-08-28T17:16:03.753Z | Downloaded regress v0.9.1 |
812 | 2024-08-28T17:16:03.763Z | Downloaded regex-syntax v0.8.4 |
813 | 2024-08-28T17:16:03.772Z | Downloaded polar-core v0.27.3 |
814 | 2024-08-28T17:16:03.781Z | Downloaded rustls v0.22.4 |
815 | 2024-08-28T17:16:03.796Z | Downloaded hickory-proto v0.24.1 |
816 | 2024-08-28T17:16:03.812Z | Downloaded diesel v2.2.2 |
817 | 2024-08-28T17:16:03.833Z | Downloaded sled v0.34.7 |
818 | 2024-08-28T17:16:03.844Z | Downloaded regex-syntax v0.6.29 |
819 | 2024-08-28T17:16:03.852Z | Downloaded nix v0.28.0 |
820 | 2024-08-28T17:16:03.865Z | Downloaded bstr v1.9.1 |
821 | 2024-08-28T17:16:03.877Z | Downloaded ratatui v0.28.0 |
822 | 2024-08-28T17:16:03.898Z | Downloaded regex-automata v0.4.6 |
823 | 2024-08-28T17:16:03.916Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
824 | 2024-08-28T17:16:03.929Z | Downloaded zerocopy-derive v0.6.6 |
825 | 2024-08-28T17:16:03.939Z | Downloaded finl_unicode v1.2.0 |
826 | 2024-08-28T17:16:03.953Z | Downloaded petgraph v0.6.5 |
827 | 2024-08-28T17:16:03.971Z | Downloaded tokio v1.39.3 |
828 | 2024-08-28T17:16:04.010Z | Downloaded sha3 v0.10.8 |
829 | 2024-08-28T17:16:04.014Z | Downloaded csv v1.3.0 |
830 | 2024-08-28T17:16:04.035Z | Downloaded vcpkg v0.2.15 |
831 | 2024-08-28T17:16:04.075Z | Downloaded radix_trie v0.2.1 |
832 | 2024-08-28T17:16:04.080Z | Downloaded nix v0.27.1 |
833 | 2024-08-28T17:16:04.092Z | Downloaded idna v0.5.0 |
834 | 2024-08-28T17:16:04.099Z | Downloaded idna v0.3.0 |
835 | 2024-08-28T17:16:04.106Z | Downloaded tokio-util v0.7.11 |
836 | 2024-08-28T17:16:04.113Z | Downloaded object v0.30.4 |
837 | 2024-08-28T17:16:04.123Z | Downloaded idna v0.4.0 |
838 | 2024-08-28T17:16:04.131Z | Downloaded bitvec v1.0.1 |
839 | 2024-08-28T17:16:04.148Z | Downloaded bindgen v0.69.4 |
840 | 2024-08-28T17:16:04.155Z | Downloaded quick-xml v0.31.0 |
841 | 2024-08-28T17:16:04.161Z | Downloaded flate2 v1.0.31 |
842 | 2024-08-28T17:16:04.169Z | Downloaded aho-corasick v1.1.3 |
843 | 2024-08-28T17:16:04.173Z | Downloaded encoding_rs v0.8.34 |
844 | 2024-08-28T17:16:04.197Z | Downloaded rayon-core v1.12.1 |
845 | 2024-08-28T17:16:04.200Z | Downloaded rsa v0.9.6 |
846 | 2024-08-28T17:16:04.207Z | Downloaded fatfs v0.3.6 |
847 | 2024-08-28T17:16:04.210Z | Downloaded hashbrown v0.13.2 |
848 | 2024-08-28T17:16:04.214Z | Downloaded snafu-derive v0.8.2 |
849 | 2024-08-28T17:16:04.217Z | Downloaded unicode-bidi v0.3.15 |
850 | 2024-08-28T17:16:04.220Z | Downloaded unicode-normalization v0.1.23 |
851 | 2024-08-28T17:16:04.224Z | Downloaded itertools v0.13.0 |
852 | 2024-08-28T17:16:04.232Z | Downloaded derive_more v0.99.18 |
853 | 2024-08-28T17:16:04.237Z | Downloaded tokio-tungstenite v0.23.1 |
854 | 2024-08-28T17:16:04.239Z | Downloaded unicode_categories v0.1.1 |
855 | 2024-08-28T17:16:04.244Z | Downloaded parse-display-derive v0.10.0 |
856 | 2024-08-28T17:16:04.244Z | Downloaded scheduled-thread-pool v0.2.7 |
857 | 2024-08-28T17:16:04.244Z | Downloaded fallible-iterator v0.3.0 |
858 | 2024-08-28T17:16:04.247Z | Downloaded fallible-iterator v0.2.0 |
859 | 2024-08-28T17:16:04.247Z | Downloaded enum-as-inner v0.6.0 |
860 | 2024-08-28T17:16:04.250Z | Downloaded either v1.13.0 |
861 | 2024-08-28T17:16:04.250Z | Downloaded ron v0.8.1 |
862 | 2024-08-28T17:16:04.255Z | Downloaded tracing-attributes v0.1.27 |
863 | 2024-08-28T17:16:04.257Z | Downloaded crossterm v0.27.0 |
864 | 2024-08-28T17:16:04.264Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
865 | 2024-08-28T17:16:04.325Z | Downloaded zip v0.6.6 |
866 | 2024-08-28T17:16:04.330Z | Downloaded nom v7.1.3 |
867 | 2024-08-28T17:16:04.335Z | Downloaded twox-hash v1.6.3 |
868 | 2024-08-28T17:16:04.337Z | Downloaded funty v2.0.0 |
869 | 2024-08-28T17:16:04.337Z | Downloaded flagset v0.4.5 |
870 | 2024-08-28T17:16:04.341Z | Downloaded fallible-streaming-iterator v0.1.9 |
871 | 2024-08-28T17:16:04.341Z | Downloaded topological-sort v0.2.2 |
872 | 2024-08-28T17:16:04.341Z | Downloaded which v4.4.2 |
873 | 2024-08-28T17:16:04.344Z | Downloaded oso v0.27.3 |
874 | 2024-08-28T17:16:04.347Z | Downloaded heapless v0.7.17 |
875 | 2024-08-28T17:16:04.351Z | Downloaded heapless v0.8.0 |
876 | 2024-08-28T17:16:04.355Z | Downloaded scopeguard v1.2.0 |
877 | 2024-08-28T17:16:04.358Z | Downloaded rtoolbox v0.0.2 |
878 | 2024-08-28T17:16:04.358Z | Downloaded walkdir v2.5.0 |
879 | 2024-08-28T17:16:04.363Z | Downloaded rustyline v14.0.0 |
880 | 2024-08-28T17:16:04.366Z | Downloaded unarray v0.1.4 |
881 | 2024-08-28T17:16:04.369Z | Downloaded slog-dtrace v0.3.0 |
882 | 2024-08-28T17:16:04.369Z | Downloaded slab v0.4.9 |
883 | 2024-08-28T17:16:04.372Z | Downloaded serde_with_macros v3.9.0 |
884 | 2024-08-28T17:16:04.372Z | Downloaded smallvec v1.13.2 |
885 | 2024-08-28T17:16:04.375Z | Downloaded tungstenite v0.23.0 |
886 | 2024-08-28T17:16:04.378Z | Downloaded ref-cast v1.0.23 |
887 | 2024-08-28T17:16:04.382Z | Downloaded poly1305 v0.8.0 |
888 | 2024-08-28T17:16:04.386Z | Downloaded signal-hook v0.3.17 |
889 | 2024-08-28T17:16:04.388Z | Downloaded url v2.5.2 |
890 | 2024-08-28T17:16:04.392Z | Downloaded signal-hook-registry v1.4.2 |
891 | 2024-08-28T17:16:04.392Z | Downloaded zeroize_derive v1.4.2 |
892 | 2024-08-28T17:16:04.392Z | Downloaded zeroize v1.7.0 |
893 | 2024-08-28T17:16:04.395Z | Downloaded hickory-server v0.24.1 |
894 | 2024-08-28T17:16:04.401Z | Downloaded openssl-sys v0.9.103 |
895 | 2024-08-28T17:16:04.406Z | Downloaded crossterm v0.28.1 |
896 | 2024-08-28T17:16:04.414Z | Downloaded uuid v1.10.0 |
897 | 2024-08-28T17:16:04.418Z | Downloaded env_logger v0.10.2 |
898 | 2024-08-28T17:16:04.420Z | Downloaded env_logger v0.9.3 |
899 | 2024-08-28T17:16:04.423Z | Downloaded pkcs5 v0.7.1 |
900 | 2024-08-28T17:16:04.427Z | Downloaded futures-executor v0.3.30 |
901 | 2024-08-28T17:16:04.430Z | Downloaded parking_lot v0.12.2 |
902 | 2024-08-28T17:16:04.433Z | Downloaded thread_local v1.1.8 |
903 | 2024-08-28T17:16:04.433Z | Downloaded thiserror-no-std v2.0.2 |
904 | 2024-08-28T17:16:04.437Z | Downloaded thiserror-impl-no-std v2.0.2 |
905 | 2024-08-28T17:16:04.439Z | Downloaded samael v0.0.15 |
906 | 2024-08-28T17:16:04.443Z | Downloaded slog-bunyan v2.5.0 |
907 | 2024-08-28T17:16:04.446Z | Downloaded resolv-conf v0.7.0 |
908 | 2024-08-28T17:16:04.449Z | Downloaded rand_seeder v0.3.0 |
909 | 2024-08-28T17:16:04.449Z | Downloaded rand_core v0.6.4 |
910 | 2024-08-28T17:16:04.452Z | Downloaded rustls-pki-types v1.7.0 |
911 | 2024-08-28T17:16:04.452Z | Downloaded subprocess v0.2.9 |
912 | 2024-08-28T17:16:04.455Z | Downloaded libm v0.2.8 |
913 | 2024-08-28T17:16:04.463Z | Downloaded slog v2.7.0 |
914 | 2024-08-28T17:16:04.468Z | Downloaded flume v0.11.0 |
915 | 2024-08-28T17:16:04.472Z | Downloaded pin-project-internal v1.1.5 |
916 | 2024-08-28T17:16:04.475Z | Downloaded parking_lot_core v0.9.10 |
917 | 2024-08-28T17:16:04.479Z | Downloaded futures-macro v0.3.30 |
918 | 2024-08-28T17:16:04.482Z | Downloaded crypto-bigint v0.5.5 |
919 | 2024-08-28T17:16:04.485Z | Downloaded time-macros v0.2.18 |
920 | 2024-08-28T17:16:04.488Z | Downloaded sqlformat v0.2.4 |
921 | 2024-08-28T17:16:04.491Z | Downloaded futures-task v0.3.30 |
922 | 2024-08-28T17:16:04.493Z | Downloaded dyn-clone v1.0.17 |
923 | 2024-08-28T17:16:04.493Z | Downloaded vsss-rs v3.3.4 |
924 | 2024-08-28T17:16:04.496Z | Downloaded tungstenite v0.20.1 |
925 | 2024-08-28T17:16:04.499Z | Downloaded backtrace v0.3.71 |
926 | 2024-08-28T17:16:04.504Z | Downloaded slog-stdlog v4.1.1 |
927 | 2024-08-28T17:16:04.507Z | Downloaded tinyvec v1.6.0 |
928 | 2024-08-28T17:16:04.511Z | Downloaded psl-types v2.0.11 |
929 | 2024-08-28T17:16:04.514Z | Downloaded proc-macro-crate v1.3.1 |
930 | 2024-08-28T17:16:04.514Z | Downloaded pkg-config v0.3.30 |
931 | 2024-08-28T17:16:04.514Z | Downloaded similar v2.6.0 |
932 | 2024-08-28T17:16:04.519Z | Downloaded miniz_oxide v0.7.2 |
933 | 2024-08-28T17:16:04.522Z | Downloaded zerocopy v0.6.6 |
934 | 2024-08-28T17:16:04.524Z | Downloaded whoami v1.5.1 |
935 | 2024-08-28T17:16:04.528Z | Downloaded vte v0.11.1 |
936 | 2024-08-28T17:16:04.531Z | Downloaded cookie v0.18.1 |
937 | 2024-08-28T17:16:04.535Z | Downloaded compact_str v0.8.0 |
938 | 2024-08-28T17:16:04.540Z | Downloaded filetime v0.2.24 |
939 | 2024-08-28T17:16:04.540Z | Downloaded zone v0.1.8 |
940 | 2024-08-28T17:16:04.541Z | Downloaded pkcs1 v0.7.5 |
941 | 2024-08-28T17:16:04.543Z | Downloaded term v0.7.0 |
942 | 2024-08-28T17:16:04.546Z | Downloaded utf-8 v0.7.6 |
943 | 2024-08-28T17:16:04.550Z | Downloaded ring v0.17.8 |
944 | 2024-08-28T17:16:04.621Z | Downloaded tls_codec v0.4.1 |
945 | 2024-08-28T17:16:04.624Z | Downloaded pin-project-lite v0.2.14 |
946 | 2024-08-28T17:16:04.627Z | Downloaded parking_lot v0.11.2 |
947 | 2024-08-28T17:16:04.630Z | Downloaded crossbeam-epoch v0.9.18 |
948 | 2024-08-28T17:16:04.633Z | Downloaded omicron-zone-package v0.11.0 |
949 | 2024-08-28T17:16:04.636Z | Downloaded num-traits v0.2.19 |
950 | 2024-08-28T17:16:04.639Z | Downloaded rustc-hash v1.1.0 |
951 | 2024-08-28T17:16:04.642Z | Downloaded yasna v0.5.2 |
952 | 2024-08-28T17:16:04.642Z | Downloaded radium v0.7.0 |
953 | 2024-08-28T17:16:04.645Z | Downloaded r2d2 v0.8.10 |
954 | 2024-08-28T17:16:04.645Z | Downloaded quick-error v1.2.3 |
955 | 2024-08-28T17:16:04.647Z | Downloaded pbkdf2 v0.12.2 |
956 | 2024-08-28T17:16:04.648Z | Downloaded libz-sys v1.1.16 |
957 | 2024-08-28T17:16:04.717Z | Downloaded tokio-rustls v0.25.0 |
958 | 2024-08-28T17:16:04.720Z | Downloaded ring v0.16.20 |
959 | 2024-08-28T17:16:04.804Z | Downloaded tokio-rustls v0.24.1 |
960 | 2024-08-28T17:16:04.806Z | Downloaded packed_struct_codegen v0.10.1 |
961 | 2024-08-28T17:16:04.806Z | Downloaded bzip2 v0.4.4 |
962 | 2024-08-28T17:16:04.809Z | Downloaded blake2 v0.10.6 |
963 | 2024-08-28T17:16:04.809Z | Downloaded smf v0.2.3 |
964 | 2024-08-28T17:16:04.812Z | Downloaded md-5 v0.10.6 |
965 | 2024-08-28T17:16:04.812Z | Downloaded float-cmp v0.9.0 |
966 | 2024-08-28T17:16:04.814Z | Downloaded nu-ansi-term v0.50.0 |
967 | 2024-08-28T17:16:04.817Z | Downloaded cc v1.0.97 |
968 | 2024-08-28T17:16:04.821Z | Downloaded lock_api v0.4.12 |
969 | 2024-08-28T17:16:04.821Z | Downloaded lazycell v1.3.0 |
970 | 2024-08-28T17:16:04.823Z | Downloaded jobserver v0.1.32 |
971 | 2024-08-28T17:16:04.823Z | Downloaded ipnet v2.9.0 |
972 | 2024-08-28T17:16:04.830Z | Downloaded instability v0.3.2 |
973 | 2024-08-28T17:16:04.830Z | Downloaded signal-hook-mio v0.2.4 |
974 | 2024-08-28T17:16:04.830Z | Downloaded num-iter v0.1.45 |
975 | 2024-08-28T17:16:04.830Z | Downloaded linear-map v1.2.0 |
976 | 2024-08-28T17:16:04.833Z | Downloaded num-derive v0.4.2 |
977 | 2024-08-28T17:16:04.833Z | Downloaded libsqlite3-sys v0.28.0 |
978 | 2024-08-28T17:16:04.912Z | Downloaded newtype_derive v0.1.6 |
979 | 2024-08-28T17:16:04.916Z | Downloaded lru-cache v0.1.2 |
980 | 2024-08-28T17:16:04.916Z | Downloaded float-ord v0.3.2 |
981 | 2024-08-28T17:16:04.916Z | Downloaded serde_arrays v0.1.0 |
982 | 2024-08-28T17:16:04.916Z | Downloaded maplit v1.0.2 |
983 | 2024-08-28T17:16:04.916Z | Downloaded cookie v0.17.0 |
984 | 2024-08-28T17:16:04.916Z | Downloaded kstat-rs v0.2.4 |
985 | 2024-08-28T17:16:04.919Z | Downloaded crossbeam-utils v0.8.19 |
986 | 2024-08-28T17:16:04.919Z | Downloaded async-trait v0.1.81 |
987 | 2024-08-28T17:16:04.922Z | Downloaded addr2line v0.21.0 |
988 | 2024-08-28T17:16:04.925Z | Downloaded const_format_proc_macros v0.2.32 |
989 | 2024-08-28T17:16:04.926Z | Downloaded chacha20 v0.9.1 |
990 | 2024-08-28T17:16:04.928Z | Downloaded cexpr v0.6.0 |
991 | 2024-08-28T17:16:04.928Z | Downloaded cbc v0.1.2 |
992 | 2024-08-28T17:16:04.932Z | Downloaded camino-tempfile v1.1.1 |
993 | 2024-08-28T17:16:04.932Z | Downloaded block-padding v0.3.3 |
994 | 2024-08-28T17:16:04.932Z | Downloaded bitfield-struct v0.6.1 |
995 | 2024-08-28T17:16:04.935Z | Downloaded atomic-waker v1.1.2 |
996 | 2024-08-28T17:16:04.935Z | Downloaded allocator-api2 v0.2.18 |
997 | 2024-08-28T17:16:04.939Z | Downloaded cookie_store v0.20.0 |
998 | 2024-08-28T17:16:04.939Z | Downloaded iana-time-zone v0.1.60 |
999 | 2024-08-28T17:16:04.941Z | Downloaded ciborium v0.2.2 |
1000 | 2024-08-28T17:16:04.944Z | Downloaded cancel-safe-futures v0.1.5 |
1001 | 2024-08-28T17:16:04.947Z | Downloaded base64ct v1.6.0 |
1002 | 2024-08-28T17:16:04.950Z | Downloaded indent_write v2.2.0 |
1003 | 2024-08-28T17:16:04.950Z | Downloaded atty v0.2.14 |
1004 | 2024-08-28T17:16:04.950Z | Downloaded lru v0.12.3 |
1005 | 2024-08-28T17:16:04.953Z | Downloaded async-stream-impl v0.3.5 |
1006 | 2024-08-28T17:16:04.953Z | Downloaded backoff v0.4.0 |
1007 | 2024-08-28T17:16:04.953Z | Downloaded ascii v1.1.0 |
1008 | 2024-08-28T17:16:04.956Z | Downloaded arrayref v0.3.7 |
1009 | 2024-08-28T17:16:04.956Z | Downloaded ahash v0.8.11 |
1010 | 2024-08-28T17:16:04.959Z | Downloaded lazy_static v1.5.0 |
1011 | 2024-08-28T17:16:04.963Z | Downloaded keccak v0.1.5 |
1012 | 2024-08-28T17:16:04.963Z | Downloaded constant_time_eq v0.3.0 |
1013 | 2024-08-28T17:16:04.963Z | Downloaded multimap v0.10.0 |
1014 | 2024-08-28T17:16:04.966Z | Downloaded managed v0.8.0 |
1015 | 2024-08-28T17:16:04.966Z | Downloaded crossbeam-deque v0.8.5 |
1016 | 2024-08-28T17:16:04.966Z | Downloaded base16ct v0.2.0 |
1017 | 2024-08-28T17:16:04.969Z | Downloaded bitfield v0.14.0 |
1018 | 2024-08-28T17:16:04.969Z | Downloaded cipher v0.4.4 |
1019 | 2024-08-28T17:16:04.971Z | Downloaded bit-set v0.5.3 |
1020 | 2024-08-28T17:16:04.971Z | Downloaded hubpack_derive v0.1.1 |
1021 | 2024-08-28T17:16:04.971Z | Downloaded async-stream v0.3.5 |
1022 | 2024-08-28T17:16:04.974Z | Downloaded array-init v0.0.4 |
1023 | 2024-08-28T17:16:04.974Z | Downloaded adler v1.0.2 |
1024 | 2024-08-28T17:16:04.974Z | Downloaded async-recursion v1.1.1 |
1025 | 2024-08-28T17:16:04.979Z | Downloaded is_ci v1.2.0 |
1026 | 2024-08-28T17:16:04.997Z | Downloaded instant v0.1.12 |
1027 | 2024-08-28T17:16:05.077Z | Compiling cfg-if v1.0.0 |
1028 | 2024-08-28T17:16:05.077Z | Compiling serde v1.0.208 |
1029 | 2024-08-28T17:16:05.088Z | Compiling typenum v1.17.0 |
1030 | 2024-08-28T17:16:05.088Z | Compiling lock_api v0.4.12 |
1031 | 2024-08-28T17:16:05.088Z | Compiling generic-array v0.14.7 |
1032 | 2024-08-28T17:16:05.267Z | Compiling syn v2.0.74 |
1033 | 2024-08-28T17:16:05.273Z | Compiling scopeguard v1.2.0 |
1034 | 2024-08-28T17:16:05.273Z | Compiling log v0.4.21 |
1035 | 2024-08-28T17:16:05.321Z | Compiling getrandom v0.2.14 |
1036 | 2024-08-28T17:16:05.453Z | Compiling jobserver v0.1.32 |
1037 | 2024-08-28T17:16:05.581Z | Compiling rand_core v0.6.4 |
1038 | 2024-08-28T17:16:05.692Z | Compiling subtle v2.5.0 |
1039 | 2024-08-28T17:16:05.786Z | Compiling cc v1.0.97 |
1040 | 2024-08-28T17:16:05.804Z | Compiling const-oid v0.9.6 |
1041 | 2024-08-28T17:16:06.010Z | Compiling smallvec v1.13.2 |
1042 | 2024-08-28T17:16:06.107Z | Compiling pin-project-lite v0.2.14 |
1043 | 2024-08-28T17:16:06.126Z | Compiling parking_lot_core v0.9.10 |
1044 | 2024-08-28T17:16:06.351Z | Compiling signal-hook-registry v1.4.2 |
1045 | 2024-08-28T17:16:06.380Z | Compiling spin v0.9.8 |
1046 | 2024-08-28T17:16:06.525Z | Compiling mio v1.0.2 |
1047 | 2024-08-28T17:16:06.823Z | Compiling ahash v0.8.11 |
1048 | 2024-08-28T17:16:07.191Z | Compiling parking_lot v0.12.2 |
1049 | 2024-08-28T17:16:07.256Z | Compiling tinyvec_macros v0.1.1 |
1050 | 2024-08-28T17:16:07.398Z | Compiling tinyvec v1.6.0 |
1051 | 2024-08-28T17:16:07.585Z | Compiling socket2 v0.5.7 |
1052 | 2024-08-28T17:16:07.789Z | Compiling cpufeatures v0.2.12 |
1053 | 2024-08-28T17:16:07.899Z | Compiling futures-sink v0.3.30 |
1054 | 2024-08-28T17:16:08.040Z | Compiling serde_json v1.0.125 |
1055 | 2024-08-28T17:16:08.067Z | Compiling libm v0.2.8 |
1056 | 2024-08-28T17:16:08.222Z | Compiling futures-core v0.3.30 |
1057 | 2024-08-28T17:16:08.242Z | Compiling num-traits v0.2.19 |
1058 | 2024-08-28T17:16:08.437Z | Compiling slab v0.4.9 |
1059 | 2024-08-28T17:16:08.476Z | Compiling unicode-bidi v0.3.15 |
1060 | 2024-08-28T17:16:08.509Z | Compiling allocator-api2 v0.2.18 |
1061 | 2024-08-28T17:16:08.806Z | Compiling futures-channel v0.3.30 |
1062 | 2024-08-28T17:16:08.926Z | Compiling unicode-normalization v0.1.23 |
1063 | 2024-08-28T17:16:09.211Z | Compiling pin-utils v0.1.0 |
1064 | 2024-08-28T17:16:09.255Z | Compiling pkg-config v0.3.30 |
1065 | 2024-08-28T17:16:09.310Z | Compiling vcpkg v0.2.15 |
1066 | 2024-08-28T17:16:09.331Z | Compiling futures-io v0.3.30 |
1067 | 2024-08-28T17:16:09.971Z | Compiling futures-task v0.3.30 |
1068 | 2024-08-28T17:16:10.030Z | Compiling base64ct v1.6.0 |
1069 | 2024-08-28T17:16:10.051Z | Compiling ppv-lite86 v0.2.17 |
1070 | 2024-08-28T17:16:10.168Z | Compiling ring v0.17.8 |
1071 | 2024-08-28T17:16:10.267Z | Compiling flagset v0.4.5 |
1072 | 2024-08-28T17:16:10.481Z | Compiling pem-rfc7468 v0.7.0 |
1073 | 2024-08-28T17:16:10.612Z | Compiling percent-encoding v2.3.1 |
1074 | 2024-08-28T17:16:10.793Z | Compiling rand_chacha v0.3.1 |
1075 | 2024-08-28T17:16:10.840Z | Compiling tracing-core v0.1.32 |
1076 | 2024-08-28T17:16:10.986Z | Compiling rustix v0.38.34 |
1077 | 2024-08-28T17:16:11.255Z | Compiling untrusted v0.9.0 |
1078 | 2024-08-28T17:16:11.441Z | Compiling rand v0.8.5 |
1079 | 2024-08-28T17:16:11.474Z | Compiling openssl-sys v0.9.103 |
1080 | 2024-08-28T17:16:11.735Z | Compiling foreign-types-shared v0.1.1 |
1081 | 2024-08-28T17:16:11.845Z | Compiling num-conv v0.1.0 |
1082 | 2024-08-28T17:16:11.863Z | Compiling powerfmt v0.2.0 |
1083 | 2024-08-28T17:16:12.116Z | Compiling time-core v0.1.2 |
1084 | 2024-08-28T17:16:12.190Z | Compiling httparse v1.8.0 |
1085 | 2024-08-28T17:16:12.252Z | Compiling openssl v0.10.66 |
1086 | 2024-08-28T17:16:12.281Z | Compiling rustversion v1.0.17 |
1087 | 2024-08-28T17:16:12.635Z | Compiling time-macros v0.2.18 |
1088 | 2024-08-28T17:16:12.654Z | Compiling deranged v0.3.11 |
1089 | 2024-08-28T17:16:13.030Z | Compiling foreign-types v0.3.2 |
1090 | 2024-08-28T17:16:13.047Z | Compiling form_urlencoded v1.2.1 |
1091 | 2024-08-28T17:16:13.133Z | Compiling aho-corasick v1.1.3 |
1092 | 2024-08-28T17:16:13.294Z | Compiling regex-syntax v0.8.4 |
1093 | 2024-08-28T17:16:13.354Z | Compiling syn v1.0.109 |
1094 | 2024-08-28T17:16:13.994Z | Compiling crossbeam-utils v0.8.19 |
1095 | 2024-08-28T17:16:14.330Z | Compiling num_threads v0.1.7 |
1096 | 2024-08-28T17:16:14.462Z | Compiling try-lock v0.2.5 |
1097 | 2024-08-28T17:16:14.525Z | Compiling native-tls v0.2.11 |
1098 | 2024-08-28T17:16:14.607Z | Compiling siphasher v0.3.11 |
1099 | 2024-08-28T17:16:14.810Z | Compiling rustls v0.21.12 |
1100 | 2024-08-28T17:16:14.942Z | Compiling want v0.3.1 |
1101 | 2024-08-28T17:16:15.552Z | Compiling time v0.3.36 |
1102 | 2024-08-28T17:16:15.936Z | Compiling idna v0.5.0 |
1103 | 2024-08-28T17:16:16.603Z | Compiling regex-automata v0.4.6 |
1104 | 2024-08-28T17:16:16.697Z | Compiling cookie v0.17.0 |
1105 | 2024-08-28T17:16:17.014Z | Compiling tower-service v0.3.2 |
1106 | 2024-08-28T17:16:17.160Z | Compiling slog v2.7.0 |
1107 | 2024-08-28T17:16:17.543Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-08-28T17:16:17.716Z | Compiling iana-time-zone v0.1.60 |
1109 | 2024-08-28T17:16:18.146Z | Compiling adler v1.0.2 |
1110 | 2024-08-28T17:16:18.176Z | Compiling httpdate v1.0.3 |
1111 | 2024-08-28T17:16:18.176Z | Compiling openssl-probe v0.1.5 |
1112 | 2024-08-28T17:16:18.361Z | Compiling miniz_oxide v0.7.2 |
1113 | 2024-08-28T17:16:18.531Z | Compiling stringprep v0.1.4 |
1114 | 2024-08-28T17:16:18.796Z | Compiling url v2.5.2 |
1115 | 2024-08-28T17:16:19.405Z | Compiling serde_derive v1.0.208 |
1116 | 2024-08-28T17:16:19.703Z | Compiling zeroize_derive v1.4.2 |
1117 | 2024-08-28T17:16:19.722Z | Compiling zerocopy-derive v0.7.34 |
1118 | 2024-08-28T17:16:19.855Z | Compiling tokio-macros v2.4.0 |
1119 | 2024-08-28T17:16:20.637Z | Compiling thiserror-impl v1.0.63 |
1120 | 2024-08-28T17:16:20.769Z | Compiling futures-macro v0.3.30 |
1121 | 2024-08-28T17:16:21.366Z | Compiling zeroize v1.7.0 |
1122 | 2024-08-28T17:16:21.559Z | Compiling der_derive v0.7.2 |
1123 | 2024-08-28T17:16:22.065Z | Compiling zerocopy v0.7.34 |
1124 | 2024-08-28T17:16:22.826Z | Compiling futures-util v0.3.30 |
1125 | 2024-08-28T17:16:23.279Z | Compiling crypto-common v0.1.6 |
1126 | 2024-08-28T17:16:23.523Z | Compiling block-buffer v0.10.4 |
1127 | 2024-08-28T17:16:23.737Z | Compiling digest v0.10.7 |
1128 | 2024-08-28T17:16:23.932Z | Compiling block-padding v0.3.3 |
1129 | 2024-08-28T17:16:24.144Z | Compiling thiserror v1.0.63 |
1130 | 2024-08-28T17:16:24.210Z | Compiling hmac v0.12.1 |
1131 | 2024-08-28T17:16:24.245Z | Compiling inout v0.1.3 |
1132 | 2024-08-28T17:16:24.298Z | Compiling sha2 v0.10.8 |
1133 | 2024-08-28T17:16:24.421Z | Compiling hashbrown v0.14.5 |
1134 | 2024-08-28T17:16:24.450Z | Compiling pest v2.7.10 |
1135 | 2024-08-28T17:16:24.520Z | Compiling cipher v0.4.4 |
1136 | 2024-08-28T17:16:25.036Z | Compiling salsa20 v0.10.2 |
1137 | 2024-08-28T17:16:25.252Z | Compiling pbkdf2 v0.12.2 |
1138 | 2024-08-28T17:16:25.450Z | Compiling der v0.7.9 |
1139 | 2024-08-28T17:16:25.770Z | Compiling tracing-attributes v0.1.27 |
1140 | 2024-08-28T17:16:25.863Z | Compiling scroll_derive v0.12.0 |
1141 | 2024-08-28T17:16:27.501Z | Compiling pest_meta v2.7.10 |
1142 | 2024-08-28T17:16:27.662Z | Compiling spki v0.7.3 |
1143 | 2024-08-28T17:16:27.993Z | Compiling scroll v0.12.0 |
1144 | 2024-08-28T17:16:28.572Z | Compiling scrypt v0.11.0 |
1145 | 2024-08-28T17:16:28.980Z | Compiling pest_generator v2.7.10 |
1146 | 2024-08-28T17:16:29.118Z | Compiling cbc v0.1.2 |
1147 | 2024-08-28T17:16:29.181Z | Compiling aes v0.8.4 |
1148 | 2024-08-28T17:16:29.363Z | Compiling goblin v0.8.2 |
1149 | 2024-08-28T17:16:29.837Z | Compiling tracing v0.1.40 |
1150 | 2024-08-28T17:16:29.954Z | Compiling openssl-macros v0.1.1 |
1151 | 2024-08-28T17:16:30.376Z | Compiling pkcs5 v0.7.1 |
1152 | 2024-08-28T17:16:30.802Z | Compiling sct v0.7.1 |
1153 | 2024-08-28T17:16:31.089Z | Compiling pkcs8 v0.10.2 |
1154 | 2024-08-28T17:16:31.174Z | Compiling rustls-webpki v0.101.7 |
1155 | 2024-08-28T17:16:31.745Z | Compiling md-5 v0.10.6 |
1156 | 2024-08-28T17:16:32.061Z | Compiling num-integer v0.1.46 |
1157 | 2024-08-28T17:16:32.884Z | Compiling backtrace v0.3.71 |
1158 | 2024-08-28T17:16:32.905Z | Compiling pest_derive v2.7.10 |
1159 | 2024-08-28T17:16:33.178Z | Compiling idna v0.3.0 |
1160 | 2024-08-28T17:16:33.290Z | Compiling lazy_static v1.5.0 |
1161 | 2024-08-28T17:16:33.413Z | Compiling hash32 v0.2.1 |
1162 | 2024-08-28T17:16:33.442Z | Compiling psl-types v2.0.11 |
1163 | 2024-08-28T17:16:33.667Z | Compiling signal-hook v0.3.17 |
1164 | 2024-08-28T17:16:33.781Z | Compiling dtrace-parser v0.2.0 |
1165 | 2024-08-28T17:16:33.800Z | Compiling num-bigint-dig v0.8.4 |
1166 | 2024-08-28T17:16:33.953Z | Compiling bytes v1.7.1 |
1167 | 2024-08-28T17:16:34.114Z | Compiling bitflags v2.6.0 |
1168 | 2024-08-28T17:16:34.534Z | Compiling indexmap v2.4.0 |
1169 | 2024-08-28T17:16:34.845Z | Compiling tokio v1.39.3 |
1170 | 2024-08-28T17:16:35.246Z | Compiling http v0.2.12 |
1171 | 2024-08-28T17:16:35.935Z | Compiling semver v1.0.23 |
1172 | 2024-08-28T17:16:36.727Z | Compiling rustc_version v0.4.0 |
1173 | 2024-08-28T17:16:37.483Z | Compiling http-body v0.4.6 |
1174 | 2024-08-28T17:16:37.511Z | Compiling heapless v0.7.17 |
1175 | 2024-08-28T17:16:37.772Z | Compiling dof v0.3.0 |
1176 | 2024-08-28T17:16:37.980Z | Compiling uuid v1.10.0 |
1177 | 2024-08-28T17:16:39.078Z | Compiling usdt-impl v0.5.0 |
1178 | 2024-08-28T17:16:39.501Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-28T17:16:39.730Z | Compiling serde_tokenstream v0.2.2 |
1180 | 2024-08-28T17:16:39.964Z | Compiling toml_datetime v0.6.8 |
1181 | 2024-08-28T17:16:40.118Z | Compiling chrono v0.4.38 |
1182 | 2024-08-28T17:16:40.323Z | Compiling crc32fast v1.4.0 |
1183 | 2024-08-28T17:16:40.472Z | Compiling fallible-iterator v0.2.0 |
1184 | 2024-08-28T17:16:40.631Z | Compiling base64 v0.22.1 |
1185 | 2024-08-28T17:16:40.843Z | Compiling cfg_aliases v0.1.1 |
1186 | 2024-08-28T17:16:40.942Z | Compiling gimli v0.28.1 |
1187 | 2024-08-28T17:16:41.108Z | Compiling smoltcp v0.9.1 |
1188 | 2024-08-28T17:16:41.173Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-08-28T17:16:41.405Z | Compiling postgres-protocol v0.6.7 |
1190 | 2024-08-28T17:16:41.884Z | Compiling nix v0.28.0 |
1191 | 2024-08-28T17:16:42.555Z | Compiling terminal_size v0.3.0 |
1192 | 2024-08-28T17:16:42.721Z | Compiling publicsuffix v2.2.3 |
1193 | 2024-08-28T17:16:42.785Z | Compiling num-iter v0.1.45 |
1194 | 2024-08-28T17:16:42.804Z | Compiling zerocopy-derive v0.6.6 |
1195 | 2024-08-28T17:16:42.963Z | Compiling async-trait v0.1.81 |
1196 | 2024-08-28T17:16:43.783Z | Compiling tokio-util v0.7.11 |
1197 | 2024-08-28T17:16:44.691Z | Compiling tokio-native-tls v0.3.1 |
1198 | 2024-08-28T17:16:44.924Z | Compiling h2 v0.3.26 |
1199 | 2024-08-28T17:16:44.975Z | Compiling tokio-rustls v0.24.1 |
1200 | 2024-08-28T17:16:45.349Z | Compiling addr2line v0.21.0 |
1201 | 2024-08-28T17:16:45.702Z | Compiling phf_shared v0.11.2 |
1202 | 2024-08-28T17:16:45.868Z | Compiling serde_derive_internals v0.29.1 |
1203 | 2024-08-28T17:16:45.887Z | Compiling ff v0.13.0 |
1204 | 2024-08-28T17:16:46.028Z | Compiling object v0.32.2 |
1205 | 2024-08-28T17:16:46.078Z | Compiling fs-err v2.11.0 |
1206 | 2024-08-28T17:16:46.096Z | Compiling ipnet v2.9.0 |
1207 | 2024-08-28T17:16:46.163Z | Compiling hubpack_derive v0.1.1 |
1208 | 2024-08-28T17:16:46.405Z | Compiling anyhow v1.0.86 |
1209 | 2024-08-28T17:16:46.572Z | Compiling bitflags v1.3.2 |
1210 | 2024-08-28T17:16:46.682Z | Compiling rustc-demangle v0.1.24 |
1211 | 2024-08-28T17:16:47.047Z | Compiling winnow v0.5.40 |
1212 | 2024-08-28T17:16:47.074Z | Compiling schemars v0.8.21 |
1213 | 2024-08-28T17:16:47.325Z | Compiling base64 v0.21.7 |
1214 | 2024-08-28T17:16:47.424Z | Compiling base16ct v0.2.0 |
1215 | 2024-08-28T17:16:47.633Z | Compiling managed v0.8.0 |
1216 | 2024-08-28T17:16:47.735Z | Compiling either v1.13.0 |
1217 | 2024-08-28T17:16:48.076Z | Compiling rustls-pemfile v1.0.4 |
1218 | 2024-08-28T17:16:48.152Z | Compiling clap_builder v4.5.15 |
1219 | 2024-08-28T17:16:48.499Z | Compiling sec1 v0.7.3 |
1220 | 2024-08-28T17:16:48.581Z | Compiling schemars_derive v0.8.21 |
1221 | 2024-08-28T17:16:49.125Z | Compiling hubpack v0.1.2 |
1222 | 2024-08-28T17:16:49.879Z | Compiling group v0.13.0 |
1223 | 2024-08-28T17:16:50.001Z | Compiling phf v0.11.2 |
1224 | 2024-08-28T17:16:50.133Z | Compiling zerocopy v0.6.6 |
1225 | 2024-08-28T17:16:50.189Z | Compiling cookie_store v0.20.0 |
1226 | 2024-08-28T17:16:50.834Z | Compiling toml_edit v0.19.15 |
1227 | 2024-08-28T17:16:51.707Z | Compiling hyper v0.14.30 |
1228 | 2024-08-28T17:16:51.918Z | Compiling postgres-types v0.2.7 |
1229 | 2024-08-28T17:16:52.204Z | Compiling usdt-attr-macro v0.5.0 |
1230 | 2024-08-28T17:16:53.425Z | Compiling usdt-macro v0.5.0 |
1231 | 2024-08-28T17:16:53.855Z | Compiling serde_urlencoded v0.7.1 |
1232 | 2024-08-28T17:16:54.369Z | Compiling pkcs1 v0.7.5 |
1233 | 2024-08-28T17:16:54.942Z | Compiling futures-executor v0.3.30 |
1234 | 2024-08-28T17:16:55.251Z | Compiling hkdf v0.12.4 |
1235 | 2024-08-28T17:16:55.392Z | Compiling signature v2.2.0 |
1236 | 2024-08-28T17:16:55.509Z | Compiling crypto-bigint v0.5.5 |
1237 | 2024-08-28T17:16:55.535Z | Compiling regex v1.10.6 |
1238 | 2024-08-28T17:16:55.691Z | Compiling bstr v1.9.1 |
1239 | 2024-08-28T17:16:56.684Z | Compiling enum-as-inner v0.6.0 |
1240 | 2024-08-28T17:16:56.835Z | Compiling serde_repr v0.1.19 |
1241 | 2024-08-28T17:16:57.417Z | Compiling clap_derive v4.5.13 |
1242 | 2024-08-28T17:16:57.566Z | Compiling strum_macros v0.25.3 |
1243 | 2024-08-28T17:16:57.784Z | Compiling phf_shared v0.10.0 |
1244 | 2024-08-28T17:16:58.074Z | Compiling float-cmp v0.9.0 |
1245 | 2024-08-28T17:16:58.188Z | Compiling idna v0.4.0 |
1246 | 2024-08-28T17:16:58.302Z | Compiling mio v0.8.11 |
1247 | 2024-08-28T17:16:58.696Z | Compiling hyper-tls v0.5.0 |
1248 | 2024-08-28T17:16:59.057Z | Compiling hyper-rustls v0.24.2 |
1249 | 2024-08-28T17:16:59.416Z | Compiling encoding_rs v0.8.34 |
1250 | 2024-08-28T17:16:59.630Z | Compiling normalize-line-endings v0.3.0 |
1251 | 2024-08-28T17:16:59.762Z | Compiling unicode-segmentation v1.11.0 |
1252 | 2024-08-28T17:16:59.846Z | Compiling minimal-lexical v0.2.1 |
1253 | 2024-08-28T17:17:00.366Z | Compiling dyn-clone v1.0.17 |
1254 | 2024-08-28T17:17:00.592Z | Compiling mime v0.3.17 |
1255 | 2024-08-28T17:17:00.614Z | Compiling sync_wrapper v0.1.2 |
1256 | 2024-08-28T17:17:00.756Z | Compiling static_assertions v1.1.0 |
1257 | 2024-08-28T17:17:00.864Z | Compiling predicates-core v1.0.6 |
1258 | 2024-08-28T17:17:01.251Z | Compiling fixedbitset v0.4.2 |
1259 | 2024-08-28T17:17:01.273Z | Compiling webpki-roots v0.25.4 |
1260 | 2024-08-28T17:17:01.462Z | Compiling new_debug_unreachable v1.0.6 |
1261 | 2024-08-28T17:17:01.589Z | Compiling data-encoding v2.6.0 |
1262 | 2024-08-28T17:17:01.634Z | Compiling whoami v1.5.1 |
1263 | 2024-08-28T17:17:01.710Z | Compiling precomputed-hash v0.1.1 |
1264 | 2024-08-28T17:17:01.735Z | Compiling difflib v0.4.0 |
1265 | 2024-08-28T17:17:01.775Z | Compiling bit-vec v0.6.3 |
1266 | 2024-08-28T17:17:01.844Z | Compiling string_cache v0.8.7 |
1267 | 2024-08-28T17:17:02.274Z | Compiling predicates v3.1.2 |
1268 | 2024-08-28T17:17:02.313Z | Compiling hickory-proto v0.24.1 |
1269 | 2024-08-28T17:17:02.369Z | Compiling bit-set v0.5.3 |
1270 | 2024-08-28T17:17:02.489Z | Compiling clap v4.5.16 |
1271 | 2024-08-28T17:17:02.634Z | Compiling tokio-postgres v0.7.11 |
1272 | 2024-08-28T17:17:02.665Z | Compiling reqwest v0.11.27 |
1273 | 2024-08-28T17:17:03.355Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1274 | 2024-08-28T17:17:03.995Z | Compiling console v0.15.8 |
1275 | 2024-08-28T17:17:04.045Z | Compiling petgraph v0.6.5 |
1276 | 2024-08-28T17:17:04.067Z | Compiling toml_edit v0.22.20 |
1277 | 2024-08-28T17:17:05.644Z | Compiling similar v2.6.0 |
1278 | 2024-08-28T17:17:08.168Z | Compiling nom v7.1.3 |
1279 | 2024-08-28T17:17:08.275Z | Compiling usdt v0.5.0 |
1280 | 2024-08-28T17:17:08.469Z | Compiling signal-hook-mio v0.2.4 |
1281 | 2024-08-28T17:17:08.672Z | Compiling elliptic-curve v0.13.8 |
1282 | 2024-08-28T17:17:08.803Z | Compiling rsa v0.9.6 |
1283 | 2024-08-28T17:17:08.825Z | Compiling futures v0.3.30 |
1284 | 2024-08-28T17:17:09.572Z | Compiling toml v0.7.8 |
1285 | 2024-08-28T17:17:09.879Z | Compiling flate2 v1.0.31 |
1286 | 2024-08-28T17:17:11.373Z | Compiling itertools v0.10.5 |
1287 | 2024-08-28T17:17:11.861Z | Compiling itertools v0.12.1 |
1288 | 2024-08-28T17:17:12.171Z | Compiling tokio-stream v0.1.15 |
1289 | 2024-08-28T17:17:12.720Z | Compiling openapiv3 v2.0.0 |
1290 | 2024-08-28T17:17:13.077Z | Compiling hex v0.4.3 |
1291 | 2024-08-28T17:17:13.251Z | Compiling crossbeam-epoch v0.9.18 |
1292 | 2024-08-28T17:17:13.745Z | Compiling sha1 v0.10.6 |
1293 | 2024-08-28T17:17:14.068Z | Compiling dirs-sys-next v0.1.2 |
1294 | 2024-08-28T17:17:14.219Z | Compiling lalrpop-util v0.19.12 |
1295 | 2024-08-28T17:17:14.293Z | Compiling unicode-xid v0.2.4 |
1296 | 2024-08-28T17:17:14.462Z | Compiling peg-runtime v0.8.3 |
1297 | 2024-08-28T17:17:14.493Z | Compiling dirs-next v2.0.0 |
1298 | 2024-08-28T17:17:14.589Z | Compiling thread_local v1.1.8 |
1299 | 2024-08-28T17:17:14.706Z | Compiling slog-async v2.8.0 |
1300 | 2024-08-28T17:17:14.793Z | Compiling term v0.7.0 |
1301 | 2024-08-28T17:17:15.152Z | Compiling xattr v1.3.1 |
1302 | 2024-08-28T17:17:15.176Z | Compiling crossbeam-channel v0.5.12 |
1303 | 2024-08-28T17:17:15.200Z | Compiling strum_macros v0.26.4 |
1304 | 2024-08-28T17:17:15.384Z | Compiling filetime v0.2.24 |
1305 | 2024-08-28T17:17:15.444Z | Compiling is-terminal v0.4.12 |
1306 | 2024-08-28T17:17:15.599Z | Compiling take_mut v0.2.2 |
1307 | 2024-08-28T17:17:15.730Z | Compiling tar v0.4.41 |
1308 | 2024-08-28T17:17:15.772Z | Compiling slog-term v2.9.1 |
1309 | 2024-08-28T17:17:16.396Z | Compiling camino v1.1.9 |
1310 | 2024-08-28T17:17:17.879Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1311 | 2024-08-28T17:17:18.582Z | Compiling strum v0.26.3 |
1312 | 2024-08-28T17:17:18.666Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1313 | 2024-08-28T17:17:23.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1314 | 2024-08-28T17:17:24.119Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1315 | 2024-08-28T17:17:24.166Z | Aug 28 17:17:23.313 INFO Starting download, target: Clickhouse |
1316 | 2024-08-28T17:17:24.166Z | Aug 28 17:17:23.313 INFO Starting download, target: Console |
1317 | 2024-08-28T17:17:24.166Z | Aug 28 17:17:23.313 INFO Starting download, target: Cockroach |
1318 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.313 INFO Starting download, target: DendriteOpenapi |
1319 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.313 INFO Starting download, target: DendriteStub |
1320 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.313 INFO Starting download, target: MaghemiteMgd |
1321 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.313 INFO Starting download, target: TransceiverControl |
1322 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.314 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1323 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.314 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1324 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.314 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1325 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.314 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1326 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.314 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1327 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.314 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1328 | 2024-08-28T17:17:24.169Z | Aug 28 17:17:23.314 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1329 | 2024-08-28T17:17:24.404Z | Aug 28 17:17:23.532 INFO Download complete, target: DendriteOpenapi |
1330 | 2024-08-28T17:17:24.475Z | Aug 28 17:17:23.605 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1331 | 2024-08-28T17:17:24.694Z | Aug 28 17:17:23.840 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1332 | 2024-08-28T17:17:24.876Z | Aug 28 17:17:24.022 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1333 | 2024-08-28T17:17:25.007Z | Aug 28 17:17:24.154 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1334 | 2024-08-28T17:17:25.070Z | Aug 28 17:17:24.217 INFO Download complete, target: Console |
1335 | 2024-08-28T17:17:25.294Z | Aug 28 17:17:24.440 INFO Download complete, target: TransceiverControl |
1336 | 2024-08-28T17:17:25.411Z | Aug 28 17:17:24.550 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1337 | 2024-08-28T17:17:25.411Z | Aug 28 17:17:24.550 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1338 | 2024-08-28T17:17:26.029Z | Aug 28 17:17:25.176 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1339 | 2024-08-28T17:17:28.257Z | Aug 28 17:17:27.403 INFO Download complete, target: DendriteStub |
1340 | 2024-08-28T17:17:28.301Z | Aug 28 17:17:27.447 INFO Download complete, target: MaghemiteMgd |
1341 | 2024-08-28T17:17:33.717Z | Aug 28 17:17:32.862 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1342 | 2024-08-28T17:17:34.061Z | Aug 28 17:17:33.205 INFO Checking that binary works, target: Cockroach |
1343 | 2024-08-28T17:17:34.257Z | Aug 28 17:17:33.401 INFO Download complete, target: Cockroach |
1344 | 2024-08-28T17:17:40.118Z | Aug 28 17:17:39.261 INFO Checking that binary works, target: Clickhouse |
1345 | 2024-08-28T17:17:40.708Z | Aug 28 17:17:39.851 INFO Download complete, target: Clickhouse |
1346 | 2024-08-28T17:17:40.714Z | All prerequisites installed successfully |
1347 | 2024-08-28T17:17:40.717Z | |
1348 | 2024-08-28T17:17:40.717Z | real 3:49.413123855 |
1349 | 2024-08-28T17:17:40.717Z | user 11:28.243410284 |
1350 | 2024-08-28T17:17:40.717Z | sys 2:28.396874023 |
1351 | 2024-08-28T17:17:40.717Z | trap 0.413350127 |
1352 | 2024-08-28T17:17:40.717Z | tflt 7.651788395 |
1353 | 2024-08-28T17:17:40.717Z | dflt 4.741122378 |
1354 | 2024-08-28T17:17:40.717Z | kflt 0.346870486 |
1355 | 2024-08-28T17:17:40.717Z | lock 22:58.955621110 |
1356 | 2024-08-28T17:17:40.717Z | slp 45:07.715913699 |
1357 | 2024-08-28T17:17:40.717Z | lat 39.249575556 |
1358 | 2024-08-28T17:17:40.717Z | stop 1:54.274696762 |
1359 | 2024-08-28T17:17:40.717Z | + source ./tools/include/force-git-over-https.sh |
1360 | 2024-08-28T17:17:40.717Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1361 | 2024-08-28T17:17:40.717Z | ++ (( i = 0 )) |
1362 | 2024-08-28T17:17:40.717Z | ++ (( i < 5 )) |
1363 | 2024-08-28T17:17:40.717Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1364 | 2024-08-28T17:17:40.720Z | ++ (( i++ )) |
1365 | 2024-08-28T17:17:40.720Z | ++ (( i < 5 )) |
1366 | 2024-08-28T17:17:40.720Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1367 | 2024-08-28T17:17:40.722Z | ++ (( i++ )) |
1368 | 2024-08-28T17:17:40.723Z | ++ (( i < 5 )) |
1369 | 2024-08-28T17:17:40.723Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1370 | 2024-08-28T17:17:40.725Z | ++ (( i++ )) |
1371 | 2024-08-28T17:17:40.725Z | ++ (( i < 5 )) |
1372 | 2024-08-28T17:17:40.725Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1373 | 2024-08-28T17:17:40.728Z | ++ (( i++ )) |
1374 | 2024-08-28T17:17:40.728Z | ++ (( i < 5 )) |
1375 | 2024-08-28T17:17:40.728Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1376 | 2024-08-28T17:17:40.731Z | ++ (( i++ )) |
1377 | 2024-08-28T17:17:40.731Z | ++ (( i < 5 )) |
1378 | 2024-08-28T17:17:40.734Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1379 | 2024-08-28T17:17:40.735Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1380 | 2024-08-28T17:17:40.735Z | + rc=0 |
1381 | 2024-08-28T17:17:40.735Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1382 | 2024-08-28T17:18:02.073Z | + case $rc in |
1383 | 2024-08-28T17:18:02.073Z | + pfexec zfs create -p rpool/images/build/host |
1384 | 2024-08-28T17:18:02.244Z | + pfexec zfs create -p rpool/images/build/recovery |
1385 | 2024-08-28T17:18:02.300Z | + cargo xtask releng --output-dir /work |
1386 | 2024-08-28T17:18:02.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1387 | 2024-08-28T17:18:02.906Z | Running `target/debug/xtask releng --output-dir /work` |
1388 | 2024-08-28T17:18:03.844Z | Compiling proc-macro2 v1.0.86 |
1389 | 2024-08-28T17:18:03.844Z | Compiling unicode-ident v1.0.12 |
1390 | 2024-08-28T17:18:03.844Z | Compiling libc v0.2.158 |
1391 | 2024-08-28T17:18:03.844Z | Compiling serde v1.0.208 |
1392 | 2024-08-28T17:18:03.847Z | Compiling version_check v0.9.5 |
1393 | 2024-08-28T17:18:03.847Z | Compiling autocfg v1.3.0 |
1394 | 2024-08-28T17:18:03.847Z | Compiling cfg-if v1.0.0 |
1395 | 2024-08-28T17:18:03.847Z | Compiling once_cell v1.19.0 |
1396 | 2024-08-28T17:18:04.199Z | Compiling typenum v1.17.0 |
1397 | 2024-08-28T17:18:04.308Z | Compiling memchr v2.7.2 |
1398 | 2024-08-28T17:18:04.644Z | Compiling generic-array v0.14.7 |
1399 | 2024-08-28T17:18:04.707Z | Compiling ahash v0.8.11 |
1400 | 2024-08-28T17:18:04.968Z | Compiling lock_api v0.4.12 |
1401 | 2024-08-28T17:18:05.083Z | Compiling serde_json v1.0.125 |
1402 | 2024-08-28T17:18:05.261Z | Compiling libm v0.2.8 |
1403 | 2024-08-28T17:18:05.318Z | Compiling num-traits v0.2.19 |
1404 | 2024-08-28T17:18:05.441Z | Compiling parking_lot_core v0.9.10 |
1405 | 2024-08-28T17:18:05.642Z | Compiling quote v1.0.36 |
1406 | 2024-08-28T17:18:05.661Z | Compiling byteorder v1.5.0 |
1407 | 2024-08-28T17:18:06.092Z | Compiling syn v2.0.74 |
1408 | 2024-08-28T17:18:06.168Z | Compiling log v0.4.21 |
1409 | 2024-08-28T17:18:06.281Z | Compiling jobserver v0.1.32 |
1410 | 2024-08-28T17:18:06.308Z | Compiling getrandom v0.2.14 |
1411 | 2024-08-28T17:18:06.484Z | Compiling scopeguard v1.2.0 |
1412 | 2024-08-28T17:18:06.671Z | Compiling cc v1.0.97 |
1413 | 2024-08-28T17:18:06.945Z | Compiling thiserror v1.0.63 |
1414 | 2024-08-28T17:18:07.033Z | Compiling itoa v1.0.11 |
1415 | 2024-08-28T17:18:07.370Z | Compiling slab v0.4.9 |
1416 | 2024-08-28T17:18:07.395Z | Compiling rand_core v0.6.4 |
1417 | 2024-08-28T17:18:07.414Z | Compiling pkg-config v0.3.30 |
1418 | 2024-08-28T17:18:07.982Z | Compiling semver v1.0.23 |
1419 | 2024-08-28T17:18:08.309Z | Compiling ryu v1.0.18 |
1420 | 2024-08-28T17:18:08.639Z | Compiling vcpkg v0.2.15 |
1421 | 2024-08-28T17:18:08.664Z | Compiling smallvec v1.13.2 |
1422 | 2024-08-28T17:18:08.667Z | Compiling pin-project-lite v0.2.14 |
1423 | 2024-08-28T17:18:08.761Z | Compiling allocator-api2 v0.2.18 |
1424 | 2024-08-28T17:18:09.334Z | Compiling spin v0.9.8 |
1425 | 2024-08-28T17:18:09.583Z | Compiling subtle v2.5.0 |
1426 | 2024-08-28T17:18:10.057Z | Compiling const-oid v0.9.6 |
1427 | 2024-08-28T17:18:10.178Z | Compiling ring v0.17.8 |
1428 | 2024-08-28T17:18:10.325Z | Compiling signal-hook-registry v1.4.2 |
1429 | 2024-08-28T17:18:10.499Z | Compiling openssl-sys v0.9.103 |
1430 | 2024-08-28T17:18:11.397Z | Compiling rustix v0.38.34 |
1431 | 2024-08-28T17:18:11.616Z | Compiling schemars v0.8.21 |
1432 | 2024-08-28T17:18:12.149Z | Compiling heck v0.5.0 |
1433 | 2024-08-28T17:18:12.264Z | Compiling httparse v1.8.0 |
1434 | 2024-08-28T17:18:12.634Z | Compiling parking_lot v0.12.2 |
1435 | 2024-08-28T17:18:12.719Z | Compiling mio v1.0.2 |
1436 | 2024-08-28T17:18:12.853Z | Compiling time-core v0.1.2 |
1437 | 2024-08-28T17:18:13.045Z | Compiling futures-core v0.3.30 |
1438 | 2024-08-28T17:18:13.498Z | Compiling num-conv v0.1.0 |
1439 | 2024-08-28T17:18:13.574Z | Compiling socket2 v0.5.7 |
1440 | 2024-08-28T17:18:13.716Z | Compiling openssl v0.10.66 |
1441 | 2024-08-28T17:18:13.812Z | Compiling time-macros v0.2.18 |
1442 | 2024-08-28T17:18:13.941Z | Compiling fnv v1.0.7 |
1443 | 2024-08-28T17:18:14.190Z | Compiling equivalent v1.0.1 |
1444 | 2024-08-28T17:18:14.310Z | Compiling serde_derive_internals v0.29.1 |
1445 | 2024-08-28T17:18:14.389Z | Compiling futures-sink v0.3.30 |
1446 | 2024-08-28T17:18:14.577Z | Compiling rustls v0.21.12 |
1447 | 2024-08-28T17:18:14.801Z | Compiling tinyvec_macros v0.1.1 |
1448 | 2024-08-28T17:18:14.929Z | Compiling native-tls v0.2.11 |
1449 | 2024-08-28T17:18:14.931Z | Compiling tinyvec v1.6.0 |
1450 | 2024-08-28T17:18:15.847Z | Compiling crossbeam-utils v0.8.19 |
1451 | 2024-08-28T17:18:16.612Z | Compiling unicode-normalization v0.1.23 |
1452 | 2024-08-28T17:18:16.682Z | Compiling cookie v0.17.0 |
1453 | 2024-08-28T17:18:16.882Z | Compiling iana-time-zone v0.1.60 |
1454 | 2024-08-28T17:18:17.012Z | Compiling cpufeatures v0.2.12 |
1455 | 2024-08-28T17:18:17.158Z | Compiling ucd-trie v0.1.6 |
1456 | 2024-08-28T17:18:17.389Z | Compiling futures-channel v0.3.30 |
1457 | 2024-08-28T17:18:17.599Z | Compiling syn v1.0.109 |
1458 | 2024-08-28T17:18:17.704Z | Compiling pin-utils v0.1.0 |
1459 | 2024-08-28T17:18:17.736Z | Compiling unicode-bidi v0.3.15 |
1460 | 2024-08-28T17:18:17.815Z | Compiling slog v2.7.0 |
1461 | 2024-08-28T17:18:18.051Z | Compiling futures-io v0.3.30 |
1462 | 2024-08-28T17:18:18.244Z | Compiling futures-task v0.3.30 |
1463 | 2024-08-28T17:18:18.539Z | Compiling aho-corasick v1.1.3 |
1464 | 2024-08-28T17:18:18.841Z | Compiling regex-syntax v0.8.4 |
1465 | 2024-08-28T17:18:18.885Z | Compiling untrusted v0.9.0 |
1466 | 2024-08-28T17:18:19.408Z | Compiling dyn-clone v1.0.17 |
1467 | 2024-08-28T17:18:19.841Z | Compiling serde_derive v1.0.208 |
1468 | 2024-08-28T17:18:19.878Z | Compiling zeroize_derive v1.4.2 |
1469 | 2024-08-28T17:18:20.074Z | Compiling zerocopy-derive v0.7.34 |
1470 | 2024-08-28T17:18:21.140Z | Compiling tokio-macros v2.4.0 |
1471 | 2024-08-28T17:18:21.373Z | Compiling thiserror-impl v1.0.63 |
1472 | 2024-08-28T17:18:22.380Z | Compiling zeroize v1.7.0 |
1473 | 2024-08-28T17:18:22.693Z | Compiling zerocopy v0.7.34 |
1474 | 2024-08-28T17:18:23.294Z | Compiling futures-macro v0.3.30 |
1475 | 2024-08-28T17:18:25.049Z | Compiling crypto-common v0.1.6 |
1476 | 2024-08-28T17:18:25.346Z | Compiling tracing-attributes v0.1.27 |
1477 | 2024-08-28T17:18:25.408Z | Compiling der_derive v0.7.2 |
1478 | 2024-08-28T17:18:25.584Z | Compiling hashbrown v0.14.5 |
1479 | 2024-08-28T17:18:26.218Z | Compiling block-buffer v0.10.4 |
1480 | 2024-08-28T17:18:26.494Z | Compiling digest v0.10.7 |
1481 | 2024-08-28T17:18:26.914Z | Compiling schemars_derive v0.8.21 |
1482 | 2024-08-28T17:18:27.920Z | Compiling openssl-macros v0.1.1 |
1483 | 2024-08-28T17:18:28.128Z | Compiling scroll_derive v0.12.0 |
1484 | 2024-08-28T17:18:28.656Z | Compiling hmac v0.12.1 |
1485 | 2024-08-28T17:18:28.696Z | Compiling pest v2.7.10 |
1486 | 2024-08-28T17:18:28.861Z | Compiling block-padding v0.3.3 |
1487 | 2024-08-28T17:18:28.879Z | Compiling futures-util v0.3.30 |
1488 | 2024-08-28T17:18:29.080Z | Compiling inout v0.1.3 |
1489 | 2024-08-28T17:18:29.527Z | Compiling cipher v0.4.4 |
1490 | 2024-08-28T17:18:30.096Z | Compiling sha2 v0.10.8 |
1491 | 2024-08-28T17:18:30.177Z | Compiling regex-automata v0.4.6 |
1492 | 2024-08-28T17:18:30.962Z | Compiling crc32fast v1.4.0 |
1493 | 2024-08-28T17:18:31.552Z | Compiling pest_meta v2.7.10 |
1494 | 2024-08-28T17:18:33.040Z | Compiling pest_generator v2.7.10 |
1495 | 2024-08-28T17:18:34.568Z | Compiling bytes v1.7.1 |
1496 | 2024-08-28T17:18:36.188Z | Compiling bitflags v2.6.0 |
1497 | 2024-08-28T17:18:36.735Z | Compiling tokio v1.39.3 |
1498 | 2024-08-28T17:18:37.331Z | Compiling indexmap v2.4.0 |
1499 | 2024-08-28T17:18:37.403Z | Compiling serde_tokenstream v0.2.2 |
1500 | 2024-08-28T17:18:38.231Z | Compiling uuid v1.10.0 |
1501 | 2024-08-28T17:18:38.971Z | Compiling chrono v0.4.38 |
1502 | 2024-08-28T17:18:39.183Z | Compiling http v0.2.12 |
1503 | 2024-08-28T17:18:40.108Z | Compiling rustc_version v0.4.0 |
1504 | 2024-08-28T17:18:40.810Z | Compiling pest_derive v2.7.10 |
1505 | 2024-08-28T17:18:42.340Z | Compiling usdt-impl v0.5.0 |
1506 | 2024-08-28T17:18:42.898Z | Compiling powerfmt v0.2.0 |
1507 | 2024-08-28T17:18:43.209Z | Compiling percent-encoding v2.3.1 |
1508 | 2024-08-28T17:18:43.345Z | Compiling heck v0.4.1 |
1509 | 2024-08-28T17:18:43.437Z | Compiling base64ct v1.6.0 |
1510 | 2024-08-28T17:18:43.759Z | Compiling deranged v0.3.11 |
1511 | 2024-08-28T17:18:43.784Z | Compiling heapless v0.7.17 |
1512 | 2024-08-28T17:18:44.069Z | Compiling pem-rfc7468 v0.7.0 |
1513 | 2024-08-28T17:18:44.820Z | Compiling scroll v0.12.0 |
1514 | 2024-08-28T17:18:44.840Z | Compiling zerocopy-derive v0.6.6 |
1515 | 2024-08-28T17:18:46.118Z | Compiling backtrace v0.3.71 |
1516 | 2024-08-28T17:18:46.460Z | Compiling tracing-core v0.1.32 |
1517 | 2024-08-28T17:18:46.753Z | Compiling errno v0.3.9 |
1518 | 2024-08-28T17:18:47.037Z | Compiling tokio-util v0.7.11 |
1519 | 2024-08-28T17:18:47.137Z | Compiling num_threads v0.1.7 |
1520 | 2024-08-28T17:18:47.300Z | Compiling plain v0.2.3 |
1521 | 2024-08-28T17:18:47.453Z | Compiling num-bigint-dig v0.8.4 |
1522 | 2024-08-28T17:18:47.828Z | Compiling ppv-lite86 v0.2.17 |
1523 | 2024-08-28T17:18:48.813Z | Compiling flagset v0.4.5 |
1524 | 2024-08-28T17:18:49.083Z | Compiling der v0.7.9 |
1525 | 2024-08-28T17:18:49.154Z | Compiling rand_chacha v0.3.1 |
1526 | 2024-08-28T17:18:49.183Z | Compiling time v0.3.36 |
1527 | 2024-08-28T17:18:49.381Z | Compiling goblin v0.8.2 |
1528 | 2024-08-28T17:18:50.206Z | Compiling tracing v0.1.40 |
1529 | 2024-08-28T17:18:51.694Z | Compiling regex v1.10.6 |
1530 | 2024-08-28T17:18:51.974Z | Compiling salsa20 v0.10.2 |
1531 | 2024-08-28T17:18:52.411Z | Compiling pbkdf2 v0.12.2 |
1532 | 2024-08-28T17:18:52.617Z | Compiling async-trait v0.1.81 |
1533 | 2024-08-28T17:18:54.200Z | Compiling rustversion v1.0.17 |
1534 | 2024-08-28T17:18:54.391Z | Compiling pretty-hex v0.4.1 |
1535 | 2024-08-28T17:18:55.194Z | Compiling strsim v0.11.1 |
1536 | 2024-08-28T17:18:56.357Z | Compiling scrypt v0.11.0 |
1537 | 2024-08-28T17:18:56.667Z | Compiling dof v0.3.0 |
1538 | 2024-08-28T17:18:56.963Z | Compiling spki v0.7.3 |
1539 | 2024-08-28T17:18:57.438Z | Compiling rand v0.8.5 |
1540 | 2024-08-28T17:18:57.503Z | Compiling form_urlencoded v1.2.1 |
1541 | 2024-08-28T17:18:57.931Z | Compiling dtrace-parser v0.2.0 |
1542 | 2024-08-28T17:18:58.230Z | Compiling cbc v0.1.2 |
1543 | 2024-08-28T17:18:58.563Z | Compiling aes v0.8.4 |
1544 | 2024-08-28T17:18:58.788Z | Compiling thread-id v4.2.1 |
1545 | 2024-08-28T17:18:59.433Z | Compiling try-lock v0.2.5 |
1546 | 2024-08-28T17:18:59.633Z | Compiling anyhow v1.0.86 |
1547 | 2024-08-28T17:18:59.677Z | Compiling foreign-types-shared v0.1.1 |
1548 | 2024-08-28T17:18:59.845Z | Compiling signal-hook v0.3.17 |
1549 | 2024-08-28T17:18:59.922Z | Compiling smoltcp v0.9.1 |
1550 | 2024-08-28T17:19:00.225Z | Compiling unicode-width v0.1.13 |
1551 | 2024-08-28T17:19:00.559Z | Compiling foreign-types v0.3.2 |
1552 | 2024-08-28T17:19:00.859Z | Compiling pkcs5 v0.7.1 |
1553 | 2024-08-28T17:19:02.046Z | Compiling want v0.3.1 |
1554 | 2024-08-28T17:19:03.785Z | Compiling h2 v0.3.26 |
1555 | 2024-08-28T17:19:07.409Z | Compiling http-body v0.4.6 |
1556 | 2024-08-28T17:19:08.021Z | Compiling clap_derive v4.5.13 |
1557 | 2024-08-28T17:19:08.458Z | Compiling tower-service v0.3.2 |
1558 | 2024-08-28T17:19:08.646Z | Compiling siphasher v0.3.11 |
1559 | 2024-08-28T17:19:09.113Z | Compiling httpdate v1.0.3 |
1560 | 2024-08-28T17:19:09.229Z | Compiling cfg_aliases v0.1.1 |
1561 | 2024-08-28T17:19:09.359Z | Compiling base64 v0.21.7 |
1562 | 2024-08-28T17:19:09.979Z | Compiling nix v0.28.0 |
1563 | 2024-08-28T17:19:13.056Z | Compiling hyper v0.14.30 |
1564 | 2024-08-28T17:19:15.411Z | Compiling pkcs8 v0.10.2 |
1565 | 2024-08-28T17:19:17.105Z | Compiling sct v0.7.1 |
1566 | 2024-08-28T17:19:17.454Z | Compiling rustls-webpki v0.101.7 |
1567 | 2024-08-28T17:19:19.292Z | Compiling openapiv3 v2.0.0 |
1568 | 2024-08-28T17:19:19.665Z | Compiling hubpack_derive v0.1.1 |
1569 | 2024-08-28T17:19:23.878Z | Compiling idna v0.5.0 |
1570 | 2024-08-28T17:19:25.570Z | Compiling fs-err v2.11.0 |
1571 | 2024-08-28T17:19:25.853Z | Compiling openssl-probe v0.1.5 |
1572 | 2024-08-28T17:19:25.903Z | Compiling anstyle v1.0.8 |
1573 | 2024-08-28T17:19:26.033Z | Compiling utf8parse v0.2.1 |
1574 | 2024-08-28T17:19:26.193Z | Compiling finl_unicode v1.2.0 |
1575 | 2024-08-28T17:19:26.245Z | Compiling adler v1.0.2 |
1576 | 2024-08-28T17:19:26.982Z | Compiling stringprep v0.1.4 |
1577 | 2024-08-28T17:19:28.162Z | Compiling miniz_oxide v0.7.2 |
1578 | 2024-08-28T17:19:28.327Z | Compiling anstyle-parse v0.2.4 |
1579 | 2024-08-28T17:19:29.309Z | Compiling url v2.5.2 |
1580 | 2024-08-28T17:19:33.690Z | Compiling usdt-macro v0.5.0 |
1581 | 2024-08-28T17:19:34.244Z | Compiling usdt-attr-macro v0.5.0 |
1582 | 2024-08-28T17:19:35.539Z | Compiling toml_datetime v0.6.8 |
1583 | 2024-08-28T17:19:35.842Z | Compiling serde_spanned v0.6.7 |
1584 | 2024-08-28T17:19:36.007Z | Compiling regress v0.9.1 |
1585 | 2024-08-28T17:19:36.090Z | Compiling md-5 v0.10.6 |
1586 | 2024-08-28T17:19:36.354Z | Compiling idna v0.3.0 |
1587 | 2024-08-28T17:19:37.485Z | Compiling lazy_static v1.5.0 |
1588 | 2024-08-28T17:19:37.641Z | Compiling num-integer v0.1.46 |
1589 | 2024-08-28T17:19:38.495Z | Compiling hash32 v0.2.1 |
1590 | 2024-08-28T17:19:38.761Z | Compiling encoding_rs v0.8.34 |
1591 | 2024-08-28T17:19:38.893Z | Compiling anstyle-query v1.0.3 |
1592 | 2024-08-28T17:19:39.061Z | Compiling psl-types v2.0.11 |
1593 | 2024-08-28T17:19:39.291Z | Compiling mime v0.3.17 |
1594 | 2024-08-28T17:19:40.046Z | Compiling gimli v0.28.1 |
1595 | 2024-08-28T17:19:40.110Z | Compiling is_terminal_polyfill v1.70.0 |
1596 | 2024-08-28T17:19:40.262Z | Compiling colorchoice v1.0.1 |
1597 | 2024-08-28T17:19:40.358Z | Compiling fallible-iterator v0.2.0 |
1598 | 2024-08-28T17:19:40.693Z | Compiling stable_deref_trait v1.2.0 |
1599 | 2024-08-28T17:19:40.819Z | Compiling base64 v0.22.1 |
1600 | 2024-08-28T17:19:41.135Z | Compiling publicsuffix v2.2.3 |
1601 | 2024-08-28T17:19:41.471Z | Compiling postgres-protocol v0.6.7 |
1602 | 2024-08-28T17:19:41.505Z | Compiling anstream v0.6.14 |
1603 | 2024-08-28T17:19:42.204Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1604 | 2024-08-28T17:19:44.536Z | Compiling num-iter v0.1.45 |
1605 | 2024-08-28T17:19:44.757Z | Compiling addr2line v0.21.0 |
1606 | 2024-08-28T17:19:45.598Z | Compiling tokio-rustls v0.24.1 |
1607 | 2024-08-28T17:19:46.776Z | Compiling terminal_size v0.3.0 |
1608 | 2024-08-28T17:19:47.011Z | Compiling tokio-native-tls v0.3.1 |
1609 | 2024-08-28T17:19:47.683Z | Compiling phf_shared v0.11.2 |
1610 | 2024-08-28T17:19:48.081Z | Compiling strum_macros v0.25.3 |
1611 | 2024-08-28T17:19:48.393Z | Compiling serde_urlencoded v0.7.1 |
1612 | 2024-08-28T17:19:49.091Z | Compiling enum-as-inner v0.6.0 |
1613 | 2024-08-28T17:19:49.974Z | Compiling serde_repr v0.1.19 |
1614 | 2024-08-28T17:19:50.026Z | Compiling ff v0.13.0 |
1615 | 2024-08-28T17:19:50.052Z | Compiling object v0.32.2 |
1616 | 2024-08-28T17:19:50.855Z | Compiling managed v0.8.0 |
1617 | 2024-08-28T17:19:51.266Z | Compiling rustc-demangle v0.1.24 |
1618 | 2024-08-28T17:19:51.286Z | Compiling base16ct v0.2.0 |
1619 | 2024-08-28T17:19:51.584Z | Compiling bitflags v1.3.2 |
1620 | 2024-08-28T17:19:51.700Z | Compiling either v1.13.0 |
1621 | 2024-08-28T17:19:51.743Z | Compiling clap_lex v0.7.0 |
1622 | 2024-08-28T17:19:51.958Z | Compiling ipnet v2.9.0 |
1623 | 2024-08-28T17:19:52.124Z | Compiling winnow v0.5.40 |
1624 | 2024-08-28T17:19:52.172Z | Compiling clap_builder v4.5.15 |
1625 | 2024-08-28T17:19:54.608Z | Compiling rustls-pemfile v1.0.4 |
1626 | 2024-08-28T17:19:54.628Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1627 | 2024-08-28T17:19:54.971Z | Compiling sec1 v0.7.3 |
1628 | 2024-08-28T17:19:55.533Z | Compiling group v0.13.0 |
1629 | 2024-08-28T17:19:55.644Z | Compiling toml_edit v0.19.15 |
1630 | 2024-08-28T17:19:57.421Z | Compiling phf v0.11.2 |
1631 | 2024-08-28T17:19:57.714Z | Compiling hyper-tls v0.5.0 |
1632 | 2024-08-28T17:19:58.244Z | Compiling hyper-rustls v0.24.2 |
1633 | 2024-08-28T17:19:58.602Z | Compiling cookie_store v0.20.0 |
1634 | 2024-08-28T17:19:59.284Z | Compiling postgres-types v0.2.7 |
1635 | 2024-08-28T17:19:59.444Z | Compiling hubpack v0.1.2 |
1636 | 2024-08-28T17:19:59.680Z | Compiling pkcs1 v0.7.5 |
1637 | 2024-08-28T17:19:59.986Z | Compiling phf_shared v0.10.0 |
1638 | 2024-08-28T17:20:00.578Z | Compiling zerocopy v0.6.6 |
1639 | 2024-08-28T17:20:00.622Z | Compiling futures-executor v0.3.30 |
1640 | 2024-08-28T17:20:00.640Z | Compiling bstr v1.9.1 |
1641 | 2024-08-28T17:20:00.818Z | Compiling hkdf v0.12.4 |
1642 | 2024-08-28T17:20:00.861Z | Compiling signature v2.2.0 |
1643 | 2024-08-28T17:20:01.051Z | Compiling crypto-bigint v0.5.5 |
1644 | 2024-08-28T17:20:01.095Z | Compiling idna v0.4.0 |
1645 | 2024-08-28T17:20:01.178Z | Compiling float-cmp v0.9.0 |
1646 | 2024-08-28T17:20:01.394Z | Compiling mio v0.8.11 |
1647 | 2024-08-28T17:20:01.443Z | Compiling memmap v0.7.0 |
1648 | 2024-08-28T17:20:02.156Z | Compiling webpki-roots v0.25.4 |
1649 | 2024-08-28T17:20:02.355Z | Compiling data-encoding v2.6.0 |
1650 | 2024-08-28T17:20:02.395Z | Compiling normalize-line-endings v0.3.0 |
1651 | 2024-08-28T17:20:02.531Z | Compiling static_assertions v1.1.0 |
1652 | 2024-08-28T17:20:02.810Z | Compiling predicates-core v1.0.6 |
1653 | 2024-08-28T17:20:02.846Z | Compiling sync_wrapper v0.1.2 |
1654 | 2024-08-28T17:20:02.893Z | Compiling whoami v1.5.1 |
1655 | 2024-08-28T17:20:02.971Z | Compiling bit-vec v0.6.3 |
1656 | 2024-08-28T17:20:03.193Z | Compiling minimal-lexical v0.2.1 |
1657 | 2024-08-28T17:20:03.295Z | Compiling winnow v0.6.18 |
1658 | 2024-08-28T17:20:03.406Z | Compiling difflib v0.4.0 |
1659 | 2024-08-28T17:20:03.438Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-08-28T17:20:03.554Z | Compiling fixedbitset v0.4.2 |
1661 | 2024-08-28T17:20:03.704Z | Compiling unicode-segmentation v1.11.0 |
1662 | 2024-08-28T17:20:03.940Z | Compiling new_debug_unreachable v1.0.6 |
1663 | 2024-08-28T17:20:03.977Z | Compiling elliptic-curve v0.13.8 |
1664 | 2024-08-28T17:20:04.043Z | Compiling string_cache v0.8.7 |
1665 | 2024-08-28T17:20:04.443Z | Compiling similar v2.6.0 |
1666 | 2024-08-28T17:20:04.461Z | Compiling reqwest v0.11.27 |
1667 | 2024-08-28T17:20:04.482Z | Compiling petgraph v0.6.5 |
1668 | 2024-08-28T17:20:04.563Z | Compiling predicates v3.1.2 |
1669 | 2024-08-28T17:20:05.250Z | Compiling nom v7.1.3 |
1670 | 2024-08-28T17:20:06.048Z | Compiling bit-set v0.5.3 |
1671 | 2024-08-28T17:20:06.391Z | Compiling tokio-postgres v0.7.11 |
1672 | 2024-08-28T17:20:06.859Z | Compiling toml_edit v0.22.20 |
1673 | 2024-08-28T17:20:07.400Z | Compiling hickory-proto v0.24.1 |
1674 | 2024-08-28T17:20:08.345Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1675 | 2024-08-28T17:20:08.874Z | Compiling signal-hook-mio v0.2.4 |
1676 | 2024-08-28T17:20:09.060Z | Compiling usdt v0.5.0 |
1677 | 2024-08-28T17:20:10.268Z | Compiling rsa v0.9.6 |
1678 | 2024-08-28T17:20:11.525Z | Compiling futures v0.3.30 |
1679 | 2024-08-28T17:20:13.464Z | Compiling toml v0.7.8 |
1680 | 2024-08-28T17:20:14.199Z | Compiling crossbeam-epoch v0.9.18 |
1681 | 2024-08-28T17:20:14.686Z | Compiling flate2 v1.0.31 |
1682 | 2024-08-28T17:20:14.905Z | Compiling clap v4.5.16 |
1683 | 2024-08-28T17:20:15.006Z | Compiling itertools v0.10.5 |
1684 | 2024-08-28T17:20:15.032Z | Compiling itertools v0.12.1 |
1685 | 2024-08-28T17:20:15.450Z | Compiling console v0.15.8 |
1686 | 2024-08-28T17:20:16.717Z | Compiling tokio-stream v0.1.15 |
1687 | 2024-08-28T17:20:16.816Z | Compiling hex v0.4.3 |
1688 | 2024-08-28T17:20:17.825Z | Compiling sha1 v0.10.6 |
1689 | 2024-08-28T17:20:18.254Z | Compiling radium v0.7.0 |
1690 | 2024-08-28T17:20:18.668Z | Compiling camino v1.1.9 |
1691 | 2024-08-28T17:20:18.962Z | Compiling unicode-xid v0.2.4 |
1692 | 2024-08-28T17:20:19.251Z | Compiling peg-runtime v0.8.3 |
1693 | 2024-08-28T17:20:19.644Z | Compiling lalrpop-util v0.19.12 |
1694 | 2024-08-28T17:20:20.015Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1695 | 2024-08-28T17:20:24.735Z | Compiling is-terminal v0.4.12 |
1696 | 2024-08-28T17:20:25.621Z | Compiling maybe-uninit v2.0.0 |
1697 | 2024-08-28T17:20:26.441Z | Compiling tap v1.0.1 |
1698 | 2024-08-28T17:20:26.939Z | Compiling rustls-pki-types v1.7.0 |
1699 | 2024-08-28T17:20:28.352Z | Compiling ident_case v1.0.1 |
1700 | 2024-08-28T17:20:29.152Z | Compiling darling_core v0.20.9 |
1701 | 2024-08-28T17:20:33.829Z | Compiling wyz v0.5.1 |
1702 | 2024-08-28T17:20:43.707Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1703 | 2024-08-28T17:20:44.627Z | Compiling getopts v0.2.21 |
1704 | 2024-08-28T17:20:45.933Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1705 | 2024-08-28T17:20:46.446Z | Compiling dirs-sys-next v0.1.2 |
1706 | 2024-08-28T17:20:46.553Z | Compiling funty v2.0.0 |
1707 | 2024-08-28T17:20:47.475Z | Compiling packed_struct v0.10.1 |
1708 | 2024-08-28T17:20:47.513Z | Compiling rustls v0.22.4 |
1709 | 2024-08-28T17:20:47.803Z | Compiling paste v1.0.15 |
1710 | 2024-08-28T17:20:48.290Z | Compiling unsafe-libyaml v0.2.11 |
1711 | 2024-08-28T17:20:49.107Z | Compiling bitvec v1.0.1 |
1712 | 2024-08-28T17:20:50.055Z | Compiling serde_yaml v0.9.34+deprecated |
1713 | 2024-08-28T17:20:51.815Z | Compiling dirs-next v2.0.0 |
1714 | 2024-08-28T17:20:53.790Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1715 | 2024-08-28T17:20:55.171Z | Compiling darling_macro v0.20.9 |
1716 | 2024-08-28T17:20:56.192Z | Compiling rustls-webpki v0.102.4 |
1717 | 2024-08-28T17:20:59.417Z | Compiling packed_struct_codegen v0.10.1 |
1718 | 2024-08-28T17:20:59.584Z | Compiling structmeta-derive v0.3.0 |
1719 | 2024-08-28T17:21:00.313Z | Compiling thread_local v1.1.8 |
1720 | 2024-08-28T17:21:00.443Z | Compiling indexmap v1.9.3 |
1721 | 2024-08-28T17:21:00.777Z | Compiling multer v3.1.0 |
1722 | 2024-08-28T17:21:00.780Z | Compiling nodrop v0.1.14 |
1723 | 2024-08-28T17:21:00.997Z | Compiling rayon-core v1.12.1 |
1724 | 2024-08-28T17:21:01.102Z | Compiling slog-async v2.8.0 |
1725 | 2024-08-28T17:21:01.261Z | Compiling crc-catalog v2.4.0 |
1726 | 2024-08-28T17:21:01.438Z | Compiling fastrand v2.1.0 |
1727 | 2024-08-28T17:21:01.464Z | Compiling match_cfg v0.1.0 |
1728 | 2024-08-28T17:21:01.569Z | Compiling hostname v0.3.1 |
1729 | 2024-08-28T17:21:01.807Z | Compiling tempfile v3.10.1 |
1730 | 2024-08-28T17:21:02.054Z | Compiling crc v3.2.1 |
1731 | 2024-08-28T17:21:02.136Z | Compiling structmeta v0.3.0 |
1732 | 2024-08-28T17:21:02.630Z | Compiling array-init v0.0.4 |
1733 | 2024-08-28T17:21:03.581Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1734 | 2024-08-28T17:21:04.953Z | Compiling darling v0.20.9 |
1735 | 2024-08-28T17:21:05.095Z | Compiling smallvec v0.6.14 |
1736 | 2024-08-28T17:21:05.646Z | Compiling term v0.7.0 |
1737 | 2024-08-28T17:21:08.043Z | Compiling crossbeam-deque v0.8.5 |
1738 | 2024-08-28T17:21:08.472Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1739 | 2024-08-28T17:21:10.044Z | Compiling slog-json v2.6.1 |
1740 | 2024-08-28T17:21:10.515Z | Compiling crossbeam-channel v0.5.12 |
1741 | 2024-08-28T17:21:10.915Z | Compiling http v1.1.0 |
1742 | 2024-08-28T17:21:12.526Z | Compiling async-stream-impl v0.3.5 |
1743 | 2024-08-28T17:21:13.597Z | Compiling pin-project-internal v1.1.5 |
1744 | 2024-08-28T17:21:16.504Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1745 | 2024-08-28T17:21:17.254Z | Compiling take_mut v0.2.2 |
1746 | 2024-08-28T17:21:17.613Z | Compiling atomic-waker v1.1.2 |
1747 | 2024-08-28T17:21:17.871Z | Compiling same-file v1.0.6 |
1748 | 2024-08-28T17:21:17.995Z | Compiling hashbrown v0.12.3 |
1749 | 2024-08-28T17:21:18.604Z | Compiling bitfield v0.14.0 |
1750 | 2024-08-28T17:21:18.945Z | Compiling termcolor v1.4.1 |
1751 | 2024-08-28T17:21:20.689Z | Compiling env_logger v0.10.2 |
1752 | 2024-08-28T17:21:24.302Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1753 | 2024-08-28T17:21:25.212Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1754 | 2024-08-28T17:21:33.783Z | Compiling walkdir v2.5.0 |
1755 | 2024-08-28T17:21:34.707Z | Compiling waitgroup v0.1.2 |
1756 | 2024-08-28T17:21:35.311Z | Compiling pin-project v1.1.5 |
1757 | 2024-08-28T17:21:35.455Z | Compiling async-stream v0.3.5 |
1758 | 2024-08-28T17:21:37.274Z | Compiling slog-bunyan v2.5.0 |
1759 | 2024-08-28T17:21:37.576Z | Compiling tokio-rustls v0.25.0 |
1760 | 2024-08-28T17:21:38.156Z | Compiling slog-term v2.9.1 |
1761 | 2024-08-28T17:21:38.243Z | Compiling serde-hex v0.1.0 |
1762 | 2024-08-28T17:21:40.732Z | Compiling serde_with_macros v3.9.0 |
1763 | 2024-08-28T17:21:41.325Z | Compiling bzip2 v0.4.4 |
1764 | 2024-08-28T17:21:41.695Z | Compiling parse-display-derive v0.10.0 |
1765 | 2024-08-28T17:21:41.767Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1766 | 2024-08-28T17:21:41.935Z | Compiling toml v0.8.19 |
1767 | 2024-08-28T17:21:42.072Z | Compiling rustls-pemfile v2.1.3 |
1768 | 2024-08-28T17:21:43.356Z | Compiling x509-cert v0.2.5 |
1769 | 2024-08-28T17:21:45.463Z | Compiling ron v0.8.1 |
1770 | 2024-08-28T17:21:45.656Z | Compiling ipnetwork v0.20.0 |
1771 | 2024-08-28T17:21:46.193Z | Compiling newtype-uuid v1.1.0 |
1772 | 2024-08-28T17:21:46.542Z | Compiling strum_macros v0.26.4 |
1773 | 2024-08-28T17:21:46.959Z | Compiling xattr v1.3.1 |
1774 | 2024-08-28T17:21:48.576Z | Compiling snafu-derive v0.8.2 |
1775 | 2024-08-28T17:21:48.767Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1776 | 2024-08-28T17:21:49.356Z | Compiling serde_path_to_error v0.1.16 |
1777 | 2024-08-28T17:21:49.771Z | Compiling hashbrown v0.13.2 |
1778 | 2024-08-28T17:21:50.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1779 | 2024-08-28T17:21:51.037Z | Compiling blake3 v1.5.1 |
1780 | 2024-08-28T17:21:51.090Z | Compiling ring v0.16.20 |
1781 | 2024-08-28T17:21:51.142Z | Compiling filetime v0.2.24 |
1782 | 2024-08-28T17:21:51.494Z | Compiling hostname v0.4.0 |
1783 | 2024-08-28T17:21:51.515Z | Compiling instant v0.1.12 |
1784 | 2024-08-28T17:21:51.662Z | Compiling debug-ignore v1.0.5 |
1785 | 2024-08-28T17:21:51.691Z | Compiling crc-any v2.5.0 |
1786 | 2024-08-28T17:21:51.767Z | Compiling buf-list v1.0.3 |
1787 | 2024-08-28T17:21:52.592Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1788 | 2024-08-28T17:21:52.874Z | Compiling backoff v0.4.0 |
1789 | 2024-08-28T17:21:53.215Z | Compiling tar v0.4.41 |
1790 | 2024-08-28T17:21:53.336Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1791 | 2024-08-28T17:21:53.438Z | Compiling snafu v0.8.2 |
1792 | 2024-08-28T17:21:53.551Z | Compiling object v0.30.4 |
1793 | 2024-08-28T17:21:54.697Z | Compiling strum v0.26.3 |
1794 | 2024-08-28T17:21:54.752Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1795 | 2024-08-28T17:21:54.920Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1796 | 2024-08-28T17:21:55.515Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1797 | 2024-08-28T17:21:56.517Z | Compiling parse-display v0.10.0 |
1798 | 2024-08-28T17:21:58.399Z | Compiling serde_with v3.9.0 |
1799 | 2024-08-28T17:21:58.427Z | Compiling zip v0.6.6 |
1800 | 2024-08-28T17:21:58.475Z | Compiling rayon v1.10.0 |
1801 | 2024-08-28T17:21:59.232Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1802 | 2024-08-28T17:22:00.071Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1803 | 2024-08-28T17:22:01.248Z | Compiling camino-tempfile v1.1.1 |
1804 | 2024-08-28T17:22:02.028Z | Compiling globset v0.4.14 |
1805 | 2024-08-28T17:22:03.029Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1806 | 2024-08-28T17:22:03.233Z | Compiling pem v3.0.4 |
1807 | 2024-08-28T17:22:04.468Z | Compiling olpc-cjson v0.1.3 |
1808 | 2024-08-28T17:22:04.754Z | Compiling serde_plain v1.0.2 |
1809 | 2024-08-28T17:22:04.829Z | Compiling macaddr v1.0.1 |
1810 | 2024-08-28T17:22:05.298Z | Compiling async-recursion v1.1.1 |
1811 | 2024-08-28T17:22:05.493Z | Compiling memmap2 v0.9.4 |
1812 | 2024-08-28T17:22:06.094Z | Compiling arrayref v0.3.7 |
1813 | 2024-08-28T17:22:06.231Z | Compiling constant_time_eq v0.3.0 |
1814 | 2024-08-28T17:22:06.443Z | Compiling arrayvec v0.7.4 |
1815 | 2024-08-28T17:22:06.831Z | Compiling spin v0.5.2 |
1816 | 2024-08-28T17:22:06.852Z | Compiling path-slash v0.1.5 |
1817 | 2024-08-28T17:22:06.960Z | Compiling untrusted v0.7.1 |
1818 | 2024-08-28T17:22:07.113Z | Compiling typed-path v0.7.1 |
1819 | 2024-08-28T17:22:07.115Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1820 | 2024-08-28T17:22:09.682Z | Compiling tough v0.17.1 |
1821 | 2024-08-28T17:22:10.560Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1822 | 2024-08-28T17:22:11.623Z | Compiling itertools v0.13.0 |
1823 | 2024-08-28T17:22:14.071Z | Compiling cargo-platform v0.1.8 |
1824 | 2024-08-28T17:22:14.627Z | Compiling topological-sort v0.2.2 |
1825 | 2024-08-28T17:22:14.913Z | Compiling parse-size v1.0.0 |
1826 | 2024-08-28T17:22:15.209Z | Compiling omicron-zone-package v0.11.0 |
1827 | 2024-08-28T17:22:15.232Z | Compiling cargo_metadata v0.18.1 |
1828 | 2024-08-28T17:22:15.513Z | Compiling shell-words v1.1.0 |
1829 | 2024-08-28T17:22:23.839Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1830 | 2024-08-28T17:22:35.412Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1831 | 2024-08-28T17:22:49.437Z | Finished `release` profile [optimized] target(s) in 4m 46s |
1832 | 2024-08-28T17:22:49.597Z | Running `target/release/omicron-releng --output-dir /work` |
1833 | 2024-08-28T17:22:49.642Z | Aug 28 17:22:48.718 DEBG changing working directory to /work/oxidecomputer/omicron |
1834 | 2024-08-28T17:22:49.742Z | Aug 28 17:22:48.814 DEBG running: git rev-parse HEAD |
1835 | 2024-08-28T17:22:49.745Z | Aug 28 17:22:48.821 DEBG process exited with exit status: 0 (6.631149ms) |
1836 | 2024-08-28T17:22:49.745Z | Aug 28 17:22:48.821 INFO version: 10.0.0-0.ci+git474ec133d0c |
1837 | 2024-08-28T17:22:49.787Z | Aug 28 17:22:48.863 INFO cloning helios to /work/oxidecomputer/helios |
1838 | 2024-08-28T17:22:49.787Z | Aug 28 17:22:48.863 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1839 | 2024-08-28T17:22:49.793Z | Cloning into '/work/oxidecomputer/helios'... |
1840 | 2024-08-28T17:22:50.307Z | Aug 28 17:22:49.383 DEBG process exited with exit status: 0 (519.338996ms) |
1841 | 2024-08-28T17:22:50.307Z | Aug 28 17:22:49.383 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1842 | 2024-08-28T17:22:50.315Z | # branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9 |
1843 | 2024-08-28T17:22:50.315Z | # branch.head master |
1844 | 2024-08-28T17:22:50.315Z | # branch.upstream origin/master |
1845 | 2024-08-28T17:22:50.315Z | # branch.ab +0 -0 |
1846 | 2024-08-28T17:22:50.317Z | Aug 28 17:22:49.391 DEBG process exited with exit status: 0 (8.296459ms) |
1847 | 2024-08-28T17:22:50.317Z | Aug 28 17:22:49.391 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1848 | 2024-08-28T17:22:51.092Z | Aug 28 17:22:50.167 DEBG process exited with exit status: 0 (776.109224ms) |
1849 | 2024-08-28T17:22:51.092Z | Aug 28 17:22:50.168 DEBG running: zfs list rpool/images/build/host |
1850 | 2024-08-28T17:22:51.100Z | NAME USED AVAIL REFER MOUNTPOINT |
1851 | 2024-08-28T17:22:51.100Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1852 | 2024-08-28T17:22:51.102Z | Aug 28 17:22:50.176 DEBG process exited with exit status: 0 (8.459016ms) |
1853 | 2024-08-28T17:22:51.102Z | Aug 28 17:22:50.176 DEBG running: zfs list rpool/images/build/recovery |
1854 | 2024-08-28T17:22:51.106Z | NAME USED AVAIL REFER MOUNTPOINT |
1855 | 2024-08-28T17:22:51.106Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1856 | 2024-08-28T17:22:51.109Z | Aug 28 17:22:50.183 DEBG process exited with exit status: 0 (6.401776ms) |
1857 | 2024-08-28T17:22:51.109Z | Aug 28 17:22:50.183 INFO [hubris-production] running task |
1858 | 2024-08-28T17:22:51.109Z | Aug 28 17:22:50.184 INFO [hubris-staging] running task |
1859 | 2024-08-28T17:22:51.109Z | Aug 28 17:22:50.184 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1860 | 2024-08-28T17:22:51.112Z | Aug 28 17:22:50.187 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1861 | 2024-08-28T17:22:51.449Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1862 | 2024-08-28T17:22:51.652Z | [ omicron-package] Blocking waiting for file lock on package cache |
1863 | 2024-08-28T17:22:52.212Z | [ omicron-package] Blocking waiting for file lock on package cache |
1864 | 2024-08-28T17:22:52.487Z | [ omicron-package] Blocking waiting for file lock on package cache |
1865 | 2024-08-28T17:22:52.531Z | Aug 28 17:22:51.606 INFO [hubris-production] task succeeded (1.422594681s) |
1866 | 2024-08-28T17:22:53.266Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1867 | 2024-08-28T17:22:53.269Z | [ omicron-package] Compiling heapless v0.8.0 |
1868 | 2024-08-28T17:22:53.269Z | [ omicron-package] Compiling hash32 v0.3.1 |
1869 | 2024-08-28T17:22:53.269Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1870 | 2024-08-28T17:22:53.269Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1871 | 2024-08-28T17:22:53.269Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1872 | 2024-08-28T17:22:53.269Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1873 | 2024-08-28T17:22:53.269Z | [ omicron-package] Compiling cobs v0.2.3 |
1874 | 2024-08-28T17:22:54.567Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1875 | 2024-08-28T17:22:54.730Z | [ omicron-package] Compiling postcard v1.0.8 |
1876 | 2024-08-28T17:22:54.809Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1877 | 2024-08-28T17:22:54.810Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1878 | 2024-08-28T17:22:55.144Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1879 | 2024-08-28T17:22:55.473Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1880 | 2024-08-28T17:22:55.554Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1881 | 2024-08-28T17:22:55.673Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1882 | 2024-08-28T17:22:55.893Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1883 | 2024-08-28T17:22:56.568Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1884 | 2024-08-28T17:22:56.810Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1885 | 2024-08-28T17:22:57.026Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1886 | 2024-08-28T17:22:57.057Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1887 | 2024-08-28T17:22:57.776Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1888 | 2024-08-28T17:22:58.015Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1889 | 2024-08-28T17:22:58.289Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1890 | 2024-08-28T17:22:58.612Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1891 | 2024-08-28T17:22:59.039Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1892 | 2024-08-28T17:22:59.262Z | [ omicron-package] Compiling colored v2.1.0 |
1893 | 2024-08-28T17:22:59.320Z | [ omicron-package] Compiling socket2 v0.4.10 |
1894 | 2024-08-28T17:22:59.323Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1895 | 2024-08-28T17:22:59.536Z | [ omicron-package] Compiling num_enum v0.5.11 |
1896 | 2024-08-28T17:22:59.804Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1897 | 2024-08-28T17:23:00.157Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1898 | 2024-08-28T17:23:00.246Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1899 | 2024-08-28T17:23:00.359Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1900 | 2024-08-28T17:23:00.721Z | [ omicron-package] Compiling num-derive v0.4.2 |
1901 | 2024-08-28T17:23:01.416Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1902 | 2024-08-28T17:23:01.680Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1903 | 2024-08-28T17:23:01.726Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1904 | 2024-08-28T17:23:01.772Z | Aug 28 17:23:00.846 INFO [hubris-staging] task succeeded (10.659823851s) |
1905 | 2024-08-28T17:23:02.211Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1906 | 2024-08-28T17:23:02.678Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1907 | 2024-08-28T17:23:02.972Z | [ omicron-package] Compiling smf v0.2.3 |
1908 | 2024-08-28T17:23:03.088Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1909 | 2024-08-28T17:23:03.183Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1910 | 2024-08-28T17:23:04.253Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1911 | 2024-08-28T17:23:05.512Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1912 | 2024-08-28T17:23:06.467Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1913 | 2024-08-28T17:23:07.440Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1914 | 2024-08-28T17:23:08.012Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1915 | 2024-08-28T17:23:08.073Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1916 | 2024-08-28T17:23:08.230Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1917 | 2024-08-28T17:23:08.761Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1918 | 2024-08-28T17:23:09.587Z | [ omicron-package] Compiling gethostname v0.5.0 |
1919 | 2024-08-28T17:23:09.962Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1920 | 2024-08-28T17:23:10.904Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1921 | 2024-08-28T17:23:11.500Z | [ omicron-package] Compiling indicatif v0.17.8 |
1922 | 2024-08-28T17:23:13.233Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1923 | 2024-08-28T17:23:16.349Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1924 | 2024-08-28T17:23:16.776Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1925 | 2024-08-28T17:23:18.265Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1926 | 2024-08-28T17:23:34.478Z | [ helios-setup] Aug 28 17:23:33.544 INFO helios repository root is: /work/oxidecomputer/helios |
1927 | 2024-08-28T17:23:34.481Z | [ helios-setup] Aug 28 17:23:33.547 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1928 | 2024-08-28T17:23:34.481Z | [ helios-setup] Aug 28 17:23:33.547 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 |
1929 | 2024-08-28T17:23:34.481Z | [ helios-setup] Aug 28 17:23:33.547 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 |
1930 | 2024-08-28T17:23:34.486Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1931 | 2024-08-28T17:23:35.792Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1932 | 2024-08-28T17:23:35.799Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1933 | 2024-08-28T17:23:37.349Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 46.22s |
1934 | 2024-08-28T17:23:37.615Z | [ omicron-package] |
1935 | 2024-08-28T17:23:37.618Z | [ omicron-package] real 46.445757742 |
1936 | 2024-08-28T17:23:37.618Z | [ omicron-package] user 2:45.470917346 |
1937 | 2024-08-28T17:23:37.618Z | [ omicron-package] sys 22.926887930 |
1938 | 2024-08-28T17:23:37.618Z | [ omicron-package] trap 0.175192913 |
1939 | 2024-08-28T17:23:37.618Z | [ omicron-package] tflt 0.749405184 |
1940 | 2024-08-28T17:23:37.618Z | [ omicron-package] dflt 0.438397049 |
1941 | 2024-08-28T17:23:37.618Z | [ omicron-package] kflt 0.008320351 |
1942 | 2024-08-28T17:23:37.618Z | [ omicron-package] lock 5:51.145594773 |
1943 | 2024-08-28T17:23:37.618Z | [ omicron-package] slp 9:24.496910627 |
1944 | 2024-08-28T17:23:37.618Z | [ omicron-package] lat 1:40.676938449 |
1945 | 2024-08-28T17:23:37.618Z | Aug 28 17:23:36.681 INFO [omicron-package] process exited with exit status: 0 (46.496919883s) |
1946 | 2024-08-28T17:23:37.618Z | [ omicron-package] stop 58.275535470 |
1947 | 2024-08-28T17:23:37.618Z | Aug 28 17:23:36.681 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 |
1948 | 2024-08-28T17:23:37.657Z | Aug 28 17:23:36.723 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1949 | 2024-08-28T17:23:37.670Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1950 | 2024-08-28T17:23:37.673Z | [ host-target] Created new build target 'host' and set it as active |
1951 | 2024-08-28T17:23:37.673Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1952 | 2024-08-28T17:23:37.675Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1953 | 2024-08-28T17:23:37.675Z | Aug 28 17:23:36.739 INFO [host-target] process exited with exit status: 0 (57.79368ms) |
1954 | 2024-08-28T17:23:37.675Z | Aug 28 17:23:36.740 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1955 | 2024-08-28T17:23:37.681Z | Aug 28 17:23:36.747 INFO [recovery-target] process exited with exit status: 0 (23.898379ms) |
1956 | 2024-08-28T17:23:37.690Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1957 | 2024-08-28T17:23:38.909Z | [ host-package] Compiling camino v1.1.9 |
1958 | 2024-08-28T17:23:38.912Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1959 | 2024-08-28T17:23:38.912Z | [ host-package] Compiling password-hash v0.5.0 |
1960 | 2024-08-28T17:23:38.912Z | [ host-package] Compiling blake2 v0.10.6 |
1961 | 2024-08-28T17:23:38.912Z | [ host-package] Compiling derive-where v1.2.7 |
1962 | 2024-08-28T17:23:39.032Z | [ host-package] Compiling newline-converter v0.3.0 |
1963 | 2024-08-28T17:23:39.035Z | [ host-package] Compiling toml v0.8.19 |
1964 | 2024-08-28T17:23:39.110Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1965 | 2024-08-28T17:23:39.275Z | [ host-package] Compiling humantime v2.1.0 |
1966 | 2024-08-28T17:23:39.590Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1967 | 2024-08-28T17:23:39.838Z | [ host-package] Compiling argon2 v0.5.3 |
1968 | 2024-08-28T17:23:40.154Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1969 | 2024-08-28T17:23:40.157Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1970 | 2024-08-28T17:23:40.425Z | [ host-package] Compiling dirs-next v2.0.0 |
1971 | 2024-08-28T17:23:40.572Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1972 | 2024-08-28T17:23:40.585Z | [ helios-setup] Aug 28 17:23:39.650 INFO clone ok!, project: amd-host-image-builder |
1973 | 2024-08-28T17:23:40.588Z | [ helios-setup] Aug 28 17:23:39.650 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 |
1974 | 2024-08-28T17:23:40.588Z | [ helios-setup] Aug 28 17:23:39.650 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1975 | 2024-08-28T17:23:40.590Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1976 | 2024-08-28T17:23:40.633Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1977 | 2024-08-28T17:23:40.658Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1978 | 2024-08-28T17:23:40.687Z | [ host-package] Compiling num-rational v0.4.2 |
1979 | 2024-08-28T17:23:41.138Z | [ helios-setup] Aug 28 17:23:40.202 INFO clone ok!, project: bootserver |
1980 | 2024-08-28T17:23:41.140Z | [ helios-setup] Aug 28 17:23:40.202 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1981 | 2024-08-28T17:23:41.140Z | [ helios-setup] Aug 28 17:23:40.202 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 |
1982 | 2024-08-28T17:23:41.140Z | [ helios-setup] Aug 28 17:23:40.202 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1983 | 2024-08-28T17:23:41.143Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1984 | 2024-08-28T17:23:41.211Z | [ host-package] Compiling num-complex v0.4.6 |
1985 | 2024-08-28T17:23:41.262Z | [ host-package] Compiling convert_case v0.4.0 |
1986 | 2024-08-28T17:23:41.918Z | [ host-package] Compiling expectorate v1.1.0 |
1987 | 2024-08-28T17:23:41.944Z | [ host-package] Compiling term v0.7.0 |
1988 | 2024-08-28T17:23:41.990Z | [ host-package] Compiling prettyplease v0.2.20 |
1989 | 2024-08-28T17:23:42.034Z | [ helios-setup] Aug 28 17:23:41.098 INFO clone ok!, project: pilot |
1990 | 2024-08-28T17:23:42.037Z | [ helios-setup] Aug 28 17:23:41.098 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1991 | 2024-08-28T17:23:42.037Z | [ helios-setup] Aug 28 17:23:41.099 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 |
1992 | 2024-08-28T17:23:42.037Z | [ helios-setup] Aug 28 17:23:41.099 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1993 | 2024-08-28T17:23:42.039Z | [ host-package] Compiling derive_more v0.99.18 |
1994 | 2024-08-28T17:23:42.043Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1995 | 2024-08-28T17:23:42.145Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1996 | 2024-08-28T17:23:42.282Z | [ host-package] Compiling num v0.4.3 |
1997 | 2024-08-28T17:23:42.403Z | [ host-package] Compiling float-ord v0.3.2 |
1998 | 2024-08-28T17:23:42.455Z | [ host-package] Compiling is-terminal v0.4.12 |
1999 | 2024-08-28T17:23:42.477Z | [ host-package] Compiling semver v0.1.20 |
2000 | 2024-08-28T17:23:42.597Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2001 | 2024-08-28T17:23:42.627Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2002 | 2024-08-28T17:23:42.870Z | [ helios-setup] Aug 28 17:23:41.934 INFO clone ok!, project: image-builder |
2003 | 2024-08-28T17:23:42.873Z | [ helios-setup] Aug 28 17:23:41.934 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 |
2004 | 2024-08-28T17:23:42.873Z | [ helios-setup] Aug 28 17:23:41.934 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2005 | 2024-08-28T17:23:42.875Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2006 | 2024-08-28T17:23:43.093Z | [ host-package] Compiling rustc_version v0.1.7 |
2007 | 2024-08-28T17:23:43.221Z | [ host-package] Compiling cookie v0.18.1 |
2008 | 2024-08-28T17:23:43.366Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
2009 | 2024-08-28T17:23:43.575Z | [ host-package] Compiling newtype_derive v0.1.6 |
2010 | 2024-08-28T17:23:43.575Z | [ host-package] Compiling highway v1.2.0 |
2011 | 2024-08-28T17:23:44.049Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2012 | 2024-08-28T17:23:44.361Z | [ host-package] Compiling quick-error v1.2.3 |
2013 | 2024-08-28T17:23:44.509Z | [ host-package] Compiling lru-cache v0.1.2 |
2014 | 2024-08-28T17:23:44.577Z | [ host-package] Compiling home v0.5.9 |
2015 | 2024-08-28T17:23:44.778Z | [ host-package] Compiling utf-8 v0.7.6 |
2016 | 2024-08-28T17:23:44.898Z | [ host-package] Compiling resolv-conf v0.7.0 |
2017 | 2024-08-28T17:23:45.199Z | [ host-package] Compiling steno v0.4.1 |
2018 | 2024-08-28T17:23:46.595Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2019 | 2024-08-28T17:23:47.992Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2020 | 2024-08-28T17:23:48.673Z | [ host-package] Compiling rustls v0.22.4 |
2021 | 2024-08-28T17:23:48.709Z | [ host-package] Compiling thread_local v1.1.8 |
2022 | 2024-08-28T17:23:49.281Z | [ host-package] Compiling match_cfg v0.1.0 |
2023 | 2024-08-28T17:23:49.402Z | [ host-package] Compiling hostname v0.3.1 |
2024 | 2024-08-28T17:23:49.779Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2025 | 2024-08-28T17:23:49.858Z | [ host-package] Compiling multer v3.1.0 |
2026 | 2024-08-28T17:23:49.980Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2027 | 2024-08-28T17:23:50.322Z | [ helios-setup] Aug 28 17:23:49.384 INFO clone ok!, project: amd-firmware |
2028 | 2024-08-28T17:23:50.325Z | [ helios-setup] Aug 28 17:23:49.384 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 |
2029 | 2024-08-28T17:23:50.325Z | [ helios-setup] Aug 28 17:23:49.385 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2030 | 2024-08-28T17:23:50.327Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2031 | 2024-08-28T17:23:51.329Z | [ helios-setup] Aug 28 17:23:50.391 INFO clone ok!, project: chelsio-t6-roms |
2032 | 2024-08-28T17:23:51.332Z | [ helios-setup] Aug 28 17:23:50.392 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 |
2033 | 2024-08-28T17:23:51.332Z | [ helios-setup] Aug 28 17:23:50.392 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2034 | 2024-08-28T17:23:51.334Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2035 | 2024-08-28T17:23:51.709Z | [ host-package] Compiling slog-async v2.8.0 |
2036 | 2024-08-28T17:23:51.805Z | [ host-package] Compiling slog-json v2.6.1 |
2037 | 2024-08-28T17:23:52.028Z | [ helios-setup] Aug 28 17:23:51.090 INFO clone ok!, project: phbl |
2038 | 2024-08-28T17:23:52.030Z | [ helios-setup] Aug 28 17:23:51.090 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 |
2039 | 2024-08-28T17:23:52.030Z | [ helios-setup] Aug 28 17:23:51.090 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2040 | 2024-08-28T17:23:52.033Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2041 | 2024-08-28T17:23:52.269Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2042 | 2024-08-28T17:23:52.831Z | [ helios-setup] Aug 28 17:23:51.893 INFO clone ok!, project: pinprick |
2043 | 2024-08-28T17:23:52.834Z | [ helios-setup] Aug 28 17:23:51.893 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2044 | 2024-08-28T17:23:53.563Z | [ host-package] Compiling http v1.1.0 |
2045 | 2024-08-28T17:23:53.803Z | [ helios-setup] Aug 28 17:23:52.864 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2046 | 2024-08-28T17:23:54.493Z | [ helios-setup] Aug 28 17:23:53.554 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2047 | 2024-08-28T17:23:54.496Z | [ helios-setup] Aug 28 17:23:53.554 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2048 | 2024-08-28T17:23:55.085Z | [ helios-setup] Aug 28 17:23:54.146 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2049 | 2024-08-28T17:23:55.749Z | [ helios-setup] Aug 28 17:23:54.810 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2050 | 2024-08-28T17:23:55.750Z | [ helios-setup] Aug 28 17:23:54.811 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2051 | 2024-08-28T17:23:55.988Z | [ host-package] Compiling take_mut v0.2.2 |
2052 | 2024-08-28T17:23:56.192Z | [ host-package] Compiling atomic-waker v1.1.2 |
2053 | 2024-08-28T17:23:56.287Z | [ helios-setup] Aug 28 17:23:55.348 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2054 | 2024-08-28T17:23:56.451Z | [ host-package] Compiling waitgroup v0.1.2 |
2055 | 2024-08-28T17:23:56.858Z | [ helios-setup] Aug 28 17:23:55.919 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2056 | 2024-08-28T17:23:56.860Z | [ helios-setup] Aug 28 17:23:55.919 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2057 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2058 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO ok! |
2059 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2060 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2061 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO ok! |
2062 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2063 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2064 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO ok! |
2065 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2066 | 2024-08-28T17:23:56.861Z | [ helios-setup] Aug 28 17:23:55.919 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2067 | 2024-08-28T17:23:56.868Z | [ helios-setup] Aug 28 17:23:55.929 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2068 | 2024-08-28T17:23:57.199Z | [ helios-setup] Aug 28 17:23:56.260 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2069 | 2024-08-28T17:23:57.200Z | [ helios-setup] Aug 28 17:23:56.260 INFO E| info: downloading component 'cargo' |
2070 | 2024-08-28T17:23:57.699Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2071 | 2024-08-28T17:23:57.813Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2072 | 2024-08-28T17:23:58.034Z | [ host-package] Compiling slog-term v2.9.1 |
2073 | 2024-08-28T17:23:58.144Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2074 | 2024-08-28T17:23:58.602Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2075 | 2024-08-28T17:23:58.694Z | [ host-package] Compiling async-stream v0.3.5 |
2076 | 2024-08-28T17:23:58.930Z | [ helios-setup] Aug 28 17:23:57.918 INFO E| info: downloading component 'clippy' |
2077 | 2024-08-28T17:23:58.998Z | [ host-package] Compiling ipnetwork v0.20.0 |
2078 | 2024-08-28T17:23:59.124Z | [ helios-setup] Aug 28 17:23:58.184 INFO E| info: downloading component 'rust-docs' |
2079 | 2024-08-28T17:23:59.203Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2080 | 2024-08-28T17:23:59.424Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2081 | 2024-08-28T17:23:59.519Z | [ host-package] Compiling hostname v0.4.0 |
2082 | 2024-08-28T17:23:59.760Z | [ host-package] Compiling instant v0.1.12 |
2083 | 2024-08-28T17:23:59.780Z | [ host-package] Compiling debug-ignore v1.0.5 |
2084 | 2024-08-28T17:23:59.940Z | [ host-package] Compiling backoff v0.4.0 |
2085 | 2024-08-28T17:23:59.957Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2086 | 2024-08-28T17:24:00.289Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2087 | 2024-08-28T17:24:00.324Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2088 | 2024-08-28T17:24:00.880Z | [ helios-setup] Aug 28 17:23:59.940 INFO E| info: downloading component 'rust-src' |
2089 | 2024-08-28T17:24:00.986Z | [ host-package] Compiling parse-display v0.10.0 |
2090 | 2024-08-28T17:24:01.168Z | [ helios-setup] Aug 28 17:24:00.228 INFO E| info: downloading component 'rust-std' |
2091 | 2024-08-28T17:24:01.577Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2092 | 2024-08-28T17:24:01.776Z | [ host-package] Compiling serde_with v3.9.0 |
2093 | 2024-08-28T17:24:03.588Z | [ helios-setup] Aug 28 17:24:02.647 INFO E| info: downloading component 'rustc' |
2094 | 2024-08-28T17:24:04.530Z | [ host-package] Compiling strum v0.26.3 |
2095 | 2024-08-28T17:24:04.713Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2096 | 2024-08-28T17:24:06.463Z | [ host-package] Compiling macaddr v1.0.1 |
2097 | 2024-08-28T17:24:06.971Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2098 | 2024-08-28T17:24:07.252Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2099 | 2024-08-28T17:24:08.149Z | [ helios-setup] Aug 28 17:24:07.207 INFO E| info: downloading component 'rustfmt' |
2100 | 2024-08-28T17:24:08.488Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2101 | 2024-08-28T17:24:08.548Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2102 | 2024-08-28T17:24:08.717Z | [ helios-setup] Aug 28 17:24:07.775 INFO E| info: installing component 'cargo' |
2103 | 2024-08-28T17:24:08.896Z | [ host-package] Compiling swrite v0.1.0 |
2104 | 2024-08-28T17:24:09.112Z | [ host-package] Compiling rayon-core v1.12.1 |
2105 | 2024-08-28T17:24:09.169Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2106 | 2024-08-28T17:24:09.197Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2107 | 2024-08-28T17:24:09.568Z | [ host-package] Compiling half v2.4.1 |
2108 | 2024-08-28T17:24:09.772Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2109 | 2024-08-28T17:24:10.057Z | [ helios-setup] Aug 28 17:24:09.115 INFO E| info: installing component 'clippy' |
2110 | 2024-08-28T17:24:10.444Z | [ host-package] Compiling fastrand v2.1.0 |
2111 | 2024-08-28T17:24:10.550Z | [ helios-setup] Aug 28 17:24:09.608 INFO E| info: installing component 'rust-docs' |
2112 | 2024-08-28T17:24:11.087Z | [ host-package] Compiling same-file v1.0.6 |
2113 | 2024-08-28T17:24:11.525Z | [ host-package] Compiling ciborium-io v0.2.2 |
2114 | 2024-08-28T17:24:11.776Z | [ host-package] Compiling display-error-chain v0.2.0 |
2115 | 2024-08-28T17:24:12.039Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2116 | 2024-08-28T17:24:12.659Z | [ host-package] Compiling walkdir v2.5.0 |
2117 | 2024-08-28T17:24:13.418Z | [ host-package] Compiling tempfile v3.10.1 |
2118 | 2024-08-28T17:24:14.486Z | [ host-package] Compiling blake3 v1.5.1 |
2119 | 2024-08-28T17:24:15.253Z | [ host-package] Compiling ring v0.16.20 |
2120 | 2024-08-28T17:24:16.268Z | [ host-package] Compiling rayon v1.10.0 |
2121 | 2024-08-28T17:24:16.354Z | [ host-package] Compiling ciborium v0.2.2 |
2122 | 2024-08-28T17:24:16.357Z | [ helios-setup] Aug 28 17:24:15.413 INFO E| info: installing component 'rust-src' |
2123 | 2024-08-28T17:24:16.985Z | [ helios-setup] Aug 28 17:24:16.041 INFO E| info: installing component 'rust-std' |
2124 | 2024-08-28T17:24:18.761Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2125 | 2024-08-28T17:24:19.114Z | [ host-package] Compiling xattr v1.3.1 |
2126 | 2024-08-28T17:24:19.511Z | [ host-package] Compiling memmap2 v0.9.4 |
2127 | 2024-08-28T17:24:19.697Z | [ helios-setup] Aug 28 17:24:18.753 INFO E| info: installing component 'rustc' |
2128 | 2024-08-28T17:24:20.019Z | [ host-package] Compiling filetime v0.2.24 |
2129 | 2024-08-28T17:24:20.353Z | [ host-package] Compiling untrusted v0.7.1 |
2130 | 2024-08-28T17:24:20.586Z | [ host-package] Compiling arrayref v0.3.7 |
2131 | 2024-08-28T17:24:22.023Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2132 | 2024-08-28T17:24:22.629Z | [ host-package] Compiling arrayvec v0.7.4 |
2133 | 2024-08-28T17:24:23.244Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2134 | 2024-08-28T17:24:23.579Z | [ host-package] Compiling spin v0.5.2 |
2135 | 2024-08-28T17:24:26.218Z | [ helios-setup] Aug 28 17:24:25.268 INFO E| info: installing component 'rustfmt' |
2136 | 2024-08-28T17:24:27.172Z | [ helios-setup] Aug 28 17:24:26.226 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2137 | 2024-08-28T17:24:27.828Z | [ host-package] Compiling tar v0.4.41 |
2138 | 2024-08-28T17:24:27.876Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2139 | 2024-08-28T17:24:27.962Z | [ helios-setup] Aug 28 17:24:27.017 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2140 | 2024-08-28T17:24:27.962Z | [ helios-setup] Aug 28 17:24:27.017 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2141 | 2024-08-28T17:24:27.965Z | [ helios-setup] Aug 28 17:24:27.017 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2142 | 2024-08-28T17:24:27.992Z | [ helios-setup] Aug 28 17:24:27.046 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2143 | 2024-08-28T17:24:27.992Z | [ helios-setup] Aug 28 17:24:27.046 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2144 | 2024-08-28T17:24:27.994Z | [ helios-setup] Aug 28 17:24:27.046 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2145 | 2024-08-28T17:24:27.994Z | [ helios-setup] Aug 28 17:24:27.046 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2146 | 2024-08-28T17:24:27.994Z | [ helios-setup] Aug 28 17:24:27.046 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2147 | 2024-08-28T17:24:27.994Z | [ helios-setup] Aug 28 17:24:27.047 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2148 | 2024-08-28T17:24:27.994Z | [ helios-setup] Aug 28 17:24:27.047 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2149 | 2024-08-28T17:24:28.036Z | [ helios-setup] Aug 28 17:24:27.090 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2150 | 2024-08-28T17:24:28.378Z | [ host-package] Compiling toolchain_find v0.4.0 |
2151 | 2024-08-28T17:24:28.871Z | [ helios-setup] Aug 28 17:24:27.924 INFO E| From https://github.com/oxidecomputer/amd-efs |
2152 | 2024-08-28T17:24:28.871Z | [ helios-setup] Aug 28 17:24:27.925 INFO E| * [new branch] empty -> origin/empty |
2153 | 2024-08-28T17:24:28.871Z | [ helios-setup] Aug 28 17:24:27.925 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2154 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.925 INFO E| * [new branch] main -> origin/main |
2155 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.925 INFO E| * [new branch] review -> origin/review |
2156 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.925 INFO E| * [new ref] -> origin/HEAD |
2157 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.925 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2158 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.926 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2159 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.926 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2160 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.926 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2161 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.926 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2162 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.926 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2163 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.926 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2164 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.926 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2165 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.927 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2166 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.927 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2167 | 2024-08-28T17:24:28.874Z | [ helios-setup] Aug 28 17:24:27.927 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2168 | 2024-08-28T17:24:28.906Z | [ helios-setup] Aug 28 17:24:27.952 INFO E| Updating crates.io index |
2169 | 2024-08-28T17:24:29.005Z | [ host-package] Compiling nibble_vec v0.1.0 |
2170 | 2024-08-28T17:24:29.274Z | [ host-package] Compiling atty v0.2.14 |
2171 | 2024-08-28T17:24:29.287Z | [ helios-setup] Aug 28 17:24:28.341 INFO E| Downloading crates ... |
2172 | 2024-08-28T17:24:29.406Z | [ helios-setup] Aug 28 17:24:28.460 INFO E| Downloaded cfg-if v0.1.10 |
2173 | 2024-08-28T17:24:29.409Z | [ helios-setup] Aug 28 17:24:28.462 INFO E| Downloaded ansi_term v0.12.1 |
2174 | 2024-08-28T17:24:29.411Z | [ helios-setup] Aug 28 17:24:28.465 INFO E| Downloaded semver-parser v0.7.0 |
2175 | 2024-08-28T17:24:29.414Z | [ helios-setup] Aug 28 17:24:28.467 INFO E| Downloaded fletcher v0.1.0 |
2176 | 2024-08-28T17:24:29.477Z | [ host-package] Compiling crunchy v0.2.2 |
2177 | 2024-08-28T17:24:29.480Z | [ helios-setup] Aug 28 17:24:28.532 INFO E| Downloaded unic-ucd-version v0.9.0 |
2178 | 2024-08-28T17:24:29.482Z | [ helios-setup] Aug 28 17:24:28.534 INFO E| Downloaded unic-common v0.9.0 |
2179 | 2024-08-28T17:24:29.482Z | [ helios-setup] Aug 28 17:24:28.535 INFO E| Downloaded unic-char-property v0.9.0 |
2180 | 2024-08-28T17:24:29.486Z | [ helios-setup] Aug 28 17:24:28.538 INFO E| Downloaded textwrap v0.11.0 |
2181 | 2024-08-28T17:24:29.488Z | [ helios-setup] Aug 28 17:24:28.539 INFO E| Downloaded structopt-derive v0.4.18 |
2182 | 2024-08-28T17:24:29.488Z | [ helios-setup] Aug 28 17:24:28.542 INFO E| Downloaded strum_macros v0.23.1 |
2183 | 2024-08-28T17:24:29.490Z | [ helios-setup] Aug 28 17:24:28.545 INFO E| Downloaded strsim v0.8.0 |
2184 | 2024-08-28T17:24:29.493Z | [ helios-setup] Aug 28 17:24:28.546 INFO E| Downloaded scroll_derive v0.10.5 |
2185 | 2024-08-28T17:24:29.496Z | [ helios-setup] Aug 28 17:24:28.548 INFO E| Downloaded rustc_version v0.2.3 |
2186 | 2024-08-28T17:24:29.496Z | [ helios-setup] Aug 28 17:24:28.549 INFO E| Downloaded pest_derive v2.7.11 |
2187 | 2024-08-28T17:24:29.498Z | [ helios-setup] Aug 28 17:24:28.553 INFO E| Downloaded pre-proc-macro v0.2.1 |
2188 | 2024-08-28T17:24:29.501Z | [ helios-setup] Aug 28 17:24:28.555 INFO E| Downloaded parse_int v0.6.0 |
2189 | 2024-08-28T17:24:29.504Z | [ helios-setup] Aug 28 17:24:28.557 INFO E| Downloaded num-derive v0.3.3 |
2190 | 2024-08-28T17:24:29.506Z | [ helios-setup] Aug 28 17:24:28.559 INFO E| Downloaded unic-char-range v0.9.0 |
2191 | 2024-08-28T17:24:29.508Z | [ helios-setup] Aug 28 17:24:28.561 INFO E| Downloaded four-cc v0.3.0 |
2192 | 2024-08-28T17:24:29.511Z | [ helios-setup] Aug 28 17:24:28.563 INFO E| Downloaded strum v0.23.0 |
2193 | 2024-08-28T17:24:29.511Z | [ helios-setup] Aug 28 17:24:28.564 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2194 | 2024-08-28T17:24:29.513Z | [ helios-setup] Aug 28 17:24:28.566 INFO E| Downloaded pre v0.2.1 |
2195 | 2024-08-28T17:24:29.540Z | [ helios-setup] Aug 28 17:24:28.594 INFO E| Downloaded vec_map v0.8.2 |
2196 | 2024-08-28T17:24:29.543Z | [ helios-setup] Aug 28 17:24:28.596 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2197 | 2024-08-28T17:24:29.545Z | [ helios-setup] Aug 28 17:24:28.599 INFO E| Downloaded serde_derive v1.0.204 |
2198 | 2024-08-28T17:24:29.550Z | [ helios-setup] Aug 28 17:24:28.604 INFO E| Downloaded pest_meta v2.7.11 |
2199 | 2024-08-28T17:24:29.554Z | [ helios-setup] Aug 28 17:24:28.608 INFO E| Downloaded modular-bitfield v0.11.2 |
2200 | 2024-08-28T17:24:29.574Z | [ helios-setup] Aug 28 17:24:28.628 INFO E| Downloaded toml v0.5.11 |
2201 | 2024-08-28T17:24:29.578Z | [ helios-setup] Aug 28 17:24:28.632 INFO E| Downloaded serde v1.0.204 |
2202 | 2024-08-28T17:24:29.584Z | [ helios-setup] Aug 28 17:24:28.638 INFO E| Downloaded memchr v2.7.4 |
2203 | 2024-08-28T17:24:29.593Z | [ helios-setup] Aug 28 17:24:28.647 INFO E| Downloaded structopt v0.3.26 |
2204 | 2024-08-28T17:24:29.624Z | [ host-package] Compiling topological-sort v0.2.2 |
2205 | 2024-08-28T17:24:29.631Z | [ helios-setup] Aug 28 17:24:28.685 INFO E| Downloaded serde_json v1.0.120 |
2206 | 2024-08-28T17:24:29.642Z | [ helios-setup] Aug 28 17:24:28.696 INFO E| Downloaded pest v2.7.11 |
2207 | 2024-08-28T17:24:29.650Z | [ helios-setup] Aug 28 17:24:28.704 INFO E| Downloaded syn v2.0.71 |
2208 | 2024-08-28T17:24:29.674Z | [ helios-setup] Aug 28 17:24:28.721 INFO E| Downloaded clap v2.34.0 |
2209 | 2024-08-28T17:24:29.677Z | [ helios-setup] Aug 28 17:24:28.731 INFO E| Downloaded goblin v0.4.3 |
2210 | 2024-08-28T17:24:29.684Z | [ helios-setup] Aug 28 17:24:28.738 INFO E| Downloaded libc v0.2.155 |
2211 | 2024-08-28T17:24:29.724Z | [ helios-setup] Aug 28 17:24:28.777 INFO E| Downloaded semver v0.9.0 |
2212 | 2024-08-28T17:24:29.727Z | [ helios-setup] Aug 28 17:24:28.780 INFO E| Downloaded scroll v0.10.2 |
2213 | 2024-08-28T17:24:29.729Z | [ helios-setup] Aug 28 17:24:28.783 INFO E| Downloaded proc-macro-crate v0.1.5 |
2214 | 2024-08-28T17:24:29.732Z | [ helios-setup] Aug 28 17:24:28.784 INFO E| Downloaded pest_generator v2.7.11 |
2215 | 2024-08-28T17:24:29.734Z | [ helios-setup] Aug 28 17:24:28.786 INFO E| Downloaded log v0.4.22 |
2216 | 2024-08-28T17:24:29.737Z | [ helios-setup] Aug 28 17:24:28.790 INFO E| Downloaded memoffset v0.5.6 |
2217 | 2024-08-28T17:24:29.740Z | [ helios-setup] Aug 28 17:24:28.792 INFO E| Downloaded bytesize v1.3.0 |
2218 | 2024-08-28T17:24:29.836Z | [ helios-setup] Aug 28 17:24:28.889 INFO E| Compiling proc-macro2 v1.0.86 |
2219 | 2024-08-28T17:24:29.836Z | [ helios-setup] Aug 28 17:24:28.889 INFO E| Compiling unicode-ident v1.0.12 |
2220 | 2024-08-28T17:24:29.839Z | [ helios-setup] Aug 28 17:24:28.889 INFO E| Compiling syn v1.0.109 |
2221 | 2024-08-28T17:24:29.839Z | [ helios-setup] Aug 28 17:24:28.889 INFO E| Compiling version_check v0.9.4 |
2222 | 2024-08-28T17:24:29.839Z | [ helios-setup] Aug 28 17:24:28.890 INFO E| Compiling semver-parser v0.7.0 |
2223 | 2024-08-28T17:24:29.839Z | [ helios-setup] Aug 28 17:24:28.890 INFO E| Compiling autocfg v1.3.0 |
2224 | 2024-08-28T17:24:29.839Z | [ helios-setup] Aug 28 17:24:28.890 INFO E| Compiling thiserror v1.0.63 |
2225 | 2024-08-28T17:24:29.839Z | [ helios-setup] Aug 28 17:24:28.890 INFO E| Compiling serde v1.0.204 |
2226 | 2024-08-28T17:24:29.942Z | [ host-package] Compiling maplit v1.0.2 |
2227 | 2024-08-28T17:24:29.980Z | [ host-package] Compiling endian-type v0.1.2 |
2228 | 2024-08-28T17:24:30.011Z | [ host-package] Compiling glob v0.3.1 |
2229 | 2024-08-28T17:24:30.249Z | [ host-package] Compiling radix_trie v0.2.1 |
2230 | 2024-08-28T17:24:30.511Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2231 | 2024-08-28T17:24:30.746Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2232 | 2024-08-28T17:24:30.999Z | [ helios-setup] Aug 28 17:24:30.053 INFO E| Compiling serde_json v1.0.120 |
2233 | 2024-08-28T17:24:31.172Z | [ host-package] Compiling clang-sys v1.7.0 |
2234 | 2024-08-28T17:24:31.376Z | [ helios-setup] Aug 28 17:24:30.412 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2235 | 2024-08-28T17:24:31.775Z | [ helios-setup] Aug 28 17:24:30.828 INFO E| Compiling semver v0.9.0 |
2236 | 2024-08-28T17:24:31.955Z | [ helios-setup] Aug 28 17:24:31.008 INFO E| Compiling proc-macro-error v1.0.4 |
2237 | 2024-08-28T17:24:32.152Z | [ helios-setup] Aug 28 17:24:31.205 INFO E| Compiling itoa v1.0.11 |
2238 | 2024-08-28T17:24:32.158Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2239 | 2024-08-28T17:24:32.253Z | [ helios-setup] Aug 28 17:24:31.306 INFO E| Compiling num-traits v0.2.19 |
2240 | 2024-08-28T17:24:32.328Z | [ helios-setup] Aug 28 17:24:31.381 INFO E| Compiling rustc_version v0.2.3 |
2241 | 2024-08-28T17:24:32.342Z | [ helios-setup] Aug 28 17:24:31.395 INFO E| Compiling ryu v1.0.18 |
2242 | 2024-08-28T17:24:32.611Z | [ helios-setup] Aug 28 17:24:31.664 INFO E| Compiling schemars v0.8.21 |
2243 | 2024-08-28T17:24:32.716Z | [ helios-setup] Aug 28 17:24:31.769 INFO E| Compiling unicode-segmentation v1.11.0 |
2244 | 2024-08-28T17:24:32.778Z | [ helios-setup] Aug 28 17:24:31.831 INFO E| Compiling memoffset v0.5.6 |
2245 | 2024-08-28T17:24:32.891Z | [ helios-setup] Aug 28 17:24:31.944 INFO E| Compiling dyn-clone v1.0.17 |
2246 | 2024-08-28T17:24:33.282Z | [ helios-setup] Aug 28 17:24:32.335 INFO E| Compiling paste v1.0.15 |
2247 | 2024-08-28T17:24:33.381Z | [ helios-setup] Aug 28 17:24:32.427 INFO E| Compiling pre-proc-macro v0.2.1 |
2248 | 2024-08-28T17:24:33.395Z | [ helios-setup] Aug 28 17:24:32.448 INFO E| Compiling ucd-trie v0.1.6 |
2249 | 2024-08-28T17:24:33.486Z | [ host-package] Compiling tungstenite v0.21.0 |
2250 | 2024-08-28T17:24:33.615Z | [ helios-setup] Aug 28 17:24:32.668 INFO E| Compiling memchr v2.7.4 |
2251 | 2024-08-28T17:24:33.638Z | [ helios-setup] Aug 28 17:24:32.691 INFO E| Compiling lazy_static v1.5.0 |
2252 | 2024-08-28T17:24:33.657Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2253 | 2024-08-28T17:24:33.961Z | [ helios-setup] Aug 28 17:24:33.014 INFO E| Compiling libc v0.2.155 |
2254 | 2024-08-28T17:24:34.112Z | [ helios-setup] Aug 28 17:24:33.165 INFO E| Compiling rustversion v1.0.17 |
2255 | 2024-08-28T17:24:34.445Z | [ helios-setup] Aug 28 17:24:33.497 INFO E| Compiling quote v1.0.36 |
2256 | 2024-08-28T17:24:34.649Z | [ helios-setup] Aug 28 17:24:33.700 INFO E| Compiling heck v0.3.3 |
2257 | 2024-08-28T17:24:34.798Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2258 | 2024-08-28T17:24:35.121Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2259 | 2024-08-28T17:24:35.228Z | [ helios-setup] Aug 28 17:24:34.281 INFO E| Compiling syn v2.0.71 |
2260 | 2024-08-28T17:24:35.551Z | [ helios-setup] Aug 28 17:24:34.604 INFO E| Compiling pre v0.2.1 |
2261 | 2024-08-28T17:24:35.688Z | [ helios-setup] Aug 28 17:24:34.741 INFO E| Compiling static_assertions v1.1.0 |
2262 | 2024-08-28T17:24:35.787Z | [ helios-setup] Aug 28 17:24:34.839 INFO E| Compiling cfg-if v0.1.10 |
2263 | 2024-08-28T17:24:35.880Z | [ helios-setup] Aug 28 17:24:34.933 INFO E| Compiling once_cell v1.19.0 |
2264 | 2024-08-28T17:24:36.620Z | [ helios-setup] Aug 28 17:24:35.672 INFO E| Compiling byteorder v1.5.0 |
2265 | 2024-08-28T17:24:36.636Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2266 | 2024-08-28T17:24:38.081Z | [ helios-setup] Aug 28 17:24:37.133 INFO E| Compiling unicode-width v0.1.13 |
2267 | 2024-08-28T17:24:38.299Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2268 | 2024-08-28T17:24:38.354Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2269 | 2024-08-28T17:24:38.593Z | [ helios-setup] Aug 28 17:24:37.645 INFO E| Compiling textwrap v0.11.0 |
2270 | 2024-08-28T17:24:38.630Z | [ helios-setup] Aug 28 17:24:37.682 INFO E| Compiling atty v0.2.14 |
2271 | 2024-08-28T17:24:39.081Z | [ helios-setup] Aug 28 17:24:38.132 INFO E| Compiling ansi_term v0.12.1 |
2272 | 2024-08-28T17:24:39.462Z | [ host-package] Compiling arc-swap v1.7.1 |
2273 | 2024-08-28T17:24:39.897Z | [ helios-setup] Aug 28 17:24:38.949 INFO E| Compiling unic-char-range v0.9.0 |
2274 | 2024-08-28T17:24:40.357Z | [ helios-setup] Aug 28 17:24:39.408 INFO E| Compiling parse_int v0.6.0 |
2275 | 2024-08-28T17:24:40.441Z | [ helios-setup] Aug 28 17:24:39.492 INFO E| Compiling bitflags v1.3.2 |
2276 | 2024-08-28T17:24:40.555Z | [ helios-setup] Aug 28 17:24:39.605 INFO E| Compiling strsim v0.8.0 |
2277 | 2024-08-28T17:24:40.656Z | [ helios-setup] Aug 28 17:24:39.707 INFO E| Compiling strum v0.23.0 |
2278 | 2024-08-28T17:24:40.717Z | [ helios-setup] Aug 28 17:24:39.768 INFO E| Compiling vec_map v0.8.2 |
2279 | 2024-08-28T17:24:40.727Z | [ helios-setup] Aug 28 17:24:39.778 INFO E| Compiling fletcher v0.1.0 |
2280 | 2024-08-28T17:24:40.789Z | [ helios-setup] Aug 28 17:24:39.840 INFO E| Compiling unic-common v0.9.0 |
2281 | 2024-08-28T17:24:40.876Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2282 | 2024-08-28T17:24:40.935Z | [ helios-setup] Aug 28 17:24:39.986 INFO E| Compiling unic-char-property v0.9.0 |
2283 | 2024-08-28T17:24:40.955Z | [ host-package] Compiling slog-scope v4.4.0 |
2284 | 2024-08-28T17:24:41.165Z | [ helios-setup] Aug 28 17:24:40.216 INFO E| Compiling unic-ucd-version v0.9.0 |
2285 | 2024-08-28T17:24:41.216Z | [ helios-setup] Aug 28 17:24:40.267 INFO E| Compiling log v0.4.22 |
2286 | 2024-08-28T17:24:41.315Z | [ helios-setup] Aug 28 17:24:40.366 INFO E| Compiling plain v0.2.3 |
2287 | 2024-08-28T17:24:41.550Z | [ helios-setup] Aug 28 17:24:40.601 INFO E| Compiling unic-ucd-ident v0.9.0 |
2288 | 2024-08-28T17:24:41.637Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2024-08-28T17:24:41.728Z | [ helios-setup] Aug 28 17:24:40.779 INFO E| Compiling clap v2.34.0 |
2290 | 2024-08-28T17:24:41.734Z | [ host-package] Compiling diesel_derives v2.2.2 |
2291 | 2024-08-28T17:24:41.773Z | [ helios-setup] Aug 28 17:24:40.824 INFO E| Compiling bytesize v1.3.0 |
2292 | 2024-08-28T17:24:41.971Z | [ host-package] Compiling r2d2 v0.8.10 |
2293 | 2024-08-28T17:24:43.050Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2294 | 2024-08-28T17:24:43.489Z | [ host-package] Compiling ena v0.14.3 |
2295 | 2024-08-28T17:24:43.631Z | [ host-package] Compiling libloading v0.8.3 |
2296 | 2024-08-28T17:24:43.890Z | [ host-package] Compiling regex-syntax v0.6.29 |
2297 | 2024-08-28T17:24:44.237Z | [ host-package] Compiling bindgen v0.69.4 |
2298 | 2024-08-28T17:24:44.398Z | [ host-package] Compiling diff v0.1.13 |
2299 | 2024-08-28T17:24:44.743Z | [ helios-setup] Aug 28 17:24:43.792 INFO E| Compiling serde_derive_internals v0.29.1 |
2300 | 2024-08-28T17:24:45.223Z | [ helios-setup] Aug 28 17:24:44.273 INFO E| Compiling toml v0.5.11 |
2301 | 2024-08-28T17:24:45.499Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2302 | 2024-08-28T17:24:46.933Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2303 | 2024-08-28T17:24:48.251Z | [ helios-setup] Aug 28 17:24:47.301 INFO E| Compiling proc-macro-crate v0.1.5 |
2304 | 2024-08-28T17:24:48.877Z | [ host-package] Compiling which v4.4.2 |
2305 | 2024-08-28T17:24:49.961Z | [ host-package] Compiling lalrpop v0.19.12 |
2306 | 2024-08-28T17:24:52.040Z | [ helios-setup] Aug 28 17:24:51.089 INFO E| Compiling thiserror-impl v1.0.63 |
2307 | 2024-08-28T17:24:52.328Z | [ helios-setup] Aug 28 17:24:51.376 INFO E| Compiling serde_derive v1.0.204 |
2308 | 2024-08-28T17:24:52.432Z | [ helios-setup] Aug 28 17:24:51.481 INFO E| Compiling schemars_derive v0.8.21 |
2309 | 2024-08-28T17:24:52.539Z | [ helios-setup] Aug 28 17:24:51.587 INFO E| Compiling zerocopy-derive v0.6.6 |
2310 | 2024-08-28T17:24:53.081Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2311 | 2024-08-28T17:24:53.621Z | [ host-package] Compiling cexpr v0.6.0 |
2312 | 2024-08-28T17:24:56.437Z | [ helios-setup] Aug 28 17:24:55.485 INFO E| Compiling zerocopy v0.6.6 |
2313 | 2024-08-28T17:24:56.585Z | [ helios-setup] Aug 28 17:24:55.633 INFO E| Compiling pest v2.7.11 |
2314 | 2024-08-28T17:24:56.889Z | [ host-package] Compiling libsw v3.3.1 |
2315 | 2024-08-28T17:24:57.068Z | [ helios-setup] Aug 28 17:24:56.115 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2316 | 2024-08-28T17:24:57.084Z | [ helios-setup] Aug 28 17:24:56.132 INFO E| Compiling num-derive v0.3.3 |
2317 | 2024-08-28T17:24:57.672Z | [ host-package] Compiling owo-colors v4.0.0 |
2318 | 2024-08-28T17:24:58.199Z | [ helios-setup] Aug 28 17:24:57.246 INFO E| Compiling scroll_derive v0.10.5 |
2319 | 2024-08-28T17:24:58.685Z | [ helios-setup] Aug 28 17:24:57.732 INFO E| Compiling strum_macros v0.23.1 |
2320 | 2024-08-28T17:24:59.489Z | [ helios-setup] Aug 28 17:24:58.536 INFO E| Compiling structopt-derive v0.4.18 |
2321 | 2024-08-28T17:25:01.413Z | [ helios-setup] Aug 28 17:25:00.459 INFO E| Compiling scroll v0.10.2 |
2322 | 2024-08-28T17:25:01.797Z | [ host-package] Compiling diesel v2.2.2 |
2323 | 2024-08-28T17:25:02.438Z | [ helios-setup] Aug 28 17:25:01.485 INFO E| Compiling modular-bitfield v0.11.2 |
2324 | 2024-08-28T17:25:02.702Z | [ helios-setup] Aug 28 17:25:01.748 INFO E| Compiling pest_meta v2.7.11 |
2325 | 2024-08-28T17:25:02.923Z | [ helios-setup] Aug 28 17:25:01.970 INFO E| Compiling goblin v0.4.3 |
2326 | 2024-08-28T17:25:03.743Z | [ host-package] Compiling lazycell v1.3.0 |
2327 | 2024-08-28T17:25:03.952Z | [ host-package] Compiling linear-map v1.2.0 |
2328 | 2024-08-28T17:25:04.172Z | [ host-package] Compiling rustc-hash v1.1.0 |
2329 | 2024-08-28T17:25:04.603Z | [ host-package] Compiling ref-cast v1.0.23 |
2330 | 2024-08-28T17:25:04.732Z | [ host-package] Compiling shlex v1.3.0 |
2331 | 2024-08-28T17:25:05.165Z | [ helios-setup] Aug 28 17:25:04.210 INFO E| Compiling pest_generator v2.7.11 |
2332 | 2024-08-28T17:25:05.169Z | [ helios-setup] Aug 28 17:25:04.215 INFO E| Compiling structopt v0.3.26 |
2333 | 2024-08-28T17:25:05.937Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2334 | 2024-08-28T17:25:09.619Z | [ helios-setup] Aug 28 17:25:08.664 INFO E| Compiling pest_derive v2.7.11 |
2335 | 2024-08-28T17:25:15.919Z | [ helios-setup] Aug 28 17:25:14.963 INFO E| Compiling json5 v0.4.1 |
2336 | 2024-08-28T17:25:16.243Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2337 | 2024-08-28T17:25:20.084Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2338 | 2024-08-28T17:25:20.681Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2339 | 2024-08-28T17:25:21.775Z | [ helios-setup] Aug 28 17:25:20.817 INFO E| Compiling four-cc v0.3.0 |
2340 | 2024-08-28T17:25:21.775Z | [ helios-setup] Aug 28 17:25:20.817 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2341 | 2024-08-28T17:25:22.040Z | [ helios-setup] Aug 28 17:25:21.082 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2342 | 2024-08-28T17:25:23.997Z | [ host-package] Compiling headers-core v0.2.0 |
2343 | 2024-08-28T17:25:24.336Z | [ host-package] Compiling fxhash v0.2.1 |
2344 | 2024-08-28T17:25:24.518Z | [ host-package] Compiling libxml v0.3.3 |
2345 | 2024-08-28T17:25:24.699Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2346 | 2024-08-28T17:25:24.980Z | [ host-package] Compiling samael v0.0.15 |
2347 | 2024-08-28T17:25:25.447Z | [ host-package] Compiling headers v0.3.9 |
2348 | 2024-08-28T17:25:26.677Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2349 | 2024-08-28T17:25:26.916Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2350 | 2024-08-28T17:25:27.388Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2351 | 2024-08-28T17:25:27.864Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2352 | 2024-08-28T17:25:27.906Z | [ host-package] Compiling strum_macros v0.24.3 |
2353 | 2024-08-28T17:25:30.626Z | [ host-package] Compiling kstat-rs v0.2.4 |
2354 | 2024-08-28T17:25:31.084Z | [ host-package] Compiling dropshot v0.10.1 |
2355 | 2024-08-28T17:25:31.736Z | [ host-package] Compiling unicase v2.7.0 |
2356 | 2024-08-28T17:25:31.802Z | [ host-package] Compiling indoc v1.0.9 |
2357 | 2024-08-28T17:25:31.805Z | [ host-package] Compiling polar-core v0.27.3 |
2358 | 2024-08-28T17:25:32.194Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2359 | 2024-08-28T17:25:32.254Z | [ host-package] Compiling derive_builder v0.20.0 |
2360 | 2024-08-28T17:25:33.733Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2361 | 2024-08-28T17:25:38.355Z | [ host-package] Compiling tungstenite v0.23.0 |
2362 | 2024-08-28T17:25:38.992Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2363 | 2024-08-28T17:25:39.471Z | [ host-package] Compiling crossterm v0.28.1 |
2364 | 2024-08-28T17:25:44.770Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2365 | 2024-08-28T17:25:45.363Z | [ host-package] Compiling oso-derive v0.27.3 |
2366 | 2024-08-28T17:25:46.521Z | [ host-package] Compiling dropshot_endpoint v0.10.1 |
2367 | 2024-08-28T17:25:48.526Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2368 | 2024-08-28T17:25:48.877Z | [ host-package] Compiling libz-sys v1.1.16 |
2369 | 2024-08-28T17:25:49.605Z | [ host-package] Compiling quick-xml v0.31.0 |
2370 | 2024-08-28T17:25:49.673Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2371 | 2024-08-28T17:25:50.200Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2372 | 2024-08-28T17:25:50.299Z | [ host-package] Compiling keccak v0.1.5 |
2373 | 2024-08-28T17:25:50.781Z | [ host-package] Compiling sha3 v0.10.8 |
2374 | 2024-08-28T17:25:52.203Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2375 | 2024-08-28T17:25:52.944Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2376 | 2024-08-28T17:25:53.858Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2377 | 2024-08-28T17:25:55.700Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2378 | 2024-08-28T17:25:56.533Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2379 | 2024-08-28T17:25:58.904Z | [ host-package] Compiling oso v0.27.3 |
2380 | 2024-08-28T17:26:06.687Z | [ helios-setup] Aug 28 17:26:05.719 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2381 | 2024-08-28T17:26:06.814Z | [ host-package] Compiling bb8 v0.8.5 |
2382 | 2024-08-28T17:26:07.699Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2383 | 2024-08-28T17:26:10.272Z | [ host-package] Compiling universal-hash v0.5.1 |
2384 | 2024-08-28T17:26:10.652Z | [ host-package] Compiling secrecy v0.8.0 |
2385 | 2024-08-28T17:26:11.156Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2386 | 2024-08-28T17:26:14.612Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2387 | 2024-08-28T17:26:16.494Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2388 | 2024-08-28T17:26:17.386Z | [ host-package] Compiling opaque-debug v0.3.1 |
2389 | 2024-08-28T17:26:17.549Z | [ host-package] Compiling poly1305 v0.8.0 |
2390 | 2024-08-28T17:26:17.606Z | [ host-package] Compiling vte v0.11.1 |
2391 | 2024-08-28T17:26:20.404Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2392 | 2024-08-28T17:26:20.607Z | [ host-package] Compiling const_format v0.2.32 |
2393 | 2024-08-28T17:26:20.771Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2394 | 2024-08-28T17:26:21.651Z | [ helios-setup] Aug 28 17:26:20.681 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2395 | 2024-08-28T17:26:21.758Z | [ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2396 | 2024-08-28T17:26:24.077Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2397 | 2024-08-28T17:26:24.555Z | [ host-package] Compiling chacha20 v0.9.1 |
2398 | 2024-08-28T17:26:25.267Z | [ host-package] Compiling fd-lock v4.0.2 |
2399 | 2024-08-28T17:26:25.645Z | [ host-package] Compiling aead v0.5.2 |
2400 | 2024-08-28T17:26:26.245Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2401 | 2024-08-28T17:26:26.762Z | [ host-package] Compiling bytecount v0.6.8 |
2402 | 2024-08-28T17:26:27.201Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2403 | 2024-08-28T17:26:27.637Z | [ host-package] Compiling papergrid v0.11.0 |
2404 | 2024-08-28T17:26:27.808Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2405 | 2024-08-28T17:26:28.538Z | [ host-package] Compiling parking_lot v0.11.2 |
2406 | 2024-08-28T17:26:30.678Z | [ host-package] Compiling vsss-rs v3.3.4 |
2407 | 2024-08-28T17:26:35.710Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2408 | 2024-08-28T17:26:36.726Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2409 | 2024-08-28T17:26:40.564Z | [ host-package] Compiling tabled_derive v0.7.0 |
2410 | 2024-08-28T17:26:42.391Z | [ host-package] Compiling crossterm v0.27.0 |
2411 | 2024-08-28T17:26:43.114Z | [ host-package] Compiling peg-macros v0.8.4 |
2412 | 2024-08-28T17:26:47.189Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2413 | 2024-08-28T17:26:48.499Z | [ host-package] Compiling unicode_categories v0.1.1 |
2414 | 2024-08-28T17:26:49.046Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2415 | 2024-08-28T17:26:49.375Z | [ host-package] Compiling sqlformat v0.2.4 |
2416 | 2024-08-28T17:26:50.626Z | [ host-package] Compiling reedline v0.33.0 |
2417 | 2024-08-28T17:26:50.932Z | [ host-package] Compiling rustyline v14.0.0 |
2418 | 2024-08-28T17:26:52.737Z | [ host-package] Compiling sqlparser v0.45.0 |
2419 | 2024-08-28T17:27:01.612Z | [ host-package] Compiling peg v0.8.4 |
2420 | 2024-08-28T17:27:01.923Z | [ host-package] Compiling tabled v0.15.0 |
2421 | 2024-08-28T17:27:02.374Z | [ helios-setup] Aug 28 17:27:01.394 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 35s |
2422 | 2024-08-28T17:27:02.418Z | [ helios-setup] Aug 28 17:27:01.439 INFO building project "amd-host-image-builder" ok (185 seconds) |
2423 | 2024-08-28T17:27:02.418Z | [ helios-setup] Aug 28 17:27:01.439 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2424 | 2024-08-28T17:27:02.421Z | [ helios-setup] Aug 28 17:27:01.439 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2425 | 2024-08-28T17:27:02.760Z | [ helios-setup] Aug 28 17:27:01.780 INFO E| Downloading crates ... |
2426 | 2024-08-28T17:27:02.862Z | [ helios-setup] Aug 28 17:27:01.882 INFO E| Downloaded flate2 v1.0.25 |
2427 | 2024-08-28T17:27:02.872Z | [ helios-setup] Aug 28 17:27:01.892 INFO E| Downloaded bytes v1.2.1 |
2428 | 2024-08-28T17:27:02.879Z | [ helios-setup] Aug 28 17:27:01.899 INFO E| Downloaded generic-array v0.14.6 |
2429 | 2024-08-28T17:27:02.881Z | [ helios-setup] Aug 28 17:27:01.902 INFO E| Downloaded unicode-width v0.1.10 |
2430 | 2024-08-28T17:27:02.884Z | [ helios-setup] Aug 28 17:27:01.904 INFO E| Downloaded sha2 v0.10.5 |
2431 | 2024-08-28T17:27:02.887Z | [ helios-setup] Aug 28 17:27:01.907 INFO E| Downloaded typenum v1.15.0 |
2432 | 2024-08-28T17:27:02.891Z | [ helios-setup] Aug 28 17:27:01.911 INFO E| Downloaded miniz_oxide v0.6.2 |
2433 | 2024-08-28T17:27:02.894Z | [ helios-setup] Aug 28 17:27:01.915 INFO E| Downloaded anyhow v1.0.62 |
2434 | 2024-08-28T17:27:02.900Z | [ helios-setup] Aug 28 17:27:01.921 INFO E| Downloaded cpufeatures v0.2.5 |
2435 | 2024-08-28T17:27:02.903Z | [ helios-setup] Aug 28 17:27:01.923 INFO E| Downloaded block-buffer v0.10.3 |
2436 | 2024-08-28T17:27:02.906Z | [ helios-setup] Aug 28 17:27:01.925 INFO E| Downloaded digest v0.10.3 |
2437 | 2024-08-28T17:27:02.991Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling typenum v1.15.0 |
2438 | 2024-08-28T17:27:02.991Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling version_check v0.9.4 |
2439 | 2024-08-28T17:27:02.993Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling cfg-if v1.0.0 |
2440 | 2024-08-28T17:27:02.993Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling crc32fast v1.3.2 |
2441 | 2024-08-28T17:27:02.993Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling anyhow v1.0.62 |
2442 | 2024-08-28T17:27:02.993Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling adler v1.0.2 |
2443 | 2024-08-28T17:27:02.994Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling unicode-width v0.1.10 |
2444 | 2024-08-28T17:27:02.994Z | [ helios-setup] Aug 28 17:27:02.011 INFO E| Compiling cpufeatures v0.2.5 |
2445 | 2024-08-28T17:27:03.744Z | [ helios-setup] Aug 28 17:27:02.758 INFO E| Compiling miniz_oxide v0.6.2 |
2446 | 2024-08-28T17:27:03.777Z | [ helios-setup] Aug 28 17:27:02.797 INFO E| Compiling bytes v1.2.1 |
2447 | 2024-08-28T17:27:03.930Z | [ helios-setup] Aug 28 17:27:02.950 INFO E| Compiling getopts v0.2.21 |
2448 | 2024-08-28T17:27:04.124Z | [ helios-setup] Aug 28 17:27:03.144 INFO E| Compiling bitflags v1.3.2 |
2449 | 2024-08-28T17:27:04.990Z | [ helios-setup] Aug 28 17:27:04.010 INFO E| Compiling generic-array v0.14.6 |
2450 | 2024-08-28T17:27:05.886Z | [ helios-setup] Aug 28 17:27:04.905 INFO E| Compiling flate2 v1.0.25 |
2451 | 2024-08-28T17:27:06.009Z | [ host-package] Compiling sled v0.34.7 |
2452 | 2024-08-28T17:27:09.430Z | [ helios-setup] Aug 28 17:27:08.449 INFO E| Compiling crypto-common v0.1.6 |
2453 | 2024-08-28T17:27:09.430Z | [ helios-setup] Aug 28 17:27:08.449 INFO E| Compiling block-buffer v0.10.3 |
2454 | 2024-08-28T17:27:09.651Z | [ helios-setup] Aug 28 17:27:08.670 INFO E| Compiling digest v0.10.3 |
2455 | 2024-08-28T17:27:10.060Z | [ helios-setup] Aug 28 17:27:09.079 INFO E| Compiling sha2 v0.10.5 |
2456 | 2024-08-28T17:27:10.607Z | [ helios-setup] Aug 28 17:27:09.625 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2457 | 2024-08-28T17:27:15.911Z | [ helios-setup] Aug 28 17:27:14.929 INFO E| Finished `release` profile [optimized] target(s) in 13.38s |
2458 | 2024-08-28T17:27:15.927Z | [ helios-setup] Aug 28 17:27:14.945 INFO building project "bootserver" ok (13 seconds) |
2459 | 2024-08-28T17:27:15.927Z | [ helios-setup] Aug 28 17:27:14.945 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2460 | 2024-08-28T17:27:15.930Z | [ helios-setup] Aug 28 17:27:14.945 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2461 | 2024-08-28T17:27:16.367Z | [ helios-setup] Aug 28 17:27:15.385 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2462 | 2024-08-28T17:27:16.854Z | [ helios-setup] Aug 28 17:27:15.871 INFO E| From https://github.com/jclulow/hiercmd |
2463 | 2024-08-28T17:27:16.854Z | [ helios-setup] Aug 28 17:27:15.871 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2464 | 2024-08-28T17:27:16.874Z | [ helios-setup] Aug 28 17:27:15.892 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2465 | 2024-08-28T17:27:17.376Z | [ helios-setup] Aug 28 17:27:16.394 INFO E| From https://github.com/jclulow/network-interface |
2466 | 2024-08-28T17:27:17.376Z | [ helios-setup] Aug 28 17:27:16.394 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2467 | 2024-08-28T17:27:17.411Z | [ helios-setup] Aug 28 17:27:16.429 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2468 | 2024-08-28T17:27:17.970Z | [ helios-setup] Aug 28 17:27:16.987 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2469 | 2024-08-28T17:27:17.970Z | [ helios-setup] Aug 28 17:27:16.987 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2470 | 2024-08-28T17:27:18.007Z | [ helios-setup] Aug 28 17:27:17.024 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2471 | 2024-08-28T17:27:18.750Z | [ helios-setup] Aug 28 17:27:17.767 INFO E| From https://github.com/oxidecomputer/facade |
2472 | 2024-08-28T17:27:18.750Z | [ helios-setup] Aug 28 17:27:17.767 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2473 | 2024-08-28T17:27:18.831Z | [ helios-setup] Aug 28 17:27:17.848 INFO E| Updating crates.io index |
2474 | 2024-08-28T17:27:19.367Z | [ helios-setup] Aug 28 17:27:18.384 INFO E| Downloading crates ... |
2475 | 2024-08-28T17:27:19.506Z | [ helios-setup] Aug 28 17:27:18.523 INFO E| Downloaded project-root v0.2.2 |
2476 | 2024-08-28T17:27:19.509Z | [ helios-setup] Aug 28 17:27:18.525 INFO E| Downloaded const-random v0.1.15 |
2477 | 2024-08-28T17:27:19.511Z | [ helios-setup] Aug 28 17:27:18.528 INFO E| Downloaded concolor-override v1.0.0 |
2478 | 2024-08-28T17:27:19.514Z | [ helios-setup] Aug 28 17:27:18.530 INFO E| Downloaded autocfg v1.1.0 |
2479 | 2024-08-28T17:27:19.517Z | [ helios-setup] Aug 28 17:27:18.534 INFO E| Downloaded camino v1.1.4 |
2480 | 2024-08-28T17:27:19.520Z | [ helios-setup] Aug 28 17:27:18.538 INFO E| Downloaded bincode v1.3.3 |
2481 | 2024-08-28T17:27:19.524Z | [ helios-setup] Aug 28 17:27:18.541 INFO E| Downloaded dyn-clone v1.0.11 |
2482 | 2024-08-28T17:27:19.527Z | [ helios-setup] Aug 28 17:27:18.544 INFO E| Downloaded strsim v0.10.0 |
2483 | 2024-08-28T17:27:19.529Z | [ helios-setup] Aug 28 17:27:18.546 INFO E| Downloaded futures-sink v0.3.28 |
2484 | 2024-08-28T17:27:19.532Z | [ helios-setup] Aug 28 17:27:18.548 INFO E| Downloaded serde_spanned v0.6.1 |
2485 | 2024-08-28T17:27:19.534Z | [ helios-setup] Aug 28 17:27:18.550 INFO E| Downloaded digest v0.10.6 |
2486 | 2024-08-28T17:27:19.536Z | [ helios-setup] Aug 28 17:27:18.553 INFO E| Downloaded proc-macro-crate v1.2.1 |
2487 | 2024-08-28T17:27:19.539Z | [ helios-setup] Aug 28 17:27:18.555 INFO E| Downloaded signal-hook-registry v1.4.0 |
2488 | 2024-08-28T17:27:19.541Z | [ helios-setup] Aug 28 17:27:18.557 INFO E| Downloaded time v0.1.45 |
2489 | 2024-08-28T17:27:19.546Z | [ helios-setup] Aug 28 17:27:18.563 INFO E| Downloaded serde_yaml v0.9.21 |
2490 | 2024-08-28T17:27:19.552Z | [ helios-setup] Aug 28 17:27:18.570 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2491 | 2024-08-28T17:27:19.559Z | [ helios-setup] Aug 28 17:27:18.572 INFO E| Downloaded try-lock v0.2.4 |
2492 | 2024-08-28T17:27:19.559Z | [ helios-setup] Aug 28 17:27:18.573 INFO E| Downloaded const-random-macro v0.1.15 |
2493 | 2024-08-28T17:27:19.559Z | [ helios-setup] Aug 28 17:27:18.575 INFO E| Downloaded sha2 v0.10.6 |
2494 | 2024-08-28T17:27:19.562Z | [ helios-setup] Aug 28 17:27:18.579 INFO E| Downloaded clap_derive v4.2.0 |
2495 | 2024-08-28T17:27:19.565Z | [ helios-setup] Aug 28 17:27:18.583 INFO E| Downloaded terminal_size v0.2.6 |
2496 | 2024-08-28T17:27:19.568Z | [ helios-setup] Aug 28 17:27:18.585 INFO E| Downloaded thiserror v1.0.38 |
2497 | 2024-08-28T17:27:19.587Z | [ helios-setup] Aug 28 17:27:18.604 INFO E| Downloaded smawk v0.3.1 |
2498 | 2024-08-28T17:27:19.589Z | [ host-package] Compiling mime_guess v2.0.4 |
2499 | 2024-08-28T17:27:19.594Z | [ helios-setup] Aug 28 17:27:18.608 INFO E| Downloaded want v0.3.0 |
2500 | 2024-08-28T17:27:19.597Z | [ helios-setup] Aug 28 17:27:18.610 INFO E| Downloaded sha1 v0.10.5 |
2501 | 2024-08-28T17:27:19.597Z | [ helios-setup] Aug 28 17:27:18.613 INFO E| Downloaded serde_tokenstream v0.2.0 |
2502 | 2024-08-28T17:27:19.601Z | [ helios-setup] Aug 28 17:27:18.618 INFO E| Downloaded serde_path_to_error v0.1.11 |
2503 | 2024-08-28T17:27:19.604Z | [ helios-setup] Aug 28 17:27:18.621 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2504 | 2024-08-28T17:27:19.608Z | [ helios-setup] Aug 28 17:27:18.626 INFO E| Downloaded thiserror-impl v1.0.38 |
2505 | 2024-08-28T17:27:19.611Z | [ helios-setup] Aug 28 17:27:18.628 INFO E| Downloaded toml_datetime v0.6.1 |
2506 | 2024-08-28T17:27:19.618Z | [ helios-setup] Aug 28 17:27:18.630 INFO E| Downloaded smartstring v1.0.1 |
2507 | 2024-08-28T17:27:19.618Z | [ helios-setup] Aug 28 17:27:18.635 INFO E| Downloaded slog-async v2.7.0 |
2508 | 2024-08-28T17:27:19.621Z | [ helios-setup] Aug 28 17:27:18.637 INFO E| Downloaded typenum v1.16.0 |
2509 | 2024-08-28T17:27:19.625Z | [ helios-setup] Aug 28 17:27:18.642 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2510 | 2024-08-28T17:27:19.629Z | [ helios-setup] Aug 28 17:27:18.646 INFO E| Downloaded walkdir v2.3.3 |
2511 | 2024-08-28T17:27:19.632Z | [ helios-setup] Aug 28 17:27:18.649 INFO E| Downloaded unicode-bidi v0.3.13 |
2512 | 2024-08-28T17:27:19.636Z | [ helios-setup] Aug 28 17:27:18.654 INFO E| Downloaded num_cpus v1.15.0 |
2513 | 2024-08-28T17:27:19.642Z | [ helios-setup] Aug 28 17:27:18.659 INFO E| Downloaded tokio-rustls v0.24.0 |
2514 | 2024-08-28T17:27:19.645Z | [ helios-setup] Aug 28 17:27:18.662 INFO E| Downloaded uuid v1.3.0 |
2515 | 2024-08-28T17:27:19.652Z | [ helios-setup] Aug 28 17:27:18.669 INFO E| Downloaded rustls-pemfile v1.0.2 |
2516 | 2024-08-28T17:27:19.656Z | [ helios-setup] Aug 28 17:27:18.673 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2517 | 2024-08-28T17:27:19.726Z | [ helios-setup] Aug 28 17:27:18.743 INFO E| Downloaded scopeguard v1.1.0 |
2518 | 2024-08-28T17:27:19.728Z | [ helios-setup] Aug 28 17:27:18.744 INFO E| Downloaded url v2.3.1 |
2519 | 2024-08-28T17:27:19.731Z | [ helios-setup] Aug 28 17:27:18.748 INFO E| Downloaded ucd-trie v0.1.5 |
2520 | 2024-08-28T17:27:19.734Z | [ helios-setup] Aug 28 17:27:18.751 INFO E| Downloaded tracing v0.1.37 |
2521 | 2024-08-28T17:27:19.740Z | [ helios-setup] Aug 28 17:27:18.757 INFO E| Downloaded tracing-core v0.1.30 |
2522 | 2024-08-28T17:27:19.744Z | [ helios-setup] Aug 28 17:27:18.761 INFO E| Downloaded toml_edit v0.19.8 |
2523 | 2024-08-28T17:27:19.803Z | [ helios-setup] Aug 28 17:27:18.820 INFO E| Downloaded winnow v0.4.1 |
2524 | 2024-08-28T17:27:19.815Z | [ helios-setup] Aug 28 17:27:18.832 INFO E| Downloaded unicode-normalization v0.1.22 |
2525 | 2024-08-28T17:27:19.820Z | [ helios-setup] Aug 28 17:27:18.837 INFO E| Downloaded ryu v1.0.13 |
2526 | 2024-08-28T17:27:19.825Z | [ helios-setup] Aug 28 17:27:18.842 INFO E| Downloaded syn v2.0.72 |
2527 | 2024-08-28T17:27:19.843Z | [ helios-setup] Aug 28 17:27:18.860 INFO E| Downloaded memchr v2.5.0 |
2528 | 2024-08-28T17:27:19.849Z | [ helios-setup] Aug 28 17:27:18.866 INFO E| Downloaded cargo-lock v8.0.3 |
2529 | 2024-08-28T17:27:19.853Z | [ helios-setup] Aug 28 17:27:18.870 INFO E| Downloaded bytes v1.4.0 |
2530 | 2024-08-28T17:27:19.859Z | [ helios-setup] Aug 28 17:27:18.876 INFO E| Downloaded tokio v1.27.0 |
2531 | 2024-08-28T17:27:19.924Z | [ helios-setup] Aug 28 17:27:18.941 INFO E| Downloaded crossbeam-channel v0.5.6 |
2532 | 2024-08-28T17:27:19.931Z | [ helios-setup] Aug 28 17:27:18.948 INFO E| Downloaded http v0.2.9 |
2533 | 2024-08-28T17:27:19.942Z | [ helios-setup] Aug 28 17:27:18.954 INFO E| Downloaded aho-corasick v0.7.20 |
2534 | 2024-08-28T17:27:19.945Z | [ helios-setup] Aug 28 17:27:18.960 INFO E| Downloaded base64 v0.21.0 |
2535 | 2024-08-28T17:27:19.949Z | [ helios-setup] Aug 28 17:27:18.966 INFO E| Downloaded mio v0.8.5 |
2536 | 2024-08-28T17:27:19.959Z | [ helios-setup] Aug 28 17:27:18.976 INFO E| Downloaded pest v2.5.7 |
2537 | 2024-08-28T17:27:19.968Z | [ helios-setup] Aug 28 17:27:18.985 INFO E| Downloaded syn v1.0.107 |
2538 | 2024-08-28T17:27:19.987Z | [ helios-setup] Aug 28 17:27:19.003 INFO E| Downloaded futures-util v0.3.28 |
2539 | 2024-08-28T17:27:20.007Z | [ helios-setup] Aug 28 17:27:19.024 INFO E| Downloaded rustls-webpki v0.100.1 |
2540 | 2024-08-28T17:27:20.017Z | [ helios-setup] Aug 28 17:27:19.034 INFO E| Downloaded reqwest v0.11.16 |
2541 | 2024-08-28T17:27:20.030Z | [ helios-setup] Aug 28 17:27:19.047 INFO E| Downloaded h2 v0.3.16 |
2542 | 2024-08-28T17:27:20.042Z | [ helios-setup] Aug 28 17:27:19.058 INFO E| Downloaded rayon v1.6.1 |
2543 | 2024-08-28T17:27:20.057Z | [ helios-setup] Aug 28 17:27:19.074 INFO E| Downloaded git2 v0.16.1 |
2544 | 2024-08-28T17:27:20.072Z | [ helios-setup] Aug 28 17:27:19.089 INFO E| Downloaded chrono v0.4.24 |
2545 | 2024-08-28T17:27:20.093Z | [ helios-setup] Aug 28 17:27:19.109 INFO E| Downloaded regress v0.5.0 |
2546 | 2024-08-28T17:27:20.105Z | [ helios-setup] Aug 28 17:27:19.122 INFO E| Downloaded regex v1.7.3 |
2547 | 2024-08-28T17:27:20.120Z | [ helios-setup] Aug 28 17:27:19.136 INFO E| Downloaded rustls v0.21.0 |
2548 | 2024-08-28T17:27:20.140Z | [ helios-setup] Aug 28 17:27:19.156 INFO E| Downloaded hyper v0.14.25 |
2549 | 2024-08-28T17:27:20.154Z | [ helios-setup] Aug 28 17:27:19.171 INFO E| Downloaded rustix v0.37.3 |
2550 | 2024-08-28T17:27:20.188Z | [ helios-setup] Aug 28 17:27:19.205 INFO E| Downloaded openapiv3 v1.0.2 |
2551 | 2024-08-28T17:27:20.210Z | [ helios-setup] Aug 28 17:27:19.227 INFO E| Downloaded rhai v1.14.0 |
2552 | 2024-08-28T17:27:20.232Z | [ helios-setup] Aug 28 17:27:19.249 INFO E| Downloaded clap_builder v4.2.1 |
2553 | 2024-08-28T17:27:20.244Z | [ helios-setup] Aug 28 17:27:19.261 INFO E| Downloaded semver v1.0.17 |
2554 | 2024-08-28T17:27:20.253Z | [ helios-setup] Aug 28 17:27:19.265 INFO E| Downloaded sct v0.7.0 |
2555 | 2024-08-28T17:27:20.255Z | [ helios-setup] Aug 28 17:27:19.271 INFO E| Downloaded schemars v0.8.12 |
2556 | 2024-08-28T17:27:20.272Z | [ helios-setup] Aug 28 17:27:19.289 INFO E| Downloaded rayon-core v1.10.2 |
2557 | 2024-08-28T17:27:20.278Z | [ helios-setup] Aug 28 17:27:19.295 INFO E| Downloaded libc v0.2.139 |
2558 | 2024-08-28T17:27:20.318Z | [ helios-setup] Aug 28 17:27:19.335 INFO E| Downloaded parking_lot v0.12.1 |
2559 | 2024-08-28T17:27:20.322Z | [ helios-setup] Aug 28 17:27:19.339 INFO E| Downloaded once_cell v1.17.0 |
2560 | 2024-08-28T17:27:20.326Z | [ helios-setup] Aug 28 17:27:19.343 INFO E| Downloaded num-traits v0.2.15 |
2561 | 2024-08-28T17:27:20.331Z | [ helios-setup] Aug 28 17:27:19.348 INFO E| Downloaded futures v0.3.28 |
2562 | 2024-08-28T17:27:20.339Z | [ helios-setup] Aug 28 17:27:19.356 INFO E| Downloaded crossbeam-utils v0.8.14 |
2563 | 2024-08-28T17:27:20.344Z | [ helios-setup] Aug 28 17:27:19.361 INFO E| Downloaded clap v4.2.1 |
2564 | 2024-08-28T17:27:20.358Z | [ helios-setup] Aug 28 17:27:19.374 INFO E| Downloaded ahash v0.8.3 |
2565 | 2024-08-28T17:27:20.361Z | [ helios-setup] Aug 28 17:27:19.378 INFO E| Downloaded tokio-util v0.7.7 |
2566 | 2024-08-28T17:27:20.371Z | [ helios-setup] Aug 28 17:27:19.388 INFO E| Downloaded serde_json v1.0.95 |
2567 | 2024-08-28T17:27:20.382Z | [ helios-setup] Aug 28 17:27:19.399 INFO E| Downloaded textwrap v0.16.0 |
2568 | 2024-08-28T17:27:20.385Z | [ helios-setup] Aug 28 17:27:19.402 INFO E| Downloaded rhai_codegen v1.5.0 |
2569 | 2024-08-28T17:27:20.397Z | [ helios-setup] Aug 28 17:27:19.414 INFO E| Downloaded parking_lot_core v0.9.6 |
2570 | 2024-08-28T17:27:20.400Z | [ helios-setup] Aug 28 17:27:19.417 INFO E| Downloaded tempfile v3.5.0 |
2571 | 2024-08-28T17:27:20.403Z | [ helios-setup] Aug 28 17:27:19.420 INFO E| Downloaded semver v0.11.0 |
2572 | 2024-08-28T17:27:20.405Z | [ helios-setup] Aug 28 17:27:19.422 INFO E| Downloaded pkg-config v0.3.26 |
2573 | 2024-08-28T17:27:20.412Z | [ helios-setup] Aug 28 17:27:19.424 INFO E| Downloaded io-lifetimes v1.0.10 |
2574 | 2024-08-28T17:27:20.412Z | [ helios-setup] Aug 28 17:27:19.428 INFO E| Downloaded http-body v0.4.5 |
2575 | 2024-08-28T17:27:20.415Z | [ helios-setup] Aug 28 17:27:19.432 INFO E| Downloaded futures-executor v0.3.28 |
2576 | 2024-08-28T17:27:20.432Z | [ helios-setup] Aug 28 17:27:19.434 INFO E| Downloaded futures-channel v0.3.28 |
2577 | 2024-08-28T17:27:20.432Z | [ helios-setup] Aug 28 17:27:19.437 INFO E| Downloaded unicode-linebreak v0.1.4 |
2578 | 2024-08-28T17:27:20.432Z | [ helios-setup] Aug 28 17:27:19.440 INFO E| Downloaded unicode-ident v1.0.8 |
2579 | 2024-08-28T17:27:20.432Z | [ helios-setup] Aug 28 17:27:19.445 INFO E| Downloaded tungstenite v0.18.0 |
2580 | 2024-08-28T17:27:20.432Z | [ helios-setup] Aug 28 17:27:19.449 INFO E| Downloaded cc v1.0.78 |
2581 | 2024-08-28T17:27:20.436Z | [ helios-setup] Aug 28 17:27:19.453 INFO E| Downloaded async-trait v0.1.68 |
2582 | 2024-08-28T17:27:20.441Z | [ helios-setup] Aug 28 17:27:19.458 INFO E| Downloaded socket2 v0.4.9 |
2583 | 2024-08-28T17:27:20.445Z | [ helios-setup] Aug 28 17:27:19.461 INFO E| Downloaded smallvec v1.10.0 |
2584 | 2024-08-28T17:27:20.449Z | [ helios-setup] Aug 28 17:27:19.466 INFO E| Downloaded encoding_rs v0.8.32 |
2585 | 2024-08-28T17:27:20.505Z | [ helios-setup] Aug 28 17:27:19.522 INFO E| Downloaded lock_api v0.4.9 |
2586 | 2024-08-28T17:27:20.507Z | [ helios-setup] Aug 28 17:27:19.524 INFO E| Downloaded toml v0.7.3 |
2587 | 2024-08-28T17:27:20.513Z | [ helios-setup] Aug 28 17:27:19.530 INFO E| Downloaded percent-encoding v2.2.0 |
2588 | 2024-08-28T17:27:20.516Z | [ helios-setup] Aug 28 17:27:19.532 INFO E| Downloaded num_enum v0.5.7 |
2589 | 2024-08-28T17:27:20.522Z | [ helios-setup] Aug 28 17:27:19.539 INFO E| Downloaded home v0.5.4 |
2590 | 2024-08-28T17:27:20.525Z | [ helios-setup] Aug 28 17:27:19.541 INFO E| Downloaded errno v0.3.1 |
2591 | 2024-08-28T17:27:20.527Z | [ helios-setup] Aug 28 17:27:19.544 INFO E| Downloaded jobserver v0.1.26 |
2592 | 2024-08-28T17:27:20.530Z | [ helios-setup] Aug 28 17:27:19.547 INFO E| Downloaded is-terminal v0.4.7 |
2593 | 2024-08-28T17:27:20.534Z | [ helios-setup] Aug 28 17:27:19.551 INFO E| Downloaded futures-task v0.3.28 |
2594 | 2024-08-28T17:27:20.537Z | [ helios-setup] Aug 28 17:27:19.554 INFO E| Downloaded futures-macro v0.3.28 |
2595 | 2024-08-28T17:27:20.539Z | [ helios-setup] Aug 28 17:27:19.555 INFO E| Downloaded either v1.8.0 |
2596 | 2024-08-28T17:27:20.542Z | [ helios-setup] Aug 28 17:27:19.558 INFO E| Downloaded serde_derive_internals v0.26.0 |
2597 | 2024-08-28T17:27:20.544Z | [ helios-setup] Aug 28 17:27:19.561 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2598 | 2024-08-28T17:27:20.549Z | [ helios-setup] Aug 28 17:27:19.565 INFO E| Downloaded crossbeam-deque v0.8.2 |
2599 | 2024-08-28T17:27:20.552Z | [ helios-setup] Aug 28 17:27:19.568 INFO E| Downloaded clap_lex v0.4.1 |
2600 | 2024-08-28T17:27:20.554Z | [ helios-setup] Aug 28 17:27:19.569 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2601 | 2024-08-28T17:27:20.666Z | [ helios-setup] Aug 28 17:27:19.683 INFO E| Downloaded anstyle-parse v0.1.1 |
2602 | 2024-08-28T17:27:20.669Z | [ helios-setup] Aug 28 17:27:19.686 INFO E| Downloaded anstream v0.2.6 |
2603 | 2024-08-28T17:27:20.672Z | [ helios-setup] Aug 28 17:27:19.689 INFO E| Downloaded built v0.6.0 |
2604 | 2024-08-28T17:27:20.675Z | [ helios-setup] Aug 28 17:27:19.691 INFO E| Downloaded anyhow v1.0.68 |
2605 | 2024-08-28T17:27:20.681Z | [ helios-setup] Aug 28 17:27:19.698 INFO E| Downloaded pin-project-lite v0.2.9 |
2606 | 2024-08-28T17:27:20.689Z | [ helios-setup] Aug 28 17:27:19.706 INFO E| Downloaded log v0.4.17 |
2607 | 2024-08-28T17:27:20.692Z | [ helios-setup] Aug 28 17:27:19.709 INFO E| Downloaded ipnet v2.7.2 |
2608 | 2024-08-28T17:27:20.696Z | [ helios-setup] Aug 28 17:27:19.712 INFO E| Downloaded getrandom v0.2.8 |
2609 | 2024-08-28T17:27:20.700Z | [ helios-setup] Aug 28 17:27:19.717 INFO E| Downloaded futures-core v0.3.28 |
2610 | 2024-08-28T17:27:20.780Z | [ helios-setup] Aug 28 17:27:19.797 INFO E| Downloaded libz-sys v1.1.8 |
2611 | 2024-08-28T17:27:20.866Z | [ helios-setup] Aug 28 17:27:19.882 INFO E| Downloaded ahash v0.7.6 |
2612 | 2024-08-28T17:27:20.870Z | [ helios-setup] Aug 28 17:27:19.886 INFO E| Downloaded toolchain_find v0.2.0 |
2613 | 2024-08-28T17:27:20.872Z | [ helios-setup] Aug 28 17:27:19.888 INFO E| Downloaded tokio-macros v2.0.0 |
2614 | 2024-08-28T17:27:20.878Z | [ helios-setup] Aug 28 17:27:19.894 INFO E| Downloaded semver-parser v0.10.2 |
2615 | 2024-08-28T17:27:20.878Z | [ helios-setup] Aug 28 17:27:19.895 INFO E| Downloaded schemars_derive v0.8.12 |
2616 | 2024-08-28T17:27:20.880Z | [ helios-setup] Aug 28 17:27:19.895 INFO E| Downloaded slog-bunyan v2.4.0 |
2617 | 2024-08-28T17:27:20.880Z | [ helios-setup] Aug 28 17:27:19.896 INFO E| Downloaded slab v0.4.7 |
2618 | 2024-08-28T17:27:20.882Z | [ helios-setup] Aug 28 17:27:19.898 INFO E| Downloaded paste v1.0.12 |
2619 | 2024-08-28T17:27:20.885Z | [ helios-setup] Aug 28 17:27:19.902 INFO E| Downloaded form_urlencoded v1.1.0 |
2620 | 2024-08-28T17:27:20.888Z | [ helios-setup] Aug 28 17:27:19.903 INFO E| Downloaded byteorder v1.4.3 |
2621 | 2024-08-28T17:27:20.890Z | [ helios-setup] Aug 28 17:27:19.906 INFO E| Downloaded num_enum_derive v0.5.7 |
2622 | 2024-08-28T17:27:20.892Z | [ helios-setup] Aug 28 17:27:19.907 INFO E| Downloaded httpdate v1.0.2 |
2623 | 2024-08-28T17:27:20.892Z | [ helios-setup] Aug 28 17:27:19.909 INFO E| Downloaded futures-io v0.3.28 |
2624 | 2024-08-28T17:27:20.895Z | [ helios-setup] Aug 28 17:27:19.910 INFO E| Downloaded fastrand v1.9.0 |
2625 | 2024-08-28T17:27:20.895Z | [ helios-setup] Aug 28 17:27:19.912 INFO E| Downloaded num-integer v0.1.45 |
2626 | 2024-08-28T17:27:20.910Z | [ helios-setup] Aug 28 17:27:19.926 INFO E| Downloaded memoffset v0.7.1 |
2627 | 2024-08-28T17:27:20.912Z | [ helios-setup] Aug 28 17:27:19.928 INFO E| Downloaded iana-time-zone v0.1.56 |
2628 | 2024-08-28T17:27:20.915Z | [ helios-setup] Aug 28 17:27:19.931 INFO E| Downloaded lazy_static v1.4.0 |
2629 | 2024-08-28T17:27:20.917Z | [ helios-setup] Aug 28 17:27:19.933 INFO E| Downloaded itoa v1.0.6 |
2630 | 2024-08-28T17:27:20.920Z | [ helios-setup] Aug 28 17:27:19.935 INFO E| Downloaded concolor-query v0.3.3 |
2631 | 2024-08-28T17:27:20.920Z | [ helios-setup] Aug 28 17:27:19.937 INFO E| Downloaded anstyle v0.3.5 |
2632 | 2024-08-28T17:27:21.279Z | [ helios-setup] Aug 28 17:27:20.295 INFO E| Compiling proc-macro2 v1.0.86 |
2633 | 2024-08-28T17:27:21.279Z | [ helios-setup] Aug 28 17:27:20.296 INFO E| Compiling libc v0.2.139 |
2634 | 2024-08-28T17:27:21.281Z | [ helios-setup] Aug 28 17:27:20.296 INFO E| Compiling unicode-ident v1.0.8 |
2635 | 2024-08-28T17:27:21.281Z | [ helios-setup] Aug 28 17:27:20.296 INFO E| Compiling autocfg v1.1.0 |
2636 | 2024-08-28T17:27:21.281Z | [ helios-setup] Aug 28 17:27:20.296 INFO E| Compiling cfg-if v1.0.0 |
2637 | 2024-08-28T17:27:21.281Z | [ helios-setup] Aug 28 17:27:20.296 INFO E| Compiling version_check v0.9.4 |
2638 | 2024-08-28T17:27:21.281Z | [ helios-setup] Aug 28 17:27:20.296 INFO E| Compiling serde v1.0.204 |
2639 | 2024-08-28T17:27:21.282Z | [ helios-setup] Aug 28 17:27:20.296 INFO E| Compiling syn v1.0.107 |
2640 | 2024-08-28T17:27:21.360Z | [ host-package] Compiling hickory-client v0.24.1 |
2641 | 2024-08-28T17:27:21.746Z | [ helios-setup] Aug 28 17:27:20.763 INFO E| Compiling memchr v2.5.0 |
2642 | 2024-08-28T17:27:22.783Z | [ helios-setup] Aug 28 17:27:21.800 INFO E| Compiling once_cell v1.17.0 |
2643 | 2024-08-28T17:27:22.789Z | [ helios-setup] Aug 28 17:27:21.801 INFO E| Compiling log v0.4.17 |
2644 | 2024-08-28T17:27:23.033Z | [ helios-setup] Aug 28 17:27:22.043 INFO E| Compiling thiserror v1.0.38 |
2645 | 2024-08-28T17:27:23.663Z | [ helios-setup] Aug 28 17:27:22.679 INFO E| Compiling itoa v1.0.6 |
2646 | 2024-08-28T17:27:23.829Z | [ helios-setup] Aug 28 17:27:22.845 INFO E| Compiling serde_json v1.0.95 |
2647 | 2024-08-28T17:27:24.069Z | [ host-package] Compiling env_logger v0.9.3 |
2648 | 2024-08-28T17:27:24.107Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2649 | 2024-08-28T17:27:24.994Z | [ helios-setup] Aug 28 17:27:24.009 INFO E| Compiling indexmap v1.9.3 |
2650 | 2024-08-28T17:27:25.065Z | [ helios-setup] Aug 28 17:27:24.081 INFO E| Compiling scopeguard v1.1.0 |
2651 | 2024-08-28T17:27:25.383Z | [ helios-setup] Aug 28 17:27:24.398 INFO E| Compiling quote v1.0.36 |
2652 | 2024-08-28T17:27:25.394Z | [ helios-setup] Aug 28 17:27:24.410 INFO E| Compiling pin-project-lite v0.2.9 |
2653 | 2024-08-28T17:27:25.757Z | [ helios-setup] Aug 28 17:27:24.772 INFO E| Compiling jobserver v0.1.26 |
2654 | 2024-08-28T17:27:25.979Z | [ helios-setup] Aug 28 17:27:24.995 INFO E| Compiling getrandom v0.2.8 |
2655 | 2024-08-28T17:27:26.563Z | [ helios-setup] Aug 28 17:27:25.578 INFO E| Compiling syn v2.0.72 |
2656 | 2024-08-28T17:27:26.696Z | [ helios-setup] Aug 28 17:27:25.711 INFO E| Compiling cc v1.0.78 |
2657 | 2024-08-28T17:27:26.811Z | [ helios-setup] Aug 28 17:27:25.827 INFO E| Compiling num-integer v0.1.45 |
2658 | 2024-08-28T17:27:26.988Z | [ helios-setup] Aug 28 17:27:26.003 INFO E| Compiling futures-core v0.3.28 |
2659 | 2024-08-28T17:27:27.093Z | [ helios-setup] Aug 28 17:27:26.102 INFO E| Compiling bytes v1.4.0 |
2660 | 2024-08-28T17:27:27.752Z | [ helios-setup] Aug 28 17:27:26.767 INFO E| Compiling ryu v1.0.13 |
2661 | 2024-08-28T17:27:27.980Z | [ host-package] Compiling tungstenite v0.20.1 |
2662 | 2024-08-28T17:27:28.359Z | [ helios-setup] Aug 28 17:27:27.372 INFO E| Compiling lock_api v0.4.9 |
2663 | 2024-08-28T17:27:28.879Z | [ helios-setup] Aug 28 17:27:27.893 INFO E| Compiling bitflags v1.3.2 |
2664 | 2024-08-28T17:27:28.941Z | [ helios-setup] Aug 28 17:27:27.956 INFO E| Compiling parking_lot_core v0.9.6 |
2665 | 2024-08-28T17:27:29.417Z | [ helios-setup] Aug 28 17:27:28.431 INFO E| Compiling typenum v1.16.0 |
2666 | 2024-08-28T17:27:29.791Z | [ helios-setup] Aug 28 17:27:28.805 INFO E| Compiling num_cpus v1.15.0 |
2667 | 2024-08-28T17:27:30.266Z | [ helios-setup] Aug 28 17:27:29.280 INFO E| Compiling generic-array v0.14.6 |
2668 | 2024-08-28T17:27:30.296Z | [ helios-setup] Aug 28 17:27:29.310 INFO E| Compiling slab v0.4.7 |
2669 | 2024-08-28T17:27:30.301Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2670 | 2024-08-28T17:27:30.373Z | [ helios-setup] Aug 28 17:27:29.388 INFO E| Compiling futures-task v0.3.28 |
2671 | 2024-08-28T17:27:30.971Z | [ helios-setup] Aug 28 17:27:29.986 INFO E| Compiling futures-channel v0.3.28 |
2672 | 2024-08-28T17:27:31.158Z | [ helios-setup] Aug 28 17:27:30.173 INFO E| Compiling futures-sink v0.3.28 |
2673 | 2024-08-28T17:27:31.369Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2674 | 2024-08-28T17:27:31.534Z | [ helios-setup] Aug 28 17:27:30.548 INFO E| Compiling tokio v1.27.0 |
2675 | 2024-08-28T17:27:31.588Z | [ helios-setup] Aug 28 17:27:30.602 INFO E| Compiling schemars v0.8.12 |
2676 | 2024-08-28T17:27:31.723Z | [ helios-setup] Aug 28 17:27:30.737 INFO E| Compiling futures-util v0.3.28 |
2677 | 2024-08-28T17:27:32.825Z | [ helios-setup] Aug 28 17:27:31.839 INFO E| Compiling mio v0.8.5 |
2678 | 2024-08-28T17:27:32.989Z | [ helios-setup] Aug 28 17:27:32.003 INFO E| Compiling socket2 v0.4.9 |
2679 | 2024-08-28T17:27:33.085Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2680 | 2024-08-28T17:27:33.243Z | [ helios-setup] Aug 28 17:27:32.257 INFO E| Compiling signal-hook-registry v1.4.0 |
2681 | 2024-08-28T17:27:33.597Z | [ helios-setup] Aug 28 17:27:32.611 INFO E| Compiling ahash v0.7.6 |
2682 | 2024-08-28T17:27:33.688Z | [ helios-setup] Aug 28 17:27:32.702 INFO E| Compiling num-traits v0.2.15 |
2683 | 2024-08-28T17:27:34.652Z | [ helios-setup] Aug 28 17:27:33.665 INFO E| Compiling io-lifetimes v1.0.10 |
2684 | 2024-08-28T17:27:34.725Z | [ helios-setup] Aug 28 17:27:33.739 INFO E| Compiling crunchy v0.2.2 |
2685 | 2024-08-28T17:27:35.581Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2686 | 2024-08-28T17:27:35.869Z | [ helios-setup] Aug 28 17:27:34.883 INFO E| Compiling pin-utils v0.1.0 |
2687 | 2024-08-28T17:27:36.182Z | [ helios-setup] Aug 28 17:27:35.195 INFO E| Compiling futures-io v0.3.28 |
2688 | 2024-08-28T17:27:36.939Z | [ helios-setup] Aug 28 17:27:35.951 INFO E| Compiling ahash v0.8.3 |
2689 | 2024-08-28T17:27:36.964Z | [ helios-setup] Aug 28 17:27:35.977 INFO E| Compiling rustix v0.37.3 |
2690 | 2024-08-28T17:27:37.028Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2691 | 2024-08-28T17:27:37.750Z | [ helios-setup] Aug 28 17:27:36.762 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2692 | 2024-08-28T17:27:38.005Z | [ helios-setup] Aug 28 17:27:37.018 INFO E| Compiling hashbrown v0.12.3 |
2693 | 2024-08-28T17:27:38.205Z | [ host-package] Compiling hickory-server v0.24.1 |
2694 | 2024-08-28T17:27:38.309Z | [ helios-setup] Aug 28 17:27:37.321 INFO E| Compiling tiny-keccak v2.0.2 |
2695 | 2024-08-28T17:27:38.449Z | [ helios-setup] Aug 28 17:27:37.461 INFO E| Compiling crypto-common v0.1.6 |
2696 | 2024-08-28T17:27:38.648Z | [ helios-setup] Aug 28 17:27:37.661 INFO E| Compiling block-buffer v0.10.3 |
2697 | 2024-08-28T17:27:38.896Z | [ host-package] Compiling bcs v0.1.6 |
2698 | 2024-08-28T17:27:39.055Z | [ helios-setup] Aug 28 17:27:38.061 INFO E| Compiling serde_derive_internals v0.26.0 |
2699 | 2024-08-28T17:27:39.975Z | [ helios-setup] Aug 28 17:27:38.982 INFO E| Compiling errno v0.3.1 |
2700 | 2024-08-28T17:27:40.722Z | [ helios-setup] Aug 28 17:27:39.734 INFO E| Compiling fnv v1.0.7 |
2701 | 2024-08-28T17:27:40.952Z | [ helios-setup] Aug 28 17:27:39.964 INFO E| Compiling slog v2.7.0 |
2702 | 2024-08-28T17:27:41.025Z | [ host-package] Compiling vergen v8.3.2 |
2703 | 2024-08-28T17:27:41.123Z | [ helios-setup] Aug 28 17:27:40.135 INFO E| Compiling pkg-config v0.3.26 |
2704 | 2024-08-28T17:27:41.431Z | [ helios-setup] Aug 28 17:27:40.442 INFO E| Compiling crossbeam-utils v0.8.14 |
2705 | 2024-08-28T17:27:42.054Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2706 | 2024-08-28T17:27:42.769Z | [ helios-setup] Aug 28 17:27:41.780 INFO E| Compiling http v0.2.9 |
2707 | 2024-08-28T17:27:44.567Z | [ helios-setup] Aug 28 17:27:43.576 INFO E| Compiling digest v0.10.6 |
2708 | 2024-08-28T17:27:45.234Z | [ helios-setup] Aug 28 17:27:44.245 INFO E| Compiling aho-corasick v0.7.20 |
2709 | 2024-08-28T17:27:45.460Z | [ host-package] Compiling cargo-platform v0.1.8 |
2710 | 2024-08-28T17:27:45.989Z | [ helios-setup] Aug 28 17:27:45.000 INFO E| Compiling tinyvec_macros v0.1.1 |
2711 | 2024-08-28T17:27:46.111Z | [ helios-setup] Aug 28 17:27:45.122 INFO E| Compiling percent-encoding v2.2.0 |
2712 | 2024-08-28T17:27:46.579Z | [ host-package] Compiling nanorand v0.7.0 |
2713 | 2024-08-28T17:27:46.584Z | [ helios-setup] Aug 28 17:27:45.595 INFO E| Compiling anyhow v1.0.68 |
2714 | 2024-08-28T17:27:46.781Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2715 | 2024-08-28T17:27:47.376Z | [ host-package] Compiling memoffset v0.9.1 |
2716 | 2024-08-28T17:27:47.575Z | [ host-package] Compiling ascii v1.1.0 |
2717 | 2024-08-28T17:27:48.179Z | [ host-package] Compiling flume v0.11.0 |
2718 | 2024-08-28T17:27:48.251Z | [ helios-setup] Aug 28 17:27:47.262 INFO E| Compiling unicode-width v0.1.10 |
2719 | 2024-08-28T17:27:48.305Z | [ helios-setup] Aug 28 17:27:47.316 INFO E| Compiling heck v0.4.1 |
2720 | 2024-08-28T17:27:48.305Z | [ helios-setup] Aug 28 17:27:47.316 INFO E| Compiling regex-syntax v0.6.29 |
2721 | 2024-08-28T17:27:48.556Z | [ helios-setup] Aug 28 17:27:47.566 INFO E| Compiling cpufeatures v0.2.5 |
2722 | 2024-08-28T17:27:48.571Z | [ helios-setup] Aug 28 17:27:47.582 INFO E| Compiling httparse v1.8.0 |
2723 | 2024-08-28T17:27:48.857Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2724 | 2024-08-28T17:27:49.452Z | [ helios-setup] Aug 28 17:27:48.463 INFO E| Compiling thiserror-impl v1.0.38 |
2725 | 2024-08-28T17:27:49.538Z | [ helios-setup] Aug 28 17:27:48.544 INFO E| Compiling schemars_derive v0.8.12 |
2726 | 2024-08-28T17:27:49.668Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2727 | 2024-08-28T17:27:49.671Z | [ helios-setup] Aug 28 17:27:48.679 INFO E| Compiling const-random-macro v0.1.15 |
2728 | 2024-08-28T17:27:49.814Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2729 | 2024-08-28T17:27:49.910Z | [ host-package] Compiling bitstruct v0.1.1 |
2730 | 2024-08-28T17:27:50.092Z | [ helios-setup] Aug 28 17:27:49.103 INFO E| Compiling tinyvec v1.6.0 |
2731 | 2024-08-28T17:27:50.584Z | [ helios-setup] Aug 28 17:27:49.594 INFO E| Compiling form_urlencoded v1.1.0 |
2732 | 2024-08-28T17:27:50.666Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2733 | 2024-08-28T17:27:51.158Z | [ helios-setup] Aug 28 17:27:50.168 INFO E| Compiling serde_derive v1.0.204 |
2734 | 2024-08-28T17:27:51.406Z | [ helios-setup] Aug 28 17:27:50.416 INFO E| Compiling tokio-macros v2.0.0 |
2735 | 2024-08-28T17:27:51.666Z | [ helios-setup] Aug 28 17:27:50.676 INFO E| Compiling futures-macro v0.3.28 |
2736 | 2024-08-28T17:27:53.506Z | [ helios-setup] Aug 28 17:27:52.515 INFO E| Compiling hashbrown v0.13.2 |
2737 | 2024-08-28T17:27:55.594Z | [ helios-setup] Aug 28 17:27:54.593 INFO E| Compiling chrono v0.4.24 |
2738 | 2024-08-28T17:27:56.514Z | [ helios-setup] Aug 28 17:27:55.523 INFO E| Compiling libz-sys v1.1.8 |
2739 | 2024-08-28T17:27:56.775Z | [ helios-setup] Aug 28 17:27:55.783 INFO E| Compiling regex v1.7.3 |
2740 | 2024-08-28T17:27:59.209Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2741 | 2024-08-28T17:28:00.302Z | [ helios-setup] Aug 28 17:27:59.309 INFO E| Compiling dyn-clone v1.0.11 |
2742 | 2024-08-28T17:28:00.302Z | [ helios-setup] Aug 28 17:27:59.309 INFO E| Compiling uuid v1.3.0 |
2743 | 2024-08-28T17:28:00.595Z | [ helios-setup] Aug 28 17:27:59.602 INFO E| Compiling regress v0.5.0 |
2744 | 2024-08-28T17:28:00.678Z | [ helios-setup] Aug 28 17:27:59.686 INFO E| Compiling unicode-normalization v0.1.22 |
2745 | 2024-08-28T17:28:01.823Z | [ helios-setup] Aug 28 17:28:00.831 INFO E| Compiling const-random v0.1.15 |
2746 | 2024-08-28T17:28:02.348Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2747 | 2024-08-28T17:28:02.617Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2748 | 2024-08-28T17:28:03.770Z | [ helios-setup] Aug 28 17:28:02.777 INFO E| Compiling getopts v0.2.21 |
2749 | 2024-08-28T17:28:03.897Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2750 | 2024-08-28T17:28:04.391Z | [ helios-setup] Aug 28 17:28:03.398 INFO E| Compiling tracing-core v0.1.30 |
2751 | 2024-08-28T17:28:04.760Z | [ helios-setup] Aug 28 17:28:03.767 INFO E| Compiling memoffset v0.7.1 |
2752 | 2024-08-28T17:28:05.698Z | [ host-package] Compiling git2 v0.19.0 |
2753 | 2024-08-28T17:28:05.992Z | [ helios-setup] Aug 28 17:28:04.998 INFO E| Compiling ucd-trie v0.1.5 |
2754 | 2024-08-28T17:28:06.590Z | [ helios-setup] Aug 28 17:28:05.596 INFO E| Compiling powerfmt v0.2.0 |
2755 | 2024-08-28T17:28:07.236Z | [ helios-setup] Aug 28 17:28:06.242 INFO E| Compiling unicode-bidi v0.3.13 |
2756 | 2024-08-28T17:28:07.886Z | [ helios-setup] Aug 28 17:28:06.893 INFO E| Compiling num-conv v0.1.0 |
2757 | 2024-08-28T17:28:09.174Z | [ helios-setup] Aug 28 17:28:08.180 INFO E| Compiling time-core v0.1.2 |
2758 | 2024-08-28T17:28:09.633Z | [ helios-setup] Aug 28 17:28:08.639 INFO E| Compiling time-macros v0.2.18 |
2759 | 2024-08-28T17:28:10.132Z | [ helios-setup] Aug 28 17:28:09.138 INFO E| Compiling idna v0.3.0 |
2760 | 2024-08-28T17:28:11.485Z | [ helios-setup] Aug 28 17:28:10.489 INFO E| Compiling deranged v0.3.11 |
2761 | 2024-08-28T17:28:12.978Z | [ helios-setup] Aug 28 17:28:11.984 INFO E| Compiling pest v2.5.7 |
2762 | 2024-08-28T17:28:14.086Z | [ helios-setup] Aug 28 17:28:13.091 INFO E| Compiling tracing v0.1.37 |
2763 | 2024-08-28T17:28:16.506Z | [ helios-setup] Aug 28 17:28:15.511 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2764 | 2024-08-28T17:28:17.424Z | [ helios-setup] Aug 28 17:28:16.428 INFO E| Compiling time v0.1.45 |
2765 | 2024-08-28T17:28:17.791Z | [ helios-setup] Aug 28 17:28:16.784 INFO E| Compiling crossbeam-epoch v0.9.13 |
2766 | 2024-08-28T17:28:18.201Z | [ helios-setup] Aug 28 17:28:17.205 INFO E| Compiling iana-time-zone v0.1.56 |
2767 | 2024-08-28T17:28:19.024Z | [ helios-setup] Aug 28 17:28:18.028 INFO E| Compiling semver v1.0.17 |
2768 | 2024-08-28T17:28:20.407Z | [ helios-setup] Aug 28 17:28:19.411 INFO E| Compiling num_threads v0.1.6 |
2769 | 2024-08-28T17:28:20.779Z | [ helios-setup] Aug 28 17:28:19.783 INFO E| Compiling time v0.3.36 |
2770 | 2024-08-28T17:28:21.162Z | [ helios-setup] Aug 28 17:28:20.165 INFO E| Compiling semver-parser v0.10.2 |
2771 | 2024-08-28T17:28:21.550Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2772 | 2024-08-28T17:28:21.836Z | [ helios-setup] Aug 28 17:28:20.839 INFO E| Compiling smallvec v1.10.0 |
2773 | 2024-08-28T17:28:22.606Z | [ helios-setup] Aug 28 17:28:21.610 INFO E| Compiling toml v0.5.11 |
2774 | 2024-08-28T17:28:24.055Z | [ helios-setup] Aug 28 17:28:23.057 INFO E| Compiling parking_lot v0.12.1 |
2775 | 2024-08-28T17:28:24.071Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2776 | 2024-08-28T17:28:25.712Z | [ helios-setup] Aug 28 17:28:24.715 INFO E| Compiling serde_tokenstream v0.2.0 |
2777 | 2024-08-28T17:28:29.081Z | [ helios-setup] Aug 28 17:28:28.082 INFO E| Compiling url v2.3.1 |
2778 | 2024-08-28T17:28:32.703Z | [ helios-setup] Aug 28 17:28:31.704 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2779 | 2024-08-28T17:28:34.987Z | [ helios-setup] Aug 28 17:28:33.988 INFO E| Compiling crossbeam-channel v0.5.6 |
2780 | 2024-08-28T17:28:35.940Z | [ helios-setup] Aug 28 17:28:34.940 INFO E| Compiling dirs-sys-next v0.1.2 |
2781 | 2024-08-28T17:28:37.875Z | [ helios-setup] Aug 28 17:28:36.875 INFO E| Compiling try-lock v0.2.4 |
2782 | 2024-08-28T17:28:38.137Z | [ helios-setup] Aug 28 17:28:37.136 INFO E| Compiling crc32fast v1.3.2 |
2783 | 2024-08-28T17:28:38.940Z | [ helios-setup] Aug 28 17:28:37.940 INFO E| Compiling same-file v1.0.6 |
2784 | 2024-08-28T17:28:39.647Z | [ helios-setup] Aug 28 17:28:38.646 INFO E| Compiling walkdir v2.3.3 |
2785 | 2024-08-28T17:28:39.716Z | [ helios-setup] Aug 28 17:28:38.716 INFO E| Compiling want v0.3.0 |
2786 | 2024-08-28T17:28:40.022Z | [ helios-setup] Aug 28 17:28:39.021 INFO E| Compiling dirs-next v2.0.0 |
2787 | 2024-08-28T17:28:41.072Z | [ helios-setup] Aug 28 17:28:40.071 INFO E| Compiling proc-macro-crate v1.2.1 |
2788 | 2024-08-28T17:28:42.012Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2789 | 2024-08-28T17:28:43.452Z | [ helios-setup] Aug 28 17:28:42.450 INFO E| Compiling semver v0.11.0 |
2790 | 2024-08-28T17:28:44.587Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2791 | 2024-08-28T17:28:44.685Z | [ helios-setup] Aug 28 17:28:43.683 INFO E| Compiling tokio-util v0.7.7 |
2792 | 2024-08-28T17:28:46.130Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2793 | 2024-08-28T17:28:47.550Z | [ host-package] Compiling erased-serde v0.3.31 |
2794 | 2024-08-28T17:28:47.621Z | [ helios-setup] Aug 28 17:28:46.618 INFO E| Compiling h2 v0.3.16 |
2795 | 2024-08-28T17:28:48.226Z | [ host-package] Compiling serde_arrays v0.1.0 |
2796 | 2024-08-28T17:28:49.834Z | [ helios-setup] Aug 28 17:28:48.831 INFO E| Compiling futures-executor v0.3.28 |
2797 | 2024-08-28T17:28:50.232Z | [ helios-setup] Aug 28 17:28:49.229 INFO E| Compiling http-body v0.4.5 |
2798 | 2024-08-28T17:28:51.290Z | [ helios-setup] Aug 28 17:28:50.286 INFO E| Compiling ring v0.16.20 |
2799 | 2024-08-28T17:28:52.038Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2800 | 2024-08-28T17:28:52.200Z | [ helios-setup] Aug 28 17:28:51.197 INFO E| Compiling rand_core v0.6.4 |
2801 | 2024-08-28T17:28:52.379Z | [ helios-setup] Aug 28 17:28:51.376 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2802 | 2024-08-28T17:28:53.618Z | [ helios-setup] Aug 28 17:28:52.614 INFO E| Compiling thread_local v1.1.7 |
2803 | 2024-08-28T17:28:54.733Z | [ helios-setup] Aug 28 17:28:53.729 INFO E| Compiling rayon-core v1.10.2 |
2804 | 2024-08-28T17:28:55.254Z | [ helios-setup] Aug 28 17:28:54.249 INFO E| Compiling fastrand v1.9.0 |
2805 | 2024-08-28T17:28:56.424Z | [ helios-setup] Aug 28 17:28:55.420 INFO E| Compiling home v0.5.4 |
2806 | 2024-08-28T17:28:56.517Z | [ helios-setup] Aug 28 17:28:55.513 INFO E| Compiling adler v1.0.2 |
2807 | 2024-08-28T17:28:56.667Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2808 | 2024-08-28T17:28:56.873Z | [ helios-setup] Aug 28 17:28:55.868 INFO E| Compiling ppv-lite86 v0.2.17 |
2809 | 2024-08-28T17:28:57.078Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2810 | 2024-08-28T17:28:57.444Z | [ helios-setup] Aug 28 17:28:56.439 INFO E| Compiling utf8parse v0.2.1 |
2811 | 2024-08-28T17:28:57.917Z | [ helios-setup] Aug 28 17:28:56.913 INFO E| Compiling httpdate v1.0.2 |
2812 | 2024-08-28T17:28:58.676Z | [ helios-setup] Aug 28 17:28:57.672 INFO E| Compiling lazy_static v1.4.0 |
2813 | 2024-08-28T17:28:58.822Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2814 | 2024-08-28T17:28:59.129Z | [ helios-setup] Aug 28 17:28:58.124 INFO E| Compiling base64 v0.21.0 |
2815 | 2024-08-28T17:28:59.739Z | [ helios-setup] Aug 28 17:28:58.734 INFO E| Compiling tower-service v0.3.2 |
2816 | 2024-08-28T17:28:59.868Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2817 | 2024-08-28T17:29:00.323Z | [ helios-setup] Aug 28 17:28:59.318 INFO E| Compiling hyper v0.14.25 |
2818 | 2024-08-28T17:29:01.481Z | [ helios-setup] Aug 28 17:29:00.475 INFO E| Compiling toolchain_find v0.2.0 |
2819 | 2024-08-28T17:29:01.550Z | [ helios-setup] Aug 28 17:29:00.544 INFO E| Compiling rand_chacha v0.3.1 |
2820 | 2024-08-28T17:29:01.753Z | [ helios-setup] Aug 28 17:29:00.748 INFO E| Compiling anstyle-parse v0.1.1 |
2821 | 2024-08-28T17:29:02.740Z | [ helios-setup] Aug 28 17:29:01.734 INFO E| Compiling miniz_oxide v0.6.2 |
2822 | 2024-08-28T17:29:03.503Z | [ host-package] Compiling heck v0.3.3 |
2823 | 2024-08-28T17:29:04.543Z | [ host-package] Compiling castaway v0.2.3 |
2824 | 2024-08-28T17:29:04.641Z | [ helios-setup] Aug 28 17:29:03.635 INFO E| Compiling tempfile v3.5.0 |
2825 | 2024-08-28T17:29:05.151Z | [ host-package] Compiling rand_seeder v0.3.0 |
2826 | 2024-08-28T17:29:06.784Z | [ host-package] Compiling csv-core v0.1.11 |
2827 | 2024-08-28T17:29:08.362Z | [ helios-setup] Aug 28 17:29:07.355 INFO E| Compiling futures v0.3.28 |
2828 | 2024-08-28T17:29:08.511Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2829 | 2024-08-28T17:29:09.714Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2830 | 2024-08-28T17:29:10.582Z | [ host-package] Compiling http-range v0.1.5 |
2831 | 2024-08-28T17:29:15.623Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2832 | 2024-08-28T17:29:17.137Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2833 | 2024-08-28T17:29:20.132Z | [ helios-setup] Aug 28 17:29:19.122 INFO E| Compiling cargo-lock v8.0.3 |
2834 | 2024-08-28T17:29:20.666Z | [ helios-setup] Aug 28 17:29:19.657 INFO E| Compiling crossbeam-deque v0.8.2 |
2835 | 2024-08-28T17:29:21.804Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2836 | 2024-08-28T17:29:22.903Z | [ helios-setup] Aug 28 17:29:21.892 INFO E| Compiling num_enum_derive v0.5.7 |
2837 | 2024-08-28T17:29:25.788Z | [ helios-setup] Aug 28 17:29:24.777 INFO E| Compiling term v0.7.0 |
2838 | 2024-08-28T17:29:27.177Z | [ helios-setup] Aug 28 17:29:26.166 INFO E| Compiling serde_urlencoded v0.7.1 |
2839 | 2024-08-28T17:29:27.305Z | [ helios-setup] Aug 28 17:29:26.294 INFO E| Compiling sha2 v0.10.6 |
2840 | 2024-08-28T17:29:27.948Z | [ helios-setup] Aug 28 17:29:26.937 INFO E| Compiling sha1 v0.10.5 |
2841 | 2024-08-28T17:29:28.136Z | [ host-package] Compiling csv v1.3.0 |
2842 | 2024-08-28T17:29:28.549Z | [ helios-setup] Aug 28 17:29:27.537 INFO E| Compiling is-terminal v0.4.7 |
2843 | 2024-08-28T17:29:29.361Z | [ helios-setup] Aug 28 17:29:28.350 INFO E| Compiling atty v0.2.14 |
2844 | 2024-08-28T17:29:30.672Z | [ helios-setup] Aug 28 17:29:29.660 INFO E| Compiling anstyle v0.3.5 |
2845 | 2024-08-28T17:29:30.792Z | [ helios-setup] Aug 28 17:29:29.778 INFO E| Compiling concolor-query v0.3.3 |
2846 | 2024-08-28T17:29:31.779Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2847 | 2024-08-28T17:29:31.814Z | [ helios-setup] Aug 28 17:29:30.802 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2848 | 2024-08-28T17:29:31.971Z | [ host-package] Compiling compact_str v0.8.0 |
2849 | 2024-08-28T17:29:32.105Z | [ helios-setup] Aug 28 17:29:31.093 INFO E| Compiling concolor-override v1.0.0 |
2850 | 2024-08-28T17:29:32.247Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2851 | 2024-08-28T17:29:32.678Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2852 | 2024-08-28T17:29:32.813Z | [ helios-setup] Aug 28 17:29:31.800 INFO E| Compiling anstream v0.2.6 |
2853 | 2024-08-28T17:29:32.952Z | [ host-package] Compiling nix v0.27.1 |
2854 | 2024-08-28T17:29:34.718Z | [ helios-setup] Aug 28 17:29:33.706 INFO E| Compiling slog-term v2.9.0 |
2855 | 2024-08-28T17:29:35.837Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2856 | 2024-08-28T17:29:36.453Z | [ helios-setup] Aug 28 17:29:35.429 INFO E| Compiling num_enum v0.5.7 |
2857 | 2024-08-28T17:29:37.249Z | [ helios-setup] Aug 28 17:29:36.235 INFO E| Compiling flate2 v1.0.25 |
2858 | 2024-08-28T17:29:37.825Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2859 | 2024-08-28T17:29:42.506Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2860 | 2024-08-28T17:29:42.585Z | [ helios-setup] Aug 28 17:29:37.785 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2861 | 2024-08-28T17:29:42.585Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2862 | 2024-08-28T17:29:42.585Z | [ helios-setup] Aug 28 17:29:39.345 INFO E| Compiling rand v0.8.5 |
2863 | 2024-08-28T17:29:42.585Z | [ helios-setup] Aug 28 17:29:39.696 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2864 | 2024-08-28T17:29:42.585Z | [ helios-setup] Aug 28 17:29:39.771 INFO E| Compiling openapiv3 v1.0.2 |
2865 | 2024-08-28T17:29:42.585Z | [ helios-setup] Aug 28 17:29:40.379 INFO E| Compiling encoding_rs v0.8.32 |
2866 | 2024-08-28T17:29:42.585Z | [ helios-setup] Aug 28 17:29:40.661 INFO E| Compiling unsafe-libyaml v0.2.8 |
2867 | 2024-08-28T17:29:44.819Z | [ helios-setup] Aug 28 17:29:43.804 INFO E| Compiling project-root v0.2.2 |
2868 | 2024-08-28T17:29:45.577Z | [ helios-setup] Aug 28 17:29:44.562 INFO E| Compiling mime v0.3.17 |
2869 | 2024-08-28T17:29:46.161Z | [ helios-setup] Aug 28 17:29:45.145 INFO E| Compiling byteorder v1.4.3 |
2870 | 2024-08-28T17:29:47.531Z | [ helios-setup] Aug 28 17:29:46.515 INFO E| Compiling utf-8 v0.7.6 |
2871 | 2024-08-28T17:29:47.822Z | [ helios-setup] Aug 28 17:29:46.807 INFO E| Compiling base64 v0.13.1 |
2872 | 2024-08-28T17:29:48.448Z | [ helios-setup] Aug 28 17:29:47.432 INFO E| Compiling strsim v0.10.0 |
2873 | 2024-08-28T17:29:49.644Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2874 | 2024-08-28T17:29:49.657Z | [ helios-setup] Aug 28 17:29:48.641 INFO E| Compiling clap_lex v0.4.1 |
2875 | 2024-08-28T17:29:49.907Z | [ helios-setup] Aug 28 17:29:48.888 INFO E| Compiling ipnet v2.7.2 |
2876 | 2024-08-28T17:29:49.952Z | [ helios-setup] Aug 28 17:29:48.936 INFO E| Compiling either v1.8.0 |
2877 | 2024-08-28T17:29:50.698Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2878 | 2024-08-28T17:29:50.750Z | [ helios-setup] Aug 28 17:29:49.734 INFO E| Compiling untrusted v0.7.1 |
2879 | 2024-08-28T17:29:51.335Z | [ helios-setup] Aug 28 17:29:50.319 INFO E| Compiling spin v0.5.2 |
2880 | 2024-08-28T17:29:51.525Z | [ helios-setup] Aug 28 17:29:50.509 INFO E| Compiling reqwest v0.11.16 |
2881 | 2024-08-28T17:29:51.766Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2882 | 2024-08-28T17:29:52.474Z | [ helios-setup] Aug 28 17:29:51.457 INFO E| Compiling rayon v1.6.1 |
2883 | 2024-08-28T17:29:52.630Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2884 | 2024-08-28T17:29:53.144Z | [ host-package] Compiling hashlink v0.9.1 |
2885 | 2024-08-28T17:29:53.675Z | [ host-package] Compiling lru v0.12.3 |
2886 | 2024-08-28T17:29:54.305Z | [ helios-setup] Aug 28 17:29:53.288 INFO E| Compiling clap_builder v4.2.1 |
2887 | 2024-08-28T17:29:54.609Z | [ host-package] Compiling serde-big-array v0.5.1 |
2888 | 2024-08-28T17:29:54.871Z | [ helios-setup] Aug 28 17:29:53.854 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2889 | 2024-08-28T17:29:55.089Z | [ host-package] Compiling instability v0.3.2 |
2890 | 2024-08-28T17:29:55.684Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2891 | 2024-08-28T17:29:56.451Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2892 | 2024-08-28T17:29:57.308Z | [ host-package] Compiling cassowary v0.3.0 |
2893 | 2024-08-28T17:29:58.689Z | [ host-package] Compiling base64 v0.13.1 |
2894 | 2024-08-28T17:30:00.395Z | [ host-package] Compiling ron v0.7.1 |
2895 | 2024-08-28T17:30:02.878Z | [ helios-setup] Aug 28 17:30:01.859 INFO E| Compiling tungstenite v0.18.0 |
2896 | 2024-08-28T17:30:03.556Z | [ helios-setup] Aug 28 17:30:02.538 INFO E| Compiling serde_yaml v0.9.21 |
2897 | 2024-08-28T17:30:04.618Z | [ host-package] Compiling ratatui v0.28.0 |
2898 | 2024-08-28T17:30:06.697Z | [ helios-setup] Aug 28 17:30:05.677 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2899 | 2024-08-28T17:30:06.784Z | [ helios-setup] Aug 28 17:30:05.764 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2900 | 2024-08-28T17:30:10.766Z | [ host-package] Compiling rusqlite v0.31.0 |
2901 | 2024-08-28T17:30:11.108Z | [ helios-setup] Aug 28 17:30:10.088 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2902 | 2024-08-28T17:30:11.935Z | [ helios-setup] Aug 28 17:30:10.915 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2903 | 2024-08-28T17:30:12.472Z | [ helios-setup] Aug 28 17:30:11.451 INFO E| Compiling clap_derive v4.2.0 |
2904 | 2024-08-28T17:30:14.592Z | [ helios-setup] Aug 28 17:30:13.569 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2905 | 2024-08-28T17:30:16.405Z | [ helios-setup] Aug 28 17:30:15.383 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2906 | 2024-08-28T17:30:21.363Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2907 | 2024-08-28T17:30:23.365Z | [ helios-setup] Aug 28 17:30:22.341 INFO E| Compiling clap v4.2.1 |
2908 | 2024-08-28T17:30:36.746Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2909 | 2024-08-28T17:30:39.375Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2910 | 2024-08-28T17:30:42.457Z | [ helios-setup] Aug 28 17:30:41.430 INFO E| Compiling tokio-tungstenite v0.18.0 |
2911 | 2024-08-28T17:30:43.243Z | [ host-package] Compiling zone v0.1.8 |
2912 | 2024-08-28T17:30:43.638Z | [ helios-setup] Aug 28 17:30:42.611 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2913 | 2024-08-28T17:30:46.818Z | [ helios-setup] Aug 28 17:30:45.790 INFO E| Compiling smartstring v1.0.1 |
2914 | 2024-08-28T17:30:46.863Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2915 | 2024-08-28T17:30:48.110Z | [ helios-setup] Aug 28 17:30:47.081 INFO E| Compiling rustls v0.21.0 |
2916 | 2024-08-28T17:30:49.068Z | [ helios-setup] Aug 28 17:30:48.040 INFO E| Compiling sct v0.7.0 |
2917 | 2024-08-28T17:30:49.327Z | [ helios-setup] Aug 28 17:30:48.299 INFO E| Compiling rustls-webpki v0.100.1 |
2918 | 2024-08-28T17:30:49.942Z | [ helios-setup] Aug 28 17:30:48.913 INFO E| Compiling toml_datetime v0.6.1 |
2919 | 2024-08-28T17:30:51.439Z | [ helios-setup] Aug 28 17:30:50.410 INFO E| Compiling serde_spanned v0.6.1 |
2920 | 2024-08-28T17:30:51.660Z | [ helios-setup] Aug 28 17:30:50.631 INFO E| Compiling async-trait v0.1.68 |
2921 | 2024-08-28T17:30:51.955Z | [ helios-setup] Aug 28 17:30:50.926 INFO E| Compiling match_cfg v0.1.0 |
2922 | 2024-08-28T17:30:52.381Z | [ helios-setup] Aug 28 17:30:51.351 INFO E| Compiling slog-async v2.7.0 |
2923 | 2024-08-28T17:30:53.161Z | [ helios-setup] Aug 28 17:30:52.131 INFO E| Compiling paste v1.0.12 |
2924 | 2024-08-28T17:30:53.161Z | [ helios-setup] Aug 28 17:30:52.131 INFO E| Compiling camino v1.1.4 |
2925 | 2024-08-28T17:30:53.729Z | [ helios-setup] Aug 28 17:30:52.699 INFO E| Compiling static_assertions v1.1.0 |
2926 | 2024-08-28T17:30:54.127Z | [ helios-setup] Aug 28 17:30:53.098 INFO E| Compiling winnow v0.4.1 |
2927 | 2024-08-28T17:30:54.902Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2928 | 2024-08-28T17:30:55.264Z | [ helios-setup] Aug 28 17:30:54.234 INFO E| Compiling hostname v0.3.1 |
2929 | 2024-08-28T17:30:55.886Z | [ helios-setup] Aug 28 17:30:54.856 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2930 | 2024-08-28T17:30:56.448Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2931 | 2024-08-28T17:31:01.836Z | [ helios-setup] Aug 28 17:31:00.804 INFO E| Compiling toml_edit v0.19.8 |
2932 | 2024-08-28T17:31:01.931Z | [ helios-setup] Aug 28 17:31:00.899 INFO E| Compiling slog-json v2.6.1 |
2933 | 2024-08-28T17:31:03.010Z | [ helios-setup] Aug 28 17:31:01.978 INFO E| Compiling unicode-linebreak v0.1.4 |
2934 | 2024-08-28T17:31:05.850Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2935 | 2024-08-28T17:31:06.020Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2936 | 2024-08-28T17:31:06.796Z | [ helios-setup] Aug 28 17:31:05.763 INFO E| Compiling async-stream-impl v0.3.5 |
2937 | 2024-08-28T17:31:08.592Z | [ helios-setup] Aug 28 17:31:07.559 INFO E| Compiling rhai_codegen v1.5.0 |
2938 | 2024-08-28T17:31:10.136Z | [ helios-setup] Aug 28 17:31:09.102 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2939 | 2024-08-28T17:31:11.403Z | [ helios-setup] Aug 28 17:31:10.370 INFO E| Compiling take_mut v0.2.2 |
2940 | 2024-08-28T17:31:12.643Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2941 | 2024-08-28T17:31:13.687Z | [ helios-setup] Aug 28 17:31:12.653 INFO E| Compiling async-stream v0.3.5 |
2942 | 2024-08-28T17:31:13.835Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2943 | 2024-08-28T17:31:14.279Z | [ helios-setup] Aug 28 17:31:13.245 INFO E| Compiling rhai v1.14.0 |
2944 | 2024-08-28T17:31:14.820Z | [ helios-setup] Aug 28 17:31:13.785 INFO E| Compiling toml v0.7.3 |
2945 | 2024-08-28T17:31:17.361Z | [ helios-setup] Aug 28 17:31:16.326 INFO E| Compiling tokio-rustls v0.24.0 |
2946 | 2024-08-28T17:31:17.483Z | [ helios-setup] Aug 28 17:31:16.448 INFO E| Compiling slog-bunyan v2.4.0 |
2947 | 2024-08-28T17:31:23.556Z | [ helios-setup] Aug 28 17:31:22.520 INFO E| Compiling rustls-pemfile v1.0.2 |
2948 | 2024-08-28T17:31:23.700Z | [ host-package] Compiling twox-hash v1.6.3 |
2949 | 2024-08-28T17:31:24.133Z | [ helios-setup] Aug 28 17:31:23.097 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2950 | 2024-08-28T17:31:24.629Z | [ helios-setup] Aug 28 17:31:23.593 INFO E| Compiling bincode v1.3.3 |
2951 | 2024-08-28T17:31:25.028Z | [ helios-setup] Aug 28 17:31:23.992 INFO E| Compiling serde_path_to_error v0.1.11 |
2952 | 2024-08-28T17:31:25.993Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2953 | 2024-08-28T17:31:26.150Z | [ host-package] Compiling yasna v0.5.2 |
2954 | 2024-08-28T17:31:26.725Z | [ host-package] Compiling portpicker v0.1.1 |
2955 | 2024-08-28T17:31:26.920Z | [ helios-setup] Aug 28 17:31:25.883 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2956 | 2024-08-28T17:31:27.201Z | [ helios-setup] Aug 28 17:31:26.164 INFO E| Compiling terminal_size v0.2.6 |
2957 | 2024-08-28T17:31:27.602Z | [ helios-setup] Aug 28 17:31:26.565 INFO E| Compiling smawk v0.3.1 |
2958 | 2024-08-28T17:31:27.860Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2959 | 2024-08-28T17:31:28.334Z | [ helios-setup] Aug 28 17:31:27.297 INFO E| Compiling textwrap v0.16.0 |
2960 | 2024-08-28T17:31:29.430Z | [ host-package] Compiling smawk v0.3.2 |
2961 | 2024-08-28T17:31:30.713Z | [ host-package] Compiling textwrap v0.16.1 |
2962 | 2024-08-28T17:31:31.253Z | [ host-package] Compiling rcgen v0.12.1 |
2963 | 2024-08-28T17:31:32.926Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2964 | 2024-08-28T17:31:37.061Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2965 | 2024-08-28T17:31:50.402Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2966 | 2024-08-28T17:31:56.615Z | [ helios-setup] Aug 28 17:31:55.572 INFO E| Compiling git2 v0.16.1 |
2967 | 2024-08-28T17:31:56.927Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2968 | 2024-08-28T17:32:01.269Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2969 | 2024-08-28T17:32:02.467Z | [ helios-setup] Aug 28 17:32:01.422 INFO E| Compiling built v0.6.0 |
2970 | 2024-08-28T17:32:02.554Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2971 | 2024-08-28T17:32:03.500Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2972 | 2024-08-28T17:32:03.597Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2973 | 2024-08-28T17:32:04.319Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2974 | 2024-08-28T17:32:05.992Z | [ helios-setup] Aug 28 17:32:04.947 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2975 | 2024-08-28T17:32:07.679Z | [ helios-setup] Aug 28 17:32:06.633 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2976 | 2024-08-28T17:32:08.533Z | [ helios-setup] Aug 28 17:32:07.487 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2977 | 2024-08-28T17:32:13.312Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2978 | 2024-08-28T17:32:13.363Z | [ host-package] Compiling atomicwrites v0.4.3 |
2979 | 2024-08-28T17:32:14.095Z | [ host-package] Compiling fatfs v0.3.6 |
2980 | 2024-08-28T17:32:18.588Z | [ host-package] Compiling subprocess v0.2.9 |
2981 | 2024-08-28T17:32:19.390Z | [ host-package] Compiling rtoolbox v0.0.2 |
2982 | 2024-08-28T17:32:19.823Z | [ host-package] Compiling is_ci v1.2.0 |
2983 | 2024-08-28T17:32:20.303Z | [ host-package] Compiling assert_matches v1.5.0 |
2984 | 2024-08-28T17:32:20.547Z | [ host-package] Compiling supports-color v3.0.0 |
2985 | 2024-08-28T17:32:21.774Z | [ host-package] Compiling rpassword v7.3.1 |
2986 | 2024-08-28T17:32:22.753Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2987 | 2024-08-28T17:32:25.620Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2988 | 2024-08-28T17:32:27.414Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2989 | 2024-08-28T17:32:28.090Z | [ helios-setup] Aug 28 17:32:27.040 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2990 | 2024-08-28T17:32:29.904Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
2991 | 2024-08-28T17:32:30.469Z | [ helios-setup] Aug 28 17:32:29.273 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2992 | 2024-08-28T17:32:30.486Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2993 | 2024-08-28T17:32:30.542Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2994 | 2024-08-28T17:32:33.111Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2995 | 2024-08-28T17:32:33.932Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2996 | 2024-08-28T17:32:37.689Z | [ host-package] Compiling uzers v0.11.3 |
2997 | 2024-08-28T17:32:42.329Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2998 | 2024-08-28T17:32:45.369Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2999 | 2024-08-28T17:32:49.000Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3000 | 2024-08-28T17:32:55.013Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3001 | 2024-08-28T17:33:13.133Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3002 | 2024-08-28T17:33:14.712Z | [ helios-setup] Aug 28 17:33:13.651 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3003 | 2024-08-28T17:33:25.321Z | [ host-package] Compiling multimap v0.10.0 |
3004 | 2024-08-28T17:34:21.297Z | [ helios-setup] Aug 28 17:34:20.217 INFO E| Finished `release` profile [optimized] target(s) in 7m 05s |
3005 | 2024-08-28T17:34:21.418Z | [ helios-setup] Aug 28 17:34:20.343 INFO building project "pilot" ok (425 seconds) |
3006 | 2024-08-28T17:34:21.419Z | [ helios-setup] Aug 28 17:34:20.343 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3007 | 2024-08-28T17:34:21.419Z | [ helios-setup] Aug 28 17:34:20.343 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3008 | 2024-08-28T17:34:21.775Z | [ helios-setup] Aug 28 17:34:20.700 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3009 | 2024-08-28T17:34:22.265Z | [ helios-setup] Aug 28 17:34:21.190 INFO E| From https://github.com/jclulow/rust-jmclib |
3010 | 2024-08-28T17:34:22.265Z | [ helios-setup] Aug 28 17:34:21.190 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3011 | 2024-08-28T17:34:22.287Z | [ helios-setup] Aug 28 17:34:21.212 INFO E| Updating crates.io index |
3012 | 2024-08-28T17:34:22.684Z | [ helios-setup] Aug 28 17:34:21.609 INFO E| Downloading crates ... |
3013 | 2024-08-28T17:34:22.770Z | [ helios-setup] Aug 28 17:34:21.695 INFO E| Downloaded anyhow v1.0.72 |
3014 | 2024-08-28T17:34:22.777Z | [ helios-setup] Aug 28 17:34:21.702 INFO E| Downloaded cpufeatures v0.2.9 |
3015 | 2024-08-28T17:34:22.780Z | [ helios-setup] Aug 28 17:34:21.705 INFO E| Downloaded block-buffer v0.9.0 |
3016 | 2024-08-28T17:34:22.787Z | [ helios-setup] Aug 28 17:34:21.712 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3017 | 2024-08-28T17:34:22.789Z | [ helios-setup] Aug 28 17:34:21.713 INFO E| Downloaded unicode-ident v1.0.11 |
3018 | 2024-08-28T17:34:22.792Z | [ helios-setup] Aug 28 17:34:21.718 INFO E| Downloaded md-5 v0.9.1 |
3019 | 2024-08-28T17:34:22.795Z | [ helios-setup] Aug 28 17:34:21.720 INFO E| Downloaded fastrand v2.0.0 |
3020 | 2024-08-28T17:34:22.797Z | [ helios-setup] Aug 28 17:34:21.722 INFO E| Downloaded digest v0.9.0 |
3021 | 2024-08-28T17:34:22.799Z | [ helios-setup] Aug 28 17:34:21.724 INFO E| Downloaded sha-1 v0.9.8 |
3022 | 2024-08-28T17:34:22.804Z | [ helios-setup] Aug 28 17:34:21.729 INFO E| Downloaded bitflags v2.3.3 |
3023 | 2024-08-28T17:34:22.808Z | [ helios-setup] Aug 28 17:34:21.733 INFO E| Downloaded proc-macro2 v1.0.66 |
3024 | 2024-08-28T17:34:22.812Z | [ helios-setup] Aug 28 17:34:21.737 INFO E| Downloaded uuid v0.8.2 |
3025 | 2024-08-28T17:34:22.818Z | [ helios-setup] Aug 28 17:34:21.743 INFO E| Downloaded quote v1.0.31 |
3026 | 2024-08-28T17:34:22.822Z | [ helios-setup] Aug 28 17:34:21.747 INFO E| Downloaded once_cell v1.18.0 |
3027 | 2024-08-28T17:34:22.826Z | [ helios-setup] Aug 28 17:34:21.751 INFO E| Downloaded serde_derive v1.0.193 |
3028 | 2024-08-28T17:34:22.830Z | [ helios-setup] Aug 28 17:34:21.755 INFO E| Downloaded serde v1.0.193 |
3029 | 2024-08-28T17:34:22.836Z | [ helios-setup] Aug 28 17:34:21.761 INFO E| Downloaded getrandom v0.2.10 |
3030 | 2024-08-28T17:34:22.844Z | [ helios-setup] Aug 28 17:34:21.766 INFO E| Downloaded tempfile v3.7.0 |
3031 | 2024-08-28T17:34:22.874Z | [ helios-setup] Aug 28 17:34:21.799 INFO E| Downloaded serde_json v1.0.103 |
3032 | 2024-08-28T17:34:22.886Z | [ helios-setup] Aug 28 17:34:21.811 INFO E| Downloaded syn v2.0.32 |
3033 | 2024-08-28T17:34:22.904Z | [ helios-setup] Aug 28 17:34:21.829 INFO E| Downloaded rustix v0.38.4 |
3034 | 2024-08-28T17:34:22.937Z | [ helios-setup] Aug 28 17:34:21.862 INFO E| Downloaded libc v0.2.147 |
3035 | 2024-08-28T17:34:23.216Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling libc v0.2.147 |
3036 | 2024-08-28T17:34:23.219Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling proc-macro2 v1.0.66 |
3037 | 2024-08-28T17:34:23.219Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling cfg-if v1.0.0 |
3038 | 2024-08-28T17:34:23.219Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling unicode-ident v1.0.11 |
3039 | 2024-08-28T17:34:23.219Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling typenum v1.16.0 |
3040 | 2024-08-28T17:34:23.219Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling version_check v0.9.4 |
3041 | 2024-08-28T17:34:23.219Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling serde v1.0.193 |
3042 | 2024-08-28T17:34:23.219Z | [ helios-setup] Aug 28 17:34:22.141 INFO E| Compiling slog v2.7.0 |
3043 | 2024-08-28T17:34:24.035Z | [ helios-setup] Aug 28 17:34:22.959 INFO E| Compiling time-core v0.1.2 |
3044 | 2024-08-28T17:34:24.177Z | [ helios-setup] Aug 28 17:34:23.102 INFO E| Compiling rustix v0.38.4 |
3045 | 2024-08-28T17:34:24.526Z | [ helios-setup] Aug 28 17:34:23.450 INFO E| Compiling powerfmt v0.2.0 |
3046 | 2024-08-28T17:34:24.944Z | [ helios-setup] Aug 28 17:34:23.846 INFO E| Compiling itoa v1.0.9 |
3047 | 2024-08-28T17:34:25.042Z | [ helios-setup] Aug 28 17:34:23.965 INFO E| Compiling generic-array v0.14.7 |
3048 | 2024-08-28T17:34:25.089Z | [ helios-setup] Aug 28 17:34:24.012 INFO E| Compiling num-conv v0.1.0 |
3049 | 2024-08-28T17:34:25.521Z | [ helios-setup] Aug 28 17:34:24.445 INFO E| Compiling time-macros v0.2.18 |
3050 | 2024-08-28T17:34:25.570Z | [ helios-setup] Aug 28 17:34:24.494 INFO E| Compiling deranged v0.3.11 |
3051 | 2024-08-28T17:34:25.616Z | [ helios-setup] Aug 28 17:34:24.541 INFO E| Compiling once_cell v1.18.0 |
3052 | 2024-08-28T17:34:25.696Z | [ helios-setup] Aug 28 17:34:24.621 INFO E| Compiling bitflags v2.3.3 |
3053 | 2024-08-28T17:34:25.740Z | [ helios-setup] Aug 28 17:34:24.664 INFO E| Compiling num_threads v0.1.6 |
3054 | 2024-08-28T17:34:26.273Z | [ helios-setup] Aug 28 17:34:25.196 INFO E| Compiling quote v1.0.31 |
3055 | 2024-08-28T17:34:26.578Z | [ helios-setup] Aug 28 17:34:25.502 INFO E| Compiling thread_local v1.1.7 |
3056 | 2024-08-28T17:34:27.558Z | [ helios-setup] Aug 28 17:34:26.482 INFO E| Compiling syn v2.0.32 |
3057 | 2024-08-28T17:34:27.627Z | [ helios-setup] Aug 28 17:34:26.551 INFO E| Compiling dirs-sys-next v0.1.2 |
3058 | 2024-08-28T17:34:27.978Z | [ helios-setup] Aug 28 17:34:26.901 INFO E| Compiling errno v0.3.1 |
3059 | 2024-08-28T17:34:27.992Z | [ helios-setup] Aug 28 17:34:26.915 INFO E| Compiling atty v0.2.14 |
3060 | 2024-08-28T17:34:28.286Z | [ helios-setup] Aug 28 17:34:27.210 INFO E| Compiling dirs-next v2.0.0 |
3061 | 2024-08-28T17:34:28.536Z | [ helios-setup] Aug 28 17:34:27.460 INFO E| Compiling term v0.7.0 |
3062 | 2024-08-28T17:34:28.896Z | [ helios-setup] Aug 28 17:34:27.820 INFO E| Compiling anyhow v1.0.72 |
3063 | 2024-08-28T17:34:29.526Z | [ helios-setup] Aug 28 17:34:28.449 INFO E| Compiling opaque-debug v0.3.0 |
3064 | 2024-08-28T17:34:29.586Z | [ helios-setup] Aug 28 17:34:28.509 INFO E| Compiling serde_json v1.0.103 |
3065 | 2024-08-28T17:34:29.635Z | [ helios-setup] Aug 28 17:34:28.558 INFO E| Compiling fastrand v2.0.0 |
3066 | 2024-08-28T17:34:29.954Z | [ helios-setup] Aug 28 17:34:28.877 INFO E| Compiling block-buffer v0.9.0 |
3067 | 2024-08-28T17:34:30.213Z | [ helios-setup] Aug 28 17:34:29.104 INFO E| Compiling digest v0.9.0 |
3068 | 2024-08-28T17:34:30.749Z | [ helios-setup] Aug 28 17:34:29.672 INFO E| Compiling getrandom v0.2.10 |
3069 | 2024-08-28T17:34:30.824Z | [ helios-setup] Aug 28 17:34:29.748 INFO E| Compiling cpufeatures v0.2.9 |
3070 | 2024-08-28T17:34:30.965Z | [ helios-setup] Aug 28 17:34:29.889 INFO E| Compiling same-file v1.0.6 |
3071 | 2024-08-28T17:34:30.995Z | [ helios-setup] Aug 28 17:34:29.918 INFO E| Compiling time v0.3.36 |
3072 | 2024-08-28T17:34:31.019Z | [ helios-setup] Aug 28 17:34:29.942 INFO E| Compiling unicode-width v0.1.10 |
3073 | 2024-08-28T17:34:31.027Z | [ helios-setup] Aug 28 17:34:29.950 INFO E| Compiling ryu v1.0.15 |
3074 | 2024-08-28T17:34:31.429Z | [ helios-setup] Aug 28 17:34:30.352 INFO E| Compiling getopts v0.2.21 |
3075 | 2024-08-28T17:34:31.700Z | [ helios-setup] Aug 28 17:34:30.623 INFO E| Compiling tempfile v3.7.0 |
3076 | 2024-08-28T17:34:31.756Z | [ helios-setup] Aug 28 17:34:30.679 INFO E| Compiling walkdir v2.3.3 |
3077 | 2024-08-28T17:34:32.233Z | [ helios-setup] Aug 28 17:34:31.156 INFO E| Compiling sha-1 v0.9.8 |
3078 | 2024-08-28T17:34:32.970Z | [ helios-setup] Aug 28 17:34:31.893 INFO E| Compiling md-5 v0.9.1 |
3079 | 2024-08-28T17:34:33.364Z | [ helios-setup] Aug 28 17:34:32.284 INFO E| Compiling glob v0.3.1 |
3080 | 2024-08-28T17:34:33.492Z | [ helios-setup] Aug 28 17:34:32.415 INFO E| Compiling libdevinfo-sys v1.0.0 |
3081 | 2024-08-28T17:34:34.703Z | [ helios-setup] Aug 28 17:34:33.623 INFO E| Compiling slog-term v2.9.0 |
3082 | 2024-08-28T17:34:37.927Z | [ helios-setup] Aug 28 17:34:36.848 INFO E| Compiling serde_derive v1.0.193 |
3083 | 2024-08-28T17:34:55.887Z | [ helios-setup] Aug 28 17:34:54.801 INFO E| Compiling toml v0.5.11 |
3084 | 2024-08-28T17:34:55.887Z | [ helios-setup] Aug 28 17:34:54.802 INFO E| Compiling uuid v0.8.2 |
3085 | 2024-08-28T17:34:58.396Z | [ helios-setup] Aug 28 17:34:57.313 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3086 | 2024-08-28T17:35:02.162Z | [ helios-setup] Aug 28 17:35:01.078 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3087 | 2024-08-28T17:35:17.540Z | [ helios-setup] Aug 28 17:35:16.452 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.01s |
3088 | 2024-08-28T17:35:17.574Z | [ helios-setup] Aug 28 17:35:16.487 INFO building project "image-builder" ok (56 seconds) |
3089 | 2024-08-28T17:35:17.574Z | [ helios-setup] Aug 28 17:35:16.487 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3090 | 2024-08-28T17:35:17.576Z | [ helios-setup] Aug 28 17:35:16.487 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3091 | 2024-08-28T17:35:17.941Z | [ helios-setup] Aug 28 17:35:16.853 INFO E| Compiling adler v1.0.2 |
3092 | 2024-08-28T17:35:18.095Z | [ helios-setup] Aug 28 17:35:17.008 INFO E| Compiling miniz_oxide v0.7.2 |
3093 | 2024-08-28T17:35:20.723Z | [ helios-setup] Aug 28 17:35:19.598 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3094 | 2024-08-28T17:35:22.342Z | [ helios-setup] Aug 28 17:35:21.254 INFO E| Finished `release` profile [optimized] target(s) in 4.67s |
3095 | 2024-08-28T17:35:22.350Z | [ helios-setup] Aug 28 17:35:21.263 INFO building project "pinprick" ok (4 seconds) |
3096 | 2024-08-28T17:35:22.354Z | [ helios-setup] rm -f helios-build |
3097 | 2024-08-28T17:35:22.356Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3098 | 2024-08-28T17:35:22.358Z | [ helios-setup] |
3099 | 2024-08-28T17:35:22.361Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3100 | 2024-08-28T17:35:22.364Z | [ helios-setup] |
3101 | 2024-08-28T17:35:22.364Z | Aug 28 17:35:21.275[ helios-setup] |
3102 | 2024-08-28T17:35:22.364Z | INFO [helios-setup] process exited with exit status: 0 (751.087928581s) |
3103 | 2024-08-28T17:35:22.364Z | [ helios-setup] real 12:31.082048360 |
3104 | 2024-08-28T17:35:22.366Z | [ helios-setup] user 29:53.594144274 |
3105 | 2024-08-28T17:35:22.366Z | [ helios-setup] sys 3:45.526685003 |
3106 | 2024-08-28T17:35:22.366Z | [ helios-setup] trap 1.923715911 |
3107 | 2024-08-28T17:35:22.366Z | [ helios-setup] tflt 8.161239271 |
3108 | 2024-08-28T17:35:22.366Z | [ helios-setup] dflt 35.214285858 |
3109 | 2024-08-28T17:35:22.366Z | [ helios-setup] kflt 0.022552587 |
3110 | 2024-08-28T17:35:22.366Z | [ helios-setup] lock 2:11:20.507514248 |
3111 | 2024-08-28T17:35:22.367Z | [ helios-setup] slp 3:50:20.964250491 |
3112 | 2024-08-28T17:35:22.367Z | [ helios-setup] lat 33:54.199777837 |
3113 | 2024-08-28T17:35:22.367Z | [ helios-setup] stop 4:59.392445810 |
3114 | 2024-08-28T17:35:22.367Z | Aug 28 17:35:21.276 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3115 | 2024-08-28T17:35:22.385Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3116 | 2024-08-28T17:35:22.600Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3117 | 2024-08-28T17:35:22.600Z | [ phbl-toolchain] info: downloading component 'cargo' |
3118 | 2024-08-28T17:35:23.556Z | [ phbl-toolchain] info: downloading component 'clippy' |
3119 | 2024-08-28T17:35:23.969Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3120 | 2024-08-28T17:35:28.418Z | [ phbl-toolchain] info: downloading component 'miri' |
3121 | 2024-08-28T17:35:28.818Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3122 | 2024-08-28T17:35:30.403Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3123 | 2024-08-28T17:35:30.887Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3124 | 2024-08-28T17:35:33.809Z | [ phbl-toolchain] info: downloading component 'rustc' |
3125 | 2024-08-28T17:35:41.179Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3126 | 2024-08-28T17:35:41.908Z | [ phbl-toolchain] info: installing component 'cargo' |
3127 | 2024-08-28T17:35:43.062Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3128 | 2024-08-28T17:35:43.261Z | [ phbl-toolchain] info: installing component 'clippy' |
3129 | 2024-08-28T17:35:43.726Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3130 | 2024-08-28T17:35:49.653Z | [ phbl-toolchain] info: installing component 'miri' |
3131 | 2024-08-28T17:35:50.019Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3132 | 2024-08-28T17:35:56.778Z | [ phbl-toolchain] info: installing component 'rust-src' |
3133 | 2024-08-28T17:35:57.412Z | [ phbl-toolchain] info: installing component 'rust-std' |
3134 | 2024-08-28T17:36:00.063Z | [ phbl-toolchain] info: installing component 'rustc' |
3135 | 2024-08-28T17:36:06.320Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3136 | 2024-08-28T17:36:07.075Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3137 | 2024-08-28T17:36:07.077Z | Aug 28 17:36:05.980 INFO [phbl-toolchain] process exited with exit status: 0 (44.703264119s) |
3138 | 2024-08-28T17:36:11.173Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3139 | 2024-08-28T17:43:08.677Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 30s |
3140 | 2024-08-28T17:44:10.332Z | Aug 28 17:44:09.130 INFO [host-package] process exited with exit status: 0 (1232.389926351s) |
3141 | 2024-08-28T17:44:10.335Z | Aug 28 17:44:09.130 INFO [host-stamp] running task |
3142 | 2024-08-28T17:44:10.335Z | Aug 28 17:44:09.130 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3143 | 2024-08-28T17:44:10.335Z | Aug 28 17:44:09.130 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+git474ec133d0c |
3144 | 2024-08-28T17:44:10.343Z | Aug 28 17:44:09.140 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+git474ec133d0c |
3145 | 2024-08-28T17:44:10.348Z | Aug 28 17:44:09.145 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+git474ec133d0c |
3146 | 2024-08-28T17:44:10.353Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3147 | 2024-08-28T17:44:10.356Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3148 | 2024-08-28T17:44:10.356Z | Aug 28 17:44:09.151 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+git474ec133d0c |
3149 | 2024-08-28T17:44:10.358Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3150 | 2024-08-28T17:44:10.361Z | Aug 28 17:44:09.158 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+git474ec133d0c |
3151 | 2024-08-28T17:44:10.365Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3152 | 2024-08-28T17:44:10.368Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3153 | 2024-08-28T17:44:10.368Z | Aug 28 17:44:09.165 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+git474ec133d0c |
3154 | 2024-08-28T17:44:10.373Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3155 | 2024-08-28T17:44:10.375Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3156 | 2024-08-28T17:44:10.378Z | Aug 28 17:44:09.173 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+git474ec133d0c |
3157 | 2024-08-28T17:44:10.381Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3158 | 2024-08-28T17:44:10.383Z | Aug 28 17:44:09.181 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+git474ec133d0c |
3159 | 2024-08-28T17:44:10.389Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3160 | 2024-08-28T17:44:10.392Z | Aug 28 17:44:09.189 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (37.689807ms) |
3161 | 2024-08-28T17:44:10.392Z | Aug 28 17:44:09.189 INFO [stamp-overlay] process exited with exit status: 0 (44.165168ms) |
3162 | 2024-08-28T17:44:10.394Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3163 | 2024-08-28T17:44:10.396Z | Aug 28 17:44:09.193 INFO [stamp-oxlog] process exited with exit status: 0 (34.506866ms) |
3164 | 2024-08-28T17:44:10.396Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3165 | 2024-08-28T17:44:10.404Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3166 | 2024-08-28T17:44:10.502Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3167 | 2024-08-28T17:44:10.506Z | Aug 28 17:44:09.303 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (130.612816ms) |
3168 | 2024-08-28T17:44:10.577Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3169 | 2024-08-28T17:44:10.581Z | Aug 28 17:44:09.379 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (248.229479ms) |
3170 | 2024-08-28T17:44:10.742Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3171 | 2024-08-28T17:44:10.746Z | Aug 28 17:44:09.542 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (377.061938ms) |
3172 | 2024-08-28T17:44:11.606Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3173 | 2024-08-28T17:44:11.609Z | Aug 28 17:44:10.407 INFO [stamp-propolis-server] process exited with exit status: 0 (1.225959055s) |
3174 | 2024-08-28T17:44:11.771Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3175 | 2024-08-28T17:44:14.148Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3176 | 2024-08-28T17:44:20.750Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3177 | 2024-08-28T17:44:20.753Z | Aug 28 17:44:19.548 INFO [stamp-switch-asic] process exited with exit status: 0 (10.408140856s) |
3178 | 2024-08-28T17:44:20.753Z | Aug 28 17:44:19.548 INFO [host-stamp] task succeeded (10.418713051s) |
3179 | 2024-08-28T17:44:20.755Z | Aug 28 17:44:19.548 INFO [host-proto] running task |
3180 | 2024-08-28T17:44:21.125Z | Aug 28 17:44:19.920 INFO [host-proto] task succeeded (371.31202ms) |
3181 | 2024-08-28T17:44:21.125Z | Aug 28 17:44:19.920 INFO [host-profile] running task |
3182 | 2024-08-28T17:44:21.127Z | Aug 28 17:44:19.920 INFO [host-profile] task succeeded (304.368µs) |
3183 | 2024-08-28T17:44:21.127Z | Aug 28 17:44:19.920 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmp7rfXy1/proto/host/root -N 'ci 474ec13/${os_short_commit} 2024-08-28 17:22' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3184 | 2024-08-28T17:44:21.138Z | [ host-image] Aug 28 17:44:19.933 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3185 | 2024-08-28T17:44:21.138Z | [ host-image] Aug 28 17:44:19.934 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3186 | 2024-08-28T17:44:21.152Z | [ host-image] Aug 28 17:44:19.947 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp7rfXy1/proto/host/root" |
3187 | 2024-08-28T17:44:21.152Z | [ host-image] Aug 28 17:44:19.947 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3188 | 2024-08-28T17:44:21.182Z | [ host-image] Aug 28 17:44:19.947 INFO image builder template: ramdisk-01-os... |
3189 | 2024-08-28T17:44:21.182Z | [ host-image] Aug 28 17:44:19.948 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/.tmp7rfXy1/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3190 | 2024-08-28T17:44:21.188Z | [ host-image] Aug 28 17:44:19.968 INFO O| Aug 28 17:44:19.968 INFO CREATE DATASET: rpool/images/build/host/output |
3191 | 2024-08-28T17:44:21.470Z | [ host-image] Aug 28 17:44:20.265 INFO O| Aug 28 17:44:20.265 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3192 | 2024-08-28T17:44:21.474Z | [ host-image] Aug 28 17:44:20.269 INFO O| Aug 28 17:44:20.269 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3193 | 2024-08-28T17:44:21.661Z | [ host-image] Aug 28 17:44:20.456 INFO O| Aug 28 17:44:20.456 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3194 | 2024-08-28T17:44:21.719Z | [ host-image] Aug 28 17:44:20.513 INFO O| Aug 28 17:44:20.513 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3195 | 2024-08-28T17:44:21.719Z | [ host-image] Aug 28 17:44:20.513 INFO O| Aug 28 17:44:20.513 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3196 | 2024-08-28T17:44:21.721Z | [ host-image] Aug 28 17:44:20.513 INFO O| Aug 28 17:44:20.513 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3197 | 2024-08-28T17:44:21.721Z | [ host-image] Aug 28 17:44:20.513 INFO O| Aug 28 17:44:20.513 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3198 | 2024-08-28T17:44:21.728Z | [ host-image] Aug 28 17:44:20.523 INFO O| Aug 28 17:44:20.522 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3199 | 2024-08-28T17:44:21.897Z | [ host-image] Aug 28 17:44:20.691 INFO O| Aug 28 17:44:20.691 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3200 | 2024-08-28T17:44:21.907Z | [ host-image] Aug 28 17:44:20.702 INFO O| Aug 28 17:44:20.702 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3201 | 2024-08-28T17:44:22.389Z | [ host-image] Aug 28 17:44:21.183 INFO O| Aug 28 17:44:21.183 INFO O| Caching catalogs ... Done |
3202 | 2024-08-28T17:44:22.503Z | [ host-image] Aug 28 17:44:21.297 INFO O| Aug 28 17:44:21.297 INFO STEP 0 (pkg_image_create) COMPLETE |
3203 | 2024-08-28T17:44:22.503Z | [ host-image] Aug 28 17:44:21.297 INFO O| Aug 28 17:44:21.297 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3204 | 2024-08-28T17:44:22.503Z | [ host-image] Aug 28 17:44:21.297 INFO O| Aug 28 17:44:21.297 INFO skip step because feature "repo_redist" is not enabled |
3205 | 2024-08-28T17:44:22.506Z | [ host-image] Aug 28 17:44:21.297 INFO O| Aug 28 17:44:21.297 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3206 | 2024-08-28T17:44:22.519Z | [ host-image] Aug 28 17:44:21.313 INFO O| Aug 28 17:44:21.313 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"] |
3207 | 2024-08-28T17:44:23.078Z | [ host-image] Aug 28 17:44:21.873 INFO O| Aug 28 17:44:21.873 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3208 | 2024-08-28T17:44:23.078Z | [ host-image] Aug 28 17:44:21.873 INFO O| Aug 28 17:44:21.873 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3209 | 2024-08-28T17:44:23.095Z | [ host-image] Aug 28 17:44:21.890 INFO O| Aug 28 17:44:21.890 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"] |
3210 | 2024-08-28T17:44:23.655Z | [ host-image] Aug 28 17:44:22.449 INFO O| Aug 28 17:44:22.448 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3211 | 2024-08-28T17:44:23.655Z | [ host-image] Aug 28 17:44:22.449 INFO O| Aug 28 17:44:22.449 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3212 | 2024-08-28T17:44:23.655Z | [ host-image] Aug 28 17:44:22.449 INFO O| Aug 28 17:44:22.449 INFO skip step because feature "repo_redist" is not enabled |
3213 | 2024-08-28T17:44:23.658Z | [ host-image] Aug 28 17:44:22.449 INFO O| Aug 28 17:44:22.449 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3214 | 2024-08-28T17:44:24.259Z | [ host-image] Aug 28 17:44:23.054 INFO O| Aug 28 17:44:23.053 INFO variant opensolaris.zone is already global |
3215 | 2024-08-28T17:44:24.259Z | [ host-image] Aug 28 17:44:23.054 INFO O| Aug 28 17:44:23.054 INFO STEP 5 (pkg_change_variant) COMPLETE |
3216 | 2024-08-28T17:44:24.262Z | [ host-image] Aug 28 17:44:23.054 INFO O| Aug 28 17:44:23.054 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3217 | 2024-08-28T17:44:24.811Z | [ host-image] Aug 28 17:44:23.605 INFO O| Aug 28 17:44:23.605 INFO variant opensolaris.imagetype is full; changing to partial |
3218 | 2024-08-28T17:44:24.811Z | [ host-image] Aug 28 17:44:23.605 INFO O| Aug 28 17:44:23.605 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3219 | 2024-08-28T17:44:31.161Z | [ host-image] Aug 28 17:44:29.951 INFO O| Aug 28 17:44:29.951 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3220 | 2024-08-28T17:44:32.466Z | [recovery-package] Finished `release` profile [optimized] target(s) in 21.89s |
3221 | 2024-08-28T17:44:33.557Z | [ host-image] Aug 28 17:44:32.347 INFO O| Aug 28 17:44:32.347 INFO O| Startup: Caching catalogs ... Done |
3222 | 2024-08-28T17:44:33.610Z | [ host-image] Aug 28 17:44:32.403 INFO O| Aug 28 17:44:32.402 INFO O| Planning: Planning completed in 0.00 seconds |
3223 | 2024-08-28T17:44:33.622Z | [ host-image] Aug 28 17:44:32.403 INFO O| Aug 28 17:44:32.403 INFO O| Planning: Consolidating action changes ... Done |
3224 | 2024-08-28T17:44:33.622Z | [ host-image] Aug 28 17:44:32.403 INFO O| Aug 28 17:44:32.403 INFO O| Planning: Evaluating mediators ... Done |
3225 | 2024-08-28T17:44:33.622Z | [ host-image] Aug 28 17:44:32.404 INFO O| Aug 28 17:44:32.403 INFO O| Planning: Planning completed in 0.00 seconds |
3226 | 2024-08-28T17:44:33.622Z | [ host-image] Aug 28 17:44:32.404 INFO O| Aug 28 17:44:32.404 INFO O| Variants/Facets to change: 1 |
3227 | 2024-08-28T17:44:33.629Z | [ host-image] Aug 28 17:44:32.421 INFO O| Aug 28 17:44:32.421 INFO O| Done |
3228 | 2024-08-28T17:44:33.629Z | [ host-image] Aug 28 17:44:32.421 INFO O| Aug 28 17:44:32.421 INFO O| Done |
3229 | 2024-08-28T17:44:34.036Z | [ host-image] Aug 28 17:44:32.828 INFO O| Aug 28 17:44:32.828 INFO O| Done |
3230 | 2024-08-28T17:44:34.067Z | [ host-image] Aug 28 17:44:32.860 INFO O| Aug 28 17:44:32.860 INFO O| Done |
3231 | 2024-08-28T17:44:34.072Z | [ host-image] Aug 28 17:44:32.861 INFO O| Aug 28 17:44:32.861 INFO O| Done |
3232 | 2024-08-28T17:44:34.072Z | [ host-image] Aug 28 17:44:32.861 INFO O| Aug 28 17:44:32.861 INFO O| Done |
3233 | 2024-08-28T17:44:34.072Z | [ host-image] Aug 28 17:44:32.862 INFO O| Aug 28 17:44:32.862 INFO O| Done |
3234 | 2024-08-28T17:44:34.386Z | [ host-image] Aug 28 17:44:33.178 INFO O| Aug 28 17:44:33.178 INFO STEP 6 (pkg_change_variant) COMPLETE |
3235 | 2024-08-28T17:44:34.386Z | [ host-image] Aug 28 17:44:33.178 INFO O| Aug 28 17:44:33.178 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3236 | 2024-08-28T17:44:34.390Z | [ host-image] Aug 28 17:44:33.178 INFO O| Aug 28 17:44:33.178 INFO skip step because feature "debug_variant" is not enabled |
3237 | 2024-08-28T17:44:34.390Z | [ host-image] Aug 28 17:44:33.178 INFO O| Aug 28 17:44:33.178 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3238 | 2024-08-28T17:44:34.436Z | Aug 28 17:44:33.228 INFO [recovery-package] process exited with exit status: 0 (24.097737023s) |
3239 | 2024-08-28T17:44:34.436Z | Aug 28 17:44:33.228 INFO [recovery-stamp] running task |
3240 | 2024-08-28T17:44:34.438Z | Aug 28 17:44:33.228 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3241 | 2024-08-28T17:44:34.443Z | Aug 28 17:44:33.234 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+git474ec133d0c |
3242 | 2024-08-28T17:44:34.448Z | Aug 28 17:44:33.240 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git474ec133d0c |
3243 | 2024-08-28T17:44:34.457Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3244 | 2024-08-28T17:44:34.462Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3245 | 2024-08-28T17:44:34.529Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3246 | 2024-08-28T17:44:34.534Z | Aug 28 17:44:33.326 INFO [stamp-installinator] process exited with exit status: 0 (85.711558ms) |
3247 | 2024-08-28T17:44:34.576Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3248 | 2024-08-28T17:44:34.579Z | Aug 28 17:44:33.371 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (136.954163ms) |
3249 | 2024-08-28T17:44:34.581Z | Aug 28 17:44:33.371 INFO [recovery-stamp] task succeeded (143.181374ms) |
3250 | 2024-08-28T17:44:34.581Z | Aug 28 17:44:33.371 INFO [recovery-proto] running task |
3251 | 2024-08-28T17:44:34.581Z | Aug 28 17:44:33.371 INFO [tuf-stamp] running task |
3252 | 2024-08-28T17:44:34.581Z | Aug 28 17:44:33.372 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+git474ec133d0c |
3253 | 2024-08-28T17:44:34.590Z | Aug 28 17:44:33.382 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+git474ec133d0c |
3254 | 2024-08-28T17:44:34.597Z | Aug 28 17:44:33.389 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+git474ec133d0c |
3255 | 2024-08-28T17:44:34.602Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3256 | 2024-08-28T17:44:34.605Z | Aug 28 17:44:33.397 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+git474ec133d0c |
3257 | 2024-08-28T17:44:34.611Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3258 | 2024-08-28T17:44:34.614Z | Aug 28 17:44:33.406 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+git474ec133d0c |
3259 | 2024-08-28T17:44:34.621Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3260 | 2024-08-28T17:44:34.625Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3261 | 2024-08-28T17:44:34.630Z | Aug 28 17:44:33.418 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+git474ec133d0c |
3262 | 2024-08-28T17:44:34.655Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3263 | 2024-08-28T17:44:34.663Z | Aug 28 17:44:33.447 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+git474ec133d0c |
3264 | 2024-08-28T17:44:34.690Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3265 | 2024-08-28T17:44:34.692Z | Aug 28 17:44:33.483 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+git474ec133d0c |
3266 | 2024-08-28T17:44:34.719Z | Aug 28 17:44:33.511 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+git474ec133d0c |
3267 | 2024-08-28T17:44:34.722Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3268 | 2024-08-28T17:44:34.797Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3269 | 2024-08-28T17:44:34.800Z | Aug 28 17:44:33.590 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+git474ec133d0c |
3270 | 2024-08-28T17:44:34.896Z | [ host-image] Aug 28 17:44:33.667 INFO O| Aug 28 17:44:33.666 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3271 | 2024-08-28T17:44:34.896Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3272 | 2024-08-28T17:44:34.899Z | Aug 28 17:44:33.689 INFO [recovery-proto] task succeeded (317.084284ms) |
3273 | 2024-08-28T17:44:34.899Z | Aug 28 17:44:33.689 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmp7rfXy1/proto/recovery/root -N 'recovery 474ec13/${os_short_commit} 2024-08-28 17:22' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3274 | 2024-08-28T17:44:34.903Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3275 | 2024-08-28T17:44:34.906Z | Aug 28 17:44:33.695 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+git474ec133d0c |
3276 | 2024-08-28T17:44:34.911Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3277 | 2024-08-28T17:44:34.914Z | Aug 28 17:44:33.704 INFO [stamp-probe] process exited with exit status: 0 (192.359389ms) |
3278 | 2024-08-28T17:44:34.914Z | [ recovery-image] Aug 28 17:44:33.704 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3279 | 2024-08-28T17:44:34.914Z | [ recovery-image] Aug 28 17:44:33.705 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3280 | 2024-08-28T17:44:34.923Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3281 | 2024-08-28T17:44:34.930Z | [ recovery-image] Aug 28 17:44:33.721 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp7rfXy1/proto/recovery/root" |
3282 | 2024-08-28T17:44:34.932Z | [ recovery-image] Aug 28 17:44:33.721 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3283 | 2024-08-28T17:44:34.932Z | [ recovery-image] Aug 28 17:44:33.722 INFO image builder template: ramdisk-01-os... |
3284 | 2024-08-28T17:44:34.932Z | [ recovery-image] Aug 28 17:44:33.722 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/.tmp7rfXy1/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3285 | 2024-08-28T17:44:34.958Z | [ recovery-image] Aug 28 17:44:33.750 INFO O| Aug 28 17:44:33.750 INFO CREATE DATASET: rpool/images/build/recovery/output |
3286 | 2024-08-28T17:44:35.359Z | [ recovery-image] Aug 28 17:44:34.151 INFO O| Aug 28 17:44:34.151 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3287 | 2024-08-28T17:44:35.385Z | [ recovery-image] Aug 28 17:44:34.177 INFO O| Aug 28 17:44:34.177 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3288 | 2024-08-28T17:44:35.589Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3289 | 2024-08-28T17:44:35.673Z | Aug 28 17:44:34.465 INFO [stamp-ntp] process exited with exit status: 0 (875.147715ms) |
3290 | 2024-08-28T17:44:35.734Z | [ recovery-image] Aug 28 17:44:34.526 INFO O| Aug 28 17:44:34.526 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3291 | 2024-08-28T17:44:35.852Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3292 | 2024-08-28T17:44:35.856Z | Aug 28 17:44:34.648 INFO [stamp-external-dns] process exited with exit status: 0 (1.266237354s) |
3293 | 2024-08-28T17:44:35.856Z | [ recovery-image] Aug 28 17:44:34.648 INFO O| Aug 28 17:44:34.648 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3294 | 2024-08-28T17:44:35.858Z | [ recovery-image] Aug 28 17:44:34.648 INFO O| Aug 28 17:44:34.648 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3295 | 2024-08-28T17:44:35.858Z | [ recovery-image] Aug 28 17:44:34.648 INFO O| Aug 28 17:44:34.648 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3296 | 2024-08-28T17:44:35.858Z | [ recovery-image] Aug 28 17:44:34.648 INFO O| Aug 28 17:44:34.648 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3297 | 2024-08-28T17:44:35.888Z | [ recovery-image] Aug 28 17:44:34.679 INFO O| Aug 28 17:44:34.679 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3298 | 2024-08-28T17:44:36.032Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3299 | 2024-08-28T17:44:36.050Z | Aug 28 17:44:34.841 INFO [stamp-internal-dns] process exited with exit status: 0 (1.444569112s) |
3300 | 2024-08-28T17:44:36.103Z | [ host-image] Aug 28 17:44:34.893 INFO O| Aug 28 17:44:34.893 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3301 | 2024-08-28T17:44:36.105Z | [ host-image] Aug 28 17:44:34.895 INFO O| Aug 28 17:44:34.895 INFO O| Planning: Planning completed in 0.00 seconds |
3302 | 2024-08-28T17:44:36.105Z | [ host-image] Aug 28 17:44:34.896 INFO O| Aug 28 17:44:34.896 INFO O| Planning: Consolidating action changes ... Done |
3303 | 2024-08-28T17:44:36.105Z | [ host-image] Aug 28 17:44:34.897 INFO O| Aug 28 17:44:34.897 INFO O| Planning: Evaluating mediators ... Done |
3304 | 2024-08-28T17:44:36.107Z | [ host-image] Aug 28 17:44:34.897 INFO O| Aug 28 17:44:34.897 INFO O| Planning: Planning completed in 0.00 seconds |
3305 | 2024-08-28T17:44:36.107Z | [ host-image] Aug 28 17:44:34.898 INFO O| Aug 28 17:44:34.898 INFO O| Variants/Facets to change: 1 |
3306 | 2024-08-28T17:44:36.161Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3307 | 2024-08-28T17:44:36.166Z | Aug 28 17:44:34.958 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.539419697s) |
3308 | 2024-08-28T17:44:36.172Z | [ recovery-image] Aug 28 17:44:34.964 INFO O| Aug 28 17:44:34.963 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3309 | 2024-08-28T17:44:36.188Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
3310 | 2024-08-28T17:44:36.196Z | [ host-image] Aug 28 17:44:34.987 INFO O| Aug 28 17:44:34.987 INFO O| Done |
3311 | 2024-08-28T17:44:36.203Z | [ host-image] Aug 28 17:44:34.987 INFO O| Aug 28 17:44:34.987 INFO O| Done |
3312 | 2024-08-28T17:44:36.203Z | [ recovery-image] Aug 28 17:44:34.989 INFO O| Aug 28 17:44:34.989 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3313 | 2024-08-28T17:44:36.231Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3314 | 2024-08-28T17:44:36.638Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3315 | 2024-08-28T17:44:36.649Z | Aug 28 17:44:35.441 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.957922828s) |
3316 | 2024-08-28T17:44:36.688Z | [ host-image] Aug 28 17:44:35.479 INFO O| Aug 28 17:44:35.479 INFO O| Done |
3317 | 2024-08-28T17:44:36.743Z | [ host-image] Aug 28 17:44:35.535 INFO O| Aug 28 17:44:35.534 INFO O| Done |
3318 | 2024-08-28T17:44:36.746Z | [ host-image] Aug 28 17:44:35.535 INFO O| Aug 28 17:44:35.535 INFO O| Done |
3319 | 2024-08-28T17:44:36.746Z | [ host-image] Aug 28 17:44:35.536 INFO O| Aug 28 17:44:35.536 INFO O| Done |
3320 | 2024-08-28T17:44:36.748Z | [ host-image] Aug 28 17:44:35.537 INFO O| Aug 28 17:44:35.537 INFO O| Done |
3321 | 2024-08-28T17:44:36.768Z | [ recovery-image] Aug 28 17:44:35.559 INFO O| Aug 28 17:44:35.559 INFO O| Caching catalogs ... Done |
3322 | 2024-08-28T17:44:36.849Z | [ host-image] Aug 28 17:44:35.641 INFO O| Aug 28 17:44:35.641 INFO STEP 8 (pkg_change_facet) COMPLETE |
3323 | 2024-08-28T17:44:36.850Z | [ host-image] Aug 28 17:44:35.641 INFO O| Aug 28 17:44:35.641 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3324 | 2024-08-28T17:44:36.850Z | [ host-image] Aug 28 17:44:35.641 INFO O| Aug 28 17:44:35.641 INFO skip step because feature "recovery" is not enabled |
3325 | 2024-08-28T17:44:36.852Z | [ host-image] Aug 28 17:44:35.641 INFO O| Aug 28 17:44:35.641 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3326 | 2024-08-28T17:44:36.852Z | [ host-image] Aug 28 17:44:35.641 INFO O| Aug 28 17:44:35.641 INFO skip step because feature "recovery" is not enabled |
3327 | 2024-08-28T17:44:36.852Z | [ host-image] Aug 28 17:44:35.641 INFO O| Aug 28 17:44:35.641 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3328 | 2024-08-28T17:44:36.866Z | [ host-image] Aug 28 17:44:35.657 INFO O| Aug 28 17:44:35.657 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"] |
3329 | 2024-08-28T17:44:36.917Z | [ recovery-image] Aug 28 17:44:35.708 INFO O| Aug 28 17:44:35.708 INFO STEP 0 (pkg_image_create) COMPLETE |
3330 | 2024-08-28T17:44:36.917Z | [ recovery-image] Aug 28 17:44:35.708 INFO O| Aug 28 17:44:35.708 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3331 | 2024-08-28T17:44:36.917Z | [ recovery-image] Aug 28 17:44:35.708 INFO O| Aug 28 17:44:35.708 INFO skip step because feature "repo_redist" is not enabled |
3332 | 2024-08-28T17:44:36.917Z | [ recovery-image] Aug 28 17:44:35.708 INFO O| Aug 28 17:44:35.708 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3333 | 2024-08-28T17:44:36.921Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3334 | 2024-08-28T17:44:36.926Z | Aug 28 17:44:35.718 INFO [stamp-oximeter] process exited with exit status: 0 (2.022676827s) |
3335 | 2024-08-28T17:44:36.932Z | [ recovery-image] Aug 28 17:44:35.724 INFO O| Aug 28 17:44:35.724 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"] |
3336 | 2024-08-28T17:44:37.418Z | [ host-image] Aug 28 17:44:36.209 INFO O| Aug 28 17:44:36.209 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3337 | 2024-08-28T17:44:37.494Z | [ recovery-image] Aug 28 17:44:36.285 INFO O| Aug 28 17:44:36.285 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3338 | 2024-08-28T17:44:37.494Z | [ recovery-image] Aug 28 17:44:36.285 INFO O| Aug 28 17:44:36.285 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3339 | 2024-08-28T17:44:37.510Z | [ recovery-image] Aug 28 17:44:36.302 INFO O| Aug 28 17:44:36.301 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"] |
3340 | 2024-08-28T17:44:38.068Z | [ recovery-image] Aug 28 17:44:36.859 INFO O| Aug 28 17:44:36.859 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3341 | 2024-08-28T17:44:38.068Z | [ recovery-image] Aug 28 17:44:36.860 INFO O| Aug 28 17:44:36.859 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3342 | 2024-08-28T17:44:38.068Z | [ recovery-image] Aug 28 17:44:36.860 INFO O| Aug 28 17:44:36.859 INFO skip step because feature "repo_redist" is not enabled |
3343 | 2024-08-28T17:44:38.071Z | [ recovery-image] Aug 28 17:44:36.860 INFO O| Aug 28 17:44:36.859 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3344 | 2024-08-28T17:44:38.443Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3345 | 2024-08-28T17:44:38.448Z | Aug 28 17:44:37.240 INFO [stamp-nexus] process exited with exit status: 0 (3.850201646s) |
3346 | 2024-08-28T17:44:38.544Z | [ recovery-image] Aug 28 17:44:37.335 INFO O| Aug 28 17:44:37.335 INFO variant opensolaris.zone is already global |
3347 | 2024-08-28T17:44:38.544Z | [ recovery-image] Aug 28 17:44:37.335 INFO O| Aug 28 17:44:37.335 INFO STEP 5 (pkg_change_variant) COMPLETE |
3348 | 2024-08-28T17:44:38.544Z | [ recovery-image] Aug 28 17:44:37.335 INFO O| Aug 28 17:44:37.335 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3349 | 2024-08-28T17:44:39.034Z | [ recovery-image] Aug 28 17:44:37.825 INFO O| Aug 28 17:44:37.825 INFO variant opensolaris.imagetype is full; changing to partial |
3350 | 2024-08-28T17:44:39.034Z | [ recovery-image] Aug 28 17:44:37.825 INFO O| Aug 28 17:44:37.825 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3351 | 2024-08-28T17:44:40.744Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3352 | 2024-08-28T17:44:40.749Z | Aug 28 17:44:39.540 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.092845604s) |
3353 | 2024-08-28T17:44:41.242Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3354 | 2024-08-28T17:44:41.369Z | [verify-libraries] Compiling heck v0.4.1 |
3355 | 2024-08-28T17:44:41.371Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3356 | 2024-08-28T17:44:41.412Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3357 | 2024-08-28T17:44:41.412Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3358 | 2024-08-28T17:44:41.412Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3359 | 2024-08-28T17:44:41.415Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3360 | 2024-08-28T17:44:41.415Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3361 | 2024-08-28T17:44:41.976Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3362 | 2024-08-28T17:44:41.978Z | [verify-libraries] Compiling indent_write v2.2.0 |
3363 | 2024-08-28T17:44:42.309Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3364 | 2024-08-28T17:44:42.648Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3365 | 2024-08-28T17:44:42.655Z | [verify-libraries] Compiling termios v0.3.3 |
3366 | 2024-08-28T17:44:42.917Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3367 | 2024-08-28T17:44:43.259Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3368 | 2024-08-28T17:44:44.740Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3369 | 2024-08-28T17:44:44.816Z | Aug 28 17:44:43.605 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.199918108s) |
3370 | 2024-08-28T17:44:44.878Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3371 | 2024-08-28T17:44:44.886Z | Aug 28 17:44:43.675 INFO [stamp-clickhouse] process exited with exit status: 0 (10.302944777s) |
3372 | 2024-08-28T17:44:44.888Z | Aug 28 17:44:43.676 INFO [tuf-stamp] task succeeded (10.304174706s) |
3373 | 2024-08-28T17:44:46.377Z | [ recovery-image] Aug 28 17:44:45.166 INFO O| Aug 28 17:44:45.166 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3374 | 2024-08-28T17:44:52.710Z | [ recovery-image] Aug 28 17:44:51.498 INFO O| Aug 28 17:44:51.498 INFO O| Startup: Caching catalogs ... Done |
3375 | 2024-08-28T17:44:52.802Z | [ recovery-image] Aug 28 17:44:51.590 INFO O| Aug 28 17:44:51.590 INFO O| Planning: Planning completed in 0.00 seconds |
3376 | 2024-08-28T17:44:52.806Z | [ recovery-image] Aug 28 17:44:51.591 INFO O| Aug 28 17:44:51.591 INFO O| Planning: Consolidating action changes ... Done |
3377 | 2024-08-28T17:44:52.806Z | [ recovery-image] Aug 28 17:44:51.591 INFO O| Aug 28 17:44:51.591 INFO O| Planning: Evaluating mediators ... Done |
3378 | 2024-08-28T17:44:52.806Z | [ recovery-image] Aug 28 17:44:51.592 INFO O| Aug 28 17:44:51.592 INFO O| Planning: Planning completed in 0.00 seconds |
3379 | 2024-08-28T17:44:52.806Z | [ recovery-image] Aug 28 17:44:51.592 INFO O| Aug 28 17:44:51.592 INFO O| Variants/Facets to change: 1 |
3380 | 2024-08-28T17:44:52.872Z | [ recovery-image] Aug 28 17:44:51.659 INFO O| Aug 28 17:44:51.659 INFO O| Done |
3381 | 2024-08-28T17:44:52.872Z | [ recovery-image] Aug 28 17:44:51.660 INFO O| Aug 28 17:44:51.659 INFO O| Done |
3382 | 2024-08-28T17:44:53.564Z | [ recovery-image] Aug 28 17:44:52.351 INFO O| Aug 28 17:44:52.351 INFO O| Done |
3383 | 2024-08-28T17:44:53.623Z | [ recovery-image] Aug 28 17:44:52.410 INFO O| Aug 28 17:44:52.410 INFO O| Done |
3384 | 2024-08-28T17:44:53.626Z | [ recovery-image] Aug 28 17:44:52.412 INFO O| Aug 28 17:44:52.412 INFO O| Done |
3385 | 2024-08-28T17:44:53.626Z | [ recovery-image] Aug 28 17:44:52.412 INFO O| Aug 28 17:44:52.412 INFO O| Done |
3386 | 2024-08-28T17:44:53.626Z | [ recovery-image] Aug 28 17:44:52.414 INFO O| Aug 28 17:44:52.413 INFO O| Done |
3387 | 2024-08-28T17:44:54.272Z | [ recovery-image] Aug 28 17:44:53.057 INFO O| Aug 28 17:44:53.057 INFO STEP 6 (pkg_change_variant) COMPLETE |
3388 | 2024-08-28T17:44:54.272Z | [ recovery-image] Aug 28 17:44:53.057 INFO O| Aug 28 17:44:53.057 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3389 | 2024-08-28T17:44:54.275Z | [ recovery-image] Aug 28 17:44:53.057 INFO O| Aug 28 17:44:53.057 INFO skip step because feature "debug_variant" is not enabled |
3390 | 2024-08-28T17:44:54.275Z | [ recovery-image] Aug 28 17:44:53.057 INFO O| Aug 28 17:44:53.057 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3391 | 2024-08-28T17:44:55.004Z | [ recovery-image] Aug 28 17:44:53.791 INFO O| Aug 28 17:44:53.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3392 | 2024-08-28T17:44:56.075Z | [ recovery-image] Aug 28 17:44:54.862 INFO O| Aug 28 17:44:54.862 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3393 | 2024-08-28T17:44:56.078Z | [ recovery-image] Aug 28 17:44:54.864 INFO O| Aug 28 17:44:54.864 INFO O| Planning: Planning completed in 0.00 seconds |
3394 | 2024-08-28T17:44:56.080Z | [ recovery-image] Aug 28 17:44:54.865 INFO O| Aug 28 17:44:54.865 INFO O| Planning: Consolidating action changes ... Done |
3395 | 2024-08-28T17:44:56.080Z | [ recovery-image] Aug 28 17:44:54.865 INFO O| Aug 28 17:44:54.865 INFO O| Planning: Evaluating mediators ... Done |
3396 | 2024-08-28T17:44:56.080Z | [ recovery-image] Aug 28 17:44:54.866 INFO O| Aug 28 17:44:54.866 INFO O| Planning: Planning completed in 0.00 seconds |
3397 | 2024-08-28T17:44:56.080Z | [ recovery-image] Aug 28 17:44:54.867 INFO O| Aug 28 17:44:54.867 INFO O| Variants/Facets to change: 1 |
3398 | 2024-08-28T17:44:56.136Z | [ recovery-image] Aug 28 17:44:54.923 INFO O| Aug 28 17:44:54.923 INFO O| Done |
3399 | 2024-08-28T17:44:56.136Z | [ recovery-image] Aug 28 17:44:54.923 INFO O| Aug 28 17:44:54.923 INFO O| Done |
3400 | 2024-08-28T17:44:56.784Z | [ recovery-image] Aug 28 17:44:55.571 INFO O| Aug 28 17:44:55.571 INFO O| Done |
3401 | 2024-08-28T17:44:56.839Z | [ recovery-image] Aug 28 17:44:55.626 INFO O| Aug 28 17:44:55.626 INFO O| Done |
3402 | 2024-08-28T17:44:56.848Z | [ recovery-image] Aug 28 17:44:55.635 INFO O| Aug 28 17:44:55.635 INFO O| Done |
3403 | 2024-08-28T17:44:56.848Z | [ recovery-image] Aug 28 17:44:55.635 INFO O| Aug 28 17:44:55.635 INFO O| Done |
3404 | 2024-08-28T17:44:56.851Z | [ recovery-image] Aug 28 17:44:55.637 INFO O| Aug 28 17:44:55.637 INFO O| Done |
3405 | 2024-08-28T17:44:56.956Z | [ recovery-image] Aug 28 17:44:55.742 INFO O| Aug 28 17:44:55.742 INFO STEP 8 (pkg_change_facet) COMPLETE |
3406 | 2024-08-28T17:44:56.956Z | [ recovery-image] Aug 28 17:44:55.742 INFO O| Aug 28 17:44:55.742 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3407 | 2024-08-28T17:44:57.581Z | [ recovery-image] Aug 28 17:44:56.368 INFO O| Aug 28 17:44:56.368 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3408 | 2024-08-28T17:44:58.600Z | [ recovery-image] Aug 28 17:44:57.387 INFO O| Aug 28 17:44:57.387 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3409 | 2024-08-28T17:44:58.603Z | [ recovery-image] Aug 28 17:44:57.389 INFO O| Aug 28 17:44:57.389 INFO O| Planning: Planning completed in 0.00 seconds |
3410 | 2024-08-28T17:44:58.603Z | [ recovery-image] Aug 28 17:44:57.389 INFO O| Aug 28 17:44:57.389 INFO O| Planning: Consolidating action changes ... Done |
3411 | 2024-08-28T17:44:58.605Z | [ recovery-image] Aug 28 17:44:57.390 INFO O| Aug 28 17:44:57.390 INFO O| Planning: Evaluating mediators ... Done |
3412 | 2024-08-28T17:44:58.605Z | [ recovery-image] Aug 28 17:44:57.390 INFO O| Aug 28 17:44:57.390 INFO O| Planning: Planning completed in 0.00 seconds |
3413 | 2024-08-28T17:44:58.605Z | [ recovery-image] Aug 28 17:44:57.390 INFO O| Aug 28 17:44:57.390 INFO O| Variants/Facets to change: 1 |
3414 | 2024-08-28T17:44:58.720Z | [ recovery-image] Aug 28 17:44:57.507 INFO O| Aug 28 17:44:57.507 INFO O| Done |
3415 | 2024-08-28T17:44:58.720Z | [ recovery-image] Aug 28 17:44:57.507 INFO O| Aug 28 17:44:57.507 INFO O| Done |
3416 | 2024-08-28T17:44:59.280Z | [ recovery-image] Aug 28 17:44:58.066 INFO O| Aug 28 17:44:58.066 INFO O| Done |
3417 | 2024-08-28T17:44:59.336Z | [ recovery-image] Aug 28 17:44:58.123 INFO O| Aug 28 17:44:58.123 INFO O| Done |
3418 | 2024-08-28T17:44:59.339Z | [ recovery-image] Aug 28 17:44:58.124 INFO O| Aug 28 17:44:58.124 INFO O| Done |
3419 | 2024-08-28T17:44:59.339Z | [ recovery-image] Aug 28 17:44:58.124 INFO O| Aug 28 17:44:58.124 INFO O| Done |
3420 | 2024-08-28T17:44:59.341Z | [ recovery-image] Aug 28 17:44:58.126 INFO O| Aug 28 17:44:58.126 INFO O| Done |
3421 | 2024-08-28T17:44:59.444Z | [ recovery-image] Aug 28 17:44:58.231 INFO O| Aug 28 17:44:58.230 INFO STEP 9 (pkg_change_facet) COMPLETE |
3422 | 2024-08-28T17:44:59.444Z | [ recovery-image] Aug 28 17:44:58.231 INFO O| Aug 28 17:44:58.231 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-08-28T17:45:00.159Z | [ recovery-image] Aug 28 17:44:58.945 INFO O| Aug 28 17:44:58.945 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3424 | 2024-08-28T17:45:01.090Z | [ recovery-image] Aug 28 17:44:59.876 INFO O| Aug 28 17:44:59.876 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3425 | 2024-08-28T17:45:01.092Z | [ recovery-image] Aug 28 17:44:59.878 INFO O| Aug 28 17:44:59.878 INFO O| Planning: Planning completed in 0.00 seconds |
3426 | 2024-08-28T17:45:01.095Z | [ recovery-image] Aug 28 17:44:59.879 INFO O| Aug 28 17:44:59.879 INFO O| Planning: Consolidating action changes ... Done |
3427 | 2024-08-28T17:45:01.095Z | [ recovery-image] Aug 28 17:44:59.879 INFO O| Aug 28 17:44:59.879 INFO O| Planning: Evaluating mediators ... Done |
3428 | 2024-08-28T17:45:01.095Z | [ recovery-image] Aug 28 17:44:59.880 INFO O| Aug 28 17:44:59.880 INFO O| Planning: Planning completed in 0.00 seconds |
3429 | 2024-08-28T17:45:01.095Z | [ recovery-image] Aug 28 17:44:59.880 INFO O| Aug 28 17:44:59.880 INFO O| Variants/Facets to change: 1 |
3430 | 2024-08-28T17:45:01.189Z | [ recovery-image] Aug 28 17:44:59.975 INFO O| Aug 28 17:44:59.975 INFO O| Done |
3431 | 2024-08-28T17:45:01.189Z | [ recovery-image] Aug 28 17:44:59.975 INFO O| Aug 28 17:44:59.975 INFO O| Done |
3432 | 2024-08-28T17:45:01.809Z | [ recovery-image] Aug 28 17:45:00.595 INFO O| Aug 28 17:45:00.595 INFO O| Done |
3433 | 2024-08-28T17:45:01.866Z | [ recovery-image] Aug 28 17:45:00.652 INFO O| Aug 28 17:45:00.652 INFO O| Done |
3434 | 2024-08-28T17:45:01.868Z | [ recovery-image] Aug 28 17:45:00.653 INFO O| Aug 28 17:45:00.653 INFO O| Done |
3435 | 2024-08-28T17:45:01.868Z | [ recovery-image] Aug 28 17:45:00.653 INFO O| Aug 28 17:45:00.653 INFO O| Done |
3436 | 2024-08-28T17:45:01.871Z | [ recovery-image] Aug 28 17:45:00.655 INFO O| Aug 28 17:45:00.655 INFO O| Done |
3437 | 2024-08-28T17:45:01.979Z | [ recovery-image] Aug 28 17:45:00.764 INFO O| Aug 28 17:45:00.764 INFO STEP 10 (pkg_change_facet) COMPLETE |
3438 | 2024-08-28T17:45:01.979Z | [ recovery-image] Aug 28 17:45:00.765 INFO O| Aug 28 17:45:00.764 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3439 | 2024-08-28T17:45:01.998Z | [ recovery-image] Aug 28 17:45:00.784 INFO O| Aug 28 17:45:00.784 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"] |
3440 | 2024-08-28T17:45:03.073Z | [ recovery-image] Aug 28 17:45:01.858 INFO O| Aug 28 17:45:01.858 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3441 | 2024-08-28T17:45:08.591Z | [ host-image] Aug 28 17:45:07.375 INFO O| Aug 28 17:45:07.375 INFO O| Planning: Solver setup ... Done |
3442 | 2024-08-28T17:45:11.397Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3443 | 2024-08-28T17:45:13.873Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3444 | 2024-08-28T17:45:32.768Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3445 | 2024-08-28T17:45:34.126Z | [ host-image] Aug 28 17:45:32.905 INFO O| Aug 28 17:45:32.905 INFO O| Planning: Running solver ... Done |
3446 | 2024-08-28T17:45:34.557Z | [ host-image] Aug 28 17:45:33.336 INFO O| Aug 28 17:45:33.336 INFO O| Planning: Finding local manifests ... Done |
3447 | 2024-08-28T17:45:34.574Z | [ host-image] Aug 28 17:45:33.352 INFO O| Aug 28 17:45:33.352 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3448 | 2024-08-28T17:45:34.874Z | [ recovery-image] Aug 28 17:45:33.652 INFO O| Aug 28 17:45:33.652 INFO O| Planning: Solver setup ... Done |
3449 | 2024-08-28T17:45:39.255Z | [ host-image] Aug 28 17:45:38.033 INFO O| Aug 28 17:45:38.033 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3450 | 2024-08-28T17:45:40.337Z | [ host-image] Aug 28 17:45:39.114 INFO O| Aug 28 17:45:39.114 INFO O| Planning: Package planning ... Done |
3451 | 2024-08-28T17:45:41.952Z | [ host-image] Aug 28 17:45:40.729 INFO O| Aug 28 17:45:40.729 INFO O| Planning: Merging actions ... Done |
3452 | 2024-08-28T17:45:42.436Z | [ host-image] Aug 28 17:45:41.213 INFO O| Aug 28 17:45:41.213 INFO O| Planning: Checking for conflicting actions ... Done |
3453 | 2024-08-28T17:45:42.757Z | [ host-image] Aug 28 17:45:41.534 INFO O| Aug 28 17:45:41.533 INFO O| Planning: Consolidating action changes ... Done |
3454 | 2024-08-28T17:45:43.267Z | [ host-image] Aug 28 17:45:42.044 INFO O| Aug 28 17:45:42.044 INFO O| Planning: Evaluating mediators ... Done |
3455 | 2024-08-28T17:45:49.911Z | [ host-image] Aug 28 17:45:48.687 INFO O| Aug 28 17:45:48.687 INFO O| Planning: Planning completed in 72.48 seconds |
3456 | 2024-08-28T17:45:49.919Z | [ host-image] Aug 28 17:45:48.694 INFO O| Aug 28 17:45:48.694 INFO O| Packages to install: 124 |
3457 | 2024-08-28T17:45:49.923Z | [ host-image] Aug 28 17:45:48.694 INFO O| Aug 28 17:45:48.694 INFO O| Mediators to change: 4 |
3458 | 2024-08-28T17:45:49.923Z | [ host-image] Aug 28 17:45:48.694 INFO O| Aug 28 17:45:48.694 INFO O| Services to change: 6 |
3459 | 2024-08-28T17:45:50.036Z | [ host-image] Aug 28 17:45:48.811 INFO O| Aug 28 17:45:48.811 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
3460 | 2024-08-28T17:45:51.321Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3461 | 2024-08-28T17:45:55.047Z | [ host-image] Aug 28 17:45:53.822 INFO O| Aug 28 17:45:53.821 INFO O| Download: 1283/22728 items 7.7/196.4MB 3% complete (1.6M/s) |
3462 | 2024-08-28T17:45:55.418Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3463 | 2024-08-28T17:45:59.153Z | [ recovery-image] Aug 28 17:45:57.926 INFO O| Aug 28 17:45:57.926 INFO O| Planning: Running solver ... Done |
3464 | 2024-08-28T17:45:59.443Z | [ recovery-image] Aug 28 17:45:58.216 INFO O| Aug 28 17:45:58.216 INFO O| Planning: Finding local manifests ... Done |
3465 | 2024-08-28T17:45:59.459Z | [ recovery-image] Aug 28 17:45:58.232 INFO O| Aug 28 17:45:58.232 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3466 | 2024-08-28T17:46:00.313Z | [ host-image] Aug 28 17:45:59.086 INFO O| Aug 28 17:45:59.086 INFO O| Download: 1805/22728 items 15.7/196.4MB 7% complete (1.5M/s) |
3467 | 2024-08-28T17:46:03.865Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3468 | 2024-08-28T17:46:04.724Z | [ recovery-image] Aug 28 17:46:03.496 INFO O| Aug 28 17:46:03.496 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3469 | 2024-08-28T17:46:05.324Z | [ host-image] Aug 28 17:46:04.097 INFO O| Aug 28 17:46:04.097 INFO O| Download: 2443/22728 items 28.1/196.4MB 14% complete (2.0M/s) |
3470 | 2024-08-28T17:46:05.769Z | [ recovery-image] Aug 28 17:46:04.541 INFO O| Aug 28 17:46:04.541 INFO O| Planning: Package planning ... Done |
3471 | 2024-08-28T17:46:06.598Z | [ recovery-image] Aug 28 17:46:05.370 INFO O| Aug 28 17:46:05.370 INFO O| Planning: Merging actions ... Done |
3472 | 2024-08-28T17:46:06.772Z | [ recovery-image] Aug 28 17:46:05.543 INFO O| Aug 28 17:46:05.543 INFO O| Planning: Checking for conflicting actions ... Done |
3473 | 2024-08-28T17:46:06.975Z | [ recovery-image] Aug 28 17:46:05.747 INFO O| Aug 28 17:46:05.747 INFO O| Planning: Consolidating action changes ... Done |
3474 | 2024-08-28T17:46:07.519Z | [ recovery-image] Aug 28 17:46:06.290 INFO O| Aug 28 17:46:06.290 INFO O| Planning: Evaluating mediators ... Done |
3475 | 2024-08-28T17:46:10.346Z | [ host-image] Aug 28 17:46:09.117 INFO O| Aug 28 17:46:09.117 INFO O| Download: 3664/22728 items 37.3/196.4MB 19% complete (2.2M/s) |
3476 | 2024-08-28T17:46:14.122Z | [ recovery-image] Aug 28 17:46:12.892 INFO O| Aug 28 17:46:12.892 INFO O| Planning: Planning completed in 71.03 seconds |
3477 | 2024-08-28T17:46:14.129Z | [ recovery-image] Aug 28 17:46:12.899 INFO O| Aug 28 17:46:12.899 INFO O| Packages to install: 124 |
3478 | 2024-08-28T17:46:14.129Z | [ recovery-image] Aug 28 17:46:12.899 INFO O| Aug 28 17:46:12.899 INFO O| Mediators to change: 4 |
3479 | 2024-08-28T17:46:14.129Z | [ recovery-image] Aug 28 17:46:12.899 INFO O| Aug 28 17:46:12.899 INFO O| Services to change: 5 |
3480 | 2024-08-28T17:46:14.208Z | [ recovery-image] Aug 28 17:46:12.978 INFO O| Aug 28 17:46:12.978 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3481 | 2024-08-28T17:46:15.754Z | [ host-image] Aug 28 17:46:14.523 INFO O| Aug 28 17:46:14.523 INFO O| Download: 4650/22728 items 43.1/196.4MB 21% complete (1.6M/s) |
3482 | 2024-08-28T17:46:19.220Z | [ recovery-image] Aug 28 17:46:17.989 INFO O| Aug 28 17:46:17.989 INFO O| Download: 993/15831 items 7.8/173.2MB 4% complete (1.7M/s) |
3483 | 2024-08-28T17:46:20.798Z | [ host-image] Aug 28 17:46:19.559 INFO O| Aug 28 17:46:19.559 INFO O| Download: 5735/22728 items 46.2/196.4MB 23% complete (816k/s) |
3484 | 2024-08-28T17:46:24.229Z | [ recovery-image] Aug 28 17:46:22.997 INFO O| Aug 28 17:46:22.997 INFO O| Download: 1293/15831 items 19.5/173.2MB 11% complete (1.9M/s) |
3485 | 2024-08-28T17:46:25.794Z | [ host-image] Aug 28 17:46:24.559 INFO O| Aug 28 17:46:24.559 INFO O| Download: 6761/22728 items 47.8/196.4MB 24% complete (446k/s) |
3486 | 2024-08-28T17:46:26.446Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3487 | 2024-08-28T17:46:29.733Z | [ recovery-image] Aug 28 17:46:28.492 INFO O| Aug 28 17:46:28.492 INFO O| Download: 1582/15831 items 24.5/173.2MB 14% complete (1.6M/s) |
3488 | 2024-08-28T17:46:29.953Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3489 | 2024-08-28T17:46:30.805Z | [ host-image] Aug 28 17:46:29.571 INFO O| Aug 28 17:46:29.571 INFO O| Download: 7587/22728 items 58.3/196.4MB 29% complete (1.2M/s) |
3490 | 2024-08-28T17:46:31.456Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3491 | 2024-08-28T17:46:34.737Z | [ recovery-image] Aug 28 17:46:33.496 INFO O| Aug 28 17:46:33.496 INFO O| Download: 2568/15831 items 32.8/173.2MB 18% complete (1.3M/s) |
3492 | 2024-08-28T17:46:35.806Z | [ host-image] Aug 28 17:46:34.571 INFO O| Aug 28 17:46:34.571 INFO O| Download: 8233/22728 items 63.4/196.4MB 32% complete (1.5M/s) |
3493 | 2024-08-28T17:46:39.931Z | [ recovery-image] Aug 28 17:46:38.696 INFO O| Aug 28 17:46:38.696 INFO O| Download: 3601/15831 items 39.0/173.2MB 22% complete (1.5M/s) |
3494 | 2024-08-28T17:46:40.831Z | [ host-image] Aug 28 17:46:39.595 INFO O| Aug 28 17:46:39.595 INFO O| Download: 8920/22728 items 71.7/196.4MB 36% complete (1.3M/s) |
3495 | 2024-08-28T17:46:44.936Z | [ recovery-image] Aug 28 17:46:43.698 INFO O| Aug 28 17:46:43.698 INFO O| Download: 4581/15831 items 42.8/173.2MB 24% complete (1.0M/s) |
3496 | 2024-08-28T17:46:45.846Z | [ host-image] Aug 28 17:46:44.609 INFO O| Aug 28 17:46:44.609 INFO O| Download: 9738/22728 items 83.5/196.4MB 42% complete (2.1M/s) |
3497 | 2024-08-28T17:46:50.062Z | [ recovery-image] Aug 28 17:46:48.825 INFO O| Aug 28 17:46:48.825 INFO O| Download: 5650/15831 items 44.5/173.2MB 25% complete (501k/s) |
3498 | 2024-08-28T17:46:51.021Z | [ host-image] Aug 28 17:46:49.783 INFO O| Aug 28 17:46:49.783 INFO O| Download: 10424/22728 items 88.0/196.4MB 44% complete (1.6M/s) |
3499 | 2024-08-28T17:46:55.067Z | [ recovery-image] Aug 28 17:46:53.828 INFO O| Aug 28 17:46:53.828 INFO O| Download: 5999/15831 items 54.1/173.2MB 31% complete (1.1M/s) |
3500 | 2024-08-28T17:46:56.114Z | [ host-image] Aug 28 17:46:54.875 INFO O| Aug 28 17:46:54.875 INFO O| Download: 11164/22728 items 93.8/196.4MB 47% complete (1.0M/s) |
3501 | 2024-08-28T17:47:00.068Z | [ recovery-image] Aug 28 17:46:58.828 INFO O| Aug 28 17:46:58.828 INFO O| Download: 7138/15831 items 72.6/173.2MB 41% complete (2.8M/s) |
3502 | 2024-08-28T17:47:01.115Z | [ host-image] Aug 28 17:46:59.875 INFO O| Aug 28 17:46:59.875 INFO O| Download: 11619/22728 items 96.3/196.4MB 49% complete (829k/s) |
3503 | 2024-08-28T17:47:05.301Z | [ recovery-image] Aug 28 17:47:04.060 INFO O| Aug 28 17:47:04.060 INFO O| Download: 7855/15831 items 75.5/173.2MB 43% complete (2.1M/s) |
3504 | 2024-08-28T17:47:06.171Z | [ host-image] Aug 28 17:47:04.929 INFO O| Aug 28 17:47:04.929 INFO O| Download: 12107/22728 items 101.0/196.4MB 51% complete (740k/s) |
3505 | 2024-08-28T17:47:10.530Z | [ recovery-image] Aug 28 17:47:09.288 INFO O| Aug 28 17:47:09.288 INFO O| Download: 8655/15831 items 81.5/173.2MB 47% complete (865k/s) |
3506 | 2024-08-28T17:47:11.303Z | [ host-image] Aug 28 17:47:10.061 INFO O| Aug 28 17:47:10.060 INFO O| Download: 12278/22728 items 109.4/196.4MB 55% complete (1.5M/s) |
3507 | 2024-08-28T17:47:16.055Z | [ recovery-image] Aug 28 17:47:14.811 INFO O| Aug 28 17:47:14.811 INFO O| Download: 8762/15831 items 84.2/173.2MB 48% complete (1.1M/s) |
3508 | 2024-08-28T17:47:16.317Z | [ host-image] Aug 28 17:47:15.074 INFO O| Aug 28 17:47:15.074 INFO O| Download: 13550/22728 items 110.0/196.4MB 56% complete (693k/s) |
3509 | 2024-08-28T17:47:21.066Z | [ recovery-image] Aug 28 17:47:19.822 INFO O| Aug 28 17:47:19.821 INFO O| Download: 9514/15831 items 92.9/173.2MB 53% complete (1.2M/s) |
3510 | 2024-08-28T17:47:21.745Z | [ host-image] Aug 28 17:47:20.500 INFO O| Aug 28 17:47:20.500 INFO O| Download: 14261/22728 items 110.6/196.4MB 56% complete (129k/s) |
3511 | 2024-08-28T17:47:26.153Z | [ recovery-image] Aug 28 17:47:24.907 INFO O| Aug 28 17:47:24.907 INFO O| Download: 10537/15831 items 93.4/173.2MB 53% complete (951k/s) |
3512 | 2024-08-28T17:47:27.346Z | [ host-image] Aug 28 17:47:26.100 INFO O| Aug 28 17:47:26.100 INFO O| Download: 14499/22728 items 116.5/196.4MB 59% complete (538k/s) |
3513 | 2024-08-28T17:47:32.453Z | [ host-image] Aug 28 17:47:31.206 INFO O| Aug 28 17:47:31.206 INFO O| Download: 15584/22728 items 125.5/196.4MB 63% complete (1.4M/s) |
3514 | 2024-08-28T17:47:32.485Z | [ recovery-image] Aug 28 17:47:31.238 INFO O| Aug 28 17:47:31.238 INFO O| Download: 11010/15831 items 94.7/173.2MB 54% complete (170k/s) |
3515 | 2024-08-28T17:47:37.457Z | [ host-image] Aug 28 17:47:36.209 INFO O| Aug 28 17:47:36.209 INFO O| Download: 16363/22728 items 137.3/196.4MB 69% complete (2.1M/s) |
3516 | 2024-08-28T17:47:38.040Z | [ recovery-image] Aug 28 17:47:36.792 INFO O| Aug 28 17:47:36.792 INFO O| Download: 11504/15831 items 111.1/173.2MB 64% complete (1.8M/s) |
3517 | 2024-08-28T17:47:42.464Z | [ host-image] Aug 28 17:47:41.212 INFO O| Aug 28 17:47:41.211 INFO O| Download: 17740/22728 items 149.8/196.4MB 76% complete (2.4M/s) |
3518 | 2024-08-28T17:47:45.775Z | [ recovery-image] Aug 28 17:47:44.525 INFO O| Aug 28 17:47:44.524 INFO O| Download: 11919/15831 items 128.2/173.2MB 74% complete (3.6M/s) |
3519 | 2024-08-28T17:47:47.466Z | [ host-image] Aug 28 17:47:46.215 INFO O| Aug 28 17:47:46.215 INFO O| Download: 18660/22728 items 161.9/196.4MB 82% complete (2.5M/s) |
3520 | 2024-08-28T17:47:50.783Z | [ recovery-image] Aug 28 17:47:49.531 INFO O| Aug 28 17:47:49.531 INFO O| Download: 12370/15831 items 138.4/173.2MB 79% complete (1.4M/s) |
3521 | 2024-08-28T17:47:52.494Z | [ host-image] Aug 28 17:47:51.237 INFO O| Aug 28 17:47:51.237 INFO O| Download: 19621/22728 items 166.0/196.4MB 84% complete (1.6M/s) |
3522 | 2024-08-28T17:47:55.784Z | [ recovery-image] Aug 28 17:47:54.532 INFO O| Aug 28 17:47:54.532 INFO O| Download: 13118/15831 items 141.3/173.2MB 81% complete (1.3M/s) |
3523 | 2024-08-28T17:47:57.500Z | [ host-image] Aug 28 17:47:56.248 INFO O| Aug 28 17:47:56.248 INFO O| Download: 20414/22728 items 168.7/196.4MB 85% complete (695k/s) |
3524 | 2024-08-28T17:48:00.921Z | [ recovery-image] Aug 28 17:47:59.668 INFO O| Aug 28 17:47:59.668 INFO O| Download: 14025/15831 items 145.4/173.2MB 83% complete (776k/s) |
3525 | 2024-08-28T17:48:02.705Z | [ host-image] Aug 28 17:48:01.451 INFO O| Aug 28 17:48:01.451 INFO O| Download: 20889/22728 items 175.6/196.4MB 89% complete (996k/s) |
3526 | 2024-08-28T17:48:06.221Z | [ recovery-image] Aug 28 17:48:04.967 INFO O| Aug 28 17:48:04.966 INFO O| Download: 14666/15831 items 147.9/173.2MB 85% complete (647k/s) |
3527 | 2024-08-28T17:48:07.722Z | [ host-image] Aug 28 17:48:06.466 INFO O| Aug 28 17:48:06.466 INFO O| Download: 21182/22728 items 176.8/196.4MB 89% complete (814k/s) |
3528 | 2024-08-28T17:48:11.524Z | [ recovery-image] Aug 28 17:48:10.269 INFO O| Aug 28 17:48:10.269 INFO O| Download: 15249/15831 items 157.9/173.2MB 91% complete (1.2M/s) |
3529 | 2024-08-28T17:48:12.959Z | [ host-image] Aug 28 17:48:11.703 INFO O| Aug 28 17:48:11.703 INFO O| Download: 21911/22728 items 188.5/196.4MB 95% complete (1.3M/s) |
3530 | 2024-08-28T17:48:16.543Z | [ recovery-image] Aug 28 17:48:15.286 INFO O| Aug 28 17:48:15.286 INFO O| Download: 15713/15831 items 171.4/173.2MB 98% complete (2.3M/s) |
3531 | 2024-08-28T17:48:17.961Z | [ host-image] Aug 28 17:48:16.704 INFO O| Aug 28 17:48:16.704 INFO O| Download: 22623/22728 items 196.2/196.4MB 99% complete (1.9M/s) |
3532 | 2024-08-28T17:48:18.466Z | [ host-image] Aug 28 17:48:17.209 INFO O| Aug 28 17:48:17.209 INFO O| Download: Completed 196.40 MB in 148.40 seconds (1.3M/s) |
3533 | 2024-08-28T17:48:18.763Z | [ recovery-image] Aug 28 17:48:17.506 INFO O| Aug 28 17:48:17.506 INFO O| Download: Completed 173.17 MB in 124.53 seconds (1.4M/s) |
3534 | 2024-08-28T17:48:19.761Z | [ recovery-image] Aug 28 17:48:18.503 INFO O| Aug 28 17:48:18.503 INFO O| Actions: 1/24965 actions (Installing new actions) |
3535 | 2024-08-28T17:48:20.336Z | [ host-image] Aug 28 17:48:19.079 INFO O| Aug 28 17:48:19.079 INFO O| Actions: 1/49262 actions (Installing new actions) |
3536 | 2024-08-28T17:48:24.780Z | [ recovery-image] Aug 28 17:48:23.521 INFO O| Aug 28 17:48:23.521 INFO O| Actions: 8953/24965 actions (Installing new actions) |
3537 | 2024-08-28T17:48:25.347Z | [ host-image] Aug 28 17:48:24.088 INFO O| Aug 28 17:48:24.088 INFO O| Actions: 9075/49262 actions (Installing new actions) |
3538 | 2024-08-28T17:48:29.781Z | [ recovery-image] Aug 28 17:48:28.522 INFO O| Aug 28 17:48:28.521 INFO O| Actions: 14527/24965 actions (Installing new actions) |
3539 | 2024-08-28T17:48:30.348Z | [ host-image] Aug 28 17:48:29.089 INFO O| Aug 28 17:48:29.089 INFO O| Actions: 14824/49262 actions (Installing new actions) |
3540 | 2024-08-28T17:48:35.364Z | [ host-image] Aug 28 17:48:34.103 INFO O| Aug 28 17:48:34.103 INFO O| Actions: 20504/49262 actions (Installing new actions) |
3541 | 2024-08-28T17:48:37.633Z | [ recovery-image] Aug 28 17:48:36.372 INFO O| Aug 28 17:48:36.372 INFO O| Actions: 24412/24965 actions (Installing new actions) |
3542 | 2024-08-28T17:48:40.365Z | [ host-image] Aug 28 17:48:39.103 INFO O| Aug 28 17:48:39.103 INFO O| Actions: 29481/49262 actions (Installing new actions) |
3543 | 2024-08-28T17:48:41.764Z | [ recovery-image] Aug 28 17:48:40.500 INFO O| Aug 28 17:48:40.500 INFO O| Actions: Completed 24965 actions in 21.99 seconds. |
3544 | 2024-08-28T17:48:42.509Z | [ recovery-image] Aug 28 17:48:41.247 INFO O| Aug 28 17:48:41.247 INFO O| Done |
3545 | 2024-08-28T17:48:42.509Z | [ recovery-image] Aug 28 17:48:41.247 INFO O| Aug 28 17:48:41.247 INFO O| Done |
3546 | 2024-08-28T17:48:43.505Z | [ recovery-image] Aug 28 17:48:42.243 INFO O| Aug 28 17:48:42.243 INFO O| Done |
3547 | 2024-08-28T17:48:45.355Z | [ recovery-image] Aug 28 17:48:44.083 INFO O| Aug 28 17:48:44.083 INFO O| Done |
3548 | 2024-08-28T17:48:45.372Z | [ recovery-image] Aug 28 17:48:44.109 INFO O| Aug 28 17:48:44.109 INFO O| Done |
3549 | 2024-08-28T17:48:45.423Z | [ host-image] Aug 28 17:48:44.158 INFO O| Aug 28 17:48:44.158 INFO O| Actions: 48817/49262 actions (Installing new actions) |
3550 | 2024-08-28T17:48:47.524Z | [ host-image] Aug 28 17:48:46.261 INFO O| Aug 28 17:48:46.261 INFO O| Actions: Completed 49262 actions in 27.17 seconds. |
3551 | 2024-08-28T17:48:47.969Z | [ host-image] Aug 28 17:48:46.705 INFO O| Aug 28 17:48:46.705 INFO O| Done |
3552 | 2024-08-28T17:48:47.969Z | [ host-image] Aug 28 17:48:46.705 INFO O| Aug 28 17:48:46.705 INFO O| Done |
3553 | 2024-08-28T17:48:49.129Z | [ host-image] Aug 28 17:48:47.864 INFO O| Aug 28 17:48:47.864 INFO O| Done |
3554 | 2024-08-28T17:48:50.505Z | [ recovery-image] Aug 28 17:48:49.241 INFO O| Aug 28 17:48:49.241 INFO O| Done |
3555 | 2024-08-28T17:48:51.529Z | [ recovery-image] Aug 28 17:48:49.925 INFO O| Aug 28 17:48:49.925 INFO O| Done |
3556 | 2024-08-28T17:48:51.532Z | [ recovery-image] Aug 28 17:48:50.265 INFO O| Aug 28 17:48:50.265 INFO STEP 11 (pkg_install) COMPLETE |
3557 | 2024-08-28T17:48:51.532Z | [ recovery-image] Aug 28 17:48:50.265 INFO O| Aug 28 17:48:50.265 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-08-28T17:48:51.532Z | [ recovery-image] Aug 28 17:48:50.266 INFO O| Aug 28 17:48:50.265 INFO skip step because feature "recovery" is enabled |
3559 | 2024-08-28T17:48:51.532Z | [ recovery-image] Aug 28 17:48:50.266 INFO O| Aug 28 17:48:50.265 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-08-28T17:48:51.532Z | [ recovery-image] Aug 28 17:48:50.266 INFO O| Aug 28 17:48:50.265 INFO skip step because feature "omicron1" is not enabled |
3561 | 2024-08-28T17:48:51.532Z | [ recovery-image] Aug 28 17:48:50.266 INFO O| Aug 28 17:48:50.265 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-08-28T17:48:51.549Z | [ recovery-image] Aug 28 17:48:50.285 INFO O| Aug 28 17:48:50.285 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3563 | 2024-08-28T17:48:51.964Z | [ host-image] Aug 28 17:48:50.699 INFO O| Aug 28 17:48:50.699 INFO O| Done |
3564 | 2024-08-28T17:48:52.012Z | [ host-image] Aug 28 17:48:50.748 INFO O| Aug 28 17:48:50.748 INFO O| Done |
3565 | 2024-08-28T17:48:52.936Z | [ recovery-image] Aug 28 17:48:51.671 INFO O| Aug 28 17:48:51.671 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3566 | 2024-08-28T17:48:56.599Z | [ recovery-image] Aug 28 17:48:55.334 INFO O| Aug 28 17:48:55.334 INFO O| Planning: Solver setup ... Done |
3567 | 2024-08-28T17:48:56.606Z | [ recovery-image] Aug 28 17:48:55.341 INFO O| Aug 28 17:48:55.341 INFO O| Planning: Running solver ... Done |
3568 | 2024-08-28T17:48:56.705Z | [ recovery-image] Aug 28 17:48:55.440 INFO O| Aug 28 17:48:55.440 INFO O| Planning: Finding local manifests ... Done |
3569 | 2024-08-28T17:48:56.707Z | [ recovery-image] Aug 28 17:48:55.441 INFO O| Aug 28 17:48:55.441 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3570 | 2024-08-28T17:48:56.917Z | [ recovery-image] Aug 28 17:48:55.652 INFO O| Aug 28 17:48:55.652 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3571 | 2024-08-28T17:48:56.948Z | [ recovery-image] Aug 28 17:48:55.683 INFO O| Aug 28 17:48:55.683 INFO O| Planning: Package planning ... Done |
3572 | 2024-08-28T17:48:56.951Z | [ recovery-image] Aug 28 17:48:55.684 INFO O| Aug 28 17:48:55.684 INFO O| Planning: Merging actions ... Done |
3573 | 2024-08-28T17:48:57.044Z | [ recovery-image] Aug 28 17:48:55.778 INFO O| Aug 28 17:48:55.777 INFO O| Planning: Checking for conflicting actions ... Done |
3574 | 2024-08-28T17:48:57.046Z | [ recovery-image] Aug 28 17:48:55.778 INFO O| Aug 28 17:48:55.778 INFO O| Planning: Consolidating action changes ... Done |
3575 | 2024-08-28T17:48:57.404Z | [ recovery-image] Aug 28 17:48:56.138 INFO O| Aug 28 17:48:56.138 INFO O| Planning: Evaluating mediators ... Done |
3576 | 2024-08-28T17:48:57.406Z | [ recovery-image] Aug 28 17:48:56.139 INFO O| Aug 28 17:48:56.139 INFO O| Planning: Planning completed in 4.47 seconds |
3577 | 2024-08-28T17:48:57.406Z | [ recovery-image] Aug 28 17:48:56.141 INFO O| Aug 28 17:48:56.141 INFO O| Packages to install: 1 |
3578 | 2024-08-28T17:48:57.428Z | [ recovery-image] Aug 28 17:48:56.162 INFO O| Aug 28 17:48:56.162 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3579 | 2024-08-28T17:48:58.308Z | [ recovery-image] Aug 28 17:48:57.042 INFO O| Aug 28 17:48:57.042 INFO O| Download: Completed 20.80 MB in 0.88 seconds (23.6M/s) |
3580 | 2024-08-28T17:48:58.419Z | [ recovery-image] Aug 28 17:48:57.153 INFO O| Aug 28 17:48:57.153 INFO O| Actions: 1/22 actions (Installing new actions) |
3581 | 2024-08-28T17:48:59.375Z | [ recovery-image] Aug 28 17:48:58.109 INFO O| Aug 28 17:48:58.109 INFO O| Actions: Completed 22 actions in 0.96 seconds. |
3582 | 2024-08-28T17:48:59.686Z | [ recovery-image] Aug 28 17:48:58.420 INFO O| Aug 28 17:48:58.420 INFO O| Done |
3583 | 2024-08-28T17:48:59.686Z | [ recovery-image] Aug 28 17:48:58.420 INFO O| Aug 28 17:48:58.420 INFO O| Done |
3584 | 2024-08-28T17:48:59.993Z | [ host-image] Aug 28 17:48:58.727 INFO O| Aug 28 17:48:58.727 INFO O| Done |
3585 | 2024-08-28T17:49:00.448Z | [ recovery-image] Aug 28 17:48:59.182 INFO O| Aug 28 17:48:59.182 INFO O| Done |
3586 | 2024-08-28T17:49:00.898Z | [ host-image] Aug 28 17:48:59.632 INFO O| Aug 28 17:48:59.632 INFO O| Done |
3587 | 2024-08-28T17:49:01.232Z | [ host-image] Aug 28 17:48:59.965 INFO O| Aug 28 17:48:59.965 INFO STEP 11 (pkg_install) COMPLETE |
3588 | 2024-08-28T17:49:01.232Z | [ host-image] Aug 28 17:48:59.966 INFO O| Aug 28 17:48:59.965 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3589 | 2024-08-28T17:49:01.251Z | [ host-image] Aug 28 17:48:59.985 INFO O| Aug 28 17:48:59.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3590 | 2024-08-28T17:49:01.746Z | [ recovery-image] Aug 28 17:49:00.480 INFO O| Aug 28 17:49:00.480 INFO O| Done |
3591 | 2024-08-28T17:49:01.764Z | [ recovery-image] Aug 28 17:49:00.497 INFO O| Aug 28 17:49:00.497 INFO O| Done |
3592 | 2024-08-28T17:49:01.764Z | [ recovery-image] Aug 28 17:49:00.497 INFO O| Aug 28 17:49:00.497 INFO O| Done |
3593 | 2024-08-28T17:49:01.773Z | [ recovery-image] Aug 28 17:49:00.507 INFO O| Aug 28 17:49:00.507 INFO O| Done |
3594 | 2024-08-28T17:49:01.833Z | [ host-image] Aug 28 17:49:00.567 INFO O| Aug 28 17:49:00.566 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3595 | 2024-08-28T17:49:01.888Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO STEP 14 (pkg_install) COMPLETE |
3596 | 2024-08-28T17:49:01.888Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3597 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO skip step because feature "mfg" is not enabled |
3598 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3599 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO skip step because feature "compliance" is not enabled |
3600 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3601 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO skip step because feature "stress" is not enabled |
3602 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3603 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO skip step because feature "nfs" is not enabled |
3604 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3605 | 2024-08-28T17:49:01.891Z | [ recovery-image] Aug 28 17:49:00.622 INFO O| Aug 28 17:49:00.622 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3606 | 2024-08-28T17:49:02.084Z | [ recovery-image] Aug 28 17:49:00.818 INFO O| Aug 28 17:49:00.818 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3607 | 2024-08-28T17:49:02.173Z | [ recovery-image] Aug 28 17:49:00.906 INFO O| Aug 28 17:49:00.906 INFO completed processing gimlet/ramdisk-01-os |
3608 | 2024-08-28T17:49:02.176Z | [ recovery-image] Aug 28 17:49:00.910 INFO image builder template: ramdisk-02-trim... |
3609 | 2024-08-28T17:49:02.179Z | [ recovery-image] Aug 28 17:49:00.910 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/.tmp7rfXy1/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None |
3610 | 2024-08-28T17:49:02.215Z | [ recovery-image] Aug 28 17:49:00.948 INFO O| Aug 28 17:49:00.948 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3611 | 2024-08-28T17:49:02.220Z | [ recovery-image] Aug 28 17:49:00.954 INFO O| Aug 28 17:49:00.954 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3612 | 2024-08-28T17:49:02.325Z | [ recovery-image] Aug 28 17:49:01.057 INFO O| Aug 28 17:49:01.057 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3613 | 2024-08-28T17:49:02.414Z | [ recovery-image] Aug 28 17:49:01.147 INFO O| Aug 28 17:49:01.147 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3614 | 2024-08-28T17:49:02.414Z | [ recovery-image] Aug 28 17:49:01.147 INFO O| Aug 28 17:49:01.147 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3615 | 2024-08-28T17:49:02.420Z | [ recovery-image] Aug 28 17:49:01.154 INFO O| Aug 28 17:49:01.154 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3616 | 2024-08-28T17:49:02.424Z | [ recovery-image] Aug 28 17:49:01.158 INFO O| Aug 28 17:49:01.158 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3617 | 2024-08-28T17:49:02.430Z | [ recovery-image] Aug 28 17:49:01.163 INFO O| Aug 28 17:49:01.163 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3618 | 2024-08-28T17:49:02.625Z | [ recovery-image] Aug 28 17:49:01.359 INFO O| Aug 28 17:49:01.359 INFO rolled back to input snapshot; work may begin |
3619 | 2024-08-28T17:49:02.625Z | [ recovery-image] Aug 28 17:49:01.359 INFO O| Aug 28 17:49:01.359 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3620 | 2024-08-28T17:49:02.631Z | [ recovery-image] Aug 28 17:49:01.365 INFO O| Aug 28 17:49:01.364 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3621 | 2024-08-28T17:49:02.643Z | [ recovery-image] Aug 28 17:49:01.376 INFO O| Aug 28 17:49:01.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3622 | 2024-08-28T17:49:02.694Z | [ recovery-image] Aug 28 17:49:01.427 INFO O| Aug 28 17:49:01.427 INFO STEP 0 (remove_files) COMPLETE |
3623 | 2024-08-28T17:49:02.694Z | [ recovery-image] Aug 28 17:49:01.427 INFO O| Aug 28 17:49:01.427 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3624 | 2024-08-28T17:49:02.707Z | [ recovery-image] Aug 28 17:49:01.441 INFO O| Aug 28 17:49:01.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3625 | 2024-08-28T17:49:02.710Z | [ recovery-image] Aug 28 17:49:01.443 INFO O| Aug 28 17:49:01.443 INFO STEP 1 (remove_files) COMPLETE |
3626 | 2024-08-28T17:49:02.710Z | [ recovery-image] Aug 28 17:49:01.443 INFO O| Aug 28 17:49:01.443 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3627 | 2024-08-28T17:49:02.720Z | [ recovery-image] Aug 28 17:49:01.453 INFO O| Aug 28 17:49:01.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3628 | 2024-08-28T17:49:02.734Z | [ recovery-image] Aug 28 17:49:01.468 INFO O| Aug 28 17:49:01.468 INFO STEP 2 (remove_files) COMPLETE |
3629 | 2024-08-28T17:49:02.734Z | [ recovery-image] Aug 28 17:49:01.468 INFO O| Aug 28 17:49:01.468 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3630 | 2024-08-28T17:49:02.745Z | [ recovery-image] Aug 28 17:49:01.479 INFO O| Aug 28 17:49:01.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3631 | 2024-08-28T17:49:02.748Z | [ recovery-image] Aug 28 17:49:01.481 INFO O| Aug 28 17:49:01.481 INFO STEP 3 (remove_files) COMPLETE |
3632 | 2024-08-28T17:49:02.748Z | [ recovery-image] Aug 28 17:49:01.481 INFO O| Aug 28 17:49:01.481 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3633 | 2024-08-28T17:49:02.758Z | [ recovery-image] Aug 28 17:49:01.492 INFO O| Aug 28 17:49:01.492 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3634 | 2024-08-28T17:49:02.762Z | [ recovery-image] Aug 28 17:49:01.496 INFO O| Aug 28 17:49:01.496 INFO STEP 4 (remove_files) COMPLETE |
3635 | 2024-08-28T17:49:02.763Z | [ recovery-image] Aug 28 17:49:01.496 INFO O| Aug 28 17:49:01.496 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3636 | 2024-08-28T17:49:02.773Z | [ recovery-image] Aug 28 17:49:01.506 INFO O| Aug 28 17:49:01.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3637 | 2024-08-28T17:49:02.775Z | [ recovery-image] Aug 28 17:49:01.506 INFO O| Aug 28 17:49:01.506 INFO STEP 5 (remove_files) COMPLETE |
3638 | 2024-08-28T17:49:02.775Z | [ recovery-image] Aug 28 17:49:01.506 INFO O| Aug 28 17:49:01.506 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3639 | 2024-08-28T17:49:02.782Z | [ recovery-image] Aug 28 17:49:01.516 INFO O| Aug 28 17:49:01.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3640 | 2024-08-28T17:49:02.793Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO STEP 6 (remove_files) COMPLETE |
3641 | 2024-08-28T17:49:02.795Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-28T17:49:02.795Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO skip step because feature "recovery" is enabled |
3643 | 2024-08-28T17:49:02.795Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-28T17:49:02.796Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO skip step because feature "recovery" is enabled |
3645 | 2024-08-28T17:49:02.796Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3646 | 2024-08-28T17:49:02.796Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO skip step because feature "recovery" is enabled |
3647 | 2024-08-28T17:49:02.796Z | [ recovery-image] Aug 28 17:49:01.527 INFO O| Aug 28 17:49:01.527 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3648 | 2024-08-28T17:49:02.803Z | [ recovery-image] Aug 28 17:49:01.537 INFO O| Aug 28 17:49:01.537 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3649 | 2024-08-28T17:49:02.806Z | [ recovery-image] Aug 28 17:49:01.540 INFO O| Aug 28 17:49:01.540 INFO STEP 10 (remove_files) COMPLETE |
3650 | 2024-08-28T17:49:02.806Z | [ recovery-image] Aug 28 17:49:01.540 INFO O| Aug 28 17:49:01.540 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3651 | 2024-08-28T17:49:02.819Z | [ recovery-image] Aug 28 17:49:01.553 INFO O| Aug 28 17:49:01.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3652 | 2024-08-28T17:49:02.822Z | [ recovery-image] Aug 28 17:49:01.554 INFO O| Aug 28 17:49:01.554 INFO STEP 11 (remove_files) COMPLETE |
3653 | 2024-08-28T17:49:02.822Z | [ recovery-image] Aug 28 17:49:01.554 INFO O| Aug 28 17:49:01.554 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3654 | 2024-08-28T17:49:02.829Z | [ recovery-image] Aug 28 17:49:01.563 INFO O| Aug 28 17:49:01.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3655 | 2024-08-28T17:49:02.832Z | [ recovery-image] Aug 28 17:49:01.565 INFO O| Aug 28 17:49:01.565 INFO STEP 12 (remove_files) COMPLETE |
3656 | 2024-08-28T17:49:02.832Z | [ recovery-image] Aug 28 17:49:01.565 INFO O| Aug 28 17:49:01.565 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3657 | 2024-08-28T17:49:02.944Z | [ recovery-image] Aug 28 17:49:01.677 INFO O| Aug 28 17:49:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3658 | 2024-08-28T17:49:02.981Z | [ recovery-image] Aug 28 17:49:01.715 INFO O| Aug 28 17:49:01.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3659 | 2024-08-28T17:49:02.984Z | [ recovery-image] Aug 28 17:49:01.718 INFO O| Aug 28 17:49:01.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3660 | 2024-08-28T17:49:02.987Z | [ recovery-image] Aug 28 17:49:01.719 INFO O| Aug 28 17:49:01.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3661 | 2024-08-28T17:49:03.137Z | [ recovery-image] Aug 28 17:49:01.870 INFO O| Aug 28 17:49:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3662 | 2024-08-28T17:49:03.155Z | [ recovery-image] Aug 28 17:49:01.889 INFO O| Aug 28 17:49:01.889 INFO STEP 13 (remove_files) COMPLETE |
3663 | 2024-08-28T17:49:03.156Z | [ recovery-image] Aug 28 17:49:01.889 INFO O| Aug 28 17:49:01.889 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3664 | 2024-08-28T17:49:03.178Z | [ recovery-image] Aug 28 17:49:01.911 INFO O| Aug 28 17:49:01.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3665 | 2024-08-28T17:49:03.180Z | [ recovery-image] Aug 28 17:49:01.914 INFO O| Aug 28 17:49:01.914 INFO STEP 14 (remove_files) COMPLETE |
3666 | 2024-08-28T17:49:03.180Z | [ recovery-image] Aug 28 17:49:01.914 INFO O| Aug 28 17:49:01.914 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3667 | 2024-08-28T17:49:03.200Z | [ recovery-image] Aug 28 17:49:01.934 INFO O| Aug 28 17:49:01.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3668 | 2024-08-28T17:49:03.211Z | [ recovery-image] Aug 28 17:49:01.945 INFO O| Aug 28 17:49:01.945 INFO STEP 15 (remove_files) COMPLETE |
3669 | 2024-08-28T17:49:03.211Z | [ recovery-image] Aug 28 17:49:01.945 INFO O| Aug 28 17:49:01.945 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3670 | 2024-08-28T17:49:03.228Z | [ recovery-image] Aug 28 17:49:01.961 INFO O| Aug 28 17:49:01.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3671 | 2024-08-28T17:49:03.230Z | [ recovery-image] Aug 28 17:49:01.962 INFO O| Aug 28 17:49:01.962 INFO STEP 16 (remove_files) COMPLETE |
3672 | 2024-08-28T17:49:03.230Z | [ recovery-image] Aug 28 17:49:01.962 INFO O| Aug 28 17:49:01.962 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3673 | 2024-08-28T17:49:03.246Z | [ recovery-image] Aug 28 17:49:01.980 INFO O| Aug 28 17:49:01.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3674 | 2024-08-28T17:49:03.249Z | [ recovery-image] Aug 28 17:49:01.983 INFO O| Aug 28 17:49:01.983 INFO STEP 17 (remove_files) COMPLETE |
3675 | 2024-08-28T17:49:03.249Z | [ recovery-image] Aug 28 17:49:01.983 INFO O| Aug 28 17:49:01.983 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3676 | 2024-08-28T17:49:03.266Z | [ recovery-image] Aug 28 17:49:01.999 INFO O| Aug 28 17:49:01.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3677 | 2024-08-28T17:49:03.269Z | [ recovery-image] Aug 28 17:49:01.999 INFO O| Aug 28 17:49:01.999 INFO STEP 18 (remove_files) COMPLETE |
3678 | 2024-08-28T17:49:03.269Z | [ recovery-image] Aug 28 17:49:02.000 INFO O| Aug 28 17:49:01.999 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3679 | 2024-08-28T17:49:03.286Z | [ recovery-image] Aug 28 17:49:02.020 INFO O| Aug 28 17:49:02.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3680 | 2024-08-28T17:49:03.287Z | [ recovery-image] Aug 28 17:49:02.020 INFO O| Aug 28 17:49:02.020 INFO STEP 19 (remove_files) COMPLETE |
3681 | 2024-08-28T17:49:03.289Z | [ recovery-image] Aug 28 17:49:02.020 INFO O| Aug 28 17:49:02.020 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3682 | 2024-08-28T17:49:03.302Z | [ recovery-image] Aug 28 17:49:02.035 INFO O| Aug 28 17:49:02.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3683 | 2024-08-28T17:49:03.305Z | [ recovery-image] Aug 28 17:49:02.035 INFO O| Aug 28 17:49:02.035 INFO STEP 20 (remove_files) COMPLETE |
3684 | 2024-08-28T17:49:03.305Z | [ recovery-image] Aug 28 17:49:02.035 INFO O| Aug 28 17:49:02.035 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3685 | 2024-08-28T17:49:03.320Z | [ recovery-image] Aug 28 17:49:02.053 INFO O| Aug 28 17:49:02.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3686 | 2024-08-28T17:49:03.320Z | [ recovery-image] Aug 28 17:49:02.054 INFO O| Aug 28 17:49:02.053 INFO STEP 21 (remove_files) COMPLETE |
3687 | 2024-08-28T17:49:03.320Z | [ recovery-image] Aug 28 17:49:02.054 INFO O| Aug 28 17:49:02.054 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3688 | 2024-08-28T17:49:03.337Z | [ recovery-image] Aug 28 17:49:02.071 INFO O| Aug 28 17:49:02.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3689 | 2024-08-28T17:49:03.341Z | [ recovery-image] Aug 28 17:49:02.071 INFO O| Aug 28 17:49:02.071 INFO STEP 22 (remove_files) COMPLETE |
3690 | 2024-08-28T17:49:03.341Z | [ recovery-image] Aug 28 17:49:02.071 INFO O| Aug 28 17:49:02.071 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3691 | 2024-08-28T17:49:03.354Z | [ recovery-image] Aug 28 17:49:02.087 INFO O| Aug 28 17:49:02.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3692 | 2024-08-28T17:49:03.354Z | [ recovery-image] Aug 28 17:49:02.087 INFO O| Aug 28 17:49:02.087 INFO STEP 23 (remove_files) COMPLETE |
3693 | 2024-08-28T17:49:03.356Z | [ recovery-image] Aug 28 17:49:02.087 INFO O| Aug 28 17:49:02.087 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3694 | 2024-08-28T17:49:03.371Z | [ recovery-image] Aug 28 17:49:02.104 INFO O| Aug 28 17:49:02.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3695 | 2024-08-28T17:49:03.371Z | [ recovery-image] Aug 28 17:49:02.104 INFO O| Aug 28 17:49:02.104 INFO STEP 24 (remove_files) COMPLETE |
3696 | 2024-08-28T17:49:03.373Z | [ recovery-image] Aug 28 17:49:02.104 INFO O| Aug 28 17:49:02.104 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3697 | 2024-08-28T17:49:03.388Z | [ recovery-image] Aug 28 17:49:02.121 INFO O| Aug 28 17:49:02.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3698 | 2024-08-28T17:49:03.388Z | [ recovery-image] Aug 28 17:49:02.121 INFO O| Aug 28 17:49:02.121 INFO STEP 25 (remove_files) COMPLETE |
3699 | 2024-08-28T17:49:03.390Z | [ recovery-image] Aug 28 17:49:02.121 INFO O| Aug 28 17:49:02.121 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3700 | 2024-08-28T17:49:03.405Z | [ recovery-image] Aug 28 17:49:02.139 INFO O| Aug 28 17:49:02.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3701 | 2024-08-28T17:49:03.405Z | [ recovery-image] Aug 28 17:49:02.139 INFO O| Aug 28 17:49:02.139 INFO STEP 26 (remove_files) COMPLETE |
3702 | 2024-08-28T17:49:03.408Z | [ recovery-image] Aug 28 17:49:02.139 INFO O| Aug 28 17:49:02.139 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3703 | 2024-08-28T17:49:03.423Z | [ recovery-image] Aug 28 17:49:02.156 INFO O| Aug 28 17:49:02.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3704 | 2024-08-28T17:49:03.423Z | [ recovery-image] Aug 28 17:49:02.156 INFO O| Aug 28 17:49:02.156 INFO STEP 27 (remove_files) COMPLETE |
3705 | 2024-08-28T17:49:03.425Z | [ recovery-image] Aug 28 17:49:02.156 INFO O| Aug 28 17:49:02.156 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3706 | 2024-08-28T17:49:03.440Z | [ recovery-image] Aug 28 17:49:02.173 INFO O| Aug 28 17:49:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3707 | 2024-08-28T17:49:03.440Z | [ recovery-image] Aug 28 17:49:02.173 INFO O| Aug 28 17:49:02.173 INFO STEP 28 (remove_files) COMPLETE |
3708 | 2024-08-28T17:49:03.442Z | [ recovery-image] Aug 28 17:49:02.173 INFO O| Aug 28 17:49:02.173 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3709 | 2024-08-28T17:49:03.457Z | [ recovery-image] Aug 28 17:49:02.190 INFO O| Aug 28 17:49:02.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3710 | 2024-08-28T17:49:03.457Z | [ recovery-image] Aug 28 17:49:02.190 INFO O| Aug 28 17:49:02.190 INFO STEP 29 (remove_files) COMPLETE |
3711 | 2024-08-28T17:49:03.457Z | [ recovery-image] Aug 28 17:49:02.190 INFO O| Aug 28 17:49:02.190 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3712 | 2024-08-28T17:49:03.474Z | [ recovery-image] Aug 28 17:49:02.207 INFO O| Aug 28 17:49:02.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3713 | 2024-08-28T17:49:03.476Z | [ recovery-image] Aug 28 17:49:02.208 INFO O| Aug 28 17:49:02.207 INFO STEP 30 (remove_files) COMPLETE |
3714 | 2024-08-28T17:49:03.476Z | [ recovery-image] Aug 28 17:49:02.208 INFO O| Aug 28 17:49:02.208 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3715 | 2024-08-28T17:49:03.490Z | [ recovery-image] Aug 28 17:49:02.223 INFO O| Aug 28 17:49:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3716 | 2024-08-28T17:49:03.492Z | [ recovery-image] Aug 28 17:49:02.223 INFO O| Aug 28 17:49:02.223 INFO STEP 31 (remove_files) COMPLETE |
3717 | 2024-08-28T17:49:03.492Z | [ recovery-image] Aug 28 17:49:02.224 INFO O| Aug 28 17:49:02.223 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3718 | 2024-08-28T17:49:03.510Z | [ recovery-image] Aug 28 17:49:02.243 INFO O| Aug 28 17:49:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3719 | 2024-08-28T17:49:03.510Z | [ recovery-image] Aug 28 17:49:02.243 INFO O| Aug 28 17:49:02.243 INFO STEP 32 (remove_files) COMPLETE |
3720 | 2024-08-28T17:49:03.512Z | [ recovery-image] Aug 28 17:49:02.243 INFO O| Aug 28 17:49:02.243 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3721 | 2024-08-28T17:49:03.524Z | [ recovery-image] Aug 28 17:49:02.257 INFO O| Aug 28 17:49:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3722 | 2024-08-28T17:49:03.526Z | [ recovery-image] Aug 28 17:49:02.257 INFO O| Aug 28 17:49:02.257 INFO STEP 33 (remove_files) COMPLETE |
3723 | 2024-08-28T17:49:03.526Z | [ recovery-image] Aug 28 17:49:02.257 INFO O| Aug 28 17:49:02.257 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3724 | 2024-08-28T17:49:03.537Z | [ recovery-image] Aug 28 17:49:02.270 INFO O| Aug 28 17:49:02.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3725 | 2024-08-28T17:49:03.537Z | [ recovery-image] Aug 28 17:49:02.270 INFO O| Aug 28 17:49:02.270 INFO STEP 34 (remove_files) COMPLETE |
3726 | 2024-08-28T17:49:03.539Z | [ recovery-image] Aug 28 17:49:02.270 INFO O| Aug 28 17:49:02.270 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3727 | 2024-08-28T17:49:03.551Z | [ recovery-image] Aug 28 17:49:02.284 INFO O| Aug 28 17:49:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3728 | 2024-08-28T17:49:03.551Z | [ recovery-image] Aug 28 17:49:02.285 INFO O| Aug 28 17:49:02.284 INFO STEP 35 (remove_files) COMPLETE |
3729 | 2024-08-28T17:49:03.553Z | [ recovery-image] Aug 28 17:49:02.285 INFO O| Aug 28 17:49:02.284 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3730 | 2024-08-28T17:49:03.569Z | [ recovery-image] Aug 28 17:49:02.302 INFO O| Aug 28 17:49:02.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3731 | 2024-08-28T17:49:03.569Z | [ recovery-image] Aug 28 17:49:02.302 INFO O| Aug 28 17:49:02.302 INFO STEP 36 (remove_files) COMPLETE |
3732 | 2024-08-28T17:49:03.571Z | [ recovery-image] Aug 28 17:49:02.302 INFO O| Aug 28 17:49:02.302 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3733 | 2024-08-28T17:49:03.581Z | [ recovery-image] Aug 28 17:49:02.314 INFO O| Aug 28 17:49:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3734 | 2024-08-28T17:49:03.583Z | [ recovery-image] Aug 28 17:49:02.314 INFO O| Aug 28 17:49:02.314 INFO STEP 37 (remove_files) COMPLETE |
3735 | 2024-08-28T17:49:03.583Z | [ recovery-image] Aug 28 17:49:02.314 INFO O| Aug 28 17:49:02.314 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3736 | 2024-08-28T17:49:03.591Z | [ recovery-image] Aug 28 17:49:02.325 INFO O| Aug 28 17:49:02.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3737 | 2024-08-28T17:49:03.591Z | [ recovery-image] Aug 28 17:49:02.325 INFO O| Aug 28 17:49:02.325 INFO STEP 38 (remove_files) COMPLETE |
3738 | 2024-08-28T17:49:03.594Z | [ recovery-image] Aug 28 17:49:02.325 INFO O| Aug 28 17:49:02.325 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3739 | 2024-08-28T17:49:03.604Z | [ recovery-image] Aug 28 17:49:02.337 INFO O| Aug 28 17:49:02.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3740 | 2024-08-28T17:49:03.604Z | [ recovery-image] Aug 28 17:49:02.337 INFO O| Aug 28 17:49:02.337 INFO STEP 39 (remove_files) COMPLETE |
3741 | 2024-08-28T17:49:03.606Z | [ recovery-image] Aug 28 17:49:02.337 INFO O| Aug 28 17:49:02.337 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3742 | 2024-08-28T17:49:03.615Z | [ recovery-image] Aug 28 17:49:02.349 INFO O| Aug 28 17:49:02.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3743 | 2024-08-28T17:49:03.615Z | [ recovery-image] Aug 28 17:49:02.349 INFO O| Aug 28 17:49:02.349 INFO STEP 40 (remove_files) COMPLETE |
3744 | 2024-08-28T17:49:03.615Z | [ recovery-image] Aug 28 17:49:02.349 INFO O| Aug 28 17:49:02.349 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3745 | 2024-08-28T17:49:03.628Z | [ recovery-image] Aug 28 17:49:02.361 INFO O| Aug 28 17:49:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3746 | 2024-08-28T17:49:03.628Z | [ recovery-image] Aug 28 17:49:02.362 INFO O| Aug 28 17:49:02.362 INFO STEP 41 (remove_files) COMPLETE |
3747 | 2024-08-28T17:49:03.631Z | [ recovery-image] Aug 28 17:49:02.362 INFO O| Aug 28 17:49:02.362 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3748 | 2024-08-28T17:49:03.642Z | [ recovery-image] Aug 28 17:49:02.374 INFO O| Aug 28 17:49:02.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3749 | 2024-08-28T17:49:03.642Z | [ recovery-image] Aug 28 17:49:02.374 INFO O| Aug 28 17:49:02.374 INFO STEP 42 (remove_files) COMPLETE |
3750 | 2024-08-28T17:49:03.645Z | [ recovery-image] Aug 28 17:49:02.374 INFO O| Aug 28 17:49:02.374 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3751 | 2024-08-28T17:49:03.654Z | [ recovery-image] Aug 28 17:49:02.386 INFO O| Aug 28 17:49:02.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3752 | 2024-08-28T17:49:03.654Z | [ recovery-image] Aug 28 17:49:02.387 INFO O| Aug 28 17:49:02.387 INFO STEP 43 (remove_files) COMPLETE |
3753 | 2024-08-28T17:49:03.654Z | [ recovery-image] Aug 28 17:49:02.387 INFO O| Aug 28 17:49:02.387 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3754 | 2024-08-28T17:49:03.665Z | [ recovery-image] Aug 28 17:49:02.398 INFO O| Aug 28 17:49:02.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3755 | 2024-08-28T17:49:03.665Z | [ recovery-image] Aug 28 17:49:02.398 INFO O| Aug 28 17:49:02.398 INFO STEP 44 (remove_files) COMPLETE |
3756 | 2024-08-28T17:49:03.665Z | [ recovery-image] Aug 28 17:49:02.398 INFO O| Aug 28 17:49:02.398 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3757 | 2024-08-28T17:49:03.677Z | [ recovery-image] Aug 28 17:49:02.410 INFO O| Aug 28 17:49:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3758 | 2024-08-28T17:49:03.677Z | [ recovery-image] Aug 28 17:49:02.410 INFO O| Aug 28 17:49:02.410 INFO STEP 45 (remove_files) COMPLETE |
3759 | 2024-08-28T17:49:03.677Z | [ recovery-image] Aug 28 17:49:02.410 INFO O| Aug 28 17:49:02.410 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3760 | 2024-08-28T17:49:03.689Z | [ recovery-image] Aug 28 17:49:02.422 INFO O| Aug 28 17:49:02.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3761 | 2024-08-28T17:49:03.689Z | [ recovery-image] Aug 28 17:49:02.422 INFO O| Aug 28 17:49:02.422 INFO STEP 46 (remove_files) COMPLETE |
3762 | 2024-08-28T17:49:03.691Z | [ recovery-image] Aug 28 17:49:02.422 INFO O| Aug 28 17:49:02.422 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3763 | 2024-08-28T17:49:03.702Z | [ recovery-image] Aug 28 17:49:02.436 INFO O| Aug 28 17:49:02.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3764 | 2024-08-28T17:49:03.702Z | [ recovery-image] Aug 28 17:49:02.436 INFO O| Aug 28 17:49:02.436 INFO STEP 47 (remove_files) COMPLETE |
3765 | 2024-08-28T17:49:03.702Z | [ recovery-image] Aug 28 17:49:02.436 INFO O| Aug 28 17:49:02.436 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3766 | 2024-08-28T17:49:03.713Z | [ recovery-image] Aug 28 17:49:02.447 INFO O| Aug 28 17:49:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3767 | 2024-08-28T17:49:03.713Z | [ recovery-image] Aug 28 17:49:02.447 INFO O| Aug 28 17:49:02.447 INFO STEP 48 (remove_files) COMPLETE |
3768 | 2024-08-28T17:49:03.716Z | [ recovery-image] Aug 28 17:49:02.447 INFO O| Aug 28 17:49:02.447 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3769 | 2024-08-28T17:49:03.726Z | [ recovery-image] Aug 28 17:49:02.459 INFO O| Aug 28 17:49:02.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3770 | 2024-08-28T17:49:03.729Z | [ recovery-image] Aug 28 17:49:02.459 INFO O| Aug 28 17:49:02.459 INFO STEP 49 (remove_files) COMPLETE |
3771 | 2024-08-28T17:49:03.729Z | [ recovery-image] Aug 28 17:49:02.459 INFO O| Aug 28 17:49:02.459 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3772 | 2024-08-28T17:49:03.738Z | [ recovery-image] Aug 28 17:49:02.471 INFO O| Aug 28 17:49:02.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3773 | 2024-08-28T17:49:03.738Z | [ recovery-image] Aug 28 17:49:02.471 INFO O| Aug 28 17:49:02.471 INFO STEP 50 (remove_files) COMPLETE |
3774 | 2024-08-28T17:49:03.740Z | [ recovery-image] Aug 28 17:49:02.471 INFO O| Aug 28 17:49:02.471 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3775 | 2024-08-28T17:49:03.750Z | [ recovery-image] Aug 28 17:49:02.483 INFO O| Aug 28 17:49:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3776 | 2024-08-28T17:49:03.750Z | [ recovery-image] Aug 28 17:49:02.483 INFO O| Aug 28 17:49:02.483 INFO STEP 51 (remove_files) COMPLETE |
3777 | 2024-08-28T17:49:03.750Z | [ recovery-image] Aug 28 17:49:02.483 INFO O| Aug 28 17:49:02.483 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3778 | 2024-08-28T17:49:03.762Z | [ recovery-image] Aug 28 17:49:02.495 INFO O| Aug 28 17:49:02.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3779 | 2024-08-28T17:49:03.762Z | [ recovery-image] Aug 28 17:49:02.495 INFO O| Aug 28 17:49:02.495 INFO STEP 52 (remove_files) COMPLETE |
3780 | 2024-08-28T17:49:03.764Z | [ recovery-image] Aug 28 17:49:02.495 INFO O| Aug 28 17:49:02.495 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3781 | 2024-08-28T17:49:03.774Z | [ recovery-image] Aug 28 17:49:02.507 INFO O| Aug 28 17:49:02.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3782 | 2024-08-28T17:49:03.774Z | [ recovery-image] Aug 28 17:49:02.508 INFO O| Aug 28 17:49:02.507 INFO STEP 53 (remove_files) COMPLETE |
3783 | 2024-08-28T17:49:03.774Z | [ recovery-image] Aug 28 17:49:02.508 INFO O| Aug 28 17:49:02.508 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3784 | 2024-08-28T17:49:03.786Z | [ recovery-image] Aug 28 17:49:02.519 INFO O| Aug 28 17:49:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3785 | 2024-08-28T17:49:03.786Z | [ recovery-image] Aug 28 17:49:02.519 INFO O| Aug 28 17:49:02.519 INFO STEP 54 (remove_files) COMPLETE |
3786 | 2024-08-28T17:49:03.788Z | [ recovery-image] Aug 28 17:49:02.519 INFO O| Aug 28 17:49:02.519 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3787 | 2024-08-28T17:49:03.797Z | [ recovery-image] Aug 28 17:49:02.530 INFO O| Aug 28 17:49:02.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3788 | 2024-08-28T17:49:03.797Z | [ recovery-image] Aug 28 17:49:02.530 INFO O| Aug 28 17:49:02.530 INFO STEP 55 (remove_files) COMPLETE |
3789 | 2024-08-28T17:49:03.797Z | [ recovery-image] Aug 28 17:49:02.530 INFO O| Aug 28 17:49:02.530 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3790 | 2024-08-28T17:49:03.807Z | [ recovery-image] Aug 28 17:49:02.541 INFO O| Aug 28 17:49:02.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3791 | 2024-08-28T17:49:03.807Z | [ recovery-image] Aug 28 17:49:02.541 INFO O| Aug 28 17:49:02.541 INFO STEP 56 (remove_files) COMPLETE |
3792 | 2024-08-28T17:49:03.808Z | [ recovery-image] Aug 28 17:49:02.541 INFO O| Aug 28 17:49:02.541 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3793 | 2024-08-28T17:49:03.818Z | [ recovery-image] Aug 28 17:49:02.551 INFO O| Aug 28 17:49:02.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3794 | 2024-08-28T17:49:03.818Z | [ recovery-image] Aug 28 17:49:02.551 INFO O| Aug 28 17:49:02.551 INFO STEP 57 (remove_files) COMPLETE |
3795 | 2024-08-28T17:49:03.820Z | [ recovery-image] Aug 28 17:49:02.551 INFO O| Aug 28 17:49:02.551 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3796 | 2024-08-28T17:49:03.828Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3797 | 2024-08-28T17:49:03.828Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3798 | 2024-08-28T17:49:03.831Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3799 | 2024-08-28T17:49:03.831Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3800 | 2024-08-28T17:49:03.831Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3801 | 2024-08-28T17:49:03.831Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3802 | 2024-08-28T17:49:03.831Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO ok! |
3803 | 2024-08-28T17:49:03.831Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO STEP 58 (ensure_file) COMPLETE |
3804 | 2024-08-28T17:49:03.831Z | [ recovery-image] Aug 28 17:49:02.562 INFO O| Aug 28 17:49:02.562 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3805 | 2024-08-28T17:49:03.839Z | [ recovery-image] Aug 28 17:49:02.572 INFO O| Aug 28 17:49:02.572 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3806 | 2024-08-28T17:49:03.839Z | [ recovery-image] Aug 28 17:49:02.572 INFO O| Aug 28 17:49:02.572 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3807 | 2024-08-28T17:49:03.841Z | [ recovery-image] Aug 28 17:49:02.573 INFO O| Aug 28 17:49:02.573 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3808 | 2024-08-28T17:49:03.841Z | [ recovery-image] Aug 28 17:49:02.573 INFO O| Aug 28 17:49:02.573 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3809 | 2024-08-28T17:49:03.841Z | [ recovery-image] Aug 28 17:49:02.573 INFO O| Aug 28 17:49:02.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3810 | 2024-08-28T17:49:03.841Z | [ recovery-image] Aug 28 17:49:02.573 INFO O| Aug 28 17:49:02.573 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3811 | 2024-08-28T17:49:03.841Z | [ recovery-image] Aug 28 17:49:02.573 INFO O| Aug 28 17:49:02.573 INFO ok! |
3812 | 2024-08-28T17:49:03.841Z | [ recovery-image] Aug 28 17:49:02.573 INFO O| Aug 28 17:49:02.573 INFO STEP 59 (ensure_file) COMPLETE |
3813 | 2024-08-28T17:49:03.841Z | [ recovery-image] Aug 28 17:49:02.573 INFO O| Aug 28 17:49:02.573 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3814 | 2024-08-28T17:49:03.849Z | [ recovery-image] Aug 28 17:49:02.583 INFO O| Aug 28 17:49:02.583 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3815 | 2024-08-28T17:49:03.849Z | [ recovery-image] Aug 28 17:49:02.583 INFO O| Aug 28 17:49:02.583 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3816 | 2024-08-28T17:49:03.852Z | [ recovery-image] Aug 28 17:49:02.583 INFO O| Aug 28 17:49:02.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3817 | 2024-08-28T17:49:03.852Z | [ recovery-image] Aug 28 17:49:02.583 INFO O| Aug 28 17:49:02.583 INFO ok! |
3818 | 2024-08-28T17:49:03.852Z | [ recovery-image] Aug 28 17:49:02.583 INFO O| Aug 28 17:49:02.583 INFO STEP 60 (ensure_file) COMPLETE |
3819 | 2024-08-28T17:49:03.852Z | [ recovery-image] Aug 28 17:49:02.583 INFO O| Aug 28 17:49:02.583 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3820 | 2024-08-28T17:49:03.860Z | [ recovery-image] Aug 28 17:49:02.593 INFO O| Aug 28 17:49:02.593 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3821 | 2024-08-28T17:49:03.860Z | [ recovery-image] Aug 28 17:49:02.593 INFO O| Aug 28 17:49:02.593 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3822 | 2024-08-28T17:49:03.862Z | [ recovery-image] Aug 28 17:49:02.593 INFO O| Aug 28 17:49:02.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3823 | 2024-08-28T17:49:03.862Z | [ recovery-image] Aug 28 17:49:02.593 INFO O| Aug 28 17:49:02.593 INFO ok! |
3824 | 2024-08-28T17:49:03.862Z | [ recovery-image] Aug 28 17:49:02.593 INFO O| Aug 28 17:49:02.593 INFO STEP 61 (ensure_file) COMPLETE |
3825 | 2024-08-28T17:49:03.862Z | [ recovery-image] Aug 28 17:49:02.593 INFO O| Aug 28 17:49:02.593 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3826 | 2024-08-28T17:49:03.870Z | [ recovery-image] Aug 28 17:49:02.604 INFO O| Aug 28 17:49:02.603 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3827 | 2024-08-28T17:49:03.872Z | [ recovery-image] Aug 28 17:49:02.604 INFO O| Aug 28 17:49:02.604 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3828 | 2024-08-28T17:49:03.872Z | [ recovery-image] Aug 28 17:49:02.604 INFO O| Aug 28 17:49:02.604 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3829 | 2024-08-28T17:49:03.872Z | [ recovery-image] Aug 28 17:49:02.604 INFO O| Aug 28 17:49:02.604 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3830 | 2024-08-28T17:49:03.872Z | [ recovery-image] Aug 28 17:49:02.604 INFO O| Aug 28 17:49:02.604 INFO ok! |
3831 | 2024-08-28T17:49:03.872Z | [ recovery-image] Aug 28 17:49:02.604 INFO O| Aug 28 17:49:02.604 INFO STEP 62 (ensure_file) COMPLETE |
3832 | 2024-08-28T17:49:03.872Z | [ recovery-image] Aug 28 17:49:02.604 INFO O| Aug 28 17:49:02.604 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3833 | 2024-08-28T17:49:03.880Z | [ recovery-image] Aug 28 17:49:02.614 INFO O| Aug 28 17:49:02.614 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3834 | 2024-08-28T17:49:03.880Z | [ recovery-image] Aug 28 17:49:02.614 INFO O| Aug 28 17:49:02.614 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3835 | 2024-08-28T17:49:03.883Z | [ recovery-image] Aug 28 17:49:02.614 INFO O| Aug 28 17:49:02.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3836 | 2024-08-28T17:49:03.883Z | [ recovery-image] Aug 28 17:49:02.614 INFO O| Aug 28 17:49:02.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3837 | 2024-08-28T17:49:03.883Z | [ recovery-image] Aug 28 17:49:02.614 INFO O| Aug 28 17:49:02.614 INFO ok! |
3838 | 2024-08-28T17:49:03.883Z | [ recovery-image] Aug 28 17:49:02.614 INFO O| Aug 28 17:49:02.614 INFO STEP 63 (ensure_file) COMPLETE |
3839 | 2024-08-28T17:49:03.883Z | [ recovery-image] Aug 28 17:49:02.614 INFO O| Aug 28 17:49:02.614 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3840 | 2024-08-28T17:49:03.891Z | [ recovery-image] Aug 28 17:49:02.625 INFO O| Aug 28 17:49:02.625 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3841 | 2024-08-28T17:49:03.893Z | [ recovery-image] Aug 28 17:49:02.625 INFO O| Aug 28 17:49:02.625 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3842 | 2024-08-28T17:49:03.893Z | [ recovery-image] Aug 28 17:49:02.625 INFO O| Aug 28 17:49:02.625 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3843 | 2024-08-28T17:49:03.893Z | [ recovery-image] Aug 28 17:49:02.625 INFO O| Aug 28 17:49:02.625 INFO ok! |
3844 | 2024-08-28T17:49:03.893Z | [ recovery-image] Aug 28 17:49:02.625 INFO O| Aug 28 17:49:02.625 INFO STEP 64 (assemble_files) COMPLETE |
3845 | 2024-08-28T17:49:03.893Z | [ recovery-image] Aug 28 17:49:02.625 INFO O| Aug 28 17:49:02.625 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3846 | 2024-08-28T17:49:03.904Z | [ recovery-image] Aug 28 17:49:02.637 INFO O| Aug 28 17:49:02.637 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3847 | 2024-08-28T17:49:03.904Z | [ recovery-image] Aug 28 17:49:02.637 INFO O| Aug 28 17:49:02.637 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3848 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.637 INFO O| Aug 28 17:49:02.637 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3849 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.637 INFO O| Aug 28 17:49:02.637 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3850 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.637 INFO O| Aug 28 17:49:02.637 INFO ok! |
3851 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.637 INFO O| Aug 28 17:49:02.637 INFO STEP 65 (ensure_file) COMPLETE |
3852 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.637 INFO O| Aug 28 17:49:02.637 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3853 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.638 INFO O| Aug 28 17:49:02.637 INFO skip step because feature "omicron1" is not enabled |
3854 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.638 INFO O| Aug 28 17:49:02.638 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3855 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.638 INFO O| Aug 28 17:49:02.638 INFO skip step because feature "omicron1" is not enabled |
3856 | 2024-08-28T17:49:03.906Z | [ recovery-image] Aug 28 17:49:02.638 INFO O| Aug 28 17:49:02.638 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3857 | 2024-08-28T17:49:03.907Z | [ recovery-image] Aug 28 17:49:02.638 INFO O| Aug 28 17:49:02.638 INFO skip step because feature "omicron1" is not enabled |
3858 | 2024-08-28T17:49:03.907Z | [ recovery-image] Aug 28 17:49:02.638 INFO O| Aug 28 17:49:02.638 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3859 | 2024-08-28T17:49:03.923Z | [ recovery-image] Aug 28 17:49:02.656 INFO O| Aug 28 17:49:02.656 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3860 | 2024-08-28T17:49:03.923Z | [ recovery-image] Aug 28 17:49:02.656 INFO O| Aug 28 17:49:02.656 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3861 | 2024-08-28T17:49:04.024Z | [ host-image] Aug 28 17:49:02.757 INFO O| Aug 28 17:49:02.757 INFO O| Planning: Solver setup ... Done |
3862 | 2024-08-28T17:49:04.027Z | [ host-image] Aug 28 17:49:02.761 INFO O| Aug 28 17:49:02.761 INFO O| Planning: Running solver ... Done |
3863 | 2024-08-28T17:49:04.072Z | [ host-image] Aug 28 17:49:02.805 INFO O| Aug 28 17:49:02.805 INFO O| Planning: Finding local manifests ... Done |
3864 | 2024-08-28T17:49:04.075Z | [ host-image] Aug 28 17:49:02.806 INFO O| Aug 28 17:49:02.806 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3865 | 2024-08-28T17:49:04.166Z | [ host-image] Aug 28 17:49:02.899 INFO O| Aug 28 17:49:02.899 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3866 | 2024-08-28T17:49:04.189Z | [ host-image] Aug 28 17:49:02.923 INFO O| Aug 28 17:49:02.922 INFO O| Planning: Package planning ... Done |
3867 | 2024-08-28T17:49:04.192Z | [ host-image] Aug 28 17:49:02.925 INFO O| Aug 28 17:49:02.925 INFO O| Planning: Merging actions ... Done |
3868 | 2024-08-28T17:49:04.279Z | [ host-image] Aug 28 17:49:03.012 INFO O| Aug 28 17:49:03.011 INFO O| Planning: Checking for conflicting actions ... Done |
3869 | 2024-08-28T17:49:04.281Z | [ host-image] Aug 28 17:49:03.013 INFO O| Aug 28 17:49:03.013 INFO O| Planning: Consolidating action changes ... Done |
3870 | 2024-08-28T17:49:04.458Z | [ host-image] Aug 28 17:49:03.191 INFO O| Aug 28 17:49:03.191 INFO O| Planning: Evaluating mediators ... Done |
3871 | 2024-08-28T17:49:04.461Z | [ host-image] Aug 28 17:49:03.192 INFO O| Aug 28 17:49:03.192 INFO O| Planning: Planning completed in 2.62 seconds |
3872 | 2024-08-28T17:49:04.461Z | [ host-image] Aug 28 17:49:03.194 INFO O| Aug 28 17:49:03.193 INFO O| Packages to install: 4 |
3873 | 2024-08-28T17:49:04.461Z | [ host-image] Aug 28 17:49:03.194 INFO O| Aug 28 17:49:03.194 INFO O| Services to change: 2 |
3874 | 2024-08-28T17:49:04.471Z | [ host-image] Aug 28 17:49:03.205 INFO O| Aug 28 17:49:03.204 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3875 | 2024-08-28T17:49:05.444Z | [ host-image] Aug 28 17:49:04.176 INFO O| Aug 28 17:49:04.176 INFO O| Download: Completed 1.39 MB in 0.97 seconds (1.4M/s) |
3876 | 2024-08-28T17:49:05.476Z | [ host-image] Aug 28 17:49:04.208 INFO O| Aug 28 17:49:04.208 INFO O| Actions: 1/238 actions (Installing new actions) |
3877 | 2024-08-28T17:49:05.521Z | [ recovery-image] Aug 28 17:49:04.253 INFO O| Aug 28 17:49:04.253 INFO STEP 69 (pack_tar) COMPLETE |
3878 | 2024-08-28T17:49:05.521Z | [ recovery-image] Aug 28 17:49:04.253 INFO O| Aug 28 17:49:04.253 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3879 | 2024-08-28T17:49:05.521Z | [ recovery-image] Aug 28 17:49:04.253 INFO O| Aug 28 17:49:04.253 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3880 | 2024-08-28T17:49:05.661Z | [ host-image] Aug 28 17:49:04.392 INFO O| Aug 28 17:49:04.391 INFO O| Actions: Completed 238 actions in 0.18 seconds. |
3881 | 2024-08-28T17:49:05.983Z | [ recovery-image] Aug 28 17:49:04.715 INFO O| Aug 28 17:49:04.715 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3882 | 2024-08-28T17:49:06.046Z | [ host-image] Aug 28 17:49:04.778 INFO O| Aug 28 17:49:04.778 INFO O| Done |
3883 | 2024-08-28T17:49:06.046Z | [ host-image] Aug 28 17:49:04.778 INFO O| Aug 28 17:49:04.778 INFO O| Done |
3884 | 2024-08-28T17:49:06.070Z | [ recovery-image] Aug 28 17:49:04.802 INFO O| Aug 28 17:49:04.802 INFO completed processing gimlet/ramdisk-02-trim |
3885 | 2024-08-28T17:49:06.074Z | [ recovery-image] Aug 28 17:49:04.805 INFO image builder template: ramdisk-03-recovery-trim... |
3886 | 2024-08-28T17:49:06.074Z | [ recovery-image] Aug 28 17:49:04.805 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/.tmp7rfXy1/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
3887 | 2024-08-28T17:49:06.183Z | [ recovery-image] Aug 28 17:49:04.915 INFO O| Aug 28 17:49:04.915 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3888 | 2024-08-28T17:49:06.187Z | [ recovery-image] Aug 28 17:49:04.920 INFO O| Aug 28 17:49:04.920 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3889 | 2024-08-28T17:49:06.276Z | [ recovery-image] Aug 28 17:49:05.009 INFO O| Aug 28 17:49:05.008 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3890 | 2024-08-28T17:49:06.424Z | [ recovery-image] Aug 28 17:49:05.157 INFO O| Aug 28 17:49:05.157 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3891 | 2024-08-28T17:49:06.424Z | [ recovery-image] Aug 28 17:49:05.157 INFO O| Aug 28 17:49:05.157 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3892 | 2024-08-28T17:49:06.435Z | [ recovery-image] Aug 28 17:49:05.168 INFO O| Aug 28 17:49:05.168 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3893 | 2024-08-28T17:49:06.440Z | [ recovery-image] Aug 28 17:49:05.173 INFO O| Aug 28 17:49:05.173 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3894 | 2024-08-28T17:49:06.445Z | [ recovery-image] Aug 28 17:49:05.178 INFO O| Aug 28 17:49:05.178 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3895 | 2024-08-28T17:49:06.455Z | [ host-image] Aug 28 17:49:05.188 INFO O| Aug 28 17:49:05.188 INFO O| Done |
3896 | 2024-08-28T17:49:06.963Z | [ recovery-image] Aug 28 17:49:05.696 INFO O| Aug 28 17:49:05.696 INFO rolled back to input snapshot; work may begin |
3897 | 2024-08-28T17:49:06.963Z | [ recovery-image] Aug 28 17:49:05.696 INFO O| Aug 28 17:49:05.696 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3898 | 2024-08-28T17:49:06.969Z | [ recovery-image] Aug 28 17:49:05.702 INFO O| Aug 28 17:49:05.701 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3899 | 2024-08-28T17:49:06.979Z | [ recovery-image] Aug 28 17:49:05.712 INFO O| Aug 28 17:49:05.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3900 | 2024-08-28T17:49:06.983Z | [ recovery-image] Aug 28 17:49:05.715 INFO O| Aug 28 17:49:05.715 INFO STEP 0 (remove_files) COMPLETE |
3901 | 2024-08-28T17:49:06.985Z | [ recovery-image] Aug 28 17:49:05.715 INFO O| Aug 28 17:49:05.715 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3902 | 2024-08-28T17:49:06.994Z | [ recovery-image] Aug 28 17:49:05.727 INFO O| Aug 28 17:49:05.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3903 | 2024-08-28T17:49:07.046Z | [ recovery-image] Aug 28 17:49:05.779 INFO O| Aug 28 17:49:05.779 INFO STEP 1 (remove_files) COMPLETE |
3904 | 2024-08-28T17:49:07.048Z | [ recovery-image] Aug 28 17:49:05.779 INFO O| Aug 28 17:49:05.779 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-28T17:49:07.058Z | [ recovery-image] Aug 28 17:49:05.791 INFO O| Aug 28 17:49:05.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3906 | 2024-08-28T17:49:07.061Z | [ recovery-image] Aug 28 17:49:05.793 INFO O| Aug 28 17:49:05.793 INFO STEP 2 (remove_files) COMPLETE |
3907 | 2024-08-28T17:49:07.061Z | [ recovery-image] Aug 28 17:49:05.793 INFO O| Aug 28 17:49:05.793 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3908 | 2024-08-28T17:49:07.070Z | [ recovery-image] Aug 28 17:49:05.803 INFO O| Aug 28 17:49:05.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3909 | 2024-08-28T17:49:07.129Z | [ recovery-image] Aug 28 17:49:05.862 INFO O| Aug 28 17:49:05.862 INFO STEP 3 (remove_files) COMPLETE |
3910 | 2024-08-28T17:49:07.129Z | [ recovery-image] Aug 28 17:49:05.862 INFO O| Aug 28 17:49:05.862 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3911 | 2024-08-28T17:49:07.144Z | [ recovery-image] Aug 28 17:49:05.876 INFO O| Aug 28 17:49:05.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3912 | 2024-08-28T17:49:07.156Z | [ recovery-image] Aug 28 17:49:05.889 INFO O| Aug 28 17:49:05.888 INFO STEP 4 (remove_files) COMPLETE |
3913 | 2024-08-28T17:49:07.158Z | [ recovery-image] Aug 28 17:49:05.889 INFO O| Aug 28 17:49:05.889 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-28T17:49:07.169Z | [ recovery-image] Aug 28 17:49:05.902 INFO O| Aug 28 17:49:05.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3915 | 2024-08-28T17:49:07.173Z | [ recovery-image] Aug 28 17:49:05.906 INFO O| Aug 28 17:49:05.906 INFO STEP 5 (remove_files) COMPLETE |
3916 | 2024-08-28T17:49:07.175Z | [ recovery-image] Aug 28 17:49:05.906 INFO O| Aug 28 17:49:05.906 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-28T17:49:07.185Z | [ recovery-image] Aug 28 17:49:05.918 INFO O| Aug 28 17:49:05.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3918 | 2024-08-28T17:49:07.188Z | [ recovery-image] Aug 28 17:49:05.919 INFO O| Aug 28 17:49:05.919 INFO STEP 6 (remove_files) COMPLETE |
3919 | 2024-08-28T17:49:07.188Z | [ recovery-image] Aug 28 17:49:05.919 INFO O| Aug 28 17:49:05.919 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-28T17:49:07.199Z | [ recovery-image] Aug 28 17:49:05.932 INFO O| Aug 28 17:49:05.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3921 | 2024-08-28T17:49:07.202Z | [ recovery-image] Aug 28 17:49:05.933 INFO O| Aug 28 17:49:05.933 INFO STEP 7 (remove_files) COMPLETE |
3922 | 2024-08-28T17:49:07.202Z | [ recovery-image] Aug 28 17:49:05.933 INFO O| Aug 28 17:49:05.933 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-28T17:49:07.212Z | [ recovery-image] Aug 28 17:49:05.944 INFO O| Aug 28 17:49:05.944 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3924 | 2024-08-28T17:49:07.214Z | [ recovery-image] Aug 28 17:49:05.947 INFO O| Aug 28 17:49:05.947 INFO STEP 8 (remove_files) COMPLETE |
3925 | 2024-08-28T17:49:07.214Z | [ recovery-image] Aug 28 17:49:05.947 INFO O| Aug 28 17:49:05.947 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-28T17:49:07.225Z | [ recovery-image] Aug 28 17:49:05.958 INFO O| Aug 28 17:49:05.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3927 | 2024-08-28T17:49:07.227Z | [ recovery-image] Aug 28 17:49:05.958 INFO O| Aug 28 17:49:05.958 INFO STEP 9 (remove_files) COMPLETE |
3928 | 2024-08-28T17:49:07.227Z | [ recovery-image] Aug 28 17:49:05.958 INFO O| Aug 28 17:49:05.958 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-28T17:49:07.237Z | [ recovery-image] Aug 28 17:49:05.970 INFO O| Aug 28 17:49:05.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3930 | 2024-08-28T17:49:07.240Z | [ recovery-image] Aug 28 17:49:05.972 INFO O| Aug 28 17:49:05.972 INFO STEP 10 (remove_files) COMPLETE |
3931 | 2024-08-28T17:49:07.240Z | [ recovery-image] Aug 28 17:49:05.972 INFO O| Aug 28 17:49:05.972 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-28T17:49:07.252Z | [ recovery-image] Aug 28 17:49:05.984 INFO O| Aug 28 17:49:05.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3933 | 2024-08-28T17:49:07.304Z | [ recovery-image] Aug 28 17:49:06.037 INFO O| Aug 28 17:49:06.037 INFO STEP 11 (remove_files) COMPLETE |
3934 | 2024-08-28T17:49:07.304Z | [ recovery-image] Aug 28 17:49:06.037 INFO O| Aug 28 17:49:06.037 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-28T17:49:07.317Z | [ recovery-image] Aug 28 17:49:06.049 INFO O| Aug 28 17:49:06.049 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3936 | 2024-08-28T17:49:07.319Z | [ recovery-image] Aug 28 17:49:06.052 INFO O| Aug 28 17:49:06.052 INFO STEP 12 (remove_files) COMPLETE |
3937 | 2024-08-28T17:49:07.319Z | [ recovery-image] Aug 28 17:49:06.052 INFO O| Aug 28 17:49:06.052 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-28T17:49:07.331Z | [ recovery-image] Aug 28 17:49:06.062 INFO O| Aug 28 17:49:06.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3939 | 2024-08-28T17:49:07.333Z | [ recovery-image] Aug 28 17:49:06.065 INFO O| Aug 28 17:49:06.065 INFO STEP 13 (remove_files) COMPLETE |
3940 | 2024-08-28T17:49:07.333Z | [ recovery-image] Aug 28 17:49:06.065 INFO O| Aug 28 17:49:06.065 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-28T17:49:07.342Z | [ recovery-image] Aug 28 17:49:06.075 INFO O| Aug 28 17:49:06.075 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3942 | 2024-08-28T17:49:07.344Z | [ recovery-image] Aug 28 17:49:06.075 INFO O| Aug 28 17:49:06.075 INFO STEP 14 (remove_files) COMPLETE |
3943 | 2024-08-28T17:49:07.344Z | [ recovery-image] Aug 28 17:49:06.075 INFO O| Aug 28 17:49:06.075 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-28T17:49:07.352Z | [ recovery-image] Aug 28 17:49:06.085 INFO O| Aug 28 17:49:06.085 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3945 | 2024-08-28T17:49:07.355Z | [ recovery-image] Aug 28 17:49:06.086 INFO O| Aug 28 17:49:06.086 INFO STEP 15 (remove_files) COMPLETE |
3946 | 2024-08-28T17:49:07.355Z | [ recovery-image] Aug 28 17:49:06.086 INFO O| Aug 28 17:49:06.086 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-28T17:49:07.363Z | [ recovery-image] Aug 28 17:49:06.095 INFO O| Aug 28 17:49:06.095 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3948 | 2024-08-28T17:49:07.369Z | [ recovery-image] Aug 28 17:49:06.102 INFO O| Aug 28 17:49:06.102 INFO STEP 16 (remove_files) COMPLETE |
3949 | 2024-08-28T17:49:07.369Z | [ recovery-image] Aug 28 17:49:06.102 INFO O| Aug 28 17:49:06.102 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-28T17:49:07.383Z | [ recovery-image] Aug 28 17:49:06.115 INFO O| Aug 28 17:49:06.115 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3951 | 2024-08-28T17:49:07.383Z | [ recovery-image] Aug 28 17:49:06.115 INFO O| Aug 28 17:49:06.115 INFO STEP 17 (remove_files) COMPLETE |
3952 | 2024-08-28T17:49:07.385Z | [ recovery-image] Aug 28 17:49:06.115 INFO O| Aug 28 17:49:06.115 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-28T17:49:07.394Z | [ recovery-image] Aug 28 17:49:06.127 INFO O| Aug 28 17:49:06.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3954 | 2024-08-28T17:49:07.397Z | [ recovery-image] Aug 28 17:49:06.127 INFO O| Aug 28 17:49:06.127 INFO STEP 18 (remove_files) COMPLETE |
3955 | 2024-08-28T17:49:07.397Z | [ recovery-image] Aug 28 17:49:06.127 INFO O| Aug 28 17:49:06.127 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-28T17:49:07.405Z | [ recovery-image] Aug 28 17:49:06.137 INFO O| Aug 28 17:49:06.137 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3957 | 2024-08-28T17:49:07.444Z | [ recovery-image] Aug 28 17:49:06.176 INFO O| Aug 28 17:49:06.176 INFO STEP 19 (remove_files) COMPLETE |
3958 | 2024-08-28T17:49:07.444Z | [ recovery-image] Aug 28 17:49:06.177 INFO O| Aug 28 17:49:06.176 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-28T17:49:07.456Z | [ recovery-image] Aug 28 17:49:06.189 INFO O| Aug 28 17:49:06.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3960 | 2024-08-28T17:49:07.458Z | [ recovery-image] Aug 28 17:49:06.190 INFO O| Aug 28 17:49:06.189 INFO STEP 20 (remove_files) COMPLETE |
3961 | 2024-08-28T17:49:07.458Z | [ recovery-image] Aug 28 17:49:06.190 INFO O| Aug 28 17:49:06.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-28T17:49:07.467Z | [ recovery-image] Aug 28 17:49:06.200 INFO O| Aug 28 17:49:06.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3963 | 2024-08-28T17:49:07.469Z | [ recovery-image] Aug 28 17:49:06.200 INFO O| Aug 28 17:49:06.200 INFO STEP 21 (remove_files) COMPLETE |
3964 | 2024-08-28T17:49:07.469Z | [ recovery-image] Aug 28 17:49:06.200 INFO O| Aug 28 17:49:06.200 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-28T17:49:07.477Z | [ recovery-image] Aug 28 17:49:06.210 INFO O| Aug 28 17:49:06.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3966 | 2024-08-28T17:49:07.480Z | [ recovery-image] Aug 28 17:49:06.210 INFO O| Aug 28 17:49:06.210 INFO STEP 22 (remove_files) COMPLETE |
3967 | 2024-08-28T17:49:07.480Z | [ recovery-image] Aug 28 17:49:06.210 INFO O| Aug 28 17:49:06.210 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-28T17:49:07.488Z | [ recovery-image] Aug 28 17:49:06.220 INFO O| Aug 28 17:49:06.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3969 | 2024-08-28T17:49:07.490Z | [ recovery-image] Aug 28 17:49:06.221 INFO O| Aug 28 17:49:06.221 INFO STEP 23 (remove_files) COMPLETE |
3970 | 2024-08-28T17:49:07.490Z | [ recovery-image] Aug 28 17:49:06.221 INFO O| Aug 28 17:49:06.221 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-28T17:49:07.498Z | [ recovery-image] Aug 28 17:49:06.230 INFO O| Aug 28 17:49:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3972 | 2024-08-28T17:49:07.500Z | [ recovery-image] Aug 28 17:49:06.231 INFO O| Aug 28 17:49:06.231 INFO STEP 24 (remove_files) COMPLETE |
3973 | 2024-08-28T17:49:07.500Z | [ recovery-image] Aug 28 17:49:06.231 INFO O| Aug 28 17:49:06.231 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-28T17:49:07.508Z | [ recovery-image] Aug 28 17:49:06.241 INFO O| Aug 28 17:49:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3975 | 2024-08-28T17:49:07.510Z | [ recovery-image] Aug 28 17:49:06.241 INFO O| Aug 28 17:49:06.241 INFO STEP 25 (remove_files) COMPLETE |
3976 | 2024-08-28T17:49:07.510Z | [ recovery-image] Aug 28 17:49:06.241 INFO O| Aug 28 17:49:06.241 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-28T17:49:07.518Z | [ recovery-image] Aug 28 17:49:06.251 INFO O| Aug 28 17:49:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3978 | 2024-08-28T17:49:07.518Z | [ recovery-image] Aug 28 17:49:06.251 INFO O| Aug 28 17:49:06.251 INFO STEP 26 (remove_files) COMPLETE |
3979 | 2024-08-28T17:49:07.521Z | [ recovery-image] Aug 28 17:49:06.251 INFO O| Aug 28 17:49:06.251 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-28T17:49:07.528Z | [ recovery-image] Aug 28 17:49:06.261 INFO O| Aug 28 17:49:06.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3981 | 2024-08-28T17:49:07.531Z | [ recovery-image] Aug 28 17:49:06.262 INFO O| Aug 28 17:49:06.262 INFO STEP 27 (remove_files) COMPLETE |
3982 | 2024-08-28T17:49:07.531Z | [ recovery-image] Aug 28 17:49:06.262 INFO O| Aug 28 17:49:06.262 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-28T17:49:07.539Z | [ recovery-image] Aug 28 17:49:06.271 INFO O| Aug 28 17:49:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3984 | 2024-08-28T17:49:07.539Z | [ recovery-image] Aug 28 17:49:06.271 INFO O| Aug 28 17:49:06.271 INFO STEP 28 (remove_files) COMPLETE |
3985 | 2024-08-28T17:49:07.539Z | [ recovery-image] Aug 28 17:49:06.272 INFO O| Aug 28 17:49:06.271 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-28T17:49:07.549Z | [ recovery-image] Aug 28 17:49:06.281 INFO O| Aug 28 17:49:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3987 | 2024-08-28T17:49:07.549Z | [ recovery-image] Aug 28 17:49:06.281 INFO O| Aug 28 17:49:06.281 INFO STEP 29 (remove_files) COMPLETE |
3988 | 2024-08-28T17:49:07.549Z | [ recovery-image] Aug 28 17:49:06.281 INFO O| Aug 28 17:49:06.281 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-28T17:49:07.559Z | [ recovery-image] Aug 28 17:49:06.291 INFO O| Aug 28 17:49:06.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3990 | 2024-08-28T17:49:07.563Z | [ recovery-image] Aug 28 17:49:06.292 INFO O| Aug 28 17:49:06.292 INFO STEP 30 (remove_files) COMPLETE |
3991 | 2024-08-28T17:49:07.563Z | [ recovery-image] Aug 28 17:49:06.292 INFO O| Aug 28 17:49:06.292 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-28T17:49:07.569Z | [ recovery-image] Aug 28 17:49:06.302 INFO O| Aug 28 17:49:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3993 | 2024-08-28T17:49:07.569Z | [ recovery-image] Aug 28 17:49:06.302 INFO O| Aug 28 17:49:06.302 INFO STEP 31 (remove_files) COMPLETE |
3994 | 2024-08-28T17:49:07.572Z | [ recovery-image] Aug 28 17:49:06.302 INFO O| Aug 28 17:49:06.302 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-28T17:49:07.580Z | [ recovery-image] Aug 28 17:49:06.312 INFO O| Aug 28 17:49:06.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3996 | 2024-08-28T17:49:07.582Z | [ recovery-image] Aug 28 17:49:06.313 INFO O| Aug 28 17:49:06.313 INFO STEP 32 (remove_files) COMPLETE |
3997 | 2024-08-28T17:49:07.582Z | [ recovery-image] Aug 28 17:49:06.313 INFO O| Aug 28 17:49:06.313 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-28T17:49:07.593Z | [ recovery-image] Aug 28 17:49:06.325 INFO O| Aug 28 17:49:06.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3999 | 2024-08-28T17:49:07.593Z | [ recovery-image] Aug 28 17:49:06.325 INFO O| Aug 28 17:49:06.325 INFO STEP 33 (remove_files) COMPLETE |
4000 | 2024-08-28T17:49:07.593Z | [ recovery-image] Aug 28 17:49:06.325 INFO O| Aug 28 17:49:06.325 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-28T17:49:07.603Z | [ recovery-image] Aug 28 17:49:06.336 INFO O| Aug 28 17:49:06.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4002 | 2024-08-28T17:49:07.603Z | [ recovery-image] Aug 28 17:49:06.336 INFO O| Aug 28 17:49:06.336 INFO STEP 34 (remove_files) COMPLETE |
4003 | 2024-08-28T17:49:07.605Z | [ recovery-image] Aug 28 17:49:06.336 INFO O| Aug 28 17:49:06.336 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-28T17:49:07.613Z | [ recovery-image] Aug 28 17:49:06.346 INFO O| Aug 28 17:49:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4005 | 2024-08-28T17:49:07.613Z | [ recovery-image] Aug 28 17:49:06.346 INFO O| Aug 28 17:49:06.346 INFO STEP 35 (remove_files) COMPLETE |
4006 | 2024-08-28T17:49:07.616Z | [ recovery-image] Aug 28 17:49:06.346 INFO O| Aug 28 17:49:06.346 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-28T17:49:07.624Z | [ recovery-image] Aug 28 17:49:06.356 INFO O| Aug 28 17:49:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4008 | 2024-08-28T17:49:07.624Z | [ recovery-image] Aug 28 17:49:06.356 INFO O| Aug 28 17:49:06.356 INFO STEP 36 (remove_files) COMPLETE |
4009 | 2024-08-28T17:49:07.626Z | [ recovery-image] Aug 28 17:49:06.356 INFO O| Aug 28 17:49:06.356 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-28T17:49:07.634Z | [ recovery-image] Aug 28 17:49:06.366 INFO O| Aug 28 17:49:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4011 | 2024-08-28T17:49:07.634Z | [ recovery-image] Aug 28 17:49:06.367 INFO O| Aug 28 17:49:06.366 INFO STEP 37 (remove_files) COMPLETE |
4012 | 2024-08-28T17:49:07.634Z | [ recovery-image] Aug 28 17:49:06.367 INFO O| Aug 28 17:49:06.367 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-28T17:49:07.644Z | [ recovery-image] Aug 28 17:49:06.377 INFO O| Aug 28 17:49:06.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4014 | 2024-08-28T17:49:07.644Z | [ recovery-image] Aug 28 17:49:06.377 INFO O| Aug 28 17:49:06.377 INFO STEP 38 (remove_files) COMPLETE |
4015 | 2024-08-28T17:49:07.644Z | [ recovery-image] Aug 28 17:49:06.377 INFO O| Aug 28 17:49:06.377 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-28T17:49:07.655Z | [ recovery-image] Aug 28 17:49:06.387 INFO O| Aug 28 17:49:06.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4017 | 2024-08-28T17:49:07.657Z | [ recovery-image] Aug 28 17:49:06.388 INFO O| Aug 28 17:49:06.387 INFO STEP 39 (remove_files) COMPLETE |
4018 | 2024-08-28T17:49:07.657Z | [ recovery-image] Aug 28 17:49:06.388 INFO O| Aug 28 17:49:06.388 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-28T17:49:07.665Z | [ recovery-image] Aug 28 17:49:06.398 INFO O| Aug 28 17:49:06.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4020 | 2024-08-28T17:49:07.668Z | [ recovery-image] Aug 28 17:49:06.399 INFO O| Aug 28 17:49:06.398 INFO STEP 40 (remove_files) COMPLETE |
4021 | 2024-08-28T17:49:07.668Z | [ recovery-image] Aug 28 17:49:06.399 INFO O| Aug 28 17:49:06.399 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-28T17:49:07.676Z | [ recovery-image] Aug 28 17:49:06.409 INFO O| Aug 28 17:49:06.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4023 | 2024-08-28T17:49:07.679Z | [ recovery-image] Aug 28 17:49:06.409 INFO O| Aug 28 17:49:06.409 INFO STEP 41 (remove_files) COMPLETE |
4024 | 2024-08-28T17:49:07.679Z | [ recovery-image] Aug 28 17:49:06.409 INFO O| Aug 28 17:49:06.409 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-28T17:49:07.687Z | [ recovery-image] Aug 28 17:49:06.419 INFO O| Aug 28 17:49:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4026 | 2024-08-28T17:49:07.687Z | [ recovery-image] Aug 28 17:49:06.419 INFO O| Aug 28 17:49:06.419 INFO STEP 42 (remove_files) COMPLETE |
4027 | 2024-08-28T17:49:07.689Z | [ recovery-image] Aug 28 17:49:06.419 INFO O| Aug 28 17:49:06.419 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-28T17:49:07.882Z | [ recovery-image] Aug 28 17:49:06.430 INFO O| Aug 28 17:49:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4029 | 2024-08-28T17:49:07.882Z | [ recovery-image] Aug 28 17:49:06.430 INFO O| Aug 28 17:49:06.430 INFO STEP 43 (remove_files) COMPLETE |
4030 | 2024-08-28T17:49:07.882Z | [ recovery-image] Aug 28 17:49:06.430 INFO O| Aug 28 17:49:06.430 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.440 INFO O| Aug 28 17:49:06.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4032 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.440 INFO O| Aug 28 17:49:06.440 INFO STEP 44 (remove_files) COMPLETE |
4033 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.440 INFO O| Aug 28 17:49:06.440 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.450 INFO O| Aug 28 17:49:06.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4035 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.450 INFO O| Aug 28 17:49:06.450 INFO STEP 45 (remove_files) COMPLETE |
4036 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.450 INFO O| Aug 28 17:49:06.450 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.460 INFO O| Aug 28 17:49:06.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4038 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.461 INFO O| Aug 28 17:49:06.461 INFO STEP 46 (remove_files) COMPLETE |
4039 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.461 INFO O| Aug 28 17:49:06.461 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.471 INFO O| Aug 28 17:49:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4041 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.471 INFO O| Aug 28 17:49:06.471 INFO STEP 47 (remove_files) COMPLETE |
4042 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.471 INFO O| Aug 28 17:49:06.471 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-28T17:49:07.888Z | [ host-image] Aug 28 17:49:06.474 INFO O| Aug 28 17:49:06.474 INFO O| Done |
4044 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.482 INFO O| Aug 28 17:49:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4045 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.482 INFO O| Aug 28 17:49:06.482 INFO STEP 48 (remove_files) COMPLETE |
4046 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.482 INFO O| Aug 28 17:49:06.482 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4047 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.493 INFO O| Aug 28 17:49:06.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4048 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.493 INFO O| Aug 28 17:49:06.493 INFO STEP 49 (remove_files) COMPLETE |
4049 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.493 INFO O| Aug 28 17:49:06.493 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4050 | 2024-08-28T17:49:07.888Z | [ host-image] Aug 28 17:49:06.501 INFO O| Aug 28 17:49:06.501 INFO O| Done |
4051 | 2024-08-28T17:49:07.888Z | [ host-image] Aug 28 17:49:06.501 INFO O| Aug 28 17:49:06.501 INFO O| Done |
4052 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.503 INFO O| Aug 28 17:49:06.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4053 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.504 INFO O| Aug 28 17:49:06.504 INFO STEP 50 (remove_files) COMPLETE |
4054 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.504 INFO O| Aug 28 17:49:06.504 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.513 INFO O| Aug 28 17:49:06.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4056 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.513 INFO O| Aug 28 17:49:06.513 INFO STEP 51 (remove_files) COMPLETE |
4057 | 2024-08-28T17:49:07.888Z | [ recovery-image] Aug 28 17:49:06.513 INFO O| Aug 28 17:49:06.513 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-28T17:49:07.889Z | [ host-image] Aug 28 17:49:06.516 INFO O| Aug 28 17:49:06.516 INFO O| Done |
4059 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.524 INFO O| Aug 28 17:49:06.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4060 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.524 INFO O| Aug 28 17:49:06.524 INFO STEP 52 (remove_files) COMPLETE |
4061 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.524 INFO O| Aug 28 17:49:06.524 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4062 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.535 INFO O| Aug 28 17:49:06.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4063 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.535 INFO O| Aug 28 17:49:06.535 INFO STEP 53 (remove_files) COMPLETE |
4064 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.535 INFO O| Aug 28 17:49:06.535 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4065 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.546 INFO O| Aug 28 17:49:06.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4066 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.546 INFO O| Aug 28 17:49:06.546 INFO STEP 54 (remove_files) COMPLETE |
4067 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.546 INFO O| Aug 28 17:49:06.546 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4068 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.556 INFO O| Aug 28 17:49:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4069 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.556 INFO O| Aug 28 17:49:06.556 INFO STEP 55 (remove_files) COMPLETE |
4070 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.556 INFO O| Aug 28 17:49:06.556 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4071 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.565 INFO O| Aug 28 17:49:06.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4072 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.565 INFO O| Aug 28 17:49:06.565 INFO STEP 56 (remove_files) COMPLETE |
4073 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.566 INFO O| Aug 28 17:49:06.565 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4074 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.575 INFO O| Aug 28 17:49:06.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4075 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.576 INFO O| Aug 28 17:49:06.576 INFO STEP 57 (remove_files) COMPLETE |
4076 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.576 INFO O| Aug 28 17:49:06.576 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4077 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.586 INFO O| Aug 28 17:49:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4078 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.586 INFO O| Aug 28 17:49:06.586 INFO STEP 58 (remove_files) COMPLETE |
4079 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.586 INFO O| Aug 28 17:49:06.586 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4080 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.596 INFO O| Aug 28 17:49:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4081 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.596 INFO O| Aug 28 17:49:06.596 INFO STEP 59 (remove_files) COMPLETE |
4082 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.596 INFO O| Aug 28 17:49:06.596 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4083 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.607 INFO O| Aug 28 17:49:06.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4084 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.607 INFO O| Aug 28 17:49:06.607 INFO STEP 60 (remove_files) COMPLETE |
4085 | 2024-08-28T17:49:07.889Z | [ recovery-image] Aug 28 17:49:06.607 INFO O| Aug 28 17:49:06.607 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4086 | 2024-08-28T17:49:07.892Z | [ recovery-image] Aug 28 17:49:06.617 INFO O| Aug 28 17:49:06.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4087 | 2024-08-28T17:49:07.892Z | [ recovery-image] Aug 28 17:49:06.618 INFO O| Aug 28 17:49:06.618 INFO STEP 61 (remove_files) COMPLETE |
4088 | 2024-08-28T17:49:07.892Z | [ recovery-image] Aug 28 17:49:06.618 INFO O| Aug 28 17:49:06.618 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4089 | 2024-08-28T17:49:07.892Z | [ host-image] Aug 28 17:49:06.620 INFO O| Aug 28 17:49:06.620 INFO STEP 12 (pkg_install) COMPLETE |
4090 | 2024-08-28T17:49:07.892Z | [ host-image] Aug 28 17:49:06.620 INFO O| Aug 28 17:49:06.620 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4091 | 2024-08-28T17:49:07.896Z | [ recovery-image] Aug 28 17:49:06.629 INFO O| Aug 28 17:49:06.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4092 | 2024-08-28T17:49:07.896Z | [ recovery-image] Aug 28 17:49:06.629 INFO O| Aug 28 17:49:06.629 INFO STEP 62 (remove_files) COMPLETE |
4093 | 2024-08-28T17:49:07.899Z | [ recovery-image] Aug 28 17:49:06.629 INFO O| Aug 28 17:49:06.629 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-28T17:49:07.899Z | [ host-image] Aug 28 17:49:06.631 INFO O| Aug 28 17:49:06.631 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4095 | 2024-08-28T17:49:07.907Z | [ recovery-image] Aug 28 17:49:06.640 INFO O| Aug 28 17:49:06.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4096 | 2024-08-28T17:49:07.907Z | [ recovery-image] Aug 28 17:49:06.640 INFO O| Aug 28 17:49:06.640 INFO STEP 63 (remove_files) COMPLETE |
4097 | 2024-08-28T17:49:07.907Z | [ recovery-image] Aug 28 17:49:06.640 INFO O| Aug 28 17:49:06.640 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4098 | 2024-08-28T17:49:07.917Z | [ recovery-image] Aug 28 17:49:06.650 INFO O| Aug 28 17:49:06.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4099 | 2024-08-28T17:49:07.920Z | [ recovery-image] Aug 28 17:49:06.650 INFO O| Aug 28 17:49:06.650 INFO STEP 64 (remove_files) COMPLETE |
4100 | 2024-08-28T17:49:07.920Z | [ recovery-image] Aug 28 17:49:06.650 INFO O| Aug 28 17:49:06.650 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4101 | 2024-08-28T17:49:07.928Z | [ recovery-image] Aug 28 17:49:06.660 INFO O| Aug 28 17:49:06.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4102 | 2024-08-28T17:49:07.928Z | [ recovery-image] Aug 28 17:49:06.660 INFO O| Aug 28 17:49:06.660 INFO STEP 65 (remove_files) COMPLETE |
4103 | 2024-08-28T17:49:07.930Z | [ recovery-image] Aug 28 17:49:06.660 INFO O| Aug 28 17:49:06.660 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4104 | 2024-08-28T17:49:07.938Z | [ recovery-image] Aug 28 17:49:06.670 INFO O| Aug 28 17:49:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4105 | 2024-08-28T17:49:07.938Z | [ recovery-image] Aug 28 17:49:06.670 INFO O| Aug 28 17:49:06.670 INFO STEP 66 (remove_files) COMPLETE |
4106 | 2024-08-28T17:49:07.940Z | [ recovery-image] Aug 28 17:49:06.670 INFO O| Aug 28 17:49:06.670 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4107 | 2024-08-28T17:49:07.948Z | [ recovery-image] Aug 28 17:49:06.680 INFO O| Aug 28 17:49:06.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4108 | 2024-08-28T17:49:07.948Z | [ recovery-image] Aug 28 17:49:06.681 INFO O| Aug 28 17:49:06.681 INFO STEP 67 (remove_files) COMPLETE |
4109 | 2024-08-28T17:49:07.948Z | [ recovery-image] Aug 28 17:49:06.681 INFO O| Aug 28 17:49:06.681 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4110 | 2024-08-28T17:49:07.958Z | [ recovery-image] Aug 28 17:49:06.691 INFO O| Aug 28 17:49:06.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4111 | 2024-08-28T17:49:07.960Z | [ recovery-image] Aug 28 17:49:06.691 INFO O| Aug 28 17:49:06.691 INFO STEP 68 (remove_files) COMPLETE |
4112 | 2024-08-28T17:49:07.960Z | [ recovery-image] Aug 28 17:49:06.691 INFO O| Aug 28 17:49:06.691 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4113 | 2024-08-28T17:49:07.968Z | [ recovery-image] Aug 28 17:49:06.701 INFO O| Aug 28 17:49:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4114 | 2024-08-28T17:49:07.968Z | [ recovery-image] Aug 28 17:49:06.701 INFO O| Aug 28 17:49:06.701 INFO STEP 69 (remove_files) COMPLETE |
4115 | 2024-08-28T17:49:07.971Z | [ recovery-image] Aug 28 17:49:06.701 INFO O| Aug 28 17:49:06.701 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4116 | 2024-08-28T17:49:07.979Z | [ recovery-image] Aug 28 17:49:06.711 INFO O| Aug 28 17:49:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4117 | 2024-08-28T17:49:07.979Z | [ recovery-image] Aug 28 17:49:06.711 INFO O| Aug 28 17:49:06.711 INFO STEP 70 (remove_files) COMPLETE |
4118 | 2024-08-28T17:49:07.979Z | [ recovery-image] Aug 28 17:49:06.711 INFO O| Aug 28 17:49:06.711 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4119 | 2024-08-28T17:49:07.989Z | [ recovery-image] Aug 28 17:49:06.721 INFO O| Aug 28 17:49:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4120 | 2024-08-28T17:49:07.989Z | [ recovery-image] Aug 28 17:49:06.721 INFO O| Aug 28 17:49:06.721 INFO STEP 71 (remove_files) COMPLETE |
4121 | 2024-08-28T17:49:07.992Z | [ recovery-image] Aug 28 17:49:06.721 INFO O| Aug 28 17:49:06.721 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4122 | 2024-08-28T17:49:07.999Z | [ recovery-image] Aug 28 17:49:06.731 INFO O| Aug 28 17:49:06.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4123 | 2024-08-28T17:49:08.001Z | [ recovery-image] Aug 28 17:49:06.731 INFO O| Aug 28 17:49:06.731 INFO STEP 72 (remove_files) COMPLETE |
4124 | 2024-08-28T17:49:08.001Z | [ recovery-image] Aug 28 17:49:06.731 INFO O| Aug 28 17:49:06.731 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4125 | 2024-08-28T17:49:08.009Z | [ recovery-image] Aug 28 17:49:06.741 INFO O| Aug 28 17:49:06.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4126 | 2024-08-28T17:49:08.009Z | [ recovery-image] Aug 28 17:49:06.741 INFO O| Aug 28 17:49:06.741 INFO STEP 73 (remove_files) COMPLETE |
4127 | 2024-08-28T17:49:08.011Z | [ recovery-image] Aug 28 17:49:06.741 INFO O| Aug 28 17:49:06.741 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4128 | 2024-08-28T17:49:08.019Z | [ recovery-image] Aug 28 17:49:06.751 INFO O| Aug 28 17:49:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4129 | 2024-08-28T17:49:08.021Z | [ recovery-image] Aug 28 17:49:06.751 INFO O| Aug 28 17:49:06.751 INFO STEP 74 (remove_files) COMPLETE |
4130 | 2024-08-28T17:49:08.021Z | [ recovery-image] Aug 28 17:49:06.752 INFO O| Aug 28 17:49:06.751 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4131 | 2024-08-28T17:49:08.029Z | [ recovery-image] Aug 28 17:49:06.761 INFO O| Aug 28 17:49:06.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4132 | 2024-08-28T17:49:08.031Z | [ recovery-image] Aug 28 17:49:06.762 INFO O| Aug 28 17:49:06.761 INFO STEP 75 (remove_files) COMPLETE |
4133 | 2024-08-28T17:49:08.031Z | [ recovery-image] Aug 28 17:49:06.762 INFO O| Aug 28 17:49:06.762 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4134 | 2024-08-28T17:49:08.039Z | [ recovery-image] Aug 28 17:49:06.772 INFO O| Aug 28 17:49:06.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4135 | 2024-08-28T17:49:08.039Z | [ recovery-image] Aug 28 17:49:06.772 INFO O| Aug 28 17:49:06.772 INFO STEP 76 (remove_files) COMPLETE |
4136 | 2024-08-28T17:49:08.042Z | [ recovery-image] Aug 28 17:49:06.772 INFO O| Aug 28 17:49:06.772 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4137 | 2024-08-28T17:49:08.050Z | [ recovery-image] Aug 28 17:49:06.782 INFO O| Aug 28 17:49:06.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4138 | 2024-08-28T17:49:08.052Z | [ recovery-image] Aug 28 17:49:06.782 INFO O| Aug 28 17:49:06.782 INFO STEP 77 (remove_files) COMPLETE |
4139 | 2024-08-28T17:49:08.052Z | [ recovery-image] Aug 28 17:49:06.782 INFO O| Aug 28 17:49:06.782 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-08-28T17:49:08.060Z | [ recovery-image] Aug 28 17:49:06.792 INFO O| Aug 28 17:49:06.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4141 | 2024-08-28T17:49:08.060Z | [ recovery-image] Aug 28 17:49:06.792 INFO O| Aug 28 17:49:06.792 INFO STEP 78 (remove_files) COMPLETE |
4142 | 2024-08-28T17:49:08.062Z | [ recovery-image] Aug 28 17:49:06.792 INFO O| Aug 28 17:49:06.792 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-08-28T17:49:08.070Z | [ recovery-image] Aug 28 17:49:06.802 INFO O| Aug 28 17:49:06.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4144 | 2024-08-28T17:49:08.072Z | [ recovery-image] Aug 28 17:49:06.802 INFO O| Aug 28 17:49:06.802 INFO STEP 79 (remove_files) COMPLETE |
4145 | 2024-08-28T17:49:08.072Z | [ recovery-image] Aug 28 17:49:06.802 INFO O| Aug 28 17:49:06.802 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4146 | 2024-08-28T17:49:08.080Z | [ recovery-image] Aug 28 17:49:06.813 INFO O| Aug 28 17:49:06.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4147 | 2024-08-28T17:49:08.080Z | [ recovery-image] Aug 28 17:49:06.813 INFO O| Aug 28 17:49:06.813 INFO STEP 80 (remove_files) COMPLETE |
4148 | 2024-08-28T17:49:08.080Z | [ recovery-image] Aug 28 17:49:06.813 INFO O| Aug 28 17:49:06.813 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4149 | 2024-08-28T17:49:08.090Z | [ recovery-image] Aug 28 17:49:06.823 INFO O| Aug 28 17:49:06.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4150 | 2024-08-28T17:49:08.090Z | [ recovery-image] Aug 28 17:49:06.823 INFO O| Aug 28 17:49:06.823 INFO STEP 81 (remove_files) COMPLETE |
4151 | 2024-08-28T17:49:08.093Z | [ recovery-image] Aug 28 17:49:06.823 INFO O| Aug 28 17:49:06.823 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4152 | 2024-08-28T17:49:08.100Z | [ recovery-image] Aug 28 17:49:06.832 INFO O| Aug 28 17:49:06.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4153 | 2024-08-28T17:49:08.100Z | [ recovery-image] Aug 28 17:49:06.833 INFO O| Aug 28 17:49:06.833 INFO STEP 82 (remove_files) COMPLETE |
4154 | 2024-08-28T17:49:08.103Z | [ recovery-image] Aug 28 17:49:06.833 INFO O| Aug 28 17:49:06.833 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4155 | 2024-08-28T17:49:08.110Z | [ recovery-image] Aug 28 17:49:06.842 INFO O| Aug 28 17:49:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4156 | 2024-08-28T17:49:08.113Z | [ recovery-image] Aug 28 17:49:06.842 INFO O| Aug 28 17:49:06.842 INFO STEP 83 (remove_files) COMPLETE |
4157 | 2024-08-28T17:49:08.113Z | [ recovery-image] Aug 28 17:49:06.842 INFO O| Aug 28 17:49:06.842 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4158 | 2024-08-28T17:49:08.120Z | [ recovery-image] Aug 28 17:49:06.852 INFO O| Aug 28 17:49:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4159 | 2024-08-28T17:49:08.122Z | [ recovery-image] Aug 28 17:49:06.852 INFO O| Aug 28 17:49:06.852 INFO STEP 84 (remove_files) COMPLETE |
4160 | 2024-08-28T17:49:08.122Z | [ recovery-image] Aug 28 17:49:06.852 INFO O| Aug 28 17:49:06.852 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4161 | 2024-08-28T17:49:08.129Z | [ recovery-image] Aug 28 17:49:06.862 INFO O| Aug 28 17:49:06.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4162 | 2024-08-28T17:49:08.129Z | [ recovery-image] Aug 28 17:49:06.862 INFO O| Aug 28 17:49:06.862 INFO STEP 85 (remove_files) COMPLETE |
4163 | 2024-08-28T17:49:08.132Z | [ recovery-image] Aug 28 17:49:06.862 INFO O| Aug 28 17:49:06.862 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4164 | 2024-08-28T17:49:08.139Z | [ recovery-image] Aug 28 17:49:06.872 INFO O| Aug 28 17:49:06.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4165 | 2024-08-28T17:49:08.139Z | [ recovery-image] Aug 28 17:49:06.872 INFO O| Aug 28 17:49:06.872 INFO STEP 86 (remove_files) COMPLETE |
4166 | 2024-08-28T17:49:08.139Z | [ recovery-image] Aug 28 17:49:06.872 INFO O| Aug 28 17:49:06.872 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4167 | 2024-08-28T17:49:08.149Z | [ recovery-image] Aug 28 17:49:06.882 INFO O| Aug 28 17:49:06.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4168 | 2024-08-28T17:49:08.151Z | [ recovery-image] Aug 28 17:49:06.882 INFO O| Aug 28 17:49:06.882 INFO STEP 87 (remove_files) COMPLETE |
4169 | 2024-08-28T17:49:08.152Z | [ recovery-image] Aug 28 17:49:06.882 INFO O| Aug 28 17:49:06.882 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4170 | 2024-08-28T17:49:08.159Z | [ recovery-image] Aug 28 17:49:06.892 INFO O| Aug 28 17:49:06.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4171 | 2024-08-28T17:49:08.160Z | [ recovery-image] Aug 28 17:49:06.892 INFO O| Aug 28 17:49:06.892 INFO STEP 88 (remove_files) COMPLETE |
4172 | 2024-08-28T17:49:08.162Z | [ recovery-image] Aug 28 17:49:06.892 INFO O| Aug 28 17:49:06.892 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4173 | 2024-08-28T17:49:08.170Z | [ recovery-image] Aug 28 17:49:06.902 INFO O| Aug 28 17:49:06.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4174 | 2024-08-28T17:49:08.172Z | [ recovery-image] Aug 28 17:49:06.902 INFO O| Aug 28 17:49:06.902 INFO STEP 89 (remove_files) COMPLETE |
4175 | 2024-08-28T17:49:08.172Z | [ recovery-image] Aug 28 17:49:06.902 INFO O| Aug 28 17:49:06.902 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4176 | 2024-08-28T17:49:08.180Z | [ recovery-image] Aug 28 17:49:06.912 INFO O| Aug 28 17:49:06.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4177 | 2024-08-28T17:49:08.180Z | [ recovery-image] Aug 28 17:49:06.912 INFO O| Aug 28 17:49:06.912 INFO STEP 90 (remove_files) COMPLETE |
4178 | 2024-08-28T17:49:08.182Z | [ recovery-image] Aug 28 17:49:06.912 INFO O| Aug 28 17:49:06.912 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-08-28T17:49:08.195Z | [ recovery-image] Aug 28 17:49:06.927 INFO O| Aug 28 17:49:06.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4180 | 2024-08-28T17:49:08.195Z | [ recovery-image] Aug 28 17:49:06.927 INFO O| Aug 28 17:49:06.927 INFO STEP 91 (remove_files) COMPLETE |
4181 | 2024-08-28T17:49:08.195Z | [ recovery-image] Aug 28 17:49:06.927 INFO O| Aug 28 17:49:06.927 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-08-28T17:49:08.208Z | [ recovery-image] Aug 28 17:49:06.941 INFO O| Aug 28 17:49:06.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4183 | 2024-08-28T17:49:08.211Z | [ recovery-image] Aug 28 17:49:06.941 INFO O| Aug 28 17:49:06.941 INFO STEP 92 (remove_files) COMPLETE |
4184 | 2024-08-28T17:49:08.211Z | [ recovery-image] Aug 28 17:49:06.941 INFO O| Aug 28 17:49:06.941 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-08-28T17:49:08.220Z | [ recovery-image] Aug 28 17:49:06.953 INFO O| Aug 28 17:49:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4186 | 2024-08-28T17:49:08.222Z | [ recovery-image] Aug 28 17:49:06.953 INFO O| Aug 28 17:49:06.953 INFO STEP 93 (remove_files) COMPLETE |
4187 | 2024-08-28T17:49:08.222Z | [ recovery-image] Aug 28 17:49:06.953 INFO O| Aug 28 17:49:06.953 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-08-28T17:49:08.232Z | [ recovery-image] Aug 28 17:49:06.965 INFO O| Aug 28 17:49:06.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4189 | 2024-08-28T17:49:08.232Z | [ recovery-image] Aug 28 17:49:06.965 INFO O| Aug 28 17:49:06.965 INFO STEP 94 (remove_files) COMPLETE |
4190 | 2024-08-28T17:49:08.234Z | [ recovery-image] Aug 28 17:49:06.965 INFO O| Aug 28 17:49:06.965 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-08-28T17:49:08.246Z | [ recovery-image] Aug 28 17:49:06.978 INFO O| Aug 28 17:49:06.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4192 | 2024-08-28T17:49:08.246Z | [ recovery-image] Aug 28 17:49:06.978 INFO O| Aug 28 17:49:06.978 INFO STEP 95 (remove_files) COMPLETE |
4193 | 2024-08-28T17:49:08.246Z | [ recovery-image] Aug 28 17:49:06.979 INFO O| Aug 28 17:49:06.978 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-08-28T17:49:08.269Z | [ recovery-image] Aug 28 17:49:06.989 INFO O| Aug 28 17:49:06.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4195 | 2024-08-28T17:49:08.271Z | [ recovery-image] Aug 28 17:49:06.989 INFO O| Aug 28 17:49:06.989 INFO STEP 96 (remove_files) COMPLETE |
4196 | 2024-08-28T17:49:08.271Z | [ recovery-image] Aug 28 17:49:06.989 INFO O| Aug 28 17:49:06.989 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-08-28T17:49:08.271Z | [ recovery-image] Aug 28 17:49:07.003 INFO O| Aug 28 17:49:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4198 | 2024-08-28T17:49:08.271Z | [ recovery-image] Aug 28 17:49:07.003 INFO O| Aug 28 17:49:07.003 INFO STEP 97 (remove_files) COMPLETE |
4199 | 2024-08-28T17:49:08.272Z | [ recovery-image] Aug 28 17:49:07.003 INFO O| Aug 28 17:49:07.003 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-08-28T17:49:08.281Z | [ recovery-image] Aug 28 17:49:07.013 INFO O| Aug 28 17:49:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4201 | 2024-08-28T17:49:08.281Z | [ recovery-image] Aug 28 17:49:07.013 INFO O| Aug 28 17:49:07.013 INFO STEP 98 (remove_files) COMPLETE |
4202 | 2024-08-28T17:49:08.284Z | [ recovery-image] Aug 28 17:49:07.013 INFO O| Aug 28 17:49:07.013 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-08-28T17:49:08.291Z | [ recovery-image] Aug 28 17:49:07.024 INFO O| Aug 28 17:49:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4204 | 2024-08-28T17:49:08.291Z | [ recovery-image] Aug 28 17:49:07.024 INFO O| Aug 28 17:49:07.024 INFO STEP 99 (remove_files) COMPLETE |
4205 | 2024-08-28T17:49:08.294Z | [ recovery-image] Aug 28 17:49:07.024 INFO O| Aug 28 17:49:07.024 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-08-28T17:49:08.303Z | [ recovery-image] Aug 28 17:49:07.035 INFO O| Aug 28 17:49:07.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4207 | 2024-08-28T17:49:08.305Z | [ recovery-image] Aug 28 17:49:07.036 INFO O| Aug 28 17:49:07.036 INFO STEP 100 (remove_files) COMPLETE |
4208 | 2024-08-28T17:49:08.305Z | [ recovery-image] Aug 28 17:49:07.036 INFO O| Aug 28 17:49:07.036 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-08-28T17:49:08.316Z | [ recovery-image] Aug 28 17:49:07.049 INFO O| Aug 28 17:49:07.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4210 | 2024-08-28T17:49:08.319Z | [ recovery-image] Aug 28 17:49:07.049 INFO O| Aug 28 17:49:07.049 INFO STEP 101 (remove_files) COMPLETE |
4211 | 2024-08-28T17:49:08.319Z | [ recovery-image] Aug 28 17:49:07.049 INFO O| Aug 28 17:49:07.049 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-08-28T17:49:08.328Z | [ recovery-image] Aug 28 17:49:07.061 INFO O| Aug 28 17:49:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4213 | 2024-08-28T17:49:08.328Z | [ recovery-image] Aug 28 17:49:07.061 INFO O| Aug 28 17:49:07.061 INFO STEP 102 (remove_files) COMPLETE |
4214 | 2024-08-28T17:49:08.328Z | [ recovery-image] Aug 28 17:49:07.061 INFO O| Aug 28 17:49:07.061 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-08-28T17:49:08.341Z | [ recovery-image] Aug 28 17:49:07.072 INFO O| Aug 28 17:49:07.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4216 | 2024-08-28T17:49:08.343Z | [ recovery-image] Aug 28 17:49:07.072 INFO O| Aug 28 17:49:07.072 INFO STEP 103 (remove_files) COMPLETE |
4217 | 2024-08-28T17:49:08.343Z | [ recovery-image] Aug 28 17:49:07.072 INFO O| Aug 28 17:49:07.072 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-08-28T17:49:08.350Z | [ recovery-image] Aug 28 17:49:07.082 INFO O| Aug 28 17:49:07.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4219 | 2024-08-28T17:49:08.350Z | [ recovery-image] Aug 28 17:49:07.083 INFO O| Aug 28 17:49:07.082 INFO STEP 104 (remove_files) COMPLETE |
4220 | 2024-08-28T17:49:08.350Z | [ recovery-image] Aug 28 17:49:07.083 INFO O| Aug 28 17:49:07.082 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-08-28T17:49:08.360Z | [ recovery-image] Aug 28 17:49:07.092 INFO O| Aug 28 17:49:07.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4222 | 2024-08-28T17:49:08.363Z | [ recovery-image] Aug 28 17:49:07.093 INFO O| Aug 28 17:49:07.093 INFO STEP 105 (remove_files) COMPLETE |
4223 | 2024-08-28T17:49:08.363Z | [ recovery-image] Aug 28 17:49:07.093 INFO O| Aug 28 17:49:07.093 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-08-28T17:49:08.372Z | [ recovery-image] Aug 28 17:49:07.104 INFO O| Aug 28 17:49:07.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4225 | 2024-08-28T17:49:08.372Z | [ recovery-image] Aug 28 17:49:07.104 INFO O| Aug 28 17:49:07.104 INFO STEP 106 (remove_files) COMPLETE |
4226 | 2024-08-28T17:49:08.374Z | [ recovery-image] Aug 28 17:49:07.104 INFO O| Aug 28 17:49:07.104 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-08-28T17:49:08.383Z | [ recovery-image] Aug 28 17:49:07.116 INFO O| Aug 28 17:49:07.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4228 | 2024-08-28T17:49:08.383Z | [ recovery-image] Aug 28 17:49:07.116 INFO O| Aug 28 17:49:07.116 INFO STEP 107 (remove_files) COMPLETE |
4229 | 2024-08-28T17:49:08.386Z | [ recovery-image] Aug 28 17:49:07.116 INFO O| Aug 28 17:49:07.116 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-08-28T17:49:08.396Z | [ recovery-image] Aug 28 17:49:07.128 INFO O| Aug 28 17:49:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4231 | 2024-08-28T17:49:08.396Z | [ recovery-image] Aug 28 17:49:07.128 INFO O| Aug 28 17:49:07.128 INFO STEP 108 (remove_files) COMPLETE |
4232 | 2024-08-28T17:49:08.398Z | [ recovery-image] Aug 28 17:49:07.128 INFO O| Aug 28 17:49:07.128 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-08-28T17:49:08.405Z | [ host-image] Aug 28 17:49:07.138 INFO O| Aug 28 17:49:07.138 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4234 | 2024-08-28T17:49:08.408Z | [ recovery-image] Aug 28 17:49:07.140 INFO O| Aug 28 17:49:07.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4235 | 2024-08-28T17:49:08.408Z | [ recovery-image] Aug 28 17:49:07.140 INFO O| Aug 28 17:49:07.140 INFO STEP 109 (remove_files) COMPLETE |
4236 | 2024-08-28T17:49:08.408Z | [ recovery-image] Aug 28 17:49:07.140 INFO O| Aug 28 17:49:07.140 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-08-28T17:49:08.419Z | [ recovery-image] Aug 28 17:49:07.152 INFO O| Aug 28 17:49:07.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4238 | 2024-08-28T17:49:08.419Z | [ recovery-image] Aug 28 17:49:07.152 INFO O| Aug 28 17:49:07.152 INFO STEP 110 (remove_files) COMPLETE |
4239 | 2024-08-28T17:49:08.419Z | [ recovery-image] Aug 28 17:49:07.152 INFO O| Aug 28 17:49:07.152 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-08-28T17:49:08.430Z | [ recovery-image] Aug 28 17:49:07.162 INFO O| Aug 28 17:49:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4241 | 2024-08-28T17:49:08.430Z | [ recovery-image] Aug 28 17:49:07.162 INFO O| Aug 28 17:49:07.162 INFO STEP 111 (remove_files) COMPLETE |
4242 | 2024-08-28T17:49:08.430Z | [ recovery-image] Aug 28 17:49:07.162 INFO O| Aug 28 17:49:07.162 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-08-28T17:49:08.441Z | [ recovery-image] Aug 28 17:49:07.173 INFO O| Aug 28 17:49:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4244 | 2024-08-28T17:49:08.441Z | [ recovery-image] Aug 28 17:49:07.173 INFO O| Aug 28 17:49:07.173 INFO STEP 112 (remove_files) COMPLETE |
4245 | 2024-08-28T17:49:08.447Z | [ recovery-image] Aug 28 17:49:07.173 INFO O| Aug 28 17:49:07.173 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-08-28T17:49:08.452Z | [ recovery-image] Aug 28 17:49:07.184 INFO O| Aug 28 17:49:07.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4247 | 2024-08-28T17:49:08.452Z | [ recovery-image] Aug 28 17:49:07.184 INFO O| Aug 28 17:49:07.184 INFO STEP 113 (remove_files) COMPLETE |
4248 | 2024-08-28T17:49:08.452Z | [ recovery-image] Aug 28 17:49:07.184 INFO O| Aug 28 17:49:07.184 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-08-28T17:49:08.462Z | [ recovery-image] Aug 28 17:49:07.194 INFO O| Aug 28 17:49:07.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4250 | 2024-08-28T17:49:08.462Z | [ recovery-image] Aug 28 17:49:07.195 INFO O| Aug 28 17:49:07.194 INFO STEP 114 (remove_files) COMPLETE |
4251 | 2024-08-28T17:49:08.462Z | [ recovery-image] Aug 28 17:49:07.195 INFO O| Aug 28 17:49:07.195 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-08-28T17:49:08.472Z | [ recovery-image] Aug 28 17:49:07.205 INFO O| Aug 28 17:49:07.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4253 | 2024-08-28T17:49:08.475Z | [ recovery-image] Aug 28 17:49:07.205 INFO O| Aug 28 17:49:07.205 INFO STEP 115 (remove_files) COMPLETE |
4254 | 2024-08-28T17:49:08.475Z | [ recovery-image] Aug 28 17:49:07.205 INFO O| Aug 28 17:49:07.205 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-08-28T17:49:08.483Z | [ recovery-image] Aug 28 17:49:07.215 INFO O| Aug 28 17:49:07.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4256 | 2024-08-28T17:49:08.487Z | [ recovery-image] Aug 28 17:49:07.215 INFO O| Aug 28 17:49:07.215 INFO STEP 116 (remove_files) COMPLETE |
4257 | 2024-08-28T17:49:08.487Z | [ recovery-image] Aug 28 17:49:07.215 INFO O| Aug 28 17:49:07.215 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-08-28T17:49:08.493Z | [ recovery-image] Aug 28 17:49:07.225 INFO O| Aug 28 17:49:07.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4259 | 2024-08-28T17:49:08.496Z | [ recovery-image] Aug 28 17:49:07.225 INFO O| Aug 28 17:49:07.225 INFO STEP 117 (remove_files) COMPLETE |
4260 | 2024-08-28T17:49:08.496Z | [ recovery-image] Aug 28 17:49:07.225 INFO O| Aug 28 17:49:07.225 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-08-28T17:49:08.505Z | [ recovery-image] Aug 28 17:49:07.237 INFO O| Aug 28 17:49:07.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4262 | 2024-08-28T17:49:08.505Z | [ recovery-image] Aug 28 17:49:07.238 INFO O| Aug 28 17:49:07.238 INFO STEP 118 (remove_files) COMPLETE |
4263 | 2024-08-28T17:49:08.505Z | [ recovery-image] Aug 28 17:49:07.238 INFO O| Aug 28 17:49:07.238 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-08-28T17:49:08.518Z | [ recovery-image] Aug 28 17:49:07.250 INFO O| Aug 28 17:49:07.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4265 | 2024-08-28T17:49:08.518Z | [ recovery-image] Aug 28 17:49:07.250 INFO O| Aug 28 17:49:07.250 INFO STEP 119 (remove_files) COMPLETE |
4266 | 2024-08-28T17:49:08.518Z | [ recovery-image] Aug 28 17:49:07.250 INFO O| Aug 28 17:49:07.250 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-08-28T17:49:08.530Z | [ recovery-image] Aug 28 17:49:07.262 INFO O| Aug 28 17:49:07.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4268 | 2024-08-28T17:49:08.530Z | [ recovery-image] Aug 28 17:49:07.262 INFO O| Aug 28 17:49:07.262 INFO STEP 120 (remove_files) COMPLETE |
4269 | 2024-08-28T17:49:08.534Z | [ recovery-image] Aug 28 17:49:07.262 INFO O| Aug 28 17:49:07.262 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-08-28T17:49:08.542Z | [ recovery-image] Aug 28 17:49:07.274 INFO O| Aug 28 17:49:07.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4271 | 2024-08-28T17:49:08.542Z | [ recovery-image] Aug 28 17:49:07.274 INFO O| Aug 28 17:49:07.274 INFO STEP 121 (remove_files) COMPLETE |
4272 | 2024-08-28T17:49:08.544Z | [ recovery-image] Aug 28 17:49:07.274 INFO O| Aug 28 17:49:07.274 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-08-28T17:49:08.553Z | [ recovery-image] Aug 28 17:49:07.286 INFO O| Aug 28 17:49:07.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4274 | 2024-08-28T17:49:08.553Z | [ recovery-image] Aug 28 17:49:07.286 INFO O| Aug 28 17:49:07.286 INFO STEP 122 (remove_files) COMPLETE |
4275 | 2024-08-28T17:49:08.556Z | [ recovery-image] Aug 28 17:49:07.286 INFO O| Aug 28 17:49:07.286 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-08-28T17:49:08.568Z | [ recovery-image] Aug 28 17:49:07.298 INFO O| Aug 28 17:49:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4277 | 2024-08-28T17:49:08.571Z | [ recovery-image] Aug 28 17:49:07.299 INFO O| Aug 28 17:49:07.299 INFO STEP 123 (remove_files) COMPLETE |
4278 | 2024-08-28T17:49:08.571Z | [ recovery-image] Aug 28 17:49:07.299 INFO O| Aug 28 17:49:07.299 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-08-28T17:49:08.578Z | [ recovery-image] Aug 28 17:49:07.310 INFO O| Aug 28 17:49:07.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4280 | 2024-08-28T17:49:08.580Z | [ recovery-image] Aug 28 17:49:07.310 INFO O| Aug 28 17:49:07.310 INFO STEP 124 (remove_files) COMPLETE |
4281 | 2024-08-28T17:49:08.580Z | [ recovery-image] Aug 28 17:49:07.310 INFO O| Aug 28 17:49:07.310 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-08-28T17:49:08.588Z | [ recovery-image] Aug 28 17:49:07.320 INFO O| Aug 28 17:49:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4283 | 2024-08-28T17:49:08.590Z | [ recovery-image] Aug 28 17:49:07.320 INFO O| Aug 28 17:49:07.320 INFO STEP 125 (remove_files) COMPLETE |
4284 | 2024-08-28T17:49:08.590Z | [ recovery-image] Aug 28 17:49:07.320 INFO O| Aug 28 17:49:07.320 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-08-28T17:49:08.598Z | [ recovery-image] Aug 28 17:49:07.330 INFO O| Aug 28 17:49:07.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4286 | 2024-08-28T17:49:08.598Z | [ recovery-image] Aug 28 17:49:07.331 INFO O| Aug 28 17:49:07.331 INFO STEP 126 (remove_files) COMPLETE |
4287 | 2024-08-28T17:49:08.600Z | [ recovery-image] Aug 28 17:49:07.331 INFO O| Aug 28 17:49:07.331 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-08-28T17:49:08.608Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 29s |
4289 | 2024-08-28T17:49:08.610Z | [ recovery-image] Aug 28 17:49:07.341 INFO O| Aug 28 17:49:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4290 | 2024-08-28T17:49:08.610Z | [ recovery-image] Aug 28 17:49:07.341 INFO O| Aug 28 17:49:07.341 INFO STEP 127 (remove_files) COMPLETE |
4291 | 2024-08-28T17:49:08.610Z | [ recovery-image] Aug 28 17:49:07.341 INFO O| Aug 28 17:49:07.341 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-28T17:49:08.619Z | [ recovery-image] Aug 28 17:49:07.351 INFO O| Aug 28 17:49:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4293 | 2024-08-28T17:49:08.619Z | [ recovery-image] Aug 28 17:49:07.352 INFO O| Aug 28 17:49:07.351 INFO STEP 128 (remove_files) COMPLETE |
4294 | 2024-08-28T17:49:08.619Z | [ recovery-image] Aug 28 17:49:07.352 INFO O| Aug 28 17:49:07.352 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-28T17:49:08.633Z | [ recovery-image] Aug 28 17:49:07.366 INFO O| Aug 28 17:49:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4296 | 2024-08-28T17:49:08.633Z | [ recovery-image] Aug 28 17:49:07.366 INFO O| Aug 28 17:49:07.366 INFO STEP 129 (remove_files) COMPLETE |
4297 | 2024-08-28T17:49:08.633Z | [ recovery-image] Aug 28 17:49:07.366 INFO O| Aug 28 17:49:07.366 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-28T17:49:08.646Z | [ recovery-image] Aug 28 17:49:07.379 INFO O| Aug 28 17:49:07.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4299 | 2024-08-28T17:49:08.650Z | [ recovery-image] Aug 28 17:49:07.379 INFO O| Aug 28 17:49:07.379 INFO STEP 130 (remove_files) COMPLETE |
4300 | 2024-08-28T17:49:08.650Z | [ recovery-image] Aug 28 17:49:07.379 INFO O| Aug 28 17:49:07.379 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-28T17:49:08.661Z | [ recovery-image] Aug 28 17:49:07.393 INFO O| Aug 28 17:49:07.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4302 | 2024-08-28T17:49:08.661Z | [ recovery-image] Aug 28 17:49:07.393 INFO O| Aug 28 17:49:07.393 INFO STEP 131 (remove_files) COMPLETE |
4303 | 2024-08-28T17:49:08.663Z | [ recovery-image] Aug 28 17:49:07.393 INFO O| Aug 28 17:49:07.393 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-28T17:49:08.675Z | [ recovery-image] Aug 28 17:49:07.407 INFO O| Aug 28 17:49:07.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4305 | 2024-08-28T17:49:08.675Z | [ recovery-image] Aug 28 17:49:07.408 INFO O| Aug 28 17:49:07.408 INFO STEP 132 (remove_files) COMPLETE |
4306 | 2024-08-28T17:49:08.675Z | [ recovery-image] Aug 28 17:49:07.408 INFO O| Aug 28 17:49:07.408 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-28T17:49:08.690Z | [ recovery-image] Aug 28 17:49:07.422 INFO O| Aug 28 17:49:07.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4308 | 2024-08-28T17:49:08.692Z | [ recovery-image] Aug 28 17:49:07.422 INFO O| Aug 28 17:49:07.422 INFO STEP 133 (remove_files) COMPLETE |
4309 | 2024-08-28T17:49:08.692Z | [ recovery-image] Aug 28 17:49:07.422 INFO O| Aug 28 17:49:07.422 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-28T17:49:08.703Z | [ recovery-image] Aug 28 17:49:07.435 INFO O| Aug 28 17:49:07.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4311 | 2024-08-28T17:49:08.703Z | [ recovery-image] Aug 28 17:49:07.436 INFO O| Aug 28 17:49:07.435 INFO STEP 134 (remove_files) COMPLETE |
4312 | 2024-08-28T17:49:08.706Z | [ recovery-image] Aug 28 17:49:07.436 INFO O| Aug 28 17:49:07.435 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-28T17:49:08.717Z | [ recovery-image] Aug 28 17:49:07.449 INFO O| Aug 28 17:49:07.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4314 | 2024-08-28T17:49:08.719Z | [ recovery-image] Aug 28 17:49:07.449 INFO O| Aug 28 17:49:07.449 INFO STEP 135 (remove_files) COMPLETE |
4315 | 2024-08-28T17:49:08.719Z | [ recovery-image] Aug 28 17:49:07.449 INFO O| Aug 28 17:49:07.449 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-28T17:49:08.730Z | [ recovery-image] Aug 28 17:49:07.463 INFO O| Aug 28 17:49:07.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4317 | 2024-08-28T17:49:08.730Z | [ recovery-image] Aug 28 17:49:07.463 INFO O| Aug 28 17:49:07.463 INFO STEP 136 (remove_files) COMPLETE |
4318 | 2024-08-28T17:49:08.733Z | [ recovery-image] Aug 28 17:49:07.463 INFO O| Aug 28 17:49:07.463 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-28T17:49:08.744Z | [ recovery-image] Aug 28 17:49:07.476 INFO O| Aug 28 17:49:07.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4320 | 2024-08-28T17:49:08.744Z | [ recovery-image] Aug 28 17:49:07.476 INFO O| Aug 28 17:49:07.476 INFO STEP 137 (remove_files) COMPLETE |
4321 | 2024-08-28T17:49:08.746Z | [ recovery-image] Aug 28 17:49:07.476 INFO O| Aug 28 17:49:07.476 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-28T17:49:08.759Z | [ recovery-image] Aug 28 17:49:07.491 INFO O| Aug 28 17:49:07.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4323 | 2024-08-28T17:49:08.761Z | [ recovery-image] Aug 28 17:49:07.491 INFO O| Aug 28 17:49:07.491 INFO STEP 138 (remove_files) COMPLETE |
4324 | 2024-08-28T17:49:08.761Z | [ recovery-image] Aug 28 17:49:07.491 INFO O| Aug 28 17:49:07.491 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-28T17:49:08.773Z | [ recovery-image] Aug 28 17:49:07.506 INFO O| Aug 28 17:49:07.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4326 | 2024-08-28T17:49:08.776Z | [ recovery-image] Aug 28 17:49:07.506 INFO O| Aug 28 17:49:07.506 INFO STEP 139 (remove_files) COMPLETE |
4327 | 2024-08-28T17:49:08.776Z | [ recovery-image] Aug 28 17:49:07.506 INFO O| Aug 28 17:49:07.506 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-28T17:49:08.788Z | [ recovery-image] Aug 28 17:49:07.520 INFO O| Aug 28 17:49:07.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4329 | 2024-08-28T17:49:08.791Z | [ recovery-image] Aug 28 17:49:07.521 INFO O| Aug 28 17:49:07.521 INFO STEP 140 (remove_files) COMPLETE |
4330 | 2024-08-28T17:49:08.791Z | [ recovery-image] Aug 28 17:49:07.521 INFO O| Aug 28 17:49:07.521 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-28T17:49:08.801Z | [ recovery-image] Aug 28 17:49:07.533 INFO O| Aug 28 17:49:07.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4332 | 2024-08-28T17:49:08.803Z | [ recovery-image] Aug 28 17:49:07.534 INFO O| Aug 28 17:49:07.534 INFO STEP 141 (remove_files) COMPLETE |
4333 | 2024-08-28T17:49:08.803Z | [ recovery-image] Aug 28 17:49:07.534 INFO O| Aug 28 17:49:07.534 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-28T17:49:08.815Z | [ recovery-image] Aug 28 17:49:07.548 INFO O| Aug 28 17:49:07.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4335 | 2024-08-28T17:49:08.816Z | [ recovery-image] Aug 28 17:49:07.548 INFO O| Aug 28 17:49:07.548 INFO STEP 142 (remove_files) COMPLETE |
4336 | 2024-08-28T17:49:08.818Z | [ recovery-image] Aug 28 17:49:07.548 INFO O| Aug 28 17:49:07.548 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-28T17:49:08.828Z | [ recovery-image] Aug 28 17:49:07.560 INFO O| Aug 28 17:49:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4338 | 2024-08-28T17:49:08.828Z | [ recovery-image] Aug 28 17:49:07.561 INFO O| Aug 28 17:49:07.561 INFO STEP 143 (remove_files) COMPLETE |
4339 | 2024-08-28T17:49:08.831Z | [ recovery-image] Aug 28 17:49:07.561 INFO O| Aug 28 17:49:07.561 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-28T17:49:08.840Z | [ recovery-image] Aug 28 17:49:07.573 INFO O| Aug 28 17:49:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4341 | 2024-08-28T17:49:08.840Z | [ recovery-image] Aug 28 17:49:07.573 INFO O| Aug 28 17:49:07.573 INFO STEP 144 (remove_files) COMPLETE |
4342 | 2024-08-28T17:49:08.843Z | [ recovery-image] Aug 28 17:49:07.573 INFO O| Aug 28 17:49:07.573 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-28T17:49:08.851Z | [ recovery-image] Aug 28 17:49:07.583 INFO O| Aug 28 17:49:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4344 | 2024-08-28T17:49:08.854Z | [ recovery-image] Aug 28 17:49:07.583 INFO O| Aug 28 17:49:07.583 INFO STEP 145 (remove_files) COMPLETE |
4345 | 2024-08-28T17:49:08.854Z | [ recovery-image] Aug 28 17:49:07.583 INFO O| Aug 28 17:49:07.583 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-28T17:49:08.862Z | [ recovery-image] Aug 28 17:49:07.594 INFO O| Aug 28 17:49:07.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4347 | 2024-08-28T17:49:08.864Z | [ recovery-image] Aug 28 17:49:07.594 INFO O| Aug 28 17:49:07.594 INFO STEP 146 (remove_files) COMPLETE |
4348 | 2024-08-28T17:49:08.864Z | [ recovery-image] Aug 28 17:49:07.594 INFO O| Aug 28 17:49:07.594 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-28T17:49:08.872Z | [ recovery-image] Aug 28 17:49:07.605 INFO O| Aug 28 17:49:07.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4350 | 2024-08-28T17:49:08.875Z | [ recovery-image] Aug 28 17:49:07.605 INFO O| Aug 28 17:49:07.605 INFO STEP 147 (remove_files) COMPLETE |
4351 | 2024-08-28T17:49:08.875Z | [ recovery-image] Aug 28 17:49:07.605 INFO O| Aug 28 17:49:07.605 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-28T17:49:08.884Z | [ recovery-image] Aug 28 17:49:07.615 INFO O| Aug 28 17:49:07.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4353 | 2024-08-28T17:49:08.886Z | [ recovery-image] Aug 28 17:49:07.616 INFO O| Aug 28 17:49:07.615 INFO STEP 148 (remove_files) COMPLETE |
4354 | 2024-08-28T17:49:08.886Z | [ recovery-image] Aug 28 17:49:07.616 INFO O| Aug 28 17:49:07.616 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-28T17:49:08.893Z | [ recovery-image] Aug 28 17:49:07.626 INFO O| Aug 28 17:49:07.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4356 | 2024-08-28T17:49:08.893Z | [ recovery-image] Aug 28 17:49:07.626 INFO O| Aug 28 17:49:07.626 INFO STEP 149 (remove_files) COMPLETE |
4357 | 2024-08-28T17:49:08.896Z | [ recovery-image] Aug 28 17:49:07.626 INFO O| Aug 28 17:49:07.626 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-28T17:49:08.904Z | [ recovery-image] Aug 28 17:49:07.636 INFO O| Aug 28 17:49:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4359 | 2024-08-28T17:49:08.906Z | [ recovery-image] Aug 28 17:49:07.637 INFO O| Aug 28 17:49:07.637 INFO STEP 150 (remove_files) COMPLETE |
4360 | 2024-08-28T17:49:08.906Z | [ recovery-image] Aug 28 17:49:07.637 INFO O| Aug 28 17:49:07.637 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-28T17:49:08.915Z | [ recovery-image] Aug 28 17:49:07.647 INFO O| Aug 28 17:49:07.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4362 | 2024-08-28T17:49:08.918Z | [ recovery-image] Aug 28 17:49:07.648 INFO O| Aug 28 17:49:07.648 INFO STEP 151 (remove_files) COMPLETE |
4363 | 2024-08-28T17:49:08.918Z | [ recovery-image] Aug 28 17:49:07.648 INFO O| Aug 28 17:49:07.648 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-28T17:49:08.931Z | [ recovery-image] Aug 28 17:49:07.659 INFO O| Aug 28 17:49:07.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4365 | 2024-08-28T17:49:08.935Z | [ recovery-image] Aug 28 17:49:07.659 INFO O| Aug 28 17:49:07.659 INFO STEP 152 (remove_files) COMPLETE |
4366 | 2024-08-28T17:49:08.935Z | [ recovery-image] Aug 28 17:49:07.659 INFO O| Aug 28 17:49:07.659 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-28T17:49:08.938Z | [ recovery-image] Aug 28 17:49:07.670 INFO O| Aug 28 17:49:07.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4368 | 2024-08-28T17:49:08.938Z | [ recovery-image] Aug 28 17:49:07.670 INFO O| Aug 28 17:49:07.670 INFO STEP 153 (remove_files) COMPLETE |
4369 | 2024-08-28T17:49:08.938Z | [ recovery-image] Aug 28 17:49:07.670 INFO O| Aug 28 17:49:07.670 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-28T17:49:08.948Z | [ recovery-image] Aug 28 17:49:07.681 INFO O| Aug 28 17:49:07.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4371 | 2024-08-28T17:49:08.948Z | [ recovery-image] Aug 28 17:49:07.681 INFO O| Aug 28 17:49:07.681 INFO STEP 154 (remove_files) COMPLETE |
4372 | 2024-08-28T17:49:08.951Z | [ recovery-image] Aug 28 17:49:07.681 INFO O| Aug 28 17:49:07.681 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-28T17:49:08.959Z | [ recovery-image] Aug 28 17:49:07.691 INFO O| Aug 28 17:49:07.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4374 | 2024-08-28T17:49:08.959Z | [ recovery-image] Aug 28 17:49:07.691 INFO O| Aug 28 17:49:07.691 INFO STEP 155 (remove_files) COMPLETE |
4375 | 2024-08-28T17:49:08.959Z | [ recovery-image] Aug 28 17:49:07.691 INFO O| Aug 28 17:49:07.691 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-28T17:49:08.969Z | [ recovery-image] Aug 28 17:49:07.701 INFO O| Aug 28 17:49:07.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4377 | 2024-08-28T17:49:08.971Z | [ recovery-image] Aug 28 17:49:07.701 INFO O| Aug 28 17:49:07.701 INFO STEP 156 (remove_files) COMPLETE |
4378 | 2024-08-28T17:49:08.971Z | [ recovery-image] Aug 28 17:49:07.701 INFO O| Aug 28 17:49:07.701 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-28T17:49:08.979Z | [ recovery-image] Aug 28 17:49:07.711 INFO O| Aug 28 17:49:07.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4380 | 2024-08-28T17:49:08.982Z | [ recovery-image] Aug 28 17:49:07.711 INFO O| Aug 28 17:49:07.711 INFO STEP 157 (remove_files) COMPLETE |
4381 | 2024-08-28T17:49:08.982Z | [ recovery-image] Aug 28 17:49:07.712 INFO O| Aug 28 17:49:07.711 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-28T17:49:08.991Z | [ recovery-image] Aug 28 17:49:07.723 INFO O| Aug 28 17:49:07.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4383 | 2024-08-28T17:49:08.994Z | [ recovery-image] Aug 28 17:49:07.723 INFO O| Aug 28 17:49:07.723 INFO STEP 158 (remove_files) COMPLETE |
4384 | 2024-08-28T17:49:08.994Z | [ recovery-image] Aug 28 17:49:07.724 INFO O| Aug 28 17:49:07.723 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-28T17:49:08.996Z | Aug 28 17:49:07.727 INFO [verify-libraries] process exited with exit status: 0 (274.499017227s) |
4386 | 2024-08-28T17:49:09.002Z | [ recovery-image] Aug 28 17:49:07.734 INFO O| Aug 28 17:49:07.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4387 | 2024-08-28T17:49:09.004Z | [ recovery-image] Aug 28 17:49:07.734 INFO O| Aug 28 17:49:07.734 INFO STEP 159 (remove_files) COMPLETE |
4388 | 2024-08-28T17:49:09.004Z | [ recovery-image] Aug 28 17:49:07.734 INFO O| Aug 28 17:49:07.734 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-08-28T17:49:09.013Z | [ recovery-image] Aug 28 17:49:07.745 INFO O| Aug 28 17:49:07.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4390 | 2024-08-28T17:49:09.015Z | [ recovery-image] Aug 28 17:49:07.745 INFO O| Aug 28 17:49:07.745 INFO STEP 160 (remove_files) COMPLETE |
4391 | 2024-08-28T17:49:09.015Z | [ recovery-image] Aug 28 17:49:07.745 INFO O| Aug 28 17:49:07.745 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-08-28T17:49:09.023Z | [ recovery-image] Aug 28 17:49:07.755 INFO O| Aug 28 17:49:07.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4393 | 2024-08-28T17:49:09.023Z | [ recovery-image] Aug 28 17:49:07.755 INFO O| Aug 28 17:49:07.755 INFO STEP 161 (remove_files) COMPLETE |
4394 | 2024-08-28T17:49:09.023Z | [ recovery-image] Aug 28 17:49:07.755 INFO O| Aug 28 17:49:07.755 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-08-28T17:49:09.032Z | [ recovery-image] Aug 28 17:49:07.764 INFO O| Aug 28 17:49:07.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4396 | 2024-08-28T17:49:09.032Z | [ recovery-image] Aug 28 17:49:07.765 INFO O| Aug 28 17:49:07.765 INFO STEP 162 (remove_files) COMPLETE |
4397 | 2024-08-28T17:49:09.032Z | [ recovery-image] Aug 28 17:49:07.765 INFO O| Aug 28 17:49:07.765 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-28T17:49:09.042Z | [ recovery-image] Aug 28 17:49:07.774 INFO O| Aug 28 17:49:07.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4399 | 2024-08-28T17:49:09.042Z | [ recovery-image] Aug 28 17:49:07.774 INFO O| Aug 28 17:49:07.774 INFO STEP 163 (remove_files) COMPLETE |
4400 | 2024-08-28T17:49:09.042Z | [ recovery-image] Aug 28 17:49:07.774 INFO O| Aug 28 17:49:07.774 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-28T17:49:09.052Z | [ recovery-image] Aug 28 17:49:07.784 INFO O| Aug 28 17:49:07.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4402 | 2024-08-28T17:49:09.052Z | [ recovery-image] Aug 28 17:49:07.784 INFO O| Aug 28 17:49:07.784 INFO STEP 164 (remove_files) COMPLETE |
4403 | 2024-08-28T17:49:09.054Z | [ recovery-image] Aug 28 17:49:07.784 INFO O| Aug 28 17:49:07.784 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-28T17:49:09.062Z | [ recovery-image] Aug 28 17:49:07.794 INFO O| Aug 28 17:49:07.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4405 | 2024-08-28T17:49:09.062Z | [ recovery-image] Aug 28 17:49:07.794 INFO O| Aug 28 17:49:07.794 INFO STEP 165 (remove_files) COMPLETE |
4406 | 2024-08-28T17:49:09.062Z | [ recovery-image] Aug 28 17:49:07.794 INFO O| Aug 28 17:49:07.794 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-28T17:49:09.071Z | [ recovery-image] Aug 28 17:49:07.804 INFO O| Aug 28 17:49:07.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4408 | 2024-08-28T17:49:09.074Z | [ recovery-image] Aug 28 17:49:07.804 INFO O| Aug 28 17:49:07.804 INFO STEP 166 (remove_files) COMPLETE |
4409 | 2024-08-28T17:49:09.074Z | [ recovery-image] Aug 28 17:49:07.804 INFO O| Aug 28 17:49:07.804 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-08-28T17:49:09.082Z | [ recovery-image] Aug 28 17:49:07.814 INFO O| Aug 28 17:49:07.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4411 | 2024-08-28T17:49:09.082Z | [ recovery-image] Aug 28 17:49:07.814 INFO O| Aug 28 17:49:07.814 INFO STEP 167 (remove_files) COMPLETE |
4412 | 2024-08-28T17:49:09.084Z | [ recovery-image] Aug 28 17:49:07.814 INFO O| Aug 28 17:49:07.814 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-08-28T17:49:09.091Z | [ recovery-image] Aug 28 17:49:07.824 INFO O| Aug 28 17:49:07.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4414 | 2024-08-28T17:49:09.091Z | [ recovery-image] Aug 28 17:49:07.824 INFO O| Aug 28 17:49:07.824 INFO STEP 168 (remove_files) COMPLETE |
4415 | 2024-08-28T17:49:09.094Z | [ recovery-image] Aug 28 17:49:07.824 INFO O| Aug 28 17:49:07.824 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-28T17:49:09.101Z | [ recovery-image] Aug 28 17:49:07.834 INFO O| Aug 28 17:49:07.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4417 | 2024-08-28T17:49:09.101Z | [ recovery-image] Aug 28 17:49:07.834 INFO O| Aug 28 17:49:07.834 INFO STEP 169 (remove_files) COMPLETE |
4418 | 2024-08-28T17:49:09.104Z | [ recovery-image] Aug 28 17:49:07.834 INFO O| Aug 28 17:49:07.834 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-08-28T17:49:09.111Z | [ recovery-image] Aug 28 17:49:07.843 INFO O| Aug 28 17:49:07.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4420 | 2024-08-28T17:49:09.111Z | [ recovery-image] Aug 28 17:49:07.843 INFO O| Aug 28 17:49:07.843 INFO STEP 170 (remove_files) COMPLETE |
4421 | 2024-08-28T17:49:09.113Z | [ recovery-image] Aug 28 17:49:07.843 INFO O| Aug 28 17:49:07.843 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-08-28T17:49:09.120Z | [ recovery-image] Aug 28 17:49:07.853 INFO O| Aug 28 17:49:07.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4423 | 2024-08-28T17:49:09.121Z | [ recovery-image] Aug 28 17:49:07.853 INFO O| Aug 28 17:49:07.853 INFO STEP 171 (remove_files) COMPLETE |
4424 | 2024-08-28T17:49:09.123Z | [ recovery-image] Aug 28 17:49:07.853 INFO O| Aug 28 17:49:07.853 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-08-28T17:49:09.131Z | [ recovery-image] Aug 28 17:49:07.862 INFO O| Aug 28 17:49:07.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4426 | 2024-08-28T17:49:09.133Z | [ recovery-image] Aug 28 17:49:07.862 INFO O| Aug 28 17:49:07.862 INFO STEP 172 (remove_files) COMPLETE |
4427 | 2024-08-28T17:49:09.133Z | [ recovery-image] Aug 28 17:49:07.862 INFO O| Aug 28 17:49:07.862 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-08-28T17:49:09.140Z | [ recovery-image] Aug 28 17:49:07.872 INFO O| Aug 28 17:49:07.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4429 | 2024-08-28T17:49:09.140Z | [ recovery-image] Aug 28 17:49:07.872 INFO O| Aug 28 17:49:07.872 INFO STEP 173 (remove_files) COMPLETE |
4430 | 2024-08-28T17:49:09.142Z | [ recovery-image] Aug 28 17:49:07.872 INFO O| Aug 28 17:49:07.872 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-08-28T17:49:09.149Z | [ recovery-image] Aug 28 17:49:07.882 INFO O| Aug 28 17:49:07.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4432 | 2024-08-28T17:49:09.149Z | [ recovery-image] Aug 28 17:49:07.882 INFO O| Aug 28 17:49:07.882 INFO STEP 174 (remove_files) COMPLETE |
4433 | 2024-08-28T17:49:09.149Z | [ recovery-image] Aug 28 17:49:07.882 INFO O| Aug 28 17:49:07.882 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-08-28T17:49:09.159Z | [ recovery-image] Aug 28 17:49:07.891 INFO O| Aug 28 17:49:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4435 | 2024-08-28T17:49:09.159Z | [ recovery-image] Aug 28 17:49:07.891 INFO O| Aug 28 17:49:07.891 INFO STEP 175 (remove_files) COMPLETE |
4436 | 2024-08-28T17:49:09.159Z | [ recovery-image] Aug 28 17:49:07.891 INFO O| Aug 28 17:49:07.891 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-28T17:49:09.168Z | [ recovery-image] Aug 28 17:49:07.901 INFO O| Aug 28 17:49:07.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4438 | 2024-08-28T17:49:09.168Z | [ recovery-image] Aug 28 17:49:07.901 INFO O| Aug 28 17:49:07.901 INFO STEP 176 (remove_files) COMPLETE |
4439 | 2024-08-28T17:49:09.168Z | [ recovery-image] Aug 28 17:49:07.901 INFO O| Aug 28 17:49:07.901 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-28T17:49:09.178Z | [ recovery-image] Aug 28 17:49:07.910 INFO O| Aug 28 17:49:07.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4441 | 2024-08-28T17:49:09.178Z | [ recovery-image] Aug 28 17:49:07.910 INFO O| Aug 28 17:49:07.910 INFO STEP 177 (remove_files) COMPLETE |
4442 | 2024-08-28T17:49:09.180Z | [ recovery-image] Aug 28 17:49:07.910 INFO O| Aug 28 17:49:07.910 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-28T17:49:09.187Z | [ recovery-image] Aug 28 17:49:07.920 INFO O| Aug 28 17:49:07.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4444 | 2024-08-28T17:49:09.187Z | [ recovery-image] Aug 28 17:49:07.920 INFO O| Aug 28 17:49:07.920 INFO STEP 178 (remove_files) COMPLETE |
4445 | 2024-08-28T17:49:09.190Z | [ recovery-image] Aug 28 17:49:07.920 INFO O| Aug 28 17:49:07.920 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-28T17:49:09.197Z | [ recovery-image] Aug 28 17:49:07.929 INFO O| Aug 28 17:49:07.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4447 | 2024-08-28T17:49:09.197Z | [ recovery-image] Aug 28 17:49:07.929 INFO O| Aug 28 17:49:07.929 INFO STEP 179 (remove_files) COMPLETE |
4448 | 2024-08-28T17:49:09.197Z | [ recovery-image] Aug 28 17:49:07.929 INFO O| Aug 28 17:49:07.929 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-28T17:49:09.209Z | [ recovery-image] Aug 28 17:49:07.941 INFO O| Aug 28 17:49:07.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4450 | 2024-08-28T17:49:09.211Z | [ recovery-image] Aug 28 17:49:07.941 INFO O| Aug 28 17:49:07.941 INFO STEP 180 (remove_files) COMPLETE |
4451 | 2024-08-28T17:49:09.211Z | [ recovery-image] Aug 28 17:49:07.941 INFO O| Aug 28 17:49:07.941 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-28T17:49:09.219Z | [ recovery-image] Aug 28 17:49:07.951 INFO O| Aug 28 17:49:07.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4453 | 2024-08-28T17:49:09.219Z | [ recovery-image] Aug 28 17:49:07.951 INFO O| Aug 28 17:49:07.951 INFO STEP 181 (remove_files) COMPLETE |
4454 | 2024-08-28T17:49:09.222Z | [ recovery-image] Aug 28 17:49:07.951 INFO O| Aug 28 17:49:07.951 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-28T17:49:09.229Z | [ recovery-image] Aug 28 17:49:07.961 INFO O| Aug 28 17:49:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4456 | 2024-08-28T17:49:09.229Z | [ recovery-image] Aug 28 17:49:07.961 INFO O| Aug 28 17:49:07.961 INFO STEP 182 (remove_files) COMPLETE |
4457 | 2024-08-28T17:49:09.231Z | [ recovery-image] Aug 28 17:49:07.961 INFO O| Aug 28 17:49:07.961 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-28T17:49:09.239Z | [ recovery-image] Aug 28 17:49:07.971 INFO O| Aug 28 17:49:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4459 | 2024-08-28T17:49:09.241Z | [ recovery-image] Aug 28 17:49:07.972 INFO O| Aug 28 17:49:07.972 INFO STEP 183 (remove_files) COMPLETE |
4460 | 2024-08-28T17:49:09.241Z | [ recovery-image] Aug 28 17:49:07.972 INFO O| Aug 28 17:49:07.972 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-28T17:49:09.249Z | [ recovery-image] Aug 28 17:49:07.982 INFO O| Aug 28 17:49:07.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4462 | 2024-08-28T17:49:09.249Z | [ recovery-image] Aug 28 17:49:07.982 INFO O| Aug 28 17:49:07.982 INFO STEP 184 (remove_files) COMPLETE |
4463 | 2024-08-28T17:49:09.252Z | [ recovery-image] Aug 28 17:49:07.982 INFO O| Aug 28 17:49:07.982 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-28T17:49:09.260Z | [ recovery-image] Aug 28 17:49:07.992 INFO O| Aug 28 17:49:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4465 | 2024-08-28T17:49:09.260Z | [ recovery-image] Aug 28 17:49:07.992 INFO O| Aug 28 17:49:07.992 INFO STEP 185 (remove_files) COMPLETE |
4466 | 2024-08-28T17:49:09.263Z | [ recovery-image] Aug 28 17:49:07.992 INFO O| Aug 28 17:49:07.992 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-28T17:49:09.271Z | [ recovery-image] Aug 28 17:49:08.003 INFO O| Aug 28 17:49:08.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4468 | 2024-08-28T17:49:09.271Z | [ recovery-image] Aug 28 17:49:08.003 INFO O| Aug 28 17:49:08.003 INFO STEP 186 (remove_files) COMPLETE |
4469 | 2024-08-28T17:49:09.271Z | [ recovery-image] Aug 28 17:49:08.003 INFO O| Aug 28 17:49:08.003 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-08-28T17:49:09.281Z | [ recovery-image] Aug 28 17:49:08.014 INFO O| Aug 28 17:49:08.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4471 | 2024-08-28T17:49:09.281Z | [ recovery-image] Aug 28 17:49:08.014 INFO O| Aug 28 17:49:08.014 INFO STEP 187 (remove_files) COMPLETE |
4472 | 2024-08-28T17:49:09.284Z | [ recovery-image] Aug 28 17:49:08.014 INFO O| Aug 28 17:49:08.014 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-08-28T17:49:09.291Z | [ recovery-image] Aug 28 17:49:08.024 INFO O| Aug 28 17:49:08.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4474 | 2024-08-28T17:49:09.294Z | [ recovery-image] Aug 28 17:49:08.024 INFO O| Aug 28 17:49:08.024 INFO STEP 188 (remove_files) COMPLETE |
4475 | 2024-08-28T17:49:09.294Z | [ recovery-image] Aug 28 17:49:08.024 INFO O| Aug 28 17:49:08.024 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-08-28T17:49:09.302Z | [ recovery-image] Aug 28 17:49:08.034 INFO O| Aug 28 17:49:08.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4477 | 2024-08-28T17:49:09.302Z | [ recovery-image] Aug 28 17:49:08.034 INFO O| Aug 28 17:49:08.034 INFO STEP 189 (remove_files) COMPLETE |
4478 | 2024-08-28T17:49:09.305Z | [ recovery-image] Aug 28 17:49:08.034 INFO O| Aug 28 17:49:08.034 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-08-28T17:49:09.311Z | [ recovery-image] Aug 28 17:49:08.044 INFO O| Aug 28 17:49:08.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4480 | 2024-08-28T17:49:09.314Z | [ recovery-image] Aug 28 17:49:08.044 INFO O| Aug 28 17:49:08.044 INFO STEP 190 (remove_files) COMPLETE |
4481 | 2024-08-28T17:49:09.314Z | [ recovery-image] Aug 28 17:49:08.044 INFO O| Aug 28 17:49:08.044 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-08-28T17:49:09.321Z | [ recovery-image] Aug 28 17:49:08.053 INFO O| Aug 28 17:49:08.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4483 | 2024-08-28T17:49:09.324Z | [ recovery-image] Aug 28 17:49:08.053 INFO O| Aug 28 17:49:08.053 INFO STEP 191 (remove_files) COMPLETE |
4484 | 2024-08-28T17:49:09.324Z | [ recovery-image] Aug 28 17:49:08.053 INFO O| Aug 28 17:49:08.053 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-08-28T17:49:09.330Z | [ recovery-image] Aug 28 17:49:08.063 INFO O| Aug 28 17:49:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4486 | 2024-08-28T17:49:09.331Z | [ recovery-image] Aug 28 17:49:08.063 INFO O| Aug 28 17:49:08.063 INFO STEP 192 (remove_files) COMPLETE |
4487 | 2024-08-28T17:49:09.333Z | [ recovery-image] Aug 28 17:49:08.063 INFO O| Aug 28 17:49:08.063 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-28T17:49:09.340Z | [ recovery-image] Aug 28 17:49:08.073 INFO O| Aug 28 17:49:08.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4489 | 2024-08-28T17:49:09.343Z | [ recovery-image] Aug 28 17:49:08.073 INFO O| Aug 28 17:49:08.073 INFO STEP 193 (remove_files) COMPLETE |
4490 | 2024-08-28T17:49:09.343Z | [ recovery-image] Aug 28 17:49:08.073 INFO O| Aug 28 17:49:08.073 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-28T17:49:09.350Z | [ recovery-image] Aug 28 17:49:08.082 INFO O| Aug 28 17:49:08.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4492 | 2024-08-28T17:49:09.350Z | [ recovery-image] Aug 28 17:49:08.082 INFO O| Aug 28 17:49:08.082 INFO STEP 194 (remove_files) COMPLETE |
4493 | 2024-08-28T17:49:09.352Z | [ recovery-image] Aug 28 17:49:08.082 INFO O| Aug 28 17:49:08.082 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-08-28T17:49:09.359Z | [ recovery-image] Aug 28 17:49:08.092 INFO O| Aug 28 17:49:08.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4495 | 2024-08-28T17:49:09.359Z | [ recovery-image] Aug 28 17:49:08.092 INFO O| Aug 28 17:49:08.092 INFO STEP 195 (remove_files) COMPLETE |
4496 | 2024-08-28T17:49:09.359Z | [ recovery-image] Aug 28 17:49:08.092 INFO O| Aug 28 17:49:08.092 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-08-28T17:49:09.369Z | [ recovery-image] Aug 28 17:49:08.101 INFO O| Aug 28 17:49:08.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4498 | 2024-08-28T17:49:09.369Z | [ recovery-image] Aug 28 17:49:08.101 INFO O| Aug 28 17:49:08.101 INFO STEP 196 (remove_files) COMPLETE |
4499 | 2024-08-28T17:49:09.372Z | [ recovery-image] Aug 28 17:49:08.101 INFO O| Aug 28 17:49:08.101 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-28T17:49:09.378Z | [ recovery-image] Aug 28 17:49:08.111 INFO O| Aug 28 17:49:08.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4501 | 2024-08-28T17:49:09.378Z | [ recovery-image] Aug 28 17:49:08.111 INFO O| Aug 28 17:49:08.111 INFO STEP 197 (remove_files) COMPLETE |
4502 | 2024-08-28T17:49:09.378Z | [ recovery-image] Aug 28 17:49:08.111 INFO O| Aug 28 17:49:08.111 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-28T17:49:09.388Z | [ recovery-image] Aug 28 17:49:08.120 INFO O| Aug 28 17:49:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4504 | 2024-08-28T17:49:09.388Z | [ recovery-image] Aug 28 17:49:08.120 INFO O| Aug 28 17:49:08.120 INFO STEP 198 (remove_files) COMPLETE |
4505 | 2024-08-28T17:49:09.391Z | [ recovery-image] Aug 28 17:49:08.120 INFO O| Aug 28 17:49:08.120 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-28T17:49:09.397Z | [ recovery-image] Aug 28 17:49:08.130 INFO O| Aug 28 17:49:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4507 | 2024-08-28T17:49:09.397Z | [ recovery-image] Aug 28 17:49:08.130 INFO O| Aug 28 17:49:08.130 INFO STEP 199 (remove_files) COMPLETE |
4508 | 2024-08-28T17:49:09.397Z | [ recovery-image] Aug 28 17:49:08.130 INFO O| Aug 28 17:49:08.130 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-28T17:49:09.407Z | [ recovery-image] Aug 28 17:49:08.139 INFO O| Aug 28 17:49:08.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4510 | 2024-08-28T17:49:09.409Z | [ recovery-image] Aug 28 17:49:08.139 INFO O| Aug 28 17:49:08.139 INFO STEP 200 (remove_files) COMPLETE |
4511 | 2024-08-28T17:49:09.409Z | [ recovery-image] Aug 28 17:49:08.139 INFO O| Aug 28 17:49:08.139 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-28T17:49:09.417Z | [ recovery-image] Aug 28 17:49:08.149 INFO O| Aug 28 17:49:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4513 | 2024-08-28T17:49:09.420Z | [ recovery-image] Aug 28 17:49:08.149 INFO O| Aug 28 17:49:08.149 INFO STEP 201 (remove_files) COMPLETE |
4514 | 2024-08-28T17:49:09.420Z | [ recovery-image] Aug 28 17:49:08.149 INFO O| Aug 28 17:49:08.149 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-28T17:49:09.426Z | [ recovery-image] Aug 28 17:49:08.158 INFO O| Aug 28 17:49:08.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4516 | 2024-08-28T17:49:09.426Z | [ recovery-image] Aug 28 17:49:08.158 INFO O| Aug 28 17:49:08.158 INFO STEP 202 (remove_files) COMPLETE |
4517 | 2024-08-28T17:49:09.426Z | [ recovery-image] Aug 28 17:49:08.158 INFO O| Aug 28 17:49:08.158 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-28T17:49:09.435Z | [ recovery-image] Aug 28 17:49:08.168 INFO O| Aug 28 17:49:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4519 | 2024-08-28T17:49:09.438Z | [ recovery-image] Aug 28 17:49:08.168 INFO O| Aug 28 17:49:08.168 INFO STEP 203 (remove_files) COMPLETE |
4520 | 2024-08-28T17:49:09.438Z | [ recovery-image] Aug 28 17:49:08.168 INFO O| Aug 28 17:49:08.168 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-28T17:49:09.445Z | [ recovery-image] Aug 28 17:49:08.177 INFO O| Aug 28 17:49:08.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4522 | 2024-08-28T17:49:09.445Z | [ recovery-image] Aug 28 17:49:08.177 INFO O| Aug 28 17:49:08.177 INFO STEP 204 (remove_files) COMPLETE |
4523 | 2024-08-28T17:49:09.447Z | [ recovery-image] Aug 28 17:49:08.177 INFO O| Aug 28 17:49:08.177 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-28T17:49:09.454Z | [ recovery-image] Aug 28 17:49:08.186 INFO O| Aug 28 17:49:08.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4525 | 2024-08-28T17:49:09.454Z | [ recovery-image] Aug 28 17:49:08.186 INFO O| Aug 28 17:49:08.186 INFO STEP 205 (remove_files) COMPLETE |
4526 | 2024-08-28T17:49:09.457Z | [ recovery-image] Aug 28 17:49:08.186 INFO O| Aug 28 17:49:08.186 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-08-28T17:49:09.464Z | [ recovery-image] Aug 28 17:49:08.196 INFO O| Aug 28 17:49:08.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4528 | 2024-08-28T17:49:09.464Z | [ recovery-image] Aug 28 17:49:08.196 INFO O| Aug 28 17:49:08.196 INFO STEP 206 (remove_files) COMPLETE |
4529 | 2024-08-28T17:49:09.464Z | [ recovery-image] Aug 28 17:49:08.196 INFO O| Aug 28 17:49:08.196 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-08-28T17:49:09.473Z | [ recovery-image] Aug 28 17:49:08.205 INFO O| Aug 28 17:49:08.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4531 | 2024-08-28T17:49:09.473Z | [ recovery-image] Aug 28 17:49:08.206 INFO O| Aug 28 17:49:08.205 INFO STEP 207 (remove_files) COMPLETE |
4532 | 2024-08-28T17:49:09.476Z | [ recovery-image] Aug 28 17:49:08.206 INFO O| Aug 28 17:49:08.206 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-28T17:49:09.483Z | [ recovery-image] Aug 28 17:49:08.215 INFO O| Aug 28 17:49:08.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4534 | 2024-08-28T17:49:09.483Z | [ recovery-image] Aug 28 17:49:08.215 INFO O| Aug 28 17:49:08.215 INFO STEP 208 (remove_files) COMPLETE |
4535 | 2024-08-28T17:49:09.485Z | [ recovery-image] Aug 28 17:49:08.215 INFO O| Aug 28 17:49:08.215 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-28T17:49:09.493Z | [ recovery-image] Aug 28 17:49:08.226 INFO O| Aug 28 17:49:08.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4537 | 2024-08-28T17:49:09.494Z | [ recovery-image] Aug 28 17:49:08.226 INFO O| Aug 28 17:49:08.226 INFO STEP 209 (remove_files) COMPLETE |
4538 | 2024-08-28T17:49:09.496Z | [ recovery-image] Aug 28 17:49:08.226 INFO O| Aug 28 17:49:08.226 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-28T17:49:09.504Z | [ recovery-image] Aug 28 17:49:08.237 INFO O| Aug 28 17:49:08.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4540 | 2024-08-28T17:49:09.507Z | [ recovery-image] Aug 28 17:49:08.237 INFO O| Aug 28 17:49:08.237 INFO STEP 210 (remove_files) COMPLETE |
4541 | 2024-08-28T17:49:09.507Z | [ recovery-image] Aug 28 17:49:08.237 INFO O| Aug 28 17:49:08.237 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-28T17:49:09.515Z | [ recovery-image] Aug 28 17:49:08.247 INFO O| Aug 28 17:49:08.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4543 | 2024-08-28T17:49:09.515Z | [ recovery-image] Aug 28 17:49:08.247 INFO O| Aug 28 17:49:08.247 INFO STEP 211 (remove_files) COMPLETE |
4544 | 2024-08-28T17:49:09.517Z | [ recovery-image] Aug 28 17:49:08.247 INFO O| Aug 28 17:49:08.247 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-28T17:49:09.525Z | [ recovery-image] Aug 28 17:49:08.257 INFO O| Aug 28 17:49:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4546 | 2024-08-28T17:49:09.525Z | [ recovery-image] Aug 28 17:49:08.258 INFO O| Aug 28 17:49:08.257 INFO STEP 212 (remove_files) COMPLETE |
4547 | 2024-08-28T17:49:09.525Z | [ recovery-image] Aug 28 17:49:08.258 INFO O| Aug 28 17:49:08.257 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-28T17:49:09.537Z | [ recovery-image] Aug 28 17:49:08.269 INFO O| Aug 28 17:49:08.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4549 | 2024-08-28T17:49:09.537Z | [ recovery-image] Aug 28 17:49:08.269 INFO O| Aug 28 17:49:08.269 INFO STEP 213 (remove_files) COMPLETE |
4550 | 2024-08-28T17:49:09.537Z | [ recovery-image] Aug 28 17:49:08.269 INFO O| Aug 28 17:49:08.269 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-28T17:49:09.549Z | [ recovery-image] Aug 28 17:49:08.281 INFO O| Aug 28 17:49:08.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4552 | 2024-08-28T17:49:09.549Z | [ recovery-image] Aug 28 17:49:08.281 INFO O| Aug 28 17:49:08.281 INFO STEP 214 (remove_files) COMPLETE |
4553 | 2024-08-28T17:49:09.553Z | [ recovery-image] Aug 28 17:49:08.281 INFO O| Aug 28 17:49:08.281 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-28T17:49:09.563Z | [ recovery-image] Aug 28 17:49:08.295 INFO O| Aug 28 17:49:08.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4555 | 2024-08-28T17:49:09.565Z | [ recovery-image] Aug 28 17:49:08.295 INFO O| Aug 28 17:49:08.295 INFO STEP 215 (remove_files) COMPLETE |
4556 | 2024-08-28T17:49:09.565Z | [ recovery-image] Aug 28 17:49:08.295 INFO O| Aug 28 17:49:08.295 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-28T17:49:09.575Z | [ recovery-image] Aug 28 17:49:08.307 INFO O| Aug 28 17:49:08.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4558 | 2024-08-28T17:49:09.575Z | [ recovery-image] Aug 28 17:49:08.308 INFO O| Aug 28 17:49:08.307 INFO STEP 216 (remove_files) COMPLETE |
4559 | 2024-08-28T17:49:09.578Z | [ recovery-image] Aug 28 17:49:08.308 INFO O| Aug 28 17:49:08.308 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-28T17:49:09.587Z | [ recovery-image] Aug 28 17:49:08.320 INFO O| Aug 28 17:49:08.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4561 | 2024-08-28T17:49:09.590Z | [ recovery-image] Aug 28 17:49:08.320 INFO O| Aug 28 17:49:08.320 INFO STEP 217 (remove_files) COMPLETE |
4562 | 2024-08-28T17:49:09.590Z | [ recovery-image] Aug 28 17:49:08.320 INFO O| Aug 28 17:49:08.320 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-28T17:49:09.597Z | [ recovery-image] Aug 28 17:49:08.329 INFO O| Aug 28 17:49:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4564 | 2024-08-28T17:49:09.600Z | [ recovery-image] Aug 28 17:49:08.330 INFO O| Aug 28 17:49:08.330 INFO STEP 218 (remove_files) COMPLETE |
4565 | 2024-08-28T17:49:09.600Z | [ recovery-image] Aug 28 17:49:08.330 INFO O| Aug 28 17:49:08.330 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-28T17:49:09.607Z | [ recovery-image] Aug 28 17:49:08.339 INFO O| Aug 28 17:49:08.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4567 | 2024-08-28T17:49:09.607Z | [ recovery-image] Aug 28 17:49:08.339 INFO O| Aug 28 17:49:08.339 INFO STEP 219 (remove_files) COMPLETE |
4568 | 2024-08-28T17:49:09.610Z | [ recovery-image] Aug 28 17:49:08.339 INFO O| Aug 28 17:49:08.339 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-28T17:49:09.617Z | [ recovery-image] Aug 28 17:49:08.349 INFO O| Aug 28 17:49:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4570 | 2024-08-28T17:49:09.617Z | [ recovery-image] Aug 28 17:49:08.349 INFO O| Aug 28 17:49:08.349 INFO STEP 220 (remove_files) COMPLETE |
4571 | 2024-08-28T17:49:09.617Z | [ recovery-image] Aug 28 17:49:08.349 INFO O| Aug 28 17:49:08.349 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-28T17:49:09.626Z | [ recovery-image] Aug 28 17:49:08.359 INFO O| Aug 28 17:49:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4573 | 2024-08-28T17:49:09.626Z | [ recovery-image] Aug 28 17:49:08.359 INFO O| Aug 28 17:49:08.359 INFO STEP 221 (remove_files) COMPLETE |
4574 | 2024-08-28T17:49:09.629Z | [ recovery-image] Aug 28 17:49:08.359 INFO O| Aug 28 17:49:08.359 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-28T17:49:09.636Z | [ recovery-image] Aug 28 17:49:08.368 INFO O| Aug 28 17:49:08.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4576 | 2024-08-28T17:49:09.638Z | [ recovery-image] Aug 28 17:49:08.368 INFO O| Aug 28 17:49:08.368 INFO STEP 222 (remove_files) COMPLETE |
4577 | 2024-08-28T17:49:09.638Z | [ recovery-image] Aug 28 17:49:08.368 INFO O| Aug 28 17:49:08.368 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-28T17:49:09.645Z | [ recovery-image] Aug 28 17:49:08.378 INFO O| Aug 28 17:49:08.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4579 | 2024-08-28T17:49:09.645Z | [ recovery-image] Aug 28 17:49:08.378 INFO O| Aug 28 17:49:08.378 INFO STEP 223 (remove_files) COMPLETE |
4580 | 2024-08-28T17:49:09.648Z | [ recovery-image] Aug 28 17:49:08.378 INFO O| Aug 28 17:49:08.378 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-28T17:49:09.655Z | [ recovery-image] Aug 28 17:49:08.387 INFO O| Aug 28 17:49:08.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4582 | 2024-08-28T17:49:09.655Z | [ recovery-image] Aug 28 17:49:08.387 INFO O| Aug 28 17:49:08.387 INFO STEP 224 (remove_files) COMPLETE |
4583 | 2024-08-28T17:49:09.657Z | [ recovery-image] Aug 28 17:49:08.387 INFO O| Aug 28 17:49:08.387 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-28T17:49:09.665Z | [ recovery-image] Aug 28 17:49:08.397 INFO O| Aug 28 17:49:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4585 | 2024-08-28T17:49:09.667Z | [ recovery-image] Aug 28 17:49:08.397 INFO O| Aug 28 17:49:08.397 INFO STEP 225 (remove_files) COMPLETE |
4586 | 2024-08-28T17:49:09.667Z | [ recovery-image] Aug 28 17:49:08.397 INFO O| Aug 28 17:49:08.397 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-28T17:49:09.674Z | [ recovery-image] Aug 28 17:49:08.406 INFO O| Aug 28 17:49:08.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4588 | 2024-08-28T17:49:09.674Z | [ recovery-image] Aug 28 17:49:08.406 INFO O| Aug 28 17:49:08.406 INFO STEP 226 (remove_files) COMPLETE |
4589 | 2024-08-28T17:49:09.674Z | [ recovery-image] Aug 28 17:49:08.406 INFO O| Aug 28 17:49:08.406 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-28T17:49:09.684Z | [ recovery-image] Aug 28 17:49:08.416 INFO O| Aug 28 17:49:08.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4591 | 2024-08-28T17:49:09.686Z | [ recovery-image] Aug 28 17:49:08.416 INFO O| Aug 28 17:49:08.416 INFO STEP 227 (remove_files) COMPLETE |
4592 | 2024-08-28T17:49:09.686Z | [ recovery-image] Aug 28 17:49:08.416 INFO O| Aug 28 17:49:08.416 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-28T17:49:09.693Z | [ recovery-image] Aug 28 17:49:08.425 INFO O| Aug 28 17:49:08.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4594 | 2024-08-28T17:49:09.693Z | [ recovery-image] Aug 28 17:49:08.425 INFO O| Aug 28 17:49:08.425 INFO STEP 228 (remove_files) COMPLETE |
4595 | 2024-08-28T17:49:09.695Z | [ recovery-image] Aug 28 17:49:08.425 INFO O| Aug 28 17:49:08.425 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-28T17:49:09.704Z | [ recovery-image] Aug 28 17:49:08.437 INFO O| Aug 28 17:49:08.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4597 | 2024-08-28T17:49:09.704Z | [ recovery-image] Aug 28 17:49:08.437 INFO O| Aug 28 17:49:08.437 INFO STEP 229 (remove_files) COMPLETE |
4598 | 2024-08-28T17:49:09.706Z | [ recovery-image] Aug 28 17:49:08.437 INFO O| Aug 28 17:49:08.437 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-28T17:49:09.715Z | [ recovery-image] Aug 28 17:49:08.447 INFO O| Aug 28 17:49:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4600 | 2024-08-28T17:49:09.715Z | [ recovery-image] Aug 28 17:49:08.447 INFO O| Aug 28 17:49:08.447 INFO STEP 230 (remove_files) COMPLETE |
4601 | 2024-08-28T17:49:09.715Z | [ recovery-image] Aug 28 17:49:08.447 INFO O| Aug 28 17:49:08.447 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-28T17:49:09.724Z | [ recovery-image] Aug 28 17:49:08.457 INFO O| Aug 28 17:49:08.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4603 | 2024-08-28T17:49:09.724Z | [ recovery-image] Aug 28 17:49:08.457 INFO O| Aug 28 17:49:08.457 INFO STEP 231 (remove_files) COMPLETE |
4604 | 2024-08-28T17:49:09.727Z | [ recovery-image] Aug 28 17:49:08.457 INFO O| Aug 28 17:49:08.457 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-28T17:49:09.734Z | [ recovery-image] Aug 28 17:49:08.466 INFO O| Aug 28 17:49:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4606 | 2024-08-28T17:49:09.734Z | [ recovery-image] Aug 28 17:49:08.466 INFO O| Aug 28 17:49:08.466 INFO STEP 232 (remove_files) COMPLETE |
4607 | 2024-08-28T17:49:09.734Z | [ recovery-image] Aug 28 17:49:08.466 INFO O| Aug 28 17:49:08.466 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-28T17:49:09.743Z | [ recovery-image] Aug 28 17:49:08.475 INFO O| Aug 28 17:49:08.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4609 | 2024-08-28T17:49:09.743Z | [ recovery-image] Aug 28 17:49:08.476 INFO O| Aug 28 17:49:08.475 INFO STEP 233 (remove_files) COMPLETE |
4610 | 2024-08-28T17:49:09.745Z | [ recovery-image] Aug 28 17:49:08.476 INFO O| Aug 28 17:49:08.476 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-28T17:49:09.753Z | [ recovery-image] Aug 28 17:49:08.485 INFO O| Aug 28 17:49:08.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4612 | 2024-08-28T17:49:09.753Z | [ recovery-image] Aug 28 17:49:08.485 INFO O| Aug 28 17:49:08.485 INFO STEP 234 (remove_files) COMPLETE |
4613 | 2024-08-28T17:49:09.753Z | [ recovery-image] Aug 28 17:49:08.485 INFO O| Aug 28 17:49:08.485 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-28T17:49:09.762Z | [ recovery-image] Aug 28 17:49:08.494 INFO O| Aug 28 17:49:08.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4615 | 2024-08-28T17:49:09.762Z | [ recovery-image] Aug 28 17:49:08.494 INFO O| Aug 28 17:49:08.494 INFO STEP 235 (remove_files) COMPLETE |
4616 | 2024-08-28T17:49:09.765Z | [ recovery-image] Aug 28 17:49:08.495 INFO O| Aug 28 17:49:08.494 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-28T17:49:09.772Z | [ recovery-image] Aug 28 17:49:08.504 INFO O| Aug 28 17:49:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4618 | 2024-08-28T17:49:09.772Z | [ recovery-image] Aug 28 17:49:08.504 INFO O| Aug 28 17:49:08.504 INFO STEP 236 (remove_files) COMPLETE |
4619 | 2024-08-28T17:49:09.772Z | [ recovery-image] Aug 28 17:49:08.504 INFO O| Aug 28 17:49:08.504 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-08-28T17:49:09.781Z | [ recovery-image] Aug 28 17:49:08.513 INFO O| Aug 28 17:49:08.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4621 | 2024-08-28T17:49:09.784Z | [ recovery-image] Aug 28 17:49:08.514 INFO O| Aug 28 17:49:08.514 INFO STEP 237 (remove_files) COMPLETE |
4622 | 2024-08-28T17:49:09.784Z | [ recovery-image] Aug 28 17:49:08.514 INFO O| Aug 28 17:49:08.514 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-08-28T17:49:09.791Z | [ recovery-image] Aug 28 17:49:08.523 INFO O| Aug 28 17:49:08.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4624 | 2024-08-28T17:49:09.791Z | [ recovery-image] Aug 28 17:49:08.523 INFO O| Aug 28 17:49:08.523 INFO STEP 238 (remove_files) COMPLETE |
4625 | 2024-08-28T17:49:09.793Z | [ recovery-image] Aug 28 17:49:08.523 INFO O| Aug 28 17:49:08.523 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-08-28T17:49:09.800Z | [ recovery-image] Aug 28 17:49:08.533 INFO O| Aug 28 17:49:08.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4627 | 2024-08-28T17:49:09.803Z | [ recovery-image] Aug 28 17:49:08.533 INFO O| Aug 28 17:49:08.533 INFO STEP 239 (remove_files) COMPLETE |
4628 | 2024-08-28T17:49:09.803Z | [ recovery-image] Aug 28 17:49:08.533 INFO O| Aug 28 17:49:08.533 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-08-28T17:49:09.810Z | [ recovery-image] Aug 28 17:49:08.542 INFO O| Aug 28 17:49:08.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4630 | 2024-08-28T17:49:09.810Z | [ recovery-image] Aug 28 17:49:08.542 INFO O| Aug 28 17:49:08.542 INFO STEP 240 (remove_files) COMPLETE |
4631 | 2024-08-28T17:49:09.810Z | [ recovery-image] Aug 28 17:49:08.542 INFO O| Aug 28 17:49:08.542 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-08-28T17:49:09.819Z | [ recovery-image] Aug 28 17:49:08.551 INFO O| Aug 28 17:49:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4633 | 2024-08-28T17:49:09.827Z | [ recovery-image] Aug 28 17:49:08.552 INFO O| Aug 28 17:49:08.551 INFO STEP 241 (remove_files) COMPLETE |
4634 | 2024-08-28T17:49:09.827Z | [ recovery-image] Aug 28 17:49:08.552 INFO O| Aug 28 17:49:08.552 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-08-28T17:49:09.836Z | [ recovery-image] Aug 28 17:49:08.561 INFO O| Aug 28 17:49:08.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4636 | 2024-08-28T17:49:09.836Z | [ recovery-image] Aug 28 17:49:08.562 INFO O| Aug 28 17:49:08.562 INFO STEP 242 (remove_files) COMPLETE |
4637 | 2024-08-28T17:49:09.836Z | [ recovery-image] Aug 28 17:49:08.562 INFO O| Aug 28 17:49:08.562 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-08-28T17:49:09.852Z | [ recovery-image] Aug 28 17:49:08.572 INFO O| Aug 28 17:49:08.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4639 | 2024-08-28T17:49:09.852Z | [ recovery-image] Aug 28 17:49:08.572 INFO O| Aug 28 17:49:08.572 INFO STEP 243 (remove_files) COMPLETE |
4640 | 2024-08-28T17:49:09.852Z | [ recovery-image] Aug 28 17:49:08.572 INFO O| Aug 28 17:49:08.572 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-08-28T17:49:09.855Z | [ recovery-image] Aug 28 17:49:08.581 INFO O| Aug 28 17:49:08.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4642 | 2024-08-28T17:49:09.855Z | [ recovery-image] Aug 28 17:49:08.581 INFO O| Aug 28 17:49:08.581 INFO STEP 244 (remove_files) COMPLETE |
4643 | 2024-08-28T17:49:09.855Z | [ recovery-image] Aug 28 17:49:08.581 INFO O| Aug 28 17:49:08.581 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-08-28T17:49:09.859Z | [ recovery-image] Aug 28 17:49:08.591 INFO O| Aug 28 17:49:08.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4645 | 2024-08-28T17:49:09.859Z | [ recovery-image] Aug 28 17:49:08.591 INFO O| Aug 28 17:49:08.591 INFO STEP 245 (remove_files) COMPLETE |
4646 | 2024-08-28T17:49:09.861Z | [ recovery-image] Aug 28 17:49:08.591 INFO O| Aug 28 17:49:08.591 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-08-28T17:49:09.871Z | [ recovery-image] Aug 28 17:49:08.603 INFO O| Aug 28 17:49:08.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4648 | 2024-08-28T17:49:09.871Z | [ recovery-image] Aug 28 17:49:08.603 INFO O| Aug 28 17:49:08.603 INFO STEP 246 (remove_files) COMPLETE |
4649 | 2024-08-28T17:49:09.873Z | [ recovery-image] Aug 28 17:49:08.603 INFO O| Aug 28 17:49:08.603 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-08-28T17:49:09.881Z | [ recovery-image] Aug 28 17:49:08.613 INFO O| Aug 28 17:49:08.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4651 | 2024-08-28T17:49:09.881Z | [ recovery-image] Aug 28 17:49:08.613 INFO O| Aug 28 17:49:08.613 INFO STEP 247 (remove_files) COMPLETE |
4652 | 2024-08-28T17:49:09.884Z | [ recovery-image] Aug 28 17:49:08.613 INFO O| Aug 28 17:49:08.613 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-08-28T17:49:09.891Z | [ recovery-image] Aug 28 17:49:08.623 INFO O| Aug 28 17:49:08.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4654 | 2024-08-28T17:49:09.893Z | [ recovery-image] Aug 28 17:49:08.623 INFO O| Aug 28 17:49:08.623 INFO STEP 248 (remove_files) COMPLETE |
4655 | 2024-08-28T17:49:09.893Z | [ recovery-image] Aug 28 17:49:08.623 INFO O| Aug 28 17:49:08.623 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-08-28T17:49:09.902Z | [ recovery-image] Aug 28 17:49:08.634 INFO O| Aug 28 17:49:08.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4657 | 2024-08-28T17:49:09.904Z | [ recovery-image] Aug 28 17:49:08.634 INFO O| Aug 28 17:49:08.634 INFO STEP 249 (remove_files) COMPLETE |
4658 | 2024-08-28T17:49:09.904Z | [ recovery-image] Aug 28 17:49:08.634 INFO O| Aug 28 17:49:08.634 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-08-28T17:49:09.914Z | [ recovery-image] Aug 28 17:49:08.645 INFO O| Aug 28 17:49:08.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4660 | 2024-08-28T17:49:09.914Z | [ recovery-image] Aug 28 17:49:08.645 INFO O| Aug 28 17:49:08.645 INFO STEP 250 (remove_files) COMPLETE |
4661 | 2024-08-28T17:49:09.917Z | [ recovery-image] Aug 28 17:49:08.645 INFO O| Aug 28 17:49:08.645 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-08-28T17:49:09.923Z | [ recovery-image] Aug 28 17:49:08.655 INFO O| Aug 28 17:49:08.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4663 | 2024-08-28T17:49:09.923Z | [ recovery-image] Aug 28 17:49:08.655 INFO O| Aug 28 17:49:08.655 INFO STEP 251 (remove_files) COMPLETE |
4664 | 2024-08-28T17:49:09.923Z | [ recovery-image] Aug 28 17:49:08.655 INFO O| Aug 28 17:49:08.655 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-08-28T17:49:09.934Z | [ recovery-image] Aug 28 17:49:08.666 INFO O| Aug 28 17:49:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4666 | 2024-08-28T17:49:09.935Z | [ recovery-image] Aug 28 17:49:08.667 INFO O| Aug 28 17:49:08.666 INFO STEP 252 (remove_files) COMPLETE |
4667 | 2024-08-28T17:49:09.935Z | [ recovery-image] Aug 28 17:49:08.667 INFO O| Aug 28 17:49:08.667 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-08-28T17:49:09.945Z | [ recovery-image] Aug 28 17:49:08.677 INFO O| Aug 28 17:49:08.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4669 | 2024-08-28T17:49:09.947Z | [ recovery-image] Aug 28 17:49:08.677 INFO O| Aug 28 17:49:08.677 INFO STEP 253 (remove_files) COMPLETE |
4670 | 2024-08-28T17:49:09.947Z | [ recovery-image] Aug 28 17:49:08.677 INFO O| Aug 28 17:49:08.677 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-08-28T17:49:09.956Z | [ recovery-image] Aug 28 17:49:08.688 INFO O| Aug 28 17:49:08.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4672 | 2024-08-28T17:49:09.956Z | [ recovery-image] Aug 28 17:49:08.688 INFO O| Aug 28 17:49:08.688 INFO STEP 254 (remove_files) COMPLETE |
4673 | 2024-08-28T17:49:09.958Z | [ recovery-image] Aug 28 17:49:08.688 INFO O| Aug 28 17:49:08.688 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-08-28T17:49:09.967Z | [ recovery-image] Aug 28 17:49:08.699 INFO O| Aug 28 17:49:08.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4675 | 2024-08-28T17:49:09.967Z | [ recovery-image] Aug 28 17:49:08.699 INFO O| Aug 28 17:49:08.699 INFO STEP 255 (remove_files) COMPLETE |
4676 | 2024-08-28T17:49:09.967Z | [ recovery-image] Aug 28 17:49:08.700 INFO O| Aug 28 17:49:08.699 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-08-28T17:49:09.980Z | [ recovery-image] Aug 28 17:49:08.712 INFO O| Aug 28 17:49:08.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4678 | 2024-08-28T17:49:09.980Z | [ recovery-image] Aug 28 17:49:08.712 INFO O| Aug 28 17:49:08.712 INFO STEP 256 (remove_files) COMPLETE |
4679 | 2024-08-28T17:49:09.980Z | [ recovery-image] Aug 28 17:49:08.712 INFO O| Aug 28 17:49:08.712 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-08-28T17:49:09.991Z | [ recovery-image] Aug 28 17:49:08.723 INFO O| Aug 28 17:49:08.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4681 | 2024-08-28T17:49:09.991Z | [ recovery-image] Aug 28 17:49:08.723 INFO O| Aug 28 17:49:08.723 INFO STEP 257 (remove_files) COMPLETE |
4682 | 2024-08-28T17:49:09.991Z | [ recovery-image] Aug 28 17:49:08.723 INFO O| Aug 28 17:49:08.723 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-08-28T17:49:10.002Z | [ recovery-image] Aug 28 17:49:08.734 INFO O| Aug 28 17:49:08.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4684 | 2024-08-28T17:49:10.004Z | [ recovery-image] Aug 28 17:49:08.734 INFO O| Aug 28 17:49:08.734 INFO STEP 258 (remove_files) COMPLETE |
4685 | 2024-08-28T17:49:10.004Z | [ recovery-image] Aug 28 17:49:08.734 INFO O| Aug 28 17:49:08.734 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-08-28T17:49:10.012Z | [ recovery-image] Aug 28 17:49:08.744 INFO O| Aug 28 17:49:08.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4687 | 2024-08-28T17:49:10.012Z | [ recovery-image] Aug 28 17:49:08.744 INFO O| Aug 28 17:49:08.744 INFO STEP 259 (remove_files) COMPLETE |
4688 | 2024-08-28T17:49:10.014Z | [ recovery-image] Aug 28 17:49:08.744 INFO O| Aug 28 17:49:08.744 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-08-28T17:49:10.022Z | [ recovery-image] Aug 28 17:49:08.754 INFO O| Aug 28 17:49:08.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4690 | 2024-08-28T17:49:10.022Z | [ recovery-image] Aug 28 17:49:08.754 INFO O| Aug 28 17:49:08.754 INFO STEP 260 (remove_files) COMPLETE |
4691 | 2024-08-28T17:49:10.022Z | [ recovery-image] Aug 28 17:49:08.754 INFO O| Aug 28 17:49:08.754 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-08-28T17:49:10.032Z | [ recovery-image] Aug 28 17:49:08.764 INFO O| Aug 28 17:49:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4693 | 2024-08-28T17:49:10.032Z | [ recovery-image] Aug 28 17:49:08.764 INFO O| Aug 28 17:49:08.764 INFO STEP 261 (remove_files) COMPLETE |
4694 | 2024-08-28T17:49:10.032Z | [ recovery-image] Aug 28 17:49:08.764 INFO O| Aug 28 17:49:08.764 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-08-28T17:49:10.042Z | [ recovery-image] Aug 28 17:49:08.774 INFO O| Aug 28 17:49:08.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4696 | 2024-08-28T17:49:10.042Z | [ recovery-image] Aug 28 17:49:08.774 INFO O| Aug 28 17:49:08.774 INFO STEP 262 (remove_files) COMPLETE |
4697 | 2024-08-28T17:49:10.045Z | [ recovery-image] Aug 28 17:49:08.774 INFO O| Aug 28 17:49:08.774 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-08-28T17:49:10.052Z | [ recovery-image] Aug 28 17:49:08.783 INFO O| Aug 28 17:49:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4699 | 2024-08-28T17:49:10.052Z | [ recovery-image] Aug 28 17:49:08.783 INFO O| Aug 28 17:49:08.783 INFO STEP 263 (remove_files) COMPLETE |
4700 | 2024-08-28T17:49:10.052Z | [ recovery-image] Aug 28 17:49:08.784 INFO O| Aug 28 17:49:08.783 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-08-28T17:49:10.061Z | [ recovery-image] Aug 28 17:49:08.793 INFO O| Aug 28 17:49:08.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4702 | 2024-08-28T17:49:10.061Z | [ recovery-image] Aug 28 17:49:08.793 INFO O| Aug 28 17:49:08.793 INFO STEP 264 (remove_files) COMPLETE |
4703 | 2024-08-28T17:49:10.064Z | [ recovery-image] Aug 28 17:49:08.793 INFO O| Aug 28 17:49:08.793 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-08-28T17:49:10.071Z | [ recovery-image] Aug 28 17:49:08.803 INFO O| Aug 28 17:49:08.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4705 | 2024-08-28T17:49:10.071Z | [ recovery-image] Aug 28 17:49:08.803 INFO O| Aug 28 17:49:08.803 INFO STEP 265 (remove_files) COMPLETE |
4706 | 2024-08-28T17:49:10.071Z | [ recovery-image] Aug 28 17:49:08.803 INFO O| Aug 28 17:49:08.803 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-08-28T17:49:10.081Z | [ recovery-image] Aug 28 17:49:08.813 INFO O| Aug 28 17:49:08.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4708 | 2024-08-28T17:49:10.081Z | [ recovery-image] Aug 28 17:49:08.813 INFO O| Aug 28 17:49:08.813 INFO STEP 266 (remove_files) COMPLETE |
4709 | 2024-08-28T17:49:10.081Z | [ recovery-image] Aug 28 17:49:08.813 INFO O| Aug 28 17:49:08.813 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-08-28T17:49:10.091Z | [ recovery-image] Aug 28 17:49:08.823 INFO O| Aug 28 17:49:08.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4711 | 2024-08-28T17:49:10.093Z | [ recovery-image] Aug 28 17:49:08.823 INFO O| Aug 28 17:49:08.823 INFO STEP 267 (remove_files) COMPLETE |
4712 | 2024-08-28T17:49:10.093Z | [ recovery-image] Aug 28 17:49:08.823 INFO O| Aug 28 17:49:08.823 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-28T17:49:10.100Z | [ recovery-image] Aug 28 17:49:08.832 INFO O| Aug 28 17:49:08.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4714 | 2024-08-28T17:49:10.102Z | [ recovery-image] Aug 28 17:49:08.832 INFO O| Aug 28 17:49:08.832 INFO STEP 268 (remove_files) COMPLETE |
4715 | 2024-08-28T17:49:10.102Z | [ recovery-image] Aug 28 17:49:08.832 INFO O| Aug 28 17:49:08.832 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-28T17:49:10.111Z | [ recovery-image] Aug 28 17:49:08.842 INFO O| Aug 28 17:49:08.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4717 | 2024-08-28T17:49:10.111Z | [ recovery-image] Aug 28 17:49:08.842 INFO O| Aug 28 17:49:08.842 INFO STEP 269 (remove_files) COMPLETE |
4718 | 2024-08-28T17:49:10.119Z | [ recovery-image] Aug 28 17:49:08.842 INFO O| Aug 28 17:49:08.842 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-28T17:49:10.119Z | [ host-image] Aug 28 17:49:08.848 INFO O| Aug 28 17:49:08.848 INFO O| Planning: Solver setup ... Done |
4720 | 2024-08-28T17:49:10.122Z | [ recovery-image] Aug 28 17:49:08.851 INFO O| Aug 28 17:49:08.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4721 | 2024-08-28T17:49:10.122Z | [ recovery-image] Aug 28 17:49:08.852 INFO O| Aug 28 17:49:08.851 INFO STEP 270 (remove_files) COMPLETE |
4722 | 2024-08-28T17:49:10.122Z | [ recovery-image] Aug 28 17:49:08.852 INFO O| Aug 28 17:49:08.852 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-08-28T17:49:10.122Z | [ host-image] Aug 28 17:49:08.852 INFO O| Aug 28 17:49:08.852 INFO O| Planning: Running solver ... Done |
4724 | 2024-08-28T17:49:10.129Z | [ recovery-image] Aug 28 17:49:08.862 INFO O| Aug 28 17:49:08.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4725 | 2024-08-28T17:49:10.129Z | [ recovery-image] Aug 28 17:49:08.862 INFO O| Aug 28 17:49:08.862 INFO STEP 271 (remove_files) COMPLETE |
4726 | 2024-08-28T17:49:10.130Z | [ recovery-image] Aug 28 17:49:08.862 INFO O| Aug 28 17:49:08.862 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-08-28T17:49:10.139Z | [ recovery-image] Aug 28 17:49:08.871 INFO O| Aug 28 17:49:08.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4728 | 2024-08-28T17:49:10.139Z | [ recovery-image] Aug 28 17:49:08.871 INFO O| Aug 28 17:49:08.871 INFO STEP 272 (remove_files) COMPLETE |
4729 | 2024-08-28T17:49:10.139Z | [ recovery-image] Aug 28 17:49:08.871 INFO O| Aug 28 17:49:08.871 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-08-28T17:49:10.149Z | [ recovery-image] Aug 28 17:49:08.881 INFO O| Aug 28 17:49:08.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4731 | 2024-08-28T17:49:10.149Z | [ recovery-image] Aug 28 17:49:08.881 INFO O| Aug 28 17:49:08.881 INFO STEP 273 (remove_files) COMPLETE |
4732 | 2024-08-28T17:49:10.149Z | [ recovery-image] Aug 28 17:49:08.881 INFO O| Aug 28 17:49:08.881 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-08-28T17:49:10.158Z | [ recovery-image] Aug 28 17:49:08.890 INFO O| Aug 28 17:49:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4734 | 2024-08-28T17:49:10.161Z | [ recovery-image] Aug 28 17:49:08.891 INFO O| Aug 28 17:49:08.891 INFO STEP 274 (remove_files) COMPLETE |
4735 | 2024-08-28T17:49:10.161Z | [ recovery-image] Aug 28 17:49:08.891 INFO O| Aug 28 17:49:08.891 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-08-28T17:49:10.163Z | [ host-image] Aug 28 17:49:08.894 INFO O| Aug 28 17:49:08.893 INFO O| Planning: Finding local manifests ... Done |
4737 | 2024-08-28T17:49:10.163Z | [ host-image] Aug 28 17:49:08.895 INFO O| Aug 28 17:49:08.895 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4738 | 2024-08-28T17:49:10.169Z | [ recovery-image] Aug 28 17:49:08.901 INFO O| Aug 28 17:49:08.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4739 | 2024-08-28T17:49:10.171Z | [ recovery-image] Aug 28 17:49:08.901 INFO O| Aug 28 17:49:08.901 INFO STEP 275 (remove_files) COMPLETE |
4740 | 2024-08-28T17:49:10.171Z | [ recovery-image] Aug 28 17:49:08.901 INFO O| Aug 28 17:49:08.901 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-08-28T17:49:10.179Z | [ recovery-image] Aug 28 17:49:08.911 INFO O| Aug 28 17:49:08.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4742 | 2024-08-28T17:49:10.182Z | [ recovery-image] Aug 28 17:49:08.911 INFO O| Aug 28 17:49:08.911 INFO STEP 276 (remove_files) COMPLETE |
4743 | 2024-08-28T17:49:10.182Z | [ recovery-image] Aug 28 17:49:08.911 INFO O| Aug 28 17:49:08.911 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-08-28T17:49:10.189Z | [ recovery-image] Aug 28 17:49:08.921 INFO O| Aug 28 17:49:08.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4745 | 2024-08-28T17:49:10.192Z | [ recovery-image] Aug 28 17:49:08.921 INFO O| Aug 28 17:49:08.921 INFO STEP 277 (remove_files) COMPLETE |
4746 | 2024-08-28T17:49:10.192Z | [ recovery-image] Aug 28 17:49:08.921 INFO O| Aug 28 17:49:08.921 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-28T17:49:10.200Z | [ recovery-image] Aug 28 17:49:08.932 INFO O| Aug 28 17:49:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4748 | 2024-08-28T17:49:10.202Z | [ recovery-image] Aug 28 17:49:08.932 INFO O| Aug 28 17:49:08.932 INFO STEP 278 (remove_files) COMPLETE |
4749 | 2024-08-28T17:49:10.202Z | [ recovery-image] Aug 28 17:49:08.932 INFO O| Aug 28 17:49:08.932 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-28T17:49:10.211Z | [ recovery-image] Aug 28 17:49:08.943 INFO O| Aug 28 17:49:08.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4751 | 2024-08-28T17:49:10.215Z | [ recovery-image] Aug 28 17:49:08.943 INFO O| Aug 28 17:49:08.943 INFO STEP 279 (remove_files) COMPLETE |
4752 | 2024-08-28T17:49:10.215Z | [ recovery-image] Aug 28 17:49:08.943 INFO O| Aug 28 17:49:08.943 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-28T17:49:10.221Z | [ recovery-image] Aug 28 17:49:08.953 INFO O| Aug 28 17:49:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4754 | 2024-08-28T17:49:10.221Z | [ recovery-image] Aug 28 17:49:08.953 INFO O| Aug 28 17:49:08.953 INFO STEP 280 (remove_files) COMPLETE |
4755 | 2024-08-28T17:49:10.221Z | [ recovery-image] Aug 28 17:49:08.953 INFO O| Aug 28 17:49:08.953 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-28T17:49:10.232Z | [ recovery-image] Aug 28 17:49:08.964 INFO O| Aug 28 17:49:08.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4757 | 2024-08-28T17:49:10.232Z | [ recovery-image] Aug 28 17:49:08.964 INFO O| Aug 28 17:49:08.964 INFO STEP 281 (remove_files) COMPLETE |
4758 | 2024-08-28T17:49:10.234Z | [ recovery-image] Aug 28 17:49:08.964 INFO O| Aug 28 17:49:08.964 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-28T17:49:10.242Z | [ recovery-image] Aug 28 17:49:08.974 INFO O| Aug 28 17:49:08.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4760 | 2024-08-28T17:49:10.242Z | [ recovery-image] Aug 28 17:49:08.974 INFO O| Aug 28 17:49:08.974 INFO STEP 282 (remove_files) COMPLETE |
4761 | 2024-08-28T17:49:10.244Z | [ recovery-image] Aug 28 17:49:08.974 INFO O| Aug 28 17:49:08.974 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-28T17:49:10.253Z | [ recovery-image] Aug 28 17:49:08.985 INFO O| Aug 28 17:49:08.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4763 | 2024-08-28T17:49:10.253Z | [ recovery-image] Aug 28 17:49:08.985 INFO O| Aug 28 17:49:08.985 INFO STEP 283 (remove_files) COMPLETE |
4764 | 2024-08-28T17:49:10.253Z | [ recovery-image] Aug 28 17:49:08.985 INFO O| Aug 28 17:49:08.985 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-28T17:49:10.263Z | [ recovery-image] Aug 28 17:49:08.995 INFO O| Aug 28 17:49:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4766 | 2024-08-28T17:49:10.263Z | [ recovery-image] Aug 28 17:49:08.995 INFO O| Aug 28 17:49:08.995 INFO STEP 284 (remove_files) COMPLETE |
4767 | 2024-08-28T17:49:10.265Z | [ recovery-image] Aug 28 17:49:08.995 INFO O| Aug 28 17:49:08.995 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-28T17:49:10.276Z | [ recovery-image] Aug 28 17:49:09.007 INFO O| Aug 28 17:49:09.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4769 | 2024-08-28T17:49:10.276Z | [ recovery-image] Aug 28 17:49:09.007 INFO O| Aug 28 17:49:09.007 INFO STEP 285 (remove_files) COMPLETE |
4770 | 2024-08-28T17:49:10.278Z | [ recovery-image] Aug 28 17:49:09.007 INFO O| Aug 28 17:49:09.007 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-28T17:49:10.286Z | [ recovery-image] Aug 28 17:49:09.018 INFO O| Aug 28 17:49:09.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4772 | 2024-08-28T17:49:10.288Z | [ recovery-image] Aug 28 17:49:09.018 INFO O| Aug 28 17:49:09.018 INFO STEP 286 (remove_files) COMPLETE |
4773 | 2024-08-28T17:49:10.289Z | [ recovery-image] Aug 28 17:49:09.018 INFO O| Aug 28 17:49:09.018 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-28T17:49:10.296Z | [ recovery-image] Aug 28 17:49:09.028 INFO O| Aug 28 17:49:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4775 | 2024-08-28T17:49:10.296Z | [ recovery-image] Aug 28 17:49:09.028 INFO O| Aug 28 17:49:09.028 INFO STEP 287 (remove_files) COMPLETE |
4776 | 2024-08-28T17:49:10.298Z | [ recovery-image] Aug 28 17:49:09.028 INFO O| Aug 28 17:49:09.028 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-28T17:49:10.306Z | [ recovery-image] Aug 28 17:49:09.038 INFO O| Aug 28 17:49:09.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4778 | 2024-08-28T17:49:10.308Z | [ recovery-image] Aug 28 17:49:09.038 INFO O| Aug 28 17:49:09.038 INFO STEP 288 (remove_files) COMPLETE |
4779 | 2024-08-28T17:49:10.308Z | [ recovery-image] Aug 28 17:49:09.038 INFO O| Aug 28 17:49:09.038 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-28T17:49:10.311Z | [ host-image] Aug 28 17:49:09.043 INFO O| Aug 28 17:49:09.043 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4781 | 2024-08-28T17:49:10.315Z | [ recovery-image] Aug 28 17:49:09.047 INFO O| Aug 28 17:49:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4782 | 2024-08-28T17:49:10.318Z | [ recovery-image] Aug 28 17:49:09.047 INFO O| Aug 28 17:49:09.047 INFO STEP 289 (remove_files) COMPLETE |
4783 | 2024-08-28T17:49:10.318Z | [ recovery-image] Aug 28 17:49:09.048 INFO O| Aug 28 17:49:09.047 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-08-28T17:49:10.325Z | [ recovery-image] Aug 28 17:49:09.057 INFO O| Aug 28 17:49:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4785 | 2024-08-28T17:49:10.325Z | [ recovery-image] Aug 28 17:49:09.057 INFO O| Aug 28 17:49:09.057 INFO STEP 290 (remove_files) COMPLETE |
4786 | 2024-08-28T17:49:10.328Z | [ recovery-image] Aug 28 17:49:09.057 INFO O| Aug 28 17:49:09.057 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-08-28T17:49:10.335Z | [ recovery-image] Aug 28 17:49:09.067 INFO O| Aug 28 17:49:09.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4788 | 2024-08-28T17:49:10.337Z | [ recovery-image] Aug 28 17:49:09.067 INFO O| Aug 28 17:49:09.067 INFO STEP 291 (remove_files) COMPLETE |
4789 | 2024-08-28T17:49:10.337Z | [ recovery-image] Aug 28 17:49:09.067 INFO O| Aug 28 17:49:09.067 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-08-28T17:49:10.344Z | [ recovery-image] Aug 28 17:49:09.076 INFO O| Aug 28 17:49:09.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4791 | 2024-08-28T17:49:10.344Z | [ recovery-image] Aug 28 17:49:09.076 INFO O| Aug 28 17:49:09.076 INFO STEP 292 (remove_files) COMPLETE |
4792 | 2024-08-28T17:49:10.344Z | [ recovery-image] Aug 28 17:49:09.076 INFO O| Aug 28 17:49:09.076 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-08-28T17:49:10.347Z | [ host-image] Aug 28 17:49:09.077 INFO O| Aug 28 17:49:09.077 INFO O| Planning: Package planning ... Done |
4794 | 2024-08-28T17:49:10.354Z | [ recovery-image] Aug 28 17:49:09.086 INFO O| Aug 28 17:49:09.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4795 | 2024-08-28T17:49:10.354Z | [ recovery-image] Aug 28 17:49:09.086 INFO O| Aug 28 17:49:09.086 INFO STEP 293 (remove_files) COMPLETE |
4796 | 2024-08-28T17:49:10.357Z | [ recovery-image] Aug 28 17:49:09.086 INFO O| Aug 28 17:49:09.086 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-08-28T17:49:10.363Z | [ host-image] Aug 28 17:49:09.095 INFO O| Aug 28 17:49:09.095 INFO O| Planning: Merging actions ... Done |
4798 | 2024-08-28T17:49:10.366Z | [ recovery-image] Aug 28 17:49:09.096 INFO O| Aug 28 17:49:09.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4799 | 2024-08-28T17:49:10.366Z | [ recovery-image] Aug 28 17:49:09.096 INFO O| Aug 28 17:49:09.096 INFO STEP 294 (remove_files) COMPLETE |
4800 | 2024-08-28T17:49:10.366Z | [ recovery-image] Aug 28 17:49:09.096 INFO O| Aug 28 17:49:09.096 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-28T17:49:10.374Z | [ recovery-image] Aug 28 17:49:09.106 INFO O| Aug 28 17:49:09.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4802 | 2024-08-28T17:49:10.374Z | [ recovery-image] Aug 28 17:49:09.106 INFO O| Aug 28 17:49:09.106 INFO STEP 295 (remove_files) COMPLETE |
4803 | 2024-08-28T17:49:10.377Z | [ recovery-image] Aug 28 17:49:09.106 INFO O| Aug 28 17:49:09.106 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-28T17:49:10.383Z | [ recovery-image] Aug 28 17:49:09.116 INFO O| Aug 28 17:49:09.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4805 | 2024-08-28T17:49:10.384Z | [ recovery-image] Aug 28 17:49:09.116 INFO O| Aug 28 17:49:09.116 INFO STEP 296 (remove_files) COMPLETE |
4806 | 2024-08-28T17:49:10.386Z | [ recovery-image] Aug 28 17:49:09.116 INFO O| Aug 28 17:49:09.116 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-28T17:49:10.393Z | [ recovery-image] Aug 28 17:49:09.125 INFO O| Aug 28 17:49:09.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4808 | 2024-08-28T17:49:10.395Z | [ recovery-image] Aug 28 17:49:09.125 INFO O| Aug 28 17:49:09.125 INFO STEP 297 (remove_files) COMPLETE |
4809 | 2024-08-28T17:49:10.396Z | [ recovery-image] Aug 28 17:49:09.125 INFO O| Aug 28 17:49:09.125 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-28T17:49:10.403Z | [ recovery-image] Aug 28 17:49:09.135 INFO O| Aug 28 17:49:09.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4811 | 2024-08-28T17:49:10.403Z | [ recovery-image] Aug 28 17:49:09.135 INFO O| Aug 28 17:49:09.135 INFO STEP 298 (remove_files) COMPLETE |
4812 | 2024-08-28T17:49:10.403Z | [ recovery-image] Aug 28 17:49:09.135 INFO O| Aug 28 17:49:09.135 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-28T17:49:10.412Z | [ recovery-image] Aug 28 17:49:09.145 INFO O| Aug 28 17:49:09.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4814 | 2024-08-28T17:49:10.413Z | [ recovery-image] Aug 28 17:49:09.145 INFO O| Aug 28 17:49:09.145 INFO STEP 299 (remove_files) COMPLETE |
4815 | 2024-08-28T17:49:10.413Z | [ recovery-image] Aug 28 17:49:09.145 INFO O| Aug 28 17:49:09.145 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-28T17:49:10.422Z | [ recovery-image] Aug 28 17:49:09.154 INFO O| Aug 28 17:49:09.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4817 | 2024-08-28T17:49:10.422Z | [ recovery-image] Aug 28 17:49:09.154 INFO O| Aug 28 17:49:09.154 INFO STEP 300 (remove_files) COMPLETE |
4818 | 2024-08-28T17:49:10.424Z | [ recovery-image] Aug 28 17:49:09.154 INFO O| Aug 28 17:49:09.154 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-28T17:49:10.431Z | [ recovery-image] Aug 28 17:49:09.163 INFO O| Aug 28 17:49:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4820 | 2024-08-28T17:49:10.431Z | [ recovery-image] Aug 28 17:49:09.163 INFO O| Aug 28 17:49:09.163 INFO STEP 301 (remove_files) COMPLETE |
4821 | 2024-08-28T17:49:10.434Z | [ recovery-image] Aug 28 17:49:09.164 INFO O| Aug 28 17:49:09.163 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-28T17:49:10.436Z | [ host-image] Aug 28 17:49:09.167 INFO O| Aug 28 17:49:09.167 INFO O| Planning: Checking for conflicting actions ... Done |
4823 | 2024-08-28T17:49:10.439Z | [ host-image] Aug 28 17:49:09.171 INFO O| Aug 28 17:49:09.171 INFO O| Planning: Consolidating action changes ... Done |
4824 | 2024-08-28T17:49:10.441Z | [ recovery-image] Aug 28 17:49:09.173 INFO O| Aug 28 17:49:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4825 | 2024-08-28T17:49:10.441Z | [ recovery-image] Aug 28 17:49:09.173 INFO O| Aug 28 17:49:09.173 INFO STEP 302 (remove_files) COMPLETE |
4826 | 2024-08-28T17:49:10.441Z | [ recovery-image] Aug 28 17:49:09.173 INFO O| Aug 28 17:49:09.173 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-08-28T17:49:10.450Z | [ recovery-image] Aug 28 17:49:09.182 INFO O| Aug 28 17:49:09.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4828 | 2024-08-28T17:49:10.450Z | [ recovery-image] Aug 28 17:49:09.182 INFO O| Aug 28 17:49:09.182 INFO STEP 303 (remove_files) COMPLETE |
4829 | 2024-08-28T17:49:10.453Z | [ recovery-image] Aug 28 17:49:09.182 INFO O| Aug 28 17:49:09.182 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-08-28T17:49:10.460Z | [ recovery-image] Aug 28 17:49:09.192 INFO O| Aug 28 17:49:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4831 | 2024-08-28T17:49:10.460Z | [ recovery-image] Aug 28 17:49:09.192 INFO O| Aug 28 17:49:09.192 INFO STEP 304 (remove_files) COMPLETE |
4832 | 2024-08-28T17:49:10.460Z | [ recovery-image] Aug 28 17:49:09.192 INFO O| Aug 28 17:49:09.192 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-08-28T17:49:10.469Z | [ recovery-image] Aug 28 17:49:09.201 INFO O| Aug 28 17:49:09.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4834 | 2024-08-28T17:49:10.469Z | [ recovery-image] Aug 28 17:49:09.201 INFO O| Aug 28 17:49:09.201 INFO STEP 305 (remove_files) COMPLETE |
4835 | 2024-08-28T17:49:10.469Z | [ recovery-image] Aug 28 17:49:09.201 INFO O| Aug 28 17:49:09.201 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-08-28T17:49:10.478Z | [ recovery-image] Aug 28 17:49:09.211 INFO O| Aug 28 17:49:09.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4837 | 2024-08-28T17:49:10.479Z | [ recovery-image] Aug 28 17:49:09.211 INFO O| Aug 28 17:49:09.211 INFO STEP 306 (remove_files) COMPLETE |
4838 | 2024-08-28T17:49:10.481Z | [ recovery-image] Aug 28 17:49:09.211 INFO O| Aug 28 17:49:09.211 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-28T17:49:10.488Z | [ recovery-image] Aug 28 17:49:09.220 INFO O| Aug 28 17:49:09.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4840 | 2024-08-28T17:49:10.490Z | [ recovery-image] Aug 28 17:49:09.220 INFO O| Aug 28 17:49:09.220 INFO STEP 307 (remove_files) COMPLETE |
4841 | 2024-08-28T17:49:10.490Z | [ recovery-image] Aug 28 17:49:09.220 INFO O| Aug 28 17:49:09.220 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-28T17:49:10.497Z | [ recovery-image] Aug 28 17:49:09.229 INFO O| Aug 28 17:49:09.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4843 | 2024-08-28T17:49:10.497Z | [ recovery-image] Aug 28 17:49:09.229 INFO O| Aug 28 17:49:09.229 INFO STEP 308 (remove_files) COMPLETE |
4844 | 2024-08-28T17:49:10.500Z | [ recovery-image] Aug 28 17:49:09.229 INFO O| Aug 28 17:49:09.229 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-28T17:49:10.507Z | [ recovery-image] Aug 28 17:49:09.239 INFO O| Aug 28 17:49:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4846 | 2024-08-28T17:49:10.507Z | [ recovery-image] Aug 28 17:49:09.239 INFO O| Aug 28 17:49:09.239 INFO STEP 309 (remove_files) COMPLETE |
4847 | 2024-08-28T17:49:10.509Z | [ recovery-image] Aug 28 17:49:09.239 INFO O| Aug 28 17:49:09.239 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-28T17:49:10.516Z | [ recovery-image] Aug 28 17:49:09.248 INFO O| Aug 28 17:49:09.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4849 | 2024-08-28T17:49:10.516Z | [ recovery-image] Aug 28 17:49:09.249 INFO O| Aug 28 17:49:09.248 INFO STEP 310 (remove_files) COMPLETE |
4850 | 2024-08-28T17:49:10.517Z | [ recovery-image] Aug 28 17:49:09.249 INFO O| Aug 28 17:49:09.249 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-28T17:49:10.526Z | [ recovery-image] Aug 28 17:49:09.258 INFO O| Aug 28 17:49:09.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4852 | 2024-08-28T17:49:10.526Z | [ recovery-image] Aug 28 17:49:09.258 INFO O| Aug 28 17:49:09.258 INFO STEP 311 (remove_files) COMPLETE |
4853 | 2024-08-28T17:49:10.526Z | [ recovery-image] Aug 28 17:49:09.258 INFO O| Aug 28 17:49:09.258 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-28T17:49:10.537Z | [ recovery-image] Aug 28 17:49:09.269 INFO O| Aug 28 17:49:09.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4855 | 2024-08-28T17:49:10.537Z | [ recovery-image] Aug 28 17:49:09.269 INFO O| Aug 28 17:49:09.269 INFO STEP 312 (remove_files) COMPLETE |
4856 | 2024-08-28T17:49:10.537Z | [ recovery-image] Aug 28 17:49:09.269 INFO O| Aug 28 17:49:09.269 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-28T17:49:10.549Z | [ recovery-image] Aug 28 17:49:09.280 INFO O| Aug 28 17:49:09.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4858 | 2024-08-28T17:49:10.549Z | [ recovery-image] Aug 28 17:49:09.281 INFO O| Aug 28 17:49:09.281 INFO STEP 313 (remove_files) COMPLETE |
4859 | 2024-08-28T17:49:10.551Z | [ recovery-image] Aug 28 17:49:09.281 INFO O| Aug 28 17:49:09.281 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-28T17:49:10.559Z | [ recovery-image] Aug 28 17:49:09.291 INFO O| Aug 28 17:49:09.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4861 | 2024-08-28T17:49:10.559Z | [ recovery-image] Aug 28 17:49:09.291 INFO O| Aug 28 17:49:09.291 INFO STEP 314 (remove_files) COMPLETE |
4862 | 2024-08-28T17:49:10.559Z | [ recovery-image] Aug 28 17:49:09.291 INFO O| Aug 28 17:49:09.291 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-28T17:49:10.569Z | [ recovery-image] Aug 28 17:49:09.301 INFO O| Aug 28 17:49:09.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4864 | 2024-08-28T17:49:10.569Z | [ recovery-image] Aug 28 17:49:09.301 INFO O| Aug 28 17:49:09.301 INFO STEP 315 (remove_files) COMPLETE |
4865 | 2024-08-28T17:49:10.571Z | [ recovery-image] Aug 28 17:49:09.301 INFO O| Aug 28 17:49:09.301 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-28T17:49:10.578Z | [ recovery-image] Aug 28 17:49:09.310 INFO O| Aug 28 17:49:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4867 | 2024-08-28T17:49:10.579Z | [ recovery-image] Aug 28 17:49:09.311 INFO O| Aug 28 17:49:09.311 INFO STEP 316 (remove_files) COMPLETE |
4868 | 2024-08-28T17:49:10.581Z | [ recovery-image] Aug 28 17:49:09.311 INFO O| Aug 28 17:49:09.311 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-28T17:49:10.588Z | [ recovery-image] Aug 28 17:49:09.320 INFO O| Aug 28 17:49:09.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4870 | 2024-08-28T17:49:10.590Z | [ recovery-image] Aug 28 17:49:09.320 INFO O| Aug 28 17:49:09.320 INFO STEP 317 (remove_files) COMPLETE |
4871 | 2024-08-28T17:49:10.590Z | [ recovery-image] Aug 28 17:49:09.320 INFO O| Aug 28 17:49:09.320 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-28T17:49:10.598Z | [ recovery-image] Aug 28 17:49:09.330 INFO O| Aug 28 17:49:09.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4873 | 2024-08-28T17:49:10.600Z | [ recovery-image] Aug 28 17:49:09.330 INFO O| Aug 28 17:49:09.330 INFO STEP 318 (remove_files) COMPLETE |
4874 | 2024-08-28T17:49:10.600Z | [ recovery-image] Aug 28 17:49:09.330 INFO O| Aug 28 17:49:09.330 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-28T17:49:10.607Z | [ recovery-image] Aug 28 17:49:09.339 INFO O| Aug 28 17:49:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4876 | 2024-08-28T17:49:10.607Z | [ recovery-image] Aug 28 17:49:09.339 INFO O| Aug 28 17:49:09.339 INFO STEP 319 (remove_files) COMPLETE |
4877 | 2024-08-28T17:49:10.610Z | [ recovery-image] Aug 28 17:49:09.339 INFO O| Aug 28 17:49:09.339 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-28T17:49:10.617Z | [ recovery-image] Aug 28 17:49:09.349 INFO O| Aug 28 17:49:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4879 | 2024-08-28T17:49:10.617Z | [ recovery-image] Aug 28 17:49:09.349 INFO O| Aug 28 17:49:09.349 INFO STEP 320 (remove_files) COMPLETE |
4880 | 2024-08-28T17:49:10.619Z | [ recovery-image] Aug 28 17:49:09.349 INFO O| Aug 28 17:49:09.349 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-28T17:49:10.622Z | [ host-image] Aug 28 17:49:09.352 INFO O| Aug 28 17:49:09.352 INFO O| Planning: Evaluating mediators ... Done |
4882 | 2024-08-28T17:49:10.624Z | [ host-image] Aug 28 17:49:09.356 INFO O| Aug 28 17:49:09.356 INFO O| Planning: Planning completed in 2.22 seconds |
4883 | 2024-08-28T17:49:10.627Z | [ host-image] Aug 28 17:49:09.358 INFO O| Aug 28 17:49:09.357 INFO O| Packages to install: 6 |
4884 | 2024-08-28T17:49:10.628Z | [ host-image] Aug 28 17:49:09.358 INFO O| Aug 28 17:49:09.358 INFO O| Mediators to change: 1 |
4885 | 2024-08-28T17:49:10.628Z | [ host-image] Aug 28 17:49:09.358 INFO O| Aug 28 17:49:09.358 INFO O| Services to change: 1 |
4886 | 2024-08-28T17:49:10.628Z | [ recovery-image] Aug 28 17:49:09.359 INFO O| Aug 28 17:49:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4887 | 2024-08-28T17:49:10.628Z | [ recovery-image] Aug 28 17:49:09.359 INFO O| Aug 28 17:49:09.359 INFO STEP 321 (remove_files) COMPLETE |
4888 | 2024-08-28T17:49:10.639Z | [ recovery-image] Aug 28 17:49:09.359 INFO O| Aug 28 17:49:09.359 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-08-28T17:49:10.639Z | [ recovery-image] Aug 28 17:49:09.368 INFO O| Aug 28 17:49:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4890 | 2024-08-28T17:49:10.639Z | [ recovery-image] Aug 28 17:49:09.368 INFO O| Aug 28 17:49:09.368 INFO STEP 322 (remove_files) COMPLETE |
4891 | 2024-08-28T17:49:10.639Z | [ recovery-image] Aug 28 17:49:09.368 INFO O| Aug 28 17:49:09.368 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-08-28T17:49:10.641Z | [ host-image] Aug 28 17:49:09.370 INFO O| Aug 28 17:49:09.370 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4893 | 2024-08-28T17:49:10.646Z | [ recovery-image] Aug 28 17:49:09.378 INFO O| Aug 28 17:49:09.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4894 | 2024-08-28T17:49:10.649Z | [ recovery-image] Aug 28 17:49:09.378 INFO O| Aug 28 17:49:09.378 INFO STEP 323 (remove_files) COMPLETE |
4895 | 2024-08-28T17:49:10.649Z | [ recovery-image] Aug 28 17:49:09.378 INFO O| Aug 28 17:49:09.378 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-28T17:49:10.656Z | [ recovery-image] Aug 28 17:49:09.388 INFO O| Aug 28 17:49:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4897 | 2024-08-28T17:49:10.656Z | [ recovery-image] Aug 28 17:49:09.388 INFO O| Aug 28 17:49:09.388 INFO STEP 324 (remove_files) COMPLETE |
4898 | 2024-08-28T17:49:10.656Z | [ recovery-image] Aug 28 17:49:09.388 INFO O| Aug 28 17:49:09.388 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-28T17:49:10.666Z | [ recovery-image] Aug 28 17:49:09.398 INFO O| Aug 28 17:49:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4900 | 2024-08-28T17:49:10.666Z | [ recovery-image] Aug 28 17:49:09.398 INFO O| Aug 28 17:49:09.398 INFO STEP 325 (remove_files) COMPLETE |
4901 | 2024-08-28T17:49:10.666Z | [ recovery-image] Aug 28 17:49:09.398 INFO O| Aug 28 17:49:09.398 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-28T17:49:10.675Z | [ recovery-image] Aug 28 17:49:09.407 INFO O| Aug 28 17:49:09.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4903 | 2024-08-28T17:49:10.675Z | [ recovery-image] Aug 28 17:49:09.408 INFO O| Aug 28 17:49:09.408 INFO STEP 326 (remove_files) COMPLETE |
4904 | 2024-08-28T17:49:10.676Z | [ recovery-image] Aug 28 17:49:09.408 INFO O| Aug 28 17:49:09.408 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-28T17:49:10.687Z | [ recovery-image] Aug 28 17:49:09.419 INFO O| Aug 28 17:49:09.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4906 | 2024-08-28T17:49:10.687Z | [ recovery-image] Aug 28 17:49:09.419 INFO O| Aug 28 17:49:09.419 INFO STEP 327 (remove_files) COMPLETE |
4907 | 2024-08-28T17:49:10.689Z | [ recovery-image] Aug 28 17:49:09.419 INFO O| Aug 28 17:49:09.419 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-28T17:49:10.697Z | [ recovery-image] Aug 28 17:49:09.429 INFO O| Aug 28 17:49:09.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4909 | 2024-08-28T17:49:10.697Z | [ recovery-image] Aug 28 17:49:09.429 INFO O| Aug 28 17:49:09.429 INFO STEP 328 (remove_files) COMPLETE |
4910 | 2024-08-28T17:49:10.697Z | [ recovery-image] Aug 28 17:49:09.429 INFO O| Aug 28 17:49:09.429 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-28T17:49:10.706Z | [ recovery-image] Aug 28 17:49:09.438 INFO O| Aug 28 17:49:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4912 | 2024-08-28T17:49:10.706Z | [ recovery-image] Aug 28 17:49:09.438 INFO O| Aug 28 17:49:09.438 INFO STEP 329 (remove_files) COMPLETE |
4913 | 2024-08-28T17:49:10.709Z | [ recovery-image] Aug 28 17:49:09.438 INFO O| Aug 28 17:49:09.438 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-28T17:49:10.716Z | [ recovery-image] Aug 28 17:49:09.448 INFO O| Aug 28 17:49:09.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4915 | 2024-08-28T17:49:10.716Z | [ recovery-image] Aug 28 17:49:09.448 INFO O| Aug 28 17:49:09.448 INFO STEP 330 (remove_files) COMPLETE |
4916 | 2024-08-28T17:49:10.718Z | [ recovery-image] Aug 28 17:49:09.448 INFO O| Aug 28 17:49:09.448 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-08-28T17:49:10.725Z | [ recovery-image] Aug 28 17:49:09.457 INFO O| Aug 28 17:49:09.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4918 | 2024-08-28T17:49:10.725Z | [ recovery-image] Aug 28 17:49:09.457 INFO O| Aug 28 17:49:09.457 INFO STEP 331 (remove_files) COMPLETE |
4919 | 2024-08-28T17:49:10.725Z | [ recovery-image] Aug 28 17:49:09.457 INFO O| Aug 28 17:49:09.457 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-08-28T17:49:10.735Z | [ recovery-image] Aug 28 17:49:09.467 INFO O| Aug 28 17:49:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4921 | 2024-08-28T17:49:10.735Z | [ recovery-image] Aug 28 17:49:09.467 INFO O| Aug 28 17:49:09.467 INFO STEP 332 (remove_files) COMPLETE |
4922 | 2024-08-28T17:49:10.735Z | [ recovery-image] Aug 28 17:49:09.467 INFO O| Aug 28 17:49:09.467 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-08-28T17:49:10.744Z | [ recovery-image] Aug 28 17:49:09.476 INFO O| Aug 28 17:49:09.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4924 | 2024-08-28T17:49:10.744Z | [ recovery-image] Aug 28 17:49:09.476 INFO O| Aug 28 17:49:09.476 INFO STEP 333 (remove_files) COMPLETE |
4925 | 2024-08-28T17:49:10.746Z | [ recovery-image] Aug 28 17:49:09.476 INFO O| Aug 28 17:49:09.476 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-28T17:49:10.753Z | [ recovery-image] Aug 28 17:49:09.485 INFO O| Aug 28 17:49:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4927 | 2024-08-28T17:49:10.753Z | [ recovery-image] Aug 28 17:49:09.485 INFO O| Aug 28 17:49:09.485 INFO STEP 334 (remove_files) COMPLETE |
4928 | 2024-08-28T17:49:10.755Z | [ recovery-image] Aug 28 17:49:09.485 INFO O| Aug 28 17:49:09.485 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-28T17:49:10.763Z | [ recovery-image] Aug 28 17:49:09.495 INFO O| Aug 28 17:49:09.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4930 | 2024-08-28T17:49:10.763Z | [ recovery-image] Aug 28 17:49:09.495 INFO O| Aug 28 17:49:09.495 INFO STEP 335 (remove_files) COMPLETE |
4931 | 2024-08-28T17:49:10.765Z | [ recovery-image] Aug 28 17:49:09.495 INFO O| Aug 28 17:49:09.495 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-28T17:49:10.774Z | [ recovery-image] Aug 28 17:49:09.506 INFO O| Aug 28 17:49:09.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4933 | 2024-08-28T17:49:10.774Z | [ recovery-image] Aug 28 17:49:09.506 INFO O| Aug 28 17:49:09.506 INFO STEP 336 (remove_files) COMPLETE |
4934 | 2024-08-28T17:49:10.776Z | [ recovery-image] Aug 28 17:49:09.506 INFO O| Aug 28 17:49:09.506 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-28T17:49:10.784Z | [ recovery-image] Aug 28 17:49:09.516 INFO O| Aug 28 17:49:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4936 | 2024-08-28T17:49:10.784Z | [ recovery-image] Aug 28 17:49:09.516 INFO O| Aug 28 17:49:09.516 INFO STEP 337 (remove_files) COMPLETE |
4937 | 2024-08-28T17:49:10.786Z | [ recovery-image] Aug 28 17:49:09.516 INFO O| Aug 28 17:49:09.516 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-28T17:49:10.794Z | [ recovery-image] Aug 28 17:49:09.526 INFO O| Aug 28 17:49:09.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4939 | 2024-08-28T17:49:10.794Z | [ recovery-image] Aug 28 17:49:09.526 INFO O| Aug 28 17:49:09.526 INFO STEP 338 (remove_files) COMPLETE |
4940 | 2024-08-28T17:49:10.794Z | [ recovery-image] Aug 28 17:49:09.526 INFO O| Aug 28 17:49:09.526 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-28T17:49:10.804Z | [ recovery-image] Aug 28 17:49:09.536 INFO O| Aug 28 17:49:09.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4942 | 2024-08-28T17:49:10.806Z | [ recovery-image] Aug 28 17:49:09.536 INFO O| Aug 28 17:49:09.536 INFO STEP 339 (remove_files) COMPLETE |
4943 | 2024-08-28T17:49:10.806Z | [ recovery-image] Aug 28 17:49:09.536 INFO O| Aug 28 17:49:09.536 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-28T17:49:10.814Z | [ recovery-image] Aug 28 17:49:09.546 INFO O| Aug 28 17:49:09.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4945 | 2024-08-28T17:49:10.814Z | [ recovery-image] Aug 28 17:49:09.546 INFO O| Aug 28 17:49:09.546 INFO STEP 340 (remove_files) COMPLETE |
4946 | 2024-08-28T17:49:10.816Z | [ recovery-image] Aug 28 17:49:09.546 INFO O| Aug 28 17:49:09.546 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-28T17:49:10.823Z | [ recovery-image] Aug 28 17:49:09.555 INFO O| Aug 28 17:49:09.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4948 | 2024-08-28T17:49:10.823Z | [ recovery-image] Aug 28 17:49:09.555 INFO O| Aug 28 17:49:09.555 INFO STEP 341 (remove_files) COMPLETE |
4949 | 2024-08-28T17:49:10.826Z | [ recovery-image] Aug 28 17:49:09.555 INFO O| Aug 28 17:49:09.555 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-28T17:49:10.833Z | [ recovery-image] Aug 28 17:49:09.565 INFO O| Aug 28 17:49:09.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4951 | 2024-08-28T17:49:10.835Z | [ recovery-image] Aug 28 17:49:09.565 INFO O| Aug 28 17:49:09.565 INFO STEP 342 (remove_files) COMPLETE |
4952 | 2024-08-28T17:49:10.835Z | [ recovery-image] Aug 28 17:49:09.565 INFO O| Aug 28 17:49:09.565 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-28T17:49:10.842Z | [ recovery-image] Aug 28 17:49:09.574 INFO O| Aug 28 17:49:09.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4954 | 2024-08-28T17:49:10.843Z | [ recovery-image] Aug 28 17:49:09.575 INFO O| Aug 28 17:49:09.574 INFO STEP 343 (remove_files) COMPLETE |
4955 | 2024-08-28T17:49:10.843Z | [ recovery-image] Aug 28 17:49:09.575 INFO O| Aug 28 17:49:09.575 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-08-28T17:49:10.852Z | [ recovery-image] Aug 28 17:49:09.584 INFO O| Aug 28 17:49:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4957 | 2024-08-28T17:49:10.854Z | [ recovery-image] Aug 28 17:49:09.584 INFO O| Aug 28 17:49:09.584 INFO STEP 344 (remove_files) COMPLETE |
4958 | 2024-08-28T17:49:10.854Z | [ recovery-image] Aug 28 17:49:09.584 INFO O| Aug 28 17:49:09.584 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-08-28T17:49:10.861Z | [ recovery-image] Aug 28 17:49:09.593 INFO O| Aug 28 17:49:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4960 | 2024-08-28T17:49:10.861Z | [ recovery-image] Aug 28 17:49:09.594 INFO O| Aug 28 17:49:09.594 INFO STEP 345 (remove_files) COMPLETE |
4961 | 2024-08-28T17:49:10.864Z | [ recovery-image] Aug 28 17:49:09.594 INFO O| Aug 28 17:49:09.594 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-08-28T17:49:10.871Z | [ recovery-image] Aug 28 17:49:09.603 INFO O| Aug 28 17:49:09.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4963 | 2024-08-28T17:49:10.871Z | [ recovery-image] Aug 28 17:49:09.603 INFO O| Aug 28 17:49:09.603 INFO STEP 346 (remove_files) COMPLETE |
4964 | 2024-08-28T17:49:10.873Z | [ recovery-image] Aug 28 17:49:09.603 INFO O| Aug 28 17:49:09.603 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-08-28T17:49:10.880Z | [ recovery-image] Aug 28 17:49:09.612 INFO O| Aug 28 17:49:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4966 | 2024-08-28T17:49:10.880Z | [ recovery-image] Aug 28 17:49:09.612 INFO O| Aug 28 17:49:09.612 INFO STEP 347 (remove_files) COMPLETE |
4967 | 2024-08-28T17:49:10.882Z | [ recovery-image] Aug 28 17:49:09.612 INFO O| Aug 28 17:49:09.612 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-28T17:49:10.890Z | [ recovery-image] Aug 28 17:49:09.621 INFO O| Aug 28 17:49:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4969 | 2024-08-28T17:49:10.892Z | [ recovery-image] Aug 28 17:49:09.622 INFO O| Aug 28 17:49:09.622 INFO STEP 348 (remove_files) COMPLETE |
4970 | 2024-08-28T17:49:10.892Z | [ recovery-image] Aug 28 17:49:09.622 INFO O| Aug 28 17:49:09.622 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-28T17:49:10.899Z | [ recovery-image] Aug 28 17:49:09.631 INFO O| Aug 28 17:49:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4972 | 2024-08-28T17:49:10.901Z | [ recovery-image] Aug 28 17:49:09.631 INFO O| Aug 28 17:49:09.631 INFO STEP 349 (remove_files) COMPLETE |
4973 | 2024-08-28T17:49:10.901Z | [ recovery-image] Aug 28 17:49:09.631 INFO O| Aug 28 17:49:09.631 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-28T17:49:10.909Z | [ recovery-image] Aug 28 17:49:09.640 INFO O| Aug 28 17:49:09.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4975 | 2024-08-28T17:49:10.909Z | [ recovery-image] Aug 28 17:49:09.640 INFO O| Aug 28 17:49:09.640 INFO STEP 350 (remove_files) COMPLETE |
4976 | 2024-08-28T17:49:10.909Z | [ recovery-image] Aug 28 17:49:09.640 INFO O| Aug 28 17:49:09.640 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-28T17:49:10.918Z | [ recovery-image] Aug 28 17:49:09.650 INFO O| Aug 28 17:49:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4978 | 2024-08-28T17:49:10.920Z | [ recovery-image] Aug 28 17:49:09.650 INFO O| Aug 28 17:49:09.650 INFO STEP 351 (remove_files) COMPLETE |
4979 | 2024-08-28T17:49:10.921Z | [ recovery-image] Aug 28 17:49:09.650 INFO O| Aug 28 17:49:09.650 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-28T17:49:10.927Z | [ recovery-image] Aug 28 17:49:09.659 INFO O| Aug 28 17:49:09.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4981 | 2024-08-28T17:49:10.927Z | [ recovery-image] Aug 28 17:49:09.659 INFO O| Aug 28 17:49:09.659 INFO STEP 352 (remove_files) COMPLETE |
4982 | 2024-08-28T17:49:10.930Z | [ recovery-image] Aug 28 17:49:09.659 INFO O| Aug 28 17:49:09.659 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-28T17:49:10.937Z | [ recovery-image] Aug 28 17:49:09.668 INFO O| Aug 28 17:49:09.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4984 | 2024-08-28T17:49:10.937Z | [ recovery-image] Aug 28 17:49:09.669 INFO O| Aug 28 17:49:09.669 INFO STEP 353 (remove_files) COMPLETE |
4985 | 2024-08-28T17:49:10.937Z | [ recovery-image] Aug 28 17:49:09.669 INFO O| Aug 28 17:49:09.669 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-28T17:49:10.946Z | [ recovery-image] Aug 28 17:49:09.678 INFO O| Aug 28 17:49:09.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4987 | 2024-08-28T17:49:10.948Z | [ recovery-image] Aug 28 17:49:09.678 INFO O| Aug 28 17:49:09.678 INFO STEP 354 (remove_files) COMPLETE |
4988 | 2024-08-28T17:49:10.948Z | [ recovery-image] Aug 28 17:49:09.678 INFO O| Aug 28 17:49:09.678 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-28T17:49:10.955Z | [ recovery-image] Aug 28 17:49:09.687 INFO O| Aug 28 17:49:09.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4990 | 2024-08-28T17:49:10.955Z | [ recovery-image] Aug 28 17:49:09.687 INFO O| Aug 28 17:49:09.687 INFO STEP 355 (remove_files) COMPLETE |
4991 | 2024-08-28T17:49:10.955Z | [ recovery-image] Aug 28 17:49:09.687 INFO O| Aug 28 17:49:09.687 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-28T17:49:10.965Z | [ recovery-image] Aug 28 17:49:09.697 INFO O| Aug 28 17:49:09.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4993 | 2024-08-28T17:49:10.965Z | [ recovery-image] Aug 28 17:49:09.697 INFO O| Aug 28 17:49:09.697 INFO STEP 356 (remove_files) COMPLETE |
4994 | 2024-08-28T17:49:10.967Z | [ recovery-image] Aug 28 17:49:09.697 INFO O| Aug 28 17:49:09.697 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-28T17:49:10.974Z | [ recovery-image] Aug 28 17:49:09.706 INFO O| Aug 28 17:49:09.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4996 | 2024-08-28T17:49:10.974Z | [ recovery-image] Aug 28 17:49:09.706 INFO O| Aug 28 17:49:09.706 INFO STEP 357 (remove_files) COMPLETE |
4997 | 2024-08-28T17:49:10.974Z | [ recovery-image] Aug 28 17:49:09.706 INFO O| Aug 28 17:49:09.706 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-28T17:49:10.983Z | [ recovery-image] Aug 28 17:49:09.715 INFO O| Aug 28 17:49:09.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4999 | 2024-08-28T17:49:10.983Z | [ recovery-image] Aug 28 17:49:09.716 INFO O| Aug 28 17:49:09.715 INFO STEP 358 (remove_files) COMPLETE |
5000 | 2024-08-28T17:49:10.986Z | [ recovery-image] Aug 28 17:49:09.716 INFO O| Aug 28 17:49:09.715 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-28T17:49:10.993Z | [ recovery-image] Aug 28 17:49:09.725 INFO O| Aug 28 17:49:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5002 | 2024-08-28T17:49:10.993Z | [ recovery-image] Aug 28 17:49:09.725 INFO O| Aug 28 17:49:09.725 INFO STEP 359 (remove_files) COMPLETE |
5003 | 2024-08-28T17:49:10.993Z | [ recovery-image] Aug 28 17:49:09.725 INFO O| Aug 28 17:49:09.725 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-08-28T17:49:11.002Z | [ recovery-image] Aug 28 17:49:09.734 INFO O| Aug 28 17:49:09.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5005 | 2024-08-28T17:49:11.002Z | [ recovery-image] Aug 28 17:49:09.734 INFO O| Aug 28 17:49:09.734 INFO STEP 360 (remove_files) COMPLETE |
5006 | 2024-08-28T17:49:11.002Z | [ recovery-image] Aug 28 17:49:09.734 INFO O| Aug 28 17:49:09.734 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-08-28T17:49:11.011Z | [ recovery-image] Aug 28 17:49:09.743 INFO O| Aug 28 17:49:09.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5008 | 2024-08-28T17:49:11.012Z | [ recovery-image] Aug 28 17:49:09.744 INFO O| Aug 28 17:49:09.743 INFO STEP 361 (remove_files) COMPLETE |
5009 | 2024-08-28T17:49:11.014Z | [ recovery-image] Aug 28 17:49:09.744 INFO O| Aug 28 17:49:09.744 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-28T17:49:11.021Z | [ recovery-image] Aug 28 17:49:09.753 INFO O| Aug 28 17:49:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5011 | 2024-08-28T17:49:11.021Z | [ recovery-image] Aug 28 17:49:09.753 INFO O| Aug 28 17:49:09.753 INFO STEP 362 (remove_files) COMPLETE |
5012 | 2024-08-28T17:49:11.021Z | [ recovery-image] Aug 28 17:49:09.753 INFO O| Aug 28 17:49:09.753 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-28T17:49:11.030Z | [ recovery-image] Aug 28 17:49:09.762 INFO O| Aug 28 17:49:09.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5014 | 2024-08-28T17:49:11.030Z | [ recovery-image] Aug 28 17:49:09.762 INFO O| Aug 28 17:49:09.762 INFO STEP 363 (remove_files) COMPLETE |
5015 | 2024-08-28T17:49:11.032Z | [ recovery-image] Aug 28 17:49:09.762 INFO O| Aug 28 17:49:09.762 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-28T17:49:11.039Z | [ recovery-image] Aug 28 17:49:09.771 INFO O| Aug 28 17:49:09.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5017 | 2024-08-28T17:49:11.039Z | [ recovery-image] Aug 28 17:49:09.771 INFO O| Aug 28 17:49:09.771 INFO STEP 364 (remove_files) COMPLETE |
5018 | 2024-08-28T17:49:11.039Z | [ recovery-image] Aug 28 17:49:09.771 INFO O| Aug 28 17:49:09.771 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-28T17:49:11.049Z | [ recovery-image] Aug 28 17:49:09.781 INFO O| Aug 28 17:49:09.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5020 | 2024-08-28T17:49:11.049Z | [ recovery-image] Aug 28 17:49:09.781 INFO O| Aug 28 17:49:09.781 INFO STEP 365 (remove_files) COMPLETE |
5021 | 2024-08-28T17:49:11.051Z | [ recovery-image] Aug 28 17:49:09.781 INFO O| Aug 28 17:49:09.781 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-28T17:49:11.058Z | [ recovery-image] Aug 28 17:49:09.790 INFO O| Aug 28 17:49:09.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5023 | 2024-08-28T17:49:11.062Z | [ recovery-image] Aug 28 17:49:09.790 INFO O| Aug 28 17:49:09.790 INFO STEP 366 (remove_files) COMPLETE |
5024 | 2024-08-28T17:49:11.062Z | [ recovery-image] Aug 28 17:49:09.790 INFO O| Aug 28 17:49:09.790 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-28T17:49:11.068Z | [ recovery-image] Aug 28 17:49:09.800 INFO O| Aug 28 17:49:09.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5026 | 2024-08-28T17:49:11.068Z | [ recovery-image] Aug 28 17:49:09.800 INFO O| Aug 28 17:49:09.800 INFO STEP 367 (remove_files) COMPLETE |
5027 | 2024-08-28T17:49:11.070Z | [ recovery-image] Aug 28 17:49:09.800 INFO O| Aug 28 17:49:09.800 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-28T17:49:11.077Z | [ recovery-image] Aug 28 17:49:09.809 INFO O| Aug 28 17:49:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5029 | 2024-08-28T17:49:11.077Z | [ recovery-image] Aug 28 17:49:09.809 INFO O| Aug 28 17:49:09.809 INFO STEP 368 (remove_files) COMPLETE |
5030 | 2024-08-28T17:49:11.077Z | [ recovery-image] Aug 28 17:49:09.809 INFO O| Aug 28 17:49:09.809 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-28T17:49:11.087Z | [ recovery-image] Aug 28 17:49:09.819 INFO O| Aug 28 17:49:09.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5032 | 2024-08-28T17:49:11.089Z | [ recovery-image] Aug 28 17:49:09.819 INFO O| Aug 28 17:49:09.819 INFO STEP 369 (remove_files) COMPLETE |
5033 | 2024-08-28T17:49:11.089Z | [ recovery-image] Aug 28 17:49:09.819 INFO O| Aug 28 17:49:09.819 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-28T17:49:11.096Z | [ recovery-image] Aug 28 17:49:09.828 INFO O| Aug 28 17:49:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5035 | 2024-08-28T17:49:11.096Z | [ recovery-image] Aug 28 17:49:09.828 INFO O| Aug 28 17:49:09.828 INFO STEP 370 (remove_files) COMPLETE |
5036 | 2024-08-28T17:49:11.096Z | [ recovery-image] Aug 28 17:49:09.828 INFO O| Aug 28 17:49:09.828 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-28T17:49:11.106Z | [ recovery-image] Aug 28 17:49:09.838 INFO O| Aug 28 17:49:09.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5038 | 2024-08-28T17:49:11.106Z | [ recovery-image] Aug 28 17:49:09.838 INFO O| Aug 28 17:49:09.838 INFO STEP 371 (remove_files) COMPLETE |
5039 | 2024-08-28T17:49:11.108Z | [ recovery-image] Aug 28 17:49:09.838 INFO O| Aug 28 17:49:09.838 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-28T17:49:11.115Z | [ recovery-image] Aug 28 17:49:09.847 INFO O| Aug 28 17:49:09.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5041 | 2024-08-28T17:49:11.115Z | [ recovery-image] Aug 28 17:49:09.847 INFO O| Aug 28 17:49:09.847 INFO STEP 372 (remove_files) COMPLETE |
5042 | 2024-08-28T17:49:11.118Z | [ recovery-image] Aug 28 17:49:09.847 INFO O| Aug 28 17:49:09.847 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-28T17:49:11.124Z | [ recovery-image] Aug 28 17:49:09.856 INFO O| Aug 28 17:49:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5044 | 2024-08-28T17:49:11.127Z | [ recovery-image] Aug 28 17:49:09.856 INFO O| Aug 28 17:49:09.856 INFO STEP 373 (remove_files) COMPLETE |
5045 | 2024-08-28T17:49:11.127Z | [ recovery-image] Aug 28 17:49:09.856 INFO O| Aug 28 17:49:09.856 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-28T17:49:11.134Z | [ recovery-image] Aug 28 17:49:09.866 INFO O| Aug 28 17:49:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5047 | 2024-08-28T17:49:11.134Z | [ recovery-image] Aug 28 17:49:09.866 INFO O| Aug 28 17:49:09.866 INFO STEP 374 (remove_files) COMPLETE |
5048 | 2024-08-28T17:49:11.136Z | [ recovery-image] Aug 28 17:49:09.866 INFO O| Aug 28 17:49:09.866 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-28T17:49:11.144Z | [ recovery-image] Aug 28 17:49:09.875 INFO O| Aug 28 17:49:09.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5050 | 2024-08-28T17:49:11.144Z | [ recovery-image] Aug 28 17:49:09.876 INFO O| Aug 28 17:49:09.876 INFO STEP 375 (remove_files) COMPLETE |
5051 | 2024-08-28T17:49:11.144Z | [ recovery-image] Aug 28 17:49:09.876 INFO O| Aug 28 17:49:09.876 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-28T17:49:11.153Z | [ recovery-image] Aug 28 17:49:09.885 INFO O| Aug 28 17:49:09.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5053 | 2024-08-28T17:49:11.153Z | [ recovery-image] Aug 28 17:49:09.885 INFO O| Aug 28 17:49:09.885 INFO STEP 376 (remove_files) COMPLETE |
5054 | 2024-08-28T17:49:11.157Z | [ recovery-image] Aug 28 17:49:09.885 INFO O| Aug 28 17:49:09.885 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-28T17:49:11.162Z | [ recovery-image] Aug 28 17:49:09.894 INFO O| Aug 28 17:49:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5056 | 2024-08-28T17:49:11.162Z | [ recovery-image] Aug 28 17:49:09.894 INFO O| Aug 28 17:49:09.894 INFO STEP 377 (remove_files) COMPLETE |
5057 | 2024-08-28T17:49:11.165Z | [ recovery-image] Aug 28 17:49:09.894 INFO O| Aug 28 17:49:09.894 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-28T17:49:11.172Z | [ recovery-image] Aug 28 17:49:09.904 INFO O| Aug 28 17:49:09.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5059 | 2024-08-28T17:49:11.172Z | [ recovery-image] Aug 28 17:49:09.904 INFO O| Aug 28 17:49:09.904 INFO STEP 378 (remove_files) COMPLETE |
5060 | 2024-08-28T17:49:11.174Z | [ recovery-image] Aug 28 17:49:09.904 INFO O| Aug 28 17:49:09.904 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-28T17:49:11.181Z | [ recovery-image] Aug 28 17:49:09.913 INFO O| Aug 28 17:49:09.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5062 | 2024-08-28T17:49:11.181Z | [ recovery-image] Aug 28 17:49:09.913 INFO O| Aug 28 17:49:09.913 INFO STEP 379 (remove_files) COMPLETE |
5063 | 2024-08-28T17:49:11.184Z | [ recovery-image] Aug 28 17:49:09.913 INFO O| Aug 28 17:49:09.913 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-28T17:49:11.191Z | [ recovery-image] Aug 28 17:49:09.923 INFO O| Aug 28 17:49:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5065 | 2024-08-28T17:49:11.191Z | [ recovery-image] Aug 28 17:49:09.923 INFO O| Aug 28 17:49:09.923 INFO STEP 380 (remove_files) COMPLETE |
5066 | 2024-08-28T17:49:11.191Z | [ recovery-image] Aug 28 17:49:09.923 INFO O| Aug 28 17:49:09.923 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-28T17:49:11.200Z | [ recovery-image] Aug 28 17:49:09.932 INFO O| Aug 28 17:49:09.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5068 | 2024-08-28T17:49:11.203Z | [ recovery-image] Aug 28 17:49:09.932 INFO O| Aug 28 17:49:09.932 INFO STEP 381 (remove_files) COMPLETE |
5069 | 2024-08-28T17:49:11.203Z | [ recovery-image] Aug 28 17:49:09.932 INFO O| Aug 28 17:49:09.932 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-28T17:49:11.210Z | [ recovery-image] Aug 28 17:49:09.942 INFO O| Aug 28 17:49:09.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5071 | 2024-08-28T17:49:11.212Z | [ recovery-image] Aug 28 17:49:09.942 INFO O| Aug 28 17:49:09.942 INFO STEP 382 (remove_files) COMPLETE |
5072 | 2024-08-28T17:49:11.212Z | [ recovery-image] Aug 28 17:49:09.942 INFO O| Aug 28 17:49:09.942 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-28T17:49:11.219Z | [ recovery-image] Aug 28 17:49:09.951 INFO O| Aug 28 17:49:09.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5074 | 2024-08-28T17:49:11.219Z | [ recovery-image] Aug 28 17:49:09.951 INFO O| Aug 28 17:49:09.951 INFO STEP 383 (remove_files) COMPLETE |
5075 | 2024-08-28T17:49:11.219Z | [ recovery-image] Aug 28 17:49:09.951 INFO O| Aug 28 17:49:09.951 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-08-28T17:49:11.229Z | [ recovery-image] Aug 28 17:49:09.961 INFO O| Aug 28 17:49:09.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5077 | 2024-08-28T17:49:11.231Z | [ recovery-image] Aug 28 17:49:09.961 INFO O| Aug 28 17:49:09.961 INFO STEP 384 (remove_files) COMPLETE |
5078 | 2024-08-28T17:49:11.231Z | [ recovery-image] Aug 28 17:49:09.961 INFO O| Aug 28 17:49:09.961 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-08-28T17:49:11.239Z | [ recovery-image] Aug 28 17:49:09.971 INFO O| Aug 28 17:49:09.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5080 | 2024-08-28T17:49:11.239Z | [ recovery-image] Aug 28 17:49:09.971 INFO O| Aug 28 17:49:09.971 INFO STEP 385 (remove_files) COMPLETE |
5081 | 2024-08-28T17:49:11.241Z | [ recovery-image] Aug 28 17:49:09.971 INFO O| Aug 28 17:49:09.971 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-28T17:49:11.250Z | [ recovery-image] Aug 28 17:49:09.981 INFO O| Aug 28 17:49:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5083 | 2024-08-28T17:49:11.250Z | [ recovery-image] Aug 28 17:49:09.981 INFO O| Aug 28 17:49:09.981 INFO STEP 386 (remove_files) COMPLETE |
5084 | 2024-08-28T17:49:11.253Z | [ recovery-image] Aug 28 17:49:09.981 INFO O| Aug 28 17:49:09.981 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-28T17:49:11.258Z | [ recovery-image] Aug 28 17:49:09.990 INFO O| Aug 28 17:49:09.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5086 | 2024-08-28T17:49:11.261Z | [ recovery-image] Aug 28 17:49:09.991 INFO O| Aug 28 17:49:09.991 INFO STEP 387 (remove_files) COMPLETE |
5087 | 2024-08-28T17:49:11.261Z | [ recovery-image] Aug 28 17:49:09.991 INFO O| Aug 28 17:49:09.991 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-28T17:49:11.269Z | [ recovery-image] Aug 28 17:49:10.001 INFO O| Aug 28 17:49:10.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5089 | 2024-08-28T17:49:11.269Z | [ recovery-image] Aug 28 17:49:10.001 INFO O| Aug 28 17:49:10.001 INFO STEP 388 (remove_files) COMPLETE |
5090 | 2024-08-28T17:49:11.271Z | [ recovery-image] Aug 28 17:49:10.001 INFO O| Aug 28 17:49:10.001 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-28T17:49:11.280Z | [ recovery-image] Aug 28 17:49:10.011 INFO O| Aug 28 17:49:10.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5092 | 2024-08-28T17:49:11.280Z | [ recovery-image] Aug 28 17:49:10.012 INFO O| Aug 28 17:49:10.012 INFO STEP 389 (remove_files) COMPLETE |
5093 | 2024-08-28T17:49:11.282Z | [ recovery-image] Aug 28 17:49:10.012 INFO O| Aug 28 17:49:10.012 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-28T17:49:11.289Z | [ recovery-image] Aug 28 17:49:10.021 INFO O| Aug 28 17:49:10.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5095 | 2024-08-28T17:49:11.289Z | [ recovery-image] Aug 28 17:49:10.021 INFO O| Aug 28 17:49:10.021 INFO STEP 390 (remove_files) COMPLETE |
5096 | 2024-08-28T17:49:11.289Z | [ recovery-image] Aug 28 17:49:10.021 INFO O| Aug 28 17:49:10.021 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-28T17:49:11.299Z | [ recovery-image] Aug 28 17:49:10.030 INFO O| Aug 28 17:49:10.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5098 | 2024-08-28T17:49:11.301Z | [ recovery-image] Aug 28 17:49:10.031 INFO O| Aug 28 17:49:10.030 INFO STEP 391 (remove_files) COMPLETE |
5099 | 2024-08-28T17:49:11.301Z | [ recovery-image] Aug 28 17:49:10.031 INFO O| Aug 28 17:49:10.031 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-28T17:49:11.308Z | [ recovery-image] Aug 28 17:49:10.040 INFO O| Aug 28 17:49:10.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5101 | 2024-08-28T17:49:11.308Z | [ recovery-image] Aug 28 17:49:10.040 INFO O| Aug 28 17:49:10.040 INFO STEP 392 (remove_files) COMPLETE |
5102 | 2024-08-28T17:49:11.308Z | [ recovery-image] Aug 28 17:49:10.040 INFO O| Aug 28 17:49:10.040 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-28T17:49:11.317Z | [ recovery-image] Aug 28 17:49:10.049 INFO O| Aug 28 17:49:10.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5104 | 2024-08-28T17:49:11.317Z | [ recovery-image] Aug 28 17:49:10.049 INFO O| Aug 28 17:49:10.049 INFO STEP 393 (remove_files) COMPLETE |
5105 | 2024-08-28T17:49:11.320Z | [ recovery-image] Aug 28 17:49:10.049 INFO O| Aug 28 17:49:10.049 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-28T17:49:11.327Z | [ recovery-image] Aug 28 17:49:10.059 INFO O| Aug 28 17:49:10.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5107 | 2024-08-28T17:49:11.329Z | [ recovery-image] Aug 28 17:49:10.059 INFO O| Aug 28 17:49:10.059 INFO STEP 394 (remove_files) COMPLETE |
5108 | 2024-08-28T17:49:11.329Z | [ recovery-image] Aug 28 17:49:10.059 INFO O| Aug 28 17:49:10.059 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-28T17:49:11.336Z | [ recovery-image] Aug 28 17:49:10.068 INFO O| Aug 28 17:49:10.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5110 | 2024-08-28T17:49:11.336Z | [ recovery-image] Aug 28 17:49:10.068 INFO O| Aug 28 17:49:10.068 INFO STEP 395 (remove_files) COMPLETE |
5111 | 2024-08-28T17:49:11.339Z | [ recovery-image] Aug 28 17:49:10.068 INFO O| Aug 28 17:49:10.068 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-28T17:49:11.345Z | [ recovery-image] Aug 28 17:49:10.077 INFO O| Aug 28 17:49:10.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5113 | 2024-08-28T17:49:11.349Z | [ recovery-image] Aug 28 17:49:10.077 INFO O| Aug 28 17:49:10.077 INFO STEP 396 (remove_files) COMPLETE |
5114 | 2024-08-28T17:49:11.349Z | [ recovery-image] Aug 28 17:49:10.077 INFO O| Aug 28 17:49:10.077 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-28T17:49:11.355Z | [ recovery-image] Aug 28 17:49:10.087 INFO O| Aug 28 17:49:10.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5116 | 2024-08-28T17:49:11.355Z | [ recovery-image] Aug 28 17:49:10.087 INFO O| Aug 28 17:49:10.087 INFO STEP 397 (remove_files) COMPLETE |
5117 | 2024-08-28T17:49:11.355Z | [ recovery-image] Aug 28 17:49:10.087 INFO O| Aug 28 17:49:10.087 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-28T17:49:11.364Z | [ recovery-image] Aug 28 17:49:10.096 INFO O| Aug 28 17:49:10.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5119 | 2024-08-28T17:49:11.367Z | [ recovery-image] Aug 28 17:49:10.097 INFO O| Aug 28 17:49:10.097 INFO STEP 398 (remove_files) COMPLETE |
5120 | 2024-08-28T17:49:11.367Z | [ recovery-image] Aug 28 17:49:10.097 INFO O| Aug 28 17:49:10.097 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-28T17:49:11.374Z | [ recovery-image] Aug 28 17:49:10.106 INFO O| Aug 28 17:49:10.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5122 | 2024-08-28T17:49:11.374Z | [ recovery-image] Aug 28 17:49:10.106 INFO O| Aug 28 17:49:10.106 INFO STEP 399 (remove_files) COMPLETE |
5123 | 2024-08-28T17:49:11.376Z | [ recovery-image] Aug 28 17:49:10.106 INFO O| Aug 28 17:49:10.106 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-28T17:49:11.384Z | [ recovery-image] Aug 28 17:49:10.115 INFO O| Aug 28 17:49:10.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5125 | 2024-08-28T17:49:11.387Z | [ recovery-image] Aug 28 17:49:10.115 INFO O| Aug 28 17:49:10.115 INFO STEP 400 (remove_files) COMPLETE |
5126 | 2024-08-28T17:49:11.388Z | [ recovery-image] Aug 28 17:49:10.115 INFO O| Aug 28 17:49:10.115 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-28T17:49:11.393Z | [ recovery-image] Aug 28 17:49:10.125 INFO O| Aug 28 17:49:10.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5128 | 2024-08-28T17:49:11.393Z | [ recovery-image] Aug 28 17:49:10.125 INFO O| Aug 28 17:49:10.125 INFO STEP 401 (remove_files) COMPLETE |
5129 | 2024-08-28T17:49:11.395Z | [ recovery-image] Aug 28 17:49:10.125 INFO O| Aug 28 17:49:10.125 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-28T17:49:11.402Z | [ recovery-image] Aug 28 17:49:10.134 INFO O| Aug 28 17:49:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5131 | 2024-08-28T17:49:11.402Z | [ recovery-image] Aug 28 17:49:10.134 INFO O| Aug 28 17:49:10.134 INFO STEP 402 (remove_files) COMPLETE |
5132 | 2024-08-28T17:49:11.402Z | [ recovery-image] Aug 28 17:49:10.134 INFO O| Aug 28 17:49:10.134 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-28T17:49:11.411Z | [ recovery-image] Aug 28 17:49:10.143 INFO O| Aug 28 17:49:10.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5134 | 2024-08-28T17:49:11.412Z | [ recovery-image] Aug 28 17:49:10.143 INFO O| Aug 28 17:49:10.143 INFO STEP 403 (remove_files) COMPLETE |
5135 | 2024-08-28T17:49:11.412Z | [ recovery-image] Aug 28 17:49:10.143 INFO O| Aug 28 17:49:10.143 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-28T17:49:11.421Z | [ recovery-image] Aug 28 17:49:10.153 INFO O| Aug 28 17:49:10.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5137 | 2024-08-28T17:49:11.421Z | [ recovery-image] Aug 28 17:49:10.153 INFO O| Aug 28 17:49:10.153 INFO STEP 404 (remove_files) COMPLETE |
5138 | 2024-08-28T17:49:11.423Z | [ recovery-image] Aug 28 17:49:10.153 INFO O| Aug 28 17:49:10.153 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-28T17:49:11.430Z | [ recovery-image] Aug 28 17:49:10.162 INFO O| Aug 28 17:49:10.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5140 | 2024-08-28T17:49:11.430Z | [ recovery-image] Aug 28 17:49:10.162 INFO O| Aug 28 17:49:10.162 INFO STEP 405 (remove_files) COMPLETE |
5141 | 2024-08-28T17:49:11.433Z | [ recovery-image] Aug 28 17:49:10.162 INFO O| Aug 28 17:49:10.162 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-28T17:49:11.440Z | [ recovery-image] Aug 28 17:49:10.172 INFO O| Aug 28 17:49:10.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5143 | 2024-08-28T17:49:11.440Z | [ recovery-image] Aug 28 17:49:10.172 INFO O| Aug 28 17:49:10.172 INFO STEP 406 (remove_files) COMPLETE |
5144 | 2024-08-28T17:49:11.440Z | [ recovery-image] Aug 28 17:49:10.172 INFO O| Aug 28 17:49:10.172 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-28T17:49:11.449Z | [ recovery-image] Aug 28 17:49:10.181 INFO O| Aug 28 17:49:10.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5146 | 2024-08-28T17:49:11.449Z | [ recovery-image] Aug 28 17:49:10.181 INFO O| Aug 28 17:49:10.181 INFO STEP 407 (remove_files) COMPLETE |
5147 | 2024-08-28T17:49:11.452Z | [ recovery-image] Aug 28 17:49:10.181 INFO O| Aug 28 17:49:10.181 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-28T17:49:11.460Z | [ recovery-image] Aug 28 17:49:10.190 INFO O| Aug 28 17:49:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5149 | 2024-08-28T17:49:11.460Z | [ recovery-image] Aug 28 17:49:10.190 INFO O| Aug 28 17:49:10.190 INFO STEP 408 (remove_files) COMPLETE |
5150 | 2024-08-28T17:49:11.460Z | [ recovery-image] Aug 28 17:49:10.190 INFO O| Aug 28 17:49:10.190 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-28T17:49:11.468Z | [ recovery-image] Aug 28 17:49:10.200 INFO O| Aug 28 17:49:10.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5152 | 2024-08-28T17:49:11.470Z | [ recovery-image] Aug 28 17:49:10.200 INFO O| Aug 28 17:49:10.200 INFO STEP 409 (remove_files) COMPLETE |
5153 | 2024-08-28T17:49:11.470Z | [ recovery-image] Aug 28 17:49:10.200 INFO O| Aug 28 17:49:10.200 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-28T17:49:11.477Z | [ recovery-image] Aug 28 17:49:10.209 INFO O| Aug 28 17:49:10.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5155 | 2024-08-28T17:49:11.477Z | [ recovery-image] Aug 28 17:49:10.209 INFO O| Aug 28 17:49:10.209 INFO STEP 410 (remove_files) COMPLETE |
5156 | 2024-08-28T17:49:11.477Z | [ recovery-image] Aug 28 17:49:10.209 INFO O| Aug 28 17:49:10.209 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-28T17:49:11.486Z | [ recovery-image] Aug 28 17:49:10.218 INFO O| Aug 28 17:49:10.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5158 | 2024-08-28T17:49:11.489Z | [ recovery-image] Aug 28 17:49:10.218 INFO O| Aug 28 17:49:10.218 INFO STEP 411 (remove_files) COMPLETE |
5159 | 2024-08-28T17:49:11.489Z | [ recovery-image] Aug 28 17:49:10.218 INFO O| Aug 28 17:49:10.218 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-28T17:49:11.496Z | [ recovery-image] Aug 28 17:49:10.228 INFO O| Aug 28 17:49:10.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5161 | 2024-08-28T17:49:11.496Z | [ recovery-image] Aug 28 17:49:10.228 INFO O| Aug 28 17:49:10.228 INFO STEP 412 (remove_files) COMPLETE |
5162 | 2024-08-28T17:49:11.498Z | [ recovery-image] Aug 28 17:49:10.228 INFO O| Aug 28 17:49:10.228 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-28T17:49:11.505Z | [ recovery-image] Aug 28 17:49:10.237 INFO O| Aug 28 17:49:10.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5164 | 2024-08-28T17:49:11.505Z | [ recovery-image] Aug 28 17:49:10.237 INFO O| Aug 28 17:49:10.237 INFO STEP 413 (remove_files) COMPLETE |
5165 | 2024-08-28T17:49:11.508Z | [ recovery-image] Aug 28 17:49:10.237 INFO O| Aug 28 17:49:10.237 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-28T17:49:11.514Z | [ recovery-image] Aug 28 17:49:10.246 INFO O| Aug 28 17:49:10.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5167 | 2024-08-28T17:49:11.517Z | [ recovery-image] Aug 28 17:49:10.246 INFO O| Aug 28 17:49:10.246 INFO STEP 414 (remove_files) COMPLETE |
5168 | 2024-08-28T17:49:11.517Z | [ recovery-image] Aug 28 17:49:10.246 INFO O| Aug 28 17:49:10.246 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-28T17:49:11.524Z | [ recovery-image] Aug 28 17:49:10.256 INFO O| Aug 28 17:49:10.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5170 | 2024-08-28T17:49:11.524Z | [ recovery-image] Aug 28 17:49:10.256 INFO O| Aug 28 17:49:10.256 INFO STEP 415 (remove_files) COMPLETE |
5171 | 2024-08-28T17:49:11.526Z | [ recovery-image] Aug 28 17:49:10.256 INFO O| Aug 28 17:49:10.256 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-28T17:49:11.533Z | [ recovery-image] Aug 28 17:49:10.265 INFO O| Aug 28 17:49:10.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5173 | 2024-08-28T17:49:11.533Z | [ recovery-image] Aug 28 17:49:10.265 INFO O| Aug 28 17:49:10.265 INFO STEP 416 (remove_files) COMPLETE |
5174 | 2024-08-28T17:49:11.533Z | [ recovery-image] Aug 28 17:49:10.265 INFO O| Aug 28 17:49:10.265 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-28T17:49:11.543Z | [ recovery-image] Aug 28 17:49:10.275 INFO O| Aug 28 17:49:10.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5176 | 2024-08-28T17:49:11.545Z | [ recovery-image] Aug 28 17:49:10.275 INFO O| Aug 28 17:49:10.275 INFO STEP 417 (remove_files) COMPLETE |
5177 | 2024-08-28T17:49:11.545Z | [ recovery-image] Aug 28 17:49:10.275 INFO O| Aug 28 17:49:10.275 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-28T17:49:11.552Z | [ recovery-image] Aug 28 17:49:10.284 INFO O| Aug 28 17:49:10.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5179 | 2024-08-28T17:49:11.555Z | [ recovery-image] Aug 28 17:49:10.284 INFO O| Aug 28 17:49:10.284 INFO STEP 418 (remove_files) COMPLETE |
5180 | 2024-08-28T17:49:11.555Z | [ recovery-image] Aug 28 17:49:10.284 INFO O| Aug 28 17:49:10.284 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-28T17:49:11.562Z | [ recovery-image] Aug 28 17:49:10.294 INFO O| Aug 28 17:49:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5182 | 2024-08-28T17:49:11.562Z | [ recovery-image] Aug 28 17:49:10.294 INFO O| Aug 28 17:49:10.294 INFO STEP 419 (remove_files) COMPLETE |
5183 | 2024-08-28T17:49:11.564Z | [ recovery-image] Aug 28 17:49:10.294 INFO O| Aug 28 17:49:10.294 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-28T17:49:11.571Z | [ recovery-image] Aug 28 17:49:10.303 INFO O| Aug 28 17:49:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5185 | 2024-08-28T17:49:11.574Z | [ recovery-image] Aug 28 17:49:10.303 INFO O| Aug 28 17:49:10.303 INFO STEP 420 (remove_files) COMPLETE |
5186 | 2024-08-28T17:49:11.574Z | [ recovery-image] Aug 28 17:49:10.303 INFO O| Aug 28 17:49:10.303 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-28T17:49:11.581Z | [ recovery-image] Aug 28 17:49:10.312 INFO O| Aug 28 17:49:10.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5188 | 2024-08-28T17:49:11.583Z | [ recovery-image] Aug 28 17:49:10.312 INFO O| Aug 28 17:49:10.312 INFO STEP 421 (remove_files) COMPLETE |
5189 | 2024-08-28T17:49:11.583Z | [ recovery-image] Aug 28 17:49:10.313 INFO O| Aug 28 17:49:10.312 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-28T17:49:11.590Z | [ recovery-image] Aug 28 17:49:10.322 INFO O| Aug 28 17:49:10.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5191 | 2024-08-28T17:49:11.593Z | [ recovery-image] Aug 28 17:49:10.323 INFO O| Aug 28 17:49:10.323 INFO STEP 422 (remove_files) COMPLETE |
5192 | 2024-08-28T17:49:11.593Z | [ recovery-image] Aug 28 17:49:10.323 INFO O| Aug 28 17:49:10.323 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-28T17:49:11.601Z | [ recovery-image] Aug 28 17:49:10.332 INFO O| Aug 28 17:49:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5194 | 2024-08-28T17:49:11.601Z | [ recovery-image] Aug 28 17:49:10.332 INFO O| Aug 28 17:49:10.332 INFO STEP 423 (remove_files) COMPLETE |
5195 | 2024-08-28T17:49:11.603Z | [ recovery-image] Aug 28 17:49:10.332 INFO O| Aug 28 17:49:10.332 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-28T17:49:11.610Z | [ recovery-image] Aug 28 17:49:10.342 INFO O| Aug 28 17:49:10.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5197 | 2024-08-28T17:49:11.610Z | [ recovery-image] Aug 28 17:49:10.342 INFO O| Aug 28 17:49:10.342 INFO STEP 424 (remove_files) COMPLETE |
5198 | 2024-08-28T17:49:11.610Z | [ recovery-image] Aug 28 17:49:10.342 INFO O| Aug 28 17:49:10.342 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-28T17:49:11.619Z | [ recovery-image] Aug 28 17:49:10.351 INFO O| Aug 28 17:49:10.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5200 | 2024-08-28T17:49:11.619Z | [ recovery-image] Aug 28 17:49:10.351 INFO O| Aug 28 17:49:10.351 INFO STEP 425 (remove_files) COMPLETE |
5201 | 2024-08-28T17:49:11.622Z | [ recovery-image] Aug 28 17:49:10.351 INFO O| Aug 28 17:49:10.351 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-28T17:49:11.629Z | [ recovery-image] Aug 28 17:49:10.361 INFO O| Aug 28 17:49:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5203 | 2024-08-28T17:49:11.631Z | [ recovery-image] Aug 28 17:49:10.361 INFO O| Aug 28 17:49:10.361 INFO STEP 426 (remove_files) COMPLETE |
5204 | 2024-08-28T17:49:11.631Z | [ recovery-image] Aug 28 17:49:10.361 INFO O| Aug 28 17:49:10.361 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-28T17:49:11.638Z | [ recovery-image] Aug 28 17:49:10.370 INFO O| Aug 28 17:49:10.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5206 | 2024-08-28T17:49:11.638Z | [ recovery-image] Aug 28 17:49:10.370 INFO O| Aug 28 17:49:10.370 INFO STEP 427 (remove_files) COMPLETE |
5207 | 2024-08-28T17:49:11.641Z | [ recovery-image] Aug 28 17:49:10.370 INFO O| Aug 28 17:49:10.370 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-28T17:49:11.648Z | [ recovery-image] Aug 28 17:49:10.379 INFO O| Aug 28 17:49:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5209 | 2024-08-28T17:49:11.648Z | [ recovery-image] Aug 28 17:49:10.379 INFO O| Aug 28 17:49:10.379 INFO STEP 428 (remove_files) COMPLETE |
5210 | 2024-08-28T17:49:11.648Z | [ recovery-image] Aug 28 17:49:10.379 INFO O| Aug 28 17:49:10.379 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-28T17:49:11.657Z | [ recovery-image] Aug 28 17:49:10.389 INFO O| Aug 28 17:49:10.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5212 | 2024-08-28T17:49:11.657Z | [ recovery-image] Aug 28 17:49:10.389 INFO O| Aug 28 17:49:10.389 INFO STEP 429 (remove_files) COMPLETE |
5213 | 2024-08-28T17:49:11.657Z | [ recovery-image] Aug 28 17:49:10.389 INFO O| Aug 28 17:49:10.389 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-28T17:49:11.667Z | [ recovery-image] Aug 28 17:49:10.399 INFO O| Aug 28 17:49:10.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5215 | 2024-08-28T17:49:11.667Z | [ recovery-image] Aug 28 17:49:10.399 INFO O| Aug 28 17:49:10.399 INFO STEP 430 (remove_files) COMPLETE |
5216 | 2024-08-28T17:49:11.669Z | [ recovery-image] Aug 28 17:49:10.399 INFO O| Aug 28 17:49:10.399 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-28T17:49:11.676Z | [ recovery-image] Aug 28 17:49:10.408 INFO O| Aug 28 17:49:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5218 | 2024-08-28T17:49:11.676Z | [ recovery-image] Aug 28 17:49:10.408 INFO O| Aug 28 17:49:10.408 INFO STEP 431 (remove_files) COMPLETE |
5219 | 2024-08-28T17:49:11.679Z | [ recovery-image] Aug 28 17:49:10.408 INFO O| Aug 28 17:49:10.408 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-28T17:49:11.686Z | [ recovery-image] Aug 28 17:49:10.418 INFO O| Aug 28 17:49:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5221 | 2024-08-28T17:49:11.688Z | [ recovery-image] Aug 28 17:49:10.418 INFO O| Aug 28 17:49:10.418 INFO STEP 432 (remove_files) COMPLETE |
5222 | 2024-08-28T17:49:11.688Z | [ recovery-image] Aug 28 17:49:10.418 INFO O| Aug 28 17:49:10.418 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-28T17:49:11.695Z | [ recovery-image] Aug 28 17:49:10.427 INFO O| Aug 28 17:49:10.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5224 | 2024-08-28T17:49:11.695Z | [ recovery-image] Aug 28 17:49:10.427 INFO O| Aug 28 17:49:10.427 INFO STEP 433 (remove_files) COMPLETE |
5225 | 2024-08-28T17:49:11.697Z | [ recovery-image] Aug 28 17:49:10.427 INFO O| Aug 28 17:49:10.427 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-28T17:49:11.705Z | [ recovery-image] Aug 28 17:49:10.436 INFO O| Aug 28 17:49:10.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5227 | 2024-08-28T17:49:11.705Z | [ recovery-image] Aug 28 17:49:10.436 INFO O| Aug 28 17:49:10.436 INFO STEP 434 (remove_files) COMPLETE |
5228 | 2024-08-28T17:49:11.707Z | [ recovery-image] Aug 28 17:49:10.436 INFO O| Aug 28 17:49:10.436 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-28T17:49:11.714Z | [ recovery-image] Aug 28 17:49:10.446 INFO O| Aug 28 17:49:10.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5230 | 2024-08-28T17:49:11.717Z | [ recovery-image] Aug 28 17:49:10.446 INFO O| Aug 28 17:49:10.446 INFO STEP 435 (remove_files) COMPLETE |
5231 | 2024-08-28T17:49:11.717Z | [ recovery-image] Aug 28 17:49:10.446 INFO O| Aug 28 17:49:10.446 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-28T17:49:11.723Z | [ recovery-image] Aug 28 17:49:10.455 INFO O| Aug 28 17:49:10.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5233 | 2024-08-28T17:49:11.723Z | [ recovery-image] Aug 28 17:49:10.455 INFO O| Aug 28 17:49:10.455 INFO STEP 436 (remove_files) COMPLETE |
5234 | 2024-08-28T17:49:11.726Z | [ recovery-image] Aug 28 17:49:10.455 INFO O| Aug 28 17:49:10.455 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-28T17:49:11.733Z | [ recovery-image] Aug 28 17:49:10.465 INFO O| Aug 28 17:49:10.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5236 | 2024-08-28T17:49:11.736Z | [ recovery-image] Aug 28 17:49:10.465 INFO O| Aug 28 17:49:10.465 INFO STEP 437 (remove_files) COMPLETE |
5237 | 2024-08-28T17:49:11.736Z | [ recovery-image] Aug 28 17:49:10.465 INFO O| Aug 28 17:49:10.465 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-28T17:49:11.743Z | [ recovery-image] Aug 28 17:49:10.475 INFO O| Aug 28 17:49:10.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5239 | 2024-08-28T17:49:11.745Z | [ recovery-image] Aug 28 17:49:10.475 INFO O| Aug 28 17:49:10.475 INFO STEP 438 (remove_files) COMPLETE |
5240 | 2024-08-28T17:49:11.745Z | [ recovery-image] Aug 28 17:49:10.475 INFO O| Aug 28 17:49:10.475 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-28T17:49:11.752Z | [ recovery-image] Aug 28 17:49:10.484 INFO O| Aug 28 17:49:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5242 | 2024-08-28T17:49:11.754Z | [ recovery-image] Aug 28 17:49:10.484 INFO O| Aug 28 17:49:10.484 INFO STEP 439 (remove_files) COMPLETE |
5243 | 2024-08-28T17:49:11.754Z | [ recovery-image] Aug 28 17:49:10.484 INFO O| Aug 28 17:49:10.484 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-28T17:49:11.762Z | [ recovery-image] Aug 28 17:49:10.493 INFO O| Aug 28 17:49:10.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5245 | 2024-08-28T17:49:11.762Z | [ recovery-image] Aug 28 17:49:10.493 INFO O| Aug 28 17:49:10.493 INFO STEP 440 (remove_files) COMPLETE |
5246 | 2024-08-28T17:49:11.764Z | [ recovery-image] Aug 28 17:49:10.493 INFO O| Aug 28 17:49:10.493 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-28T17:49:11.771Z | [ recovery-image] Aug 28 17:49:10.503 INFO O| Aug 28 17:49:10.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5248 | 2024-08-28T17:49:11.771Z | [ recovery-image] Aug 28 17:49:10.503 INFO O| Aug 28 17:49:10.503 INFO STEP 441 (remove_files) COMPLETE |
5249 | 2024-08-28T17:49:11.774Z | [ recovery-image] Aug 28 17:49:10.503 INFO O| Aug 28 17:49:10.503 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-28T17:49:11.781Z | [ recovery-image] Aug 28 17:49:10.513 INFO O| Aug 28 17:49:10.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5251 | 2024-08-28T17:49:11.781Z | [ recovery-image] Aug 28 17:49:10.513 INFO O| Aug 28 17:49:10.513 INFO STEP 442 (remove_files) COMPLETE |
5252 | 2024-08-28T17:49:11.783Z | [ recovery-image] Aug 28 17:49:10.513 INFO O| Aug 28 17:49:10.513 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-28T17:49:11.790Z | [ recovery-image] Aug 28 17:49:10.522 INFO O| Aug 28 17:49:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5254 | 2024-08-28T17:49:11.790Z | [ recovery-image] Aug 28 17:49:10.522 INFO O| Aug 28 17:49:10.522 INFO STEP 443 (remove_files) COMPLETE |
5255 | 2024-08-28T17:49:11.790Z | [ recovery-image] Aug 28 17:49:10.522 INFO O| Aug 28 17:49:10.522 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-28T17:49:11.800Z | [ recovery-image] Aug 28 17:49:10.531 INFO O| Aug 28 17:49:10.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5257 | 2024-08-28T17:49:11.800Z | [ recovery-image] Aug 28 17:49:10.532 INFO O| Aug 28 17:49:10.531 INFO STEP 444 (remove_files) COMPLETE |
5258 | 2024-08-28T17:49:11.803Z | [ recovery-image] Aug 28 17:49:10.532 INFO O| Aug 28 17:49:10.532 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-28T17:49:11.809Z | [ recovery-image] Aug 28 17:49:10.541 INFO O| Aug 28 17:49:10.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5260 | 2024-08-28T17:49:11.809Z | [ recovery-image] Aug 28 17:49:10.541 INFO O| Aug 28 17:49:10.541 INFO STEP 445 (remove_files) COMPLETE |
5261 | 2024-08-28T17:49:11.809Z | [ recovery-image] Aug 28 17:49:10.541 INFO O| Aug 28 17:49:10.541 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-28T17:49:11.818Z | [ recovery-image] Aug 28 17:49:10.550 INFO O| Aug 28 17:49:10.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5263 | 2024-08-28T17:49:11.819Z | [ recovery-image] Aug 28 17:49:10.550 INFO O| Aug 28 17:49:10.550 INFO STEP 446 (remove_files) COMPLETE |
5264 | 2024-08-28T17:49:11.819Z | [ recovery-image] Aug 28 17:49:10.550 INFO O| Aug 28 17:49:10.550 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-28T17:49:11.828Z | [ recovery-image] Aug 28 17:49:10.560 INFO O| Aug 28 17:49:10.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5266 | 2024-08-28T17:49:11.828Z | [ recovery-image] Aug 28 17:49:10.560 INFO O| Aug 28 17:49:10.560 INFO STEP 447 (remove_files) COMPLETE |
5267 | 2024-08-28T17:49:11.830Z | [ recovery-image] Aug 28 17:49:10.560 INFO O| Aug 28 17:49:10.560 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-28T17:49:11.837Z | [ recovery-image] Aug 28 17:49:10.569 INFO O| Aug 28 17:49:10.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5269 | 2024-08-28T17:49:11.837Z | [ recovery-image] Aug 28 17:49:10.569 INFO O| Aug 28 17:49:10.569 INFO STEP 448 (remove_files) COMPLETE |
5270 | 2024-08-28T17:49:11.840Z | [ recovery-image] Aug 28 17:49:10.569 INFO O| Aug 28 17:49:10.569 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-28T17:49:11.847Z | [ recovery-image] Aug 28 17:49:10.579 INFO O| Aug 28 17:49:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5272 | 2024-08-28T17:49:11.847Z | [ recovery-image] Aug 28 17:49:10.579 INFO O| Aug 28 17:49:10.579 INFO STEP 449 (remove_files) COMPLETE |
5273 | 2024-08-28T17:49:11.850Z | [ recovery-image] Aug 28 17:49:10.579 INFO O| Aug 28 17:49:10.579 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-28T17:49:11.856Z | [ recovery-image] Aug 28 17:49:10.588 INFO O| Aug 28 17:49:10.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5275 | 2024-08-28T17:49:11.856Z | [ recovery-image] Aug 28 17:49:10.588 INFO O| Aug 28 17:49:10.588 INFO STEP 450 (remove_files) COMPLETE |
5276 | 2024-08-28T17:49:11.859Z | [ recovery-image] Aug 28 17:49:10.588 INFO O| Aug 28 17:49:10.588 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-28T17:49:11.866Z | [ recovery-image] Aug 28 17:49:10.598 INFO O| Aug 28 17:49:10.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5278 | 2024-08-28T17:49:11.872Z | [ recovery-image] Aug 28 17:49:10.598 INFO O| Aug 28 17:49:10.598 INFO STEP 451 (remove_files) COMPLETE |
5279 | 2024-08-28T17:49:11.872Z | [ recovery-image] Aug 28 17:49:10.598 INFO O| Aug 28 17:49:10.598 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-28T17:49:11.875Z | [ recovery-image] Aug 28 17:49:10.607 INFO O| Aug 28 17:49:10.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5281 | 2024-08-28T17:49:11.878Z | [ recovery-image] Aug 28 17:49:10.607 INFO O| Aug 28 17:49:10.607 INFO STEP 452 (remove_files) COMPLETE |
5282 | 2024-08-28T17:49:11.878Z | [ recovery-image] Aug 28 17:49:10.607 INFO O| Aug 28 17:49:10.607 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-28T17:49:11.885Z | [ recovery-image] Aug 28 17:49:10.617 INFO O| Aug 28 17:49:10.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5284 | 2024-08-28T17:49:11.885Z | [ recovery-image] Aug 28 17:49:10.617 INFO O| Aug 28 17:49:10.617 INFO STEP 453 (remove_files) COMPLETE |
5285 | 2024-08-28T17:49:11.887Z | [ recovery-image] Aug 28 17:49:10.617 INFO O| Aug 28 17:49:10.617 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-28T17:49:11.894Z | [ recovery-image] Aug 28 17:49:10.626 INFO O| Aug 28 17:49:10.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5287 | 2024-08-28T17:49:11.894Z | [ recovery-image] Aug 28 17:49:10.626 INFO O| Aug 28 17:49:10.626 INFO STEP 454 (remove_files) COMPLETE |
5288 | 2024-08-28T17:49:11.897Z | [ recovery-image] Aug 28 17:49:10.626 INFO O| Aug 28 17:49:10.626 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-28T17:49:11.904Z | [ recovery-image] Aug 28 17:49:10.636 INFO O| Aug 28 17:49:10.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5290 | 2024-08-28T17:49:11.904Z | [ recovery-image] Aug 28 17:49:10.636 INFO O| Aug 28 17:49:10.636 INFO STEP 455 (remove_files) COMPLETE |
5291 | 2024-08-28T17:49:11.906Z | [ recovery-image] Aug 28 17:49:10.636 INFO O| Aug 28 17:49:10.636 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-28T17:49:11.925Z | [ recovery-image] Aug 28 17:49:10.657 INFO O| Aug 28 17:49:10.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5293 | 2024-08-28T17:49:11.928Z | [ recovery-image] Aug 28 17:49:10.657 INFO O| Aug 28 17:49:10.657 INFO STEP 456 (remove_files) COMPLETE |
5294 | 2024-08-28T17:49:11.928Z | [ recovery-image] Aug 28 17:49:10.657 INFO O| Aug 28 17:49:10.657 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-28T17:49:11.944Z | [ recovery-image] Aug 28 17:49:10.674 INFO O| Aug 28 17:49:10.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5296 | 2024-08-28T17:49:11.944Z | [ recovery-image] Aug 28 17:49:10.674 INFO O| Aug 28 17:49:10.674 INFO STEP 457 (remove_files) COMPLETE |
5297 | 2024-08-28T17:49:11.944Z | [ recovery-image] Aug 28 17:49:10.674 INFO O| Aug 28 17:49:10.674 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-28T17:49:11.961Z | [ recovery-image] Aug 28 17:49:10.692 INFO O| Aug 28 17:49:10.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5299 | 2024-08-28T17:49:11.961Z | [ recovery-image] Aug 28 17:49:10.692 INFO O| Aug 28 17:49:10.692 INFO STEP 458 (remove_files) COMPLETE |
5300 | 2024-08-28T17:49:11.961Z | [ recovery-image] Aug 28 17:49:10.692 INFO O| Aug 28 17:49:10.692 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-28T17:49:11.977Z | [ recovery-image] Aug 28 17:49:10.708 INFO O| Aug 28 17:49:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5302 | 2024-08-28T17:49:11.977Z | [ recovery-image] Aug 28 17:49:10.708 INFO O| Aug 28 17:49:10.708 INFO STEP 459 (remove_files) COMPLETE |
5303 | 2024-08-28T17:49:11.979Z | [ recovery-image] Aug 28 17:49:10.709 INFO O| Aug 28 17:49:10.708 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-28T17:49:11.995Z | [ recovery-image] Aug 28 17:49:10.727 INFO O| Aug 28 17:49:10.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5305 | 2024-08-28T17:49:11.995Z | [ recovery-image] Aug 28 17:49:10.727 INFO O| Aug 28 17:49:10.727 INFO STEP 460 (remove_files) COMPLETE |
5306 | 2024-08-28T17:49:11.995Z | [ recovery-image] Aug 28 17:49:10.727 INFO O| Aug 28 17:49:10.727 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-28T17:49:12.007Z | [ recovery-image] Aug 28 17:49:10.739 INFO O| Aug 28 17:49:10.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5308 | 2024-08-28T17:49:12.007Z | [ recovery-image] Aug 28 17:49:10.739 INFO O| Aug 28 17:49:10.739 INFO STEP 461 (remove_files) COMPLETE |
5309 | 2024-08-28T17:49:12.010Z | [ recovery-image] Aug 28 17:49:10.739 INFO O| Aug 28 17:49:10.739 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-28T17:49:12.018Z | [ recovery-image] Aug 28 17:49:10.750 INFO O| Aug 28 17:49:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5311 | 2024-08-28T17:49:12.018Z | [ recovery-image] Aug 28 17:49:10.750 INFO O| Aug 28 17:49:10.750 INFO STEP 462 (remove_files) COMPLETE |
5312 | 2024-08-28T17:49:12.018Z | [ recovery-image] Aug 28 17:49:10.750 INFO O| Aug 28 17:49:10.750 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-28T17:49:12.030Z | [ recovery-image] Aug 28 17:49:10.761 INFO O| Aug 28 17:49:10.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5314 | 2024-08-28T17:49:12.030Z | [ recovery-image] Aug 28 17:49:10.761 INFO O| Aug 28 17:49:10.761 INFO STEP 463 (remove_files) COMPLETE |
5315 | 2024-08-28T17:49:12.030Z | [ recovery-image] Aug 28 17:49:10.761 INFO O| Aug 28 17:49:10.761 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-28T17:49:12.041Z | [ recovery-image] Aug 28 17:49:10.772 INFO O| Aug 28 17:49:10.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5317 | 2024-08-28T17:49:12.041Z | [ recovery-image] Aug 28 17:49:10.772 INFO O| Aug 28 17:49:10.772 INFO STEP 464 (remove_files) COMPLETE |
5318 | 2024-08-28T17:49:12.043Z | [ recovery-image] Aug 28 17:49:10.772 INFO O| Aug 28 17:49:10.772 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-28T17:49:12.052Z | [ recovery-image] Aug 28 17:49:10.783 INFO O| Aug 28 17:49:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5320 | 2024-08-28T17:49:12.054Z | [ recovery-image] Aug 28 17:49:10.784 INFO O| Aug 28 17:49:10.784 INFO STEP 465 (remove_files) COMPLETE |
5321 | 2024-08-28T17:49:12.054Z | [ recovery-image] Aug 28 17:49:10.784 INFO O| Aug 28 17:49:10.784 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-28T17:49:12.064Z | [ recovery-image] Aug 28 17:49:10.795 INFO O| Aug 28 17:49:10.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5323 | 2024-08-28T17:49:12.066Z | [ recovery-image] Aug 28 17:49:10.795 INFO O| Aug 28 17:49:10.795 INFO STEP 466 (remove_files) COMPLETE |
5324 | 2024-08-28T17:49:12.066Z | [ recovery-image] Aug 28 17:49:10.795 INFO O| Aug 28 17:49:10.795 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-28T17:49:12.074Z | [ recovery-image] Aug 28 17:49:10.805 INFO O| Aug 28 17:49:10.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5326 | 2024-08-28T17:49:12.074Z | [ recovery-image] Aug 28 17:49:10.806 INFO O| Aug 28 17:49:10.805 INFO STEP 467 (remove_files) COMPLETE |
5327 | 2024-08-28T17:49:12.076Z | [ recovery-image] Aug 28 17:49:10.806 INFO O| Aug 28 17:49:10.806 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-28T17:49:12.084Z | [ recovery-image] Aug 28 17:49:10.816 INFO O| Aug 28 17:49:10.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5329 | 2024-08-28T17:49:12.087Z | [ recovery-image] Aug 28 17:49:10.816 INFO O| Aug 28 17:49:10.816 INFO STEP 468 (remove_files) COMPLETE |
5330 | 2024-08-28T17:49:12.087Z | [ recovery-image] Aug 28 17:49:10.816 INFO O| Aug 28 17:49:10.816 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-28T17:49:12.095Z | [ recovery-image] Aug 28 17:49:10.826 INFO O| Aug 28 17:49:10.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5332 | 2024-08-28T17:49:12.095Z | [ recovery-image] Aug 28 17:49:10.827 INFO O| Aug 28 17:49:10.827 INFO STEP 469 (remove_files) COMPLETE |
5333 | 2024-08-28T17:49:12.095Z | [ recovery-image] Aug 28 17:49:10.827 INFO O| Aug 28 17:49:10.827 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-28T17:49:12.105Z | [ recovery-image] Aug 28 17:49:10.836 INFO O| Aug 28 17:49:10.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5335 | 2024-08-28T17:49:12.105Z | [ recovery-image] Aug 28 17:49:10.836 INFO O| Aug 28 17:49:10.836 INFO STEP 470 (remove_files) COMPLETE |
5336 | 2024-08-28T17:49:12.109Z | [ recovery-image] Aug 28 17:49:10.837 INFO O| Aug 28 17:49:10.836 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-28T17:49:12.115Z | [ recovery-image] Aug 28 17:49:10.847 INFO O| Aug 28 17:49:10.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5338 | 2024-08-28T17:49:12.118Z | [ recovery-image] Aug 28 17:49:10.847 INFO O| Aug 28 17:49:10.847 INFO STEP 471 (remove_files) COMPLETE |
5339 | 2024-08-28T17:49:12.118Z | [ recovery-image] Aug 28 17:49:10.847 INFO O| Aug 28 17:49:10.847 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-28T17:49:12.125Z | [ recovery-image] Aug 28 17:49:10.857 INFO O| Aug 28 17:49:10.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5341 | 2024-08-28T17:49:12.127Z | [ recovery-image] Aug 28 17:49:10.857 INFO O| Aug 28 17:49:10.857 INFO STEP 472 (remove_files) COMPLETE |
5342 | 2024-08-28T17:49:12.127Z | [ recovery-image] Aug 28 17:49:10.857 INFO O| Aug 28 17:49:10.857 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-28T17:49:12.134Z | [ recovery-image] Aug 28 17:49:10.866 INFO O| Aug 28 17:49:10.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5344 | 2024-08-28T17:49:12.134Z | [ recovery-image] Aug 28 17:49:10.866 INFO O| Aug 28 17:49:10.866 INFO STEP 473 (remove_files) COMPLETE |
5345 | 2024-08-28T17:49:12.137Z | [ recovery-image] Aug 28 17:49:10.866 INFO O| Aug 28 17:49:10.866 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-28T17:49:12.144Z | [ recovery-image] Aug 28 17:49:10.875 INFO O| Aug 28 17:49:10.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5347 | 2024-08-28T17:49:12.146Z | [ recovery-image] Aug 28 17:49:10.876 INFO O| Aug 28 17:49:10.876 INFO STEP 474 (remove_files) COMPLETE |
5348 | 2024-08-28T17:49:12.146Z | [ recovery-image] Aug 28 17:49:10.876 INFO O| Aug 28 17:49:10.876 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-28T17:49:12.154Z | [ recovery-image] Aug 28 17:49:10.885 INFO O| Aug 28 17:49:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5350 | 2024-08-28T17:49:12.156Z | [ recovery-image] Aug 28 17:49:10.885 INFO O| Aug 28 17:49:10.885 INFO STEP 475 (remove_files) COMPLETE |
5351 | 2024-08-28T17:49:12.156Z | [ recovery-image] Aug 28 17:49:10.885 INFO O| Aug 28 17:49:10.885 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-28T17:49:12.163Z | [ recovery-image] Aug 28 17:49:10.895 INFO O| Aug 28 17:49:10.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5353 | 2024-08-28T17:49:12.163Z | [ recovery-image] Aug 28 17:49:10.895 INFO O| Aug 28 17:49:10.895 INFO STEP 476 (remove_files) COMPLETE |
5354 | 2024-08-28T17:49:12.166Z | [ recovery-image] Aug 28 17:49:10.895 INFO O| Aug 28 17:49:10.895 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-28T17:49:12.173Z | [ recovery-image] Aug 28 17:49:10.905 INFO O| Aug 28 17:49:10.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5356 | 2024-08-28T17:49:12.173Z | [ recovery-image] Aug 28 17:49:10.905 INFO O| Aug 28 17:49:10.905 INFO STEP 477 (remove_files) COMPLETE |
5357 | 2024-08-28T17:49:12.175Z | [ recovery-image] Aug 28 17:49:10.905 INFO O| Aug 28 17:49:10.905 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-28T17:49:12.182Z | [ recovery-image] Aug 28 17:49:10.914 INFO O| Aug 28 17:49:10.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5359 | 2024-08-28T17:49:12.182Z | [ recovery-image] Aug 28 17:49:10.914 INFO O| Aug 28 17:49:10.914 INFO STEP 478 (remove_files) COMPLETE |
5360 | 2024-08-28T17:49:12.185Z | [ recovery-image] Aug 28 17:49:10.914 INFO O| Aug 28 17:49:10.914 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-28T17:49:12.192Z | [ recovery-image] Aug 28 17:49:10.924 INFO O| Aug 28 17:49:10.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5362 | 2024-08-28T17:49:12.194Z | [ recovery-image] Aug 28 17:49:10.924 INFO O| Aug 28 17:49:10.924 INFO STEP 479 (remove_files) COMPLETE |
5363 | 2024-08-28T17:49:12.195Z | [ recovery-image] Aug 28 17:49:10.924 INFO O| Aug 28 17:49:10.924 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-28T17:49:12.202Z | [ recovery-image] Aug 28 17:49:10.934 INFO O| Aug 28 17:49:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5365 | 2024-08-28T17:49:12.204Z | [ recovery-image] Aug 28 17:49:10.934 INFO O| Aug 28 17:49:10.934 INFO STEP 480 (remove_files) COMPLETE |
5366 | 2024-08-28T17:49:12.204Z | [ recovery-image] Aug 28 17:49:10.934 INFO O| Aug 28 17:49:10.934 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-28T17:49:12.211Z | [ recovery-image] Aug 28 17:49:10.943 INFO O| Aug 28 17:49:10.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5368 | 2024-08-28T17:49:12.214Z | [ recovery-image] Aug 28 17:49:10.944 INFO O| Aug 28 17:49:10.944 INFO STEP 481 (remove_files) COMPLETE |
5369 | 2024-08-28T17:49:12.214Z | [ recovery-image] Aug 28 17:49:10.944 INFO O| Aug 28 17:49:10.944 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-28T17:49:12.221Z | [ recovery-image] Aug 28 17:49:10.953 INFO O| Aug 28 17:49:10.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5371 | 2024-08-28T17:49:12.221Z | [ recovery-image] Aug 28 17:49:10.953 INFO O| Aug 28 17:49:10.953 INFO STEP 482 (remove_files) COMPLETE |
5372 | 2024-08-28T17:49:12.224Z | [ recovery-image] Aug 28 17:49:10.953 INFO O| Aug 28 17:49:10.953 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-28T17:49:12.231Z | [ recovery-image] Aug 28 17:49:10.962 INFO O| Aug 28 17:49:10.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5374 | 2024-08-28T17:49:12.233Z | [ recovery-image] Aug 28 17:49:10.963 INFO O| Aug 28 17:49:10.963 INFO STEP 483 (remove_files) COMPLETE |
5375 | 2024-08-28T17:49:12.233Z | [ recovery-image] Aug 28 17:49:10.963 INFO O| Aug 28 17:49:10.963 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-28T17:49:12.240Z | [ recovery-image] Aug 28 17:49:10.972 INFO O| Aug 28 17:49:10.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5377 | 2024-08-28T17:49:12.240Z | [ recovery-image] Aug 28 17:49:10.972 INFO O| Aug 28 17:49:10.972 INFO STEP 484 (remove_files) COMPLETE |
5378 | 2024-08-28T17:49:12.243Z | [ recovery-image] Aug 28 17:49:10.972 INFO O| Aug 28 17:49:10.972 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-28T17:49:12.250Z | [ recovery-image] Aug 28 17:49:10.982 INFO O| Aug 28 17:49:10.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5380 | 2024-08-28T17:49:12.252Z | [ recovery-image] Aug 28 17:49:10.982 INFO O| Aug 28 17:49:10.982 INFO STEP 485 (remove_files) COMPLETE |
5381 | 2024-08-28T17:49:12.252Z | [ recovery-image] Aug 28 17:49:10.982 INFO O| Aug 28 17:49:10.982 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-28T17:49:12.259Z | [ recovery-image] Aug 28 17:49:10.991 INFO O| Aug 28 17:49:10.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5383 | 2024-08-28T17:49:12.261Z | [ recovery-image] Aug 28 17:49:10.991 INFO O| Aug 28 17:49:10.991 INFO STEP 486 (remove_files) COMPLETE |
5384 | 2024-08-28T17:49:12.261Z | [ recovery-image] Aug 28 17:49:10.991 INFO O| Aug 28 17:49:10.991 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-28T17:49:12.269Z | [ recovery-image] Aug 28 17:49:11.000 INFO O| Aug 28 17:49:11.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5386 | 2024-08-28T17:49:12.269Z | [ recovery-image] Aug 28 17:49:11.001 INFO O| Aug 28 17:49:11.001 INFO STEP 487 (remove_files) COMPLETE |
5387 | 2024-08-28T17:49:12.271Z | [ recovery-image] Aug 28 17:49:11.001 INFO O| Aug 28 17:49:11.001 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-28T17:49:12.279Z | [ recovery-image] Aug 28 17:49:11.011 INFO O| Aug 28 17:49:11.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5389 | 2024-08-28T17:49:12.279Z | [ recovery-image] Aug 28 17:49:11.011 INFO O| Aug 28 17:49:11.011 INFO STEP 488 (remove_files) COMPLETE |
5390 | 2024-08-28T17:49:12.281Z | [ recovery-image] Aug 28 17:49:11.011 INFO O| Aug 28 17:49:11.011 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-28T17:49:12.289Z | [ recovery-image] Aug 28 17:49:11.020 INFO O| Aug 28 17:49:11.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5392 | 2024-08-28T17:49:12.289Z | [ recovery-image] Aug 28 17:49:11.020 INFO O| Aug 28 17:49:11.020 INFO STEP 489 (remove_files) COMPLETE |
5393 | 2024-08-28T17:49:12.291Z | [ recovery-image] Aug 28 17:49:11.020 INFO O| Aug 28 17:49:11.020 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-28T17:49:12.298Z | [ recovery-image] Aug 28 17:49:11.030 INFO O| Aug 28 17:49:11.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5395 | 2024-08-28T17:49:12.298Z | [ recovery-image] Aug 28 17:49:11.030 INFO O| Aug 28 17:49:11.030 INFO STEP 490 (remove_files) COMPLETE |
5396 | 2024-08-28T17:49:12.298Z | [ recovery-image] Aug 28 17:49:11.030 INFO O| Aug 28 17:49:11.030 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-28T17:49:12.308Z | [ recovery-image] Aug 28 17:49:11.039 INFO O| Aug 28 17:49:11.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5398 | 2024-08-28T17:49:12.308Z | [ recovery-image] Aug 28 17:49:11.039 INFO O| Aug 28 17:49:11.039 INFO STEP 491 (remove_files) COMPLETE |
5399 | 2024-08-28T17:49:12.310Z | [ recovery-image] Aug 28 17:49:11.039 INFO O| Aug 28 17:49:11.039 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-28T17:49:12.318Z | [ recovery-image] Aug 28 17:49:11.049 INFO O| Aug 28 17:49:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5401 | 2024-08-28T17:49:12.320Z | [ recovery-image] Aug 28 17:49:11.049 INFO O| Aug 28 17:49:11.049 INFO STEP 492 (remove_files) COMPLETE |
5402 | 2024-08-28T17:49:12.320Z | [ recovery-image] Aug 28 17:49:11.049 INFO O| Aug 28 17:49:11.049 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-28T17:49:12.328Z | [ recovery-image] Aug 28 17:49:11.059 INFO O| Aug 28 17:49:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5404 | 2024-08-28T17:49:12.328Z | [ recovery-image] Aug 28 17:49:11.059 INFO O| Aug 28 17:49:11.059 INFO STEP 493 (remove_files) COMPLETE |
5405 | 2024-08-28T17:49:12.330Z | [ recovery-image] Aug 28 17:49:11.059 INFO O| Aug 28 17:49:11.059 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-28T17:49:12.337Z | [ recovery-image] Aug 28 17:49:11.069 INFO O| Aug 28 17:49:11.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5407 | 2024-08-28T17:49:12.337Z | [ recovery-image] Aug 28 17:49:11.069 INFO O| Aug 28 17:49:11.069 INFO STEP 494 (remove_files) COMPLETE |
5408 | 2024-08-28T17:49:12.339Z | [ recovery-image] Aug 28 17:49:11.069 INFO O| Aug 28 17:49:11.069 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-28T17:49:12.346Z | [ recovery-image] Aug 28 17:49:11.078 INFO O| Aug 28 17:49:11.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5410 | 2024-08-28T17:49:12.346Z | [ recovery-image] Aug 28 17:49:11.078 INFO O| Aug 28 17:49:11.078 INFO STEP 495 (remove_files) COMPLETE |
5411 | 2024-08-28T17:49:12.349Z | [ recovery-image] Aug 28 17:49:11.078 INFO O| Aug 28 17:49:11.078 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-28T17:49:12.356Z | [ recovery-image] Aug 28 17:49:11.087 INFO O| Aug 28 17:49:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5413 | 2024-08-28T17:49:12.356Z | [ recovery-image] Aug 28 17:49:11.088 INFO O| Aug 28 17:49:11.087 INFO STEP 496 (remove_files) COMPLETE |
5414 | 2024-08-28T17:49:12.356Z | [ recovery-image] Aug 28 17:49:11.088 INFO O| Aug 28 17:49:11.088 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-28T17:49:12.365Z | [ recovery-image] Aug 28 17:49:11.097 INFO O| Aug 28 17:49:11.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5416 | 2024-08-28T17:49:12.368Z | [ recovery-image] Aug 28 17:49:11.097 INFO O| Aug 28 17:49:11.097 INFO STEP 497 (remove_files) COMPLETE |
5417 | 2024-08-28T17:49:12.368Z | [ recovery-image] Aug 28 17:49:11.097 INFO O| Aug 28 17:49:11.097 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-28T17:49:12.375Z | [ recovery-image] Aug 28 17:49:11.107 INFO O| Aug 28 17:49:11.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5419 | 2024-08-28T17:49:12.375Z | [ recovery-image] Aug 28 17:49:11.107 INFO O| Aug 28 17:49:11.107 INFO STEP 498 (remove_files) COMPLETE |
5420 | 2024-08-28T17:49:12.378Z | [ recovery-image] Aug 28 17:49:11.107 INFO O| Aug 28 17:49:11.107 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-28T17:49:12.386Z | [ recovery-image] Aug 28 17:49:11.117 INFO O| Aug 28 17:49:11.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5422 | 2024-08-28T17:49:12.386Z | [ recovery-image] Aug 28 17:49:11.117 INFO O| Aug 28 17:49:11.117 INFO STEP 499 (remove_files) COMPLETE |
5423 | 2024-08-28T17:49:12.388Z | [ recovery-image] Aug 28 17:49:11.117 INFO O| Aug 28 17:49:11.117 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-28T17:49:12.396Z | [ recovery-image] Aug 28 17:49:11.128 INFO O| Aug 28 17:49:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5425 | 2024-08-28T17:49:12.396Z | [ recovery-image] Aug 28 17:49:11.128 INFO O| Aug 28 17:49:11.128 INFO STEP 500 (remove_files) COMPLETE |
5426 | 2024-08-28T17:49:12.399Z | [ recovery-image] Aug 28 17:49:11.128 INFO O| Aug 28 17:49:11.128 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-28T17:49:12.411Z | [ recovery-image] Aug 28 17:49:11.139 INFO O| Aug 28 17:49:11.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5428 | 2024-08-28T17:49:12.411Z | [ recovery-image] Aug 28 17:49:11.139 INFO O| Aug 28 17:49:11.139 INFO STEP 501 (remove_files) COMPLETE |
5429 | 2024-08-28T17:49:12.411Z | [ recovery-image] Aug 28 17:49:11.139 INFO O| Aug 28 17:49:11.139 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-28T17:49:12.417Z | [ recovery-image] Aug 28 17:49:11.148 INFO O| Aug 28 17:49:11.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5431 | 2024-08-28T17:49:12.417Z | [ recovery-image] Aug 28 17:49:11.148 INFO O| Aug 28 17:49:11.148 INFO STEP 502 (remove_files) COMPLETE |
5432 | 2024-08-28T17:49:12.419Z | [ recovery-image] Aug 28 17:49:11.148 INFO O| Aug 28 17:49:11.148 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-28T17:49:12.426Z | [ recovery-image] Aug 28 17:49:11.158 INFO O| Aug 28 17:49:11.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5434 | 2024-08-28T17:49:12.429Z | [ recovery-image] Aug 28 17:49:11.158 INFO O| Aug 28 17:49:11.158 INFO STEP 503 (remove_files) COMPLETE |
5435 | 2024-08-28T17:49:12.429Z | [ recovery-image] Aug 28 17:49:11.158 INFO O| Aug 28 17:49:11.158 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-28T17:49:12.436Z | [ recovery-image] Aug 28 17:49:11.167 INFO O| Aug 28 17:49:11.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5437 | 2024-08-28T17:49:12.436Z | [ recovery-image] Aug 28 17:49:11.168 INFO O| Aug 28 17:49:11.167 INFO STEP 504 (remove_files) COMPLETE |
5438 | 2024-08-28T17:49:12.438Z | [ recovery-image] Aug 28 17:49:11.168 INFO O| Aug 28 17:49:11.168 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-28T17:49:12.445Z | [ recovery-image] Aug 28 17:49:11.177 INFO O| Aug 28 17:49:11.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5440 | 2024-08-28T17:49:12.448Z | [ recovery-image] Aug 28 17:49:11.177 INFO O| Aug 28 17:49:11.177 INFO STEP 505 (remove_files) COMPLETE |
5441 | 2024-08-28T17:49:12.448Z | [ recovery-image] Aug 28 17:49:11.177 INFO O| Aug 28 17:49:11.177 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-28T17:49:12.455Z | [ recovery-image] Aug 28 17:49:11.186 INFO O| Aug 28 17:49:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5443 | 2024-08-28T17:49:12.457Z | [ recovery-image] Aug 28 17:49:11.187 INFO O| Aug 28 17:49:11.187 INFO STEP 506 (remove_files) COMPLETE |
5444 | 2024-08-28T17:49:12.457Z | [ recovery-image] Aug 28 17:49:11.187 INFO O| Aug 28 17:49:11.187 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-28T17:49:12.464Z | [ recovery-image] Aug 28 17:49:11.196 INFO O| Aug 28 17:49:11.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5446 | 2024-08-28T17:49:12.467Z | [ recovery-image] Aug 28 17:49:11.196 INFO O| Aug 28 17:49:11.196 INFO STEP 507 (remove_files) COMPLETE |
5447 | 2024-08-28T17:49:12.467Z | [ recovery-image] Aug 28 17:49:11.196 INFO O| Aug 28 17:49:11.196 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-28T17:49:12.475Z | [ recovery-image] Aug 28 17:49:11.207 INFO O| Aug 28 17:49:11.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5449 | 2024-08-28T17:49:12.475Z | [ recovery-image] Aug 28 17:49:11.207 INFO O| Aug 28 17:49:11.207 INFO STEP 508 (remove_files) COMPLETE |
5450 | 2024-08-28T17:49:12.478Z | [ recovery-image] Aug 28 17:49:11.207 INFO O| Aug 28 17:49:11.207 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-28T17:49:12.486Z | [ recovery-image] Aug 28 17:49:11.218 INFO O| Aug 28 17:49:11.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5452 | 2024-08-28T17:49:12.486Z | [ recovery-image] Aug 28 17:49:11.218 INFO O| Aug 28 17:49:11.218 INFO STEP 509 (remove_files) COMPLETE |
5453 | 2024-08-28T17:49:12.486Z | [ recovery-image] Aug 28 17:49:11.218 INFO O| Aug 28 17:49:11.218 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-28T17:49:12.497Z | [ recovery-image] Aug 28 17:49:11.229 INFO O| Aug 28 17:49:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5455 | 2024-08-28T17:49:12.497Z | [ recovery-image] Aug 28 17:49:11.229 INFO O| Aug 28 17:49:11.229 INFO STEP 510 (remove_files) COMPLETE |
5456 | 2024-08-28T17:49:12.499Z | [ recovery-image] Aug 28 17:49:11.229 INFO O| Aug 28 17:49:11.229 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-28T17:49:12.508Z | [ recovery-image] Aug 28 17:49:11.239 INFO O| Aug 28 17:49:11.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5458 | 2024-08-28T17:49:12.508Z | [ recovery-image] Aug 28 17:49:11.240 INFO O| Aug 28 17:49:11.240 INFO STEP 511 (remove_files) COMPLETE |
5459 | 2024-08-28T17:49:12.510Z | [ recovery-image] Aug 28 17:49:11.240 INFO O| Aug 28 17:49:11.240 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-28T17:49:12.518Z | [ recovery-image] Aug 28 17:49:11.250 INFO O| Aug 28 17:49:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5461 | 2024-08-28T17:49:12.518Z | [ recovery-image] Aug 28 17:49:11.250 INFO O| Aug 28 17:49:11.250 INFO STEP 512 (remove_files) COMPLETE |
5462 | 2024-08-28T17:49:12.521Z | [ recovery-image] Aug 28 17:49:11.250 INFO O| Aug 28 17:49:11.250 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-28T17:49:12.529Z | [ recovery-image] Aug 28 17:49:11.260 INFO O| Aug 28 17:49:11.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5464 | 2024-08-28T17:49:12.529Z | [ recovery-image] Aug 28 17:49:11.261 INFO O| Aug 28 17:49:11.261 INFO STEP 513 (remove_files) COMPLETE |
5465 | 2024-08-28T17:49:12.529Z | [ recovery-image] Aug 28 17:49:11.261 INFO O| Aug 28 17:49:11.261 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-28T17:49:12.538Z | [ recovery-image] Aug 28 17:49:11.270 INFO O| Aug 28 17:49:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5467 | 2024-08-28T17:49:12.538Z | [ recovery-image] Aug 28 17:49:11.270 INFO O| Aug 28 17:49:11.270 INFO STEP 514 (remove_files) COMPLETE |
5468 | 2024-08-28T17:49:12.541Z | [ recovery-image] Aug 28 17:49:11.270 INFO O| Aug 28 17:49:11.270 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-28T17:49:12.549Z | [ recovery-image] Aug 28 17:49:11.280 INFO O| Aug 28 17:49:11.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5470 | 2024-08-28T17:49:12.549Z | [ recovery-image] Aug 28 17:49:11.280 INFO O| Aug 28 17:49:11.280 INFO STEP 515 (remove_files) COMPLETE |
5471 | 2024-08-28T17:49:12.551Z | [ recovery-image] Aug 28 17:49:11.280 INFO O| Aug 28 17:49:11.280 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-28T17:49:12.558Z | [ recovery-image] Aug 28 17:49:11.290 INFO O| Aug 28 17:49:11.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5473 | 2024-08-28T17:49:12.559Z | [ recovery-image] Aug 28 17:49:11.290 INFO O| Aug 28 17:49:11.290 INFO STEP 516 (remove_files) COMPLETE |
5474 | 2024-08-28T17:49:12.559Z | [ recovery-image] Aug 28 17:49:11.290 INFO O| Aug 28 17:49:11.290 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-28T17:49:12.568Z | [ recovery-image] Aug 28 17:49:11.300 INFO O| Aug 28 17:49:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5476 | 2024-08-28T17:49:12.571Z | [ recovery-image] Aug 28 17:49:11.300 INFO O| Aug 28 17:49:11.300 INFO STEP 517 (remove_files) COMPLETE |
5477 | 2024-08-28T17:49:12.571Z | [ recovery-image] Aug 28 17:49:11.300 INFO O| Aug 28 17:49:11.300 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-28T17:49:12.578Z | [ recovery-image] Aug 28 17:49:11.309 INFO O| Aug 28 17:49:11.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5479 | 2024-08-28T17:49:12.578Z | [ recovery-image] Aug 28 17:49:11.309 INFO O| Aug 28 17:49:11.309 INFO STEP 518 (remove_files) COMPLETE |
5480 | 2024-08-28T17:49:12.584Z | [ recovery-image] Aug 28 17:49:11.309 INFO O| Aug 28 17:49:11.309 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-28T17:49:12.587Z | [ recovery-image] Aug 28 17:49:11.319 INFO O| Aug 28 17:49:11.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5482 | 2024-08-28T17:49:12.587Z | [ recovery-image] Aug 28 17:49:11.319 INFO O| Aug 28 17:49:11.319 INFO STEP 519 (remove_files) COMPLETE |
5483 | 2024-08-28T17:49:12.587Z | [ recovery-image] Aug 28 17:49:11.319 INFO O| Aug 28 17:49:11.319 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-28T17:49:12.597Z | [ recovery-image] Aug 28 17:49:11.328 INFO O| Aug 28 17:49:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5485 | 2024-08-28T17:49:12.597Z | [ recovery-image] Aug 28 17:49:11.329 INFO O| Aug 28 17:49:11.329 INFO STEP 520 (remove_files) COMPLETE |
5486 | 2024-08-28T17:49:12.599Z | [ recovery-image] Aug 28 17:49:11.329 INFO O| Aug 28 17:49:11.329 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-28T17:49:12.606Z | [ recovery-image] Aug 28 17:49:11.338 INFO O| Aug 28 17:49:11.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5488 | 2024-08-28T17:49:12.609Z | [ recovery-image] Aug 28 17:49:11.338 INFO O| Aug 28 17:49:11.338 INFO STEP 521 (remove_files) COMPLETE |
5489 | 2024-08-28T17:49:12.609Z | [ recovery-image] Aug 28 17:49:11.339 INFO O| Aug 28 17:49:11.338 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-28T17:49:12.616Z | [ recovery-image] Aug 28 17:49:11.348 INFO O| Aug 28 17:49:11.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5491 | 2024-08-28T17:49:12.616Z | [ recovery-image] Aug 28 17:49:11.348 INFO O| Aug 28 17:49:11.348 INFO STEP 522 (remove_files) COMPLETE |
5492 | 2024-08-28T17:49:12.619Z | [ recovery-image] Aug 28 17:49:11.348 INFO O| Aug 28 17:49:11.348 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-28T17:49:12.625Z | [ recovery-image] Aug 28 17:49:11.357 INFO O| Aug 28 17:49:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5494 | 2024-08-28T17:49:12.626Z | [ recovery-image] Aug 28 17:49:11.357 INFO O| Aug 28 17:49:11.357 INFO STEP 523 (remove_files) COMPLETE |
5495 | 2024-08-28T17:49:12.628Z | [ recovery-image] Aug 28 17:49:11.357 INFO O| Aug 28 17:49:11.357 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-28T17:49:12.635Z | [ recovery-image] Aug 28 17:49:11.367 INFO O| Aug 28 17:49:11.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5497 | 2024-08-28T17:49:12.637Z | [ recovery-image] Aug 28 17:49:11.367 INFO O| Aug 28 17:49:11.367 INFO STEP 524 (remove_files) COMPLETE |
5498 | 2024-08-28T17:49:12.637Z | [ recovery-image] Aug 28 17:49:11.367 INFO O| Aug 28 17:49:11.367 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-28T17:49:12.644Z | [ recovery-image] Aug 28 17:49:11.376 INFO O| Aug 28 17:49:11.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5500 | 2024-08-28T17:49:12.647Z | [ recovery-image] Aug 28 17:49:11.376 INFO O| Aug 28 17:49:11.376 INFO STEP 525 (remove_files) COMPLETE |
5501 | 2024-08-28T17:49:12.647Z | [ recovery-image] Aug 28 17:49:11.376 INFO O| Aug 28 17:49:11.376 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-28T17:49:12.654Z | [ recovery-image] Aug 28 17:49:11.385 INFO O| Aug 28 17:49:11.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5503 | 2024-08-28T17:49:12.656Z | [ recovery-image] Aug 28 17:49:11.386 INFO O| Aug 28 17:49:11.385 INFO STEP 526 (remove_files) COMPLETE |
5504 | 2024-08-28T17:49:12.656Z | [ recovery-image] Aug 28 17:49:11.386 INFO O| Aug 28 17:49:11.386 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-28T17:49:12.664Z | [ recovery-image] Aug 28 17:49:11.395 INFO O| Aug 28 17:49:11.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5506 | 2024-08-28T17:49:12.664Z | [ recovery-image] Aug 28 17:49:11.395 INFO O| Aug 28 17:49:11.395 INFO STEP 527 (remove_files) COMPLETE |
5507 | 2024-08-28T17:49:12.666Z | [ recovery-image] Aug 28 17:49:11.395 INFO O| Aug 28 17:49:11.395 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-28T17:49:12.673Z | [ recovery-image] Aug 28 17:49:11.405 INFO O| Aug 28 17:49:11.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5509 | 2024-08-28T17:49:12.673Z | [ recovery-image] Aug 28 17:49:11.405 INFO O| Aug 28 17:49:11.405 INFO STEP 528 (remove_files) COMPLETE |
5510 | 2024-08-28T17:49:12.673Z | [ recovery-image] Aug 28 17:49:11.405 INFO O| Aug 28 17:49:11.405 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-28T17:49:12.683Z | [ recovery-image] Aug 28 17:49:11.414 INFO O| Aug 28 17:49:11.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5512 | 2024-08-28T17:49:12.685Z | [ recovery-image] Aug 28 17:49:11.415 INFO O| Aug 28 17:49:11.415 INFO STEP 529 (remove_files) COMPLETE |
5513 | 2024-08-28T17:49:12.685Z | [ recovery-image] Aug 28 17:49:11.415 INFO O| Aug 28 17:49:11.415 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-28T17:49:12.692Z | [ recovery-image] Aug 28 17:49:11.424 INFO O| Aug 28 17:49:11.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5515 | 2024-08-28T17:49:12.695Z | [ recovery-image] Aug 28 17:49:11.424 INFO O| Aug 28 17:49:11.424 INFO STEP 530 (remove_files) COMPLETE |
5516 | 2024-08-28T17:49:12.695Z | [ recovery-image] Aug 28 17:49:11.424 INFO O| Aug 28 17:49:11.424 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-28T17:49:12.702Z | [ recovery-image] Aug 28 17:49:11.434 INFO O| Aug 28 17:49:11.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5518 | 2024-08-28T17:49:12.702Z | [ recovery-image] Aug 28 17:49:11.434 INFO O| Aug 28 17:49:11.434 INFO STEP 531 (remove_files) COMPLETE |
5519 | 2024-08-28T17:49:12.704Z | [ recovery-image] Aug 28 17:49:11.434 INFO O| Aug 28 17:49:11.434 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-28T17:49:12.712Z | [ recovery-image] Aug 28 17:49:11.443 INFO O| Aug 28 17:49:11.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5521 | 2024-08-28T17:49:12.712Z | [ recovery-image] Aug 28 17:49:11.443 INFO O| Aug 28 17:49:11.443 INFO STEP 532 (remove_files) COMPLETE |
5522 | 2024-08-28T17:49:12.714Z | [ recovery-image] Aug 28 17:49:11.443 INFO O| Aug 28 17:49:11.443 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-28T17:49:12.721Z | [ recovery-image] Aug 28 17:49:11.453 INFO O| Aug 28 17:49:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5524 | 2024-08-28T17:49:12.725Z | [ recovery-image] Aug 28 17:49:11.453 INFO O| Aug 28 17:49:11.453 INFO STEP 533 (remove_files) COMPLETE |
5525 | 2024-08-28T17:49:12.725Z | [ recovery-image] Aug 28 17:49:11.453 INFO O| Aug 28 17:49:11.453 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-28T17:49:12.731Z | [ recovery-image] Aug 28 17:49:11.462 INFO O| Aug 28 17:49:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5527 | 2024-08-28T17:49:12.733Z | [ recovery-image] Aug 28 17:49:11.462 INFO O| Aug 28 17:49:11.462 INFO STEP 534 (remove_files) COMPLETE |
5528 | 2024-08-28T17:49:12.733Z | [ recovery-image] Aug 28 17:49:11.462 INFO O| Aug 28 17:49:11.462 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-28T17:49:12.740Z | [ recovery-image] Aug 28 17:49:11.472 INFO O| Aug 28 17:49:11.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5530 | 2024-08-28T17:49:12.743Z | [ recovery-image] Aug 28 17:49:11.472 INFO O| Aug 28 17:49:11.472 INFO STEP 535 (remove_files) COMPLETE |
5531 | 2024-08-28T17:49:12.743Z | [ recovery-image] Aug 28 17:49:11.472 INFO O| Aug 28 17:49:11.472 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-28T17:49:12.750Z | [ recovery-image] Aug 28 17:49:11.481 INFO O| Aug 28 17:49:11.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5533 | 2024-08-28T17:49:12.750Z | [ recovery-image] Aug 28 17:49:11.481 INFO O| Aug 28 17:49:11.481 INFO STEP 536 (remove_files) COMPLETE |
5534 | 2024-08-28T17:49:12.752Z | [ recovery-image] Aug 28 17:49:11.481 INFO O| Aug 28 17:49:11.481 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-28T17:49:12.759Z | [ recovery-image] Aug 28 17:49:11.491 INFO O| Aug 28 17:49:11.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5536 | 2024-08-28T17:49:12.759Z | [ recovery-image] Aug 28 17:49:11.491 INFO O| Aug 28 17:49:11.491 INFO STEP 537 (remove_files) COMPLETE |
5537 | 2024-08-28T17:49:12.759Z | [ recovery-image] Aug 28 17:49:11.491 INFO O| Aug 28 17:49:11.491 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-28T17:49:12.769Z | [ recovery-image] Aug 28 17:49:11.501 INFO O| Aug 28 17:49:11.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5539 | 2024-08-28T17:49:12.769Z | [ recovery-image] Aug 28 17:49:11.501 INFO O| Aug 28 17:49:11.501 INFO STEP 538 (remove_files) COMPLETE |
5540 | 2024-08-28T17:49:12.769Z | [ recovery-image] Aug 28 17:49:11.501 INFO O| Aug 28 17:49:11.501 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-28T17:49:12.778Z | [ recovery-image] Aug 28 17:49:11.510 INFO O| Aug 28 17:49:11.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5542 | 2024-08-28T17:49:12.781Z | [ recovery-image] Aug 28 17:49:11.510 INFO O| Aug 28 17:49:11.510 INFO STEP 539 (remove_files) COMPLETE |
5543 | 2024-08-28T17:49:12.781Z | [ recovery-image] Aug 28 17:49:11.510 INFO O| Aug 28 17:49:11.510 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-28T17:49:12.788Z | [ recovery-image] Aug 28 17:49:11.519 INFO O| Aug 28 17:49:11.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5545 | 2024-08-28T17:49:12.790Z | [ recovery-image] Aug 28 17:49:11.520 INFO O| Aug 28 17:49:11.520 INFO STEP 540 (remove_files) COMPLETE |
5546 | 2024-08-28T17:49:12.790Z | [ recovery-image] Aug 28 17:49:11.520 INFO O| Aug 28 17:49:11.520 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-28T17:49:12.798Z | [ recovery-image] Aug 28 17:49:11.530 INFO O| Aug 28 17:49:11.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5548 | 2024-08-28T17:49:12.798Z | [ recovery-image] Aug 28 17:49:11.530 INFO O| Aug 28 17:49:11.530 INFO STEP 541 (remove_files) COMPLETE |
5549 | 2024-08-28T17:49:12.801Z | [ recovery-image] Aug 28 17:49:11.530 INFO O| Aug 28 17:49:11.530 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-28T17:49:12.808Z | [ recovery-image] Aug 28 17:49:11.539 INFO O| Aug 28 17:49:11.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5551 | 2024-08-28T17:49:12.810Z | [ recovery-image] Aug 28 17:49:11.539 INFO O| Aug 28 17:49:11.539 INFO STEP 542 (remove_files) COMPLETE |
5552 | 2024-08-28T17:49:12.810Z | [ recovery-image] Aug 28 17:49:11.539 INFO O| Aug 28 17:49:11.539 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-28T17:49:12.817Z | [ recovery-image] Aug 28 17:49:11.549 INFO O| Aug 28 17:49:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5554 | 2024-08-28T17:49:12.817Z | [ recovery-image] Aug 28 17:49:11.549 INFO O| Aug 28 17:49:11.549 INFO STEP 543 (remove_files) COMPLETE |
5555 | 2024-08-28T17:49:12.818Z | [ recovery-image] Aug 28 17:49:11.549 INFO O| Aug 28 17:49:11.549 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-28T17:49:12.827Z | [ recovery-image] Aug 28 17:49:11.558 INFO O| Aug 28 17:49:11.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5557 | 2024-08-28T17:49:12.827Z | [ recovery-image] Aug 28 17:49:11.558 INFO O| Aug 28 17:49:11.558 INFO STEP 544 (remove_files) COMPLETE |
5558 | 2024-08-28T17:49:12.827Z | [ recovery-image] Aug 28 17:49:11.558 INFO O| Aug 28 17:49:11.558 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-28T17:49:12.836Z | [ recovery-image] Aug 28 17:49:11.568 INFO O| Aug 28 17:49:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5560 | 2024-08-28T17:49:12.839Z | [ recovery-image] Aug 28 17:49:11.568 INFO O| Aug 28 17:49:11.568 INFO STEP 545 (remove_files) COMPLETE |
5561 | 2024-08-28T17:49:12.839Z | [ recovery-image] Aug 28 17:49:11.568 INFO O| Aug 28 17:49:11.568 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-28T17:49:12.846Z | [ recovery-image] Aug 28 17:49:11.577 INFO O| Aug 28 17:49:11.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5563 | 2024-08-28T17:49:12.848Z | [ recovery-image] Aug 28 17:49:11.578 INFO O| Aug 28 17:49:11.578 INFO STEP 546 (remove_files) COMPLETE |
5564 | 2024-08-28T17:49:12.848Z | [ recovery-image] Aug 28 17:49:11.578 INFO O| Aug 28 17:49:11.578 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-28T17:49:12.856Z | [ recovery-image] Aug 28 17:49:11.587 INFO O| Aug 28 17:49:11.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5566 | 2024-08-28T17:49:12.856Z | [ recovery-image] Aug 28 17:49:11.587 INFO O| Aug 28 17:49:11.587 INFO STEP 547 (remove_files) COMPLETE |
5567 | 2024-08-28T17:49:12.858Z | [ recovery-image] Aug 28 17:49:11.587 INFO O| Aug 28 17:49:11.587 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-28T17:49:12.865Z | [ recovery-image] Aug 28 17:49:11.597 INFO O| Aug 28 17:49:11.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5569 | 2024-08-28T17:49:12.868Z | [ recovery-image] Aug 28 17:49:11.597 INFO O| Aug 28 17:49:11.597 INFO STEP 548 (remove_files) COMPLETE |
5570 | 2024-08-28T17:49:12.868Z | [ recovery-image] Aug 28 17:49:11.597 INFO O| Aug 28 17:49:11.597 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-28T17:49:12.875Z | [ recovery-image] Aug 28 17:49:11.607 INFO O| Aug 28 17:49:11.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5572 | 2024-08-28T17:49:12.878Z | [ recovery-image] Aug 28 17:49:11.607 INFO O| Aug 28 17:49:11.607 INFO STEP 549 (remove_files) COMPLETE |
5573 | 2024-08-28T17:49:12.878Z | [ recovery-image] Aug 28 17:49:11.607 INFO O| Aug 28 17:49:11.607 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-28T17:49:12.885Z | [ recovery-image] Aug 28 17:49:11.616 INFO O| Aug 28 17:49:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5575 | 2024-08-28T17:49:12.885Z | [ recovery-image] Aug 28 17:49:11.616 INFO O| Aug 28 17:49:11.616 INFO STEP 550 (remove_files) COMPLETE |
5576 | 2024-08-28T17:49:12.885Z | [ recovery-image] Aug 28 17:49:11.616 INFO O| Aug 28 17:49:11.616 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-28T17:49:12.894Z | [ recovery-image] Aug 28 17:49:11.625 INFO O| Aug 28 17:49:11.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5578 | 2024-08-28T17:49:12.894Z | [ recovery-image] Aug 28 17:49:11.626 INFO O| Aug 28 17:49:11.626 INFO STEP 551 (remove_files) COMPLETE |
5579 | 2024-08-28T17:49:12.897Z | [ recovery-image] Aug 28 17:49:11.626 INFO O| Aug 28 17:49:11.626 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-28T17:49:12.904Z | [ recovery-image] Aug 28 17:49:11.635 INFO O| Aug 28 17:49:11.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5581 | 2024-08-28T17:49:12.904Z | [ recovery-image] Aug 28 17:49:11.635 INFO O| Aug 28 17:49:11.635 INFO STEP 552 (remove_files) COMPLETE |
5582 | 2024-08-28T17:49:12.904Z | [ recovery-image] Aug 28 17:49:11.635 INFO O| Aug 28 17:49:11.635 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-28T17:49:12.913Z | [ recovery-image] Aug 28 17:49:11.644 INFO O| Aug 28 17:49:11.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5584 | 2024-08-28T17:49:12.915Z | [ recovery-image] Aug 28 17:49:11.645 INFO O| Aug 28 17:49:11.645 INFO STEP 553 (remove_files) COMPLETE |
5585 | 2024-08-28T17:49:12.915Z | [ recovery-image] Aug 28 17:49:11.645 INFO O| Aug 28 17:49:11.645 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-28T17:49:12.922Z | [ recovery-image] Aug 28 17:49:11.654 INFO O| Aug 28 17:49:11.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5587 | 2024-08-28T17:49:12.925Z | [ recovery-image] Aug 28 17:49:11.654 INFO O| Aug 28 17:49:11.654 INFO STEP 554 (remove_files) COMPLETE |
5588 | 2024-08-28T17:49:12.925Z | [ recovery-image] Aug 28 17:49:11.654 INFO O| Aug 28 17:49:11.654 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-28T17:49:12.932Z | [ recovery-image] Aug 28 17:49:11.664 INFO O| Aug 28 17:49:11.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5590 | 2024-08-28T17:49:12.935Z | [ recovery-image] Aug 28 17:49:11.664 INFO O| Aug 28 17:49:11.664 INFO STEP 555 (remove_files) COMPLETE |
5591 | 2024-08-28T17:49:12.935Z | [ recovery-image] Aug 28 17:49:11.664 INFO O| Aug 28 17:49:11.664 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-28T17:49:12.942Z | [ recovery-image] Aug 28 17:49:11.674 INFO O| Aug 28 17:49:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5593 | 2024-08-28T17:49:12.942Z | [ recovery-image] Aug 28 17:49:11.674 INFO O| Aug 28 17:49:11.674 INFO STEP 556 (remove_files) COMPLETE |
5594 | 2024-08-28T17:49:12.942Z | [ recovery-image] Aug 28 17:49:11.674 INFO O| Aug 28 17:49:11.674 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-28T17:49:12.951Z | [ recovery-image] Aug 28 17:49:11.683 INFO O| Aug 28 17:49:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5596 | 2024-08-28T17:49:12.952Z | [ recovery-image] Aug 28 17:49:11.683 INFO O| Aug 28 17:49:11.683 INFO STEP 557 (remove_files) COMPLETE |
5597 | 2024-08-28T17:49:12.954Z | [ recovery-image] Aug 28 17:49:11.683 INFO O| Aug 28 17:49:11.683 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-28T17:49:12.961Z | [ recovery-image] Aug 28 17:49:11.693 INFO O| Aug 28 17:49:11.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5599 | 2024-08-28T17:49:12.963Z | [ recovery-image] Aug 28 17:49:11.693 INFO O| Aug 28 17:49:11.693 INFO STEP 558 (remove_files) COMPLETE |
5600 | 2024-08-28T17:49:12.963Z | [ recovery-image] Aug 28 17:49:11.693 INFO O| Aug 28 17:49:11.693 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-28T17:49:12.971Z | [ recovery-image] Aug 28 17:49:11.702 INFO O| Aug 28 17:49:11.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5602 | 2024-08-28T17:49:12.971Z | [ recovery-image] Aug 28 17:49:11.702 INFO O| Aug 28 17:49:11.702 INFO STEP 559 (remove_files) COMPLETE |
5603 | 2024-08-28T17:49:12.971Z | [ recovery-image] Aug 28 17:49:11.702 INFO O| Aug 28 17:49:11.702 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-28T17:49:12.980Z | [ recovery-image] Aug 28 17:49:11.712 INFO O| Aug 28 17:49:11.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5605 | 2024-08-28T17:49:12.980Z | [ recovery-image] Aug 28 17:49:11.712 INFO O| Aug 28 17:49:11.712 INFO STEP 560 (remove_files) COMPLETE |
5606 | 2024-08-28T17:49:12.984Z | [ recovery-image] Aug 28 17:49:11.712 INFO O| Aug 28 17:49:11.712 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-28T17:49:12.990Z | [ recovery-image] Aug 28 17:49:11.721 INFO O| Aug 28 17:49:11.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5608 | 2024-08-28T17:49:12.990Z | [ recovery-image] Aug 28 17:49:11.721 INFO O| Aug 28 17:49:11.721 INFO STEP 561 (remove_files) COMPLETE |
5609 | 2024-08-28T17:49:12.990Z | [ recovery-image] Aug 28 17:49:11.721 INFO O| Aug 28 17:49:11.721 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-28T17:49:12.999Z | [ recovery-image] Aug 28 17:49:11.731 INFO O| Aug 28 17:49:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5611 | 2024-08-28T17:49:13.001Z | [ recovery-image] Aug 28 17:49:11.731 INFO O| Aug 28 17:49:11.731 INFO STEP 562 (remove_files) COMPLETE |
5612 | 2024-08-28T17:49:13.002Z | [ recovery-image] Aug 28 17:49:11.731 INFO O| Aug 28 17:49:11.731 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-28T17:49:13.008Z | [ recovery-image] Aug 28 17:49:11.740 INFO O| Aug 28 17:49:11.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5614 | 2024-08-28T17:49:13.011Z | [ recovery-image] Aug 28 17:49:11.740 INFO O| Aug 28 17:49:11.740 INFO STEP 563 (remove_files) COMPLETE |
5615 | 2024-08-28T17:49:13.011Z | [ recovery-image] Aug 28 17:49:11.740 INFO O| Aug 28 17:49:11.740 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-28T17:49:13.018Z | [ recovery-image] Aug 28 17:49:11.749 INFO O| Aug 28 17:49:11.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5617 | 2024-08-28T17:49:13.018Z | [ recovery-image] Aug 28 17:49:11.750 INFO O| Aug 28 17:49:11.749 INFO STEP 564 (remove_files) COMPLETE |
5618 | 2024-08-28T17:49:13.021Z | [ recovery-image] Aug 28 17:49:11.750 INFO O| Aug 28 17:49:11.749 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-28T17:49:13.027Z | [ recovery-image] Aug 28 17:49:11.759 INFO O| Aug 28 17:49:11.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5620 | 2024-08-28T17:49:13.027Z | [ recovery-image] Aug 28 17:49:11.759 INFO O| Aug 28 17:49:11.759 INFO STEP 565 (remove_files) COMPLETE |
5621 | 2024-08-28T17:49:13.030Z | [ recovery-image] Aug 28 17:49:11.759 INFO O| Aug 28 17:49:11.759 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-28T17:49:13.037Z | [ recovery-image] Aug 28 17:49:11.768 INFO O| Aug 28 17:49:11.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5623 | 2024-08-28T17:49:13.037Z | [ recovery-image] Aug 28 17:49:11.768 INFO O| Aug 28 17:49:11.768 INFO STEP 566 (remove_files) COMPLETE |
5624 | 2024-08-28T17:49:13.039Z | [ recovery-image] Aug 28 17:49:11.768 INFO O| Aug 28 17:49:11.768 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-28T17:49:13.046Z | [ recovery-image] Aug 28 17:49:11.777 INFO O| Aug 28 17:49:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5626 | 2024-08-28T17:49:13.046Z | [ recovery-image] Aug 28 17:49:11.777 INFO O| Aug 28 17:49:11.777 INFO STEP 567 (remove_files) COMPLETE |
5627 | 2024-08-28T17:49:13.046Z | [ recovery-image] Aug 28 17:49:11.777 INFO O| Aug 28 17:49:11.777 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-28T17:49:13.056Z | [ recovery-image] Aug 28 17:49:11.787 INFO O| Aug 28 17:49:11.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5629 | 2024-08-28T17:49:13.056Z | [ recovery-image] Aug 28 17:49:11.787 INFO O| Aug 28 17:49:11.787 INFO STEP 568 (remove_files) COMPLETE |
5630 | 2024-08-28T17:49:13.058Z | [ recovery-image] Aug 28 17:49:11.787 INFO O| Aug 28 17:49:11.787 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-28T17:49:13.065Z | [ recovery-image] Aug 28 17:49:11.796 INFO O| Aug 28 17:49:11.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5632 | 2024-08-28T17:49:13.065Z | [ recovery-image] Aug 28 17:49:11.796 INFO O| Aug 28 17:49:11.796 INFO STEP 569 (remove_files) COMPLETE |
5633 | 2024-08-28T17:49:13.068Z | [ recovery-image] Aug 28 17:49:11.796 INFO O| Aug 28 17:49:11.796 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-28T17:49:13.074Z | [ recovery-image] Aug 28 17:49:11.806 INFO O| Aug 28 17:49:11.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5635 | 2024-08-28T17:49:13.074Z | [ recovery-image] Aug 28 17:49:11.806 INFO O| Aug 28 17:49:11.806 INFO STEP 570 (remove_files) COMPLETE |
5636 | 2024-08-28T17:49:13.077Z | [ recovery-image] Aug 28 17:49:11.806 INFO O| Aug 28 17:49:11.806 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-28T17:49:13.084Z | [ recovery-image] Aug 28 17:49:11.815 INFO O| Aug 28 17:49:11.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5638 | 2024-08-28T17:49:13.084Z | [ recovery-image] Aug 28 17:49:11.815 INFO O| Aug 28 17:49:11.815 INFO STEP 571 (remove_files) COMPLETE |
5639 | 2024-08-28T17:49:13.086Z | [ recovery-image] Aug 28 17:49:11.815 INFO O| Aug 28 17:49:11.815 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-28T17:49:13.093Z | [ recovery-image] Aug 28 17:49:11.824 INFO O| Aug 28 17:49:11.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5641 | 2024-08-28T17:49:13.095Z | [ recovery-image] Aug 28 17:49:11.824 INFO O| Aug 28 17:49:11.824 INFO STEP 572 (remove_files) COMPLETE |
5642 | 2024-08-28T17:49:13.095Z | [ recovery-image] Aug 28 17:49:11.824 INFO O| Aug 28 17:49:11.824 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-28T17:49:13.102Z | [ recovery-image] Aug 28 17:49:11.834 INFO O| Aug 28 17:49:11.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5644 | 2024-08-28T17:49:13.105Z | [ recovery-image] Aug 28 17:49:11.834 INFO O| Aug 28 17:49:11.834 INFO STEP 573 (remove_files) COMPLETE |
5645 | 2024-08-28T17:49:13.105Z | [ recovery-image] Aug 28 17:49:11.834 INFO O| Aug 28 17:49:11.834 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-28T17:49:13.111Z | [ recovery-image] Aug 28 17:49:11.843 INFO O| Aug 28 17:49:11.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5647 | 2024-08-28T17:49:13.111Z | [ recovery-image] Aug 28 17:49:11.843 INFO O| Aug 28 17:49:11.843 INFO STEP 574 (remove_files) COMPLETE |
5648 | 2024-08-28T17:49:13.114Z | [ recovery-image] Aug 28 17:49:11.843 INFO O| Aug 28 17:49:11.843 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-28T17:49:13.120Z | [ recovery-image] Aug 28 17:49:11.852 INFO O| Aug 28 17:49:11.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5650 | 2024-08-28T17:49:13.121Z | [ recovery-image] Aug 28 17:49:11.852 INFO O| Aug 28 17:49:11.852 INFO STEP 575 (remove_files) COMPLETE |
5651 | 2024-08-28T17:49:13.123Z | [ recovery-image] Aug 28 17:49:11.852 INFO O| Aug 28 17:49:11.852 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-28T17:49:13.130Z | [ recovery-image] Aug 28 17:49:11.861 INFO O| Aug 28 17:49:11.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5653 | 2024-08-28T17:49:13.130Z | [ recovery-image] Aug 28 17:49:11.861 INFO O| Aug 28 17:49:11.861 INFO STEP 576 (remove_files) COMPLETE |
5654 | 2024-08-28T17:49:13.132Z | [ recovery-image] Aug 28 17:49:11.861 INFO O| Aug 28 17:49:11.861 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-28T17:49:13.139Z | [ recovery-image] Aug 28 17:49:11.870 INFO O| Aug 28 17:49:11.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5656 | 2024-08-28T17:49:13.139Z | [ recovery-image] Aug 28 17:49:11.871 INFO O| Aug 28 17:49:11.870 INFO STEP 577 (remove_files) COMPLETE |
5657 | 2024-08-28T17:49:13.141Z | [ recovery-image] Aug 28 17:49:11.871 INFO O| Aug 28 17:49:11.870 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-28T17:49:13.148Z | [ recovery-image] Aug 28 17:49:11.880 INFO O| Aug 28 17:49:11.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5659 | 2024-08-28T17:49:13.148Z | [ recovery-image] Aug 28 17:49:11.880 INFO O| Aug 28 17:49:11.880 INFO STEP 578 (remove_files) COMPLETE |
5660 | 2024-08-28T17:49:13.151Z | [ recovery-image] Aug 28 17:49:11.880 INFO O| Aug 28 17:49:11.880 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-28T17:49:13.157Z | [ recovery-image] Aug 28 17:49:11.889 INFO O| Aug 28 17:49:11.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5662 | 2024-08-28T17:49:13.158Z | [ recovery-image] Aug 28 17:49:11.889 INFO O| Aug 28 17:49:11.889 INFO STEP 579 (remove_files) COMPLETE |
5663 | 2024-08-28T17:49:13.160Z | [ recovery-image] Aug 28 17:49:11.889 INFO O| Aug 28 17:49:11.889 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-28T17:49:13.167Z | [ recovery-image] Aug 28 17:49:11.899 INFO O| Aug 28 17:49:11.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5665 | 2024-08-28T17:49:13.170Z | [ recovery-image] Aug 28 17:49:11.899 INFO O| Aug 28 17:49:11.899 INFO STEP 580 (remove_files) COMPLETE |
5666 | 2024-08-28T17:49:13.170Z | [ recovery-image] Aug 28 17:49:11.899 INFO O| Aug 28 17:49:11.899 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-28T17:49:13.176Z | [ recovery-image] Aug 28 17:49:11.908 INFO O| Aug 28 17:49:11.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5668 | 2024-08-28T17:49:13.176Z | [ recovery-image] Aug 28 17:49:11.908 INFO O| Aug 28 17:49:11.908 INFO STEP 581 (remove_files) COMPLETE |
5669 | 2024-08-28T17:49:13.179Z | [ recovery-image] Aug 28 17:49:11.908 INFO O| Aug 28 17:49:11.908 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-28T17:49:13.187Z | [ recovery-image] Aug 28 17:49:11.917 INFO O| Aug 28 17:49:11.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5671 | 2024-08-28T17:49:13.187Z | [ recovery-image] Aug 28 17:49:11.917 INFO O| Aug 28 17:49:11.917 INFO STEP 582 (remove_files) COMPLETE |
5672 | 2024-08-28T17:49:13.189Z | [ recovery-image] Aug 28 17:49:11.917 INFO O| Aug 28 17:49:11.917 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-28T17:49:13.195Z | [ recovery-image] Aug 28 17:49:11.927 INFO O| Aug 28 17:49:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5674 | 2024-08-28T17:49:13.195Z | [ recovery-image] Aug 28 17:49:11.927 INFO O| Aug 28 17:49:11.927 INFO STEP 583 (remove_files) COMPLETE |
5675 | 2024-08-28T17:49:13.195Z | [ recovery-image] Aug 28 17:49:11.927 INFO O| Aug 28 17:49:11.927 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-28T17:49:13.204Z | [ recovery-image] Aug 28 17:49:11.936 INFO O| Aug 28 17:49:11.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5677 | 2024-08-28T17:49:13.204Z | [ recovery-image] Aug 28 17:49:11.936 INFO O| Aug 28 17:49:11.936 INFO STEP 584 (remove_files) COMPLETE |
5678 | 2024-08-28T17:49:13.204Z | [ recovery-image] Aug 28 17:49:11.936 INFO O| Aug 28 17:49:11.936 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-28T17:49:13.213Z | [ recovery-image] Aug 28 17:49:11.945 INFO O| Aug 28 17:49:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5680 | 2024-08-28T17:49:13.213Z | [ recovery-image] Aug 28 17:49:11.945 INFO O| Aug 28 17:49:11.945 INFO STEP 585 (remove_files) COMPLETE |
5681 | 2024-08-28T17:49:13.216Z | [ recovery-image] Aug 28 17:49:11.945 INFO O| Aug 28 17:49:11.945 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-28T17:49:13.223Z | [ recovery-image] Aug 28 17:49:11.954 INFO O| Aug 28 17:49:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5683 | 2024-08-28T17:49:13.223Z | [ recovery-image] Aug 28 17:49:11.954 INFO O| Aug 28 17:49:11.954 INFO STEP 586 (remove_files) COMPLETE |
5684 | 2024-08-28T17:49:13.225Z | [ recovery-image] Aug 28 17:49:11.954 INFO O| Aug 28 17:49:11.954 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-28T17:49:13.232Z | [ recovery-image] Aug 28 17:49:11.964 INFO O| Aug 28 17:49:11.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5686 | 2024-08-28T17:49:13.232Z | [ recovery-image] Aug 28 17:49:11.964 INFO O| Aug 28 17:49:11.964 INFO STEP 587 (remove_files) COMPLETE |
5687 | 2024-08-28T17:49:13.235Z | [ recovery-image] Aug 28 17:49:11.964 INFO O| Aug 28 17:49:11.964 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-28T17:49:13.241Z | [ recovery-image] Aug 28 17:49:11.973 INFO O| Aug 28 17:49:11.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5689 | 2024-08-28T17:49:13.244Z | [ recovery-image] Aug 28 17:49:11.973 INFO O| Aug 28 17:49:11.973 INFO STEP 588 (remove_files) COMPLETE |
5690 | 2024-08-28T17:49:13.244Z | [ recovery-image] Aug 28 17:49:11.973 INFO O| Aug 28 17:49:11.973 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-28T17:49:13.251Z | [ recovery-image] Aug 28 17:49:11.982 INFO O| Aug 28 17:49:11.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5692 | 2024-08-28T17:49:13.253Z | [ recovery-image] Aug 28 17:49:11.982 INFO O| Aug 28 17:49:11.982 INFO STEP 589 (remove_files) COMPLETE |
5693 | 2024-08-28T17:49:13.253Z | [ recovery-image] Aug 28 17:49:11.982 INFO O| Aug 28 17:49:11.982 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-28T17:49:13.260Z | [ recovery-image] Aug 28 17:49:11.992 INFO O| Aug 28 17:49:11.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5695 | 2024-08-28T17:49:13.262Z | [ recovery-image] Aug 28 17:49:11.992 INFO O| Aug 28 17:49:11.992 INFO STEP 590 (remove_files) COMPLETE |
5696 | 2024-08-28T17:49:13.262Z | [ recovery-image] Aug 28 17:49:11.992 INFO O| Aug 28 17:49:11.992 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-28T17:49:13.270Z | [ recovery-image] Aug 28 17:49:12.001 INFO O| Aug 28 17:49:12.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5698 | 2024-08-28T17:49:13.270Z | [ recovery-image] Aug 28 17:49:12.001 INFO O| Aug 28 17:49:12.001 INFO STEP 591 (remove_files) COMPLETE |
5699 | 2024-08-28T17:49:13.272Z | [ recovery-image] Aug 28 17:49:12.001 INFO O| Aug 28 17:49:12.001 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-28T17:49:13.279Z | [ recovery-image] Aug 28 17:49:12.011 INFO O| Aug 28 17:49:12.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5701 | 2024-08-28T17:49:13.279Z | [ recovery-image] Aug 28 17:49:12.011 INFO O| Aug 28 17:49:12.011 INFO STEP 592 (remove_files) COMPLETE |
5702 | 2024-08-28T17:49:13.282Z | [ recovery-image] Aug 28 17:49:12.011 INFO O| Aug 28 17:49:12.011 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-28T17:49:13.289Z | [ recovery-image] Aug 28 17:49:12.020 INFO O| Aug 28 17:49:12.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5704 | 2024-08-28T17:49:13.291Z | [ recovery-image] Aug 28 17:49:12.021 INFO O| Aug 28 17:49:12.021 INFO STEP 593 (remove_files) COMPLETE |
5705 | 2024-08-28T17:49:13.291Z | [ recovery-image] Aug 28 17:49:12.021 INFO O| Aug 28 17:49:12.021 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-28T17:49:13.299Z | [ recovery-image] Aug 28 17:49:12.030 INFO O| Aug 28 17:49:12.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5707 | 2024-08-28T17:49:13.299Z | [ recovery-image] Aug 28 17:49:12.030 INFO O| Aug 28 17:49:12.030 INFO STEP 594 (remove_files) COMPLETE |
5708 | 2024-08-28T17:49:13.301Z | [ recovery-image] Aug 28 17:49:12.030 INFO O| Aug 28 17:49:12.030 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-28T17:49:13.308Z | [ recovery-image] Aug 28 17:49:12.040 INFO O| Aug 28 17:49:12.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5710 | 2024-08-28T17:49:13.310Z | [ recovery-image] Aug 28 17:49:12.040 INFO O| Aug 28 17:49:12.040 INFO STEP 595 (remove_files) COMPLETE |
5711 | 2024-08-28T17:49:13.310Z | [ recovery-image] Aug 28 17:49:12.040 INFO O| Aug 28 17:49:12.040 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-28T17:49:13.318Z | [ recovery-image] Aug 28 17:49:12.049 INFO O| Aug 28 17:49:12.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5713 | 2024-08-28T17:49:13.320Z | [ recovery-image] Aug 28 17:49:12.049 INFO O| Aug 28 17:49:12.049 INFO STEP 596 (remove_files) COMPLETE |
5714 | 2024-08-28T17:49:13.320Z | [ recovery-image] Aug 28 17:49:12.049 INFO O| Aug 28 17:49:12.049 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-28T17:49:13.328Z | [ recovery-image] Aug 28 17:49:12.059 INFO O| Aug 28 17:49:12.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5716 | 2024-08-28T17:49:13.330Z | [ recovery-image] Aug 28 17:49:12.059 INFO O| Aug 28 17:49:12.059 INFO STEP 597 (remove_files) COMPLETE |
5717 | 2024-08-28T17:49:13.330Z | [ recovery-image] Aug 28 17:49:12.059 INFO O| Aug 28 17:49:12.059 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-28T17:49:13.337Z | [ recovery-image] Aug 28 17:49:12.069 INFO O| Aug 28 17:49:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5719 | 2024-08-28T17:49:13.339Z | [ recovery-image] Aug 28 17:49:12.069 INFO O| Aug 28 17:49:12.069 INFO STEP 598 (remove_files) COMPLETE |
5720 | 2024-08-28T17:49:13.339Z | [ recovery-image] Aug 28 17:49:12.069 INFO O| Aug 28 17:49:12.069 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-28T17:49:13.347Z | [ recovery-image] Aug 28 17:49:12.078 INFO O| Aug 28 17:49:12.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5722 | 2024-08-28T17:49:13.347Z | [ recovery-image] Aug 28 17:49:12.078 INFO O| Aug 28 17:49:12.078 INFO STEP 599 (remove_files) COMPLETE |
5723 | 2024-08-28T17:49:13.350Z | [ recovery-image] Aug 28 17:49:12.078 INFO O| Aug 28 17:49:12.078 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-28T17:49:13.356Z | [ recovery-image] Aug 28 17:49:12.088 INFO O| Aug 28 17:49:12.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5725 | 2024-08-28T17:49:13.358Z | [ recovery-image] Aug 28 17:49:12.088 INFO O| Aug 28 17:49:12.088 INFO STEP 600 (remove_files) COMPLETE |
5726 | 2024-08-28T17:49:13.358Z | [ recovery-image] Aug 28 17:49:12.088 INFO O| Aug 28 17:49:12.088 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-28T17:49:13.366Z | [ recovery-image] Aug 28 17:49:12.097 INFO O| Aug 28 17:49:12.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5728 | 2024-08-28T17:49:13.368Z | [ recovery-image] Aug 28 17:49:12.097 INFO O| Aug 28 17:49:12.097 INFO STEP 601 (remove_files) COMPLETE |
5729 | 2024-08-28T17:49:13.368Z | [ recovery-image] Aug 28 17:49:12.098 INFO O| Aug 28 17:49:12.097 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-28T17:49:13.376Z | [ recovery-image] Aug 28 17:49:12.108 INFO O| Aug 28 17:49:12.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5731 | 2024-08-28T17:49:13.379Z | [ recovery-image] Aug 28 17:49:12.108 INFO O| Aug 28 17:49:12.108 INFO STEP 602 (remove_files) COMPLETE |
5732 | 2024-08-28T17:49:13.379Z | [ recovery-image] Aug 28 17:49:12.108 INFO O| Aug 28 17:49:12.108 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-28T17:49:13.386Z | [ recovery-image] Aug 28 17:49:12.118 INFO O| Aug 28 17:49:12.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5734 | 2024-08-28T17:49:13.389Z | [ recovery-image] Aug 28 17:49:12.118 INFO O| Aug 28 17:49:12.118 INFO STEP 603 (remove_files) COMPLETE |
5735 | 2024-08-28T17:49:13.389Z | [ recovery-image] Aug 28 17:49:12.118 INFO O| Aug 28 17:49:12.118 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-28T17:49:13.396Z | [ recovery-image] Aug 28 17:49:12.127 INFO O| Aug 28 17:49:12.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5737 | 2024-08-28T17:49:13.396Z | [ recovery-image] Aug 28 17:49:12.127 INFO O| Aug 28 17:49:12.127 INFO STEP 604 (remove_files) COMPLETE |
5738 | 2024-08-28T17:49:13.398Z | [ recovery-image] Aug 28 17:49:12.127 INFO O| Aug 28 17:49:12.127 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-28T17:49:13.405Z | [ recovery-image] Aug 28 17:49:12.137 INFO O| Aug 28 17:49:12.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5740 | 2024-08-28T17:49:13.405Z | [ recovery-image] Aug 28 17:49:12.137 INFO O| Aug 28 17:49:12.137 INFO STEP 605 (remove_files) COMPLETE |
5741 | 2024-08-28T17:49:13.405Z | [ recovery-image] Aug 28 17:49:12.137 INFO O| Aug 28 17:49:12.137 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-08-28T17:49:13.415Z | [ recovery-image] Aug 28 17:49:12.146 INFO O| Aug 28 17:49:12.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5743 | 2024-08-28T17:49:13.417Z | [ recovery-image] Aug 28 17:49:12.146 INFO O| Aug 28 17:49:12.146 INFO STEP 606 (remove_files) COMPLETE |
5744 | 2024-08-28T17:49:13.417Z | [ recovery-image] Aug 28 17:49:12.146 INFO O| Aug 28 17:49:12.146 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-08-28T17:49:13.424Z | [ recovery-image] Aug 28 17:49:12.155 INFO O| Aug 28 17:49:12.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5746 | 2024-08-28T17:49:13.424Z | [ recovery-image] Aug 28 17:49:12.156 INFO O| Aug 28 17:49:12.156 INFO STEP 607 (remove_files) COMPLETE |
5747 | 2024-08-28T17:49:13.426Z | [ recovery-image] Aug 28 17:49:12.156 INFO O| Aug 28 17:49:12.156 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-08-28T17:49:13.433Z | [ recovery-image] Aug 28 17:49:12.165 INFO O| Aug 28 17:49:12.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5749 | 2024-08-28T17:49:13.433Z | [ recovery-image] Aug 28 17:49:12.165 INFO O| Aug 28 17:49:12.165 INFO STEP 608 (remove_files) COMPLETE |
5750 | 2024-08-28T17:49:13.436Z | [ recovery-image] Aug 28 17:49:12.165 INFO O| Aug 28 17:49:12.165 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-28T17:49:13.443Z | [ recovery-image] Aug 28 17:49:12.174 INFO O| Aug 28 17:49:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5752 | 2024-08-28T17:49:13.443Z | [ recovery-image] Aug 28 17:49:12.174 INFO O| Aug 28 17:49:12.174 INFO STEP 609 (remove_files) COMPLETE |
5753 | 2024-08-28T17:49:13.445Z | [ recovery-image] Aug 28 17:49:12.174 INFO O| Aug 28 17:49:12.174 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-08-28T17:49:13.453Z | [ recovery-image] Aug 28 17:49:12.183 INFO O| Aug 28 17:49:12.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5755 | 2024-08-28T17:49:13.453Z | [ recovery-image] Aug 28 17:49:12.183 INFO O| Aug 28 17:49:12.183 INFO STEP 610 (remove_files) COMPLETE |
5756 | 2024-08-28T17:49:13.453Z | [ recovery-image] Aug 28 17:49:12.183 INFO O| Aug 28 17:49:12.183 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-28T17:49:13.461Z | [ recovery-image] Aug 28 17:49:12.192 INFO O| Aug 28 17:49:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5758 | 2024-08-28T17:49:13.461Z | [ recovery-image] Aug 28 17:49:12.193 INFO O| Aug 28 17:49:12.192 INFO STEP 611 (remove_files) COMPLETE |
5759 | 2024-08-28T17:49:13.461Z | [ recovery-image] Aug 28 17:49:12.193 INFO O| Aug 28 17:49:12.192 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-08-28T17:49:13.471Z | [ recovery-image] Aug 28 17:49:12.202 INFO O| Aug 28 17:49:12.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5761 | 2024-08-28T17:49:13.471Z | [ recovery-image] Aug 28 17:49:12.202 INFO O| Aug 28 17:49:12.202 INFO STEP 612 (remove_files) COMPLETE |
5762 | 2024-08-28T17:49:13.473Z | [ recovery-image] Aug 28 17:49:12.202 INFO O| Aug 28 17:49:12.202 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-08-28T17:49:13.480Z | [ recovery-image] Aug 28 17:49:12.211 INFO O| Aug 28 17:49:12.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5764 | 2024-08-28T17:49:13.480Z | [ recovery-image] Aug 28 17:49:12.212 INFO O| Aug 28 17:49:12.212 INFO STEP 613 (remove_files) COMPLETE |
5765 | 2024-08-28T17:49:13.483Z | [ recovery-image] Aug 28 17:49:12.212 INFO O| Aug 28 17:49:12.212 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-08-28T17:49:13.489Z | [ recovery-image] Aug 28 17:49:12.221 INFO O| Aug 28 17:49:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5767 | 2024-08-28T17:49:13.489Z | [ recovery-image] Aug 28 17:49:12.221 INFO O| Aug 28 17:49:12.221 INFO STEP 614 (remove_files) COMPLETE |
5768 | 2024-08-28T17:49:13.489Z | [ recovery-image] Aug 28 17:49:12.221 INFO O| Aug 28 17:49:12.221 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-08-28T17:49:13.499Z | [ recovery-image] Aug 28 17:49:12.230 INFO O| Aug 28 17:49:12.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5770 | 2024-08-28T17:49:13.501Z | [ recovery-image] Aug 28 17:49:12.230 INFO O| Aug 28 17:49:12.230 INFO STEP 615 (remove_files) COMPLETE |
5771 | 2024-08-28T17:49:13.501Z | [ recovery-image] Aug 28 17:49:12.230 INFO O| Aug 28 17:49:12.230 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-08-28T17:49:13.508Z | [ recovery-image] Aug 28 17:49:12.239 INFO O| Aug 28 17:49:12.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5773 | 2024-08-28T17:49:13.508Z | [ recovery-image] Aug 28 17:49:12.239 INFO O| Aug 28 17:49:12.239 INFO STEP 616 (remove_files) COMPLETE |
5774 | 2024-08-28T17:49:13.510Z | [ recovery-image] Aug 28 17:49:12.239 INFO O| Aug 28 17:49:12.239 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-28T17:49:13.517Z | [ recovery-image] Aug 28 17:49:12.248 INFO O| Aug 28 17:49:12.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5776 | 2024-08-28T17:49:13.517Z | [ recovery-image] Aug 28 17:49:12.249 INFO O| Aug 28 17:49:12.248 INFO STEP 617 (remove_files) COMPLETE |
5777 | 2024-08-28T17:49:13.517Z | [ recovery-image] Aug 28 17:49:12.249 INFO O| Aug 28 17:49:12.249 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-28T17:49:13.526Z | [ recovery-image] Aug 28 17:49:12.258 INFO O| Aug 28 17:49:12.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5779 | 2024-08-28T17:49:13.526Z | [ recovery-image] Aug 28 17:49:12.258 INFO O| Aug 28 17:49:12.258 INFO STEP 618 (remove_files) COMPLETE |
5780 | 2024-08-28T17:49:13.529Z | [ recovery-image] Aug 28 17:49:12.258 INFO O| Aug 28 17:49:12.258 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-08-28T17:49:13.536Z | [ recovery-image] Aug 28 17:49:12.267 INFO O| Aug 28 17:49:12.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5782 | 2024-08-28T17:49:13.538Z | [ recovery-image] Aug 28 17:49:12.267 INFO O| Aug 28 17:49:12.267 INFO STEP 619 (remove_files) COMPLETE |
5783 | 2024-08-28T17:49:13.538Z | [ recovery-image] Aug 28 17:49:12.267 INFO O| Aug 28 17:49:12.267 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-08-28T17:49:13.545Z | [ recovery-image] Aug 28 17:49:12.276 INFO O| Aug 28 17:49:12.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5785 | 2024-08-28T17:49:13.545Z | [ recovery-image] Aug 28 17:49:12.276 INFO O| Aug 28 17:49:12.276 INFO STEP 620 (remove_files) COMPLETE |
5786 | 2024-08-28T17:49:13.545Z | [ recovery-image] Aug 28 17:49:12.276 INFO O| Aug 28 17:49:12.276 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-28T17:49:13.554Z | [ recovery-image] Aug 28 17:49:12.285 INFO O| Aug 28 17:49:12.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5788 | 2024-08-28T17:49:13.556Z | [ recovery-image] Aug 28 17:49:12.285 INFO O| Aug 28 17:49:12.285 INFO STEP 621 (remove_files) COMPLETE |
5789 | 2024-08-28T17:49:13.556Z | [ recovery-image] Aug 28 17:49:12.286 INFO O| Aug 28 17:49:12.285 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-28T17:49:13.563Z | [ recovery-image] Aug 28 17:49:12.295 INFO O| Aug 28 17:49:12.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5791 | 2024-08-28T17:49:13.566Z | [ recovery-image] Aug 28 17:49:12.295 INFO O| Aug 28 17:49:12.295 INFO STEP 622 (remove_files) COMPLETE |
5792 | 2024-08-28T17:49:13.566Z | [ recovery-image] Aug 28 17:49:12.295 INFO O| Aug 28 17:49:12.295 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-28T17:49:13.573Z | [ recovery-image] Aug 28 17:49:12.304 INFO O| Aug 28 17:49:12.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5794 | 2024-08-28T17:49:13.573Z | [ recovery-image] Aug 28 17:49:12.304 INFO O| Aug 28 17:49:12.304 INFO STEP 623 (remove_files) COMPLETE |
5795 | 2024-08-28T17:49:13.573Z | [ recovery-image] Aug 28 17:49:12.304 INFO O| Aug 28 17:49:12.304 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-28T17:49:13.582Z | [ recovery-image] Aug 28 17:49:12.313 INFO O| Aug 28 17:49:12.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5797 | 2024-08-28T17:49:13.587Z | [ recovery-image] Aug 28 17:49:12.313 INFO O| Aug 28 17:49:12.313 INFO STEP 624 (remove_files) COMPLETE |
5798 | 2024-08-28T17:49:13.587Z | [ recovery-image] Aug 28 17:49:12.313 INFO O| Aug 28 17:49:12.313 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-28T17:49:13.591Z | [ recovery-image] Aug 28 17:49:12.323 INFO O| Aug 28 17:49:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5800 | 2024-08-28T17:49:13.594Z | [ recovery-image] Aug 28 17:49:12.323 INFO O| Aug 28 17:49:12.323 INFO STEP 625 (remove_files) COMPLETE |
5801 | 2024-08-28T17:49:13.594Z | [ recovery-image] Aug 28 17:49:12.323 INFO O| Aug 28 17:49:12.323 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-28T17:49:13.600Z | [ recovery-image] Aug 28 17:49:12.332 INFO O| Aug 28 17:49:12.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5803 | 2024-08-28T17:49:13.603Z | [ recovery-image] Aug 28 17:49:12.332 INFO O| Aug 28 17:49:12.332 INFO STEP 626 (remove_files) COMPLETE |
5804 | 2024-08-28T17:49:13.603Z | [ recovery-image] Aug 28 17:49:12.332 INFO O| Aug 28 17:49:12.332 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-28T17:49:13.610Z | [ recovery-image] Aug 28 17:49:12.341 INFO O| Aug 28 17:49:12.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5806 | 2024-08-28T17:49:13.612Z | [ recovery-image] Aug 28 17:49:12.341 INFO O| Aug 28 17:49:12.341 INFO STEP 627 (remove_files) COMPLETE |
5807 | 2024-08-28T17:49:13.612Z | [ recovery-image] Aug 28 17:49:12.341 INFO O| Aug 28 17:49:12.341 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-28T17:49:13.619Z | [ recovery-image] Aug 28 17:49:12.350 INFO O| Aug 28 17:49:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5809 | 2024-08-28T17:49:13.619Z | [ recovery-image] Aug 28 17:49:12.350 INFO O| Aug 28 17:49:12.350 INFO STEP 628 (remove_files) COMPLETE |
5810 | 2024-08-28T17:49:13.622Z | [ recovery-image] Aug 28 17:49:12.350 INFO O| Aug 28 17:49:12.350 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-28T17:49:13.628Z | [ recovery-image] Aug 28 17:49:12.360 INFO O| Aug 28 17:49:12.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5812 | 2024-08-28T17:49:13.628Z | [ recovery-image] Aug 28 17:49:12.360 INFO O| Aug 28 17:49:12.360 INFO STEP 629 (remove_files) COMPLETE |
5813 | 2024-08-28T17:49:13.631Z | [ recovery-image] Aug 28 17:49:12.360 INFO O| Aug 28 17:49:12.360 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-28T17:49:13.637Z | [ recovery-image] Aug 28 17:49:12.369 INFO O| Aug 28 17:49:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5815 | 2024-08-28T17:49:13.637Z | [ recovery-image] Aug 28 17:49:12.369 INFO O| Aug 28 17:49:12.369 INFO STEP 630 (remove_files) COMPLETE |
5816 | 2024-08-28T17:49:13.638Z | [ recovery-image] Aug 28 17:49:12.369 INFO O| Aug 28 17:49:12.369 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-28T17:49:13.647Z | [ recovery-image] Aug 28 17:49:12.378 INFO O| Aug 28 17:49:12.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5818 | 2024-08-28T17:49:13.647Z | [ recovery-image] Aug 28 17:49:12.378 INFO O| Aug 28 17:49:12.378 INFO STEP 631 (remove_files) COMPLETE |
5819 | 2024-08-28T17:49:13.649Z | [ recovery-image] Aug 28 17:49:12.378 INFO O| Aug 28 17:49:12.378 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-28T17:49:13.656Z | [ recovery-image] Aug 28 17:49:12.387 INFO O| Aug 28 17:49:12.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5821 | 2024-08-28T17:49:13.656Z | [ recovery-image] Aug 28 17:49:12.387 INFO O| Aug 28 17:49:12.387 INFO STEP 632 (remove_files) COMPLETE |
5822 | 2024-08-28T17:49:13.658Z | [ recovery-image] Aug 28 17:49:12.387 INFO O| Aug 28 17:49:12.387 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-28T17:49:13.665Z | [ recovery-image] Aug 28 17:49:12.396 INFO O| Aug 28 17:49:12.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5824 | 2024-08-28T17:49:13.665Z | [ recovery-image] Aug 28 17:49:12.397 INFO O| Aug 28 17:49:12.396 INFO STEP 633 (remove_files) COMPLETE |
5825 | 2024-08-28T17:49:13.669Z | [ recovery-image] Aug 28 17:49:12.397 INFO O| Aug 28 17:49:12.397 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-28T17:49:13.674Z | [ recovery-image] Aug 28 17:49:12.406 INFO O| Aug 28 17:49:12.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5827 | 2024-08-28T17:49:13.675Z | [ recovery-image] Aug 28 17:49:12.406 INFO O| Aug 28 17:49:12.406 INFO STEP 634 (remove_files) COMPLETE |
5828 | 2024-08-28T17:49:13.675Z | [ recovery-image] Aug 28 17:49:12.406 INFO O| Aug 28 17:49:12.406 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-28T17:49:13.684Z | [ recovery-image] Aug 28 17:49:12.415 INFO O| Aug 28 17:49:12.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5830 | 2024-08-28T17:49:13.684Z | [ recovery-image] Aug 28 17:49:12.415 INFO O| Aug 28 17:49:12.415 INFO STEP 635 (remove_files) COMPLETE |
5831 | 2024-08-28T17:49:13.686Z | [ recovery-image] Aug 28 17:49:12.415 INFO O| Aug 28 17:49:12.415 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-28T17:49:13.693Z | [ recovery-image] Aug 28 17:49:12.425 INFO O| Aug 28 17:49:12.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5833 | 2024-08-28T17:49:13.696Z | [ recovery-image] Aug 28 17:49:12.425 INFO O| Aug 28 17:49:12.425 INFO STEP 636 (remove_files) COMPLETE |
5834 | 2024-08-28T17:49:13.696Z | [ recovery-image] Aug 28 17:49:12.425 INFO O| Aug 28 17:49:12.425 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-28T17:49:13.703Z | [ recovery-image] Aug 28 17:49:12.434 INFO O| Aug 28 17:49:12.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5836 | 2024-08-28T17:49:13.703Z | [ recovery-image] Aug 28 17:49:12.434 INFO O| Aug 28 17:49:12.434 INFO STEP 637 (remove_files) COMPLETE |
5837 | 2024-08-28T17:49:13.705Z | [ recovery-image] Aug 28 17:49:12.434 INFO O| Aug 28 17:49:12.434 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-28T17:49:13.713Z | [ recovery-image] Aug 28 17:49:12.444 INFO O| Aug 28 17:49:12.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5839 | 2024-08-28T17:49:13.713Z | [ recovery-image] Aug 28 17:49:12.444 INFO O| Aug 28 17:49:12.444 INFO STEP 638 (remove_files) COMPLETE |
5840 | 2024-08-28T17:49:13.713Z | [ recovery-image] Aug 28 17:49:12.444 INFO O| Aug 28 17:49:12.444 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-28T17:49:13.722Z | [ recovery-image] Aug 28 17:49:12.454 INFO O| Aug 28 17:49:12.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5842 | 2024-08-28T17:49:13.722Z | [ recovery-image] Aug 28 17:49:12.454 INFO O| Aug 28 17:49:12.454 INFO STEP 639 (remove_files) COMPLETE |
5843 | 2024-08-28T17:49:13.725Z | [ recovery-image] Aug 28 17:49:12.454 INFO O| Aug 28 17:49:12.454 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-28T17:49:13.732Z | [ recovery-image] Aug 28 17:49:12.463 INFO O| Aug 28 17:49:12.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5845 | 2024-08-28T17:49:13.732Z | [ recovery-image] Aug 28 17:49:12.463 INFO O| Aug 28 17:49:12.463 INFO STEP 640 (remove_files) COMPLETE |
5846 | 2024-08-28T17:49:13.734Z | [ recovery-image] Aug 28 17:49:12.463 INFO O| Aug 28 17:49:12.463 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-28T17:49:13.741Z | [ recovery-image] Aug 28 17:49:12.473 INFO O| Aug 28 17:49:12.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5848 | 2024-08-28T17:49:13.744Z | [ recovery-image] Aug 28 17:49:12.473 INFO O| Aug 28 17:49:12.473 INFO STEP 641 (remove_files) COMPLETE |
5849 | 2024-08-28T17:49:13.744Z | [ recovery-image] Aug 28 17:49:12.473 INFO O| Aug 28 17:49:12.473 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-28T17:49:13.751Z | [ recovery-image] Aug 28 17:49:12.482 INFO O| Aug 28 17:49:12.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5851 | 2024-08-28T17:49:13.751Z | [ recovery-image] Aug 28 17:49:12.482 INFO O| Aug 28 17:49:12.482 INFO STEP 642 (remove_files) COMPLETE |
5852 | 2024-08-28T17:49:13.753Z | [ recovery-image] Aug 28 17:49:12.482 INFO O| Aug 28 17:49:12.482 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-28T17:49:13.760Z | [ recovery-image] Aug 28 17:49:12.491 INFO O| Aug 28 17:49:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5854 | 2024-08-28T17:49:13.762Z | [ recovery-image] Aug 28 17:49:12.492 INFO O| Aug 28 17:49:12.492 INFO STEP 643 (remove_files) COMPLETE |
5855 | 2024-08-28T17:49:13.762Z | [ recovery-image] Aug 28 17:49:12.492 INFO O| Aug 28 17:49:12.492 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-28T17:49:13.771Z | [ recovery-image] Aug 28 17:49:12.501 INFO O| Aug 28 17:49:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5857 | 2024-08-28T17:49:13.773Z | [ recovery-image] Aug 28 17:49:12.501 INFO O| Aug 28 17:49:12.501 INFO STEP 644 (remove_files) COMPLETE |
5858 | 2024-08-28T17:49:13.773Z | [ recovery-image] Aug 28 17:49:12.501 INFO O| Aug 28 17:49:12.501 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-28T17:49:13.779Z | [ recovery-image] Aug 28 17:49:12.510 INFO O| Aug 28 17:49:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5860 | 2024-08-28T17:49:13.779Z | [ recovery-image] Aug 28 17:49:12.511 INFO O| Aug 28 17:49:12.511 INFO STEP 645 (remove_files) COMPLETE |
5861 | 2024-08-28T17:49:13.782Z | [ recovery-image] Aug 28 17:49:12.511 INFO O| Aug 28 17:49:12.511 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-28T17:49:13.789Z | [ recovery-image] Aug 28 17:49:12.520 INFO O| Aug 28 17:49:12.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5863 | 2024-08-28T17:49:13.789Z | [ recovery-image] Aug 28 17:49:12.520 INFO O| Aug 28 17:49:12.520 INFO STEP 646 (remove_files) COMPLETE |
5864 | 2024-08-28T17:49:13.789Z | [ recovery-image] Aug 28 17:49:12.520 INFO O| Aug 28 17:49:12.520 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-28T17:49:13.798Z | [ recovery-image] Aug 28 17:49:12.529 INFO O| Aug 28 17:49:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5866 | 2024-08-28T17:49:13.800Z | [ recovery-image] Aug 28 17:49:12.530 INFO O| Aug 28 17:49:12.529 INFO STEP 647 (remove_files) COMPLETE |
5867 | 2024-08-28T17:49:13.800Z | [ recovery-image] Aug 28 17:49:12.530 INFO O| Aug 28 17:49:12.529 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-28T17:49:13.807Z | [ recovery-image] Aug 28 17:49:12.539 INFO O| Aug 28 17:49:12.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5869 | 2024-08-28T17:49:13.807Z | [ recovery-image] Aug 28 17:49:12.539 INFO O| Aug 28 17:49:12.539 INFO STEP 648 (remove_files) COMPLETE |
5870 | 2024-08-28T17:49:13.810Z | [ recovery-image] Aug 28 17:49:12.539 INFO O| Aug 28 17:49:12.539 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-28T17:49:13.817Z | [ recovery-image] Aug 28 17:49:12.548 INFO O| Aug 28 17:49:12.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5872 | 2024-08-28T17:49:13.819Z | [ recovery-image] Aug 28 17:49:12.548 INFO O| Aug 28 17:49:12.548 INFO STEP 649 (remove_files) COMPLETE |
5873 | 2024-08-28T17:49:13.819Z | [ recovery-image] Aug 28 17:49:12.548 INFO O| Aug 28 17:49:12.548 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-28T17:49:13.826Z | [ recovery-image] Aug 28 17:49:12.558 INFO O| Aug 28 17:49:12.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5875 | 2024-08-28T17:49:13.829Z | [ recovery-image] Aug 28 17:49:12.558 INFO O| Aug 28 17:49:12.558 INFO STEP 650 (remove_files) COMPLETE |
5876 | 2024-08-28T17:49:13.829Z | [ recovery-image] Aug 28 17:49:12.558 INFO O| Aug 28 17:49:12.558 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-08-28T17:49:13.836Z | [ recovery-image] Aug 28 17:49:12.567 INFO O| Aug 28 17:49:12.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5878 | 2024-08-28T17:49:13.838Z | [ recovery-image] Aug 28 17:49:12.567 INFO O| Aug 28 17:49:12.567 INFO STEP 651 (remove_files) COMPLETE |
5879 | 2024-08-28T17:49:13.838Z | [ recovery-image] Aug 28 17:49:12.567 INFO O| Aug 28 17:49:12.567 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-08-28T17:49:13.845Z | [ recovery-image] Aug 28 17:49:12.577 INFO O| Aug 28 17:49:12.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5881 | 2024-08-28T17:49:13.848Z | [ recovery-image] Aug 28 17:49:12.577 INFO O| Aug 28 17:49:12.577 INFO STEP 652 (remove_files) COMPLETE |
5882 | 2024-08-28T17:49:13.848Z | [ recovery-image] Aug 28 17:49:12.577 INFO O| Aug 28 17:49:12.577 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-28T17:49:13.855Z | [ recovery-image] Aug 28 17:49:12.586 INFO O| Aug 28 17:49:12.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5884 | 2024-08-28T17:49:13.858Z | [ recovery-image] Aug 28 17:49:12.586 INFO O| Aug 28 17:49:12.586 INFO STEP 653 (remove_files) COMPLETE |
5885 | 2024-08-28T17:49:13.858Z | [ recovery-image] Aug 28 17:49:12.586 INFO O| Aug 28 17:49:12.586 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-28T17:49:13.864Z | [ recovery-image] Aug 28 17:49:12.596 INFO O| Aug 28 17:49:12.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5887 | 2024-08-28T17:49:13.864Z | [ recovery-image] Aug 28 17:49:12.596 INFO O| Aug 28 17:49:12.596 INFO STEP 654 (remove_files) COMPLETE |
5888 | 2024-08-28T17:49:13.866Z | [ recovery-image] Aug 28 17:49:12.596 INFO O| Aug 28 17:49:12.596 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-28T17:49:13.874Z | [ recovery-image] Aug 28 17:49:12.605 INFO O| Aug 28 17:49:12.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5890 | 2024-08-28T17:49:13.874Z | [ recovery-image] Aug 28 17:49:12.605 INFO O| Aug 28 17:49:12.605 INFO STEP 655 (remove_files) COMPLETE |
5891 | 2024-08-28T17:49:13.876Z | [ recovery-image] Aug 28 17:49:12.605 INFO O| Aug 28 17:49:12.605 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-28T17:49:13.883Z | [ recovery-image] Aug 28 17:49:12.615 INFO O| Aug 28 17:49:12.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5893 | 2024-08-28T17:49:13.886Z | [ recovery-image] Aug 28 17:49:12.615 INFO O| Aug 28 17:49:12.615 INFO STEP 656 (remove_files) COMPLETE |
5894 | 2024-08-28T17:49:13.886Z | [ recovery-image] Aug 28 17:49:12.615 INFO O| Aug 28 17:49:12.615 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-28T17:49:13.893Z | [ recovery-image] Aug 28 17:49:12.624 INFO O| Aug 28 17:49:12.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5896 | 2024-08-28T17:49:13.895Z | [ recovery-image] Aug 28 17:49:12.624 INFO O| Aug 28 17:49:12.624 INFO STEP 657 (remove_files) COMPLETE |
5897 | 2024-08-28T17:49:13.895Z | [ recovery-image] Aug 28 17:49:12.624 INFO O| Aug 28 17:49:12.624 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-28T17:49:13.902Z | [ recovery-image] Aug 28 17:49:12.634 INFO O| Aug 28 17:49:12.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5899 | 2024-08-28T17:49:13.902Z | [ recovery-image] Aug 28 17:49:12.634 INFO O| Aug 28 17:49:12.634 INFO STEP 658 (remove_files) COMPLETE |
5900 | 2024-08-28T17:49:13.902Z | [ recovery-image] Aug 28 17:49:12.634 INFO O| Aug 28 17:49:12.634 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-08-28T17:49:13.912Z | [ recovery-image] Aug 28 17:49:12.643 INFO O| Aug 28 17:49:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5902 | 2024-08-28T17:49:13.914Z | [ recovery-image] Aug 28 17:49:12.643 INFO O| Aug 28 17:49:12.643 INFO STEP 659 (remove_files) COMPLETE |
5903 | 2024-08-28T17:49:13.914Z | [ recovery-image] Aug 28 17:49:12.643 INFO O| Aug 28 17:49:12.643 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-08-28T17:49:13.921Z | [ recovery-image] Aug 28 17:49:12.653 INFO O| Aug 28 17:49:12.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5905 | 2024-08-28T17:49:13.924Z | [ recovery-image] Aug 28 17:49:12.653 INFO O| Aug 28 17:49:12.653 INFO STEP 660 (remove_files) COMPLETE |
5906 | 2024-08-28T17:49:13.924Z | [ recovery-image] Aug 28 17:49:12.653 INFO O| Aug 28 17:49:12.653 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-08-28T17:49:13.931Z | [ recovery-image] Aug 28 17:49:12.662 INFO O| Aug 28 17:49:12.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5908 | 2024-08-28T17:49:13.931Z | [ recovery-image] Aug 28 17:49:12.662 INFO O| Aug 28 17:49:12.662 INFO STEP 661 (remove_files) COMPLETE |
5909 | 2024-08-28T17:49:13.933Z | [ recovery-image] Aug 28 17:49:12.662 INFO O| Aug 28 17:49:12.662 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-08-28T17:49:13.940Z | [ recovery-image] Aug 28 17:49:12.671 INFO O| Aug 28 17:49:12.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5911 | 2024-08-28T17:49:13.940Z | [ recovery-image] Aug 28 17:49:12.672 INFO O| Aug 28 17:49:12.672 INFO STEP 662 (remove_files) COMPLETE |
5912 | 2024-08-28T17:49:13.949Z | [ recovery-image] Aug 28 17:49:12.672 INFO O| Aug 28 17:49:12.672 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-08-28T17:49:13.951Z | [ recovery-image] Aug 28 17:49:12.681 INFO O| Aug 28 17:49:12.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5914 | 2024-08-28T17:49:13.951Z | [ recovery-image] Aug 28 17:49:12.681 INFO O| Aug 28 17:49:12.681 INFO STEP 663 (remove_files) COMPLETE |
5915 | 2024-08-28T17:49:13.951Z | [ recovery-image] Aug 28 17:49:12.681 INFO O| Aug 28 17:49:12.681 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-08-28T17:49:13.960Z | [ recovery-image] Aug 28 17:49:12.690 INFO O| Aug 28 17:49:12.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5917 | 2024-08-28T17:49:13.960Z | [ recovery-image] Aug 28 17:49:12.690 INFO O| Aug 28 17:49:12.690 INFO STEP 664 (remove_files) COMPLETE |
5918 | 2024-08-28T17:49:13.963Z | [ recovery-image] Aug 28 17:49:12.691 INFO O| Aug 28 17:49:12.690 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-08-28T17:49:13.968Z | [ recovery-image] Aug 28 17:49:12.700 INFO O| Aug 28 17:49:12.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5920 | 2024-08-28T17:49:13.968Z | [ recovery-image] Aug 28 17:49:12.700 INFO O| Aug 28 17:49:12.700 INFO STEP 665 (remove_files) COMPLETE |
5921 | 2024-08-28T17:49:13.968Z | [ recovery-image] Aug 28 17:49:12.700 INFO O| Aug 28 17:49:12.700 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-08-28T17:49:13.979Z | [ recovery-image] Aug 28 17:49:12.709 INFO O| Aug 28 17:49:12.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5923 | 2024-08-28T17:49:13.981Z | [ recovery-image] Aug 28 17:49:12.709 INFO O| Aug 28 17:49:12.709 INFO STEP 666 (remove_files) COMPLETE |
5924 | 2024-08-28T17:49:13.981Z | [ recovery-image] Aug 28 17:49:12.709 INFO O| Aug 28 17:49:12.709 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-08-28T17:49:13.987Z | [ recovery-image] Aug 28 17:49:12.719 INFO O| Aug 28 17:49:12.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5926 | 2024-08-28T17:49:13.989Z | [ recovery-image] Aug 28 17:49:12.719 INFO O| Aug 28 17:49:12.719 INFO STEP 667 (remove_files) COMPLETE |
5927 | 2024-08-28T17:49:13.989Z | [ recovery-image] Aug 28 17:49:12.719 INFO O| Aug 28 17:49:12.719 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-28T17:49:13.997Z | [ recovery-image] Aug 28 17:49:12.728 INFO O| Aug 28 17:49:12.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5929 | 2024-08-28T17:49:13.997Z | [ recovery-image] Aug 28 17:49:12.728 INFO O| Aug 28 17:49:12.728 INFO STEP 668 (remove_files) COMPLETE |
5930 | 2024-08-28T17:49:13.997Z | [ recovery-image] Aug 28 17:49:12.728 INFO O| Aug 28 17:49:12.728 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-28T17:49:14.006Z | [ recovery-image] Aug 28 17:49:12.737 INFO O| Aug 28 17:49:12.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5932 | 2024-08-28T17:49:14.006Z | [ recovery-image] Aug 28 17:49:12.737 INFO O| Aug 28 17:49:12.737 INFO STEP 669 (remove_files) COMPLETE |
5933 | 2024-08-28T17:49:14.006Z | [ recovery-image] Aug 28 17:49:12.737 INFO O| Aug 28 17:49:12.737 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-08-28T17:49:14.015Z | [ recovery-image] Aug 28 17:49:12.746 INFO O| Aug 28 17:49:12.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5935 | 2024-08-28T17:49:14.015Z | [ recovery-image] Aug 28 17:49:12.747 INFO O| Aug 28 17:49:12.747 INFO STEP 670 (remove_files) COMPLETE |
5936 | 2024-08-28T17:49:14.015Z | [ recovery-image] Aug 28 17:49:12.747 INFO O| Aug 28 17:49:12.747 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-08-28T17:49:14.024Z | [ recovery-image] Aug 28 17:49:12.756 INFO O| Aug 28 17:49:12.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5938 | 2024-08-28T17:49:14.024Z | [ recovery-image] Aug 28 17:49:12.756 INFO O| Aug 28 17:49:12.756 INFO STEP 671 (remove_files) COMPLETE |
5939 | 2024-08-28T17:49:14.027Z | [ recovery-image] Aug 28 17:49:12.756 INFO O| Aug 28 17:49:12.756 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-08-28T17:49:14.034Z | [ recovery-image] Aug 28 17:49:12.765 INFO O| Aug 28 17:49:12.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5941 | 2024-08-28T17:49:14.042Z | [ recovery-image] Aug 28 17:49:12.765 INFO O| Aug 28 17:49:12.765 INFO STEP 672 (remove_files) COMPLETE |
5942 | 2024-08-28T17:49:14.042Z | [ recovery-image] Aug 28 17:49:12.765 INFO O| Aug 28 17:49:12.765 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-08-28T17:49:14.045Z | [ recovery-image] Aug 28 17:49:12.774 INFO O| Aug 28 17:49:12.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5944 | 2024-08-28T17:49:14.045Z | [ recovery-image] Aug 28 17:49:12.775 INFO O| Aug 28 17:49:12.774 INFO STEP 673 (remove_files) COMPLETE |
5945 | 2024-08-28T17:49:14.045Z | [ recovery-image] Aug 28 17:49:12.775 INFO O| Aug 28 17:49:12.775 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-08-28T17:49:14.052Z | [ recovery-image] Aug 28 17:49:12.784 INFO O| Aug 28 17:49:12.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5947 | 2024-08-28T17:49:14.055Z | [ recovery-image] Aug 28 17:49:12.784 INFO O| Aug 28 17:49:12.784 INFO STEP 674 (remove_files) COMPLETE |
5948 | 2024-08-28T17:49:14.055Z | [ recovery-image] Aug 28 17:49:12.784 INFO O| Aug 28 17:49:12.784 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-08-28T17:49:14.062Z | [ recovery-image] Aug 28 17:49:12.793 INFO O| Aug 28 17:49:12.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5950 | 2024-08-28T17:49:14.062Z | [ recovery-image] Aug 28 17:49:12.793 INFO O| Aug 28 17:49:12.793 INFO STEP 675 (remove_files) COMPLETE |
5951 | 2024-08-28T17:49:14.069Z | [ recovery-image] Aug 28 17:49:12.793 INFO O| Aug 28 17:49:12.793 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-08-28T17:49:14.078Z | [ recovery-image] Aug 28 17:49:12.802 INFO O| Aug 28 17:49:12.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5953 | 2024-08-28T17:49:14.078Z | [ recovery-image] Aug 28 17:49:12.803 INFO O| Aug 28 17:49:12.802 INFO STEP 676 (remove_files) COMPLETE |
5954 | 2024-08-28T17:49:14.078Z | [ recovery-image] Aug 28 17:49:12.803 INFO O| Aug 28 17:49:12.803 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-08-28T17:49:14.081Z | [ recovery-image] Aug 28 17:49:12.812 INFO O| Aug 28 17:49:12.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5956 | 2024-08-28T17:49:14.081Z | [ recovery-image] Aug 28 17:49:12.812 INFO O| Aug 28 17:49:12.812 INFO STEP 677 (remove_files) COMPLETE |
5957 | 2024-08-28T17:49:14.081Z | [ recovery-image] Aug 28 17:49:12.812 INFO O| Aug 28 17:49:12.812 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-08-28T17:49:14.090Z | [ recovery-image] Aug 28 17:49:12.821 INFO O| Aug 28 17:49:12.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5959 | 2024-08-28T17:49:14.090Z | [ recovery-image] Aug 28 17:49:12.821 INFO O| Aug 28 17:49:12.821 INFO STEP 678 (remove_files) COMPLETE |
5960 | 2024-08-28T17:49:14.092Z | [ recovery-image] Aug 28 17:49:12.821 INFO O| Aug 28 17:49:12.821 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-28T17:49:14.099Z | [ recovery-image] Aug 28 17:49:12.830 INFO O| Aug 28 17:49:12.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5962 | 2024-08-28T17:49:14.099Z | [ recovery-image] Aug 28 17:49:12.830 INFO O| Aug 28 17:49:12.830 INFO STEP 679 (remove_files) COMPLETE |
5963 | 2024-08-28T17:49:14.101Z | [ recovery-image] Aug 28 17:49:12.831 INFO O| Aug 28 17:49:12.830 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-28T17:49:14.108Z | [ recovery-image] Aug 28 17:49:12.840 INFO O| Aug 28 17:49:12.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5965 | 2024-08-28T17:49:14.108Z | [ recovery-image] Aug 28 17:49:12.840 INFO O| Aug 28 17:49:12.840 INFO STEP 680 (remove_files) COMPLETE |
5966 | 2024-08-28T17:49:14.111Z | [ recovery-image] Aug 28 17:49:12.840 INFO O| Aug 28 17:49:12.840 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-28T17:49:14.118Z | [ recovery-image] Aug 28 17:49:12.849 INFO O| Aug 28 17:49:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5968 | 2024-08-28T17:49:14.118Z | [ recovery-image] Aug 28 17:49:12.849 INFO O| Aug 28 17:49:12.849 INFO STEP 681 (remove_files) COMPLETE |
5969 | 2024-08-28T17:49:14.118Z | [ recovery-image] Aug 28 17:49:12.849 INFO O| Aug 28 17:49:12.849 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-28T17:49:14.127Z | [ recovery-image] Aug 28 17:49:12.858 INFO O| Aug 28 17:49:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5971 | 2024-08-28T17:49:14.127Z | [ recovery-image] Aug 28 17:49:12.858 INFO O| Aug 28 17:49:12.858 INFO STEP 682 (remove_files) COMPLETE |
5972 | 2024-08-28T17:49:14.129Z | [ recovery-image] Aug 28 17:49:12.858 INFO O| Aug 28 17:49:12.858 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-28T17:49:14.136Z | [ recovery-image] Aug 28 17:49:12.868 INFO O| Aug 28 17:49:12.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5974 | 2024-08-28T17:49:14.136Z | [ recovery-image] Aug 28 17:49:12.868 INFO O| Aug 28 17:49:12.868 INFO STEP 683 (remove_files) COMPLETE |
5975 | 2024-08-28T17:49:14.139Z | [ recovery-image] Aug 28 17:49:12.868 INFO O| Aug 28 17:49:12.868 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-28T17:49:14.146Z | [ recovery-image] Aug 28 17:49:12.877 INFO O| Aug 28 17:49:12.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5977 | 2024-08-28T17:49:14.146Z | [ recovery-image] Aug 28 17:49:12.877 INFO O| Aug 28 17:49:12.877 INFO STEP 684 (remove_files) COMPLETE |
5978 | 2024-08-28T17:49:14.148Z | [ recovery-image] Aug 28 17:49:12.877 INFO O| Aug 28 17:49:12.877 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-28T17:49:14.155Z | [ recovery-image] Aug 28 17:49:12.886 INFO O| Aug 28 17:49:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5980 | 2024-08-28T17:49:14.157Z | [ recovery-image] Aug 28 17:49:12.886 INFO O| Aug 28 17:49:12.886 INFO STEP 685 (remove_files) COMPLETE |
5981 | 2024-08-28T17:49:14.157Z | [ recovery-image] Aug 28 17:49:12.886 INFO O| Aug 28 17:49:12.886 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-28T17:49:14.164Z | [ recovery-image] Aug 28 17:49:12.896 INFO O| Aug 28 17:49:12.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5983 | 2024-08-28T17:49:14.164Z | [ recovery-image] Aug 28 17:49:12.896 INFO O| Aug 28 17:49:12.896 INFO STEP 686 (remove_files) COMPLETE |
5984 | 2024-08-28T17:49:14.167Z | [ recovery-image] Aug 28 17:49:12.896 INFO O| Aug 28 17:49:12.896 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-08-28T17:49:14.174Z | [ recovery-image] Aug 28 17:49:12.905 INFO O| Aug 28 17:49:12.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5986 | 2024-08-28T17:49:14.176Z | [ recovery-image] Aug 28 17:49:12.905 INFO O| Aug 28 17:49:12.905 INFO STEP 687 (remove_files) COMPLETE |
5987 | 2024-08-28T17:49:14.176Z | [ recovery-image] Aug 28 17:49:12.905 INFO O| Aug 28 17:49:12.905 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-08-28T17:49:14.183Z | [ recovery-image] Aug 28 17:49:12.914 INFO O| Aug 28 17:49:12.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5989 | 2024-08-28T17:49:14.183Z | [ recovery-image] Aug 28 17:49:12.915 INFO O| Aug 28 17:49:12.915 INFO STEP 688 (remove_files) COMPLETE |
5990 | 2024-08-28T17:49:14.186Z | [ recovery-image] Aug 28 17:49:12.915 INFO O| Aug 28 17:49:12.915 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-08-28T17:49:14.193Z | [ recovery-image] Aug 28 17:49:12.924 INFO O| Aug 28 17:49:12.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5992 | 2024-08-28T17:49:14.193Z | [ recovery-image] Aug 28 17:49:12.924 INFO O| Aug 28 17:49:12.924 INFO STEP 689 (remove_files) COMPLETE |
5993 | 2024-08-28T17:49:14.195Z | [ recovery-image] Aug 28 17:49:12.924 INFO O| Aug 28 17:49:12.924 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-08-28T17:49:14.202Z | [ recovery-image] Aug 28 17:49:12.933 INFO O| Aug 28 17:49:12.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5995 | 2024-08-28T17:49:14.202Z | [ recovery-image] Aug 28 17:49:12.933 INFO O| Aug 28 17:49:12.933 INFO STEP 690 (remove_files) COMPLETE |
5996 | 2024-08-28T17:49:14.205Z | [ recovery-image] Aug 28 17:49:12.933 INFO O| Aug 28 17:49:12.933 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-08-28T17:49:14.211Z | [ recovery-image] Aug 28 17:49:12.942 INFO O| Aug 28 17:49:12.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5998 | 2024-08-28T17:49:14.211Z | [ recovery-image] Aug 28 17:49:12.943 INFO O| Aug 28 17:49:12.942 INFO STEP 691 (remove_files) COMPLETE |
5999 | 2024-08-28T17:49:14.211Z | [ recovery-image] Aug 28 17:49:12.943 INFO O| Aug 28 17:49:12.942 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-08-28T17:49:14.221Z | [ recovery-image] Aug 28 17:49:12.952 INFO O| Aug 28 17:49:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6001 | 2024-08-28T17:49:14.221Z | [ recovery-image] Aug 28 17:49:12.952 INFO O| Aug 28 17:49:12.952 INFO STEP 692 (remove_files) COMPLETE |
6002 | 2024-08-28T17:49:14.221Z | [ recovery-image] Aug 28 17:49:12.952 INFO O| Aug 28 17:49:12.952 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-08-28T17:49:14.230Z | [ recovery-image] Aug 28 17:49:12.961 INFO O| Aug 28 17:49:12.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6004 | 2024-08-28T17:49:14.230Z | [ recovery-image] Aug 28 17:49:12.961 INFO O| Aug 28 17:49:12.961 INFO STEP 693 (remove_files) COMPLETE |
6005 | 2024-08-28T17:49:14.230Z | [ recovery-image] Aug 28 17:49:12.961 INFO O| Aug 28 17:49:12.961 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-08-28T17:49:14.239Z | [ recovery-image] Aug 28 17:49:12.970 INFO O| Aug 28 17:49:12.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6007 | 2024-08-28T17:49:14.239Z | [ recovery-image] Aug 28 17:49:12.971 INFO O| Aug 28 17:49:12.971 INFO STEP 694 (remove_files) COMPLETE |
6008 | 2024-08-28T17:49:14.239Z | [ recovery-image] Aug 28 17:49:12.971 INFO O| Aug 28 17:49:12.971 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-08-28T17:49:14.249Z | [ recovery-image] Aug 28 17:49:12.980 INFO O| Aug 28 17:49:12.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6010 | 2024-08-28T17:49:14.249Z | [ recovery-image] Aug 28 17:49:12.980 INFO O| Aug 28 17:49:12.980 INFO STEP 695 (remove_files) COMPLETE |
6011 | 2024-08-28T17:49:14.251Z | [ recovery-image] Aug 28 17:49:12.980 INFO O| Aug 28 17:49:12.980 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-08-28T17:49:14.258Z | [ recovery-image] Aug 28 17:49:12.989 INFO O| Aug 28 17:49:12.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6013 | 2024-08-28T17:49:14.261Z | [ recovery-image] Aug 28 17:49:12.989 INFO O| Aug 28 17:49:12.989 INFO STEP 696 (remove_files) COMPLETE |
6014 | 2024-08-28T17:49:14.261Z | [ recovery-image] Aug 28 17:49:12.989 INFO O| Aug 28 17:49:12.989 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-08-28T17:49:14.267Z | [ recovery-image] Aug 28 17:49:12.998 INFO O| Aug 28 17:49:12.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6016 | 2024-08-28T17:49:14.267Z | [ recovery-image] Aug 28 17:49:12.999 INFO O| Aug 28 17:49:12.999 INFO STEP 697 (remove_files) COMPLETE |
6017 | 2024-08-28T17:49:14.270Z | [ recovery-image] Aug 28 17:49:12.999 INFO O| Aug 28 17:49:12.999 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-08-28T17:49:14.278Z | [ recovery-image] Aug 28 17:49:13.009 INFO O| Aug 28 17:49:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6019 | 2024-08-28T17:49:14.278Z | [ recovery-image] Aug 28 17:49:13.009 INFO O| Aug 28 17:49:13.009 INFO STEP 698 (remove_files) COMPLETE |
6020 | 2024-08-28T17:49:14.281Z | [ recovery-image] Aug 28 17:49:13.009 INFO O| Aug 28 17:49:13.009 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-08-28T17:49:14.287Z | [ recovery-image] Aug 28 17:49:13.019 INFO O| Aug 28 17:49:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6022 | 2024-08-28T17:49:14.290Z | [ recovery-image] Aug 28 17:49:13.019 INFO O| Aug 28 17:49:13.019 INFO STEP 699 (remove_files) COMPLETE |
6023 | 2024-08-28T17:49:14.290Z | [ recovery-image] Aug 28 17:49:13.019 INFO O| Aug 28 17:49:13.019 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-08-28T17:49:14.297Z | [ recovery-image] Aug 28 17:49:13.028 INFO O| Aug 28 17:49:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6025 | 2024-08-28T17:49:14.297Z | [ recovery-image] Aug 28 17:49:13.028 INFO O| Aug 28 17:49:13.028 INFO STEP 700 (remove_files) COMPLETE |
6026 | 2024-08-28T17:49:14.299Z | [ recovery-image] Aug 28 17:49:13.028 INFO O| Aug 28 17:49:13.028 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-08-28T17:49:14.306Z | [ recovery-image] Aug 28 17:49:13.037 INFO O| Aug 28 17:49:13.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6028 | 2024-08-28T17:49:14.306Z | [ recovery-image] Aug 28 17:49:13.037 INFO O| Aug 28 17:49:13.037 INFO STEP 701 (remove_files) COMPLETE |
6029 | 2024-08-28T17:49:14.309Z | [ recovery-image] Aug 28 17:49:13.037 INFO O| Aug 28 17:49:13.037 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-08-28T17:49:14.315Z | [ recovery-image] Aug 28 17:49:13.047 INFO O| Aug 28 17:49:13.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6031 | 2024-08-28T17:49:14.318Z | [ recovery-image] Aug 28 17:49:13.047 INFO O| Aug 28 17:49:13.047 INFO STEP 702 (remove_files) COMPLETE |
6032 | 2024-08-28T17:49:14.318Z | [ recovery-image] Aug 28 17:49:13.047 INFO O| Aug 28 17:49:13.047 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-08-28T17:49:14.325Z | [ recovery-image] Aug 28 17:49:13.056 INFO O| Aug 28 17:49:13.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6034 | 2024-08-28T17:49:14.325Z | [ recovery-image] Aug 28 17:49:13.056 INFO O| Aug 28 17:49:13.056 INFO STEP 703 (remove_files) COMPLETE |
6035 | 2024-08-28T17:49:14.327Z | [ recovery-image] Aug 28 17:49:13.056 INFO O| Aug 28 17:49:13.056 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-08-28T17:49:14.334Z | [ recovery-image] Aug 28 17:49:13.065 INFO O| Aug 28 17:49:13.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6037 | 2024-08-28T17:49:14.334Z | [ recovery-image] Aug 28 17:49:13.065 INFO O| Aug 28 17:49:13.065 INFO STEP 704 (remove_files) COMPLETE |
6038 | 2024-08-28T17:49:14.334Z | [ recovery-image] Aug 28 17:49:13.065 INFO O| Aug 28 17:49:13.065 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-08-28T17:49:14.343Z | [ recovery-image] Aug 28 17:49:13.075 INFO O| Aug 28 17:49:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6040 | 2024-08-28T17:49:14.346Z | [ recovery-image] Aug 28 17:49:13.075 INFO O| Aug 28 17:49:13.075 INFO STEP 705 (remove_files) COMPLETE |
6041 | 2024-08-28T17:49:14.346Z | [ recovery-image] Aug 28 17:49:13.075 INFO O| Aug 28 17:49:13.075 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-08-28T17:49:14.353Z | [ recovery-image] Aug 28 17:49:13.084 INFO O| Aug 28 17:49:13.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6043 | 2024-08-28T17:49:14.353Z | [ recovery-image] Aug 28 17:49:13.084 INFO O| Aug 28 17:49:13.084 INFO STEP 706 (remove_files) COMPLETE |
6044 | 2024-08-28T17:49:14.355Z | [ recovery-image] Aug 28 17:49:13.084 INFO O| Aug 28 17:49:13.084 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-08-28T17:49:14.362Z | [ recovery-image] Aug 28 17:49:13.093 INFO O| Aug 28 17:49:13.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6046 | 2024-08-28T17:49:14.362Z | [ recovery-image] Aug 28 17:49:13.093 INFO O| Aug 28 17:49:13.093 INFO STEP 707 (remove_files) COMPLETE |
6047 | 2024-08-28T17:49:14.362Z | [ recovery-image] Aug 28 17:49:13.093 INFO O| Aug 28 17:49:13.093 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-08-28T17:49:14.371Z | [ recovery-image] Aug 28 17:49:13.103 INFO O| Aug 28 17:49:13.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6049 | 2024-08-28T17:49:14.374Z | [ recovery-image] Aug 28 17:49:13.103 INFO O| Aug 28 17:49:13.103 INFO STEP 708 (remove_files) COMPLETE |
6050 | 2024-08-28T17:49:14.374Z | [ recovery-image] Aug 28 17:49:13.103 INFO O| Aug 28 17:49:13.103 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-08-28T17:49:14.381Z | [ recovery-image] Aug 28 17:49:13.112 INFO O| Aug 28 17:49:13.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6052 | 2024-08-28T17:49:14.381Z | [ recovery-image] Aug 28 17:49:13.112 INFO O| Aug 28 17:49:13.112 INFO STEP 709 (remove_files) COMPLETE |
6053 | 2024-08-28T17:49:14.383Z | [ recovery-image] Aug 28 17:49:13.112 INFO O| Aug 28 17:49:13.112 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-08-28T17:49:14.390Z | [ recovery-image] Aug 28 17:49:13.121 INFO O| Aug 28 17:49:13.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6055 | 2024-08-28T17:49:14.390Z | [ recovery-image] Aug 28 17:49:13.121 INFO O| Aug 28 17:49:13.121 INFO STEP 710 (remove_files) COMPLETE |
6056 | 2024-08-28T17:49:14.390Z | [ recovery-image] Aug 28 17:49:13.121 INFO O| Aug 28 17:49:13.121 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-08-28T17:49:14.399Z | [ recovery-image] Aug 28 17:49:13.130 INFO O| Aug 28 17:49:13.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6058 | 2024-08-28T17:49:14.399Z | [ recovery-image] Aug 28 17:49:13.130 INFO O| Aug 28 17:49:13.130 INFO STEP 711 (remove_files) COMPLETE |
6059 | 2024-08-28T17:49:14.401Z | [ recovery-image] Aug 28 17:49:13.130 INFO O| Aug 28 17:49:13.130 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-08-28T17:49:14.408Z | [ recovery-image] Aug 28 17:49:13.140 INFO O| Aug 28 17:49:13.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6061 | 2024-08-28T17:49:14.408Z | [ recovery-image] Aug 28 17:49:13.140 INFO O| Aug 28 17:49:13.140 INFO STEP 712 (remove_files) COMPLETE |
6062 | 2024-08-28T17:49:14.411Z | [ recovery-image] Aug 28 17:49:13.140 INFO O| Aug 28 17:49:13.140 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-08-28T17:49:14.418Z | [ recovery-image] Aug 28 17:49:13.149 INFO O| Aug 28 17:49:13.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6064 | 2024-08-28T17:49:14.418Z | [ recovery-image] Aug 28 17:49:13.149 INFO O| Aug 28 17:49:13.149 INFO STEP 713 (remove_files) COMPLETE |
6065 | 2024-08-28T17:49:14.420Z | [ recovery-image] Aug 28 17:49:13.149 INFO O| Aug 28 17:49:13.149 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-08-28T17:49:14.427Z | [ recovery-image] Aug 28 17:49:13.158 INFO O| Aug 28 17:49:13.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6067 | 2024-08-28T17:49:14.427Z | [ recovery-image] Aug 28 17:49:13.158 INFO O| Aug 28 17:49:13.158 INFO STEP 714 (remove_files) COMPLETE |
6068 | 2024-08-28T17:49:14.427Z | [ recovery-image] Aug 28 17:49:13.158 INFO O| Aug 28 17:49:13.158 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-08-28T17:49:14.436Z | [ recovery-image] Aug 28 17:49:13.167 INFO O| Aug 28 17:49:13.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6070 | 2024-08-28T17:49:14.436Z | [ recovery-image] Aug 28 17:49:13.167 INFO O| Aug 28 17:49:13.167 INFO STEP 715 (remove_files) COMPLETE |
6071 | 2024-08-28T17:49:14.436Z | [ recovery-image] Aug 28 17:49:13.167 INFO O| Aug 28 17:49:13.167 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-08-28T17:49:14.445Z | [ recovery-image] Aug 28 17:49:13.177 INFO O| Aug 28 17:49:13.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6073 | 2024-08-28T17:49:14.446Z | [ recovery-image] Aug 28 17:49:13.177 INFO O| Aug 28 17:49:13.177 INFO STEP 716 (remove_files) COMPLETE |
6074 | 2024-08-28T17:49:14.448Z | [ recovery-image] Aug 28 17:49:13.177 INFO O| Aug 28 17:49:13.177 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-08-28T17:49:14.455Z | [ recovery-image] Aug 28 17:49:13.186 INFO O| Aug 28 17:49:13.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6076 | 2024-08-28T17:49:14.455Z | [ recovery-image] Aug 28 17:49:13.186 INFO O| Aug 28 17:49:13.186 INFO STEP 717 (remove_files) COMPLETE |
6077 | 2024-08-28T17:49:14.455Z | [ recovery-image] Aug 28 17:49:13.186 INFO O| Aug 28 17:49:13.186 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-08-28T17:49:14.464Z | [ recovery-image] Aug 28 17:49:13.196 INFO O| Aug 28 17:49:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6079 | 2024-08-28T17:49:14.464Z | [ recovery-image] Aug 28 17:49:13.196 INFO O| Aug 28 17:49:13.196 INFO STEP 718 (remove_files) COMPLETE |
6080 | 2024-08-28T17:49:14.467Z | [ recovery-image] Aug 28 17:49:13.196 INFO O| Aug 28 17:49:13.196 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-08-28T17:49:14.474Z | [ recovery-image] Aug 28 17:49:13.205 INFO O| Aug 28 17:49:13.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6082 | 2024-08-28T17:49:14.476Z | [ recovery-image] Aug 28 17:49:13.205 INFO O| Aug 28 17:49:13.205 INFO STEP 719 (remove_files) COMPLETE |
6083 | 2024-08-28T17:49:14.476Z | [ recovery-image] Aug 28 17:49:13.205 INFO O| Aug 28 17:49:13.205 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-08-28T17:49:14.483Z | [ recovery-image] Aug 28 17:49:13.214 INFO O| Aug 28 17:49:13.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6085 | 2024-08-28T17:49:14.483Z | [ recovery-image] Aug 28 17:49:13.214 INFO O| Aug 28 17:49:13.214 INFO STEP 720 (remove_files) COMPLETE |
6086 | 2024-08-28T17:49:14.485Z | [ recovery-image] Aug 28 17:49:13.214 INFO O| Aug 28 17:49:13.214 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-08-28T17:49:14.493Z | [ recovery-image] Aug 28 17:49:13.224 INFO O| Aug 28 17:49:13.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6088 | 2024-08-28T17:49:14.493Z | [ recovery-image] Aug 28 17:49:13.224 INFO O| Aug 28 17:49:13.224 INFO STEP 721 (remove_files) COMPLETE |
6089 | 2024-08-28T17:49:14.495Z | [ recovery-image] Aug 28 17:49:13.224 INFO O| Aug 28 17:49:13.224 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-08-28T17:49:14.502Z | [ recovery-image] Aug 28 17:49:13.233 INFO O| Aug 28 17:49:13.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6091 | 2024-08-28T17:49:14.502Z | [ recovery-image] Aug 28 17:49:13.233 INFO O| Aug 28 17:49:13.233 INFO STEP 722 (remove_files) COMPLETE |
6092 | 2024-08-28T17:49:14.504Z | [ recovery-image] Aug 28 17:49:13.233 INFO O| Aug 28 17:49:13.233 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-08-28T17:49:14.513Z | [ recovery-image] Aug 28 17:49:13.244 INFO O| Aug 28 17:49:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6094 | 2024-08-28T17:49:14.513Z | [ recovery-image] Aug 28 17:49:13.244 INFO O| Aug 28 17:49:13.244 INFO STEP 723 (remove_files) COMPLETE |
6095 | 2024-08-28T17:49:14.515Z | [ recovery-image] Aug 28 17:49:13.244 INFO O| Aug 28 17:49:13.244 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-08-28T17:49:14.522Z | [ recovery-image] Aug 28 17:49:13.253 INFO O| Aug 28 17:49:13.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6097 | 2024-08-28T17:49:14.522Z | [ recovery-image] Aug 28 17:49:13.253 INFO O| Aug 28 17:49:13.253 INFO STEP 724 (remove_files) COMPLETE |
6098 | 2024-08-28T17:49:14.522Z | [ recovery-image] Aug 28 17:49:13.253 INFO O| Aug 28 17:49:13.253 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-08-28T17:49:14.531Z | [ recovery-image] Aug 28 17:49:13.263 INFO O| Aug 28 17:49:13.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6100 | 2024-08-28T17:49:14.534Z | [ recovery-image] Aug 28 17:49:13.263 INFO O| Aug 28 17:49:13.263 INFO STEP 725 (remove_files) COMPLETE |
6101 | 2024-08-28T17:49:14.534Z | [ recovery-image] Aug 28 17:49:13.263 INFO O| Aug 28 17:49:13.263 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-08-28T17:49:14.541Z | [ recovery-image] Aug 28 17:49:13.272 INFO O| Aug 28 17:49:13.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6103 | 2024-08-28T17:49:14.541Z | [ recovery-image] Aug 28 17:49:13.272 INFO O| Aug 28 17:49:13.272 INFO STEP 726 (remove_files) COMPLETE |
6104 | 2024-08-28T17:49:14.543Z | [ recovery-image] Aug 28 17:49:13.272 INFO O| Aug 28 17:49:13.272 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-08-28T17:49:14.550Z | [ recovery-image] Aug 28 17:49:13.281 INFO O| Aug 28 17:49:13.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6106 | 2024-08-28T17:49:14.553Z | [ recovery-image] Aug 28 17:49:13.281 INFO O| Aug 28 17:49:13.281 INFO STEP 727 (remove_files) COMPLETE |
6107 | 2024-08-28T17:49:14.553Z | [ recovery-image] Aug 28 17:49:13.281 INFO O| Aug 28 17:49:13.281 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-08-28T17:49:14.559Z | [ recovery-image] Aug 28 17:49:13.291 INFO O| Aug 28 17:49:13.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6109 | 2024-08-28T17:49:14.560Z | [ recovery-image] Aug 28 17:49:13.291 INFO O| Aug 28 17:49:13.291 INFO STEP 728 (remove_files) COMPLETE |
6110 | 2024-08-28T17:49:14.560Z | [ recovery-image] Aug 28 17:49:13.291 INFO O| Aug 28 17:49:13.291 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-08-28T17:49:14.569Z | [ recovery-image] Aug 28 17:49:13.300 INFO O| Aug 28 17:49:13.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6112 | 2024-08-28T17:49:14.571Z | [ recovery-image] Aug 28 17:49:13.300 INFO O| Aug 28 17:49:13.300 INFO STEP 729 (remove_files) COMPLETE |
6113 | 2024-08-28T17:49:14.571Z | [ recovery-image] Aug 28 17:49:13.300 INFO O| Aug 28 17:49:13.300 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-08-28T17:49:14.578Z | [ recovery-image] Aug 28 17:49:13.309 INFO O| Aug 28 17:49:13.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6115 | 2024-08-28T17:49:14.580Z | [ recovery-image] Aug 28 17:49:13.309 INFO O| Aug 28 17:49:13.309 INFO STEP 730 (remove_files) COMPLETE |
6116 | 2024-08-28T17:49:14.580Z | [ recovery-image] Aug 28 17:49:13.309 INFO O| Aug 28 17:49:13.309 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-08-28T17:49:14.588Z | [ recovery-image] Aug 28 17:49:13.319 INFO O| Aug 28 17:49:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6118 | 2024-08-28T17:49:14.592Z | [ recovery-image] Aug 28 17:49:13.319 INFO O| Aug 28 17:49:13.319 INFO STEP 731 (remove_files) COMPLETE |
6119 | 2024-08-28T17:49:14.592Z | [ recovery-image] Aug 28 17:49:13.319 INFO O| Aug 28 17:49:13.319 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-08-28T17:49:14.597Z | [ recovery-image] Aug 28 17:49:13.328 INFO O| Aug 28 17:49:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6121 | 2024-08-28T17:49:14.597Z | [ recovery-image] Aug 28 17:49:13.328 INFO O| Aug 28 17:49:13.328 INFO STEP 732 (remove_files) COMPLETE |
6122 | 2024-08-28T17:49:14.599Z | [ recovery-image] Aug 28 17:49:13.328 INFO O| Aug 28 17:49:13.328 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-08-28T17:49:14.608Z | [ recovery-image] Aug 28 17:49:13.339 INFO O| Aug 28 17:49:13.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6124 | 2024-08-28T17:49:14.608Z | [ recovery-image] Aug 28 17:49:13.339 INFO O| Aug 28 17:49:13.339 INFO STEP 733 (remove_files) COMPLETE |
6125 | 2024-08-28T17:49:14.608Z | [ recovery-image] Aug 28 17:49:13.339 INFO O| Aug 28 17:49:13.339 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-08-28T17:49:14.620Z | [ recovery-image] Aug 28 17:49:13.351 INFO O| Aug 28 17:49:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6127 | 2024-08-28T17:49:14.622Z | [ recovery-image] Aug 28 17:49:13.351 INFO O| Aug 28 17:49:13.351 INFO STEP 734 (remove_files) COMPLETE |
6128 | 2024-08-28T17:49:14.623Z | [ recovery-image] Aug 28 17:49:13.351 INFO O| Aug 28 17:49:13.351 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-08-28T17:49:14.628Z | [ host-image] Aug 28 17:49:13.359 INFO O| Aug 28 17:49:13.359 INFO O| Download: Completed 8.42 MB in 3.99 seconds (2.1M/s) |
6130 | 2024-08-28T17:49:14.630Z | [ recovery-image] Aug 28 17:49:13.361 INFO O| Aug 28 17:49:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6131 | 2024-08-28T17:49:14.633Z | [ recovery-image] Aug 28 17:49:13.362 INFO O| Aug 28 17:49:13.362 INFO STEP 735 (remove_files) COMPLETE |
6132 | 2024-08-28T17:49:14.633Z | [ recovery-image] Aug 28 17:49:13.362 INFO O| Aug 28 17:49:13.362 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-08-28T17:49:14.642Z | [ recovery-image] Aug 28 17:49:13.373 INFO O| Aug 28 17:49:13.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6134 | 2024-08-28T17:49:14.642Z | [ recovery-image] Aug 28 17:49:13.373 INFO O| Aug 28 17:49:13.373 INFO STEP 736 (remove_files) COMPLETE |
6135 | 2024-08-28T17:49:14.645Z | [ recovery-image] Aug 28 17:49:13.373 INFO O| Aug 28 17:49:13.373 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-08-28T17:49:14.652Z | [ recovery-image] Aug 28 17:49:13.383 INFO O| Aug 28 17:49:13.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6137 | 2024-08-28T17:49:14.652Z | [ recovery-image] Aug 28 17:49:13.383 INFO O| Aug 28 17:49:13.383 INFO STEP 737 (remove_files) COMPLETE |
6138 | 2024-08-28T17:49:14.652Z | [ recovery-image] Aug 28 17:49:13.383 INFO O| Aug 28 17:49:13.383 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-08-28T17:49:14.661Z | [ recovery-image] Aug 28 17:49:13.392 INFO O| Aug 28 17:49:13.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6140 | 2024-08-28T17:49:14.661Z | [ recovery-image] Aug 28 17:49:13.392 INFO O| Aug 28 17:49:13.392 INFO STEP 738 (remove_files) COMPLETE |
6141 | 2024-08-28T17:49:14.664Z | [ recovery-image] Aug 28 17:49:13.392 INFO O| Aug 28 17:49:13.392 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-08-28T17:49:14.671Z | [ recovery-image] Aug 28 17:49:13.402 INFO O| Aug 28 17:49:13.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6143 | 2024-08-28T17:49:14.671Z | [ recovery-image] Aug 28 17:49:13.402 INFO O| Aug 28 17:49:13.402 INFO STEP 739 (remove_files) COMPLETE |
6144 | 2024-08-28T17:49:14.673Z | [ recovery-image] Aug 28 17:49:13.402 INFO O| Aug 28 17:49:13.402 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-08-28T17:49:14.680Z | [ recovery-image] Aug 28 17:49:13.411 INFO O| Aug 28 17:49:13.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6146 | 2024-08-28T17:49:14.683Z | [ recovery-image] Aug 28 17:49:13.412 INFO O| Aug 28 17:49:13.412 INFO STEP 740 (remove_files) COMPLETE |
6147 | 2024-08-28T17:49:14.683Z | [ recovery-image] Aug 28 17:49:13.412 INFO O| Aug 28 17:49:13.412 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-08-28T17:49:14.685Z | [ host-image] Aug 28 17:49:13.415 INFO O| Aug 28 17:49:13.415 INFO O| Actions: 1/1361 actions (Installing new actions) |
6149 | 2024-08-28T17:49:14.691Z | [ recovery-image] Aug 28 17:49:13.422 INFO O| Aug 28 17:49:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6150 | 2024-08-28T17:49:14.691Z | [ recovery-image] Aug 28 17:49:13.422 INFO O| Aug 28 17:49:13.422 INFO STEP 741 (remove_files) COMPLETE |
6151 | 2024-08-28T17:49:14.693Z | [ recovery-image] Aug 28 17:49:13.422 INFO O| Aug 28 17:49:13.422 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-08-28T17:49:14.700Z | [ recovery-image] Aug 28 17:49:13.431 INFO O| Aug 28 17:49:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6153 | 2024-08-28T17:49:14.702Z | [ recovery-image] Aug 28 17:49:13.431 INFO O| Aug 28 17:49:13.431 INFO STEP 742 (remove_files) COMPLETE |
6154 | 2024-08-28T17:49:14.702Z | [ recovery-image] Aug 28 17:49:13.431 INFO O| Aug 28 17:49:13.431 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-08-28T17:49:14.709Z | [ recovery-image] Aug 28 17:49:13.440 INFO O| Aug 28 17:49:13.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6156 | 2024-08-28T17:49:14.709Z | [ recovery-image] Aug 28 17:49:13.440 INFO O| Aug 28 17:49:13.440 INFO STEP 743 (remove_files) COMPLETE |
6157 | 2024-08-28T17:49:14.712Z | [ recovery-image] Aug 28 17:49:13.440 INFO O| Aug 28 17:49:13.440 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-08-28T17:49:14.719Z | [ recovery-image] Aug 28 17:49:13.450 INFO O| Aug 28 17:49:13.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6159 | 2024-08-28T17:49:14.721Z | [ recovery-image] Aug 28 17:49:13.450 INFO O| Aug 28 17:49:13.450 INFO STEP 744 (remove_files) COMPLETE |
6160 | 2024-08-28T17:49:14.721Z | [ recovery-image] Aug 28 17:49:13.450 INFO O| Aug 28 17:49:13.450 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-08-28T17:49:14.728Z | [ recovery-image] Aug 28 17:49:13.459 INFO O| Aug 28 17:49:13.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6162 | 2024-08-28T17:49:14.728Z | [ recovery-image] Aug 28 17:49:13.459 INFO O| Aug 28 17:49:13.459 INFO STEP 745 (remove_files) COMPLETE |
6163 | 2024-08-28T17:49:14.730Z | [ recovery-image] Aug 28 17:49:13.459 INFO O| Aug 28 17:49:13.459 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-08-28T17:49:14.737Z | [ recovery-image] Aug 28 17:49:13.469 INFO O| Aug 28 17:49:13.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6165 | 2024-08-28T17:49:14.737Z | [ recovery-image] Aug 28 17:49:13.469 INFO O| Aug 28 17:49:13.469 INFO STEP 746 (remove_files) COMPLETE |
6166 | 2024-08-28T17:49:14.740Z | [ recovery-image] Aug 28 17:49:13.469 INFO O| Aug 28 17:49:13.469 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-08-28T17:49:14.747Z | [ recovery-image] Aug 28 17:49:13.478 INFO O| Aug 28 17:49:13.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6168 | 2024-08-28T17:49:14.747Z | [ recovery-image] Aug 28 17:49:13.478 INFO O| Aug 28 17:49:13.478 INFO STEP 747 (remove_files) COMPLETE |
6169 | 2024-08-28T17:49:14.749Z | [ recovery-image] Aug 28 17:49:13.478 INFO O| Aug 28 17:49:13.478 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-08-28T17:49:14.756Z | [ recovery-image] Aug 28 17:49:13.487 INFO O| Aug 28 17:49:13.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6171 | 2024-08-28T17:49:14.758Z | [ recovery-image] Aug 28 17:49:13.487 INFO O| Aug 28 17:49:13.487 INFO STEP 748 (remove_files) COMPLETE |
6172 | 2024-08-28T17:49:14.759Z | [ recovery-image] Aug 28 17:49:13.487 INFO O| Aug 28 17:49:13.487 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-08-28T17:49:14.766Z | [ recovery-image] Aug 28 17:49:13.497 INFO O| Aug 28 17:49:13.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6174 | 2024-08-28T17:49:14.768Z | [ recovery-image] Aug 28 17:49:13.497 INFO O| Aug 28 17:49:13.497 INFO STEP 749 (remove_files) COMPLETE |
6175 | 2024-08-28T17:49:14.768Z | [ recovery-image] Aug 28 17:49:13.497 INFO O| Aug 28 17:49:13.497 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-08-28T17:49:14.775Z | [ recovery-image] Aug 28 17:49:13.506 INFO O| Aug 28 17:49:13.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6177 | 2024-08-28T17:49:14.775Z | [ recovery-image] Aug 28 17:49:13.506 INFO O| Aug 28 17:49:13.506 INFO STEP 750 (remove_files) COMPLETE |
6178 | 2024-08-28T17:49:14.777Z | [ recovery-image] Aug 28 17:49:13.506 INFO O| Aug 28 17:49:13.506 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-08-28T17:49:14.784Z | [ recovery-image] Aug 28 17:49:13.515 INFO O| Aug 28 17:49:13.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6180 | 2024-08-28T17:49:14.784Z | [ recovery-image] Aug 28 17:49:13.516 INFO O| Aug 28 17:49:13.516 INFO STEP 751 (remove_files) COMPLETE |
6181 | 2024-08-28T17:49:14.786Z | [ recovery-image] Aug 28 17:49:13.516 INFO O| Aug 28 17:49:13.516 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-08-28T17:49:14.794Z | [ recovery-image] Aug 28 17:49:13.525 INFO O| Aug 28 17:49:13.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6183 | 2024-08-28T17:49:14.794Z | [ recovery-image] Aug 28 17:49:13.525 INFO O| Aug 28 17:49:13.525 INFO STEP 752 (remove_files) COMPLETE |
6184 | 2024-08-28T17:49:14.796Z | [ recovery-image] Aug 28 17:49:13.525 INFO O| Aug 28 17:49:13.525 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-08-28T17:49:14.803Z | [ recovery-image] Aug 28 17:49:13.534 INFO O| Aug 28 17:49:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6186 | 2024-08-28T17:49:14.805Z | [ recovery-image] Aug 28 17:49:13.534 INFO O| Aug 28 17:49:13.534 INFO STEP 753 (remove_files) COMPLETE |
6187 | 2024-08-28T17:49:14.805Z | [ recovery-image] Aug 28 17:49:13.534 INFO O| Aug 28 17:49:13.534 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-08-28T17:49:14.813Z | [ recovery-image] Aug 28 17:49:13.544 INFO O| Aug 28 17:49:13.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6189 | 2024-08-28T17:49:14.815Z | [ recovery-image] Aug 28 17:49:13.544 INFO O| Aug 28 17:49:13.544 INFO STEP 754 (remove_files) COMPLETE |
6190 | 2024-08-28T17:49:14.815Z | [ recovery-image] Aug 28 17:49:13.544 INFO O| Aug 28 17:49:13.544 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-08-28T17:49:14.822Z | [ recovery-image] Aug 28 17:49:13.553 INFO O| Aug 28 17:49:13.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6192 | 2024-08-28T17:49:14.822Z | [ recovery-image] Aug 28 17:49:13.553 INFO O| Aug 28 17:49:13.553 INFO STEP 755 (remove_files) COMPLETE |
6193 | 2024-08-28T17:49:14.822Z | [ recovery-image] Aug 28 17:49:13.553 INFO O| Aug 28 17:49:13.553 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-08-28T17:49:14.831Z | [ recovery-image] Aug 28 17:49:13.563 INFO O| Aug 28 17:49:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6195 | 2024-08-28T17:49:14.831Z | [ recovery-image] Aug 28 17:49:13.563 INFO O| Aug 28 17:49:13.563 INFO STEP 756 (remove_files) COMPLETE |
6196 | 2024-08-28T17:49:14.834Z | [ recovery-image] Aug 28 17:49:13.563 INFO O| Aug 28 17:49:13.563 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-08-28T17:49:14.841Z | [ recovery-image] Aug 28 17:49:13.572 INFO O| Aug 28 17:49:13.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6198 | 2024-08-28T17:49:14.841Z | [ recovery-image] Aug 28 17:49:13.572 INFO O| Aug 28 17:49:13.572 INFO STEP 757 (remove_files) COMPLETE |
6199 | 2024-08-28T17:49:14.843Z | [ recovery-image] Aug 28 17:49:13.572 INFO O| Aug 28 17:49:13.572 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-08-28T17:49:14.850Z | [ recovery-image] Aug 28 17:49:13.581 INFO O| Aug 28 17:49:13.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6201 | 2024-08-28T17:49:14.852Z | [ recovery-image] Aug 28 17:49:13.581 INFO O| Aug 28 17:49:13.581 INFO STEP 758 (remove_files) COMPLETE |
6202 | 2024-08-28T17:49:14.852Z | [ recovery-image] Aug 28 17:49:13.581 INFO O| Aug 28 17:49:13.581 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-08-28T17:49:14.859Z | [ recovery-image] Aug 28 17:49:13.591 INFO O| Aug 28 17:49:13.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6204 | 2024-08-28T17:49:14.862Z | [ recovery-image] Aug 28 17:49:13.591 INFO O| Aug 28 17:49:13.591 INFO STEP 759 (remove_files) COMPLETE |
6205 | 2024-08-28T17:49:14.862Z | [ recovery-image] Aug 28 17:49:13.591 INFO O| Aug 28 17:49:13.591 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-08-28T17:49:14.869Z | [ recovery-image] Aug 28 17:49:13.600 INFO O| Aug 28 17:49:13.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6207 | 2024-08-28T17:49:14.871Z | [ recovery-image] Aug 28 17:49:13.600 INFO O| Aug 28 17:49:13.600 INFO STEP 760 (remove_files) COMPLETE |
6208 | 2024-08-28T17:49:14.871Z | [ recovery-image] Aug 28 17:49:13.600 INFO O| Aug 28 17:49:13.600 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-08-28T17:49:14.878Z | [ recovery-image] Aug 28 17:49:13.609 INFO O| Aug 28 17:49:13.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6210 | 2024-08-28T17:49:14.878Z | [ recovery-image] Aug 28 17:49:13.609 INFO O| Aug 28 17:49:13.609 INFO STEP 761 (remove_files) COMPLETE |
6211 | 2024-08-28T17:49:14.880Z | [ recovery-image] Aug 28 17:49:13.609 INFO O| Aug 28 17:49:13.609 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-08-28T17:49:14.887Z | [ recovery-image] Aug 28 17:49:13.619 INFO O| Aug 28 17:49:13.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6213 | 2024-08-28T17:49:14.888Z | [ recovery-image] Aug 28 17:49:13.619 INFO O| Aug 28 17:49:13.619 INFO STEP 762 (remove_files) COMPLETE |
6214 | 2024-08-28T17:49:14.888Z | [ recovery-image] Aug 28 17:49:13.619 INFO O| Aug 28 17:49:13.619 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-08-28T17:49:14.897Z | [ recovery-image] Aug 28 17:49:13.628 INFO O| Aug 28 17:49:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6216 | 2024-08-28T17:49:14.897Z | [ recovery-image] Aug 28 17:49:13.628 INFO O| Aug 28 17:49:13.628 INFO STEP 763 (remove_files) COMPLETE |
6217 | 2024-08-28T17:49:14.899Z | [ recovery-image] Aug 28 17:49:13.628 INFO O| Aug 28 17:49:13.628 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-28T17:49:14.906Z | [ recovery-image] Aug 28 17:49:13.637 INFO O| Aug 28 17:49:13.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6219 | 2024-08-28T17:49:14.908Z | [ recovery-image] Aug 28 17:49:13.637 INFO O| Aug 28 17:49:13.637 INFO STEP 764 (remove_files) COMPLETE |
6220 | 2024-08-28T17:49:14.908Z | [ recovery-image] Aug 28 17:49:13.637 INFO O| Aug 28 17:49:13.637 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-08-28T17:49:14.916Z | [ recovery-image] Aug 28 17:49:13.647 INFO O| Aug 28 17:49:13.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6222 | 2024-08-28T17:49:14.916Z | [ recovery-image] Aug 28 17:49:13.647 INFO O| Aug 28 17:49:13.647 INFO STEP 765 (remove_files) COMPLETE |
6223 | 2024-08-28T17:49:14.916Z | [ recovery-image] Aug 28 17:49:13.647 INFO O| Aug 28 17:49:13.647 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-08-28T17:49:14.925Z | [ recovery-image] Aug 28 17:49:13.656 INFO O| Aug 28 17:49:13.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6225 | 2024-08-28T17:49:14.925Z | [ recovery-image] Aug 28 17:49:13.656 INFO O| Aug 28 17:49:13.656 INFO STEP 766 (remove_files) COMPLETE |
6226 | 2024-08-28T17:49:14.925Z | [ recovery-image] Aug 28 17:49:13.656 INFO O| Aug 28 17:49:13.656 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-08-28T17:49:14.934Z | [ recovery-image] Aug 28 17:49:13.665 INFO O| Aug 28 17:49:13.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6228 | 2024-08-28T17:49:14.934Z | [ recovery-image] Aug 28 17:49:13.665 INFO O| Aug 28 17:49:13.665 INFO STEP 767 (remove_files) COMPLETE |
6229 | 2024-08-28T17:49:14.937Z | [ recovery-image] Aug 28 17:49:13.665 INFO O| Aug 28 17:49:13.665 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-08-28T17:49:14.943Z | [ recovery-image] Aug 28 17:49:13.675 INFO O| Aug 28 17:49:13.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6231 | 2024-08-28T17:49:14.944Z | [ recovery-image] Aug 28 17:49:13.675 INFO O| Aug 28 17:49:13.675 INFO STEP 768 (remove_files) COMPLETE |
6232 | 2024-08-28T17:49:14.944Z | [ recovery-image] Aug 28 17:49:13.675 INFO O| Aug 28 17:49:13.675 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-08-28T17:49:14.953Z | [ recovery-image] Aug 28 17:49:13.684 INFO O| Aug 28 17:49:13.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6234 | 2024-08-28T17:49:14.955Z | [ recovery-image] Aug 28 17:49:13.684 INFO O| Aug 28 17:49:13.684 INFO STEP 769 (remove_files) COMPLETE |
6235 | 2024-08-28T17:49:14.955Z | [ recovery-image] Aug 28 17:49:13.684 INFO O| Aug 28 17:49:13.684 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-08-28T17:49:14.962Z | [ recovery-image] Aug 28 17:49:13.693 INFO O| Aug 28 17:49:13.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6237 | 2024-08-28T17:49:14.964Z | [ recovery-image] Aug 28 17:49:13.693 INFO O| Aug 28 17:49:13.693 INFO STEP 770 (remove_files) COMPLETE |
6238 | 2024-08-28T17:49:14.964Z | [ recovery-image] Aug 28 17:49:13.693 INFO O| Aug 28 17:49:13.693 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-08-28T17:49:14.972Z | [ recovery-image] Aug 28 17:49:13.703 INFO O| Aug 28 17:49:13.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6240 | 2024-08-28T17:49:14.972Z | [ recovery-image] Aug 28 17:49:13.703 INFO O| Aug 28 17:49:13.703 INFO STEP 771 (remove_files) COMPLETE |
6241 | 2024-08-28T17:49:14.974Z | [ recovery-image] Aug 28 17:49:13.703 INFO O| Aug 28 17:49:13.703 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-08-28T17:49:14.981Z | [ recovery-image] Aug 28 17:49:13.712 INFO O| Aug 28 17:49:13.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6243 | 2024-08-28T17:49:14.981Z | [ recovery-image] Aug 28 17:49:13.712 INFO O| Aug 28 17:49:13.712 INFO STEP 772 (remove_files) COMPLETE |
6244 | 2024-08-28T17:49:14.983Z | [ recovery-image] Aug 28 17:49:13.712 INFO O| Aug 28 17:49:13.712 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-08-28T17:49:14.990Z | [ recovery-image] Aug 28 17:49:13.721 INFO O| Aug 28 17:49:13.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6246 | 2024-08-28T17:49:14.993Z | [ recovery-image] Aug 28 17:49:13.721 INFO O| Aug 28 17:49:13.721 INFO STEP 773 (remove_files) COMPLETE |
6247 | 2024-08-28T17:49:14.993Z | [ recovery-image] Aug 28 17:49:13.721 INFO O| Aug 28 17:49:13.721 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-08-28T17:49:15.000Z | [ recovery-image] Aug 28 17:49:13.731 INFO O| Aug 28 17:49:13.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6249 | 2024-08-28T17:49:15.000Z | [ recovery-image] Aug 28 17:49:13.731 INFO O| Aug 28 17:49:13.731 INFO STEP 774 (remove_files) COMPLETE |
6250 | 2024-08-28T17:49:15.003Z | [ recovery-image] Aug 28 17:49:13.731 INFO O| Aug 28 17:49:13.731 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-08-28T17:49:15.009Z | [ recovery-image] Aug 28 17:49:13.740 INFO O| Aug 28 17:49:13.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6252 | 2024-08-28T17:49:15.009Z | [ recovery-image] Aug 28 17:49:13.740 INFO O| Aug 28 17:49:13.740 INFO STEP 775 (remove_files) COMPLETE |
6253 | 2024-08-28T17:49:15.012Z | [ recovery-image] Aug 28 17:49:13.740 INFO O| Aug 28 17:49:13.740 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-08-28T17:49:15.018Z | [ recovery-image] Aug 28 17:49:13.749 INFO O| Aug 28 17:49:13.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6255 | 2024-08-28T17:49:15.021Z | [ recovery-image] Aug 28 17:49:13.749 INFO O| Aug 28 17:49:13.749 INFO STEP 776 (remove_files) COMPLETE |
6256 | 2024-08-28T17:49:15.021Z | [ recovery-image] Aug 28 17:49:13.750 INFO O| Aug 28 17:49:13.749 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-08-28T17:49:15.028Z | [ recovery-image] Aug 28 17:49:13.759 INFO O| Aug 28 17:49:13.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6258 | 2024-08-28T17:49:15.028Z | [ recovery-image] Aug 28 17:49:13.759 INFO O| Aug 28 17:49:13.759 INFO STEP 777 (remove_files) COMPLETE |
6259 | 2024-08-28T17:49:15.030Z | [ recovery-image] Aug 28 17:49:13.759 INFO O| Aug 28 17:49:13.759 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-08-28T17:49:15.037Z | [ recovery-image] Aug 28 17:49:13.768 INFO O| Aug 28 17:49:13.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6261 | 2024-08-28T17:49:15.037Z | [ recovery-image] Aug 28 17:49:13.768 INFO O| Aug 28 17:49:13.768 INFO STEP 778 (remove_files) COMPLETE |
6262 | 2024-08-28T17:49:15.039Z | [ recovery-image] Aug 28 17:49:13.768 INFO O| Aug 28 17:49:13.768 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-08-28T17:49:15.047Z | [ recovery-image] Aug 28 17:49:13.778 INFO O| Aug 28 17:49:13.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6264 | 2024-08-28T17:49:15.047Z | [ recovery-image] Aug 28 17:49:13.778 INFO O| Aug 28 17:49:13.778 INFO STEP 779 (remove_files) COMPLETE |
6265 | 2024-08-28T17:49:15.049Z | [ recovery-image] Aug 28 17:49:13.778 INFO O| Aug 28 17:49:13.778 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-08-28T17:49:15.056Z | [ recovery-image] Aug 28 17:49:13.787 INFO O| Aug 28 17:49:13.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6267 | 2024-08-28T17:49:15.058Z | [ recovery-image] Aug 28 17:49:13.787 INFO O| Aug 28 17:49:13.787 INFO STEP 780 (remove_files) COMPLETE |
6268 | 2024-08-28T17:49:15.058Z | [ recovery-image] Aug 28 17:49:13.787 INFO O| Aug 28 17:49:13.787 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-08-28T17:49:15.065Z | [ recovery-image] Aug 28 17:49:13.796 INFO O| Aug 28 17:49:13.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6270 | 2024-08-28T17:49:15.065Z | [ recovery-image] Aug 28 17:49:13.796 INFO O| Aug 28 17:49:13.796 INFO STEP 781 (remove_files) COMPLETE |
6271 | 2024-08-28T17:49:15.068Z | [ recovery-image] Aug 28 17:49:13.796 INFO O| Aug 28 17:49:13.796 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-08-28T17:49:15.074Z | [ recovery-image] Aug 28 17:49:13.806 INFO O| Aug 28 17:49:13.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6273 | 2024-08-28T17:49:15.077Z | [ recovery-image] Aug 28 17:49:13.806 INFO O| Aug 28 17:49:13.806 INFO STEP 782 (remove_files) COMPLETE |
6274 | 2024-08-28T17:49:15.077Z | [ recovery-image] Aug 28 17:49:13.806 INFO O| Aug 28 17:49:13.806 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-08-28T17:49:15.084Z | [ recovery-image] Aug 28 17:49:13.815 INFO O| Aug 28 17:49:13.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6276 | 2024-08-28T17:49:15.084Z | [ recovery-image] Aug 28 17:49:13.815 INFO O| Aug 28 17:49:13.815 INFO STEP 783 (remove_files) COMPLETE |
6277 | 2024-08-28T17:49:15.084Z | [ recovery-image] Aug 28 17:49:13.815 INFO O| Aug 28 17:49:13.815 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-08-28T17:49:15.092Z | [ host-image] Aug 28 17:49:13.823 INFO O| Aug 28 17:49:13.823 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
6279 | 2024-08-28T17:49:15.095Z | [ recovery-image] Aug 28 17:49:13.824 INFO O| Aug 28 17:49:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6280 | 2024-08-28T17:49:15.095Z | [ recovery-image] Aug 28 17:49:13.824 INFO O| Aug 28 17:49:13.824 INFO STEP 784 (remove_files) COMPLETE |
6281 | 2024-08-28T17:49:15.095Z | [ recovery-image] Aug 28 17:49:13.824 INFO O| Aug 28 17:49:13.824 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-08-28T17:49:15.103Z | [ recovery-image] Aug 28 17:49:13.834 INFO O| Aug 28 17:49:13.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6283 | 2024-08-28T17:49:15.105Z | [ recovery-image] Aug 28 17:49:13.834 INFO O| Aug 28 17:49:13.834 INFO STEP 785 (remove_files) COMPLETE |
6284 | 2024-08-28T17:49:15.105Z | [ recovery-image] Aug 28 17:49:13.834 INFO O| Aug 28 17:49:13.834 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-08-28T17:49:15.113Z | [ recovery-image] Aug 28 17:49:13.844 INFO O| Aug 28 17:49:13.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6286 | 2024-08-28T17:49:15.113Z | [ recovery-image] Aug 28 17:49:13.844 INFO O| Aug 28 17:49:13.844 INFO STEP 786 (remove_files) COMPLETE |
6287 | 2024-08-28T17:49:15.113Z | [ recovery-image] Aug 28 17:49:13.844 INFO O| Aug 28 17:49:13.844 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-08-28T17:49:15.123Z | [ recovery-image] Aug 28 17:49:13.854 INFO O| Aug 28 17:49:13.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6289 | 2024-08-28T17:49:15.125Z | [ recovery-image] Aug 28 17:49:13.854 INFO O| Aug 28 17:49:13.854 INFO STEP 787 (remove_files) COMPLETE |
6290 | 2024-08-28T17:49:15.125Z | [ recovery-image] Aug 28 17:49:13.854 INFO O| Aug 28 17:49:13.854 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-08-28T17:49:15.132Z | [ recovery-image] Aug 28 17:49:13.863 INFO O| Aug 28 17:49:13.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6292 | 2024-08-28T17:49:15.132Z | [ recovery-image] Aug 28 17:49:13.863 INFO O| Aug 28 17:49:13.863 INFO STEP 788 (remove_files) COMPLETE |
6293 | 2024-08-28T17:49:15.132Z | [ recovery-image] Aug 28 17:49:13.863 INFO O| Aug 28 17:49:13.863 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-28T17:49:15.142Z | [ recovery-image] Aug 28 17:49:13.873 INFO O| Aug 28 17:49:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6295 | 2024-08-28T17:49:15.142Z | [ recovery-image] Aug 28 17:49:13.873 INFO O| Aug 28 17:49:13.873 INFO STEP 789 (remove_files) COMPLETE |
6296 | 2024-08-28T17:49:15.142Z | [ recovery-image] Aug 28 17:49:13.873 INFO O| Aug 28 17:49:13.873 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-28T17:49:15.152Z | [ recovery-image] Aug 28 17:49:13.883 INFO O| Aug 28 17:49:13.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6298 | 2024-08-28T17:49:15.152Z | [ recovery-image] Aug 28 17:49:13.883 INFO O| Aug 28 17:49:13.883 INFO STEP 790 (remove_files) COMPLETE |
6299 | 2024-08-28T17:49:15.152Z | [ recovery-image] Aug 28 17:49:13.883 INFO O| Aug 28 17:49:13.883 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-28T17:49:15.161Z | [ recovery-image] Aug 28 17:49:13.892 INFO O| Aug 28 17:49:13.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6301 | 2024-08-28T17:49:15.161Z | [ recovery-image] Aug 28 17:49:13.892 INFO O| Aug 28 17:49:13.892 INFO STEP 791 (remove_files) COMPLETE |
6302 | 2024-08-28T17:49:15.164Z | [ recovery-image] Aug 28 17:49:13.892 INFO O| Aug 28 17:49:13.892 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-28T17:49:15.171Z | [ recovery-image] Aug 28 17:49:13.902 INFO O| Aug 28 17:49:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6304 | 2024-08-28T17:49:15.171Z | [ recovery-image] Aug 28 17:49:13.902 INFO O| Aug 28 17:49:13.902 INFO STEP 792 (remove_files) COMPLETE |
6305 | 2024-08-28T17:49:15.171Z | [ recovery-image] Aug 28 17:49:13.902 INFO O| Aug 28 17:49:13.902 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-28T17:49:15.181Z | [ recovery-image] Aug 28 17:49:13.912 INFO O| Aug 28 17:49:13.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6307 | 2024-08-28T17:49:15.181Z | [ recovery-image] Aug 28 17:49:13.912 INFO O| Aug 28 17:49:13.912 INFO STEP 793 (remove_files) COMPLETE |
6308 | 2024-08-28T17:49:15.181Z | [ recovery-image] Aug 28 17:49:13.912 INFO O| Aug 28 17:49:13.912 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-28T17:49:15.190Z | [ recovery-image] Aug 28 17:49:13.921 INFO O| Aug 28 17:49:13.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6310 | 2024-08-28T17:49:15.190Z | [ recovery-image] Aug 28 17:49:13.921 INFO O| Aug 28 17:49:13.921 INFO STEP 794 (remove_files) COMPLETE |
6311 | 2024-08-28T17:49:15.190Z | [ recovery-image] Aug 28 17:49:13.921 INFO O| Aug 28 17:49:13.921 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-28T17:49:15.200Z | [ recovery-image] Aug 28 17:49:13.931 INFO O| Aug 28 17:49:13.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6313 | 2024-08-28T17:49:15.200Z | [ recovery-image] Aug 28 17:49:13.931 INFO O| Aug 28 17:49:13.931 INFO STEP 795 (remove_files) COMPLETE |
6314 | 2024-08-28T17:49:15.202Z | [ recovery-image] Aug 28 17:49:13.931 INFO O| Aug 28 17:49:13.931 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-28T17:49:15.210Z | [ recovery-image] Aug 28 17:49:13.941 INFO O| Aug 28 17:49:13.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6316 | 2024-08-28T17:49:15.212Z | [ recovery-image] Aug 28 17:49:13.941 INFO O| Aug 28 17:49:13.941 INFO STEP 796 (remove_files) COMPLETE |
6317 | 2024-08-28T17:49:15.212Z | [ recovery-image] Aug 28 17:49:13.941 INFO O| Aug 28 17:49:13.941 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-28T17:49:15.220Z | [ recovery-image] Aug 28 17:49:13.951 INFO O| Aug 28 17:49:13.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6319 | 2024-08-28T17:49:15.220Z | [ recovery-image] Aug 28 17:49:13.951 INFO O| Aug 28 17:49:13.951 INFO STEP 797 (remove_files) COMPLETE |
6320 | 2024-08-28T17:49:15.220Z | [ recovery-image] Aug 28 17:49:13.951 INFO O| Aug 28 17:49:13.951 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-28T17:49:15.231Z | [ recovery-image] Aug 28 17:49:13.962 INFO O| Aug 28 17:49:13.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6322 | 2024-08-28T17:49:15.231Z | [ recovery-image] Aug 28 17:49:13.962 INFO O| Aug 28 17:49:13.962 INFO STEP 798 (remove_files) COMPLETE |
6323 | 2024-08-28T17:49:15.233Z | [ recovery-image] Aug 28 17:49:13.962 INFO O| Aug 28 17:49:13.962 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-28T17:49:15.241Z | [ recovery-image] Aug 28 17:49:13.972 INFO O| Aug 28 17:49:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6325 | 2024-08-28T17:49:15.241Z | [ recovery-image] Aug 28 17:49:13.972 INFO O| Aug 28 17:49:13.972 INFO STEP 799 (remove_files) COMPLETE |
6326 | 2024-08-28T17:49:15.243Z | [ recovery-image] Aug 28 17:49:13.972 INFO O| Aug 28 17:49:13.972 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-28T17:49:15.251Z | [ recovery-image] Aug 28 17:49:13.981 INFO O| Aug 28 17:49:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6328 | 2024-08-28T17:49:15.253Z | [ recovery-image] Aug 28 17:49:13.982 INFO O| Aug 28 17:49:13.982 INFO STEP 800 (remove_files) COMPLETE |
6329 | 2024-08-28T17:49:15.253Z | [ recovery-image] Aug 28 17:49:13.982 INFO O| Aug 28 17:49:13.982 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-28T17:49:15.261Z | [ recovery-image] Aug 28 17:49:13.992 INFO O| Aug 28 17:49:13.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6331 | 2024-08-28T17:49:15.264Z | [ recovery-image] Aug 28 17:49:13.992 INFO O| Aug 28 17:49:13.992 INFO STEP 801 (remove_files) COMPLETE |
6332 | 2024-08-28T17:49:15.264Z | [ recovery-image] Aug 28 17:49:13.992 INFO O| Aug 28 17:49:13.992 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-28T17:49:15.271Z | [ recovery-image] Aug 28 17:49:14.002 INFO O| Aug 28 17:49:14.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6334 | 2024-08-28T17:49:15.271Z | [ recovery-image] Aug 28 17:49:14.002 INFO O| Aug 28 17:49:14.002 INFO STEP 802 (remove_files) COMPLETE |
6335 | 2024-08-28T17:49:15.271Z | [ recovery-image] Aug 28 17:49:14.002 INFO O| Aug 28 17:49:14.002 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-28T17:49:15.284Z | [ recovery-image] Aug 28 17:49:14.015 INFO O| Aug 28 17:49:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6337 | 2024-08-28T17:49:15.284Z | [ recovery-image] Aug 28 17:49:14.015 INFO O| Aug 28 17:49:14.015 INFO STEP 803 (remove_files) COMPLETE |
6338 | 2024-08-28T17:49:15.284Z | [ recovery-image] Aug 28 17:49:14.015 INFO O| Aug 28 17:49:14.015 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-28T17:49:15.296Z | [ recovery-image] Aug 28 17:49:14.027 INFO O| Aug 28 17:49:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6340 | 2024-08-28T17:49:15.296Z | [ recovery-image] Aug 28 17:49:14.027 INFO O| Aug 28 17:49:14.027 INFO STEP 804 (remove_files) COMPLETE |
6341 | 2024-08-28T17:49:15.296Z | [ recovery-image] Aug 28 17:49:14.027 INFO O| Aug 28 17:49:14.027 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-28T17:49:15.307Z | [ recovery-image] Aug 28 17:49:14.038 INFO O| Aug 28 17:49:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6343 | 2024-08-28T17:49:15.309Z | [ recovery-image] Aug 28 17:49:14.038 INFO O| Aug 28 17:49:14.038 INFO STEP 805 (remove_files) COMPLETE |
6344 | 2024-08-28T17:49:15.309Z | [ recovery-image] Aug 28 17:49:14.038 INFO O| Aug 28 17:49:14.038 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-28T17:49:15.317Z | [ recovery-image] Aug 28 17:49:14.048 INFO O| Aug 28 17:49:14.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6346 | 2024-08-28T17:49:15.317Z | [ recovery-image] Aug 28 17:49:14.048 INFO O| Aug 28 17:49:14.048 INFO STEP 806 (remove_files) COMPLETE |
6347 | 2024-08-28T17:49:15.321Z | [ recovery-image] Aug 28 17:49:14.048 INFO O| Aug 28 17:49:14.048 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-28T17:49:15.329Z | [ recovery-image] Aug 28 17:49:14.060 INFO O| Aug 28 17:49:14.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6349 | 2024-08-28T17:49:15.331Z | [ recovery-image] Aug 28 17:49:14.060 INFO O| Aug 28 17:49:14.060 INFO STEP 807 (remove_files) COMPLETE |
6350 | 2024-08-28T17:49:15.331Z | [ recovery-image] Aug 28 17:49:14.060 INFO O| Aug 28 17:49:14.060 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-28T17:49:15.331Z | [ host-image] Aug 28 17:49:14.062 INFO O| Aug 28 17:49:14.062 INFO O| Done |
6352 | 2024-08-28T17:49:15.331Z | [ host-image] Aug 28 17:49:14.062 INFO O| Aug 28 17:49:14.062 INFO O| Done |
6353 | 2024-08-28T17:49:15.341Z | [ recovery-image] Aug 28 17:49:14.072 INFO O| Aug 28 17:49:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6354 | 2024-08-28T17:49:15.341Z | [ recovery-image] Aug 28 17:49:14.072 INFO O| Aug 28 17:49:14.072 INFO STEP 808 (remove_files) COMPLETE |
6355 | 2024-08-28T17:49:15.341Z | [ recovery-image] Aug 28 17:49:14.072 INFO O| Aug 28 17:49:14.072 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-08-28T17:49:15.352Z | [ recovery-image] Aug 28 17:49:14.083 INFO O| Aug 28 17:49:14.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6357 | 2024-08-28T17:49:15.352Z | [ recovery-image] Aug 28 17:49:14.083 INFO O| Aug 28 17:49:14.083 INFO STEP 809 (remove_files) COMPLETE |
6358 | 2024-08-28T17:49:15.354Z | [ recovery-image] Aug 28 17:49:14.083 INFO O| Aug 28 17:49:14.083 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-08-28T17:49:15.362Z | [ recovery-image] Aug 28 17:49:14.093 INFO O| Aug 28 17:49:14.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6360 | 2024-08-28T17:49:15.364Z | [ recovery-image] Aug 28 17:49:14.093 INFO O| Aug 28 17:49:14.093 INFO STEP 810 (remove_files) COMPLETE |
6361 | 2024-08-28T17:49:15.364Z | [ recovery-image] Aug 28 17:49:14.093 INFO O| Aug 28 17:49:14.093 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-08-28T17:49:15.371Z | [ recovery-image] Aug 28 17:49:14.102 INFO O| Aug 28 17:49:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6363 | 2024-08-28T17:49:15.371Z | [ recovery-image] Aug 28 17:49:14.102 INFO O| Aug 28 17:49:14.102 INFO STEP 811 (remove_files) COMPLETE |
6364 | 2024-08-28T17:49:15.374Z | [ recovery-image] Aug 28 17:49:14.102 INFO O| Aug 28 17:49:14.102 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-08-28T17:49:15.382Z | [ recovery-image] Aug 28 17:49:14.112 INFO O| Aug 28 17:49:14.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6366 | 2024-08-28T17:49:15.382Z | [ recovery-image] Aug 28 17:49:14.112 INFO O| Aug 28 17:49:14.112 INFO STEP 812 (remove_files) COMPLETE |
6367 | 2024-08-28T17:49:15.384Z | [ recovery-image] Aug 28 17:49:14.112 INFO O| Aug 28 17:49:14.112 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-08-28T17:49:15.390Z | [ recovery-image] Aug 28 17:49:14.121 INFO O| Aug 28 17:49:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6369 | 2024-08-28T17:49:15.390Z | [ recovery-image] Aug 28 17:49:14.121 INFO O| Aug 28 17:49:14.121 INFO STEP 813 (remove_files) COMPLETE |
6370 | 2024-08-28T17:49:15.393Z | [ recovery-image] Aug 28 17:49:14.121 INFO O| Aug 28 17:49:14.121 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-08-28T17:49:15.400Z | [ recovery-image] Aug 28 17:49:14.131 INFO O| Aug 28 17:49:14.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6372 | 2024-08-28T17:49:15.400Z | [ recovery-image] Aug 28 17:49:14.131 INFO O| Aug 28 17:49:14.131 INFO STEP 814 (remove_files) COMPLETE |
6373 | 2024-08-28T17:49:15.402Z | [ recovery-image] Aug 28 17:49:14.131 INFO O| Aug 28 17:49:14.131 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-08-28T17:49:15.410Z | [ recovery-image] Aug 28 17:49:14.140 INFO O| Aug 28 17:49:14.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6375 | 2024-08-28T17:49:15.412Z | [ recovery-image] Aug 28 17:49:14.141 INFO O| Aug 28 17:49:14.140 INFO STEP 815 (remove_files) COMPLETE |
6376 | 2024-08-28T17:49:15.412Z | [ recovery-image] Aug 28 17:49:14.141 INFO O| Aug 28 17:49:14.141 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-08-28T17:49:15.419Z | [ recovery-image] Aug 28 17:49:14.150 INFO O| Aug 28 17:49:14.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6378 | 2024-08-28T17:49:15.419Z | [ recovery-image] Aug 28 17:49:14.150 INFO O| Aug 28 17:49:14.150 INFO STEP 816 (remove_files) COMPLETE |
6379 | 2024-08-28T17:49:15.421Z | [ recovery-image] Aug 28 17:49:14.150 INFO O| Aug 28 17:49:14.150 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-08-28T17:49:15.430Z | [ recovery-image] Aug 28 17:49:14.159 INFO O| Aug 28 17:49:14.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6381 | 2024-08-28T17:49:15.432Z | [ recovery-image] Aug 28 17:49:14.160 INFO O| Aug 28 17:49:14.160 INFO STEP 817 (remove_files) COMPLETE |
6382 | 2024-08-28T17:49:15.432Z | [ recovery-image] Aug 28 17:49:14.160 INFO O| Aug 28 17:49:14.160 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-08-28T17:49:15.438Z | [ recovery-image] Aug 28 17:49:14.169 INFO O| Aug 28 17:49:14.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6384 | 2024-08-28T17:49:15.438Z | [ recovery-image] Aug 28 17:49:14.169 INFO O| Aug 28 17:49:14.169 INFO STEP 818 (remove_files) COMPLETE |
6385 | 2024-08-28T17:49:15.440Z | [ recovery-image] Aug 28 17:49:14.169 INFO O| Aug 28 17:49:14.169 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-08-28T17:49:15.447Z | [ recovery-image] Aug 28 17:49:14.178 INFO O| Aug 28 17:49:14.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6387 | 2024-08-28T17:49:15.447Z | [ recovery-image] Aug 28 17:49:14.178 INFO O| Aug 28 17:49:14.178 INFO STEP 819 (remove_files) COMPLETE |
6388 | 2024-08-28T17:49:15.450Z | [ recovery-image] Aug 28 17:49:14.178 INFO O| Aug 28 17:49:14.178 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-08-28T17:49:15.457Z | [ recovery-image] Aug 28 17:49:14.188 INFO O| Aug 28 17:49:14.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6390 | 2024-08-28T17:49:15.457Z | [ recovery-image] Aug 28 17:49:14.188 INFO O| Aug 28 17:49:14.188 INFO STEP 820 (remove_files) COMPLETE |
6391 | 2024-08-28T17:49:15.457Z | [ recovery-image] Aug 28 17:49:14.188 INFO O| Aug 28 17:49:14.188 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-08-28T17:49:15.466Z | [ recovery-image] Aug 28 17:49:14.197 INFO O| Aug 28 17:49:14.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6393 | 2024-08-28T17:49:15.466Z | [ recovery-image] Aug 28 17:49:14.197 INFO O| Aug 28 17:49:14.197 INFO STEP 821 (remove_files) COMPLETE |
6394 | 2024-08-28T17:49:15.466Z | [ recovery-image] Aug 28 17:49:14.197 INFO O| Aug 28 17:49:14.197 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-08-28T17:49:15.476Z | [ recovery-image] Aug 28 17:49:14.207 INFO O| Aug 28 17:49:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6396 | 2024-08-28T17:49:15.478Z | [ recovery-image] Aug 28 17:49:14.207 INFO O| Aug 28 17:49:14.207 INFO STEP 822 (remove_files) COMPLETE |
6397 | 2024-08-28T17:49:15.478Z | [ recovery-image] Aug 28 17:49:14.207 INFO O| Aug 28 17:49:14.207 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-08-28T17:49:15.485Z | [ recovery-image] Aug 28 17:49:14.216 INFO O| Aug 28 17:49:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6399 | 2024-08-28T17:49:15.487Z | [ recovery-image] Aug 28 17:49:14.216 INFO O| Aug 28 17:49:14.216 INFO STEP 823 (remove_files) COMPLETE |
6400 | 2024-08-28T17:49:15.487Z | [ recovery-image] Aug 28 17:49:14.216 INFO O| Aug 28 17:49:14.216 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-08-28T17:49:15.494Z | [ recovery-image] Aug 28 17:49:14.225 INFO O| Aug 28 17:49:14.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6402 | 2024-08-28T17:49:15.494Z | [ recovery-image] Aug 28 17:49:14.225 INFO O| Aug 28 17:49:14.225 INFO STEP 824 (remove_files) COMPLETE |
6403 | 2024-08-28T17:49:15.497Z | [ recovery-image] Aug 28 17:49:14.225 INFO O| Aug 28 17:49:14.225 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-08-28T17:49:15.504Z | [ recovery-image] Aug 28 17:49:14.235 INFO O| Aug 28 17:49:14.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6405 | 2024-08-28T17:49:15.504Z | [ recovery-image] Aug 28 17:49:14.235 INFO O| Aug 28 17:49:14.235 INFO STEP 825 (remove_files) COMPLETE |
6406 | 2024-08-28T17:49:15.506Z | [ recovery-image] Aug 28 17:49:14.235 INFO O| Aug 28 17:49:14.235 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-08-28T17:49:15.513Z | [ recovery-image] Aug 28 17:49:14.244 INFO O| Aug 28 17:49:14.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6408 | 2024-08-28T17:49:15.513Z | [ recovery-image] Aug 28 17:49:14.244 INFO O| Aug 28 17:49:14.244 INFO STEP 826 (remove_files) COMPLETE |
6409 | 2024-08-28T17:49:15.513Z | [ recovery-image] Aug 28 17:49:14.244 INFO O| Aug 28 17:49:14.244 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-08-28T17:49:15.523Z | [ recovery-image] Aug 28 17:49:14.254 INFO O| Aug 28 17:49:14.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6411 | 2024-08-28T17:49:15.523Z | [ recovery-image] Aug 28 17:49:14.254 INFO O| Aug 28 17:49:14.254 INFO STEP 827 (remove_files) COMPLETE |
6412 | 2024-08-28T17:49:15.523Z | [ recovery-image] Aug 28 17:49:14.254 INFO O| Aug 28 17:49:14.254 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-08-28T17:49:15.532Z | [ recovery-image] Aug 28 17:49:14.263 INFO O| Aug 28 17:49:14.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6414 | 2024-08-28T17:49:15.532Z | [ recovery-image] Aug 28 17:49:14.263 INFO O| Aug 28 17:49:14.263 INFO STEP 828 (remove_files) COMPLETE |
6415 | 2024-08-28T17:49:15.534Z | [ recovery-image] Aug 28 17:49:14.263 INFO O| Aug 28 17:49:14.263 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-08-28T17:49:15.541Z | [ recovery-image] Aug 28 17:49:14.272 INFO O| Aug 28 17:49:14.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6417 | 2024-08-28T17:49:15.543Z | [ recovery-image] Aug 28 17:49:14.272 INFO O| Aug 28 17:49:14.272 INFO STEP 829 (remove_files) COMPLETE |
6418 | 2024-08-28T17:49:15.543Z | [ recovery-image] Aug 28 17:49:14.272 INFO O| Aug 28 17:49:14.272 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-08-28T17:49:15.551Z | [ recovery-image] Aug 28 17:49:14.282 INFO O| Aug 28 17:49:14.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6420 | 2024-08-28T17:49:15.553Z | [ recovery-image] Aug 28 17:49:14.282 INFO O| Aug 28 17:49:14.282 INFO STEP 830 (remove_files) COMPLETE |
6421 | 2024-08-28T17:49:15.553Z | [ recovery-image] Aug 28 17:49:14.282 INFO O| Aug 28 17:49:14.282 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-08-28T17:49:15.560Z | [ recovery-image] Aug 28 17:49:14.291 INFO O| Aug 28 17:49:14.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6423 | 2024-08-28T17:49:15.560Z | [ recovery-image] Aug 28 17:49:14.291 INFO O| Aug 28 17:49:14.291 INFO STEP 831 (remove_files) COMPLETE |
6424 | 2024-08-28T17:49:15.562Z | [ recovery-image] Aug 28 17:49:14.291 INFO O| Aug 28 17:49:14.291 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-08-28T17:49:15.570Z | [ recovery-image] Aug 28 17:49:14.301 INFO O| Aug 28 17:49:14.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6426 | 2024-08-28T17:49:15.572Z | [ recovery-image] Aug 28 17:49:14.301 INFO O| Aug 28 17:49:14.301 INFO STEP 832 (remove_files) COMPLETE |
6427 | 2024-08-28T17:49:15.572Z | [ recovery-image] Aug 28 17:49:14.301 INFO O| Aug 28 17:49:14.301 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-08-28T17:49:15.579Z | [ recovery-image] Aug 28 17:49:14.310 INFO O| Aug 28 17:49:14.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6429 | 2024-08-28T17:49:15.579Z | [ recovery-image] Aug 28 17:49:14.310 INFO O| Aug 28 17:49:14.310 INFO STEP 833 (remove_files) COMPLETE |
6430 | 2024-08-28T17:49:15.581Z | [ recovery-image] Aug 28 17:49:14.310 INFO O| Aug 28 17:49:14.310 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-08-28T17:49:15.589Z | [ recovery-image] Aug 28 17:49:14.319 INFO O| Aug 28 17:49:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6432 | 2024-08-28T17:49:15.589Z | [ recovery-image] Aug 28 17:49:14.319 INFO O| Aug 28 17:49:14.319 INFO STEP 834 (remove_files) COMPLETE |
6433 | 2024-08-28T17:49:15.591Z | [ recovery-image] Aug 28 17:49:14.320 INFO O| Aug 28 17:49:14.319 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-08-28T17:49:15.598Z | [ recovery-image] Aug 28 17:49:14.329 INFO O| Aug 28 17:49:14.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6435 | 2024-08-28T17:49:15.598Z | [ recovery-image] Aug 28 17:49:14.329 INFO O| Aug 28 17:49:14.329 INFO STEP 835 (remove_files) COMPLETE |
6436 | 2024-08-28T17:49:15.598Z | [ recovery-image] Aug 28 17:49:14.329 INFO O| Aug 28 17:49:14.329 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-08-28T17:49:15.607Z | [ recovery-image] Aug 28 17:49:14.338 INFO O| Aug 28 17:49:14.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6438 | 2024-08-28T17:49:15.607Z | [ recovery-image] Aug 28 17:49:14.338 INFO O| Aug 28 17:49:14.338 INFO STEP 836 (remove_files) COMPLETE |
6439 | 2024-08-28T17:49:15.607Z | [ recovery-image] Aug 28 17:49:14.338 INFO O| Aug 28 17:49:14.338 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-08-28T17:49:15.617Z | [ recovery-image] Aug 28 17:49:14.348 INFO O| Aug 28 17:49:14.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6441 | 2024-08-28T17:49:15.619Z | [ recovery-image] Aug 28 17:49:14.348 INFO O| Aug 28 17:49:14.348 INFO STEP 837 (remove_files) COMPLETE |
6442 | 2024-08-28T17:49:15.619Z | [ recovery-image] Aug 28 17:49:14.348 INFO O| Aug 28 17:49:14.348 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-08-28T17:49:15.626Z | [ recovery-image] Aug 28 17:49:14.357 INFO O| Aug 28 17:49:14.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6444 | 2024-08-28T17:49:15.626Z | [ recovery-image] Aug 28 17:49:14.357 INFO O| Aug 28 17:49:14.357 INFO STEP 838 (remove_files) COMPLETE |
6445 | 2024-08-28T17:49:15.629Z | [ recovery-image] Aug 28 17:49:14.357 INFO O| Aug 28 17:49:14.357 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-08-28T17:49:15.636Z | [ recovery-image] Aug 28 17:49:14.367 INFO O| Aug 28 17:49:14.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6447 | 2024-08-28T17:49:15.636Z | [ recovery-image] Aug 28 17:49:14.367 INFO O| Aug 28 17:49:14.367 INFO STEP 839 (remove_files) COMPLETE |
6448 | 2024-08-28T17:49:15.638Z | [ recovery-image] Aug 28 17:49:14.367 INFO O| Aug 28 17:49:14.367 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-08-28T17:49:15.645Z | [ recovery-image] Aug 28 17:49:14.376 INFO O| Aug 28 17:49:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6450 | 2024-08-28T17:49:15.645Z | [ recovery-image] Aug 28 17:49:14.376 INFO O| Aug 28 17:49:14.376 INFO STEP 840 (remove_files) COMPLETE |
6451 | 2024-08-28T17:49:15.648Z | [ recovery-image] Aug 28 17:49:14.376 INFO O| Aug 28 17:49:14.376 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-08-28T17:49:15.654Z | [ recovery-image] Aug 28 17:49:14.385 INFO O| Aug 28 17:49:14.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6453 | 2024-08-28T17:49:15.654Z | [ recovery-image] Aug 28 17:49:14.385 INFO O| Aug 28 17:49:14.385 INFO STEP 841 (remove_files) COMPLETE |
6454 | 2024-08-28T17:49:15.657Z | [ recovery-image] Aug 28 17:49:14.386 INFO O| Aug 28 17:49:14.385 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-08-28T17:49:15.665Z | [ recovery-image] Aug 28 17:49:14.395 INFO O| Aug 28 17:49:14.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6456 | 2024-08-28T17:49:15.665Z | [ recovery-image] Aug 28 17:49:14.395 INFO O| Aug 28 17:49:14.395 INFO STEP 842 (remove_files) COMPLETE |
6457 | 2024-08-28T17:49:15.667Z | [ recovery-image] Aug 28 17:49:14.395 INFO O| Aug 28 17:49:14.395 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-08-28T17:49:15.673Z | [ recovery-image] Aug 28 17:49:14.404 INFO O| Aug 28 17:49:14.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6459 | 2024-08-28T17:49:15.673Z | [ recovery-image] Aug 28 17:49:14.404 INFO O| Aug 28 17:49:14.404 INFO STEP 843 (remove_files) COMPLETE |
6460 | 2024-08-28T17:49:15.682Z | [ recovery-image] Aug 28 17:49:14.404 INFO O| Aug 28 17:49:14.404 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-08-28T17:49:15.685Z | [ recovery-image] Aug 28 17:49:14.414 INFO O| Aug 28 17:49:14.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6462 | 2024-08-28T17:49:15.685Z | [ recovery-image] Aug 28 17:49:14.414 INFO O| Aug 28 17:49:14.414 INFO STEP 844 (remove_files) COMPLETE |
6463 | 2024-08-28T17:49:15.685Z | [ recovery-image] Aug 28 17:49:14.414 INFO O| Aug 28 17:49:14.414 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-08-28T17:49:15.685Z | [ host-image] Aug 28 17:49:14.415 INFO O| Aug 28 17:49:14.415 INFO O| Done |
6465 | 2024-08-28T17:49:15.692Z | [ recovery-image] Aug 28 17:49:14.423 INFO O| Aug 28 17:49:14.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6466 | 2024-08-28T17:49:15.692Z | [ recovery-image] Aug 28 17:49:14.423 INFO O| Aug 28 17:49:14.423 INFO STEP 845 (remove_files) COMPLETE |
6467 | 2024-08-28T17:49:15.695Z | [ recovery-image] Aug 28 17:49:14.423 INFO O| Aug 28 17:49:14.423 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-28T17:49:15.702Z | [ recovery-image] Aug 28 17:49:14.433 INFO O| Aug 28 17:49:14.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6469 | 2024-08-28T17:49:15.704Z | [ recovery-image] Aug 28 17:49:14.433 INFO O| Aug 28 17:49:14.433 INFO STEP 846 (remove_files) COMPLETE |
6470 | 2024-08-28T17:49:15.704Z | [ recovery-image] Aug 28 17:49:14.433 INFO O| Aug 28 17:49:14.433 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-28T17:49:15.712Z | [ recovery-image] Aug 28 17:49:14.442 INFO O| Aug 28 17:49:14.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6472 | 2024-08-28T17:49:15.714Z | [ recovery-image] Aug 28 17:49:14.443 INFO O| Aug 28 17:49:14.442 INFO STEP 847 (remove_files) COMPLETE |
6473 | 2024-08-28T17:49:15.714Z | [ recovery-image] Aug 28 17:49:14.443 INFO O| Aug 28 17:49:14.443 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-28T17:49:15.721Z | [ recovery-image] Aug 28 17:49:14.452 INFO O| Aug 28 17:49:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6475 | 2024-08-28T17:49:15.721Z | [ recovery-image] Aug 28 17:49:14.452 INFO O| Aug 28 17:49:14.452 INFO STEP 848 (remove_files) COMPLETE |
6476 | 2024-08-28T17:49:15.723Z | [ recovery-image] Aug 28 17:49:14.452 INFO O| Aug 28 17:49:14.452 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-28T17:49:15.731Z | [ recovery-image] Aug 28 17:49:14.462 INFO O| Aug 28 17:49:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6478 | 2024-08-28T17:49:15.733Z | [ recovery-image] Aug 28 17:49:14.462 INFO O| Aug 28 17:49:14.462 INFO STEP 849 (remove_files) COMPLETE |
6479 | 2024-08-28T17:49:15.733Z | [ recovery-image] Aug 28 17:49:14.462 INFO O| Aug 28 17:49:14.462 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-28T17:49:15.741Z | [ recovery-image] Aug 28 17:49:14.471 INFO O| Aug 28 17:49:14.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6481 | 2024-08-28T17:49:15.743Z | [ recovery-image] Aug 28 17:49:14.472 INFO O| Aug 28 17:49:14.472 INFO STEP 850 (remove_files) COMPLETE |
6482 | 2024-08-28T17:49:15.743Z | [ recovery-image] Aug 28 17:49:14.472 INFO O| Aug 28 17:49:14.472 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-28T17:49:15.750Z | [ recovery-image] Aug 28 17:49:14.481 INFO O| Aug 28 17:49:14.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6484 | 2024-08-28T17:49:15.752Z | [ recovery-image] Aug 28 17:49:14.482 INFO O| Aug 28 17:49:14.482 INFO STEP 851 (remove_files) COMPLETE |
6485 | 2024-08-28T17:49:15.752Z | [ recovery-image] Aug 28 17:49:14.482 INFO O| Aug 28 17:49:14.482 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-28T17:49:15.760Z | [ recovery-image] Aug 28 17:49:14.491 INFO O| Aug 28 17:49:14.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6487 | 2024-08-28T17:49:15.760Z | [ recovery-image] Aug 28 17:49:14.491 INFO O| Aug 28 17:49:14.491 INFO STEP 852 (remove_files) COMPLETE |
6488 | 2024-08-28T17:49:15.763Z | [ recovery-image] Aug 28 17:49:14.491 INFO O| Aug 28 17:49:14.491 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-28T17:49:15.770Z | [ recovery-image] Aug 28 17:49:14.501 INFO O| Aug 28 17:49:14.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6490 | 2024-08-28T17:49:15.770Z | [ recovery-image] Aug 28 17:49:14.501 INFO O| Aug 28 17:49:14.501 INFO STEP 853 (remove_files) COMPLETE |
6491 | 2024-08-28T17:49:15.772Z | [ recovery-image] Aug 28 17:49:14.501 INFO O| Aug 28 17:49:14.501 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-28T17:49:15.780Z | [ recovery-image] Aug 28 17:49:14.510 INFO O| Aug 28 17:49:14.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6493 | 2024-08-28T17:49:15.780Z | [ recovery-image] Aug 28 17:49:14.510 INFO O| Aug 28 17:49:14.510 INFO STEP 854 (remove_files) COMPLETE |
6494 | 2024-08-28T17:49:15.782Z | [ recovery-image] Aug 28 17:49:14.510 INFO O| Aug 28 17:49:14.510 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-28T17:49:15.789Z | [ recovery-image] Aug 28 17:49:14.520 INFO O| Aug 28 17:49:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6496 | 2024-08-28T17:49:15.789Z | [ recovery-image] Aug 28 17:49:14.520 INFO O| Aug 28 17:49:14.520 INFO STEP 855 (remove_files) COMPLETE |
6497 | 2024-08-28T17:49:15.792Z | [ recovery-image] Aug 28 17:49:14.520 INFO O| Aug 28 17:49:14.520 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-28T17:49:15.799Z | [ recovery-image] Aug 28 17:49:14.529 INFO O| Aug 28 17:49:14.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6499 | 2024-08-28T17:49:15.799Z | [ recovery-image] Aug 28 17:49:14.530 INFO O| Aug 28 17:49:14.530 INFO STEP 856 (remove_files) COMPLETE |
6500 | 2024-08-28T17:49:15.802Z | [ recovery-image] Aug 28 17:49:14.530 INFO O| Aug 28 17:49:14.530 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-28T17:49:15.808Z | [ recovery-image] Aug 28 17:49:14.539 INFO O| Aug 28 17:49:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6502 | 2024-08-28T17:49:15.811Z | [ recovery-image] Aug 28 17:49:14.539 INFO O| Aug 28 17:49:14.539 INFO STEP 857 (remove_files) COMPLETE |
6503 | 2024-08-28T17:49:15.811Z | [ recovery-image] Aug 28 17:49:14.539 INFO O| Aug 28 17:49:14.539 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-28T17:49:15.818Z | [ recovery-image] Aug 28 17:49:14.548 INFO O| Aug 28 17:49:14.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6505 | 2024-08-28T17:49:15.820Z | [ recovery-image] Aug 28 17:49:14.549 INFO O| Aug 28 17:49:14.549 INFO STEP 858 (remove_files) COMPLETE |
6506 | 2024-08-28T17:49:15.820Z | [ recovery-image] Aug 28 17:49:14.549 INFO O| Aug 28 17:49:14.549 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-28T17:49:15.827Z | [ recovery-image] Aug 28 17:49:14.558 INFO O| Aug 28 17:49:14.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6508 | 2024-08-28T17:49:15.827Z | [ recovery-image] Aug 28 17:49:14.558 INFO O| Aug 28 17:49:14.558 INFO STEP 859 (remove_files) COMPLETE |
6509 | 2024-08-28T17:49:15.827Z | [ recovery-image] Aug 28 17:49:14.558 INFO O| Aug 28 17:49:14.558 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-28T17:49:15.836Z | [ recovery-image] Aug 28 17:49:14.567 INFO O| Aug 28 17:49:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6511 | 2024-08-28T17:49:15.836Z | [ recovery-image] Aug 28 17:49:14.567 INFO O| Aug 28 17:49:14.567 INFO STEP 860 (remove_files) COMPLETE |
6512 | 2024-08-28T17:49:15.839Z | [ recovery-image] Aug 28 17:49:14.567 INFO O| Aug 28 17:49:14.567 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-28T17:49:15.846Z | [ recovery-image] Aug 28 17:49:14.577 INFO O| Aug 28 17:49:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6514 | 2024-08-28T17:49:15.849Z | [ recovery-image] Aug 28 17:49:14.577 INFO O| Aug 28 17:49:14.577 INFO STEP 861 (remove_files) COMPLETE |
6515 | 2024-08-28T17:49:15.849Z | [ recovery-image] Aug 28 17:49:14.577 INFO O| Aug 28 17:49:14.577 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-28T17:49:15.856Z | [ recovery-image] Aug 28 17:49:14.586 INFO O| Aug 28 17:49:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6517 | 2024-08-28T17:49:15.858Z | [ recovery-image] Aug 28 17:49:14.586 INFO O| Aug 28 17:49:14.586 INFO STEP 862 (remove_files) COMPLETE |
6518 | 2024-08-28T17:49:15.858Z | [ recovery-image] Aug 28 17:49:14.586 INFO O| Aug 28 17:49:14.586 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-28T17:49:15.865Z | [ recovery-image] Aug 28 17:49:14.596 INFO O| Aug 28 17:49:14.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6520 | 2024-08-28T17:49:15.865Z | [ recovery-image] Aug 28 17:49:14.596 INFO O| Aug 28 17:49:14.596 INFO STEP 863 (remove_files) COMPLETE |
6521 | 2024-08-28T17:49:15.867Z | [ recovery-image] Aug 28 17:49:14.596 INFO O| Aug 28 17:49:14.596 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-28T17:49:15.874Z | [ recovery-image] Aug 28 17:49:14.605 INFO O| Aug 28 17:49:14.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6523 | 2024-08-28T17:49:15.874Z | [ recovery-image] Aug 28 17:49:14.605 INFO O| Aug 28 17:49:14.605 INFO STEP 864 (remove_files) COMPLETE |
6524 | 2024-08-28T17:49:15.874Z | [ recovery-image] Aug 28 17:49:14.605 INFO O| Aug 28 17:49:14.605 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-28T17:49:15.884Z | [ recovery-image] Aug 28 17:49:14.615 INFO O| Aug 28 17:49:14.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6526 | 2024-08-28T17:49:15.884Z | [ recovery-image] Aug 28 17:49:14.615 INFO O| Aug 28 17:49:14.615 INFO STEP 865 (remove_files) COMPLETE |
6527 | 2024-08-28T17:49:15.884Z | [ recovery-image] Aug 28 17:49:14.615 INFO O| Aug 28 17:49:14.615 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-28T17:49:15.893Z | [ recovery-image] Aug 28 17:49:14.624 INFO O| Aug 28 17:49:14.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6529 | 2024-08-28T17:49:15.893Z | [ recovery-image] Aug 28 17:49:14.624 INFO O| Aug 28 17:49:14.624 INFO STEP 866 (remove_files) COMPLETE |
6530 | 2024-08-28T17:49:15.896Z | [ recovery-image] Aug 28 17:49:14.624 INFO O| Aug 28 17:49:14.624 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-28T17:49:15.903Z | [ recovery-image] Aug 28 17:49:14.634 INFO O| Aug 28 17:49:14.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6532 | 2024-08-28T17:49:15.905Z | [ recovery-image] Aug 28 17:49:14.634 INFO O| Aug 28 17:49:14.634 INFO STEP 867 (remove_files) COMPLETE |
6533 | 2024-08-28T17:49:15.905Z | [ recovery-image] Aug 28 17:49:14.634 INFO O| Aug 28 17:49:14.634 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-28T17:49:15.912Z | [ recovery-image] Aug 28 17:49:14.643 INFO O| Aug 28 17:49:14.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6535 | 2024-08-28T17:49:15.915Z | [ recovery-image] Aug 28 17:49:14.643 INFO O| Aug 28 17:49:14.643 INFO STEP 868 (remove_files) COMPLETE |
6536 | 2024-08-28T17:49:15.915Z | [ recovery-image] Aug 28 17:49:14.643 INFO O| Aug 28 17:49:14.643 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-28T17:49:15.922Z | [ recovery-image] Aug 28 17:49:14.653 INFO O| Aug 28 17:49:14.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6538 | 2024-08-28T17:49:15.922Z | [ recovery-image] Aug 28 17:49:14.653 INFO O| Aug 28 17:49:14.653 INFO STEP 869 (remove_files) COMPLETE |
6539 | 2024-08-28T17:49:15.924Z | [ recovery-image] Aug 28 17:49:14.653 INFO O| Aug 28 17:49:14.653 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-28T17:49:15.931Z | [ recovery-image] Aug 28 17:49:14.662 INFO O| Aug 28 17:49:14.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6541 | 2024-08-28T17:49:15.931Z | [ recovery-image] Aug 28 17:49:14.662 INFO O| Aug 28 17:49:14.662 INFO STEP 870 (remove_files) COMPLETE |
6542 | 2024-08-28T17:49:15.931Z | [ recovery-image] Aug 28 17:49:14.662 INFO O| Aug 28 17:49:14.662 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-28T17:49:15.941Z | [ recovery-image] Aug 28 17:49:14.672 INFO O| Aug 28 17:49:14.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6544 | 2024-08-28T17:49:15.941Z | [ recovery-image] Aug 28 17:49:14.672 INFO O| Aug 28 17:49:14.672 INFO STEP 871 (remove_files) COMPLETE |
6545 | 2024-08-28T17:49:15.943Z | [ recovery-image] Aug 28 17:49:14.672 INFO O| Aug 28 17:49:14.672 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-28T17:49:15.950Z | [ recovery-image] Aug 28 17:49:14.681 INFO O| Aug 28 17:49:14.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6547 | 2024-08-28T17:49:15.951Z | [ recovery-image] Aug 28 17:49:14.681 INFO O| Aug 28 17:49:14.681 INFO STEP 872 (remove_files) COMPLETE |
6548 | 2024-08-28T17:49:15.953Z | [ recovery-image] Aug 28 17:49:14.682 INFO O| Aug 28 17:49:14.681 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-28T17:49:15.960Z | [ recovery-image] Aug 28 17:49:14.691 INFO O| Aug 28 17:49:14.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6550 | 2024-08-28T17:49:15.960Z | [ recovery-image] Aug 28 17:49:14.691 INFO O| Aug 28 17:49:14.691 INFO STEP 873 (remove_files) COMPLETE |
6551 | 2024-08-28T17:49:15.960Z | [ recovery-image] Aug 28 17:49:14.691 INFO O| Aug 28 17:49:14.691 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-28T17:49:15.970Z | [ recovery-image] Aug 28 17:49:14.701 INFO O| Aug 28 17:49:14.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6553 | 2024-08-28T17:49:15.972Z | [ recovery-image] Aug 28 17:49:14.701 INFO O| Aug 28 17:49:14.701 INFO STEP 874 (remove_files) COMPLETE |
6554 | 2024-08-28T17:49:15.972Z | [ recovery-image] Aug 28 17:49:14.701 INFO O| Aug 28 17:49:14.701 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-28T17:49:15.979Z | [ recovery-image] Aug 28 17:49:14.710 INFO O| Aug 28 17:49:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6556 | 2024-08-28T17:49:15.980Z | [ recovery-image] Aug 28 17:49:14.710 INFO O| Aug 28 17:49:14.710 INFO STEP 875 (remove_files) COMPLETE |
6557 | 2024-08-28T17:49:15.982Z | [ recovery-image] Aug 28 17:49:14.711 INFO O| Aug 28 17:49:14.710 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-28T17:49:15.989Z | [ recovery-image] Aug 28 17:49:14.720 INFO O| Aug 28 17:49:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6559 | 2024-08-28T17:49:15.989Z | [ recovery-image] Aug 28 17:49:14.720 INFO O| Aug 28 17:49:14.720 INFO STEP 876 (remove_files) COMPLETE |
6560 | 2024-08-28T17:49:15.992Z | [ recovery-image] Aug 28 17:49:14.720 INFO O| Aug 28 17:49:14.720 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-28T17:49:15.998Z | [ recovery-image] Aug 28 17:49:14.729 INFO O| Aug 28 17:49:14.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6562 | 2024-08-28T17:49:15.998Z | [ recovery-image] Aug 28 17:49:14.729 INFO O| Aug 28 17:49:14.729 INFO STEP 877 (remove_files) COMPLETE |
6563 | 2024-08-28T17:49:15.998Z | [ recovery-image] Aug 28 17:49:14.729 INFO O| Aug 28 17:49:14.729 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-28T17:49:16.008Z | [ recovery-image] Aug 28 17:49:14.739 INFO O| Aug 28 17:49:14.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6565 | 2024-08-28T17:49:16.008Z | [ recovery-image] Aug 28 17:49:14.739 INFO O| Aug 28 17:49:14.739 INFO STEP 878 (remove_files) COMPLETE |
6566 | 2024-08-28T17:49:16.008Z | [ recovery-image] Aug 28 17:49:14.739 INFO O| Aug 28 17:49:14.739 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-28T17:49:16.018Z | [ recovery-image] Aug 28 17:49:14.749 INFO O| Aug 28 17:49:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6568 | 2024-08-28T17:49:16.018Z | [ recovery-image] Aug 28 17:49:14.749 INFO O| Aug 28 17:49:14.749 INFO STEP 879 (remove_files) COMPLETE |
6569 | 2024-08-28T17:49:16.018Z | [ recovery-image] Aug 28 17:49:14.749 INFO O| Aug 28 17:49:14.749 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-28T17:49:16.028Z | [ recovery-image] Aug 28 17:49:14.758 INFO O| Aug 28 17:49:14.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6571 | 2024-08-28T17:49:16.028Z | [ recovery-image] Aug 28 17:49:14.759 INFO O| Aug 28 17:49:14.759 INFO STEP 880 (remove_files) COMPLETE |
6572 | 2024-08-28T17:49:16.030Z | [ recovery-image] Aug 28 17:49:14.759 INFO O| Aug 28 17:49:14.759 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-28T17:49:16.037Z | [ recovery-image] Aug 28 17:49:14.768 INFO O| Aug 28 17:49:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6574 | 2024-08-28T17:49:16.037Z | [ recovery-image] Aug 28 17:49:14.768 INFO O| Aug 28 17:49:14.768 INFO STEP 881 (remove_files) COMPLETE |
6575 | 2024-08-28T17:49:16.037Z | [ recovery-image] Aug 28 17:49:14.768 INFO O| Aug 28 17:49:14.768 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-28T17:49:16.047Z | [ recovery-image] Aug 28 17:49:14.778 INFO O| Aug 28 17:49:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6577 | 2024-08-28T17:49:16.050Z | [ recovery-image] Aug 28 17:49:14.778 INFO O| Aug 28 17:49:14.778 INFO STEP 882 (remove_files) COMPLETE |
6578 | 2024-08-28T17:49:16.050Z | [ recovery-image] Aug 28 17:49:14.778 INFO O| Aug 28 17:49:14.778 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-28T17:49:16.056Z | [ recovery-image] Aug 28 17:49:14.787 INFO O| Aug 28 17:49:14.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6580 | 2024-08-28T17:49:16.059Z | [ recovery-image] Aug 28 17:49:14.787 INFO O| Aug 28 17:49:14.787 INFO STEP 883 (remove_files) COMPLETE |
6581 | 2024-08-28T17:49:16.059Z | [ recovery-image] Aug 28 17:49:14.787 INFO O| Aug 28 17:49:14.787 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-28T17:49:16.066Z | [ recovery-image] Aug 28 17:49:14.797 INFO O| Aug 28 17:49:14.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6583 | 2024-08-28T17:49:16.068Z | [ recovery-image] Aug 28 17:49:14.797 INFO O| Aug 28 17:49:14.797 INFO STEP 884 (remove_files) COMPLETE |
6584 | 2024-08-28T17:49:16.069Z | [ recovery-image] Aug 28 17:49:14.797 INFO O| Aug 28 17:49:14.797 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-28T17:49:16.075Z | [ recovery-image] Aug 28 17:49:14.806 INFO O| Aug 28 17:49:14.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6586 | 2024-08-28T17:49:16.075Z | [ recovery-image] Aug 28 17:49:14.806 INFO O| Aug 28 17:49:14.806 INFO STEP 885 (remove_files) COMPLETE |
6587 | 2024-08-28T17:49:16.077Z | [ recovery-image] Aug 28 17:49:14.806 INFO O| Aug 28 17:49:14.806 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-28T17:49:16.086Z | [ recovery-image] Aug 28 17:49:14.816 INFO O| Aug 28 17:49:14.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6589 | 2024-08-28T17:49:16.086Z | [ recovery-image] Aug 28 17:49:14.817 INFO O| Aug 28 17:49:14.817 INFO STEP 886 (remove_files) COMPLETE |
6590 | 2024-08-28T17:49:16.088Z | [ recovery-image] Aug 28 17:49:14.817 INFO O| Aug 28 17:49:14.817 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-28T17:49:16.096Z | [ recovery-image] Aug 28 17:49:14.827 INFO O| Aug 28 17:49:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6592 | 2024-08-28T17:49:16.096Z | [ recovery-image] Aug 28 17:49:14.827 INFO O| Aug 28 17:49:14.827 INFO STEP 887 (remove_files) COMPLETE |
6593 | 2024-08-28T17:49:16.096Z | [ recovery-image] Aug 28 17:49:14.827 INFO O| Aug 28 17:49:14.827 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-28T17:49:16.107Z | [ recovery-image] Aug 28 17:49:14.837 INFO O| Aug 28 17:49:14.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6595 | 2024-08-28T17:49:16.107Z | [ recovery-image] Aug 28 17:49:14.837 INFO O| Aug 28 17:49:14.837 INFO STEP 888 (remove_files) COMPLETE |
6596 | 2024-08-28T17:49:16.109Z | [ recovery-image] Aug 28 17:49:14.838 INFO O| Aug 28 17:49:14.837 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-28T17:49:16.116Z | [ recovery-image] Aug 28 17:49:14.847 INFO O| Aug 28 17:49:14.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6598 | 2024-08-28T17:49:16.118Z | [ recovery-image] Aug 28 17:49:14.848 INFO O| Aug 28 17:49:14.848 INFO STEP 889 (remove_files) COMPLETE |
6599 | 2024-08-28T17:49:16.118Z | [ recovery-image] Aug 28 17:49:14.848 INFO O| Aug 28 17:49:14.848 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-28T17:49:16.126Z | [ recovery-image] Aug 28 17:49:14.857 INFO O| Aug 28 17:49:14.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6601 | 2024-08-28T17:49:16.126Z | [ recovery-image] Aug 28 17:49:14.857 INFO O| Aug 28 17:49:14.857 INFO STEP 890 (remove_files) COMPLETE |
6602 | 2024-08-28T17:49:16.126Z | [ recovery-image] Aug 28 17:49:14.857 INFO O| Aug 28 17:49:14.857 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-28T17:49:16.136Z | [ recovery-image] Aug 28 17:49:14.866 INFO O| Aug 28 17:49:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6604 | 2024-08-28T17:49:16.136Z | [ recovery-image] Aug 28 17:49:14.867 INFO O| Aug 28 17:49:14.867 INFO STEP 891 (remove_files) COMPLETE |
6605 | 2024-08-28T17:49:16.136Z | [ recovery-image] Aug 28 17:49:14.867 INFO O| Aug 28 17:49:14.867 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-28T17:49:16.145Z | [ recovery-image] Aug 28 17:49:14.876 INFO O| Aug 28 17:49:14.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6607 | 2024-08-28T17:49:16.145Z | [ recovery-image] Aug 28 17:49:14.876 INFO O| Aug 28 17:49:14.876 INFO STEP 892 (remove_files) COMPLETE |
6608 | 2024-08-28T17:49:16.147Z | [ recovery-image] Aug 28 17:49:14.876 INFO O| Aug 28 17:49:14.876 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-28T17:49:16.156Z | [ recovery-image] Aug 28 17:49:14.885 INFO O| Aug 28 17:49:14.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6610 | 2024-08-28T17:49:16.159Z | [ recovery-image] Aug 28 17:49:14.886 INFO O| Aug 28 17:49:14.886 INFO STEP 893 (remove_files) COMPLETE |
6611 | 2024-08-28T17:49:16.159Z | [ recovery-image] Aug 28 17:49:14.886 INFO O| Aug 28 17:49:14.886 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-28T17:49:16.164Z | [ recovery-image] Aug 28 17:49:14.895 INFO O| Aug 28 17:49:14.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6613 | 2024-08-28T17:49:16.164Z | [ recovery-image] Aug 28 17:49:14.895 INFO O| Aug 28 17:49:14.895 INFO STEP 894 (remove_files) COMPLETE |
6614 | 2024-08-28T17:49:16.166Z | [ recovery-image] Aug 28 17:49:14.895 INFO O| Aug 28 17:49:14.895 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-28T17:49:16.174Z | [ recovery-image] Aug 28 17:49:14.904 INFO O| Aug 28 17:49:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6616 | 2024-08-28T17:49:16.174Z | [ recovery-image] Aug 28 17:49:14.904 INFO O| Aug 28 17:49:14.904 INFO STEP 895 (remove_files) COMPLETE |
6617 | 2024-08-28T17:49:16.176Z | [ recovery-image] Aug 28 17:49:14.905 INFO O| Aug 28 17:49:14.904 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-28T17:49:16.183Z | [ recovery-image] Aug 28 17:49:14.914 INFO O| Aug 28 17:49:14.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6619 | 2024-08-28T17:49:16.183Z | [ recovery-image] Aug 28 17:49:14.914 INFO O| Aug 28 17:49:14.914 INFO STEP 896 (remove_files) COMPLETE |
6620 | 2024-08-28T17:49:16.183Z | [ recovery-image] Aug 28 17:49:14.914 INFO O| Aug 28 17:49:14.914 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-28T17:49:16.192Z | [ recovery-image] Aug 28 17:49:14.923 INFO O| Aug 28 17:49:14.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6622 | 2024-08-28T17:49:16.195Z | [ recovery-image] Aug 28 17:49:14.923 INFO O| Aug 28 17:49:14.923 INFO STEP 897 (remove_files) COMPLETE |
6623 | 2024-08-28T17:49:16.195Z | [ recovery-image] Aug 28 17:49:14.923 INFO O| Aug 28 17:49:14.923 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-28T17:49:16.202Z | [ recovery-image] Aug 28 17:49:14.933 INFO O| Aug 28 17:49:14.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6625 | 2024-08-28T17:49:16.204Z | [ recovery-image] Aug 28 17:49:14.933 INFO O| Aug 28 17:49:14.933 INFO STEP 898 (remove_files) COMPLETE |
6626 | 2024-08-28T17:49:16.204Z | [ recovery-image] Aug 28 17:49:14.933 INFO O| Aug 28 17:49:14.933 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-28T17:49:16.212Z | [ recovery-image] Aug 28 17:49:14.943 INFO O| Aug 28 17:49:14.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6628 | 2024-08-28T17:49:16.215Z | [ recovery-image] Aug 28 17:49:14.943 INFO O| Aug 28 17:49:14.943 INFO STEP 899 (remove_files) COMPLETE |
6629 | 2024-08-28T17:49:16.215Z | [ recovery-image] Aug 28 17:49:14.943 INFO O| Aug 28 17:49:14.943 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-28T17:49:16.222Z | [ recovery-image] Aug 28 17:49:14.952 INFO O| Aug 28 17:49:14.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6631 | 2024-08-28T17:49:16.222Z | [ recovery-image] Aug 28 17:49:14.953 INFO O| Aug 28 17:49:14.952 INFO STEP 900 (remove_files) COMPLETE |
6632 | 2024-08-28T17:49:16.224Z | [ recovery-image] Aug 28 17:49:14.953 INFO O| Aug 28 17:49:14.953 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-28T17:49:16.231Z | [ recovery-image] Aug 28 17:49:14.962 INFO O| Aug 28 17:49:14.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6634 | 2024-08-28T17:49:16.231Z | [ recovery-image] Aug 28 17:49:14.962 INFO O| Aug 28 17:49:14.962 INFO STEP 901 (remove_files) COMPLETE |
6635 | 2024-08-28T17:49:16.231Z | [ recovery-image] Aug 28 17:49:14.962 INFO O| Aug 28 17:49:14.962 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-28T17:49:16.241Z | [ recovery-image] Aug 28 17:49:14.971 INFO O| Aug 28 17:49:14.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6637 | 2024-08-28T17:49:16.241Z | [ recovery-image] Aug 28 17:49:14.971 INFO O| Aug 28 17:49:14.971 INFO STEP 902 (remove_files) COMPLETE |
6638 | 2024-08-28T17:49:16.243Z | [ recovery-image] Aug 28 17:49:14.971 INFO O| Aug 28 17:49:14.971 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-28T17:49:16.250Z | [ recovery-image] Aug 28 17:49:14.981 INFO O| Aug 28 17:49:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6640 | 2024-08-28T17:49:16.250Z | [ recovery-image] Aug 28 17:49:14.981 INFO O| Aug 28 17:49:14.981 INFO STEP 903 (remove_files) COMPLETE |
6641 | 2024-08-28T17:49:16.252Z | [ recovery-image] Aug 28 17:49:14.981 INFO O| Aug 28 17:49:14.981 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-28T17:49:16.260Z | [ recovery-image] Aug 28 17:49:14.991 INFO O| Aug 28 17:49:14.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6643 | 2024-08-28T17:49:16.262Z | [ recovery-image] Aug 28 17:49:14.991 INFO O| Aug 28 17:49:14.991 INFO STEP 904 (remove_files) COMPLETE |
6644 | 2024-08-28T17:49:16.262Z | [ recovery-image] Aug 28 17:49:14.991 INFO O| Aug 28 17:49:14.991 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-28T17:49:16.270Z | [ recovery-image] Aug 28 17:49:15.000 INFO O| Aug 28 17:49:15.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6646 | 2024-08-28T17:49:16.270Z | [ recovery-image] Aug 28 17:49:15.001 INFO O| Aug 28 17:49:15.001 INFO STEP 905 (remove_files) COMPLETE |
6647 | 2024-08-28T17:49:16.272Z | [ recovery-image] Aug 28 17:49:15.001 INFO O| Aug 28 17:49:15.001 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-28T17:49:16.280Z | [ recovery-image] Aug 28 17:49:15.011 INFO O| Aug 28 17:49:15.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6649 | 2024-08-28T17:49:16.280Z | [ recovery-image] Aug 28 17:49:15.011 INFO O| Aug 28 17:49:15.011 INFO STEP 906 (remove_files) COMPLETE |
6650 | 2024-08-28T17:49:16.283Z | [ recovery-image] Aug 28 17:49:15.011 INFO O| Aug 28 17:49:15.011 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-28T17:49:16.290Z | [ recovery-image] Aug 28 17:49:15.020 INFO O| Aug 28 17:49:15.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6652 | 2024-08-28T17:49:16.290Z | [ recovery-image] Aug 28 17:49:15.021 INFO O| Aug 28 17:49:15.021 INFO STEP 907 (remove_files) COMPLETE |
6653 | 2024-08-28T17:49:16.290Z | [ recovery-image] Aug 28 17:49:15.021 INFO O| Aug 28 17:49:15.021 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-28T17:49:16.299Z | [ recovery-image] Aug 28 17:49:15.030 INFO O| Aug 28 17:49:15.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6655 | 2024-08-28T17:49:16.299Z | [ recovery-image] Aug 28 17:49:15.030 INFO O| Aug 28 17:49:15.030 INFO STEP 908 (remove_files) COMPLETE |
6656 | 2024-08-28T17:49:16.302Z | [ recovery-image] Aug 28 17:49:15.030 INFO O| Aug 28 17:49:15.030 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-28T17:49:16.309Z | [ recovery-image] Aug 28 17:49:15.040 INFO O| Aug 28 17:49:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6658 | 2024-08-28T17:49:16.309Z | [ recovery-image] Aug 28 17:49:15.040 INFO O| Aug 28 17:49:15.040 INFO STEP 909 (remove_files) COMPLETE |
6659 | 2024-08-28T17:49:16.309Z | [ recovery-image] Aug 28 17:49:15.040 INFO O| Aug 28 17:49:15.040 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-28T17:49:16.320Z | [ recovery-image] Aug 28 17:49:15.051 INFO O| Aug 28 17:49:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6661 | 2024-08-28T17:49:16.320Z | [ recovery-image] Aug 28 17:49:15.051 INFO O| Aug 28 17:49:15.051 INFO STEP 910 (remove_files) COMPLETE |
6662 | 2024-08-28T17:49:16.323Z | [ recovery-image] Aug 28 17:49:15.051 INFO O| Aug 28 17:49:15.051 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-28T17:49:16.330Z | [ recovery-image] Aug 28 17:49:15.061 INFO O| Aug 28 17:49:15.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6664 | 2024-08-28T17:49:16.333Z | [ recovery-image] Aug 28 17:49:15.061 INFO O| Aug 28 17:49:15.061 INFO STEP 911 (remove_files) COMPLETE |
6665 | 2024-08-28T17:49:16.333Z | [ recovery-image] Aug 28 17:49:15.061 INFO O| Aug 28 17:49:15.061 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-28T17:49:16.341Z | [ recovery-image] Aug 28 17:49:15.072 INFO O| Aug 28 17:49:15.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6667 | 2024-08-28T17:49:16.344Z | [ recovery-image] Aug 28 17:49:15.072 INFO O| Aug 28 17:49:15.072 INFO STEP 912 (remove_files) COMPLETE |
6668 | 2024-08-28T17:49:16.344Z | [ recovery-image] Aug 28 17:49:15.072 INFO O| Aug 28 17:49:15.072 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-28T17:49:16.352Z | [ recovery-image] Aug 28 17:49:15.082 INFO O| Aug 28 17:49:15.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6670 | 2024-08-28T17:49:16.352Z | [ recovery-image] Aug 28 17:49:15.082 INFO O| Aug 28 17:49:15.082 INFO STEP 913 (remove_files) COMPLETE |
6671 | 2024-08-28T17:49:16.354Z | [ recovery-image] Aug 28 17:49:15.082 INFO O| Aug 28 17:49:15.082 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-28T17:49:16.362Z | [ recovery-image] Aug 28 17:49:15.093 INFO O| Aug 28 17:49:15.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6673 | 2024-08-28T17:49:16.362Z | [ recovery-image] Aug 28 17:49:15.093 INFO O| Aug 28 17:49:15.093 INFO STEP 914 (remove_files) COMPLETE |
6674 | 2024-08-28T17:49:16.362Z | [ recovery-image] Aug 28 17:49:15.093 INFO O| Aug 28 17:49:15.093 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-28T17:49:16.373Z | [ recovery-image] Aug 28 17:49:15.104 INFO O| Aug 28 17:49:15.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6676 | 2024-08-28T17:49:16.373Z | [ recovery-image] Aug 28 17:49:15.104 INFO O| Aug 28 17:49:15.104 INFO STEP 915 (remove_files) COMPLETE |
6677 | 2024-08-28T17:49:16.373Z | [ recovery-image] Aug 28 17:49:15.104 INFO O| Aug 28 17:49:15.104 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-28T17:49:16.383Z | [ recovery-image] Aug 28 17:49:15.114 INFO O| Aug 28 17:49:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6679 | 2024-08-28T17:49:16.383Z | [ recovery-image] Aug 28 17:49:15.114 INFO O| Aug 28 17:49:15.114 INFO STEP 916 (remove_files) COMPLETE |
6680 | 2024-08-28T17:49:16.383Z | [ recovery-image] Aug 28 17:49:15.114 INFO O| Aug 28 17:49:15.114 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-08-28T17:49:16.393Z | [ recovery-image] Aug 28 17:49:15.124 INFO O| Aug 28 17:49:15.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6682 | 2024-08-28T17:49:16.393Z | [ recovery-image] Aug 28 17:49:15.124 INFO O| Aug 28 17:49:15.124 INFO STEP 917 (remove_files) COMPLETE |
6683 | 2024-08-28T17:49:16.393Z | [ recovery-image] Aug 28 17:49:15.124 INFO O| Aug 28 17:49:15.124 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-08-28T17:49:16.402Z | [ recovery-image] Aug 28 17:49:15.133 INFO O| Aug 28 17:49:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6685 | 2024-08-28T17:49:16.404Z | [ recovery-image] Aug 28 17:49:15.133 INFO O| Aug 28 17:49:15.133 INFO STEP 918 (remove_files) COMPLETE |
6686 | 2024-08-28T17:49:16.404Z | [ recovery-image] Aug 28 17:49:15.133 INFO O| Aug 28 17:49:15.133 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-08-28T17:49:16.412Z | [ recovery-image] Aug 28 17:49:15.142 INFO O| Aug 28 17:49:15.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6688 | 2024-08-28T17:49:16.415Z | [ recovery-image] Aug 28 17:49:15.142 INFO O| Aug 28 17:49:15.142 INFO STEP 919 (remove_files) COMPLETE |
6689 | 2024-08-28T17:49:16.415Z | [ recovery-image] Aug 28 17:49:15.142 INFO O| Aug 28 17:49:15.142 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-08-28T17:49:16.422Z | [ recovery-image] Aug 28 17:49:15.152 INFO O| Aug 28 17:49:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6691 | 2024-08-28T17:49:16.422Z | [ recovery-image] Aug 28 17:49:15.152 INFO O| Aug 28 17:49:15.152 INFO STEP 920 (remove_files) COMPLETE |
6692 | 2024-08-28T17:49:16.422Z | [ recovery-image] Aug 28 17:49:15.152 INFO O| Aug 28 17:49:15.152 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-08-28T17:49:16.430Z | [ recovery-image] Aug 28 17:49:15.161 INFO O| Aug 28 17:49:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6694 | 2024-08-28T17:49:16.430Z | [ recovery-image] Aug 28 17:49:15.161 INFO O| Aug 28 17:49:15.161 INFO STEP 921 (remove_files) COMPLETE |
6695 | 2024-08-28T17:49:16.430Z | [ recovery-image] Aug 28 17:49:15.161 INFO O| Aug 28 17:49:15.161 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-08-28T17:49:16.440Z | [ recovery-image] Aug 28 17:49:15.171 INFO O| Aug 28 17:49:15.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6697 | 2024-08-28T17:49:16.442Z | [ recovery-image] Aug 28 17:49:15.171 INFO O| Aug 28 17:49:15.171 INFO STEP 922 (remove_files) COMPLETE |
6698 | 2024-08-28T17:49:16.442Z | [ recovery-image] Aug 28 17:49:15.171 INFO O| Aug 28 17:49:15.171 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-08-28T17:49:16.449Z | [ recovery-image] Aug 28 17:49:15.180 INFO O| Aug 28 17:49:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6700 | 2024-08-28T17:49:16.452Z | [ recovery-image] Aug 28 17:49:15.180 INFO O| Aug 28 17:49:15.180 INFO STEP 923 (remove_files) COMPLETE |
6701 | 2024-08-28T17:49:16.452Z | [ recovery-image] Aug 28 17:49:15.180 INFO O| Aug 28 17:49:15.180 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-08-28T17:49:16.459Z | [ recovery-image] Aug 28 17:49:15.190 INFO O| Aug 28 17:49:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6703 | 2024-08-28T17:49:16.459Z | [ recovery-image] Aug 28 17:49:15.190 INFO O| Aug 28 17:49:15.190 INFO STEP 924 (remove_files) COMPLETE |
6704 | 2024-08-28T17:49:16.461Z | [ recovery-image] Aug 28 17:49:15.190 INFO O| Aug 28 17:49:15.190 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-08-28T17:49:16.469Z | [ recovery-image] Aug 28 17:49:15.199 INFO O| Aug 28 17:49:15.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6706 | 2024-08-28T17:49:16.469Z | [ recovery-image] Aug 28 17:49:15.199 INFO O| Aug 28 17:49:15.199 INFO STEP 925 (remove_files) COMPLETE |
6707 | 2024-08-28T17:49:16.469Z | [ recovery-image] Aug 28 17:49:15.199 INFO O| Aug 28 17:49:15.199 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-08-28T17:49:16.478Z | [ recovery-image] Aug 28 17:49:15.209 INFO O| Aug 28 17:49:15.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6709 | 2024-08-28T17:49:16.478Z | [ recovery-image] Aug 28 17:49:15.209 INFO O| Aug 28 17:49:15.209 INFO STEP 926 (remove_files) COMPLETE |
6710 | 2024-08-28T17:49:16.481Z | [ recovery-image] Aug 28 17:49:15.209 INFO O| Aug 28 17:49:15.209 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-08-28T17:49:16.487Z | [ recovery-image] Aug 28 17:49:15.218 INFO O| Aug 28 17:49:15.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6712 | 2024-08-28T17:49:16.487Z | [ recovery-image] Aug 28 17:49:15.218 INFO O| Aug 28 17:49:15.218 INFO STEP 927 (remove_files) COMPLETE |
6713 | 2024-08-28T17:49:16.488Z | [ recovery-image] Aug 28 17:49:15.218 INFO O| Aug 28 17:49:15.218 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-08-28T17:49:16.497Z | [ recovery-image] Aug 28 17:49:15.228 INFO O| Aug 28 17:49:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6715 | 2024-08-28T17:49:16.497Z | [ recovery-image] Aug 28 17:49:15.228 INFO O| Aug 28 17:49:15.228 INFO STEP 928 (remove_files) COMPLETE |
6716 | 2024-08-28T17:49:16.497Z | [ recovery-image] Aug 28 17:49:15.228 INFO O| Aug 28 17:49:15.228 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-08-28T17:49:16.507Z | [ recovery-image] Aug 28 17:49:15.238 INFO O| Aug 28 17:49:15.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6718 | 2024-08-28T17:49:16.509Z | [ recovery-image] Aug 28 17:49:15.238 INFO O| Aug 28 17:49:15.238 INFO STEP 929 (remove_files) COMPLETE |
6719 | 2024-08-28T17:49:16.509Z | [ recovery-image] Aug 28 17:49:15.238 INFO O| Aug 28 17:49:15.238 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-08-28T17:49:16.516Z | [ recovery-image] Aug 28 17:49:15.247 INFO O| Aug 28 17:49:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6721 | 2024-08-28T17:49:16.516Z | [ recovery-image] Aug 28 17:49:15.247 INFO O| Aug 28 17:49:15.247 INFO STEP 930 (remove_files) COMPLETE |
6722 | 2024-08-28T17:49:16.519Z | [ recovery-image] Aug 28 17:49:15.247 INFO O| Aug 28 17:49:15.247 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-08-28T17:49:16.526Z | [ recovery-image] Aug 28 17:49:15.257 INFO O| Aug 28 17:49:15.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6724 | 2024-08-28T17:49:16.528Z | [ recovery-image] Aug 28 17:49:15.257 INFO O| Aug 28 17:49:15.257 INFO STEP 931 (remove_files) COMPLETE |
6725 | 2024-08-28T17:49:16.528Z | [ recovery-image] Aug 28 17:49:15.257 INFO O| Aug 28 17:49:15.257 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-08-28T17:49:16.536Z | [ recovery-image] Aug 28 17:49:15.266 INFO O| Aug 28 17:49:15.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6727 | 2024-08-28T17:49:16.536Z | [ recovery-image] Aug 28 17:49:15.266 INFO O| Aug 28 17:49:15.266 INFO STEP 932 (remove_files) COMPLETE |
6728 | 2024-08-28T17:49:16.539Z | [ recovery-image] Aug 28 17:49:15.266 INFO O| Aug 28 17:49:15.266 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-08-28T17:49:16.545Z | [ recovery-image] Aug 28 17:49:15.276 INFO O| Aug 28 17:49:15.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6730 | 2024-08-28T17:49:16.545Z | [ recovery-image] Aug 28 17:49:15.276 INFO O| Aug 28 17:49:15.276 INFO STEP 933 (remove_files) COMPLETE |
6731 | 2024-08-28T17:49:16.545Z | [ recovery-image] Aug 28 17:49:15.276 INFO O| Aug 28 17:49:15.276 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-08-28T17:49:16.554Z | [ recovery-image] Aug 28 17:49:15.285 INFO O| Aug 28 17:49:15.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6733 | 2024-08-28T17:49:16.554Z | [ recovery-image] Aug 28 17:49:15.285 INFO O| Aug 28 17:49:15.285 INFO STEP 934 (remove_files) COMPLETE |
6734 | 2024-08-28T17:49:16.554Z | [ recovery-image] Aug 28 17:49:15.285 INFO O| Aug 28 17:49:15.285 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-28T17:49:16.564Z | [ recovery-image] Aug 28 17:49:15.295 INFO O| Aug 28 17:49:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6736 | 2024-08-28T17:49:16.564Z | [ recovery-image] Aug 28 17:49:15.295 INFO O| Aug 28 17:49:15.295 INFO STEP 935 (remove_files) COMPLETE |
6737 | 2024-08-28T17:49:16.566Z | [ recovery-image] Aug 28 17:49:15.295 INFO O| Aug 28 17:49:15.295 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-08-28T17:49:16.573Z | [ recovery-image] Aug 28 17:49:15.304 INFO O| Aug 28 17:49:15.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6739 | 2024-08-28T17:49:16.573Z | [ recovery-image] Aug 28 17:49:15.304 INFO O| Aug 28 17:49:15.304 INFO STEP 936 (remove_files) COMPLETE |
6740 | 2024-08-28T17:49:16.576Z | [ recovery-image] Aug 28 17:49:15.304 INFO O| Aug 28 17:49:15.304 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-08-28T17:49:16.583Z | [ recovery-image] Aug 28 17:49:15.313 INFO O| Aug 28 17:49:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6742 | 2024-08-28T17:49:16.583Z | [ recovery-image] Aug 28 17:49:15.313 INFO O| Aug 28 17:49:15.313 INFO STEP 937 (remove_files) COMPLETE |
6743 | 2024-08-28T17:49:16.583Z | [ recovery-image] Aug 28 17:49:15.313 INFO O| Aug 28 17:49:15.313 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-28T17:49:16.592Z | [ recovery-image] Aug 28 17:49:15.323 INFO O| Aug 28 17:49:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6745 | 2024-08-28T17:49:16.592Z | [ recovery-image] Aug 28 17:49:15.323 INFO O| Aug 28 17:49:15.323 INFO STEP 938 (remove_files) COMPLETE |
6746 | 2024-08-28T17:49:16.595Z | [ recovery-image] Aug 28 17:49:15.323 INFO O| Aug 28 17:49:15.323 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-28T17:49:16.601Z | [ recovery-image] Aug 28 17:49:15.332 INFO O| Aug 28 17:49:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6748 | 2024-08-28T17:49:16.601Z | [ recovery-image] Aug 28 17:49:15.332 INFO O| Aug 28 17:49:15.332 INFO STEP 939 (remove_files) COMPLETE |
6749 | 2024-08-28T17:49:16.604Z | [ recovery-image] Aug 28 17:49:15.332 INFO O| Aug 28 17:49:15.332 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-08-28T17:49:16.611Z | [ recovery-image] Aug 28 17:49:15.342 INFO O| Aug 28 17:49:15.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6751 | 2024-08-28T17:49:16.611Z | [ recovery-image] Aug 28 17:49:15.342 INFO O| Aug 28 17:49:15.342 INFO STEP 940 (remove_files) COMPLETE |
6752 | 2024-08-28T17:49:16.613Z | [ recovery-image] Aug 28 17:49:15.342 INFO O| Aug 28 17:49:15.342 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-28T17:49:16.620Z | [ recovery-image] Aug 28 17:49:15.351 INFO O| Aug 28 17:49:15.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6754 | 2024-08-28T17:49:16.622Z | [ recovery-image] Aug 28 17:49:15.351 INFO O| Aug 28 17:49:15.351 INFO STEP 941 (remove_files) COMPLETE |
6755 | 2024-08-28T17:49:16.622Z | [ recovery-image] Aug 28 17:49:15.351 INFO O| Aug 28 17:49:15.351 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-28T17:49:16.630Z | [ recovery-image] Aug 28 17:49:15.360 INFO O| Aug 28 17:49:15.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6757 | 2024-08-28T17:49:16.630Z | [ recovery-image] Aug 28 17:49:15.360 INFO O| Aug 28 17:49:15.360 INFO STEP 942 (remove_files) COMPLETE |
6758 | 2024-08-28T17:49:16.630Z | [ recovery-image] Aug 28 17:49:15.360 INFO O| Aug 28 17:49:15.360 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-08-28T17:49:16.639Z | [ recovery-image] Aug 28 17:49:15.370 INFO O| Aug 28 17:49:15.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6760 | 2024-08-28T17:49:16.639Z | [ recovery-image] Aug 28 17:49:15.370 INFO O| Aug 28 17:49:15.370 INFO STEP 943 (remove_files) COMPLETE |
6761 | 2024-08-28T17:49:16.639Z | [ recovery-image] Aug 28 17:49:15.370 INFO O| Aug 28 17:49:15.370 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-08-28T17:49:16.648Z | [ recovery-image] Aug 28 17:49:15.379 INFO O| Aug 28 17:49:15.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6763 | 2024-08-28T17:49:16.648Z | [ recovery-image] Aug 28 17:49:15.379 INFO O| Aug 28 17:49:15.379 INFO STEP 944 (remove_files) COMPLETE |
6764 | 2024-08-28T17:49:16.648Z | [ recovery-image] Aug 28 17:49:15.379 INFO O| Aug 28 17:49:15.379 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-28T17:49:16.658Z | [ recovery-image] Aug 28 17:49:15.388 INFO O| Aug 28 17:49:15.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6766 | 2024-08-28T17:49:16.658Z | [ recovery-image] Aug 28 17:49:15.388 INFO O| Aug 28 17:49:15.388 INFO STEP 945 (remove_files) COMPLETE |
6767 | 2024-08-28T17:49:16.658Z | [ recovery-image] Aug 28 17:49:15.388 INFO O| Aug 28 17:49:15.388 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-28T17:49:16.667Z | [ recovery-image] Aug 28 17:49:15.398 INFO O| Aug 28 17:49:15.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6769 | 2024-08-28T17:49:16.667Z | [ recovery-image] Aug 28 17:49:15.398 INFO O| Aug 28 17:49:15.398 INFO STEP 946 (remove_files) COMPLETE |
6770 | 2024-08-28T17:49:16.667Z | [ recovery-image] Aug 28 17:49:15.398 INFO O| Aug 28 17:49:15.398 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-28T17:49:16.676Z | [ recovery-image] Aug 28 17:49:15.407 INFO O| Aug 28 17:49:15.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6772 | 2024-08-28T17:49:16.679Z | [ recovery-image] Aug 28 17:49:15.407 INFO O| Aug 28 17:49:15.407 INFO STEP 947 (remove_files) COMPLETE |
6773 | 2024-08-28T17:49:16.679Z | [ recovery-image] Aug 28 17:49:15.407 INFO O| Aug 28 17:49:15.407 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-28T17:49:16.686Z | [ recovery-image] Aug 28 17:49:15.417 INFO O| Aug 28 17:49:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6775 | 2024-08-28T17:49:16.686Z | [ recovery-image] Aug 28 17:49:15.417 INFO O| Aug 28 17:49:15.417 INFO STEP 948 (remove_files) COMPLETE |
6776 | 2024-08-28T17:49:16.686Z | [ recovery-image] Aug 28 17:49:15.417 INFO O| Aug 28 17:49:15.417 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-28T17:49:16.695Z | [ recovery-image] Aug 28 17:49:15.426 INFO O| Aug 28 17:49:15.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6778 | 2024-08-28T17:49:16.695Z | [ recovery-image] Aug 28 17:49:15.426 INFO O| Aug 28 17:49:15.426 INFO STEP 949 (remove_files) COMPLETE |
6779 | 2024-08-28T17:49:16.695Z | [ recovery-image] Aug 28 17:49:15.426 INFO O| Aug 28 17:49:15.426 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-28T17:49:16.705Z | [ recovery-image] Aug 28 17:49:15.436 INFO O| Aug 28 17:49:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6781 | 2024-08-28T17:49:16.705Z | [ recovery-image] Aug 28 17:49:15.436 INFO O| Aug 28 17:49:15.436 INFO STEP 950 (remove_files) COMPLETE |
6782 | 2024-08-28T17:49:16.707Z | [ recovery-image] Aug 28 17:49:15.436 INFO O| Aug 28 17:49:15.436 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-28T17:49:16.714Z | [ recovery-image] Aug 28 17:49:15.445 INFO O| Aug 28 17:49:15.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6784 | 2024-08-28T17:49:16.717Z | [ recovery-image] Aug 28 17:49:15.445 INFO O| Aug 28 17:49:15.445 INFO STEP 951 (remove_files) COMPLETE |
6785 | 2024-08-28T17:49:16.717Z | [ recovery-image] Aug 28 17:49:15.445 INFO O| Aug 28 17:49:15.445 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-28T17:49:16.724Z | [ recovery-image] Aug 28 17:49:15.455 INFO O| Aug 28 17:49:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6787 | 2024-08-28T17:49:16.724Z | [ recovery-image] Aug 28 17:49:15.455 INFO O| Aug 28 17:49:15.455 INFO STEP 952 (remove_files) COMPLETE |
6788 | 2024-08-28T17:49:16.726Z | [ recovery-image] Aug 28 17:49:15.455 INFO O| Aug 28 17:49:15.455 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-28T17:49:16.733Z | [ recovery-image] Aug 28 17:49:15.464 INFO O| Aug 28 17:49:15.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6790 | 2024-08-28T17:49:16.733Z | [ recovery-image] Aug 28 17:49:15.464 INFO O| Aug 28 17:49:15.464 INFO STEP 953 (remove_files) COMPLETE |
6791 | 2024-08-28T17:49:16.736Z | [ recovery-image] Aug 28 17:49:15.464 INFO O| Aug 28 17:49:15.464 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-28T17:49:16.743Z | [ recovery-image] Aug 28 17:49:15.473 INFO O| Aug 28 17:49:15.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6793 | 2024-08-28T17:49:16.745Z | [ recovery-image] Aug 28 17:49:15.474 INFO O| Aug 28 17:49:15.473 INFO STEP 954 (remove_files) COMPLETE |
6794 | 2024-08-28T17:49:16.745Z | [ recovery-image] Aug 28 17:49:15.474 INFO O| Aug 28 17:49:15.473 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-28T17:49:16.752Z | [ recovery-image] Aug 28 17:49:15.483 INFO O| Aug 28 17:49:15.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6796 | 2024-08-28T17:49:16.754Z | [ recovery-image] Aug 28 17:49:15.483 INFO O| Aug 28 17:49:15.483 INFO STEP 955 (remove_files) COMPLETE |
6797 | 2024-08-28T17:49:16.754Z | [ recovery-image] Aug 28 17:49:15.483 INFO O| Aug 28 17:49:15.483 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-28T17:49:16.761Z | [ recovery-image] Aug 28 17:49:15.492 INFO O| Aug 28 17:49:15.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6799 | 2024-08-28T17:49:16.762Z | [ recovery-image] Aug 28 17:49:15.492 INFO O| Aug 28 17:49:15.492 INFO STEP 956 (remove_files) COMPLETE |
6800 | 2024-08-28T17:49:16.764Z | [ recovery-image] Aug 28 17:49:15.492 INFO O| Aug 28 17:49:15.492 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-28T17:49:16.771Z | [ recovery-image] Aug 28 17:49:15.502 INFO O| Aug 28 17:49:15.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6802 | 2024-08-28T17:49:16.771Z | [ recovery-image] Aug 28 17:49:15.502 INFO O| Aug 28 17:49:15.502 INFO STEP 957 (remove_files) COMPLETE |
6803 | 2024-08-28T17:49:16.771Z | [ recovery-image] Aug 28 17:49:15.502 INFO O| Aug 28 17:49:15.502 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-28T17:49:16.781Z | [ recovery-image] Aug 28 17:49:15.512 INFO O| Aug 28 17:49:15.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6805 | 2024-08-28T17:49:16.781Z | [ recovery-image] Aug 28 17:49:15.512 INFO O| Aug 28 17:49:15.512 INFO STEP 958 (remove_files) COMPLETE |
6806 | 2024-08-28T17:49:16.783Z | [ recovery-image] Aug 28 17:49:15.512 INFO O| Aug 28 17:49:15.512 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-28T17:49:16.790Z | [ recovery-image] Aug 28 17:49:15.521 INFO O| Aug 28 17:49:15.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6808 | 2024-08-28T17:49:16.791Z | [ recovery-image] Aug 28 17:49:15.521 INFO O| Aug 28 17:49:15.521 INFO STEP 959 (remove_files) COMPLETE |
6809 | 2024-08-28T17:49:16.791Z | [ recovery-image] Aug 28 17:49:15.521 INFO O| Aug 28 17:49:15.521 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-28T17:49:16.800Z | [ recovery-image] Aug 28 17:49:15.531 INFO O| Aug 28 17:49:15.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6811 | 2024-08-28T17:49:16.804Z | [ recovery-image] Aug 28 17:49:15.531 INFO O| Aug 28 17:49:15.531 INFO STEP 960 (remove_files) COMPLETE |
6812 | 2024-08-28T17:49:16.804Z | [ recovery-image] Aug 28 17:49:15.531 INFO O| Aug 28 17:49:15.531 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-28T17:49:16.812Z | [ recovery-image] Aug 28 17:49:15.542 INFO O| Aug 28 17:49:15.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6814 | 2024-08-28T17:49:16.812Z | [ recovery-image] Aug 28 17:49:15.542 INFO O| Aug 28 17:49:15.542 INFO STEP 961 (remove_files) COMPLETE |
6815 | 2024-08-28T17:49:16.812Z | [ recovery-image] Aug 28 17:49:15.542 INFO O| Aug 28 17:49:15.542 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-28T17:49:16.823Z | [ recovery-image] Aug 28 17:49:15.554 INFO O| Aug 28 17:49:15.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6817 | 2024-08-28T17:49:16.823Z | [ recovery-image] Aug 28 17:49:15.554 INFO O| Aug 28 17:49:15.554 INFO STEP 962 (remove_files) COMPLETE |
6818 | 2024-08-28T17:49:16.823Z | [ recovery-image] Aug 28 17:49:15.554 INFO O| Aug 28 17:49:15.554 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-28T17:49:16.833Z | [ recovery-image] Aug 28 17:49:15.563 INFO O| Aug 28 17:49:15.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6820 | 2024-08-28T17:49:16.833Z | [ recovery-image] Aug 28 17:49:15.563 INFO O| Aug 28 17:49:15.563 INFO STEP 963 (remove_files) COMPLETE |
6821 | 2024-08-28T17:49:16.833Z | [ recovery-image] Aug 28 17:49:15.563 INFO O| Aug 28 17:49:15.563 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-28T17:49:16.842Z | [ recovery-image] Aug 28 17:49:15.573 INFO O| Aug 28 17:49:15.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6823 | 2024-08-28T17:49:16.844Z | [ recovery-image] Aug 28 17:49:15.573 INFO O| Aug 28 17:49:15.573 INFO STEP 964 (remove_files) COMPLETE |
6824 | 2024-08-28T17:49:16.844Z | [ recovery-image] Aug 28 17:49:15.573 INFO O| Aug 28 17:49:15.573 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-28T17:49:16.849Z | [ host-image] Aug 28 17:49:15.580 INFO O| Aug 28 17:49:15.579 INFO O| Done |
6826 | 2024-08-28T17:49:16.853Z | [ recovery-image] Aug 28 17:49:15.584 INFO O| Aug 28 17:49:15.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6827 | 2024-08-28T17:49:16.855Z | [ recovery-image] Aug 28 17:49:15.584 INFO O| Aug 28 17:49:15.584 INFO STEP 965 (remove_files) COMPLETE |
6828 | 2024-08-28T17:49:16.856Z | [ recovery-image] Aug 28 17:49:15.584 INFO O| Aug 28 17:49:15.584 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-08-28T17:49:16.863Z | [ recovery-image] Aug 28 17:49:15.594 INFO O| Aug 28 17:49:15.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6830 | 2024-08-28T17:49:16.863Z | [ recovery-image] Aug 28 17:49:15.594 INFO O| Aug 28 17:49:15.594 INFO STEP 966 (remove_files) COMPLETE |
6831 | 2024-08-28T17:49:16.866Z | [ recovery-image] Aug 28 17:49:15.594 INFO O| Aug 28 17:49:15.594 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-08-28T17:49:16.873Z | [ recovery-image] Aug 28 17:49:15.604 INFO O| Aug 28 17:49:15.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6833 | 2024-08-28T17:49:16.875Z | [ recovery-image] Aug 28 17:49:15.604 INFO O| Aug 28 17:49:15.604 INFO STEP 967 (remove_files) COMPLETE |
6834 | 2024-08-28T17:49:16.875Z | [ recovery-image] Aug 28 17:49:15.604 INFO O| Aug 28 17:49:15.604 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-08-28T17:49:16.875Z | [ host-image] Aug 28 17:49:15.604 INFO O| Aug 28 17:49:15.604 INFO O| Done |
6836 | 2024-08-28T17:49:16.875Z | [ host-image] Aug 28 17:49:15.605 INFO O| Aug 28 17:49:15.605 INFO O| Done |
6837 | 2024-08-28T17:49:16.882Z | [ recovery-image] Aug 28 17:49:15.613 INFO O| Aug 28 17:49:15.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6838 | 2024-08-28T17:49:16.883Z | [ recovery-image] Aug 28 17:49:15.613 INFO O| Aug 28 17:49:15.613 INFO STEP 968 (remove_files) COMPLETE |
6839 | 2024-08-28T17:49:16.885Z | [ recovery-image] Aug 28 17:49:15.613 INFO O| Aug 28 17:49:15.613 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-28T17:49:16.894Z | [ recovery-image] Aug 28 17:49:15.625 INFO O| Aug 28 17:49:15.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6841 | 2024-08-28T17:49:16.894Z | [ recovery-image] Aug 28 17:49:15.625 INFO O| Aug 28 17:49:15.625 INFO STEP 969 (remove_files) COMPLETE |
6842 | 2024-08-28T17:49:16.897Z | [ recovery-image] Aug 28 17:49:15.625 INFO O| Aug 28 17:49:15.625 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-28T17:49:16.904Z | [ recovery-image] Aug 28 17:49:15.634 INFO O| Aug 28 17:49:15.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6844 | 2024-08-28T17:49:16.904Z | [ recovery-image] Aug 28 17:49:15.634 INFO O| Aug 28 17:49:15.634 INFO STEP 970 (remove_files) COMPLETE |
6845 | 2024-08-28T17:49:16.904Z | [ recovery-image] Aug 28 17:49:15.635 INFO O| Aug 28 17:49:15.634 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-28T17:49:16.917Z | [ host-image] Aug 28 17:49:15.647 INFO O| Aug 28 17:49:15.646 INFO O| Done |
6847 | 2024-08-28T17:49:16.920Z | [ recovery-image] Aug 28 17:49:15.649 INFO O| Aug 28 17:49:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6848 | 2024-08-28T17:49:16.920Z | [ recovery-image] Aug 28 17:49:15.649 INFO O| Aug 28 17:49:15.649 INFO STEP 971 (remove_files) COMPLETE |
6849 | 2024-08-28T17:49:16.920Z | [ recovery-image] Aug 28 17:49:15.649 INFO O| Aug 28 17:49:15.649 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-08-28T17:49:16.938Z | [ recovery-image] Aug 28 17:49:15.669 INFO O| Aug 28 17:49:15.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6851 | 2024-08-28T17:49:16.938Z | [ recovery-image] Aug 28 17:49:15.669 INFO O| Aug 28 17:49:15.669 INFO STEP 972 (remove_files) COMPLETE |
6852 | 2024-08-28T17:49:16.938Z | [ recovery-image] Aug 28 17:49:15.669 INFO O| Aug 28 17:49:15.669 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-08-28T17:49:16.952Z | [ recovery-image] Aug 28 17:49:15.683 INFO O| Aug 28 17:49:15.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6854 | 2024-08-28T17:49:16.952Z | [ recovery-image] Aug 28 17:49:15.683 INFO O| Aug 28 17:49:15.683 INFO STEP 973 (remove_files) COMPLETE |
6855 | 2024-08-28T17:49:16.956Z | [ recovery-image] Aug 28 17:49:15.683 INFO O| Aug 28 17:49:15.683 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-08-28T17:49:16.965Z | [ recovery-image] Aug 28 17:49:15.696 INFO O| Aug 28 17:49:15.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6857 | 2024-08-28T17:49:16.965Z | [ recovery-image] Aug 28 17:49:15.696 INFO O| Aug 28 17:49:15.696 INFO STEP 974 (remove_files) COMPLETE |
6858 | 2024-08-28T17:49:16.968Z | [ recovery-image] Aug 28 17:49:15.696 INFO O| Aug 28 17:49:15.696 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-08-28T17:49:16.978Z | [ recovery-image] Aug 28 17:49:15.708 INFO O| Aug 28 17:49:15.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6860 | 2024-08-28T17:49:16.980Z | [ recovery-image] Aug 28 17:49:15.708 INFO O| Aug 28 17:49:15.708 INFO STEP 975 (remove_files) COMPLETE |
6861 | 2024-08-28T17:49:16.980Z | [ recovery-image] Aug 28 17:49:15.708 INFO O| Aug 28 17:49:15.708 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-08-28T17:49:16.988Z | [ recovery-image] Aug 28 17:49:15.718 INFO O| Aug 28 17:49:15.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6863 | 2024-08-28T17:49:16.988Z | [ recovery-image] Aug 28 17:49:15.718 INFO O| Aug 28 17:49:15.718 INFO STEP 976 (remove_files) COMPLETE |
6864 | 2024-08-28T17:49:16.990Z | [ recovery-image] Aug 28 17:49:15.718 INFO O| Aug 28 17:49:15.718 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-08-28T17:49:16.998Z | [ recovery-image] Aug 28 17:49:15.728 INFO O| Aug 28 17:49:15.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6866 | 2024-08-28T17:49:17.001Z | [ recovery-image] Aug 28 17:49:15.729 INFO O| Aug 28 17:49:15.729 INFO STEP 977 (remove_files) COMPLETE |
6867 | 2024-08-28T17:49:17.001Z | [ recovery-image] Aug 28 17:49:15.729 INFO O| Aug 28 17:49:15.729 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-08-28T17:49:17.009Z | [ recovery-image] Aug 28 17:49:15.739 INFO O| Aug 28 17:49:15.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6869 | 2024-08-28T17:49:17.012Z | [ recovery-image] Aug 28 17:49:15.740 INFO O| Aug 28 17:49:15.740 INFO STEP 978 (remove_files) COMPLETE |
6870 | 2024-08-28T17:49:17.012Z | [ recovery-image] Aug 28 17:49:15.740 INFO O| Aug 28 17:49:15.740 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-08-28T17:49:17.020Z | [ recovery-image] Aug 28 17:49:15.750 INFO O| Aug 28 17:49:15.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6872 | 2024-08-28T17:49:17.022Z | [ recovery-image] Aug 28 17:49:15.750 INFO O| Aug 28 17:49:15.750 INFO STEP 979 (remove_files) COMPLETE |
6873 | 2024-08-28T17:49:17.022Z | [ recovery-image] Aug 28 17:49:15.750 INFO O| Aug 28 17:49:15.750 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-08-28T17:49:17.029Z | [ recovery-image] Aug 28 17:49:15.760 INFO O| Aug 28 17:49:15.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6875 | 2024-08-28T17:49:17.032Z | [ recovery-image] Aug 28 17:49:15.760 INFO O| Aug 28 17:49:15.760 INFO STEP 980 (remove_files) COMPLETE |
6876 | 2024-08-28T17:49:17.032Z | [ recovery-image] Aug 28 17:49:15.760 INFO O| Aug 28 17:49:15.760 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-08-28T17:49:17.036Z | [ host-image] Aug 28 17:49:15.766 INFO O| Aug 28 17:49:15.766 INFO STEP 13 (pkg_install) COMPLETE |
6878 | 2024-08-28T17:49:17.036Z | [ host-image] Aug 28 17:49:15.766 INFO O| Aug 28 17:49:15.766 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6879 | 2024-08-28T17:49:17.039Z | [ recovery-image] Aug 28 17:49:15.770 INFO O| Aug 28 17:49:15.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6880 | 2024-08-28T17:49:17.041Z | [ recovery-image] Aug 28 17:49:15.770 INFO O| Aug 28 17:49:15.770 INFO STEP 981 (remove_files) COMPLETE |
6881 | 2024-08-28T17:49:17.041Z | [ recovery-image] Aug 28 17:49:15.770 INFO O| Aug 28 17:49:15.770 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-28T17:49:17.047Z | [ host-image] Aug 28 17:49:15.777 INFO O| Aug 28 17:49:15.777 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6883 | 2024-08-28T17:49:17.049Z | [ recovery-image] Aug 28 17:49:15.780 INFO O| Aug 28 17:49:15.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6884 | 2024-08-28T17:49:17.049Z | [ recovery-image] Aug 28 17:49:15.780 INFO O| Aug 28 17:49:15.780 INFO STEP 982 (remove_files) COMPLETE |
6885 | 2024-08-28T17:49:17.049Z | [ recovery-image] Aug 28 17:49:15.780 INFO O| Aug 28 17:49:15.780 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-08-28T17:49:17.059Z | [ recovery-image] Aug 28 17:49:15.790 INFO O| Aug 28 17:49:15.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6887 | 2024-08-28T17:49:17.059Z | [ recovery-image] Aug 28 17:49:15.790 INFO O| Aug 28 17:49:15.790 INFO STEP 983 (remove_files) COMPLETE |
6888 | 2024-08-28T17:49:17.059Z | [ recovery-image] Aug 28 17:49:15.790 INFO O| Aug 28 17:49:15.790 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-08-28T17:49:17.070Z | [ recovery-image] Aug 28 17:49:15.800 INFO O| Aug 28 17:49:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6890 | 2024-08-28T17:49:17.072Z | [ recovery-image] Aug 28 17:49:15.800 INFO O| Aug 28 17:49:15.800 INFO STEP 984 (remove_files) COMPLETE |
6891 | 2024-08-28T17:49:17.072Z | [ recovery-image] Aug 28 17:49:15.801 INFO O| Aug 28 17:49:15.800 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-08-28T17:49:17.080Z | [ recovery-image] Aug 28 17:49:15.810 INFO O| Aug 28 17:49:15.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6893 | 2024-08-28T17:49:17.080Z | [ recovery-image] Aug 28 17:49:15.811 INFO O| Aug 28 17:49:15.811 INFO STEP 985 (remove_files) COMPLETE |
6894 | 2024-08-28T17:49:17.082Z | [ recovery-image] Aug 28 17:49:15.811 INFO O| Aug 28 17:49:15.811 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-08-28T17:49:17.089Z | [ recovery-image] Aug 28 17:49:15.820 INFO O| Aug 28 17:49:15.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6896 | 2024-08-28T17:49:17.089Z | [ recovery-image] Aug 28 17:49:15.820 INFO O| Aug 28 17:49:15.820 INFO STEP 986 (remove_files) COMPLETE |
6897 | 2024-08-28T17:49:17.090Z | [ recovery-image] Aug 28 17:49:15.820 INFO O| Aug 28 17:49:15.820 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-08-28T17:49:17.100Z | [ recovery-image] Aug 28 17:49:15.830 INFO O| Aug 28 17:49:15.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6899 | 2024-08-28T17:49:17.100Z | [ recovery-image] Aug 28 17:49:15.830 INFO O| Aug 28 17:49:15.830 INFO STEP 987 (remove_files) COMPLETE |
6900 | 2024-08-28T17:49:17.102Z | [ recovery-image] Aug 28 17:49:15.830 INFO O| Aug 28 17:49:15.830 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-08-28T17:49:17.109Z | [ recovery-image] Aug 28 17:49:15.840 INFO O| Aug 28 17:49:15.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6902 | 2024-08-28T17:49:17.109Z | [ recovery-image] Aug 28 17:49:15.840 INFO O| Aug 28 17:49:15.840 INFO STEP 988 (remove_files) COMPLETE |
6903 | 2024-08-28T17:49:17.109Z | [ recovery-image] Aug 28 17:49:15.840 INFO O| Aug 28 17:49:15.840 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-28T17:49:17.119Z | [ recovery-image] Aug 28 17:49:15.849 INFO O| Aug 28 17:49:15.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6905 | 2024-08-28T17:49:17.121Z | [ recovery-image] Aug 28 17:49:15.849 INFO O| Aug 28 17:49:15.849 INFO STEP 989 (remove_files) COMPLETE |
6906 | 2024-08-28T17:49:17.121Z | [ recovery-image] Aug 28 17:49:15.850 INFO O| Aug 28 17:49:15.849 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-28T17:49:17.128Z | [ recovery-image] Aug 28 17:49:15.859 INFO O| Aug 28 17:49:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6908 | 2024-08-28T17:49:17.128Z | [ recovery-image] Aug 28 17:49:15.859 INFO O| Aug 28 17:49:15.859 INFO STEP 990 (remove_files) COMPLETE |
6909 | 2024-08-28T17:49:17.128Z | [ recovery-image] Aug 28 17:49:15.859 INFO O| Aug 28 17:49:15.859 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-28T17:49:17.138Z | [ recovery-image] Aug 28 17:49:15.868 INFO O| Aug 28 17:49:15.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6911 | 2024-08-28T17:49:17.138Z | [ recovery-image] Aug 28 17:49:15.868 INFO O| Aug 28 17:49:15.868 INFO STEP 991 (remove_files) COMPLETE |
6912 | 2024-08-28T17:49:17.140Z | [ recovery-image] Aug 28 17:49:15.868 INFO O| Aug 28 17:49:15.868 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-28T17:49:17.147Z | [ recovery-image] Aug 28 17:49:15.878 INFO O| Aug 28 17:49:15.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6914 | 2024-08-28T17:49:17.147Z | [ recovery-image] Aug 28 17:49:15.878 INFO O| Aug 28 17:49:15.878 INFO STEP 992 (remove_files) COMPLETE |
6915 | 2024-08-28T17:49:17.149Z | [ recovery-image] Aug 28 17:49:15.878 INFO O| Aug 28 17:49:15.878 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-08-28T17:49:17.156Z | [ recovery-image] Aug 28 17:49:15.887 INFO O| Aug 28 17:49:15.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6917 | 2024-08-28T17:49:17.156Z | [ recovery-image] Aug 28 17:49:15.887 INFO O| Aug 28 17:49:15.887 INFO STEP 993 (remove_files) COMPLETE |
6918 | 2024-08-28T17:49:17.159Z | [ recovery-image] Aug 28 17:49:15.887 INFO O| Aug 28 17:49:15.887 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-08-28T17:49:17.166Z | [ recovery-image] Aug 28 17:49:15.897 INFO O| Aug 28 17:49:15.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6920 | 2024-08-28T17:49:17.166Z | [ recovery-image] Aug 28 17:49:15.897 INFO O| Aug 28 17:49:15.897 INFO STEP 994 (remove_files) COMPLETE |
6921 | 2024-08-28T17:49:17.168Z | [ recovery-image] Aug 28 17:49:15.897 INFO O| Aug 28 17:49:15.897 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-08-28T17:49:17.175Z | [ recovery-image] Aug 28 17:49:15.906 INFO O| Aug 28 17:49:15.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6923 | 2024-08-28T17:49:17.176Z | [ recovery-image] Aug 28 17:49:15.906 INFO O| Aug 28 17:49:15.906 INFO STEP 995 (remove_files) COMPLETE |
6924 | 2024-08-28T17:49:17.178Z | [ recovery-image] Aug 28 17:49:15.906 INFO O| Aug 28 17:49:15.906 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-28T17:49:17.185Z | [ recovery-image] Aug 28 17:49:15.915 INFO O| Aug 28 17:49:15.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6926 | 2024-08-28T17:49:17.185Z | [ recovery-image] Aug 28 17:49:15.916 INFO O| Aug 28 17:49:15.916 INFO STEP 996 (remove_files) COMPLETE |
6927 | 2024-08-28T17:49:17.185Z | [ recovery-image] Aug 28 17:49:15.916 INFO O| Aug 28 17:49:15.916 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-28T17:49:17.194Z | [ recovery-image] Aug 28 17:49:15.925 INFO O| Aug 28 17:49:15.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6929 | 2024-08-28T17:49:17.196Z | [ recovery-image] Aug 28 17:49:15.925 INFO O| Aug 28 17:49:15.925 INFO STEP 997 (remove_files) COMPLETE |
6930 | 2024-08-28T17:49:17.196Z | [ recovery-image] Aug 28 17:49:15.925 INFO O| Aug 28 17:49:15.925 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-28T17:49:17.204Z | [ recovery-image] Aug 28 17:49:15.934 INFO O| Aug 28 17:49:15.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6932 | 2024-08-28T17:49:17.204Z | [ recovery-image] Aug 28 17:49:15.934 INFO O| Aug 28 17:49:15.934 INFO STEP 998 (remove_files) COMPLETE |
6933 | 2024-08-28T17:49:17.204Z | [ recovery-image] Aug 28 17:49:15.934 INFO O| Aug 28 17:49:15.934 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-28T17:49:17.213Z | [ recovery-image] Aug 28 17:49:15.944 INFO O| Aug 28 17:49:15.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6935 | 2024-08-28T17:49:17.213Z | [ recovery-image] Aug 28 17:49:15.944 INFO O| Aug 28 17:49:15.944 INFO STEP 999 (remove_files) COMPLETE |
6936 | 2024-08-28T17:49:17.216Z | [ recovery-image] Aug 28 17:49:15.944 INFO O| Aug 28 17:49:15.944 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-08-28T17:49:17.223Z | [ recovery-image] Aug 28 17:49:15.953 INFO O| Aug 28 17:49:15.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6938 | 2024-08-28T17:49:17.223Z | [ recovery-image] Aug 28 17:49:15.954 INFO O| Aug 28 17:49:15.954 INFO STEP 1000 (remove_files) COMPLETE |
6939 | 2024-08-28T17:49:17.225Z | [ recovery-image] Aug 28 17:49:15.954 INFO O| Aug 28 17:49:15.954 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-08-28T17:49:17.232Z | [ recovery-image] Aug 28 17:49:15.963 INFO O| Aug 28 17:49:15.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6941 | 2024-08-28T17:49:17.232Z | [ recovery-image] Aug 28 17:49:15.963 INFO O| Aug 28 17:49:15.963 INFO STEP 1001 (remove_files) COMPLETE |
6942 | 2024-08-28T17:49:17.232Z | [ recovery-image] Aug 28 17:49:15.963 INFO O| Aug 28 17:49:15.963 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-08-28T17:49:17.242Z | [ recovery-image] Aug 28 17:49:15.972 INFO O| Aug 28 17:49:15.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6944 | 2024-08-28T17:49:17.244Z | [ recovery-image] Aug 28 17:49:15.973 INFO O| Aug 28 17:49:15.973 INFO STEP 1002 (remove_files) COMPLETE |
6945 | 2024-08-28T17:49:17.244Z | [ recovery-image] Aug 28 17:49:15.973 INFO O| Aug 28 17:49:15.973 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-08-28T17:49:17.251Z | [ recovery-image] Aug 28 17:49:15.982 INFO O| Aug 28 17:49:15.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6947 | 2024-08-28T17:49:17.253Z | [ recovery-image] Aug 28 17:49:15.982 INFO O| Aug 28 17:49:15.982 INFO STEP 1003 (remove_files) COMPLETE |
6948 | 2024-08-28T17:49:17.253Z | [ recovery-image] Aug 28 17:49:15.982 INFO O| Aug 28 17:49:15.982 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-08-28T17:49:17.261Z | [ recovery-image] Aug 28 17:49:15.991 INFO O| Aug 28 17:49:15.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6950 | 2024-08-28T17:49:17.261Z | [ recovery-image] Aug 28 17:49:15.991 INFO O| Aug 28 17:49:15.991 INFO STEP 1004 (remove_files) COMPLETE |
6951 | 2024-08-28T17:49:17.263Z | [ recovery-image] Aug 28 17:49:15.991 INFO O| Aug 28 17:49:15.991 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-08-28T17:49:17.270Z | [ recovery-image] Aug 28 17:49:16.001 INFO O| Aug 28 17:49:16.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6953 | 2024-08-28T17:49:17.273Z | [ recovery-image] Aug 28 17:49:16.001 INFO O| Aug 28 17:49:16.001 INFO STEP 1005 (remove_files) COMPLETE |
6954 | 2024-08-28T17:49:17.273Z | [ recovery-image] Aug 28 17:49:16.001 INFO O| Aug 28 17:49:16.001 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-08-28T17:49:17.281Z | [ recovery-image] Aug 28 17:49:16.011 INFO O| Aug 28 17:49:16.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6956 | 2024-08-28T17:49:17.281Z | [ recovery-image] Aug 28 17:49:16.012 INFO O| Aug 28 17:49:16.011 INFO STEP 1006 (remove_files) COMPLETE |
6957 | 2024-08-28T17:49:17.281Z | [ recovery-image] Aug 28 17:49:16.012 INFO O| Aug 28 17:49:16.011 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-08-28T17:49:17.291Z | [ recovery-image] Aug 28 17:49:16.021 INFO O| Aug 28 17:49:16.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6959 | 2024-08-28T17:49:17.293Z | [ recovery-image] Aug 28 17:49:16.021 INFO O| Aug 28 17:49:16.021 INFO STEP 1007 (remove_files) COMPLETE |
6960 | 2024-08-28T17:49:17.293Z | [ recovery-image] Aug 28 17:49:16.021 INFO O| Aug 28 17:49:16.021 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-08-28T17:49:17.300Z | [ recovery-image] Aug 28 17:49:16.031 INFO O| Aug 28 17:49:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6962 | 2024-08-28T17:49:17.302Z | [ recovery-image] Aug 28 17:49:16.031 INFO O| Aug 28 17:49:16.031 INFO STEP 1008 (remove_files) COMPLETE |
6963 | 2024-08-28T17:49:17.302Z | [ recovery-image] Aug 28 17:49:16.031 INFO O| Aug 28 17:49:16.031 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-08-28T17:49:17.310Z | [ recovery-image] Aug 28 17:49:16.040 INFO O| Aug 28 17:49:16.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6965 | 2024-08-28T17:49:17.312Z | [ recovery-image] Aug 28 17:49:16.041 INFO O| Aug 28 17:49:16.041 INFO STEP 1009 (remove_files) COMPLETE |
6966 | 2024-08-28T17:49:17.312Z | [ recovery-image] Aug 28 17:49:16.041 INFO O| Aug 28 17:49:16.041 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-08-28T17:49:17.319Z | [ recovery-image] Aug 28 17:49:16.050 INFO O| Aug 28 17:49:16.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6968 | 2024-08-28T17:49:17.319Z | [ recovery-image] Aug 28 17:49:16.050 INFO O| Aug 28 17:49:16.050 INFO STEP 1010 (remove_files) COMPLETE |
6969 | 2024-08-28T17:49:17.322Z | [ recovery-image] Aug 28 17:49:16.050 INFO O| Aug 28 17:49:16.050 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-08-28T17:49:17.329Z | [ recovery-image] Aug 28 17:49:16.060 INFO O| Aug 28 17:49:16.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6971 | 2024-08-28T17:49:17.329Z | [ recovery-image] Aug 28 17:49:16.060 INFO O| Aug 28 17:49:16.060 INFO STEP 1011 (remove_files) COMPLETE |
6972 | 2024-08-28T17:49:17.331Z | [ recovery-image] Aug 28 17:49:16.060 INFO O| Aug 28 17:49:16.060 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-08-28T17:49:17.339Z | [ recovery-image] Aug 28 17:49:16.069 INFO O| Aug 28 17:49:16.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6974 | 2024-08-28T17:49:17.339Z | [ recovery-image] Aug 28 17:49:16.069 INFO O| Aug 28 17:49:16.069 INFO STEP 1012 (remove_files) COMPLETE |
6975 | 2024-08-28T17:49:17.339Z | [ recovery-image] Aug 28 17:49:16.069 INFO O| Aug 28 17:49:16.069 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-08-28T17:49:17.349Z | [ recovery-image] Aug 28 17:49:16.079 INFO O| Aug 28 17:49:16.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6977 | 2024-08-28T17:49:17.351Z | [ recovery-image] Aug 28 17:49:16.079 INFO O| Aug 28 17:49:16.079 INFO STEP 1013 (remove_files) COMPLETE |
6978 | 2024-08-28T17:49:17.351Z | [ recovery-image] Aug 28 17:49:16.079 INFO O| Aug 28 17:49:16.079 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-08-28T17:49:17.358Z | [ recovery-image] Aug 28 17:49:16.089 INFO O| Aug 28 17:49:16.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6980 | 2024-08-28T17:49:17.358Z | [ recovery-image] Aug 28 17:49:16.089 INFO O| Aug 28 17:49:16.089 INFO STEP 1014 (remove_files) COMPLETE |
6981 | 2024-08-28T17:49:17.361Z | [ recovery-image] Aug 28 17:49:16.089 INFO O| Aug 28 17:49:16.089 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-08-28T17:49:17.368Z | [ recovery-image] Aug 28 17:49:16.098 INFO O| Aug 28 17:49:16.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6983 | 2024-08-28T17:49:17.368Z | [ recovery-image] Aug 28 17:49:16.098 INFO O| Aug 28 17:49:16.098 INFO STEP 1015 (remove_files) COMPLETE |
6984 | 2024-08-28T17:49:17.370Z | [ recovery-image] Aug 28 17:49:16.099 INFO O| Aug 28 17:49:16.098 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-08-28T17:49:17.378Z | [ recovery-image] Aug 28 17:49:16.108 INFO O| Aug 28 17:49:16.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6986 | 2024-08-28T17:49:17.378Z | [ recovery-image] Aug 28 17:49:16.108 INFO O| Aug 28 17:49:16.108 INFO STEP 1016 (remove_files) COMPLETE |
6987 | 2024-08-28T17:49:17.380Z | [ recovery-image] Aug 28 17:49:16.109 INFO O| Aug 28 17:49:16.108 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-08-28T17:49:17.387Z | [ recovery-image] Aug 28 17:49:16.118 INFO O| Aug 28 17:49:16.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6989 | 2024-08-28T17:49:17.389Z | [ recovery-image] Aug 28 17:49:16.118 INFO O| Aug 28 17:49:16.118 INFO STEP 1017 (remove_files) COMPLETE |
6990 | 2024-08-28T17:49:17.389Z | [ recovery-image] Aug 28 17:49:16.118 INFO O| Aug 28 17:49:16.118 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-08-28T17:49:17.397Z | [ recovery-image] Aug 28 17:49:16.128 INFO O| Aug 28 17:49:16.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6992 | 2024-08-28T17:49:17.398Z | [ recovery-image] Aug 28 17:49:16.128 INFO O| Aug 28 17:49:16.128 INFO STEP 1018 (remove_files) COMPLETE |
6993 | 2024-08-28T17:49:17.398Z | [ recovery-image] Aug 28 17:49:16.128 INFO O| Aug 28 17:49:16.128 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-08-28T17:49:17.407Z | [ recovery-image] Aug 28 17:49:16.138 INFO O| Aug 28 17:49:16.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6995 | 2024-08-28T17:49:17.410Z | [ recovery-image] Aug 28 17:49:16.138 INFO O| Aug 28 17:49:16.138 INFO STEP 1019 (remove_files) COMPLETE |
6996 | 2024-08-28T17:49:17.410Z | [ recovery-image] Aug 28 17:49:16.138 INFO O| Aug 28 17:49:16.138 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-08-28T17:49:17.418Z | [ recovery-image] Aug 28 17:49:16.148 INFO O| Aug 28 17:49:16.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6998 | 2024-08-28T17:49:17.420Z | [ recovery-image] Aug 28 17:49:16.148 INFO O| Aug 28 17:49:16.148 INFO STEP 1020 (remove_files) COMPLETE |
6999 | 2024-08-28T17:49:17.420Z | [ recovery-image] Aug 28 17:49:16.148 INFO O| Aug 28 17:49:16.148 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-08-28T17:49:17.427Z | [ recovery-image] Aug 28 17:49:16.158 INFO O| Aug 28 17:49:16.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7001 | 2024-08-28T17:49:17.430Z | [ recovery-image] Aug 28 17:49:16.158 INFO O| Aug 28 17:49:16.158 INFO STEP 1021 (remove_files) COMPLETE |
7002 | 2024-08-28T17:49:17.430Z | [ recovery-image] Aug 28 17:49:16.158 INFO O| Aug 28 17:49:16.158 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-08-28T17:49:17.437Z | [ recovery-image] Aug 28 17:49:16.168 INFO O| Aug 28 17:49:16.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7004 | 2024-08-28T17:49:17.437Z | [ recovery-image] Aug 28 17:49:16.168 INFO O| Aug 28 17:49:16.168 INFO STEP 1022 (remove_files) COMPLETE |
7005 | 2024-08-28T17:49:17.451Z | [ recovery-image] Aug 28 17:49:16.168 INFO O| Aug 28 17:49:16.168 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-08-28T17:49:17.451Z | [ recovery-image] Aug 28 17:49:16.177 INFO O| Aug 28 17:49:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7007 | 2024-08-28T17:49:17.451Z | [ recovery-image] Aug 28 17:49:16.177 INFO O| Aug 28 17:49:16.177 INFO STEP 1023 (remove_files) COMPLETE |
7008 | 2024-08-28T17:49:17.451Z | [ recovery-image] Aug 28 17:49:16.177 INFO O| Aug 28 17:49:16.177 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-28T17:49:17.457Z | [ recovery-image] Aug 28 17:49:16.187 INFO O| Aug 28 17:49:16.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7010 | 2024-08-28T17:49:17.459Z | [ recovery-image] Aug 28 17:49:16.187 INFO O| Aug 28 17:49:16.187 INFO STEP 1024 (remove_files) COMPLETE |
7011 | 2024-08-28T17:49:17.459Z | [ recovery-image] Aug 28 17:49:16.187 INFO O| Aug 28 17:49:16.187 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-28T17:49:17.466Z | [ recovery-image] Aug 28 17:49:16.197 INFO O| Aug 28 17:49:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7013 | 2024-08-28T17:49:17.469Z | [ recovery-image] Aug 28 17:49:16.197 INFO O| Aug 28 17:49:16.197 INFO STEP 1025 (remove_files) COMPLETE |
7014 | 2024-08-28T17:49:17.469Z | [ recovery-image] Aug 28 17:49:16.197 INFO O| Aug 28 17:49:16.197 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-28T17:49:17.476Z | [ recovery-image] Aug 28 17:49:16.206 INFO O| Aug 28 17:49:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7016 | 2024-08-28T17:49:17.479Z | [ recovery-image] Aug 28 17:49:16.207 INFO O| Aug 28 17:49:16.207 INFO STEP 1026 (remove_files) COMPLETE |
7017 | 2024-08-28T17:49:17.479Z | [ recovery-image] Aug 28 17:49:16.207 INFO O| Aug 28 17:49:16.207 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-28T17:49:17.481Z | [ host-image] Aug 28 17:49:16.211 INFO O| Aug 28 17:49:16.211 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7019 | 2024-08-28T17:49:17.486Z | [ recovery-image] Aug 28 17:49:16.216 INFO O| Aug 28 17:49:16.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7020 | 2024-08-28T17:49:17.486Z | [ recovery-image] Aug 28 17:49:16.217 INFO O| Aug 28 17:49:16.216 INFO STEP 1027 (remove_files) COMPLETE |
7021 | 2024-08-28T17:49:17.488Z | [ recovery-image] Aug 28 17:49:16.217 INFO O| Aug 28 17:49:16.217 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-08-28T17:49:17.497Z | [ recovery-image] Aug 28 17:49:16.227 INFO O| Aug 28 17:49:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7023 | 2024-08-28T17:49:17.497Z | [ recovery-image] Aug 28 17:49:16.227 INFO O| Aug 28 17:49:16.227 INFO STEP 1028 (remove_files) COMPLETE |
7024 | 2024-08-28T17:49:17.499Z | [ recovery-image] Aug 28 17:49:16.227 INFO O| Aug 28 17:49:16.227 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-08-28T17:49:17.507Z | [ recovery-image] Aug 28 17:49:16.237 INFO O| Aug 28 17:49:16.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7026 | 2024-08-28T17:49:17.507Z | [ recovery-image] Aug 28 17:49:16.237 INFO O| Aug 28 17:49:16.237 INFO STEP 1029 (remove_files) COMPLETE |
7027 | 2024-08-28T17:49:17.509Z | [ recovery-image] Aug 28 17:49:16.237 INFO O| Aug 28 17:49:16.237 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-08-28T17:49:17.517Z | [ recovery-image] Aug 28 17:49:16.247 INFO O| Aug 28 17:49:16.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7029 | 2024-08-28T17:49:17.517Z | [ recovery-image] Aug 28 17:49:16.248 INFO O| Aug 28 17:49:16.247 INFO STEP 1030 (remove_files) COMPLETE |
7030 | 2024-08-28T17:49:17.520Z | [ recovery-image] Aug 28 17:49:16.248 INFO O| Aug 28 17:49:16.248 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-08-28T17:49:17.527Z | [ recovery-image] Aug 28 17:49:16.257 INFO O| Aug 28 17:49:16.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7032 | 2024-08-28T17:49:17.529Z | [ recovery-image] Aug 28 17:49:16.258 INFO O| Aug 28 17:49:16.258 INFO STEP 1031 (remove_files) COMPLETE |
7033 | 2024-08-28T17:49:17.529Z | [ recovery-image] Aug 28 17:49:16.258 INFO O| Aug 28 17:49:16.258 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-08-28T17:49:17.537Z | [ recovery-image] Aug 28 17:49:16.268 INFO O| Aug 28 17:49:16.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7035 | 2024-08-28T17:49:17.537Z | [ recovery-image] Aug 28 17:49:16.268 INFO O| Aug 28 17:49:16.268 INFO STEP 1032 (remove_files) COMPLETE |
7036 | 2024-08-28T17:49:17.540Z | [ recovery-image] Aug 28 17:49:16.268 INFO O| Aug 28 17:49:16.268 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-28T17:49:17.547Z | [ recovery-image] Aug 28 17:49:16.278 INFO O| Aug 28 17:49:16.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7038 | 2024-08-28T17:49:17.549Z | [ recovery-image] Aug 28 17:49:16.278 INFO O| Aug 28 17:49:16.278 INFO STEP 1033 (remove_files) COMPLETE |
7039 | 2024-08-28T17:49:17.550Z | [ recovery-image] Aug 28 17:49:16.278 INFO O| Aug 28 17:49:16.278 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-28T17:49:17.557Z | [ recovery-image] Aug 28 17:49:16.287 INFO O| Aug 28 17:49:16.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7041 | 2024-08-28T17:49:17.557Z | [ recovery-image] Aug 28 17:49:16.287 INFO O| Aug 28 17:49:16.287 INFO STEP 1034 (remove_files) COMPLETE |
7042 | 2024-08-28T17:49:17.557Z | [ recovery-image] Aug 28 17:49:16.287 INFO O| Aug 28 17:49:16.287 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-28T17:49:17.568Z | [ recovery-image] Aug 28 17:49:16.298 INFO O| Aug 28 17:49:16.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7044 | 2024-08-28T17:49:17.568Z | [ recovery-image] Aug 28 17:49:16.298 INFO O| Aug 28 17:49:16.298 INFO STEP 1035 (remove_files) COMPLETE |
7045 | 2024-08-28T17:49:17.568Z | [ recovery-image] Aug 28 17:49:16.298 INFO O| Aug 28 17:49:16.298 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-28T17:49:17.578Z | [ recovery-image] Aug 28 17:49:16.308 INFO O| Aug 28 17:49:16.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7047 | 2024-08-28T17:49:17.578Z | [ recovery-image] Aug 28 17:49:16.308 INFO O| Aug 28 17:49:16.308 INFO STEP 1036 (remove_files) COMPLETE |
7048 | 2024-08-28T17:49:17.581Z | [ recovery-image] Aug 28 17:49:16.308 INFO O| Aug 28 17:49:16.308 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-28T17:49:17.588Z | [ recovery-image] Aug 28 17:49:16.318 INFO O| Aug 28 17:49:16.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7050 | 2024-08-28T17:49:17.588Z | [ recovery-image] Aug 28 17:49:16.319 INFO O| Aug 28 17:49:16.319 INFO STEP 1037 (remove_files) COMPLETE |
7051 | 2024-08-28T17:49:17.588Z | [ recovery-image] Aug 28 17:49:16.319 INFO O| Aug 28 17:49:16.319 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-28T17:49:17.598Z | [ recovery-image] Aug 28 17:49:16.328 INFO O| Aug 28 17:49:16.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7053 | 2024-08-28T17:49:17.598Z | [ recovery-image] Aug 28 17:49:16.329 INFO O| Aug 28 17:49:16.329 INFO STEP 1038 (remove_files) COMPLETE |
7054 | 2024-08-28T17:49:17.598Z | [ recovery-image] Aug 28 17:49:16.329 INFO O| Aug 28 17:49:16.329 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-28T17:49:17.608Z | [ recovery-image] Aug 28 17:49:16.338 INFO O| Aug 28 17:49:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7056 | 2024-08-28T17:49:17.608Z | [ recovery-image] Aug 28 17:49:16.338 INFO O| Aug 28 17:49:16.338 INFO STEP 1039 (remove_files) COMPLETE |
7057 | 2024-08-28T17:49:17.608Z | [ recovery-image] Aug 28 17:49:16.338 INFO O| Aug 28 17:49:16.338 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-28T17:49:17.617Z | [ recovery-image] Aug 28 17:49:16.348 INFO O| Aug 28 17:49:16.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7059 | 2024-08-28T17:49:17.618Z | [ recovery-image] Aug 28 17:49:16.348 INFO O| Aug 28 17:49:16.348 INFO STEP 1040 (remove_files) COMPLETE |
7060 | 2024-08-28T17:49:17.620Z | [ recovery-image] Aug 28 17:49:16.348 INFO O| Aug 28 17:49:16.348 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-28T17:49:17.627Z | [ recovery-image] Aug 28 17:49:16.358 INFO O| Aug 28 17:49:16.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7062 | 2024-08-28T17:49:17.630Z | [ recovery-image] Aug 28 17:49:16.358 INFO O| Aug 28 17:49:16.358 INFO STEP 1041 (remove_files) COMPLETE |
7063 | 2024-08-28T17:49:17.630Z | [ recovery-image] Aug 28 17:49:16.358 INFO O| Aug 28 17:49:16.358 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-28T17:49:17.637Z | [ recovery-image] Aug 28 17:49:16.367 INFO O| Aug 28 17:49:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7065 | 2024-08-28T17:49:17.639Z | [ recovery-image] Aug 28 17:49:16.367 INFO O| Aug 28 17:49:16.367 INFO STEP 1042 (remove_files) COMPLETE |
7066 | 2024-08-28T17:49:17.639Z | [ recovery-image] Aug 28 17:49:16.367 INFO O| Aug 28 17:49:16.367 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-28T17:49:17.647Z | [ recovery-image] Aug 28 17:49:16.377 INFO O| Aug 28 17:49:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7068 | 2024-08-28T17:49:17.647Z | [ recovery-image] Aug 28 17:49:16.377 INFO O| Aug 28 17:49:16.377 INFO STEP 1043 (remove_files) COMPLETE |
7069 | 2024-08-28T17:49:17.647Z | [ recovery-image] Aug 28 17:49:16.377 INFO O| Aug 28 17:49:16.377 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-28T17:49:17.657Z | [ recovery-image] Aug 28 17:49:16.387 INFO O| Aug 28 17:49:16.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7071 | 2024-08-28T17:49:17.657Z | [ recovery-image] Aug 28 17:49:16.387 INFO O| Aug 28 17:49:16.387 INFO STEP 1044 (remove_files) COMPLETE |
7072 | 2024-08-28T17:49:17.657Z | [ recovery-image] Aug 28 17:49:16.387 INFO O| Aug 28 17:49:16.387 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-28T17:49:17.668Z | [ recovery-image] Aug 28 17:49:16.398 INFO O| Aug 28 17:49:16.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7074 | 2024-08-28T17:49:17.668Z | [ recovery-image] Aug 28 17:49:16.398 INFO O| Aug 28 17:49:16.398 INFO STEP 1045 (remove_files) COMPLETE |
7075 | 2024-08-28T17:49:17.670Z | [ recovery-image] Aug 28 17:49:16.398 INFO O| Aug 28 17:49:16.398 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-28T17:49:17.680Z | [ recovery-image] Aug 28 17:49:16.410 INFO O| Aug 28 17:49:16.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7077 | 2024-08-28T17:49:17.680Z | [ recovery-image] Aug 28 17:49:16.410 INFO O| Aug 28 17:49:16.410 INFO STEP 1046 (remove_files) COMPLETE |
7078 | 2024-08-28T17:49:17.680Z | [ recovery-image] Aug 28 17:49:16.410 INFO O| Aug 28 17:49:16.410 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-28T17:49:17.691Z | [ recovery-image] Aug 28 17:49:16.421 INFO O| Aug 28 17:49:16.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7080 | 2024-08-28T17:49:17.691Z | [ recovery-image] Aug 28 17:49:16.421 INFO O| Aug 28 17:49:16.421 INFO STEP 1047 (remove_files) COMPLETE |
7081 | 2024-08-28T17:49:17.691Z | [ recovery-image] Aug 28 17:49:16.421 INFO O| Aug 28 17:49:16.421 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-08-28T17:49:17.701Z | [ recovery-image] Aug 28 17:49:16.431 INFO O| Aug 28 17:49:16.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7083 | 2024-08-28T17:49:17.701Z | [ recovery-image] Aug 28 17:49:16.431 INFO O| Aug 28 17:49:16.431 INFO STEP 1048 (remove_files) COMPLETE |
7084 | 2024-08-28T17:49:17.703Z | [ recovery-image] Aug 28 17:49:16.431 INFO O| Aug 28 17:49:16.431 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-08-28T17:49:17.710Z | [ recovery-image] Aug 28 17:49:16.441 INFO O| Aug 28 17:49:16.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7086 | 2024-08-28T17:49:17.710Z | [ recovery-image] Aug 28 17:49:16.441 INFO O| Aug 28 17:49:16.441 INFO STEP 1049 (remove_files) COMPLETE |
7087 | 2024-08-28T17:49:17.712Z | [ recovery-image] Aug 28 17:49:16.441 INFO O| Aug 28 17:49:16.441 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-08-28T17:49:17.720Z | [ recovery-image] Aug 28 17:49:16.451 INFO O| Aug 28 17:49:16.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7089 | 2024-08-28T17:49:17.720Z | [ recovery-image] Aug 28 17:49:16.451 INFO O| Aug 28 17:49:16.451 INFO STEP 1050 (remove_files) COMPLETE |
7090 | 2024-08-28T17:49:17.723Z | [ recovery-image] Aug 28 17:49:16.451 INFO O| Aug 28 17:49:16.451 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-08-28T17:49:17.730Z | [ recovery-image] Aug 28 17:49:16.460 INFO O| Aug 28 17:49:16.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7092 | 2024-08-28T17:49:17.730Z | [ recovery-image] Aug 28 17:49:16.460 INFO O| Aug 28 17:49:16.460 INFO STEP 1051 (remove_files) COMPLETE |
7093 | 2024-08-28T17:49:17.732Z | [ recovery-image] Aug 28 17:49:16.460 INFO O| Aug 28 17:49:16.460 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-28T17:49:17.740Z | [ recovery-image] Aug 28 17:49:16.470 INFO O| Aug 28 17:49:16.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7095 | 2024-08-28T17:49:17.743Z | [ recovery-image] Aug 28 17:49:16.470 INFO O| Aug 28 17:49:16.470 INFO STEP 1052 (remove_files) COMPLETE |
7096 | 2024-08-28T17:49:17.743Z | [ recovery-image] Aug 28 17:49:16.470 INFO O| Aug 28 17:49:16.470 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-28T17:49:17.750Z | [ recovery-image] Aug 28 17:49:16.480 INFO O| Aug 28 17:49:16.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7098 | 2024-08-28T17:49:17.750Z | [ recovery-image] Aug 28 17:49:16.480 INFO O| Aug 28 17:49:16.480 INFO STEP 1053 (remove_files) COMPLETE |
7099 | 2024-08-28T17:49:17.750Z | [ recovery-image] Aug 28 17:49:16.480 INFO O| Aug 28 17:49:16.480 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-28T17:49:17.759Z | [ recovery-image] Aug 28 17:49:16.490 INFO O| Aug 28 17:49:16.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7101 | 2024-08-28T17:49:17.762Z | [ recovery-image] Aug 28 17:49:16.490 INFO O| Aug 28 17:49:16.490 INFO STEP 1054 (remove_files) COMPLETE |
7102 | 2024-08-28T17:49:17.762Z | [ recovery-image] Aug 28 17:49:16.490 INFO O| Aug 28 17:49:16.490 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-28T17:49:17.769Z | [ recovery-image] Aug 28 17:49:16.500 INFO O| Aug 28 17:49:16.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7104 | 2024-08-28T17:49:17.772Z | [ recovery-image] Aug 28 17:49:16.500 INFO O| Aug 28 17:49:16.500 INFO STEP 1055 (remove_files) COMPLETE |
7105 | 2024-08-28T17:49:17.772Z | [ recovery-image] Aug 28 17:49:16.500 INFO O| Aug 28 17:49:16.500 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-28T17:49:17.779Z | [ recovery-image] Aug 28 17:49:16.510 INFO O| Aug 28 17:49:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7107 | 2024-08-28T17:49:17.781Z | [ recovery-image] Aug 28 17:49:16.510 INFO O| Aug 28 17:49:16.510 INFO STEP 1056 (remove_files) COMPLETE |
7108 | 2024-08-28T17:49:17.782Z | [ recovery-image] Aug 28 17:49:16.510 INFO O| Aug 28 17:49:16.510 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-28T17:49:17.789Z | [ recovery-image] Aug 28 17:49:16.519 INFO O| Aug 28 17:49:16.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7110 | 2024-08-28T17:49:17.791Z | [ recovery-image] Aug 28 17:49:16.520 INFO O| Aug 28 17:49:16.520 INFO STEP 1057 (remove_files) COMPLETE |
7111 | 2024-08-28T17:49:17.791Z | [ recovery-image] Aug 28 17:49:16.520 INFO O| Aug 28 17:49:16.520 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-28T17:49:17.799Z | [ recovery-image] Aug 28 17:49:16.529 INFO O| Aug 28 17:49:16.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7113 | 2024-08-28T17:49:17.799Z | [ recovery-image] Aug 28 17:49:16.529 INFO O| Aug 28 17:49:16.529 INFO STEP 1058 (remove_files) COMPLETE |
7114 | 2024-08-28T17:49:17.801Z | [ recovery-image] Aug 28 17:49:16.529 INFO O| Aug 28 17:49:16.529 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-28T17:49:17.809Z | [ recovery-image] Aug 28 17:49:16.539 INFO O| Aug 28 17:49:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7116 | 2024-08-28T17:49:17.811Z | [ recovery-image] Aug 28 17:49:16.539 INFO O| Aug 28 17:49:16.539 INFO STEP 1059 (remove_files) COMPLETE |
7117 | 2024-08-28T17:49:17.811Z | [ recovery-image] Aug 28 17:49:16.539 INFO O| Aug 28 17:49:16.539 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-28T17:49:17.818Z | [ recovery-image] Aug 28 17:49:16.549 INFO O| Aug 28 17:49:16.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7119 | 2024-08-28T17:49:17.821Z | [ recovery-image] Aug 28 17:49:16.549 INFO O| Aug 28 17:49:16.549 INFO STEP 1060 (remove_files) COMPLETE |
7120 | 2024-08-28T17:49:17.821Z | [ recovery-image] Aug 28 17:49:16.549 INFO O| Aug 28 17:49:16.549 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-28T17:49:17.828Z | [ recovery-image] Aug 28 17:49:16.559 INFO O| Aug 28 17:49:16.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7122 | 2024-08-28T17:49:17.828Z | [ recovery-image] Aug 28 17:49:16.559 INFO O| Aug 28 17:49:16.559 INFO STEP 1061 (remove_files) COMPLETE |
7123 | 2024-08-28T17:49:17.831Z | [ recovery-image] Aug 28 17:49:16.559 INFO O| Aug 28 17:49:16.559 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-28T17:49:17.838Z | [ recovery-image] Aug 28 17:49:16.568 INFO O| Aug 28 17:49:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7125 | 2024-08-28T17:49:17.838Z | [ recovery-image] Aug 28 17:49:16.568 INFO O| Aug 28 17:49:16.568 INFO STEP 1062 (remove_files) COMPLETE |
7126 | 2024-08-28T17:49:17.840Z | [ recovery-image] Aug 28 17:49:16.568 INFO O| Aug 28 17:49:16.568 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-28T17:49:17.848Z | [ recovery-image] Aug 28 17:49:16.579 INFO O| Aug 28 17:49:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7128 | 2024-08-28T17:49:17.848Z | [ recovery-image] Aug 28 17:49:16.579 INFO O| Aug 28 17:49:16.579 INFO STEP 1063 (remove_files) COMPLETE |
7129 | 2024-08-28T17:49:17.848Z | [ recovery-image] Aug 28 17:49:16.579 INFO O| Aug 28 17:49:16.579 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-28T17:49:17.860Z | [ recovery-image] Aug 28 17:49:16.590 INFO O| Aug 28 17:49:16.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7131 | 2024-08-28T17:49:17.860Z | [ recovery-image] Aug 28 17:49:16.590 INFO O| Aug 28 17:49:16.590 INFO STEP 1064 (remove_files) COMPLETE |
7132 | 2024-08-28T17:49:17.862Z | [ recovery-image] Aug 28 17:49:16.590 INFO O| Aug 28 17:49:16.590 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-08-28T17:49:17.871Z | [ recovery-image] Aug 28 17:49:16.602 INFO O| Aug 28 17:49:16.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7134 | 2024-08-28T17:49:17.874Z | [ recovery-image] Aug 28 17:49:16.602 INFO O| Aug 28 17:49:16.602 INFO STEP 1065 (remove_files) COMPLETE |
7135 | 2024-08-28T17:49:17.874Z | [ recovery-image] Aug 28 17:49:16.602 INFO O| Aug 28 17:49:16.602 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-08-28T17:49:17.882Z | [ recovery-image] Aug 28 17:49:16.612 INFO O| Aug 28 17:49:16.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7137 | 2024-08-28T17:49:17.882Z | [ recovery-image] Aug 28 17:49:16.612 INFO O| Aug 28 17:49:16.612 INFO STEP 1066 (remove_files) COMPLETE |
7138 | 2024-08-28T17:49:17.884Z | [ recovery-image] Aug 28 17:49:16.612 INFO O| Aug 28 17:49:16.612 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-08-28T17:49:17.892Z | [ recovery-image] Aug 28 17:49:16.622 INFO O| Aug 28 17:49:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7140 | 2024-08-28T17:49:17.894Z | [ recovery-image] Aug 28 17:49:16.623 INFO O| Aug 28 17:49:16.623 INFO STEP 1067 (remove_files) COMPLETE |
7141 | 2024-08-28T17:49:17.894Z | [ recovery-image] Aug 28 17:49:16.623 INFO O| Aug 28 17:49:16.623 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-08-28T17:49:17.903Z | [ recovery-image] Aug 28 17:49:16.633 INFO O| Aug 28 17:49:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7143 | 2024-08-28T17:49:17.903Z | [ recovery-image] Aug 28 17:49:16.633 INFO O| Aug 28 17:49:16.633 INFO STEP 1068 (remove_files) COMPLETE |
7144 | 2024-08-28T17:49:17.905Z | [ recovery-image] Aug 28 17:49:16.633 INFO O| Aug 28 17:49:16.633 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-08-28T17:49:17.912Z | [ recovery-image] Aug 28 17:49:16.643 INFO O| Aug 28 17:49:16.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7146 | 2024-08-28T17:49:17.912Z | [ recovery-image] Aug 28 17:49:16.643 INFO O| Aug 28 17:49:16.643 INFO STEP 1069 (remove_files) COMPLETE |
7147 | 2024-08-28T17:49:17.915Z | [ recovery-image] Aug 28 17:49:16.643 INFO O| Aug 28 17:49:16.643 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-08-28T17:49:17.922Z | [ recovery-image] Aug 28 17:49:16.653 INFO O| Aug 28 17:49:16.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7149 | 2024-08-28T17:49:17.922Z | [ recovery-image] Aug 28 17:49:16.653 INFO O| Aug 28 17:49:16.653 INFO STEP 1070 (remove_files) COMPLETE |
7150 | 2024-08-28T17:49:17.924Z | [ recovery-image] Aug 28 17:49:16.653 INFO O| Aug 28 17:49:16.653 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-08-28T17:49:17.932Z | [ recovery-image] Aug 28 17:49:16.662 INFO O| Aug 28 17:49:16.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7152 | 2024-08-28T17:49:17.932Z | [ recovery-image] Aug 28 17:49:16.662 INFO O| Aug 28 17:49:16.662 INFO STEP 1071 (remove_files) COMPLETE |
7153 | 2024-08-28T17:49:17.932Z | [ recovery-image] Aug 28 17:49:16.662 INFO O| Aug 28 17:49:16.662 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-08-28T17:49:17.942Z | [ recovery-image] Aug 28 17:49:16.672 INFO O| Aug 28 17:49:16.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7155 | 2024-08-28T17:49:17.942Z | [ recovery-image] Aug 28 17:49:16.672 INFO O| Aug 28 17:49:16.672 INFO STEP 1072 (remove_files) COMPLETE |
7156 | 2024-08-28T17:49:17.942Z | [ recovery-image] Aug 28 17:49:16.672 INFO O| Aug 28 17:49:16.672 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-08-28T17:49:17.951Z | [ recovery-image] Aug 28 17:49:16.682 INFO O| Aug 28 17:49:16.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7158 | 2024-08-28T17:49:17.951Z | [ recovery-image] Aug 28 17:49:16.682 INFO O| Aug 28 17:49:16.682 INFO STEP 1073 (remove_files) COMPLETE |
7159 | 2024-08-28T17:49:17.951Z | [ recovery-image] Aug 28 17:49:16.682 INFO O| Aug 28 17:49:16.682 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-08-28T17:49:17.961Z | [ recovery-image] Aug 28 17:49:16.692 INFO O| Aug 28 17:49:16.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7161 | 2024-08-28T17:49:17.963Z | [ recovery-image] Aug 28 17:49:16.692 INFO O| Aug 28 17:49:16.692 INFO STEP 1074 (remove_files) COMPLETE |
7162 | 2024-08-28T17:49:17.963Z | [ recovery-image] Aug 28 17:49:16.692 INFO O| Aug 28 17:49:16.692 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-08-28T17:49:17.971Z | [ recovery-image] Aug 28 17:49:16.701 INFO O| Aug 28 17:49:16.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7164 | 2024-08-28T17:49:17.973Z | [ recovery-image] Aug 28 17:49:16.701 INFO O| Aug 28 17:49:16.701 INFO STEP 1075 (remove_files) COMPLETE |
7165 | 2024-08-28T17:49:17.973Z | [ recovery-image] Aug 28 17:49:16.701 INFO O| Aug 28 17:49:16.701 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-08-28T17:49:17.981Z | [ recovery-image] Aug 28 17:49:16.711 INFO O| Aug 28 17:49:16.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7167 | 2024-08-28T17:49:17.981Z | [ recovery-image] Aug 28 17:49:16.711 INFO O| Aug 28 17:49:16.711 INFO STEP 1076 (remove_files) COMPLETE |
7168 | 2024-08-28T17:49:17.983Z | [ recovery-image] Aug 28 17:49:16.711 INFO O| Aug 28 17:49:16.711 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-08-28T17:49:17.990Z | [ recovery-image] Aug 28 17:49:16.721 INFO O| Aug 28 17:49:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7170 | 2024-08-28T17:49:17.990Z | [ recovery-image] Aug 28 17:49:16.721 INFO O| Aug 28 17:49:16.721 INFO STEP 1077 (remove_files) COMPLETE |
7171 | 2024-08-28T17:49:17.990Z | [ recovery-image] Aug 28 17:49:16.721 INFO O| Aug 28 17:49:16.721 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-08-28T17:49:18.000Z | [ recovery-image] Aug 28 17:49:16.730 INFO O| Aug 28 17:49:16.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7173 | 2024-08-28T17:49:18.002Z | [ recovery-image] Aug 28 17:49:16.730 INFO O| Aug 28 17:49:16.730 INFO STEP 1078 (remove_files) COMPLETE |
7174 | 2024-08-28T17:49:18.002Z | [ recovery-image] Aug 28 17:49:16.730 INFO O| Aug 28 17:49:16.730 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-08-28T17:49:18.009Z | [ recovery-image] Aug 28 17:49:16.740 INFO O| Aug 28 17:49:16.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7176 | 2024-08-28T17:49:18.009Z | [ recovery-image] Aug 28 17:49:16.740 INFO O| Aug 28 17:49:16.740 INFO STEP 1079 (remove_files) COMPLETE |
7177 | 2024-08-28T17:49:18.012Z | [ recovery-image] Aug 28 17:49:16.740 INFO O| Aug 28 17:49:16.740 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-08-28T17:49:18.019Z | [ recovery-image] Aug 28 17:49:16.749 INFO O| Aug 28 17:49:16.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7179 | 2024-08-28T17:49:18.019Z | [ recovery-image] Aug 28 17:49:16.749 INFO O| Aug 28 17:49:16.749 INFO STEP 1080 (remove_files) COMPLETE |
7180 | 2024-08-28T17:49:18.019Z | [ recovery-image] Aug 28 17:49:16.749 INFO O| Aug 28 17:49:16.749 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-08-28T17:49:18.028Z | [ recovery-image] Aug 28 17:49:16.759 INFO O| Aug 28 17:49:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7182 | 2024-08-28T17:49:18.028Z | [ recovery-image] Aug 28 17:49:16.759 INFO O| Aug 28 17:49:16.759 INFO STEP 1081 (remove_files) COMPLETE |
7183 | 2024-08-28T17:49:18.031Z | [ recovery-image] Aug 28 17:49:16.759 INFO O| Aug 28 17:49:16.759 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-08-28T17:49:18.038Z | [ recovery-image] Aug 28 17:49:16.768 INFO O| Aug 28 17:49:16.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7185 | 2024-08-28T17:49:18.038Z | [ recovery-image] Aug 28 17:49:16.768 INFO O| Aug 28 17:49:16.768 INFO STEP 1082 (remove_files) COMPLETE |
7186 | 2024-08-28T17:49:18.038Z | [ recovery-image] Aug 28 17:49:16.768 INFO O| Aug 28 17:49:16.768 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-08-28T17:49:18.047Z | [ recovery-image] Aug 28 17:49:16.778 INFO O| Aug 28 17:49:16.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7188 | 2024-08-28T17:49:18.047Z | [ recovery-image] Aug 28 17:49:16.778 INFO O| Aug 28 17:49:16.778 INFO STEP 1083 (remove_files) COMPLETE |
7189 | 2024-08-28T17:49:18.047Z | [ recovery-image] Aug 28 17:49:16.778 INFO O| Aug 28 17:49:16.778 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-08-28T17:49:18.057Z | [ recovery-image] Aug 28 17:49:16.787 INFO O| Aug 28 17:49:16.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7191 | 2024-08-28T17:49:18.059Z | [ recovery-image] Aug 28 17:49:16.787 INFO O| Aug 28 17:49:16.787 INFO STEP 1084 (remove_files) COMPLETE |
7192 | 2024-08-28T17:49:18.059Z | [ recovery-image] Aug 28 17:49:16.787 INFO O| Aug 28 17:49:16.787 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-08-28T17:49:18.068Z | [ recovery-image] Aug 28 17:49:16.797 INFO O| Aug 28 17:49:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7194 | 2024-08-28T17:49:18.068Z | [ recovery-image] Aug 28 17:49:16.797 INFO O| Aug 28 17:49:16.797 INFO STEP 1085 (remove_files) COMPLETE |
7195 | 2024-08-28T17:49:18.068Z | [ recovery-image] Aug 28 17:49:16.797 INFO O| Aug 28 17:49:16.797 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-08-28T17:49:18.078Z | [ recovery-image] Aug 28 17:49:16.808 INFO O| Aug 28 17:49:16.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7197 | 2024-08-28T17:49:18.078Z | [ recovery-image] Aug 28 17:49:16.808 INFO O| Aug 28 17:49:16.808 INFO STEP 1086 (remove_files) COMPLETE |
7198 | 2024-08-28T17:49:18.078Z | [ recovery-image] Aug 28 17:49:16.808 INFO O| Aug 28 17:49:16.808 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-08-28T17:49:18.088Z | [ recovery-image] Aug 28 17:49:16.818 INFO O| Aug 28 17:49:16.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7200 | 2024-08-28T17:49:18.088Z | [ recovery-image] Aug 28 17:49:16.818 INFO O| Aug 28 17:49:16.818 INFO STEP 1087 (remove_files) COMPLETE |
7201 | 2024-08-28T17:49:18.091Z | [ recovery-image] Aug 28 17:49:16.818 INFO O| Aug 28 17:49:16.818 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-08-28T17:49:18.099Z | [ recovery-image] Aug 28 17:49:16.828 INFO O| Aug 28 17:49:16.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7203 | 2024-08-28T17:49:18.099Z | [ recovery-image] Aug 28 17:49:16.828 INFO O| Aug 28 17:49:16.828 INFO STEP 1088 (remove_files) COMPLETE |
7204 | 2024-08-28T17:49:18.102Z | [ recovery-image] Aug 28 17:49:16.828 INFO O| Aug 28 17:49:16.828 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-08-28T17:49:18.108Z | [ recovery-image] Aug 28 17:49:16.838 INFO O| Aug 28 17:49:16.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7206 | 2024-08-28T17:49:18.111Z | [ recovery-image] Aug 28 17:49:16.838 INFO O| Aug 28 17:49:16.838 INFO STEP 1089 (remove_files) COMPLETE |
7207 | 2024-08-28T17:49:18.111Z | [ recovery-image] Aug 28 17:49:16.839 INFO O| Aug 28 17:49:16.838 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-08-28T17:49:18.118Z | [ recovery-image] Aug 28 17:49:16.849 INFO O| Aug 28 17:49:16.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7209 | 2024-08-28T17:49:18.122Z | [ recovery-image] Aug 28 17:49:16.849 INFO O| Aug 28 17:49:16.849 INFO STEP 1090 (remove_files) COMPLETE |
7210 | 2024-08-28T17:49:18.122Z | [ recovery-image] Aug 28 17:49:16.849 INFO O| Aug 28 17:49:16.849 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-08-28T17:49:18.128Z | [ recovery-image] Aug 28 17:49:16.859 INFO O| Aug 28 17:49:16.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7212 | 2024-08-28T17:49:18.128Z | [ recovery-image] Aug 28 17:49:16.859 INFO O| Aug 28 17:49:16.859 INFO STEP 1091 (remove_files) COMPLETE |
7213 | 2024-08-28T17:49:18.133Z | [ recovery-image] Aug 28 17:49:16.859 INFO O| Aug 28 17:49:16.859 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-08-28T17:49:18.138Z | [ recovery-image] Aug 28 17:49:16.868 INFO O| Aug 28 17:49:16.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7215 | 2024-08-28T17:49:18.138Z | [ recovery-image] Aug 28 17:49:16.868 INFO O| Aug 28 17:49:16.868 INFO STEP 1092 (remove_files) COMPLETE |
7216 | 2024-08-28T17:49:18.140Z | [ recovery-image] Aug 28 17:49:16.868 INFO O| Aug 28 17:49:16.868 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-08-28T17:49:18.148Z | [ recovery-image] Aug 28 17:49:16.878 INFO O| Aug 28 17:49:16.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7218 | 2024-08-28T17:49:18.148Z | [ recovery-image] Aug 28 17:49:16.878 INFO O| Aug 28 17:49:16.878 INFO STEP 1093 (remove_files) COMPLETE |
7219 | 2024-08-28T17:49:18.148Z | [ recovery-image] Aug 28 17:49:16.878 INFO O| Aug 28 17:49:16.878 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-28T17:49:18.157Z | [ recovery-image] Aug 28 17:49:16.887 INFO O| Aug 28 17:49:16.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7221 | 2024-08-28T17:49:18.157Z | [ recovery-image] Aug 28 17:49:16.887 INFO O| Aug 28 17:49:16.887 INFO STEP 1094 (remove_files) COMPLETE |
7222 | 2024-08-28T17:49:18.160Z | [ recovery-image] Aug 28 17:49:16.887 INFO O| Aug 28 17:49:16.887 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-08-28T17:49:18.167Z | [ recovery-image] Aug 28 17:49:16.897 INFO O| Aug 28 17:49:16.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7224 | 2024-08-28T17:49:18.167Z | [ recovery-image] Aug 28 17:49:16.897 INFO O| Aug 28 17:49:16.897 INFO STEP 1095 (remove_files) COMPLETE |
7225 | 2024-08-28T17:49:18.167Z | [ recovery-image] Aug 28 17:49:16.897 INFO O| Aug 28 17:49:16.897 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-08-28T17:49:18.176Z | [ recovery-image] Aug 28 17:49:16.907 INFO O| Aug 28 17:49:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7227 | 2024-08-28T17:49:18.176Z | [ recovery-image] Aug 28 17:49:16.907 INFO O| Aug 28 17:49:16.907 INFO STEP 1096 (remove_files) COMPLETE |
7228 | 2024-08-28T17:49:18.179Z | [ recovery-image] Aug 28 17:49:16.907 INFO O| Aug 28 17:49:16.907 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-08-28T17:49:18.186Z | [ recovery-image] Aug 28 17:49:16.916 INFO O| Aug 28 17:49:16.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7230 | 2024-08-28T17:49:18.186Z | [ recovery-image] Aug 28 17:49:16.916 INFO O| Aug 28 17:49:16.916 INFO STEP 1097 (remove_files) COMPLETE |
7231 | 2024-08-28T17:49:18.186Z | [ recovery-image] Aug 28 17:49:16.916 INFO O| Aug 28 17:49:16.916 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-08-28T17:49:18.195Z | [ recovery-image] Aug 28 17:49:16.926 INFO O| Aug 28 17:49:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7233 | 2024-08-28T17:49:18.195Z | [ recovery-image] Aug 28 17:49:16.926 INFO O| Aug 28 17:49:16.926 INFO STEP 1098 (remove_files) COMPLETE |
7234 | 2024-08-28T17:49:18.198Z | [ recovery-image] Aug 28 17:49:16.926 INFO O| Aug 28 17:49:16.926 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-08-28T17:49:18.205Z | [ recovery-image] Aug 28 17:49:16.935 INFO O| Aug 28 17:49:16.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7236 | 2024-08-28T17:49:18.205Z | [ recovery-image] Aug 28 17:49:16.936 INFO O| Aug 28 17:49:16.935 INFO STEP 1099 (remove_files) COMPLETE |
7237 | 2024-08-28T17:49:18.205Z | [ recovery-image] Aug 28 17:49:16.936 INFO O| Aug 28 17:49:16.936 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-08-28T17:49:18.215Z | [ recovery-image] Aug 28 17:49:16.945 INFO O| Aug 28 17:49:16.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7239 | 2024-08-28T17:49:18.215Z | [ recovery-image] Aug 28 17:49:16.945 INFO O| Aug 28 17:49:16.945 INFO STEP 1100 (remove_files) COMPLETE |
7240 | 2024-08-28T17:49:18.215Z | [ recovery-image] Aug 28 17:49:16.945 INFO O| Aug 28 17:49:16.945 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-08-28T17:49:18.224Z | [ recovery-image] Aug 28 17:49:16.954 INFO O| Aug 28 17:49:16.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7242 | 2024-08-28T17:49:18.224Z | [ recovery-image] Aug 28 17:49:16.955 INFO O| Aug 28 17:49:16.954 INFO STEP 1101 (remove_files) COMPLETE |
7243 | 2024-08-28T17:49:18.224Z | [ recovery-image] Aug 28 17:49:16.955 INFO O| Aug 28 17:49:16.955 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-08-28T17:49:18.234Z | [ recovery-image] Aug 28 17:49:16.964 INFO O| Aug 28 17:49:16.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7245 | 2024-08-28T17:49:18.234Z | [ recovery-image] Aug 28 17:49:16.964 INFO O| Aug 28 17:49:16.964 INFO STEP 1102 (remove_files) COMPLETE |
7246 | 2024-08-28T17:49:18.236Z | [ recovery-image] Aug 28 17:49:16.964 INFO O| Aug 28 17:49:16.964 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-08-28T17:49:18.243Z | [ recovery-image] Aug 28 17:49:16.974 INFO O| Aug 28 17:49:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7248 | 2024-08-28T17:49:18.244Z | [ recovery-image] Aug 28 17:49:16.974 INFO O| Aug 28 17:49:16.974 INFO STEP 1103 (remove_files) COMPLETE |
7249 | 2024-08-28T17:49:18.244Z | [ recovery-image] Aug 28 17:49:16.974 INFO O| Aug 28 17:49:16.974 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-08-28T17:49:18.253Z | [ recovery-image] Aug 28 17:49:16.983 INFO O| Aug 28 17:49:16.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7251 | 2024-08-28T17:49:18.253Z | [ recovery-image] Aug 28 17:49:16.983 INFO O| Aug 28 17:49:16.983 INFO STEP 1104 (remove_files) COMPLETE |
7252 | 2024-08-28T17:49:18.255Z | [ recovery-image] Aug 28 17:49:16.983 INFO O| Aug 28 17:49:16.983 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-28T17:49:18.262Z | [ recovery-image] Aug 28 17:49:16.993 INFO O| Aug 28 17:49:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7254 | 2024-08-28T17:49:18.262Z | [ recovery-image] Aug 28 17:49:16.993 INFO O| Aug 28 17:49:16.993 INFO STEP 1105 (remove_files) COMPLETE |
7255 | 2024-08-28T17:49:18.265Z | [ recovery-image] Aug 28 17:49:16.993 INFO O| Aug 28 17:49:16.993 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-28T17:49:18.272Z | [ recovery-image] Aug 28 17:49:17.003 INFO O| Aug 28 17:49:17.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7257 | 2024-08-28T17:49:18.272Z | [ recovery-image] Aug 28 17:49:17.003 INFO O| Aug 28 17:49:17.003 INFO STEP 1106 (remove_files) COMPLETE |
7258 | 2024-08-28T17:49:18.275Z | [ recovery-image] Aug 28 17:49:17.003 INFO O| Aug 28 17:49:17.003 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-28T17:49:18.283Z | [ recovery-image] Aug 28 17:49:17.013 INFO O| Aug 28 17:49:17.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7260 | 2024-08-28T17:49:18.283Z | [ recovery-image] Aug 28 17:49:17.013 INFO O| Aug 28 17:49:17.013 INFO STEP 1107 (remove_files) COMPLETE |
7261 | 2024-08-28T17:49:18.283Z | [ recovery-image] Aug 28 17:49:17.013 INFO O| Aug 28 17:49:17.013 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-28T17:49:18.292Z | [ recovery-image] Aug 28 17:49:17.022 INFO O| Aug 28 17:49:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7263 | 2024-08-28T17:49:18.294Z | [ recovery-image] Aug 28 17:49:17.022 INFO O| Aug 28 17:49:17.022 INFO STEP 1108 (remove_files) COMPLETE |
7264 | 2024-08-28T17:49:18.294Z | [ recovery-image] Aug 28 17:49:17.023 INFO O| Aug 28 17:49:17.022 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-28T17:49:18.301Z | [ recovery-image] Aug 28 17:49:17.032 INFO O| Aug 28 17:49:17.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7266 | 2024-08-28T17:49:18.301Z | [ recovery-image] Aug 28 17:49:17.032 INFO O| Aug 28 17:49:17.032 INFO STEP 1109 (remove_files) COMPLETE |
7267 | 2024-08-28T17:49:18.301Z | [ recovery-image] Aug 28 17:49:17.032 INFO O| Aug 28 17:49:17.032 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-28T17:49:18.311Z | [ recovery-image] Aug 28 17:49:17.041 INFO O| Aug 28 17:49:17.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7269 | 2024-08-28T17:49:18.313Z | [ recovery-image] Aug 28 17:49:17.042 INFO O| Aug 28 17:49:17.042 INFO STEP 1110 (remove_files) COMPLETE |
7270 | 2024-08-28T17:49:18.313Z | [ recovery-image] Aug 28 17:49:17.042 INFO O| Aug 28 17:49:17.042 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-28T17:49:18.321Z | [ recovery-image] Aug 28 17:49:17.051 INFO O| Aug 28 17:49:17.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7272 | 2024-08-28T17:49:18.323Z | [ recovery-image] Aug 28 17:49:17.051 INFO O| Aug 28 17:49:17.051 INFO STEP 1111 (remove_files) COMPLETE |
7273 | 2024-08-28T17:49:18.323Z | [ recovery-image] Aug 28 17:49:17.051 INFO O| Aug 28 17:49:17.051 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-28T17:49:18.330Z | [ recovery-image] Aug 28 17:49:17.060 INFO O| Aug 28 17:49:17.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7275 | 2024-08-28T17:49:18.330Z | [ recovery-image] Aug 28 17:49:17.061 INFO O| Aug 28 17:49:17.060 INFO STEP 1112 (remove_files) COMPLETE |
7276 | 2024-08-28T17:49:18.332Z | [ recovery-image] Aug 28 17:49:17.061 INFO O| Aug 28 17:49:17.061 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-28T17:49:18.340Z | [ recovery-image] Aug 28 17:49:17.070 INFO O| Aug 28 17:49:17.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7278 | 2024-08-28T17:49:18.340Z | [ recovery-image] Aug 28 17:49:17.070 INFO O| Aug 28 17:49:17.070 INFO STEP 1113 (remove_files) COMPLETE |
7279 | 2024-08-28T17:49:18.340Z | [ recovery-image] Aug 28 17:49:17.070 INFO O| Aug 28 17:49:17.070 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-28T17:49:18.351Z | [ recovery-image] Aug 28 17:49:17.081 INFO O| Aug 28 17:49:17.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7281 | 2024-08-28T17:49:18.354Z | [ recovery-image] Aug 28 17:49:17.082 INFO O| Aug 28 17:49:17.082 INFO STEP 1114 (remove_files) COMPLETE |
7282 | 2024-08-28T17:49:18.354Z | [ recovery-image] Aug 28 17:49:17.082 INFO O| Aug 28 17:49:17.082 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-28T17:49:18.362Z | [ recovery-image] Aug 28 17:49:17.092 INFO O| Aug 28 17:49:17.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7284 | 2024-08-28T17:49:18.364Z | [ recovery-image] Aug 28 17:49:17.092 INFO O| Aug 28 17:49:17.092 INFO STEP 1115 (remove_files) COMPLETE |
7285 | 2024-08-28T17:49:18.364Z | [ recovery-image] Aug 28 17:49:17.092 INFO O| Aug 28 17:49:17.092 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-28T17:49:18.372Z | [ recovery-image] Aug 28 17:49:17.102 INFO O| Aug 28 17:49:17.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7287 | 2024-08-28T17:49:18.372Z | [ recovery-image] Aug 28 17:49:17.102 INFO O| Aug 28 17:49:17.102 INFO STEP 1116 (remove_files) COMPLETE |
7288 | 2024-08-28T17:49:18.374Z | [ recovery-image] Aug 28 17:49:17.102 INFO O| Aug 28 17:49:17.102 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-08-28T17:49:18.382Z | [ recovery-image] Aug 28 17:49:17.112 INFO O| Aug 28 17:49:17.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7290 | 2024-08-28T17:49:18.382Z | [ recovery-image] Aug 28 17:49:17.112 INFO O| Aug 28 17:49:17.112 INFO STEP 1117 (remove_files) COMPLETE |
7291 | 2024-08-28T17:49:18.382Z | [ recovery-image] Aug 28 17:49:17.112 INFO O| Aug 28 17:49:17.112 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-08-28T17:49:18.392Z | [ recovery-image] Aug 28 17:49:17.122 INFO O| Aug 28 17:49:17.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7293 | 2024-08-28T17:49:18.392Z | [ recovery-image] Aug 28 17:49:17.122 INFO O| Aug 28 17:49:17.122 INFO STEP 1118 (remove_files) COMPLETE |
7294 | 2024-08-28T17:49:18.392Z | [ recovery-image] Aug 28 17:49:17.122 INFO O| Aug 28 17:49:17.122 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-08-28T17:49:18.403Z | [ recovery-image] Aug 28 17:49:17.133 INFO O| Aug 28 17:49:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7296 | 2024-08-28T17:49:18.403Z | [ recovery-image] Aug 28 17:49:17.133 INFO O| Aug 28 17:49:17.133 INFO STEP 1119 (remove_files) COMPLETE |
7297 | 2024-08-28T17:49:18.403Z | [ recovery-image] Aug 28 17:49:17.133 INFO O| Aug 28 17:49:17.133 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-08-28T17:49:18.413Z | [ recovery-image] Aug 28 17:49:17.143 INFO O| Aug 28 17:49:17.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7299 | 2024-08-28T17:49:18.413Z | [ recovery-image] Aug 28 17:49:17.143 INFO O| Aug 28 17:49:17.143 INFO STEP 1120 (remove_files) COMPLETE |
7300 | 2024-08-28T17:49:18.413Z | [ recovery-image] Aug 28 17:49:17.143 INFO O| Aug 28 17:49:17.143 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-08-28T17:49:18.423Z | [ recovery-image] Aug 28 17:49:17.153 INFO O| Aug 28 17:49:17.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7302 | 2024-08-28T17:49:18.423Z | [ recovery-image] Aug 28 17:49:17.153 INFO O| Aug 28 17:49:17.153 INFO STEP 1121 (remove_files) COMPLETE |
7303 | 2024-08-28T17:49:18.423Z | [ recovery-image] Aug 28 17:49:17.153 INFO O| Aug 28 17:49:17.153 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-08-28T17:49:18.433Z | [ recovery-image] Aug 28 17:49:17.163 INFO O| Aug 28 17:49:17.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7305 | 2024-08-28T17:49:18.435Z | [ recovery-image] Aug 28 17:49:17.163 INFO O| Aug 28 17:49:17.163 INFO STEP 1122 (remove_files) COMPLETE |
7306 | 2024-08-28T17:49:18.435Z | [ recovery-image] Aug 28 17:49:17.163 INFO O| Aug 28 17:49:17.163 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-08-28T17:49:18.442Z | [ recovery-image] Aug 28 17:49:17.173 INFO O| Aug 28 17:49:17.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7308 | 2024-08-28T17:49:18.442Z | [ recovery-image] Aug 28 17:49:17.173 INFO O| Aug 28 17:49:17.173 INFO STEP 1123 (remove_files) COMPLETE |
7309 | 2024-08-28T17:49:18.442Z | [ recovery-image] Aug 28 17:49:17.173 INFO O| Aug 28 17:49:17.173 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-28T17:49:18.452Z | [ recovery-image] Aug 28 17:49:17.182 INFO O| Aug 28 17:49:17.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7311 | 2024-08-28T17:49:18.452Z | [ recovery-image] Aug 28 17:49:17.182 INFO O| Aug 28 17:49:17.182 INFO STEP 1124 (remove_files) COMPLETE |
7312 | 2024-08-28T17:49:18.454Z | [ recovery-image] Aug 28 17:49:17.182 INFO O| Aug 28 17:49:17.182 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-08-28T17:49:18.462Z | [ recovery-image] Aug 28 17:49:17.192 INFO O| Aug 28 17:49:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7314 | 2024-08-28T17:49:18.462Z | [ recovery-image] Aug 28 17:49:17.192 INFO O| Aug 28 17:49:17.192 INFO STEP 1125 (remove_files) COMPLETE |
7315 | 2024-08-28T17:49:18.464Z | [ recovery-image] Aug 28 17:49:17.192 INFO O| Aug 28 17:49:17.192 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-08-28T17:49:18.471Z | [ recovery-image] Aug 28 17:49:17.202 INFO O| Aug 28 17:49:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7317 | 2024-08-28T17:49:18.471Z | [ recovery-image] Aug 28 17:49:17.202 INFO O| Aug 28 17:49:17.202 INFO STEP 1126 (remove_files) COMPLETE |
7318 | 2024-08-28T17:49:18.474Z | [ recovery-image] Aug 28 17:49:17.202 INFO O| Aug 28 17:49:17.202 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-08-28T17:49:18.481Z | [ recovery-image] Aug 28 17:49:17.211 INFO O| Aug 28 17:49:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7320 | 2024-08-28T17:49:18.481Z | [ recovery-image] Aug 28 17:49:17.211 INFO O| Aug 28 17:49:17.211 INFO STEP 1127 (remove_files) COMPLETE |
7321 | 2024-08-28T17:49:18.483Z | [ recovery-image] Aug 28 17:49:17.211 INFO O| Aug 28 17:49:17.211 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-08-28T17:49:18.490Z | [ recovery-image] Aug 28 17:49:17.220 INFO O| Aug 28 17:49:17.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7323 | 2024-08-28T17:49:18.492Z | [ recovery-image] Aug 28 17:49:17.220 INFO O| Aug 28 17:49:17.220 INFO STEP 1128 (remove_files) COMPLETE |
7324 | 2024-08-28T17:49:18.492Z | [ recovery-image] Aug 28 17:49:17.221 INFO O| Aug 28 17:49:17.220 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-08-28T17:49:18.500Z | [ recovery-image] Aug 28 17:49:17.230 INFO O| Aug 28 17:49:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7326 | 2024-08-28T17:49:18.502Z | [ recovery-image] Aug 28 17:49:17.230 INFO O| Aug 28 17:49:17.230 INFO STEP 1129 (remove_files) COMPLETE |
7327 | 2024-08-28T17:49:18.502Z | [ recovery-image] Aug 28 17:49:17.230 INFO O| Aug 28 17:49:17.230 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-08-28T17:49:18.509Z | [ recovery-image] Aug 28 17:49:17.240 INFO O| Aug 28 17:49:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7329 | 2024-08-28T17:49:18.511Z | [ recovery-image] Aug 28 17:49:17.240 INFO O| Aug 28 17:49:17.240 INFO STEP 1130 (remove_files) COMPLETE |
7330 | 2024-08-28T17:49:18.511Z | [ recovery-image] Aug 28 17:49:17.240 INFO O| Aug 28 17:49:17.240 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-08-28T17:49:18.519Z | [ recovery-image] Aug 28 17:49:17.249 INFO O| Aug 28 17:49:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7332 | 2024-08-28T17:49:18.521Z | [ recovery-image] Aug 28 17:49:17.249 INFO O| Aug 28 17:49:17.249 INFO STEP 1131 (remove_files) COMPLETE |
7333 | 2024-08-28T17:49:18.521Z | [ recovery-image] Aug 28 17:49:17.249 INFO O| Aug 28 17:49:17.249 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-08-28T17:49:18.528Z | [ recovery-image] Aug 28 17:49:17.258 INFO O| Aug 28 17:49:17.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7335 | 2024-08-28T17:49:18.528Z | [ recovery-image] Aug 28 17:49:17.259 INFO O| Aug 28 17:49:17.258 INFO STEP 1132 (remove_files) COMPLETE |
7336 | 2024-08-28T17:49:18.531Z | [ recovery-image] Aug 28 17:49:17.259 INFO O| Aug 28 17:49:17.259 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-08-28T17:49:18.538Z | [ recovery-image] Aug 28 17:49:17.268 INFO O| Aug 28 17:49:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7338 | 2024-08-28T17:49:18.538Z | [ recovery-image] Aug 28 17:49:17.268 INFO O| Aug 28 17:49:17.268 INFO STEP 1133 (remove_files) COMPLETE |
7339 | 2024-08-28T17:49:18.540Z | [ recovery-image] Aug 28 17:49:17.268 INFO O| Aug 28 17:49:17.268 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-28T17:49:18.547Z | [ recovery-image] Aug 28 17:49:17.277 INFO O| Aug 28 17:49:17.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7341 | 2024-08-28T17:49:18.547Z | [ recovery-image] Aug 28 17:49:17.277 INFO O| Aug 28 17:49:17.277 INFO STEP 1134 (remove_files) COMPLETE |
7342 | 2024-08-28T17:49:18.547Z | [ recovery-image] Aug 28 17:49:17.277 INFO O| Aug 28 17:49:17.277 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-28T17:49:18.556Z | [ recovery-image] Aug 28 17:49:17.287 INFO O| Aug 28 17:49:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7344 | 2024-08-28T17:49:18.556Z | [ recovery-image] Aug 28 17:49:17.287 INFO O| Aug 28 17:49:17.287 INFO STEP 1135 (remove_files) COMPLETE |
7345 | 2024-08-28T17:49:18.558Z | [ recovery-image] Aug 28 17:49:17.287 INFO O| Aug 28 17:49:17.287 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-28T17:49:18.566Z | [ recovery-image] Aug 28 17:49:17.296 INFO O| Aug 28 17:49:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7347 | 2024-08-28T17:49:18.568Z | [ recovery-image] Aug 28 17:49:17.296 INFO O| Aug 28 17:49:17.296 INFO STEP 1136 (remove_files) COMPLETE |
7348 | 2024-08-28T17:49:18.568Z | [ recovery-image] Aug 28 17:49:17.296 INFO O| Aug 28 17:49:17.296 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-28T17:49:18.575Z | [ recovery-image] Aug 28 17:49:17.305 INFO O| Aug 28 17:49:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7350 | 2024-08-28T17:49:18.575Z | [ recovery-image] Aug 28 17:49:17.305 INFO O| Aug 28 17:49:17.305 INFO STEP 1137 (remove_files) COMPLETE |
7351 | 2024-08-28T17:49:18.577Z | [ recovery-image] Aug 28 17:49:17.305 INFO O| Aug 28 17:49:17.305 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-28T17:49:18.584Z | [ recovery-image] Aug 28 17:49:17.315 INFO O| Aug 28 17:49:17.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7353 | 2024-08-28T17:49:18.584Z | [ recovery-image] Aug 28 17:49:17.315 INFO O| Aug 28 17:49:17.315 INFO STEP 1138 (remove_files) COMPLETE |
7354 | 2024-08-28T17:49:18.584Z | [ recovery-image] Aug 28 17:49:17.315 INFO O| Aug 28 17:49:17.315 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-28T17:49:18.594Z | [ recovery-image] Aug 28 17:49:17.324 INFO O| Aug 28 17:49:17.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7356 | 2024-08-28T17:49:18.596Z | [ recovery-image] Aug 28 17:49:17.324 INFO O| Aug 28 17:49:17.324 INFO STEP 1139 (remove_files) COMPLETE |
7357 | 2024-08-28T17:49:18.596Z | [ recovery-image] Aug 28 17:49:17.324 INFO O| Aug 28 17:49:17.324 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-28T17:49:18.603Z | [ recovery-image] Aug 28 17:49:17.333 INFO O| Aug 28 17:49:17.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7359 | 2024-08-28T17:49:18.603Z | [ recovery-image] Aug 28 17:49:17.334 INFO O| Aug 28 17:49:17.333 INFO STEP 1140 (remove_files) COMPLETE |
7360 | 2024-08-28T17:49:18.607Z | [ recovery-image] Aug 28 17:49:17.334 INFO O| Aug 28 17:49:17.333 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-28T17:49:18.613Z | [ recovery-image] Aug 28 17:49:17.343 INFO O| Aug 28 17:49:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7362 | 2024-08-28T17:49:18.613Z | [ recovery-image] Aug 28 17:49:17.343 INFO O| Aug 28 17:49:17.343 INFO STEP 1141 (remove_files) COMPLETE |
7363 | 2024-08-28T17:49:18.615Z | [ recovery-image] Aug 28 17:49:17.343 INFO O| Aug 28 17:49:17.343 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-28T17:49:18.622Z | [ recovery-image] Aug 28 17:49:17.352 INFO O| Aug 28 17:49:17.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7365 | 2024-08-28T17:49:18.622Z | [ recovery-image] Aug 28 17:49:17.352 INFO O| Aug 28 17:49:17.352 INFO STEP 1142 (remove_files) COMPLETE |
7366 | 2024-08-28T17:49:18.624Z | [ recovery-image] Aug 28 17:49:17.352 INFO O| Aug 28 17:49:17.352 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-28T17:49:18.632Z | [ recovery-image] Aug 28 17:49:17.362 INFO O| Aug 28 17:49:17.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7368 | 2024-08-28T17:49:18.634Z | [ recovery-image] Aug 28 17:49:17.362 INFO O| Aug 28 17:49:17.362 INFO STEP 1143 (remove_files) COMPLETE |
7369 | 2024-08-28T17:49:18.634Z | [ recovery-image] Aug 28 17:49:17.362 INFO O| Aug 28 17:49:17.362 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-28T17:49:18.641Z | [ recovery-image] Aug 28 17:49:17.372 INFO O| Aug 28 17:49:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7371 | 2024-08-28T17:49:18.641Z | [ recovery-image] Aug 28 17:49:17.372 INFO O| Aug 28 17:49:17.372 INFO STEP 1144 (remove_files) COMPLETE |
7372 | 2024-08-28T17:49:18.644Z | [ recovery-image] Aug 28 17:49:17.372 INFO O| Aug 28 17:49:17.372 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-28T17:49:18.651Z | [ recovery-image] Aug 28 17:49:17.381 INFO O| Aug 28 17:49:17.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7374 | 2024-08-28T17:49:18.651Z | [ recovery-image] Aug 28 17:49:17.381 INFO O| Aug 28 17:49:17.381 INFO STEP 1145 (remove_files) COMPLETE |
7375 | 2024-08-28T17:49:18.653Z | [ recovery-image] Aug 28 17:49:17.381 INFO O| Aug 28 17:49:17.381 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-28T17:49:18.660Z | [ recovery-image] Aug 28 17:49:17.391 INFO O| Aug 28 17:49:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7377 | 2024-08-28T17:49:18.660Z | [ recovery-image] Aug 28 17:49:17.391 INFO O| Aug 28 17:49:17.391 INFO STEP 1146 (remove_files) COMPLETE |
7378 | 2024-08-28T17:49:18.663Z | [ recovery-image] Aug 28 17:49:17.391 INFO O| Aug 28 17:49:17.391 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-28T17:49:18.670Z | [ recovery-image] Aug 28 17:49:17.400 INFO O| Aug 28 17:49:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7380 | 2024-08-28T17:49:18.672Z | [ recovery-image] Aug 28 17:49:17.400 INFO O| Aug 28 17:49:17.400 INFO STEP 1147 (remove_files) COMPLETE |
7381 | 2024-08-28T17:49:18.672Z | [ recovery-image] Aug 28 17:49:17.400 INFO O| Aug 28 17:49:17.400 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-28T17:49:18.679Z | [ recovery-image] Aug 28 17:49:17.410 INFO O| Aug 28 17:49:17.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7383 | 2024-08-28T17:49:18.679Z | [ recovery-image] Aug 28 17:49:17.410 INFO O| Aug 28 17:49:17.410 INFO STEP 1148 (remove_files) COMPLETE |
7384 | 2024-08-28T17:49:18.682Z | [ recovery-image] Aug 28 17:49:17.410 INFO O| Aug 28 17:49:17.410 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-28T17:49:18.689Z | [ recovery-image] Aug 28 17:49:17.419 INFO O| Aug 28 17:49:17.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7386 | 2024-08-28T17:49:18.689Z | [ recovery-image] Aug 28 17:49:17.419 INFO O| Aug 28 17:49:17.419 INFO STEP 1149 (remove_files) COMPLETE |
7387 | 2024-08-28T17:49:18.691Z | [ recovery-image] Aug 28 17:49:17.419 INFO O| Aug 28 17:49:17.419 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-28T17:49:18.700Z | [ recovery-image] Aug 28 17:49:17.430 INFO O| Aug 28 17:49:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7389 | 2024-08-28T17:49:18.700Z | [ recovery-image] Aug 28 17:49:17.430 INFO O| Aug 28 17:49:17.430 INFO STEP 1150 (remove_files) COMPLETE |
7390 | 2024-08-28T17:49:18.700Z | [ recovery-image] Aug 28 17:49:17.430 INFO O| Aug 28 17:49:17.430 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-28T17:49:18.710Z | [ recovery-image] Aug 28 17:49:17.441 INFO O| Aug 28 17:49:17.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7392 | 2024-08-28T17:49:18.710Z | [ recovery-image] Aug 28 17:49:17.441 INFO O| Aug 28 17:49:17.441 INFO STEP 1151 (remove_files) COMPLETE |
7393 | 2024-08-28T17:49:18.713Z | [ recovery-image] Aug 28 17:49:17.441 INFO O| Aug 28 17:49:17.441 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-28T17:49:18.721Z | [ recovery-image] Aug 28 17:49:17.451 INFO O| Aug 28 17:49:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7395 | 2024-08-28T17:49:18.721Z | [ recovery-image] Aug 28 17:49:17.451 INFO O| Aug 28 17:49:17.451 INFO STEP 1152 (remove_files) COMPLETE |
7396 | 2024-08-28T17:49:18.721Z | [ recovery-image] Aug 28 17:49:17.451 INFO O| Aug 28 17:49:17.451 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-28T17:49:18.731Z | [ recovery-image] Aug 28 17:49:17.462 INFO O| Aug 28 17:49:17.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7398 | 2024-08-28T17:49:18.733Z | [ recovery-image] Aug 28 17:49:17.462 INFO O| Aug 28 17:49:17.462 INFO STEP 1153 (remove_files) COMPLETE |
7399 | 2024-08-28T17:49:18.733Z | [ recovery-image] Aug 28 17:49:17.462 INFO O| Aug 28 17:49:17.462 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-28T17:49:18.742Z | [ recovery-image] Aug 28 17:49:17.472 INFO O| Aug 28 17:49:17.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7401 | 2024-08-28T17:49:18.744Z | [ recovery-image] Aug 28 17:49:17.472 INFO O| Aug 28 17:49:17.472 INFO STEP 1154 (remove_files) COMPLETE |
7402 | 2024-08-28T17:49:18.744Z | [ recovery-image] Aug 28 17:49:17.472 INFO O| Aug 28 17:49:17.472 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-28T17:49:18.752Z | [ recovery-image] Aug 28 17:49:17.482 INFO O| Aug 28 17:49:17.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7404 | 2024-08-28T17:49:18.755Z | [ recovery-image] Aug 28 17:49:17.482 INFO O| Aug 28 17:49:17.482 INFO STEP 1155 (remove_files) COMPLETE |
7405 | 2024-08-28T17:49:18.755Z | [ recovery-image] Aug 28 17:49:17.482 INFO O| Aug 28 17:49:17.482 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-28T17:49:18.763Z | [ recovery-image] Aug 28 17:49:17.493 INFO O| Aug 28 17:49:17.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7407 | 2024-08-28T17:49:18.766Z | [ recovery-image] Aug 28 17:49:17.493 INFO O| Aug 28 17:49:17.493 INFO STEP 1156 (remove_files) COMPLETE |
7408 | 2024-08-28T17:49:18.766Z | [ recovery-image] Aug 28 17:49:17.493 INFO O| Aug 28 17:49:17.493 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-28T17:49:18.774Z | [ recovery-image] Aug 28 17:49:17.504 INFO O| Aug 28 17:49:17.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7410 | 2024-08-28T17:49:18.777Z | [ recovery-image] Aug 28 17:49:17.504 INFO O| Aug 28 17:49:17.504 INFO STEP 1157 (remove_files) COMPLETE |
7411 | 2024-08-28T17:49:18.777Z | [ recovery-image] Aug 28 17:49:17.504 INFO O| Aug 28 17:49:17.504 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-28T17:49:18.785Z | [ recovery-image] Aug 28 17:49:17.515 INFO O| Aug 28 17:49:17.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7413 | 2024-08-28T17:49:18.785Z | [ recovery-image] Aug 28 17:49:17.515 INFO O| Aug 28 17:49:17.515 INFO STEP 1158 (remove_files) COMPLETE |
7414 | 2024-08-28T17:49:18.785Z | [ recovery-image] Aug 28 17:49:17.515 INFO O| Aug 28 17:49:17.515 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-28T17:49:18.795Z | [ recovery-image] Aug 28 17:49:17.525 INFO O| Aug 28 17:49:17.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7416 | 2024-08-28T17:49:18.795Z | [ recovery-image] Aug 28 17:49:17.525 INFO O| Aug 28 17:49:17.525 INFO STEP 1159 (remove_files) COMPLETE |
7417 | 2024-08-28T17:49:18.797Z | [ recovery-image] Aug 28 17:49:17.525 INFO O| Aug 28 17:49:17.525 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-28T17:49:18.804Z | [ recovery-image] Aug 28 17:49:17.535 INFO O| Aug 28 17:49:17.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7419 | 2024-08-28T17:49:18.804Z | [ recovery-image] Aug 28 17:49:17.535 INFO O| Aug 28 17:49:17.535 INFO STEP 1160 (remove_files) COMPLETE |
7420 | 2024-08-28T17:49:18.804Z | [ recovery-image] Aug 28 17:49:17.535 INFO O| Aug 28 17:49:17.535 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-28T17:49:18.814Z | [ recovery-image] Aug 28 17:49:17.544 INFO O| Aug 28 17:49:17.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7422 | 2024-08-28T17:49:18.814Z | [ recovery-image] Aug 28 17:49:17.544 INFO O| Aug 28 17:49:17.544 INFO STEP 1161 (remove_files) COMPLETE |
7423 | 2024-08-28T17:49:18.814Z | [ recovery-image] Aug 28 17:49:17.544 INFO O| Aug 28 17:49:17.544 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-28T17:49:18.823Z | [ recovery-image] Aug 28 17:49:17.554 INFO O| Aug 28 17:49:17.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7425 | 2024-08-28T17:49:18.823Z | [ recovery-image] Aug 28 17:49:17.554 INFO O| Aug 28 17:49:17.554 INFO STEP 1162 (remove_files) COMPLETE |
7426 | 2024-08-28T17:49:18.826Z | [ recovery-image] Aug 28 17:49:17.554 INFO O| Aug 28 17:49:17.554 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-28T17:49:18.833Z | [ recovery-image] Aug 28 17:49:17.564 INFO O| Aug 28 17:49:17.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7428 | 2024-08-28T17:49:18.836Z | [ recovery-image] Aug 28 17:49:17.564 INFO O| Aug 28 17:49:17.564 INFO STEP 1163 (remove_files) COMPLETE |
7429 | 2024-08-28T17:49:18.836Z | [ recovery-image] Aug 28 17:49:17.564 INFO O| Aug 28 17:49:17.564 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-28T17:49:18.843Z | [ recovery-image] Aug 28 17:49:17.573 INFO O| Aug 28 17:49:17.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7431 | 2024-08-28T17:49:18.843Z | [ recovery-image] Aug 28 17:49:17.573 INFO O| Aug 28 17:49:17.573 INFO STEP 1164 (remove_files) COMPLETE |
7432 | 2024-08-28T17:49:18.845Z | [ recovery-image] Aug 28 17:49:17.573 INFO O| Aug 28 17:49:17.573 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-28T17:49:18.852Z | [ recovery-image] Aug 28 17:49:17.583 INFO O| Aug 28 17:49:17.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7434 | 2024-08-28T17:49:18.852Z | [ recovery-image] Aug 28 17:49:17.583 INFO O| Aug 28 17:49:17.583 INFO STEP 1165 (remove_files) COMPLETE |
7435 | 2024-08-28T17:49:18.855Z | [ recovery-image] Aug 28 17:49:17.583 INFO O| Aug 28 17:49:17.583 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-08-28T17:49:18.862Z | [ recovery-image] Aug 28 17:49:17.592 INFO O| Aug 28 17:49:17.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7437 | 2024-08-28T17:49:18.862Z | [ recovery-image] Aug 28 17:49:17.592 INFO O| Aug 28 17:49:17.592 INFO STEP 1166 (remove_files) COMPLETE |
7438 | 2024-08-28T17:49:18.864Z | [ recovery-image] Aug 28 17:49:17.592 INFO O| Aug 28 17:49:17.592 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-08-28T17:49:18.872Z | [ recovery-image] Aug 28 17:49:17.602 INFO O| Aug 28 17:49:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7440 | 2024-08-28T17:49:18.874Z | [ recovery-image] Aug 28 17:49:17.602 INFO O| Aug 28 17:49:17.602 INFO STEP 1167 (remove_files) COMPLETE |
7441 | 2024-08-28T17:49:18.874Z | [ recovery-image] Aug 28 17:49:17.602 INFO O| Aug 28 17:49:17.602 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-08-28T17:49:18.881Z | [ recovery-image] Aug 28 17:49:17.611 INFO O| Aug 28 17:49:17.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7443 | 2024-08-28T17:49:18.883Z | [ recovery-image] Aug 28 17:49:17.611 INFO O| Aug 28 17:49:17.611 INFO STEP 1168 (remove_files) COMPLETE |
7444 | 2024-08-28T17:49:18.883Z | [ recovery-image] Aug 28 17:49:17.611 INFO O| Aug 28 17:49:17.611 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-08-28T17:49:18.890Z | [ recovery-image] Aug 28 17:49:17.621 INFO O| Aug 28 17:49:17.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7446 | 2024-08-28T17:49:18.890Z | [ recovery-image] Aug 28 17:49:17.621 INFO O| Aug 28 17:49:17.621 INFO STEP 1169 (remove_files) COMPLETE |
7447 | 2024-08-28T17:49:18.893Z | [ recovery-image] Aug 28 17:49:17.621 INFO O| Aug 28 17:49:17.621 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-08-28T17:49:18.900Z | [ recovery-image] Aug 28 17:49:17.630 INFO O| Aug 28 17:49:17.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7449 | 2024-08-28T17:49:18.900Z | [ recovery-image] Aug 28 17:49:17.630 INFO O| Aug 28 17:49:17.630 INFO STEP 1170 (remove_files) COMPLETE |
7450 | 2024-08-28T17:49:18.900Z | [ recovery-image] Aug 28 17:49:17.630 INFO O| Aug 28 17:49:17.630 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-08-28T17:49:18.909Z | [ recovery-image] Aug 28 17:49:17.639 INFO O| Aug 28 17:49:17.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7452 | 2024-08-28T17:49:18.909Z | [ recovery-image] Aug 28 17:49:17.640 INFO O| Aug 28 17:49:17.640 INFO STEP 1171 (remove_files) COMPLETE |
7453 | 2024-08-28T17:49:18.909Z | [ recovery-image] Aug 28 17:49:17.640 INFO O| Aug 28 17:49:17.640 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-08-28T17:49:18.918Z | [ recovery-image] Aug 28 17:49:17.649 INFO O| Aug 28 17:49:17.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7455 | 2024-08-28T17:49:18.919Z | [ recovery-image] Aug 28 17:49:17.649 INFO O| Aug 28 17:49:17.649 INFO STEP 1172 (remove_files) COMPLETE |
7456 | 2024-08-28T17:49:18.921Z | [ recovery-image] Aug 28 17:49:17.649 INFO O| Aug 28 17:49:17.649 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-08-28T17:49:18.928Z | [ recovery-image] Aug 28 17:49:17.658 INFO O| Aug 28 17:49:17.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7458 | 2024-08-28T17:49:18.928Z | [ recovery-image] Aug 28 17:49:17.658 INFO O| Aug 28 17:49:17.658 INFO STEP 1173 (remove_files) COMPLETE |
7459 | 2024-08-28T17:49:18.930Z | [ recovery-image] Aug 28 17:49:17.658 INFO O| Aug 28 17:49:17.658 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-08-28T17:49:18.934Z | [ host-image] Aug 28 17:49:17.665 INFO O| Aug 28 17:49:17.664 INFO O| Planning: Solver setup ... Done |
7461 | 2024-08-28T17:49:18.937Z | [ recovery-image] Aug 28 17:49:17.668 INFO O| Aug 28 17:49:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7462 | 2024-08-28T17:49:18.939Z | [ recovery-image] Aug 28 17:49:17.668 INFO O| Aug 28 17:49:17.668 INFO STEP 1174 (remove_files) COMPLETE |
7463 | 2024-08-28T17:49:18.940Z | [ recovery-image] Aug 28 17:49:17.668 INFO O| Aug 28 17:49:17.668 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-08-28T17:49:18.940Z | [ host-image] Aug 28 17:49:17.668 INFO O| Aug 28 17:49:17.668 INFO O| Planning: Running solver ... Done |
7465 | 2024-08-28T17:49:18.947Z | [ recovery-image] Aug 28 17:49:17.677 INFO O| Aug 28 17:49:17.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7466 | 2024-08-28T17:49:18.947Z | [ recovery-image] Aug 28 17:49:17.677 INFO O| Aug 28 17:49:17.677 INFO STEP 1175 (remove_files) COMPLETE |
7467 | 2024-08-28T17:49:18.947Z | [ recovery-image] Aug 28 17:49:17.677 INFO O| Aug 28 17:49:17.677 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-08-28T17:49:18.957Z | [ recovery-image] Aug 28 17:49:17.687 INFO O| Aug 28 17:49:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7469 | 2024-08-28T17:49:18.957Z | [ recovery-image] Aug 28 17:49:17.687 INFO O| Aug 28 17:49:17.687 INFO STEP 1176 (remove_files) COMPLETE |
7470 | 2024-08-28T17:49:18.959Z | [ recovery-image] Aug 28 17:49:17.687 INFO O| Aug 28 17:49:17.687 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-08-28T17:49:18.966Z | [ recovery-image] Aug 28 17:49:17.696 INFO O| Aug 28 17:49:17.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7472 | 2024-08-28T17:49:18.966Z | [ recovery-image] Aug 28 17:49:17.697 INFO O| Aug 28 17:49:17.697 INFO STEP 1177 (remove_files) COMPLETE |
7473 | 2024-08-28T17:49:18.966Z | [ recovery-image] Aug 28 17:49:17.697 INFO O| Aug 28 17:49:17.697 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-08-28T17:49:18.976Z | [ recovery-image] Aug 28 17:49:17.706 INFO O| Aug 28 17:49:17.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7475 | 2024-08-28T17:49:18.976Z | [ recovery-image] Aug 28 17:49:17.706 INFO O| Aug 28 17:49:17.706 INFO STEP 1178 (remove_files) COMPLETE |
7476 | 2024-08-28T17:49:18.978Z | [ recovery-image] Aug 28 17:49:17.706 INFO O| Aug 28 17:49:17.706 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-08-28T17:49:18.978Z | [ host-image] Aug 28 17:49:17.708 INFO O| Aug 28 17:49:17.708 INFO O| Planning: Finding local manifests ... Done |
7478 | 2024-08-28T17:49:18.980Z | [ host-image] Aug 28 17:49:17.709 INFO O| Aug 28 17:49:17.709 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7479 | 2024-08-28T17:49:18.986Z | [ recovery-image] Aug 28 17:49:17.716 INFO O| Aug 28 17:49:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7480 | 2024-08-28T17:49:18.986Z | [ recovery-image] Aug 28 17:49:17.716 INFO O| Aug 28 17:49:17.716 INFO STEP 1179 (remove_files) COMPLETE |
7481 | 2024-08-28T17:49:18.988Z | [ recovery-image] Aug 28 17:49:17.716 INFO O| Aug 28 17:49:17.716 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-08-28T17:49:18.995Z | [ recovery-image] Aug 28 17:49:17.726 INFO O| Aug 28 17:49:17.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7483 | 2024-08-28T17:49:18.998Z | [ recovery-image] Aug 28 17:49:17.726 INFO O| Aug 28 17:49:17.726 INFO STEP 1180 (remove_files) COMPLETE |
7484 | 2024-08-28T17:49:18.998Z | [ recovery-image] Aug 28 17:49:17.726 INFO O| Aug 28 17:49:17.726 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-08-28T17:49:19.005Z | [ recovery-image] Aug 28 17:49:17.735 INFO O| Aug 28 17:49:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7486 | 2024-08-28T17:49:19.005Z | [ recovery-image] Aug 28 17:49:17.735 INFO O| Aug 28 17:49:17.735 INFO STEP 1181 (remove_files) COMPLETE |
7487 | 2024-08-28T17:49:19.008Z | [ recovery-image] Aug 28 17:49:17.735 INFO O| Aug 28 17:49:17.735 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-08-28T17:49:19.014Z | [ recovery-image] Aug 28 17:49:17.745 INFO O| Aug 28 17:49:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7489 | 2024-08-28T17:49:19.017Z | [ recovery-image] Aug 28 17:49:17.745 INFO O| Aug 28 17:49:17.745 INFO STEP 1182 (remove_files) COMPLETE |
7490 | 2024-08-28T17:49:19.017Z | [ recovery-image] Aug 28 17:49:17.745 INFO O| Aug 28 17:49:17.745 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-08-28T17:49:19.024Z | [ recovery-image] Aug 28 17:49:17.754 INFO O| Aug 28 17:49:17.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7492 | 2024-08-28T17:49:19.027Z | [ recovery-image] Aug 28 17:49:17.754 INFO O| Aug 28 17:49:17.754 INFO STEP 1183 (remove_files) COMPLETE |
7493 | 2024-08-28T17:49:19.027Z | [ recovery-image] Aug 28 17:49:17.754 INFO O| Aug 28 17:49:17.754 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-08-28T17:49:19.034Z | [ recovery-image] Aug 28 17:49:17.764 INFO O| Aug 28 17:49:17.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7495 | 2024-08-28T17:49:19.036Z | [ recovery-image] Aug 28 17:49:17.764 INFO O| Aug 28 17:49:17.764 INFO STEP 1184 (remove_files) COMPLETE |
7496 | 2024-08-28T17:49:19.036Z | [ recovery-image] Aug 28 17:49:17.764 INFO O| Aug 28 17:49:17.764 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-08-28T17:49:19.043Z | [ host-image] Aug 28 17:49:17.773 INFO O| Aug 28 17:49:17.773 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7498 | 2024-08-28T17:49:19.045Z | [ recovery-image] Aug 28 17:49:17.773 INFO O| Aug 28 17:49:17.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7499 | 2024-08-28T17:49:19.045Z | [ recovery-image] Aug 28 17:49:17.774 INFO O| Aug 28 17:49:17.774 INFO STEP 1185 (remove_files) COMPLETE |
7500 | 2024-08-28T17:49:19.045Z | [ recovery-image] Aug 28 17:49:17.774 INFO O| Aug 28 17:49:17.774 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-08-28T17:49:19.053Z | [ recovery-image] Aug 28 17:49:17.783 INFO O| Aug 28 17:49:17.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7502 | 2024-08-28T17:49:19.055Z | [ recovery-image] Aug 28 17:49:17.783 INFO O| Aug 28 17:49:17.783 INFO STEP 1186 (remove_files) COMPLETE |
7503 | 2024-08-28T17:49:19.055Z | [ recovery-image] Aug 28 17:49:17.783 INFO O| Aug 28 17:49:17.783 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-08-28T17:49:19.061Z | [ host-image] Aug 28 17:49:17.791 INFO O| Aug 28 17:49:17.791 INFO O| Planning: Package planning ... Done |
7505 | 2024-08-28T17:49:19.064Z | [ host-image] Aug 28 17:49:17.792 INFO O| Aug 28 17:49:17.792 INFO O| Planning: Merging actions ... Done |
7506 | 2024-08-28T17:49:19.064Z | [ recovery-image] Aug 28 17:49:17.793 INFO O| Aug 28 17:49:17.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7507 | 2024-08-28T17:49:19.064Z | [ recovery-image] Aug 28 17:49:17.793 INFO O| Aug 28 17:49:17.793 INFO STEP 1187 (remove_files) COMPLETE |
7508 | 2024-08-28T17:49:19.064Z | [ recovery-image] Aug 28 17:49:17.793 INFO O| Aug 28 17:49:17.793 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-08-28T17:49:19.072Z | [ recovery-image] Aug 28 17:49:17.803 INFO O| Aug 28 17:49:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7510 | 2024-08-28T17:49:19.072Z | [ recovery-image] Aug 28 17:49:17.803 INFO O| Aug 28 17:49:17.803 INFO STEP 1188 (remove_files) COMPLETE |
7511 | 2024-08-28T17:49:19.075Z | [ recovery-image] Aug 28 17:49:17.803 INFO O| Aug 28 17:49:17.803 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-08-28T17:49:19.082Z | [ recovery-image] Aug 28 17:49:17.812 INFO O| Aug 28 17:49:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7513 | 2024-08-28T17:49:19.082Z | [ recovery-image] Aug 28 17:49:17.812 INFO O| Aug 28 17:49:17.812 INFO STEP 1189 (remove_files) COMPLETE |
7514 | 2024-08-28T17:49:19.082Z | [ recovery-image] Aug 28 17:49:17.813 INFO O| Aug 28 17:49:17.812 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-08-28T17:49:19.092Z | [ recovery-image] Aug 28 17:49:17.822 INFO O| Aug 28 17:49:17.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7516 | 2024-08-28T17:49:19.092Z | [ recovery-image] Aug 28 17:49:17.822 INFO O| Aug 28 17:49:17.822 INFO STEP 1190 (remove_files) COMPLETE |
7517 | 2024-08-28T17:49:19.099Z | [ recovery-image] Aug 28 17:49:17.822 INFO O| Aug 28 17:49:17.822 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-08-28T17:49:19.102Z | [ recovery-image] Aug 28 17:49:17.832 INFO O| Aug 28 17:49:17.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7519 | 2024-08-28T17:49:19.102Z | [ recovery-image] Aug 28 17:49:17.832 INFO O| Aug 28 17:49:17.832 INFO STEP 1191 (remove_files) COMPLETE |
7520 | 2024-08-28T17:49:19.102Z | [ recovery-image] Aug 28 17:49:17.832 INFO O| Aug 28 17:49:17.832 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-08-28T17:49:19.111Z | [ recovery-image] Aug 28 17:49:17.841 INFO O| Aug 28 17:49:17.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7522 | 2024-08-28T17:49:19.111Z | [ recovery-image] Aug 28 17:49:17.841 INFO O| Aug 28 17:49:17.841 INFO STEP 1192 (remove_files) COMPLETE |
7523 | 2024-08-28T17:49:19.113Z | [ recovery-image] Aug 28 17:49:17.841 INFO O| Aug 28 17:49:17.841 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-08-28T17:49:19.121Z | [ recovery-image] Aug 28 17:49:17.851 INFO O| Aug 28 17:49:17.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7525 | 2024-08-28T17:49:19.121Z | [ host-image] Aug 28 17:49:17.851 INFO O| Aug 28 17:49:17.851 INFO O| Planning: Checking for conflicting actions ... Done |
7526 | 2024-08-28T17:49:19.124Z | [ recovery-image] Aug 28 17:49:17.851 INFO O| Aug 28 17:49:17.851 INFO STEP 1193 (remove_files) COMPLETE |
7527 | 2024-08-28T17:49:19.124Z | [ recovery-image] Aug 28 17:49:17.851 INFO O| Aug 28 17:49:17.851 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-08-28T17:49:19.124Z | [ host-image] Aug 28 17:49:17.851 INFO O| Aug 28 17:49:17.851 INFO O| Planning: Consolidating action changes ... Done |
7529 | 2024-08-28T17:49:19.130Z | [ recovery-image] Aug 28 17:49:17.860 INFO O| Aug 28 17:49:17.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7530 | 2024-08-28T17:49:19.130Z | [ recovery-image] Aug 28 17:49:17.860 INFO O| Aug 28 17:49:17.860 INFO STEP 1194 (remove_files) COMPLETE |
7531 | 2024-08-28T17:49:19.130Z | [ recovery-image] Aug 28 17:49:17.860 INFO O| Aug 28 17:49:17.860 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-08-28T17:49:19.140Z | [ recovery-image] Aug 28 17:49:17.870 INFO O| Aug 28 17:49:17.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7533 | 2024-08-28T17:49:19.140Z | [ recovery-image] Aug 28 17:49:17.870 INFO O| Aug 28 17:49:17.870 INFO STEP 1195 (remove_files) COMPLETE |
7534 | 2024-08-28T17:49:19.142Z | [ recovery-image] Aug 28 17:49:17.870 INFO O| Aug 28 17:49:17.870 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-08-28T17:49:19.149Z | [ recovery-image] Aug 28 17:49:17.879 INFO O| Aug 28 17:49:17.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7536 | 2024-08-28T17:49:19.149Z | [ recovery-image] Aug 28 17:49:17.879 INFO O| Aug 28 17:49:17.879 INFO STEP 1196 (remove_files) COMPLETE |
7537 | 2024-08-28T17:49:19.149Z | [ recovery-image] Aug 28 17:49:17.879 INFO O| Aug 28 17:49:17.879 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-08-28T17:49:19.158Z | [ recovery-image] Aug 28 17:49:17.889 INFO O| Aug 28 17:49:17.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7539 | 2024-08-28T17:49:19.158Z | [ recovery-image] Aug 28 17:49:17.889 INFO O| Aug 28 17:49:17.889 INFO STEP 1197 (remove_files) COMPLETE |
7540 | 2024-08-28T17:49:19.158Z | [ recovery-image] Aug 28 17:49:17.889 INFO O| Aug 28 17:49:17.889 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-08-28T17:49:19.168Z | [ recovery-image] Aug 28 17:49:17.898 INFO O| Aug 28 17:49:17.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7542 | 2024-08-28T17:49:19.168Z | [ recovery-image] Aug 28 17:49:17.898 INFO O| Aug 28 17:49:17.898 INFO STEP 1198 (remove_files) COMPLETE |
7543 | 2024-08-28T17:49:19.170Z | [ recovery-image] Aug 28 17:49:17.898 INFO O| Aug 28 17:49:17.898 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-08-28T17:49:19.177Z | [ recovery-image] Aug 28 17:49:17.907 INFO O| Aug 28 17:49:17.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7545 | 2024-08-28T17:49:19.177Z | [ recovery-image] Aug 28 17:49:17.907 INFO O| Aug 28 17:49:17.907 INFO STEP 1199 (remove_files) COMPLETE |
7546 | 2024-08-28T17:49:19.177Z | [ recovery-image] Aug 28 17:49:17.908 INFO O| Aug 28 17:49:17.907 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-08-28T17:49:19.188Z | [ recovery-image] Aug 28 17:49:17.917 INFO O| Aug 28 17:49:17.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7548 | 2024-08-28T17:49:19.188Z | [ recovery-image] Aug 28 17:49:17.917 INFO O| Aug 28 17:49:17.917 INFO STEP 1200 (remove_files) COMPLETE |
7549 | 2024-08-28T17:49:19.191Z | [ recovery-image] Aug 28 17:49:17.917 INFO O| Aug 28 17:49:17.917 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-08-28T17:49:19.196Z | [ recovery-image] Aug 28 17:49:17.927 INFO O| Aug 28 17:49:17.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7551 | 2024-08-28T17:49:19.196Z | [ recovery-image] Aug 28 17:49:17.927 INFO O| Aug 28 17:49:17.927 INFO STEP 1201 (remove_files) COMPLETE |
7552 | 2024-08-28T17:49:19.199Z | [ recovery-image] Aug 28 17:49:17.927 INFO O| Aug 28 17:49:17.927 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-08-28T17:49:19.206Z | [ recovery-image] Aug 28 17:49:17.936 INFO O| Aug 28 17:49:17.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7554 | 2024-08-28T17:49:19.209Z | [ recovery-image] Aug 28 17:49:17.936 INFO O| Aug 28 17:49:17.936 INFO STEP 1202 (remove_files) COMPLETE |
7555 | 2024-08-28T17:49:19.209Z | [ recovery-image] Aug 28 17:49:17.936 INFO O| Aug 28 17:49:17.936 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-08-28T17:49:19.217Z | [ recovery-image] Aug 28 17:49:17.945 INFO O| Aug 28 17:49:17.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7557 | 2024-08-28T17:49:19.217Z | [ recovery-image] Aug 28 17:49:17.946 INFO O| Aug 28 17:49:17.946 INFO STEP 1203 (remove_files) COMPLETE |
7558 | 2024-08-28T17:49:19.219Z | [ recovery-image] Aug 28 17:49:17.946 INFO O| Aug 28 17:49:17.946 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-08-28T17:49:19.225Z | [ recovery-image] Aug 28 17:49:17.955 INFO O| Aug 28 17:49:17.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7560 | 2024-08-28T17:49:19.225Z | [ recovery-image] Aug 28 17:49:17.955 INFO O| Aug 28 17:49:17.955 INFO STEP 1204 (remove_files) COMPLETE |
7561 | 2024-08-28T17:49:19.227Z | [ recovery-image] Aug 28 17:49:17.955 INFO O| Aug 28 17:49:17.955 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-08-28T17:49:19.234Z | [ recovery-image] Aug 28 17:49:17.964 INFO O| Aug 28 17:49:17.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7563 | 2024-08-28T17:49:19.237Z | [ recovery-image] Aug 28 17:49:17.965 INFO O| Aug 28 17:49:17.965 INFO STEP 1205 (remove_files) COMPLETE |
7564 | 2024-08-28T17:49:19.237Z | [ recovery-image] Aug 28 17:49:17.965 INFO O| Aug 28 17:49:17.965 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7565 | 2024-08-28T17:49:19.249Z | [ recovery-image] Aug 28 17:49:17.979 INFO O| Aug 28 17:49:17.979 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7566 | 2024-08-28T17:49:19.251Z | [ recovery-image] Aug 28 17:49:17.979 INFO O| Aug 28 17:49:17.979 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7567 | 2024-08-28T17:49:19.294Z | [ host-image] Aug 28 17:49:18.024 INFO O| Aug 28 17:49:18.024 INFO O| Planning: Evaluating mediators ... Done |
7568 | 2024-08-28T17:49:19.305Z | [ host-image] Aug 28 17:49:18.024 INFO O| Aug 28 17:49:18.024 INFO O| Planning: Planning completed in 1.81 seconds |
7569 | 2024-08-28T17:49:19.305Z | [ host-image] Aug 28 17:49:18.026 INFO O| Aug 28 17:49:18.026 INFO O| Packages to install: 1 |
7570 | 2024-08-28T17:49:19.308Z | [ host-image] Aug 28 17:49:18.036 INFO O| Aug 28 17:49:18.036 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
7571 | 2024-08-28T17:49:20.005Z | [ host-image] Aug 28 17:49:18.734 INFO O| Aug 28 17:49:18.734 INFO O| Download: Completed 20.80 MB in 0.70 seconds (29.8M/s) |
7572 | 2024-08-28T17:49:20.018Z | [ recovery-image] Aug 28 17:49:18.747 INFO O| Aug 28 17:49:18.747 INFO STEP 1206 (pack_tar) COMPLETE |
7573 | 2024-08-28T17:49:20.018Z | [ recovery-image] Aug 28 17:49:18.747 INFO O| Aug 28 17:49:18.747 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7574 | 2024-08-28T17:49:20.020Z | [ recovery-image] Aug 28 17:49:18.747 INFO O| Aug 28 17:49:18.747 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7575 | 2024-08-28T17:49:20.288Z | [ recovery-image] Aug 28 17:49:19.018 INFO O| Aug 28 17:49:19.018 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7576 | 2024-08-28T17:49:20.296Z | [ host-image] Aug 28 17:49:19.026 INFO O| Aug 28 17:49:19.026 INFO O| Actions: 1/22 actions (Installing new actions) |
7577 | 2024-08-28T17:49:20.357Z | [ recovery-image] Aug 28 17:49:19.087 INFO O| Aug 28 17:49:19.087 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7578 | 2024-08-28T17:49:20.363Z | [ recovery-image] Aug 28 17:49:19.093 INFO image builder template: zfs-recovery... |
7579 | 2024-08-28T17:49:20.366Z | [ recovery-image] Aug 28 17:49:19.093 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/.tmp7rfXy1/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None |
7580 | 2024-08-28T17:49:20.395Z | [ recovery-image] Aug 28 17:49:19.124 INFO O| Aug 28 17:49:19.124 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7581 | 2024-08-28T17:49:20.398Z | [ recovery-image] Aug 28 17:49:19.128 INFO O| Aug 28 17:49:19.128 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7582 | 2024-08-28T17:49:20.518Z | [ recovery-image] Aug 28 17:49:19.248 INFO O| Aug 28 17:49:19.248 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7583 | 2024-08-28T17:49:20.592Z | [ recovery-image] Aug 28 17:49:19.321 INFO O| Aug 28 17:49:19.321 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7584 | 2024-08-28T17:49:20.592Z | [ recovery-image] Aug 28 17:49:19.321 INFO O| Aug 28 17:49:19.321 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7585 | 2024-08-28T17:49:20.595Z | [ recovery-image] Aug 28 17:49:19.325 INFO O| Aug 28 17:49:19.325 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7586 | 2024-08-28T17:49:20.669Z | [ recovery-image] Aug 28 17:49:19.398 INFO O| Aug 28 17:49:19.398 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7587 | 2024-08-28T17:49:20.771Z | [ host-image] Aug 28 17:49:19.501 INFO O| Aug 28 17:49:19.501 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
7588 | 2024-08-28T17:49:20.832Z | [ recovery-image] Aug 28 17:49:19.561 INFO O| Aug 28 17:49:19.561 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7589 | 2024-08-28T17:49:20.841Z | [ recovery-image] Aug 28 17:49:19.571 INFO O| Aug 28 17:49:19.571 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7590 | 2024-08-28T17:49:20.846Z | [ recovery-image] Aug 28 17:49:19.575 INFO O| Aug 28 17:49:19.575 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7591 | 2024-08-28T17:49:20.849Z | [ recovery-image] Aug 28 17:49:19.577 INFO O| Aug 28 17:49:19.577 INFO no lofi found |
7592 | 2024-08-28T17:49:20.849Z | [ recovery-image] Aug 28 17:49:19.577 INFO O| Aug 28 17:49:19.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7593 | 2024-08-28T17:49:20.849Z | [ recovery-image] Aug 28 17:49:19.577 INFO O| Aug 28 17:49:19.577 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7594 | 2024-08-28T17:49:21.002Z | [ host-image] Aug 28 17:49:19.731 INFO O| Aug 28 17:49:19.731 INFO O| Done |
7595 | 2024-08-28T17:49:21.002Z | [ host-image] Aug 28 17:49:19.731 INFO O| Aug 28 17:49:19.731 INFO O| Done |
7596 | 2024-08-28T17:49:21.450Z | [ host-image] Aug 28 17:49:20.179 INFO O| Aug 28 17:49:20.179 INFO O| Done |
7597 | 2024-08-28T17:49:22.546Z | [ host-image] Aug 28 17:49:21.275 INFO O| Aug 28 17:49:21.275 INFO O| Done |
7598 | 2024-08-28T17:49:22.568Z | [ host-image] Aug 28 17:49:21.298 INFO O| Aug 28 17:49:21.298 INFO O| Done |
7599 | 2024-08-28T17:49:22.569Z | [ host-image] Aug 28 17:49:21.298 INFO O| Aug 28 17:49:21.298 INFO O| Done |
7600 | 2024-08-28T17:49:22.578Z | [ host-image] Aug 28 17:49:21.308 INFO O| Aug 28 17:49:21.307 INFO O| Done |
7601 | 2024-08-28T17:49:22.668Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO STEP 14 (pkg_install) COMPLETE |
7602 | 2024-08-28T17:49:22.668Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7603 | 2024-08-28T17:49:22.668Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO skip step because feature "mfg" is not enabled |
7604 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7605 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO skip step because feature "compliance" is not enabled |
7606 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7607 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO skip step because feature "stress" is not enabled |
7608 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7609 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO skip step because feature "nfs" is not enabled |
7610 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7611 | 2024-08-28T17:49:22.670Z | [ host-image] Aug 28 17:49:21.397 INFO O| Aug 28 17:49:21.397 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7612 | 2024-08-28T17:49:22.734Z | [ host-image] Aug 28 17:49:21.463 INFO O| Aug 28 17:49:21.463 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7613 | 2024-08-28T17:49:22.796Z | [ host-image] Aug 28 17:49:21.525 INFO O| Aug 28 17:49:21.525 INFO completed processing gimlet/ramdisk-01-os |
7614 | 2024-08-28T17:49:22.798Z | [ host-image] Aug 28 17:49:21.527 INFO omicron1 baseline generation... |
7615 | 2024-08-28T17:49:22.798Z | [ host-image] Aug 28 17:49:21.527 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7616 | 2024-08-28T17:49:23.168Z | [ host-image] Aug 28 17:49:21.897 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z |
7617 | 2024-08-28T17:49:23.281Z | [ recovery-image] Aug 28 17:49:22.010 INFO O| Aug 28 17:49:22.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7618 | 2024-08-28T17:49:23.281Z | [ recovery-image] Aug 28 17:49:22.010 INFO O| Aug 28 17:49:22.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7619 | 2024-08-28T17:49:23.284Z | [ recovery-image] Aug 28 17:49:22.010 INFO O| Aug 28 17:49:22.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7620 | 2024-08-28T17:49:23.355Z | [ recovery-image] Aug 28 17:49:22.084 INFO O| Aug 28 17:49:22.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7621 | 2024-08-28T17:49:23.355Z | [ recovery-image] Aug 28 17:49:22.084 INFO O| Aug 28 17:49:22.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7622 | 2024-08-28T17:49:23.376Z | [ recovery-image] Aug 28 17:49:22.105 INFO O| Aug 28 17:49:22.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7623 | 2024-08-28T17:49:23.440Z | [ recovery-image] Aug 28 17:49:22.169 INFO O| Aug 28 17:49:22.169 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7624 | 2024-08-28T17:49:23.477Z | [ recovery-image] Aug 28 17:49:22.206 INFO O| Aug 28 17:49:22.206 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7625 | 2024-08-28T17:49:23.491Z | [ recovery-image] Aug 28 17:49:22.220 INFO O| Aug 28 17:49:22.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7626 | 2024-08-28T17:49:23.501Z | [ recovery-image] Aug 28 17:49:22.230 INFO O| Aug 28 17:49:22.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7627 | 2024-08-28T17:49:23.547Z | [ recovery-image] Aug 28 17:49:22.276 INFO O| Aug 28 17:49:22.276 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7628 | 2024-08-28T17:49:23.550Z | [ recovery-image] Aug 28 17:49:22.276 INFO O| Aug 28 17:49:22.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7629 | 2024-08-28T17:49:23.550Z | [ recovery-image] Aug 28 17:49:22.277 INFO O| Aug 28 17:49:22.276 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7630 | 2024-08-28T17:49:23.559Z | [ recovery-image] Aug 28 17:49:22.288 INFO O| Aug 28 17:49:22.288 INFO boot environment UUID: dca9eba5-099d-4fef-90bc-bee67627fff6 |
7631 | 2024-08-28T17:49:23.559Z | [ recovery-image] Aug 28 17:49:22.288 INFO O| Aug 28 17:49:22.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = dca9eba5-099d-4fef-90bc-bee67627fff6 |
7632 | 2024-08-28T17:49:23.569Z | [ recovery-image] Aug 28 17:49:22.299 INFO O| Aug 28 17:49:22.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7633 | 2024-08-28T17:49:23.579Z | [ recovery-image] Aug 28 17:49:22.309 INFO O| Aug 28 17:49:22.309 INFO STEP 0 (create_be) COMPLETE |
7634 | 2024-08-28T17:49:23.579Z | [ recovery-image] Aug 28 17:49:22.309 INFO O| Aug 28 17:49:22.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7635 | 2024-08-28T17:49:23.595Z | [ recovery-image] Aug 28 17:49:22.324 INFO O| Aug 28 17:49:22.324 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"] |
7636 | 2024-08-28T17:49:25.658Z | [ recovery-image] Aug 28 17:49:24.387 INFO O| Aug 28 17:49:24.386 INFO STEP 1 (unpack_tar) COMPLETE |
7637 | 2024-08-28T17:49:25.658Z | [ recovery-image] Aug 28 17:49:24.387 INFO O| Aug 28 17:49:24.387 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7638 | 2024-08-28T17:49:25.669Z | [ recovery-image] Aug 28 17:49:24.398 INFO O| Aug 28 17:49:24.398 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7639 | 2024-08-28T17:49:26.095Z | [ recovery-image] Aug 28 17:49:24.824 INFO O| Aug 28 17:49:24.824 INFO STEP 2 (devfsadm) COMPLETE |
7640 | 2024-08-28T17:49:26.095Z | [ recovery-image] Aug 28 17:49:24.824 INFO O| Aug 28 17:49:24.824 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7641 | 2024-08-28T17:49:26.106Z | [ recovery-image] Aug 28 17:49:24.835 INFO O| Aug 28 17:49:24.835 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7642 | 2024-08-28T17:49:26.109Z | [ recovery-image] Aug 28 17:49:24.835 INFO O| Aug 28 17:49:24.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7643 | 2024-08-28T17:49:26.109Z | [ recovery-image] Aug 28 17:49:24.835 INFO O| Aug 28 17:49:24.835 INFO STEP 3 (ensure_dir) COMPLETE |
7644 | 2024-08-28T17:49:26.109Z | [ recovery-image] Aug 28 17:49:24.835 INFO O| Aug 28 17:49:24.835 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7645 | 2024-08-28T17:49:26.116Z | [ recovery-image] Aug 28 17:49:24.845 INFO O| Aug 28 17:49:24.845 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7646 | 2024-08-28T17:49:26.116Z | [ recovery-image] Aug 28 17:49:24.845 INFO O| Aug 28 17:49:24.845 INFO STEP 4 (ensure_dir) COMPLETE |
7647 | 2024-08-28T17:49:26.118Z | [ recovery-image] Aug 28 17:49:24.845 INFO O| Aug 28 17:49:24.845 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7648 | 2024-08-28T17:49:26.126Z | [ recovery-image] Aug 28 17:49:24.854 INFO O| Aug 28 17:49:24.854 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7649 | 2024-08-28T17:49:26.126Z | [ recovery-image] Aug 28 17:49:24.854 INFO O| Aug 28 17:49:24.854 INFO STEP 5 (ensure_dir) COMPLETE |
7650 | 2024-08-28T17:49:26.126Z | [ recovery-image] Aug 28 17:49:24.854 INFO O| Aug 28 17:49:24.854 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7651 | 2024-08-28T17:49:26.135Z | [ recovery-image] Aug 28 17:49:24.864 INFO O| Aug 28 17:49:24.864 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7652 | 2024-08-28T17:49:26.135Z | [ recovery-image] Aug 28 17:49:24.864 INFO O| Aug 28 17:49:24.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7653 | 2024-08-28T17:49:26.136Z | [ recovery-image] Aug 28 17:49:24.864 INFO O| Aug 28 17:49:24.864 INFO STEP 6 (ensure_dir) COMPLETE |
7654 | 2024-08-28T17:49:26.136Z | [ recovery-image] Aug 28 17:49:24.864 INFO O| Aug 28 17:49:24.864 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7655 | 2024-08-28T17:49:26.147Z | [ recovery-image] Aug 28 17:49:24.876 INFO O| Aug 28 17:49:24.876 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7656 | 2024-08-28T17:49:26.157Z | [ recovery-image] Aug 28 17:49:24.876 INFO O| Aug 28 17:49:24.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7657 | 2024-08-28T17:49:26.157Z | [ recovery-image] Aug 28 17:49:24.876 INFO O| Aug 28 17:49:24.876 INFO STEP 7 (ensure_dir) COMPLETE |
7658 | 2024-08-28T17:49:26.158Z | [ recovery-image] Aug 28 17:49:24.876 INFO O| Aug 28 17:49:24.876 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7659 | 2024-08-28T17:49:26.160Z | [ recovery-image] Aug 28 17:49:24.887 INFO O| Aug 28 17:49:24.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7660 | 2024-08-28T17:49:26.160Z | [ recovery-image] Aug 28 17:49:24.888 INFO O| Aug 28 17:49:24.887 INFO STEP 8 (remove_files) COMPLETE |
7661 | 2024-08-28T17:49:26.160Z | [ recovery-image] Aug 28 17:49:24.888 INFO O| Aug 28 17:49:24.888 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7662 | 2024-08-28T17:49:26.169Z | [ recovery-image] Aug 28 17:49:24.897 INFO O| Aug 28 17:49:24.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7663 | 2024-08-28T17:49:26.171Z | [ recovery-image] Aug 28 17:49:24.898 INFO O| Aug 28 17:49:24.898 INFO STEP 9 (remove_files) COMPLETE |
7664 | 2024-08-28T17:49:26.172Z | [ recovery-image] Aug 28 17:49:24.898 INFO O| Aug 28 17:49:24.898 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7665 | 2024-08-28T17:49:26.180Z | [ recovery-image] Aug 28 17:49:24.908 INFO O| Aug 28 17:49:24.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7666 | 2024-08-28T17:49:26.182Z | [ recovery-image] Aug 28 17:49:24.909 INFO O| Aug 28 17:49:24.909 INFO STEP 10 (remove_files) COMPLETE |
7667 | 2024-08-28T17:49:26.182Z | [ recovery-image] Aug 28 17:49:24.909 INFO O| Aug 28 17:49:24.909 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7668 | 2024-08-28T17:49:26.190Z | [ recovery-image] Aug 28 17:49:24.919 INFO O| Aug 28 17:49:24.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7669 | 2024-08-28T17:49:26.192Z | [ recovery-image] Aug 28 17:49:24.919 INFO O| Aug 28 17:49:24.919 INFO STEP 11 (remove_files) COMPLETE |
7670 | 2024-08-28T17:49:26.192Z | [ recovery-image] Aug 28 17:49:24.919 INFO O| Aug 28 17:49:24.919 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7671 | 2024-08-28T17:49:26.200Z | [ recovery-image] Aug 28 17:49:24.929 INFO O| Aug 28 17:49:24.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7672 | 2024-08-28T17:49:26.202Z | [ recovery-image] Aug 28 17:49:24.929 INFO O| Aug 28 17:49:24.929 INFO STEP 12 (remove_files) COMPLETE |
7673 | 2024-08-28T17:49:26.203Z | [ recovery-image] Aug 28 17:49:24.929 INFO O| Aug 28 17:49:24.929 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7674 | 2024-08-28T17:49:26.210Z | [ recovery-image] Aug 28 17:49:24.939 INFO O| Aug 28 17:49:24.939 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7675 | 2024-08-28T17:49:26.210Z | [ recovery-image] Aug 28 17:49:24.939 INFO O| Aug 28 17:49:24.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7676 | 2024-08-28T17:49:26.213Z | [ recovery-image] Aug 28 17:49:24.939 INFO O| Aug 28 17:49:24.939 INFO STEP 13 (ensure_dir) COMPLETE |
7677 | 2024-08-28T17:49:26.213Z | [ recovery-image] Aug 28 17:49:24.939 INFO O| Aug 28 17:49:24.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7678 | 2024-08-28T17:49:26.220Z | [ recovery-image] Aug 28 17:49:24.949 INFO O| Aug 28 17:49:24.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7679 | 2024-08-28T17:49:26.220Z | [ recovery-image] Aug 28 17:49:24.949 INFO O| Aug 28 17:49:24.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7680 | 2024-08-28T17:49:26.222Z | [ recovery-image] Aug 28 17:49:24.949 INFO O| Aug 28 17:49:24.949 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7681 | 2024-08-28T17:49:26.222Z | [ recovery-image] Aug 28 17:49:24.949 INFO O| Aug 28 17:49:24.949 INFO STEP 14 (ensure_dir) COMPLETE |
7682 | 2024-08-28T17:49:26.222Z | [ recovery-image] Aug 28 17:49:24.949 INFO O| Aug 28 17:49:24.949 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7683 | 2024-08-28T17:49:26.230Z | [ recovery-image] Aug 28 17:49:24.959 INFO O| Aug 28 17:49:24.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7684 | 2024-08-28T17:49:26.230Z | [ recovery-image] Aug 28 17:49:24.959 INFO O| Aug 28 17:49:24.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7685 | 2024-08-28T17:49:26.232Z | [ recovery-image] Aug 28 17:49:24.959 INFO O| Aug 28 17:49:24.959 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7686 | 2024-08-28T17:49:26.233Z | [ recovery-image] Aug 28 17:49:24.959 INFO O| Aug 28 17:49:24.959 INFO STEP 15 (ensure_dir) COMPLETE |
7687 | 2024-08-28T17:49:26.233Z | [ recovery-image] Aug 28 17:49:24.959 INFO O| Aug 28 17:49:24.959 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7688 | 2024-08-28T17:49:26.240Z | [ recovery-image] Aug 28 17:49:24.969 INFO O| Aug 28 17:49:24.969 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7689 | 2024-08-28T17:49:26.240Z | [ recovery-image] Aug 28 17:49:24.969 INFO O| Aug 28 17:49:24.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7690 | 2024-08-28T17:49:26.240Z | [ recovery-image] Aug 28 17:49:24.969 INFO O| Aug 28 17:49:24.969 INFO STEP 16 (ensure_dir) COMPLETE |
7691 | 2024-08-28T17:49:26.242Z | [ recovery-image] Aug 28 17:49:24.969 INFO O| Aug 28 17:49:24.969 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7692 | 2024-08-28T17:49:26.250Z | [ recovery-image] Aug 28 17:49:24.978 INFO O| Aug 28 17:49:24.978 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7693 | 2024-08-28T17:49:26.250Z | [ recovery-image] Aug 28 17:49:24.979 INFO O| Aug 28 17:49:24.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7694 | 2024-08-28T17:49:26.250Z | [ recovery-image] Aug 28 17:49:24.979 INFO O| Aug 28 17:49:24.979 INFO STEP 17 (ensure_dir) COMPLETE |
7695 | 2024-08-28T17:49:26.253Z | [ recovery-image] Aug 28 17:49:24.979 INFO O| Aug 28 17:49:24.979 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7696 | 2024-08-28T17:49:26.260Z | [ recovery-image] Aug 28 17:49:24.989 INFO O| Aug 28 17:49:24.989 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7697 | 2024-08-28T17:49:26.260Z | [ recovery-image] Aug 28 17:49:24.989 INFO O| Aug 28 17:49:24.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7698 | 2024-08-28T17:49:26.263Z | [ recovery-image] Aug 28 17:49:24.989 INFO O| Aug 28 17:49:24.989 INFO ok! |
7699 | 2024-08-28T17:49:26.263Z | [ recovery-image] Aug 28 17:49:24.989 INFO O| Aug 28 17:49:24.989 INFO STEP 18 (ensure_symlink) COMPLETE |
7700 | 2024-08-28T17:49:26.263Z | [ recovery-image] Aug 28 17:49:24.989 INFO O| Aug 28 17:49:24.989 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7701 | 2024-08-28T17:49:26.271Z | [ recovery-image] Aug 28 17:49:24.999 INFO O| Aug 28 17:49:24.999 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7702 | 2024-08-28T17:49:26.273Z | [ recovery-image] Aug 28 17:49:24.999 INFO O| Aug 28 17:49:24.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7703 | 2024-08-28T17:49:26.273Z | [ recovery-image] Aug 28 17:49:24.999 INFO O| Aug 28 17:49:24.999 INFO ok! |
7704 | 2024-08-28T17:49:26.273Z | [ recovery-image] Aug 28 17:49:24.999 INFO O| Aug 28 17:49:24.999 INFO STEP 19 (ensure_file) COMPLETE |
7705 | 2024-08-28T17:49:26.273Z | [ recovery-image] Aug 28 17:49:24.999 INFO O| Aug 28 17:49:24.999 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7706 | 2024-08-28T17:49:26.281Z | [ recovery-image] Aug 28 17:49:25.010 INFO O| Aug 28 17:49:25.010 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7707 | 2024-08-28T17:49:26.281Z | [ recovery-image] Aug 28 17:49:25.010 INFO O| Aug 28 17:49:25.010 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7708 | 2024-08-28T17:49:26.284Z | [ recovery-image] Aug 28 17:49:25.010 INFO O| Aug 28 17:49:25.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7709 | 2024-08-28T17:49:26.284Z | [ recovery-image] Aug 28 17:49:25.010 INFO O| Aug 28 17:49:25.010 INFO ok! |
7710 | 2024-08-28T17:49:26.284Z | [ recovery-image] Aug 28 17:49:25.010 INFO O| Aug 28 17:49:25.010 INFO STEP 20 (ensure_symlink) COMPLETE |
7711 | 2024-08-28T17:49:26.285Z | [ recovery-image] Aug 28 17:49:25.010 INFO O| Aug 28 17:49:25.010 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7712 | 2024-08-28T17:49:26.292Z | [ recovery-image] Aug 28 17:49:25.021 INFO O| Aug 28 17:49:25.021 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7713 | 2024-08-28T17:49:26.292Z | [ recovery-image] Aug 28 17:49:25.021 INFO O| Aug 28 17:49:25.021 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7714 | 2024-08-28T17:49:26.295Z | [ recovery-image] Aug 28 17:49:25.021 INFO O| Aug 28 17:49:25.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7715 | 2024-08-28T17:49:26.295Z | [ recovery-image] Aug 28 17:49:25.021 INFO O| Aug 28 17:49:25.021 INFO ok! |
7716 | 2024-08-28T17:49:26.295Z | [ recovery-image] Aug 28 17:49:25.021 INFO O| Aug 28 17:49:25.021 INFO STEP 21 (ensure_symlink) COMPLETE |
7717 | 2024-08-28T17:49:26.295Z | [ recovery-image] Aug 28 17:49:25.021 INFO O| Aug 28 17:49:25.021 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7718 | 2024-08-28T17:49:26.303Z | [ recovery-image] Aug 28 17:49:25.031 INFO O| Aug 28 17:49:25.031 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7719 | 2024-08-28T17:49:26.303Z | [ recovery-image] Aug 28 17:49:25.031 INFO O| Aug 28 17:49:25.031 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7720 | 2024-08-28T17:49:26.305Z | [ recovery-image] Aug 28 17:49:25.031 INFO O| Aug 28 17:49:25.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7721 | 2024-08-28T17:49:26.305Z | [ recovery-image] Aug 28 17:49:25.031 INFO O| Aug 28 17:49:25.031 INFO ok! |
7722 | 2024-08-28T17:49:26.305Z | [ recovery-image] Aug 28 17:49:25.031 INFO O| Aug 28 17:49:25.031 INFO STEP 22 (ensure_symlink) COMPLETE |
7723 | 2024-08-28T17:49:26.305Z | [ recovery-image] Aug 28 17:49:25.031 INFO O| Aug 28 17:49:25.031 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7724 | 2024-08-28T17:49:26.315Z | [ recovery-image] Aug 28 17:49:25.044 INFO O| Aug 28 17:49:25.043 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7725 | 2024-08-28T17:49:26.315Z | [ recovery-image] Aug 28 17:49:25.044 INFO O| Aug 28 17:49:25.044 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7726 | 2024-08-28T17:49:26.315Z | [ recovery-image] Aug 28 17:49:25.044 INFO O| Aug 28 17:49:25.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7727 | 2024-08-28T17:49:26.317Z | [ recovery-image] Aug 28 17:49:25.044 INFO O| Aug 28 17:49:25.044 INFO ok! |
7728 | 2024-08-28T17:49:26.318Z | [ recovery-image] Aug 28 17:49:25.044 INFO O| Aug 28 17:49:25.044 INFO STEP 23 (ensure_symlink) COMPLETE |
7729 | 2024-08-28T17:49:26.318Z | [ recovery-image] Aug 28 17:49:25.044 INFO O| Aug 28 17:49:25.044 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7730 | 2024-08-28T17:49:26.327Z | [ recovery-image] Aug 28 17:49:25.056 INFO O| Aug 28 17:49:25.056 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7731 | 2024-08-28T17:49:26.327Z | [ recovery-image] Aug 28 17:49:25.056 INFO O| Aug 28 17:49:25.056 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 ... |
7732 | 2024-08-28T17:49:26.330Z | [ recovery-image] Aug 28 17:49:25.056 INFO O| Aug 28 17:49:25.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7733 | 2024-08-28T17:49:26.330Z | [ recovery-image] Aug 28 17:49:25.056 INFO O| Aug 28 17:49:25.056 INFO ok! |
7734 | 2024-08-28T17:49:26.330Z | [ recovery-image] Aug 28 17:49:25.056 INFO O| Aug 28 17:49:25.056 INFO STEP 24 (ensure_file) COMPLETE |
7735 | 2024-08-28T17:49:26.330Z | [ recovery-image] Aug 28 17:49:25.056 INFO O| Aug 28 17:49:25.056 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7736 | 2024-08-28T17:49:26.338Z | [ recovery-image] Aug 28 17:49:25.066 INFO O| Aug 28 17:49:25.066 INFO updating shadow file |
7737 | 2024-08-28T17:49:26.340Z | [ recovery-image] Aug 28 17:49:25.067 INFO O| Aug 28 17:49:25.067 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7738 | 2024-08-28T17:49:26.340Z | [ recovery-image] Aug 28 17:49:25.067 INFO O| Aug 28 17:49:25.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7739 | 2024-08-28T17:49:26.340Z | [ recovery-image] Aug 28 17:49:25.067 INFO O| Aug 28 17:49:25.067 INFO STEP 25 (shadow) COMPLETE |
7740 | 2024-08-28T17:49:26.340Z | [ recovery-image] Aug 28 17:49:25.067 INFO O| Aug 28 17:49:25.067 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7741 | 2024-08-28T17:49:26.348Z | [ recovery-image] Aug 28 17:49:25.077 INFO O| Aug 28 17:49:25.077 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7742 | 2024-08-28T17:49:26.348Z | [ recovery-image] Aug 28 17:49:25.077 INFO O| Aug 28 17:49:25.077 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7743 | 2024-08-28T17:49:26.350Z | [ recovery-image] Aug 28 17:49:25.077 INFO O| Aug 28 17:49:25.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7744 | 2024-08-28T17:49:26.350Z | [ recovery-image] Aug 28 17:49:25.077 INFO O| Aug 28 17:49:25.077 INFO ok! |
7745 | 2024-08-28T17:49:26.350Z | [ recovery-image] Aug 28 17:49:25.077 INFO O| Aug 28 17:49:25.077 INFO STEP 26 (ensure_file) COMPLETE |
7746 | 2024-08-28T17:49:26.350Z | [ recovery-image] Aug 28 17:49:25.077 INFO O| Aug 28 17:49:25.077 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7747 | 2024-08-28T17:49:26.358Z | [ recovery-image] Aug 28 17:49:25.087 INFO O| Aug 28 17:49:25.087 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7748 | 2024-08-28T17:49:26.358Z | [ recovery-image] Aug 28 17:49:25.087 INFO O| Aug 28 17:49:25.087 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7749 | 2024-08-28T17:49:26.361Z | [ recovery-image] Aug 28 17:49:25.087 INFO O| Aug 28 17:49:25.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7750 | 2024-08-28T17:49:26.361Z | [ recovery-image] Aug 28 17:49:25.087 INFO O| Aug 28 17:49:25.087 INFO ok! |
7751 | 2024-08-28T17:49:26.361Z | [ recovery-image] Aug 28 17:49:25.087 INFO O| Aug 28 17:49:25.087 INFO STEP 27 (ensure_file) COMPLETE |
7752 | 2024-08-28T17:49:26.361Z | [ recovery-image] Aug 28 17:49:25.087 INFO O| Aug 28 17:49:25.087 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7753 | 2024-08-28T17:49:26.370Z | [ recovery-image] Aug 28 17:49:25.099 INFO O| Aug 28 17:49:25.099 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7754 | 2024-08-28T17:49:26.373Z | [ recovery-image] Aug 28 17:49:25.099 INFO O| Aug 28 17:49:25.099 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7755 | 2024-08-28T17:49:26.373Z | [ recovery-image] Aug 28 17:49:25.099 INFO O| Aug 28 17:49:25.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7756 | 2024-08-28T17:49:26.373Z | [ recovery-image] Aug 28 17:49:25.099 INFO O| Aug 28 17:49:25.099 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7757 | 2024-08-28T17:49:26.373Z | [ recovery-image] Aug 28 17:49:25.099 INFO O| Aug 28 17:49:25.099 INFO ok! |
7758 | 2024-08-28T17:49:26.373Z | [ recovery-image] Aug 28 17:49:25.099 INFO O| Aug 28 17:49:25.099 INFO STEP 28 (ensure_file) COMPLETE |
7759 | 2024-08-28T17:49:26.373Z | [ recovery-image] Aug 28 17:49:25.099 INFO O| Aug 28 17:49:25.099 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7760 | 2024-08-28T17:49:26.388Z | [ recovery-image] Aug 28 17:49:25.112 INFO O| Aug 28 17:49:25.112 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7761 | 2024-08-28T17:49:26.389Z | [ recovery-image] Aug 28 17:49:25.112 INFO O| Aug 28 17:49:25.112 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7762 | 2024-08-28T17:49:26.389Z | [ recovery-image] Aug 28 17:49:25.112 INFO O| Aug 28 17:49:25.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7763 | 2024-08-28T17:49:26.389Z | [ recovery-image] Aug 28 17:49:25.112 INFO O| Aug 28 17:49:25.112 INFO ok! |
7764 | 2024-08-28T17:49:26.389Z | [ recovery-image] Aug 28 17:49:25.112 INFO O| Aug 28 17:49:25.112 INFO STEP 29 (ensure_file) COMPLETE |
7765 | 2024-08-28T17:49:26.389Z | [ recovery-image] Aug 28 17:49:25.112 INFO O| Aug 28 17:49:25.112 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7766 | 2024-08-28T17:49:26.393Z | [ recovery-image] Aug 28 17:49:25.122 INFO O| Aug 28 17:49:25.122 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7767 | 2024-08-28T17:49:26.393Z | [ recovery-image] Aug 28 17:49:25.122 INFO O| Aug 28 17:49:25.122 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7768 | 2024-08-28T17:49:26.396Z | [ recovery-image] Aug 28 17:49:25.122 INFO O| Aug 28 17:49:25.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7769 | 2024-08-28T17:49:26.396Z | [ recovery-image] Aug 28 17:49:25.122 INFO O| Aug 28 17:49:25.122 INFO ok! |
7770 | 2024-08-28T17:49:26.396Z | [ recovery-image] Aug 28 17:49:25.122 INFO O| Aug 28 17:49:25.122 INFO STEP 30 (ensure_file) COMPLETE |
7771 | 2024-08-28T17:49:26.396Z | [ recovery-image] Aug 28 17:49:25.122 INFO O| Aug 28 17:49:25.122 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7772 | 2024-08-28T17:49:26.404Z | [ recovery-image] Aug 28 17:49:25.132 INFO O| Aug 28 17:49:25.132 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7773 | 2024-08-28T17:49:26.406Z | [ recovery-image] Aug 28 17:49:25.132 INFO O| Aug 28 17:49:25.132 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7774 | 2024-08-28T17:49:26.406Z | [ recovery-image] Aug 28 17:49:25.132 INFO O| Aug 28 17:49:25.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7775 | 2024-08-28T17:49:26.406Z | [ recovery-image] Aug 28 17:49:25.132 INFO O| Aug 28 17:49:25.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7776 | 2024-08-28T17:49:26.406Z | [ recovery-image] Aug 28 17:49:25.132 INFO O| Aug 28 17:49:25.132 INFO ok! |
7777 | 2024-08-28T17:49:26.406Z | [ recovery-image] Aug 28 17:49:25.132 INFO O| Aug 28 17:49:25.132 INFO STEP 31 (ensure_file) COMPLETE |
7778 | 2024-08-28T17:49:26.406Z | [ recovery-image] Aug 28 17:49:25.132 INFO O| Aug 28 17:49:25.132 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7779 | 2024-08-28T17:49:26.414Z | [ recovery-image] Aug 28 17:49:25.142 INFO O| Aug 28 17:49:25.142 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7780 | 2024-08-28T17:49:26.414Z | [ recovery-image] Aug 28 17:49:25.142 INFO O| Aug 28 17:49:25.142 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7781 | 2024-08-28T17:49:26.416Z | [ recovery-image] Aug 28 17:49:25.143 INFO O| Aug 28 17:49:25.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7782 | 2024-08-28T17:49:26.416Z | [ recovery-image] Aug 28 17:49:25.143 INFO O| Aug 28 17:49:25.143 INFO ok! |
7783 | 2024-08-28T17:49:26.416Z | [ recovery-image] Aug 28 17:49:25.143 INFO O| Aug 28 17:49:25.143 INFO STEP 32 (ensure_file) COMPLETE |
7784 | 2024-08-28T17:49:26.416Z | [ recovery-image] Aug 28 17:49:25.143 INFO O| Aug 28 17:49:25.143 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7785 | 2024-08-28T17:49:26.424Z | [ recovery-image] Aug 28 17:49:25.152 INFO O| Aug 28 17:49:25.152 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7786 | 2024-08-28T17:49:26.424Z | [ recovery-image] Aug 28 17:49:25.153 INFO O| Aug 28 17:49:25.152 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7787 | 2024-08-28T17:49:26.424Z | [ recovery-image] Aug 28 17:49:25.153 INFO O| Aug 28 17:49:25.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7788 | 2024-08-28T17:49:26.426Z | [ recovery-image] Aug 28 17:49:25.153 INFO O| Aug 28 17:49:25.153 INFO ok! |
7789 | 2024-08-28T17:49:26.426Z | [ recovery-image] Aug 28 17:49:25.153 INFO O| Aug 28 17:49:25.153 INFO STEP 33 (ensure_file) COMPLETE |
7790 | 2024-08-28T17:49:26.426Z | [ recovery-image] Aug 28 17:49:25.153 INFO O| Aug 28 17:49:25.153 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7791 | 2024-08-28T17:49:26.434Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7792 | 2024-08-28T17:49:26.434Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7793 | 2024-08-28T17:49:26.437Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7794 | 2024-08-28T17:49:26.437Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7795 | 2024-08-28T17:49:26.437Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7796 | 2024-08-28T17:49:26.437Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7797 | 2024-08-28T17:49:26.437Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO ok! |
7798 | 2024-08-28T17:49:26.437Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO STEP 34 (ensure_file) COMPLETE |
7799 | 2024-08-28T17:49:26.437Z | [ recovery-image] Aug 28 17:49:25.163 INFO O| Aug 28 17:49:25.163 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7800 | 2024-08-28T17:49:26.444Z | [ recovery-image] Aug 28 17:49:25.172 INFO O| Aug 28 17:49:25.172 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7801 | 2024-08-28T17:49:26.446Z | [ recovery-image] Aug 28 17:49:25.173 INFO O| Aug 28 17:49:25.173 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7802 | 2024-08-28T17:49:26.446Z | [ recovery-image] Aug 28 17:49:25.173 INFO O| Aug 28 17:49:25.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7803 | 2024-08-28T17:49:26.446Z | [ recovery-image] Aug 28 17:49:25.173 INFO O| Aug 28 17:49:25.173 INFO STEP 35 (ensure_dir) COMPLETE |
7804 | 2024-08-28T17:49:26.446Z | [ recovery-image] Aug 28 17:49:25.173 INFO O| Aug 28 17:49:25.173 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7805 | 2024-08-28T17:49:26.454Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 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 |
7806 | 2024-08-28T17:49:26.456Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 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 ... |
7807 | 2024-08-28T17:49:26.456Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 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 |
7808 | 2024-08-28T17:49:26.456Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 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 |
7809 | 2024-08-28T17:49:26.457Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 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 |
7810 | 2024-08-28T17:49:26.457Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 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 |
7811 | 2024-08-28T17:49:26.457Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 INFO ok! |
7812 | 2024-08-28T17:49:26.457Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 INFO STEP 36 (ensure_file) COMPLETE |
7813 | 2024-08-28T17:49:26.457Z | [ recovery-image] Aug 28 17:49:25.183 INFO O| Aug 28 17:49:25.183 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7814 | 2024-08-28T17:49:26.465Z | [ recovery-image] Aug 28 17:49:25.193 INFO O| Aug 28 17:49:25.193 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7815 | 2024-08-28T17:49:26.465Z | [ recovery-image] Aug 28 17:49:25.193 INFO O| Aug 28 17:49:25.193 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 ... |
7816 | 2024-08-28T17:49:26.467Z | [ recovery-image] Aug 28 17:49:25.193 INFO O| Aug 28 17:49:25.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7817 | 2024-08-28T17:49:26.468Z | [ recovery-image] Aug 28 17:49:25.193 INFO O| Aug 28 17:49:25.193 INFO ok! |
7818 | 2024-08-28T17:49:26.468Z | [ recovery-image] Aug 28 17:49:25.193 INFO O| Aug 28 17:49:25.193 INFO STEP 37 (ensure_symlink) COMPLETE |
7819 | 2024-08-28T17:49:26.468Z | [ recovery-image] Aug 28 17:49:25.193 INFO O| Aug 28 17:49:25.193 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7820 | 2024-08-28T17:49:26.475Z | [ recovery-image] Aug 28 17:49:25.202 INFO O| Aug 28 17:49:25.202 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7821 | 2024-08-28T17:49:26.475Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.202 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7822 | 2024-08-28T17:49:26.482Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.203 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7823 | 2024-08-28T17:49:26.482Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.203 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7824 | 2024-08-28T17:49:26.482Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.203 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7825 | 2024-08-28T17:49:26.482Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7826 | 2024-08-28T17:49:26.482Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.203 INFO ok! |
7827 | 2024-08-28T17:49:26.482Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.203 INFO STEP 38 (ensure_file) COMPLETE |
7828 | 2024-08-28T17:49:26.482Z | [ recovery-image] Aug 28 17:49:25.203 INFO O| Aug 28 17:49:25.203 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7829 | 2024-08-28T17:49:26.485Z | [ recovery-image] Aug 28 17:49:25.213 INFO O| Aug 28 17:49:25.213 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7830 | 2024-08-28T17:49:26.485Z | [ recovery-image] Aug 28 17:49:25.213 INFO O| Aug 28 17:49:25.213 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 ... |
7831 | 2024-08-28T17:49:26.485Z | [ recovery-image] Aug 28 17:49:25.213 INFO O| Aug 28 17:49:25.213 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 |
7832 | 2024-08-28T17:49:26.485Z | [ recovery-image] Aug 28 17:49:25.213 INFO O| Aug 28 17:49:25.213 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7833 | 2024-08-28T17:49:26.485Z | [ recovery-image] Aug 28 17:49:25.213 INFO O| Aug 28 17:49:25.213 INFO ok! |
7834 | 2024-08-28T17:49:26.485Z | [ recovery-image] Aug 28 17:49:25.213 INFO O| Aug 28 17:49:25.213 INFO STEP 39 (ensure_file) COMPLETE |
7835 | 2024-08-28T17:49:26.485Z | [ recovery-image] Aug 28 17:49:25.213 INFO O| Aug 28 17:49:25.213 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7836 | 2024-08-28T17:49:26.494Z | [ recovery-image] Aug 28 17:49:25.223 INFO O| Aug 28 17:49:25.223 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7837 | 2024-08-28T17:49:26.494Z | [ recovery-image] Aug 28 17:49:25.223 INFO O| Aug 28 17:49:25.223 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7838 | 2024-08-28T17:49:26.497Z | [ recovery-image] Aug 28 17:49:25.223 INFO O| Aug 28 17:49:25.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7839 | 2024-08-28T17:49:26.497Z | [ recovery-image] Aug 28 17:49:25.223 INFO O| Aug 28 17:49:25.223 INFO ok! |
7840 | 2024-08-28T17:49:26.497Z | [ recovery-image] Aug 28 17:49:25.223 INFO O| Aug 28 17:49:25.223 INFO STEP 40 (ensure_file) COMPLETE |
7841 | 2024-08-28T17:49:26.497Z | [ recovery-image] Aug 28 17:49:25.223 INFO O| Aug 28 17:49:25.223 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7842 | 2024-08-28T17:49:26.505Z | [ recovery-image] Aug 28 17:49:25.233 INFO O| Aug 28 17:49:25.233 INFO updating shadow file |
7843 | 2024-08-28T17:49:26.507Z | [ recovery-image] Aug 28 17:49:25.233 INFO O| Aug 28 17:49:25.233 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7844 | 2024-08-28T17:49:26.507Z | [ recovery-image] Aug 28 17:49:25.233 INFO O| Aug 28 17:49:25.233 INFO STEP 41 (shadow) COMPLETE |
7845 | 2024-08-28T17:49:26.507Z | [ recovery-image] Aug 28 17:49:25.233 INFO O| Aug 28 17:49:25.233 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7846 | 2024-08-28T17:49:26.515Z | [ recovery-image] Aug 28 17:49:25.244 INFO O| Aug 28 17:49:25.243 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7847 | 2024-08-28T17:49:26.518Z | [ recovery-image] Aug 28 17:49:25.244 INFO O| Aug 28 17:49:25.244 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7848 | 2024-08-28T17:49:26.518Z | [ recovery-image] Aug 28 17:49:25.244 INFO O| Aug 28 17:49:25.244 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7849 | 2024-08-28T17:49:26.518Z | [ recovery-image] Aug 28 17:49:25.244 INFO O| Aug 28 17:49:25.244 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7850 | 2024-08-28T17:49:26.518Z | [ recovery-image] Aug 28 17:49:25.244 INFO O| Aug 28 17:49:25.244 INFO ok! |
7851 | 2024-08-28T17:49:26.518Z | [ recovery-image] Aug 28 17:49:25.244 INFO O| Aug 28 17:49:25.244 INFO STEP 42 (ensure_file) COMPLETE |
7852 | 2024-08-28T17:49:26.518Z | [ recovery-image] Aug 28 17:49:25.244 INFO O| Aug 28 17:49:25.244 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7853 | 2024-08-28T17:49:26.525Z | [ recovery-image] Aug 28 17:49:25.253 INFO O| Aug 28 17:49:25.253 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7854 | 2024-08-28T17:49:26.525Z | [ recovery-image] Aug 28 17:49:25.254 INFO O| Aug 28 17:49:25.253 INFO STEP 43 (ensure_dir) COMPLETE |
7855 | 2024-08-28T17:49:26.527Z | [ recovery-image] Aug 28 17:49:25.254 INFO O| Aug 28 17:49:25.253 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7856 | 2024-08-28T17:49:26.535Z | [ recovery-image] Aug 28 17:49:25.263 INFO O| Aug 28 17:49:25.263 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7857 | 2024-08-28T17:49:26.535Z | [ recovery-image] Aug 28 17:49:25.263 INFO O| Aug 28 17:49:25.263 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7858 | 2024-08-28T17:49:26.537Z | [ recovery-image] Aug 28 17:49:25.263 INFO O| Aug 28 17:49:25.263 INFO STEP 44 (ensure_dir) COMPLETE |
7859 | 2024-08-28T17:49:26.537Z | [ recovery-image] Aug 28 17:49:25.263 INFO O| Aug 28 17:49:25.263 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7860 | 2024-08-28T17:49:26.548Z | [ recovery-image] Aug 28 17:49:25.276 INFO O| Aug 28 17:49:25.276 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7861 | 2024-08-28T17:49:26.550Z | [ recovery-image] Aug 28 17:49:25.276 INFO O| Aug 28 17:49:25.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7862 | 2024-08-28T17:49:26.550Z | [ recovery-image] Aug 28 17:49:25.276 INFO O| Aug 28 17:49:25.276 INFO STEP 45 (ensure_dir) COMPLETE |
7863 | 2024-08-28T17:49:26.550Z | [ recovery-image] Aug 28 17:49:25.276 INFO O| Aug 28 17:49:25.276 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7864 | 2024-08-28T17:49:26.558Z | [ recovery-image] Aug 28 17:49:25.287 INFO O| Aug 28 17:49:25.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7865 | 2024-08-28T17:49:26.558Z | [ recovery-image] Aug 28 17:49:25.287 INFO O| Aug 28 17:49:25.287 INFO copying /tmp/.tmp7rfXy1/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7866 | 2024-08-28T17:49:26.587Z | [ recovery-image] Aug 28 17:49:25.315 INFO O| Aug 28 17:49:25.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7867 | 2024-08-28T17:49:26.587Z | [ recovery-image] Aug 28 17:49:25.315 INFO O| Aug 28 17:49:25.315 INFO ok! |
7868 | 2024-08-28T17:49:26.589Z | [ recovery-image] Aug 28 17:49:25.315 INFO O| Aug 28 17:49:25.315 INFO STEP 46 (ensure_file) COMPLETE |
7869 | 2024-08-28T17:49:26.589Z | [ recovery-image] Aug 28 17:49:25.315 INFO O| Aug 28 17:49:25.315 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7870 | 2024-08-28T17:49:26.598Z | [ recovery-image] Aug 28 17:49:25.326 INFO O| Aug 28 17:49:25.326 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7871 | 2024-08-28T17:49:26.598Z | [ recovery-image] Aug 28 17:49:25.326 INFO O| Aug 28 17:49:25.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7872 | 2024-08-28T17:49:26.601Z | [ recovery-image] Aug 28 17:49:25.326 INFO O| Aug 28 17:49:25.326 INFO STEP 47 (ensure_dir) COMPLETE |
7873 | 2024-08-28T17:49:26.601Z | [ recovery-image] Aug 28 17:49:25.326 INFO O| Aug 28 17:49:25.326 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7874 | 2024-08-28T17:49:26.610Z | [ recovery-image] Aug 28 17:49:25.338 INFO O| Aug 28 17:49:25.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7875 | 2024-08-28T17:49:26.610Z | [ recovery-image] Aug 28 17:49:25.338 INFO O| Aug 28 17:49:25.338 INFO copying /tmp/.tmp7rfXy1/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7876 | 2024-08-28T17:49:26.612Z | [ recovery-image] Aug 28 17:49:25.339 INFO O| Aug 28 17:49:25.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7877 | 2024-08-28T17:49:26.612Z | [ recovery-image] Aug 28 17:49:25.339 INFO O| Aug 28 17:49:25.339 INFO ok! |
7878 | 2024-08-28T17:49:26.612Z | [ recovery-image] Aug 28 17:49:25.339 INFO O| Aug 28 17:49:25.339 INFO STEP 48 (ensure_file) COMPLETE |
7879 | 2024-08-28T17:49:26.612Z | [ recovery-image] Aug 28 17:49:25.339 INFO O| Aug 28 17:49:25.339 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7880 | 2024-08-28T17:49:26.620Z | [ recovery-image] Aug 28 17:49:25.349 INFO O| Aug 28 17:49:25.349 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7881 | 2024-08-28T17:49:26.620Z | [ recovery-image] Aug 28 17:49:25.349 INFO O| Aug 28 17:49:25.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7882 | 2024-08-28T17:49:26.622Z | [ recovery-image] Aug 28 17:49:25.349 INFO O| Aug 28 17:49:25.349 INFO STEP 49 (ensure_dir) COMPLETE |
7883 | 2024-08-28T17:49:26.622Z | [ recovery-image] Aug 28 17:49:25.349 INFO O| Aug 28 17:49:25.349 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7884 | 2024-08-28T17:49:26.630Z | [ recovery-image] Aug 28 17:49:25.359 INFO O| Aug 28 17:49:25.358 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7885 | 2024-08-28T17:49:26.630Z | [ recovery-image] Aug 28 17:49:25.359 INFO O| Aug 28 17:49:25.358 INFO copying /tmp/.tmp7rfXy1/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7886 | 2024-08-28T17:49:26.645Z | [ recovery-image] Aug 28 17:49:25.373 INFO O| Aug 28 17:49:25.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7887 | 2024-08-28T17:49:26.645Z | [ recovery-image] Aug 28 17:49:25.373 INFO O| Aug 28 17:49:25.373 INFO ok! |
7888 | 2024-08-28T17:49:26.647Z | [ recovery-image] Aug 28 17:49:25.373 INFO O| Aug 28 17:49:25.373 INFO STEP 50 (ensure_file) COMPLETE |
7889 | 2024-08-28T17:49:26.647Z | [ recovery-image] Aug 28 17:49:25.373 INFO O| Aug 28 17:49:25.373 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7890 | 2024-08-28T17:49:26.656Z | [ recovery-image] Aug 28 17:49:25.385 INFO O| Aug 28 17:49:25.385 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7891 | 2024-08-28T17:49:26.659Z | [ recovery-image] Aug 28 17:49:25.385 INFO O| Aug 28 17:49:25.385 INFO copying /tmp/.tmp7rfXy1/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7892 | 2024-08-28T17:49:27.140Z | [ recovery-image] Aug 28 17:49:25.868 INFO O| Aug 28 17:49:25.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7893 | 2024-08-28T17:49:27.140Z | [ recovery-image] Aug 28 17:49:25.868 INFO O| Aug 28 17:49:25.868 INFO ok! |
7894 | 2024-08-28T17:49:27.140Z | [ recovery-image] Aug 28 17:49:25.868 INFO O| Aug 28 17:49:25.868 INFO STEP 51 (ensure_file) COMPLETE |
7895 | 2024-08-28T17:49:27.140Z | [ recovery-image] Aug 28 17:49:25.868 INFO O| Aug 28 17:49:25.868 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7896 | 2024-08-28T17:49:27.151Z | [ recovery-image] Aug 28 17:49:25.879 INFO O| Aug 28 17:49:25.879 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7897 | 2024-08-28T17:49:27.153Z | [ recovery-image] Aug 28 17:49:25.879 INFO O| Aug 28 17:49:25.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7898 | 2024-08-28T17:49:27.153Z | [ recovery-image] Aug 28 17:49:25.879 INFO O| Aug 28 17:49:25.879 INFO STEP 52 (ensure_dir) COMPLETE |
7899 | 2024-08-28T17:49:27.153Z | [ recovery-image] Aug 28 17:49:25.879 INFO O| Aug 28 17:49:25.879 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7900 | 2024-08-28T17:49:27.161Z | [ recovery-image] Aug 28 17:49:25.890 INFO O| Aug 28 17:49:25.890 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7901 | 2024-08-28T17:49:27.161Z | [ recovery-image] Aug 28 17:49:25.890 INFO O| Aug 28 17:49:25.890 INFO copying /tmp/.tmp7rfXy1/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 ... |
7902 | 2024-08-28T17:49:27.164Z | [ recovery-image] Aug 28 17:49:25.890 INFO O| Aug 28 17:49:25.890 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 |
7903 | 2024-08-28T17:49:27.164Z | [ recovery-image] Aug 28 17:49:25.890 INFO O| Aug 28 17:49:25.890 INFO ok! |
7904 | 2024-08-28T17:49:27.164Z | [ recovery-image] Aug 28 17:49:25.890 INFO O| Aug 28 17:49:25.890 INFO STEP 53 (ensure_file) COMPLETE |
7905 | 2024-08-28T17:49:27.164Z | [ recovery-image] Aug 28 17:49:25.890 INFO O| Aug 28 17:49:25.890 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7906 | 2024-08-28T17:49:28.174Z | [ recovery-image] Aug 28 17:49:25.900 INFO O| Aug 28 17:49:25.900 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7907 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.900 INFO O| Aug 28 17:49:25.900 INFO copying /tmp/.tmp7rfXy1/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 ... |
7908 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.900 INFO O| Aug 28 17:49:25.900 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 |
7909 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.900 INFO O| Aug 28 17:49:25.900 INFO ok! |
7910 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.900 INFO O| Aug 28 17:49:25.900 INFO STEP 54 (ensure_file) COMPLETE |
7911 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.900 INFO O| Aug 28 17:49:25.900 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7912 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.910 INFO O| Aug 28 17:49:25.910 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7913 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.910 INFO O| Aug 28 17:49:25.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7914 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.910 INFO O| Aug 28 17:49:25.910 INFO STEP 55 (ensure_dir) COMPLETE |
7915 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.910 INFO O| Aug 28 17:49:25.910 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7916 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.921 INFO O| Aug 28 17:49:25.921 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7917 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.921 INFO O| Aug 28 17:49:25.921 INFO copying /tmp/.tmp7rfXy1/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 ... |
7918 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.921 INFO O| Aug 28 17:49:25.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7919 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.921 INFO O| Aug 28 17:49:25.921 INFO ok! |
7920 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.921 INFO O| Aug 28 17:49:25.921 INFO STEP 56 (ensure_file) COMPLETE |
7921 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.921 INFO O| Aug 28 17:49:25.921 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7922 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.931 INFO O| Aug 28 17:49:25.931 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7923 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.931 INFO O| Aug 28 17:49:25.931 INFO copying /tmp/.tmp7rfXy1/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 ... |
7924 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.931 INFO O| Aug 28 17:49:25.931 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 |
7925 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.931 INFO O| Aug 28 17:49:25.931 INFO ok! |
7926 | 2024-08-28T17:49:28.178Z | [ recovery-image] Aug 28 17:49:25.931 INFO O| Aug 28 17:49:25.931 INFO STEP 57 (ensure_file) COMPLETE |
7927 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.932 INFO O| Aug 28 17:49:25.931 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7928 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.941 INFO O| Aug 28 17:49:25.941 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7929 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.942 INFO O| Aug 28 17:49:25.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7930 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.942 INFO O| Aug 28 17:49:25.942 INFO STEP 58 (ensure_dir) COMPLETE |
7931 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.942 INFO O| Aug 28 17:49:25.942 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7932 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.952 INFO O| Aug 28 17:49:25.952 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7933 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.952 INFO O| Aug 28 17:49:25.952 INFO copying /tmp/.tmp7rfXy1/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 ... |
7934 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.952 INFO O| Aug 28 17:49:25.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7935 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.952 INFO O| Aug 28 17:49:25.952 INFO ok! |
7936 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.952 INFO O| Aug 28 17:49:25.952 INFO STEP 59 (ensure_file) COMPLETE |
7937 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.952 INFO O| Aug 28 17:49:25.952 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7938 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.962 INFO O| Aug 28 17:49:25.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7939 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.962 INFO O| Aug 28 17:49:25.962 INFO copying /tmp/.tmp7rfXy1/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7940 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.962 INFO O| Aug 28 17:49:25.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7941 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.962 INFO O| Aug 28 17:49:25.962 INFO ok! |
7942 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.962 INFO O| Aug 28 17:49:25.962 INFO STEP 60 (ensure_file) COMPLETE |
7943 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.962 INFO O| Aug 28 17:49:25.962 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7944 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.973 INFO O| Aug 28 17:49:25.972 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7945 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.973 INFO O| Aug 28 17:49:25.972 INFO STEP 61 (ensure_dir) COMPLETE |
7946 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.973 INFO O| Aug 28 17:49:25.973 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7947 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.984 INFO O| Aug 28 17:49:25.984 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7948 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.984 INFO O| Aug 28 17:49:25.984 INFO STEP 62 (ensure_dir) COMPLETE |
7949 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.984 INFO O| Aug 28 17:49:25.984 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7950 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.994 INFO O| Aug 28 17:49:25.994 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7951 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.994 INFO O| Aug 28 17:49:25.994 INFO STEP 63 (ensure_dir) COMPLETE |
7952 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:25.994 INFO O| Aug 28 17:49:25.994 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7953 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.005 INFO O| Aug 28 17:49:26.004 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7954 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.005 INFO O| Aug 28 17:49:26.005 INFO STEP 64 (ensure_dir) COMPLETE |
7955 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.005 INFO O| Aug 28 17:49:26.005 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7956 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.016 INFO O| Aug 28 17:49:26.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7957 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.017 INFO O| Aug 28 17:49:26.016 INFO copying /tmp/.tmp7rfXy1/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7958 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.017 INFO O| Aug 28 17:49:26.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7959 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.017 INFO O| Aug 28 17:49:26.017 INFO ok! |
7960 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.017 INFO O| Aug 28 17:49:26.017 INFO STEP 65 (ensure_file) COMPLETE |
7961 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.017 INFO O| Aug 28 17:49:26.017 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7962 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.026 INFO O| Aug 28 17:49:26.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7963 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.027 INFO O| Aug 28 17:49:26.027 INFO STEP 66 (remove_files) COMPLETE |
7964 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.027 INFO O| Aug 28 17:49:26.027 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7965 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.037 INFO O| Aug 28 17:49:26.037 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7966 | 2024-08-28T17:49:28.179Z | [ recovery-image] Aug 28 17:49:26.037 INFO O| Aug 28 17:49:26.037 INFO STEP 67 (remove_files) COMPLETE |
7967 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.037 INFO O| Aug 28 17:49:26.037 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7968 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.046 INFO O| Aug 28 17:49:26.046 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7969 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.046 INFO O| Aug 28 17:49:26.046 INFO STEP 68 (remove_files) COMPLETE |
7970 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.046 INFO O| Aug 28 17:49:26.046 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7971 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.056 INFO O| Aug 28 17:49:26.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7972 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.056 INFO O| Aug 28 17:49:26.056 INFO STEP 69 (remove_files) COMPLETE |
7973 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.056 INFO O| Aug 28 17:49:26.056 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7974 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.066 INFO O| Aug 28 17:49:26.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7975 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.066 INFO O| Aug 28 17:49:26.066 INFO STEP 70 (remove_files) COMPLETE |
7976 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.066 INFO O| Aug 28 17:49:26.066 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7977 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.076 INFO O| Aug 28 17:49:26.076 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7978 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.076 INFO O| Aug 28 17:49:26.076 INFO STEP 71 (remove_files) COMPLETE |
7979 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.076 INFO O| Aug 28 17:49:26.076 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7980 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.086 INFO O| Aug 28 17:49:26.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7981 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.086 INFO O| Aug 28 17:49:26.086 INFO STEP 72 (remove_files) COMPLETE |
7982 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.086 INFO O| Aug 28 17:49:26.086 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7983 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.096 INFO O| Aug 28 17:49:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7984 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.096 INFO O| Aug 28 17:49:26.096 INFO STEP 73 (remove_files) COMPLETE |
7985 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.096 INFO O| Aug 28 17:49:26.096 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7986 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.106 INFO O| Aug 28 17:49:26.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7987 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.106 INFO O| Aug 28 17:49:26.106 INFO STEP 74 (remove_files) COMPLETE |
7988 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.106 INFO O| Aug 28 17:49:26.106 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7989 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.116 INFO O| Aug 28 17:49:26.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7990 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.116 INFO O| Aug 28 17:49:26.116 INFO STEP 75 (remove_files) COMPLETE |
7991 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.116 INFO O| Aug 28 17:49:26.116 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7992 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.125 INFO O| Aug 28 17:49:26.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7993 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.126 INFO O| Aug 28 17:49:26.126 INFO STEP 76 (remove_files) COMPLETE |
7994 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.126 INFO O| Aug 28 17:49:26.126 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7995 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.135 INFO O| Aug 28 17:49:26.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7996 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.135 INFO O| Aug 28 17:49:26.135 INFO STEP 77 (remove_files) COMPLETE |
7997 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.135 INFO O| Aug 28 17:49:26.135 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7998 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.145 INFO O| Aug 28 17:49:26.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7999 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.145 INFO O| Aug 28 17:49:26.145 INFO STEP 78 (remove_files) COMPLETE |
8000 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.145 INFO O| Aug 28 17:49:26.145 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8001 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.155 INFO O| Aug 28 17:49:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8002 | 2024-08-28T17:49:28.180Z | [ recovery-image] Aug 28 17:49:26.155 INFO O| Aug 28 17:49:26.155 INFO STEP 79 (remove_files) COMPLETE |
8003 | 2024-08-28T17:49:28.181Z | [ recovery-image] Aug 28 17:49:26.155 INFO O| Aug 28 17:49:26.155 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8004 | 2024-08-28T17:49:28.181Z | [ recovery-image] Aug 28 17:49:26.164 INFO O| Aug 28 17:49:26.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8005 | 2024-08-28T17:49:28.181Z | [ recovery-image] Aug 28 17:49:26.164 INFO O| Aug 28 17:49:26.164 INFO STEP 80 (remove_files) COMPLETE |
8006 | 2024-08-28T17:49:28.181Z | [ recovery-image] Aug 28 17:49:26.164 INFO O| Aug 28 17:49:26.164 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8007 | 2024-08-28T17:49:28.183Z | [ recovery-image] Aug 28 17:49:26.174 INFO O| Aug 28 17:49:26.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8008 | 2024-08-28T17:49:28.183Z | [ recovery-image] Aug 28 17:49:26.174 INFO O| Aug 28 17:49:26.174 INFO STEP 81 (remove_files) COMPLETE |
8009 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.174 INFO O| Aug 28 17:49:26.174 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8010 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.184 INFO O| Aug 28 17:49:26.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8011 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.184 INFO O| Aug 28 17:49:26.184 INFO STEP 82 (remove_files) COMPLETE |
8012 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.184 INFO O| Aug 28 17:49:26.184 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8013 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.194 INFO O| Aug 28 17:49:26.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8014 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.194 INFO O| Aug 28 17:49:26.194 INFO STEP 83 (remove_files) COMPLETE |
8015 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.194 INFO O| Aug 28 17:49:26.194 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8016 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.203 INFO O| Aug 28 17:49:26.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8017 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.204 INFO O| Aug 28 17:49:26.203 INFO STEP 84 (remove_files) COMPLETE |
8018 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.204 INFO O| Aug 28 17:49:26.204 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8019 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.213 INFO O| Aug 28 17:49:26.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8020 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.213 INFO O| Aug 28 17:49:26.213 INFO STEP 85 (remove_files) COMPLETE |
8021 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.213 INFO O| Aug 28 17:49:26.213 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8022 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.223 INFO O| Aug 28 17:49:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8023 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.223 INFO O| Aug 28 17:49:26.223 INFO STEP 86 (remove_files) COMPLETE |
8024 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.223 INFO O| Aug 28 17:49:26.223 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8025 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.232 INFO O| Aug 28 17:49:26.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8026 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.232 INFO O| Aug 28 17:49:26.232 INFO STEP 87 (remove_files) COMPLETE |
8027 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.232 INFO O| Aug 28 17:49:26.232 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8028 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.242 INFO O| Aug 28 17:49:26.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8029 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.242 INFO O| Aug 28 17:49:26.242 INFO STEP 88 (remove_files) COMPLETE |
8030 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.242 INFO O| Aug 28 17:49:26.242 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8031 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.253 INFO O| Aug 28 17:49:26.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8032 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.253 INFO O| Aug 28 17:49:26.253 INFO STEP 89 (remove_files) COMPLETE |
8033 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.253 INFO O| Aug 28 17:49:26.253 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8034 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.262 INFO O| Aug 28 17:49:26.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8035 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.262 INFO O| Aug 28 17:49:26.262 INFO STEP 90 (remove_files) COMPLETE |
8036 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.262 INFO O| Aug 28 17:49:26.262 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8037 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.272 INFO O| Aug 28 17:49:26.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8038 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.272 INFO O| Aug 28 17:49:26.272 INFO STEP 91 (remove_files) COMPLETE |
8039 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.272 INFO O| Aug 28 17:49:26.272 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8040 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.283 INFO O| Aug 28 17:49:26.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8041 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.283 INFO O| Aug 28 17:49:26.283 INFO STEP 92 (remove_files) COMPLETE |
8042 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.283 INFO O| Aug 28 17:49:26.283 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8043 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.293 INFO O| Aug 28 17:49:26.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8044 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.293 INFO O| Aug 28 17:49:26.293 INFO STEP 93 (remove_files) COMPLETE |
8045 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.293 INFO O| Aug 28 17:49:26.293 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8046 | 2024-08-28T17:49:28.184Z | [ recovery-image] Aug 28 17:49:26.302 INFO O| Aug 28 17:49:26.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8047 | 2024-08-28T17:49:28.185Z | [ recovery-image] Aug 28 17:49:26.303 INFO O| Aug 28 17:49:26.303 INFO STEP 94 (remove_files) COMPLETE |
8048 | 2024-08-28T17:49:28.185Z | [ recovery-image] Aug 28 17:49:26.303 INFO O| Aug 28 17:49:26.303 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8049 | 2024-08-28T17:49:28.185Z | [ recovery-image] Aug 28 17:49:26.318 INFO O| Aug 28 17:49:26.318 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8050 | 2024-08-28T17:49:28.185Z | [ recovery-image] Aug 28 17:49:26.318 INFO O| Aug 28 17:49:26.318 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_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"} |
8051 | 2024-08-28T17:49:34.534Z | [ recovery-image] Aug 28 17:49:33.261 INFO O| Aug 28 17:49:33.261 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 |
8052 | 2024-08-28T17:49:34.534Z | [ recovery-image] Aug 28 17:49:33.261 INFO O| Aug 28 17:49:33.261 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8053 | 2024-08-28T17:49:34.547Z | [ recovery-image] Aug 28 17:49:33.274 INFO O| Aug 28 17:49:33.274 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8054 | 2024-08-28T17:49:34.628Z | [ recovery-image] Aug 28 17:49:33.354 INFO O| Aug 28 17:49:33.354 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8055 | 2024-08-28T17:49:34.628Z | [ recovery-image] Aug 28 17:49:33.355 INFO O| Aug 28 17:49:33.354 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 ... |
8056 | 2024-08-28T17:49:34.631Z | [ recovery-image] Aug 28 17:49:33.356 INFO O| Aug 28 17:49:33.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8057 | 2024-08-28T17:49:34.631Z | [ recovery-image] Aug 28 17:49:33.356 INFO O| Aug 28 17:49:33.356 INFO ok! |
8058 | 2024-08-28T17:49:34.631Z | [ recovery-image] Aug 28 17:49:33.356 INFO O| Aug 28 17:49:33.356 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8059 | 2024-08-28T17:49:34.631Z | [ recovery-image] Aug 28 17:49:33.357 INFO O| Aug 28 17:49:33.356 INFO STEP 95 (seed_smf) COMPLETE |
8060 | 2024-08-28T17:49:34.631Z | [ recovery-image] Aug 28 17:49:33.357 INFO O| Aug 28 17:49:33.357 INFO steps complete; finalising image! |
8061 | 2024-08-28T17:49:34.631Z | [ recovery-image] Aug 28 17:49:33.357 INFO O| Aug 28 17:49:33.357 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8062 | 2024-08-28T17:49:34.665Z | [ recovery-image] Aug 28 17:49:33.390 INFO O| Aug 28 17:49:33.390 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed Aug 28 17:49:33 2024) |
8063 | 2024-08-28T17:49:34.886Z | [ recovery-image] Aug 28 17:49:33.613 INFO O| Aug 28 17:49:33.612 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
8064 | 2024-08-28T17:49:34.886Z | [ recovery-image] Aug 28 17:49:33.613 INFO O| Aug 28 17:49:33.612 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8065 | 2024-08-28T17:49:35.117Z | [ recovery-image] Aug 28 17:49:33.843 INFO O| Aug 28 17:49:33.843 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 |
8066 | 2024-08-28T17:49:35.117Z | [ recovery-image] Aug 28 17:49:33.843 INFO O| Aug 28 17:49:33.843 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8067 | 2024-08-28T17:49:38.345Z | [ recovery-image] Aug 28 17:49:37.070 INFO O| Aug 28 17:49:37.070 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8068 | 2024-08-28T17:49:38.345Z | [ recovery-image] Aug 28 17:49:37.070 INFO O| Aug 28 17:49:37.070 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8069 | 2024-08-28T17:49:38.348Z | [ recovery-image] Aug 28 17:49:37.070 INFO O| Aug 28 17:49:37.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8070 | 2024-08-28T17:49:38.348Z | [ recovery-image] Aug 28 17:49:37.070 INFO O| Aug 28 17:49:37.070 INFO completed processing gimlet/zfs-recovery |
8071 | 2024-08-28T17:49:38.348Z | [ recovery-image] Aug 28 17:49:37.070 INFO O| Aug 28 17:49:37.070 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8072 | 2024-08-28T17:49:38.637Z | [ recovery-image] Aug 28 17:49:37.362 INFO O| Aug 28 17:49:37.362 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8073 | 2024-08-28T17:49:38.757Z | [ recovery-image] Aug 28 17:49:37.483 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
8074 | 2024-08-28T17:49:38.760Z | [ recovery-image] Aug 28 17:49:37.483 INFO expanded image name: "recovery 474ec13/${os_short_commit} 2024-08-28 17:22" -> "recovery 474ec13/2408c3f 2024-08-28 17:22" |
8075 | 2024-08-28T17:49:38.760Z | [ recovery-image] Aug 28 17:49:37.484 INFO output artefacts stored in: "/work/os-recovery" |
8076 | 2024-08-28T17:49:38.760Z | [ recovery-image] Aug 28 17:49:37.484 INFO collecting git info from project "pilot"... |
8077 | 2024-08-28T17:49:38.774Z | [ recovery-image] Aug 28 17:49:37.500 INFO collecting git info from project "pinprick"... |
8078 | 2024-08-28T17:49:38.779Z | [ recovery-image] Aug 28 17:49:37.505 INFO collecting git info from project "bootserver"... |
8079 | 2024-08-28T17:49:38.784Z | [ recovery-image] Aug 28 17:49:37.510 INFO collecting git info from project "amd-firmware"... |
8080 | 2024-08-28T17:49:38.919Z | [ recovery-image] Aug 28 17:49:37.645 INFO collecting git info from project "image-builder"... |
8081 | 2024-08-28T17:49:38.926Z | [ recovery-image] Aug 28 17:49:37.652 INFO collecting git info from project "amd-host-image-builder"... |
8082 | 2024-08-28T17:49:39.172Z | [ recovery-image] Aug 28 17:49:37.897 INFO collecting git info from project "chelsio-t6-roms"... |
8083 | 2024-08-28T17:49:39.194Z | [ recovery-image] Aug 28 17:49:37.920 INFO collecting git info from project "phbl"... |
8084 | 2024-08-28T17:49:39.202Z | [ recovery-image] Aug 28 17:49:37.927 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8085 | 2024-08-28T17:49:39.580Z | [ recovery-image] Aug 28 17:49:38.305 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8086 | 2024-08-28T17:49:39.951Z | [ recovery-image] Aug 28 17:49:38.677 INFO creating Oxide boot image... |
8087 | 2024-08-28T17:49:39.954Z | [ recovery-image] Aug 28 17:49:38.677 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 474ec13/2408c3f 2024-08-28 17:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8088 | 2024-08-28T17:50:12.828Z | [ host-image] Aug 28 17:50:11.547 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z |
8089 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.547 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z |
8090 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.547 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8091 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.547 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8092 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.547 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8093 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.547 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8094 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.548 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8095 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.548 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8096 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.548 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8097 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.549 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8098 | 2024-08-28T17:50:12.831Z | [ host-image] Aug 28 17:50:11.549 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z |
8099 | 2024-08-28T17:50:12.833Z | [ host-image] Aug 28 17:50:11.550 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z |
8100 | 2024-08-28T17:50:12.833Z | [ host-image] Aug 28 17:50:11.551 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z |
8101 | 2024-08-28T17:50:12.833Z | [ host-image] Aug 28 17:50:11.552 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z |
8102 | 2024-08-28T17:50:12.833Z | [ host-image] Aug 28 17:50:11.552 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8103 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.553 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z |
8104 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.553 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z |
8105 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.553 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z |
8106 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.553 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z |
8107 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.554 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z |
8108 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.554 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z |
8109 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.554 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z |
8110 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.554 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z |
8111 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.554 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z |
8112 | 2024-08-28T17:50:12.836Z | [ host-image] Aug 28 17:50:11.554 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z |
8113 | 2024-08-28T17:50:12.837Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z |
8114 | 2024-08-28T17:50:12.837Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z |
8115 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z |
8116 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8117 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z |
8118 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z |
8119 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z |
8120 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.555 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z |
8121 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.556 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z |
8122 | 2024-08-28T17:50:12.839Z | [ host-image] Aug 28 17:50:11.556 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z |
8123 | 2024-08-28T17:50:12.847Z | [ host-image] Aug 28 17:50:11.565 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8124 | 2024-08-28T17:50:12.849Z | [ host-image] Aug 28 17:50:11.566 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z |
8125 | 2024-08-28T17:50:12.849Z | [ host-image] Aug 28 17:50:11.566 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8126 | 2024-08-28T17:50:12.849Z | [ host-image] Aug 28 17:50:11.566 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8127 | 2024-08-28T17:50:12.849Z | [ host-image] Aug 28 17:50:11.567 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8128 | 2024-08-28T17:50:12.849Z | [ host-image] Aug 28 17:50:11.567 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z |
8129 | 2024-08-28T17:50:12.849Z | [ host-image] Aug 28 17:50:11.567 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8130 | 2024-08-28T17:50:12.849Z | [ host-image] Aug 28 17:50:11.567 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8131 | 2024-08-28T17:50:12.852Z | [ host-image] Aug 28 17:50:11.568 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8132 | 2024-08-28T17:50:12.852Z | [ host-image] Aug 28 17:50:11.569 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8133 | 2024-08-28T17:50:12.862Z | [ host-image] Aug 28 17:50:11.581 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8134 | 2024-08-28T17:50:12.865Z | [ host-image] Aug 28 17:50:11.581 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8135 | 2024-08-28T17:50:12.865Z | [ host-image] Aug 28 17:50:11.581 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8136 | 2024-08-28T17:50:12.865Z | [ host-image] Aug 28 17:50:11.582 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8137 | 2024-08-28T17:50:12.865Z | [ host-image] Aug 28 17:50:11.582 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8138 | 2024-08-28T17:50:12.865Z | [ host-image] Aug 28 17:50:11.582 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8139 | 2024-08-28T17:50:12.899Z | [ host-image] Aug 28 17:50:11.618 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8140 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.618 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8141 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.618 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8142 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.619 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z |
8143 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.619 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z |
8144 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.619 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8145 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.619 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z |
8146 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.620 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8147 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.620 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8148 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.620 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8149 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.620 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z |
8150 | 2024-08-28T17:50:12.902Z | [ host-image] Aug 28 17:50:11.620 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8151 | 2024-08-28T17:50:12.906Z | [ host-image] Aug 28 17:50:11.625 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8152 | 2024-08-28T17:50:12.909Z | [ host-image] Aug 28 17:50:11.625 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8153 | 2024-08-28T17:50:12.909Z | [ host-image] Aug 28 17:50:11.625 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8154 | 2024-08-28T17:50:12.909Z | [ host-image] Aug 28 17:50:11.625 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z |
8155 | 2024-08-28T17:50:12.909Z | [ host-image] Aug 28 17:50:11.625 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8156 | 2024-08-28T17:50:12.921Z | [ host-image] Aug 28 17:50:11.640 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8157 | 2024-08-28T17:50:12.924Z | [ host-image] Aug 28 17:50:11.640 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z |
8158 | 2024-08-28T17:50:12.924Z | [ host-image] Aug 28 17:50:11.642 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z |
8159 | 2024-08-28T17:50:12.926Z | [ host-image] Aug 28 17:50:11.643 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z |
8160 | 2024-08-28T17:50:12.926Z | [ host-image] Aug 28 17:50:11.643 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8161 | 2024-08-28T17:50:12.926Z | [ host-image] Aug 28 17:50:11.643 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z |
8162 | 2024-08-28T17:50:12.926Z | [ host-image] Aug 28 17:50:11.644 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z |
8163 | 2024-08-28T17:50:12.926Z | [ host-image] Aug 28 17:50:11.644 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z |
8164 | 2024-08-28T17:50:12.926Z | [ host-image] Aug 28 17:50:11.644 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z |
8165 | 2024-08-28T17:50:12.929Z | [ host-image] Aug 28 17:50:11.648 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8166 | 2024-08-28T17:50:12.932Z | [ host-image] Aug 28 17:50:11.648 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z |
8167 | 2024-08-28T17:50:12.932Z | [ host-image] Aug 28 17:50:11.649 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z |
8168 | 2024-08-28T17:50:12.932Z | [ host-image] Aug 28 17:50:11.649 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8169 | 2024-08-28T17:50:12.932Z | [ host-image] Aug 28 17:50:11.649 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z |
8170 | 2024-08-28T17:50:12.932Z | [ host-image] Aug 28 17:50:11.650 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z |
8171 | 2024-08-28T17:50:12.932Z | [ host-image] Aug 28 17:50:11.650 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z |
8172 | 2024-08-28T17:50:12.932Z | [ host-image] Aug 28 17:50:11.650 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z |
8173 | 2024-08-28T17:50:12.940Z | [ host-image] Aug 28 17:50:11.658 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z |
8174 | 2024-08-28T17:50:12.940Z | [ host-image] Aug 28 17:50:11.658 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8175 | 2024-08-28T17:50:12.942Z | [ host-image] Aug 28 17:50:11.660 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z |
8176 | 2024-08-28T17:50:12.945Z | [ host-image] Aug 28 17:50:11.662 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z |
8177 | 2024-08-28T17:50:12.945Z | [ host-image] Aug 28 17:50:11.662 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z |
8178 | 2024-08-28T17:50:12.945Z | [ host-image] Aug 28 17:50:11.662 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z |
8179 | 2024-08-28T17:50:12.945Z | [ host-image] Aug 28 17:50:11.663 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z |
8180 | 2024-08-28T17:50:12.945Z | [ host-image] Aug 28 17:50:11.663 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z |
8181 | 2024-08-28T17:50:12.955Z | [ host-image] Aug 28 17:50:11.673 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z |
8182 | 2024-08-28T17:50:12.957Z | [ host-image] Aug 28 17:50:11.673 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z |
8183 | 2024-08-28T17:50:12.957Z | [ host-image] Aug 28 17:50:11.673 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z |
8184 | 2024-08-28T17:50:12.957Z | [ host-image] Aug 28 17:50:11.675 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z |
8185 | 2024-08-28T17:50:12.957Z | [ host-image] Aug 28 17:50:11.675 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z |
8186 | 2024-08-28T17:50:12.978Z | [ host-image] Aug 28 17:50:11.696 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z |
8187 | 2024-08-28T17:50:12.978Z | [ host-image] Aug 28 17:50:11.696 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z |
8188 | 2024-08-28T17:50:12.980Z | [ host-image] Aug 28 17:50:11.696 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z |
8189 | 2024-08-28T17:50:12.980Z | [ host-image] Aug 28 17:50:11.697 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8190 | 2024-08-28T17:50:12.980Z | [ host-image] Aug 28 17:50:11.697 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8191 | 2024-08-28T17:50:13.009Z | [ host-image] Aug 28 17:50:11.726 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z |
8192 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.726 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8193 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.726 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z |
8194 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.726 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z |
8195 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.727 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z |
8196 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.727 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8197 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.728 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8198 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.728 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z |
8199 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.729 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z |
8200 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.729 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z |
8201 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.729 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z |
8202 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.729 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z |
8203 | 2024-08-28T17:50:13.012Z | [ host-image] Aug 28 17:50:11.729 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z |
8204 | 2024-08-28T17:50:13.015Z | [ host-image] Aug 28 17:50:11.732 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8205 | 2024-08-28T17:50:13.015Z | [ host-image] Aug 28 17:50:11.733 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z |
8206 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.734 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z |
8207 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.734 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z |
8208 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.734 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z |
8209 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.735 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z |
8210 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.735 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z |
8211 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.735 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8212 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.735 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8213 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.735 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z |
8214 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.736 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z |
8215 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.736 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8216 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.736 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8217 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.736 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8218 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.736 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8219 | 2024-08-28T17:50:13.018Z | [ host-image] Aug 28 17:50:11.736 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8220 | 2024-08-28T17:50:13.021Z | [ host-image] Aug 28 17:50:11.737 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8221 | 2024-08-28T17:50:13.021Z | [ host-image] Aug 28 17:50:11.738 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8222 | 2024-08-28T17:50:13.021Z | [ host-image] Aug 28 17:50:11.738 INFO O| tempdir @ "/tmp/.tmph616bL/tmp" |
8223 | 2024-08-28T17:50:13.021Z | [ host-image] Aug 28 17:50:11.738 INFO O| image root @ "/tmp/.tmph616bL/tmp/root" |
8224 | 2024-08-28T17:50:13.021Z | [ host-image] Aug 28 17:50:11.739 INFO O| creating image... |
8225 | 2024-08-28T17:50:13.510Z | [ host-image] Aug 28 17:50:12.228 INFO O| copying publishers... |
8226 | 2024-08-28T17:50:20.674Z | [ host-image] Aug 28 17:50:19.391 INFO O| adding properties... |
8227 | 2024-08-28T17:50:21.698Z | [ host-image] Aug 28 17:50:20.414 INFO O| installing packages... |
8228 | 2024-08-28T17:50:35.245Z | [ recovery-image] Aug 28 17:50:33.958 INFO O| ok, image written! |
8229 | 2024-08-28T17:50:35.245Z | [ recovery-image] Aug 28 17:50:33.958 INFO O| ok, boot_image_csum file written! |
8230 | 2024-08-28T17:50:35.250Z | [ recovery-image] Aug 28 17:50:33.964 INFO creating boot archive (CPIO)... |
8231 | 2024-08-28T17:50:35.253Z | [ recovery-image] Aug 28 17:50:33.964 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 |
8232 | 2024-08-28T17:50:35.259Z | [ recovery-image] Aug 28 17:50:33.972 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8233 | 2024-08-28T17:50:35.261Z | [ recovery-image] Aug 28 17:50:33.972 INFO E| + outfile=/work/os-recovery/cpio |
8234 | 2024-08-28T17:50:35.261Z | [ recovery-image] Aug 28 17:50:33.972 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8235 | 2024-08-28T17:50:35.261Z | [ recovery-image] Aug 28 17:50:33.974 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8236 | 2024-08-28T17:50:35.261Z | [ recovery-image] Aug 28 17:50:33.975 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8237 | 2024-08-28T17:50:35.294Z | [ recovery-image] Aug 28 17:50:34.007 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8238 | 2024-08-28T17:50:35.294Z | [ recovery-image] Aug 28 17:50:34.007 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8239 | 2024-08-28T17:50:35.302Z | [ recovery-image] Aug 28 17:50:34.015 INFO creating compressed cpio/unix for nanobl-rs... |
8240 | 2024-08-28T17:50:35.304Z | [ recovery-image] Aug 28 17:50:34.016 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 |
8241 | 2024-08-28T17:50:35.586Z | [ recovery-image] Aug 28 17:50:34.299 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8242 | 2024-08-28T17:50:39.972Z | [ recovery-image] Aug 28 17:50:38.684 INFO creating reset image... |
8243 | 2024-08-28T17:50:39.975Z | [ recovery-image] Aug 28 17:50:38.684 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8244 | 2024-08-28T17:50:40.212Z | [ recovery-image] Aug 28 17:50:38.924 INFO E| Updating crates.io index |
8245 | 2024-08-28T17:50:40.285Z | [ recovery-image] Aug 28 17:50:38.998 INFO E| Downloading crates ... |
8246 | 2024-08-28T17:50:40.344Z | [ recovery-image] Aug 28 17:50:39.056 INFO E| Downloaded clap v4.5.3 |
8247 | 2024-08-28T17:50:40.355Z | [ recovery-image] Aug 28 17:50:39.067 INFO E| Downloaded shared_child v1.0.0 |
8248 | 2024-08-28T17:50:40.357Z | [ recovery-image] Aug 28 17:50:39.068 INFO E| Downloaded os_pipe v1.1.5 |
8249 | 2024-08-28T17:50:40.359Z | [ recovery-image] Aug 28 17:50:39.070 INFO E| Downloaded anstyle-query v1.0.2 |
8250 | 2024-08-28T17:50:40.361Z | [ recovery-image] Aug 28 17:50:39.074 INFO E| Downloaded syn v2.0.53 |
8251 | 2024-08-28T17:50:40.372Z | [ recovery-image] Aug 28 17:50:39.084 INFO E| Downloaded proc-macro2 v1.0.79 |
8252 | 2024-08-28T17:50:40.374Z | [ recovery-image] Aug 28 17:50:39.087 INFO E| Downloaded duct v0.13.7 |
8253 | 2024-08-28T17:50:40.377Z | [ recovery-image] Aug 28 17:50:39.089 INFO E| Downloaded clap_derive v4.5.3 |
8254 | 2024-08-28T17:50:40.379Z | [ recovery-image] Aug 28 17:50:39.091 INFO E| Downloaded anstream v0.6.13 |
8255 | 2024-08-28T17:50:40.415Z | [ recovery-image] Aug 28 17:50:39.127 INFO E| Downloaded libc v0.2.153 |
8256 | 2024-08-28T17:50:40.442Z | [ recovery-image] Aug 28 17:50:39.154 INFO E| Downloaded anstyle-parse v0.2.3 |
8257 | 2024-08-28T17:50:40.444Z | [ recovery-image] Aug 28 17:50:39.156 INFO E| Downloaded anstyle v1.0.6 |
8258 | 2024-08-28T17:50:40.501Z | [ recovery-image] Aug 28 17:50:39.213 INFO E| Compiling proc-macro2 v1.0.79 |
8259 | 2024-08-28T17:50:40.501Z | [ recovery-image] Aug 28 17:50:39.213 INFO E| Compiling unicode-ident v1.0.12 |
8260 | 2024-08-28T17:50:40.501Z | [ recovery-image] Aug 28 17:50:39.213 INFO E| Compiling libc v0.2.153 |
8261 | 2024-08-28T17:50:40.504Z | [ recovery-image] Aug 28 17:50:39.214 INFO E| Compiling utf8parse v0.2.1 |
8262 | 2024-08-28T17:50:40.504Z | [ recovery-image] Aug 28 17:50:39.214 INFO E| Compiling colorchoice v1.0.0 |
8263 | 2024-08-28T17:50:40.506Z | [ recovery-image] Aug 28 17:50:39.219 INFO E| Compiling anstyle-query v1.0.2 |
8264 | 2024-08-28T17:50:40.506Z | [ recovery-image] Aug 28 17:50:39.219 INFO E| Compiling anstyle v1.0.6 |
8265 | 2024-08-28T17:50:40.508Z | [ recovery-image] Aug 28 17:50:39.219 INFO E| Compiling strsim v0.11.0 |
8266 | 2024-08-28T17:50:40.751Z | [ recovery-image] Aug 28 17:50:39.463 INFO E| Compiling anstyle-parse v0.2.3 |
8267 | 2024-08-28T17:50:40.754Z | [ recovery-image] Aug 28 17:50:39.464 INFO E| Compiling clap_lex v0.7.0 |
8268 | 2024-08-28T17:50:40.754Z | [ recovery-image] Aug 28 17:50:39.464 INFO E| Compiling heck v0.5.0 |
8269 | 2024-08-28T17:50:40.882Z | [ recovery-image] Aug 28 17:50:39.594 INFO E| Compiling once_cell v1.19.0 |
8270 | 2024-08-28T17:50:40.975Z | [ host-image] Aug 28 17:50:39.687 INFO O| seeding SMF database... |
8271 | 2024-08-28T17:50:41.094Z | [ recovery-image] Aug 28 17:50:39.806 INFO E| Compiling anstream v0.6.13 |
8272 | 2024-08-28T17:50:41.502Z | [ recovery-image] Aug 28 17:50:40.214 INFO E| Compiling clap_builder v4.5.2 |
8273 | 2024-08-28T17:50:42.067Z | [ recovery-image] Aug 28 17:50:40.778 INFO E| Compiling quote v1.0.35 |
8274 | 2024-08-28T17:50:42.135Z | [ recovery-image] Aug 28 17:50:40.843 INFO E| Compiling os_pipe v1.1.5 |
8275 | 2024-08-28T17:50:42.135Z | [ recovery-image] Aug 28 17:50:40.843 INFO E| Compiling shared_child v1.0.0 |
8276 | 2024-08-28T17:50:42.310Z | [ recovery-image] Aug 28 17:50:41.006 INFO E| Compiling duct v0.13.7 |
8277 | 2024-08-28T17:50:42.429Z | [ recovery-image] Aug 28 17:50:41.140 INFO E| Compiling syn v2.0.53 |
8278 | 2024-08-28T17:50:47.610Z | [ recovery-image] Aug 28 17:50:46.321 INFO E| Compiling clap_derive v4.5.3 |
8279 | 2024-08-28T17:50:49.746Z | [ recovery-image] Aug 28 17:50:48.456 INFO E| Compiling clap v4.5.3 |
8280 | 2024-08-28T17:50:49.817Z | [ recovery-image] Aug 28 17:50:48.514 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8281 | 2024-08-28T17:50:50.198Z | [ host-image] Aug 28 17:50:48.908 INFO O| configuring SMF profile... |
8282 | 2024-08-28T17:50:50.200Z | [ host-image] Aug 28 17:50:48.908 INFO O| modifying shadow(5)... |
8283 | 2024-08-28T17:50:50.200Z | [ host-image] Aug 28 17:50:48.909 INFO O| loading user and group database... |
8284 | 2024-08-28T17:50:50.200Z | [ host-image] Aug 28 17:50:48.909 INFO O| assessing packaged files... |
8285 | 2024-08-28T17:50:50.977Z | [ recovery-image] Aug 28 17:50:49.686 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s |
8286 | 2024-08-28T17:50:50.988Z | [ recovery-image] Aug 28 17:50:49.695 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8287 | 2024-08-28T17:50:51.110Z | [ recovery-image] Aug 28 17:50:49.820 INFO E| Updating crates.io index |
8288 | 2024-08-28T17:50:51.286Z | [ recovery-image] Aug 28 17:50:49.996 INFO E| Downloading crates ... |
8289 | 2024-08-28T17:50:51.333Z | [ recovery-image] Aug 28 17:50:50.043 INFO E| Downloaded seq-macro v0.3.5 |
8290 | 2024-08-28T17:50:51.336Z | [ recovery-image] Aug 28 17:50:50.045 INFO E| Downloaded bit_field v0.10.2 |
8291 | 2024-08-28T17:50:51.351Z | [ recovery-image] Aug 28 17:50:50.061 INFO E| Downloaded raw-cpuid v10.7.0 |
8292 | 2024-08-28T17:50:51.493Z | [ recovery-image] Aug 28 17:50:50.203 INFO E| Downloaded cpio_reader v0.1.1 |
8293 | 2024-08-28T17:50:51.726Z | [ recovery-image] Aug 28 17:50:50.436 INFO E| Downloaded x86 v0.52.0 |
8294 | 2024-08-28T17:50:51.798Z | [ recovery-image] Aug 28 17:50:50.507 INFO E| Updating crates.io index |
8295 | 2024-08-28T17:50:51.844Z | [ recovery-image] Aug 28 17:50:50.554 INFO E| Downloading crates ... |
8296 | 2024-08-28T17:50:51.908Z | [ recovery-image] Aug 28 17:50:50.618 INFO E| Downloaded compiler_builtins v0.1.108 |
8297 | 2024-08-28T17:50:51.979Z | [ recovery-image] Aug 28 17:50:50.689 INFO E| Compiling compiler_builtins v0.1.108 |
8298 | 2024-08-28T17:50:51.979Z | [ recovery-image] Aug 28 17:50:50.689 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) |
8299 | 2024-08-28T17:50:51.981Z | [ recovery-image] Aug 28 17:50:50.689 INFO E| Compiling proc-macro2 v1.0.79 |
8300 | 2024-08-28T17:50:51.981Z | [ recovery-image] Aug 28 17:50:50.689 INFO E| Compiling unicode-ident v1.0.12 |
8301 | 2024-08-28T17:50:51.981Z | [ recovery-image] Aug 28 17:50:50.689 INFO E| Compiling syn v1.0.109 |
8302 | 2024-08-28T17:50:51.981Z | [ recovery-image] Aug 28 17:50:50.689 INFO E| Compiling x86 v0.52.0 |
8303 | 2024-08-28T17:50:51.981Z | [ recovery-image] Aug 28 17:50:50.689 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8304 | 2024-08-28T17:50:51.982Z | [ recovery-image] Aug 28 17:50:50.689 INFO E| Compiling seq-macro v0.3.5 |
8305 | 2024-08-28T17:50:52.647Z | [ host-image] Aug 28 17:50:51.357 INFO O| creating archive... |
8306 | 2024-08-28T17:50:52.700Z | [ host-image] Aug 28 17:50:51.410 INFO O| missing from packaging: |
8307 | 2024-08-28T17:50:52.701Z | [ host-image] Aug 28 17:50:51.410 INFO O| "etc/.pwd.lock" |
8308 | 2024-08-28T17:50:52.701Z | [ host-image] Aug 28 17:50:51.410 INFO O| "etc/bash" |
8309 | 2024-08-28T17:50:52.709Z | [ host-image] Aug 28 17:50:51.418 INFO O| "etc/svc/profile/generic.xml" |
8310 | 2024-08-28T17:50:52.709Z | [ host-image] Aug 28 17:50:51.418 INFO O| "etc/svc/profile/inetd_services.xml" |
8311 | 2024-08-28T17:50:52.709Z | [ host-image] Aug 28 17:50:51.419 INFO O| "etc/svc/profile/name_service.xml" |
8312 | 2024-08-28T17:50:52.713Z | [ host-image] Aug 28 17:50:51.419 INFO O| "etc/svc/profile/platform.xml" |
8313 | 2024-08-28T17:50:52.713Z | [ host-image] Aug 28 17:50:51.419 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8314 | 2024-08-28T17:50:52.713Z | [ host-image] Aug 28 17:50:51.419 INFO O| "etc/svc/repository.db" |
8315 | 2024-08-28T17:50:52.723Z | [ host-image] Aug 28 17:50:51.432 INFO O| "opt/ooce/share" |
8316 | 2024-08-28T17:50:52.723Z | [ host-image] Aug 28 17:50:51.432 INFO O| "opt/ooce/share/man" |
8317 | 2024-08-28T17:50:52.725Z | [ host-image] Aug 28 17:50:51.432 INFO O| "opt/ooce/share/man/man1" |
8318 | 2024-08-28T17:50:52.735Z | [ host-image] Aug 28 17:50:51.445 INFO O| finishing archive... |
8319 | 2024-08-28T17:50:53.108Z | [ recovery-image] Aug 28 17:50:51.818 INFO E| Compiling quote v1.0.35 |
8320 | 2024-08-28T17:50:53.379Z | [ recovery-image] Aug 28 17:50:52.089 INFO E| Compiling syn v2.0.53 |
8321 | 2024-08-28T17:50:55.702Z | [ host-image] Aug 28 17:50:54.411 INFO O| creating gzonly manifest... |
8322 | 2024-08-28T17:50:55.717Z | [ host-image] Aug 28 17:50:54.426 INFO O| ok |
8323 | 2024-08-28T17:50:55.836Z | [ host-image] Aug 28 17:50:54.545 INFO image builder template: ramdisk-02-trim... |
8324 | 2024-08-28T17:50:55.836Z | [ host-image] Aug 28 17:50:54.545 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/.tmp7rfXy1/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None |
8325 | 2024-08-28T17:50:55.868Z | [ host-image] Aug 28 17:50:54.577 INFO O| Aug 28 17:50:54.576 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8326 | 2024-08-28T17:50:55.872Z | [ host-image] Aug 28 17:50:54.581 INFO O| Aug 28 17:50:54.581 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8327 | 2024-08-28T17:50:55.948Z | [ host-image] Aug 28 17:50:54.657 INFO O| Aug 28 17:50:54.657 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8328 | 2024-08-28T17:50:56.007Z | [ host-image] Aug 28 17:50:54.716 INFO O| Aug 28 17:50:54.716 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8329 | 2024-08-28T17:50:56.007Z | [ host-image] Aug 28 17:50:54.716 INFO O| Aug 28 17:50:54.716 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8330 | 2024-08-28T17:50:56.016Z | [ host-image] Aug 28 17:50:54.725 INFO O| Aug 28 17:50:54.725 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8331 | 2024-08-28T17:50:56.022Z | [ host-image] Aug 28 17:50:54.731 INFO O| Aug 28 17:50:54.731 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8332 | 2024-08-28T17:50:56.029Z | [ host-image] Aug 28 17:50:54.738 INFO O| Aug 28 17:50:54.738 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8333 | 2024-08-28T17:50:56.341Z | [ host-image] Aug 28 17:50:55.049 INFO O| Aug 28 17:50:55.049 INFO rolled back to input snapshot; work may begin |
8334 | 2024-08-28T17:50:56.341Z | [ host-image] Aug 28 17:50:55.049 INFO O| Aug 28 17:50:55.049 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8335 | 2024-08-28T17:50:56.351Z | [ host-image] Aug 28 17:50:55.058 INFO O| Aug 28 17:50:55.058 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8336 | 2024-08-28T17:50:56.365Z | [ host-image] Aug 28 17:50:55.074 INFO O| Aug 28 17:50:55.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8337 | 2024-08-28T17:50:56.438Z | [ host-image] Aug 28 17:50:55.147 INFO O| Aug 28 17:50:55.147 INFO STEP 0 (remove_files) COMPLETE |
8338 | 2024-08-28T17:50:56.438Z | [ host-image] Aug 28 17:50:55.147 INFO O| Aug 28 17:50:55.147 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8339 | 2024-08-28T17:50:56.450Z | [ host-image] Aug 28 17:50:55.159 INFO O| Aug 28 17:50:55.159 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8340 | 2024-08-28T17:50:56.452Z | [ host-image] Aug 28 17:50:55.160 INFO O| Aug 28 17:50:55.160 INFO STEP 1 (remove_files) COMPLETE |
8341 | 2024-08-28T17:50:56.452Z | [ host-image] Aug 28 17:50:55.160 INFO O| Aug 28 17:50:55.160 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8342 | 2024-08-28T17:50:56.462Z | [ host-image] Aug 28 17:50:55.171 INFO O| Aug 28 17:50:55.171 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8343 | 2024-08-28T17:50:56.476Z | [ host-image] Aug 28 17:50:55.185 INFO O| Aug 28 17:50:55.185 INFO STEP 2 (remove_files) COMPLETE |
8344 | 2024-08-28T17:50:56.476Z | [ host-image] Aug 28 17:50:55.185 INFO O| Aug 28 17:50:55.185 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8345 | 2024-08-28T17:50:56.488Z | [ host-image] Aug 28 17:50:55.197 INFO O| Aug 28 17:50:55.197 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8346 | 2024-08-28T17:50:56.490Z | [ host-image] Aug 28 17:50:55.199 INFO O| Aug 28 17:50:55.199 INFO STEP 3 (remove_files) COMPLETE |
8347 | 2024-08-28T17:50:56.490Z | [ host-image] Aug 28 17:50:55.199 INFO O| Aug 28 17:50:55.199 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8348 | 2024-08-28T17:50:56.501Z | [ recovery-image] Aug 28 17:50:55.210 INFO E| Compiling scroll_derive v0.12.0 |
8349 | 2024-08-28T17:50:56.504Z | [ host-image] Aug 28 17:50:55.212 INFO O| Aug 28 17:50:55.212 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8350 | 2024-08-28T17:50:56.507Z | [ host-image] Aug 28 17:50:55.216 INFO O| Aug 28 17:50:55.216 INFO STEP 4 (remove_files) COMPLETE |
8351 | 2024-08-28T17:50:56.510Z | [ host-image] Aug 28 17:50:55.216 INFO O| Aug 28 17:50:55.216 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8352 | 2024-08-28T17:50:56.521Z | [ host-image] Aug 28 17:50:55.230 INFO O| Aug 28 17:50:55.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8353 | 2024-08-28T17:50:56.523Z | [ host-image] Aug 28 17:50:55.232 INFO O| Aug 28 17:50:55.232 INFO STEP 5 (remove_files) COMPLETE |
8354 | 2024-08-28T17:50:56.526Z | [ host-image] Aug 28 17:50:55.232 INFO O| Aug 28 17:50:55.232 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8355 | 2024-08-28T17:50:56.535Z | [ host-image] Aug 28 17:50:55.244 INFO O| Aug 28 17:50:55.244 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8356 | 2024-08-28T17:50:56.549Z | [ host-image] Aug 28 17:50:55.254 INFO O| Aug 28 17:50:55.254 INFO STEP 6 (remove_files) COMPLETE |
8357 | 2024-08-28T17:50:56.549Z | [ host-image] Aug 28 17:50:55.254 INFO O| Aug 28 17:50:55.254 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8358 | 2024-08-28T17:50:56.556Z | [ host-image] Aug 28 17:50:55.265 INFO O| Aug 28 17:50:55.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8359 | 2024-08-28T17:50:56.576Z | [ host-image] Aug 28 17:50:55.285 INFO O| Aug 28 17:50:55.285 INFO STEP 7 (remove_files) COMPLETE |
8360 | 2024-08-28T17:50:56.577Z | [ host-image] Aug 28 17:50:55.285 INFO O| Aug 28 17:50:55.285 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8361 | 2024-08-28T17:50:56.590Z | [ host-image] Aug 28 17:50:55.299 INFO O| Aug 28 17:50:55.299 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8362 | 2024-08-28T17:50:56.662Z | [ host-image] Aug 28 17:50:55.371 INFO O| Aug 28 17:50:55.371 INFO STEP 8 (remove_files) COMPLETE |
8363 | 2024-08-28T17:50:56.662Z | [ host-image] Aug 28 17:50:55.371 INFO O| Aug 28 17:50:55.371 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8364 | 2024-08-28T17:50:56.678Z | [ host-image] Aug 28 17:50:55.386 INFO O| Aug 28 17:50:55.386 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8365 | 2024-08-28T17:50:56.765Z | [ host-image] Aug 28 17:50:55.474 INFO O| Aug 28 17:50:55.474 INFO STEP 9 (remove_files) COMPLETE |
8366 | 2024-08-28T17:50:56.766Z | [ host-image] Aug 28 17:50:55.474 INFO O| Aug 28 17:50:55.474 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8367 | 2024-08-28T17:50:56.781Z | [ host-image] Aug 28 17:50:55.490 INFO O| Aug 28 17:50:55.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8368 | 2024-08-28T17:50:56.787Z | [ host-image] Aug 28 17:50:55.496 INFO O| Aug 28 17:50:55.496 INFO STEP 10 (remove_files) COMPLETE |
8369 | 2024-08-28T17:50:56.787Z | [ host-image] Aug 28 17:50:55.496 INFO O| Aug 28 17:50:55.496 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8370 | 2024-08-28T17:50:56.798Z | [ host-image] Aug 28 17:50:55.507 INFO O| Aug 28 17:50:55.507 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8371 | 2024-08-28T17:50:56.800Z | [ host-image] Aug 28 17:50:55.508 INFO O| Aug 28 17:50:55.508 INFO STEP 11 (remove_files) COMPLETE |
8372 | 2024-08-28T17:50:56.800Z | [ host-image] Aug 28 17:50:55.508 INFO O| Aug 28 17:50:55.508 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8373 | 2024-08-28T17:50:56.809Z | [ host-image] Aug 28 17:50:55.517 INFO O| Aug 28 17:50:55.517 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8374 | 2024-08-28T17:50:56.811Z | [ host-image] Aug 28 17:50:55.519 INFO O| Aug 28 17:50:55.519 INFO STEP 12 (remove_files) COMPLETE |
8375 | 2024-08-28T17:50:56.811Z | [ host-image] Aug 28 17:50:55.519 INFO O| Aug 28 17:50:55.519 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8376 | 2024-08-28T17:50:56.832Z | [ host-image] Aug 28 17:50:55.541 INFO O| Aug 28 17:50:55.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8377 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.542 INFO O| Aug 28 17:50:55.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8378 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.543 INFO O| Aug 28 17:50:55.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8379 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.543 INFO O| Aug 28 17:50:55.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8380 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.543 INFO O| Aug 28 17:50:55.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8381 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.543 INFO O| Aug 28 17:50:55.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8382 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.543 INFO O| Aug 28 17:50:55.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8383 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.543 INFO O| Aug 28 17:50:55.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8384 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.544 INFO O| Aug 28 17:50:55.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8385 | 2024-08-28T17:50:56.835Z | [ host-image] Aug 28 17:50:55.544 INFO O| Aug 28 17:50:55.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8386 | 2024-08-28T17:50:56.838Z | [ host-image] Aug 28 17:50:55.544 INFO O| Aug 28 17:50:55.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8387 | 2024-08-28T17:50:56.838Z | [ host-image] Aug 28 17:50:55.544 INFO O| Aug 28 17:50:55.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8388 | 2024-08-28T17:50:56.838Z | [ host-image] Aug 28 17:50:55.544 INFO O| Aug 28 17:50:55.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8389 | 2024-08-28T17:50:56.838Z | [ host-image] Aug 28 17:50:55.544 INFO O| Aug 28 17:50:55.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8390 | 2024-08-28T17:50:56.838Z | [ host-image] Aug 28 17:50:55.544 INFO O| Aug 28 17:50:55.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8391 | 2024-08-28T17:50:56.838Z | [ host-image] Aug 28 17:50:55.545 INFO O| Aug 28 17:50:55.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8392 | 2024-08-28T17:50:56.838Z | [ host-image] Aug 28 17:50:55.545 INFO O| Aug 28 17:50:55.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8393 | 2024-08-28T17:50:56.908Z | [ host-image] Aug 28 17:50:55.616 INFO O| Aug 28 17:50:55.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8394 | 2024-08-28T17:50:56.992Z | [ host-image] Aug 28 17:50:55.701 INFO O| Aug 28 17:50:55.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8395 | 2024-08-28T17:50:56.995Z | [ host-image] Aug 28 17:50:55.702 INFO O| Aug 28 17:50:55.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8396 | 2024-08-28T17:50:56.998Z | [ host-image] Aug 28 17:50:55.707 INFO O| Aug 28 17:50:55.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8397 | 2024-08-28T17:50:57.276Z | [ host-image] Aug 28 17:50:55.985 INFO O| Aug 28 17:50:55.985 INFO STEP 13 (remove_files) COMPLETE |
8398 | 2024-08-28T17:50:57.276Z | [ host-image] Aug 28 17:50:55.985 INFO O| Aug 28 17:50:55.985 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-28T17:50:57.293Z | [ host-image] Aug 28 17:50:56.001 INFO O| Aug 28 17:50:56.001 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8400 | 2024-08-28T17:50:57.295Z | [ host-image] Aug 28 17:50:56.003 INFO O| Aug 28 17:50:56.003 INFO STEP 14 (remove_files) COMPLETE |
8401 | 2024-08-28T17:50:57.295Z | [ host-image] Aug 28 17:50:56.003 INFO O| Aug 28 17:50:56.003 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-28T17:50:57.305Z | [ host-image] Aug 28 17:50:56.014 INFO O| Aug 28 17:50:56.014 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8403 | 2024-08-28T17:50:57.312Z | [ host-image] Aug 28 17:50:56.021 INFO O| Aug 28 17:50:56.021 INFO STEP 15 (remove_files) COMPLETE |
8404 | 2024-08-28T17:50:57.313Z | [ host-image] Aug 28 17:50:56.021 INFO O| Aug 28 17:50:56.021 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-28T17:50:57.326Z | [ host-image] Aug 28 17:50:56.034 INFO O| Aug 28 17:50:56.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8406 | 2024-08-28T17:50:57.328Z | [ host-image] Aug 28 17:50:56.035 INFO O| Aug 28 17:50:56.035 INFO STEP 16 (remove_files) COMPLETE |
8407 | 2024-08-28T17:50:57.328Z | [ host-image] Aug 28 17:50:56.035 INFO O| Aug 28 17:50:56.035 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-28T17:50:57.336Z | [ host-image] Aug 28 17:50:56.045 INFO O| Aug 28 17:50:56.045 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8409 | 2024-08-28T17:50:57.338Z | [ host-image] Aug 28 17:50:56.046 INFO O| Aug 28 17:50:56.046 INFO STEP 17 (remove_files) COMPLETE |
8410 | 2024-08-28T17:50:57.338Z | [ host-image] Aug 28 17:50:56.046 INFO O| Aug 28 17:50:56.046 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-28T17:50:57.350Z | [ host-image] Aug 28 17:50:56.056 INFO O| Aug 28 17:50:56.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8412 | 2024-08-28T17:50:57.350Z | [ host-image] Aug 28 17:50:56.056 INFO O| Aug 28 17:50:56.056 INFO STEP 18 (remove_files) COMPLETE |
8413 | 2024-08-28T17:50:57.350Z | [ host-image] Aug 28 17:50:56.056 INFO O| Aug 28 17:50:56.056 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-28T17:50:57.359Z | [ host-image] Aug 28 17:50:56.067 INFO O| Aug 28 17:50:56.067 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8415 | 2024-08-28T17:50:57.359Z | [ host-image] Aug 28 17:50:56.067 INFO O| Aug 28 17:50:56.067 INFO STEP 19 (remove_files) COMPLETE |
8416 | 2024-08-28T17:50:57.362Z | [ host-image] Aug 28 17:50:56.067 INFO O| Aug 28 17:50:56.067 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-28T17:50:57.368Z | [ host-image] Aug 28 17:50:56.077 INFO O| Aug 28 17:50:56.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8418 | 2024-08-28T17:50:57.368Z | [ host-image] Aug 28 17:50:56.077 INFO O| Aug 28 17:50:56.077 INFO STEP 20 (remove_files) COMPLETE |
8419 | 2024-08-28T17:50:57.368Z | [ host-image] Aug 28 17:50:56.077 INFO O| Aug 28 17:50:56.077 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-28T17:50:57.378Z | [ host-image] Aug 28 17:50:56.087 INFO O| Aug 28 17:50:56.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8421 | 2024-08-28T17:50:57.378Z | [ host-image] Aug 28 17:50:56.087 INFO O| Aug 28 17:50:56.087 INFO STEP 21 (remove_files) COMPLETE |
8422 | 2024-08-28T17:50:57.378Z | [ host-image] Aug 28 17:50:56.087 INFO O| Aug 28 17:50:56.087 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-28T17:50:57.388Z | [ host-image] Aug 28 17:50:56.097 INFO O| Aug 28 17:50:56.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8424 | 2024-08-28T17:50:57.388Z | [ host-image] Aug 28 17:50:56.097 INFO O| Aug 28 17:50:56.097 INFO STEP 22 (remove_files) COMPLETE |
8425 | 2024-08-28T17:50:57.395Z | [ host-image] Aug 28 17:50:56.097 INFO O| Aug 28 17:50:56.097 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-28T17:50:57.398Z | [ host-image] Aug 28 17:50:56.107 INFO O| Aug 28 17:50:56.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8427 | 2024-08-28T17:50:57.398Z | [ host-image] Aug 28 17:50:56.107 INFO O| Aug 28 17:50:56.107 INFO STEP 23 (remove_files) COMPLETE |
8428 | 2024-08-28T17:50:57.401Z | [ host-image] Aug 28 17:50:56.107 INFO O| Aug 28 17:50:56.107 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-28T17:50:57.408Z | [ host-image] Aug 28 17:50:56.117 INFO O| Aug 28 17:50:56.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8430 | 2024-08-28T17:50:57.408Z | [ host-image] Aug 28 17:50:56.117 INFO O| Aug 28 17:50:56.117 INFO STEP 24 (remove_files) COMPLETE |
8431 | 2024-08-28T17:50:57.408Z | [ host-image] Aug 28 17:50:56.117 INFO O| Aug 28 17:50:56.117 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-28T17:50:57.418Z | [ host-image] Aug 28 17:50:56.127 INFO O| Aug 28 17:50:56.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8433 | 2024-08-28T17:50:57.418Z | [ host-image] Aug 28 17:50:56.127 INFO O| Aug 28 17:50:56.127 INFO STEP 25 (remove_files) COMPLETE |
8434 | 2024-08-28T17:50:57.422Z | [ host-image] Aug 28 17:50:56.127 INFO O| Aug 28 17:50:56.127 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-28T17:50:57.428Z | [ host-image] Aug 28 17:50:56.137 INFO O| Aug 28 17:50:56.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8436 | 2024-08-28T17:50:57.428Z | [ host-image] Aug 28 17:50:56.137 INFO O| Aug 28 17:50:56.137 INFO STEP 26 (remove_files) COMPLETE |
8437 | 2024-08-28T17:50:57.428Z | [ host-image] Aug 28 17:50:56.137 INFO O| Aug 28 17:50:56.137 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-28T17:50:57.438Z | [ host-image] Aug 28 17:50:56.147 INFO O| Aug 28 17:50:56.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8439 | 2024-08-28T17:50:57.438Z | [ host-image] Aug 28 17:50:56.147 INFO O| Aug 28 17:50:56.147 INFO STEP 27 (remove_files) COMPLETE |
8440 | 2024-08-28T17:50:57.438Z | [ host-image] Aug 28 17:50:56.147 INFO O| Aug 28 17:50:56.147 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8441 | 2024-08-28T17:50:57.447Z | [ host-image] Aug 28 17:50:56.156 INFO O| Aug 28 17:50:56.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8442 | 2024-08-28T17:50:57.447Z | [ host-image] Aug 28 17:50:56.156 INFO O| Aug 28 17:50:56.156 INFO STEP 28 (remove_files) COMPLETE |
8443 | 2024-08-28T17:50:57.447Z | [ host-image] Aug 28 17:50:56.156 INFO O| Aug 28 17:50:56.156 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8444 | 2024-08-28T17:50:57.457Z | [ host-image] Aug 28 17:50:56.166 INFO O| Aug 28 17:50:56.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8445 | 2024-08-28T17:50:57.457Z | [ host-image] Aug 28 17:50:56.166 INFO O| Aug 28 17:50:56.166 INFO STEP 29 (remove_files) COMPLETE |
8446 | 2024-08-28T17:50:57.460Z | [ host-image] Aug 28 17:50:56.166 INFO O| Aug 28 17:50:56.166 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8447 | 2024-08-28T17:50:57.467Z | [ host-image] Aug 28 17:50:56.176 INFO O| Aug 28 17:50:56.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8448 | 2024-08-28T17:50:57.467Z | [ host-image] Aug 28 17:50:56.176 INFO O| Aug 28 17:50:56.176 INFO STEP 30 (remove_files) COMPLETE |
8449 | 2024-08-28T17:50:57.469Z | [ host-image] Aug 28 17:50:56.176 INFO O| Aug 28 17:50:56.176 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8450 | 2024-08-28T17:50:57.477Z | [ host-image] Aug 28 17:50:56.186 INFO O| Aug 28 17:50:56.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8451 | 2024-08-28T17:50:57.480Z | [ host-image] Aug 28 17:50:56.186 INFO O| Aug 28 17:50:56.186 INFO STEP 31 (remove_files) COMPLETE |
8452 | 2024-08-28T17:50:57.480Z | [ host-image] Aug 28 17:50:56.186 INFO O| Aug 28 17:50:56.186 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8453 | 2024-08-28T17:50:57.488Z | [ host-image] Aug 28 17:50:56.196 INFO O| Aug 28 17:50:56.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8454 | 2024-08-28T17:50:57.488Z | [ host-image] Aug 28 17:50:56.196 INFO O| Aug 28 17:50:56.196 INFO STEP 32 (remove_files) COMPLETE |
8455 | 2024-08-28T17:50:57.490Z | [ host-image] Aug 28 17:50:56.196 INFO O| Aug 28 17:50:56.196 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8456 | 2024-08-28T17:50:57.500Z | [ host-image] Aug 28 17:50:56.209 INFO O| Aug 28 17:50:56.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8457 | 2024-08-28T17:50:57.500Z | [ host-image] Aug 28 17:50:56.209 INFO O| Aug 28 17:50:56.209 INFO STEP 33 (remove_files) COMPLETE |
8458 | 2024-08-28T17:50:57.503Z | [ host-image] Aug 28 17:50:56.209 INFO O| Aug 28 17:50:56.209 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8459 | 2024-08-28T17:50:57.513Z | [ host-image] Aug 28 17:50:56.221 INFO O| Aug 28 17:50:56.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8460 | 2024-08-28T17:50:57.513Z | [ host-image] Aug 28 17:50:56.221 INFO O| Aug 28 17:50:56.221 INFO STEP 34 (remove_files) COMPLETE |
8461 | 2024-08-28T17:50:57.515Z | [ host-image] Aug 28 17:50:56.221 INFO O| Aug 28 17:50:56.221 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8462 | 2024-08-28T17:50:57.527Z | [ host-image] Aug 28 17:50:56.236 INFO O| Aug 28 17:50:56.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8463 | 2024-08-28T17:50:57.527Z | [ host-image] Aug 28 17:50:56.236 INFO O| Aug 28 17:50:56.236 INFO STEP 35 (remove_files) COMPLETE |
8464 | 2024-08-28T17:50:57.527Z | [ host-image] Aug 28 17:50:56.236 INFO O| Aug 28 17:50:56.236 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8465 | 2024-08-28T17:50:57.542Z | [ host-image] Aug 28 17:50:56.250 INFO O| Aug 28 17:50:56.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8466 | 2024-08-28T17:50:57.542Z | [ host-image] Aug 28 17:50:56.250 INFO O| Aug 28 17:50:56.250 INFO STEP 36 (remove_files) COMPLETE |
8467 | 2024-08-28T17:50:57.542Z | [ host-image] Aug 28 17:50:56.250 INFO O| Aug 28 17:50:56.250 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8468 | 2024-08-28T17:50:57.556Z | [ host-image] Aug 28 17:50:56.264 INFO O| Aug 28 17:50:56.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8469 | 2024-08-28T17:50:57.556Z | [ host-image] Aug 28 17:50:56.264 INFO O| Aug 28 17:50:56.264 INFO STEP 37 (remove_files) COMPLETE |
8470 | 2024-08-28T17:50:57.558Z | [ host-image] Aug 28 17:50:56.264 INFO O| Aug 28 17:50:56.264 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8471 | 2024-08-28T17:50:57.566Z | [ host-image] Aug 28 17:50:56.275 INFO O| Aug 28 17:50:56.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8472 | 2024-08-28T17:50:57.566Z | [ host-image] Aug 28 17:50:56.275 INFO O| Aug 28 17:50:56.275 INFO STEP 38 (remove_files) COMPLETE |
8473 | 2024-08-28T17:50:57.569Z | [ host-image] Aug 28 17:50:56.275 INFO O| Aug 28 17:50:56.275 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8474 | 2024-08-28T17:50:57.579Z | [ host-image] Aug 28 17:50:56.287 INFO O| Aug 28 17:50:56.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8475 | 2024-08-28T17:50:57.579Z | [ host-image] Aug 28 17:50:56.287 INFO O| Aug 28 17:50:56.287 INFO STEP 39 (remove_files) COMPLETE |
8476 | 2024-08-28T17:50:57.579Z | [ host-image] Aug 28 17:50:56.287 INFO O| Aug 28 17:50:56.287 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8477 | 2024-08-28T17:50:57.589Z | [ host-image] Aug 28 17:50:56.297 INFO O| Aug 28 17:50:56.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8478 | 2024-08-28T17:50:57.589Z | [ host-image] Aug 28 17:50:56.297 INFO O| Aug 28 17:50:56.297 INFO STEP 40 (remove_files) COMPLETE |
8479 | 2024-08-28T17:50:57.591Z | [ host-image] Aug 28 17:50:56.297 INFO O| Aug 28 17:50:56.297 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8480 | 2024-08-28T17:50:57.602Z | [ host-image] Aug 28 17:50:56.311 INFO O| Aug 28 17:50:56.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8481 | 2024-08-28T17:50:57.602Z | [ host-image] Aug 28 17:50:56.311 INFO O| Aug 28 17:50:56.311 INFO STEP 41 (remove_files) COMPLETE |
8482 | 2024-08-28T17:50:57.604Z | [ host-image] Aug 28 17:50:56.311 INFO O| Aug 28 17:50:56.311 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8483 | 2024-08-28T17:50:57.612Z | [ host-image] Aug 28 17:50:56.321 INFO O| Aug 28 17:50:56.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8484 | 2024-08-28T17:50:57.614Z | [ host-image] Aug 28 17:50:56.321 INFO O| Aug 28 17:50:56.321 INFO STEP 42 (remove_files) COMPLETE |
8485 | 2024-08-28T17:50:57.614Z | [ host-image] Aug 28 17:50:56.321 INFO O| Aug 28 17:50:56.321 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8486 | 2024-08-28T17:50:57.622Z | [ host-image] Aug 28 17:50:56.330 INFO O| Aug 28 17:50:56.330 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8487 | 2024-08-28T17:50:57.622Z | [ host-image] Aug 28 17:50:56.330 INFO O| Aug 28 17:50:56.330 INFO STEP 43 (remove_files) COMPLETE |
8488 | 2024-08-28T17:50:57.622Z | [ host-image] Aug 28 17:50:56.331 INFO O| Aug 28 17:50:56.330 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8489 | 2024-08-28T17:50:57.632Z | [ host-image] Aug 28 17:50:56.341 INFO O| Aug 28 17:50:56.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8490 | 2024-08-28T17:50:57.632Z | [ host-image] Aug 28 17:50:56.341 INFO O| Aug 28 17:50:56.341 INFO STEP 44 (remove_files) COMPLETE |
8491 | 2024-08-28T17:50:57.634Z | [ host-image] Aug 28 17:50:56.341 INFO O| Aug 28 17:50:56.341 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8492 | 2024-08-28T17:50:57.645Z | [ host-image] Aug 28 17:50:56.353 INFO O| Aug 28 17:50:56.353 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8493 | 2024-08-28T17:50:57.645Z | [ host-image] Aug 28 17:50:56.353 INFO O| Aug 28 17:50:56.353 INFO STEP 45 (remove_files) COMPLETE |
8494 | 2024-08-28T17:50:57.647Z | [ host-image] Aug 28 17:50:56.353 INFO O| Aug 28 17:50:56.353 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8495 | 2024-08-28T17:50:57.659Z | [ host-image] Aug 28 17:50:56.368 INFO O| Aug 28 17:50:56.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8496 | 2024-08-28T17:50:57.659Z | [ host-image] Aug 28 17:50:56.368 INFO O| Aug 28 17:50:56.368 INFO STEP 46 (remove_files) COMPLETE |
8497 | 2024-08-28T17:50:57.662Z | [ host-image] Aug 28 17:50:56.368 INFO O| Aug 28 17:50:56.368 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8498 | 2024-08-28T17:50:57.674Z | [ host-image] Aug 28 17:50:56.383 INFO O| Aug 28 17:50:56.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8499 | 2024-08-28T17:50:57.674Z | [ host-image] Aug 28 17:50:56.383 INFO O| Aug 28 17:50:56.383 INFO STEP 47 (remove_files) COMPLETE |
8500 | 2024-08-28T17:50:57.676Z | [ host-image] Aug 28 17:50:56.383 INFO O| Aug 28 17:50:56.383 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8501 | 2024-08-28T17:50:57.688Z | [ host-image] Aug 28 17:50:56.397 INFO O| Aug 28 17:50:56.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8502 | 2024-08-28T17:50:57.691Z | [ host-image] Aug 28 17:50:56.397 INFO O| Aug 28 17:50:56.397 INFO STEP 48 (remove_files) COMPLETE |
8503 | 2024-08-28T17:50:57.691Z | [ host-image] Aug 28 17:50:56.397 INFO O| Aug 28 17:50:56.397 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8504 | 2024-08-28T17:50:57.699Z | [ host-image] Aug 28 17:50:56.407 INFO O| Aug 28 17:50:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8505 | 2024-08-28T17:50:57.699Z | [ host-image] Aug 28 17:50:56.407 INFO O| Aug 28 17:50:56.407 INFO STEP 49 (remove_files) COMPLETE |
8506 | 2024-08-28T17:50:57.701Z | [ host-image] Aug 28 17:50:56.407 INFO O| Aug 28 17:50:56.407 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8507 | 2024-08-28T17:50:57.709Z | [ host-image] Aug 28 17:50:56.418 INFO O| Aug 28 17:50:56.418 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8508 | 2024-08-28T17:50:57.712Z | [ host-image] Aug 28 17:50:56.418 INFO O| Aug 28 17:50:56.418 INFO STEP 50 (remove_files) COMPLETE |
8509 | 2024-08-28T17:50:57.712Z | [ host-image] Aug 28 17:50:56.418 INFO O| Aug 28 17:50:56.418 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8510 | 2024-08-28T17:50:57.723Z | [ host-image] Aug 28 17:50:56.431 INFO O| Aug 28 17:50:56.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8511 | 2024-08-28T17:50:57.723Z | [ host-image] Aug 28 17:50:56.431 INFO O| Aug 28 17:50:56.431 INFO STEP 51 (remove_files) COMPLETE |
8512 | 2024-08-28T17:50:57.725Z | [ host-image] Aug 28 17:50:56.431 INFO O| Aug 28 17:50:56.431 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8513 | 2024-08-28T17:50:57.736Z | [ host-image] Aug 28 17:50:56.444 INFO O| Aug 28 17:50:56.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8514 | 2024-08-28T17:50:57.736Z | [ host-image] Aug 28 17:50:56.444 INFO O| Aug 28 17:50:56.444 INFO STEP 52 (remove_files) COMPLETE |
8515 | 2024-08-28T17:50:57.738Z | [ host-image] Aug 28 17:50:56.444 INFO O| Aug 28 17:50:56.444 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8516 | 2024-08-28T17:50:57.747Z | [ host-image] Aug 28 17:50:56.456 INFO O| Aug 28 17:50:56.456 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8517 | 2024-08-28T17:50:57.747Z | [ host-image] Aug 28 17:50:56.456 INFO O| Aug 28 17:50:56.456 INFO STEP 53 (remove_files) COMPLETE |
8518 | 2024-08-28T17:50:57.750Z | [ host-image] Aug 28 17:50:56.456 INFO O| Aug 28 17:50:56.456 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8519 | 2024-08-28T17:50:57.761Z | [ host-image] Aug 28 17:50:56.470 INFO O| Aug 28 17:50:56.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8520 | 2024-08-28T17:50:57.763Z | [ host-image] Aug 28 17:50:56.470 INFO O| Aug 28 17:50:56.470 INFO STEP 54 (remove_files) COMPLETE |
8521 | 2024-08-28T17:50:57.763Z | [ host-image] Aug 28 17:50:56.470 INFO O| Aug 28 17:50:56.470 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8522 | 2024-08-28T17:50:57.773Z | [ host-image] Aug 28 17:50:56.482 INFO O| Aug 28 17:50:56.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8523 | 2024-08-28T17:50:57.773Z | [ host-image] Aug 28 17:50:56.482 INFO O| Aug 28 17:50:56.482 INFO STEP 55 (remove_files) COMPLETE |
8524 | 2024-08-28T17:50:57.776Z | [ host-image] Aug 28 17:50:56.482 INFO O| Aug 28 17:50:56.482 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8525 | 2024-08-28T17:50:57.788Z | [ host-image] Aug 28 17:50:56.497 INFO O| Aug 28 17:50:56.497 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8526 | 2024-08-28T17:50:57.788Z | [ host-image] Aug 28 17:50:56.497 INFO O| Aug 28 17:50:56.497 INFO STEP 56 (remove_files) COMPLETE |
8527 | 2024-08-28T17:50:57.791Z | [ host-image] Aug 28 17:50:56.497 INFO O| Aug 28 17:50:56.497 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8528 | 2024-08-28T17:50:57.803Z | [ host-image] Aug 28 17:50:56.511 INFO O| Aug 28 17:50:56.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8529 | 2024-08-28T17:50:57.803Z | [ host-image] Aug 28 17:50:56.511 INFO O| Aug 28 17:50:56.511 INFO STEP 57 (remove_files) COMPLETE |
8530 | 2024-08-28T17:50:57.803Z | [ host-image] Aug 28 17:50:56.511 INFO O| Aug 28 17:50:56.511 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8531 | 2024-08-28T17:50:57.814Z | [ host-image] Aug 28 17:50:56.522 INFO O| Aug 28 17:50:56.522 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8532 | 2024-08-28T17:50:57.814Z | [ host-image] Aug 28 17:50:56.522 INFO O| Aug 28 17:50:56.522 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8533 | 2024-08-28T17:50:57.816Z | [ host-image] Aug 28 17:50:56.522 INFO O| Aug 28 17:50:56.522 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8534 | 2024-08-28T17:50:57.816Z | [ host-image] Aug 28 17:50:56.522 INFO O| Aug 28 17:50:56.522 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8535 | 2024-08-28T17:50:57.816Z | [ host-image] Aug 28 17:50:56.523 INFO O| Aug 28 17:50:56.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8536 | 2024-08-28T17:50:57.816Z | [ host-image] Aug 28 17:50:56.523 INFO O| Aug 28 17:50:56.523 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8537 | 2024-08-28T17:50:57.816Z | [ host-image] Aug 28 17:50:56.523 INFO O| Aug 28 17:50:56.523 INFO ok! |
8538 | 2024-08-28T17:50:57.816Z | [ host-image] Aug 28 17:50:56.523 INFO O| Aug 28 17:50:56.523 INFO STEP 58 (ensure_file) COMPLETE |
8539 | 2024-08-28T17:50:57.816Z | [ host-image] Aug 28 17:50:56.523 INFO O| Aug 28 17:50:56.523 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8540 | 2024-08-28T17:50:57.825Z | [ host-image] Aug 28 17:50:56.533 INFO O| Aug 28 17:50:56.533 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8541 | 2024-08-28T17:50:57.825Z | [ host-image] Aug 28 17:50:56.533 INFO O| Aug 28 17:50:56.533 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8542 | 2024-08-28T17:50:57.827Z | [ host-image] Aug 28 17:50:56.533 INFO O| Aug 28 17:50:56.533 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8543 | 2024-08-28T17:50:57.827Z | [ host-image] Aug 28 17:50:56.534 INFO O| Aug 28 17:50:56.533 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8544 | 2024-08-28T17:50:57.827Z | [ host-image] Aug 28 17:50:56.534 INFO O| Aug 28 17:50:56.533 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8545 | 2024-08-28T17:50:57.827Z | [ host-image] Aug 28 17:50:56.534 INFO O| Aug 28 17:50:56.534 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8546 | 2024-08-28T17:50:57.827Z | [ host-image] Aug 28 17:50:56.534 INFO O| Aug 28 17:50:56.534 INFO ok! |
8547 | 2024-08-28T17:50:57.827Z | [ host-image] Aug 28 17:50:56.534 INFO O| Aug 28 17:50:56.534 INFO STEP 59 (ensure_file) COMPLETE |
8548 | 2024-08-28T17:50:57.827Z | [ host-image] Aug 28 17:50:56.534 INFO O| Aug 28 17:50:56.534 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8549 | 2024-08-28T17:50:57.835Z | [ host-image] Aug 28 17:50:56.544 INFO O| Aug 28 17:50:56.544 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8550 | 2024-08-28T17:50:57.835Z | [ host-image] Aug 28 17:50:56.544 INFO O| Aug 28 17:50:56.544 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8551 | 2024-08-28T17:50:57.837Z | [ host-image] Aug 28 17:50:56.544 INFO O| Aug 28 17:50:56.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8552 | 2024-08-28T17:50:57.837Z | [ host-image] Aug 28 17:50:56.544 INFO O| Aug 28 17:50:56.544 INFO ok! |
8553 | 2024-08-28T17:50:57.837Z | [ host-image] Aug 28 17:50:56.544 INFO O| Aug 28 17:50:56.544 INFO STEP 60 (ensure_file) COMPLETE |
8554 | 2024-08-28T17:50:57.837Z | [ host-image] Aug 28 17:50:56.544 INFO O| Aug 28 17:50:56.544 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8555 | 2024-08-28T17:50:57.845Z | [ host-image] Aug 28 17:50:56.554 INFO O| Aug 28 17:50:56.554 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8556 | 2024-08-28T17:50:57.845Z | [ host-image] Aug 28 17:50:56.554 INFO O| Aug 28 17:50:56.554 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8557 | 2024-08-28T17:50:57.848Z | [ host-image] Aug 28 17:50:56.554 INFO O| Aug 28 17:50:56.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8558 | 2024-08-28T17:50:57.848Z | [ host-image] Aug 28 17:50:56.554 INFO O| Aug 28 17:50:56.554 INFO ok! |
8559 | 2024-08-28T17:50:57.848Z | [ host-image] Aug 28 17:50:56.554 INFO O| Aug 28 17:50:56.554 INFO STEP 61 (ensure_file) COMPLETE |
8560 | 2024-08-28T17:50:57.848Z | [ host-image] Aug 28 17:50:56.554 INFO O| Aug 28 17:50:56.554 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8561 | 2024-08-28T17:50:57.855Z | [ host-image] Aug 28 17:50:56.564 INFO O| Aug 28 17:50:56.564 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8562 | 2024-08-28T17:50:57.855Z | [ host-image] Aug 28 17:50:56.564 INFO O| Aug 28 17:50:56.564 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8563 | 2024-08-28T17:50:57.858Z | [ host-image] Aug 28 17:50:56.564 INFO O| Aug 28 17:50:56.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8564 | 2024-08-28T17:50:57.858Z | [ host-image] Aug 28 17:50:56.564 INFO O| Aug 28 17:50:56.564 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8565 | 2024-08-28T17:50:57.858Z | [ host-image] Aug 28 17:50:56.564 INFO O| Aug 28 17:50:56.564 INFO ok! |
8566 | 2024-08-28T17:50:57.858Z | [ host-image] Aug 28 17:50:56.564 INFO O| Aug 28 17:50:56.564 INFO STEP 62 (ensure_file) COMPLETE |
8567 | 2024-08-28T17:50:57.858Z | [ host-image] Aug 28 17:50:56.564 INFO O| Aug 28 17:50:56.564 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8568 | 2024-08-28T17:50:57.868Z | [ host-image] Aug 28 17:50:56.576 INFO O| Aug 28 17:50:56.576 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8569 | 2024-08-28T17:50:57.868Z | [ host-image] Aug 28 17:50:56.576 INFO O| Aug 28 17:50:56.576 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8570 | 2024-08-28T17:50:57.868Z | [ host-image] Aug 28 17:50:56.576 INFO O| Aug 28 17:50:56.576 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8571 | 2024-08-28T17:50:57.870Z | [ host-image] Aug 28 17:50:56.576 INFO O| Aug 28 17:50:56.576 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8572 | 2024-08-28T17:50:57.870Z | [ host-image] Aug 28 17:50:56.576 INFO O| Aug 28 17:50:56.576 INFO ok! |
8573 | 2024-08-28T17:50:57.870Z | [ host-image] Aug 28 17:50:56.576 INFO O| Aug 28 17:50:56.576 INFO STEP 63 (ensure_file) COMPLETE |
8574 | 2024-08-28T17:50:57.870Z | [ host-image] Aug 28 17:50:56.576 INFO O| Aug 28 17:50:56.576 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8575 | 2024-08-28T17:50:57.880Z | [ host-image] Aug 28 17:50:56.589 INFO O| Aug 28 17:50:56.589 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8576 | 2024-08-28T17:50:57.883Z | [ host-image] Aug 28 17:50:56.589 INFO O| Aug 28 17:50:56.589 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8577 | 2024-08-28T17:50:57.883Z | [ host-image] Aug 28 17:50:56.589 INFO O| Aug 28 17:50:56.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8578 | 2024-08-28T17:50:57.883Z | [ host-image] Aug 28 17:50:56.589 INFO O| Aug 28 17:50:56.589 INFO ok! |
8579 | 2024-08-28T17:50:57.883Z | [ host-image] Aug 28 17:50:56.589 INFO O| Aug 28 17:50:56.589 INFO STEP 64 (assemble_files) COMPLETE |
8580 | 2024-08-28T17:50:57.883Z | [ host-image] Aug 28 17:50:56.589 INFO O| Aug 28 17:50:56.589 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8581 | 2024-08-28T17:50:57.890Z | [ host-image] Aug 28 17:50:56.599 INFO O| Aug 28 17:50:56.599 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8582 | 2024-08-28T17:50:57.890Z | [ host-image] Aug 28 17:50:56.599 INFO O| Aug 28 17:50:56.599 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8583 | 2024-08-28T17:50:57.892Z | [ host-image] Aug 28 17:50:56.599 INFO O| Aug 28 17:50:56.599 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8584 | 2024-08-28T17:50:57.893Z | [ host-image] Aug 28 17:50:56.599 INFO O| Aug 28 17:50:56.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8585 | 2024-08-28T17:50:57.893Z | [ host-image] Aug 28 17:50:56.599 INFO O| Aug 28 17:50:56.599 INFO ok! |
8586 | 2024-08-28T17:50:57.893Z | [ host-image] Aug 28 17:50:56.599 INFO O| Aug 28 17:50:56.599 INFO STEP 65 (ensure_file) COMPLETE |
8587 | 2024-08-28T17:50:57.893Z | [ host-image] Aug 28 17:50:56.599 INFO O| Aug 28 17:50:56.599 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8588 | 2024-08-28T17:50:57.905Z | [ host-image] Aug 28 17:50:56.613 INFO O| Aug 28 17:50:56.613 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8589 | 2024-08-28T17:50:57.905Z | [ host-image] Aug 28 17:50:56.613 INFO O| Aug 28 17:50:56.613 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8590 | 2024-08-28T17:50:57.907Z | [ host-image] Aug 28 17:50:56.613 INFO O| Aug 28 17:50:56.613 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8591 | 2024-08-28T17:50:57.907Z | [ host-image] Aug 28 17:50:56.613 INFO O| Aug 28 17:50:56.613 INFO STEP 66 (ensure_dir) COMPLETE |
8592 | 2024-08-28T17:50:57.907Z | [ host-image] Aug 28 17:50:56.613 INFO O| Aug 28 17:50:56.613 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8593 | 2024-08-28T17:50:57.917Z | [ host-image] Aug 28 17:50:56.625 INFO O| Aug 28 17:50:56.625 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8594 | 2024-08-28T17:50:57.917Z | [ host-image] Aug 28 17:50:56.625 INFO O| Aug 28 17:50:56.625 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 ... |
8595 | 2024-08-28T17:50:57.924Z | [ host-image] Aug 28 17:50:56.632 INFO O| Aug 28 17:50:56.632 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 |
8596 | 2024-08-28T17:50:57.924Z | [ host-image] Aug 28 17:50:56.632 INFO O| Aug 28 17:50:56.632 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8597 | 2024-08-28T17:50:57.926Z | [ host-image] Aug 28 17:50:56.632 INFO O| Aug 28 17:50:56.632 INFO ok! |
8598 | 2024-08-28T17:50:57.926Z | [ host-image] Aug 28 17:50:56.632 INFO O| Aug 28 17:50:56.632 INFO STEP 67 (ensure_file) COMPLETE |
8599 | 2024-08-28T17:50:57.926Z | [ host-image] Aug 28 17:50:56.632 INFO O| Aug 28 17:50:56.632 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8600 | 2024-08-28T17:50:57.937Z | [ host-image] Aug 28 17:50:56.645 INFO O| Aug 28 17:50:56.645 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8601 | 2024-08-28T17:50:57.939Z | [ host-image] Aug 28 17:50:56.645 INFO O| Aug 28 17:50:56.645 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ... |
8602 | 2024-08-28T17:50:57.939Z | [ host-image] Aug 28 17:50:56.645 INFO O| Aug 28 17:50:56.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8603 | 2024-08-28T17:50:57.939Z | [ host-image] Aug 28 17:50:56.646 INFO O| Aug 28 17:50:56.645 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8604 | 2024-08-28T17:50:57.939Z | [ host-image] Aug 28 17:50:56.646 INFO O| Aug 28 17:50:56.646 INFO ok! |
8605 | 2024-08-28T17:50:57.939Z | [ host-image] Aug 28 17:50:56.646 INFO O| Aug 28 17:50:56.646 INFO STEP 68 (ensure_file) COMPLETE |
8606 | 2024-08-28T17:50:57.939Z | [ host-image] Aug 28 17:50:56.646 INFO O| Aug 28 17:50:56.646 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-08-28T17:50:57.954Z | [ host-image] Aug 28 17:50:56.663 INFO O| Aug 28 17:50:56.663 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8608 | 2024-08-28T17:50:57.954Z | [ host-image] Aug 28 17:50:56.663 INFO O| Aug 28 17:50:56.663 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8609 | 2024-08-28T17:50:59.763Z | [ recovery-image] Aug 28 17:50:58.471 INFO E| Compiling bitstruct_derive v0.1.0 |
8610 | 2024-08-28T17:51:00.496Z | [ host-image] Aug 28 17:50:59.203 INFO O| Aug 28 17:50:59.203 INFO STEP 69 (pack_tar) COMPLETE |
8611 | 2024-08-28T17:51:00.496Z | [ host-image] Aug 28 17:50:59.203 INFO O| Aug 28 17:50:59.203 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8612 | 2024-08-28T17:51:00.499Z | [ host-image] Aug 28 17:50:59.203 INFO O| Aug 28 17:50:59.203 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8613 | 2024-08-28T17:51:00.637Z | [ host-image] Aug 28 17:50:59.345 INFO O| Aug 28 17:50:59.345 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8614 | 2024-08-28T17:51:00.699Z | [ host-image] Aug 28 17:50:59.406 INFO O| Aug 28 17:50:59.406 INFO completed processing gimlet/ramdisk-02-trim |
8615 | 2024-08-28T17:51:00.701Z | [ host-image] Aug 28 17:50:59.408 INFO image builder template: zfs... |
8616 | 2024-08-28T17:51:00.701Z | [ host-image] Aug 28 17:50:59.409 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/.tmp7rfXy1/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None |
8617 | 2024-08-28T17:51:00.717Z | [ host-image] Aug 28 17:50:59.425 INFO O| Aug 28 17:50:59.425 INFO skip include "stress" because feature "stress" is not enabled |
8618 | 2024-08-28T17:51:00.750Z | [ host-image] Aug 28 17:50:59.458 INFO O| Aug 28 17:50:59.458 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8619 | 2024-08-28T17:51:00.754Z | [ host-image] Aug 28 17:50:59.462 INFO O| Aug 28 17:50:59.462 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8620 | 2024-08-28T17:51:00.820Z | [ host-image] Aug 28 17:50:59.527 INFO O| Aug 28 17:50:59.527 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8621 | 2024-08-28T17:51:00.908Z | [ host-image] Aug 28 17:50:59.615 INFO O| Aug 28 17:50:59.615 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8622 | 2024-08-28T17:51:00.908Z | [ host-image] Aug 28 17:50:59.615 INFO O| Aug 28 17:50:59.615 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8623 | 2024-08-28T17:51:00.911Z | [ host-image] Aug 28 17:50:59.619 INFO O| Aug 28 17:50:59.619 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8624 | 2024-08-28T17:51:00.973Z | [ host-image] Aug 28 17:50:59.681 INFO O| Aug 28 17:50:59.681 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8625 | 2024-08-28T17:51:01.040Z | [ host-image] Aug 28 17:50:59.748 INFO O| Aug 28 17:50:59.747 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8626 | 2024-08-28T17:51:01.048Z | [ host-image] Aug 28 17:50:59.756 INFO O| Aug 28 17:50:59.756 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8627 | 2024-08-28T17:51:01.053Z | [ host-image] Aug 28 17:50:59.761 INFO O| Aug 28 17:50:59.761 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8628 | 2024-08-28T17:51:01.056Z | [ host-image] Aug 28 17:50:59.761 INFO O| Aug 28 17:50:59.761 INFO no lofi found |
8629 | 2024-08-28T17:51:01.056Z | [ host-image] Aug 28 17:50:59.761 INFO O| Aug 28 17:50:59.761 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8630 | 2024-08-28T17:51:01.056Z | [ host-image] Aug 28 17:50:59.761 INFO O| Aug 28 17:50:59.761 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8631 | 2024-08-28T17:51:02.302Z | [ host-image] Aug 28 17:51:01.010 INFO O| Aug 28 17:51:01.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8632 | 2024-08-28T17:51:02.302Z | [ host-image] Aug 28 17:51:01.010 INFO O| Aug 28 17:51:01.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8633 | 2024-08-28T17:51:02.305Z | [ host-image] Aug 28 17:51:01.010 INFO O| Aug 28 17:51:01.010 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"] |
8634 | 2024-08-28T17:51:02.379Z | [ host-image] Aug 28 17:51:01.086 INFO O| Aug 28 17:51:01.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8635 | 2024-08-28T17:51:02.379Z | [ host-image] Aug 28 17:51:01.086 INFO O| Aug 28 17:51:01.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8636 | 2024-08-28T17:51:02.399Z | [ host-image] Aug 28 17:51:01.106 INFO O| Aug 28 17:51:01.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8637 | 2024-08-28T17:51:02.452Z | [ host-image] Aug 28 17:51:01.160 INFO O| Aug 28 17:51:01.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8638 | 2024-08-28T17:51:02.489Z | [ host-image] Aug 28 17:51:01.197 INFO O| Aug 28 17:51:01.197 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8639 | 2024-08-28T17:51:02.503Z | [ host-image] Aug 28 17:51:01.210 INFO O| Aug 28 17:51:01.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8640 | 2024-08-28T17:51:02.513Z | [ host-image] Aug 28 17:51:01.221 INFO O| Aug 28 17:51:01.221 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8641 | 2024-08-28T17:51:02.558Z | [ host-image] Aug 28 17:51:01.265 INFO O| Aug 28 17:51:01.265 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8642 | 2024-08-28T17:51:02.560Z | [ host-image] Aug 28 17:51:01.266 INFO O| Aug 28 17:51:01.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8643 | 2024-08-28T17:51:02.560Z | [ host-image] Aug 28 17:51:01.266 INFO O| Aug 28 17:51:01.266 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8644 | 2024-08-28T17:51:02.568Z | [ host-image] Aug 28 17:51:01.276 INFO O| Aug 28 17:51:01.276 INFO boot environment UUID: 74618ebe-199c-4820-a168-01f277f9c20e |
8645 | 2024-08-28T17:51:02.568Z | [ host-image] Aug 28 17:51:01.276 INFO O| Aug 28 17:51:01.276 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 74618ebe-199c-4820-a168-01f277f9c20e |
8646 | 2024-08-28T17:51:02.578Z | [ host-image] Aug 28 17:51:01.286 INFO O| Aug 28 17:51:01.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8647 | 2024-08-28T17:51:02.588Z | [ host-image] Aug 28 17:51:01.296 INFO O| Aug 28 17:51:01.296 INFO STEP 0 (create_be) COMPLETE |
8648 | 2024-08-28T17:51:02.588Z | [ host-image] Aug 28 17:51:01.296 INFO O| Aug 28 17:51:01.296 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8649 | 2024-08-28T17:51:02.603Z | [ host-image] Aug 28 17:51:01.310 INFO O| Aug 28 17:51:01.310 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8650 | 2024-08-28T17:51:16.559Z | [ recovery-image] Aug 28 17:51:15.259 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) |
8651 | 2024-08-28T17:51:18.612Z | [ recovery-image] Aug 28 17:51:17.316 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) |
8652 | 2024-08-28T17:51:23.168Z | [ recovery-image] Aug 28 17:51:21.871 INFO E| Compiling bitflags v1.3.2 |
8653 | 2024-08-28T17:51:23.168Z | [ recovery-image] Aug 28 17:51:21.871 INFO E| Compiling adler v1.0.2 |
8654 | 2024-08-28T17:51:23.168Z | [ recovery-image] Aug 28 17:51:21.871 INFO E| Compiling plain v0.2.3 |
8655 | 2024-08-28T17:51:23.168Z | [ recovery-image] Aug 28 17:51:21.871 INFO E| Compiling log v0.4.21 |
8656 | 2024-08-28T17:51:23.168Z | [ recovery-image] Aug 28 17:51:21.871 INFO E| Compiling scroll v0.12.0 |
8657 | 2024-08-28T17:51:23.168Z | [ recovery-image] Aug 28 17:51:21.871 INFO E| Compiling bit_field v0.10.2 |
8658 | 2024-08-28T17:51:23.168Z | [ recovery-image] Aug 28 17:51:21.871 INFO E| Compiling bitstruct v0.1.1 |
8659 | 2024-08-28T17:51:23.336Z | [ recovery-image] Aug 28 17:51:22.039 INFO E| Compiling raw-cpuid v10.7.0 |
8660 | 2024-08-28T17:51:23.437Z | [ recovery-image] Aug 28 17:51:22.140 INFO E| Compiling miniz_oxide v0.7.2 |
8661 | 2024-08-28T17:51:23.599Z | [ host-image] Aug 28 17:51:22.302 INFO O| Aug 28 17:51:22.302 INFO STEP 1 (unpack_tar) COMPLETE |
8662 | 2024-08-28T17:51:23.599Z | [ host-image] Aug 28 17:51:22.302 INFO O| Aug 28 17:51:22.302 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8663 | 2024-08-28T17:51:23.609Z | [ recovery-image] Aug 28 17:51:22.312 INFO E| Compiling cpio_reader v0.1.1 |
8664 | 2024-08-28T17:51:23.617Z | [ host-image] Aug 28 17:51:22.320 INFO O| Aug 28 17:51:22.320 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8665 | 2024-08-28T17:51:23.664Z | [ recovery-image] Aug 28 17:51:22.367 INFO E| Compiling static_assertions v1.1.0 |
8666 | 2024-08-28T17:51:23.871Z | [ host-image] Aug 28 17:51:22.574 INFO O| Aug 28 17:51:22.574 INFO STEP 2 (devfsadm) COMPLETE |
8667 | 2024-08-28T17:51:23.871Z | [ host-image] Aug 28 17:51:22.574 INFO O| Aug 28 17:51:22.574 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8668 | 2024-08-28T17:51:23.889Z | [ host-image] Aug 28 17:51:22.592 INFO O| Aug 28 17:51:22.591 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8669 | 2024-08-28T17:51:23.889Z | [ host-image] Aug 28 17:51:22.592 INFO O| Aug 28 17:51:22.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8670 | 2024-08-28T17:51:23.891Z | [ host-image] Aug 28 17:51:22.592 INFO O| Aug 28 17:51:22.592 INFO STEP 3 (ensure_dir) COMPLETE |
8671 | 2024-08-28T17:51:23.891Z | [ host-image] Aug 28 17:51:22.592 INFO O| Aug 28 17:51:22.592 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8672 | 2024-08-28T17:51:23.905Z | [ recovery-image] Aug 28 17:51:22.608 INFO E| Compiling goblin v0.8.0 |
8673 | 2024-08-28T17:51:23.912Z | [ host-image] Aug 28 17:51:22.615 INFO O| Aug 28 17:51:22.614 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8674 | 2024-08-28T17:51:23.912Z | [ host-image] Aug 28 17:51:22.615 INFO O| Aug 28 17:51:22.614 INFO STEP 4 (ensure_dir) COMPLETE |
8675 | 2024-08-28T17:51:23.914Z | [ host-image] Aug 28 17:51:22.615 INFO O| Aug 28 17:51:22.614 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8676 | 2024-08-28T17:51:23.930Z | [ host-image] Aug 28 17:51:22.633 INFO O| Aug 28 17:51:22.632 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8677 | 2024-08-28T17:51:23.930Z | [ host-image] Aug 28 17:51:22.633 INFO O| Aug 28 17:51:22.633 INFO STEP 5 (ensure_dir) COMPLETE |
8678 | 2024-08-28T17:51:23.932Z | [ host-image] Aug 28 17:51:22.633 INFO O| Aug 28 17:51:22.633 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8679 | 2024-08-28T17:51:23.953Z | [ host-image] Aug 28 17:51:22.656 INFO O| Aug 28 17:51:22.656 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8680 | 2024-08-28T17:51:23.956Z | [ host-image] Aug 28 17:51:22.656 INFO O| Aug 28 17:51:22.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8681 | 2024-08-28T17:51:23.956Z | [ host-image] Aug 28 17:51:22.656 INFO O| Aug 28 17:51:22.656 INFO STEP 6 (ensure_dir) COMPLETE |
8682 | 2024-08-28T17:51:23.956Z | [ host-image] Aug 28 17:51:22.657 INFO O| Aug 28 17:51:22.656 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8683 | 2024-08-28T17:51:23.977Z | [ host-image] Aug 28 17:51:22.680 INFO O| Aug 28 17:51:22.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8684 | 2024-08-28T17:51:23.977Z | [ host-image] Aug 28 17:51:22.680 INFO O| Aug 28 17:51:22.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8685 | 2024-08-28T17:51:23.980Z | [ host-image] Aug 28 17:51:22.680 INFO O| Aug 28 17:51:22.680 INFO STEP 7 (ensure_dir) COMPLETE |
8686 | 2024-08-28T17:51:23.980Z | [ host-image] Aug 28 17:51:22.680 INFO O| Aug 28 17:51:22.680 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8687 | 2024-08-28T17:51:23.998Z | [ host-image] Aug 28 17:51:22.700 INFO O| Aug 28 17:51:22.700 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8688 | 2024-08-28T17:51:24.001Z | [ host-image] Aug 28 17:51:22.701 INFO O| Aug 28 17:51:22.701 INFO STEP 8 (remove_files) COMPLETE |
8689 | 2024-08-28T17:51:24.001Z | [ host-image] Aug 28 17:51:22.701 INFO O| Aug 28 17:51:22.701 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8690 | 2024-08-28T17:51:24.017Z | [ host-image] Aug 28 17:51:22.720 INFO O| Aug 28 17:51:22.720 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8691 | 2024-08-28T17:51:24.020Z | [ host-image] Aug 28 17:51:22.722 INFO O| Aug 28 17:51:22.722 INFO STEP 9 (remove_files) COMPLETE |
8692 | 2024-08-28T17:51:24.020Z | [ host-image] Aug 28 17:51:22.722 INFO O| Aug 28 17:51:22.722 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8693 | 2024-08-28T17:51:24.038Z | [ host-image] Aug 28 17:51:22.741 INFO O| Aug 28 17:51:22.740 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8694 | 2024-08-28T17:51:24.040Z | [ host-image] Aug 28 17:51:22.742 INFO O| Aug 28 17:51:22.742 INFO STEP 10 (remove_files) COMPLETE |
8695 | 2024-08-28T17:51:24.040Z | [ host-image] Aug 28 17:51:22.742 INFO O| Aug 28 17:51:22.742 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8696 | 2024-08-28T17:51:24.055Z | [ host-image] Aug 28 17:51:22.758 INFO O| Aug 28 17:51:22.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8697 | 2024-08-28T17:51:24.058Z | [ host-image] Aug 28 17:51:22.758 INFO O| Aug 28 17:51:22.758 INFO STEP 11 (remove_files) COMPLETE |
8698 | 2024-08-28T17:51:24.058Z | [ host-image] Aug 28 17:51:22.759 INFO O| Aug 28 17:51:22.758 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8699 | 2024-08-28T17:51:24.074Z | [ host-image] Aug 28 17:51:22.777 INFO O| Aug 28 17:51:22.776 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8700 | 2024-08-28T17:51:24.077Z | [ host-image] Aug 28 17:51:22.777 INFO O| Aug 28 17:51:22.777 INFO STEP 12 (remove_files) COMPLETE |
8701 | 2024-08-28T17:51:24.077Z | [ host-image] Aug 28 17:51:22.777 INFO O| Aug 28 17:51:22.777 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8702 | 2024-08-28T17:51:24.092Z | [ host-image] Aug 28 17:51:22.795 INFO O| Aug 28 17:51:22.795 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8703 | 2024-08-28T17:51:24.092Z | [ host-image] Aug 28 17:51:22.795 INFO O| Aug 28 17:51:22.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8704 | 2024-08-28T17:51:24.092Z | [ host-image] Aug 28 17:51:22.795 INFO O| Aug 28 17:51:22.795 INFO STEP 13 (ensure_dir) COMPLETE |
8705 | 2024-08-28T17:51:24.095Z | [ host-image] Aug 28 17:51:22.795 INFO O| Aug 28 17:51:22.795 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8706 | 2024-08-28T17:51:24.110Z | [ host-image] Aug 28 17:51:22.812 INFO O| Aug 28 17:51:22.812 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8707 | 2024-08-28T17:51:24.110Z | [ host-image] Aug 28 17:51:22.812 INFO O| Aug 28 17:51:22.812 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8708 | 2024-08-28T17:51:24.112Z | [ host-image] Aug 28 17:51:22.813 INFO O| Aug 28 17:51:22.812 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8709 | 2024-08-28T17:51:24.112Z | [ host-image] Aug 28 17:51:22.813 INFO O| Aug 28 17:51:22.813 INFO STEP 14 (ensure_dir) COMPLETE |
8710 | 2024-08-28T17:51:24.112Z | [ host-image] Aug 28 17:51:22.813 INFO O| Aug 28 17:51:22.813 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8711 | 2024-08-28T17:51:24.157Z | [ host-image] Aug 28 17:51:22.859 INFO O| Aug 28 17:51:22.859 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8712 | 2024-08-28T17:51:24.157Z | [ host-image] Aug 28 17:51:22.860 INFO O| Aug 28 17:51:22.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8713 | 2024-08-28T17:51:24.160Z | [ host-image] Aug 28 17:51:22.860 INFO O| Aug 28 17:51:22.860 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8714 | 2024-08-28T17:51:24.160Z | [ host-image] Aug 28 17:51:22.860 INFO O| Aug 28 17:51:22.860 INFO STEP 15 (ensure_dir) COMPLETE |
8715 | 2024-08-28T17:51:24.160Z | [ host-image] Aug 28 17:51:22.860 INFO O| Aug 28 17:51:22.860 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8716 | 2024-08-28T17:51:24.176Z | [ host-image] Aug 28 17:51:22.879 INFO O| Aug 28 17:51:22.879 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8717 | 2024-08-28T17:51:24.176Z | [ host-image] Aug 28 17:51:22.879 INFO O| Aug 28 17:51:22.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8718 | 2024-08-28T17:51:24.179Z | [ host-image] Aug 28 17:51:22.879 INFO O| Aug 28 17:51:22.879 INFO STEP 16 (ensure_dir) COMPLETE |
8719 | 2024-08-28T17:51:24.179Z | [ host-image] Aug 28 17:51:22.879 INFO O| Aug 28 17:51:22.879 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8720 | 2024-08-28T17:51:24.208Z | [ host-image] Aug 28 17:51:22.910 INFO O| Aug 28 17:51:22.910 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8721 | 2024-08-28T17:51:24.208Z | [ host-image] Aug 28 17:51:22.910 INFO O| Aug 28 17:51:22.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8722 | 2024-08-28T17:51:24.208Z | [ host-image] Aug 28 17:51:22.910 INFO O| Aug 28 17:51:22.910 INFO STEP 17 (ensure_dir) COMPLETE |
8723 | 2024-08-28T17:51:24.208Z | [ host-image] Aug 28 17:51:22.911 INFO O| Aug 28 17:51:22.910 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8724 | 2024-08-28T17:51:24.290Z | [ host-image] Aug 28 17:51:22.992 INFO O| Aug 28 17:51:22.992 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8725 | 2024-08-28T17:51:24.290Z | [ host-image] Aug 28 17:51:22.992 INFO O| Aug 28 17:51:22.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8726 | 2024-08-28T17:51:24.290Z | [ host-image] Aug 28 17:51:22.992 INFO O| Aug 28 17:51:22.992 INFO ok! |
8727 | 2024-08-28T17:51:24.292Z | [ host-image] Aug 28 17:51:22.992 INFO O| Aug 28 17:51:22.992 INFO STEP 18 (ensure_symlink) COMPLETE |
8728 | 2024-08-28T17:51:24.292Z | [ host-image] Aug 28 17:51:22.992 INFO O| Aug 28 17:51:22.992 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8729 | 2024-08-28T17:51:24.317Z | [ host-image] Aug 28 17:51:23.019 INFO O| Aug 28 17:51:23.019 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8730 | 2024-08-28T17:51:24.317Z | [ host-image] Aug 28 17:51:23.019 INFO O| Aug 28 17:51:23.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8731 | 2024-08-28T17:51:24.319Z | [ host-image] Aug 28 17:51:23.019 INFO O| Aug 28 17:51:23.019 INFO ok! |
8732 | 2024-08-28T17:51:24.319Z | [ host-image] Aug 28 17:51:23.019 INFO O| Aug 28 17:51:23.019 INFO STEP 19 (ensure_file) COMPLETE |
8733 | 2024-08-28T17:51:24.319Z | [ host-image] Aug 28 17:51:23.019 INFO O| Aug 28 17:51:23.019 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8734 | 2024-08-28T17:51:24.336Z | [ host-image] Aug 28 17:51:23.038 INFO O| Aug 28 17:51:23.038 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8735 | 2024-08-28T17:51:24.339Z | [ host-image] Aug 28 17:51:23.038 INFO O| Aug 28 17:51:23.038 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8736 | 2024-08-28T17:51:24.339Z | [ host-image] Aug 28 17:51:23.039 INFO O| Aug 28 17:51:23.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8737 | 2024-08-28T17:51:24.339Z | [ host-image] Aug 28 17:51:23.039 INFO O| Aug 28 17:51:23.039 INFO ok! |
8738 | 2024-08-28T17:51:24.339Z | [ host-image] Aug 28 17:51:23.039 INFO O| Aug 28 17:51:23.039 INFO STEP 20 (ensure_symlink) COMPLETE |
8739 | 2024-08-28T17:51:24.339Z | [ host-image] Aug 28 17:51:23.039 INFO O| Aug 28 17:51:23.039 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8740 | 2024-08-28T17:51:24.356Z | [ host-image] Aug 28 17:51:23.059 INFO O| Aug 28 17:51:23.059 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8741 | 2024-08-28T17:51:24.356Z | [ host-image] Aug 28 17:51:23.059 INFO O| Aug 28 17:51:23.059 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8742 | 2024-08-28T17:51:24.356Z | [ host-image] Aug 28 17:51:23.059 INFO O| Aug 28 17:51:23.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8743 | 2024-08-28T17:51:24.358Z | [ host-image] Aug 28 17:51:23.059 INFO O| Aug 28 17:51:23.059 INFO ok! |
8744 | 2024-08-28T17:51:24.358Z | [ host-image] Aug 28 17:51:23.059 INFO O| Aug 28 17:51:23.059 INFO STEP 21 (ensure_symlink) COMPLETE |
8745 | 2024-08-28T17:51:24.358Z | [ host-image] Aug 28 17:51:23.059 INFO O| Aug 28 17:51:23.059 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8746 | 2024-08-28T17:51:24.372Z | [ host-image] Aug 28 17:51:23.075 INFO O| Aug 28 17:51:23.075 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8747 | 2024-08-28T17:51:24.372Z | [ host-image] Aug 28 17:51:23.075 INFO O| Aug 28 17:51:23.075 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8748 | 2024-08-28T17:51:24.375Z | [ host-image] Aug 28 17:51:23.075 INFO O| Aug 28 17:51:23.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8749 | 2024-08-28T17:51:24.375Z | [ host-image] Aug 28 17:51:23.075 INFO O| Aug 28 17:51:23.075 INFO ok! |
8750 | 2024-08-28T17:51:24.375Z | [ host-image] Aug 28 17:51:23.075 INFO O| Aug 28 17:51:23.075 INFO STEP 22 (ensure_symlink) COMPLETE |
8751 | 2024-08-28T17:51:24.375Z | [ host-image] Aug 28 17:51:23.075 INFO O| Aug 28 17:51:23.075 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8752 | 2024-08-28T17:51:24.390Z | [ host-image] Aug 28 17:51:23.092 INFO O| Aug 28 17:51:23.092 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8753 | 2024-08-28T17:51:24.390Z | [ host-image] Aug 28 17:51:23.092 INFO O| Aug 28 17:51:23.092 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8754 | 2024-08-28T17:51:24.392Z | [ host-image] Aug 28 17:51:23.093 INFO O| Aug 28 17:51:23.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8755 | 2024-08-28T17:51:24.392Z | [ host-image] Aug 28 17:51:23.093 INFO O| Aug 28 17:51:23.093 INFO ok! |
8756 | 2024-08-28T17:51:24.392Z | [ host-image] Aug 28 17:51:23.093 INFO O| Aug 28 17:51:23.093 INFO STEP 23 (ensure_symlink) COMPLETE |
8757 | 2024-08-28T17:51:24.392Z | [ host-image] Aug 28 17:51:23.093 INFO O| Aug 28 17:51:23.093 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8758 | 2024-08-28T17:51:24.407Z | [ host-image] Aug 28 17:51:23.109 INFO O| Aug 28 17:51:23.109 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8759 | 2024-08-28T17:51:24.407Z | [ host-image] Aug 28 17:51:23.110 INFO O| Aug 28 17:51:23.110 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8760 | 2024-08-28T17:51:24.409Z | [ host-image] Aug 28 17:51:23.110 INFO O| Aug 28 17:51:23.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8761 | 2024-08-28T17:51:24.409Z | [ host-image] Aug 28 17:51:23.110 INFO O| Aug 28 17:51:23.110 INFO ok! |
8762 | 2024-08-28T17:51:24.409Z | [ host-image] Aug 28 17:51:23.110 INFO O| Aug 28 17:51:23.110 INFO STEP 24 (ensure_file) COMPLETE |
8763 | 2024-08-28T17:51:24.410Z | [ host-image] Aug 28 17:51:23.110 INFO O| Aug 28 17:51:23.110 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8764 | 2024-08-28T17:51:24.422Z | [ host-image] Aug 28 17:51:23.124 INFO O| Aug 28 17:51:23.124 INFO updating shadow file |
8765 | 2024-08-28T17:51:24.424Z | [ host-image] Aug 28 17:51:23.125 INFO O| Aug 28 17:51:23.125 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8766 | 2024-08-28T17:51:24.424Z | [ host-image] Aug 28 17:51:23.125 INFO O| Aug 28 17:51:23.125 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8767 | 2024-08-28T17:51:24.424Z | [ host-image] Aug 28 17:51:23.125 INFO O| Aug 28 17:51:23.125 INFO STEP 25 (shadow) COMPLETE |
8768 | 2024-08-28T17:51:24.424Z | [ host-image] Aug 28 17:51:23.125 INFO O| Aug 28 17:51:23.125 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8769 | 2024-08-28T17:51:24.433Z | [ host-image] Aug 28 17:51:23.136 INFO O| Aug 28 17:51:23.136 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8770 | 2024-08-28T17:51:24.433Z | [ host-image] Aug 28 17:51:23.136 INFO O| Aug 28 17:51:23.136 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8771 | 2024-08-28T17:51:24.436Z | [ host-image] Aug 28 17:51:23.137 INFO O| Aug 28 17:51:23.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8772 | 2024-08-28T17:51:24.436Z | [ host-image] Aug 28 17:51:23.137 INFO O| Aug 28 17:51:23.137 INFO ok! |
8773 | 2024-08-28T17:51:24.436Z | [ host-image] Aug 28 17:51:23.137 INFO O| Aug 28 17:51:23.137 INFO STEP 26 (ensure_file) COMPLETE |
8774 | 2024-08-28T17:51:24.436Z | [ host-image] Aug 28 17:51:23.137 INFO O| Aug 28 17:51:23.137 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8775 | 2024-08-28T17:51:24.445Z | [ host-image] Aug 28 17:51:23.148 INFO O| Aug 28 17:51:23.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8776 | 2024-08-28T17:51:24.445Z | [ host-image] Aug 28 17:51:23.148 INFO O| Aug 28 17:51:23.148 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8777 | 2024-08-28T17:51:24.448Z | [ host-image] Aug 28 17:51:23.148 INFO O| Aug 28 17:51:23.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8778 | 2024-08-28T17:51:24.448Z | [ host-image] Aug 28 17:51:23.148 INFO O| Aug 28 17:51:23.148 INFO ok! |
8779 | 2024-08-28T17:51:24.448Z | [ host-image] Aug 28 17:51:23.148 INFO O| Aug 28 17:51:23.148 INFO STEP 27 (ensure_file) COMPLETE |
8780 | 2024-08-28T17:51:24.448Z | [ host-image] Aug 28 17:51:23.148 INFO O| Aug 28 17:51:23.148 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8781 | 2024-08-28T17:51:24.463Z | [ host-image] Aug 28 17:51:23.165 INFO O| Aug 28 17:51:23.165 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8782 | 2024-08-28T17:51:24.463Z | [ host-image] Aug 28 17:51:23.165 INFO O| Aug 28 17:51:23.165 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8783 | 2024-08-28T17:51:24.465Z | [ host-image] Aug 28 17:51:23.166 INFO O| Aug 28 17:51:23.165 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8784 | 2024-08-28T17:51:24.465Z | [ host-image] Aug 28 17:51:23.166 INFO O| Aug 28 17:51:23.166 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8785 | 2024-08-28T17:51:24.465Z | [ host-image] Aug 28 17:51:23.166 INFO O| Aug 28 17:51:23.166 INFO ok! |
8786 | 2024-08-28T17:51:24.465Z | [ host-image] Aug 28 17:51:23.166 INFO O| Aug 28 17:51:23.166 INFO STEP 28 (ensure_file) COMPLETE |
8787 | 2024-08-28T17:51:24.465Z | [ host-image] Aug 28 17:51:23.166 INFO O| Aug 28 17:51:23.166 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8788 | 2024-08-28T17:51:24.479Z | [ host-image] Aug 28 17:51:23.182 INFO O| Aug 28 17:51:23.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8789 | 2024-08-28T17:51:24.479Z | [ host-image] Aug 28 17:51:23.182 INFO O| Aug 28 17:51:23.182 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8790 | 2024-08-28T17:51:24.479Z | [ host-image] Aug 28 17:51:23.182 INFO O| Aug 28 17:51:23.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8791 | 2024-08-28T17:51:24.482Z | [ host-image] Aug 28 17:51:23.182 INFO O| Aug 28 17:51:23.182 INFO ok! |
8792 | 2024-08-28T17:51:24.482Z | [ host-image] Aug 28 17:51:23.182 INFO O| Aug 28 17:51:23.182 INFO STEP 29 (ensure_file) COMPLETE |
8793 | 2024-08-28T17:51:24.482Z | [ host-image] Aug 28 17:51:23.182 INFO O| Aug 28 17:51:23.182 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8794 | 2024-08-28T17:51:24.495Z | [ host-image] Aug 28 17:51:23.197 INFO O| Aug 28 17:51:23.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8795 | 2024-08-28T17:51:24.495Z | [ host-image] Aug 28 17:51:23.198 INFO O| Aug 28 17:51:23.197 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8796 | 2024-08-28T17:51:24.497Z | [ host-image] Aug 28 17:51:23.198 INFO O| Aug 28 17:51:23.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8797 | 2024-08-28T17:51:24.497Z | [ host-image] Aug 28 17:51:23.198 INFO O| Aug 28 17:51:23.198 INFO ok! |
8798 | 2024-08-28T17:51:24.497Z | [ host-image] Aug 28 17:51:23.198 INFO O| Aug 28 17:51:23.198 INFO STEP 30 (ensure_file) COMPLETE |
8799 | 2024-08-28T17:51:24.497Z | [ host-image] Aug 28 17:51:23.198 INFO O| Aug 28 17:51:23.198 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8800 | 2024-08-28T17:51:24.516Z | [ host-image] Aug 28 17:51:23.216 INFO O| Aug 28 17:51:23.216 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8801 | 2024-08-28T17:51:24.516Z | [ host-image] Aug 28 17:51:23.216 INFO O| Aug 28 17:51:23.216 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8802 | 2024-08-28T17:51:24.518Z | [ host-image] Aug 28 17:51:23.217 INFO O| Aug 28 17:51:23.217 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8803 | 2024-08-28T17:51:24.518Z | [ host-image] Aug 28 17:51:23.217 INFO O| Aug 28 17:51:23.217 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8804 | 2024-08-28T17:51:24.518Z | [ host-image] Aug 28 17:51:23.217 INFO O| Aug 28 17:51:23.217 INFO ok! |
8805 | 2024-08-28T17:51:24.518Z | [ host-image] Aug 28 17:51:23.217 INFO O| Aug 28 17:51:23.217 INFO STEP 31 (ensure_file) COMPLETE |
8806 | 2024-08-28T17:51:24.518Z | [ host-image] Aug 28 17:51:23.217 INFO O| Aug 28 17:51:23.217 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8807 | 2024-08-28T17:51:24.531Z | [ host-image] Aug 28 17:51:23.234 INFO O| Aug 28 17:51:23.234 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8808 | 2024-08-28T17:51:24.531Z | [ host-image] Aug 28 17:51:23.234 INFO O| Aug 28 17:51:23.234 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8809 | 2024-08-28T17:51:24.534Z | [ host-image] Aug 28 17:51:23.234 INFO O| Aug 28 17:51:23.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8810 | 2024-08-28T17:51:24.534Z | [ host-image] Aug 28 17:51:23.234 INFO O| Aug 28 17:51:23.234 INFO ok! |
8811 | 2024-08-28T17:51:24.534Z | [ host-image] Aug 28 17:51:23.235 INFO O| Aug 28 17:51:23.234 INFO STEP 32 (ensure_file) COMPLETE |
8812 | 2024-08-28T17:51:24.534Z | [ host-image] Aug 28 17:51:23.235 INFO O| Aug 28 17:51:23.234 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8813 | 2024-08-28T17:51:24.548Z | [ host-image] Aug 28 17:51:23.251 INFO O| Aug 28 17:51:23.251 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8814 | 2024-08-28T17:51:24.548Z | [ host-image] Aug 28 17:51:23.251 INFO O| Aug 28 17:51:23.251 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8815 | 2024-08-28T17:51:24.551Z | [ host-image] Aug 28 17:51:23.251 INFO O| Aug 28 17:51:23.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8816 | 2024-08-28T17:51:24.551Z | [ host-image] Aug 28 17:51:23.251 INFO O| Aug 28 17:51:23.251 INFO ok! |
8817 | 2024-08-28T17:51:24.551Z | [ host-image] Aug 28 17:51:23.251 INFO O| Aug 28 17:51:23.251 INFO STEP 33 (ensure_file) COMPLETE |
8818 | 2024-08-28T17:51:24.551Z | [ host-image] Aug 28 17:51:23.251 INFO O| Aug 28 17:51:23.251 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8819 | 2024-08-28T17:51:24.562Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8820 | 2024-08-28T17:51:24.562Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8821 | 2024-08-28T17:51:24.564Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8822 | 2024-08-28T17:51:24.564Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8823 | 2024-08-28T17:51:24.564Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8824 | 2024-08-28T17:51:24.564Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8825 | 2024-08-28T17:51:24.564Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO ok! |
8826 | 2024-08-28T17:51:24.565Z | [ host-image] Aug 28 17:51:23.265 INFO O| Aug 28 17:51:23.265 INFO STEP 34 (ensure_file) COMPLETE |
8827 | 2024-08-28T17:51:24.565Z | [ host-image] Aug 28 17:51:23.266 INFO O| Aug 28 17:51:23.266 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8828 | 2024-08-28T17:51:24.581Z | [ host-image] Aug 28 17:51:23.284 INFO O| Aug 28 17:51:23.284 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8829 | 2024-08-28T17:51:24.581Z | [ host-image] Aug 28 17:51:23.284 INFO O| Aug 28 17:51:23.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8830 | 2024-08-28T17:51:24.585Z | [ host-image] Aug 28 17:51:23.284 INFO O| Aug 28 17:51:23.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8831 | 2024-08-28T17:51:24.585Z | [ host-image] Aug 28 17:51:23.284 INFO O| Aug 28 17:51:23.284 INFO STEP 35 (ensure_dir) COMPLETE |
8832 | 2024-08-28T17:51:24.585Z | [ host-image] Aug 28 17:51:23.284 INFO O| Aug 28 17:51:23.284 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8833 | 2024-08-28T17:51:24.600Z | [ host-image] Aug 28 17:51:23.302 INFO O| Aug 28 17:51:23.302 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 |
8834 | 2024-08-28T17:51:24.600Z | [ host-image] Aug 28 17:51:23.302 INFO O| Aug 28 17:51:23.302 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 ... |
8835 | 2024-08-28T17:51:24.602Z | [ host-image] Aug 28 17:51:23.303 INFO O| Aug 28 17:51:23.302 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 |
8836 | 2024-08-28T17:51:24.602Z | [ host-image] Aug 28 17:51:23.303 INFO O| Aug 28 17:51:23.303 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 |
8837 | 2024-08-28T17:51:24.602Z | [ host-image] Aug 28 17:51:23.303 INFO O| Aug 28 17:51:23.303 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 |
8838 | 2024-08-28T17:51:24.602Z | [ host-image] Aug 28 17:51:23.303 INFO O| Aug 28 17:51:23.303 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 |
8839 | 2024-08-28T17:51:24.602Z | [ host-image] Aug 28 17:51:23.303 INFO O| Aug 28 17:51:23.303 INFO ok! |
8840 | 2024-08-28T17:51:24.602Z | [ host-image] Aug 28 17:51:23.303 INFO O| Aug 28 17:51:23.303 INFO STEP 36 (ensure_file) COMPLETE |
8841 | 2024-08-28T17:51:24.602Z | [ host-image] Aug 28 17:51:23.303 INFO O| Aug 28 17:51:23.303 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8842 | 2024-08-28T17:51:24.618Z | [ host-image] Aug 28 17:51:23.320 INFO O| Aug 28 17:51:23.320 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8843 | 2024-08-28T17:51:24.618Z | [ host-image] Aug 28 17:51:23.321 INFO O| Aug 28 17:51:23.320 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 ... |
8844 | 2024-08-28T17:51:24.618Z | [ host-image] Aug 28 17:51:23.321 INFO O| Aug 28 17:51:23.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8845 | 2024-08-28T17:51:24.621Z | [ host-image] Aug 28 17:51:23.321 INFO O| Aug 28 17:51:23.321 INFO ok! |
8846 | 2024-08-28T17:51:24.621Z | [ host-image] Aug 28 17:51:23.321 INFO O| Aug 28 17:51:23.321 INFO STEP 37 (ensure_symlink) COMPLETE |
8847 | 2024-08-28T17:51:24.621Z | [ host-image] Aug 28 17:51:23.321 INFO O| Aug 28 17:51:23.321 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8848 | 2024-08-28T17:51:24.640Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8849 | 2024-08-28T17:51:24.640Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8850 | 2024-08-28T17:51:24.640Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8851 | 2024-08-28T17:51:24.643Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8852 | 2024-08-28T17:51:24.643Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8853 | 2024-08-28T17:51:24.643Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8854 | 2024-08-28T17:51:24.643Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO ok! |
8855 | 2024-08-28T17:51:24.643Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO STEP 38 (ensure_file) COMPLETE |
8856 | 2024-08-28T17:51:24.643Z | [ host-image] Aug 28 17:51:23.343 INFO O| Aug 28 17:51:23.343 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8857 | 2024-08-28T17:51:24.654Z | [ host-image] Aug 28 17:51:23.357 INFO O| Aug 28 17:51:23.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8858 | 2024-08-28T17:51:24.654Z | [ host-image] Aug 28 17:51:23.357 INFO O| Aug 28 17:51:23.357 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 ... |
8859 | 2024-08-28T17:51:24.657Z | [ host-image] Aug 28 17:51:23.357 INFO O| Aug 28 17:51:23.357 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 |
8860 | 2024-08-28T17:51:24.657Z | [ host-image] Aug 28 17:51:23.357 INFO O| Aug 28 17:51:23.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8861 | 2024-08-28T17:51:24.657Z | [ host-image] Aug 28 17:51:23.357 INFO O| Aug 28 17:51:23.357 INFO ok! |
8862 | 2024-08-28T17:51:24.657Z | [ host-image] Aug 28 17:51:23.357 INFO O| Aug 28 17:51:23.357 INFO STEP 39 (ensure_file) COMPLETE |
8863 | 2024-08-28T17:51:24.657Z | [ host-image] Aug 28 17:51:23.357 INFO O| Aug 28 17:51:23.357 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8864 | 2024-08-28T17:51:24.673Z | [ host-image] Aug 28 17:51:23.375 INFO O| Aug 28 17:51:23.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8865 | 2024-08-28T17:51:24.673Z | [ host-image] Aug 28 17:51:23.375 INFO O| Aug 28 17:51:23.375 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8866 | 2024-08-28T17:51:24.675Z | [ host-image] Aug 28 17:51:23.376 INFO O| Aug 28 17:51:23.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8867 | 2024-08-28T17:51:24.675Z | [ host-image] Aug 28 17:51:23.376 INFO O| Aug 28 17:51:23.375 INFO ok! |
8868 | 2024-08-28T17:51:24.675Z | [ host-image] Aug 28 17:51:23.376 INFO O| Aug 28 17:51:23.375 INFO STEP 40 (ensure_file) COMPLETE |
8869 | 2024-08-28T17:51:24.675Z | [ host-image] Aug 28 17:51:23.376 INFO O| Aug 28 17:51:23.375 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8870 | 2024-08-28T17:51:24.690Z | [ host-image] Aug 28 17:51:23.393 INFO O| Aug 28 17:51:23.393 INFO updating shadow file |
8871 | 2024-08-28T17:51:24.693Z | [ host-image] Aug 28 17:51:23.393 INFO O| Aug 28 17:51:23.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8872 | 2024-08-28T17:51:24.693Z | [ host-image] Aug 28 17:51:23.393 INFO O| Aug 28 17:51:23.393 INFO STEP 41 (shadow) COMPLETE |
8873 | 2024-08-28T17:51:24.693Z | [ host-image] Aug 28 17:51:23.393 INFO O| Aug 28 17:51:23.393 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8874 | 2024-08-28T17:51:24.710Z | [ host-image] Aug 28 17:51:23.412 INFO O| Aug 28 17:51:23.412 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8875 | 2024-08-28T17:51:24.710Z | [ host-image] Aug 28 17:51:23.412 INFO O| Aug 28 17:51:23.412 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8876 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8877 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8878 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO ok! |
8879 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO STEP 42 (ensure_file) COMPLETE |
8880 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8881 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO skip step because feature "mfg" is not enabled |
8882 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8883 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO skip step because feature "mfg" is not enabled |
8884 | 2024-08-28T17:51:24.712Z | [ host-image] Aug 28 17:51:23.413 INFO O| Aug 28 17:51:23.413 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8885 | 2024-08-28T17:51:24.724Z | [ host-image] Aug 28 17:51:23.427 INFO O| Aug 28 17:51:23.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8886 | 2024-08-28T17:51:24.724Z | [ host-image] Aug 28 17:51:23.427 INFO O| Aug 28 17:51:23.427 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8887 | 2024-08-28T17:51:25.541Z | [ host-image] Aug 28 17:51:24.243 INFO O| Aug 28 17:51:24.243 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8888 | 2024-08-28T17:51:25.541Z | [ host-image] Aug 28 17:51:24.244 INFO O| Aug 28 17:51:24.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8889 | 2024-08-28T17:51:25.543Z | [ host-image] Aug 28 17:51:24.244 INFO O| Aug 28 17:51:24.243 INFO ok! |
8890 | 2024-08-28T17:51:25.543Z | [ host-image] Aug 28 17:51:24.244 INFO O| Aug 28 17:51:24.243 INFO STEP 45 (ensure_file) COMPLETE |
8891 | 2024-08-28T17:51:25.543Z | [ host-image] Aug 28 17:51:24.244 INFO O| Aug 28 17:51:24.243 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8892 | 2024-08-28T17:51:25.561Z | [ host-image] Aug 28 17:51:24.263 INFO O| Aug 28 17:51:24.263 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8893 | 2024-08-28T17:51:25.561Z | [ host-image] Aug 28 17:51:24.263 INFO O| Aug 28 17:51:24.263 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8894 | 2024-08-28T17:51:25.563Z | [ host-image] Aug 28 17:51:24.264 INFO O| Aug 28 17:51:24.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8895 | 2024-08-28T17:51:25.563Z | [ host-image] Aug 28 17:51:24.264 INFO O| Aug 28 17:51:24.264 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8896 | 2024-08-28T17:51:25.563Z | [ host-image] Aug 28 17:51:24.264 INFO O| Aug 28 17:51:24.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8897 | 2024-08-28T17:51:25.563Z | [ host-image] Aug 28 17:51:24.264 INFO O| Aug 28 17:51:24.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8898 | 2024-08-28T17:51:25.563Z | [ host-image] Aug 28 17:51:24.264 INFO O| Aug 28 17:51:24.264 INFO ok! |
8899 | 2024-08-28T17:51:25.563Z | [ host-image] Aug 28 17:51:24.264 INFO O| Aug 28 17:51:24.264 INFO STEP 46 (ensure_file) COMPLETE |
8900 | 2024-08-28T17:51:25.563Z | [ host-image] Aug 28 17:51:24.264 INFO O| Aug 28 17:51:24.264 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8901 | 2024-08-28T17:51:25.578Z | [ host-image] Aug 28 17:51:24.281 INFO O| Aug 28 17:51:24.280 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8902 | 2024-08-28T17:51:25.578Z | [ host-image] Aug 28 17:51:24.281 INFO O| Aug 28 17:51:24.281 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 ... |
8903 | 2024-08-28T17:51:25.581Z | [ host-image] Aug 28 17:51:24.281 INFO O| Aug 28 17:51:24.281 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 |
8904 | 2024-08-28T17:51:25.581Z | [ host-image] Aug 28 17:51:24.281 INFO O| Aug 28 17:51:24.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8905 | 2024-08-28T17:51:25.581Z | [ host-image] Aug 28 17:51:24.281 INFO O| Aug 28 17:51:24.281 INFO ok! |
8906 | 2024-08-28T17:51:25.581Z | [ host-image] Aug 28 17:51:24.281 INFO O| Aug 28 17:51:24.281 INFO STEP 47 (ensure_file) COMPLETE |
8907 | 2024-08-28T17:51:25.581Z | [ host-image] Aug 28 17:51:24.281 INFO O| Aug 28 17:51:24.281 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8908 | 2024-08-28T17:51:25.591Z | [ host-image] Aug 28 17:51:24.293 INFO O| Aug 28 17:51:24.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8909 | 2024-08-28T17:51:25.591Z | [ host-image] Aug 28 17:51:24.293 INFO O| Aug 28 17:51:24.293 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8910 | 2024-08-28T17:51:25.594Z | [ host-image] Aug 28 17:51:24.293 INFO O| Aug 28 17:51:24.293 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8911 | 2024-08-28T17:51:25.594Z | [ host-image] Aug 28 17:51:24.293 INFO O| Aug 28 17:51:24.293 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8912 | 2024-08-28T17:51:25.594Z | [ host-image] Aug 28 17:51:24.293 INFO O| Aug 28 17:51:24.293 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8913 | 2024-08-28T17:51:25.594Z | [ host-image] Aug 28 17:51:24.293 INFO O| Aug 28 17:51:24.293 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8914 | 2024-08-28T17:51:25.594Z | [ host-image] Aug 28 17:51:24.294 INFO O| Aug 28 17:51:24.293 INFO ok! |
8915 | 2024-08-28T17:51:25.594Z | [ host-image] Aug 28 17:51:24.294 INFO O| Aug 28 17:51:24.294 INFO STEP 48 (ensure_file) COMPLETE |
8916 | 2024-08-28T17:51:25.594Z | [ host-image] Aug 28 17:51:24.294 INFO O| Aug 28 17:51:24.294 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8917 | 2024-08-28T17:51:25.604Z | [ host-image] Aug 28 17:51:24.307 INFO O| Aug 28 17:51:24.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8918 | 2024-08-28T17:51:25.604Z | [ host-image] Aug 28 17:51:24.307 INFO O| Aug 28 17:51:24.307 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 ... |
8919 | 2024-08-28T17:51:25.604Z | [ host-image] Aug 28 17:51:24.307 INFO O| Aug 28 17:51:24.307 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 |
8920 | 2024-08-28T17:51:25.607Z | [ host-image] Aug 28 17:51:24.307 INFO O| Aug 28 17:51:24.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8921 | 2024-08-28T17:51:25.607Z | [ host-image] Aug 28 17:51:24.307 INFO O| Aug 28 17:51:24.307 INFO ok! |
8922 | 2024-08-28T17:51:25.607Z | [ host-image] Aug 28 17:51:24.307 INFO O| Aug 28 17:51:24.307 INFO STEP 49 (ensure_file) COMPLETE |
8923 | 2024-08-28T17:51:25.607Z | [ host-image] Aug 28 17:51:24.307 INFO O| Aug 28 17:51:24.307 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8924 | 2024-08-28T17:51:25.618Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8925 | 2024-08-28T17:51:25.619Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8926 | 2024-08-28T17:51:25.621Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8927 | 2024-08-28T17:51:25.621Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8928 | 2024-08-28T17:51:25.621Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8929 | 2024-08-28T17:51:25.621Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8930 | 2024-08-28T17:51:25.621Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO ok! |
8931 | 2024-08-28T17:51:25.621Z | [ host-image] Aug 28 17:51:24.321 INFO O| Aug 28 17:51:24.321 INFO STEP 50 (ensure_file) COMPLETE |
8932 | 2024-08-28T17:51:25.622Z | [ host-image] Aug 28 17:51:24.322 INFO O| Aug 28 17:51:24.321 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8933 | 2024-08-28T17:51:25.635Z | [ host-image] Aug 28 17:51:24.338 INFO O| Aug 28 17:51:24.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8934 | 2024-08-28T17:51:25.635Z | [ host-image] Aug 28 17:51:24.338 INFO O| Aug 28 17:51:24.338 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 ... |
8935 | 2024-08-28T17:51:25.638Z | [ host-image] Aug 28 17:51:24.338 INFO O| Aug 28 17:51:24.338 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 |
8936 | 2024-08-28T17:51:25.638Z | [ host-image] Aug 28 17:51:24.338 INFO O| Aug 28 17:51:24.338 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8937 | 2024-08-28T17:51:25.638Z | [ host-image] Aug 28 17:51:24.338 INFO O| Aug 28 17:51:24.338 INFO ok! |
8938 | 2024-08-28T17:51:25.638Z | [ host-image] Aug 28 17:51:24.338 INFO O| Aug 28 17:51:24.338 INFO STEP 51 (ensure_file) COMPLETE |
8939 | 2024-08-28T17:51:25.638Z | [ host-image] Aug 28 17:51:24.338 INFO O| Aug 28 17:51:24.338 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8940 | 2024-08-28T17:51:25.648Z | [ host-image] Aug 28 17:51:24.350 INFO O| Aug 28 17:51:24.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8941 | 2024-08-28T17:51:25.648Z | [ host-image] Aug 28 17:51:24.350 INFO O| Aug 28 17:51:24.350 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 ... |
8942 | 2024-08-28T17:51:25.650Z | [ host-image] Aug 28 17:51:24.350 INFO O| Aug 28 17:51:24.350 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 |
8943 | 2024-08-28T17:51:25.650Z | [ host-image] Aug 28 17:51:24.351 INFO O| Aug 28 17:51:24.350 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8944 | 2024-08-28T17:51:25.650Z | [ host-image] Aug 28 17:51:24.351 INFO O| Aug 28 17:51:24.351 INFO ok! |
8945 | 2024-08-28T17:51:25.650Z | [ host-image] Aug 28 17:51:24.351 INFO O| Aug 28 17:51:24.351 INFO STEP 52 (ensure_file) COMPLETE |
8946 | 2024-08-28T17:51:25.650Z | [ host-image] Aug 28 17:51:24.351 INFO O| Aug 28 17:51:24.351 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8947 | 2024-08-28T17:51:25.662Z | [ host-image] Aug 28 17:51:24.364 INFO O| Aug 28 17:51:24.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8948 | 2024-08-28T17:51:25.662Z | [ host-image] Aug 28 17:51:24.364 INFO O| Aug 28 17:51:24.364 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 ... |
8949 | 2024-08-28T17:51:25.664Z | [ host-image] Aug 28 17:51:24.364 INFO O| Aug 28 17:51:24.364 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 |
8950 | 2024-08-28T17:51:25.664Z | [ host-image] Aug 28 17:51:24.364 INFO O| Aug 28 17:51:24.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8951 | 2024-08-28T17:51:25.664Z | [ host-image] Aug 28 17:51:24.364 INFO O| Aug 28 17:51:24.364 INFO ok! |
8952 | 2024-08-28T17:51:25.664Z | [ host-image] Aug 28 17:51:24.364 INFO O| Aug 28 17:51:24.364 INFO STEP 53 (ensure_file) COMPLETE |
8953 | 2024-08-28T17:51:25.664Z | [ host-image] Aug 28 17:51:24.364 INFO O| Aug 28 17:51:24.364 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8954 | 2024-08-28T17:51:25.677Z | [ host-image] Aug 28 17:51:24.379 INFO O| Aug 28 17:51:24.379 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8955 | 2024-08-28T17:51:25.677Z | [ host-image] Aug 28 17:51:24.379 INFO O| Aug 28 17:51:24.379 INFO STEP 54 (ensure_dir) COMPLETE |
8956 | 2024-08-28T17:51:25.679Z | [ host-image] Aug 28 17:51:24.379 INFO O| Aug 28 17:51:24.379 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8957 | 2024-08-28T17:51:25.689Z | [ host-image] Aug 28 17:51:24.392 INFO O| Aug 28 17:51:24.392 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8958 | 2024-08-28T17:51:25.689Z | [ host-image] Aug 28 17:51:24.392 INFO O| Aug 28 17:51:24.392 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8959 | 2024-08-28T17:51:25.692Z | [ host-image] Aug 28 17:51:24.392 INFO O| Aug 28 17:51:24.392 INFO STEP 55 (ensure_dir) COMPLETE |
8960 | 2024-08-28T17:51:25.692Z | [ host-image] Aug 28 17:51:24.392 INFO O| Aug 28 17:51:24.392 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8961 | 2024-08-28T17:51:25.701Z | [ host-image] Aug 28 17:51:24.403 INFO O| Aug 28 17:51:24.403 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8962 | 2024-08-28T17:51:25.703Z | [ host-image] Aug 28 17:51:24.403 INFO O| Aug 28 17:51:24.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8963 | 2024-08-28T17:51:25.703Z | [ host-image] Aug 28 17:51:24.403 INFO O| Aug 28 17:51:24.403 INFO STEP 56 (ensure_dir) COMPLETE |
8964 | 2024-08-28T17:51:25.703Z | [ host-image] Aug 28 17:51:24.403 INFO O| Aug 28 17:51:24.403 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8965 | 2024-08-28T17:51:25.711Z | [ host-image] Aug 28 17:51:24.413 INFO O| Aug 28 17:51:24.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8966 | 2024-08-28T17:51:25.713Z | [ host-image] Aug 28 17:51:24.413 INFO O| Aug 28 17:51:24.413 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8967 | 2024-08-28T17:51:25.728Z | [ host-image] Aug 28 17:51:24.431 INFO O| Aug 28 17:51:24.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8968 | 2024-08-28T17:51:25.728Z | [ host-image] Aug 28 17:51:24.431 INFO O| Aug 28 17:51:24.431 INFO ok! |
8969 | 2024-08-28T17:51:25.731Z | [ host-image] Aug 28 17:51:24.431 INFO O| Aug 28 17:51:24.431 INFO STEP 57 (ensure_file) COMPLETE |
8970 | 2024-08-28T17:51:25.731Z | [ host-image] Aug 28 17:51:24.431 INFO O| Aug 28 17:51:24.431 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8971 | 2024-08-28T17:51:25.740Z | [ host-image] Aug 28 17:51:24.443 INFO O| Aug 28 17:51:24.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8972 | 2024-08-28T17:51:25.740Z | [ host-image] Aug 28 17:51:24.443 INFO O| Aug 28 17:51:24.443 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8973 | 2024-08-28T17:51:27.129Z | [ host-image] Aug 28 17:51:25.831 INFO O| Aug 28 17:51:25.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8974 | 2024-08-28T17:51:27.129Z | [ host-image] Aug 28 17:51:25.831 INFO O| Aug 28 17:51:25.831 INFO ok! |
8975 | 2024-08-28T17:51:27.129Z | [ host-image] Aug 28 17:51:25.831 INFO O| Aug 28 17:51:25.831 INFO STEP 58 (ensure_file) COMPLETE |
8976 | 2024-08-28T17:51:27.132Z | [ host-image] Aug 28 17:51:25.831 INFO O| Aug 28 17:51:25.831 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8977 | 2024-08-28T17:51:27.148Z | [ host-image] Aug 28 17:51:25.850 INFO O| Aug 28 17:51:25.850 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8978 | 2024-08-28T17:51:27.148Z | [ host-image] Aug 28 17:51:25.850 INFO O| Aug 28 17:51:25.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8979 | 2024-08-28T17:51:27.148Z | [ host-image] Aug 28 17:51:25.850 INFO O| Aug 28 17:51:25.850 INFO STEP 59 (ensure_dir) COMPLETE |
8980 | 2024-08-28T17:51:27.150Z | [ host-image] Aug 28 17:51:25.850 INFO O| Aug 28 17:51:25.850 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8981 | 2024-08-28T17:51:27.173Z | [ host-image] Aug 28 17:51:25.875 INFO O| Aug 28 17:51:25.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8982 | 2024-08-28T17:51:27.173Z | [ host-image] Aug 28 17:51:25.875 INFO O| Aug 28 17:51:25.875 INFO copying /tmp/.tmp7rfXy1/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 ... |
8983 | 2024-08-28T17:51:27.173Z | [ host-image] Aug 28 17:51:25.875 INFO O| Aug 28 17:51:25.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8984 | 2024-08-28T17:51:27.173Z | [ host-image] Aug 28 17:51:25.875 INFO O| Aug 28 17:51:25.875 INFO ok! |
8985 | 2024-08-28T17:51:27.176Z | [ host-image] Aug 28 17:51:25.875 INFO O| Aug 28 17:51:25.875 INFO STEP 60 (ensure_file) COMPLETE |
8986 | 2024-08-28T17:51:27.176Z | [ host-image] Aug 28 17:51:25.875 INFO O| Aug 28 17:51:25.875 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8987 | 2024-08-28T17:51:27.192Z | [ host-image] Aug 28 17:51:25.894 INFO O| Aug 28 17:51:25.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8988 | 2024-08-28T17:51:27.192Z | [ host-image] Aug 28 17:51:25.894 INFO O| Aug 28 17:51:25.894 INFO copying /tmp/.tmp7rfXy1/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 ... |
8989 | 2024-08-28T17:51:27.194Z | [ host-image] Aug 28 17:51:25.894 INFO O| Aug 28 17:51:25.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8990 | 2024-08-28T17:51:27.194Z | [ host-image] Aug 28 17:51:25.894 INFO O| Aug 28 17:51:25.894 INFO ok! |
8991 | 2024-08-28T17:51:27.194Z | [ host-image] Aug 28 17:51:25.894 INFO O| Aug 28 17:51:25.894 INFO STEP 61 (ensure_file) COMPLETE |
8992 | 2024-08-28T17:51:27.194Z | [ host-image] Aug 28 17:51:25.894 INFO O| Aug 28 17:51:25.894 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8993 | 2024-08-28T17:51:27.210Z | [ host-image] Aug 28 17:51:25.912 INFO O| Aug 28 17:51:25.912 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8994 | 2024-08-28T17:51:27.210Z | [ host-image] Aug 28 17:51:25.912 INFO O| Aug 28 17:51:25.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8995 | 2024-08-28T17:51:27.212Z | [ host-image] Aug 28 17:51:25.912 INFO O| Aug 28 17:51:25.912 INFO STEP 62 (ensure_dir) COMPLETE |
8996 | 2024-08-28T17:51:27.212Z | [ host-image] Aug 28 17:51:25.912 INFO O| Aug 28 17:51:25.912 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8997 | 2024-08-28T17:51:27.228Z | [ host-image] Aug 28 17:51:25.930 INFO O| Aug 28 17:51:25.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8998 | 2024-08-28T17:51:27.228Z | [ host-image] Aug 28 17:51:25.930 INFO O| Aug 28 17:51:25.930 INFO copying /tmp/.tmp7rfXy1/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 ... |
8999 | 2024-08-28T17:51:27.228Z | [ host-image] Aug 28 17:51:25.930 INFO O| Aug 28 17:51:25.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9000 | 2024-08-28T17:51:27.231Z | [ host-image] Aug 28 17:51:25.930 INFO O| Aug 28 17:51:25.930 INFO ok! |
9001 | 2024-08-28T17:51:27.231Z | [ host-image] Aug 28 17:51:25.930 INFO O| Aug 28 17:51:25.930 INFO STEP 63 (ensure_file) COMPLETE |
9002 | 2024-08-28T17:51:27.231Z | [ host-image] Aug 28 17:51:25.930 INFO O| Aug 28 17:51:25.930 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9003 | 2024-08-28T17:51:27.251Z | [ host-image] Aug 28 17:51:25.953 INFO O| Aug 28 17:51:25.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9004 | 2024-08-28T17:51:27.251Z | [ host-image] Aug 28 17:51:25.953 INFO O| Aug 28 17:51:25.953 INFO copying /tmp/.tmp7rfXy1/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 ... |
9005 | 2024-08-28T17:51:27.253Z | [ host-image] Aug 28 17:51:25.953 INFO O| Aug 28 17:51:25.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9006 | 2024-08-28T17:51:27.253Z | [ host-image] Aug 28 17:51:25.953 INFO O| Aug 28 17:51:25.953 INFO ok! |
9007 | 2024-08-28T17:51:27.253Z | [ host-image] Aug 28 17:51:25.953 INFO O| Aug 28 17:51:25.953 INFO STEP 64 (ensure_file) COMPLETE |
9008 | 2024-08-28T17:51:27.253Z | [ host-image] Aug 28 17:51:25.953 INFO O| Aug 28 17:51:25.953 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9009 | 2024-08-28T17:51:27.271Z | [ host-image] Aug 28 17:51:25.973 INFO O| Aug 28 17:51:25.972 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9010 | 2024-08-28T17:51:27.271Z | [ host-image] Aug 28 17:51:25.973 INFO O| Aug 28 17:51:25.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9011 | 2024-08-28T17:51:27.271Z | [ host-image] Aug 28 17:51:25.973 INFO O| Aug 28 17:51:25.973 INFO STEP 65 (ensure_dir) COMPLETE |
9012 | 2024-08-28T17:51:27.271Z | [ host-image] Aug 28 17:51:25.973 INFO O| Aug 28 17:51:25.973 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9013 | 2024-08-28T17:51:27.289Z | [ host-image] Aug 28 17:51:25.991 INFO O| Aug 28 17:51:25.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9014 | 2024-08-28T17:51:27.289Z | [ host-image] Aug 28 17:51:25.991 INFO O| Aug 28 17:51:25.991 INFO copying /tmp/.tmp7rfXy1/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 ... |
9015 | 2024-08-28T17:51:27.289Z | [ host-image] Aug 28 17:51:25.991 INFO O| Aug 28 17:51:25.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9016 | 2024-08-28T17:51:27.289Z | [ host-image] Aug 28 17:51:25.991 INFO O| Aug 28 17:51:25.991 INFO ok! |
9017 | 2024-08-28T17:51:27.289Z | [ host-image] Aug 28 17:51:25.991 INFO O| Aug 28 17:51:25.991 INFO STEP 66 (ensure_file) COMPLETE |
9018 | 2024-08-28T17:51:27.292Z | [ host-image] Aug 28 17:51:25.991 INFO O| Aug 28 17:51:25.991 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9019 | 2024-08-28T17:51:27.307Z | [ host-image] Aug 28 17:51:26.009 INFO O| Aug 28 17:51:26.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9020 | 2024-08-28T17:51:27.307Z | [ host-image] Aug 28 17:51:26.009 INFO O| Aug 28 17:51:26.008 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9021 | 2024-08-28T17:51:27.309Z | [ host-image] Aug 28 17:51:26.009 INFO O| Aug 28 17:51:26.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9022 | 2024-08-28T17:51:27.309Z | [ host-image] Aug 28 17:51:26.009 INFO O| Aug 28 17:51:26.009 INFO ok! |
9023 | 2024-08-28T17:51:27.309Z | [ host-image] Aug 28 17:51:26.009 INFO O| Aug 28 17:51:26.009 INFO STEP 67 (ensure_file) COMPLETE |
9024 | 2024-08-28T17:51:27.309Z | [ host-image] Aug 28 17:51:26.009 INFO O| Aug 28 17:51:26.009 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9025 | 2024-08-28T17:51:27.326Z | [ host-image] Aug 28 17:51:26.028 INFO O| Aug 28 17:51:26.028 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9026 | 2024-08-28T17:51:27.326Z | [ host-image] Aug 28 17:51:26.028 INFO O| Aug 28 17:51:26.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9027 | 2024-08-28T17:51:27.326Z | [ host-image] Aug 28 17:51:26.028 INFO O| Aug 28 17:51:26.028 INFO STEP 68 (ensure_dir) COMPLETE |
9028 | 2024-08-28T17:51:27.326Z | [ host-image] Aug 28 17:51:26.028 INFO O| Aug 28 17:51:26.028 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9029 | 2024-08-28T17:51:27.341Z | [ host-image] Aug 28 17:51:26.043 INFO O| Aug 28 17:51:26.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9030 | 2024-08-28T17:51:27.341Z | [ host-image] Aug 28 17:51:26.044 INFO O| Aug 28 17:51:26.043 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9031 | 2024-08-28T17:51:28.079Z | [ host-image] Aug 28 17:51:26.780 INFO O| Aug 28 17:51:26.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9032 | 2024-08-28T17:51:28.079Z | [ host-image] Aug 28 17:51:26.781 INFO O| Aug 28 17:51:26.780 INFO ok! |
9033 | 2024-08-28T17:51:28.081Z | [ host-image] Aug 28 17:51:26.781 INFO O| Aug 28 17:51:26.780 INFO STEP 69 (ensure_file) COMPLETE |
9034 | 2024-08-28T17:51:28.081Z | [ host-image] Aug 28 17:51:26.781 INFO O| Aug 28 17:51:26.780 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9035 | 2024-08-28T17:51:28.108Z | [ host-image] Aug 28 17:51:26.809 INFO O| Aug 28 17:51:26.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9036 | 2024-08-28T17:51:28.108Z | [ host-image] Aug 28 17:51:26.810 INFO O| Aug 28 17:51:26.809 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9037 | 2024-08-28T17:51:29.724Z | [ host-image] Aug 28 17:51:28.425 INFO O| Aug 28 17:51:28.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9038 | 2024-08-28T17:51:29.724Z | [ host-image] Aug 28 17:51:28.426 INFO O| Aug 28 17:51:28.425 INFO ok! |
9039 | 2024-08-28T17:51:29.724Z | [ host-image] Aug 28 17:51:28.426 INFO O| Aug 28 17:51:28.425 INFO STEP 70 (ensure_file) COMPLETE |
9040 | 2024-08-28T17:51:29.727Z | [ host-image] Aug 28 17:51:28.426 INFO O| Aug 28 17:51:28.425 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9041 | 2024-08-28T17:51:29.738Z | [ host-image] Aug 28 17:51:28.440 INFO O| Aug 28 17:51:28.440 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9042 | 2024-08-28T17:51:29.741Z | [ host-image] Aug 28 17:51:28.440 INFO O| Aug 28 17:51:28.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9043 | 2024-08-28T17:51:29.741Z | [ host-image] Aug 28 17:51:28.440 INFO O| Aug 28 17:51:28.440 INFO STEP 71 (ensure_dir) COMPLETE |
9044 | 2024-08-28T17:51:29.741Z | [ host-image] Aug 28 17:51:28.440 INFO O| Aug 28 17:51:28.440 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9045 | 2024-08-28T17:51:29.749Z | [ host-image] Aug 28 17:51:28.450 INFO O| Aug 28 17:51:28.450 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9046 | 2024-08-28T17:51:29.749Z | [ host-image] Aug 28 17:51:28.450 INFO O| Aug 28 17:51:28.450 INFO copying /tmp/.tmp7rfXy1/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 ... |
9047 | 2024-08-28T17:51:29.751Z | [ host-image] Aug 28 17:51:28.450 INFO O| Aug 28 17:51:28.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9048 | 2024-08-28T17:51:29.751Z | [ host-image] Aug 28 17:51:28.450 INFO O| Aug 28 17:51:28.450 INFO ok! |
9049 | 2024-08-28T17:51:29.751Z | [ host-image] Aug 28 17:51:28.450 INFO O| Aug 28 17:51:28.450 INFO STEP 72 (ensure_file) COMPLETE |
9050 | 2024-08-28T17:51:29.751Z | [ host-image] Aug 28 17:51:28.450 INFO O| Aug 28 17:51:28.450 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9051 | 2024-08-28T17:51:29.759Z | [ host-image] Aug 28 17:51:28.460 INFO O| Aug 28 17:51:28.460 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9052 | 2024-08-28T17:51:29.761Z | [ host-image] Aug 28 17:51:28.460 INFO O| Aug 28 17:51:28.460 INFO copying /tmp/.tmp7rfXy1/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 ... |
9053 | 2024-08-28T17:51:29.761Z | [ host-image] Aug 28 17:51:28.460 INFO O| Aug 28 17:51:28.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9054 | 2024-08-28T17:51:29.761Z | [ host-image] Aug 28 17:51:28.460 INFO O| Aug 28 17:51:28.460 INFO ok! |
9055 | 2024-08-28T17:51:29.761Z | [ host-image] Aug 28 17:51:28.460 INFO O| Aug 28 17:51:28.460 INFO STEP 73 (ensure_file) COMPLETE |
9056 | 2024-08-28T17:51:29.761Z | [ host-image] Aug 28 17:51:28.460 INFO O| Aug 28 17:51:28.460 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9057 | 2024-08-28T17:51:29.768Z | [ host-image] Aug 28 17:51:28.470 INFO O| Aug 28 17:51:28.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9058 | 2024-08-28T17:51:29.771Z | [ host-image] Aug 28 17:51:28.470 INFO O| Aug 28 17:51:28.470 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9059 | 2024-08-28T17:51:29.771Z | [ host-image] Aug 28 17:51:28.470 INFO O| Aug 28 17:51:28.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9060 | 2024-08-28T17:51:29.771Z | [ host-image] Aug 28 17:51:28.470 INFO O| Aug 28 17:51:28.470 INFO ok! |
9061 | 2024-08-28T17:51:29.771Z | [ host-image] Aug 28 17:51:28.470 INFO O| Aug 28 17:51:28.470 INFO STEP 74 (ensure_file) COMPLETE |
9062 | 2024-08-28T17:51:29.771Z | [ host-image] Aug 28 17:51:28.470 INFO O| Aug 28 17:51:28.470 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9063 | 2024-08-28T17:51:29.778Z | [ host-image] Aug 28 17:51:28.480 INFO O| Aug 28 17:51:28.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9064 | 2024-08-28T17:51:29.778Z | [ host-image] Aug 28 17:51:28.480 INFO O| Aug 28 17:51:28.480 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9065 | 2024-08-28T17:51:29.781Z | [ host-image] Aug 28 17:51:28.480 INFO O| Aug 28 17:51:28.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9066 | 2024-08-28T17:51:29.781Z | [ host-image] Aug 28 17:51:28.480 INFO O| Aug 28 17:51:28.480 INFO ok! |
9067 | 2024-08-28T17:51:29.781Z | [ host-image] Aug 28 17:51:28.480 INFO O| Aug 28 17:51:28.480 INFO STEP 75 (ensure_file) COMPLETE |
9068 | 2024-08-28T17:51:29.781Z | [ host-image] Aug 28 17:51:28.480 INFO O| Aug 28 17:51:28.480 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9069 | 2024-08-28T17:51:29.789Z | [ host-image] Aug 28 17:51:28.490 INFO O| Aug 28 17:51:28.490 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9070 | 2024-08-28T17:51:29.789Z | [ host-image] Aug 28 17:51:28.490 INFO O| Aug 28 17:51:28.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9071 | 2024-08-28T17:51:29.792Z | [ host-image] Aug 28 17:51:28.490 INFO O| Aug 28 17:51:28.490 INFO STEP 76 (ensure_dir) COMPLETE |
9072 | 2024-08-28T17:51:29.792Z | [ host-image] Aug 28 17:51:28.490 INFO O| Aug 28 17:51:28.490 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9073 | 2024-08-28T17:51:29.799Z | [ host-image] Aug 28 17:51:28.500 INFO O| Aug 28 17:51:28.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9074 | 2024-08-28T17:51:29.799Z | [ host-image] Aug 28 17:51:28.500 INFO O| Aug 28 17:51:28.500 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9075 | 2024-08-28T17:51:30.339Z | [ host-image] Aug 28 17:51:29.040 INFO O| Aug 28 17:51:29.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9076 | 2024-08-28T17:51:30.339Z | [ host-image] Aug 28 17:51:29.040 INFO O| Aug 28 17:51:29.040 INFO ok! |
9077 | 2024-08-28T17:51:30.339Z | [ host-image] Aug 28 17:51:29.040 INFO O| Aug 28 17:51:29.040 INFO STEP 77 (ensure_file) COMPLETE |
9078 | 2024-08-28T17:51:30.341Z | [ host-image] Aug 28 17:51:29.040 INFO O| Aug 28 17:51:29.040 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9079 | 2024-08-28T17:51:30.352Z | [ host-image] Aug 28 17:51:29.054 INFO O| Aug 28 17:51:29.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9080 | 2024-08-28T17:51:30.353Z | [ host-image] Aug 28 17:51:29.054 INFO O| Aug 28 17:51:29.054 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9081 | 2024-08-28T17:51:30.355Z | [ host-image] Aug 28 17:51:29.054 INFO O| Aug 28 17:51:29.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9082 | 2024-08-28T17:51:30.355Z | [ host-image] Aug 28 17:51:29.054 INFO O| Aug 28 17:51:29.054 INFO ok! |
9083 | 2024-08-28T17:51:30.355Z | [ host-image] Aug 28 17:51:29.054 INFO O| Aug 28 17:51:29.054 INFO STEP 78 (ensure_file) COMPLETE |
9084 | 2024-08-28T17:51:30.355Z | [ host-image] Aug 28 17:51:29.054 INFO O| Aug 28 17:51:29.054 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9085 | 2024-08-28T17:51:30.363Z | [ host-image] Aug 28 17:51:29.065 INFO O| Aug 28 17:51:29.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9086 | 2024-08-28T17:51:30.363Z | [ host-image] Aug 28 17:51:29.065 INFO O| Aug 28 17:51:29.065 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9087 | 2024-08-28T17:51:31.259Z | [ host-image] Aug 28 17:51:29.960 INFO O| Aug 28 17:51:29.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9088 | 2024-08-28T17:51:31.259Z | [ host-image] Aug 28 17:51:29.961 INFO O| Aug 28 17:51:29.960 INFO ok! |
9089 | 2024-08-28T17:51:31.262Z | [ host-image] Aug 28 17:51:29.961 INFO O| Aug 28 17:51:29.960 INFO STEP 79 (ensure_file) COMPLETE |
9090 | 2024-08-28T17:51:31.262Z | [ host-image] Aug 28 17:51:29.961 INFO O| Aug 28 17:51:29.960 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9091 | 2024-08-28T17:51:31.272Z | [ host-image] Aug 28 17:51:29.973 INFO O| Aug 28 17:51:29.973 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9092 | 2024-08-28T17:51:31.272Z | [ host-image] Aug 28 17:51:29.973 INFO O| Aug 28 17:51:29.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9093 | 2024-08-28T17:51:31.274Z | [ host-image] Aug 28 17:51:29.973 INFO O| Aug 28 17:51:29.973 INFO STEP 80 (ensure_dir) COMPLETE |
9094 | 2024-08-28T17:51:31.274Z | [ host-image] Aug 28 17:51:29.973 INFO O| Aug 28 17:51:29.973 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9095 | 2024-08-28T17:51:31.282Z | [ host-image] Aug 28 17:51:29.983 INFO O| Aug 28 17:51:29.983 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9096 | 2024-08-28T17:51:31.282Z | [ host-image] Aug 28 17:51:29.983 INFO O| Aug 28 17:51:29.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9097 | 2024-08-28T17:51:31.287Z | [ host-image] Aug 28 17:51:29.983 INFO O| Aug 28 17:51:29.983 INFO STEP 81 (ensure_dir) COMPLETE |
9098 | 2024-08-28T17:51:31.287Z | [ host-image] Aug 28 17:51:29.983 INFO O| Aug 28 17:51:29.983 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9099 | 2024-08-28T17:51:31.294Z | [ host-image] Aug 28 17:51:29.993 INFO O| Aug 28 17:51:29.993 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9100 | 2024-08-28T17:51:31.294Z | [ host-image] Aug 28 17:51:29.994 INFO O| Aug 28 17:51:29.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9101 | 2024-08-28T17:51:31.297Z | [ host-image] Aug 28 17:51:29.994 INFO O| Aug 28 17:51:29.994 INFO STEP 82 (ensure_dir) COMPLETE |
9102 | 2024-08-28T17:51:31.297Z | [ host-image] Aug 28 17:51:29.994 INFO O| Aug 28 17:51:29.994 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-28T17:51:31.303Z | [ host-image] Aug 28 17:51:30.004 INFO O| Aug 28 17:51:30.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9104 | 2024-08-28T17:51:31.305Z | [ host-image] Aug 28 17:51:30.004 INFO O| Aug 28 17:51:30.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9105 | 2024-08-28T17:51:31.305Z | [ host-image] Aug 28 17:51:30.004 INFO O| Aug 28 17:51:30.004 INFO STEP 83 (ensure_dir) COMPLETE |
9106 | 2024-08-28T17:51:31.305Z | [ host-image] Aug 28 17:51:30.004 INFO O| Aug 28 17:51:30.004 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9107 | 2024-08-28T17:51:31.316Z | [ host-image] Aug 28 17:51:30.018 INFO O| Aug 28 17:51:30.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9108 | 2024-08-28T17:51:31.320Z | [ host-image] Aug 28 17:51:30.018 INFO O| Aug 28 17:51:30.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9109 | 2024-08-28T17:51:31.320Z | [ host-image] Aug 28 17:51:30.018 INFO O| Aug 28 17:51:30.018 INFO STEP 84 (ensure_dir) COMPLETE |
9110 | 2024-08-28T17:51:31.320Z | [ host-image] Aug 28 17:51:30.018 INFO O| Aug 28 17:51:30.018 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9111 | 2024-08-28T17:51:31.329Z | [ host-image] Aug 28 17:51:30.031 INFO O| Aug 28 17:51:30.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9112 | 2024-08-28T17:51:31.332Z | [ host-image] Aug 28 17:51:30.031 INFO O| Aug 28 17:51:30.031 INFO copying /tmp/.tmp7rfXy1/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 ... |
9113 | 2024-08-28T17:51:31.332Z | [ host-image] Aug 28 17:51:30.031 INFO O| Aug 28 17:51:30.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9114 | 2024-08-28T17:51:31.332Z | [ host-image] Aug 28 17:51:30.031 INFO O| Aug 28 17:51:30.031 INFO ok! |
9115 | 2024-08-28T17:51:31.332Z | [ host-image] Aug 28 17:51:30.031 INFO O| Aug 28 17:51:30.031 INFO STEP 85 (ensure_file) COMPLETE |
9116 | 2024-08-28T17:51:31.332Z | [ host-image] Aug 28 17:51:30.031 INFO O| Aug 28 17:51:30.031 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9117 | 2024-08-28T17:51:31.341Z | [ host-image] Aug 28 17:51:30.042 INFO O| Aug 28 17:51:30.042 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9118 | 2024-08-28T17:51:31.343Z | [ host-image] Aug 28 17:51:30.043 INFO O| Aug 28 17:51:30.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9119 | 2024-08-28T17:51:31.343Z | [ host-image] Aug 28 17:51:30.043 INFO O| Aug 28 17:51:30.043 INFO STEP 86 (ensure_dir) COMPLETE |
9120 | 2024-08-28T17:51:31.343Z | [ host-image] Aug 28 17:51:30.043 INFO O| Aug 28 17:51:30.043 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9121 | 2024-08-28T17:51:31.352Z | [ host-image] Aug 28 17:51:30.054 INFO O| Aug 28 17:51:30.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9122 | 2024-08-28T17:51:31.352Z | [ host-image] Aug 28 17:51:30.054 INFO O| Aug 28 17:51:30.054 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9123 | 2024-08-28T17:51:31.355Z | [ host-image] Aug 28 17:51:30.054 INFO O| Aug 28 17:51:30.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9124 | 2024-08-28T17:51:31.355Z | [ host-image] Aug 28 17:51:30.054 INFO O| Aug 28 17:51:30.054 INFO ok! |
9125 | 2024-08-28T17:51:31.355Z | [ host-image] Aug 28 17:51:30.054 INFO O| Aug 28 17:51:30.054 INFO STEP 87 (ensure_file) COMPLETE |
9126 | 2024-08-28T17:51:31.355Z | [ host-image] Aug 28 17:51:30.054 INFO O| Aug 28 17:51:30.054 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9127 | 2024-08-28T17:51:31.364Z | [ host-image] Aug 28 17:51:30.065 INFO O| Aug 28 17:51:30.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9128 | 2024-08-28T17:51:31.364Z | [ host-image] Aug 28 17:51:30.065 INFO O| Aug 28 17:51:30.065 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9129 | 2024-08-28T17:51:31.374Z | [ host-image] Aug 28 17:51:30.075 INFO O| Aug 28 17:51:30.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9130 | 2024-08-28T17:51:31.374Z | [ host-image] Aug 28 17:51:30.075 INFO O| Aug 28 17:51:30.075 INFO ok! |
9131 | 2024-08-28T17:51:31.376Z | [ host-image] Aug 28 17:51:30.075 INFO O| Aug 28 17:51:30.075 INFO STEP 88 (ensure_file) COMPLETE |
9132 | 2024-08-28T17:51:31.376Z | [ host-image] Aug 28 17:51:30.075 INFO O| Aug 28 17:51:30.075 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9133 | 2024-08-28T17:51:31.391Z | [ host-image] Aug 28 17:51:30.092 INFO O| Aug 28 17:51:30.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9134 | 2024-08-28T17:51:31.391Z | [ host-image] Aug 28 17:51:30.092 INFO O| Aug 28 17:51:30.092 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9135 | 2024-08-28T17:51:31.895Z | [ host-image] Aug 28 17:51:30.595 INFO O| Aug 28 17:51:30.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9136 | 2024-08-28T17:51:31.895Z | [ host-image] Aug 28 17:51:30.595 INFO O| Aug 28 17:51:30.595 INFO ok! |
9137 | 2024-08-28T17:51:31.895Z | [ host-image] Aug 28 17:51:30.595 INFO O| Aug 28 17:51:30.595 INFO STEP 89 (ensure_file) COMPLETE |
9138 | 2024-08-28T17:51:31.897Z | [ host-image] Aug 28 17:51:30.595 INFO O| Aug 28 17:51:30.595 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9139 | 2024-08-28T17:51:31.908Z | [ host-image] Aug 28 17:51:30.609 INFO O| Aug 28 17:51:30.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9140 | 2024-08-28T17:51:31.908Z | [ host-image] Aug 28 17:51:30.609 INFO O| Aug 28 17:51:30.609 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9141 | 2024-08-28T17:51:31.910Z | [ host-image] Aug 28 17:51:30.609 INFO O| Aug 28 17:51:30.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9142 | 2024-08-28T17:51:31.910Z | [ host-image] Aug 28 17:51:30.609 INFO O| Aug 28 17:51:30.609 INFO ok! |
9143 | 2024-08-28T17:51:31.910Z | [ host-image] Aug 28 17:51:30.609 INFO O| Aug 28 17:51:30.609 INFO STEP 90 (ensure_file) COMPLETE |
9144 | 2024-08-28T17:51:31.910Z | [ host-image] Aug 28 17:51:30.609 INFO O| Aug 28 17:51:30.609 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9145 | 2024-08-28T17:51:31.919Z | [ host-image] Aug 28 17:51:30.620 INFO O| Aug 28 17:51:30.620 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9146 | 2024-08-28T17:51:31.922Z | [ host-image] Aug 28 17:51:30.620 INFO O| Aug 28 17:51:30.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9147 | 2024-08-28T17:51:31.922Z | [ host-image] Aug 28 17:51:30.620 INFO O| Aug 28 17:51:30.620 INFO STEP 91 (ensure_dir) COMPLETE |
9148 | 2024-08-28T17:51:31.922Z | [ host-image] Aug 28 17:51:30.620 INFO O| Aug 28 17:51:30.620 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9149 | 2024-08-28T17:51:31.930Z | [ host-image] Aug 28 17:51:30.631 INFO O| Aug 28 17:51:30.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9150 | 2024-08-28T17:51:31.933Z | [ host-image] Aug 28 17:51:30.631 INFO O| Aug 28 17:51:30.631 INFO copying /tmp/.tmp7rfXy1/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 ... |
9151 | 2024-08-28T17:51:31.933Z | [ host-image] Aug 28 17:51:30.632 INFO O| Aug 28 17:51:30.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9152 | 2024-08-28T17:51:31.933Z | [ host-image] Aug 28 17:51:30.632 INFO O| Aug 28 17:51:30.632 INFO ok! |
9153 | 2024-08-28T17:51:31.933Z | [ host-image] Aug 28 17:51:30.632 INFO O| Aug 28 17:51:30.632 INFO STEP 92 (ensure_file) COMPLETE |
9154 | 2024-08-28T17:51:31.933Z | [ host-image] Aug 28 17:51:30.632 INFO O| Aug 28 17:51:30.632 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9155 | 2024-08-28T17:51:31.942Z | [ host-image] Aug 28 17:51:30.643 INFO O| Aug 28 17:51:30.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9156 | 2024-08-28T17:51:31.944Z | [ host-image] Aug 28 17:51:30.643 INFO O| Aug 28 17:51:30.643 INFO copying /tmp/.tmp7rfXy1/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 ... |
9157 | 2024-08-28T17:51:31.944Z | [ host-image] Aug 28 17:51:30.643 INFO O| Aug 28 17:51:30.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9158 | 2024-08-28T17:51:31.944Z | [ host-image] Aug 28 17:51:30.643 INFO O| Aug 28 17:51:30.643 INFO ok! |
9159 | 2024-08-28T17:51:31.944Z | [ host-image] Aug 28 17:51:30.643 INFO O| Aug 28 17:51:30.643 INFO STEP 93 (ensure_file) COMPLETE |
9160 | 2024-08-28T17:51:31.944Z | [ host-image] Aug 28 17:51:30.643 INFO O| Aug 28 17:51:30.643 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9161 | 2024-08-28T17:51:31.953Z | [ host-image] Aug 28 17:51:30.654 INFO O| Aug 28 17:51:30.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9162 | 2024-08-28T17:51:31.956Z | [ host-image] Aug 28 17:51:30.654 INFO O| Aug 28 17:51:30.654 INFO copying /tmp/.tmp7rfXy1/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 ... |
9163 | 2024-08-28T17:51:31.956Z | [ host-image] Aug 28 17:51:30.654 INFO O| Aug 28 17:51:30.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9164 | 2024-08-28T17:51:31.957Z | [ host-image] Aug 28 17:51:30.654 INFO O| Aug 28 17:51:30.654 INFO ok! |
9165 | 2024-08-28T17:51:31.957Z | [ host-image] Aug 28 17:51:30.654 INFO O| Aug 28 17:51:30.654 INFO STEP 94 (ensure_file) COMPLETE |
9166 | 2024-08-28T17:51:31.957Z | [ host-image] Aug 28 17:51:30.654 INFO O| Aug 28 17:51:30.654 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9167 | 2024-08-28T17:51:31.964Z | [ host-image] Aug 28 17:51:30.665 INFO O| Aug 28 17:51:30.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9168 | 2024-08-28T17:51:31.964Z | [ host-image] Aug 28 17:51:30.665 INFO O| Aug 28 17:51:30.665 INFO copying /tmp/.tmp7rfXy1/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 ... |
9169 | 2024-08-28T17:51:31.967Z | [ host-image] Aug 28 17:51:30.666 INFO O| Aug 28 17:51:30.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9170 | 2024-08-28T17:51:31.967Z | [ host-image] Aug 28 17:51:30.666 INFO O| Aug 28 17:51:30.666 INFO ok! |
9171 | 2024-08-28T17:51:31.967Z | [ host-image] Aug 28 17:51:30.666 INFO O| Aug 28 17:51:30.666 INFO STEP 95 (ensure_file) COMPLETE |
9172 | 2024-08-28T17:51:31.967Z | [ host-image] Aug 28 17:51:30.666 INFO O| Aug 28 17:51:30.666 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9173 | 2024-08-28T17:51:31.977Z | [ host-image] Aug 28 17:51:30.678 INFO O| Aug 28 17:51:30.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9174 | 2024-08-28T17:51:31.977Z | [ host-image] Aug 28 17:51:30.678 INFO O| Aug 28 17:51:30.678 INFO copying /tmp/.tmp7rfXy1/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 ... |
9175 | 2024-08-28T17:51:31.980Z | [ host-image] Aug 28 17:51:30.678 INFO O| Aug 28 17:51:30.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9176 | 2024-08-28T17:51:31.980Z | [ host-image] Aug 28 17:51:30.678 INFO O| Aug 28 17:51:30.678 INFO ok! |
9177 | 2024-08-28T17:51:31.980Z | [ host-image] Aug 28 17:51:30.678 INFO O| Aug 28 17:51:30.678 INFO STEP 96 (ensure_file) COMPLETE |
9178 | 2024-08-28T17:51:31.980Z | [ host-image] Aug 28 17:51:30.678 INFO O| Aug 28 17:51:30.678 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9179 | 2024-08-28T17:51:31.988Z | [ host-image] Aug 28 17:51:30.689 INFO O| Aug 28 17:51:30.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9180 | 2024-08-28T17:51:31.988Z | [ host-image] Aug 28 17:51:30.689 INFO O| Aug 28 17:51:30.689 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9181 | 2024-08-28T17:51:31.990Z | [ host-image] Aug 28 17:51:30.689 INFO O| Aug 28 17:51:30.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9182 | 2024-08-28T17:51:31.990Z | [ host-image] Aug 28 17:51:30.689 INFO O| Aug 28 17:51:30.689 INFO ok! |
9183 | 2024-08-28T17:51:31.990Z | [ host-image] Aug 28 17:51:30.689 INFO O| Aug 28 17:51:30.689 INFO STEP 97 (ensure_file) COMPLETE |
9184 | 2024-08-28T17:51:31.990Z | [ host-image] Aug 28 17:51:30.689 INFO O| Aug 28 17:51:30.689 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9185 | 2024-08-28T17:51:31.998Z | [ host-image] Aug 28 17:51:30.699 INFO O| Aug 28 17:51:30.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9186 | 2024-08-28T17:51:31.998Z | [ host-image] Aug 28 17:51:30.699 INFO O| Aug 28 17:51:30.699 INFO copying /tmp/.tmp7rfXy1/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 ... |
9187 | 2024-08-28T17:51:32.000Z | [ host-image] Aug 28 17:51:30.699 INFO O| Aug 28 17:51:30.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9188 | 2024-08-28T17:51:32.000Z | [ host-image] Aug 28 17:51:30.699 INFO O| Aug 28 17:51:30.699 INFO ok! |
9189 | 2024-08-28T17:51:32.000Z | [ host-image] Aug 28 17:51:30.699 INFO O| Aug 28 17:51:30.699 INFO STEP 98 (ensure_file) COMPLETE |
9190 | 2024-08-28T17:51:32.000Z | [ host-image] Aug 28 17:51:30.699 INFO O| Aug 28 17:51:30.699 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9191 | 2024-08-28T17:51:32.008Z | [ host-image] Aug 28 17:51:30.709 INFO O| Aug 28 17:51:30.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9192 | 2024-08-28T17:51:32.010Z | [ host-image] Aug 28 17:51:30.709 INFO O| Aug 28 17:51:30.709 INFO copying /tmp/.tmp7rfXy1/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 ... |
9193 | 2024-08-28T17:51:32.010Z | [ host-image] Aug 28 17:51:30.709 INFO O| Aug 28 17:51:30.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9194 | 2024-08-28T17:51:32.010Z | [ host-image] Aug 28 17:51:30.709 INFO O| Aug 28 17:51:30.709 INFO ok! |
9195 | 2024-08-28T17:51:32.010Z | [ host-image] Aug 28 17:51:30.709 INFO O| Aug 28 17:51:30.709 INFO STEP 99 (ensure_file) COMPLETE |
9196 | 2024-08-28T17:51:32.010Z | [ host-image] Aug 28 17:51:30.709 INFO O| Aug 28 17:51:30.709 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9197 | 2024-08-28T17:51:32.019Z | [ host-image] Aug 28 17:51:30.720 INFO O| Aug 28 17:51:30.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9198 | 2024-08-28T17:51:32.019Z | [ host-image] Aug 28 17:51:30.720 INFO O| Aug 28 17:51:30.720 INFO copying /tmp/.tmp7rfXy1/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 ... |
9199 | 2024-08-28T17:51:32.019Z | [ host-image] Aug 28 17:51:30.720 INFO O| Aug 28 17:51:30.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9200 | 2024-08-28T17:51:32.019Z | [ host-image] Aug 28 17:51:30.720 INFO O| Aug 28 17:51:30.720 INFO ok! |
9201 | 2024-08-28T17:51:32.022Z | [ host-image] Aug 28 17:51:30.720 INFO O| Aug 28 17:51:30.720 INFO STEP 100 (ensure_file) COMPLETE |
9202 | 2024-08-28T17:51:32.022Z | [ host-image] Aug 28 17:51:30.720 INFO O| Aug 28 17:51:30.720 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9203 | 2024-08-28T17:51:32.029Z | [ host-image] Aug 28 17:51:30.731 INFO O| Aug 28 17:51:30.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9204 | 2024-08-28T17:51:32.029Z | [ host-image] Aug 28 17:51:30.731 INFO O| Aug 28 17:51:30.731 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9205 | 2024-08-28T17:51:32.032Z | [ host-image] Aug 28 17:51:30.731 INFO O| Aug 28 17:51:30.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9206 | 2024-08-28T17:51:32.032Z | [ host-image] Aug 28 17:51:30.731 INFO O| Aug 28 17:51:30.731 INFO ok! |
9207 | 2024-08-28T17:51:32.032Z | [ host-image] Aug 28 17:51:30.731 INFO O| Aug 28 17:51:30.731 INFO STEP 101 (ensure_file) COMPLETE |
9208 | 2024-08-28T17:51:32.032Z | [ host-image] Aug 28 17:51:30.731 INFO O| Aug 28 17:51:30.731 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9209 | 2024-08-28T17:51:32.040Z | [ host-image] Aug 28 17:51:30.741 INFO O| Aug 28 17:51:30.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9210 | 2024-08-28T17:51:32.040Z | [ host-image] Aug 28 17:51:30.741 INFO O| Aug 28 17:51:30.741 INFO copying /tmp/.tmp7rfXy1/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 ... |
9211 | 2024-08-28T17:51:32.042Z | [ host-image] Aug 28 17:51:30.742 INFO O| Aug 28 17:51:30.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9212 | 2024-08-28T17:51:32.042Z | [ host-image] Aug 28 17:51:30.742 INFO O| Aug 28 17:51:30.742 INFO ok! |
9213 | 2024-08-28T17:51:32.042Z | [ host-image] Aug 28 17:51:30.742 INFO O| Aug 28 17:51:30.742 INFO STEP 102 (ensure_file) COMPLETE |
9214 | 2024-08-28T17:51:32.042Z | [ host-image] Aug 28 17:51:30.742 INFO O| Aug 28 17:51:30.742 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9215 | 2024-08-28T17:51:32.053Z | [ host-image] Aug 28 17:51:30.754 INFO O| Aug 28 17:51:30.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9216 | 2024-08-28T17:51:32.053Z | [ host-image] Aug 28 17:51:30.754 INFO O| Aug 28 17:51:30.754 INFO copying /tmp/.tmp7rfXy1/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 ... |
9217 | 2024-08-28T17:51:32.056Z | [ host-image] Aug 28 17:51:30.755 INFO O| Aug 28 17:51:30.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9218 | 2024-08-28T17:51:32.056Z | [ host-image] Aug 28 17:51:30.755 INFO O| Aug 28 17:51:30.755 INFO ok! |
9219 | 2024-08-28T17:51:32.056Z | [ host-image] Aug 28 17:51:30.755 INFO O| Aug 28 17:51:30.755 INFO STEP 103 (ensure_file) COMPLETE |
9220 | 2024-08-28T17:51:32.056Z | [ host-image] Aug 28 17:51:30.755 INFO O| Aug 28 17:51:30.755 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9221 | 2024-08-28T17:51:32.073Z | [ host-image] Aug 28 17:51:30.774 INFO O| Aug 28 17:51:30.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9222 | 2024-08-28T17:51:32.073Z | [ host-image] Aug 28 17:51:30.774 INFO O| Aug 28 17:51:30.774 INFO copying /tmp/.tmp7rfXy1/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 ... |
9223 | 2024-08-28T17:51:32.076Z | [ host-image] Aug 28 17:51:30.774 INFO O| Aug 28 17:51:30.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9224 | 2024-08-28T17:51:32.076Z | [ host-image] Aug 28 17:51:30.774 INFO O| Aug 28 17:51:30.774 INFO ok! |
9225 | 2024-08-28T17:51:32.076Z | [ host-image] Aug 28 17:51:30.774 INFO O| Aug 28 17:51:30.774 INFO STEP 104 (ensure_file) COMPLETE |
9226 | 2024-08-28T17:51:32.076Z | [ host-image] Aug 28 17:51:30.774 INFO O| Aug 28 17:51:30.774 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9227 | 2024-08-28T17:51:32.092Z | [ host-image] Aug 28 17:51:30.793 INFO O| Aug 28 17:51:30.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9228 | 2024-08-28T17:51:32.092Z | [ host-image] Aug 28 17:51:30.793 INFO O| Aug 28 17:51:30.793 INFO copying /tmp/.tmp7rfXy1/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 ... |
9229 | 2024-08-28T17:51:32.095Z | [ host-image] Aug 28 17:51:30.794 INFO O| Aug 28 17:51:30.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9230 | 2024-08-28T17:51:32.095Z | [ host-image] Aug 28 17:51:30.794 INFO O| Aug 28 17:51:30.794 INFO ok! |
9231 | 2024-08-28T17:51:32.095Z | [ host-image] Aug 28 17:51:30.794 INFO O| Aug 28 17:51:30.794 INFO STEP 105 (ensure_file) COMPLETE |
9232 | 2024-08-28T17:51:32.095Z | [ host-image] Aug 28 17:51:30.794 INFO O| Aug 28 17:51:30.794 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9233 | 2024-08-28T17:51:32.111Z | [ host-image] Aug 28 17:51:30.812 INFO O| Aug 28 17:51:30.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9234 | 2024-08-28T17:51:32.111Z | [ host-image] Aug 28 17:51:30.812 INFO O| Aug 28 17:51:30.812 INFO copying /tmp/.tmp7rfXy1/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 ... |
9235 | 2024-08-28T17:51:32.114Z | [ host-image] Aug 28 17:51:30.813 INFO O| Aug 28 17:51:30.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9236 | 2024-08-28T17:51:32.114Z | [ host-image] Aug 28 17:51:30.813 INFO O| Aug 28 17:51:30.813 INFO ok! |
9237 | 2024-08-28T17:51:32.114Z | [ host-image] Aug 28 17:51:30.813 INFO O| Aug 28 17:51:30.813 INFO STEP 106 (ensure_file) COMPLETE |
9238 | 2024-08-28T17:51:32.114Z | [ host-image] Aug 28 17:51:30.813 INFO O| Aug 28 17:51:30.813 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9239 | 2024-08-28T17:51:32.131Z | [ host-image] Aug 28 17:51:30.832 INFO O| Aug 28 17:51:30.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9240 | 2024-08-28T17:51:32.134Z | [ host-image] Aug 28 17:51:30.832 INFO O| Aug 28 17:51:30.832 INFO copying /tmp/.tmp7rfXy1/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 ... |
9241 | 2024-08-28T17:51:32.134Z | [ host-image] Aug 28 17:51:30.832 INFO O| Aug 28 17:51:30.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9242 | 2024-08-28T17:51:32.134Z | [ host-image] Aug 28 17:51:30.832 INFO O| Aug 28 17:51:30.832 INFO ok! |
9243 | 2024-08-28T17:51:32.134Z | [ host-image] Aug 28 17:51:30.832 INFO O| Aug 28 17:51:30.832 INFO STEP 107 (ensure_file) COMPLETE |
9244 | 2024-08-28T17:51:32.134Z | [ host-image] Aug 28 17:51:30.832 INFO O| Aug 28 17:51:30.832 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9245 | 2024-08-28T17:51:32.154Z | [ host-image] Aug 28 17:51:30.855 INFO O| Aug 28 17:51:30.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9246 | 2024-08-28T17:51:32.154Z | [ host-image] Aug 28 17:51:30.855 INFO O| Aug 28 17:51:30.855 INFO copying /tmp/.tmp7rfXy1/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 ... |
9247 | 2024-08-28T17:51:32.158Z | [ host-image] Aug 28 17:51:30.855 INFO O| Aug 28 17:51:30.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9248 | 2024-08-28T17:51:32.158Z | [ host-image] Aug 28 17:51:30.855 INFO O| Aug 28 17:51:30.855 INFO ok! |
9249 | 2024-08-28T17:51:32.158Z | [ host-image] Aug 28 17:51:30.855 INFO O| Aug 28 17:51:30.855 INFO STEP 108 (ensure_file) COMPLETE |
9250 | 2024-08-28T17:51:32.158Z | [ host-image] Aug 28 17:51:30.855 INFO O| Aug 28 17:51:30.855 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9251 | 2024-08-28T17:51:32.175Z | [ host-image] Aug 28 17:51:30.876 INFO O| Aug 28 17:51:30.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9252 | 2024-08-28T17:51:32.179Z | [ host-image] Aug 28 17:51:30.876 INFO O| Aug 28 17:51:30.876 INFO copying /tmp/.tmp7rfXy1/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 ... |
9253 | 2024-08-28T17:51:32.179Z | [ host-image] Aug 28 17:51:30.876 INFO O| Aug 28 17:51:30.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9254 | 2024-08-28T17:51:32.179Z | [ host-image] Aug 28 17:51:30.876 INFO O| Aug 28 17:51:30.876 INFO ok! |
9255 | 2024-08-28T17:51:32.179Z | [ host-image] Aug 28 17:51:30.876 INFO O| Aug 28 17:51:30.876 INFO STEP 109 (ensure_file) COMPLETE |
9256 | 2024-08-28T17:51:32.179Z | [ host-image] Aug 28 17:51:30.876 INFO O| Aug 28 17:51:30.876 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9257 | 2024-08-28T17:51:32.198Z | [ host-image] Aug 28 17:51:30.899 INFO O| Aug 28 17:51:30.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9258 | 2024-08-28T17:51:32.199Z | [ host-image] Aug 28 17:51:30.900 INFO O| Aug 28 17:51:30.899 INFO copying /tmp/.tmp7rfXy1/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 ... |
9259 | 2024-08-28T17:51:32.201Z | [ host-image] Aug 28 17:51:30.900 INFO O| Aug 28 17:51:30.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9260 | 2024-08-28T17:51:32.201Z | [ host-image] Aug 28 17:51:30.900 INFO O| Aug 28 17:51:30.900 INFO ok! |
9261 | 2024-08-28T17:51:32.201Z | [ host-image] Aug 28 17:51:30.900 INFO O| Aug 28 17:51:30.900 INFO STEP 110 (ensure_file) COMPLETE |
9262 | 2024-08-28T17:51:32.201Z | [ host-image] Aug 28 17:51:30.900 INFO O| Aug 28 17:51:30.900 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9263 | 2024-08-28T17:51:32.213Z | [ host-image] Aug 28 17:51:30.914 INFO O| Aug 28 17:51:30.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9264 | 2024-08-28T17:51:32.213Z | [ host-image] Aug 28 17:51:30.914 INFO O| Aug 28 17:51:30.914 INFO copying /tmp/.tmp7rfXy1/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 ... |
9265 | 2024-08-28T17:51:32.215Z | [ host-image] Aug 28 17:51:30.914 INFO O| Aug 28 17:51:30.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9266 | 2024-08-28T17:51:32.215Z | [ host-image] Aug 28 17:51:30.915 INFO O| Aug 28 17:51:30.914 INFO ok! |
9267 | 2024-08-28T17:51:32.215Z | [ host-image] Aug 28 17:51:30.915 INFO O| Aug 28 17:51:30.914 INFO STEP 111 (ensure_file) COMPLETE |
9268 | 2024-08-28T17:51:32.215Z | [ host-image] Aug 28 17:51:30.915 INFO O| Aug 28 17:51:30.915 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9269 | 2024-08-28T17:51:32.231Z | [ host-image] Aug 28 17:51:30.932 INFO O| Aug 28 17:51:30.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9270 | 2024-08-28T17:51:32.231Z | [ host-image] Aug 28 17:51:30.933 INFO O| Aug 28 17:51:30.932 INFO copying /tmp/.tmp7rfXy1/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 ... |
9271 | 2024-08-28T17:51:32.234Z | [ host-image] Aug 28 17:51:30.933 INFO O| Aug 28 17:51:30.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9272 | 2024-08-28T17:51:32.234Z | [ host-image] Aug 28 17:51:30.933 INFO O| Aug 28 17:51:30.933 INFO ok! |
9273 | 2024-08-28T17:51:32.234Z | [ host-image] Aug 28 17:51:30.933 INFO O| Aug 28 17:51:30.933 INFO STEP 112 (ensure_file) COMPLETE |
9274 | 2024-08-28T17:51:32.234Z | [ host-image] Aug 28 17:51:30.933 INFO O| Aug 28 17:51:30.933 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9275 | 2024-08-28T17:51:32.246Z | [ host-image] Aug 28 17:51:30.947 INFO O| Aug 28 17:51:30.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9276 | 2024-08-28T17:51:32.246Z | [ host-image] Aug 28 17:51:30.947 INFO O| Aug 28 17:51:30.947 INFO copying /tmp/.tmp7rfXy1/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 ... |
9277 | 2024-08-28T17:51:32.248Z | [ host-image] Aug 28 17:51:30.947 INFO O| Aug 28 17:51:30.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9278 | 2024-08-28T17:51:32.248Z | [ host-image] Aug 28 17:51:30.947 INFO O| Aug 28 17:51:30.947 INFO ok! |
9279 | 2024-08-28T17:51:32.248Z | [ host-image] Aug 28 17:51:30.947 INFO O| Aug 28 17:51:30.947 INFO STEP 113 (ensure_file) COMPLETE |
9280 | 2024-08-28T17:51:32.248Z | [ host-image] Aug 28 17:51:30.947 INFO O| Aug 28 17:51:30.947 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9281 | 2024-08-28T17:51:32.258Z | [ host-image] Aug 28 17:51:30.959 INFO O| Aug 28 17:51:30.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9282 | 2024-08-28T17:51:32.258Z | [ host-image] Aug 28 17:51:30.959 INFO O| Aug 28 17:51:30.959 INFO copying /tmp/.tmp7rfXy1/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 ... |
9283 | 2024-08-28T17:51:32.261Z | [ host-image] Aug 28 17:51:30.959 INFO O| Aug 28 17:51:30.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9284 | 2024-08-28T17:51:32.261Z | [ host-image] Aug 28 17:51:30.959 INFO O| Aug 28 17:51:30.959 INFO ok! |
9285 | 2024-08-28T17:51:32.261Z | [ host-image] Aug 28 17:51:30.959 INFO O| Aug 28 17:51:30.959 INFO STEP 114 (ensure_file) COMPLETE |
9286 | 2024-08-28T17:51:32.261Z | [ host-image] Aug 28 17:51:30.959 INFO O| Aug 28 17:51:30.959 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9287 | 2024-08-28T17:51:32.271Z | [ host-image] Aug 28 17:51:30.972 INFO O| Aug 28 17:51:30.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9288 | 2024-08-28T17:51:32.274Z | [ host-image] Aug 28 17:51:30.972 INFO O| Aug 28 17:51:30.972 INFO copying /tmp/.tmp7rfXy1/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 ... |
9289 | 2024-08-28T17:51:32.274Z | [ host-image] Aug 28 17:51:30.972 INFO O| Aug 28 17:51:30.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9290 | 2024-08-28T17:51:32.274Z | [ host-image] Aug 28 17:51:30.972 INFO O| Aug 28 17:51:30.972 INFO ok! |
9291 | 2024-08-28T17:51:32.274Z | [ host-image] Aug 28 17:51:30.972 INFO O| Aug 28 17:51:30.972 INFO STEP 115 (ensure_file) COMPLETE |
9292 | 2024-08-28T17:51:32.274Z | [ host-image] Aug 28 17:51:30.972 INFO O| Aug 28 17:51:30.972 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9293 | 2024-08-28T17:51:32.284Z | [ host-image] Aug 28 17:51:30.985 INFO O| Aug 28 17:51:30.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9294 | 2024-08-28T17:51:32.284Z | [ host-image] Aug 28 17:51:30.985 INFO O| Aug 28 17:51:30.985 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9295 | 2024-08-28T17:51:32.286Z | [ host-image] Aug 28 17:51:30.985 INFO O| Aug 28 17:51:30.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9296 | 2024-08-28T17:51:32.286Z | [ host-image] Aug 28 17:51:30.985 INFO O| Aug 28 17:51:30.985 INFO ok! |
9297 | 2024-08-28T17:51:32.286Z | [ host-image] Aug 28 17:51:30.985 INFO O| Aug 28 17:51:30.985 INFO STEP 116 (ensure_file) COMPLETE |
9298 | 2024-08-28T17:51:32.286Z | [ host-image] Aug 28 17:51:30.985 INFO O| Aug 28 17:51:30.985 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9299 | 2024-08-28T17:51:32.295Z | [ host-image] Aug 28 17:51:30.996 INFO O| Aug 28 17:51:30.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9300 | 2024-08-28T17:51:32.295Z | [ host-image] Aug 28 17:51:30.997 INFO O| Aug 28 17:51:30.996 INFO copying /tmp/.tmp7rfXy1/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 ... |
9301 | 2024-08-28T17:51:32.298Z | [ host-image] Aug 28 17:51:30.997 INFO O| Aug 28 17:51:30.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9302 | 2024-08-28T17:51:32.298Z | [ host-image] Aug 28 17:51:30.997 INFO O| Aug 28 17:51:30.997 INFO ok! |
9303 | 2024-08-28T17:51:32.298Z | [ host-image] Aug 28 17:51:30.997 INFO O| Aug 28 17:51:30.997 INFO STEP 117 (ensure_file) COMPLETE |
9304 | 2024-08-28T17:51:32.298Z | [ host-image] Aug 28 17:51:30.997 INFO O| Aug 28 17:51:30.997 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9305 | 2024-08-28T17:51:32.307Z | [ host-image] Aug 28 17:51:31.008 INFO O| Aug 28 17:51:31.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9306 | 2024-08-28T17:51:32.307Z | [ host-image] Aug 28 17:51:31.008 INFO O| Aug 28 17:51:31.008 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9307 | 2024-08-28T17:51:32.307Z | [ host-image] Aug 28 17:51:31.008 INFO O| Aug 28 17:51:31.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9308 | 2024-08-28T17:51:32.309Z | [ host-image] Aug 28 17:51:31.008 INFO O| Aug 28 17:51:31.008 INFO ok! |
9309 | 2024-08-28T17:51:32.309Z | [ host-image] Aug 28 17:51:31.008 INFO O| Aug 28 17:51:31.008 INFO STEP 118 (ensure_file) COMPLETE |
9310 | 2024-08-28T17:51:32.309Z | [ host-image] Aug 28 17:51:31.008 INFO O| Aug 28 17:51:31.008 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9311 | 2024-08-28T17:51:32.319Z | [ host-image] Aug 28 17:51:31.020 INFO O| Aug 28 17:51:31.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9312 | 2024-08-28T17:51:32.319Z | [ host-image] Aug 28 17:51:31.020 INFO O| Aug 28 17:51:31.020 INFO copying /tmp/.tmp7rfXy1/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9313 | 2024-08-28T17:51:34.193Z | [ recovery-image] Aug 28 17:51:32.890 INFO E| Finished `release` profile [optimized] target(s) in 43.18s |
9314 | 2024-08-28T17:51:34.243Z | [ recovery-image] Aug 28 17:51:32.944 INFO building host image... |
9315 | 2024-08-28T17:51:34.246Z | [ recovery-image] Aug 28 17:51:32.945 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") |
9316 | 2024-08-28T17:51:34.983Z | [ recovery-image] Aug 28 17:51:33.683 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9317 | 2024-08-28T17:51:36.814Z | [ host-image] Aug 28 17:51:35.514 INFO O| Aug 28 17:51:35.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9318 | 2024-08-28T17:51:36.814Z | [ host-image] Aug 28 17:51:35.514 INFO O| Aug 28 17:51:35.514 INFO ok! |
9319 | 2024-08-28T17:51:36.817Z | [ host-image] Aug 28 17:51:35.514 INFO O| Aug 28 17:51:35.514 INFO STEP 119 (ensure_file) COMPLETE |
9320 | 2024-08-28T17:51:36.817Z | [ host-image] Aug 28 17:51:35.514 INFO O| Aug 28 17:51:35.514 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9321 | 2024-08-28T17:51:36.826Z | [ host-image] Aug 28 17:51:35.527 INFO O| Aug 28 17:51:35.526 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9322 | 2024-08-28T17:51:36.826Z | [ host-image] Aug 28 17:51:35.527 INFO O| Aug 28 17:51:35.527 INFO STEP 120 (ensure_dir) COMPLETE |
9323 | 2024-08-28T17:51:36.828Z | [ host-image] Aug 28 17:51:35.527 INFO O| Aug 28 17:51:35.527 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9324 | 2024-08-28T17:51:36.836Z | [ host-image] Aug 28 17:51:35.537 INFO O| Aug 28 17:51:35.537 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9325 | 2024-08-28T17:51:36.836Z | [ host-image] Aug 28 17:51:35.537 INFO O| Aug 28 17:51:35.537 INFO STEP 121 (ensure_dir) COMPLETE |
9326 | 2024-08-28T17:51:36.839Z | [ host-image] Aug 28 17:51:35.537 INFO O| Aug 28 17:51:35.537 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9327 | 2024-08-28T17:51:36.847Z | [ host-image] Aug 28 17:51:35.547 INFO O| Aug 28 17:51:35.547 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9328 | 2024-08-28T17:51:36.847Z | [ host-image] Aug 28 17:51:35.547 INFO O| Aug 28 17:51:35.547 INFO STEP 122 (ensure_dir) COMPLETE |
9329 | 2024-08-28T17:51:36.847Z | [ host-image] Aug 28 17:51:35.547 INFO O| Aug 28 17:51:35.547 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9330 | 2024-08-28T17:51:36.857Z | [ host-image] Aug 28 17:51:35.557 INFO O| Aug 28 17:51:35.557 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9331 | 2024-08-28T17:51:36.857Z | [ host-image] Aug 28 17:51:35.557 INFO O| Aug 28 17:51:35.557 INFO STEP 123 (ensure_dir) COMPLETE |
9332 | 2024-08-28T17:51:36.857Z | [ host-image] Aug 28 17:51:35.557 INFO O| Aug 28 17:51:35.557 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9333 | 2024-08-28T17:51:36.867Z | [ host-image] Aug 28 17:51:35.567 INFO O| Aug 28 17:51:35.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9334 | 2024-08-28T17:51:36.869Z | [ host-image] Aug 28 17:51:35.567 INFO O| Aug 28 17:51:35.567 INFO copying /tmp/.tmp7rfXy1/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 ... |
9335 | 2024-08-28T17:51:36.870Z | [ host-image] Aug 28 17:51:35.567 INFO O| Aug 28 17:51:35.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9336 | 2024-08-28T17:51:36.870Z | [ host-image] Aug 28 17:51:35.567 INFO O| Aug 28 17:51:35.567 INFO ok! |
9337 | 2024-08-28T17:51:36.870Z | [ host-image] Aug 28 17:51:35.567 INFO O| Aug 28 17:51:35.567 INFO STEP 124 (ensure_file) COMPLETE |
9338 | 2024-08-28T17:51:36.870Z | [ host-image] Aug 28 17:51:35.567 INFO O| Aug 28 17:51:35.567 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9339 | 2024-08-28T17:51:36.876Z | [ host-image] Aug 28 17:51:35.577 INFO O| Aug 28 17:51:35.577 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9340 | 2024-08-28T17:51:36.876Z | [ host-image] Aug 28 17:51:35.577 INFO O| Aug 28 17:51:35.577 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9341 | 2024-08-28T17:51:36.879Z | [ host-image] Aug 28 17:51:35.577 INFO O| Aug 28 17:51:35.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9342 | 2024-08-28T17:51:36.879Z | [ host-image] Aug 28 17:51:35.577 INFO O| Aug 28 17:51:35.577 INFO STEP 125 (ensure_dir) COMPLETE |
9343 | 2024-08-28T17:51:36.879Z | [ host-image] Aug 28 17:51:35.577 INFO O| Aug 28 17:51:35.577 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-08-28T17:51:36.887Z | [ host-image] Aug 28 17:51:35.587 INFO O| Aug 28 17:51:35.587 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9345 | 2024-08-28T17:51:36.887Z | [ host-image] Aug 28 17:51:35.588 INFO O| Aug 28 17:51:35.587 INFO copying /tmp/.tmp7rfXy1/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9346 | 2024-08-28T17:51:36.892Z | [ host-image] Aug 28 17:51:35.588 INFO O| Aug 28 17:51:35.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9347 | 2024-08-28T17:51:36.892Z | [ host-image] Aug 28 17:51:35.588 INFO O| Aug 28 17:51:35.588 INFO ok! |
9348 | 2024-08-28T17:51:36.892Z | [ host-image] Aug 28 17:51:35.588 INFO O| Aug 28 17:51:35.588 INFO STEP 126 (ensure_file) COMPLETE |
9349 | 2024-08-28T17:51:36.892Z | [ host-image] Aug 28 17:51:35.588 INFO O| Aug 28 17:51:35.588 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9350 | 2024-08-28T17:51:36.897Z | [ host-image] Aug 28 17:51:35.598 INFO O| Aug 28 17:51:35.598 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9351 | 2024-08-28T17:51:36.900Z | [ host-image] Aug 28 17:51:35.598 INFO O| Aug 28 17:51:35.598 INFO STEP 127 (remove_files) COMPLETE |
9352 | 2024-08-28T17:51:36.900Z | [ host-image] Aug 28 17:51:35.598 INFO O| Aug 28 17:51:35.598 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9353 | 2024-08-28T17:51:36.908Z | [ host-image] Aug 28 17:51:35.609 INFO O| Aug 28 17:51:35.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9354 | 2024-08-28T17:51:36.910Z | [ host-image] Aug 28 17:51:35.609 INFO O| Aug 28 17:51:35.609 INFO STEP 128 (remove_files) COMPLETE |
9355 | 2024-08-28T17:51:36.911Z | [ host-image] Aug 28 17:51:35.609 INFO O| Aug 28 17:51:35.609 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9356 | 2024-08-28T17:51:36.918Z | [ host-image] Aug 28 17:51:35.619 INFO O| Aug 28 17:51:35.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9357 | 2024-08-28T17:51:36.921Z | [ host-image] Aug 28 17:51:35.619 INFO O| Aug 28 17:51:35.619 INFO STEP 129 (remove_files) COMPLETE |
9358 | 2024-08-28T17:51:36.921Z | [ host-image] Aug 28 17:51:35.619 INFO O| Aug 28 17:51:35.619 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9359 | 2024-08-28T17:51:36.929Z | [ host-image] Aug 28 17:51:35.629 INFO O| Aug 28 17:51:35.629 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9360 | 2024-08-28T17:51:36.932Z | [ host-image] Aug 28 17:51:35.629 INFO O| Aug 28 17:51:35.629 INFO STEP 130 (remove_files) COMPLETE |
9361 | 2024-08-28T17:51:36.932Z | [ host-image] Aug 28 17:51:35.629 INFO O| Aug 28 17:51:35.629 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9362 | 2024-08-28T17:51:36.939Z | [ host-image] Aug 28 17:51:35.639 INFO O| Aug 28 17:51:35.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9363 | 2024-08-28T17:51:36.941Z | [ host-image] Aug 28 17:51:35.640 INFO O| Aug 28 17:51:35.639 INFO STEP 131 (remove_files) COMPLETE |
9364 | 2024-08-28T17:51:36.941Z | [ host-image] Aug 28 17:51:35.640 INFO O| Aug 28 17:51:35.640 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9365 | 2024-08-28T17:51:36.950Z | [ host-image] Aug 28 17:51:35.649 INFO O| Aug 28 17:51:35.649 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9366 | 2024-08-28T17:51:36.952Z | [ host-image] Aug 28 17:51:35.649 INFO O| Aug 28 17:51:35.649 INFO STEP 132 (remove_files) COMPLETE |
9367 | 2024-08-28T17:51:36.952Z | [ host-image] Aug 28 17:51:35.649 INFO O| Aug 28 17:51:35.649 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9368 | 2024-08-28T17:51:36.959Z | [ host-image] Aug 28 17:51:35.659 INFO O| Aug 28 17:51:35.659 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9369 | 2024-08-28T17:51:36.962Z | [ host-image] Aug 28 17:51:35.659 INFO O| Aug 28 17:51:35.659 INFO STEP 133 (remove_files) COMPLETE |
9370 | 2024-08-28T17:51:36.962Z | [ host-image] Aug 28 17:51:35.659 INFO O| Aug 28 17:51:35.659 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9371 | 2024-08-28T17:51:36.969Z | [ host-image] Aug 28 17:51:35.669 INFO O| Aug 28 17:51:35.669 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9372 | 2024-08-28T17:51:36.969Z | [ host-image] Aug 28 17:51:35.669 INFO O| Aug 28 17:51:35.669 INFO STEP 134 (remove_files) COMPLETE |
9373 | 2024-08-28T17:51:36.971Z | [ host-image] Aug 28 17:51:35.669 INFO O| Aug 28 17:51:35.669 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9374 | 2024-08-28T17:51:36.979Z | [ host-image] Aug 28 17:51:35.680 INFO O| Aug 28 17:51:35.680 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9375 | 2024-08-28T17:51:36.982Z | [ host-image] Aug 28 17:51:35.680 INFO O| Aug 28 17:51:35.680 INFO STEP 135 (remove_files) COMPLETE |
9376 | 2024-08-28T17:51:36.982Z | [ host-image] Aug 28 17:51:35.680 INFO O| Aug 28 17:51:35.680 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9377 | 2024-08-28T17:51:36.990Z | [ host-image] Aug 28 17:51:35.690 INFO O| Aug 28 17:51:35.690 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9378 | 2024-08-28T17:51:36.990Z | [ host-image] Aug 28 17:51:35.690 INFO O| Aug 28 17:51:35.690 INFO STEP 136 (remove_files) COMPLETE |
9379 | 2024-08-28T17:51:36.990Z | [ host-image] Aug 28 17:51:35.690 INFO O| Aug 28 17:51:35.690 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9380 | 2024-08-28T17:51:37.000Z | [ host-image] Aug 28 17:51:35.700 INFO O| Aug 28 17:51:35.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9381 | 2024-08-28T17:51:37.000Z | [ host-image] Aug 28 17:51:35.700 INFO O| Aug 28 17:51:35.700 INFO STEP 137 (remove_files) COMPLETE |
9382 | 2024-08-28T17:51:37.002Z | [ host-image] Aug 28 17:51:35.700 INFO O| Aug 28 17:51:35.700 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9383 | 2024-08-28T17:51:37.009Z | [ host-image] Aug 28 17:51:35.709 INFO O| Aug 28 17:51:35.709 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9384 | 2024-08-28T17:51:37.009Z | [ host-image] Aug 28 17:51:35.709 INFO O| Aug 28 17:51:35.709 INFO STEP 138 (remove_files) COMPLETE |
9385 | 2024-08-28T17:51:37.009Z | [ host-image] Aug 28 17:51:35.709 INFO O| Aug 28 17:51:35.709 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9386 | 2024-08-28T17:51:37.019Z | [ host-image] Aug 28 17:51:35.719 INFO O| Aug 28 17:51:35.719 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9387 | 2024-08-28T17:51:37.019Z | [ host-image] Aug 28 17:51:35.719 INFO O| Aug 28 17:51:35.719 INFO STEP 139 (remove_files) COMPLETE |
9388 | 2024-08-28T17:51:37.021Z | [ host-image] Aug 28 17:51:35.719 INFO O| Aug 28 17:51:35.719 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9389 | 2024-08-28T17:51:37.029Z | [ host-image] Aug 28 17:51:35.729 INFO O| Aug 28 17:51:35.729 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9390 | 2024-08-28T17:51:37.029Z | [ host-image] Aug 28 17:51:35.729 INFO O| Aug 28 17:51:35.729 INFO STEP 140 (remove_files) COMPLETE |
9391 | 2024-08-28T17:51:37.031Z | [ host-image] Aug 28 17:51:35.729 INFO O| Aug 28 17:51:35.729 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9392 | 2024-08-28T17:51:37.040Z | [ host-image] Aug 28 17:51:35.741 INFO O| Aug 28 17:51:35.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9393 | 2024-08-28T17:51:37.041Z | [ host-image] Aug 28 17:51:35.741 INFO O| Aug 28 17:51:35.741 INFO STEP 141 (remove_files) COMPLETE |
9394 | 2024-08-28T17:51:37.041Z | [ host-image] Aug 28 17:51:35.741 INFO O| Aug 28 17:51:35.741 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9395 | 2024-08-28T17:51:37.051Z | [ host-image] Aug 28 17:51:35.751 INFO O| Aug 28 17:51:35.751 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9396 | 2024-08-28T17:51:37.053Z | [ host-image] Aug 28 17:51:35.751 INFO O| Aug 28 17:51:35.751 INFO STEP 142 (remove_files) COMPLETE |
9397 | 2024-08-28T17:51:37.053Z | [ host-image] Aug 28 17:51:35.751 INFO O| Aug 28 17:51:35.751 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9398 | 2024-08-28T17:51:37.059Z | [ recovery-image] Aug 28 17:51:35.759 INFO image complete! materials are in "/work/os-recovery" |
9399 | 2024-08-28T17:51:37.062Z | [ host-image] Aug 28 17:51:35.761 INFO O| Aug 28 17:51:35.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9400 | 2024-08-28T17:51:37.062Z | [ host-image] Aug 28 17:51:35.761 INFO O| Aug 28 17:51:35.761 INFO STEP 143 (remove_files) COMPLETE |
9401 | 2024-08-28T17:51:37.062Z | [ host-image] Aug 28 17:51:35.761 INFO O| Aug 28 17:51:35.761 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9402 | 2024-08-28T17:51:37.064Z | [ recovery-image] |
9403 | 2024-08-28T17:51:37.064Z | [ recovery-image] real 7:02.062124531 |
9404 | 2024-08-28T17:51:37.064Z | [ recovery-image] user 4:48.769870133 |
9405 | 2024-08-28T17:51:37.064Z | [ recovery-image] sys 1:02.258416290 |
9406 | 2024-08-28T17:51:37.064Z | [ recovery-image] trap 0.220192368 |
9407 | 2024-08-28T17:51:37.065Z | [ recovery-image] tflt 0.276465992 |
9408 | 2024-08-28T17:51:37.065Z | [ recovery-image] dflt 1.275952838 |
9409 | 2024-08-28T17:51:37.065Z | [ recovery-image] kflt 0.000034592 |
9410 | 2024-08-28T17:51:37.065Z | [ recovery-image] lock 9:36.533988035 |
9411 | 2024-08-28T17:51:37.065Z | [ recovery-image] slp 41:41.276795682 |
9412 | 2024-08-28T17:51:37.065Z | [ recovery-image] lat 1:20.758520941 |
9413 | 2024-08-28T17:51:37.065Z | [ recovery-image] stop 5.037514726 |
9414 | 2024-08-28T17:51:37.065Z | Aug 28 17:51:35.763 INFO [recovery-image] process exited with exit status: 0 (422.074667924s) |
9415 | 2024-08-28T17:51:37.070Z | [ host-image] Aug 28 17:51:35.770 INFO O| Aug 28 17:51:35.770 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9416 | 2024-08-28T17:51:37.070Z | [ host-image] Aug 28 17:51:35.771 INFO O| Aug 28 17:51:35.771 INFO STEP 144 (remove_files) COMPLETE |
9417 | 2024-08-28T17:51:37.073Z | [ host-image] Aug 28 17:51:35.771 INFO O| Aug 28 17:51:35.771 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9418 | 2024-08-28T17:51:37.080Z | [ host-image] Aug 28 17:51:35.780 INFO O| Aug 28 17:51:35.780 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9419 | 2024-08-28T17:51:37.080Z | [ host-image] Aug 28 17:51:35.780 INFO O| Aug 28 17:51:35.780 INFO STEP 145 (remove_files) COMPLETE |
9420 | 2024-08-28T17:51:37.084Z | [ host-image] Aug 28 17:51:35.780 INFO O| Aug 28 17:51:35.780 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9421 | 2024-08-28T17:51:37.090Z | [ host-image] Aug 28 17:51:35.790 INFO O| Aug 28 17:51:35.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9422 | 2024-08-28T17:51:37.092Z | [ host-image] Aug 28 17:51:35.791 INFO O| Aug 28 17:51:35.791 INFO STEP 146 (remove_files) COMPLETE |
9423 | 2024-08-28T17:51:37.092Z | [ host-image] Aug 28 17:51:35.791 INFO O| Aug 28 17:51:35.791 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9424 | 2024-08-28T17:51:37.101Z | [ host-image] Aug 28 17:51:35.801 INFO O| Aug 28 17:51:35.801 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9425 | 2024-08-28T17:51:37.103Z | [ host-image] Aug 28 17:51:35.801 INFO O| Aug 28 17:51:35.801 INFO STEP 147 (remove_files) COMPLETE |
9426 | 2024-08-28T17:51:37.103Z | [ host-image] Aug 28 17:51:35.801 INFO O| Aug 28 17:51:35.801 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9427 | 2024-08-28T17:51:37.112Z | [ host-image] Aug 28 17:51:35.811 INFO O| Aug 28 17:51:35.811 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9428 | 2024-08-28T17:51:37.114Z | [ host-image] Aug 28 17:51:35.811 INFO O| Aug 28 17:51:35.811 INFO STEP 148 (remove_files) COMPLETE |
9429 | 2024-08-28T17:51:37.114Z | [ host-image] Aug 28 17:51:35.811 INFO O| Aug 28 17:51:35.811 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9430 | 2024-08-28T17:51:37.121Z | [ host-image] Aug 28 17:51:35.821 INFO O| Aug 28 17:51:35.821 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9431 | 2024-08-28T17:51:37.123Z | [ host-image] Aug 28 17:51:35.821 INFO O| Aug 28 17:51:35.821 INFO STEP 149 (remove_files) COMPLETE |
9432 | 2024-08-28T17:51:37.123Z | [ host-image] Aug 28 17:51:35.821 INFO O| Aug 28 17:51:35.821 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9433 | 2024-08-28T17:51:37.133Z | [ host-image] Aug 28 17:51:35.831 INFO O| Aug 28 17:51:35.831 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9434 | 2024-08-28T17:51:37.133Z | [ host-image] Aug 28 17:51:35.831 INFO O| Aug 28 17:51:35.831 INFO STEP 150 (remove_files) COMPLETE |
9435 | 2024-08-28T17:51:37.133Z | [ host-image] Aug 28 17:51:35.831 INFO O| Aug 28 17:51:35.831 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9436 | 2024-08-28T17:51:37.141Z | [ host-image] Aug 28 17:51:35.841 INFO O| Aug 28 17:51:35.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9437 | 2024-08-28T17:51:37.141Z | [ host-image] Aug 28 17:51:35.841 INFO O| Aug 28 17:51:35.841 INFO STEP 151 (remove_files) COMPLETE |
9438 | 2024-08-28T17:51:37.143Z | [ host-image] Aug 28 17:51:35.841 INFO O| Aug 28 17:51:35.841 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9439 | 2024-08-28T17:51:37.150Z | [ host-image] Aug 28 17:51:35.850 INFO O| Aug 28 17:51:35.850 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9440 | 2024-08-28T17:51:37.150Z | [ host-image] Aug 28 17:51:35.850 INFO O| Aug 28 17:51:35.850 INFO STEP 152 (remove_files) COMPLETE |
9441 | 2024-08-28T17:51:37.150Z | [ host-image] Aug 28 17:51:35.850 INFO O| Aug 28 17:51:35.850 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9442 | 2024-08-28T17:51:37.160Z | [ host-image] Aug 28 17:51:35.860 INFO O| Aug 28 17:51:35.860 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9443 | 2024-08-28T17:51:37.160Z | [ host-image] Aug 28 17:51:35.860 INFO O| Aug 28 17:51:35.860 INFO STEP 153 (remove_files) COMPLETE |
9444 | 2024-08-28T17:51:37.160Z | [ host-image] Aug 28 17:51:35.860 INFO O| Aug 28 17:51:35.860 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9445 | 2024-08-28T17:51:37.169Z | [ host-image] Aug 28 17:51:35.869 INFO O| Aug 28 17:51:35.869 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9446 | 2024-08-28T17:51:37.169Z | [ host-image] Aug 28 17:51:35.869 INFO O| Aug 28 17:51:35.869 INFO STEP 154 (remove_files) COMPLETE |
9447 | 2024-08-28T17:51:37.172Z | [ host-image] Aug 28 17:51:35.869 INFO O| Aug 28 17:51:35.869 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9448 | 2024-08-28T17:51:37.179Z | [ host-image] Aug 28 17:51:35.879 INFO O| Aug 28 17:51:35.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9449 | 2024-08-28T17:51:37.181Z | [ host-image] Aug 28 17:51:35.879 INFO O| Aug 28 17:51:35.879 INFO STEP 155 (remove_files) COMPLETE |
9450 | 2024-08-28T17:51:37.181Z | [ host-image] Aug 28 17:51:35.879 INFO O| Aug 28 17:51:35.879 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9451 | 2024-08-28T17:51:37.194Z | [ host-image] Aug 28 17:51:35.894 INFO O| Aug 28 17:51:35.894 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9452 | 2024-08-28T17:51:37.196Z | [ host-image] Aug 28 17:51:35.894 INFO O| Aug 28 17:51:35.894 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9453 | 2024-08-28T17:51:45.663Z | [ host-image] Aug 28 17:51:44.361 INFO O| Aug 28 17:51:44.361 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 |
9454 | 2024-08-28T17:51:45.663Z | [ host-image] Aug 28 17:51:44.361 INFO O| Aug 28 17:51:44.361 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9455 | 2024-08-28T17:51:45.683Z | [ host-image] Aug 28 17:51:44.380 INFO O| Aug 28 17:51:44.380 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_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"} |
9456 | 2024-08-28T17:51:45.764Z | [ host-image] Aug 28 17:51:44.462 INFO O| Aug 28 17:51:44.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9457 | 2024-08-28T17:51:45.764Z | [ host-image] Aug 28 17:51:44.462 INFO O| Aug 28 17:51:44.462 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9458 | 2024-08-28T17:51:45.767Z | [ host-image] Aug 28 17:51:44.464 INFO O| Aug 28 17:51:44.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9459 | 2024-08-28T17:51:45.767Z | [ host-image] Aug 28 17:51:44.465 INFO O| Aug 28 17:51:44.464 INFO ok! |
9460 | 2024-08-28T17:51:45.767Z | [ host-image] Aug 28 17:51:44.465 INFO O| Aug 28 17:51:44.465 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9461 | 2024-08-28T17:51:45.767Z | [ host-image] Aug 28 17:51:44.465 INFO O| Aug 28 17:51:44.465 INFO STEP 156 (seed_smf) COMPLETE |
9462 | 2024-08-28T17:51:45.767Z | [ host-image] Aug 28 17:51:44.465 INFO O| Aug 28 17:51:44.465 INFO steps complete; finalising image! |
9463 | 2024-08-28T17:51:45.767Z | [ host-image] Aug 28 17:51:44.465 INFO O| Aug 28 17:51:44.465 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9464 | 2024-08-28T17:51:45.909Z | [ host-image] Aug 28 17:51:44.606 INFO O| Aug 28 17:51:44.606 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Aug 28 17:51:44 2024) |
9465 | 2024-08-28T17:51:46.129Z | [ host-image] Aug 28 17:51:44.827 INFO O| Aug 28 17:51:44.827 INFO temporary pool has 671M used, 161M avail, 1.87x compressratio |
9466 | 2024-08-28T17:51:46.129Z | [ host-image] Aug 28 17:51:44.827 INFO O| Aug 28 17:51:44.827 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9467 | 2024-08-28T17:51:46.426Z | [ host-image] Aug 28 17:51:45.124 INFO O| Aug 28 17:51:45.124 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9468 | 2024-08-28T17:51:46.426Z | [ host-image] Aug 28 17:51:45.124 INFO O| Aug 28 17:51:45.124 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9469 | 2024-08-28T17:51:47.463Z | [ host-image] Aug 28 17:51:46.160 INFO O| Aug 28 17:51:46.160 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9470 | 2024-08-28T17:51:47.463Z | [ host-image] Aug 28 17:51:46.160 INFO O| Aug 28 17:51:46.160 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9471 | 2024-08-28T17:51:47.465Z | [ host-image] Aug 28 17:51:46.160 INFO O| Aug 28 17:51:46.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9472 | 2024-08-28T17:51:47.465Z | [ host-image] Aug 28 17:51:46.160 INFO O| Aug 28 17:51:46.160 INFO completed processing gimlet/zfs |
9473 | 2024-08-28T17:51:47.465Z | [ host-image] Aug 28 17:51:46.160 INFO O| Aug 28 17:51:46.160 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9474 | 2024-08-28T17:51:53.827Z | [ host-image] Aug 28 17:51:52.523 INFO O| Aug 28 17:51:52.523 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9475 | 2024-08-28T17:51:53.910Z | [ host-image] Aug 28 17:51:52.607 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
9476 | 2024-08-28T17:51:53.911Z | [ host-image] Aug 28 17:51:52.607 INFO expanded image name: "ci 474ec13/${os_short_commit} 2024-08-28 17:22" -> "ci 474ec13/2408c3f 2024-08-28 17:22" |
9477 | 2024-08-28T17:51:53.913Z | [ host-image] Aug 28 17:51:52.607 INFO output artefacts stored in: "/work/os-host" |
9478 | 2024-08-28T17:51:53.913Z | [ host-image] Aug 28 17:51:52.607 INFO collecting git info from project "pilot"... |
9479 | 2024-08-28T17:51:53.917Z | [ host-image] Aug 28 17:51:52.613 INFO collecting git info from project "pinprick"... |
9480 | 2024-08-28T17:51:53.921Z | [ host-image] Aug 28 17:51:52.618 INFO collecting git info from project "bootserver"... |
9481 | 2024-08-28T17:51:53.925Z | [ host-image] Aug 28 17:51:52.622 INFO collecting git info from project "amd-firmware"... |
9482 | 2024-08-28T17:51:53.933Z | [ host-image] Aug 28 17:51:52.630 INFO collecting git info from project "image-builder"... |
9483 | 2024-08-28T17:51:53.938Z | [ host-image] Aug 28 17:51:52.634 INFO collecting git info from project "amd-host-image-builder"... |
9484 | 2024-08-28T17:51:53.951Z | [ host-image] Aug 28 17:51:52.647 INFO collecting git info from project "chelsio-t6-roms"... |
9485 | 2024-08-28T17:51:53.955Z | [ host-image] Aug 28 17:51:52.652 INFO collecting git info from project "phbl"... |
9486 | 2024-08-28T17:51:53.960Z | [ host-image] Aug 28 17:51:52.656 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9487 | 2024-08-28T17:51:54.308Z | [ host-image] Aug 28 17:51:53.005 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9488 | 2024-08-28T17:51:54.645Z | [ host-image] Aug 28 17:51:53.342 INFO creating Oxide boot image... |
9489 | 2024-08-28T17:51:54.646Z | [ host-image] Aug 28 17:51:53.342 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 474ec13/2408c3f 2024-08-28 17:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9490 | 2024-08-28T17:51:55.597Z | [ host-image] Aug 28 17:51:54.293 INFO O| ok, image written! |
9491 | 2024-08-28T17:51:55.597Z | [ host-image] Aug 28 17:51:54.293 INFO O| ok, boot_image_csum file written! |
9492 | 2024-08-28T17:51:55.600Z | [ host-image] Aug 28 17:51:54.296 INFO creating boot archive (CPIO)... |
9493 | 2024-08-28T17:51:55.603Z | [ host-image] Aug 28 17:51:54.296 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 |
9494 | 2024-08-28T17:51:55.607Z | [ host-image] Aug 28 17:51:54.303 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9495 | 2024-08-28T17:51:55.607Z | [ host-image] Aug 28 17:51:54.303 INFO E| + outfile=/work/os-host/cpio |
9496 | 2024-08-28T17:51:55.609Z | [ host-image] Aug 28 17:51:54.303 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9497 | 2024-08-28T17:51:55.609Z | [ host-image] Aug 28 17:51:54.305 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9498 | 2024-08-28T17:51:55.611Z | [ host-image] Aug 28 17:51:54.305 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9499 | 2024-08-28T17:51:55.643Z | [ host-image] Aug 28 17:51:54.339 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9500 | 2024-08-28T17:51:55.643Z | [ host-image] Aug 28 17:51:54.339 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9501 | 2024-08-28T17:51:55.652Z | [ host-image] Aug 28 17:51:54.348 INFO creating compressed cpio/unix for nanobl-rs... |
9502 | 2024-08-28T17:51:55.652Z | [ host-image] Aug 28 17:51:54.348 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 |
9503 | 2024-08-28T17:51:55.938Z | [ host-image] Aug 28 17:51:54.634 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9504 | 2024-08-28T17:52:00.276Z | [ host-image] Aug 28 17:51:58.971 INFO creating reset image... |
9505 | 2024-08-28T17:52:00.279Z | [ host-image] Aug 28 17:51:58.971 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9506 | 2024-08-28T17:52:00.365Z | [ host-image] Aug 28 17:51:59.060 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9507 | 2024-08-28T17:52:00.367Z | [ host-image] Aug 28 17:51:59.061 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9508 | 2024-08-28T17:52:00.430Z | [ host-image] Aug 28 17:51:59.125 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9509 | 2024-08-28T17:52:02.614Z | [ host-image] Aug 28 17:52:01.308 INFO E| Finished `release` profile [optimized] target(s) in 2.23s |
9510 | 2024-08-28T17:52:02.626Z | [ host-image] Aug 28 17:52:01.320 INFO building host image... |
9511 | 2024-08-28T17:52:02.628Z | [ host-image] Aug 28 17:52:01.320 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") |
9512 | 2024-08-28T17:52:03.069Z | [ host-image] Aug 28 17:52:01.764 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9513 | 2024-08-28T17:52:49.848Z | [ host-image] Aug 28 17:52:48.533 INFO image complete! materials are in "/work/os-host" |
9514 | 2024-08-28T17:52:49.851Z | [ host-image] |
9515 | 2024-08-28T17:52:49.852Z | [ host-image] real 8:28.604413001 |
9516 | 2024-08-28T17:52:49.852Z | [ host-image] user 4:05.704553924 |
9517 | 2024-08-28T17:52:49.854Z | [ host-image] sys 52.158456416 |
9518 | 2024-08-28T17:52:49.854Z | [ host-image] trap 0.142961291 |
9519 | 2024-08-28T17:52:49.854Z | [ host-image] tflt 0.005591020 |
9520 | 2024-08-28T17:52:49.854Z | [ host-image] dflt 0.061524034 |
9521 | 2024-08-28T17:52:49.854Z | [ host-image] kflt 0.000000000 |
9522 | 2024-08-28T17:52:49.854Z | [ host-image] lock 8:49.253546326 |
9523 | 2024-08-28T17:52:49.854Z | [ host-image] slp 45:58.635216559 |
9524 | 2024-08-28T17:52:49.854Z | [ host-image] lat 1:10.876007812 |
9525 | 2024-08-28T17:52:49.854Z | [ host-image] stop 0.766779284 |
9526 | 2024-08-28T17:52:49.854Z | Aug 28 17:52:48.537 INFO [host-image] process exited with exit status: 0 (508.616419554s) |
9527 | 2024-08-28T17:52:49.854Z | Aug 28 17:52:48.537 INFO [tuf-repo] running task |
9528 | 2024-08-28T17:52:56.846Z | Aug 28 17:52:55.528 INFO assembling repository in `/tmp/tufaceousobPHcH`, component: OmicronRepoAssembler |
9529 | 2024-08-28T17:53:01.776Z | Aug 28 17:53:00.458 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9530 | 2024-08-28T17:53:02.142Z | Aug 28 17:53:00.824 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9531 | 2024-08-28T17:53:14.010Z | Aug 28 17:53:12.689 INFO [tuf-repo] task succeeded (24.152057237s) |
9532 | 2024-08-28T17:53:14.010Z | Aug 28 17:53:12.689 INFO all jobs completed in 1822.505637495s |
9533 | 2024-08-28T17:53:14.643Z | process exited: duration 2363012 ms, exit code 0 |
|
9534 | 2024-08-28T17:53:14.653Z | found 33 output files |
9535 | 2024-08-28T17:53:14.653Z | uploading: /work/manifest.toml (8404 bytes) |
9536 | 2024-08-28T17:53:15.665Z | uploaded: /work/manifest.toml |
9537 | 2024-08-28T17:53:15.665Z | uploading: /work/repo.zip (1794413016 bytes) |
9538 | 2024-08-28T17:53:49.471Z | uploaded: /work/repo.zip |
9539 | 2024-08-28T17:53:49.471Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9540 | 2024-08-28T17:53:50.521Z | uploaded: /work/repo.zip.sha256.txt |
9541 | 2024-08-28T17:53:50.521Z | uploading: /work/helios-setup.log (52229 bytes) |
9542 | 2024-08-28T17:53:51.550Z | uploaded: /work/helios-setup.log |
9543 | 2024-08-28T17:53:51.550Z | uploading: /work/host-image.log (194502 bytes) |
9544 | 2024-08-28T17:53:52.571Z | uploaded: /work/host-image.log |
9545 | 2024-08-28T17:53:52.571Z | uploading: /work/host-package.log (19071 bytes) |
9546 | 2024-08-28T17:53:53.581Z | uploaded: /work/host-package.log |
9547 | 2024-08-28T17:53:53.581Z | uploading: /work/host-target.log (101 bytes) |
9548 | 2024-08-28T17:53:54.590Z | uploaded: /work/host-target.log |
9549 | 2024-08-28T17:53:54.590Z | uploading: /work/omicron-package.log (4572 bytes) |
9550 | 2024-08-28T17:53:55.599Z | uploaded: /work/omicron-package.log |
9551 | 2024-08-28T17:53:55.599Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9552 | 2024-08-28T17:53:56.608Z | uploaded: /work/phbl-toolchain.log |
9553 | 2024-08-28T17:53:56.608Z | uploading: /work/recovery-image.log (590378 bytes) |
9554 | 2024-08-28T17:53:57.645Z | uploaded: /work/recovery-image.log |
9555 | 2024-08-28T17:53:57.645Z | uploading: /work/recovery-package.log (282 bytes) |
9556 | 2024-08-28T17:53:58.652Z | uploaded: /work/recovery-package.log |
9557 | 2024-08-28T17:53:58.652Z | uploading: /work/recovery-target.log (98 bytes) |
9558 | 2024-08-28T17:53:59.660Z | uploaded: /work/recovery-target.log |
9559 | 2024-08-28T17:53:59.660Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9560 | 2024-08-28T17:54:00.669Z | uploaded: /work/stamp-clickhouse.log |
9561 | 2024-08-28T17:54:00.669Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9562 | 2024-08-28T17:54:01.676Z | uploaded: /work/stamp-clickhouse_keeper.log |
9563 | 2024-08-28T17:54:01.677Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9564 | 2024-08-28T17:54:02.685Z | uploaded: /work/stamp-cockroachdb.log |
9565 | 2024-08-28T17:54:02.685Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9566 | 2024-08-28T17:54:03.694Z | uploaded: /work/stamp-crucible-dtrace.log |
9567 | 2024-08-28T17:54:03.694Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9568 | 2024-08-28T17:54:04.702Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9569 | 2024-08-28T17:54:04.703Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9570 | 2024-08-28T17:54:05.712Z | uploaded: /work/stamp-crucible-zone.log |
9571 | 2024-08-28T17:54:05.712Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9572 | 2024-08-28T17:54:06.720Z | uploaded: /work/stamp-external-dns.log |
9573 | 2024-08-28T17:54:06.720Z | uploading: /work/stamp-installinator.log (103 bytes) |
9574 | 2024-08-28T17:54:07.730Z | uploaded: /work/stamp-installinator.log |
9575 | 2024-08-28T17:54:07.730Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9576 | 2024-08-28T17:54:08.743Z | uploaded: /work/stamp-internal-dns.log |
9577 | 2024-08-28T17:54:08.743Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9578 | 2024-08-28T17:54:09.753Z | uploaded: /work/stamp-mg-ddm-gz.log |
9579 | 2024-08-28T17:54:09.753Z | uploading: /work/stamp-nexus.log (112 bytes) |
9580 | 2024-08-28T17:54:10.764Z | uploaded: /work/stamp-nexus.log |
9581 | 2024-08-28T17:54:10.764Z | uploading: /work/stamp-ntp.log (110 bytes) |
9582 | 2024-08-28T17:54:11.772Z | uploaded: /work/stamp-ntp.log |
9583 | 2024-08-28T17:54:11.772Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9584 | 2024-08-28T17:54:12.781Z | uploaded: /work/stamp-omicron-sled-agent.log |
9585 | 2024-08-28T17:54:12.781Z | uploading: /work/stamp-overlay.log (114 bytes) |
9586 | 2024-08-28T17:54:13.790Z | uploaded: /work/stamp-overlay.log |
9587 | 2024-08-28T17:54:13.792Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9588 | 2024-08-28T17:54:14.798Z | uploaded: /work/stamp-oximeter.log |
9589 | 2024-08-28T17:54:14.798Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9590 | 2024-08-28T17:54:15.808Z | uploaded: /work/stamp-oxlog.log |
9591 | 2024-08-28T17:54:15.808Z | uploading: /work/stamp-probe.log (112 bytes) |
9592 | 2024-08-28T17:54:16.818Z | uploaded: /work/stamp-probe.log |
9593 | 2024-08-28T17:54:16.818Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9594 | 2024-08-28T17:54:17.826Z | uploaded: /work/stamp-propolis-server.log |
9595 | 2024-08-28T17:54:17.826Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9596 | 2024-08-28T17:54:18.834Z | uploaded: /work/stamp-pumpkind-gz.log |
9597 | 2024-08-28T17:54:18.836Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9598 | 2024-08-28T17:54:19.844Z | uploaded: /work/stamp-switch-asic.log |
9599 | 2024-08-28T17:54:19.847Z | uploading: /work/verify-libraries.log (1992 bytes) |
9600 | 2024-08-28T17:54:20.853Z | uploaded: /work/verify-libraries.log |