|
|
|
1 | 2024-08-26T19:35:16.098Z | job assigned to worker 01J682WKYKKEAK7QTP8AB7F9TE (queued for 1 m 13 s) |
|
2 | 2024-08-26T19:35:24.186Z | starting task 0: "setup" |
3 | 2024-08-26T19:35:24.194Z | ++ uname -s |
4 | 2024-08-26T19:35:24.196Z | + kern=SunOS |
5 | 2024-08-26T19:35:24.196Z | + case "$kern" in |
6 | 2024-08-26T19:35:24.196Z | + groupadd -g 12345 build |
7 | 2024-08-26T19:35:24.199Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T19:35:26.209Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T19:35:26.378Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T19:35:26.381Z | + home_fs=zfs |
11 | 2024-08-26T19:35:26.381Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T19:35:26.381Z | + mkdir -p /home/build |
13 | 2024-08-26T19:35:26.383Z | + chown build:build /home/build /work |
14 | 2024-08-26T19:35:27.385Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T19:35:27.388Z | process exited: duration 3202 ms, exit code 0 |
|
16 | 2024-08-26T19:35:27.393Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T19:35:27.398Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T19:35:27.398Z | * toolchain channel = "1.80.1" |
19 | 2024-08-26T19:35:27.398Z | * toolchain profile = "default" |
20 | 2024-08-26T19:35:27.398Z | ' 1.80.1 |
21 | 2024-08-26T19:35:27.398Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-26T19:35:27.398Z | ' default |
23 | 2024-08-26T19:35:27.402Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T19:35:27.402Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T19:35:27.516Z | info: downloading installer |
26 | 2024-08-26T19:35:28.670Z | info: profile set to 'default' |
27 | 2024-08-26T19:35:28.670Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T19:35:28.670Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T19:35:28.798Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T19:35:28.798Z | info: downloading component 'cargo' |
31 | 2024-08-26T19:35:29.467Z | info: downloading component 'clippy' |
32 | 2024-08-26T19:35:29.705Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T19:35:30.634Z | info: downloading component 'rust-std' |
34 | 2024-08-26T19:35:31.928Z | info: downloading component 'rustc' |
35 | 2024-08-26T19:35:35.569Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T19:35:35.767Z | info: installing component 'cargo' |
37 | 2024-08-26T19:35:36.669Z | info: installing component 'clippy' |
38 | 2024-08-26T19:35:37.077Z | info: installing component 'rust-docs' |
39 | 2024-08-26T19:35:38.613Z | info: installing component 'rust-std' |
40 | 2024-08-26T19:35:40.335Z | info: installing component 'rustc' |
41 | 2024-08-26T19:35:45.016Z | info: installing component 'rustfmt' |
42 | 2024-08-26T19:35:45.382Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-26T19:35:45.382Z | |
44 | 2024-08-26T19:35:45.634Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T19:35:45.634Z | |
46 | 2024-08-26T19:35:45.636Z | |
47 | 2024-08-26T19:35:45.637Z | Rust is installed now. Great! |
48 | 2024-08-26T19:35:45.637Z | |
49 | 2024-08-26T19:35:45.637Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T19:35:45.637Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T19:35:45.637Z | |
52 | 2024-08-26T19:35:45.637Z | To configure your current shell, you need to source |
53 | 2024-08-26T19:35:45.637Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T19:35:45.637Z | |
55 | 2024-08-26T19:35:45.637Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T19:35:45.637Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T19:35:45.637Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T19:35:45.689Z | + rustc --version |
59 | 2024-08-26T19:35:45.748Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T19:35:45.751Z | process exited: duration 18355 ms, exit code 0 |
|
61 | 2024-08-26T19:35:45.758Z | starting task 2: "authentication" |
62 | 2024-08-26T19:35:45.776Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-26T19:35:45.781Z | starting task 3: "clone repository" |
64 | 2024-08-26T19:35:45.786Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T19:35:45.789Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T19:35:47.694Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T19:35:56.167Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T19:35:56.167Z | + git fetch origin 11c5f13755ceefcb282d4daf1b091977164a2b7f |
69 | 2024-08-26T19:35:56.646Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T19:35:56.646Z | * branch 11c5f13755ceefcb282d4daf1b091977164a2b7f -> FETCH_HEAD |
71 | 2024-08-26T19:35:56.656Z | + [[ -n '' ]] |
72 | 2024-08-26T19:35:56.656Z | + git reset --hard 11c5f13755ceefcb282d4daf1b091977164a2b7f |
73 | 2024-08-26T19:35:56.791Z | HEAD is now at 11c5f1375 Merge branch 'main' into snapshot_replacement_part_5 |
74 | 2024-08-26T19:35:56.795Z | process exited: duration 11008 ms, exit code 0 |
|
75 | 2024-08-26T19:35:56.803Z | starting task 4: "build" |
76 | 2024-08-26T19:35:56.808Z | + cargo --version |
77 | 2024-08-26T19:35:56.861Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-26T19:35:56.866Z | + rustc --version |
79 | 2024-08-26T19:35:56.920Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-26T19:35:56.922Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
81 | 2024-08-26T19:36:16.071Z | Startup: Refreshing catalog 'helios-dev' ... Done |
82 | 2024-08-26T19:36:18.657Z | Startup: Caching catalogs ... Done |
83 | 2024-08-26T19:36:20.518Z | Planning: Solver setup ... Done (1.299s) |
84 | 2024-08-26T19:36:20.539Z | Planning: Running solver ... Done (0.021s) |
85 | 2024-08-26T19:36:20.720Z | Planning: Finding local manifests ... Done (0.141s) |
86 | 2024-08-26T19:36:20.736Z | Planning: Fetching manifests: 0/5 0% complete |
87 | 2024-08-26T19:36:20.959Z | Planning: Fetching manifests: 5/5 100% complete |
88 | 2024-08-26T19:36:21.187Z | Planning: Package planning ... Done (0.227s) |
89 | 2024-08-26T19:36:21.242Z | Planning: Merging actions ... Done (0.054s) |
90 | 2024-08-26T19:36:22.227Z | Planning: Checking for conflicting actions ... Done (0.986s) |
91 | 2024-08-26T19:36:29.512Z | Planning: Consolidating action changes ... Done (7.283s) |
92 | 2024-08-26T19:36:29.889Z | Planning: Evaluating mediators ... Done (0.378s) |
93 | 2024-08-26T19:36:30.035Z | Planning: Planning completed in 11.30 seconds |
94 | 2024-08-26T19:36:30.518Z | Packages to install: 4 |
95 | 2024-08-26T19:36:30.518Z | Packages to update: 1 |
96 | 2024-08-26T19:36:30.520Z | Mediators to change: 2 |
97 | 2024-08-26T19:36:30.520Z | Services to change: 1 |
98 | 2024-08-26T19:36:30.521Z | Estimated space available: 155.72 GB |
99 | 2024-08-26T19:36:30.521Z | Estimated space to be consumed: 1.53 GB |
100 | 2024-08-26T19:36:30.521Z | Create boot environment: No |
101 | 2024-08-26T19:36:30.521Z | Create backup boot environment: Yes |
102 | 2024-08-26T19:36:30.521Z | Rebuild boot archive: No |
103 | 2024-08-26T19:36:30.521Z | |
104 | 2024-08-26T19:36:30.521Z | Changed mediators: |
105 | 2024-08-26T19:36:30.521Z | mediator clang: |
106 | 2024-08-26T19:36:30.521Z | version: None -> 15 (system default) |
107 | 2024-08-26T19:36:30.521Z | |
108 | 2024-08-26T19:36:30.521Z | mediator llvm: |
109 | 2024-08-26T19:36:30.521Z | version: 14 (system default) -> 15 (system default) |
110 | 2024-08-26T19:36:30.521Z | |
111 | 2024-08-26T19:36:30.521Z | Changed packages: |
112 | 2024-08-26T19:36:30.521Z | helios-dev |
113 | 2024-08-26T19:36:30.521Z | developer/build-essential |
114 | 2024-08-26T19:36:30.521Z | None -> 11-2.0 |
115 | 2024-08-26T19:36:30.521Z | library/libxmlsec1 |
116 | 2024-08-26T19:36:30.521Z | None -> 1.2.35-2.0 |
117 | 2024-08-26T19:36:30.521Z | ooce/developer/clang-15 |
118 | 2024-08-26T19:36:30.521Z | None -> 15.0.7-2.0 |
119 | 2024-08-26T19:36:30.521Z | ooce/developer/llvm-15 |
120 | 2024-08-26T19:36:30.521Z | None -> 15.0.7-2.0 |
121 | 2024-08-26T19:36:30.521Z | package/pkg |
122 | 2024-08-26T19:36:30.521Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
123 | 2024-08-26T19:36:30.521Z | |
124 | 2024-08-26T19:36:30.521Z | Services: |
125 | 2024-08-26T19:36:30.521Z | restart_fmri: |
126 | 2024-08-26T19:36:30.521Z | svc:/system/update-man-index:default |
127 | 2024-08-26T19:36:30.522Z | |
128 | 2024-08-26T19:36:30.522Z | Editable files to change: |
129 | 2024-08-26T19:36:30.522Z | Update: |
130 | 2024-08-26T19:36:30.522Z | usr/share/lib/pkg/web/config.shtml |
131 | 2024-08-26T19:36:30.873Z | |
132 | 2024-08-26T19:36:30.873Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
133 | 2024-08-26T19:36:35.875Z | Download: 921/4281 items 18.4/220.6MB 8% complete (3.8M/s) |
134 | 2024-08-26T19:36:40.876Z | Download: 1924/4281 items 118.6/220.6MB 53% complete (11.9M/s) |
135 | 2024-08-26T19:36:45.925Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (18.5M/s) |
136 | 2024-08-26T19:36:49.664Z | Download: Completed 220.60 MB in 18.79 seconds (11.7M/s) |
137 | 2024-08-26T19:36:51.970Z | Actions: 1/5063 actions (Removing old actions) |
138 | 2024-08-26T19:36:51.990Z | Actions: 194/5063 actions (Installing new actions) |
139 | 2024-08-26T19:36:57.026Z | Actions: 4094/5063 actions (Installing new actions) |
140 | 2024-08-26T19:36:57.250Z | Actions: 4226/5063 actions (Updating modified actions) |
141 | 2024-08-26T19:36:57.607Z | Actions: Completed 5063 actions in 5.63 seconds. |
142 | 2024-08-26T19:36:57.928Z | Done (0.278s) |
143 | 2024-08-26T19:36:57.998Z | Done (0.000s) |
144 | 2024-08-26T19:36:58.276Z | Done (0.371s) |
145 | 2024-08-26T19:37:03.803Z | Done (5.364s) |
146 | 2024-08-26T19:37:04.092Z | Done (0.216s) |
147 | 2024-08-26T19:37:04.095Z | Done (0.000s) |
148 | 2024-08-26T19:37:04.299Z | Done (0.000s) |
149 | 2024-08-26T19:37:04.897Z | Planning: Evaluating mediator changes ... Done |
150 | 2024-08-26T19:37:05.060Z | Planning: Checking for conflicting actions ... Done |
151 | 2024-08-26T19:37:05.063Z | Planning: Consolidating action changes ... Done |
152 | 2024-08-26T19:37:05.333Z | Planning: Evaluating mediators ... Done |
153 | 2024-08-26T19:37:05.335Z | Planning: Planning completed in 0.44 seconds |
154 | 2024-08-26T19:37:05.371Z | Mediators to change: 2 |
155 | 2024-08-26T19:37:05.371Z | Create boot environment: No |
156 | 2024-08-26T19:37:05.374Z | Create backup boot environment: No |
157 | 2024-08-26T19:37:05.466Z | Done |
158 | 2024-08-26T19:37:05.466Z | Done |
159 | 2024-08-26T19:37:05.694Z | Done |
160 | 2024-08-26T19:37:09.386Z | Done |
161 | 2024-08-26T19:37:09.478Z | Done |
162 | 2024-08-26T19:37:09.480Z | Done |
163 | 2024-08-26T19:37:09.617Z | Done |
164 | 2024-08-26T19:37:10.230Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-08-26T19:37:10.233Z | Planning: Merging actions ... Done |
166 | 2024-08-26T19:37:10.421Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-08-26T19:37:10.424Z | Planning: Consolidating action changes ... Done |
168 | 2024-08-26T19:37:10.687Z | Planning: Evaluating mediators ... Done |
169 | 2024-08-26T19:37:10.743Z | Planning: Planning completed in 0.76 seconds |
170 | 2024-08-26T19:37:10.783Z | Packages to change: 1 |
171 | 2024-08-26T19:37:10.783Z | Mediators to change: 1 |
172 | 2024-08-26T19:37:10.785Z | Services to change: 1 |
173 | 2024-08-26T19:37:10.785Z | Create boot environment: No |
174 | 2024-08-26T19:37:10.785Z | Create backup boot environment: Yes |
175 | 2024-08-26T19:37:12.948Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2024-08-26T19:37:12.989Z | Actions: Completed 6 actions in 0.04 seconds. |
177 | 2024-08-26T19:37:12.991Z | Done |
178 | 2024-08-26T19:37:12.991Z | Done |
179 | 2024-08-26T19:37:13.068Z | Done |
180 | 2024-08-26T19:37:16.723Z | Done |
181 | 2024-08-26T19:37:16.814Z | Done |
182 | 2024-08-26T19:37:16.818Z | Done |
183 | 2024-08-26T19:37:16.982Z | Done |
184 | 2024-08-26T19:37:17.418Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2024-08-26T19:37:17.418Z | clang system 15 system |
186 | 2024-08-26T19:37:17.418Z | csh system system illumos |
187 | 2024-08-26T19:37:17.419Z | ctags system system illumos |
188 | 2024-08-26T19:37:17.419Z | gcc vendor 12 vendor |
189 | 2024-08-26T19:37:17.420Z | gcc system 10 system |
190 | 2024-08-26T19:37:17.420Z | gcc system 7 system |
191 | 2024-08-26T19:37:17.420Z | go system 1.20 system |
192 | 2024-08-26T19:37:17.420Z | go system 1.19 system |
193 | 2024-08-26T19:37:17.420Z | llvm system 15 system |
194 | 2024-08-26T19:37:17.420Z | llvm system 14 system |
195 | 2024-08-26T19:37:17.420Z | mariadb system 10.6 system |
196 | 2024-08-26T19:37:17.420Z | mta vendor vendor dma |
197 | 2024-08-26T19:37:17.420Z | openjdk system 17 system |
198 | 2024-08-26T19:37:17.420Z | openjdk system 11 system |
199 | 2024-08-26T19:37:17.420Z | openjdk system 1.8 system |
200 | 2024-08-26T19:37:17.420Z | openssl vendor 3 vendor |
201 | 2024-08-26T19:37:17.420Z | perl system 5.36 system |
202 | 2024-08-26T19:37:17.420Z | postgresql system 15 system |
203 | 2024-08-26T19:37:17.420Z | postgresql system 13 system |
204 | 2024-08-26T19:37:17.420Z | python vendor 3 vendor |
205 | 2024-08-26T19:37:17.420Z | python system 2 system |
206 | 2024-08-26T19:37:17.420Z | python3 system 3.11 system |
207 | 2024-08-26T19:37:17.420Z | ruby system 3.0 system |
208 | 2024-08-26T19:37:17.420Z | words vendor vendor american-english |
209 | 2024-08-26T19:37:17.420Z | words system system australian-english |
210 | 2024-08-26T19:37:17.420Z | words system system british-english |
211 | 2024-08-26T19:37:17.420Z | words system system canadian-english |
212 | 2024-08-26T19:37:17.420Z | words system system french |
213 | 2024-08-26T19:37:17.420Z | words system system italian |
214 | 2024-08-26T19:37:17.420Z | words system system ngerman |
215 | 2024-08-26T19:37:17.420Z | words system system ogerman |
216 | 2024-08-26T19:37:17.420Z | words system system spanish |
217 | 2024-08-26T19:37:17.754Z | PUBLISHER TYPE STATUS P LOCATION |
218 | 2024-08-26T19:37:17.754Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
219 | 2024-08-26T19:37:19.513Z | FMRI IFO |
220 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
224 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
225 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
227 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
228 | 2024-08-26T19:37:19.513Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-08-26T19:37:19.514Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-08-26T19:37:19.514Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-08-26T19:37:19.514Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-08-26T19:37:19.514Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-08-26T19:37:20.107Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-08-26T19:37:20.398Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-08-26T19:37:20.687Z | Updating crates.io index |
236 | 2024-08-26T19:37:20.859Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-08-26T19:37:21.514Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-08-26T19:37:22.273Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-08-26T19:37:22.541Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-08-26T19:37:24.028Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-08-26T19:37:24.323Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-08-26T19:37:24.606Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-08-26T19:37:25.769Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-08-26T19:37:27.514Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-08-26T19:37:28.562Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-08-26T19:37:29.269Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-08-26T19:37:29.562Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-08-26T19:37:30.093Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-08-26T19:37:30.353Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-08-26T19:37:30.627Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-08-26T19:37:30.925Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-08-26T19:37:31.175Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-08-26T19:37:31.428Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-08-26T19:37:31.713Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-08-26T19:37:32.159Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-08-26T19:37:32.488Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-08-26T19:37:32.822Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-08-26T19:37:33.062Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-08-26T19:37:33.525Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-08-26T19:37:33.856Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-08-26T19:37:34.257Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-08-26T19:37:36.406Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-08-26T19:37:36.663Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-08-26T19:37:36.906Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-08-26T19:37:37.307Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-08-26T19:37:38.405Z | Downloading crates ... |
267 | 2024-08-26T19:37:38.489Z | Downloaded bytecount v0.6.8 |
268 | 2024-08-26T19:37:38.492Z | Downloaded camino v1.1.9 |
269 | 2024-08-26T19:37:38.495Z | Downloaded bitflags v2.6.0 |
270 | 2024-08-26T19:37:38.499Z | Downloaded equivalent v1.0.1 |
271 | 2024-08-26T19:37:38.507Z | Downloaded swrite v0.1.0 |
272 | 2024-08-26T19:37:38.523Z | Downloaded anstyle-parse v0.2.4 |
273 | 2024-08-26T19:37:38.528Z | Downloaded heck v0.4.1 |
274 | 2024-08-26T19:37:38.528Z | Downloaded itoa v1.0.11 |
275 | 2024-08-26T19:37:38.532Z | Downloaded proc-macro-error-attr v1.0.4 |
276 | 2024-08-26T19:37:38.533Z | Downloaded pest_generator v2.7.10 |
277 | 2024-08-26T19:37:38.533Z | Downloaded tabled_derive v0.7.0 |
278 | 2024-08-26T19:37:38.533Z | Downloaded pretty-hex v0.4.1 |
279 | 2024-08-26T19:37:38.533Z | Downloaded cfg-if v1.0.0 |
280 | 2024-08-26T19:37:38.538Z | Downloaded colorchoice v1.0.1 |
281 | 2024-08-26T19:37:38.538Z | Downloaded fnv v1.0.7 |
282 | 2024-08-26T19:37:38.538Z | Downloaded serde_spanned v0.6.7 |
283 | 2024-08-26T19:37:38.538Z | Downloaded scroll v0.12.0 |
284 | 2024-08-26T19:37:38.545Z | Downloaded strsim v0.11.1 |
285 | 2024-08-26T19:37:38.545Z | Downloaded anstyle v1.0.8 |
286 | 2024-08-26T19:37:38.545Z | Downloaded plain v0.2.3 |
287 | 2024-08-26T19:37:38.545Z | Downloaded fs-err v2.11.0 |
288 | 2024-08-26T19:37:38.545Z | Downloaded toml_datetime v0.6.8 |
289 | 2024-08-26T19:37:38.545Z | Downloaded thread-id v4.2.1 |
290 | 2024-08-26T19:37:38.551Z | Downloaded usdt-impl v0.5.0 |
291 | 2024-08-26T19:37:38.551Z | Downloaded byteorder v1.5.0 |
292 | 2024-08-26T19:37:38.551Z | Downloaded anstyle-query v1.0.3 |
293 | 2024-08-26T19:37:38.551Z | Downloaded sha2 v0.10.8 |
294 | 2024-08-26T19:37:38.557Z | Downloaded semver v1.0.23 |
295 | 2024-08-26T19:37:38.559Z | Downloaded utf8parse v0.2.1 |
296 | 2024-08-26T19:37:38.559Z | Downloaded once_cell v1.19.0 |
297 | 2024-08-26T19:37:38.563Z | Downloaded crypto-common v0.1.6 |
298 | 2024-08-26T19:37:38.563Z | Downloaded quote v1.0.36 |
299 | 2024-08-26T19:37:38.563Z | Downloaded zerocopy-derive v0.7.34 |
300 | 2024-08-26T19:37:38.568Z | Downloaded usdt v0.5.0 |
301 | 2024-08-26T19:37:38.568Z | Downloaded scroll_derive v0.12.0 |
302 | 2024-08-26T19:37:38.568Z | Downloaded is_terminal_polyfill v1.70.0 |
303 | 2024-08-26T19:37:38.568Z | Downloaded clap_derive v4.5.13 |
304 | 2024-08-26T19:37:38.572Z | Downloaded anyhow v1.0.86 |
305 | 2024-08-26T19:37:38.572Z | Downloaded cargo_metadata v0.18.1 |
306 | 2024-08-26T19:37:38.577Z | Downloaded autocfg v1.3.0 |
307 | 2024-08-26T19:37:38.577Z | Downloaded anstream v0.6.14 |
308 | 2024-08-26T19:37:38.583Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-08-26T19:37:38.583Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-08-26T19:37:38.583Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-08-26T19:37:38.583Z | Downloaded log v0.4.21 |
312 | 2024-08-26T19:37:38.583Z | Downloaded cargo-platform v0.1.8 |
313 | 2024-08-26T19:37:38.587Z | Downloaded thiserror v1.0.63 |
314 | 2024-08-26T19:37:38.591Z | Downloaded dof v0.3.0 |
315 | 2024-08-26T19:37:38.591Z | Downloaded unicode-ident v1.0.12 |
316 | 2024-08-26T19:37:38.591Z | Downloaded typenum v1.17.0 |
317 | 2024-08-26T19:37:38.595Z | Downloaded errno v0.3.9 |
318 | 2024-08-26T19:37:38.595Z | Downloaded thiserror-impl v1.0.63 |
319 | 2024-08-26T19:37:38.601Z | Downloaded terminal_size v0.3.0 |
320 | 2024-08-26T19:37:38.602Z | Downloaded macaddr v1.0.1 |
321 | 2024-08-26T19:37:38.602Z | Downloaded heck v0.5.0 |
322 | 2024-08-26T19:37:38.602Z | Downloaded digest v0.10.7 |
323 | 2024-08-26T19:37:38.610Z | Downloaded cpufeatures v0.2.12 |
324 | 2024-08-26T19:37:38.610Z | Downloaded clap_lex v0.7.0 |
325 | 2024-08-26T19:37:38.610Z | Downloaded block-buffer v0.10.4 |
326 | 2024-08-26T19:37:38.610Z | Downloaded memmap v0.7.0 |
327 | 2024-08-26T19:37:38.616Z | Downloaded serde_derive v1.0.208 |
328 | 2024-08-26T19:37:38.616Z | Downloaded ryu v1.0.18 |
329 | 2024-08-26T19:37:38.616Z | Downloaded generic-array v0.14.7 |
330 | 2024-08-26T19:37:38.616Z | Downloaded proc-macro-error v1.0.4 |
331 | 2024-08-26T19:37:38.619Z | Downloaded cargo_toml v0.20.4 |
332 | 2024-08-26T19:37:38.619Z | Downloaded serde_tokenstream v0.2.2 |
333 | 2024-08-26T19:37:38.623Z | Downloaded version_check v0.9.5 |
334 | 2024-08-26T19:37:38.629Z | Downloaded pest_derive v2.7.10 |
335 | 2024-08-26T19:37:38.633Z | Downloaded indexmap v2.4.0 |
336 | 2024-08-26T19:37:38.640Z | Downloaded ucd-trie v0.1.6 |
337 | 2024-08-26T19:37:38.644Z | Downloaded clap v4.5.16 |
338 | 2024-08-26T19:37:38.651Z | Downloaded proc-macro2 v1.0.86 |
339 | 2024-08-26T19:37:38.654Z | Downloaded pest_meta v2.7.10 |
340 | 2024-08-26T19:37:38.658Z | Downloaded papergrid v0.11.0 |
341 | 2024-08-26T19:37:38.661Z | Downloaded toml v0.8.19 |
342 | 2024-08-26T19:37:38.664Z | Downloaded memchr v2.7.2 |
343 | 2024-08-26T19:37:38.669Z | Downloaded serde v1.0.208 |
344 | 2024-08-26T19:37:38.677Z | Downloaded pest v2.7.10 |
345 | 2024-08-26T19:37:38.690Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-26T19:37:38.710Z | Downloaded winnow v0.6.18 |
347 | 2024-08-26T19:37:38.718Z | Downloaded serde_json v1.0.125 |
348 | 2024-08-26T19:37:38.725Z | Downloaded goblin v0.8.2 |
349 | 2024-08-26T19:37:38.731Z | Downloaded hashbrown v0.14.5 |
350 | 2024-08-26T19:37:38.736Z | Downloaded zerocopy v0.7.34 |
351 | 2024-08-26T19:37:38.754Z | Downloaded clap_builder v4.5.15 |
352 | 2024-08-26T19:37:38.758Z | Downloaded tabled v0.15.0 |
353 | 2024-08-26T19:37:38.774Z | Downloaded syn v2.0.74 |
354 | 2024-08-26T19:37:38.785Z | Downloaded syn v1.0.109 |
355 | 2024-08-26T19:37:38.796Z | Downloaded rustix v0.38.34 |
356 | 2024-08-26T19:37:38.818Z | Downloaded unicode-width v0.1.13 |
357 | 2024-08-26T19:37:38.833Z | Downloaded libc v0.2.156 |
358 | 2024-08-26T19:37:39.132Z | Compiling proc-macro2 v1.0.86 |
359 | 2024-08-26T19:37:39.136Z | Compiling unicode-ident v1.0.12 |
360 | 2024-08-26T19:37:39.136Z | Compiling version_check v0.9.5 |
361 | 2024-08-26T19:37:39.136Z | Compiling serde v1.0.208 |
362 | 2024-08-26T19:37:39.136Z | Compiling thiserror v1.0.63 |
363 | 2024-08-26T19:37:39.136Z | Compiling memchr v2.7.2 |
364 | 2024-08-26T19:37:39.136Z | Compiling libc v0.2.156 |
365 | 2024-08-26T19:37:39.163Z | Compiling ryu v1.0.18 |
366 | 2024-08-26T19:37:39.386Z | Compiling itoa v1.0.11 |
367 | 2024-08-26T19:37:39.526Z | Compiling ucd-trie v0.1.6 |
368 | 2024-08-26T19:37:39.921Z | Compiling once_cell v1.19.0 |
369 | 2024-08-26T19:37:40.036Z | Compiling byteorder v1.5.0 |
370 | 2024-08-26T19:37:40.225Z | Compiling serde_json v1.0.125 |
371 | 2024-08-26T19:37:40.564Z | Compiling proc-macro-error-attr v1.0.4 |
372 | 2024-08-26T19:37:40.631Z | Compiling usdt-impl v0.5.0 |
373 | 2024-08-26T19:37:40.676Z | Compiling syn v1.0.109 |
374 | 2024-08-26T19:37:40.676Z | Compiling rustix v0.38.34 |
375 | 2024-08-26T19:37:40.946Z | Compiling proc-macro-error v1.0.4 |
376 | 2024-08-26T19:37:40.971Z | Compiling utf8parse v0.2.1 |
377 | 2024-08-26T19:37:41.135Z | Compiling plain v0.2.3 |
378 | 2024-08-26T19:37:41.159Z | Compiling equivalent v1.0.1 |
379 | 2024-08-26T19:37:41.261Z | Compiling log v0.4.21 |
380 | 2024-08-26T19:37:41.295Z | Compiling bitflags v2.6.0 |
381 | 2024-08-26T19:37:41.295Z | Compiling hashbrown v0.14.5 |
382 | 2024-08-26T19:37:41.466Z | Compiling quote v1.0.36 |
383 | 2024-08-26T19:37:41.636Z | Compiling anstyle-parse v0.2.4 |
384 | 2024-08-26T19:37:41.715Z | Compiling errno v0.3.9 |
385 | 2024-08-26T19:37:41.987Z | Compiling syn v2.0.74 |
386 | 2024-08-26T19:37:42.014Z | Compiling thread-id v4.2.1 |
387 | 2024-08-26T19:37:42.104Z | Compiling colorchoice v1.0.1 |
388 | 2024-08-26T19:37:42.134Z | Compiling camino v1.1.9 |
389 | 2024-08-26T19:37:42.231Z | Compiling anstyle-query v1.0.3 |
390 | 2024-08-26T19:37:42.263Z | Compiling winnow v0.6.18 |
391 | 2024-08-26T19:37:42.385Z | Compiling anstyle v1.0.8 |
392 | 2024-08-26T19:37:42.682Z | Compiling indexmap v2.4.0 |
393 | 2024-08-26T19:37:42.803Z | Compiling pretty-hex v0.4.1 |
394 | 2024-08-26T19:37:42.865Z | Compiling is_terminal_polyfill v1.70.0 |
395 | 2024-08-26T19:37:42.989Z | Compiling semver v1.0.23 |
396 | 2024-08-26T19:37:43.034Z | Compiling autocfg v1.3.0 |
397 | 2024-08-26T19:37:43.541Z | Compiling terminal_size v0.3.0 |
398 | 2024-08-26T19:37:43.612Z | Compiling anstream v0.6.14 |
399 | 2024-08-26T19:37:43.925Z | Compiling unicode-width v0.1.13 |
400 | 2024-08-26T19:37:43.954Z | Compiling anyhow v1.0.86 |
401 | 2024-08-26T19:37:44.014Z | Compiling bytecount v0.6.8 |
402 | 2024-08-26T19:37:44.065Z | Compiling fs-err v2.11.0 |
403 | 2024-08-26T19:37:44.163Z | Compiling clap_lex v0.7.0 |
404 | 2024-08-26T19:37:44.245Z | Compiling heck v0.4.1 |
405 | 2024-08-26T19:37:44.371Z | Compiling fnv v1.0.7 |
406 | 2024-08-26T19:37:44.415Z | Compiling strsim v0.11.1 |
407 | 2024-08-26T19:37:44.503Z | Compiling heck v0.5.0 |
408 | 2024-08-26T19:37:44.672Z | Compiling papergrid v0.11.0 |
409 | 2024-08-26T19:37:44.748Z | Compiling clap_builder v4.5.15 |
410 | 2024-08-26T19:37:44.922Z | Compiling memmap v0.7.0 |
411 | 2024-08-26T19:37:45.723Z | Compiling swrite v0.1.0 |
412 | 2024-08-26T19:37:47.307Z | Compiling tabled_derive v0.7.0 |
413 | 2024-08-26T19:37:48.747Z | Compiling tabled v0.15.0 |
414 | 2024-08-26T19:37:50.450Z | Compiling serde_derive v1.0.208 |
415 | 2024-08-26T19:37:50.450Z | Compiling thiserror-impl v1.0.63 |
416 | 2024-08-26T19:37:50.450Z | Compiling zerocopy-derive v0.7.34 |
417 | 2024-08-26T19:37:50.452Z | Compiling scroll_derive v0.12.0 |
418 | 2024-08-26T19:37:50.452Z | Compiling clap_derive v4.5.13 |
419 | 2024-08-26T19:37:51.816Z | Compiling scroll v0.12.0 |
420 | 2024-08-26T19:37:52.378Z | Compiling goblin v0.8.2 |
421 | 2024-08-26T19:37:52.439Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-26T19:37:52.851Z | Compiling pest v2.7.10 |
423 | 2024-08-26T19:37:54.395Z | Compiling clap v4.5.16 |
424 | 2024-08-26T19:37:55.109Z | Compiling pest_meta v2.7.10 |
425 | 2024-08-26T19:37:55.933Z | Compiling pest_generator v2.7.10 |
426 | 2024-08-26T19:37:57.755Z | Compiling pest_derive v2.7.10 |
427 | 2024-08-26T19:37:58.476Z | Compiling dtrace-parser v0.2.0 |
428 | 2024-08-26T19:38:00.376Z | Compiling serde_tokenstream v0.2.2 |
429 | 2024-08-26T19:38:00.516Z | Compiling serde_spanned v0.6.7 |
430 | 2024-08-26T19:38:00.519Z | Compiling toml_datetime v0.6.8 |
431 | 2024-08-26T19:38:00.519Z | Compiling cargo-platform v0.1.8 |
432 | 2024-08-26T19:38:00.951Z | Compiling toml_edit v0.22.20 |
433 | 2024-08-26T19:38:00.977Z | Compiling macaddr v1.0.1 |
434 | 2024-08-26T19:38:01.698Z | Compiling dof v0.3.0 |
435 | 2024-08-26T19:38:02.003Z | Compiling cargo_metadata v0.18.1 |
436 | 2024-08-26T19:38:03.375Z | Compiling usdt-attr-macro v0.5.0 |
437 | 2024-08-26T19:38:03.378Z | Compiling usdt-macro v0.5.0 |
438 | 2024-08-26T19:38:03.737Z | Compiling toml v0.8.19 |
439 | 2024-08-26T19:38:04.552Z | Compiling cargo_toml v0.20.4 |
440 | 2024-08-26T19:38:04.627Z | Compiling usdt v0.5.0 |
441 | 2024-08-26T19:38:08.222Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
442 | 2024-08-26T19:38:11.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.11s |
443 | 2024-08-26T19:38:12.243Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
444 | 2024-08-26T19:38:12.794Z | Downloading crates ... |
445 | 2024-08-26T19:38:12.954Z | Downloaded arrayref v0.3.7 |
446 | 2024-08-26T19:38:12.960Z | Downloaded async-trait v0.1.81 |
447 | 2024-08-26T19:38:12.966Z | Downloaded hubpack_derive v0.1.1 |
448 | 2024-08-26T19:38:12.968Z | Downloaded crunchy v0.2.2 |
449 | 2024-08-26T19:38:12.968Z | Downloaded atomicwrites v0.4.3 |
450 | 2024-08-26T19:38:12.971Z | Downloaded ahash v0.8.11 |
451 | 2024-08-26T19:38:12.974Z | Downloaded is_ci v1.2.0 |
452 | 2024-08-26T19:38:12.974Z | Downloaded cfg_aliases v0.1.1 |
453 | 2024-08-26T19:38:12.977Z | Downloaded hyper-tls v0.5.0 |
454 | 2024-08-26T19:38:12.980Z | Downloaded bitstruct v0.1.1 |
455 | 2024-08-26T19:38:12.982Z | Downloaded openssl-macros v0.1.1 |
456 | 2024-08-26T19:38:12.984Z | Downloaded base64 v0.21.7 |
457 | 2024-08-26T19:38:12.989Z | Downloaded base16ct v0.2.0 |
458 | 2024-08-26T19:38:12.992Z | Downloaded normalize-line-endings v0.3.0 |
459 | 2024-08-26T19:38:12.992Z | Downloaded adler v1.0.2 |
460 | 2024-08-26T19:38:12.995Z | Downloaded atty v0.2.14 |
461 | 2024-08-26T19:38:12.997Z | Downloaded mime v0.3.17 |
462 | 2024-08-26T19:38:13.000Z | Downloaded nodrop v0.1.14 |
463 | 2024-08-26T19:38:13.000Z | Downloaded newline-converter v0.3.0 |
464 | 2024-08-26T19:38:13.000Z | Downloaded match_cfg v0.1.0 |
465 | 2024-08-26T19:38:13.004Z | Downloaded newtype_derive v0.1.6 |
466 | 2024-08-26T19:38:13.004Z | Downloaded async-stream v0.3.5 |
467 | 2024-08-26T19:38:13.006Z | Downloaded cipher v0.4.4 |
468 | 2024-08-26T19:38:13.011Z | Downloaded num_cpus v1.16.0 |
469 | 2024-08-26T19:38:13.014Z | Downloaded multimap v0.10.0 |
470 | 2024-08-26T19:38:13.014Z | Downloaded lazy_static v1.5.0 |
471 | 2024-08-26T19:38:13.014Z | Downloaded keccak v0.1.5 |
472 | 2024-08-26T19:38:13.016Z | Downloaded cobs v0.2.3 |
473 | 2024-08-26T19:38:13.019Z | Downloaded num_threads v0.1.7 |
474 | 2024-08-26T19:38:13.019Z | Downloaded num v0.4.3 |
475 | 2024-08-26T19:38:13.022Z | Downloaded memmap2 v0.9.4 |
476 | 2024-08-26T19:38:13.022Z | Downloaded mockall v0.13.0 |
477 | 2024-08-26T19:38:13.024Z | Downloaded num_enum_derive v0.5.11 |
478 | 2024-08-26T19:38:13.027Z | Downloaded lru v0.12.3 |
479 | 2024-08-26T19:38:13.027Z | Downloaded defmt v0.3.8 |
480 | 2024-08-26T19:38:13.030Z | Downloaded curve25519-dalek-derive v0.1.1 |
481 | 2024-08-26T19:38:13.033Z | Downloaded castaway v0.2.3 |
482 | 2024-08-26T19:38:13.036Z | Downloaded sigpipe v0.1.3 |
483 | 2024-08-26T19:38:13.036Z | Downloaded data-encoding v2.6.0 |
484 | 2024-08-26T19:38:13.039Z | Downloaded atomic-waker v1.1.2 |
485 | 2024-08-26T19:38:13.039Z | Downloaded ascii-canvas v3.0.0 |
486 | 2024-08-26T19:38:13.041Z | Downloaded aead v0.5.2 |
487 | 2024-08-26T19:38:13.041Z | Downloaded omicron-zone-package v0.11.0 |
488 | 2024-08-26T19:38:13.045Z | Downloaded num-complex v0.4.6 |
489 | 2024-08-26T19:38:13.047Z | Downloaded mockall_derive v0.13.0 |
490 | 2024-08-26T19:38:13.050Z | Downloaded indexmap v1.9.3 |
491 | 2024-08-26T19:38:13.053Z | Downloaded array-init v0.0.4 |
492 | 2024-08-26T19:38:13.056Z | Downloaded time-core v0.1.2 |
493 | 2024-08-26T19:38:13.058Z | Downloaded bitstruct_derive v0.1.0 |
494 | 2024-08-26T19:38:13.058Z | Downloaded ciborium-io v0.2.2 |
495 | 2024-08-26T19:38:13.058Z | Downloaded ipnet v2.9.0 |
496 | 2024-08-26T19:38:13.061Z | Downloaded slog-json v2.6.1 |
497 | 2024-08-26T19:38:13.063Z | Downloaded olpc-cjson v0.1.3 |
498 | 2024-08-26T19:38:13.066Z | Downloaded darling_macro v0.20.9 |
499 | 2024-08-26T19:38:13.066Z | Downloaded crucible-workspace-hack v0.1.0 |
500 | 2024-08-26T19:38:13.066Z | Downloaded opaque-debug v0.3.1 |
501 | 2024-08-26T19:38:13.068Z | Downloaded instant v0.1.12 |
502 | 2024-08-26T19:38:13.071Z | Downloaded ident_case v1.0.1 |
503 | 2024-08-26T19:38:13.071Z | Downloaded libsw v3.3.1 |
504 | 2024-08-26T19:38:13.073Z | Downloaded crossbeam-deque v0.8.5 |
505 | 2024-08-26T19:38:13.073Z | Downloaded managed v0.8.0 |
506 | 2024-08-26T19:38:13.076Z | Downloaded kstat-rs v0.2.4 |
507 | 2024-08-26T19:38:13.078Z | Downloaded number_prefix v0.4.0 |
508 | 2024-08-26T19:38:13.078Z | Downloaded is-terminal v0.4.12 |
509 | 2024-08-26T19:38:13.081Z | Downloaded impl-trait-for-tuples v0.2.2 |
510 | 2024-08-26T19:38:13.083Z | Downloaded openssl-probe v0.1.5 |
511 | 2024-08-26T19:38:13.086Z | Downloaded maplit v1.0.2 |
512 | 2024-08-26T19:38:13.086Z | Downloaded csv-core v0.1.11 |
513 | 2024-08-26T19:38:13.090Z | Downloaded crc32fast v1.4.0 |
514 | 2024-08-26T19:38:13.092Z | Downloaded miniz_oxide v0.7.2 |
515 | 2024-08-26T19:38:13.092Z | Downloaded num-conv v0.1.0 |
516 | 2024-08-26T19:38:13.094Z | Downloaded hyper-rustls v0.24.2 |
517 | 2024-08-26T19:38:13.097Z | Downloaded ipnetwork v0.20.0 |
518 | 2024-08-26T19:38:13.099Z | Downloaded try-lock v0.2.5 |
519 | 2024-08-26T19:38:13.101Z | Downloaded backoff v0.4.0 |
520 | 2024-08-26T19:38:13.104Z | Downloaded humantime v2.1.0 |
521 | 2024-08-26T19:38:13.104Z | Downloaded new_debug_unreachable v1.0.6 |
522 | 2024-08-26T19:38:13.107Z | Downloaded maybe-uninit v2.0.0 |
523 | 2024-08-26T19:38:13.109Z | Downloaded cbc v0.1.2 |
524 | 2024-08-26T19:38:13.109Z | Downloaded defmt-macros v0.3.9 |
525 | 2024-08-26T19:38:13.112Z | Downloaded memoffset v0.9.1 |
526 | 2024-08-26T19:38:13.114Z | Downloaded nanorand v0.7.0 |
527 | 2024-08-26T19:38:13.117Z | Downloaded linear-map v1.2.0 |
528 | 2024-08-26T19:38:13.119Z | Downloaded cexpr v0.6.0 |
529 | 2024-08-26T19:38:13.121Z | Downloaded num-rational v0.4.2 |
530 | 2024-08-26T19:38:13.124Z | Downloaded cassowary v0.3.0 |
531 | 2024-08-26T19:38:13.126Z | Downloaded iana-time-zone v0.1.60 |
532 | 2024-08-26T19:38:13.128Z | Downloaded mio v1.0.2 |
533 | 2024-08-26T19:38:13.134Z | Downloaded unicode-truncate v1.0.0 |
534 | 2024-08-26T19:38:13.136Z | Downloaded zone_cfg_derive v0.1.2 |
535 | 2024-08-26T19:38:13.139Z | Downloaded dsl_auto_type v0.1.2 |
536 | 2024-08-26T19:38:13.139Z | Downloaded serde-hex v0.1.0 |
537 | 2024-08-26T19:38:13.141Z | Downloaded tempfile v3.10.1 |
538 | 2024-08-26T19:38:13.143Z | Downloaded lock_api v0.4.12 |
539 | 2024-08-26T19:38:13.146Z | Downloaded sha1 v0.10.6 |
540 | 2024-08-26T19:38:13.149Z | Downloaded crossbeam-utils v0.8.19 |
541 | 2024-08-26T19:38:13.152Z | Downloaded console v0.15.8 |
542 | 2024-08-26T19:38:13.154Z | Downloaded tokio-tungstenite v0.21.0 |
543 | 2024-08-26T19:38:13.162Z | Downloaded semver v0.1.20 |
544 | 2024-08-26T19:38:13.166Z | Downloaded foreign-types-shared v0.3.1 |
545 | 2024-08-26T19:38:13.166Z | Downloaded instability v0.3.2 |
546 | 2024-08-26T19:38:13.166Z | Downloaded slog-envlogger v2.2.0 |
547 | 2024-08-26T19:38:13.166Z | Downloaded packed_struct_codegen v0.10.1 |
548 | 2024-08-26T19:38:13.166Z | Downloaded structmeta v0.3.0 |
549 | 2024-08-26T19:38:13.169Z | Downloaded serde-big-array v0.5.1 |
550 | 2024-08-26T19:38:13.169Z | Downloaded linked-hash-map v0.5.6 |
551 | 2024-08-26T19:38:13.171Z | Downloaded nu-ansi-term v0.50.0 |
552 | 2024-08-26T19:38:13.173Z | Downloaded libefi-sys v0.1.0 |
553 | 2024-08-26T19:38:13.173Z | Downloaded sqlparser_derive v0.2.2 |
554 | 2024-08-26T19:38:13.176Z | Downloaded spki v0.7.3 |
555 | 2024-08-26T19:38:13.179Z | Downloaded structmeta-derive v0.2.0 |
556 | 2024-08-26T19:38:13.179Z | Downloaded thread_local v1.1.8 |
557 | 2024-08-26T19:38:13.181Z | Downloaded arrayvec v0.7.4 |
558 | 2024-08-26T19:38:13.185Z | Downloaded defmt-parser v0.3.4 |
559 | 2024-08-26T19:38:13.187Z | Downloaded dyn-clone v1.0.17 |
560 | 2024-08-26T19:38:13.187Z | Downloaded chacha20 v0.9.1 |
561 | 2024-08-26T19:38:13.189Z | Downloaded minimal-lexical v0.2.1 |
562 | 2024-08-26T19:38:13.194Z | Downloaded mime_guess v2.0.4 |
563 | 2024-08-26T19:38:13.196Z | Downloaded cookie_store v0.20.0 |
564 | 2024-08-26T19:38:13.198Z | Downloaded fastrand v2.1.0 |
565 | 2024-08-26T19:38:13.201Z | Downloaded colored v2.1.0 |
566 | 2024-08-26T19:38:13.203Z | Downloaded rand_chacha v0.3.1 |
567 | 2024-08-26T19:38:13.206Z | Downloaded bytes v1.7.1 |
568 | 2024-08-26T19:38:13.208Z | Downloaded time-macros v0.2.18 |
569 | 2024-08-26T19:38:13.211Z | Downloaded num-traits v0.2.19 |
570 | 2024-08-26T19:38:13.214Z | Downloaded indicatif v0.17.8 |
571 | 2024-08-26T19:38:13.219Z | Downloaded schemars_derive v0.8.21 |
572 | 2024-08-26T19:38:13.221Z | Downloaded foreign-types-shared v0.1.1 |
573 | 2024-08-26T19:38:13.224Z | Downloaded waitgroup v0.1.2 |
574 | 2024-08-26T19:38:13.224Z | Downloaded darling_core v0.20.9 |
575 | 2024-08-26T19:38:13.229Z | Downloaded fallible-iterator v0.3.0 |
576 | 2024-08-26T19:38:13.231Z | Downloaded tower-service v0.3.2 |
577 | 2024-08-26T19:38:13.233Z | Downloaded thiserror-no-std v2.0.2 |
578 | 2024-08-26T19:38:13.236Z | Downloaded paste v1.0.15 |
579 | 2024-08-26T19:38:13.241Z | Downloaded fxhash v0.2.1 |
580 | 2024-08-26T19:38:13.244Z | Downloaded signal-hook-mio v0.2.4 |
581 | 2024-08-26T19:38:13.244Z | Downloaded scrypt v0.11.0 |
582 | 2024-08-26T19:38:13.244Z | Downloaded compact_str v0.8.0 |
583 | 2024-08-26T19:38:13.248Z | Downloaded shlex v1.3.0 |
584 | 2024-08-26T19:38:13.254Z | Downloaded postgres-types v0.2.7 |
585 | 2024-08-26T19:38:13.254Z | Downloaded powerfmt v0.2.0 |
586 | 2024-08-26T19:38:13.259Z | Downloaded path-slash v0.1.5 |
587 | 2024-08-26T19:38:13.259Z | Downloaded strum_macros v0.26.4 |
588 | 2024-08-26T19:38:13.259Z | Downloaded cookie v0.17.0 |
589 | 2024-08-26T19:38:13.262Z | Downloaded parking_lot v0.11.2 |
590 | 2024-08-26T19:38:13.264Z | Downloaded const-oid v0.9.6 |
591 | 2024-08-26T19:38:13.267Z | Downloaded crossbeam-epoch v0.9.18 |
592 | 2024-08-26T19:38:13.270Z | Downloaded tiny-keccak v2.0.2 |
593 | 2024-08-26T19:38:13.273Z | Downloaded shell-words v1.1.0 |
594 | 2024-08-26T19:38:13.275Z | Downloaded hostname v0.4.0 |
595 | 2024-08-26T19:38:13.278Z | Downloaded flagset v0.4.5 |
596 | 2024-08-26T19:38:13.280Z | Downloaded hyper v0.14.30 |
597 | 2024-08-26T19:38:13.287Z | Downloaded utf-8 v0.7.6 |
598 | 2024-08-26T19:38:13.289Z | Downloaded base64 v0.22.1 |
599 | 2024-08-26T19:38:13.293Z | Downloaded hostname v0.3.1 |
600 | 2024-08-26T19:38:13.295Z | Downloaded pbkdf2 v0.12.2 |
601 | 2024-08-26T19:38:13.297Z | Downloaded gethostname v0.5.0 |
602 | 2024-08-26T19:38:13.300Z | Downloaded tabwriter v1.4.0 |
603 | 2024-08-26T19:38:13.302Z | Downloaded argon2 v0.5.3 |
604 | 2024-08-26T19:38:13.312Z | Downloaded highway v1.2.0 |
605 | 2024-08-26T19:38:13.314Z | Downloaded vte_generate_state_changes v0.1.1 |
606 | 2024-08-26T19:38:13.316Z | Downloaded glob v0.3.1 |
607 | 2024-08-26T19:38:13.319Z | Downloaded unicode_categories v0.1.1 |
608 | 2024-08-26T19:38:13.319Z | Downloaded ena v0.14.3 |
609 | 2024-08-26T19:38:13.321Z | Downloaded zeroize v1.7.0 |
610 | 2024-08-26T19:38:13.323Z | Downloaded precomputed-hash v0.1.1 |
611 | 2024-08-26T19:38:13.326Z | Downloaded sqlformat v0.2.4 |
612 | 2024-08-26T19:38:13.328Z | Downloaded pkcs1 v0.7.5 |
613 | 2024-08-26T19:38:13.331Z | Downloaded subprocess v0.2.9 |
614 | 2024-08-26T19:38:13.333Z | Downloaded globset v0.4.14 |
615 | 2024-08-26T19:38:13.336Z | Downloaded tokio-rustls v0.24.1 |
616 | 2024-08-26T19:38:13.338Z | Downloaded deranged v0.3.11 |
617 | 2024-08-26T19:38:13.338Z | Downloaded smallvec v1.13.2 |
618 | 2024-08-26T19:38:13.340Z | Downloaded thiserror-impl-no-std v2.0.2 |
619 | 2024-08-26T19:38:13.343Z | Downloaded quick-error v1.2.3 |
620 | 2024-08-26T19:38:13.345Z | Downloaded pin-utils v0.1.0 |
621 | 2024-08-26T19:38:13.347Z | Downloaded difflib v0.4.0 |
622 | 2024-08-26T19:38:13.347Z | Downloaded walkdir v2.5.0 |
623 | 2024-08-26T19:38:13.349Z | Downloaded home v0.5.9 |
624 | 2024-08-26T19:38:13.352Z | Downloaded http-body v0.4.6 |
625 | 2024-08-26T19:38:13.354Z | Downloaded pkcs8 v0.10.2 |
626 | 2024-08-26T19:38:13.356Z | Downloaded ron v0.7.1 |
627 | 2024-08-26T19:38:13.361Z | Downloaded signal-hook v0.3.17 |
628 | 2024-08-26T19:38:13.364Z | Downloaded futures-core v0.3.30 |
629 | 2024-08-26T19:38:13.367Z | Downloaded cc v1.0.97 |
630 | 2024-08-26T19:38:13.369Z | Downloaded smallvec v0.6.14 |
631 | 2024-08-26T19:38:13.372Z | Downloaded packed_struct v0.10.1 |
632 | 2024-08-26T19:38:13.375Z | Downloaded serde_repr v0.1.19 |
633 | 2024-08-26T19:38:13.378Z | Downloaded rpassword v7.3.1 |
634 | 2024-08-26T19:38:13.378Z | Downloaded blake2 v0.10.6 |
635 | 2024-08-26T19:38:13.380Z | Downloaded rustfmt-wrapper v0.2.1 |
636 | 2024-08-26T19:38:13.383Z | Downloaded tokio-macros v2.3.0 |
637 | 2024-08-26T19:38:13.386Z | Downloaded diff v0.1.13 |
638 | 2024-08-26T19:38:13.388Z | Downloaded flume v0.11.0 |
639 | 2024-08-26T19:38:13.391Z | Downloaded tap v1.0.1 |
640 | 2024-08-26T19:38:13.393Z | Downloaded take_mut v0.2.2 |
641 | 2024-08-26T19:38:13.393Z | Downloaded uuid v1.10.0 |
642 | 2024-08-26T19:38:13.397Z | Downloaded unarray v0.1.4 |
643 | 2024-08-26T19:38:13.399Z | Downloaded twox-hash v1.6.3 |
644 | 2024-08-26T19:38:13.402Z | Downloaded supports-color v3.0.0 |
645 | 2024-08-26T19:38:13.404Z | Downloaded futures-channel v0.3.30 |
646 | 2024-08-26T19:38:13.404Z | Downloaded tracing-attributes v0.1.27 |
647 | 2024-08-26T19:38:13.407Z | Downloaded pin-project-lite v0.2.14 |
648 | 2024-08-26T19:38:13.413Z | Downloaded getrandom v0.2.14 |
649 | 2024-08-26T19:38:13.417Z | Downloaded termtree v0.4.1 |
650 | 2024-08-26T19:38:13.419Z | Downloaded endian-type v0.1.2 |
651 | 2024-08-26T19:38:13.419Z | Downloaded downcast v0.11.0 |
652 | 2024-08-26T19:38:13.421Z | Downloaded owo-colors v4.0.0 |
653 | 2024-08-26T19:38:13.424Z | Downloaded slog v2.7.0 |
654 | 2024-08-26T19:38:13.426Z | Downloaded hickory-resolver v0.24.1 |
655 | 2024-08-26T19:38:13.431Z | Downloaded schemars v0.8.21 |
656 | 2024-08-26T19:38:13.444Z | Downloaded rand_xorshift v0.3.0 |
657 | 2024-08-26T19:38:13.447Z | Downloaded headers-core v0.2.0 |
658 | 2024-08-26T19:38:13.450Z | Downloaded want v0.3.1 |
659 | 2024-08-26T19:38:13.450Z | Downloaded siphasher v0.3.11 |
660 | 2024-08-26T19:38:13.450Z | Downloaded smf v0.2.3 |
661 | 2024-08-26T19:38:13.453Z | Downloaded signal-hook-registry v1.4.2 |
662 | 2024-08-26T19:38:13.455Z | Downloaded smawk v0.3.2 |
663 | 2024-08-26T19:38:13.455Z | Downloaded hmac v0.12.1 |
664 | 2024-08-26T19:38:13.458Z | Downloaded futures v0.3.30 |
665 | 2024-08-26T19:38:13.462Z | Downloaded derive_builder_core v0.20.0 |
666 | 2024-08-26T19:38:13.465Z | Downloaded der_derive v0.7.2 |
667 | 2024-08-26T19:38:13.468Z | Downloaded wyz v0.5.1 |
668 | 2024-08-26T19:38:13.470Z | Downloaded embedded-io v0.4.0 |
669 | 2024-08-26T19:38:13.472Z | Downloaded group v0.13.0 |
670 | 2024-08-26T19:38:13.475Z | Downloaded peg v0.8.4 |
671 | 2024-08-26T19:38:13.478Z | Downloaded radium v0.7.0 |
672 | 2024-08-26T19:38:13.480Z | Downloaded heck v0.3.3 |
673 | 2024-08-26T19:38:13.482Z | Downloaded phf_shared v0.11.2 |
674 | 2024-08-26T19:38:13.482Z | Downloaded strum v0.26.3 |
675 | 2024-08-26T19:38:13.485Z | Downloaded hashlink v0.9.1 |
676 | 2024-08-26T19:38:13.487Z | Downloaded filetime v0.2.24 |
677 | 2024-08-26T19:38:13.487Z | Downloaded crypto-bigint v0.5.5 |
678 | 2024-08-26T19:38:13.494Z | Downloaded env_logger v0.10.2 |
679 | 2024-08-26T19:38:13.497Z | Downloaded tinyvec_macros v0.1.1 |
680 | 2024-08-26T19:38:13.500Z | Downloaded secrecy v0.8.0 |
681 | 2024-08-26T19:38:13.503Z | Downloaded pin-project v1.1.5 |
682 | 2024-08-26T19:38:13.513Z | Downloaded fragile v2.0.0 |
683 | 2024-08-26T19:38:13.515Z | Downloaded vsss-rs v3.3.4 |
684 | 2024-08-26T19:38:13.518Z | Downloaded postgres-protocol v0.6.7 |
685 | 2024-08-26T19:38:13.520Z | Downloaded hickory-server v0.24.1 |
686 | 2024-08-26T19:38:13.526Z | Downloaded hex v0.4.3 |
687 | 2024-08-26T19:38:13.528Z | Downloaded termios v0.3.3 |
688 | 2024-08-26T19:38:13.531Z | Downloaded tokio-stream v0.1.15 |
689 | 2024-08-26T19:38:13.535Z | Downloaded tokio-rustls v0.25.0 |
690 | 2024-08-26T19:38:13.537Z | Downloaded pretty-hex v0.2.1 |
691 | 2024-08-26T19:38:13.540Z | Downloaded static_assertions v1.1.0 |
692 | 2024-08-26T19:38:13.540Z | Downloaded poly1305 v0.8.0 |
693 | 2024-08-26T19:38:13.543Z | Downloaded http v1.1.0 |
694 | 2024-08-26T19:38:13.547Z | Downloaded ref-cast v1.0.23 |
695 | 2024-08-26T19:38:13.550Z | Downloaded heapless v0.7.17 |
696 | 2024-08-26T19:38:13.554Z | Downloaded portpicker v0.1.1 |
697 | 2024-08-26T19:38:13.557Z | Downloaded httparse v1.8.0 |
698 | 2024-08-26T19:38:13.559Z | Downloaded enum-as-inner v0.6.0 |
699 | 2024-08-26T19:38:13.561Z | Downloaded tls_codec_derive v0.4.1 |
700 | 2024-08-26T19:38:13.561Z | Downloaded predicates-tree v1.0.9 |
701 | 2024-08-26T19:38:13.567Z | Downloaded tracing-core v0.1.32 |
702 | 2024-08-26T19:38:13.567Z | Downloaded itertools v0.12.1 |
703 | 2024-08-26T19:38:13.573Z | Downloaded parse-size v1.0.0 |
704 | 2024-08-26T19:38:13.576Z | Downloaded termcolor v1.4.1 |
705 | 2024-08-26T19:38:13.577Z | Downloaded typed-path v0.7.1 |
706 | 2024-08-26T19:38:13.582Z | Downloaded parse-display v0.10.0 |
707 | 2024-08-26T19:38:13.585Z | Downloaded display-error-chain v0.2.0 |
708 | 2024-08-26T19:38:13.587Z | Downloaded foreign-types v0.3.2 |
709 | 2024-08-26T19:38:13.587Z | Downloaded hash32 v0.2.1 |
710 | 2024-08-26T19:38:13.589Z | Downloaded slab v0.4.9 |
711 | 2024-08-26T19:38:13.589Z | Downloaded tokio-postgres v0.7.11 |
712 | 2024-08-26T19:38:13.595Z | Downloaded futures-macro v0.3.30 |
713 | 2024-08-26T19:38:13.597Z | Downloaded phf v0.11.2 |
714 | 2024-08-26T19:38:13.599Z | Downloaded wait-timeout v0.2.0 |
715 | 2024-08-26T19:38:13.599Z | Downloaded password-hash v0.5.0 |
716 | 2024-08-26T19:38:13.601Z | Downloaded rustls-pemfile v2.1.3 |
717 | 2024-08-26T19:38:13.606Z | Downloaded snafu v0.8.2 |
718 | 2024-08-26T19:38:13.610Z | Downloaded tracing v0.1.40 |
719 | 2024-08-26T19:38:13.616Z | Downloaded futures-task v0.3.30 |
720 | 2024-08-26T19:38:13.618Z | Downloaded signal-hook-tokio v0.3.1 |
721 | 2024-08-26T19:38:13.619Z | Downloaded der v0.7.9 |
722 | 2024-08-26T19:38:13.623Z | Downloaded phf_shared v0.10.0 |
723 | 2024-08-26T19:38:13.625Z | Downloaded parking_lot_core v0.9.10 |
724 | 2024-08-26T19:38:13.629Z | Downloaded aes v0.8.4 |
725 | 2024-08-26T19:38:13.631Z | Downloaded rustls-pemfile v1.0.4 |
726 | 2024-08-26T19:38:13.635Z | Downloaded parse-display-derive v0.10.0 |
727 | 2024-08-26T19:38:13.637Z | Downloaded derive_builder_macro v0.20.0 |
728 | 2024-08-26T19:38:13.637Z | Downloaded serde_path_to_error v0.1.16 |
729 | 2024-08-26T19:38:13.637Z | Downloaded psl-types v2.0.11 |
730 | 2024-08-26T19:38:13.640Z | Downloaded hash32 v0.3.1 |
731 | 2024-08-26T19:38:13.642Z | Downloaded untrusted v0.9.0 |
732 | 2024-08-26T19:38:13.642Z | Downloaded untrusted v0.7.1 |
733 | 2024-08-26T19:38:13.644Z | Downloaded structmeta-derive v0.3.0 |
734 | 2024-08-26T19:38:13.644Z | Downloaded same-file v1.0.6 |
735 | 2024-08-26T19:38:13.648Z | Downloaded elliptic-curve v0.13.8 |
736 | 2024-08-26T19:38:13.650Z | Downloaded crossterm v0.27.0 |
737 | 2024-08-26T19:38:13.657Z | Downloaded futures-sink v0.3.30 |
738 | 2024-08-26T19:38:13.660Z | Downloaded tungstenite v0.20.1 |
739 | 2024-08-26T19:38:13.662Z | Downloaded fixedbitset v0.4.2 |
740 | 2024-08-26T19:38:13.664Z | Downloaded textwrap v0.16.1 |
741 | 2024-08-26T19:38:13.667Z | Downloaded slog-dtrace v0.3.0 |
742 | 2024-08-26T19:38:13.669Z | Downloaded object v0.30.4 |
743 | 2024-08-26T19:38:13.679Z | Downloaded test-strategy v0.3.1 |
744 | 2024-08-26T19:38:13.683Z | Downloaded slog-scope v4.4.0 |
745 | 2024-08-26T19:38:13.685Z | Downloaded vergen v8.3.2 |
746 | 2024-08-26T19:38:13.688Z | Downloaded float-cmp v0.9.0 |
747 | 2024-08-26T19:38:13.690Z | Downloaded lalrpop v0.19.12 |
748 | 2024-08-26T19:38:13.702Z | Downloaded strum_macros v0.25.3 |
749 | 2024-08-26T19:38:13.704Z | Downloaded unicode-linebreak v0.1.5 |
750 | 2024-08-26T19:38:13.706Z | Downloaded similar v2.6.0 |
751 | 2024-08-26T19:38:13.710Z | Downloaded publicsuffix v2.2.3 |
752 | 2024-08-26T19:38:13.713Z | Downloaded dirs-sys-next v0.1.2 |
753 | 2024-08-26T19:38:13.715Z | Downloaded dirs-next v2.0.0 |
754 | 2024-08-26T19:38:13.717Z | Downloaded idna v0.5.0 |
755 | 2024-08-26T19:38:13.723Z | Downloaded rsa v0.9.6 |
756 | 2024-08-26T19:38:13.730Z | Downloaded fallible-iterator v0.2.0 |
757 | 2024-08-26T19:38:13.733Z | Downloaded slog-stdlog v4.1.1 |
758 | 2024-08-26T19:38:13.733Z | Downloaded tokio-tungstenite v0.20.1 |
759 | 2024-08-26T19:38:13.735Z | Downloaded rayon-core v1.12.1 |
760 | 2024-08-26T19:38:13.739Z | Downloaded prettyplease v0.2.20 |
761 | 2024-08-26T19:38:13.742Z | Downloaded unicode-bidi v0.3.15 |
762 | 2024-08-26T19:38:13.746Z | Downloaded hashbrown v0.12.3 |
763 | 2024-08-26T19:38:13.750Z | Downloaded headers v0.3.9 |
764 | 2024-08-26T19:38:13.756Z | Downloaded rand_seeder v0.3.0 |
765 | 2024-08-26T19:38:13.758Z | Downloaded sqlparser v0.45.0 |
766 | 2024-08-26T19:38:13.764Z | Downloaded fatfs v0.3.6 |
767 | 2024-08-26T19:38:13.767Z | Downloaded oso v0.27.3 |
768 | 2024-08-26T19:38:13.771Z | Downloaded serde_yaml v0.9.34+deprecated |
769 | 2024-08-26T19:38:13.775Z | Downloaded postcard v1.0.8 |
770 | 2024-08-26T19:38:13.779Z | Downloaded slog-term v2.9.1 |
771 | 2024-08-26T19:38:13.781Z | Downloaded toml v0.7.8 |
772 | 2024-08-26T19:38:13.785Z | Downloaded tar v0.4.41 |
773 | 2024-08-26T19:38:13.788Z | Downloaded heapless v0.8.0 |
774 | 2024-08-26T19:38:13.792Z | Downloaded rustyline v14.0.0 |
775 | 2024-08-26T19:38:13.799Z | Downloaded nix v0.27.1 |
776 | 2024-08-26T19:38:13.811Z | Downloaded aho-corasick v1.1.3 |
777 | 2024-08-26T19:38:13.817Z | Downloaded hashbrown v0.13.2 |
778 | 2024-08-26T19:38:13.822Z | Downloaded parking_lot_core v0.8.6 |
779 | 2024-08-26T19:38:13.824Z | Downloaded tinyvec v1.6.0 |
780 | 2024-08-26T19:38:13.828Z | Downloaded diesel_derives v2.2.2 |
781 | 2024-08-26T19:38:13.832Z | Downloaded toml_edit v0.19.15 |
782 | 2024-08-26T19:38:13.851Z | Downloaded tungstenite v0.21.0 |
783 | 2024-08-26T19:38:13.854Z | Downloaded openssl-sys v0.9.103 |
784 | 2024-08-26T19:38:13.859Z | Downloaded flate2 v1.0.31 |
785 | 2024-08-26T19:38:13.865Z | Downloaded portable-atomic v1.6.0 |
786 | 2024-08-26T19:38:13.871Z | Downloaded derive_more v0.99.18 |
787 | 2024-08-26T19:38:13.877Z | Downloaded rayon v1.10.0 |
788 | 2024-08-26T19:38:13.887Z | Downloaded x509-cert v0.2.5 |
789 | 2024-08-26T19:38:13.894Z | Downloaded rusqlite v0.31.0 |
790 | 2024-08-26T19:38:13.900Z | Downloaded hkdf v0.12.4 |
791 | 2024-08-26T19:38:13.903Z | Downloaded object v0.32.2 |
792 | 2024-08-26T19:38:13.915Z | Downloaded bindgen v0.69.4 |
793 | 2024-08-26T19:38:13.923Z | Downloaded serde_with v3.9.0 |
794 | 2024-08-26T19:38:13.931Z | Downloaded reedline v0.33.0 |
795 | 2024-08-26T19:38:13.939Z | Downloaded h2 v0.3.26 |
796 | 2024-08-26T19:38:13.947Z | Downloaded nix v0.28.0 |
797 | 2024-08-26T19:38:13.959Z | Downloaded chrono v0.4.38 |
798 | 2024-08-26T19:38:13.968Z | Downloaded winnow v0.5.40 |
799 | 2024-08-26T19:38:13.977Z | Downloaded futures-util v0.3.30 |
800 | 2024-08-26T19:38:13.991Z | Downloaded rustls v0.21.12 |
801 | 2024-08-26T19:38:14.003Z | Downloaded quick-xml v0.31.0 |
802 | 2024-08-26T19:38:14.009Z | Downloaded rustls-webpki v0.101.7 |
803 | 2024-08-26T19:38:14.025Z | Downloaded hickory-proto v0.24.1 |
804 | 2024-08-26T19:38:14.041Z | Downloaded salsa20 v0.10.2 |
805 | 2024-08-26T19:38:14.043Z | Downloaded rustls v0.22.4 |
806 | 2024-08-26T19:38:14.058Z | Downloaded git2 v0.19.0 |
807 | 2024-08-26T19:38:14.067Z | Downloaded radix_trie v0.2.1 |
808 | 2024-08-26T19:38:14.073Z | Downloaded proptest v1.5.0 |
809 | 2024-08-26T19:38:14.083Z | Downloaded gimli v0.28.1 |
810 | 2024-08-26T19:38:14.092Z | Downloaded webpki-roots v0.25.4 |
811 | 2024-08-26T19:38:14.096Z | Downloaded bstr v1.9.1 |
812 | 2024-08-26T19:38:14.107Z | Downloaded diesel v2.2.2 |
813 | 2024-08-26T19:38:14.127Z | Downloaded curve25519-dalek v4.1.3 |
814 | 2024-08-26T19:38:14.136Z | Downloaded regex v1.10.6 |
815 | 2024-08-26T19:38:14.150Z | Downloaded ratatui v0.28.0 |
816 | 2024-08-26T19:38:14.171Z | Downloaded regex-syntax v0.8.4 |
817 | 2024-08-26T19:38:14.179Z | Downloaded regress v0.9.1 |
818 | 2024-08-26T19:38:14.188Z | Downloaded regex-syntax v0.6.29 |
819 | 2024-08-26T19:38:14.196Z | Downloaded openapiv3 v2.0.0 |
820 | 2024-08-26T19:38:14.212Z | Downloaded bitvec v1.0.1 |
821 | 2024-08-26T19:38:14.226Z | Downloaded smoltcp v0.9.1 |
822 | 2024-08-26T19:38:14.237Z | Downloaded sled v0.34.7 |
823 | 2024-08-26T19:38:14.247Z | Downloaded regex-automata v0.4.6 |
824 | 2024-08-26T19:38:14.267Z | Downloaded finl_unicode v1.2.0 |
825 | 2024-08-26T19:38:14.281Z | Downloaded petgraph v0.6.5 |
826 | 2024-08-26T19:38:14.299Z | Downloaded zerocopy-derive v0.6.6 |
827 | 2024-08-26T19:38:14.310Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
828 | 2024-08-26T19:38:14.322Z | Downloaded polar-core v0.27.3 |
829 | 2024-08-26T19:38:14.331Z | Downloaded sha3 v0.10.8 |
830 | 2024-08-26T19:38:14.339Z | Downloaded tokio v1.38.1 |
831 | 2024-08-26T19:38:14.375Z | Downloaded csv v1.3.0 |
832 | 2024-08-26T19:38:14.395Z | Downloaded smoltcp v0.11.0 |
833 | 2024-08-26T19:38:14.408Z | Downloaded steno v0.4.1 |
834 | 2024-08-26T19:38:14.413Z | Downloaded vcpkg v0.2.15 |
835 | 2024-08-26T19:38:14.453Z | Downloaded idna v0.4.0 |
836 | 2024-08-26T19:38:14.459Z | Downloaded rustls-webpki v0.102.4 |
837 | 2024-08-26T19:38:14.478Z | Downloaded reqwest v0.11.27 |
838 | 2024-08-26T19:38:14.486Z | Downloaded tough v0.17.1 |
839 | 2024-08-26T19:38:14.494Z | Downloaded openssl v0.10.66 |
840 | 2024-08-26T19:38:14.504Z | Downloaded unicode-normalization v0.1.23 |
841 | 2024-08-26T19:38:14.508Z | Downloaded parking_lot v0.12.2 |
842 | 2024-08-26T19:38:14.512Z | Downloaded blake3 v1.5.1 |
843 | 2024-08-26T19:38:14.518Z | Downloaded half v2.4.1 |
844 | 2024-08-26T19:38:14.521Z | Downloaded unsafe-libyaml v0.2.11 |
845 | 2024-08-26T19:38:14.524Z | Downloaded strip-ansi-escapes v0.2.0 |
846 | 2024-08-26T19:38:14.527Z | Downloaded float-ord v0.3.2 |
847 | 2024-08-26T19:38:14.527Z | Downloaded serde_plain v1.0.2 |
848 | 2024-08-26T19:38:14.529Z | Downloaded proc-macro-crate v1.3.1 |
849 | 2024-08-26T19:38:14.529Z | Downloaded unicase v2.7.0 |
850 | 2024-08-26T19:38:14.531Z | Downloaded encoding_rs v0.8.34 |
851 | 2024-08-26T19:38:14.553Z | Downloaded subtle v2.5.0 |
852 | 2024-08-26T19:38:14.555Z | Downloaded time v0.3.36 |
853 | 2024-08-26T19:38:14.561Z | Downloaded ref-cast-impl v1.0.23 |
854 | 2024-08-26T19:38:14.563Z | Downloaded serde_with_macros v3.9.0 |
855 | 2024-08-26T19:38:14.563Z | Downloaded uzers v0.11.3 |
856 | 2024-08-26T19:38:14.566Z | Downloaded structmeta v0.2.0 |
857 | 2024-08-26T19:38:14.568Z | Downloaded tokio-native-tls v0.3.1 |
858 | 2024-08-26T19:38:14.570Z | Downloaded rusty-fork v0.3.0 |
859 | 2024-08-26T19:38:14.570Z | Downloaded zerocopy v0.6.6 |
860 | 2024-08-26T19:38:14.573Z | Downloaded rustc-demangle v0.1.24 |
861 | 2024-08-26T19:38:14.575Z | Downloaded funty v2.0.0 |
862 | 2024-08-26T19:38:14.575Z | Downloaded form_urlencoded v1.2.1 |
863 | 2024-08-26T19:38:14.577Z | Downloaded crossterm v0.28.1 |
864 | 2024-08-26T19:38:14.582Z | Downloaded oso-derive v0.27.3 |
865 | 2024-08-26T19:38:14.584Z | Downloaded rustversion v1.0.17 |
866 | 2024-08-26T19:38:14.587Z | Downloaded rustls-pki-types v1.7.0 |
867 | 2024-08-26T19:38:14.589Z | Downloaded hickory-client v0.24.1 |
868 | 2024-08-26T19:38:14.592Z | Downloaded r2d2 v0.8.10 |
869 | 2024-08-26T19:38:14.592Z | Downloaded idna v0.3.0 |
870 | 2024-08-26T19:38:14.599Z | Downloaded tls_codec v0.4.1 |
871 | 2024-08-26T19:38:14.603Z | Downloaded ff v0.13.0 |
872 | 2024-08-26T19:38:14.605Z | Downloaded fd-lock v4.0.2 |
873 | 2024-08-26T19:38:14.605Z | Downloaded sct v0.7.1 |
874 | 2024-08-26T19:38:14.608Z | Downloaded http v0.2.12 |
875 | 2024-08-26T19:38:14.612Z | Downloaded serde_derive_internals v0.29.1 |
876 | 2024-08-26T19:38:14.614Z | Downloaded strum_macros v0.24.3 |
877 | 2024-08-26T19:38:14.617Z | Downloaded slog-bunyan v2.5.0 |
878 | 2024-08-26T19:38:14.617Z | Downloaded serde_arrays v0.1.0 |
879 | 2024-08-26T19:38:14.619Z | Downloaded url v2.5.2 |
880 | 2024-08-26T19:38:14.622Z | Downloaded expectorate v1.1.0 |
881 | 2024-08-26T19:38:14.625Z | Downloaded socket2 v0.5.7 |
882 | 2024-08-26T19:38:14.627Z | Downloaded socket2 v0.4.10 |
883 | 2024-08-26T19:38:14.629Z | Downloaded httpdate v1.0.3 |
884 | 2024-08-26T19:38:14.629Z | Downloaded rcgen v0.12.1 |
885 | 2024-08-26T19:38:14.632Z | Downloaded peg-macros v0.8.4 |
886 | 2024-08-26T19:38:14.634Z | Downloaded zip v0.6.6 |
887 | 2024-08-26T19:38:14.637Z | Downloaded tokio-util v0.7.11 |
888 | 2024-08-26T19:38:14.644Z | Downloaded diesel_table_macro_syntax v0.2.0 |
889 | 2024-08-26T19:38:14.647Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
890 | 2024-08-26T19:38:14.704Z | Downloaded toolchain_find v0.4.0 |
891 | 2024-08-26T19:38:14.706Z | Downloaded crossbeam-channel v0.5.12 |
892 | 2024-08-26T19:38:14.709Z | Downloaded erased-serde v0.3.31 |
893 | 2024-08-26T19:38:14.712Z | Downloaded hubpack v0.1.2 |
894 | 2024-08-26T19:38:14.714Z | Downloaded rand v0.8.5 |
895 | 2024-08-26T19:38:14.716Z | Downloaded either v1.13.0 |
896 | 2024-08-26T19:38:14.719Z | Downloaded topological-sort v0.2.2 |
897 | 2024-08-26T19:38:14.721Z | Downloaded xattr v1.3.1 |
898 | 2024-08-26T19:38:14.721Z | Downloaded num-bigint-dig v0.8.4 |
899 | 2024-08-26T19:38:14.727Z | Downloaded nom v7.1.3 |
900 | 2024-08-26T19:38:14.731Z | Downloaded yasna v0.5.2 |
901 | 2024-08-26T19:38:14.733Z | Downloaded vte v0.11.1 |
902 | 2024-08-26T19:38:14.737Z | Downloaded snafu-derive v0.8.2 |
903 | 2024-08-26T19:38:14.739Z | Downloaded derive_builder v0.20.0 |
904 | 2024-08-26T19:38:14.742Z | Downloaded derive-where v1.2.7 |
905 | 2024-08-26T19:38:14.745Z | Downloaded http-range v0.1.5 |
906 | 2024-08-26T19:38:14.747Z | Downloaded stringprep v0.1.4 |
907 | 2024-08-26T19:38:14.750Z | Downloaded string_cache v0.8.7 |
908 | 2024-08-26T19:38:14.750Z | Downloaded rustc_version v0.1.7 |
909 | 2024-08-26T19:38:14.752Z | Downloaded peg-runtime v0.8.3 |
910 | 2024-08-26T19:38:14.752Z | Downloaded ron v0.8.1 |
911 | 2024-08-26T19:38:14.757Z | Downloaded libxml v0.3.3 |
912 | 2024-08-26T19:38:14.762Z | Downloaded backtrace v0.3.71 |
913 | 2024-08-26T19:38:14.768Z | Downloaded pkg-config v0.3.30 |
914 | 2024-08-26T19:38:14.770Z | Downloaded rustc-hash v1.1.0 |
915 | 2024-08-26T19:38:14.770Z | Downloaded predicates v3.1.2 |
916 | 2024-08-26T19:38:14.773Z | Downloaded samael v0.0.15 |
917 | 2024-08-26T19:38:14.778Z | Downloaded mio v0.8.11 |
918 | 2024-08-26T19:38:14.783Z | Downloaded ring v0.16.20 |
919 | 2024-08-26T19:38:14.865Z | Downloaded const_format v0.2.32 |
920 | 2024-08-26T19:38:14.869Z | Downloaded pin-project-internal v1.1.5 |
921 | 2024-08-26T19:38:14.872Z | Downloaded pkcs5 v0.7.1 |
922 | 2024-08-26T19:38:14.875Z | Downloaded spin v0.9.8 |
923 | 2024-08-26T19:38:14.877Z | Downloaded tui-tree-widget v0.22.0 |
924 | 2024-08-26T19:38:14.880Z | Downloaded unicode-segmentation v1.11.0 |
925 | 2024-08-26T19:38:14.882Z | Downloaded itertools v0.13.0 |
926 | 2024-08-26T19:38:14.889Z | Downloaded rustc_version v0.4.0 |
927 | 2024-08-26T19:38:14.891Z | Downloaded predicates-core v1.0.6 |
928 | 2024-08-26T19:38:14.891Z | Downloaded pem v3.0.4 |
929 | 2024-08-26T19:38:14.894Z | Downloaded stable_deref_trait v1.2.0 |
930 | 2024-08-26T19:38:14.894Z | Downloaded slog-async v2.8.0 |
931 | 2024-08-26T19:38:14.896Z | Downloaded serde_urlencoded v0.7.1 |
932 | 2024-08-26T19:38:14.896Z | Downloaded sec1 v0.7.3 |
933 | 2024-08-26T19:38:14.899Z | Downloaded rtoolbox v0.0.2 |
934 | 2024-08-26T19:38:14.899Z | Downloaded foreign-types-macros v0.2.3 |
935 | 2024-08-26T19:38:14.901Z | Downloaded base64 v0.13.1 |
936 | 2024-08-26T19:38:14.903Z | Downloaded pem-rfc7468 v0.7.0 |
937 | 2024-08-26T19:38:14.906Z | Downloaded getopts v0.2.21 |
938 | 2024-08-26T19:38:14.906Z | Downloaded foreign-types v0.5.0 |
939 | 2024-08-26T19:38:14.908Z | Downloaded percent-encoding v2.3.1 |
940 | 2024-08-26T19:38:14.908Z | Downloaded scheduled-thread-pool v0.2.7 |
941 | 2024-08-26T19:38:14.908Z | Downloaded resolv-conf v0.7.0 |
942 | 2024-08-26T19:38:14.911Z | Downloaded clang-sys v1.7.0 |
943 | 2024-08-26T19:38:14.913Z | Downloaded itertools v0.10.5 |
944 | 2024-08-26T19:38:14.919Z | Downloaded crc-any v2.5.0 |
945 | 2024-08-26T19:38:14.921Z | Downloaded chacha20poly1305 v0.10.1 |
946 | 2024-08-26T19:38:14.924Z | Downloaded addr2line v0.21.0 |
947 | 2024-08-26T19:38:14.926Z | Downloaded arc-swap v1.7.1 |
948 | 2024-08-26T19:38:14.929Z | Downloaded rand_core v0.6.4 |
949 | 2024-08-26T19:38:14.931Z | Downloaded universal-hash v0.5.1 |
950 | 2024-08-26T19:38:14.931Z | Downloaded futures-executor v0.3.30 |
951 | 2024-08-26T19:38:14.934Z | Downloaded async-recursion v1.1.1 |
952 | 2024-08-26T19:38:14.937Z | Downloaded sync_wrapper v0.1.2 |
953 | 2024-08-26T19:38:14.937Z | Downloaded fallible-streaming-iterator v0.1.9 |
954 | 2024-08-26T19:38:14.939Z | Downloaded env_logger v0.9.3 |
955 | 2024-08-26T19:38:14.941Z | Downloaded whoami v1.5.1 |
956 | 2024-08-26T19:38:14.941Z | Downloaded num-integer v0.1.46 |
957 | 2024-08-26T19:38:14.944Z | Downloaded multer v3.1.0 |
958 | 2024-08-26T19:38:14.946Z | Downloaded zeroize_derive v1.4.2 |
959 | 2024-08-26T19:38:14.946Z | Downloaded which v4.4.2 |
960 | 2024-08-26T19:38:14.948Z | Downloaded term v0.7.0 |
961 | 2024-08-26T19:38:14.951Z | Downloaded allocator-api2 v0.2.18 |
962 | 2024-08-26T19:38:14.953Z | Downloaded ppv-lite86 v0.2.17 |
963 | 2024-08-26T19:38:14.956Z | Downloaded futures-io v0.3.30 |
964 | 2024-08-26T19:38:14.956Z | Downloaded camino-tempfile v1.1.1 |
965 | 2024-08-26T19:38:14.958Z | Downloaded bzip2 v0.4.4 |
966 | 2024-08-26T19:38:14.961Z | Downloaded base64ct v1.6.0 |
967 | 2024-08-26T19:38:14.964Z | Downloaded bitflags v1.3.2 |
968 | 2024-08-26T19:38:14.973Z | Downloaded zone v0.1.8 |
969 | 2024-08-26T19:38:14.973Z | Downloaded unicode-xid v0.2.4 |
970 | 2024-08-26T19:38:14.973Z | Downloaded spin v0.5.2 |
971 | 2024-08-26T19:38:14.974Z | Downloaded signature v2.2.0 |
972 | 2024-08-26T19:38:14.974Z | Downloaded scopeguard v1.2.0 |
973 | 2024-08-26T19:38:14.974Z | Downloaded num-derive v0.4.2 |
974 | 2024-08-26T19:38:14.978Z | Downloaded convert_case v0.4.0 |
975 | 2024-08-26T19:38:14.978Z | Downloaded cancel-safe-futures v0.1.5 |
976 | 2024-08-26T19:38:14.978Z | Downloaded jobserver v0.1.32 |
977 | 2024-08-26T19:38:14.980Z | Downloaded debug-ignore v1.0.5 |
978 | 2024-08-26T19:38:14.982Z | Downloaded constant_time_eq v0.3.0 |
979 | 2024-08-26T19:38:14.982Z | Downloaded nibble_vec v0.1.0 |
980 | 2024-08-26T19:38:14.985Z | Downloaded libm v0.2.8 |
981 | 2024-08-26T19:38:14.992Z | Downloaded cookie v0.18.1 |
982 | 2024-08-26T19:38:14.995Z | Downloaded num_enum v0.5.11 |
983 | 2024-08-26T19:38:14.998Z | Downloaded newtype-uuid v1.1.0 |
984 | 2024-08-26T19:38:15.001Z | Downloaded lazycell v1.3.0 |
985 | 2024-08-26T19:38:15.001Z | Downloaded buf-list v1.0.3 |
986 | 2024-08-26T19:38:15.004Z | Downloaded num-iter v0.1.45 |
987 | 2024-08-26T19:38:15.004Z | Downloaded crc-catalog v2.4.0 |
988 | 2024-08-26T19:38:15.006Z | Downloaded crc v3.2.1 |
989 | 2024-08-26T19:38:15.009Z | Downloaded libloading v0.8.3 |
990 | 2024-08-26T19:38:15.011Z | Downloaded bitfield v0.14.0 |
991 | 2024-08-26T19:38:15.011Z | Downloaded bcs v0.1.6 |
992 | 2024-08-26T19:38:15.013Z | Downloaded md-5 v0.10.6 |
993 | 2024-08-26T19:38:15.013Z | Downloaded block-padding v0.3.3 |
994 | 2024-08-26T19:38:15.016Z | Downloaded bit-set v0.5.3 |
995 | 2024-08-26T19:38:15.016Z | Downloaded inout v0.1.3 |
996 | 2024-08-26T19:38:15.018Z | Downloaded lalrpop-util v0.19.12 |
997 | 2024-08-26T19:38:15.018Z | Downloaded darling v0.20.9 |
998 | 2024-08-26T19:38:15.021Z | Downloaded native-tls v0.2.11 |
999 | 2024-08-26T19:38:15.025Z | Downloaded lru-cache v0.1.2 |
1000 | 2024-08-26T19:38:15.028Z | Downloaded bit-vec v0.6.3 |
1001 | 2024-08-26T19:38:15.028Z | Downloaded const_format_proc_macros v0.2.32 |
1002 | 2024-08-26T19:38:15.028Z | Downloaded ciborium v0.2.2 |
1003 | 2024-08-26T19:38:15.031Z | Downloaded ascii v1.1.0 |
1004 | 2024-08-26T19:38:15.034Z | Downloaded hyper-staticfile v0.9.5 |
1005 | 2024-08-26T19:38:15.034Z | Downloaded ciborium-ll v0.2.2 |
1006 | 2024-08-26T19:38:15.037Z | Downloaded bb8 v0.8.5 |
1007 | 2024-08-26T19:38:15.037Z | Downloaded indent_write v2.2.0 |
1008 | 2024-08-26T19:38:15.039Z | Downloaded bitfield-struct v0.6.1 |
1009 | 2024-08-26T19:38:15.039Z | Downloaded cstr-argument v0.1.2 |
1010 | 2024-08-26T19:38:15.039Z | Downloaded assert_matches v1.5.0 |
1011 | 2024-08-26T19:38:15.042Z | Downloaded indoc v1.0.9 |
1012 | 2024-08-26T19:38:15.044Z | Downloaded async-stream-impl v0.3.5 |
1013 | 2024-08-26T19:38:15.105Z | Downloaded libz-sys v1.1.16 |
1014 | 2024-08-26T19:38:15.197Z | Downloaded ring v0.17.8 |
1015 | 2024-08-26T19:38:15.296Z | Downloaded libsqlite3-sys v0.28.0 |
1016 | 2024-08-26T19:38:15.464Z | Compiling cfg-if v1.0.0 |
1017 | 2024-08-26T19:38:15.464Z | Compiling serde v1.0.208 |
1018 | 2024-08-26T19:38:15.467Z | Compiling typenum v1.17.0 |
1019 | 2024-08-26T19:38:15.467Z | Compiling generic-array v0.14.7 |
1020 | 2024-08-26T19:38:15.467Z | Compiling lock_api v0.4.12 |
1021 | 2024-08-26T19:38:15.643Z | Compiling syn v2.0.74 |
1022 | 2024-08-26T19:38:15.645Z | Compiling scopeguard v1.2.0 |
1023 | 2024-08-26T19:38:15.645Z | Compiling log v0.4.21 |
1024 | 2024-08-26T19:38:15.688Z | Compiling getrandom v0.2.14 |
1025 | 2024-08-26T19:38:15.775Z | Compiling jobserver v0.1.32 |
1026 | 2024-08-26T19:38:15.960Z | Compiling rand_core v0.6.4 |
1027 | 2024-08-26T19:38:16.094Z | Compiling cc v1.0.97 |
1028 | 2024-08-26T19:38:16.140Z | Compiling subtle v2.5.0 |
1029 | 2024-08-26T19:38:16.162Z | Compiling const-oid v0.9.6 |
1030 | 2024-08-26T19:38:16.471Z | Compiling pin-project-lite v0.2.14 |
1031 | 2024-08-26T19:38:16.487Z | Compiling smallvec v1.13.2 |
1032 | 2024-08-26T19:38:16.502Z | Compiling parking_lot_core v0.9.10 |
1033 | 2024-08-26T19:38:16.590Z | Compiling signal-hook-registry v1.4.2 |
1034 | 2024-08-26T19:38:16.667Z | Compiling spin v0.9.8 |
1035 | 2024-08-26T19:38:17.019Z | Compiling mio v0.8.11 |
1036 | 2024-08-26T19:38:17.133Z | Compiling ahash v0.8.11 |
1037 | 2024-08-26T19:38:17.499Z | Compiling parking_lot v0.12.2 |
1038 | 2024-08-26T19:38:17.542Z | Compiling tinyvec_macros v0.1.1 |
1039 | 2024-08-26T19:38:17.638Z | Compiling tinyvec v1.6.0 |
1040 | 2024-08-26T19:38:17.857Z | Compiling num_cpus v1.16.0 |
1041 | 2024-08-26T19:38:17.999Z | Compiling socket2 v0.5.7 |
1042 | 2024-08-26T19:38:18.267Z | Compiling libm v0.2.8 |
1043 | 2024-08-26T19:38:18.350Z | Compiling futures-core v0.3.30 |
1044 | 2024-08-26T19:38:18.426Z | Compiling serde_json v1.0.125 |
1045 | 2024-08-26T19:38:18.479Z | Compiling cpufeatures v0.2.12 |
1046 | 2024-08-26T19:38:18.585Z | Compiling num-traits v0.2.19 |
1047 | 2024-08-26T19:38:18.602Z | Compiling slab v0.4.9 |
1048 | 2024-08-26T19:38:18.655Z | Compiling allocator-api2 v0.2.18 |
1049 | 2024-08-26T19:38:18.790Z | Compiling futures-sink v0.3.30 |
1050 | 2024-08-26T19:38:18.881Z | Compiling unicode-bidi v0.3.15 |
1051 | 2024-08-26T19:38:19.171Z | Compiling unicode-normalization v0.1.23 |
1052 | 2024-08-26T19:38:19.173Z | Compiling futures-channel v0.3.30 |
1053 | 2024-08-26T19:38:19.341Z | Compiling pkg-config v0.3.30 |
1054 | 2024-08-26T19:38:19.458Z | Compiling pin-utils v0.1.0 |
1055 | 2024-08-26T19:38:19.553Z | Compiling vcpkg v0.2.15 |
1056 | 2024-08-26T19:38:19.613Z | Compiling futures-io v0.3.30 |
1057 | 2024-08-26T19:38:20.397Z | Compiling futures-task v0.3.30 |
1058 | 2024-08-26T19:38:20.399Z | Compiling ring v0.17.8 |
1059 | 2024-08-26T19:38:20.453Z | Compiling base64ct v1.6.0 |
1060 | 2024-08-26T19:38:20.473Z | Compiling flagset v0.4.5 |
1061 | 2024-08-26T19:38:20.676Z | Compiling percent-encoding v2.3.1 |
1062 | 2024-08-26T19:38:20.693Z | Compiling ppv-lite86 v0.2.17 |
1063 | 2024-08-26T19:38:20.900Z | Compiling tracing-core v0.1.32 |
1064 | 2024-08-26T19:38:21.030Z | Compiling pem-rfc7468 v0.7.0 |
1065 | 2024-08-26T19:38:21.057Z | Compiling untrusted v0.9.0 |
1066 | 2024-08-26T19:38:21.225Z | Compiling rustix v0.38.34 |
1067 | 2024-08-26T19:38:21.440Z | Compiling rand_chacha v0.3.1 |
1068 | 2024-08-26T19:38:21.757Z | Compiling time-core v0.1.2 |
1069 | 2024-08-26T19:38:21.798Z | Compiling openssl-sys v0.9.103 |
1070 | 2024-08-26T19:38:21.933Z | Compiling rand v0.8.5 |
1071 | 2024-08-26T19:38:22.090Z | Compiling num-conv v0.1.0 |
1072 | 2024-08-26T19:38:22.160Z | Compiling powerfmt v0.2.0 |
1073 | 2024-08-26T19:38:22.235Z | Compiling rustversion v1.0.17 |
1074 | 2024-08-26T19:38:22.362Z | Compiling foreign-types-shared v0.1.1 |
1075 | 2024-08-26T19:38:22.458Z | Compiling openssl v0.10.66 |
1076 | 2024-08-26T19:38:22.531Z | Compiling httparse v1.8.0 |
1077 | 2024-08-26T19:38:22.854Z | Compiling foreign-types v0.3.2 |
1078 | 2024-08-26T19:38:22.930Z | Compiling deranged v0.3.11 |
1079 | 2024-08-26T19:38:22.947Z | Compiling time-macros v0.2.18 |
1080 | 2024-08-26T19:38:23.008Z | Compiling form_urlencoded v1.2.1 |
1081 | 2024-08-26T19:38:23.248Z | Compiling aho-corasick v1.1.3 |
1082 | 2024-08-26T19:38:23.562Z | Compiling num_threads v0.1.7 |
1083 | 2024-08-26T19:38:23.688Z | Compiling native-tls v0.2.11 |
1084 | 2024-08-26T19:38:23.749Z | Compiling syn v1.0.109 |
1085 | 2024-08-26T19:38:24.034Z | Compiling try-lock v0.2.5 |
1086 | 2024-08-26T19:38:24.173Z | Compiling crossbeam-utils v0.8.19 |
1087 | 2024-08-26T19:38:24.316Z | Compiling siphasher v0.3.11 |
1088 | 2024-08-26T19:38:24.594Z | Compiling regex-syntax v0.8.4 |
1089 | 2024-08-26T19:38:24.676Z | Compiling rustls v0.21.12 |
1090 | 2024-08-26T19:38:24.858Z | Compiling want v0.3.1 |
1091 | 2024-08-26T19:38:25.228Z | Compiling idna v0.5.0 |
1092 | 2024-08-26T19:38:25.776Z | Compiling socket2 v0.4.10 |
1093 | 2024-08-26T19:38:25.938Z | Compiling time v0.3.36 |
1094 | 2024-08-26T19:38:26.257Z | Compiling cookie v0.17.0 |
1095 | 2024-08-26T19:38:26.536Z | Compiling openssl-probe v0.1.5 |
1096 | 2024-08-26T19:38:26.625Z | Compiling tower-service v0.3.2 |
1097 | 2024-08-26T19:38:26.721Z | Compiling iana-time-zone v0.1.60 |
1098 | 2024-08-26T19:38:26.744Z | Compiling slog v2.7.0 |
1099 | 2024-08-26T19:38:26.860Z | Compiling httpdate v1.0.3 |
1100 | 2024-08-26T19:38:27.186Z | Compiling finl_unicode v1.2.0 |
1101 | 2024-08-26T19:38:27.282Z | Compiling adler v1.0.2 |
1102 | 2024-08-26T19:38:27.418Z | Compiling miniz_oxide v0.7.2 |
1103 | 2024-08-26T19:38:27.538Z | Compiling url v2.5.2 |
1104 | 2024-08-26T19:38:27.764Z | Compiling stringprep v0.1.4 |
1105 | 2024-08-26T19:38:28.457Z | Compiling regex-automata v0.4.6 |
1106 | 2024-08-26T19:38:29.310Z | Compiling num-integer v0.1.46 |
1107 | 2024-08-26T19:38:29.542Z | Compiling serde_derive v1.0.208 |
1108 | 2024-08-26T19:38:30.040Z | Compiling zeroize_derive v1.4.2 |
1109 | 2024-08-26T19:38:30.152Z | Compiling zerocopy-derive v0.7.34 |
1110 | 2024-08-26T19:38:30.781Z | Compiling tokio-macros v2.3.0 |
1111 | 2024-08-26T19:38:31.075Z | Compiling thiserror-impl v1.0.63 |
1112 | 2024-08-26T19:38:31.587Z | Compiling zeroize v1.7.0 |
1113 | 2024-08-26T19:38:31.632Z | Compiling futures-macro v0.3.30 |
1114 | 2024-08-26T19:38:32.418Z | Compiling der_derive v0.7.2 |
1115 | 2024-08-26T19:38:32.444Z | Compiling zerocopy v0.7.34 |
1116 | 2024-08-26T19:38:33.441Z | Compiling crypto-common v0.1.6 |
1117 | 2024-08-26T19:38:33.671Z | Compiling block-buffer v0.10.4 |
1118 | 2024-08-26T19:38:33.688Z | Compiling block-padding v0.3.3 |
1119 | 2024-08-26T19:38:33.912Z | Compiling digest v0.10.7 |
1120 | 2024-08-26T19:38:34.037Z | Compiling inout v0.1.3 |
1121 | 2024-08-26T19:38:34.310Z | Compiling thiserror v1.0.63 |
1122 | 2024-08-26T19:38:34.328Z | Compiling hmac v0.12.1 |
1123 | 2024-08-26T19:38:34.379Z | Compiling sha2 v0.10.8 |
1124 | 2024-08-26T19:38:34.439Z | Compiling cipher v0.4.4 |
1125 | 2024-08-26T19:38:34.538Z | Compiling hashbrown v0.14.5 |
1126 | 2024-08-26T19:38:34.557Z | Compiling futures-util v0.3.30 |
1127 | 2024-08-26T19:38:34.888Z | Compiling pest v2.7.10 |
1128 | 2024-08-26T19:38:34.953Z | Compiling salsa20 v0.10.2 |
1129 | 2024-08-26T19:38:35.173Z | Compiling der v0.7.9 |
1130 | 2024-08-26T19:38:35.892Z | Compiling pbkdf2 v0.12.2 |
1131 | 2024-08-26T19:38:36.070Z | Compiling scroll_derive v0.12.0 |
1132 | 2024-08-26T19:38:37.524Z | Compiling pest_meta v2.7.10 |
1133 | 2024-08-26T19:38:37.985Z | Compiling tracing-attributes v0.1.27 |
1134 | 2024-08-26T19:38:38.003Z | Compiling scroll v0.12.0 |
1135 | 2024-08-26T19:38:38.556Z | Compiling spki v0.7.3 |
1136 | 2024-08-26T19:38:38.573Z | Compiling scrypt v0.11.0 |
1137 | 2024-08-26T19:38:38.945Z | Compiling pest_generator v2.7.10 |
1138 | 2024-08-26T19:38:39.128Z | Compiling cbc v0.1.2 |
1139 | 2024-08-26T19:38:39.355Z | Compiling aes v0.8.4 |
1140 | 2024-08-26T19:38:40.994Z | Compiling pkcs5 v0.7.1 |
1141 | 2024-08-26T19:38:40.997Z | Compiling goblin v0.8.2 |
1142 | 2024-08-26T19:38:41.778Z | Compiling tracing v0.1.40 |
1143 | 2024-08-26T19:38:42.186Z | Compiling openssl-macros v0.1.1 |
1144 | 2024-08-26T19:38:42.232Z | Compiling pkcs8 v0.10.2 |
1145 | 2024-08-26T19:38:42.365Z | Compiling md-5 v0.10.6 |
1146 | 2024-08-26T19:38:42.506Z | Compiling pest_derive v2.7.10 |
1147 | 2024-08-26T19:38:42.613Z | Compiling backtrace v0.3.71 |
1148 | 2024-08-26T19:38:42.752Z | Compiling idna v0.3.0 |
1149 | 2024-08-26T19:38:42.934Z | Compiling lazy_static v1.5.0 |
1150 | 2024-08-26T19:38:42.953Z | Compiling rustls-webpki v0.101.7 |
1151 | 2024-08-26T19:38:43.049Z | Compiling sct v0.7.1 |
1152 | 2024-08-26T19:38:43.079Z | Compiling hash32 v0.2.1 |
1153 | 2024-08-26T19:38:43.284Z | Compiling dtrace-parser v0.2.0 |
1154 | 2024-08-26T19:38:43.370Z | Compiling fallible-iterator v0.2.0 |
1155 | 2024-08-26T19:38:43.441Z | Compiling gimli v0.28.1 |
1156 | 2024-08-26T19:38:43.909Z | Compiling bytes v1.7.1 |
1157 | 2024-08-26T19:38:44.057Z | Compiling bitflags v2.6.0 |
1158 | 2024-08-26T19:38:44.490Z | Compiling indexmap v2.4.0 |
1159 | 2024-08-26T19:38:44.699Z | Compiling semver v1.0.23 |
1160 | 2024-08-26T19:38:44.843Z | Compiling tokio v1.38.1 |
1161 | 2024-08-26T19:38:45.202Z | Compiling http v0.2.12 |
1162 | 2024-08-26T19:38:45.458Z | Compiling rustc_version v0.4.0 |
1163 | 2024-08-26T19:38:46.205Z | Compiling heapless v0.7.17 |
1164 | 2024-08-26T19:38:46.654Z | Compiling dof v0.3.0 |
1165 | 2024-08-26T19:38:47.438Z | Compiling http-body v0.4.6 |
1166 | 2024-08-26T19:38:47.735Z | Compiling uuid v1.10.0 |
1167 | 2024-08-26T19:38:47.893Z | Compiling usdt-impl v0.5.0 |
1168 | 2024-08-26T19:38:48.606Z | Compiling serde_spanned v0.6.7 |
1169 | 2024-08-26T19:38:48.831Z | Compiling toml_datetime v0.6.8 |
1170 | 2024-08-26T19:38:48.871Z | Compiling chrono v0.4.38 |
1171 | 2024-08-26T19:38:49.139Z | Compiling serde_tokenstream v0.2.2 |
1172 | 2024-08-26T19:38:49.317Z | Compiling num-bigint-dig v0.8.4 |
1173 | 2024-08-26T19:38:49.482Z | Compiling cfg_aliases v0.1.1 |
1174 | 2024-08-26T19:38:49.588Z | Compiling base64 v0.22.1 |
1175 | 2024-08-26T19:38:49.625Z | Compiling crc32fast v1.4.0 |
1176 | 2024-08-26T19:38:49.767Z | Compiling smoltcp v0.9.1 |
1177 | 2024-08-26T19:38:50.169Z | Compiling psl-types v2.0.11 |
1178 | 2024-08-26T19:38:50.341Z | Compiling signal-hook v0.3.17 |
1179 | 2024-08-26T19:38:50.364Z | Compiling stable_deref_trait v1.2.0 |
1180 | 2024-08-26T19:38:50.563Z | Compiling publicsuffix v2.2.3 |
1181 | 2024-08-26T19:38:50.719Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-26T19:38:50.845Z | Compiling nix v0.28.0 |
1183 | 2024-08-26T19:38:51.245Z | Compiling terminal_size v0.3.0 |
1184 | 2024-08-26T19:38:51.442Z | Compiling addr2line v0.21.0 |
1185 | 2024-08-26T19:38:51.636Z | Compiling hubpack_derive v0.1.1 |
1186 | 2024-08-26T19:38:51.652Z | Compiling num-iter v0.1.45 |
1187 | 2024-08-26T19:38:51.831Z | Compiling async-trait v0.1.81 |
1188 | 2024-08-26T19:38:52.118Z | Compiling zerocopy-derive v0.6.6 |
1189 | 2024-08-26T19:38:52.650Z | Compiling phf_shared v0.11.2 |
1190 | 2024-08-26T19:38:53.024Z | Compiling tokio-util v0.7.11 |
1191 | 2024-08-26T19:38:53.399Z | Compiling tokio-native-tls v0.3.1 |
1192 | 2024-08-26T19:38:53.676Z | Compiling tokio-rustls v0.24.1 |
1193 | 2024-08-26T19:38:53.680Z | Compiling serde_derive_internals v0.29.1 |
1194 | 2024-08-26T19:38:54.092Z | Compiling h2 v0.3.26 |
1195 | 2024-08-26T19:38:54.296Z | Compiling ff v0.13.0 |
1196 | 2024-08-26T19:38:54.392Z | Compiling object v0.32.2 |
1197 | 2024-08-26T19:38:54.522Z | Compiling fs-err v2.11.0 |
1198 | 2024-08-26T19:38:54.624Z | Compiling rustc-demangle v0.1.24 |
1199 | 2024-08-26T19:38:54.678Z | Compiling base64 v0.21.7 |
1200 | 2024-08-26T19:38:54.806Z | Compiling either v1.13.0 |
1201 | 2024-08-26T19:38:55.247Z | Compiling base16ct v0.2.0 |
1202 | 2024-08-26T19:38:55.427Z | Compiling anyhow v1.0.86 |
1203 | 2024-08-26T19:38:55.564Z | Compiling winnow v0.5.40 |
1204 | 2024-08-26T19:38:55.587Z | Compiling managed v0.8.0 |
1205 | 2024-08-26T19:38:56.009Z | Compiling ipnet v2.9.0 |
1206 | 2024-08-26T19:38:56.069Z | Compiling schemars v0.8.21 |
1207 | 2024-08-26T19:38:56.337Z | Compiling bitflags v1.3.2 |
1208 | 2024-08-26T19:38:56.464Z | Compiling schemars_derive v0.8.21 |
1209 | 2024-08-26T19:38:57.493Z | Compiling clap_builder v4.5.15 |
1210 | 2024-08-26T19:38:57.510Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-26T19:38:58.069Z | Compiling rustls-pemfile v1.0.4 |
1212 | 2024-08-26T19:38:58.558Z | Compiling group v0.13.0 |
1213 | 2024-08-26T19:38:58.640Z | Compiling zerocopy v0.6.6 |
1214 | 2024-08-26T19:38:58.884Z | Compiling cookie_store v0.20.0 |
1215 | 2024-08-26T19:38:59.415Z | Compiling toml_edit v0.19.15 |
1216 | 2024-08-26T19:38:59.465Z | Compiling phf v0.11.2 |
1217 | 2024-08-26T19:38:59.733Z | Compiling hubpack v0.1.2 |
1218 | 2024-08-26T19:38:59.950Z | Compiling postgres-types v0.2.7 |
1219 | 2024-08-26T19:39:00.172Z | Compiling usdt-macro v0.5.0 |
1220 | 2024-08-26T19:39:00.430Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-08-26T19:39:01.461Z | Compiling hyper v0.14.30 |
1222 | 2024-08-26T19:39:02.104Z | Compiling serde_urlencoded v0.7.1 |
1223 | 2024-08-26T19:39:02.628Z | Compiling pkcs1 v0.7.5 |
1224 | 2024-08-26T19:39:03.067Z | Compiling futures-executor v0.3.30 |
1225 | 2024-08-26T19:39:03.635Z | Compiling hkdf v0.12.4 |
1226 | 2024-08-26T19:39:03.660Z | Compiling signature v2.2.0 |
1227 | 2024-08-26T19:39:03.894Z | Compiling bstr v1.9.1 |
1228 | 2024-08-26T19:39:03.952Z | Compiling regex v1.10.6 |
1229 | 2024-08-26T19:39:04.578Z | Compiling crypto-bigint v0.5.5 |
1230 | 2024-08-26T19:39:05.044Z | Compiling serde_repr v0.1.19 |
1231 | 2024-08-26T19:39:05.097Z | Compiling enum-as-inner v0.6.0 |
1232 | 2024-08-26T19:39:05.690Z | Compiling clap_derive v4.5.13 |
1233 | 2024-08-26T19:39:06.201Z | Compiling strum_macros v0.25.3 |
1234 | 2024-08-26T19:39:06.281Z | Compiling phf_shared v0.10.0 |
1235 | 2024-08-26T19:39:06.639Z | Compiling float-cmp v0.9.0 |
1236 | 2024-08-26T19:39:06.665Z | Compiling idna v0.4.0 |
1237 | 2024-08-26T19:39:06.859Z | Compiling mio v1.0.2 |
1238 | 2024-08-26T19:39:07.352Z | Compiling encoding_rs v0.8.34 |
1239 | 2024-08-26T19:39:08.079Z | Compiling new_debug_unreachable v1.0.6 |
1240 | 2024-08-26T19:39:08.175Z | Compiling webpki-roots v0.25.4 |
1241 | 2024-08-26T19:39:08.284Z | Compiling whoami v1.5.1 |
1242 | 2024-08-26T19:39:08.331Z | Compiling data-encoding v2.6.0 |
1243 | 2024-08-26T19:39:08.924Z | Compiling hyper-tls v0.5.0 |
1244 | 2024-08-26T19:39:09.273Z | Compiling hyper-rustls v0.24.2 |
1245 | 2024-08-26T19:39:09.666Z | Compiling mime v0.3.17 |
1246 | 2024-08-26T19:39:10.232Z | Compiling static_assertions v1.1.0 |
1247 | 2024-08-26T19:39:10.260Z | Compiling difflib v0.4.0 |
1248 | 2024-08-26T19:39:10.331Z | Compiling precomputed-hash v0.1.1 |
1249 | 2024-08-26T19:39:10.446Z | Compiling sync_wrapper v0.1.2 |
1250 | 2024-08-26T19:39:10.580Z | Compiling unicode-segmentation v1.11.0 |
1251 | 2024-08-26T19:39:10.727Z | Compiling normalize-line-endings v0.3.0 |
1252 | 2024-08-26T19:39:10.767Z | Compiling fixedbitset v0.4.2 |
1253 | 2024-08-26T19:39:10.770Z | Compiling predicates-core v1.0.6 |
1254 | 2024-08-26T19:39:10.850Z | Compiling bit-vec v0.6.3 |
1255 | 2024-08-26T19:39:11.142Z | Compiling minimal-lexical v0.2.1 |
1256 | 2024-08-26T19:39:11.229Z | Compiling dyn-clone v1.0.17 |
1257 | 2024-08-26T19:39:11.306Z | Compiling similar v2.6.0 |
1258 | 2024-08-26T19:39:11.446Z | Compiling bit-set v0.5.3 |
1259 | 2024-08-26T19:39:11.446Z | Compiling petgraph v0.6.5 |
1260 | 2024-08-26T19:39:11.656Z | Compiling nom v7.1.3 |
1261 | 2024-08-26T19:39:11.723Z | Compiling predicates v3.1.2 |
1262 | 2024-08-26T19:39:11.809Z | Compiling clap v4.5.16 |
1263 | 2024-08-26T19:39:11.815Z | Compiling console v0.15.8 |
1264 | 2024-08-26T19:39:11.936Z | Compiling reqwest v0.11.27 |
1265 | 2024-08-26T19:39:13.465Z | Compiling string_cache v0.8.7 |
1266 | 2024-08-26T19:39:13.532Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1267 | 2024-08-26T19:39:13.748Z | Compiling toml_edit v0.22.20 |
1268 | 2024-08-26T19:39:13.937Z | Compiling hickory-proto v0.24.1 |
1269 | 2024-08-26T19:39:14.388Z | Compiling tokio-postgres v0.7.11 |
1270 | 2024-08-26T19:39:15.332Z | Compiling usdt v0.5.0 |
1271 | 2024-08-26T19:39:15.421Z | Compiling elliptic-curve v0.13.8 |
1272 | 2024-08-26T19:39:15.575Z | Compiling signal-hook-mio v0.2.4 |
1273 | 2024-08-26T19:39:15.760Z | Compiling rsa v0.9.6 |
1274 | 2024-08-26T19:39:15.829Z | Compiling futures v0.3.30 |
1275 | 2024-08-26T19:39:15.947Z | Compiling toml v0.7.8 |
1276 | 2024-08-26T19:39:17.169Z | Compiling flate2 v1.0.31 |
1277 | 2024-08-26T19:39:19.004Z | Compiling itertools v0.12.1 |
1278 | 2024-08-26T19:39:19.855Z | Compiling itertools v0.10.5 |
1279 | 2024-08-26T19:39:19.958Z | Compiling tokio-stream v0.1.15 |
1280 | 2024-08-26T19:39:20.950Z | Compiling openapiv3 v2.0.0 |
1281 | 2024-08-26T19:39:21.860Z | Compiling hex v0.4.3 |
1282 | 2024-08-26T19:39:22.121Z | Compiling sha1 v0.10.6 |
1283 | 2024-08-26T19:39:22.179Z | Compiling crossbeam-epoch v0.9.18 |
1284 | 2024-08-26T19:39:22.475Z | Compiling dirs-sys-next v0.1.2 |
1285 | 2024-08-26T19:39:22.547Z | Compiling lalrpop-util v0.19.12 |
1286 | 2024-08-26T19:39:22.707Z | Compiling unicode-xid v0.2.4 |
1287 | 2024-08-26T19:39:22.886Z | Compiling peg-runtime v0.8.3 |
1288 | 2024-08-26T19:39:22.911Z | Compiling dirs-next v2.0.0 |
1289 | 2024-08-26T19:39:22.928Z | Compiling thread_local v1.1.8 |
1290 | 2024-08-26T19:39:23.112Z | Compiling slog-async v2.8.0 |
1291 | 2024-08-26T19:39:23.143Z | Compiling term v0.7.0 |
1292 | 2024-08-26T19:39:23.486Z | Compiling xattr v1.3.1 |
1293 | 2024-08-26T19:39:23.541Z | Compiling crossbeam-channel v0.5.12 |
1294 | 2024-08-26T19:39:23.723Z | Compiling strum_macros v0.26.4 |
1295 | 2024-08-26T19:39:23.764Z | Compiling filetime v0.2.24 |
1296 | 2024-08-26T19:39:24.073Z | Compiling is-terminal v0.4.12 |
1297 | 2024-08-26T19:39:24.093Z | Compiling take_mut v0.2.2 |
1298 | 2024-08-26T19:39:24.121Z | Compiling tar v0.4.41 |
1299 | 2024-08-26T19:39:24.203Z | Compiling slog-term v2.9.1 |
1300 | 2024-08-26T19:39:24.240Z | Compiling camino v1.1.9 |
1301 | 2024-08-26T19:39:25.935Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1302 | 2024-08-26T19:39:26.750Z | Compiling strum v0.26.3 |
1303 | 2024-08-26T19:39:26.826Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1304 | 2024-08-26T19:39:32.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1305 | 2024-08-26T19:39:32.146Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1306 | 2024-08-26T19:39:32.191Z | Aug 26 19:39:30.933 INFO Starting download, target: Console |
1307 | 2024-08-26T19:39:32.191Z | Aug 26 19:39:30.933 INFO Starting download, target: Clickhouse |
1308 | 2024-08-26T19:39:32.191Z | Aug 26 19:39:30.933 INFO Starting download, target: Cockroach |
1309 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.933 INFO Starting download, target: DendriteOpenapi |
1310 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.933 INFO Starting download, target: DendriteStub |
1311 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.933 INFO Starting download, target: MaghemiteMgd |
1312 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.933 INFO Starting download, target: TransceiverControl |
1313 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.933 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1314 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.933 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1315 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.933 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1316 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.934 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1317 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.934 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1318 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.934 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1319 | 2024-08-26T19:39:32.194Z | Aug 26 19:39:30.934 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1320 | 2024-08-26T19:39:32.351Z | Aug 26 19:39:31.080 INFO Download complete, target: DendriteOpenapi |
1321 | 2024-08-26T19:39:32.493Z | Aug 26 19:39:31.230 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1322 | 2024-08-26T19:39:32.815Z | Aug 26 19:39:31.555 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1323 | 2024-08-26T19:39:32.838Z | Aug 26 19:39:31.576 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1324 | 2024-08-26T19:39:32.898Z | Aug 26 19:39:31.640 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1325 | 2024-08-26T19:39:33.289Z | Aug 26 19:39:31.980 INFO Download complete, target: Console |
1326 | 2024-08-26T19:39:33.299Z | Aug 26 19:39:32.040 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-26T19:39:33.299Z | Aug 26 19:39:32.040 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-26T19:39:33.309Z | Aug 26 19:39:32.051 INFO Download complete, target: TransceiverControl |
1329 | 2024-08-26T19:39:34.080Z | Aug 26 19:39:32.822 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1330 | 2024-08-26T19:39:35.992Z | Aug 26 19:39:34.714 INFO Download complete, target: DendriteStub |
1331 | 2024-08-26T19:39:36.243Z | Aug 26 19:39:34.984 INFO Download complete, target: MaghemiteMgd |
1332 | 2024-08-26T19:39:41.860Z | Aug 26 19:39:40.601 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1333 | 2024-08-26T19:39:42.132Z | Aug 26 19:39:40.873 INFO Checking that binary works, target: Cockroach |
1334 | 2024-08-26T19:39:42.293Z | Aug 26 19:39:41.028 INFO Download complete, target: Cockroach |
1335 | 2024-08-26T19:39:48.329Z | Aug 26 19:39:47.068 INFO Checking that binary works, target: Clickhouse |
1336 | 2024-08-26T19:39:48.838Z | Aug 26 19:39:47.576 INFO Download complete, target: Clickhouse |
1337 | 2024-08-26T19:39:48.844Z | All prerequisites installed successfully |
1338 | 2024-08-26T19:39:48.847Z | |
1339 | 2024-08-26T19:39:48.847Z | real 3:51.887733782 |
1340 | 2024-08-26T19:39:48.848Z | user 11:16.114329104 |
1341 | 2024-08-26T19:39:48.848Z | sys 2:24.558681991 |
1342 | 2024-08-26T19:39:48.848Z | trap 0.392711265 |
1343 | 2024-08-26T19:39:48.848Z | tflt 4.771447954 |
1344 | 2024-08-26T19:39:48.848Z | dflt 3.911125847 |
1345 | 2024-08-26T19:39:48.848Z | kflt 0.531210055 |
1346 | 2024-08-26T19:39:48.848Z | lock 23:02.716110911 |
1347 | 2024-08-26T19:39:48.848Z | slp 44:07.501436567 |
1348 | 2024-08-26T19:39:48.848Z | lat 40.369084312 |
1349 | 2024-08-26T19:39:48.848Z | stop 1:42.930136447 |
1350 | 2024-08-26T19:39:48.848Z | + source ./tools/include/force-git-over-https.sh |
1351 | 2024-08-26T19:39:48.848Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1352 | 2024-08-26T19:39:48.848Z | ++ (( i = 0 )) |
1353 | 2024-08-26T19:39:48.848Z | ++ (( i < 5 )) |
1354 | 2024-08-26T19:39:48.848Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1355 | 2024-08-26T19:39:48.851Z | ++ (( i++ )) |
1356 | 2024-08-26T19:39:48.851Z | ++ (( i < 5 )) |
1357 | 2024-08-26T19:39:48.851Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1358 | 2024-08-26T19:39:48.854Z | ++ (( i++ )) |
1359 | 2024-08-26T19:39:48.854Z | ++ (( i < 5 )) |
1360 | 2024-08-26T19:39:48.854Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1361 | 2024-08-26T19:39:48.856Z | ++ (( i++ )) |
1362 | 2024-08-26T19:39:48.857Z | ++ (( i < 5 )) |
1363 | 2024-08-26T19:39:48.857Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1364 | 2024-08-26T19:39:48.860Z | ++ (( i++ )) |
1365 | 2024-08-26T19:39:48.860Z | ++ (( i < 5 )) |
1366 | 2024-08-26T19:39:48.860Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1367 | 2024-08-26T19:39:48.863Z | ++ (( i++ )) |
1368 | 2024-08-26T19:39:48.863Z | ++ (( i < 5 )) |
1369 | 2024-08-26T19:39:48.863Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1370 | 2024-08-26T19:39:48.863Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1371 | 2024-08-26T19:39:48.863Z | + rc=0 |
1372 | 2024-08-26T19:39:48.863Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1373 | 2024-08-26T19:40:09.287Z | + case $rc in |
1374 | 2024-08-26T19:40:09.287Z | + pfexec zfs create -p rpool/images/build/host |
1375 | 2024-08-26T19:40:09.495Z | + pfexec zfs create -p rpool/images/build/recovery |
1376 | 2024-08-26T19:40:09.566Z | + cargo xtask releng --output-dir /work |
1377 | 2024-08-26T19:40:10.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1378 | 2024-08-26T19:40:10.138Z | Running `target/debug/xtask releng --output-dir /work` |
1379 | 2024-08-26T19:40:11.002Z | Compiling proc-macro2 v1.0.86 |
1380 | 2024-08-26T19:40:11.002Z | Compiling unicode-ident v1.0.12 |
1381 | 2024-08-26T19:40:11.002Z | Compiling libc v0.2.156 |
1382 | 2024-08-26T19:40:11.004Z | Compiling serde v1.0.208 |
1383 | 2024-08-26T19:40:11.004Z | Compiling version_check v0.9.5 |
1384 | 2024-08-26T19:40:11.004Z | Compiling autocfg v1.3.0 |
1385 | 2024-08-26T19:40:11.004Z | Compiling cfg-if v1.0.0 |
1386 | 2024-08-26T19:40:11.004Z | Compiling once_cell v1.19.0 |
1387 | 2024-08-26T19:40:11.289Z | Compiling typenum v1.17.0 |
1388 | 2024-08-26T19:40:11.383Z | Compiling memchr v2.7.2 |
1389 | 2024-08-26T19:40:11.769Z | Compiling generic-array v0.14.7 |
1390 | 2024-08-26T19:40:11.769Z | Compiling ahash v0.8.11 |
1391 | 2024-08-26T19:40:12.115Z | Compiling lock_api v0.4.12 |
1392 | 2024-08-26T19:40:12.172Z | Compiling serde_json v1.0.125 |
1393 | 2024-08-26T19:40:12.305Z | Compiling libm v0.2.8 |
1394 | 2024-08-26T19:40:12.484Z | Compiling num-traits v0.2.19 |
1395 | 2024-08-26T19:40:12.580Z | Compiling parking_lot_core v0.9.10 |
1396 | 2024-08-26T19:40:12.691Z | Compiling quote v1.0.36 |
1397 | 2024-08-26T19:40:12.810Z | Compiling byteorder v1.5.0 |
1398 | 2024-08-26T19:40:13.144Z | Compiling syn v2.0.74 |
1399 | 2024-08-26T19:40:13.263Z | Compiling jobserver v0.1.32 |
1400 | 2024-08-26T19:40:13.311Z | Compiling getrandom v0.2.14 |
1401 | 2024-08-26T19:40:13.352Z | Compiling scopeguard v1.2.0 |
1402 | 2024-08-26T19:40:13.368Z | Compiling log v0.4.21 |
1403 | 2024-08-26T19:40:13.641Z | Compiling cc v1.0.97 |
1404 | 2024-08-26T19:40:13.781Z | Compiling thiserror v1.0.63 |
1405 | 2024-08-26T19:40:13.963Z | Compiling itoa v1.0.11 |
1406 | 2024-08-26T19:40:14.207Z | Compiling slab v0.4.9 |
1407 | 2024-08-26T19:40:14.248Z | Compiling rand_core v0.6.4 |
1408 | 2024-08-26T19:40:14.292Z | Compiling pkg-config v0.3.30 |
1409 | 2024-08-26T19:40:14.743Z | Compiling semver v1.0.23 |
1410 | 2024-08-26T19:40:14.962Z | Compiling ryu v1.0.18 |
1411 | 2024-08-26T19:40:15.294Z | Compiling pin-project-lite v0.2.14 |
1412 | 2024-08-26T19:40:15.327Z | Compiling vcpkg v0.2.15 |
1413 | 2024-08-26T19:40:15.380Z | Compiling smallvec v1.13.2 |
1414 | 2024-08-26T19:40:15.605Z | Compiling allocator-api2 v0.2.18 |
1415 | 2024-08-26T19:40:16.104Z | Compiling spin v0.9.8 |
1416 | 2024-08-26T19:40:16.182Z | Compiling subtle v2.5.0 |
1417 | 2024-08-26T19:40:16.624Z | Compiling const-oid v0.9.6 |
1418 | 2024-08-26T19:40:16.842Z | Compiling signal-hook-registry v1.4.2 |
1419 | 2024-08-26T19:40:16.966Z | Compiling ring v0.17.8 |
1420 | 2024-08-26T19:40:17.055Z | Compiling openssl-sys v0.9.103 |
1421 | 2024-08-26T19:40:18.181Z | Compiling heck v0.5.0 |
1422 | 2024-08-26T19:40:18.403Z | Compiling schemars v0.8.21 |
1423 | 2024-08-26T19:40:18.501Z | Compiling rustix v0.38.34 |
1424 | 2024-08-26T19:40:18.763Z | Compiling httparse v1.8.0 |
1425 | 2024-08-26T19:40:19.214Z | Compiling parking_lot v0.12.2 |
1426 | 2024-08-26T19:40:19.266Z | Compiling mio v0.8.11 |
1427 | 2024-08-26T19:40:19.393Z | Compiling time-core v0.1.2 |
1428 | 2024-08-26T19:40:19.571Z | Compiling num-conv v0.1.0 |
1429 | 2024-08-26T19:40:19.639Z | Compiling futures-core v0.3.30 |
1430 | 2024-08-26T19:40:19.907Z | Compiling time-macros v0.2.18 |
1431 | 2024-08-26T19:40:19.914Z | Compiling num_cpus v1.16.0 |
1432 | 2024-08-26T19:40:20.068Z | Compiling socket2 v0.5.7 |
1433 | 2024-08-26T19:40:20.278Z | Compiling openssl v0.10.66 |
1434 | 2024-08-26T19:40:20.362Z | Compiling fnv v1.0.7 |
1435 | 2024-08-26T19:40:20.399Z | Compiling equivalent v1.0.1 |
1436 | 2024-08-26T19:40:20.877Z | Compiling serde_derive_internals v0.29.1 |
1437 | 2024-08-26T19:40:21.153Z | Compiling tinyvec_macros v0.1.1 |
1438 | 2024-08-26T19:40:21.206Z | Compiling rustls v0.21.12 |
1439 | 2024-08-26T19:40:21.369Z | Compiling native-tls v0.2.11 |
1440 | 2024-08-26T19:40:21.392Z | Compiling tinyvec v1.6.0 |
1441 | 2024-08-26T19:40:22.201Z | Compiling futures-sink v0.3.30 |
1442 | 2024-08-26T19:40:22.296Z | Compiling crossbeam-utils v0.8.19 |
1443 | 2024-08-26T19:40:22.963Z | Compiling unicode-normalization v0.1.23 |
1444 | 2024-08-26T19:40:23.153Z | Compiling cookie v0.17.0 |
1445 | 2024-08-26T19:40:23.309Z | Compiling iana-time-zone v0.1.60 |
1446 | 2024-08-26T19:40:23.506Z | Compiling cpufeatures v0.2.12 |
1447 | 2024-08-26T19:40:23.570Z | Compiling ucd-trie v0.1.6 |
1448 | 2024-08-26T19:40:23.710Z | Compiling futures-channel v0.3.30 |
1449 | 2024-08-26T19:40:24.045Z | Compiling slog v2.7.0 |
1450 | 2024-08-26T19:40:24.100Z | Compiling syn v1.0.109 |
1451 | 2024-08-26T19:40:24.191Z | Compiling futures-io v0.3.30 |
1452 | 2024-08-26T19:40:24.308Z | Compiling pin-utils v0.1.0 |
1453 | 2024-08-26T19:40:24.341Z | Compiling unicode-bidi v0.3.15 |
1454 | 2024-08-26T19:40:24.432Z | Compiling futures-task v0.3.30 |
1455 | 2024-08-26T19:40:24.890Z | Compiling aho-corasick v1.1.3 |
1456 | 2024-08-26T19:40:25.060Z | Compiling untrusted v0.9.0 |
1457 | 2024-08-26T19:40:25.211Z | Compiling regex-syntax v0.8.4 |
1458 | 2024-08-26T19:40:26.222Z | Compiling crc32fast v1.4.0 |
1459 | 2024-08-26T19:40:26.349Z | Compiling serde_derive v1.0.208 |
1460 | 2024-08-26T19:40:26.468Z | Compiling zeroize_derive v1.4.2 |
1461 | 2024-08-26T19:40:26.792Z | Compiling zerocopy-derive v0.7.34 |
1462 | 2024-08-26T19:40:27.728Z | Compiling tokio-macros v2.3.0 |
1463 | 2024-08-26T19:40:28.060Z | Compiling thiserror-impl v1.0.63 |
1464 | 2024-08-26T19:40:28.817Z | Compiling zeroize v1.7.0 |
1465 | 2024-08-26T19:40:29.253Z | Compiling zerocopy v0.7.34 |
1466 | 2024-08-26T19:40:29.550Z | Compiling futures-macro v0.3.30 |
1467 | 2024-08-26T19:40:31.358Z | Compiling crypto-common v0.1.6 |
1468 | 2024-08-26T19:40:31.476Z | Compiling tracing-attributes v0.1.27 |
1469 | 2024-08-26T19:40:31.686Z | Compiling der_derive v0.7.2 |
1470 | 2024-08-26T19:40:31.941Z | Compiling hashbrown v0.14.5 |
1471 | 2024-08-26T19:40:32.961Z | Compiling block-buffer v0.10.4 |
1472 | 2024-08-26T19:40:33.225Z | Compiling digest v0.10.7 |
1473 | 2024-08-26T19:40:33.584Z | Compiling schemars_derive v0.8.21 |
1474 | 2024-08-26T19:40:34.145Z | Compiling openssl-macros v0.1.1 |
1475 | 2024-08-26T19:40:34.596Z | Compiling scroll_derive v0.12.0 |
1476 | 2024-08-26T19:40:34.909Z | Compiling hmac v0.12.1 |
1477 | 2024-08-26T19:40:34.980Z | Compiling pest v2.7.10 |
1478 | 2024-08-26T19:40:35.185Z | Compiling block-padding v0.3.3 |
1479 | 2024-08-26T19:40:35.266Z | Compiling futures-util v0.3.30 |
1480 | 2024-08-26T19:40:35.450Z | Compiling inout v0.1.3 |
1481 | 2024-08-26T19:40:35.917Z | Compiling cipher v0.4.4 |
1482 | 2024-08-26T19:40:36.491Z | Compiling sha2 v0.10.8 |
1483 | 2024-08-26T19:40:36.838Z | Compiling regex-automata v0.4.6 |
1484 | 2024-08-26T19:40:37.813Z | Compiling pest_meta v2.7.10 |
1485 | 2024-08-26T19:40:38.231Z | Compiling dyn-clone v1.0.17 |
1486 | 2024-08-26T19:40:39.383Z | Compiling pest_generator v2.7.10 |
1487 | 2024-08-26T19:40:41.362Z | Compiling bytes v1.7.1 |
1488 | 2024-08-26T19:40:42.653Z | Compiling bitflags v2.6.0 |
1489 | 2024-08-26T19:40:43.289Z | Compiling tokio v1.38.1 |
1490 | 2024-08-26T19:40:43.588Z | Compiling indexmap v2.4.0 |
1491 | 2024-08-26T19:40:44.874Z | Compiling serde_tokenstream v0.2.2 |
1492 | 2024-08-26T19:40:45.288Z | Compiling uuid v1.10.0 |
1493 | 2024-08-26T19:40:45.392Z | Compiling chrono v0.4.38 |
1494 | 2024-08-26T19:40:45.595Z | Compiling http v0.2.12 |
1495 | 2024-08-26T19:40:46.185Z | Compiling rustc_version v0.4.0 |
1496 | 2024-08-26T19:40:46.927Z | Compiling pest_derive v2.7.10 |
1497 | 2024-08-26T19:40:48.754Z | Compiling usdt-impl v0.5.0 |
1498 | 2024-08-26T19:40:49.120Z | Compiling powerfmt v0.2.0 |
1499 | 2024-08-26T19:40:49.256Z | Compiling heck v0.4.1 |
1500 | 2024-08-26T19:40:49.278Z | Compiling percent-encoding v2.3.1 |
1501 | 2024-08-26T19:40:49.726Z | Compiling base64ct v1.6.0 |
1502 | 2024-08-26T19:40:49.730Z | Compiling deranged v0.3.11 |
1503 | 2024-08-26T19:40:50.069Z | Compiling heapless v0.7.17 |
1504 | 2024-08-26T19:40:50.318Z | Compiling pem-rfc7468 v0.7.0 |
1505 | 2024-08-26T19:40:50.590Z | Compiling scroll v0.12.0 |
1506 | 2024-08-26T19:40:51.011Z | Compiling zerocopy-derive v0.6.6 |
1507 | 2024-08-26T19:40:51.837Z | Compiling backtrace v0.3.71 |
1508 | 2024-08-26T19:40:52.090Z | Compiling tracing-core v0.1.32 |
1509 | 2024-08-26T19:40:52.372Z | Compiling errno v0.3.9 |
1510 | 2024-08-26T19:40:52.640Z | Compiling plain v0.2.3 |
1511 | 2024-08-26T19:40:53.167Z | Compiling ppv-lite86 v0.2.17 |
1512 | 2024-08-26T19:40:53.440Z | Compiling num-bigint-dig v0.8.4 |
1513 | 2024-08-26T19:40:53.960Z | Compiling num_threads v0.1.7 |
1514 | 2024-08-26T19:40:54.107Z | Compiling flagset v0.4.5 |
1515 | 2024-08-26T19:40:54.208Z | Compiling time v0.3.36 |
1516 | 2024-08-26T19:40:54.332Z | Compiling rand_chacha v0.3.1 |
1517 | 2024-08-26T19:40:54.390Z | Compiling der v0.7.9 |
1518 | 2024-08-26T19:40:55.208Z | Compiling tracing v0.1.40 |
1519 | 2024-08-26T19:40:55.365Z | Compiling goblin v0.8.2 |
1520 | 2024-08-26T19:40:55.408Z | Compiling tokio-util v0.7.11 |
1521 | 2024-08-26T19:40:57.596Z | Compiling regex v1.10.6 |
1522 | 2024-08-26T19:40:57.728Z | Compiling salsa20 v0.10.2 |
1523 | 2024-08-26T19:40:57.761Z | Compiling pbkdf2 v0.12.2 |
1524 | 2024-08-26T19:40:57.986Z | Compiling async-trait v0.1.81 |
1525 | 2024-08-26T19:40:58.946Z | Compiling pretty-hex v0.4.1 |
1526 | 2024-08-26T19:41:02.275Z | Compiling strsim v0.11.1 |
1527 | 2024-08-26T19:41:02.275Z | Compiling rustversion v1.0.17 |
1528 | 2024-08-26T19:41:02.275Z | Compiling scrypt v0.11.0 |
1529 | 2024-08-26T19:41:02.275Z | Compiling spki v0.7.3 |
1530 | 2024-08-26T19:41:02.275Z | Compiling dof v0.3.0 |
1531 | 2024-08-26T19:41:02.275Z | Compiling rand v0.8.5 |
1532 | 2024-08-26T19:41:02.275Z | Compiling form_urlencoded v1.2.1 |
1533 | 2024-08-26T19:41:02.936Z | Compiling dtrace-parser v0.2.0 |
1534 | 2024-08-26T19:41:03.177Z | Compiling cbc v0.1.2 |
1535 | 2024-08-26T19:41:03.279Z | Compiling aes v0.8.4 |
1536 | 2024-08-26T19:41:03.405Z | Compiling thread-id v4.2.1 |
1537 | 2024-08-26T19:41:03.955Z | Compiling anyhow v1.0.86 |
1538 | 2024-08-26T19:41:04.024Z | Compiling try-lock v0.2.5 |
1539 | 2024-08-26T19:41:04.197Z | Compiling unicode-width v0.1.13 |
1540 | 2024-08-26T19:41:04.429Z | Compiling smoltcp v0.9.1 |
1541 | 2024-08-26T19:41:04.449Z | Compiling foreign-types-shared v0.1.1 |
1542 | 2024-08-26T19:41:04.584Z | Compiling signal-hook v0.3.17 |
1543 | 2024-08-26T19:41:04.888Z | Compiling foreign-types v0.3.2 |
1544 | 2024-08-26T19:41:05.049Z | Compiling want v0.3.1 |
1545 | 2024-08-26T19:41:05.113Z | Compiling pkcs5 v0.7.1 |
1546 | 2024-08-26T19:41:07.571Z | Compiling h2 v0.3.26 |
1547 | 2024-08-26T19:41:10.034Z | Compiling http-body v0.4.6 |
1548 | 2024-08-26T19:41:12.737Z | Compiling clap_derive v4.5.13 |
1549 | 2024-08-26T19:41:13.143Z | Compiling socket2 v0.4.10 |
1550 | 2024-08-26T19:41:13.355Z | Compiling httpdate v1.0.3 |
1551 | 2024-08-26T19:41:14.653Z | Compiling siphasher v0.3.11 |
1552 | 2024-08-26T19:41:14.909Z | Compiling base64 v0.21.7 |
1553 | 2024-08-26T19:41:15.128Z | Compiling cfg_aliases v0.1.1 |
1554 | 2024-08-26T19:41:15.273Z | Compiling tower-service v0.3.2 |
1555 | 2024-08-26T19:41:15.423Z | Compiling nix v0.28.0 |
1556 | 2024-08-26T19:41:16.352Z | Compiling hyper v0.14.30 |
1557 | 2024-08-26T19:41:21.327Z | Compiling pkcs8 v0.10.2 |
1558 | 2024-08-26T19:41:22.015Z | Compiling rustls-webpki v0.101.7 |
1559 | 2024-08-26T19:41:22.112Z | Compiling sct v0.7.1 |
1560 | 2024-08-26T19:41:23.249Z | Compiling openapiv3 v2.0.0 |
1561 | 2024-08-26T19:41:23.965Z | Compiling hubpack_derive v0.1.1 |
1562 | 2024-08-26T19:41:27.293Z | Compiling idna v0.5.0 |
1563 | 2024-08-26T19:41:29.678Z | Compiling fs-err v2.11.0 |
1564 | 2024-08-26T19:41:29.918Z | Compiling utf8parse v0.2.1 |
1565 | 2024-08-26T19:41:30.089Z | Compiling openssl-probe v0.1.5 |
1566 | 2024-08-26T19:41:30.390Z | Compiling finl_unicode v1.2.0 |
1567 | 2024-08-26T19:41:30.454Z | Compiling anstyle v1.0.8 |
1568 | 2024-08-26T19:41:30.629Z | Compiling adler v1.0.2 |
1569 | 2024-08-26T19:41:30.948Z | Compiling miniz_oxide v0.7.2 |
1570 | 2024-08-26T19:41:31.015Z | Compiling stringprep v0.1.4 |
1571 | 2024-08-26T19:41:32.174Z | Compiling anstyle-parse v0.2.4 |
1572 | 2024-08-26T19:41:32.580Z | Compiling url v2.5.2 |
1573 | 2024-08-26T19:41:36.243Z | Compiling usdt-attr-macro v0.5.0 |
1574 | 2024-08-26T19:41:37.192Z | Compiling usdt-macro v0.5.0 |
1575 | 2024-08-26T19:41:39.134Z | Compiling serde_spanned v0.6.7 |
1576 | 2024-08-26T19:41:39.398Z | Compiling toml_datetime v0.6.8 |
1577 | 2024-08-26T19:41:39.904Z | Compiling md-5 v0.10.6 |
1578 | 2024-08-26T19:41:40.181Z | Compiling regress v0.9.1 |
1579 | 2024-08-26T19:41:40.457Z | Compiling idna v0.3.0 |
1580 | 2024-08-26T19:41:41.622Z | Compiling lazy_static v1.5.0 |
1581 | 2024-08-26T19:41:41.847Z | Compiling num-integer v0.1.46 |
1582 | 2024-08-26T19:41:42.368Z | Compiling hash32 v0.2.1 |
1583 | 2024-08-26T19:41:42.737Z | Compiling encoding_rs v0.8.34 |
1584 | 2024-08-26T19:41:42.975Z | Compiling fallible-iterator v0.2.0 |
1585 | 2024-08-26T19:41:43.775Z | Compiling psl-types v2.0.11 |
1586 | 2024-08-26T19:41:43.883Z | Compiling stable_deref_trait v1.2.0 |
1587 | 2024-08-26T19:41:43.990Z | Compiling gimli v0.28.1 |
1588 | 2024-08-26T19:41:44.074Z | Compiling is_terminal_polyfill v1.70.0 |
1589 | 2024-08-26T19:41:44.293Z | Compiling mime v0.3.17 |
1590 | 2024-08-26T19:41:44.381Z | Compiling anstyle-query v1.0.3 |
1591 | 2024-08-26T19:41:44.684Z | Compiling colorchoice v1.0.1 |
1592 | 2024-08-26T19:41:44.891Z | Compiling base64 v0.22.1 |
1593 | 2024-08-26T19:41:45.261Z | Compiling anstream v0.6.14 |
1594 | 2024-08-26T19:41:45.578Z | Compiling postgres-protocol v0.6.7 |
1595 | 2024-08-26T19:41:45.729Z | Compiling publicsuffix v2.2.3 |
1596 | 2024-08-26T19:41:46.063Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1597 | 2024-08-26T19:41:47.214Z | Compiling num-iter v0.1.45 |
1598 | 2024-08-26T19:41:49.122Z | Compiling addr2line v0.21.0 |
1599 | 2024-08-26T19:41:50.563Z | Compiling tokio-rustls v0.24.1 |
1600 | 2024-08-26T19:41:51.126Z | Compiling terminal_size v0.3.0 |
1601 | 2024-08-26T19:41:51.388Z | Compiling tokio-native-tls v0.3.1 |
1602 | 2024-08-26T19:41:52.063Z | Compiling phf_shared v0.11.2 |
1603 | 2024-08-26T19:41:52.426Z | Compiling strum_macros v0.25.3 |
1604 | 2024-08-26T19:41:53.140Z | Compiling serde_urlencoded v0.7.1 |
1605 | 2024-08-26T19:41:53.801Z | Compiling enum-as-inner v0.6.0 |
1606 | 2024-08-26T19:41:54.537Z | Compiling serde_repr v0.1.19 |
1607 | 2024-08-26T19:41:54.623Z | Compiling ff v0.13.0 |
1608 | 2024-08-26T19:41:54.731Z | Compiling object v0.32.2 |
1609 | 2024-08-26T19:41:54.839Z | Compiling bitflags v1.3.2 |
1610 | 2024-08-26T19:41:55.432Z | Compiling either v1.13.0 |
1611 | 2024-08-26T19:41:55.644Z | Compiling ipnet v2.9.0 |
1612 | 2024-08-26T19:41:55.827Z | Compiling clap_lex v0.7.0 |
1613 | 2024-08-26T19:41:56.064Z | Compiling managed v0.8.0 |
1614 | 2024-08-26T19:41:56.267Z | Compiling winnow v0.5.40 |
1615 | 2024-08-26T19:41:56.527Z | Compiling rustc-demangle v0.1.24 |
1616 | 2024-08-26T19:41:57.577Z | Compiling base16ct v0.2.0 |
1617 | 2024-08-26T19:41:57.870Z | Compiling sec1 v0.7.3 |
1618 | 2024-08-26T19:41:58.294Z | Compiling clap_builder v4.5.15 |
1619 | 2024-08-26T19:41:58.445Z | Compiling rustls-pemfile v1.0.4 |
1620 | 2024-08-26T19:41:58.617Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1621 | 2024-08-26T19:41:58.826Z | Compiling group v0.13.0 |
1622 | 2024-08-26T19:42:00.025Z | Compiling toml_edit v0.19.15 |
1623 | 2024-08-26T19:42:01.271Z | Compiling phf v0.11.2 |
1624 | 2024-08-26T19:42:02.021Z | Compiling hyper-tls v0.5.0 |
1625 | 2024-08-26T19:42:02.626Z | Compiling hyper-rustls v0.24.2 |
1626 | 2024-08-26T19:42:02.994Z | Compiling cookie_store v0.20.0 |
1627 | 2024-08-26T19:42:03.426Z | Compiling postgres-types v0.2.7 |
1628 | 2024-08-26T19:42:04.491Z | Compiling hubpack v0.1.2 |
1629 | 2024-08-26T19:42:04.604Z | Compiling pkcs1 v0.7.5 |
1630 | 2024-08-26T19:42:04.838Z | Compiling phf_shared v0.10.0 |
1631 | 2024-08-26T19:42:05.423Z | Compiling zerocopy v0.6.6 |
1632 | 2024-08-26T19:42:05.452Z | Compiling futures-executor v0.3.30 |
1633 | 2024-08-26T19:42:05.487Z | Compiling bstr v1.9.1 |
1634 | 2024-08-26T19:42:05.529Z | Compiling hkdf v0.12.4 |
1635 | 2024-08-26T19:42:05.547Z | Compiling signature v2.2.0 |
1636 | 2024-08-26T19:42:05.766Z | Compiling crypto-bigint v0.5.5 |
1637 | 2024-08-26T19:42:05.857Z | Compiling idna v0.4.0 |
1638 | 2024-08-26T19:42:05.975Z | Compiling float-cmp v0.9.0 |
1639 | 2024-08-26T19:42:06.208Z | Compiling mio v1.0.2 |
1640 | 2024-08-26T19:42:06.273Z | Compiling memmap v0.7.0 |
1641 | 2024-08-26T19:42:06.954Z | Compiling difflib v0.4.0 |
1642 | 2024-08-26T19:42:07.061Z | Compiling precomputed-hash v0.1.1 |
1643 | 2024-08-26T19:42:07.175Z | Compiling new_debug_unreachable v1.0.6 |
1644 | 2024-08-26T19:42:07.177Z | Compiling predicates-core v1.0.6 |
1645 | 2024-08-26T19:42:07.230Z | Compiling whoami v1.5.1 |
1646 | 2024-08-26T19:42:07.297Z | Compiling normalize-line-endings v0.3.0 |
1647 | 2024-08-26T19:42:07.433Z | Compiling static_assertions v1.1.0 |
1648 | 2024-08-26T19:42:07.469Z | Compiling webpki-roots v0.25.4 |
1649 | 2024-08-26T19:42:07.535Z | Compiling unicode-segmentation v1.11.0 |
1650 | 2024-08-26T19:42:07.624Z | Compiling bit-vec v0.6.3 |
1651 | 2024-08-26T19:42:07.658Z | Compiling sync_wrapper v0.1.2 |
1652 | 2024-08-26T19:42:07.793Z | Compiling data-encoding v2.6.0 |
1653 | 2024-08-26T19:42:07.985Z | Compiling fixedbitset v0.4.2 |
1654 | 2024-08-26T19:42:08.316Z | Compiling minimal-lexical v0.2.1 |
1655 | 2024-08-26T19:42:08.376Z | Compiling winnow v0.6.18 |
1656 | 2024-08-26T19:42:08.469Z | Compiling reqwest v0.11.27 |
1657 | 2024-08-26T19:42:08.664Z | Compiling elliptic-curve v0.13.8 |
1658 | 2024-08-26T19:42:08.811Z | Compiling nom v7.1.3 |
1659 | 2024-08-26T19:42:09.394Z | Compiling hickory-proto v0.24.1 |
1660 | 2024-08-26T19:42:09.500Z | Compiling petgraph v0.6.5 |
1661 | 2024-08-26T19:42:10.053Z | Compiling similar v2.6.0 |
1662 | 2024-08-26T19:42:11.985Z | Compiling toml_edit v0.22.20 |
1663 | 2024-08-26T19:42:12.423Z | Compiling bit-set v0.5.3 |
1664 | 2024-08-26T19:42:12.730Z | Compiling tokio-postgres v0.7.11 |
1665 | 2024-08-26T19:42:13.095Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1666 | 2024-08-26T19:42:13.506Z | Compiling predicates v3.1.2 |
1667 | 2024-08-26T19:42:14.989Z | Compiling string_cache v0.8.7 |
1668 | 2024-08-26T19:42:15.441Z | Compiling signal-hook-mio v0.2.4 |
1669 | 2024-08-26T19:42:15.630Z | Compiling usdt v0.5.0 |
1670 | 2024-08-26T19:42:17.428Z | Compiling rsa v0.9.6 |
1671 | 2024-08-26T19:42:17.901Z | Compiling futures v0.3.30 |
1672 | 2024-08-26T19:42:19.021Z | Compiling toml v0.7.8 |
1673 | 2024-08-26T19:42:19.169Z | Compiling clap v4.5.16 |
1674 | 2024-08-26T19:42:19.302Z | Compiling flate2 v1.0.31 |
1675 | 2024-08-26T19:42:19.321Z | Compiling crossbeam-epoch v0.9.18 |
1676 | 2024-08-26T19:42:19.635Z | Compiling itertools v0.12.1 |
1677 | 2024-08-26T19:42:20.050Z | Compiling itertools v0.10.5 |
1678 | 2024-08-26T19:42:20.185Z | Compiling console v0.15.8 |
1679 | 2024-08-26T19:42:21.480Z | Compiling tokio-stream v0.1.15 |
1680 | 2024-08-26T19:42:22.402Z | Compiling hex v0.4.3 |
1681 | 2024-08-26T19:42:22.699Z | Compiling sha1 v0.10.6 |
1682 | 2024-08-26T19:42:23.157Z | Compiling camino v1.1.9 |
1683 | 2024-08-26T19:42:23.195Z | Compiling peg-runtime v0.8.3 |
1684 | 2024-08-26T19:42:23.693Z | Compiling unicode-xid v0.2.4 |
1685 | 2024-08-26T19:42:23.851Z | Compiling lalrpop-util v0.19.12 |
1686 | 2024-08-26T19:42:23.915Z | Compiling radium v0.7.0 |
1687 | 2024-08-26T19:42:24.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1688 | 2024-08-26T19:42:29.106Z | Compiling is-terminal v0.4.12 |
1689 | 2024-08-26T19:42:29.703Z | Compiling tap v1.0.1 |
1690 | 2024-08-26T19:42:29.904Z | Compiling maybe-uninit v2.0.0 |
1691 | 2024-08-26T19:42:31.582Z | Compiling ident_case v1.0.1 |
1692 | 2024-08-26T19:42:32.799Z | Compiling rustls-pki-types v1.7.0 |
1693 | 2024-08-26T19:42:35.846Z | Compiling darling_core v0.20.9 |
1694 | 2024-08-26T19:42:42.028Z | Compiling wyz v0.5.1 |
1695 | 2024-08-26T19:42:48.992Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1696 | 2024-08-26T19:42:49.816Z | Compiling getopts v0.2.21 |
1697 | 2024-08-26T19:42:50.597Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1698 | 2024-08-26T19:42:50.792Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-08-26T19:42:51.520Z | Compiling unsafe-libyaml v0.2.11 |
1700 | 2024-08-26T19:42:51.837Z | Compiling funty v2.0.0 |
1701 | 2024-08-26T19:42:52.745Z | Compiling rustls v0.22.4 |
1702 | 2024-08-26T19:42:53.061Z | Compiling paste v1.0.15 |
1703 | 2024-08-26T19:42:53.312Z | Compiling packed_struct v0.10.1 |
1704 | 2024-08-26T19:42:54.348Z | Compiling bitvec v1.0.1 |
1705 | 2024-08-26T19:42:54.987Z | Compiling serde_yaml v0.9.34+deprecated |
1706 | 2024-08-26T19:42:56.182Z | Compiling dirs-next v2.0.0 |
1707 | 2024-08-26T19:42:56.818Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1708 | 2024-08-26T19:42:58.885Z | Compiling darling_macro v0.20.9 |
1709 | 2024-08-26T19:43:00.285Z | Compiling rustls-webpki v0.102.4 |
1710 | 2024-08-26T19:43:02.808Z | Compiling packed_struct_codegen v0.10.1 |
1711 | 2024-08-26T19:43:03.490Z | Compiling structmeta-derive v0.3.0 |
1712 | 2024-08-26T19:43:03.980Z | Compiling thread_local v1.1.8 |
1713 | 2024-08-26T19:43:04.672Z | Compiling indexmap v1.9.3 |
1714 | 2024-08-26T19:43:04.902Z | Compiling multer v3.1.0 |
1715 | 2024-08-26T19:43:05.007Z | Compiling crc-catalog v2.4.0 |
1716 | 2024-08-26T19:43:05.226Z | Compiling fastrand v2.1.0 |
1717 | 2024-08-26T19:43:05.270Z | Compiling nodrop v0.1.14 |
1718 | 2024-08-26T19:43:05.307Z | Compiling slog-async v2.8.0 |
1719 | 2024-08-26T19:43:05.715Z | Compiling rayon-core v1.12.1 |
1720 | 2024-08-26T19:43:05.786Z | Compiling match_cfg v0.1.0 |
1721 | 2024-08-26T19:43:05.880Z | Compiling hostname v0.3.1 |
1722 | 2024-08-26T19:43:05.971Z | Compiling tempfile v3.10.1 |
1723 | 2024-08-26T19:43:06.059Z | Compiling array-init v0.0.4 |
1724 | 2024-08-26T19:43:06.111Z | Compiling structmeta v0.3.0 |
1725 | 2024-08-26T19:43:06.581Z | Compiling crc v3.2.1 |
1726 | 2024-08-26T19:43:07.934Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-26T19:43:08.954Z | Compiling darling v0.20.9 |
1728 | 2024-08-26T19:43:09.082Z | Compiling smallvec v0.6.14 |
1729 | 2024-08-26T19:43:09.599Z | Compiling term v0.7.0 |
1730 | 2024-08-26T19:43:12.028Z | Compiling crossbeam-deque v0.8.5 |
1731 | 2024-08-26T19:43:12.410Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1732 | 2024-08-26T19:43:14.026Z | Compiling slog-json v2.6.1 |
1733 | 2024-08-26T19:43:14.347Z | Compiling crossbeam-channel v0.5.12 |
1734 | 2024-08-26T19:43:14.635Z | Compiling http v1.1.0 |
1735 | 2024-08-26T19:43:16.513Z | Compiling pin-project-internal v1.1.5 |
1736 | 2024-08-26T19:43:19.275Z | Compiling async-stream-impl v0.3.5 |
1737 | 2024-08-26T19:43:20.539Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1738 | 2024-08-26T19:43:21.265Z | Compiling bitfield v0.14.0 |
1739 | 2024-08-26T19:43:21.319Z | Compiling same-file v1.0.6 |
1740 | 2024-08-26T19:43:21.611Z | Compiling termcolor v1.4.1 |
1741 | 2024-08-26T19:43:22.204Z | Compiling atomic-waker v1.1.2 |
1742 | 2024-08-26T19:43:22.676Z | Compiling hashbrown v0.12.3 |
1743 | 2024-08-26T19:43:22.830Z | Compiling take_mut v0.2.2 |
1744 | 2024-08-26T19:43:27.919Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1745 | 2024-08-26T19:43:31.663Z | Compiling waitgroup v0.1.2 |
1746 | 2024-08-26T19:43:32.559Z | Compiling env_logger v0.10.2 |
1747 | 2024-08-26T19:43:35.458Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1748 | 2024-08-26T19:43:38.290Z | Compiling walkdir v2.5.0 |
1749 | 2024-08-26T19:43:38.365Z | Compiling async-stream v0.3.5 |
1750 | 2024-08-26T19:43:38.613Z | Compiling pin-project v1.1.5 |
1751 | 2024-08-26T19:43:39.492Z | Compiling slog-bunyan v2.5.0 |
1752 | 2024-08-26T19:43:39.783Z | Compiling tokio-rustls v0.25.0 |
1753 | 2024-08-26T19:43:40.912Z | Compiling slog-term v2.9.1 |
1754 | 2024-08-26T19:43:41.435Z | Compiling serde-hex v0.1.0 |
1755 | 2024-08-26T19:43:43.500Z | Compiling serde_with_macros v3.9.0 |
1756 | 2024-08-26T19:43:43.819Z | Compiling bzip2 v0.4.4 |
1757 | 2024-08-26T19:43:44.282Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1758 | 2024-08-26T19:43:44.621Z | Compiling parse-display-derive v0.10.0 |
1759 | 2024-08-26T19:43:45.057Z | Compiling toml v0.8.19 |
1760 | 2024-08-26T19:43:46.020Z | Compiling rustls-pemfile v2.1.3 |
1761 | 2024-08-26T19:43:46.865Z | Compiling x509-cert v0.2.5 |
1762 | 2024-08-26T19:43:48.503Z | Compiling ron v0.8.1 |
1763 | 2024-08-26T19:43:48.756Z | Compiling ipnetwork v0.20.0 |
1764 | 2024-08-26T19:43:48.991Z | Compiling newtype-uuid v1.1.0 |
1765 | 2024-08-26T19:43:49.338Z | Compiling strum_macros v0.26.4 |
1766 | 2024-08-26T19:43:49.673Z | Compiling xattr v1.3.1 |
1767 | 2024-08-26T19:43:50.337Z | Compiling snafu-derive v0.8.2 |
1768 | 2024-08-26T19:43:51.226Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1769 | 2024-08-26T19:43:51.957Z | Compiling serde_path_to_error v0.1.16 |
1770 | 2024-08-26T19:43:52.427Z | Compiling hashbrown v0.13.2 |
1771 | 2024-08-26T19:43:52.952Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1772 | 2024-08-26T19:43:53.675Z | Compiling ring v0.16.20 |
1773 | 2024-08-26T19:43:53.776Z | Compiling blake3 v1.5.1 |
1774 | 2024-08-26T19:43:53.795Z | Compiling hostname v0.4.0 |
1775 | 2024-08-26T19:43:54.060Z | Compiling filetime v0.2.24 |
1776 | 2024-08-26T19:43:54.384Z | Compiling instant v0.1.12 |
1777 | 2024-08-26T19:43:54.414Z | Compiling crc-any v2.5.0 |
1778 | 2024-08-26T19:43:54.622Z | Compiling debug-ignore v1.0.5 |
1779 | 2024-08-26T19:43:54.784Z | Compiling buf-list v1.0.3 |
1780 | 2024-08-26T19:43:55.060Z | Compiling snafu v0.8.2 |
1781 | 2024-08-26T19:43:55.080Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1782 | 2024-08-26T19:43:55.420Z | Compiling backoff v0.4.0 |
1783 | 2024-08-26T19:43:55.773Z | Compiling tar v0.4.41 |
1784 | 2024-08-26T19:43:56.305Z | Compiling strum v0.26.3 |
1785 | 2024-08-26T19:43:56.323Z | Compiling object v0.30.4 |
1786 | 2024-08-26T19:43:56.506Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1787 | 2024-08-26T19:43:56.759Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1788 | 2024-08-26T19:43:58.234Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1789 | 2024-08-26T19:43:58.429Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1790 | 2024-08-26T19:43:58.800Z | Compiling parse-display v0.10.0 |
1791 | 2024-08-26T19:44:00.763Z | Compiling serde_with v3.9.0 |
1792 | 2024-08-26T19:44:00.831Z | Compiling zip v0.6.6 |
1793 | 2024-08-26T19:44:01.170Z | Compiling rayon v1.10.0 |
1794 | 2024-08-26T19:44:01.978Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1795 | 2024-08-26T19:44:02.736Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1796 | 2024-08-26T19:44:03.538Z | Compiling camino-tempfile v1.1.1 |
1797 | 2024-08-26T19:44:04.298Z | Compiling globset v0.4.14 |
1798 | 2024-08-26T19:44:05.115Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1799 | 2024-08-26T19:44:05.316Z | Compiling pem v3.0.4 |
1800 | 2024-08-26T19:44:06.769Z | Compiling olpc-cjson v0.1.3 |
1801 | 2024-08-26T19:44:06.969Z | Compiling serde_plain v1.0.2 |
1802 | 2024-08-26T19:44:07.100Z | Compiling macaddr v1.0.1 |
1803 | 2024-08-26T19:44:07.533Z | Compiling async-recursion v1.1.1 |
1804 | 2024-08-26T19:44:07.737Z | Compiling memmap2 v0.9.4 |
1805 | 2024-08-26T19:44:08.301Z | Compiling spin v0.5.2 |
1806 | 2024-08-26T19:44:08.574Z | Compiling path-slash v0.1.5 |
1807 | 2024-08-26T19:44:08.819Z | Compiling arrayref v0.3.7 |
1808 | 2024-08-26T19:44:08.931Z | Compiling typed-path v0.7.1 |
1809 | 2024-08-26T19:44:09.034Z | Compiling constant_time_eq v0.3.0 |
1810 | 2024-08-26T19:44:09.213Z | Compiling untrusted v0.7.1 |
1811 | 2024-08-26T19:44:09.215Z | Compiling arrayvec v0.7.4 |
1812 | 2024-08-26T19:44:11.974Z | Compiling tough v0.17.1 |
1813 | 2024-08-26T19:44:12.388Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1814 | 2024-08-26T19:44:12.621Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1815 | 2024-08-26T19:44:16.611Z | Compiling itertools v0.13.0 |
1816 | 2024-08-26T19:44:16.717Z | Compiling cargo-platform v0.1.8 |
1817 | 2024-08-26T19:44:17.829Z | Compiling topological-sort v0.2.2 |
1818 | 2024-08-26T19:44:17.829Z | Compiling parse-size v1.0.0 |
1819 | 2024-08-26T19:44:18.105Z | Compiling omicron-zone-package v0.11.0 |
1820 | 2024-08-26T19:44:18.108Z | Compiling cargo_metadata v0.18.1 |
1821 | 2024-08-26T19:44:20.363Z | Compiling shell-words v1.1.0 |
1822 | 2024-08-26T19:44:25.243Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1823 | 2024-08-26T19:44:37.745Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1824 | 2024-08-26T19:44:51.516Z | Finished `release` profile [optimized] target(s) in 4m 41s |
1825 | 2024-08-26T19:44:51.654Z | Running `target/release/omicron-releng --output-dir /work` |
1826 | 2024-08-26T19:44:51.693Z | Aug 26 19:44:50.392 DEBG changing working directory to /work/oxidecomputer/omicron |
1827 | 2024-08-26T19:44:51.784Z | Aug 26 19:44:50.483 DEBG running: git rev-parse HEAD |
1828 | 2024-08-26T19:44:51.791Z | Aug 26 19:44:50.489 DEBG process exited with exit status: 0 (6.460597ms) |
1829 | 2024-08-26T19:44:51.791Z | Aug 26 19:44:50.489 INFO version: 10.0.0-0.ci+git11c5f13755c |
1830 | 2024-08-26T19:44:51.832Z | Aug 26 19:44:50.530 INFO cloning helios to /work/oxidecomputer/helios |
1831 | 2024-08-26T19:44:51.832Z | Aug 26 19:44:50.530 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1832 | 2024-08-26T19:44:51.837Z | Cloning into '/work/oxidecomputer/helios'... |
1833 | 2024-08-26T19:44:52.361Z | Aug 26 19:44:51.059 DEBG process exited with exit status: 0 (528.726038ms) |
1834 | 2024-08-26T19:44:52.361Z | Aug 26 19:44:51.059 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1835 | 2024-08-26T19:44:52.368Z | # branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29 |
1836 | 2024-08-26T19:44:52.368Z | # branch.head master |
1837 | 2024-08-26T19:44:52.368Z | # branch.upstream origin/master |
1838 | 2024-08-26T19:44:52.368Z | # branch.ab +0 -0 |
1839 | 2024-08-26T19:44:52.371Z | Aug 26 19:44:51.067 DEBG process exited with exit status: 0 (7.993214ms) |
1840 | 2024-08-26T19:44:52.371Z | Aug 26 19:44:51.067 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1841 | 2024-08-26T19:44:53.077Z | Aug 26 19:44:51.775 DEBG process exited with exit status: 0 (707.987876ms) |
1842 | 2024-08-26T19:44:53.077Z | Aug 26 19:44:51.775 DEBG running: zfs list rpool/images/build/host |
1843 | 2024-08-26T19:44:53.084Z | NAME USED AVAIL REFER MOUNTPOINT |
1844 | 2024-08-26T19:44:53.084Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1845 | 2024-08-26T19:44:53.088Z | Aug 26 19:44:51.783 DEBG process exited with exit status: 0 (7.27628ms) |
1846 | 2024-08-26T19:44:53.089Z | Aug 26 19:44:51.783 DEBG running: zfs list rpool/images/build/recovery |
1847 | 2024-08-26T19:44:53.091Z | NAME USED AVAIL REFER MOUNTPOINT |
1848 | 2024-08-26T19:44:53.091Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1849 | 2024-08-26T19:44:53.091Z | Aug 26 19:44:51.789 DEBG process exited with exit status: 0 (6.208827ms) |
1850 | 2024-08-26T19:44:53.094Z | Aug 26 19:44:51.790 INFO [hubris-staging] running task |
1851 | 2024-08-26T19:44:53.094Z | Aug 26 19:44:51.790 INFO [hubris-production] running task |
1852 | 2024-08-26T19:44:53.094Z | Aug 26 19:44:51.791 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1853 | 2024-08-26T19:44:53.096Z | Aug 26 19:44:51.794 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 |
1854 | 2024-08-26T19:44:53.340Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1855 | 2024-08-26T19:44:53.610Z | [ omicron-package] Blocking waiting for file lock on package cache |
1856 | 2024-08-26T19:44:54.128Z | [ omicron-package] Blocking waiting for file lock on package cache |
1857 | 2024-08-26T19:44:54.387Z | [ omicron-package] Blocking waiting for file lock on package cache |
1858 | 2024-08-26T19:44:54.506Z | Aug 26 19:44:53.204 INFO [hubris-production] task succeeded (1.41373668s) |
1859 | 2024-08-26T19:44:55.111Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1860 | 2024-08-26T19:44:55.114Z | [ omicron-package] Compiling heapless v0.8.0 |
1861 | 2024-08-26T19:44:55.114Z | [ omicron-package] Compiling hash32 v0.3.1 |
1862 | 2024-08-26T19:44:55.114Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1863 | 2024-08-26T19:44:55.114Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1864 | 2024-08-26T19:44:55.114Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1865 | 2024-08-26T19:44:55.114Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1866 | 2024-08-26T19:44:55.114Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1867 | 2024-08-26T19:44:55.812Z | [ omicron-package] Compiling cobs v0.2.3 |
1868 | 2024-08-26T19:44:56.037Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1869 | 2024-08-26T19:44:56.162Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1870 | 2024-08-26T19:44:56.208Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1871 | 2024-08-26T19:44:56.543Z | [ omicron-package] Compiling postcard v1.0.8 |
1872 | 2024-08-26T19:44:56.695Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1873 | 2024-08-26T19:44:56.865Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1874 | 2024-08-26T19:44:57.168Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1875 | 2024-08-26T19:44:57.170Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1876 | 2024-08-26T19:44:58.222Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1877 | 2024-08-26T19:44:58.224Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1878 | 2024-08-26T19:44:58.604Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1879 | 2024-08-26T19:44:58.750Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1880 | 2024-08-26T19:44:58.902Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1881 | 2024-08-26T19:44:59.025Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1882 | 2024-08-26T19:44:59.475Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1883 | 2024-08-26T19:44:59.574Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1884 | 2024-08-26T19:45:00.087Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1885 | 2024-08-26T19:45:00.299Z | [ omicron-package] Compiling colored v2.1.0 |
1886 | 2024-08-26T19:45:00.414Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1887 | 2024-08-26T19:45:00.518Z | [ omicron-package] Compiling num_enum v0.5.11 |
1888 | 2024-08-26T19:45:00.870Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1889 | 2024-08-26T19:45:01.168Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1890 | 2024-08-26T19:45:01.282Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1891 | 2024-08-26T19:45:01.422Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1892 | 2024-08-26T19:45:01.908Z | [ omicron-package] Compiling num-derive v0.4.2 |
1893 | 2024-08-26T19:45:02.100Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1894 | 2024-08-26T19:45:02.222Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1895 | 2024-08-26T19:45:02.298Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1896 | 2024-08-26T19:45:02.424Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1897 | 2024-08-26T19:45:03.292Z | [ omicron-package] Compiling smf v0.2.3 |
1898 | 2024-08-26T19:45:03.389Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1899 | 2024-08-26T19:45:03.634Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1900 | 2024-08-26T19:45:03.836Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1901 | 2024-08-26T19:45:04.179Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1902 | 2024-08-26T19:45:04.340Z | Aug 26 19:45:03.037 INFO [hubris-staging] task succeeded (11.2467319s) |
1903 | 2024-08-26T19:45:06.259Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1904 | 2024-08-26T19:45:06.795Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1905 | 2024-08-26T19:45:07.200Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1906 | 2024-08-26T19:45:08.903Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1907 | 2024-08-26T19:45:09.014Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1908 | 2024-08-26T19:45:09.017Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1909 | 2024-08-26T19:45:09.335Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1910 | 2024-08-26T19:45:10.227Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1911 | 2024-08-26T19:45:10.667Z | [ omicron-package] Compiling gethostname v0.5.0 |
1912 | 2024-08-26T19:45:11.147Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1913 | 2024-08-26T19:45:11.607Z | [ omicron-package] Compiling indicatif v0.17.8 |
1914 | 2024-08-26T19:45:13.343Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1915 | 2024-08-26T19:45:16.401Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1916 | 2024-08-26T19:45:16.971Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1917 | 2024-08-26T19:45:18.606Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1918 | 2024-08-26T19:45:35.779Z | [ helios-setup] Aug 26 19:45:34.471 INFO helios repository root is: /work/oxidecomputer/helios |
1919 | 2024-08-26T19:45:35.781Z | [ helios-setup] Aug 26 19:45:34.474 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 |
1920 | 2024-08-26T19:45:35.781Z | [ helios-setup] Aug 26 19:45:34.474 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1921 | 2024-08-26T19:45:35.786Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1922 | 2024-08-26T19:45:36.668Z | [ helios-setup] Aug 26 19:45:35.360 INFO clone ok!, project: image-builder |
1923 | 2024-08-26T19:45:36.671Z | [ helios-setup] Aug 26 19:45:35.360 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 |
1924 | 2024-08-26T19:45:36.671Z | [ helios-setup] Aug 26 19:45:35.360 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1925 | 2024-08-26T19:45:36.674Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1926 | 2024-08-26T19:45:37.414Z | [ helios-setup] Aug 26 19:45:36.106 INFO clone ok!, project: pilot |
1927 | 2024-08-26T19:45:37.416Z | [ helios-setup] Aug 26 19:45:36.106 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 |
1928 | 2024-08-26T19:45:37.416Z | [ helios-setup] Aug 26 19:45:36.106 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 |
1929 | 2024-08-26T19:45:37.419Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1930 | 2024-08-26T19:45:37.963Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.85s |
1931 | 2024-08-26T19:45:38.166Z | [ omicron-package] |
1932 | 2024-08-26T19:45:38.166Z | [ omicron-package] real 45.023663874 |
1933 | 2024-08-26T19:45:38.169Z | [ omicron-package] user 2:43.550151687 |
1934 | 2024-08-26T19:45:38.169Z | [ omicron-package] sys 22.010012251 |
1935 | 2024-08-26T19:45:38.169Z | [ omicron-package] trap 0.167246544 |
1936 | 2024-08-26T19:45:38.169Z | [ omicron-package] tflt 0.593050356 |
1937 | 2024-08-26T19:45:38.169Z | [ omicron-package] dflt 0.469705846 |
1938 | 2024-08-26T19:45:38.169Z | [ omicron-package] kflt 0.000000000 |
1939 | 2024-08-26T19:45:38.169Z | [ omicron-package] lock 5:25.029405938 |
1940 | 2024-08-26T19:45:38.169Z | [ omicron-package] slp 9:05.556915448 |
1941 | 2024-08-26T19:45:38.169Z | Aug 26 19:45:36.859 INFO [omicron-package] process exited with exit status: 0 (45.064970172s) |
1942 | 2024-08-26T19:45:38.169Z | [ omicron-package] lat 1:39.439399899 |
1943 | 2024-08-26T19:45:38.169Z | [ omicron-package] stop 59.311744285 |
1944 | 2024-08-26T19:45:38.169Z | Aug 26 19:45:36.859 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 |
1945 | 2024-08-26T19:45:38.205Z | Aug 26 19:45:36.898 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1946 | 2024-08-26T19:45:38.217Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1947 | 2024-08-26T19:45:38.220Z | [ host-target] Created new build target 'host' and set it as active |
1948 | 2024-08-26T19:45:38.220Z | Aug 26 19:45:36.912 INFO [host-target] process exited with exit status: 0 (52.279693ms) |
1949 | 2024-08-26T19:45:38.220Z | Aug 26 19:45:36.912 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1950 | 2024-08-26T19:45:38.225Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1951 | 2024-08-26T19:45:38.227Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1952 | 2024-08-26T19:45:38.227Z | Aug 26 19:45:36.919 INFO [recovery-target] process exited with exit status: 0 (20.821708ms) |
1953 | 2024-08-26T19:45:38.229Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1954 | 2024-08-26T19:45:38.233Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1955 | 2024-08-26T19:45:38.233Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1956 | 2024-08-26T19:45:39.349Z | [ host-package] Compiling camino v1.1.9 |
1957 | 2024-08-26T19:45:39.349Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1958 | 2024-08-26T19:45:39.349Z | [ host-package] Compiling password-hash v0.5.0 |
1959 | 2024-08-26T19:45:39.351Z | [ host-package] Compiling blake2 v0.10.6 |
1960 | 2024-08-26T19:45:39.351Z | [ host-package] Compiling derive-where v1.2.7 |
1961 | 2024-08-26T19:45:39.351Z | [ host-package] Compiling newline-converter v0.3.0 |
1962 | 2024-08-26T19:45:39.351Z | [ host-package] Compiling toml v0.8.19 |
1963 | 2024-08-26T19:45:39.490Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1964 | 2024-08-26T19:45:39.747Z | [ host-package] Compiling humantime v2.1.0 |
1965 | 2024-08-26T19:45:39.764Z | [ host-package] Compiling expectorate v1.1.0 |
1966 | 2024-08-26T19:45:39.979Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1967 | 2024-08-26T19:45:40.026Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1968 | 2024-08-26T19:45:40.229Z | [ host-package] Compiling argon2 v0.5.3 |
1969 | 2024-08-26T19:45:40.575Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1970 | 2024-08-26T19:45:40.613Z | [ host-package] Compiling dirs-next v2.0.0 |
1971 | 2024-08-26T19:45:40.654Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1972 | 2024-08-26T19:45:40.817Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1973 | 2024-08-26T19:45:40.836Z | [ host-package] Compiling num-rational v0.4.2 |
1974 | 2024-08-26T19:45:41.113Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1975 | 2024-08-26T19:45:41.735Z | [ host-package] Compiling num-complex v0.4.6 |
1976 | 2024-08-26T19:45:41.755Z | [ host-package] Compiling convert_case v0.4.0 |
1977 | 2024-08-26T19:45:42.133Z | [ host-package] Compiling term v0.7.0 |
1978 | 2024-08-26T19:45:42.572Z | [ host-package] Compiling derive_more v0.99.18 |
1979 | 2024-08-26T19:45:42.659Z | [ host-package] Compiling float-ord v0.3.2 |
1980 | 2024-08-26T19:45:42.831Z | [ host-package] Compiling prettyplease v0.2.20 |
1981 | 2024-08-26T19:45:42.863Z | [ host-package] Compiling num v0.4.3 |
1982 | 2024-08-26T19:45:42.988Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1983 | 2024-08-26T19:45:43.112Z | [ host-package] Compiling is-terminal v0.4.12 |
1984 | 2024-08-26T19:45:43.184Z | [ host-package] Compiling semver v0.1.20 |
1985 | 2024-08-26T19:45:43.299Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1986 | 2024-08-26T19:45:43.396Z | [ host-package] Compiling cookie v0.18.1 |
1987 | 2024-08-26T19:45:43.479Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1988 | 2024-08-26T19:45:43.744Z | [ host-package] Compiling rustc_version v0.1.7 |
1989 | 2024-08-26T19:45:43.966Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1990 | 2024-08-26T19:45:43.979Z | [ helios-setup] Aug 26 19:45:42.671 INFO clone ok!, project: amd-host-image-builder |
1991 | 2024-08-26T19:45:43.982Z | [ helios-setup] Aug 26 19:45:42.671 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 |
1992 | 2024-08-26T19:45:43.982Z | [ helios-setup] Aug 26 19:45:42.671 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1993 | 2024-08-26T19:45:43.986Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1994 | 2024-08-26T19:45:44.046Z | [ host-package] Compiling highway v1.2.0 |
1995 | 2024-08-26T19:45:44.199Z | [ host-package] Compiling newtype_derive v0.1.6 |
1996 | 2024-08-26T19:45:44.291Z | [ host-package] Compiling home v0.5.9 |
1997 | 2024-08-26T19:45:44.762Z | [ host-package] Compiling steno v0.4.1 |
1998 | 2024-08-26T19:45:45.561Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1999 | 2024-08-26T19:45:47.282Z | [ host-package] Compiling rustls v0.22.4 |
2000 | 2024-08-26T19:45:47.315Z | [ host-package] Compiling thread_local v1.1.8 |
2001 | 2024-08-26T19:45:47.517Z | [ host-package] Compiling match_cfg v0.1.0 |
2002 | 2024-08-26T19:45:47.638Z | [ host-package] Compiling hostname v0.3.1 |
2003 | 2024-08-26T19:45:47.896Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2004 | 2024-08-26T19:45:49.551Z | [ host-package] Compiling multer v3.1.0 |
2005 | 2024-08-26T19:45:49.627Z | [ host-package] Compiling slog-async v2.8.0 |
2006 | 2024-08-26T19:45:49.769Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2007 | 2024-08-26T19:45:49.772Z | [ host-package] Compiling slog-json v2.6.1 |
2008 | 2024-08-26T19:45:50.243Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2009 | 2024-08-26T19:45:50.391Z | [ host-package] Compiling http v1.1.0 |
2010 | 2024-08-26T19:45:50.633Z | [ helios-setup] Aug 26 19:45:49.324 INFO clone ok!, project: amd-firmware |
2011 | 2024-08-26T19:45:50.636Z | [ helios-setup] Aug 26 19:45:49.324 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 |
2012 | 2024-08-26T19:45:50.636Z | [ helios-setup] Aug 26 19:45:49.324 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2013 | 2024-08-26T19:45:50.639Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2014 | 2024-08-26T19:45:51.382Z | [ host-package] Compiling take_mut v0.2.2 |
2015 | 2024-08-26T19:45:51.485Z | [ helios-setup] Aug 26 19:45:50.175 INFO clone ok!, project: bootserver |
2016 | 2024-08-26T19:45:51.489Z | [ helios-setup] Aug 26 19:45:50.175 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 |
2017 | 2024-08-26T19:45:51.489Z | [ helios-setup] Aug 26 19:45:50.175 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2018 | 2024-08-26T19:45:51.491Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2019 | 2024-08-26T19:45:51.625Z | [ host-package] Compiling atomic-waker v1.1.2 |
2020 | 2024-08-26T19:45:51.822Z | [ host-package] Compiling waitgroup v0.1.2 |
2021 | 2024-08-26T19:45:52.171Z | [ helios-setup] Aug 26 19:45:50.862 INFO clone ok!, project: pinprick |
2022 | 2024-08-26T19:45:52.174Z | [ helios-setup] Aug 26 19:45:50.862 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 |
2023 | 2024-08-26T19:45:52.174Z | [ helios-setup] Aug 26 19:45:50.862 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2024 | 2024-08-26T19:45:52.177Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2025 | 2024-08-26T19:45:52.836Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2026 | 2024-08-26T19:45:52.961Z | [ helios-setup] Aug 26 19:45:51.651 INFO clone ok!, project: phbl |
2027 | 2024-08-26T19:45:52.963Z | [ helios-setup] Aug 26 19:45:51.651 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 |
2028 | 2024-08-26T19:45:52.963Z | [ helios-setup] Aug 26 19:45:51.651 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2029 | 2024-08-26T19:45:52.969Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2030 | 2024-08-26T19:45:53.372Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2031 | 2024-08-26T19:45:53.601Z | [ host-package] Compiling slog-term v2.9.1 |
2032 | 2024-08-26T19:45:54.056Z | [ helios-setup] Aug 26 19:45:52.745 INFO clone ok!, project: chelsio-t6-roms |
2033 | 2024-08-26T19:45:54.058Z | [ helios-setup] Aug 26 19:45:52.746 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2034 | 2024-08-26T19:45:54.058Z | [ helios-setup] Aug 26 19:45:52.746 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2035 | 2024-08-26T19:45:54.058Z | [ helios-setup] Aug 26 19:45:52.746 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2036 | 2024-08-26T19:45:54.059Z | [ helios-setup] Aug 26 19:45:52.746 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2037 | 2024-08-26T19:45:54.125Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2038 | 2024-08-26T19:45:54.657Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2039 | 2024-08-26T19:45:54.781Z | [ host-package] Compiling async-stream v0.3.5 |
2040 | 2024-08-26T19:45:54.807Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2041 | 2024-08-26T19:45:54.989Z | [ helios-setup] Aug 26 19:45:53.679 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2042 | 2024-08-26T19:45:55.190Z | [ host-package] Compiling ipnetwork v0.20.0 |
2043 | 2024-08-26T19:45:55.193Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2044 | 2024-08-26T19:45:55.542Z | [ helios-setup] Aug 26 19:45:54.231 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2045 | 2024-08-26T19:45:55.545Z | [ helios-setup] Aug 26 19:45:54.231 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2046 | 2024-08-26T19:45:55.709Z | [ host-package] Compiling hostname v0.4.0 |
2047 | 2024-08-26T19:45:56.037Z | [ host-package] Compiling instant v0.1.12 |
2048 | 2024-08-26T19:45:56.108Z | [ helios-setup] Aug 26 19:45:54.798 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2049 | 2024-08-26T19:45:56.115Z | [ host-package] Compiling debug-ignore v1.0.5 |
2050 | 2024-08-26T19:45:56.146Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2051 | 2024-08-26T19:45:56.215Z | [ host-package] Compiling backoff v0.4.0 |
2052 | 2024-08-26T19:45:56.652Z | [ helios-setup] Aug 26 19:45:55.340 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2053 | 2024-08-26T19:45:56.652Z | [ helios-setup] Aug 26 19:45:55.340 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2054 | 2024-08-26T19:45:56.673Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2055 | 2024-08-26T19:45:57.010Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2056 | 2024-08-26T19:45:57.143Z | [ host-package] Compiling parse-display v0.10.0 |
2057 | 2024-08-26T19:45:57.249Z | [ helios-setup] Aug 26 19:45:55.938 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2058 | 2024-08-26T19:45:57.331Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2024-08-26T19:45:57.652Z | [ host-package] Compiling serde_with v3.9.0 |
2060 | 2024-08-26T19:45:57.740Z | [ host-package] Compiling strum v0.26.3 |
2061 | 2024-08-26T19:45:57.767Z | [ helios-setup] Aug 26 19:45:56.456 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2062 | 2024-08-26T19:45:57.767Z | [ helios-setup] Aug 26 19:45:56.456 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2063 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.456 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2064 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO ok! |
2065 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2066 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2067 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO ok! |
2068 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2069 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2070 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO ok! |
2071 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2072 | 2024-08-26T19:45:57.769Z | [ helios-setup] Aug 26 19:45:56.457 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2073 | 2024-08-26T19:45:58.044Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2074 | 2024-08-26T19:45:58.053Z | [ helios-setup] Aug 26 19:45:56.743 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2075 | 2024-08-26T19:45:58.569Z | [ helios-setup] Aug 26 19:45:57.258 INFO E| From https://github.com/jclulow/rust-jmclib |
2076 | 2024-08-26T19:45:58.569Z | [ helios-setup] Aug 26 19:45:57.259 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2077 | 2024-08-26T19:45:58.589Z | [ helios-setup] Aug 26 19:45:57.279 INFO E| Updating crates.io index |
2078 | 2024-08-26T19:45:58.849Z | [ helios-setup] Aug 26 19:45:57.538 INFO E| Downloading crates ... |
2079 | 2024-08-26T19:45:58.993Z | [ helios-setup] Aug 26 19:45:57.682 INFO E| Downloaded once_cell v1.18.0 |
2080 | 2024-08-26T19:45:58.998Z | [ helios-setup] Aug 26 19:45:57.688 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2081 | 2024-08-26T19:45:59.002Z | [ helios-setup] Aug 26 19:45:57.690 INFO E| Downloaded block-buffer v0.9.0 |
2082 | 2024-08-26T19:45:59.005Z | [ helios-setup] Aug 26 19:45:57.691 INFO E| Downloaded opaque-debug v0.3.0 |
2083 | 2024-08-26T19:45:59.005Z | [ helios-setup] Aug 26 19:45:57.692 INFO E| Downloaded walkdir v2.3.3 |
2084 | 2024-08-26T19:45:59.008Z | [ helios-setup] Aug 26 19:45:57.695 INFO E| Downloaded itoa v1.0.9 |
2085 | 2024-08-26T19:45:59.010Z | [ helios-setup] Aug 26 19:45:57.698 INFO E| Downloaded unicode-width v0.1.10 |
2086 | 2024-08-26T19:45:59.013Z | [ helios-setup] Aug 26 19:45:57.700 INFO E| Downloaded fastrand v2.0.0 |
2087 | 2024-08-26T19:45:59.015Z | [ helios-setup] Aug 26 19:45:57.702 INFO E| Downloaded sha-1 v0.9.8 |
2088 | 2024-08-26T19:45:59.017Z | [ helios-setup] Aug 26 19:45:57.705 INFO E| Downloaded quote v1.0.31 |
2089 | 2024-08-26T19:45:59.021Z | [ helios-setup] Aug 26 19:45:57.710 INFO E| Downloaded cpufeatures v0.2.9 |
2090 | 2024-08-26T19:45:59.023Z | [ helios-setup] Aug 26 19:45:57.712 INFO E| Downloaded md-5 v0.9.1 |
2091 | 2024-08-26T19:45:59.025Z | [ helios-setup] Aug 26 19:45:57.715 INFO E| Downloaded errno v0.3.1 |
2092 | 2024-08-26T19:45:59.028Z | [ helios-setup] Aug 26 19:45:57.718 INFO E| Downloaded digest v0.9.0 |
2093 | 2024-08-26T19:45:59.031Z | [ helios-setup] Aug 26 19:45:57.720 INFO E| Downloaded bitflags v2.3.3 |
2094 | 2024-08-26T19:45:59.035Z | [ helios-setup] Aug 26 19:45:57.725 INFO E| Downloaded uuid v0.8.2 |
2095 | 2024-08-26T19:45:59.041Z | [ helios-setup] Aug 26 19:45:57.730 INFO E| Downloaded tempfile v3.7.0 |
2096 | 2024-08-26T19:45:59.045Z | [ helios-setup] Aug 26 19:45:57.734 INFO E| Downloaded getrandom v0.2.10 |
2097 | 2024-08-26T19:45:59.050Z | [ helios-setup] Aug 26 19:45:57.739 INFO E| Downloaded unicode-ident v1.0.11 |
2098 | 2024-08-26T19:45:59.055Z | [ helios-setup] Aug 26 19:45:57.744 INFO E| Downloaded typenum v1.16.0 |
2099 | 2024-08-26T19:45:59.059Z | [ helios-setup] Aug 26 19:45:57.748 INFO E| Downloaded serde v1.0.193 |
2100 | 2024-08-26T19:45:59.065Z | [ helios-setup] Aug 26 19:45:57.754 INFO E| Downloaded ryu v1.0.15 |
2101 | 2024-08-26T19:45:59.071Z | [ helios-setup] Aug 26 19:45:57.760 INFO E| Downloaded toml v0.5.11 |
2102 | 2024-08-26T19:45:59.075Z | [ helios-setup] Aug 26 19:45:57.764 INFO E| Downloaded serde_derive v1.0.193 |
2103 | 2024-08-26T19:45:59.079Z | [ helios-setup] Aug 26 19:45:57.769 INFO E| Downloaded proc-macro2 v1.0.66 |
2104 | 2024-08-26T19:45:59.084Z | [ helios-setup] Aug 26 19:45:57.773 INFO E| Downloaded serde_json v1.0.103 |
2105 | 2024-08-26T19:45:59.123Z | [ helios-setup] Aug 26 19:45:57.812 INFO E| Downloaded anyhow v1.0.72 |
2106 | 2024-08-26T19:45:59.141Z | [ helios-setup] Aug 26 19:45:57.830 INFO E| Downloaded syn v2.0.32 |
2107 | 2024-08-26T19:45:59.179Z | [ helios-setup] Aug 26 19:45:57.868 INFO E| Downloaded rustix v0.38.4 |
2108 | 2024-08-26T19:45:59.233Z | [ helios-setup] Aug 26 19:45:57.923 INFO E| Downloaded libc v0.2.147 |
2109 | 2024-08-26T19:45:59.473Z | [ helios-setup] Aug 26 19:45:58.162 INFO E| Compiling libc v0.2.147 |
2110 | 2024-08-26T19:45:59.557Z | [ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling proc-macro2 v1.0.66 |
2111 | 2024-08-26T19:45:59.557Z | [ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling unicode-ident v1.0.11 |
2112 | 2024-08-26T19:45:59.557Z | [ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling cfg-if v1.0.0 |
2113 | 2024-08-26T19:45:59.569Z | [ helios-setup] Aug 26 19:45:58.246 INFO E| Compiling typenum v1.16.0 |
2114 | 2024-08-26T19:45:59.569Z | [ helios-setup] Aug 26 19:45:58.247 INFO E| Compiling version_check v0.9.4 |
2115 | 2024-08-26T19:45:59.569Z | [ helios-setup] Aug 26 19:45:58.247 INFO E| Compiling serde v1.0.193 |
2116 | 2024-08-26T19:45:59.569Z | [ helios-setup] Aug 26 19:45:58.247 INFO E| Compiling slog v2.7.0 |
2117 | 2024-08-26T19:46:00.102Z | [ helios-setup] Aug 26 19:45:58.791 INFO E| Compiling itoa v1.0.9 |
2118 | 2024-08-26T19:46:00.147Z | [ helios-setup] Aug 26 19:45:58.836 INFO E| Compiling num-conv v0.1.0 |
2119 | 2024-08-26T19:46:00.686Z | [ helios-setup] Aug 26 19:45:59.373 INFO E| Compiling powerfmt v0.2.0 |
2120 | 2024-08-26T19:46:00.935Z | [ helios-setup] Aug 26 19:45:59.624 INFO E| Compiling rustix v0.38.4 |
2121 | 2024-08-26T19:46:01.142Z | [ helios-setup] Aug 26 19:45:59.831 INFO E| Compiling time-core v0.1.2 |
2122 | 2024-08-26T19:46:01.373Z | [ helios-setup] Aug 26 19:46:00.062 INFO E| Compiling deranged v0.3.11 |
2123 | 2024-08-26T19:46:01.459Z | [ helios-setup] Aug 26 19:46:00.148 INFO E| Compiling once_cell v1.18.0 |
2124 | 2024-08-26T19:46:01.533Z | [ helios-setup] Aug 26 19:46:00.222 INFO E| Compiling time-macros v0.2.18 |
2125 | 2024-08-26T19:46:01.576Z | [ helios-setup] Aug 26 19:46:00.265 INFO E| Compiling generic-array v0.14.7 |
2126 | 2024-08-26T19:46:02.195Z | [ helios-setup] Aug 26 19:46:00.883 INFO E| Compiling bitflags v2.3.3 |
2127 | 2024-08-26T19:46:02.296Z | [ host-package] Compiling macaddr v1.0.1 |
2128 | 2024-08-26T19:46:02.319Z | [ helios-setup] Aug 26 19:46:01.008 INFO E| Compiling num_threads v0.1.6 |
2129 | 2024-08-26T19:46:02.369Z | [ helios-setup] Aug 26 19:46:01.056 INFO E| Compiling thread_local v1.1.7 |
2130 | 2024-08-26T19:46:03.146Z | [ helios-setup] Aug 26 19:46:01.834 INFO E| Compiling quote v1.0.31 |
2131 | 2024-08-26T19:46:03.187Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2132 | 2024-08-26T19:46:03.513Z | [ helios-setup] Aug 26 19:46:02.202 INFO E| Compiling dirs-sys-next v0.1.2 |
2133 | 2024-08-26T19:46:03.637Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2134 | 2024-08-26T19:46:04.244Z | [ helios-setup] Aug 26 19:46:02.932 INFO E| Compiling syn v2.0.32 |
2135 | 2024-08-26T19:46:04.270Z | [ helios-setup] Aug 26 19:46:02.958 INFO E| Compiling dirs-next v2.0.0 |
2136 | 2024-08-26T19:46:04.323Z | [ helios-setup] Aug 26 19:46:03.012 INFO E| Compiling errno v0.3.1 |
2137 | 2024-08-26T19:46:04.409Z | [ helios-setup] Aug 26 19:46:03.098 INFO E| Compiling term v0.7.0 |
2138 | 2024-08-26T19:46:04.839Z | [ helios-setup] Aug 26 19:46:03.528 INFO E| Compiling atty v0.2.14 |
2139 | 2024-08-26T19:46:04.910Z | [ helios-setup] Aug 26 19:46:03.599 INFO E| Compiling anyhow v1.0.72 |
2140 | 2024-08-26T19:46:05.001Z | [ host-package] Compiling lru-cache v0.1.2 |
2141 | 2024-08-26T19:46:05.161Z | [ helios-setup] Aug 26 19:46:03.849 INFO E| Compiling fastrand v2.0.0 |
2142 | 2024-08-26T19:46:05.472Z | [ helios-setup] Aug 26 19:46:04.160 INFO E| Compiling serde_json v1.0.103 |
2143 | 2024-08-26T19:46:05.791Z | [ helios-setup] Aug 26 19:46:04.479 INFO E| Compiling opaque-debug v0.3.0 |
2144 | 2024-08-26T19:46:06.159Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2145 | 2024-08-26T19:46:06.434Z | [ helios-setup] Aug 26 19:46:05.121 INFO E| Compiling getrandom v0.2.10 |
2146 | 2024-08-26T19:46:06.624Z | [ helios-setup] Aug 26 19:46:05.312 INFO E| Compiling block-buffer v0.9.0 |
2147 | 2024-08-26T19:46:06.876Z | [ helios-setup] Aug 26 19:46:05.564 INFO E| Compiling digest v0.9.0 |
2148 | 2024-08-26T19:46:06.977Z | [ helios-setup] Aug 26 19:46:05.665 INFO E| Compiling same-file v1.0.6 |
2149 | 2024-08-26T19:46:07.034Z | [ helios-setup] Aug 26 19:46:05.722 INFO E| Compiling unicode-width v0.1.10 |
2150 | 2024-08-26T19:46:07.147Z | [ helios-setup] Aug 26 19:46:05.835 INFO E| Compiling cpufeatures v0.2.9 |
2151 | 2024-08-26T19:46:07.159Z | [ helios-setup] Aug 26 19:46:05.848 INFO E| Compiling time v0.3.36 |
2152 | 2024-08-26T19:46:07.211Z | [ helios-setup] Aug 26 19:46:05.899 INFO E| Compiling ryu v1.0.15 |
2153 | 2024-08-26T19:46:07.286Z | [ helios-setup] Aug 26 19:46:05.974 INFO E| Compiling getopts v0.2.21 |
2154 | 2024-08-26T19:46:07.394Z | [ helios-setup] Aug 26 19:46:06.082 INFO E| Compiling sha-1 v0.9.8 |
2155 | 2024-08-26T19:46:07.511Z | [ helios-setup] Aug 26 19:46:06.200 INFO E| Compiling walkdir v2.3.3 |
2156 | 2024-08-26T19:46:07.829Z | [ helios-setup] Aug 26 19:46:06.517 INFO E| Compiling tempfile v3.7.0 |
2157 | 2024-08-26T19:46:08.132Z | [ host-package] Compiling quick-error v1.2.3 |
2158 | 2024-08-26T19:46:08.153Z | [ helios-setup] Aug 26 19:46:06.842 INFO E| Compiling md-5 v0.9.1 |
2159 | 2024-08-26T19:46:08.235Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2160 | 2024-08-26T19:46:08.644Z | [ host-package] Compiling resolv-conf v0.7.0 |
2161 | 2024-08-26T19:46:09.086Z | [ helios-setup] Aug 26 19:46:07.774 INFO E| Compiling libdevinfo-sys v1.0.0 |
2162 | 2024-08-26T19:46:09.261Z | [ helios-setup] Aug 26 19:46:07.949 INFO E| Compiling glob v0.3.1 |
2163 | 2024-08-26T19:46:09.555Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2164 | 2024-08-26T19:46:10.057Z | [ host-package] Compiling swrite v0.1.0 |
2165 | 2024-08-26T19:46:10.332Z | [ host-package] Compiling utf-8 v0.7.6 |
2166 | 2024-08-26T19:46:10.600Z | [ helios-setup] Aug 26 19:46:09.288 INFO E| Compiling slog-term v2.9.0 |
2167 | 2024-08-26T19:46:10.854Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2168 | 2024-08-26T19:46:11.213Z | [ host-package] Compiling rayon-core v1.12.1 |
2169 | 2024-08-26T19:46:11.278Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2170 | 2024-08-26T19:46:13.502Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2171 | 2024-08-26T19:46:13.675Z | [ helios-setup] Aug 26 19:46:12.362 INFO E| Compiling serde_derive v1.0.193 |
2172 | 2024-08-26T19:46:13.953Z | [ host-package] Compiling half v2.4.1 |
2173 | 2024-08-26T19:46:15.041Z | [ host-package] Compiling fastrand v2.1.0 |
2174 | 2024-08-26T19:46:15.596Z | [ host-package] Compiling ciborium-io v0.2.2 |
2175 | 2024-08-26T19:46:15.765Z | [ host-package] Compiling display-error-chain v0.2.0 |
2176 | 2024-08-26T19:46:16.035Z | [ host-package] Compiling same-file v1.0.6 |
2177 | 2024-08-26T19:46:16.098Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2178 | 2024-08-26T19:46:16.333Z | [ host-package] Compiling walkdir v2.5.0 |
2179 | 2024-08-26T19:46:16.697Z | [ host-package] Compiling tempfile v3.10.1 |
2180 | 2024-08-26T19:46:17.563Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2181 | 2024-08-26T19:46:18.805Z | [ host-package] Compiling blake3 v1.5.1 |
2182 | 2024-08-26T19:46:18.916Z | [ host-package] Compiling ring v0.16.20 |
2183 | 2024-08-26T19:46:19.523Z | [ host-package] Compiling rayon v1.10.0 |
2184 | 2024-08-26T19:46:24.941Z | [ host-package] Compiling ciborium v0.2.2 |
2185 | 2024-08-26T19:46:26.599Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2186 | 2024-08-26T19:46:27.666Z | [ host-package] Compiling xattr v1.3.1 |
2187 | 2024-08-26T19:46:27.992Z | [ host-package] Compiling filetime v0.2.24 |
2188 | 2024-08-26T19:46:28.244Z | [ helios-setup] Aug 26 19:46:26.929 INFO E| Compiling toml v0.5.11 |
2189 | 2024-08-26T19:46:28.244Z | [ helios-setup] Aug 26 19:46:26.929 INFO E| Compiling uuid v0.8.2 |
2190 | 2024-08-26T19:46:28.389Z | [ host-package] Compiling memmap2 v0.9.4 |
2191 | 2024-08-26T19:46:29.160Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2192 | 2024-08-26T19:46:29.482Z | [ host-package] Compiling arrayref v0.3.7 |
2193 | 2024-08-26T19:46:29.642Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2194 | 2024-08-26T19:46:30.198Z | [ host-package] Compiling spin v0.5.2 |
2195 | 2024-08-26T19:46:30.403Z | [ helios-setup] Aug 26 19:46:29.088 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2196 | 2024-08-26T19:46:30.565Z | [ host-package] Compiling arrayvec v0.7.4 |
2197 | 2024-08-26T19:46:31.106Z | [ host-package] Compiling untrusted v0.7.1 |
2198 | 2024-08-26T19:46:32.004Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2199 | 2024-08-26T19:46:32.502Z | [ host-package] Compiling tar v0.4.41 |
2200 | 2024-08-26T19:46:33.561Z | [ helios-setup] Aug 26 19:46:32.246 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2201 | 2024-08-26T19:46:34.720Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2202 | 2024-08-26T19:46:35.222Z | [ host-package] Compiling toolchain_find v0.4.0 |
2203 | 2024-08-26T19:46:35.294Z | [ host-package] Compiling nibble_vec v0.1.0 |
2204 | 2024-08-26T19:46:35.473Z | [ host-package] Compiling atty v0.2.14 |
2205 | 2024-08-26T19:46:35.636Z | [ host-package] Compiling glob v0.3.1 |
2206 | 2024-08-26T19:46:35.868Z | [ host-package] Compiling maplit v1.0.2 |
2207 | 2024-08-26T19:46:35.964Z | [ host-package] Compiling topological-sort v0.2.2 |
2208 | 2024-08-26T19:46:36.046Z | [ host-package] Compiling crunchy v0.2.2 |
2209 | 2024-08-26T19:46:36.241Z | [ host-package] Compiling endian-type v0.1.2 |
2210 | 2024-08-26T19:46:36.249Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2211 | 2024-08-26T19:46:36.576Z | [ host-package] Compiling clang-sys v1.7.0 |
2212 | 2024-08-26T19:46:36.603Z | [ host-package] Compiling radix_trie v0.2.1 |
2213 | 2024-08-26T19:46:36.656Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2214 | 2024-08-26T19:46:37.114Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2215 | 2024-08-26T19:46:37.453Z | [ host-package] Compiling tungstenite v0.21.0 |
2216 | 2024-08-26T19:46:37.558Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2217 | 2024-08-26T19:46:37.838Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2218 | 2024-08-26T19:46:37.966Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2219 | 2024-08-26T19:46:38.225Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2220 | 2024-08-26T19:46:39.495Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2221 | 2024-08-26T19:46:39.765Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2222 | 2024-08-26T19:46:40.338Z | [ host-package] Compiling arc-swap v1.7.1 |
2223 | 2024-08-26T19:46:40.373Z | [ host-package] Compiling diesel_derives v2.2.2 |
2224 | 2024-08-26T19:46:41.092Z | [ host-package] Compiling slog-scope v4.4.0 |
2225 | 2024-08-26T19:46:42.224Z | [ host-package] Compiling r2d2 v0.8.10 |
2226 | 2024-08-26T19:46:42.347Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2227 | 2024-08-26T19:46:42.817Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2228 | 2024-08-26T19:46:42.883Z | [ host-package] Compiling ena v0.14.3 |
2229 | 2024-08-26T19:46:43.363Z | [ host-package] Compiling libloading v0.8.3 |
2230 | 2024-08-26T19:46:43.384Z | [ host-package] Compiling diff v0.1.13 |
2231 | 2024-08-26T19:46:43.386Z | [ host-package] Compiling bindgen v0.69.4 |
2232 | 2024-08-26T19:46:43.987Z | [ host-package] Compiling regex-syntax v0.6.29 |
2233 | 2024-08-26T19:46:44.653Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2234 | 2024-08-26T19:46:45.653Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2235 | 2024-08-26T19:46:46.246Z | [ helios-setup] Aug 26 19:46:44.929 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.37s |
2236 | 2024-08-26T19:46:46.279Z | [ helios-setup] Aug 26 19:46:44.962 INFO building project "image-builder" ok (48 seconds) |
2237 | 2024-08-26T19:46:46.279Z | [ helios-setup] Aug 26 19:46:44.962 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2238 | 2024-08-26T19:46:46.279Z | [ helios-setup] Aug 26 19:46:44.962 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2239 | 2024-08-26T19:46:46.766Z | [ helios-setup] Aug 26 19:46:45.448 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2240 | 2024-08-26T19:46:46.897Z | [ host-package] Compiling which v4.4.2 |
2241 | 2024-08-26T19:46:47.297Z | [ helios-setup] Aug 26 19:46:45.980 INFO E| From https://github.com/jclulow/hiercmd |
2242 | 2024-08-26T19:46:47.297Z | [ helios-setup] Aug 26 19:46:45.980 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2243 | 2024-08-26T19:46:47.319Z | [ helios-setup] Aug 26 19:46:46.002 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2244 | 2024-08-26T19:46:47.502Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2245 | 2024-08-26T19:46:47.741Z | [ host-package] Compiling lalrpop v0.19.12 |
2246 | 2024-08-26T19:46:47.839Z | [ helios-setup] Aug 26 19:46:46.522 INFO E| From https://github.com/jclulow/network-interface |
2247 | 2024-08-26T19:46:47.840Z | [ helios-setup] Aug 26 19:46:46.522 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2248 | 2024-08-26T19:46:47.877Z | [ helios-setup] Aug 26 19:46:46.560 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2249 | 2024-08-26T19:46:48.374Z | [ helios-setup] Aug 26 19:46:47.057 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2250 | 2024-08-26T19:46:48.374Z | [ helios-setup] Aug 26 19:46:47.057 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2251 | 2024-08-26T19:46:48.414Z | [ helios-setup] Aug 26 19:46:47.097 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2252 | 2024-08-26T19:46:49.222Z | [ helios-setup] Aug 26 19:46:47.903 INFO E| From https://github.com/oxidecomputer/facade |
2253 | 2024-08-26T19:46:49.222Z | [ helios-setup] Aug 26 19:46:47.903 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2254 | 2024-08-26T19:46:49.313Z | [ helios-setup] Aug 26 19:46:47.995 INFO E| Updating crates.io index |
2255 | 2024-08-26T19:46:49.681Z | [ host-package] Compiling cexpr v0.6.0 |
2256 | 2024-08-26T19:46:50.039Z | [ helios-setup] Aug 26 19:46:48.721 INFO E| Downloading crates ... |
2257 | 2024-08-26T19:46:50.298Z | [ helios-setup] Aug 26 19:46:48.981 INFO E| Downloaded const-random v0.1.15 |
2258 | 2024-08-26T19:46:50.301Z | [ helios-setup] Aug 26 19:46:48.983 INFO E| Downloaded concolor-override v1.0.0 |
2259 | 2024-08-26T19:46:50.303Z | [ helios-setup] Aug 26 19:46:48.985 INFO E| Downloaded byteorder v1.4.3 |
2260 | 2024-08-26T19:46:50.306Z | [ helios-setup] Aug 26 19:46:48.988 INFO E| Downloaded autocfg v1.1.0 |
2261 | 2024-08-26T19:46:50.309Z | [ helios-setup] Aug 26 19:46:48.991 INFO E| Downloaded project-root v0.2.2 |
2262 | 2024-08-26T19:46:50.312Z | [ helios-setup] Aug 26 19:46:48.992 INFO E| Downloaded anstream v0.2.6 |
2263 | 2024-08-26T19:46:50.351Z | [ helios-setup] Aug 26 19:46:49.033 INFO E| Downloaded want v0.3.0 |
2264 | 2024-08-26T19:46:50.354Z | [ helios-setup] Aug 26 19:46:49.035 INFO E| Downloaded try-lock v0.2.4 |
2265 | 2024-08-26T19:46:50.356Z | [ helios-setup] Aug 26 19:46:49.037 INFO E| Downloaded sha2 v0.10.6 |
2266 | 2024-08-26T19:46:50.359Z | [ helios-setup] Aug 26 19:46:49.041 INFO E| Downloaded futures-sink v0.3.28 |
2267 | 2024-08-26T19:46:50.361Z | [ helios-setup] Aug 26 19:46:49.043 INFO E| Downloaded memoffset v0.7.1 |
2268 | 2024-08-26T19:46:50.363Z | [ helios-setup] Aug 26 19:46:49.046 INFO E| Downloaded futures-core v0.3.28 |
2269 | 2024-08-26T19:46:50.365Z | [ helios-setup] Aug 26 19:46:49.048 INFO E| Downloaded serde_spanned v0.6.1 |
2270 | 2024-08-26T19:46:50.368Z | [ helios-setup] Aug 26 19:46:49.050 INFO E| Downloaded serde_derive v1.0.204 |
2271 | 2024-08-26T19:46:50.376Z | [ helios-setup] Aug 26 19:46:49.055 INFO E| Downloaded semver-parser v0.10.2 |
2272 | 2024-08-26T19:46:50.393Z | [ helios-setup] Aug 26 19:46:49.075 INFO E| Downloaded pkg-config v0.3.26 |
2273 | 2024-08-26T19:46:50.395Z | [ helios-setup] Aug 26 19:46:49.078 INFO E| Downloaded toolchain_find v0.2.0 |
2274 | 2024-08-26T19:46:50.398Z | [ helios-setup] Aug 26 19:46:49.079 INFO E| Downloaded thiserror v1.0.38 |
2275 | 2024-08-26T19:46:50.403Z | [ helios-setup] Aug 26 19:46:49.086 INFO E| Downloaded terminal_size v0.2.6 |
2276 | 2024-08-26T19:46:50.406Z | [ helios-setup] Aug 26 19:46:49.089 INFO E| Downloaded smawk v0.3.1 |
2277 | 2024-08-26T19:46:50.408Z | [ helios-setup] Aug 26 19:46:49.091 INFO E| Downloaded tokio-macros v2.0.0 |
2278 | 2024-08-26T19:46:50.411Z | [ helios-setup] Aug 26 19:46:49.092 INFO E| Downloaded getrandom v0.2.8 |
2279 | 2024-08-26T19:46:50.415Z | [ helios-setup] Aug 26 19:46:49.098 INFO E| Downloaded anstyle v0.3.5 |
2280 | 2024-08-26T19:46:50.418Z | [ helios-setup] Aug 26 19:46:49.100 INFO E| Downloaded slab v0.4.7 |
2281 | 2024-08-26T19:46:50.420Z | [ helios-setup] Aug 26 19:46:49.103 INFO E| Downloaded sha1 v0.10.5 |
2282 | 2024-08-26T19:46:50.425Z | [ helios-setup] Aug 26 19:46:49.106 INFO E| Downloaded slog-async v2.7.0 |
2283 | 2024-08-26T19:46:50.428Z | [ helios-setup] Aug 26 19:46:49.109 INFO E| Downloaded home v0.5.4 |
2284 | 2024-08-26T19:46:50.430Z | [ helios-setup] Aug 26 19:46:49.111 INFO E| Downloaded futures-macro v0.3.28 |
2285 | 2024-08-26T19:46:50.432Z | [ helios-setup] Aug 26 19:46:49.114 INFO E| Downloaded futures-task v0.3.28 |
2286 | 2024-08-26T19:46:50.435Z | [ helios-setup] Aug 26 19:46:49.117 INFO E| Downloaded thiserror-impl v1.0.38 |
2287 | 2024-08-26T19:46:50.437Z | [ helios-setup] Aug 26 19:46:49.119 INFO E| Downloaded is-terminal v0.4.7 |
2288 | 2024-08-26T19:46:50.440Z | [ helios-setup] Aug 26 19:46:49.121 INFO E| Downloaded strsim v0.10.0 |
2289 | 2024-08-26T19:46:50.504Z | [ helios-setup] Aug 26 19:46:49.186 INFO E| Downloaded toml_datetime v0.6.1 |
2290 | 2024-08-26T19:46:50.506Z | [ helios-setup] Aug 26 19:46:49.188 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2291 | 2024-08-26T19:46:50.509Z | [ helios-setup] Aug 26 19:46:49.192 INFO E| Downloaded tokio-rustls v0.24.0 |
2292 | 2024-08-26T19:46:50.514Z | [ helios-setup] Aug 26 19:46:49.196 INFO E| Downloaded time v0.1.45 |
2293 | 2024-08-26T19:46:50.517Z | [ helios-setup] Aug 26 19:46:49.199 INFO E| Downloaded unicode-ident v1.0.8 |
2294 | 2024-08-26T19:46:50.522Z | [ helios-setup] Aug 26 19:46:49.205 INFO E| Downloaded log v0.4.17 |
2295 | 2024-08-26T19:46:50.527Z | [ helios-setup] Aug 26 19:46:49.210 INFO E| Downloaded toml v0.7.3 |
2296 | 2024-08-26T19:46:50.535Z | [ helios-setup] Aug 26 19:46:49.217 INFO E| Downloaded semver v1.0.17 |
2297 | 2024-08-26T19:46:50.538Z | [ helios-setup] Aug 26 19:46:49.221 INFO E| Downloaded unicode-bidi v0.3.13 |
2298 | 2024-08-26T19:46:50.544Z | [ helios-setup] Aug 26 19:46:49.226 INFO E| Downloaded socket2 v0.4.9 |
2299 | 2024-08-26T19:46:50.547Z | [ helios-setup] Aug 26 19:46:49.230 INFO E| Downloaded url v2.3.1 |
2300 | 2024-08-26T19:46:50.554Z | [ helios-setup] Aug 26 19:46:49.236 INFO E| Downloaded uuid v1.3.0 |
2301 | 2024-08-26T19:46:50.564Z | [ helios-setup] Aug 26 19:46:49.246 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2302 | 2024-08-26T19:46:50.571Z | [ helios-setup] Aug 26 19:46:49.254 INFO E| Downloaded serde v1.0.204 |
2303 | 2024-08-26T19:46:50.580Z | [ helios-setup] Aug 26 19:46:49.261 INFO E| Downloaded unicode-linebreak v0.1.4 |
2304 | 2024-08-26T19:46:50.583Z | [ helios-setup] Aug 26 19:46:49.265 INFO E| Downloaded unicode-normalization v0.1.22 |
2305 | 2024-08-26T19:46:50.590Z | [ helios-setup] Aug 26 19:46:49.272 INFO E| Downloaded rhai_codegen v1.5.0 |
2306 | 2024-08-26T19:46:50.609Z | [ helios-setup] Aug 26 19:46:49.291 INFO E| Downloaded winnow v0.4.1 |
2307 | 2024-08-26T19:46:50.631Z | [ helios-setup] Aug 26 19:46:49.313 INFO E| Downloaded syn v1.0.107 |
2308 | 2024-08-26T19:46:50.651Z | [ helios-setup] Aug 26 19:46:49.333 INFO E| Downloaded syn v2.0.72 |
2309 | 2024-08-26T19:46:50.669Z | [ helios-setup] Aug 26 19:46:49.351 INFO E| Downloaded cc v1.0.78 |
2310 | 2024-08-26T19:46:50.675Z | [ helios-setup] Aug 26 19:46:49.357 INFO E| Downloaded tokio v1.27.0 |
2311 | 2024-08-26T19:46:50.727Z | [ helios-setup] Aug 26 19:46:49.409 INFO E| Downloaded schemars v0.8.12 |
2312 | 2024-08-26T19:46:50.744Z | [ helios-setup] Aug 26 19:46:49.425 INFO E| Downloaded memchr v2.5.0 |
2313 | 2024-08-26T19:46:50.749Z | [ helios-setup] Aug 26 19:46:49.431 INFO E| Downloaded crossbeam-channel v0.5.6 |
2314 | 2024-08-26T19:46:50.754Z | [ helios-setup] Aug 26 19:46:49.437 INFO E| Downloaded aho-corasick v0.7.20 |
2315 | 2024-08-26T19:46:50.760Z | [ helios-setup] Aug 26 19:46:49.443 INFO E| Downloaded rustls-webpki v0.100.1 |
2316 | 2024-08-26T19:46:50.771Z | [ helios-setup] Aug 26 19:46:49.453 INFO E| Downloaded mio v0.8.5 |
2317 | 2024-08-26T19:46:50.779Z | [ helios-setup] Aug 26 19:46:49.462 INFO E| Downloaded pest v2.5.7 |
2318 | 2024-08-26T19:46:50.786Z | [ helios-setup] Aug 26 19:46:49.469 INFO E| Downloaded futures-util v0.3.28 |
2319 | 2024-08-26T19:46:50.806Z | [ helios-setup] Aug 26 19:46:49.489 INFO E| Downloaded http v0.2.9 |
2320 | 2024-08-26T19:46:50.812Z | [ helios-setup] Aug 26 19:46:49.495 INFO E| Downloaded h2 v0.3.16 |
2321 | 2024-08-26T19:46:50.823Z | [ helios-setup] Aug 26 19:46:49.506 INFO E| Downloaded miniz_oxide v0.6.2 |
2322 | 2024-08-26T19:46:50.827Z | [ helios-setup] Aug 26 19:46:49.509 INFO E| Downloaded base64 v0.21.0 |
2323 | 2024-08-26T19:46:50.832Z | [ helios-setup] Aug 26 19:46:49.515 INFO E| Downloaded ryu v1.0.13 |
2324 | 2024-08-26T19:46:50.837Z | [ helios-setup] Aug 26 19:46:49.520 INFO E| Downloaded reqwest v0.11.16 |
2325 | 2024-08-26T19:46:50.850Z | [ helios-setup] Aug 26 19:46:49.532 INFO E| Downloaded rayon-core v1.10.2 |
2326 | 2024-08-26T19:46:50.857Z | [ helios-setup] Aug 26 19:46:49.540 INFO E| Downloaded rayon v1.6.1 |
2327 | 2024-08-26T19:46:50.873Z | [ helios-setup] Aug 26 19:46:49.555 INFO E| Downloaded clap_builder v4.2.1 |
2328 | 2024-08-26T19:46:50.882Z | [ helios-setup] Aug 26 19:46:49.565 INFO E| Downloaded hyper v0.14.25 |
2329 | 2024-08-26T19:46:50.894Z | [ helios-setup] Aug 26 19:46:49.576 INFO E| Downloaded git2 v0.16.1 |
2330 | 2024-08-26T19:46:50.905Z | [ helios-setup] Aug 26 19:46:49.587 INFO E| Downloaded chrono v0.4.24 |
2331 | 2024-08-26T19:46:50.916Z | [ helios-setup] Aug 26 19:46:49.598 INFO E| Downloaded regress v0.5.0 |
2332 | 2024-08-26T19:46:50.928Z | [ helios-setup] Aug 26 19:46:49.610 INFO E| Downloaded flate2 v1.0.25 |
2333 | 2024-08-26T19:46:50.936Z | [ helios-setup] Aug 26 19:46:49.618 INFO E| Downloaded rustls v0.21.0 |
2334 | 2024-08-26T19:46:50.955Z | [ helios-setup] Aug 26 19:46:49.638 INFO E| Downloaded futures v0.3.28 |
2335 | 2024-08-26T19:46:50.964Z | [ helios-setup] Aug 26 19:46:49.646 INFO E| Downloaded rustix v0.37.3 |
2336 | 2024-08-26T19:46:50.996Z | [ helios-setup] Aug 26 19:46:49.678 INFO E| Downloaded rhai v1.14.0 |
2337 | 2024-08-26T19:46:51.019Z | [ helios-setup] Aug 26 19:46:49.700 INFO E| Downloaded regex v1.7.3 |
2338 | 2024-08-26T19:46:51.034Z | [ helios-setup] Aug 26 19:46:49.714 INFO E| Downloaded openapiv3 v1.0.2 |
2339 | 2024-08-26T19:46:51.133Z | [ helios-setup] Aug 26 19:46:49.735 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2340 | 2024-08-26T19:46:51.134Z | [ helios-setup] Aug 26 19:46:49.739 INFO E| Downloaded bytes v1.4.0 |
2341 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.745 INFO E| Downloaded serde_json v1.0.95 |
2342 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.757 INFO E| Downloaded pin-project-lite v0.2.9 |
2343 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.764 INFO E| Downloaded parking_lot_core v0.9.6 |
2344 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.768 INFO E| Downloaded toml_edit v0.19.8 |
2345 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.797 INFO E| Downloaded lock_api v0.4.9 |
2346 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.799 INFO E| Downloaded ipnet v2.7.2 |
2347 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.802 INFO E| Downloaded io-lifetimes v1.0.10 |
2348 | 2024-08-26T19:46:51.149Z | [ helios-setup] Aug 26 19:46:49.805 INFO E| Downloaded tokio-util v0.7.7 |
2349 | 2024-08-26T19:46:51.152Z | [ helios-setup] Aug 26 19:46:49.832 INFO E| Downloaded libc v0.2.139 |
2350 | 2024-08-26T19:46:51.189Z | [ helios-setup] Aug 26 19:46:49.871 INFO E| Downloaded clap v4.2.1 |
2351 | 2024-08-26T19:46:51.204Z | [ helios-setup] Aug 26 19:46:49.887 INFO E| Downloaded tungstenite v0.18.0 |
2352 | 2024-08-26T19:46:51.211Z | [ helios-setup] Aug 26 19:46:49.892 INFO E| Downloaded tracing-core v0.1.30 |
2353 | 2024-08-26T19:46:51.214Z | [ helios-setup] Aug 26 19:46:49.897 INFO E| Downloaded tracing v0.1.37 |
2354 | 2024-08-26T19:46:51.222Z | [ helios-setup] Aug 26 19:46:49.904 INFO E| Downloaded parking_lot v0.12.1 |
2355 | 2024-08-26T19:46:51.225Z | [ helios-setup] Aug 26 19:46:49.908 INFO E| Downloaded num-traits v0.2.15 |
2356 | 2024-08-26T19:46:51.230Z | [ helios-setup] Aug 26 19:46:49.913 INFO E| Downloaded textwrap v0.16.0 |
2357 | 2024-08-26T19:46:51.234Z | [ helios-setup] Aug 26 19:46:49.916 INFO E| Downloaded ucd-trie v0.1.5 |
2358 | 2024-08-26T19:46:51.237Z | [ helios-setup] Aug 26 19:46:49.919 INFO E| Downloaded schemars_derive v0.8.12 |
2359 | 2024-08-26T19:46:51.239Z | [ helios-setup] Aug 26 19:46:49.922 INFO E| Downloaded futures-channel v0.3.28 |
2360 | 2024-08-26T19:46:51.242Z | [ helios-setup] Aug 26 19:46:49.925 INFO E| Downloaded cargo-lock v8.0.3 |
2361 | 2024-08-26T19:46:51.248Z | [ helios-setup] Aug 26 19:46:49.930 INFO E| Downloaded scopeguard v1.1.0 |
2362 | 2024-08-26T19:46:51.251Z | [ helios-setup] Aug 26 19:46:49.931 INFO E| Downloaded generic-array v0.14.6 |
2363 | 2024-08-26T19:46:51.253Z | [ helios-setup] Aug 26 19:46:49.933 INFO E| Downloaded proc-macro-crate v1.2.1 |
2364 | 2024-08-26T19:46:51.253Z | [ helios-setup] Aug 26 19:46:49.935 INFO E| Downloaded crossbeam-deque v0.8.2 |
2365 | 2024-08-26T19:46:51.256Z | [ helios-setup] Aug 26 19:46:49.937 INFO E| Downloaded tempfile v3.5.0 |
2366 | 2024-08-26T19:46:51.270Z | [ helios-setup] Aug 26 19:46:49.952 INFO E| Downloaded serde_yaml v0.9.21 |
2367 | 2024-08-26T19:46:51.276Z | [ helios-setup] Aug 26 19:46:49.957 INFO E| Downloaded num_enum_derive v0.5.7 |
2368 | 2024-08-26T19:46:51.278Z | [ helios-setup] Aug 26 19:46:49.959 INFO E| Downloaded num_cpus v1.15.0 |
2369 | 2024-08-26T19:46:51.282Z | [ helios-setup] Aug 26 19:46:49.962 INFO E| Downloaded crossbeam-utils v0.8.14 |
2370 | 2024-08-26T19:46:51.285Z | [ helios-setup] Aug 26 19:46:49.967 INFO E| Downloaded async-trait v0.1.68 |
2371 | 2024-08-26T19:46:51.291Z | [ helios-setup] Aug 26 19:46:49.971 INFO E| Downloaded anstyle-parse v0.1.1 |
2372 | 2024-08-26T19:46:51.294Z | [ helios-setup] Aug 26 19:46:49.974 INFO E| Downloaded ahash v0.7.6 |
2373 | 2024-08-26T19:46:51.296Z | [ helios-setup] Aug 26 19:46:49.978 INFO E| Downloaded smartstring v1.0.1 |
2374 | 2024-08-26T19:46:51.299Z | [ helios-setup] Aug 26 19:46:49.981 INFO E| Downloaded smallvec v1.10.0 |
2375 | 2024-08-26T19:46:51.303Z | [ helios-setup] Aug 26 19:46:49.984 INFO E| Downloaded serde_path_to_error v0.1.11 |
2376 | 2024-08-26T19:46:51.305Z | [ helios-setup] Aug 26 19:46:49.987 INFO E| Downloaded serde_derive_internals v0.26.0 |
2377 | 2024-08-26T19:46:51.308Z | [ helios-setup] Aug 26 19:46:49.989 INFO E| Downloaded sct v0.7.0 |
2378 | 2024-08-26T19:46:51.313Z | [ helios-setup] Aug 26 19:46:49.994 INFO E| Downloaded percent-encoding v2.2.0 |
2379 | 2024-08-26T19:46:51.315Z | [ helios-setup] Aug 26 19:46:49.995 INFO E| Downloaded once_cell v1.17.0 |
2380 | 2024-08-26T19:46:51.318Z | [ helios-setup] Aug 26 19:46:49.999 INFO E| Downloaded encoding_rs v0.8.32 |
2381 | 2024-08-26T19:46:51.349Z | [ helios-setup] Aug 26 19:46:50.031 INFO E| Downloaded num-integer v0.1.45 |
2382 | 2024-08-26T19:46:51.351Z | [ helios-setup] Aug 26 19:46:50.033 INFO E| Downloaded lazy_static v1.4.0 |
2383 | 2024-08-26T19:46:51.353Z | [ helios-setup] Aug 26 19:46:50.035 INFO E| Downloaded jobserver v0.1.26 |
2384 | 2024-08-26T19:46:51.356Z | [ helios-setup] Aug 26 19:46:50.037 INFO E| Downloaded itoa v1.0.6 |
2385 | 2024-08-26T19:46:51.379Z | [ helios-setup] Aug 26 19:46:50.061 INFO E| Downloaded http-body v0.4.5 |
2386 | 2024-08-26T19:46:51.381Z | [ helios-setup] Aug 26 19:46:50.063 INFO E| Downloaded either v1.8.0 |
2387 | 2024-08-26T19:46:51.386Z | [ helios-setup] Aug 26 19:46:50.065 INFO E| Downloaded form_urlencoded v1.1.0 |
2388 | 2024-08-26T19:46:51.386Z | [ helios-setup] Aug 26 19:46:50.066 INFO E| Downloaded fastrand v1.9.0 |
2389 | 2024-08-26T19:46:51.386Z | [ helios-setup] Aug 26 19:46:50.068 INFO E| Downloaded digest v0.10.6 |
2390 | 2024-08-26T19:46:51.389Z | [ helios-setup] Aug 26 19:46:50.071 INFO E| Downloaded concolor-query v0.3.3 |
2391 | 2024-08-26T19:46:51.391Z | [ helios-setup] Aug 26 19:46:50.072 INFO E| Downloaded clap_derive v4.2.0 |
2392 | 2024-08-26T19:46:51.394Z | [ helios-setup] Aug 26 19:46:50.075 INFO E| Downloaded futures-executor v0.3.28 |
2393 | 2024-08-26T19:46:51.396Z | [ helios-setup] Aug 26 19:46:50.076 INFO E| Downloaded clap_lex v0.4.1 |
2394 | 2024-08-26T19:46:51.396Z | [ helios-setup] Aug 26 19:46:50.078 INFO E| Downloaded serde_tokenstream v0.2.0 |
2395 | 2024-08-26T19:46:51.401Z | [ helios-setup] Aug 26 19:46:50.083 INFO E| Downloaded ahash v0.8.3 |
2396 | 2024-08-26T19:46:51.404Z | [ helios-setup] Aug 26 19:46:50.087 INFO E| Downloaded slog-bunyan v2.4.0 |
2397 | 2024-08-26T19:46:51.407Z | [ helios-setup] Aug 26 19:46:50.089 INFO E| Downloaded signal-hook-registry v1.4.0 |
2398 | 2024-08-26T19:46:51.410Z | [ helios-setup] Aug 26 19:46:50.090 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2399 | 2024-08-26T19:46:51.410Z | [ helios-setup] Aug 26 19:46:50.092 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2400 | 2024-08-26T19:46:51.413Z | [ helios-setup] Aug 26 19:46:50.094 INFO E| Downloaded paste v1.0.12 |
2401 | 2024-08-26T19:46:51.416Z | [ helios-setup] Aug 26 19:46:50.099 INFO E| Downloaded num_enum v0.5.7 |
2402 | 2024-08-26T19:46:51.422Z | [ helios-setup] Aug 26 19:46:50.104 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2403 | 2024-08-26T19:46:51.501Z | [ helios-setup] Aug 26 19:46:50.183 INFO E| Downloaded iana-time-zone v0.1.56 |
2404 | 2024-08-26T19:46:51.505Z | [ helios-setup] Aug 26 19:46:50.186 INFO E| Downloaded block-buffer v0.10.3 |
2405 | 2024-08-26T19:46:51.507Z | [ helios-setup] Aug 26 19:46:50.188 INFO E| Downloaded bincode v1.3.3 |
2406 | 2024-08-26T19:46:51.510Z | [ helios-setup] Aug 26 19:46:50.191 INFO E| Downloaded anyhow v1.0.68 |
2407 | 2024-08-26T19:46:51.519Z | [ helios-setup] Aug 26 19:46:50.202 INFO E| Downloaded httpdate v1.0.2 |
2408 | 2024-08-26T19:46:51.522Z | [ helios-setup] Aug 26 19:46:50.205 INFO E| Downloaded cpufeatures v0.2.5 |
2409 | 2024-08-26T19:46:51.525Z | [ helios-setup] Aug 26 19:46:50.206 INFO E| Downloaded semver v0.11.0 |
2410 | 2024-08-26T19:46:51.527Z | [ helios-setup] Aug 26 19:46:50.208 INFO E| Downloaded rustls-pemfile v1.0.2 |
2411 | 2024-08-26T19:46:51.529Z | [ helios-setup] Aug 26 19:46:50.211 INFO E| Downloaded futures-io v0.3.28 |
2412 | 2024-08-26T19:46:51.532Z | [ helios-setup] Aug 26 19:46:50.212 INFO E| Downloaded dyn-clone v1.0.11 |
2413 | 2024-08-26T19:46:51.535Z | [ helios-setup] Aug 26 19:46:50.215 INFO E| Downloaded libz-sys v1.1.8 |
2414 | 2024-08-26T19:46:51.577Z | [ host-package] Compiling libsw v3.3.1 |
2415 | 2024-08-26T19:46:51.640Z | [ helios-setup] Aug 26 19:46:50.323 INFO E| Downloaded const-random-macro v0.1.15 |
2416 | 2024-08-26T19:46:51.643Z | [ helios-setup] Aug 26 19:46:50.324 INFO E| Downloaded camino v1.1.4 |
2417 | 2024-08-26T19:46:51.645Z | [ helios-setup] Aug 26 19:46:50.327 INFO E| Downloaded built v0.6.0 |
2418 | 2024-08-26T19:46:52.018Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling proc-macro2 v1.0.86 |
2419 | 2024-08-26T19:46:52.018Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling libc v0.2.139 |
2420 | 2024-08-26T19:46:52.018Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling unicode-ident v1.0.8 |
2421 | 2024-08-26T19:46:52.039Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling autocfg v1.1.0 |
2422 | 2024-08-26T19:46:52.039Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling cfg-if v1.0.0 |
2423 | 2024-08-26T19:46:52.039Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling version_check v0.9.4 |
2424 | 2024-08-26T19:46:52.039Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling serde v1.0.204 |
2425 | 2024-08-26T19:46:52.039Z | [ helios-setup] Aug 26 19:46:50.700 INFO E| Compiling syn v1.0.107 |
2426 | 2024-08-26T19:46:52.061Z | [ host-package] Compiling ref-cast v1.0.23 |
2427 | 2024-08-26T19:46:52.465Z | [ helios-setup] Aug 26 19:46:51.147 INFO E| Compiling memchr v2.5.0 |
2428 | 2024-08-26T19:46:53.084Z | [ host-package] Compiling lazycell v1.3.0 |
2429 | 2024-08-26T19:46:53.267Z | [ host-package] Compiling diesel v2.2.2 |
2430 | 2024-08-26T19:46:53.371Z | [ helios-setup] Aug 26 19:46:52.053 INFO E| Compiling once_cell v1.17.0 |
2431 | 2024-08-26T19:46:53.456Z | [ helios-setup] Aug 26 19:46:52.138 INFO E| Compiling thiserror v1.0.38 |
2432 | 2024-08-26T19:46:53.518Z | [ host-package] Compiling linear-map v1.2.0 |
2433 | 2024-08-26T19:46:53.848Z | [ helios-setup] Aug 26 19:46:52.530 INFO E| Compiling log v0.4.17 |
2434 | 2024-08-26T19:46:54.222Z | [ helios-setup] Aug 26 19:46:52.904 INFO E| Compiling itoa v1.0.6 |
2435 | 2024-08-26T19:46:54.461Z | [ helios-setup] Aug 26 19:46:53.143 INFO E| Compiling serde_json v1.0.95 |
2436 | 2024-08-26T19:46:54.483Z | [ host-package] Compiling shlex v1.3.0 |
2437 | 2024-08-26T19:46:55.348Z | [ helios-setup] Aug 26 19:46:54.028 INFO E| Compiling indexmap v1.9.3 |
2438 | 2024-08-26T19:46:55.351Z | [ host-package] Compiling rustc-hash v1.1.0 |
2439 | 2024-08-26T19:46:55.441Z | [ helios-setup] Aug 26 19:46:54.123 INFO E| Compiling quote v1.0.36 |
2440 | 2024-08-26T19:46:55.973Z | [ helios-setup] Aug 26 19:46:54.654 INFO E| Compiling getrandom v0.2.8 |
2441 | 2024-08-26T19:46:55.986Z | [ helios-setup] Aug 26 19:46:54.667 INFO E| Compiling jobserver v0.1.26 |
2442 | 2024-08-26T19:46:56.113Z | [ host-package] Compiling owo-colors v4.0.0 |
2443 | 2024-08-26T19:46:56.305Z | [ helios-setup] Aug 26 19:46:54.987 INFO E| Compiling syn v2.0.72 |
2444 | 2024-08-26T19:46:56.672Z | [ helios-setup] Aug 26 19:46:55.351 INFO E| Compiling cc v1.0.78 |
2445 | 2024-08-26T19:46:56.788Z | [ helios-setup] Aug 26 19:46:55.469 INFO E| Compiling pin-project-lite v0.2.9 |
2446 | 2024-08-26T19:46:56.856Z | [ helios-setup] Aug 26 19:46:55.538 INFO E| Compiling scopeguard v1.1.0 |
2447 | 2024-08-26T19:46:57.108Z | [ helios-setup] Aug 26 19:46:55.790 INFO E| Compiling num-integer v0.1.45 |
2448 | 2024-08-26T19:46:57.159Z | [ helios-setup] Aug 26 19:46:55.840 INFO E| Compiling futures-core v0.3.28 |
2449 | 2024-08-26T19:46:57.159Z | [ helios-setup] Aug 26 19:46:55.840 INFO E| Compiling bytes v1.4.0 |
2450 | 2024-08-26T19:46:58.117Z | [ helios-setup] Aug 26 19:46:56.797 INFO E| Compiling ryu v1.0.13 |
2451 | 2024-08-26T19:46:59.101Z | [ helios-setup] Aug 26 19:46:57.782 INFO E| Compiling lock_api v0.4.9 |
2452 | 2024-08-26T19:46:59.354Z | [ helios-setup] Aug 26 19:46:58.035 INFO E| Compiling typenum v1.16.0 |
2453 | 2024-08-26T19:46:59.441Z | [ helios-setup] Aug 26 19:46:58.123 INFO E| Compiling bitflags v1.3.2 |
2454 | 2024-08-26T19:46:59.537Z | [ helios-setup] Aug 26 19:46:58.218 INFO E| Compiling parking_lot_core v0.9.6 |
2455 | 2024-08-26T19:47:00.119Z | [ helios-setup] Aug 26 19:46:58.800 INFO E| Compiling num_cpus v1.15.0 |
2456 | 2024-08-26T19:47:00.468Z | [ helios-setup] Aug 26 19:46:59.149 INFO E| Compiling generic-array v0.14.6 |
2457 | 2024-08-26T19:47:00.723Z | [ helios-setup] Aug 26 19:46:59.404 INFO E| Compiling slab v0.4.7 |
2458 | 2024-08-26T19:47:00.824Z | [ helios-setup] Aug 26 19:46:59.505 INFO E| Compiling futures-sink v0.3.28 |
2459 | 2024-08-26T19:47:00.826Z | [ helios-setup] Aug 26 19:46:59.506 INFO E| Compiling futures-task v0.3.28 |
2460 | 2024-08-26T19:47:01.047Z | [ helios-setup] Aug 26 19:46:59.728 INFO E| Compiling futures-channel v0.3.28 |
2461 | 2024-08-26T19:47:01.743Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2462 | 2024-08-26T19:47:01.743Z | [ helios-setup] Aug 26 19:47:00.424 INFO E| Compiling tokio v1.27.0 |
2463 | 2024-08-26T19:47:02.108Z | [ helios-setup] Aug 26 19:47:00.789 INFO E| Compiling futures-util v0.3.28 |
2464 | 2024-08-26T19:47:02.164Z | [ helios-setup] Aug 26 19:47:00.845 INFO E| Compiling schemars v0.8.12 |
2465 | 2024-08-26T19:47:03.210Z | [ helios-setup] Aug 26 19:47:01.886 INFO E| Compiling mio v0.8.5 |
2466 | 2024-08-26T19:47:03.271Z | [ helios-setup] Aug 26 19:47:01.951 INFO E| Compiling socket2 v0.4.9 |
2467 | 2024-08-26T19:47:03.457Z | [ helios-setup] Aug 26 19:47:02.138 INFO E| Compiling signal-hook-registry v1.4.0 |
2468 | 2024-08-26T19:47:03.730Z | [ helios-setup] Aug 26 19:47:02.411 INFO E| Compiling ahash v0.7.6 |
2469 | 2024-08-26T19:47:03.998Z | [ helios-setup] Aug 26 19:47:02.679 INFO E| Compiling num-traits v0.2.15 |
2470 | 2024-08-26T19:47:04.920Z | [ helios-setup] Aug 26 19:47:03.600 INFO E| Compiling pin-utils v0.1.0 |
2471 | 2024-08-26T19:47:05.148Z | [ helios-setup] Aug 26 19:47:03.829 INFO E| Compiling io-lifetimes v1.0.10 |
2472 | 2024-08-26T19:47:05.266Z | [ helios-setup] Aug 26 19:47:03.946 INFO E| Compiling futures-io v0.3.28 |
2473 | 2024-08-26T19:47:06.141Z | [ helios-setup] Aug 26 19:47:04.821 INFO E| Compiling crunchy v0.2.2 |
2474 | 2024-08-26T19:47:07.117Z | [ helios-setup] Aug 26 19:47:05.797 INFO E| Compiling ahash v0.8.3 |
2475 | 2024-08-26T19:47:07.287Z | [ helios-setup] Aug 26 19:47:05.967 INFO E| Compiling hashbrown v0.12.3 |
2476 | 2024-08-26T19:47:07.289Z | [ helios-setup] Aug 26 19:47:05.968 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2477 | 2024-08-26T19:47:07.557Z | [ helios-setup] Aug 26 19:47:06.237 INFO E| Compiling rustix v0.37.3 |
2478 | 2024-08-26T19:47:07.649Z | [ helios-setup] Aug 26 19:47:06.329 INFO E| Compiling tiny-keccak v2.0.2 |
2479 | 2024-08-26T19:47:08.312Z | [ helios-setup] Aug 26 19:47:06.992 INFO E| Compiling serde_derive_internals v0.26.0 |
2480 | 2024-08-26T19:47:09.315Z | [ helios-setup] Aug 26 19:47:07.995 INFO E| Compiling crypto-common v0.1.6 |
2481 | 2024-08-26T19:47:09.947Z | [ helios-setup] Aug 26 19:47:08.627 INFO E| Compiling block-buffer v0.10.3 |
2482 | 2024-08-26T19:47:10.679Z | [ helios-setup] Aug 26 19:47:09.359 INFO E| Compiling errno v0.3.1 |
2483 | 2024-08-26T19:47:10.980Z | [ helios-setup] Aug 26 19:47:09.651 INFO E| Compiling crossbeam-utils v0.8.14 |
2484 | 2024-08-26T19:47:11.150Z | [ helios-setup] Aug 26 19:47:09.827 INFO E| Compiling slog v2.7.0 |
2485 | 2024-08-26T19:47:11.228Z | [ helios-setup] Aug 26 19:47:09.907 INFO E| Compiling pkg-config v0.3.26 |
2486 | 2024-08-26T19:47:11.663Z | [ helios-setup] Aug 26 19:47:10.342 INFO E| Compiling fnv v1.0.7 |
2487 | 2024-08-26T19:47:12.175Z | [ helios-setup] Aug 26 19:47:10.855 INFO E| Compiling http v0.2.9 |
2488 | 2024-08-26T19:47:13.631Z | [ helios-setup] Aug 26 19:47:12.310 INFO E| Compiling digest v0.10.6 |
2489 | 2024-08-26T19:47:14.899Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2490 | 2024-08-26T19:47:15.077Z | [ helios-setup] Aug 26 19:47:13.754 INFO E| Compiling aho-corasick v0.7.20 |
2491 | 2024-08-26T19:47:15.213Z | [ helios-setup] Aug 26 19:47:13.889 INFO E| Compiling anyhow v1.0.68 |
2492 | 2024-08-26T19:47:15.724Z | [ helios-setup] Aug 26 19:47:14.403 INFO E| Compiling percent-encoding v2.2.0 |
2493 | 2024-08-26T19:47:16.607Z | [ helios-setup] Aug 26 19:47:15.286 INFO E| Compiling tinyvec_macros v0.1.1 |
2494 | 2024-08-26T19:47:16.856Z | [ helios-setup] Aug 26 19:47:15.535 INFO E| Compiling cpufeatures v0.2.5 |
2495 | 2024-08-26T19:47:17.079Z | [ helios-setup] Aug 26 19:47:15.758 INFO E| Compiling httparse v1.8.0 |
2496 | 2024-08-26T19:47:17.855Z | [ helios-setup] Aug 26 19:47:16.533 INFO E| Compiling thiserror-impl v1.0.38 |
2497 | 2024-08-26T19:47:17.987Z | [ helios-setup] Aug 26 19:47:16.655 INFO E| Compiling schemars_derive v0.8.12 |
2498 | 2024-08-26T19:47:18.092Z | [ helios-setup] Aug 26 19:47:16.770 INFO E| Compiling heck v0.4.1 |
2499 | 2024-08-26T19:47:18.180Z | [ helios-setup] Aug 26 19:47:16.855 INFO E| Compiling regex-syntax v0.6.29 |
2500 | 2024-08-26T19:47:18.297Z | [ helios-setup] Aug 26 19:47:16.975 INFO E| Compiling serde_derive v1.0.204 |
2501 | 2024-08-26T19:47:18.462Z | [ helios-setup] Aug 26 19:47:17.140 INFO E| Compiling tokio-macros v2.0.0 |
2502 | 2024-08-26T19:47:18.676Z | [ helios-setup] Aug 26 19:47:17.355 INFO E| Compiling futures-macro v0.3.28 |
2503 | 2024-08-26T19:47:18.942Z | [ helios-setup] Aug 26 19:47:17.620 INFO E| Compiling unicode-width v0.1.10 |
2504 | 2024-08-26T19:47:19.154Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2505 | 2024-08-26T19:47:19.682Z | [ helios-setup] Aug 26 19:47:18.360 INFO E| Compiling tinyvec v1.6.0 |
2506 | 2024-08-26T19:47:20.170Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2507 | 2024-08-26T19:47:21.056Z | [ helios-setup] Aug 26 19:47:19.734 INFO E| Compiling const-random-macro v0.1.15 |
2508 | 2024-08-26T19:47:23.161Z | [ host-package] Compiling headers-core v0.2.0 |
2509 | 2024-08-26T19:47:23.595Z | [ helios-setup] Aug 26 19:47:22.272 INFO E| Compiling form_urlencoded v1.1.0 |
2510 | 2024-08-26T19:47:23.684Z | [ helios-setup] Aug 26 19:47:22.362 INFO E| Compiling hashbrown v0.13.2 |
2511 | 2024-08-26T19:47:23.797Z | [ host-package] Compiling fxhash v0.2.1 |
2512 | 2024-08-26T19:47:23.970Z | [ helios-setup] Aug 26 19:47:22.648 INFO E| Compiling libz-sys v1.1.8 |
2513 | 2024-08-26T19:47:24.163Z | [ host-package] Compiling libxml v0.3.3 |
2514 | 2024-08-26T19:47:24.261Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2515 | 2024-08-26T19:47:24.768Z | [ helios-setup] Aug 26 19:47:23.446 INFO E| Compiling regex v1.7.3 |
2516 | 2024-08-26T19:47:25.295Z | [ helios-setup] Aug 26 19:47:23.973 INFO E| Compiling chrono v0.4.24 |
2517 | 2024-08-26T19:47:25.333Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2518 | 2024-08-26T19:47:26.870Z | [ host-package] Compiling headers v0.3.9 |
2519 | 2024-08-26T19:47:27.105Z | [ host-package] Compiling samael v0.0.15 |
2520 | 2024-08-26T19:47:27.515Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2521 | 2024-08-26T19:47:28.132Z | [ helios-setup] Aug 26 19:47:26.809 INFO E| Compiling dyn-clone v1.0.11 |
2522 | 2024-08-26T19:47:28.534Z | [ helios-setup] Aug 26 19:47:27.209 INFO E| Compiling uuid v1.3.0 |
2523 | 2024-08-26T19:47:28.766Z | [ helios-setup] Aug 26 19:47:27.443 INFO E| Compiling regress v0.5.0 |
2524 | 2024-08-26T19:47:28.856Z | [ helios-setup] Aug 26 19:47:27.533 INFO E| Compiling unicode-normalization v0.1.22 |
2525 | 2024-08-26T19:47:29.777Z | [ helios-setup] Aug 26 19:47:28.454 INFO E| Compiling const-random v0.1.15 |
2526 | 2024-08-26T19:47:30.411Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2527 | 2024-08-26T19:47:30.506Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2528 | 2024-08-26T19:47:31.125Z | [ helios-setup] Aug 26 19:47:29.802 INFO E| Compiling getopts v0.2.21 |
2529 | 2024-08-26T19:47:31.799Z | [ host-package] Compiling strum_macros v0.24.3 |
2530 | 2024-08-26T19:47:32.350Z | [ helios-setup] Aug 26 19:47:31.026 INFO E| Compiling tracing-core v0.1.30 |
2531 | 2024-08-26T19:47:32.426Z | [ helios-setup] Aug 26 19:47:31.102 INFO E| Compiling memoffset v0.7.1 |
2532 | 2024-08-26T19:47:32.813Z | [ helios-setup] Aug 26 19:47:31.490 INFO E| Compiling num-conv v0.1.0 |
2533 | 2024-08-26T19:47:33.314Z | [ helios-setup] Aug 26 19:47:31.990 INFO E| Compiling ucd-trie v0.1.5 |
2534 | 2024-08-26T19:47:33.600Z | [ host-package] Compiling unicase v2.7.0 |
2535 | 2024-08-26T19:47:33.795Z | [ host-package] Compiling indoc v1.0.9 |
2536 | 2024-08-26T19:47:34.148Z | [ helios-setup] Aug 26 19:47:32.824 INFO E| Compiling powerfmt v0.2.0 |
2537 | 2024-08-26T19:47:34.355Z | [ helios-setup] Aug 26 19:47:33.032 INFO E| Compiling unicode-bidi v0.3.13 |
2538 | 2024-08-26T19:47:35.342Z | [ host-package] Compiling polar-core v0.27.3 |
2539 | 2024-08-26T19:47:35.921Z | [ host-package] Compiling derive_builder v0.20.0 |
2540 | 2024-08-26T19:47:36.418Z | [ helios-setup] Aug 26 19:47:35.094 INFO E| Compiling time-core v0.1.2 |
2541 | 2024-08-26T19:47:37.135Z | [ helios-setup] Aug 26 19:47:35.811 INFO E| Compiling idna v0.3.0 |
2542 | 2024-08-26T19:47:37.409Z | [ helios-setup] Aug 26 19:47:36.085 INFO E| Compiling time-macros v0.2.18 |
2543 | 2024-08-26T19:47:37.587Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2544 | 2024-08-26T19:47:38.612Z | [ helios-setup] Aug 26 19:47:37.257 INFO E| Compiling deranged v0.3.11 |
2545 | 2024-08-26T19:47:40.307Z | [ helios-setup] Aug 26 19:47:38.983 INFO E| Compiling pest v2.5.7 |
2546 | 2024-08-26T19:47:40.719Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2547 | 2024-08-26T19:47:41.839Z | [ host-package] Compiling crossterm v0.28.1 |
2548 | 2024-08-26T19:47:41.919Z | [ helios-setup] Aug 26 19:47:40.594 INFO E| Compiling tracing v0.1.37 |
2549 | 2024-08-26T19:47:43.677Z | [ helios-setup] Aug 26 19:47:42.352 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2550 | 2024-08-26T19:47:43.783Z | [ helios-setup] Aug 26 19:47:42.458 INFO E| Compiling time v0.1.45 |
2551 | 2024-08-26T19:47:44.708Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2552 | 2024-08-26T19:47:44.978Z | [ helios-setup] Aug 26 19:47:43.653 INFO E| Compiling crossbeam-epoch v0.9.13 |
2553 | 2024-08-26T19:47:45.620Z | [ helios-setup] Aug 26 19:47:44.294 INFO E| Compiling num_threads v0.1.6 |
2554 | 2024-08-26T19:47:45.713Z | [ helios-setup] Aug 26 19:47:44.388 INFO E| Compiling semver v1.0.17 |
2555 | 2024-08-26T19:47:45.778Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2556 | 2024-08-26T19:47:45.811Z | [ host-package] Compiling oso-derive v0.27.3 |
2557 | 2024-08-26T19:47:45.845Z | [ helios-setup] Aug 26 19:47:44.520 INFO E| Compiling toml v0.5.11 |
2558 | 2024-08-26T19:47:46.333Z | [ helios-setup] Aug 26 19:47:45.007 INFO E| Compiling serde_tokenstream v0.2.0 |
2559 | 2024-08-26T19:47:47.072Z | [ helios-setup] Aug 26 19:47:45.747 INFO E| Compiling iana-time-zone v0.1.56 |
2560 | 2024-08-26T19:47:47.375Z | [ helios-setup] Aug 26 19:47:46.050 INFO E| Compiling time v0.3.36 |
2561 | 2024-08-26T19:47:47.951Z | [ helios-setup] Aug 26 19:47:46.626 INFO E| Compiling smallvec v1.10.0 |
2562 | 2024-08-26T19:47:48.169Z | [ host-package] Compiling libz-sys v1.1.16 |
2563 | 2024-08-26T19:47:49.914Z | [ host-package] Compiling quick-xml v0.31.0 |
2564 | 2024-08-26T19:47:50.838Z | [ helios-setup] Aug 26 19:47:49.512 INFO E| Compiling parking_lot v0.12.1 |
2565 | 2024-08-26T19:47:54.600Z | [ helios-setup] Aug 26 19:47:53.271 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2566 | 2024-08-26T19:47:57.381Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2567 | 2024-08-26T19:47:58.265Z | [ helios-setup] Aug 26 19:47:56.938 INFO E| Compiling semver-parser v0.10.2 |
2568 | 2024-08-26T19:47:58.295Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2569 | 2024-08-26T19:47:59.088Z | [ host-package] Compiling keccak v0.1.5 |
2570 | 2024-08-26T19:48:00.155Z | [ helios-setup] Aug 26 19:47:58.828 INFO E| Compiling url v2.3.1 |
2571 | 2024-08-26T19:48:00.190Z | [ host-package] Compiling sha3 v0.10.8 |
2572 | 2024-08-26T19:48:01.576Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2573 | 2024-08-26T19:48:02.091Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2574 | 2024-08-26T19:48:02.527Z | [ helios-setup] Aug 26 19:48:01.200 INFO E| Compiling crossbeam-channel v0.5.6 |
2575 | 2024-08-26T19:48:03.198Z | [ helios-setup] Aug 26 19:48:01.871 INFO E| Compiling dirs-sys-next v0.1.2 |
2576 | 2024-08-26T19:48:03.582Z | [ helios-setup] Aug 26 19:48:02.255 INFO E| Compiling try-lock v0.2.4 |
2577 | 2024-08-26T19:48:04.006Z | [ helios-setup] Aug 26 19:48:02.678 INFO E| Compiling crc32fast v1.3.2 |
2578 | 2024-08-26T19:48:05.231Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2579 | 2024-08-26T19:48:05.485Z | [ helios-setup] Aug 26 19:48:04.157 INFO E| Compiling same-file v1.0.6 |
2580 | 2024-08-26T19:48:06.040Z | [ helios-setup] Aug 26 19:48:04.712 INFO E| Compiling walkdir v2.3.3 |
2581 | 2024-08-26T19:48:06.509Z | [ helios-setup] Aug 26 19:48:05.181 INFO E| Compiling want v0.3.0 |
2582 | 2024-08-26T19:48:06.566Z | [ helios-setup] Aug 26 19:48:05.233 INFO E| Compiling dirs-next v2.0.0 |
2583 | 2024-08-26T19:48:09.340Z | [ helios-setup] Aug 26 19:48:08.011 INFO E| Compiling semver v0.11.0 |
2584 | 2024-08-26T19:48:09.976Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2585 | 2024-08-26T19:48:10.075Z | [ helios-setup] Aug 26 19:48:08.747 INFO E| Compiling tokio-util v0.7.7 |
2586 | 2024-08-26T19:48:10.627Z | [ host-package] Compiling bb8 v0.8.5 |
2587 | 2024-08-26T19:48:10.766Z | [ helios-setup] Aug 26 19:48:09.438 INFO E| Compiling proc-macro-crate v1.2.1 |
2588 | 2024-08-26T19:48:11.314Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2589 | 2024-08-26T19:48:11.561Z | [ helios-setup] Aug 26 19:48:10.233 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2590 | 2024-08-26T19:48:12.172Z | [ helios-setup] Aug 26 19:48:10.844 INFO E| Compiling h2 v0.3.16 |
2591 | 2024-08-26T19:48:12.229Z | [ host-package] Compiling universal-hash v0.5.1 |
2592 | 2024-08-26T19:48:13.024Z | [ host-package] Compiling secrecy v0.8.0 |
2593 | 2024-08-26T19:48:13.265Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2594 | 2024-08-26T19:48:13.961Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2595 | 2024-08-26T19:48:14.014Z | [ helios-setup] Aug 26 19:48:12.685 INFO E| Compiling futures-executor v0.3.28 |
2596 | 2024-08-26T19:48:14.391Z | [ helios-setup] Aug 26 19:48:13.062 INFO E| Compiling http-body v0.4.5 |
2597 | 2024-08-26T19:48:15.185Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2598 | 2024-08-26T19:48:15.211Z | [ helios-setup] Aug 26 19:48:13.882 INFO E| Compiling ring v0.16.20 |
2599 | 2024-08-26T19:48:16.716Z | [ helios-setup] Aug 26 19:48:15.387 INFO E| Compiling rand_core v0.6.4 |
2600 | 2024-08-26T19:48:16.840Z | [ host-package] Compiling opaque-debug v0.3.1 |
2601 | 2024-08-26T19:48:17.177Z | [ host-package] Compiling poly1305 v0.8.0 |
2602 | 2024-08-26T19:48:17.410Z | [ helios-setup] Aug 26 19:48:16.080 INFO E| Compiling thread_local v1.1.7 |
2603 | 2024-08-26T19:48:18.115Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2604 | 2024-08-26T19:48:18.251Z | [ helios-setup] Aug 26 19:48:16.922 INFO E| Compiling ppv-lite86 v0.2.17 |
2605 | 2024-08-26T19:48:18.676Z | [ host-package] Compiling vte v0.11.1 |
2606 | 2024-08-26T19:48:19.384Z | [ helios-setup] Aug 26 19:48:18.054 INFO E| Compiling rayon-core v1.10.2 |
2607 | 2024-08-26T19:48:20.056Z | [ helios-setup] Aug 26 19:48:18.726 INFO E| Compiling base64 v0.21.0 |
2608 | 2024-08-26T19:48:20.257Z | [ host-package] Compiling const_format v0.2.32 |
2609 | 2024-08-26T19:48:20.697Z | [ helios-setup] Aug 26 19:48:19.367 INFO E| Compiling tower-service v0.3.2 |
2610 | 2024-08-26T19:48:21.005Z | [ helios-setup] Aug 26 19:48:19.675 INFO E| Compiling home v0.5.4 |
2611 | 2024-08-26T19:48:21.270Z | [ helios-setup] Aug 26 19:48:19.941 INFO E| Compiling utf8parse v0.2.1 |
2612 | 2024-08-26T19:48:21.801Z | [ helios-setup] Aug 26 19:48:20.471 INFO E| Compiling adler v1.0.2 |
2613 | 2024-08-26T19:48:21.986Z | [ helios-setup] Aug 26 19:48:20.656 INFO E| Compiling httpdate v1.0.2 |
2614 | 2024-08-26T19:48:22.445Z | [ helios-setup] Aug 26 19:48:21.115 INFO E| Compiling lazy_static v1.4.0 |
2615 | 2024-08-26T19:48:22.477Z | [ helios-setup] Aug 26 19:48:21.147 INFO E| Compiling fastrand v1.9.0 |
2616 | 2024-08-26T19:48:22.809Z | [ host-package] Compiling oso v0.27.3 |
2617 | 2024-08-26T19:48:22.965Z | [ helios-setup] Aug 26 19:48:21.635 INFO E| Compiling toolchain_find v0.2.0 |
2618 | 2024-08-26T19:48:23.566Z | [ helios-setup] Aug 26 19:48:22.236 INFO E| Compiling tempfile v3.5.0 |
2619 | 2024-08-26T19:48:23.610Z | [ helios-setup] Aug 26 19:48:22.280 INFO E| Compiling hyper v0.14.25 |
2620 | 2024-08-26T19:48:24.179Z | [ helios-setup] Aug 26 19:48:22.849 INFO E| Compiling miniz_oxide v0.6.2 |
2621 | 2024-08-26T19:48:24.829Z | [ helios-setup] Aug 26 19:48:23.498 INFO E| Compiling anstyle-parse v0.1.1 |
2622 | 2024-08-26T19:48:28.030Z | [ helios-setup] Aug 26 19:48:26.698 INFO E| Compiling rand_chacha v0.3.1 |
2623 | 2024-08-26T19:48:29.548Z | [ helios-setup] Aug 26 19:48:28.217 INFO E| Compiling futures v0.3.28 |
2624 | 2024-08-26T19:48:32.274Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2625 | 2024-08-26T19:48:36.227Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2626 | 2024-08-26T19:48:37.181Z | [ host-package] Compiling chacha20 v0.9.1 |
2627 | 2024-08-26T19:48:37.307Z | [ host-package] Compiling fd-lock v4.0.2 |
2628 | 2024-08-26T19:48:37.813Z | [ host-package] Compiling aead v0.5.2 |
2629 | 2024-08-26T19:48:38.171Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2630 | 2024-08-26T19:48:38.747Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2631 | 2024-08-26T19:48:39.624Z | [ host-package] Compiling bytecount v0.6.8 |
2632 | 2024-08-26T19:48:40.348Z | [ host-package] Compiling papergrid v0.11.0 |
2633 | 2024-08-26T19:48:41.502Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2634 | 2024-08-26T19:48:42.917Z | [ helios-setup] Aug 26 19:48:41.584 INFO E| Compiling num_enum_derive v0.5.7 |
2635 | 2024-08-26T19:48:43.414Z | [ host-package] Compiling parking_lot v0.11.2 |
2636 | 2024-08-26T19:48:46.922Z | [ host-package] Compiling vsss-rs v3.3.4 |
2637 | 2024-08-26T19:48:46.926Z | [ helios-setup] Aug 26 19:48:45.593 INFO E| Compiling cargo-lock v8.0.3 |
2638 | 2024-08-26T19:48:47.800Z | [ helios-setup] Aug 26 19:48:46.467 INFO E| Compiling crossbeam-deque v0.8.2 |
2639 | 2024-08-26T19:48:48.540Z | [ helios-setup] Aug 26 19:48:47.205 INFO E| Compiling term v0.7.0 |
2640 | 2024-08-26T19:48:50.094Z | [ helios-setup] Aug 26 19:48:48.760 INFO E| Compiling serde_urlencoded v0.7.1 |
2641 | 2024-08-26T19:48:50.443Z | [ helios-setup] Aug 26 19:48:49.109 INFO E| Compiling sha2 v0.10.6 |
2642 | 2024-08-26T19:48:51.341Z | [ helios-setup] Aug 26 19:48:50.007 INFO E| Compiling sha1 v0.10.5 |
2643 | 2024-08-26T19:48:52.778Z | [ helios-setup] Aug 26 19:48:51.444 INFO E| Compiling is-terminal v0.4.7 |
2644 | 2024-08-26T19:48:53.166Z | [ helios-setup] Aug 26 19:48:51.832 INFO E| Compiling atty v0.2.14 |
2645 | 2024-08-26T19:48:53.555Z | [ helios-setup] Aug 26 19:48:52.221 INFO E| Compiling concolor-query v0.3.3 |
2646 | 2024-08-26T19:48:53.638Z | [ helios-setup] Aug 26 19:48:52.303 INFO E| Compiling anstyle v0.3.5 |
2647 | 2024-08-26T19:48:55.195Z | [ helios-setup] Aug 26 19:48:53.861 INFO E| Compiling concolor-override v1.0.0 |
2648 | 2024-08-26T19:48:55.577Z | [ helios-setup] Aug 26 19:48:54.242 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2649 | 2024-08-26T19:48:56.628Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2650 | 2024-08-26T19:48:58.249Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2651 | 2024-08-26T19:48:58.314Z | [ host-package] Compiling tabled_derive v0.7.0 |
2652 | 2024-08-26T19:48:58.345Z | [ helios-setup] Aug 26 19:48:57.010 INFO E| Compiling anstream v0.2.6 |
2653 | 2024-08-26T19:48:59.418Z | [ helios-setup] Aug 26 19:48:58.083 INFO E| Compiling slog-term v2.9.0 |
2654 | 2024-08-26T19:48:59.922Z | [ helios-setup] Aug 26 19:48:58.587 INFO E| Compiling flate2 v1.0.25 |
2655 | 2024-08-26T19:49:01.953Z | [ helios-setup] Aug 26 19:49:00.617 INFO E| Compiling num_enum v0.5.7 |
2656 | 2024-08-26T19:49:02.598Z | [ helios-setup] Aug 26 19:49:01.263 INFO E| Compiling rand v0.8.5 |
2657 | 2024-08-26T19:49:02.609Z | [ host-package] Compiling crossterm v0.27.0 |
2658 | 2024-08-26T19:49:02.709Z | [ helios-setup] Aug 26 19:49:01.373 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2659 | 2024-08-26T19:49:03.835Z | [ host-package] Compiling peg-macros v0.8.4 |
2660 | 2024-08-26T19:49:04.097Z | [ helios-setup] Aug 26 19:49:02.761 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2661 | 2024-08-26T19:49:04.641Z | [ helios-setup] Aug 26 19:49:03.305 INFO E| Compiling openapiv3 v1.0.2 |
2662 | 2024-08-26T19:49:06.702Z | [ helios-setup] Aug 26 19:49:05.366 INFO E| Compiling encoding_rs v0.8.32 |
2663 | 2024-08-26T19:49:07.564Z | [ host-package] Compiling kstat-rs v0.2.4 |
2664 | 2024-08-26T19:49:07.854Z | [ helios-setup] Aug 26 19:49:06.517 INFO E| Compiling spin v0.5.2 |
2665 | 2024-08-26T19:49:08.100Z | [ helios-setup] Aug 26 19:49:06.764 INFO E| Compiling untrusted v0.7.1 |
2666 | 2024-08-26T19:49:08.555Z | [ helios-setup] Aug 26 19:49:07.218 INFO E| Compiling unsafe-libyaml v0.2.8 |
2667 | 2024-08-26T19:49:08.694Z | [ helios-setup] Aug 26 19:49:07.357 INFO E| Compiling mime v0.3.17 |
2668 | 2024-08-26T19:49:09.601Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2669 | 2024-08-26T19:49:10.352Z | [ host-package] Compiling unicode_categories v0.1.1 |
2670 | 2024-08-26T19:49:10.893Z | [ helios-setup] Aug 26 19:49:09.556 INFO E| Compiling byteorder v1.4.3 |
2671 | 2024-08-26T19:49:11.259Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2672 | 2024-08-26T19:49:11.787Z | [ helios-setup] Aug 26 19:49:10.450 INFO E| Compiling utf-8 v0.7.6 |
2673 | 2024-08-26T19:49:12.163Z | [ helios-setup] Aug 26 19:49:10.827 INFO E| Compiling either v1.8.0 |
2674 | 2024-08-26T19:49:12.495Z | [ helios-setup] Aug 26 19:49:11.158 INFO E| Compiling clap_lex v0.4.1 |
2675 | 2024-08-26T19:49:12.546Z | [ helios-setup] Aug 26 19:49:11.209 INFO E| Compiling strsim v0.10.0 |
2676 | 2024-08-26T19:49:12.946Z | [ helios-setup] Aug 26 19:49:11.609 INFO E| Compiling project-root v0.2.2 |
2677 | 2024-08-26T19:49:13.158Z | [ host-package] Compiling rustyline v14.0.0 |
2678 | 2024-08-26T19:49:13.180Z | [ helios-setup] Aug 26 19:49:11.843 INFO E| Compiling ipnet v2.7.2 |
2679 | 2024-08-26T19:49:13.436Z | [ host-package] Compiling reedline v0.33.0 |
2680 | 2024-08-26T19:49:13.512Z | [ helios-setup] Aug 26 19:49:12.175 INFO E| Compiling base64 v0.13.1 |
2681 | 2024-08-26T19:49:13.994Z | [ helios-setup] Aug 26 19:49:12.657 INFO E| Compiling clap_builder v4.2.1 |
2682 | 2024-08-26T19:49:15.156Z | [ host-package] Compiling sqlparser v0.45.0 |
2683 | 2024-08-26T19:49:15.209Z | [ helios-setup] Aug 26 19:49:13.871 INFO E| Compiling tungstenite v0.18.0 |
2684 | 2024-08-26T19:49:15.993Z | [ helios-setup] Aug 26 19:49:14.655 INFO E| Compiling reqwest v0.11.16 |
2685 | 2024-08-26T19:49:18.335Z | [ helios-setup] Aug 26 19:49:16.998 INFO E| Compiling rayon v1.6.1 |
2686 | 2024-08-26T19:49:18.499Z | [ helios-setup] Aug 26 19:49:17.162 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2687 | 2024-08-26T19:49:25.627Z | [ helios-setup] Aug 26 19:49:24.287 INFO E| Compiling serde_yaml v0.9.21 |
2688 | 2024-08-26T19:49:29.809Z | [ helios-setup] Aug 26 19:49:28.469 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2689 | 2024-08-26T19:49:30.171Z | [ helios-setup] Aug 26 19:49:28.832 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2690 | 2024-08-26T19:49:31.086Z | [ host-package] Compiling sqlformat v0.2.4 |
2691 | 2024-08-26T19:49:33.148Z | [ helios-setup] Aug 26 19:49:31.808 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2692 | 2024-08-26T19:49:34.482Z | [ helios-setup] Aug 26 19:49:33.142 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2693 | 2024-08-26T19:49:35.101Z | [ helios-setup] Aug 26 19:49:33.760 INFO E| Compiling clap_derive v4.2.0 |
2694 | 2024-08-26T19:49:36.771Z | [ host-package] Compiling peg v0.8.4 |
2695 | 2024-08-26T19:49:37.173Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2696 | 2024-08-26T19:49:38.463Z | [ helios-setup] Aug 26 19:49:37.123 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2697 | 2024-08-26T19:49:43.722Z | [ helios-setup] Aug 26 19:49:42.381 INFO E| Compiling clap v4.2.1 |
2698 | 2024-08-26T19:49:46.213Z | [ helios-setup] Aug 26 19:49:44.872 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2699 | 2024-08-26T19:49:49.813Z | [ host-package] Compiling tabled v0.15.0 |
2700 | 2024-08-26T19:49:56.792Z | [ host-package] Compiling sled v0.34.7 |
2701 | 2024-08-26T19:49:58.856Z | [ helios-setup] Aug 26 19:49:57.513 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2702 | 2024-08-26T19:49:59.684Z | [ host-package] Compiling mime_guess v2.0.4 |
2703 | 2024-08-26T19:50:02.178Z | [ helios-setup] Aug 26 19:50:00.835 INFO E| Compiling tokio-tungstenite v0.18.0 |
2704 | 2024-08-26T19:50:03.747Z | [ helios-setup] Aug 26 19:50:02.404 INFO E| Compiling smartstring v1.0.1 |
2705 | 2024-08-26T19:50:04.946Z | [ helios-setup] Aug 26 19:50:03.602 INFO E| Compiling rustls v0.21.0 |
2706 | 2024-08-26T19:50:05.938Z | [ helios-setup] Aug 26 19:50:04.594 INFO E| Compiling sct v0.7.0 |
2707 | 2024-08-26T19:50:06.710Z | [ helios-setup] Aug 26 19:50:05.366 INFO E| Compiling rustls-webpki v0.100.1 |
2708 | 2024-08-26T19:50:07.175Z | [ helios-setup] Aug 26 19:50:05.831 INFO E| Compiling toml_datetime v0.6.1 |
2709 | 2024-08-26T19:50:07.916Z | [ host-package] Compiling hickory-client v0.24.1 |
2710 | 2024-08-26T19:50:08.458Z | [ helios-setup] Aug 26 19:50:07.113 INFO E| Compiling serde_spanned v0.6.1 |
2711 | 2024-08-26T19:50:08.726Z | [ host-package] Compiling env_logger v0.9.3 |
2712 | 2024-08-26T19:50:09.222Z | [ helios-setup] Aug 26 19:50:07.873 INFO E| Compiling winnow v0.4.1 |
2713 | 2024-08-26T19:50:10.895Z | [ helios-setup] Aug 26 19:50:09.550 INFO E| Compiling paste v1.0.12 |
2714 | 2024-08-26T19:50:12.213Z | [ helios-setup] Aug 26 19:50:10.868 INFO E| Compiling static_assertions v1.1.0 |
2715 | 2024-08-26T19:50:12.591Z | [ helios-setup] Aug 26 19:50:11.246 INFO E| Compiling async-trait v0.1.68 |
2716 | 2024-08-26T19:50:14.244Z | [ helios-setup] Aug 26 19:50:12.898 INFO E| Compiling match_cfg v0.1.0 |
2717 | 2024-08-26T19:50:14.945Z | [ helios-setup] Aug 26 19:50:13.599 INFO E| Compiling camino v1.1.4 |
2718 | 2024-08-26T19:50:15.772Z | [ host-package] Compiling tungstenite v0.20.1 |
2719 | 2024-08-26T19:50:16.326Z | [ helios-setup] Aug 26 19:50:14.980 INFO E| Compiling slog-async v2.7.0 |
2720 | 2024-08-26T19:50:17.223Z | [ helios-setup] Aug 26 19:50:15.877 INFO E| Compiling toml_edit v0.19.8 |
2721 | 2024-08-26T19:50:17.255Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2722 | 2024-08-26T19:50:18.244Z | [ helios-setup] Aug 26 19:50:16.896 INFO E| Compiling hostname v0.3.1 |
2723 | 2024-08-26T19:50:20.790Z | [ helios-setup] Aug 26 19:50:19.444 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2724 | 2024-08-26T19:50:23.381Z | [ helios-setup] Aug 26 19:50:22.015 INFO E| Compiling slog-json v2.6.1 |
2725 | 2024-08-26T19:50:24.284Z | [ helios-setup] Aug 26 19:50:22.937 INFO E| Compiling unicode-linebreak v0.1.4 |
2726 | 2024-08-26T19:50:24.608Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2024-08-26T19:50:25.500Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2728 | 2024-08-26T19:50:25.697Z | [ helios-setup] Aug 26 19:50:24.350 INFO E| Compiling async-stream-impl v0.3.5 |
2729 | 2024-08-26T19:50:28.828Z | [ helios-setup] Aug 26 19:50:27.481 INFO E| Compiling rhai_codegen v1.5.0 |
2730 | 2024-08-26T19:50:28.957Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2731 | 2024-08-26T19:50:29.585Z | [ helios-setup] Aug 26 19:50:28.237 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2732 | 2024-08-26T19:50:30.734Z | [ helios-setup] Aug 26 19:50:29.387 INFO E| Compiling take_mut v0.2.2 |
2733 | 2024-08-26T19:50:31.661Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2734 | 2024-08-26T19:50:32.206Z | [ helios-setup] Aug 26 19:50:30.859 INFO E| Compiling tokio-rustls v0.24.0 |
2735 | 2024-08-26T19:50:33.173Z | [ helios-setup] Aug 26 19:50:31.824 INFO E| Compiling async-stream v0.3.5 |
2736 | 2024-08-26T19:50:34.029Z | [ helios-setup] Aug 26 19:50:32.681 INFO E| Compiling rhai v1.14.0 |
2737 | 2024-08-26T19:50:34.181Z | [ helios-setup] Aug 26 19:50:32.833 INFO E| Compiling toml v0.7.3 |
2738 | 2024-08-26T19:50:35.370Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2739 | 2024-08-26T19:50:36.567Z | [ host-package] Compiling hickory-server v0.24.1 |
2740 | 2024-08-26T19:50:36.939Z | [ helios-setup] Aug 26 19:50:35.591 INFO E| Compiling slog-bunyan v2.4.0 |
2741 | 2024-08-26T19:50:41.158Z | [ host-package] Compiling bcs v0.1.6 |
2742 | 2024-08-26T19:50:42.584Z | [ host-package] Compiling vergen v8.3.2 |
2743 | 2024-08-26T19:50:42.940Z | [ helios-setup] Aug 26 19:50:41.591 INFO E| Compiling rustls-pemfile v1.0.2 |
2744 | 2024-08-26T19:50:43.044Z | [ helios-setup] Aug 26 19:50:41.694 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2745 | 2024-08-26T19:50:43.286Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2746 | 2024-08-26T19:50:43.345Z | [ host-package] Compiling cargo-platform v0.1.8 |
2747 | 2024-08-26T19:50:44.448Z | [ host-package] Compiling nanorand v0.7.0 |
2748 | 2024-08-26T19:50:44.491Z | [ helios-setup] Aug 26 19:50:43.141 INFO E| Compiling bincode v1.3.3 |
2749 | 2024-08-26T19:50:44.566Z | [ helios-setup] Aug 26 19:50:43.215 INFO E| Compiling serde_path_to_error v0.1.11 |
2750 | 2024-08-26T19:50:45.995Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2751 | 2024-08-26T19:50:46.336Z | [ host-package] Compiling memoffset v0.9.1 |
2752 | 2024-08-26T19:50:46.416Z | [ host-package] Compiling ascii v1.1.0 |
2753 | 2024-08-26T19:50:46.598Z | [ helios-setup] Aug 26 19:50:45.248 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2754 | 2024-08-26T19:50:47.185Z | [ helios-setup] Aug 26 19:50:45.835 INFO E| Compiling terminal_size v0.2.6 |
2755 | 2024-08-26T19:50:47.294Z | [ helios-setup] Aug 26 19:50:45.944 INFO E| Compiling smawk v0.3.1 |
2756 | 2024-08-26T19:50:47.609Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2757 | 2024-08-26T19:50:47.722Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2758 | 2024-08-26T19:50:48.061Z | [ helios-setup] Aug 26 19:50:46.711 INFO E| Compiling textwrap v0.16.0 |
2759 | 2024-08-26T19:50:48.078Z | [ host-package] Compiling bitstruct v0.1.1 |
2760 | 2024-08-26T19:50:48.325Z | [ host-package] Compiling flume v0.11.0 |
2761 | 2024-08-26T19:50:48.634Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2762 | 2024-08-26T19:50:50.293Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2763 | 2024-08-26T19:50:52.558Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2764 | 2024-08-26T19:50:55.174Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2765 | 2024-08-26T19:50:56.689Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2766 | 2024-08-26T19:51:01.207Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2767 | 2024-08-26T19:51:03.180Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2768 | 2024-08-26T19:51:04.405Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2769 | 2024-08-26T19:51:05.358Z | [ host-package] Compiling git2 v0.19.0 |
2770 | 2024-08-26T19:51:14.059Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2771 | 2024-08-26T19:51:15.603Z | [ helios-setup] Aug 26 19:51:14.249 INFO E| Compiling git2 v0.16.1 |
2772 | 2024-08-26T19:51:16.002Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2773 | 2024-08-26T19:51:21.343Z | [ helios-setup] Aug 26 19:51:19.989 INFO E| Compiling built v0.6.0 |
2774 | 2024-08-26T19:51:21.572Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2775 | 2024-08-26T19:51:21.655Z | [ host-package] Compiling serde_arrays v0.1.0 |
2776 | 2024-08-26T19:51:22.040Z | [ host-package] Compiling erased-serde v0.3.31 |
2777 | 2024-08-26T19:51:24.330Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2778 | 2024-08-26T19:51:25.045Z | [ helios-setup] Aug 26 19:51:23.690 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2779 | 2024-08-26T19:51:26.617Z | [ helios-setup] Aug 26 19:51:25.262 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2780 | 2024-08-26T19:51:27.314Z | [ helios-setup] Aug 26 19:51:25.959 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2781 | 2024-08-26T19:51:31.071Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2782 | 2024-08-26T19:51:31.956Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2783 | 2024-08-26T19:51:43.574Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2784 | 2024-08-26T19:51:44.297Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2785 | 2024-08-26T19:51:45.831Z | [ helios-setup] Aug 26 19:51:44.473 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2786 | 2024-08-26T19:51:46.599Z | [ host-package] Compiling heck v0.3.3 |
2787 | 2024-08-26T19:51:47.160Z | [ host-package] Compiling rand_seeder v0.3.0 |
2788 | 2024-08-26T19:51:47.834Z | [ host-package] Compiling castaway v0.2.3 |
2789 | 2024-08-26T19:51:48.026Z | [ helios-setup] Aug 26 19:51:46.664 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2790 | 2024-08-26T19:51:48.106Z | [ host-package] Compiling csv-core v0.1.11 |
2791 | 2024-08-26T19:51:49.154Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2792 | 2024-08-26T19:51:49.580Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2793 | 2024-08-26T19:51:50.136Z | [ host-package] Compiling http-range v0.1.5 |
2794 | 2024-08-26T19:51:54.469Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2795 | 2024-08-26T19:51:57.792Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2796 | 2024-08-26T19:52:04.606Z | [ host-package] Compiling csv v1.3.0 |
2797 | 2024-08-26T19:52:04.727Z | [ host-package] Compiling compact_str v0.8.0 |
2798 | 2024-08-26T19:52:07.340Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2799 | 2024-08-26T19:52:07.900Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2800 | 2024-08-26T19:52:08.171Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2801 | 2024-08-26T19:52:09.993Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2802 | 2024-08-26T19:52:10.969Z | [ host-package] Compiling nix v0.27.1 |
2803 | 2024-08-26T19:52:11.388Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2804 | 2024-08-26T19:52:15.326Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2805 | 2024-08-26T19:52:17.052Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2806 | 2024-08-26T19:52:26.262Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2807 | 2024-08-26T19:52:27.426Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2808 | 2024-08-26T19:52:27.992Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2809 | 2024-08-26T19:52:28.504Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2810 | 2024-08-26T19:52:28.926Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2811 | 2024-08-26T19:52:29.274Z | [ host-package] Compiling lru v0.12.3 |
2812 | 2024-08-26T19:52:29.469Z | [ host-package] Compiling hashlink v0.9.1 |
2813 | 2024-08-26T19:52:29.806Z | [ host-package] Compiling serde-big-array v0.5.1 |
2814 | 2024-08-26T19:52:30.159Z | [ host-package] Compiling instability v0.3.2 |
2815 | 2024-08-26T19:52:30.490Z | [ host-package] Compiling base64 v0.13.1 |
2816 | 2024-08-26T19:52:31.355Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2817 | 2024-08-26T19:52:31.457Z | [ helios-setup] Aug 26 19:52:30.093 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2818 | 2024-08-26T19:52:31.586Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2819 | 2024-08-26T19:52:31.958Z | [ host-package] Compiling cassowary v0.3.0 |
2820 | 2024-08-26T19:52:32.226Z | [ host-package] Compiling rusqlite v0.31.0 |
2821 | 2024-08-26T19:52:36.217Z | [ host-package] Compiling ratatui v0.28.0 |
2822 | 2024-08-26T19:52:38.395Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2823 | 2024-08-26T19:52:42.927Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2824 | 2024-08-26T19:52:44.129Z | [ host-package] Compiling ron v0.7.1 |
2825 | 2024-08-26T19:52:46.707Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2826 | 2024-08-26T19:52:58.284Z | [ host-package] Compiling zone v0.1.8 |
2827 | 2024-08-26T19:52:59.482Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2828 | 2024-08-26T19:53:01.244Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2829 | 2024-08-26T19:53:11.541Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2830 | 2024-08-26T19:53:12.632Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2831 | 2024-08-26T19:53:17.822Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2832 | 2024-08-26T19:53:17.879Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2833 | 2024-08-26T19:53:18.546Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2834 | 2024-08-26T19:53:27.956Z | [ host-package] Compiling twox-hash v1.6.3 |
2835 | 2024-08-26T19:53:30.210Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2836 | 2024-08-26T19:53:30.807Z | [ host-package] Compiling yasna v0.5.2 |
2837 | 2024-08-26T19:53:33.745Z | [ host-package] Compiling portpicker v0.1.1 |
2838 | 2024-08-26T19:53:34.274Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2839 | 2024-08-26T19:53:34.986Z | [ host-package] Compiling smawk v0.3.2 |
2840 | 2024-08-26T19:53:35.217Z | [ host-package] Compiling textwrap v0.16.1 |
2841 | 2024-08-26T19:53:35.243Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2842 | 2024-08-26T19:53:35.285Z | [ host-package] Compiling rcgen v0.12.1 |
2843 | 2024-08-26T19:53:38.530Z | [ helios-setup] Aug 26 19:53:37.158 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s |
2844 | 2024-08-26T19:53:38.673Z | [ helios-setup] Aug 26 19:53:37.300 INFO building project "pilot" ok (412 seconds) |
2845 | 2024-08-26T19:53:38.676Z | [ helios-setup] Aug 26 19:53:37.301 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2846 | 2024-08-26T19:53:38.676Z | [ helios-setup] Aug 26 19:53:37.301 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2847 | 2024-08-26T19:53:38.684Z | [ helios-setup] Aug 26 19:53:37.310 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2848 | 2024-08-26T19:53:38.895Z | [ helios-setup] Aug 26 19:53:37.523 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2849 | 2024-08-26T19:53:38.895Z | [ helios-setup] Aug 26 19:53:37.523 INFO E| info: downloading component 'cargo' |
2850 | 2024-08-26T19:53:39.160Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2851 | 2024-08-26T19:53:40.380Z | [ helios-setup] Aug 26 19:53:39.006 INFO E| info: downloading component 'clippy' |
2852 | 2024-08-26T19:53:40.606Z | [ helios-setup] Aug 26 19:53:39.233 INFO E| info: downloading component 'rust-docs' |
2853 | 2024-08-26T19:53:42.020Z | [ helios-setup] Aug 26 19:53:40.647 INFO E| info: downloading component 'rust-src' |
2854 | 2024-08-26T19:53:42.262Z | [ helios-setup] Aug 26 19:53:40.889 INFO E| info: downloading component 'rust-std' |
2855 | 2024-08-26T19:53:44.311Z | [ helios-setup] Aug 26 19:53:42.938 INFO E| info: downloading component 'rustc' |
2856 | 2024-08-26T19:53:45.938Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2857 | 2024-08-26T19:53:49.972Z | [ helios-setup] Aug 26 19:53:48.596 INFO E| info: downloading component 'rustfmt' |
2858 | 2024-08-26T19:53:49.999Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2859 | 2024-08-26T19:53:50.348Z | [ helios-setup] Aug 26 19:53:48.973 INFO E| info: installing component 'cargo' |
2860 | 2024-08-26T19:53:51.468Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2861 | 2024-08-26T19:53:51.855Z | [ helios-setup] Aug 26 19:53:50.480 INFO E| info: installing component 'clippy' |
2862 | 2024-08-26T19:53:52.297Z | [ helios-setup] Aug 26 19:53:50.922 INFO E| info: installing component 'rust-docs' |
2863 | 2024-08-26T19:53:55.615Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2864 | 2024-08-26T19:53:56.288Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2865 | 2024-08-26T19:53:57.598Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2866 | 2024-08-26T19:53:58.032Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2867 | 2024-08-26T19:53:58.484Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2868 | 2024-08-26T19:53:58.938Z | [ helios-setup] Aug 26 19:53:57.558 INFO E| info: installing component 'rust-src' |
2869 | 2024-08-26T19:53:59.601Z | [ helios-setup] Aug 26 19:53:58.225 INFO E| info: installing component 'rust-std' |
2870 | 2024-08-26T19:54:02.340Z | [ helios-setup] Aug 26 19:54:00.964 INFO E| info: installing component 'rustc' |
2871 | 2024-08-26T19:54:03.316Z | [ host-package] Compiling atomicwrites v0.4.3 |
2872 | 2024-08-26T19:54:04.089Z | [ host-package] Compiling fatfs v0.3.6 |
2873 | 2024-08-26T19:54:06.035Z | [ host-package] Compiling subprocess v0.2.9 |
2874 | 2024-08-26T19:54:07.266Z | [ host-package] Compiling rtoolbox v0.0.2 |
2875 | 2024-08-26T19:54:07.804Z | [ host-package] Compiling assert_matches v1.5.0 |
2876 | 2024-08-26T19:54:07.847Z | [ host-package] Compiling is_ci v1.2.0 |
2877 | 2024-08-26T19:54:08.253Z | [ host-package] Compiling supports-color v3.0.0 |
2878 | 2024-08-26T19:54:08.763Z | [ helios-setup] Aug 26 19:54:07.386 INFO E| info: installing component 'rustfmt' |
2879 | 2024-08-26T19:54:09.170Z | [ host-package] Compiling rpassword v7.3.1 |
2880 | 2024-08-26T19:54:09.648Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2881 | 2024-08-26T19:54:09.729Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2882 | 2024-08-26T19:54:09.805Z | [ helios-setup] Aug 26 19:54:08.428 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2883 | 2024-08-26T19:54:10.572Z | [ helios-setup] Aug 26 19:54:09.194 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2884 | 2024-08-26T19:54:10.572Z | [ helios-setup] Aug 26 19:54:09.194 INFO E| * [new branch] issue-113 -> origin/issue-113 |
2885 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.195 INFO E| * [new branch] issue-135 -> origin/issue-135 |
2886 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.195 INFO E| * [new branch] main -> origin/main |
2887 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.195 INFO E| * [new ref] -> origin/HEAD |
2888 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2889 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2890 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2891 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.195 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2892 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2893 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2894 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2895 | 2024-08-26T19:54:10.575Z | [ helios-setup] Aug 26 19:54:09.196 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2896 | 2024-08-26T19:54:10.605Z | [ helios-setup] Aug 26 19:54:09.228 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2897 | 2024-08-26T19:54:11.356Z | [ helios-setup] Aug 26 19:54:09.978 INFO E| From https://github.com/oxidecomputer/amd-efs |
2898 | 2024-08-26T19:54:11.356Z | [ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] empty -> origin/empty |
2899 | 2024-08-26T19:54:11.356Z | [ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2900 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] main -> origin/main |
2901 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.979 INFO E| * [new branch] review -> origin/review |
2902 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.979 INFO E| * [new ref] -> origin/HEAD |
2903 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.979 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2904 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.979 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2905 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2906 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2907 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2908 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2909 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2910 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2911 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2912 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2913 | 2024-08-26T19:54:11.359Z | [ helios-setup] Aug 26 19:54:09.980 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2914 | 2024-08-26T19:54:11.381Z | [ helios-setup] Aug 26 19:54:10.003 INFO E| Updating crates.io index |
2915 | 2024-08-26T19:54:11.594Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2916 | 2024-08-26T19:54:11.610Z | [ helios-setup] Aug 26 19:54:10.232 INFO E| Downloading crates ... |
2917 | 2024-08-26T19:54:11.765Z | [ helios-setup] Aug 26 19:54:10.386 INFO E| Downloaded ansi_term v0.12.1 |
2918 | 2024-08-26T19:54:11.767Z | [ helios-setup] Aug 26 19:54:10.390 INFO E| Downloaded semver v0.9.0 |
2919 | 2024-08-26T19:54:11.770Z | [ helios-setup] Aug 26 19:54:10.393 INFO E| Downloaded strum v0.23.0 |
2920 | 2024-08-26T19:54:11.772Z | [ helios-setup] Aug 26 19:54:10.394 INFO E| Downloaded rustc_version v0.2.3 |
2921 | 2024-08-26T19:54:11.775Z | [ helios-setup] Aug 26 19:54:10.395 INFO E| Downloaded strsim v0.8.0 |
2922 | 2024-08-26T19:54:11.775Z | [ helios-setup] Aug 26 19:54:10.397 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2923 | 2024-08-26T19:54:11.778Z | [ helios-setup] Aug 26 19:54:10.400 INFO E| Downloaded unic-common v0.9.0 |
2924 | 2024-08-26T19:54:11.794Z | [ helios-setup] Aug 26 19:54:10.401 INFO E| Downloaded unic-char-property v0.9.0 |
2925 | 2024-08-26T19:54:11.798Z | [ helios-setup] Aug 26 19:54:10.403 INFO E| Downloaded fletcher v0.1.0 |
2926 | 2024-08-26T19:54:11.798Z | [ helios-setup] Aug 26 19:54:10.406 INFO E| Downloaded scroll_derive v0.10.5 |
2927 | 2024-08-26T19:54:11.798Z | [ helios-setup] Aug 26 19:54:10.408 INFO E| Downloaded unic-ucd-version v0.9.0 |
2928 | 2024-08-26T19:54:11.798Z | [ helios-setup] Aug 26 19:54:10.409 INFO E| Downloaded unic-char-range v0.9.0 |
2929 | 2024-08-26T19:54:11.798Z | [ helios-setup] Aug 26 19:54:10.412 INFO E| Downloaded proc-macro-crate v0.1.5 |
2930 | 2024-08-26T19:54:11.798Z | [ helios-setup] Aug 26 19:54:10.417 INFO E| Downloaded parse_int v0.6.0 |
2931 | 2024-08-26T19:54:11.798Z | [ helios-setup] Aug 26 19:54:10.418 INFO E| Downloaded memoffset v0.5.6 |
2932 | 2024-08-26T19:54:11.801Z | [ helios-setup] Aug 26 19:54:10.420 INFO E| Downloaded vec_map v0.8.2 |
2933 | 2024-08-26T19:54:11.830Z | [ helios-setup] Aug 26 19:54:10.453 INFO E| Downloaded textwrap v0.11.0 |
2934 | 2024-08-26T19:54:11.833Z | [ helios-setup] Aug 26 19:54:10.456 INFO E| Downloaded strum_macros v0.23.1 |
2935 | 2024-08-26T19:54:11.837Z | [ helios-setup] Aug 26 19:54:10.459 INFO E| Downloaded structopt-derive v0.4.18 |
2936 | 2024-08-26T19:54:11.840Z | [ helios-setup] Aug 26 19:54:10.461 INFO E| Downloaded semver-parser v0.7.0 |
2937 | 2024-08-26T19:54:11.840Z | [ helios-setup] Aug 26 19:54:10.463 INFO E| Downloaded pre-proc-macro v0.2.1 |
2938 | 2024-08-26T19:54:11.843Z | [ helios-setup] Aug 26 19:54:10.466 INFO E| Downloaded pre v0.2.1 |
2939 | 2024-08-26T19:54:11.846Z | [ helios-setup] Aug 26 19:54:10.467 INFO E| Downloaded pest_meta v2.7.11 |
2940 | 2024-08-26T19:54:11.850Z | [ helios-setup] Aug 26 19:54:10.470 INFO E| Downloaded pest_derive v2.7.11 |
2941 | 2024-08-26T19:54:11.854Z | [ helios-setup] Aug 26 19:54:10.474 INFO E| Downloaded structopt v0.3.26 |
2942 | 2024-08-26T19:54:11.862Z | [ helios-setup] Aug 26 19:54:10.485 INFO E| Downloaded memchr v2.7.4 |
2943 | 2024-08-26T19:54:11.871Z | [ helios-setup] Aug 26 19:54:10.493 INFO E| Downloaded modular-bitfield v0.11.2 |
2944 | 2024-08-26T19:54:11.888Z | [ helios-setup] Aug 26 19:54:10.510 INFO E| Downloaded pest v2.7.11 |
2945 | 2024-08-26T19:54:11.897Z | [ helios-setup] Aug 26 19:54:10.519 INFO E| Downloaded num-derive v0.3.3 |
2946 | 2024-08-26T19:54:11.899Z | [ helios-setup] Aug 26 19:54:10.521 INFO E| Downloaded clap v2.34.0 |
2947 | 2024-08-26T19:54:11.910Z | [ helios-setup] Aug 26 19:54:10.532 INFO E| Downloaded goblin v0.4.3 |
2948 | 2024-08-26T19:54:11.918Z | [ helios-setup] Aug 26 19:54:10.541 INFO E| Downloaded scroll v0.10.2 |
2949 | 2024-08-26T19:54:11.922Z | [ helios-setup] Aug 26 19:54:10.544 INFO E| Downloaded pest_generator v2.7.11 |
2950 | 2024-08-26T19:54:11.924Z | [ helios-setup] Aug 26 19:54:10.546 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2951 | 2024-08-26T19:54:11.928Z | [ helios-setup] Aug 26 19:54:10.548 INFO E| Downloaded four-cc v0.3.0 |
2952 | 2024-08-26T19:54:11.928Z | [ helios-setup] Aug 26 19:54:10.550 INFO E| Downloaded cfg-if v0.1.10 |
2953 | 2024-08-26T19:54:11.931Z | [ helios-setup] Aug 26 19:54:10.551 INFO E| Downloaded bytesize v1.3.0 |
2954 | 2024-08-26T19:54:11.931Z | [ helios-setup] Aug 26 19:54:10.553 INFO E| Downloaded libc v0.2.155 |
2955 | 2024-08-26T19:54:12.070Z | [ helios-setup] Aug 26 19:54:10.693 INFO E| Compiling proc-macro2 v1.0.86 |
2956 | 2024-08-26T19:54:12.083Z | [ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling unicode-ident v1.0.12 |
2957 | 2024-08-26T19:54:12.083Z | [ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling syn v1.0.109 |
2958 | 2024-08-26T19:54:12.086Z | [ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling version_check v0.9.4 |
2959 | 2024-08-26T19:54:12.086Z | [ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling autocfg v1.3.0 |
2960 | 2024-08-26T19:54:12.086Z | [ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling semver-parser v0.7.0 |
2961 | 2024-08-26T19:54:12.086Z | [ helios-setup] Aug 26 19:54:10.705 INFO E| Compiling thiserror v1.0.63 |
2962 | 2024-08-26T19:54:12.086Z | [ helios-setup] Aug 26 19:54:10.706 INFO E| Compiling serde v1.0.204 |
2963 | 2024-08-26T19:54:13.364Z | [ helios-setup] Aug 26 19:54:11.987 INFO E| Compiling semver v0.9.0 |
2964 | 2024-08-26T19:54:13.561Z | [ helios-setup] Aug 26 19:54:12.184 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2965 | 2024-08-26T19:54:13.574Z | [ helios-setup] Aug 26 19:54:12.196 INFO E| Compiling proc-macro-error v1.0.4 |
2966 | 2024-08-26T19:54:13.724Z | [ helios-setup] Aug 26 19:54:12.347 INFO E| Compiling serde_json v1.0.120 |
2967 | 2024-08-26T19:54:13.942Z | [ helios-setup] Aug 26 19:54:12.561 INFO E| Compiling rustc_version v0.2.3 |
2968 | 2024-08-26T19:54:13.992Z | [ helios-setup] Aug 26 19:54:12.614 INFO E| Compiling num-traits v0.2.19 |
2969 | 2024-08-26T19:54:14.259Z | [ helios-setup] Aug 26 19:54:12.882 INFO E| Compiling itoa v1.0.11 |
2970 | 2024-08-26T19:54:14.465Z | [ helios-setup] Aug 26 19:54:13.087 INFO E| Compiling ryu v1.0.18 |
2971 | 2024-08-26T19:54:14.673Z | [ helios-setup] Aug 26 19:54:13.296 INFO E| Compiling schemars v0.8.21 |
2972 | 2024-08-26T19:54:14.759Z | [ helios-setup] Aug 26 19:54:13.381 INFO E| Compiling unicode-segmentation v1.11.0 |
2973 | 2024-08-26T19:54:15.087Z | [ helios-setup] Aug 26 19:54:13.458 INFO E| Compiling memoffset v0.5.6 |
2974 | 2024-08-26T19:54:15.151Z | [ helios-setup] Aug 26 19:54:13.773 INFO E| Compiling pre-proc-macro v0.2.1 |
2975 | 2024-08-26T19:54:15.234Z | [ helios-setup] Aug 26 19:54:13.855 INFO E| Compiling lazy_static v1.5.0 |
2976 | 2024-08-26T19:54:15.299Z | [ helios-setup] Aug 26 19:54:13.921 INFO E| Compiling libc v0.2.155 |
2977 | 2024-08-26T19:54:15.539Z | [ helios-setup] Aug 26 19:54:14.160 INFO E| Compiling memchr v2.7.4 |
2978 | 2024-08-26T19:54:15.825Z | [ helios-setup] Aug 26 19:54:14.447 INFO E| Compiling paste v1.0.15 |
2979 | 2024-08-26T19:54:15.949Z | [ helios-setup] Aug 26 19:54:14.571 INFO E| Compiling quote v1.0.36 |
2980 | 2024-08-26T19:54:16.054Z | [ helios-setup] Aug 26 19:54:14.676 INFO E| Compiling rustversion v1.0.17 |
2981 | 2024-08-26T19:54:16.740Z | [ helios-setup] Aug 26 19:54:15.362 INFO E| Compiling syn v2.0.71 |
2982 | 2024-08-26T19:54:17.085Z | [ helios-setup] Aug 26 19:54:15.707 INFO E| Compiling heck v0.3.3 |
2983 | 2024-08-26T19:54:17.211Z | [ helios-setup] Aug 26 19:54:15.833 INFO E| Compiling dyn-clone v1.0.17 |
2984 | 2024-08-26T19:54:17.832Z | [ helios-setup] Aug 26 19:54:16.454 INFO E| Compiling ucd-trie v0.1.6 |
2985 | 2024-08-26T19:54:18.201Z | [ helios-setup] Aug 26 19:54:16.823 INFO E| Compiling pre v0.2.1 |
2986 | 2024-08-26T19:54:19.090Z | [ helios-setup] Aug 26 19:54:17.712 INFO E| Compiling cfg-if v0.1.10 |
2987 | 2024-08-26T19:54:19.183Z | [ helios-setup] Aug 26 19:54:17.805 INFO E| Compiling static_assertions v1.1.0 |
2988 | 2024-08-26T19:54:19.237Z | [ helios-setup] Aug 26 19:54:17.859 INFO E| Compiling byteorder v1.5.0 |
2989 | 2024-08-26T19:54:19.369Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
2990 | 2024-08-26T19:54:19.639Z | [ helios-setup] Aug 26 19:54:18.260 INFO E| Compiling once_cell v1.19.0 |
2991 | 2024-08-26T19:54:19.802Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2992 | 2024-08-26T19:54:20.339Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2993 | 2024-08-26T19:54:20.466Z | [ helios-setup] Aug 26 19:54:19.088 INFO E| Compiling unicode-width v0.1.13 |
2994 | 2024-08-26T19:54:20.759Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2995 | 2024-08-26T19:54:21.148Z | [ helios-setup] Aug 26 19:54:19.769 INFO E| Compiling textwrap v0.11.0 |
2996 | 2024-08-26T19:54:21.558Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2997 | 2024-08-26T19:54:21.577Z | [ helios-setup] Aug 26 19:54:20.187 INFO E| Compiling atty v0.2.14 |
2998 | 2024-08-26T19:54:21.889Z | [ helios-setup] Aug 26 19:54:20.510 INFO E| Compiling strum v0.23.0 |
2999 | 2024-08-26T19:54:22.142Z | [ helios-setup] Aug 26 19:54:20.764 INFO E| Compiling vec_map v0.8.2 |
3000 | 2024-08-26T19:54:22.459Z | [ helios-setup] Aug 26 19:54:21.081 INFO E| Compiling parse_int v0.6.0 |
3001 | 2024-08-26T19:54:22.543Z | [ helios-setup] Aug 26 19:54:21.164 INFO E| Compiling ansi_term v0.12.1 |
3002 | 2024-08-26T19:54:22.632Z | [ helios-setup] Aug 26 19:54:21.253 INFO E| Compiling fletcher v0.1.0 |
3003 | 2024-08-26T19:54:22.680Z | [ helios-setup] Aug 26 19:54:21.301 INFO E| Compiling bitflags v1.3.2 |
3004 | 2024-08-26T19:54:22.768Z | [ helios-setup] Aug 26 19:54:21.388 INFO E| Compiling unic-common v0.9.0 |
3005 | 2024-08-26T19:54:22.780Z | [ helios-setup] Aug 26 19:54:21.398 INFO E| Compiling unic-char-range v0.9.0 |
3006 | 2024-08-26T19:54:22.835Z | [ helios-setup] Aug 26 19:54:21.456 INFO E| Compiling strsim v0.8.0 |
3007 | 2024-08-26T19:54:23.202Z | [ helios-setup] Aug 26 19:54:21.818 INFO E| Compiling clap v2.34.0 |
3008 | 2024-08-26T19:54:23.316Z | [ helios-setup] Aug 26 19:54:21.936 INFO E| Compiling unic-char-property v0.9.0 |
3009 | 2024-08-26T19:54:23.471Z | [ helios-setup] Aug 26 19:54:22.093 INFO E| Compiling unic-ucd-version v0.9.0 |
3010 | 2024-08-26T19:54:23.627Z | [ helios-setup] Aug 26 19:54:22.247 INFO E| Compiling plain v0.2.3 |
3011 | 2024-08-26T19:54:23.648Z | [ helios-setup] Aug 26 19:54:22.270 INFO E| Compiling log v0.4.22 |
3012 | 2024-08-26T19:54:23.738Z | [ host-package] Compiling uzers v0.11.3 |
3013 | 2024-08-26T19:54:23.931Z | [ helios-setup] Aug 26 19:54:22.551 INFO E| Compiling unic-ucd-ident v0.9.0 |
3014 | 2024-08-26T19:54:23.998Z | [ helios-setup] Aug 26 19:54:22.620 INFO E| Compiling bytesize v1.3.0 |
3015 | 2024-08-26T19:54:25.360Z | [ helios-setup] Aug 26 19:54:23.981 INFO E| Compiling serde_derive_internals v0.29.1 |
3016 | 2024-08-26T19:54:27.012Z | [ helios-setup] Aug 26 19:54:25.633 INFO E| Compiling toml v0.5.11 |
3017 | 2024-08-26T19:54:28.075Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3018 | 2024-08-26T19:54:30.828Z | [ helios-setup] Aug 26 19:54:29.448 INFO E| Compiling proc-macro-crate v0.1.5 |
3019 | 2024-08-26T19:54:31.195Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3020 | 2024-08-26T19:54:32.243Z | [ helios-setup] Aug 26 19:54:30.863 INFO E| Compiling thiserror-impl v1.0.63 |
3021 | 2024-08-26T19:54:32.409Z | [ helios-setup] Aug 26 19:54:31.028 INFO E| Compiling serde_derive v1.0.204 |
3022 | 2024-08-26T19:54:32.574Z | [ helios-setup] Aug 26 19:54:31.194 INFO E| Compiling schemars_derive v0.8.21 |
3023 | 2024-08-26T19:54:32.705Z | [ helios-setup] Aug 26 19:54:31.323 INFO E| Compiling zerocopy-derive v0.6.6 |
3024 | 2024-08-26T19:54:34.865Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3025 | 2024-08-26T19:54:36.719Z | [ helios-setup] Aug 26 19:54:35.339 INFO E| Compiling zerocopy v0.6.6 |
3026 | 2024-08-26T19:54:37.912Z | [ helios-setup] Aug 26 19:54:36.531 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3027 | 2024-08-26T19:54:38.036Z | [ helios-setup] Aug 26 19:54:36.654 INFO E| Compiling num-derive v0.3.3 |
3028 | 2024-08-26T19:54:38.264Z | [ helios-setup] Aug 26 19:54:36.883 INFO E| Compiling pest v2.7.11 |
3029 | 2024-08-26T19:54:39.057Z | [ helios-setup] Aug 26 19:54:37.676 INFO E| Compiling strum_macros v0.23.1 |
3030 | 2024-08-26T19:54:43.144Z | [ helios-setup] Aug 26 19:54:37.848 INFO E| Compiling scroll_derive v0.10.5 |
3031 | 2024-08-26T19:54:43.182Z | [ helios-setup] Aug 26 19:54:41.316 INFO E| Compiling structopt-derive v0.4.18 |
3032 | 2024-08-26T19:54:43.182Z | [ helios-setup] Aug 26 19:54:41.577 INFO E| Compiling scroll v0.10.2 |
3033 | 2024-08-26T19:54:43.457Z | [ helios-setup] Aug 26 19:54:42.075 INFO E| Compiling modular-bitfield v0.11.2 |
3034 | 2024-08-26T19:54:44.326Z | [ helios-setup] Aug 26 19:54:42.944 INFO E| Compiling pest_meta v2.7.11 |
3035 | 2024-08-26T19:54:44.740Z | [ helios-setup] Aug 26 19:54:43.358 INFO E| Compiling goblin v0.4.3 |
3036 | 2024-08-26T19:54:44.843Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3037 | 2024-08-26T19:54:46.513Z | [ helios-setup] Aug 26 19:54:45.130 INFO E| Compiling pest_generator v2.7.11 |
3038 | 2024-08-26T19:54:48.572Z | [ helios-setup] Aug 26 19:54:47.190 INFO E| Compiling structopt v0.3.26 |
3039 | 2024-08-26T19:54:51.197Z | [ helios-setup] Aug 26 19:54:49.814 INFO E| Compiling pest_derive v2.7.11 |
3040 | 2024-08-26T19:54:56.158Z | [ helios-setup] Aug 26 19:54:54.774 INFO E| Compiling json5 v0.4.1 |
3041 | 2024-08-26T19:55:02.366Z | [ helios-setup] Aug 26 19:55:00.727 INFO E| Compiling four-cc v0.3.0 |
3042 | 2024-08-26T19:55:02.366Z | [ helios-setup] Aug 26 19:55:00.727 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
3043 | 2024-08-26T19:55:02.389Z | [ helios-setup] Aug 26 19:55:00.946 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
3044 | 2024-08-26T19:55:04.115Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3045 | 2024-08-26T19:55:17.547Z | [ host-package] Compiling multimap v0.10.0 |
3046 | 2024-08-26T19:55:44.315Z | [ helios-setup] Aug 26 19:55:42.925 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3047 | 2024-08-26T19:56:03.358Z | [ helios-setup] Aug 26 19:56:01.965 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3048 | 2024-08-26T19:56:57.437Z | [ helios-setup] Aug 26 19:56:56.038 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s |
3049 | 2024-08-26T19:56:57.473Z | [ helios-setup] Aug 26 19:56:56.073 INFO building project "amd-host-image-builder" ok (198 seconds) |
3050 | 2024-08-26T19:56:57.475Z | [ helios-setup] Aug 26 19:56:56.073 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3051 | 2024-08-26T19:56:57.476Z | [ helios-setup] Aug 26 19:56:56.073 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3052 | 2024-08-26T19:56:57.869Z | [ helios-setup] Aug 26 19:56:56.470 INFO E| Downloading crates ... |
3053 | 2024-08-26T19:56:57.986Z | [ helios-setup] Aug 26 19:56:56.586 INFO E| Downloaded typenum v1.15.0 |
3054 | 2024-08-26T19:56:57.992Z | [ helios-setup] Aug 26 19:56:56.590 INFO E| Downloaded anyhow v1.0.62 |
3055 | 2024-08-26T19:56:57.996Z | [ helios-setup] Aug 26 19:56:56.596 INFO E| Downloaded digest v0.10.3 |
3056 | 2024-08-26T19:56:57.998Z | [ helios-setup] Aug 26 19:56:56.599 INFO E| Downloaded bytes v1.2.1 |
3057 | 2024-08-26T19:56:58.004Z | [ helios-setup] Aug 26 19:56:56.604 INFO E| Downloaded sha2 v0.10.5 |
3058 | 2024-08-26T19:56:58.207Z | [ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling typenum v1.15.0 |
3059 | 2024-08-26T19:56:58.207Z | [ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling version_check v0.9.4 |
3060 | 2024-08-26T19:56:58.210Z | [ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling crc32fast v1.3.2 |
3061 | 2024-08-26T19:56:58.210Z | [ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling cfg-if v1.0.0 |
3062 | 2024-08-26T19:56:58.210Z | [ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling anyhow v1.0.62 |
3063 | 2024-08-26T19:56:58.210Z | [ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling adler v1.0.2 |
3064 | 2024-08-26T19:56:58.210Z | [ helios-setup] Aug 26 19:56:56.808 INFO E| Compiling cpufeatures v0.2.5 |
3065 | 2024-08-26T19:56:58.213Z | [ helios-setup] Aug 26 19:56:56.813 INFO E| Compiling unicode-width v0.1.10 |
3066 | 2024-08-26T19:56:58.435Z | [ helios-setup] Aug 26 19:56:57.035 INFO E| Compiling bitflags v1.3.2 |
3067 | 2024-08-26T19:56:58.501Z | [ helios-setup] Aug 26 19:56:57.101 INFO E| Compiling miniz_oxide v0.6.2 |
3068 | 2024-08-26T19:56:58.601Z | [ helios-setup] Aug 26 19:56:57.201 INFO E| Compiling getopts v0.2.21 |
3069 | 2024-08-26T19:56:58.716Z | [ helios-setup] Aug 26 19:56:57.316 INFO E| Compiling bytes v1.2.1 |
3070 | 2024-08-26T19:56:59.506Z | [ helios-setup] Aug 26 19:56:58.106 INFO E| Compiling generic-array v0.14.6 |
3071 | 2024-08-26T19:57:00.327Z | [ helios-setup] Aug 26 19:56:58.927 INFO E| Compiling flate2 v1.0.25 |
3072 | 2024-08-26T19:57:04.599Z | [ helios-setup] Aug 26 19:57:03.198 INFO E| Compiling crypto-common v0.1.6 |
3073 | 2024-08-26T19:57:04.599Z | [ helios-setup] Aug 26 19:57:03.198 INFO E| Compiling block-buffer v0.10.3 |
3074 | 2024-08-26T19:57:04.819Z | [ helios-setup] Aug 26 19:57:03.418 INFO E| Compiling digest v0.10.3 |
3075 | 2024-08-26T19:57:05.218Z | [ helios-setup] Aug 26 19:57:03.818 INFO E| Compiling sha2 v0.10.5 |
3076 | 2024-08-26T19:57:05.730Z | [ helios-setup] Aug 26 19:57:04.329 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3077 | 2024-08-26T19:57:11.229Z | [ helios-setup] Aug 26 19:57:09.828 INFO E| Finished `release` profile [optimized] target(s) in 13.64s |
3078 | 2024-08-26T19:57:11.245Z | [ helios-setup] Aug 26 19:57:09.844 INFO building project "bootserver" ok (13 seconds) |
3079 | 2024-08-26T19:57:11.245Z | [ helios-setup] Aug 26 19:57:09.844 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3080 | 2024-08-26T19:57:11.245Z | [ helios-setup] Aug 26 19:57:09.844 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3081 | 2024-08-26T19:57:11.746Z | [ helios-setup] Aug 26 19:57:10.344 INFO E| Compiling adler v1.0.2 |
3082 | 2024-08-26T19:57:11.927Z | [ helios-setup] Aug 26 19:57:10.526 INFO E| Compiling miniz_oxide v0.7.2 |
3083 | 2024-08-26T19:57:14.643Z | [ helios-setup] Aug 26 19:57:13.241 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3084 | 2024-08-26T19:57:15.555Z | [ helios-setup] Aug 26 19:57:14.153 INFO E| Finished `release` profile [optimized] target(s) in 4.22s |
3085 | 2024-08-26T19:57:15.563Z | [ helios-setup] Aug 26 19:57:14.161 INFO building project "pinprick" ok (4 seconds) |
3086 | 2024-08-26T19:57:15.565Z | [ helios-setup] rm -f helios-build |
3087 | 2024-08-26T19:57:15.626Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3088 | 2024-08-26T19:57:15.629Z | [ helios-setup] |
3089 | 2024-08-26T19:57:15.629Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3090 | 2024-08-26T19:57:15.629Z | [ helios-setup] |
3091 | 2024-08-26T19:57:15.629Z | [ helios-setup] |
3092 | 2024-08-26T19:57:15.629Z | [ helios-setup] real 12:22.377919208 |
3093 | 2024-08-26T19:57:15.629Z | [ helios-setup] user 28:55.599107849 |
3094 | 2024-08-26T19:57:15.629Z | [ helios-setup] sys 3:35.924965506 |
3095 | 2024-08-26T19:57:15.629Z | [ helios-setup] trap 1.764451664 |
3096 | 2024-08-26T19:57:15.629Z | [ helios-setup] tflt 7.552301007 |
3097 | 2024-08-26T19:57:15.629Z | [ helios-setup] dflt 44.971803129 |
3098 | 2024-08-26T19:57:15.629Z | [ helios-setup] kflt 0.025248860 |
3099 | 2024-08-26T19:57:15.629Z | [ helios-setup] lock 1:59:13.256838559 |
3100 | 2024-08-26T19:57:15.629Z | [ helios-setup] slp 3:43:39.693352608 |
3101 | 2024-08-26T19:57:15.629Z | [ helios-setup] lat 33:06.303694863 |
3102 | 2024-08-26T19:57:15.629Z | [ helios-setup] stop 4:30.270342200 |
3103 | 2024-08-26T19:57:15.629Z | Aug 26 19:57:14.175 INFO [helios-setup] process exited with exit status: 0 (742.384016729s) |
3104 | 2024-08-26T19:57:15.629Z | Aug 26 19:57:14.175 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3105 | 2024-08-26T19:57:15.629Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3106 | 2024-08-26T19:57:15.774Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3107 | 2024-08-26T19:57:15.776Z | [ phbl-toolchain] info: downloading component 'cargo' |
3108 | 2024-08-26T19:57:17.598Z | [ phbl-toolchain] info: downloading component 'clippy' |
3109 | 2024-08-26T19:57:17.814Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3110 | 2024-08-26T19:57:22.468Z | [ phbl-toolchain] info: downloading component 'miri' |
3111 | 2024-08-26T19:57:22.589Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3112 | 2024-08-26T19:57:24.152Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3113 | 2024-08-26T19:57:24.332Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3114 | 2024-08-26T19:57:26.466Z | [ phbl-toolchain] info: downloading component 'rustc' |
3115 | 2024-08-26T19:57:31.382Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3116 | 2024-08-26T19:57:32.540Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3117 | 2024-08-26T19:57:33.342Z | [ phbl-toolchain] info: installing component 'cargo' |
3118 | 2024-08-26T19:57:34.697Z | [ phbl-toolchain] info: installing component 'clippy' |
3119 | 2024-08-26T19:57:35.238Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3120 | 2024-08-26T19:57:37.373Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3121 | 2024-08-26T19:57:41.006Z | [ phbl-toolchain] info: installing component 'miri' |
3122 | 2024-08-26T19:57:41.431Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3123 | 2024-08-26T19:57:48.324Z | [ phbl-toolchain] info: installing component 'rust-src' |
3124 | 2024-08-26T19:57:49.003Z | [ phbl-toolchain] info: installing component 'rust-std' |
3125 | 2024-08-26T19:57:51.463Z | [ phbl-toolchain] info: installing component 'rustc' |
3126 | 2024-08-26T19:57:57.799Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3127 | 2024-08-26T19:57:58.576Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3128 | 2024-08-26T19:57:58.578Z | Aug 26 19:57:57.168 INFO [phbl-toolchain] process exited with exit status: 0 (42.993423308s) |
3129 | 2024-08-26T20:04:28.955Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 50s |
3130 | 2024-08-26T20:05:31.232Z | Aug 26 20:05:29.763 INFO [host-package] process exited with exit status: 0 (1192.851177896s) |
3131 | 2024-08-26T20:05:31.235Z | Aug 26 20:05:29.763 INFO [host-stamp] running task |
3132 | 2024-08-26T20:05:31.235Z | Aug 26 20:05:29.764 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3133 | 2024-08-26T20:05:31.239Z | Aug 26 20:05:29.770 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+git11c5f13755c |
3134 | 2024-08-26T20:05:31.243Z | Aug 26 20:05:29.774 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+git11c5f13755c |
3135 | 2024-08-26T20:05:31.248Z | Aug 26 20:05:29.779 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+git11c5f13755c |
3136 | 2024-08-26T20:05:31.252Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3137 | 2024-08-26T20:05:31.255Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3138 | 2024-08-26T20:05:31.255Z | Aug 26 20:05:29.784 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+git11c5f13755c |
3139 | 2024-08-26T20:05:31.258Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3140 | 2024-08-26T20:05:31.261Z | Aug 26 20:05:29.790 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+git11c5f13755c |
3141 | 2024-08-26T20:05:31.264Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3142 | 2024-08-26T20:05:31.267Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3143 | 2024-08-26T20:05:31.267Z | Aug 26 20:05:29.797 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+git11c5f13755c |
3144 | 2024-08-26T20:05:31.271Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3145 | 2024-08-26T20:05:31.271Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3146 | 2024-08-26T20:05:31.274Z | Aug 26 20:05:29.805 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+git11c5f13755c |
3147 | 2024-08-26T20:05:31.278Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3148 | 2024-08-26T20:05:31.280Z | Aug 26 20:05:29.811 INFO [stamp-oxlog] process exited with exit status: 0 (41.020651ms) |
3149 | 2024-08-26T20:05:31.280Z | Aug 26 20:05:29.811 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (31.364076ms) |
3150 | 2024-08-26T20:05:31.280Z | Aug 26 20:05:29.811 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+git11c5f13755c |
3151 | 2024-08-26T20:05:31.286Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3152 | 2024-08-26T20:05:31.288Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3153 | 2024-08-26T20:05:31.292Z | Aug 26 20:05:29.821 INFO [stamp-overlay] process exited with exit status: 0 (23.664668ms) |
3154 | 2024-08-26T20:05:31.292Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3155 | 2024-08-26T20:05:31.301Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3156 | 2024-08-26T20:05:31.362Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3157 | 2024-08-26T20:05:31.366Z | Aug 26 20:05:29.897 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.796425ms) |
3158 | 2024-08-26T20:05:31.487Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3159 | 2024-08-26T20:05:31.491Z | Aug 26 20:05:30.022 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (231.617942ms) |
3160 | 2024-08-26T20:05:31.610Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3161 | 2024-08-26T20:05:31.613Z | Aug 26 20:05:30.144 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (339.655104ms) |
3162 | 2024-08-26T20:05:32.414Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3163 | 2024-08-26T20:05:32.417Z | Aug 26 20:05:30.949 INFO [stamp-propolis-server] process exited with exit status: 0 (1.137738339s) |
3164 | 2024-08-26T20:05:32.505Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3165 | 2024-08-26T20:05:34.886Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3166 | 2024-08-26T20:05:41.614Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3167 | 2024-08-26T20:05:41.618Z | Aug 26 20:05:40.148 INFO [stamp-switch-asic] process exited with exit status: 0 (10.363121351s) |
3168 | 2024-08-26T20:05:41.618Z | Aug 26 20:05:40.148 INFO [host-stamp] task succeeded (10.384360488s) |
3169 | 2024-08-26T20:05:41.620Z | Aug 26 20:05:40.148 INFO [host-proto] running task |
3170 | 2024-08-26T20:05:41.990Z | Aug 26 20:05:40.520 INFO [host-proto] task succeeded (371.997564ms) |
3171 | 2024-08-26T20:05:41.990Z | Aug 26 20:05:40.520 INFO [host-profile] running task |
3172 | 2024-08-26T20:05:41.993Z | Aug 26 20:05:40.520 INFO [host-profile] task succeeded (295.285µs) |
3173 | 2024-08-26T20:05:41.993Z | Aug 26 20:05:40.520 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/.tmpYkxlj2/proto/host/root -N 'ci 11c5f13/${os_short_commit} 2024-08-26 19:44' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3174 | 2024-08-26T20:05:42.005Z | [ host-image] Aug 26 20:05:40.534 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3175 | 2024-08-26T20:05:42.005Z | [ host-image] Aug 26 20:05:40.535 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3176 | 2024-08-26T20:05:42.020Z | [ host-image] Aug 26 20:05:40.549 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpYkxlj2/proto/host/root" |
3177 | 2024-08-26T20:05:42.020Z | [ host-image] Aug 26 20:05:40.549 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3178 | 2024-08-26T20:05:42.022Z | [ host-image] Aug 26 20:05:40.549 INFO image builder template: ramdisk-01-os... |
3179 | 2024-08-26T20:05:42.022Z | [ host-image] Aug 26 20:05:40.549 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/.tmpYkxlj2/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 |
3180 | 2024-08-26T20:05:42.040Z | [ host-image] Aug 26 20:05:40.569 INFO O| Aug 26 20:05:40.569 INFO CREATE DATASET: rpool/images/build/host/output |
3181 | 2024-08-26T20:05:42.410Z | [ host-image] Aug 26 20:05:40.940 INFO O| Aug 26 20:05:40.940 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3182 | 2024-08-26T20:05:42.416Z | [ host-image] Aug 26 20:05:40.946 INFO O| Aug 26 20:05:40.946 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3183 | 2024-08-26T20:05:42.704Z | [ host-image] Aug 26 20:05:41.234 INFO O| Aug 26 20:05:41.233 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3184 | 2024-08-26T20:05:42.784Z | [ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3185 | 2024-08-26T20:05:42.785Z | [ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3186 | 2024-08-26T20:05:42.787Z | [ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3187 | 2024-08-26T20:05:42.787Z | [ host-image] Aug 26 20:05:41.314 INFO O| Aug 26 20:05:41.314 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3188 | 2024-08-26T20:05:42.794Z | [ host-image] Aug 26 20:05:41.324 INFO O| Aug 26 20:05:41.324 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3189 | 2024-08-26T20:05:43.034Z | [ host-image] Aug 26 20:05:41.563 INFO O| Aug 26 20:05:41.563 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3190 | 2024-08-26T20:05:43.046Z | [ host-image] Aug 26 20:05:41.575 INFO O| Aug 26 20:05:41.575 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3191 | 2024-08-26T20:05:43.608Z | [ host-image] Aug 26 20:05:42.137 INFO O| Aug 26 20:05:42.137 INFO O| Caching catalogs ... Done |
3192 | 2024-08-26T20:05:43.746Z | [ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO STEP 0 (pkg_image_create) COMPLETE |
3193 | 2024-08-26T20:05:43.746Z | [ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3194 | 2024-08-26T20:05:43.748Z | [ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO skip step because feature "repo_redist" is not enabled |
3195 | 2024-08-26T20:05:43.748Z | [ host-image] Aug 26 20:05:42.275 INFO O| Aug 26 20:05:42.275 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3196 | 2024-08-26T20:05:43.764Z | [ host-image] Aug 26 20:05:42.293 INFO O| Aug 26 20:05:42.293 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"] |
3197 | 2024-08-26T20:05:44.328Z | [ host-image] Aug 26 20:05:42.857 INFO O| Aug 26 20:05:42.857 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3198 | 2024-08-26T20:05:44.328Z | [ host-image] Aug 26 20:05:42.857 INFO O| Aug 26 20:05:42.857 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3199 | 2024-08-26T20:05:44.345Z | [ host-image] Aug 26 20:05:42.874 INFO O| Aug 26 20:05:42.874 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"] |
3200 | 2024-08-26T20:05:44.957Z | [ host-image] Aug 26 20:05:43.486 INFO O| Aug 26 20:05:43.486 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3201 | 2024-08-26T20:05:44.958Z | [ host-image] Aug 26 20:05:43.487 INFO O| Aug 26 20:05:43.486 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3202 | 2024-08-26T20:05:44.960Z | [ host-image] Aug 26 20:05:43.487 INFO O| Aug 26 20:05:43.486 INFO skip step because feature "repo_redist" is not enabled |
3203 | 2024-08-26T20:05:44.960Z | [ host-image] Aug 26 20:05:43.487 INFO O| Aug 26 20:05:43.487 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3204 | 2024-08-26T20:05:45.544Z | [ host-image] Aug 26 20:05:44.072 INFO O| Aug 26 20:05:44.072 INFO variant opensolaris.zone is already global |
3205 | 2024-08-26T20:05:45.544Z | [ host-image] Aug 26 20:05:44.072 INFO O| Aug 26 20:05:44.072 INFO STEP 5 (pkg_change_variant) COMPLETE |
3206 | 2024-08-26T20:05:45.547Z | [ host-image] Aug 26 20:05:44.072 INFO O| Aug 26 20:05:44.072 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3207 | 2024-08-26T20:05:46.117Z | [ host-image] Aug 26 20:05:44.646 INFO O| Aug 26 20:05:44.645 INFO variant opensolaris.imagetype is full; changing to partial |
3208 | 2024-08-26T20:05:46.117Z | [ host-image] Aug 26 20:05:44.646 INFO O| Aug 26 20:05:44.646 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3209 | 2024-08-26T20:05:52.132Z | [ host-image] Aug 26 20:05:50.660 INFO O| Aug 26 20:05:50.660 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3210 | 2024-08-26T20:05:53.806Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.34s |
3211 | 2024-08-26T20:05:54.334Z | [ host-image] Aug 26 20:05:52.861 INFO O| Aug 26 20:05:52.861 INFO O| Startup: Caching catalogs ... Done |
3212 | 2024-08-26T20:05:54.390Z | [ host-image] Aug 26 20:05:52.917 INFO O| Aug 26 20:05:52.917 INFO O| Planning: Planning completed in 0.00 seconds |
3213 | 2024-08-26T20:05:54.399Z | [ host-image] Aug 26 20:05:52.918 INFO O| Aug 26 20:05:52.918 INFO O| Planning: Consolidating action changes ... Done |
3214 | 2024-08-26T20:05:54.399Z | [ host-image] Aug 26 20:05:52.918 INFO O| Aug 26 20:05:52.918 INFO O| Planning: Evaluating mediators ... Done |
3215 | 2024-08-26T20:05:54.400Z | [ host-image] Aug 26 20:05:52.918 INFO O| Aug 26 20:05:52.918 INFO O| Planning: Planning completed in 0.00 seconds |
3216 | 2024-08-26T20:05:54.400Z | [ host-image] Aug 26 20:05:52.919 INFO O| Aug 26 20:05:52.919 INFO O| Variants/Facets to change: 1 |
3217 | 2024-08-26T20:05:54.414Z | [ host-image] Aug 26 20:05:52.941 INFO O| Aug 26 20:05:52.941 INFO O| Done |
3218 | 2024-08-26T20:05:54.419Z | [ host-image] Aug 26 20:05:52.941 INFO O| Aug 26 20:05:52.941 INFO O| Done |
3219 | 2024-08-26T20:05:54.778Z | [ host-image] Aug 26 20:05:53.305 INFO O| Aug 26 20:05:53.305 INFO O| Done |
3220 | 2024-08-26T20:05:54.808Z | [ host-image] Aug 26 20:05:53.334 INFO O| Aug 26 20:05:53.334 INFO O| Done |
3221 | 2024-08-26T20:05:54.810Z | [ host-image] Aug 26 20:05:53.335 INFO O| Aug 26 20:05:53.335 INFO O| Done |
3222 | 2024-08-26T20:05:54.810Z | [ host-image] Aug 26 20:05:53.335 INFO O| Aug 26 20:05:53.335 INFO O| Done |
3223 | 2024-08-26T20:05:54.810Z | [ host-image] Aug 26 20:05:53.337 INFO O| Aug 26 20:05:53.337 INFO O| Done |
3224 | 2024-08-26T20:05:55.105Z | [ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO STEP 6 (pkg_change_variant) COMPLETE |
3225 | 2024-08-26T20:05:55.105Z | [ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3226 | 2024-08-26T20:05:55.105Z | [ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO skip step because feature "debug_variant" is not enabled |
3227 | 2024-08-26T20:05:55.106Z | [ host-image] Aug 26 20:05:53.631 INFO O| Aug 26 20:05:53.631 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3228 | 2024-08-26T20:05:55.286Z | Aug 26 20:05:53.814 INFO [recovery-package] process exited with exit status: 0 (24.049799743s) |
3229 | 2024-08-26T20:05:55.286Z | Aug 26 20:05:53.814 INFO [recovery-stamp] running task |
3230 | 2024-08-26T20:05:55.288Z | Aug 26 20:05:53.814 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3231 | 2024-08-26T20:05:55.294Z | Aug 26 20:05:53.821 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+git11c5f13755c |
3232 | 2024-08-26T20:05:55.300Z | Aug 26 20:05:53.827 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git11c5f13755c |
3233 | 2024-08-26T20:05:55.310Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3234 | 2024-08-26T20:05:55.317Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3235 | 2024-08-26T20:05:55.390Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3236 | 2024-08-26T20:05:55.393Z | Aug 26 20:05:53.921 INFO [stamp-installinator] process exited with exit status: 0 (93.725224ms) |
3237 | 2024-08-26T20:05:55.439Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3238 | 2024-08-26T20:05:55.443Z | Aug 26 20:05:53.971 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (149.266547ms) |
3239 | 2024-08-26T20:05:55.443Z | Aug 26 20:05:53.971 INFO [recovery-stamp] task succeeded (157.064855ms) |
3240 | 2024-08-26T20:05:55.445Z | Aug 26 20:05:53.971 INFO [recovery-proto] running task |
3241 | 2024-08-26T20:05:55.445Z | Aug 26 20:05:53.971 INFO [tuf-stamp] running task |
3242 | 2024-08-26T20:05:55.445Z | Aug 26 20:05:53.972 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+git11c5f13755c |
3243 | 2024-08-26T20:05:55.453Z | Aug 26 20:05:53.980 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+git11c5f13755c |
3244 | 2024-08-26T20:05:55.458Z | [ host-image] Aug 26 20:05:53.982 INFO O| Aug 26 20:05:53.981 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3245 | 2024-08-26T20:05:55.461Z | Aug 26 20:05:53.988 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+git11c5f13755c |
3246 | 2024-08-26T20:05:55.465Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3247 | 2024-08-26T20:05:55.468Z | Aug 26 20:05:53.996 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+git11c5f13755c |
3248 | 2024-08-26T20:05:55.474Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3249 | 2024-08-26T20:05:55.477Z | Aug 26 20:05:54.005 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+git11c5f13755c |
3250 | 2024-08-26T20:05:55.483Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3251 | 2024-08-26T20:05:55.500Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3252 | 2024-08-26T20:05:55.503Z | Aug 26 20:05:54.029 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+git11c5f13755c |
3253 | 2024-08-26T20:05:55.570Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3254 | 2024-08-26T20:05:55.572Z | Aug 26 20:05:54.098 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+git11c5f13755c |
3255 | 2024-08-26T20:05:55.584Z | Aug 26 20:05:54.111 INFO [recovery-proto] task succeeded (140.355374ms) |
3256 | 2024-08-26T20:05:55.586Z | Aug 26 20:05:54.112 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/.tmpYkxlj2/proto/recovery/root -N 'recovery 11c5f13/${os_short_commit} 2024-08-26 19:44' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3257 | 2024-08-26T20:05:55.605Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3258 | 2024-08-26T20:05:55.610Z | [ recovery-image] Aug 26 20:05:54.138 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3259 | 2024-08-26T20:05:55.613Z | [ recovery-image] Aug 26 20:05:54.138 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3260 | 2024-08-26T20:05:55.613Z | Aug 26 20:05:54.140 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+git11c5f13755c |
3261 | 2024-08-26T20:05:55.627Z | [ recovery-image] Aug 26 20:05:54.154 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpYkxlj2/proto/recovery/root" |
3262 | 2024-08-26T20:05:55.629Z | [ recovery-image] Aug 26 20:05:54.154 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3263 | 2024-08-26T20:05:55.630Z | [ recovery-image] Aug 26 20:05:54.154 INFO image builder template: ramdisk-01-os... |
3264 | 2024-08-26T20:05:55.630Z | [ recovery-image] Aug 26 20:05:54.154 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/.tmpYkxlj2/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 |
3265 | 2024-08-26T20:05:55.666Z | [ recovery-image] Aug 26 20:05:54.193 INFO O| Aug 26 20:05:54.192 INFO CREATE DATASET: rpool/images/build/recovery/output |
3266 | 2024-08-26T20:05:55.668Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3267 | 2024-08-26T20:05:55.672Z | Aug 26 20:05:54.196 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+git11c5f13755c |
3268 | 2024-08-26T20:05:55.820Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3269 | 2024-08-26T20:05:55.837Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3270 | 2024-08-26T20:05:55.839Z | Aug 26 20:05:54.365 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+git11c5f13755c |
3271 | 2024-08-26T20:05:55.889Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3272 | 2024-08-26T20:05:55.920Z | Aug 26 20:05:54.448 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+git11c5f13755c |
3273 | 2024-08-26T20:05:55.927Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3274 | 2024-08-26T20:05:55.958Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3275 | 2024-08-26T20:05:55.961Z | Aug 26 20:05:54.486 INFO [stamp-probe] process exited with exit status: 0 (457.423381ms) |
3276 | 2024-08-26T20:05:55.964Z | Aug 26 20:05:54.492 INFO [stamp-ntp] process exited with exit status: 0 (519.956308ms) |
3277 | 2024-08-26T20:05:55.991Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3278 | 2024-08-26T20:05:56.524Z | [ recovery-image] Aug 26 20:05:55.051 INFO O| Aug 26 20:05:55.051 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3279 | 2024-08-26T20:05:56.530Z | [ recovery-image] Aug 26 20:05:55.057 INFO O| Aug 26 20:05:55.057 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3280 | 2024-08-26T20:05:56.751Z | [ host-image] Aug 26 20:05:55.279 INFO O| Aug 26 20:05:55.279 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3281 | 2024-08-26T20:05:56.755Z | [ host-image] Aug 26 20:05:55.281 INFO O| Aug 26 20:05:55.281 INFO O| Planning: Planning completed in 0.00 seconds |
3282 | 2024-08-26T20:05:56.757Z | [ host-image] Aug 26 20:05:55.282 INFO O| Aug 26 20:05:55.282 INFO O| Planning: Consolidating action changes ... Done |
3283 | 2024-08-26T20:05:56.757Z | [ host-image] Aug 26 20:05:55.282 INFO O| Aug 26 20:05:55.282 INFO O| Planning: Evaluating mediators ... Done |
3284 | 2024-08-26T20:05:56.757Z | [ host-image] Aug 26 20:05:55.283 INFO O| Aug 26 20:05:55.282 INFO O| Planning: Planning completed in 0.00 seconds |
3285 | 2024-08-26T20:05:56.757Z | [ host-image] Aug 26 20:05:55.283 INFO O| Aug 26 20:05:55.283 INFO O| Variants/Facets to change: 1 |
3286 | 2024-08-26T20:05:56.866Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3287 | 2024-08-26T20:05:56.914Z | Aug 26 20:05:55.442 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.436752436s) |
3288 | 2024-08-26T20:05:56.937Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3289 | 2024-08-26T20:05:56.942Z | Aug 26 20:05:55.470 INFO [stamp-internal-dns] process exited with exit status: 0 (1.32992342s) |
3290 | 2024-08-26T20:05:56.996Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3291 | 2024-08-26T20:05:57.020Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3292 | 2024-08-26T20:05:57.067Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3293 | 2024-08-26T20:05:57.071Z | Aug 26 20:05:55.599 INFO [stamp-external-dns] process exited with exit status: 0 (1.220293599s) |
3294 | 2024-08-26T20:05:57.165Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3295 | 2024-08-26T20:05:57.168Z | Aug 26 20:05:55.696 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.708413597s) |
3296 | 2024-08-26T20:05:57.212Z | [ host-image] Aug 26 20:05:55.739 INFO O| Aug 26 20:05:55.739 INFO O| Done |
3297 | 2024-08-26T20:05:57.212Z | [ host-image] Aug 26 20:05:55.739 INFO O| Aug 26 20:05:55.739 INFO O| Done |
3298 | 2024-08-26T20:05:57.218Z | [ recovery-image] Aug 26 20:05:55.745 INFO O| Aug 26 20:05:55.745 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3299 | 2024-08-26T20:05:57.337Z | [ recovery-image] Aug 26 20:05:55.864 INFO O| Aug 26 20:05:55.864 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3300 | 2024-08-26T20:05:57.337Z | [ recovery-image] Aug 26 20:05:55.864 INFO O| Aug 26 20:05:55.864 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3301 | 2024-08-26T20:05:57.339Z | [ recovery-image] Aug 26 20:05:55.865 INFO O| Aug 26 20:05:55.865 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3302 | 2024-08-26T20:05:57.340Z | [ recovery-image] Aug 26 20:05:55.865 INFO O| Aug 26 20:05:55.865 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3303 | 2024-08-26T20:05:57.348Z | [ recovery-image] Aug 26 20:05:55.876 INFO O| Aug 26 20:05:55.876 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3304 | 2024-08-26T20:05:57.387Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3305 | 2024-08-26T20:05:57.391Z | Aug 26 20:05:55.919 INFO [stamp-oximeter] process exited with exit status: 0 (1.938638865s) |
3306 | 2024-08-26T20:05:57.608Z | [ host-image] Aug 26 20:05:56.134 INFO O| Aug 26 20:05:56.134 INFO O| Done |
3307 | 2024-08-26T20:05:57.656Z | [ host-image] Aug 26 20:05:56.184 INFO O| Aug 26 20:05:56.184 INFO O| Done |
3308 | 2024-08-26T20:05:57.659Z | [ host-image] Aug 26 20:05:56.184 INFO O| Aug 26 20:05:56.184 INFO O| Done |
3309 | 2024-08-26T20:05:57.659Z | [ host-image] Aug 26 20:05:56.184 INFO O| Aug 26 20:05:56.184 INFO O| Done |
3310 | 2024-08-26T20:05:57.659Z | [ host-image] Aug 26 20:05:56.186 INFO O| Aug 26 20:05:56.186 INFO O| Done |
3311 | 2024-08-26T20:05:57.736Z | [ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 8 (pkg_change_facet) COMPLETE |
3312 | 2024-08-26T20:05:57.736Z | [ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3313 | 2024-08-26T20:05:57.738Z | [ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO skip step because feature "recovery" is not enabled |
3314 | 2024-08-26T20:05:57.739Z | [ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3315 | 2024-08-26T20:05:57.739Z | [ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO skip step because feature "recovery" is not enabled |
3316 | 2024-08-26T20:05:57.739Z | [ host-image] Aug 26 20:05:56.263 INFO O| Aug 26 20:05:56.263 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3317 | 2024-08-26T20:05:57.752Z | [ host-image] Aug 26 20:05:56.279 INFO O| Aug 26 20:05:56.279 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"] |
3318 | 2024-08-26T20:05:57.766Z | [ recovery-image] Aug 26 20:05:56.293 INFO O| Aug 26 20:05:56.293 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3319 | 2024-08-26T20:05:57.780Z | [ recovery-image] Aug 26 20:05:56.307 INFO O| Aug 26 20:05:56.307 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3320 | 2024-08-26T20:05:58.253Z | [ host-image] Aug 26 20:05:56.780 INFO O| Aug 26 20:05:56.780 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3321 | 2024-08-26T20:05:58.257Z | [ recovery-image] Aug 26 20:05:56.784 INFO O| Aug 26 20:05:56.784 INFO O| Caching catalogs ... Done |
3322 | 2024-08-26T20:05:58.364Z | [ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO STEP 0 (pkg_image_create) COMPLETE |
3323 | 2024-08-26T20:05:58.364Z | [ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3324 | 2024-08-26T20:05:58.364Z | [ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO skip step because feature "repo_redist" is not enabled |
3325 | 2024-08-26T20:05:58.366Z | [ recovery-image] Aug 26 20:05:56.891 INFO O| Aug 26 20:05:56.891 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3326 | 2024-08-26T20:05:58.381Z | [ recovery-image] Aug 26 20:05:56.908 INFO O| Aug 26 20:05:56.908 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"] |
3327 | 2024-08-26T20:05:58.848Z | [ recovery-image] Aug 26 20:05:57.375 INFO O| Aug 26 20:05:57.375 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3328 | 2024-08-26T20:05:58.851Z | [ recovery-image] Aug 26 20:05:57.375 INFO O| Aug 26 20:05:57.375 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3329 | 2024-08-26T20:05:58.861Z | [ recovery-image] Aug 26 20:05:57.388 INFO O| Aug 26 20:05:57.388 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"] |
3330 | 2024-08-26T20:05:59.006Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3331 | 2024-08-26T20:05:59.010Z | Aug 26 20:05:57.537 INFO [stamp-nexus] process exited with exit status: 0 (3.541161994s) |
3332 | 2024-08-26T20:05:59.356Z | [ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3333 | 2024-08-26T20:05:59.356Z | [ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3334 | 2024-08-26T20:05:59.358Z | [ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO skip step because feature "repo_redist" is not enabled |
3335 | 2024-08-26T20:05:59.358Z | [ recovery-image] Aug 26 20:05:57.883 INFO O| Aug 26 20:05:57.883 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3336 | 2024-08-26T20:05:59.812Z | [ recovery-image] Aug 26 20:05:58.339 INFO O| Aug 26 20:05:58.339 INFO variant opensolaris.zone is already global |
3337 | 2024-08-26T20:05:59.812Z | [ recovery-image] Aug 26 20:05:58.339 INFO O| Aug 26 20:05:58.339 INFO STEP 5 (pkg_change_variant) COMPLETE |
3338 | 2024-08-26T20:05:59.812Z | [ recovery-image] Aug 26 20:05:58.339 INFO O| Aug 26 20:05:58.339 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3339 | 2024-08-26T20:06:00.269Z | [ recovery-image] Aug 26 20:05:58.796 INFO O| Aug 26 20:05:58.795 INFO variant opensolaris.imagetype is full; changing to partial |
3340 | 2024-08-26T20:06:00.269Z | [ recovery-image] Aug 26 20:05:58.796 INFO O| Aug 26 20:05:58.796 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3341 | 2024-08-26T20:06:01.034Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3342 | 2024-08-26T20:06:01.037Z | Aug 26 20:05:59.564 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.116602674s) |
3343 | 2024-08-26T20:06:01.505Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3344 | 2024-08-26T20:06:01.653Z | [verify-libraries] Compiling heck v0.4.1 |
3345 | 2024-08-26T20:06:01.657Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3346 | 2024-08-26T20:06:01.659Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3347 | 2024-08-26T20:06:01.659Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3348 | 2024-08-26T20:06:01.659Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3349 | 2024-08-26T20:06:01.659Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3350 | 2024-08-26T20:06:01.659Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3351 | 2024-08-26T20:06:02.108Z | [verify-libraries] Compiling indent_write v2.2.0 |
3352 | 2024-08-26T20:06:02.245Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3353 | 2024-08-26T20:06:02.396Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3354 | 2024-08-26T20:06:02.504Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3355 | 2024-08-26T20:06:02.562Z | [verify-libraries] Compiling termios v0.3.3 |
3356 | 2024-08-26T20:06:03.297Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3357 | 2024-08-26T20:06:03.880Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3358 | 2024-08-26T20:06:05.817Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3359 | 2024-08-26T20:06:05.965Z | Aug 26 20:06:04.491 INFO [stamp-clickhouse] process exited with exit status: 0 (10.393323988s) |
3360 | 2024-08-26T20:06:05.974Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3361 | 2024-08-26T20:06:05.999Z | Aug 26 20:06:04.525 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.329380079s) |
3362 | 2024-08-26T20:06:05.999Z | Aug 26 20:06:04.525 INFO [tuf-stamp] task succeeded (10.55441791s) |
3363 | 2024-08-26T20:06:07.493Z | [ recovery-image] Aug 26 20:06:06.019 INFO O| Aug 26 20:06:06.019 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3364 | 2024-08-26T20:06:13.424Z | [ recovery-image] Aug 26 20:06:11.949 INFO O| Aug 26 20:06:11.949 INFO O| Startup: Caching catalogs ... Done |
3365 | 2024-08-26T20:06:13.493Z | [ recovery-image] Aug 26 20:06:12.018 INFO O| Aug 26 20:06:12.018 INFO O| Planning: Planning completed in 0.00 seconds |
3366 | 2024-08-26T20:06:13.495Z | [ recovery-image] Aug 26 20:06:12.019 INFO O| Aug 26 20:06:12.019 INFO O| Planning: Consolidating action changes ... Done |
3367 | 2024-08-26T20:06:13.496Z | [ recovery-image] Aug 26 20:06:12.020 INFO O| Aug 26 20:06:12.020 INFO O| Planning: Evaluating mediators ... Done |
3368 | 2024-08-26T20:06:13.496Z | [ recovery-image] Aug 26 20:06:12.020 INFO O| Aug 26 20:06:12.020 INFO O| Planning: Planning completed in 0.00 seconds |
3369 | 2024-08-26T20:06:13.496Z | [ recovery-image] Aug 26 20:06:12.021 INFO O| Aug 26 20:06:12.021 INFO O| Variants/Facets to change: 1 |
3370 | 2024-08-26T20:06:13.667Z | [ recovery-image] Aug 26 20:06:12.192 INFO O| Aug 26 20:06:12.192 INFO O| Done |
3371 | 2024-08-26T20:06:13.667Z | [ recovery-image] Aug 26 20:06:12.192 INFO O| Aug 26 20:06:12.192 INFO O| Done |
3372 | 2024-08-26T20:06:14.375Z | [ recovery-image] Aug 26 20:06:12.900 INFO O| Aug 26 20:06:12.900 INFO O| Done |
3373 | 2024-08-26T20:06:14.448Z | [ recovery-image] Aug 26 20:06:12.973 INFO O| Aug 26 20:06:12.973 INFO O| Done |
3374 | 2024-08-26T20:06:14.451Z | [ recovery-image] Aug 26 20:06:12.975 INFO O| Aug 26 20:06:12.975 INFO O| Done |
3375 | 2024-08-26T20:06:14.451Z | [ recovery-image] Aug 26 20:06:12.975 INFO O| Aug 26 20:06:12.975 INFO O| Done |
3376 | 2024-08-26T20:06:14.453Z | [ recovery-image] Aug 26 20:06:12.978 INFO O| Aug 26 20:06:12.978 INFO O| Done |
3377 | 2024-08-26T20:06:15.037Z | [ recovery-image] Aug 26 20:06:13.561 INFO O| Aug 26 20:06:13.561 INFO STEP 6 (pkg_change_variant) COMPLETE |
3378 | 2024-08-26T20:06:15.037Z | [ recovery-image] Aug 26 20:06:13.562 INFO O| Aug 26 20:06:13.561 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3379 | 2024-08-26T20:06:15.039Z | [ recovery-image] Aug 26 20:06:13.562 INFO O| Aug 26 20:06:13.561 INFO skip step because feature "debug_variant" is not enabled |
3380 | 2024-08-26T20:06:15.039Z | [ recovery-image] Aug 26 20:06:13.562 INFO O| Aug 26 20:06:13.561 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3381 | 2024-08-26T20:06:15.733Z | [ recovery-image] Aug 26 20:06:14.258 INFO O| Aug 26 20:06:14.257 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3382 | 2024-08-26T20:06:16.912Z | [ recovery-image] Aug 26 20:06:15.437 INFO O| Aug 26 20:06:15.437 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3383 | 2024-08-26T20:06:16.914Z | [ recovery-image] Aug 26 20:06:15.439 INFO O| Aug 26 20:06:15.439 INFO O| Planning: Planning completed in 0.00 seconds |
3384 | 2024-08-26T20:06:16.917Z | [ recovery-image] Aug 26 20:06:15.440 INFO O| Aug 26 20:06:15.440 INFO O| Planning: Consolidating action changes ... Done |
3385 | 2024-08-26T20:06:16.917Z | [ recovery-image] Aug 26 20:06:15.440 INFO O| Aug 26 20:06:15.440 INFO O| Planning: Evaluating mediators ... Done |
3386 | 2024-08-26T20:06:16.917Z | [ recovery-image] Aug 26 20:06:15.440 INFO O| Aug 26 20:06:15.440 INFO O| Planning: Planning completed in 0.00 seconds |
3387 | 2024-08-26T20:06:16.917Z | [ recovery-image] Aug 26 20:06:15.441 INFO O| Aug 26 20:06:15.440 INFO O| Variants/Facets to change: 1 |
3388 | 2024-08-26T20:06:17.032Z | [ recovery-image] Aug 26 20:06:15.557 INFO O| Aug 26 20:06:15.557 INFO O| Done |
3389 | 2024-08-26T20:06:17.032Z | [ recovery-image] Aug 26 20:06:15.557 INFO O| Aug 26 20:06:15.557 INFO O| Done |
3390 | 2024-08-26T20:06:17.570Z | [ recovery-image] Aug 26 20:06:16.094 INFO O| Aug 26 20:06:16.094 INFO O| Done |
3391 | 2024-08-26T20:06:17.630Z | [ recovery-image] Aug 26 20:06:16.155 INFO O| Aug 26 20:06:16.155 INFO O| Done |
3392 | 2024-08-26T20:06:17.633Z | [ recovery-image] Aug 26 20:06:16.156 INFO O| Aug 26 20:06:16.156 INFO O| Done |
3393 | 2024-08-26T20:06:17.633Z | [ recovery-image] Aug 26 20:06:16.157 INFO O| Aug 26 20:06:16.157 INFO O| Done |
3394 | 2024-08-26T20:06:17.636Z | [ recovery-image] Aug 26 20:06:16.159 INFO O| Aug 26 20:06:16.159 INFO O| Done |
3395 | 2024-08-26T20:06:17.735Z | [ recovery-image] Aug 26 20:06:16.259 INFO O| Aug 26 20:06:16.259 INFO STEP 8 (pkg_change_facet) COMPLETE |
3396 | 2024-08-26T20:06:17.735Z | [ recovery-image] Aug 26 20:06:16.260 INFO O| Aug 26 20:06:16.259 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3397 | 2024-08-26T20:06:18.415Z | [ recovery-image] Aug 26 20:06:16.940 INFO O| Aug 26 20:06:16.940 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3398 | 2024-08-26T20:06:19.488Z | [ recovery-image] Aug 26 20:06:18.012 INFO O| Aug 26 20:06:18.012 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3399 | 2024-08-26T20:06:19.490Z | [ recovery-image] Aug 26 20:06:18.014 INFO O| Aug 26 20:06:18.014 INFO O| Planning: Planning completed in 0.00 seconds |
3400 | 2024-08-26T20:06:19.493Z | [ recovery-image] Aug 26 20:06:18.015 INFO O| Aug 26 20:06:18.015 INFO O| Planning: Consolidating action changes ... Done |
3401 | 2024-08-26T20:06:19.493Z | [ recovery-image] Aug 26 20:06:18.015 INFO O| Aug 26 20:06:18.015 INFO O| Planning: Evaluating mediators ... Done |
3402 | 2024-08-26T20:06:19.493Z | [ recovery-image] Aug 26 20:06:18.016 INFO O| Aug 26 20:06:18.016 INFO O| Planning: Planning completed in 0.00 seconds |
3403 | 2024-08-26T20:06:19.493Z | [ recovery-image] Aug 26 20:06:18.016 INFO O| Aug 26 20:06:18.016 INFO O| Variants/Facets to change: 1 |
3404 | 2024-08-26T20:06:19.587Z | [ recovery-image] Aug 26 20:06:18.110 INFO O| Aug 26 20:06:18.110 INFO O| Done |
3405 | 2024-08-26T20:06:19.587Z | [ recovery-image] Aug 26 20:06:18.110 INFO O| Aug 26 20:06:18.110 INFO O| Done |
3406 | 2024-08-26T20:06:20.093Z | [ recovery-image] Aug 26 20:06:18.617 INFO O| Aug 26 20:06:18.617 INFO O| Done |
3407 | 2024-08-26T20:06:20.154Z | [ recovery-image] Aug 26 20:06:18.678 INFO O| Aug 26 20:06:18.678 INFO O| Done |
3408 | 2024-08-26T20:06:20.157Z | [ recovery-image] Aug 26 20:06:18.680 INFO O| Aug 26 20:06:18.680 INFO O| Done |
3409 | 2024-08-26T20:06:20.157Z | [ recovery-image] Aug 26 20:06:18.680 INFO O| Aug 26 20:06:18.680 INFO O| Done |
3410 | 2024-08-26T20:06:20.159Z | [ recovery-image] Aug 26 20:06:18.682 INFO O| Aug 26 20:06:18.682 INFO O| Done |
3411 | 2024-08-26T20:06:20.260Z | [ recovery-image] Aug 26 20:06:18.784 INFO O| Aug 26 20:06:18.784 INFO STEP 9 (pkg_change_facet) COMPLETE |
3412 | 2024-08-26T20:06:20.260Z | [ recovery-image] Aug 26 20:06:18.784 INFO O| Aug 26 20:06:18.784 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3413 | 2024-08-26T20:06:20.891Z | [ recovery-image] Aug 26 20:06:19.415 INFO O| Aug 26 20:06:19.415 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3414 | 2024-08-26T20:06:22.035Z | [ recovery-image] Aug 26 20:06:20.559 INFO O| Aug 26 20:06:20.559 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3415 | 2024-08-26T20:06:22.038Z | [ recovery-image] Aug 26 20:06:20.561 INFO O| Aug 26 20:06:20.561 INFO O| Planning: Planning completed in 0.00 seconds |
3416 | 2024-08-26T20:06:22.038Z | [ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Planning: Consolidating action changes ... Done |
3417 | 2024-08-26T20:06:22.038Z | [ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Planning: Evaluating mediators ... Done |
3418 | 2024-08-26T20:06:22.038Z | [ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Planning: Planning completed in 0.00 seconds |
3419 | 2024-08-26T20:06:22.041Z | [ recovery-image] Aug 26 20:06:20.562 INFO O| Aug 26 20:06:20.562 INFO O| Variants/Facets to change: 1 |
3420 | 2024-08-26T20:06:22.135Z | [ recovery-image] Aug 26 20:06:20.659 INFO O| Aug 26 20:06:20.658 INFO O| Done |
3421 | 2024-08-26T20:06:22.135Z | [ recovery-image] Aug 26 20:06:20.659 INFO O| Aug 26 20:06:20.659 INFO O| Done |
3422 | 2024-08-26T20:06:22.658Z | [ recovery-image] Aug 26 20:06:21.181 INFO O| Aug 26 20:06:21.181 INFO O| Done |
3423 | 2024-08-26T20:06:22.740Z | [ recovery-image] Aug 26 20:06:21.264 INFO O| Aug 26 20:06:21.264 INFO O| Done |
3424 | 2024-08-26T20:06:22.743Z | [ recovery-image] Aug 26 20:06:21.265 INFO O| Aug 26 20:06:21.265 INFO O| Done |
3425 | 2024-08-26T20:06:22.743Z | [ recovery-image] Aug 26 20:06:21.266 INFO O| Aug 26 20:06:21.266 INFO O| Done |
3426 | 2024-08-26T20:06:22.745Z | [ recovery-image] Aug 26 20:06:21.268 INFO O| Aug 26 20:06:21.268 INFO O| Done |
3427 | 2024-08-26T20:06:22.850Z | [ recovery-image] Aug 26 20:06:21.374 INFO O| Aug 26 20:06:21.374 INFO STEP 10 (pkg_change_facet) COMPLETE |
3428 | 2024-08-26T20:06:22.850Z | [ recovery-image] Aug 26 20:06:21.374 INFO O| Aug 26 20:06:21.374 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3429 | 2024-08-26T20:06:22.871Z | [ recovery-image] Aug 26 20:06:21.394 INFO O| Aug 26 20:06:21.394 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"] |
3430 | 2024-08-26T20:06:23.994Z | [ recovery-image] Aug 26 20:06:22.518 INFO O| Aug 26 20:06:22.518 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3431 | 2024-08-26T20:06:28.518Z | [ host-image] Aug 26 20:06:27.041 INFO O| Aug 26 20:06:27.041 INFO O| Planning: Solver setup ... Done |
3432 | 2024-08-26T20:06:28.717Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3433 | 2024-08-26T20:06:31.197Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3434 | 2024-08-26T20:06:34.718Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3435 | 2024-08-26T20:06:53.138Z | [ host-image] Aug 26 20:06:51.658 INFO O| Aug 26 20:06:51.658 INFO O| Planning: Running solver ... Done |
3436 | 2024-08-26T20:06:53.468Z | [ host-image] Aug 26 20:06:51.988 INFO O| Aug 26 20:06:51.988 INFO O| Planning: Finding local manifests ... Done |
3437 | 2024-08-26T20:06:53.483Z | [ host-image] Aug 26 20:06:52.003 INFO O| Aug 26 20:06:52.003 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3438 | 2024-08-26T20:06:55.772Z | [ recovery-image] Aug 26 20:06:54.292 INFO O| Aug 26 20:06:54.291 INFO O| Planning: Solver setup ... Done |
3439 | 2024-08-26T20:06:58.683Z | [ host-image] Aug 26 20:06:57.202 INFO O| Aug 26 20:06:57.202 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3440 | 2024-08-26T20:06:59.984Z | [ host-image] Aug 26 20:06:58.503 INFO O| Aug 26 20:06:58.502 INFO O| Planning: Package planning ... Done |
3441 | 2024-08-26T20:07:01.592Z | [ host-image] Aug 26 20:07:00.110 INFO O| Aug 26 20:07:00.110 INFO O| Planning: Merging actions ... Done |
3442 | 2024-08-26T20:07:02.203Z | [ host-image] Aug 26 20:07:00.721 INFO O| Aug 26 20:07:00.721 INFO O| Planning: Checking for conflicting actions ... Done |
3443 | 2024-08-26T20:07:02.528Z | [ host-image] Aug 26 20:07:01.047 INFO O| Aug 26 20:07:01.047 INFO O| Planning: Consolidating action changes ... Done |
3444 | 2024-08-26T20:07:02.992Z | [ host-image] Aug 26 20:07:01.510 INFO O| Aug 26 20:07:01.510 INFO O| Planning: Evaluating mediators ... Done |
3445 | 2024-08-26T20:07:06.605Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3446 | 2024-08-26T20:07:09.680Z | [ host-image] Aug 26 20:07:08.197 INFO O| Aug 26 20:07:08.197 INFO O| Planning: Planning completed in 71.42 seconds |
3447 | 2024-08-26T20:07:09.688Z | [ host-image] Aug 26 20:07:08.205 INFO O| Aug 26 20:07:08.205 INFO O| Packages to install: 124 |
3448 | 2024-08-26T20:07:09.691Z | [ host-image] Aug 26 20:07:08.205 INFO O| Aug 26 20:07:08.205 INFO O| Mediators to change: 4 |
3449 | 2024-08-26T20:07:09.691Z | [ host-image] Aug 26 20:07:08.205 INFO O| Aug 26 20:07:08.205 INFO O| Services to change: 6 |
3450 | 2024-08-26T20:07:09.811Z | [ host-image] Aug 26 20:07:08.329 INFO O| Aug 26 20:07:08.329 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
3451 | 2024-08-26T20:07:14.818Z | [ host-image] Aug 26 20:07:13.335 INFO O| Aug 26 20:07:13.335 INFO O| Download: 1185/22728 items 6.5/196.4MB 3% complete (1.3M/s) |
3452 | 2024-08-26T20:07:15.908Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3453 | 2024-08-26T20:07:19.892Z | [ recovery-image] Aug 26 20:07:18.408 INFO O| Aug 26 20:07:18.408 INFO O| Planning: Running solver ... Done |
3454 | 2024-08-26T20:07:19.961Z | [ host-image] Aug 26 20:07:18.475 INFO O| Aug 26 20:07:18.475 INFO O| Download: 1791/22728 items 12.9/196.4MB 6% complete (1.3M/s) |
3455 | 2024-08-26T20:07:20.206Z | [ recovery-image] Aug 26 20:07:18.722 INFO O| Aug 26 20:07:18.721 INFO O| Planning: Finding local manifests ... Done |
3456 | 2024-08-26T20:07:20.231Z | [ recovery-image] Aug 26 20:07:18.747 INFO O| Aug 26 20:07:18.747 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3457 | 2024-08-26T20:07:23.164Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3458 | 2024-08-26T20:07:24.094Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3459 | 2024-08-26T20:07:24.979Z | [ host-image] Aug 26 20:07:23.494 INFO O| Aug 26 20:07:23.494 INFO O| Download: 2306/22728 items 27.1/196.4MB 13% complete (2.0M/s) |
3460 | 2024-08-26T20:07:25.097Z | [ recovery-image] Aug 26 20:07:23.612 INFO O| Aug 26 20:07:23.612 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3461 | 2024-08-26T20:07:26.299Z | [ recovery-image] Aug 26 20:07:24.814 INFO O| Aug 26 20:07:24.814 INFO O| Planning: Package planning ... Done |
3462 | 2024-08-26T20:07:27.195Z | [ recovery-image] Aug 26 20:07:25.710 INFO O| Aug 26 20:07:25.710 INFO O| Planning: Merging actions ... Done |
3463 | 2024-08-26T20:07:27.366Z | [ recovery-image] Aug 26 20:07:25.881 INFO O| Aug 26 20:07:25.881 INFO O| Planning: Checking for conflicting actions ... Done |
3464 | 2024-08-26T20:07:27.526Z | [ recovery-image] Aug 26 20:07:26.041 INFO O| Aug 26 20:07:26.041 INFO O| Planning: Consolidating action changes ... Done |
3465 | 2024-08-26T20:07:27.950Z | [ recovery-image] Aug 26 20:07:26.465 INFO O| Aug 26 20:07:26.465 INFO O| Planning: Evaluating mediators ... Done |
3466 | 2024-08-26T20:07:29.979Z | [ host-image] Aug 26 20:07:28.494 INFO O| Aug 26 20:07:28.494 INFO O| Download: 3508/22728 items 35.7/196.4MB 18% complete (2.3M/s) |
3467 | 2024-08-26T20:07:33.498Z | [ recovery-image] Aug 26 20:07:32.012 INFO O| Aug 26 20:07:32.012 INFO O| Planning: Planning completed in 69.49 seconds |
3468 | 2024-08-26T20:07:33.504Z | [ recovery-image] Aug 26 20:07:32.019 INFO O| Aug 26 20:07:32.019 INFO O| Packages to install: 124 |
3469 | 2024-08-26T20:07:33.504Z | [ recovery-image] Aug 26 20:07:32.019 INFO O| Aug 26 20:07:32.019 INFO O| Mediators to change: 4 |
3470 | 2024-08-26T20:07:33.507Z | [ recovery-image] Aug 26 20:07:32.019 INFO O| Aug 26 20:07:32.019 INFO O| Services to change: 5 |
3471 | 2024-08-26T20:07:33.649Z | [ recovery-image] Aug 26 20:07:32.163 INFO O| Aug 26 20:07:32.163 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3472 | 2024-08-26T20:07:35.104Z | [ host-image] Aug 26 20:07:33.618 INFO O| Aug 26 20:07:33.618 INFO O| Download: 4531/22728 items 42.2/196.4MB 21% complete (1.8M/s) |
3473 | 2024-08-26T20:07:37.794Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3474 | 2024-08-26T20:07:38.881Z | [ recovery-image] Aug 26 20:07:37.326 INFO O| Aug 26 20:07:37.326 INFO O| Download: 1008/15831 items 7.9/173.2MB 4% complete (1.9M/s) |
3475 | 2024-08-26T20:07:39.103Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3476 | 2024-08-26T20:07:40.124Z | [ host-image] Aug 26 20:07:38.638 INFO O| Aug 26 20:07:38.638 INFO O| Download: 5165/22728 items 45.9/196.4MB 23% complete (1.0M/s) |
3477 | 2024-08-26T20:07:44.590Z | [ recovery-image] Aug 26 20:07:43.102 INFO O| Aug 26 20:07:43.102 INFO O| Download: 1169/15831 items 10.2/173.2MB 5% complete (1.1M/s) |
3478 | 2024-08-26T20:07:45.128Z | [ host-image] Aug 26 20:07:43.641 INFO O| Aug 26 20:07:43.641 INFO O| Download: 6175/22728 items 46.5/196.4MB 23% complete (446k/s) |
3479 | 2024-08-26T20:07:49.609Z | [ recovery-image] Aug 26 20:07:48.121 INFO O| Aug 26 20:07:48.121 INFO O| Download: 1653/15831 items 25.8/173.2MB 14% complete (1.8M/s) |
3480 | 2024-08-26T20:07:50.138Z | [ host-image] Aug 26 20:07:48.649 INFO O| Aug 26 20:07:48.649 INFO O| Download: 6862/22728 items 49.2/196.4MB 25% complete (317k/s) |
3481 | 2024-08-26T20:07:54.811Z | [ recovery-image] Aug 26 20:07:53.322 INFO O| Aug 26 20:07:53.322 INFO O| Download: 2669/15831 items 33.0/173.2MB 19% complete (2.3M/s) |
3482 | 2024-08-26T20:07:55.160Z | [ host-image] Aug 26 20:07:53.669 INFO O| Aug 26 20:07:53.669 INFO O| Download: 7812/22728 items 59.1/196.4MB 30% complete (1.2M/s) |
3483 | 2024-08-26T20:08:00.008Z | [ recovery-image] Aug 26 20:07:58.518 INFO O| Aug 26 20:07:58.518 INFO O| Download: 3601/15831 items 39.0/173.2MB 22% complete (1.1M/s) |
3484 | 2024-08-26T20:08:00.408Z | [ host-image] Aug 26 20:07:58.919 INFO O| Aug 26 20:07:58.919 INFO O| Download: 8262/22728 items 65.6/196.4MB 33% complete (1.6M/s) |
3485 | 2024-08-26T20:08:05.011Z | [ recovery-image] Aug 26 20:08:03.521 INFO O| Aug 26 20:08:03.521 INFO O| Download: 4158/15831 items 42.6/173.2MB 24% complete (988k/s) |
3486 | 2024-08-26T20:08:05.416Z | [ host-image] Aug 26 20:08:03.926 INFO O| Aug 26 20:08:03.926 INFO O| Download: 9310/22728 items 80.2/196.4MB 40% complete (2.0M/s) |
3487 | 2024-08-26T20:08:10.017Z | [ recovery-image] Aug 26 20:08:08.526 INFO O| Aug 26 20:08:08.525 INFO O| Download: 4891/15831 items 43.0/173.2MB 24% complete (429k/s) |
3488 | 2024-08-26T20:08:10.425Z | [ host-image] Aug 26 20:08:08.934 INFO O| Aug 26 20:08:08.934 INFO O| Download: 10326/22728 items 87.7/196.4MB 44% complete (2.2M/s) |
3489 | 2024-08-26T20:08:15.026Z | [ recovery-image] Aug 26 20:08:13.534 INFO O| Aug 26 20:08:13.534 INFO O| Download: 5704/15831 items 45.4/173.2MB 26% complete (271k/s) |
3490 | 2024-08-26T20:08:15.638Z | [ host-image] Aug 26 20:08:14.147 INFO O| Aug 26 20:08:14.146 INFO O| Download: 10854/22728 items 90.0/196.4MB 45% complete (1.0M/s) |
3491 | 2024-08-26T20:08:20.377Z | [ recovery-image] Aug 26 20:08:18.885 INFO O| Aug 26 20:08:18.885 INFO O| Download: 6124/15831 items 59.8/173.2MB 34% complete (1.6M/s) |
3492 | 2024-08-26T20:08:20.646Z | [ host-image] Aug 26 20:08:19.154 INFO O| Aug 26 20:08:19.154 INFO O| Download: 11465/22728 items 96.2/196.4MB 48% complete (858k/s) |
3493 | 2024-08-26T20:08:25.381Z | [ recovery-image] Aug 26 20:08:23.888 INFO O| Aug 26 20:08:23.888 INFO O| Download: 6835/15831 items 67.4/173.2MB 38% complete (2.0M/s) |
3494 | 2024-08-26T20:08:26.647Z | [ host-image] Aug 26 20:08:25.154 INFO O| Aug 26 20:08:25.154 INFO O| Download: 12101/22728 items 101.0/196.4MB 51% complete (1.1M/s) |
3495 | 2024-08-26T20:08:30.382Z | [ recovery-image] Aug 26 20:08:28.888 INFO O| Aug 26 20:08:28.888 INFO O| Download: 7735/15831 items 74.8/173.2MB 43% complete (1.5M/s) |
3496 | 2024-08-26T20:08:31.648Z | [ host-image] Aug 26 20:08:30.155 INFO O| Aug 26 20:08:30.154 INFO O| Download: 12957/22728 items 109.7/196.4MB 55% complete (1.3M/s) |
3497 | 2024-08-26T20:08:35.411Z | [ recovery-image] Aug 26 20:08:33.917 INFO O| Aug 26 20:08:33.916 INFO O| Download: 7967/15831 items 78.3/173.2MB 45% complete (1.5M/s) |
3498 | 2024-08-26T20:08:36.724Z | [ host-image] Aug 26 20:08:35.230 INFO O| Aug 26 20:08:35.230 INFO O| Download: 13914/22728 items 110.2/196.4MB 56% complete (976k/s) |
3499 | 2024-08-26T20:08:41.540Z | [ recovery-image] Aug 26 20:08:40.044 INFO O| Aug 26 20:08:40.044 INFO O| Download: 8656/15831 items 81.5/173.2MB 47% complete (758k/s) |
3500 | 2024-08-26T20:08:41.744Z | [ host-image] Aug 26 20:08:40.250 INFO O| Aug 26 20:08:40.250 INFO O| Download: 14646/22728 items 117.3/196.4MB 59% complete (761k/s) |
3501 | 2024-08-26T20:08:46.540Z | [ recovery-image] Aug 26 20:08:45.044 INFO O| Aug 26 20:08:45.044 INFO O| Download: 8976/15831 items 92.6/173.2MB 53% complete (1.3M/s) |
3502 | 2024-08-26T20:08:48.248Z | [ host-image] Aug 26 20:08:46.752 INFO O| Aug 26 20:08:46.752 INFO O| Download: 15544/22728 items 124.0/196.4MB 63% complete (1.4M/s) |
3503 | 2024-08-26T20:08:51.546Z | [ recovery-image] Aug 26 20:08:50.049 INFO O| Aug 26 20:08:50.049 INFO O| Download: 10101/15831 items 93.2/173.2MB 53% complete (1.2M/s) |
3504 | 2024-08-26T20:08:53.268Z | [ host-image] Aug 26 20:08:51.772 INFO O| Aug 26 20:08:51.772 INFO O| Download: 16133/22728 items 132.6/196.4MB 67% complete (1.4M/s) |
3505 | 2024-08-26T20:08:56.548Z | [ recovery-image] Aug 26 20:08:55.052 INFO O| Aug 26 20:08:55.051 INFO O| Download: 10925/15831 items 93.9/173.2MB 54% complete (128k/s) |
3506 | 2024-08-26T20:08:58.273Z | [ host-image] Aug 26 20:08:56.773 INFO O| Aug 26 20:08:56.773 INFO O| Download: 16894/22728 items 135.3/196.4MB 68% complete (1.1M/s) |
3507 | 2024-08-26T20:09:01.549Z | [ recovery-image] Aug 26 20:09:00.052 INFO O| Aug 26 20:09:00.051 INFO O| Download: 11282/15831 items 103.6/173.2MB 59% complete (1006k/s) |
3508 | 2024-08-26T20:09:03.516Z | [ host-image] Aug 26 20:09:02.018 INFO O| Aug 26 20:09:02.017 INFO O| Download: 17882/22728 items 156.1/196.4MB 79% complete (2.3M/s) |
3509 | 2024-08-26T20:09:06.827Z | [ recovery-image] Aug 26 20:09:05.329 INFO O| Aug 26 20:09:05.329 INFO O| Download: 11917/15831 items 128.2/173.2MB 74% complete (3.4M/s) |
3510 | 2024-08-26T20:09:08.526Z | [ host-image] Aug 26 20:09:07.027 INFO O| Aug 26 20:09:07.027 INFO O| Download: 19015/22728 items 162.6/196.4MB 82% complete (2.7M/s) |
3511 | 2024-08-26T20:09:11.830Z | [ recovery-image] Aug 26 20:09:10.330 INFO O| Aug 26 20:09:10.330 INFO O| Download: 12660/15831 items 139.3/173.2MB 80% complete (3.4M/s) |
3512 | 2024-08-26T20:09:14.080Z | [ host-image] Aug 26 20:09:12.581 INFO O| Aug 26 20:09:12.581 INFO O| Download: 19967/22728 items 167.1/196.4MB 85% complete (1.1M/s) |
3513 | 2024-08-26T20:09:16.855Z | [ recovery-image] Aug 26 20:09:15.355 INFO O| Aug 26 20:09:15.355 INFO O| Download: 13289/15831 items 142.8/173.2MB 82% complete (1.5M/s) |
3514 | 2024-08-26T20:09:19.169Z | [ host-image] Aug 26 20:09:17.669 INFO O| Aug 26 20:09:17.669 INFO O| Download: 20759/22728 items 170.9/196.4MB 87% complete (779k/s) |
3515 | 2024-08-26T20:09:21.860Z | [ recovery-image] Aug 26 20:09:20.360 INFO O| Aug 26 20:09:20.360 INFO O| Download: 14434/15831 items 146.6/173.2MB 84% complete (750k/s) |
3516 | 2024-08-26T20:09:24.190Z | [ host-image] Aug 26 20:09:22.689 INFO O| Aug 26 20:09:22.689 INFO O| Download: 21164/22728 items 176.7/196.4MB 89% complete (978k/s) |
3517 | 2024-08-26T20:09:26.876Z | [ recovery-image] Aug 26 20:09:25.375 INFO O| Aug 26 20:09:25.375 INFO O| Download: 14967/15831 items 154.5/173.2MB 89% complete (1.2M/s) |
3518 | 2024-08-26T20:09:29.255Z | [ host-image] Aug 26 20:09:27.753 INFO O| Aug 26 20:09:27.753 INFO O| Download: 21897/22728 items 188.4/196.4MB 95% complete (1.8M/s) |
3519 | 2024-08-26T20:09:32.214Z | [ recovery-image] Aug 26 20:09:30.712 INFO O| Aug 26 20:09:30.712 INFO O| Download: 15546/15831 items 166.1/173.2MB 95% complete (2.0M/s) |
3520 | 2024-08-26T20:09:34.511Z | [ host-image] Aug 26 20:09:33.009 INFO O| Aug 26 20:09:33.009 INFO O| Download: 22201/22728 items 194.6/196.4MB 99% complete (1.8M/s) |
3521 | 2024-08-26T20:09:36.714Z | [ recovery-image] Aug 26 20:09:35.212 INFO O| Aug 26 20:09:35.212 INFO O| Download: Completed 173.17 MB in 123.05 seconds (1.4M/s) |
3522 | 2024-08-26T20:09:37.902Z | [ host-image] Aug 26 20:09:36.400 INFO O| Aug 26 20:09:36.399 INFO O| Download: Completed 196.39 MB in 148.07 seconds (1.3M/s) |
3523 | 2024-08-26T20:09:38.231Z | [ recovery-image] Aug 26 20:09:36.728 INFO O| Aug 26 20:09:36.728 INFO O| Actions: 1/24964 actions (Installing new actions) |
3524 | 2024-08-26T20:09:39.658Z | [ host-image] Aug 26 20:09:38.153 INFO O| Aug 26 20:09:38.153 INFO O| Actions: 1/49261 actions (Installing new actions) |
3525 | 2024-08-26T20:09:43.240Z | [ recovery-image] Aug 26 20:09:41.736 INFO O| Aug 26 20:09:41.736 INFO O| Actions: 8224/24964 actions (Installing new actions) |
3526 | 2024-08-26T20:09:44.671Z | [ host-image] Aug 26 20:09:43.167 INFO O| Aug 26 20:09:43.167 INFO O| Actions: 9650/49261 actions (Installing new actions) |
3527 | 2024-08-26T20:09:48.242Z | [ recovery-image] Aug 26 20:09:46.738 INFO O| Aug 26 20:09:46.737 INFO O| Actions: 13404/24964 actions (Installing new actions) |
3528 | 2024-08-26T20:09:49.673Z | [ host-image] Aug 26 20:09:48.168 INFO O| Aug 26 20:09:48.168 INFO O| Actions: 17220/49261 actions (Installing new actions) |
3529 | 2024-08-26T20:09:53.243Z | [ recovery-image] Aug 26 20:09:51.738 INFO O| Aug 26 20:09:51.738 INFO O| Actions: 18551/24964 actions (Installing new actions) |
3530 | 2024-08-26T20:09:54.673Z | [ host-image] Aug 26 20:09:53.168 INFO O| Aug 26 20:09:53.168 INFO O| Actions: 22994/49261 actions (Installing new actions) |
3531 | 2024-08-26T20:09:58.302Z | [ recovery-image] Aug 26 20:09:56.796 INFO O| Aug 26 20:09:56.796 INFO O| Actions: 24469/24964 actions (Installing new actions) |
3532 | 2024-08-26T20:10:02.992Z | [ host-image] Aug 26 20:09:59.084 INFO O| Aug 26 20:09:59.084 INFO O| Actions: 48708/49261 actions (Installing new actions) |
3533 | 2024-08-26T20:10:02.992Z | [ recovery-image] Aug 26 20:10:00.035 INFO O| Aug 26 20:10:00.035 INFO O| Actions: Completed 24964 actions in 23.30 seconds. |
3534 | 2024-08-26T20:10:02.992Z | [ recovery-image] Aug 26 20:10:00.462 INFO O| Aug 26 20:10:00.462 INFO O| Done |
3535 | 2024-08-26T20:10:02.992Z | [ recovery-image] Aug 26 20:10:00.462 INFO O| Aug 26 20:10:00.462 INFO O| Done |
3536 | 2024-08-26T20:10:03.003Z | [ recovery-image] Aug 26 20:10:01.389 INFO O| Aug 26 20:10:01.388 INFO O| Done |
3537 | 2024-08-26T20:10:04.569Z | [ recovery-image] Aug 26 20:10:03.062 INFO O| Aug 26 20:10:03.062 INFO O| Done |
3538 | 2024-08-26T20:10:04.583Z | [ host-image] Aug 26 20:10:03.076 INFO O| Aug 26 20:10:03.076 INFO O| Actions: Completed 49261 actions in 24.92 seconds. |
3539 | 2024-08-26T20:10:04.648Z | [ recovery-image] Aug 26 20:10:03.142 INFO O| Aug 26 20:10:03.142 INFO O| Done |
3540 | 2024-08-26T20:10:05.087Z | [ host-image] Aug 26 20:10:03.581 INFO O| Aug 26 20:10:03.581 INFO O| Done |
3541 | 2024-08-26T20:10:05.087Z | [ host-image] Aug 26 20:10:03.581 INFO O| Aug 26 20:10:03.581 INFO O| Done |
3542 | 2024-08-26T20:10:06.081Z | [ host-image] Aug 26 20:10:04.575 INFO O| Aug 26 20:10:04.575 INFO O| Done |
3543 | 2024-08-26T20:10:08.692Z | [ host-image] Aug 26 20:10:07.185 INFO O| Aug 26 20:10:07.184 INFO O| Done |
3544 | 2024-08-26T20:10:08.739Z | [ host-image] Aug 26 20:10:07.232 INFO O| Aug 26 20:10:07.232 INFO O| Done |
3545 | 2024-08-26T20:10:09.582Z | [ recovery-image] Aug 26 20:10:08.075 INFO O| Aug 26 20:10:08.075 INFO O| Done |
3546 | 2024-08-26T20:10:10.300Z | [ recovery-image] Aug 26 20:10:08.793 INFO O| Aug 26 20:10:08.793 INFO O| Done |
3547 | 2024-08-26T20:10:10.689Z | [ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 11 (pkg_install) COMPLETE |
3548 | 2024-08-26T20:10:10.689Z | [ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3549 | 2024-08-26T20:10:10.692Z | [ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO skip step because feature "recovery" is enabled |
3550 | 2024-08-26T20:10:10.692Z | [ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-08-26T20:10:10.692Z | [ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO skip step because feature "omicron1" is not enabled |
3552 | 2024-08-26T20:10:10.692Z | [ recovery-image] Aug 26 20:10:09.182 INFO O| Aug 26 20:10:09.182 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-08-26T20:10:10.711Z | [ recovery-image] Aug 26 20:10:09.201 INFO O| Aug 26 20:10:09.201 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3554 | 2024-08-26T20:10:11.831Z | [ recovery-image] Aug 26 20:10:10.323 INFO O| Aug 26 20:10:10.323 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3555 | 2024-08-26T20:10:14.870Z | [ recovery-image] Aug 26 20:10:13.362 INFO O| Aug 26 20:10:13.362 INFO O| Planning: Solver setup ... Done |
3556 | 2024-08-26T20:10:14.879Z | [ recovery-image] Aug 26 20:10:13.368 INFO O| Aug 26 20:10:13.368 INFO O| Planning: Running solver ... Done |
3557 | 2024-08-26T20:10:14.944Z | [ recovery-image] Aug 26 20:10:13.437 INFO O| Aug 26 20:10:13.437 INFO O| Planning: Finding local manifests ... Done |
3558 | 2024-08-26T20:10:14.947Z | [ recovery-image] Aug 26 20:10:13.438 INFO O| Aug 26 20:10:13.438 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3559 | 2024-08-26T20:10:15.060Z | [ recovery-image] Aug 26 20:10:13.552 INFO O| Aug 26 20:10:13.552 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3560 | 2024-08-26T20:10:15.103Z | [ recovery-image] Aug 26 20:10:13.595 INFO O| Aug 26 20:10:13.595 INFO O| Planning: Package planning ... Done |
3561 | 2024-08-26T20:10:15.106Z | [ recovery-image] Aug 26 20:10:13.596 INFO O| Aug 26 20:10:13.596 INFO O| Planning: Merging actions ... Done |
3562 | 2024-08-26T20:10:15.179Z | [ recovery-image] Aug 26 20:10:13.671 INFO O| Aug 26 20:10:13.671 INFO O| Planning: Checking for conflicting actions ... Done |
3563 | 2024-08-26T20:10:15.182Z | [ recovery-image] Aug 26 20:10:13.672 INFO O| Aug 26 20:10:13.672 INFO O| Planning: Consolidating action changes ... Done |
3564 | 2024-08-26T20:10:15.434Z | [ recovery-image] Aug 26 20:10:13.926 INFO O| Aug 26 20:10:13.926 INFO O| Planning: Evaluating mediators ... Done |
3565 | 2024-08-26T20:10:15.436Z | [ recovery-image] Aug 26 20:10:13.926 INFO O| Aug 26 20:10:13.926 INFO O| Planning: Planning completed in 3.59 seconds |
3566 | 2024-08-26T20:10:15.437Z | [ recovery-image] Aug 26 20:10:13.929 INFO O| Aug 26 20:10:13.929 INFO O| Packages to install: 1 |
3567 | 2024-08-26T20:10:15.453Z | [ recovery-image] Aug 26 20:10:13.945 INFO O| Aug 26 20:10:13.945 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3568 | 2024-08-26T20:10:16.413Z | [ host-image] Aug 26 20:10:14.905 INFO O| Aug 26 20:10:14.905 INFO O| Done |
3569 | 2024-08-26T20:10:16.628Z | [ recovery-image] Aug 26 20:10:15.120 INFO O| Aug 26 20:10:15.120 INFO O| Download: Completed 20.80 MB in 1.17 seconds (17.7M/s) |
3570 | 2024-08-26T20:10:16.777Z | [ recovery-image] Aug 26 20:10:15.269 INFO O| Aug 26 20:10:15.269 INFO O| Actions: 1/22 actions (Installing new actions) |
3571 | 2024-08-26T20:10:17.541Z | [ host-image] Aug 26 20:10:16.033 INFO O| Aug 26 20:10:16.033 INFO O| Done |
3572 | 2024-08-26T20:10:17.813Z | [ recovery-image] Aug 26 20:10:16.305 INFO O| Aug 26 20:10:16.305 INFO O| Actions: Completed 22 actions in 1.04 seconds. |
3573 | 2024-08-26T20:10:18.151Z | [ recovery-image] Aug 26 20:10:16.643 INFO O| Aug 26 20:10:16.643 INFO O| Done |
3574 | 2024-08-26T20:10:18.151Z | [ recovery-image] Aug 26 20:10:16.643 INFO O| Aug 26 20:10:16.643 INFO O| Done |
3575 | 2024-08-26T20:10:18.220Z | [ host-image] Aug 26 20:10:16.695 INFO O| Aug 26 20:10:16.695 INFO STEP 11 (pkg_install) COMPLETE |
3576 | 2024-08-26T20:10:18.250Z | [ host-image] Aug 26 20:10:16.695 INFO O| Aug 26 20:10:16.695 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3577 | 2024-08-26T20:10:18.251Z | [ host-image] Aug 26 20:10:16.713 INFO O| Aug 26 20:10:16.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3578 | 2024-08-26T20:10:18.979Z | [ recovery-image] Aug 26 20:10:17.470 INFO O| Aug 26 20:10:17.470 INFO O| Done |
3579 | 2024-08-26T20:10:19.353Z | [ host-image] Aug 26 20:10:17.830 INFO O| Aug 26 20:10:17.789 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3580 | 2024-08-26T20:10:20.984Z | [ recovery-image] Aug 26 20:10:19.475 INFO O| Aug 26 20:10:19.475 INFO O| Done |
3581 | 2024-08-26T20:10:21.013Z | [ recovery-image] Aug 26 20:10:19.504 INFO O| Aug 26 20:10:19.504 INFO O| Done |
3582 | 2024-08-26T20:10:21.013Z | [ recovery-image] Aug 26 20:10:19.504 INFO O| Aug 26 20:10:19.504 INFO O| Done |
3583 | 2024-08-26T20:10:21.033Z | [ recovery-image] Aug 26 20:10:19.524 INFO O| Aug 26 20:10:19.524 INFO O| Done |
3584 | 2024-08-26T20:10:21.177Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 14 (pkg_install) COMPLETE |
3585 | 2024-08-26T20:10:21.177Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3586 | 2024-08-26T20:10:21.180Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "mfg" is not enabled |
3587 | 2024-08-26T20:10:21.180Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3588 | 2024-08-26T20:10:21.181Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "compliance" is not enabled |
3589 | 2024-08-26T20:10:21.181Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3590 | 2024-08-26T20:10:21.181Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "stress" is not enabled |
3591 | 2024-08-26T20:10:21.181Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3592 | 2024-08-26T20:10:21.181Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO skip step because feature "nfs" is not enabled |
3593 | 2024-08-26T20:10:21.181Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3594 | 2024-08-26T20:10:21.181Z | [ recovery-image] Aug 26 20:10:19.668 INFO O| Aug 26 20:10:19.668 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3595 | 2024-08-26T20:10:21.574Z | [ recovery-image] Aug 26 20:10:20.065 INFO O| Aug 26 20:10:20.065 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3596 | 2024-08-26T20:10:21.672Z | [ recovery-image] Aug 26 20:10:20.163 INFO O| Aug 26 20:10:20.163 INFO completed processing gimlet/ramdisk-01-os |
3597 | 2024-08-26T20:10:21.675Z | [ recovery-image] Aug 26 20:10:20.167 INFO image builder template: ramdisk-02-trim... |
3598 | 2024-08-26T20:10:21.678Z | [ recovery-image] Aug 26 20:10:20.167 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/.tmpYkxlj2/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 |
3599 | 2024-08-26T20:10:21.715Z | [ recovery-image] Aug 26 20:10:20.206 INFO O| Aug 26 20:10:20.206 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3600 | 2024-08-26T20:10:21.721Z | [ recovery-image] Aug 26 20:10:20.213 INFO O| Aug 26 20:10:20.212 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3601 | 2024-08-26T20:10:21.863Z | [ recovery-image] Aug 26 20:10:20.354 INFO O| Aug 26 20:10:20.354 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3602 | 2024-08-26T20:10:21.942Z | [ recovery-image] Aug 26 20:10:20.433 INFO O| Aug 26 20:10:20.433 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3603 | 2024-08-26T20:10:21.946Z | [ recovery-image] Aug 26 20:10:20.433 INFO O| Aug 26 20:10:20.433 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3604 | 2024-08-26T20:10:21.951Z | [ recovery-image] Aug 26 20:10:20.443 INFO O| Aug 26 20:10:20.442 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3605 | 2024-08-26T20:10:21.959Z | [ recovery-image] Aug 26 20:10:20.450 INFO O| Aug 26 20:10:20.450 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3606 | 2024-08-26T20:10:21.967Z | [ recovery-image] Aug 26 20:10:20.459 INFO O| Aug 26 20:10:20.459 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3607 | 2024-08-26T20:10:22.135Z | [ recovery-image] Aug 26 20:10:20.626 INFO O| Aug 26 20:10:20.626 INFO rolled back to input snapshot; work may begin |
3608 | 2024-08-26T20:10:22.135Z | [ recovery-image] Aug 26 20:10:20.626 INFO O| Aug 26 20:10:20.626 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3609 | 2024-08-26T20:10:22.144Z | [ recovery-image] Aug 26 20:10:20.636 INFO O| Aug 26 20:10:20.636 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3610 | 2024-08-26T20:10:22.163Z | [ recovery-image] Aug 26 20:10:20.654 INFO O| Aug 26 20:10:20.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3611 | 2024-08-26T20:10:22.222Z | [ recovery-image] Aug 26 20:10:20.713 INFO O| Aug 26 20:10:20.713 INFO STEP 0 (remove_files) COMPLETE |
3612 | 2024-08-26T20:10:22.222Z | [ recovery-image] Aug 26 20:10:20.714 INFO O| Aug 26 20:10:20.713 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3613 | 2024-08-26T20:10:22.233Z | [ recovery-image] Aug 26 20:10:20.725 INFO O| Aug 26 20:10:20.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3614 | 2024-08-26T20:10:22.236Z | [ recovery-image] Aug 26 20:10:20.727 INFO O| Aug 26 20:10:20.727 INFO STEP 1 (remove_files) COMPLETE |
3615 | 2024-08-26T20:10:22.236Z | [ recovery-image] Aug 26 20:10:20.727 INFO O| Aug 26 20:10:20.727 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3616 | 2024-08-26T20:10:22.246Z | [ recovery-image] Aug 26 20:10:20.737 INFO O| Aug 26 20:10:20.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3617 | 2024-08-26T20:10:22.261Z | [ recovery-image] Aug 26 20:10:20.752 INFO O| Aug 26 20:10:20.752 INFO STEP 2 (remove_files) COMPLETE |
3618 | 2024-08-26T20:10:22.261Z | [ recovery-image] Aug 26 20:10:20.752 INFO O| Aug 26 20:10:20.752 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3619 | 2024-08-26T20:10:22.276Z | [ recovery-image] Aug 26 20:10:20.767 INFO O| Aug 26 20:10:20.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3620 | 2024-08-26T20:10:22.278Z | [ recovery-image] Aug 26 20:10:20.769 INFO O| Aug 26 20:10:20.769 INFO STEP 3 (remove_files) COMPLETE |
3621 | 2024-08-26T20:10:22.278Z | [ recovery-image] Aug 26 20:10:20.770 INFO O| Aug 26 20:10:20.769 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3622 | 2024-08-26T20:10:22.289Z | [ recovery-image] Aug 26 20:10:20.780 INFO O| Aug 26 20:10:20.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3623 | 2024-08-26T20:10:22.296Z | [ recovery-image] Aug 26 20:10:20.787 INFO O| Aug 26 20:10:20.787 INFO STEP 4 (remove_files) COMPLETE |
3624 | 2024-08-26T20:10:22.298Z | [ recovery-image] Aug 26 20:10:20.787 INFO O| Aug 26 20:10:20.787 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3625 | 2024-08-26T20:10:22.307Z | [ recovery-image] Aug 26 20:10:20.799 INFO O| Aug 26 20:10:20.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3626 | 2024-08-26T20:10:22.310Z | [ recovery-image] Aug 26 20:10:20.799 INFO O| Aug 26 20:10:20.799 INFO STEP 5 (remove_files) COMPLETE |
3627 | 2024-08-26T20:10:22.310Z | [ recovery-image] Aug 26 20:10:20.799 INFO O| Aug 26 20:10:20.799 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3628 | 2024-08-26T20:10:22.323Z | [ recovery-image] Aug 26 20:10:20.814 INFO O| Aug 26 20:10:20.814 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3629 | 2024-08-26T20:10:22.335Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.826 INFO STEP 6 (remove_files) COMPLETE |
3630 | 2024-08-26T20:10:22.336Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3631 | 2024-08-26T20:10:22.336Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO skip step because feature "recovery" is enabled |
3632 | 2024-08-26T20:10:22.338Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3633 | 2024-08-26T20:10:22.338Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO skip step because feature "recovery" is enabled |
3634 | 2024-08-26T20:10:22.338Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-26T20:10:22.339Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO skip step because feature "recovery" is enabled |
3636 | 2024-08-26T20:10:22.339Z | [ recovery-image] Aug 26 20:10:20.827 INFO O| Aug 26 20:10:20.827 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3637 | 2024-08-26T20:10:22.353Z | [ recovery-image] Aug 26 20:10:20.844 INFO O| Aug 26 20:10:20.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3638 | 2024-08-26T20:10:22.357Z | [ recovery-image] Aug 26 20:10:20.849 INFO O| Aug 26 20:10:20.849 INFO STEP 10 (remove_files) COMPLETE |
3639 | 2024-08-26T20:10:22.357Z | [ recovery-image] Aug 26 20:10:20.849 INFO O| Aug 26 20:10:20.849 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3640 | 2024-08-26T20:10:22.374Z | [ recovery-image] Aug 26 20:10:20.865 INFO O| Aug 26 20:10:20.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3641 | 2024-08-26T20:10:22.376Z | [ recovery-image] Aug 26 20:10:20.866 INFO O| Aug 26 20:10:20.866 INFO STEP 11 (remove_files) COMPLETE |
3642 | 2024-08-26T20:10:22.376Z | [ recovery-image] Aug 26 20:10:20.866 INFO O| Aug 26 20:10:20.866 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3643 | 2024-08-26T20:10:22.391Z | [ recovery-image] Aug 26 20:10:20.882 INFO O| Aug 26 20:10:20.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3644 | 2024-08-26T20:10:22.406Z | [ recovery-image] Aug 26 20:10:20.884 INFO O| Aug 26 20:10:20.884 INFO STEP 12 (remove_files) COMPLETE |
3645 | 2024-08-26T20:10:22.406Z | [ recovery-image] Aug 26 20:10:20.884 INFO O| Aug 26 20:10:20.884 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3646 | 2024-08-26T20:10:22.410Z | [ recovery-image] Aug 26 20:10:20.900 INFO O| Aug 26 20:10:20.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3647 | 2024-08-26T20:10:22.429Z | [ host-image] Aug 26 20:10:20.920 INFO O| Aug 26 20:10:20.920 INFO O| Planning: Solver setup ... Done |
3648 | 2024-08-26T20:10:22.432Z | [ host-image] Aug 26 20:10:20.924 INFO O| Aug 26 20:10:20.924 INFO O| Planning: Running solver ... Done |
3649 | 2024-08-26T20:10:22.474Z | [ host-image] Aug 26 20:10:20.966 INFO O| Aug 26 20:10:20.966 INFO O| Planning: Finding local manifests ... Done |
3650 | 2024-08-26T20:10:22.478Z | [ host-image] Aug 26 20:10:20.967 INFO O| Aug 26 20:10:20.967 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3651 | 2024-08-26T20:10:22.561Z | [ recovery-image] Aug 26 20:10:21.052 INFO O| Aug 26 20:10:21.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3652 | 2024-08-26T20:10:22.566Z | [ recovery-image] Aug 26 20:10:21.053 INFO O| Aug 26 20:10:21.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3653 | 2024-08-26T20:10:22.566Z | [ recovery-image] Aug 26 20:10:21.056 INFO O| Aug 26 20:10:21.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3654 | 2024-08-26T20:10:22.570Z | [ recovery-image] Aug 26 20:10:21.058 INFO O| Aug 26 20:10:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3655 | 2024-08-26T20:10:22.584Z | [ host-image] Aug 26 20:10:21.067 INFO O| Aug 26 20:10:21.067 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3656 | 2024-08-26T20:10:22.607Z | [ host-image] Aug 26 20:10:21.098 INFO O| Aug 26 20:10:21.097 INFO O| Planning: Package planning ... Done |
3657 | 2024-08-26T20:10:22.610Z | [ host-image] Aug 26 20:10:21.100 INFO O| Aug 26 20:10:21.100 INFO O| Planning: Merging actions ... Done |
3658 | 2024-08-26T20:10:22.663Z | [ recovery-image] Aug 26 20:10:21.154 INFO O| Aug 26 20:10:21.154 INFO STEP 13 (remove_files) COMPLETE |
3659 | 2024-08-26T20:10:22.663Z | [ recovery-image] Aug 26 20:10:21.154 INFO O| Aug 26 20:10:21.154 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3660 | 2024-08-26T20:10:22.682Z | [ recovery-image] Aug 26 20:10:21.173 INFO O| Aug 26 20:10:21.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3661 | 2024-08-26T20:10:22.685Z | [ recovery-image] Aug 26 20:10:21.177 INFO O| Aug 26 20:10:21.177 INFO STEP 14 (remove_files) COMPLETE |
3662 | 2024-08-26T20:10:22.685Z | [ recovery-image] Aug 26 20:10:21.177 INFO O| Aug 26 20:10:21.177 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3663 | 2024-08-26T20:10:22.697Z | [ recovery-image] Aug 26 20:10:21.188 INFO O| Aug 26 20:10:21.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3664 | 2024-08-26T20:10:22.704Z | [ recovery-image] Aug 26 20:10:21.195 INFO O| Aug 26 20:10:21.195 INFO STEP 15 (remove_files) COMPLETE |
3665 | 2024-08-26T20:10:22.707Z | [ recovery-image] Aug 26 20:10:21.195 INFO O| Aug 26 20:10:21.195 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3666 | 2024-08-26T20:10:22.709Z | [ host-image] Aug 26 20:10:21.201 INFO O| Aug 26 20:10:21.201 INFO O| Planning: Checking for conflicting actions ... Done |
3667 | 2024-08-26T20:10:22.712Z | [ host-image] Aug 26 20:10:21.202 INFO O| Aug 26 20:10:21.202 INFO O| Planning: Consolidating action changes ... Done |
3668 | 2024-08-26T20:10:22.715Z | [ recovery-image] Aug 26 20:10:21.206 INFO O| Aug 26 20:10:21.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3669 | 2024-08-26T20:10:22.715Z | [ recovery-image] Aug 26 20:10:21.206 INFO O| Aug 26 20:10:21.206 INFO STEP 16 (remove_files) COMPLETE |
3670 | 2024-08-26T20:10:22.718Z | [ recovery-image] Aug 26 20:10:21.206 INFO O| Aug 26 20:10:21.206 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3671 | 2024-08-26T20:10:22.725Z | [ recovery-image] Aug 26 20:10:21.216 INFO O| Aug 26 20:10:21.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3672 | 2024-08-26T20:10:22.728Z | [ recovery-image] Aug 26 20:10:21.218 INFO O| Aug 26 20:10:21.218 INFO STEP 17 (remove_files) COMPLETE |
3673 | 2024-08-26T20:10:22.728Z | [ recovery-image] Aug 26 20:10:21.218 INFO O| Aug 26 20:10:21.218 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3674 | 2024-08-26T20:10:22.741Z | [ recovery-image] Aug 26 20:10:21.233 INFO O| Aug 26 20:10:21.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3675 | 2024-08-26T20:10:22.741Z | [ recovery-image] Aug 26 20:10:21.233 INFO O| Aug 26 20:10:21.233 INFO STEP 18 (remove_files) COMPLETE |
3676 | 2024-08-26T20:10:22.744Z | [ recovery-image] Aug 26 20:10:21.233 INFO O| Aug 26 20:10:21.233 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3677 | 2024-08-26T20:10:22.755Z | [ recovery-image] Aug 26 20:10:21.247 INFO O| Aug 26 20:10:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3678 | 2024-08-26T20:10:22.755Z | [ recovery-image] Aug 26 20:10:21.247 INFO O| Aug 26 20:10:21.247 INFO STEP 19 (remove_files) COMPLETE |
3679 | 2024-08-26T20:10:22.755Z | [ recovery-image] Aug 26 20:10:21.247 INFO O| Aug 26 20:10:21.247 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3680 | 2024-08-26T20:10:22.765Z | [ recovery-image] Aug 26 20:10:21.257 INFO O| Aug 26 20:10:21.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3681 | 2024-08-26T20:10:22.768Z | [ recovery-image] Aug 26 20:10:21.257 INFO O| Aug 26 20:10:21.257 INFO STEP 20 (remove_files) COMPLETE |
3682 | 2024-08-26T20:10:22.768Z | [ recovery-image] Aug 26 20:10:21.257 INFO O| Aug 26 20:10:21.257 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3683 | 2024-08-26T20:10:22.776Z | [ recovery-image] Aug 26 20:10:21.267 INFO O| Aug 26 20:10:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3684 | 2024-08-26T20:10:22.776Z | [ recovery-image] Aug 26 20:10:21.267 INFO O| Aug 26 20:10:21.267 INFO STEP 21 (remove_files) COMPLETE |
3685 | 2024-08-26T20:10:22.776Z | [ recovery-image] Aug 26 20:10:21.267 INFO O| Aug 26 20:10:21.267 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3686 | 2024-08-26T20:10:22.791Z | [ recovery-image] Aug 26 20:10:21.282 INFO O| Aug 26 20:10:21.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3687 | 2024-08-26T20:10:22.791Z | [ recovery-image] Aug 26 20:10:21.282 INFO O| Aug 26 20:10:21.282 INFO STEP 22 (remove_files) COMPLETE |
3688 | 2024-08-26T20:10:22.794Z | [ recovery-image] Aug 26 20:10:21.282 INFO O| Aug 26 20:10:21.282 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3689 | 2024-08-26T20:10:22.805Z | [ recovery-image] Aug 26 20:10:21.296 INFO O| Aug 26 20:10:21.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3690 | 2024-08-26T20:10:22.808Z | [ recovery-image] Aug 26 20:10:21.296 INFO O| Aug 26 20:10:21.296 INFO STEP 23 (remove_files) COMPLETE |
3691 | 2024-08-26T20:10:22.808Z | [ recovery-image] Aug 26 20:10:21.296 INFO O| Aug 26 20:10:21.296 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3692 | 2024-08-26T20:10:22.819Z | [ recovery-image] Aug 26 20:10:21.311 INFO O| Aug 26 20:10:21.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3693 | 2024-08-26T20:10:22.819Z | [ recovery-image] Aug 26 20:10:21.311 INFO O| Aug 26 20:10:21.311 INFO STEP 24 (remove_files) COMPLETE |
3694 | 2024-08-26T20:10:22.822Z | [ recovery-image] Aug 26 20:10:21.311 INFO O| Aug 26 20:10:21.311 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3695 | 2024-08-26T20:10:22.834Z | [ recovery-image] Aug 26 20:10:21.325 INFO O| Aug 26 20:10:21.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3696 | 2024-08-26T20:10:22.837Z | [ recovery-image] Aug 26 20:10:21.325 INFO O| Aug 26 20:10:21.325 INFO STEP 25 (remove_files) COMPLETE |
3697 | 2024-08-26T20:10:22.837Z | [ recovery-image] Aug 26 20:10:21.325 INFO O| Aug 26 20:10:21.325 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3698 | 2024-08-26T20:10:22.849Z | [ recovery-image] Aug 26 20:10:21.340 INFO O| Aug 26 20:10:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3699 | 2024-08-26T20:10:22.851Z | [ recovery-image] Aug 26 20:10:21.340 INFO O| Aug 26 20:10:21.340 INFO STEP 26 (remove_files) COMPLETE |
3700 | 2024-08-26T20:10:22.851Z | [ recovery-image] Aug 26 20:10:21.340 INFO O| Aug 26 20:10:21.340 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3701 | 2024-08-26T20:10:22.863Z | [ recovery-image] Aug 26 20:10:21.354 INFO O| Aug 26 20:10:21.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3702 | 2024-08-26T20:10:22.863Z | [ recovery-image] Aug 26 20:10:21.354 INFO O| Aug 26 20:10:21.354 INFO STEP 27 (remove_files) COMPLETE |
3703 | 2024-08-26T20:10:22.867Z | [ recovery-image] Aug 26 20:10:21.354 INFO O| Aug 26 20:10:21.354 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3704 | 2024-08-26T20:10:22.875Z | [ recovery-image] Aug 26 20:10:21.366 INFO O| Aug 26 20:10:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3705 | 2024-08-26T20:10:22.875Z | [ recovery-image] Aug 26 20:10:21.366 INFO O| Aug 26 20:10:21.366 INFO STEP 28 (remove_files) COMPLETE |
3706 | 2024-08-26T20:10:22.878Z | [ recovery-image] Aug 26 20:10:21.366 INFO O| Aug 26 20:10:21.366 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3707 | 2024-08-26T20:10:22.888Z | [ recovery-image] Aug 26 20:10:21.379 INFO O| Aug 26 20:10:21.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3708 | 2024-08-26T20:10:22.888Z | [ recovery-image] Aug 26 20:10:21.379 INFO O| Aug 26 20:10:21.379 INFO STEP 29 (remove_files) COMPLETE |
3709 | 2024-08-26T20:10:22.891Z | [ recovery-image] Aug 26 20:10:21.379 INFO O| Aug 26 20:10:21.379 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3710 | 2024-08-26T20:10:22.901Z | [ recovery-image] Aug 26 20:10:21.392 INFO O| Aug 26 20:10:21.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3711 | 2024-08-26T20:10:22.901Z | [ recovery-image] Aug 26 20:10:21.392 INFO O| Aug 26 20:10:21.392 INFO STEP 30 (remove_files) COMPLETE |
3712 | 2024-08-26T20:10:22.901Z | [ recovery-image] Aug 26 20:10:21.392 INFO O| Aug 26 20:10:21.392 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3713 | 2024-08-26T20:10:22.916Z | [ recovery-image] Aug 26 20:10:21.408 INFO O| Aug 26 20:10:21.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3714 | 2024-08-26T20:10:22.917Z | [ recovery-image] Aug 26 20:10:21.408 INFO O| Aug 26 20:10:21.408 INFO STEP 31 (remove_files) COMPLETE |
3715 | 2024-08-26T20:10:22.917Z | [ recovery-image] Aug 26 20:10:21.408 INFO O| Aug 26 20:10:21.408 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3716 | 2024-08-26T20:10:22.929Z | [ recovery-image] Aug 26 20:10:21.421 INFO O| Aug 26 20:10:21.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3717 | 2024-08-26T20:10:22.929Z | [ recovery-image] Aug 26 20:10:21.421 INFO O| Aug 26 20:10:21.421 INFO STEP 32 (remove_files) COMPLETE |
3718 | 2024-08-26T20:10:22.932Z | [ recovery-image] Aug 26 20:10:21.421 INFO O| Aug 26 20:10:21.421 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3719 | 2024-08-26T20:10:22.941Z | [ host-image] Aug 26 20:10:21.432 INFO O| Aug 26 20:10:21.432 INFO O| Planning: Evaluating mediators ... Done |
3720 | 2024-08-26T20:10:22.944Z | [ host-image] Aug 26 20:10:21.434 INFO O| Aug 26 20:10:21.434 INFO O| Planning: Planning completed in 3.64 seconds |
3721 | 2024-08-26T20:10:22.946Z | [ host-image] Aug 26 20:10:21.436 INFO O| Aug 26 20:10:21.436 INFO O| Packages to install: 4 |
3722 | 2024-08-26T20:10:22.947Z | [ host-image] Aug 26 20:10:21.436 INFO O| Aug 26 20:10:21.436 INFO O| Services to change: 2 |
3723 | 2024-08-26T20:10:22.947Z | [ recovery-image] Aug 26 20:10:21.437 INFO O| Aug 26 20:10:21.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3724 | 2024-08-26T20:10:22.947Z | [ recovery-image] Aug 26 20:10:21.437 INFO O| Aug 26 20:10:21.437 INFO STEP 33 (remove_files) COMPLETE |
3725 | 2024-08-26T20:10:22.947Z | [ recovery-image] Aug 26 20:10:21.437 INFO O| Aug 26 20:10:21.437 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-26T20:10:22.962Z | [ recovery-image] Aug 26 20:10:21.453 INFO O| Aug 26 20:10:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3727 | 2024-08-26T20:10:22.962Z | [ recovery-image] Aug 26 20:10:21.453 INFO O| Aug 26 20:10:21.453 INFO STEP 34 (remove_files) COMPLETE |
3728 | 2024-08-26T20:10:22.962Z | [ recovery-image] Aug 26 20:10:21.453 INFO O| Aug 26 20:10:21.453 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-26T20:10:22.965Z | [ host-image] Aug 26 20:10:21.454 INFO O| Aug 26 20:10:21.454 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3730 | 2024-08-26T20:10:22.976Z | [ recovery-image] Aug 26 20:10:21.467 INFO O| Aug 26 20:10:21.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3731 | 2024-08-26T20:10:22.978Z | [ recovery-image] Aug 26 20:10:21.467 INFO O| Aug 26 20:10:21.467 INFO STEP 35 (remove_files) COMPLETE |
3732 | 2024-08-26T20:10:22.978Z | [ recovery-image] Aug 26 20:10:21.467 INFO O| Aug 26 20:10:21.467 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3733 | 2024-08-26T20:10:22.991Z | [ recovery-image] Aug 26 20:10:21.482 INFO O| Aug 26 20:10:21.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3734 | 2024-08-26T20:10:22.991Z | [ recovery-image] Aug 26 20:10:21.482 INFO O| Aug 26 20:10:21.482 INFO STEP 36 (remove_files) COMPLETE |
3735 | 2024-08-26T20:10:23.002Z | [ recovery-image] Aug 26 20:10:21.482 INFO O| Aug 26 20:10:21.482 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3736 | 2024-08-26T20:10:23.005Z | [ recovery-image] Aug 26 20:10:21.495 INFO O| Aug 26 20:10:21.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3737 | 2024-08-26T20:10:23.005Z | [ recovery-image] Aug 26 20:10:21.495 INFO O| Aug 26 20:10:21.495 INFO STEP 37 (remove_files) COMPLETE |
3738 | 2024-08-26T20:10:23.005Z | [ recovery-image] Aug 26 20:10:21.495 INFO O| Aug 26 20:10:21.495 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3739 | 2024-08-26T20:10:23.019Z | [ recovery-image] Aug 26 20:10:21.510 INFO O| Aug 26 20:10:21.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3740 | 2024-08-26T20:10:23.019Z | [ recovery-image] Aug 26 20:10:21.510 INFO O| Aug 26 20:10:21.510 INFO STEP 38 (remove_files) COMPLETE |
3741 | 2024-08-26T20:10:23.019Z | [ recovery-image] Aug 26 20:10:21.510 INFO O| Aug 26 20:10:21.510 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3742 | 2024-08-26T20:10:23.029Z | [ recovery-image] Aug 26 20:10:21.520 INFO O| Aug 26 20:10:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3743 | 2024-08-26T20:10:23.032Z | [ recovery-image] Aug 26 20:10:21.520 INFO O| Aug 26 20:10:21.520 INFO STEP 39 (remove_files) COMPLETE |
3744 | 2024-08-26T20:10:23.032Z | [ recovery-image] Aug 26 20:10:21.520 INFO O| Aug 26 20:10:21.520 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3745 | 2024-08-26T20:10:23.040Z | [ recovery-image] Aug 26 20:10:21.532 INFO O| Aug 26 20:10:21.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3746 | 2024-08-26T20:10:23.040Z | [ recovery-image] Aug 26 20:10:21.532 INFO O| Aug 26 20:10:21.532 INFO STEP 40 (remove_files) COMPLETE |
3747 | 2024-08-26T20:10:23.043Z | [ recovery-image] Aug 26 20:10:21.532 INFO O| Aug 26 20:10:21.532 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3748 | 2024-08-26T20:10:23.053Z | [ recovery-image] Aug 26 20:10:21.543 INFO O| Aug 26 20:10:21.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3749 | 2024-08-26T20:10:23.053Z | [ recovery-image] Aug 26 20:10:21.543 INFO O| Aug 26 20:10:21.543 INFO STEP 41 (remove_files) COMPLETE |
3750 | 2024-08-26T20:10:23.056Z | [ recovery-image] Aug 26 20:10:21.543 INFO O| Aug 26 20:10:21.543 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3751 | 2024-08-26T20:10:23.062Z | [ recovery-image] Aug 26 20:10:21.554 INFO O| Aug 26 20:10:21.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3752 | 2024-08-26T20:10:23.062Z | [ recovery-image] Aug 26 20:10:21.554 INFO O| Aug 26 20:10:21.554 INFO STEP 42 (remove_files) COMPLETE |
3753 | 2024-08-26T20:10:23.063Z | [ recovery-image] Aug 26 20:10:21.554 INFO O| Aug 26 20:10:21.554 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3754 | 2024-08-26T20:10:23.074Z | [ recovery-image] Aug 26 20:10:21.565 INFO O| Aug 26 20:10:21.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3755 | 2024-08-26T20:10:23.074Z | [ recovery-image] Aug 26 20:10:21.566 INFO O| Aug 26 20:10:21.565 INFO STEP 43 (remove_files) COMPLETE |
3756 | 2024-08-26T20:10:23.082Z | [ recovery-image] Aug 26 20:10:21.566 INFO O| Aug 26 20:10:21.566 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3757 | 2024-08-26T20:10:23.086Z | [ recovery-image] Aug 26 20:10:21.577 INFO O| Aug 26 20:10:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3758 | 2024-08-26T20:10:23.089Z | [ recovery-image] Aug 26 20:10:21.577 INFO O| Aug 26 20:10:21.577 INFO STEP 44 (remove_files) COMPLETE |
3759 | 2024-08-26T20:10:23.089Z | [ recovery-image] Aug 26 20:10:21.577 INFO O| Aug 26 20:10:21.577 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3760 | 2024-08-26T20:10:23.099Z | [ recovery-image] Aug 26 20:10:21.589 INFO O| Aug 26 20:10:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3761 | 2024-08-26T20:10:23.102Z | [ recovery-image] Aug 26 20:10:21.589 INFO O| Aug 26 20:10:21.589 INFO STEP 45 (remove_files) COMPLETE |
3762 | 2024-08-26T20:10:23.102Z | [ recovery-image] Aug 26 20:10:21.589 INFO O| Aug 26 20:10:21.589 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3763 | 2024-08-26T20:10:23.108Z | [ recovery-image] Aug 26 20:10:21.599 INFO O| Aug 26 20:10:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3764 | 2024-08-26T20:10:23.108Z | [ recovery-image] Aug 26 20:10:21.599 INFO O| Aug 26 20:10:21.599 INFO STEP 46 (remove_files) COMPLETE |
3765 | 2024-08-26T20:10:23.111Z | [ recovery-image] Aug 26 20:10:21.599 INFO O| Aug 26 20:10:21.599 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3766 | 2024-08-26T20:10:23.120Z | [ recovery-image] Aug 26 20:10:21.611 INFO O| Aug 26 20:10:21.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3767 | 2024-08-26T20:10:23.120Z | [ recovery-image] Aug 26 20:10:21.611 INFO O| Aug 26 20:10:21.611 INFO STEP 47 (remove_files) COMPLETE |
3768 | 2024-08-26T20:10:23.125Z | [ recovery-image] Aug 26 20:10:21.611 INFO O| Aug 26 20:10:21.611 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3769 | 2024-08-26T20:10:23.130Z | [ recovery-image] Aug 26 20:10:21.621 INFO O| Aug 26 20:10:21.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3770 | 2024-08-26T20:10:23.130Z | [ recovery-image] Aug 26 20:10:21.621 INFO O| Aug 26 20:10:21.621 INFO STEP 48 (remove_files) COMPLETE |
3771 | 2024-08-26T20:10:23.130Z | [ recovery-image] Aug 26 20:10:21.621 INFO O| Aug 26 20:10:21.621 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3772 | 2024-08-26T20:10:23.139Z | [ recovery-image] Aug 26 20:10:21.631 INFO O| Aug 26 20:10:21.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3773 | 2024-08-26T20:10:23.139Z | [ recovery-image] Aug 26 20:10:21.631 INFO O| Aug 26 20:10:21.631 INFO STEP 49 (remove_files) COMPLETE |
3774 | 2024-08-26T20:10:23.142Z | [ recovery-image] Aug 26 20:10:21.631 INFO O| Aug 26 20:10:21.631 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3775 | 2024-08-26T20:10:23.149Z | [ recovery-image] Aug 26 20:10:21.640 INFO O| Aug 26 20:10:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3776 | 2024-08-26T20:10:23.149Z | [ recovery-image] Aug 26 20:10:21.640 INFO O| Aug 26 20:10:21.640 INFO STEP 50 (remove_files) COMPLETE |
3777 | 2024-08-26T20:10:23.151Z | [ recovery-image] Aug 26 20:10:21.640 INFO O| Aug 26 20:10:21.640 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3778 | 2024-08-26T20:10:23.159Z | [ recovery-image] Aug 26 20:10:21.650 INFO O| Aug 26 20:10:21.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3779 | 2024-08-26T20:10:23.159Z | [ recovery-image] Aug 26 20:10:21.650 INFO O| Aug 26 20:10:21.650 INFO STEP 51 (remove_files) COMPLETE |
3780 | 2024-08-26T20:10:23.162Z | [ recovery-image] Aug 26 20:10:21.650 INFO O| Aug 26 20:10:21.650 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3781 | 2024-08-26T20:10:23.169Z | [ recovery-image] Aug 26 20:10:21.660 INFO O| Aug 26 20:10:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3782 | 2024-08-26T20:10:23.169Z | [ recovery-image] Aug 26 20:10:21.660 INFO O| Aug 26 20:10:21.660 INFO STEP 52 (remove_files) COMPLETE |
3783 | 2024-08-26T20:10:23.172Z | [ recovery-image] Aug 26 20:10:21.660 INFO O| Aug 26 20:10:21.660 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3784 | 2024-08-26T20:10:23.179Z | [ recovery-image] Aug 26 20:10:21.670 INFO O| Aug 26 20:10:21.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3785 | 2024-08-26T20:10:23.179Z | [ recovery-image] Aug 26 20:10:21.670 INFO O| Aug 26 20:10:21.670 INFO STEP 53 (remove_files) COMPLETE |
3786 | 2024-08-26T20:10:23.179Z | [ recovery-image] Aug 26 20:10:21.670 INFO O| Aug 26 20:10:21.670 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3787 | 2024-08-26T20:10:23.189Z | [ recovery-image] Aug 26 20:10:21.680 INFO O| Aug 26 20:10:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3788 | 2024-08-26T20:10:23.189Z | [ recovery-image] Aug 26 20:10:21.680 INFO O| Aug 26 20:10:21.680 INFO STEP 54 (remove_files) COMPLETE |
3789 | 2024-08-26T20:10:23.189Z | [ recovery-image] Aug 26 20:10:21.680 INFO O| Aug 26 20:10:21.680 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3790 | 2024-08-26T20:10:23.199Z | [ recovery-image] Aug 26 20:10:21.690 INFO O| Aug 26 20:10:21.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3791 | 2024-08-26T20:10:23.199Z | [ recovery-image] Aug 26 20:10:21.690 INFO O| Aug 26 20:10:21.690 INFO STEP 55 (remove_files) COMPLETE |
3792 | 2024-08-26T20:10:23.201Z | [ recovery-image] Aug 26 20:10:21.690 INFO O| Aug 26 20:10:21.690 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3793 | 2024-08-26T20:10:23.208Z | [ recovery-image] Aug 26 20:10:21.700 INFO O| Aug 26 20:10:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3794 | 2024-08-26T20:10:23.209Z | [ recovery-image] Aug 26 20:10:21.700 INFO O| Aug 26 20:10:21.700 INFO STEP 56 (remove_files) COMPLETE |
3795 | 2024-08-26T20:10:23.211Z | [ recovery-image] Aug 26 20:10:21.700 INFO O| Aug 26 20:10:21.700 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3796 | 2024-08-26T20:10:23.218Z | [ recovery-image] Aug 26 20:10:21.710 INFO O| Aug 26 20:10:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3797 | 2024-08-26T20:10:23.219Z | [ recovery-image] Aug 26 20:10:21.710 INFO O| Aug 26 20:10:21.710 INFO STEP 57 (remove_files) COMPLETE |
3798 | 2024-08-26T20:10:23.219Z | [ recovery-image] Aug 26 20:10:21.710 INFO O| Aug 26 20:10:21.710 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3799 | 2024-08-26T20:10:23.229Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.720 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3800 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3801 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3802 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3803 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3804 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3805 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO ok! |
3806 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO STEP 58 (ensure_file) COMPLETE |
3807 | 2024-08-26T20:10:23.232Z | [ recovery-image] Aug 26 20:10:21.721 INFO O| Aug 26 20:10:21.721 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3808 | 2024-08-26T20:10:23.240Z | [ recovery-image] Aug 26 20:10:21.731 INFO O| Aug 26 20:10:21.731 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3809 | 2024-08-26T20:10:23.240Z | [ recovery-image] Aug 26 20:10:21.731 INFO O| Aug 26 20:10:21.731 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3810 | 2024-08-26T20:10:23.243Z | [ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3811 | 2024-08-26T20:10:23.243Z | [ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3812 | 2024-08-26T20:10:23.243Z | [ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3813 | 2024-08-26T20:10:23.244Z | [ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3814 | 2024-08-26T20:10:23.244Z | [ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO ok! |
3815 | 2024-08-26T20:10:23.244Z | [ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO STEP 59 (ensure_file) COMPLETE |
3816 | 2024-08-26T20:10:23.244Z | [ recovery-image] Aug 26 20:10:21.732 INFO O| Aug 26 20:10:21.732 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3817 | 2024-08-26T20:10:23.250Z | [ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.741 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3818 | 2024-08-26T20:10:23.250Z | [ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3819 | 2024-08-26T20:10:23.254Z | [ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3820 | 2024-08-26T20:10:23.254Z | [ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO ok! |
3821 | 2024-08-26T20:10:23.254Z | [ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO STEP 60 (ensure_file) COMPLETE |
3822 | 2024-08-26T20:10:23.254Z | [ recovery-image] Aug 26 20:10:21.742 INFO O| Aug 26 20:10:21.742 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3823 | 2024-08-26T20:10:23.260Z | [ recovery-image] Aug 26 20:10:21.751 INFO O| Aug 26 20:10:21.751 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3824 | 2024-08-26T20:10:23.260Z | [ recovery-image] Aug 26 20:10:21.751 INFO O| Aug 26 20:10:21.751 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3825 | 2024-08-26T20:10:23.262Z | [ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3826 | 2024-08-26T20:10:23.262Z | [ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.751 INFO ok! |
3827 | 2024-08-26T20:10:23.262Z | [ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.752 INFO STEP 61 (ensure_file) COMPLETE |
3828 | 2024-08-26T20:10:23.262Z | [ recovery-image] Aug 26 20:10:21.752 INFO O| Aug 26 20:10:21.752 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3829 | 2024-08-26T20:10:23.270Z | [ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3830 | 2024-08-26T20:10:23.272Z | [ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3831 | 2024-08-26T20:10:23.272Z | [ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3832 | 2024-08-26T20:10:23.272Z | [ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3833 | 2024-08-26T20:10:23.272Z | [ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO ok! |
3834 | 2024-08-26T20:10:23.272Z | [ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO STEP 62 (ensure_file) COMPLETE |
3835 | 2024-08-26T20:10:23.272Z | [ recovery-image] Aug 26 20:10:21.761 INFO O| Aug 26 20:10:21.761 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3836 | 2024-08-26T20:10:23.279Z | [ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3837 | 2024-08-26T20:10:23.279Z | [ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3838 | 2024-08-26T20:10:23.282Z | [ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3839 | 2024-08-26T20:10:23.282Z | [ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3840 | 2024-08-26T20:10:23.282Z | [ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO ok! |
3841 | 2024-08-26T20:10:23.282Z | [ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO STEP 63 (ensure_file) COMPLETE |
3842 | 2024-08-26T20:10:23.282Z | [ recovery-image] Aug 26 20:10:21.771 INFO O| Aug 26 20:10:21.771 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3843 | 2024-08-26T20:10:23.289Z | [ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3844 | 2024-08-26T20:10:23.289Z | [ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3845 | 2024-08-26T20:10:23.292Z | [ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3846 | 2024-08-26T20:10:23.292Z | [ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO ok! |
3847 | 2024-08-26T20:10:23.292Z | [ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO STEP 64 (assemble_files) COMPLETE |
3848 | 2024-08-26T20:10:23.292Z | [ recovery-image] Aug 26 20:10:21.781 INFO O| Aug 26 20:10:21.781 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3849 | 2024-08-26T20:10:23.299Z | [ recovery-image] Aug 26 20:10:21.790 INFO O| Aug 26 20:10:21.790 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3850 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.790 INFO O| Aug 26 20:10:21.790 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3851 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.790 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3852 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3853 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO ok! |
3854 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 65 (ensure_file) COMPLETE |
3855 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3856 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO skip step because feature "omicron1" is not enabled |
3857 | 2024-08-26T20:10:23.302Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3858 | 2024-08-26T20:10:23.303Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO skip step because feature "omicron1" is not enabled |
3859 | 2024-08-26T20:10:23.303Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3860 | 2024-08-26T20:10:23.303Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO skip step because feature "omicron1" is not enabled |
3861 | 2024-08-26T20:10:23.303Z | [ recovery-image] Aug 26 20:10:21.791 INFO O| Aug 26 20:10:21.791 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3862 | 2024-08-26T20:10:23.314Z | [ recovery-image] Aug 26 20:10:21.805 INFO O| Aug 26 20:10:21.805 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3863 | 2024-08-26T20:10:23.314Z | [ recovery-image] Aug 26 20:10:21.805 INFO O| Aug 26 20:10:21.805 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3864 | 2024-08-26T20:10:23.560Z | [ host-image] Aug 26 20:10:22.051 INFO O| Aug 26 20:10:22.051 INFO O| Download: Completed 1.39 MB in 0.60 seconds (2.3M/s) |
3865 | 2024-08-26T20:10:23.587Z | [ host-image] Aug 26 20:10:22.078 INFO O| Aug 26 20:10:22.078 INFO O| Actions: 1/238 actions (Installing new actions) |
3866 | 2024-08-26T20:10:23.706Z | [ host-image] Aug 26 20:10:22.197 INFO O| Aug 26 20:10:22.197 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
3867 | 2024-08-26T20:10:23.952Z | [ host-image] Aug 26 20:10:22.443 INFO O| Aug 26 20:10:22.443 INFO O| Done |
3868 | 2024-08-26T20:10:23.955Z | [ host-image] Aug 26 20:10:22.444 INFO O| Aug 26 20:10:22.443 INFO O| Done |
3869 | 2024-08-26T20:10:24.321Z | [ host-image] Aug 26 20:10:22.812 INFO O| Aug 26 20:10:22.812 INFO O| Done |
3870 | 2024-08-26T20:10:24.958Z | [ recovery-image] Aug 26 20:10:23.449 INFO O| Aug 26 20:10:23.449 INFO STEP 69 (pack_tar) COMPLETE |
3871 | 2024-08-26T20:10:24.958Z | [ recovery-image] Aug 26 20:10:23.449 INFO O| Aug 26 20:10:23.449 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3872 | 2024-08-26T20:10:24.958Z | [ recovery-image] Aug 26 20:10:23.449 INFO O| Aug 26 20:10:23.449 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3873 | 2024-08-26T20:10:25.775Z | [ host-image] Aug 26 20:10:24.266 INFO O| Aug 26 20:10:24.266 INFO O| Done |
3874 | 2024-08-26T20:10:25.804Z | [ host-image] Aug 26 20:10:24.295 INFO O| Aug 26 20:10:24.295 INFO O| Done |
3875 | 2024-08-26T20:10:25.806Z | [ host-image] Aug 26 20:10:24.295 INFO O| Aug 26 20:10:24.295 INFO O| Done |
3876 | 2024-08-26T20:10:25.819Z | [ host-image] Aug 26 20:10:24.310 INFO O| Aug 26 20:10:24.310 INFO O| Done |
3877 | 2024-08-26T20:10:25.927Z | [ host-image] Aug 26 20:10:24.418 INFO O| Aug 26 20:10:24.418 INFO STEP 12 (pkg_install) COMPLETE |
3878 | 2024-08-26T20:10:25.927Z | [ host-image] Aug 26 20:10:24.418 INFO O| Aug 26 20:10:24.418 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3879 | 2024-08-26T20:10:25.939Z | [ host-image] Aug 26 20:10:24.430 INFO O| Aug 26 20:10:24.430 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
3880 | 2024-08-26T20:10:25.957Z | [ recovery-image] Aug 26 20:10:24.448 INFO O| Aug 26 20:10:24.448 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3881 | 2024-08-26T20:10:25.967Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 26s |
3882 | 2024-08-26T20:10:26.058Z | [ recovery-image] Aug 26 20:10:24.549 INFO O| Aug 26 20:10:24.549 INFO completed processing gimlet/ramdisk-02-trim |
3883 | 2024-08-26T20:10:26.061Z | [ recovery-image] Aug 26 20:10:24.551 INFO image builder template: ramdisk-03-recovery-trim... |
3884 | 2024-08-26T20:10:26.061Z | [ recovery-image] Aug 26 20:10:24.551 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/.tmpYkxlj2/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 |
3885 | 2024-08-26T20:10:26.172Z | [ recovery-image] Aug 26 20:10:24.663 INFO O| Aug 26 20:10:24.663 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3886 | 2024-08-26T20:10:26.177Z | [ recovery-image] Aug 26 20:10:24.668 INFO O| Aug 26 20:10:24.668 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3887 | 2024-08-26T20:10:26.243Z | [ recovery-image] Aug 26 20:10:24.733 INFO O| Aug 26 20:10:24.733 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3888 | 2024-08-26T20:10:26.253Z | Aug 26 20:10:24.744 INFO [verify-libraries] process exited with exit status: 0 (270.929769902s) |
3889 | 2024-08-26T20:10:26.309Z | [ recovery-image] Aug 26 20:10:24.800 INFO O| Aug 26 20:10:24.800 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3890 | 2024-08-26T20:10:26.311Z | [ recovery-image] Aug 26 20:10:24.800 INFO O| Aug 26 20:10:24.800 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3891 | 2024-08-26T20:10:26.318Z | [ recovery-image] Aug 26 20:10:24.809 INFO O| Aug 26 20:10:24.809 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3892 | 2024-08-26T20:10:26.322Z | [ recovery-image] Aug 26 20:10:24.813 INFO O| Aug 26 20:10:24.813 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3893 | 2024-08-26T20:10:26.328Z | [ recovery-image] Aug 26 20:10:24.818 INFO O| Aug 26 20:10:24.818 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3894 | 2024-08-26T20:10:26.461Z | [ host-image] Aug 26 20:10:24.952 INFO O| Aug 26 20:10:24.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3895 | 2024-08-26T20:10:26.582Z | [ recovery-image] Aug 26 20:10:25.073 INFO O| Aug 26 20:10:25.072 INFO rolled back to input snapshot; work may begin |
3896 | 2024-08-26T20:10:26.582Z | [ recovery-image] Aug 26 20:10:25.073 INFO O| Aug 26 20:10:25.073 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3897 | 2024-08-26T20:10:26.587Z | [ recovery-image] Aug 26 20:10:25.078 INFO O| Aug 26 20:10:25.078 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3898 | 2024-08-26T20:10:26.598Z | [ recovery-image] Aug 26 20:10:25.089 INFO O| Aug 26 20:10:25.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3899 | 2024-08-26T20:10:26.601Z | [ recovery-image] Aug 26 20:10:25.092 INFO O| Aug 26 20:10:25.092 INFO STEP 0 (remove_files) COMPLETE |
3900 | 2024-08-26T20:10:26.601Z | [ recovery-image] Aug 26 20:10:25.092 INFO O| Aug 26 20:10:25.092 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3901 | 2024-08-26T20:10:26.611Z | [ recovery-image] Aug 26 20:10:25.102 INFO O| Aug 26 20:10:25.102 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3902 | 2024-08-26T20:10:26.667Z | [ recovery-image] Aug 26 20:10:25.157 INFO O| Aug 26 20:10:25.157 INFO STEP 1 (remove_files) COMPLETE |
3903 | 2024-08-26T20:10:26.667Z | [ recovery-image] Aug 26 20:10:25.158 INFO O| Aug 26 20:10:25.157 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3904 | 2024-08-26T20:10:26.679Z | [ recovery-image] Aug 26 20:10:25.170 INFO O| Aug 26 20:10:25.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3905 | 2024-08-26T20:10:26.682Z | [ recovery-image] Aug 26 20:10:25.173 INFO O| Aug 26 20:10:25.173 INFO STEP 2 (remove_files) COMPLETE |
3906 | 2024-08-26T20:10:26.684Z | [ recovery-image] Aug 26 20:10:25.173 INFO O| Aug 26 20:10:25.173 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3907 | 2024-08-26T20:10:26.693Z | [ recovery-image] Aug 26 20:10:25.184 INFO O| Aug 26 20:10:25.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3908 | 2024-08-26T20:10:26.739Z | [ recovery-image] Aug 26 20:10:25.230 INFO O| Aug 26 20:10:25.229 INFO STEP 3 (remove_files) COMPLETE |
3909 | 2024-08-26T20:10:26.739Z | [ recovery-image] Aug 26 20:10:25.230 INFO O| Aug 26 20:10:25.229 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3910 | 2024-08-26T20:10:26.752Z | [ recovery-image] Aug 26 20:10:25.243 INFO O| Aug 26 20:10:25.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3911 | 2024-08-26T20:10:26.763Z | [ recovery-image] Aug 26 20:10:25.254 INFO O| Aug 26 20:10:25.254 INFO STEP 4 (remove_files) COMPLETE |
3912 | 2024-08-26T20:10:26.763Z | [ recovery-image] Aug 26 20:10:25.255 INFO O| Aug 26 20:10:25.254 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3913 | 2024-08-26T20:10:26.775Z | [ recovery-image] Aug 26 20:10:25.266 INFO O| Aug 26 20:10:25.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3914 | 2024-08-26T20:10:26.778Z | [ recovery-image] Aug 26 20:10:25.269 INFO O| Aug 26 20:10:25.269 INFO STEP 5 (remove_files) COMPLETE |
3915 | 2024-08-26T20:10:26.778Z | [ recovery-image] Aug 26 20:10:25.269 INFO O| Aug 26 20:10:25.269 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3916 | 2024-08-26T20:10:26.789Z | [ recovery-image] Aug 26 20:10:25.280 INFO O| Aug 26 20:10:25.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3917 | 2024-08-26T20:10:26.792Z | [ recovery-image] Aug 26 20:10:25.282 INFO O| Aug 26 20:10:25.282 INFO STEP 6 (remove_files) COMPLETE |
3918 | 2024-08-26T20:10:26.792Z | [ recovery-image] Aug 26 20:10:25.282 INFO O| Aug 26 20:10:25.282 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3919 | 2024-08-26T20:10:26.804Z | [ recovery-image] Aug 26 20:10:25.293 INFO O| Aug 26 20:10:25.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3920 | 2024-08-26T20:10:26.807Z | [ recovery-image] Aug 26 20:10:25.294 INFO O| Aug 26 20:10:25.294 INFO STEP 7 (remove_files) COMPLETE |
3921 | 2024-08-26T20:10:26.807Z | [ recovery-image] Aug 26 20:10:25.294 INFO O| Aug 26 20:10:25.294 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3922 | 2024-08-26T20:10:26.814Z | [ recovery-image] Aug 26 20:10:25.305 INFO O| Aug 26 20:10:25.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3923 | 2024-08-26T20:10:26.818Z | [ recovery-image] Aug 26 20:10:25.309 INFO O| Aug 26 20:10:25.309 INFO STEP 8 (remove_files) COMPLETE |
3924 | 2024-08-26T20:10:26.820Z | [ recovery-image] Aug 26 20:10:25.309 INFO O| Aug 26 20:10:25.309 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3925 | 2024-08-26T20:10:26.830Z | [ recovery-image] Aug 26 20:10:25.321 INFO O| Aug 26 20:10:25.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3926 | 2024-08-26T20:10:26.832Z | [ recovery-image] Aug 26 20:10:25.321 INFO O| Aug 26 20:10:25.321 INFO STEP 9 (remove_files) COMPLETE |
3927 | 2024-08-26T20:10:26.832Z | [ recovery-image] Aug 26 20:10:25.321 INFO O| Aug 26 20:10:25.321 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3928 | 2024-08-26T20:10:26.841Z | [ recovery-image] Aug 26 20:10:25.332 INFO O| Aug 26 20:10:25.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3929 | 2024-08-26T20:10:26.844Z | [ recovery-image] Aug 26 20:10:25.334 INFO O| Aug 26 20:10:25.333 INFO STEP 10 (remove_files) COMPLETE |
3930 | 2024-08-26T20:10:26.844Z | [ recovery-image] Aug 26 20:10:25.334 INFO O| Aug 26 20:10:25.334 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3931 | 2024-08-26T20:10:26.855Z | [ recovery-image] Aug 26 20:10:25.346 INFO O| Aug 26 20:10:25.346 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3932 | 2024-08-26T20:10:26.898Z | [ recovery-image] Aug 26 20:10:25.389 INFO O| Aug 26 20:10:25.389 INFO STEP 11 (remove_files) COMPLETE |
3933 | 2024-08-26T20:10:26.898Z | [ recovery-image] Aug 26 20:10:25.389 INFO O| Aug 26 20:10:25.389 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3934 | 2024-08-26T20:10:26.911Z | [ recovery-image] Aug 26 20:10:25.402 INFO O| Aug 26 20:10:25.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3935 | 2024-08-26T20:10:26.913Z | [ recovery-image] Aug 26 20:10:25.404 INFO O| Aug 26 20:10:25.404 INFO STEP 12 (remove_files) COMPLETE |
3936 | 2024-08-26T20:10:26.913Z | [ recovery-image] Aug 26 20:10:25.404 INFO O| Aug 26 20:10:25.404 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3937 | 2024-08-26T20:10:26.924Z | [ recovery-image] Aug 26 20:10:25.415 INFO O| Aug 26 20:10:25.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3938 | 2024-08-26T20:10:26.927Z | [ recovery-image] Aug 26 20:10:25.418 INFO O| Aug 26 20:10:25.418 INFO STEP 13 (remove_files) COMPLETE |
3939 | 2024-08-26T20:10:26.927Z | [ recovery-image] Aug 26 20:10:25.418 INFO O| Aug 26 20:10:25.418 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3940 | 2024-08-26T20:10:26.938Z | [ recovery-image] Aug 26 20:10:25.429 INFO O| Aug 26 20:10:25.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3941 | 2024-08-26T20:10:26.940Z | [ recovery-image] Aug 26 20:10:25.429 INFO O| Aug 26 20:10:25.429 INFO STEP 14 (remove_files) COMPLETE |
3942 | 2024-08-26T20:10:26.941Z | [ recovery-image] Aug 26 20:10:25.429 INFO O| Aug 26 20:10:25.429 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3943 | 2024-08-26T20:10:26.949Z | [ recovery-image] Aug 26 20:10:25.440 INFO O| Aug 26 20:10:25.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3944 | 2024-08-26T20:10:26.952Z | [ recovery-image] Aug 26 20:10:25.441 INFO O| Aug 26 20:10:25.441 INFO STEP 15 (remove_files) COMPLETE |
3945 | 2024-08-26T20:10:26.952Z | [ recovery-image] Aug 26 20:10:25.441 INFO O| Aug 26 20:10:25.441 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3946 | 2024-08-26T20:10:26.961Z | [ recovery-image] Aug 26 20:10:25.451 INFO O| Aug 26 20:10:25.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3947 | 2024-08-26T20:10:26.970Z | [ recovery-image] Aug 26 20:10:25.461 INFO O| Aug 26 20:10:25.461 INFO STEP 16 (remove_files) COMPLETE |
3948 | 2024-08-26T20:10:26.970Z | [ recovery-image] Aug 26 20:10:25.461 INFO O| Aug 26 20:10:25.461 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3949 | 2024-08-26T20:10:26.981Z | [ recovery-image] Aug 26 20:10:25.472 INFO O| Aug 26 20:10:25.472 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3950 | 2024-08-26T20:10:26.984Z | [ recovery-image] Aug 26 20:10:25.473 INFO O| Aug 26 20:10:25.473 INFO STEP 17 (remove_files) COMPLETE |
3951 | 2024-08-26T20:10:26.984Z | [ recovery-image] Aug 26 20:10:25.473 INFO O| Aug 26 20:10:25.473 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3952 | 2024-08-26T20:10:26.992Z | [ recovery-image] Aug 26 20:10:25.482 INFO O| Aug 26 20:10:25.482 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3953 | 2024-08-26T20:10:26.994Z | [ recovery-image] Aug 26 20:10:25.483 INFO O| Aug 26 20:10:25.483 INFO STEP 18 (remove_files) COMPLETE |
3954 | 2024-08-26T20:10:26.994Z | [ recovery-image] Aug 26 20:10:25.483 INFO O| Aug 26 20:10:25.483 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3955 | 2024-08-26T20:10:27.002Z | [ recovery-image] Aug 26 20:10:25.493 INFO O| Aug 26 20:10:25.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3956 | 2024-08-26T20:10:27.044Z | [ recovery-image] Aug 26 20:10:25.535 INFO O| Aug 26 20:10:25.535 INFO STEP 19 (remove_files) COMPLETE |
3957 | 2024-08-26T20:10:27.044Z | [ recovery-image] Aug 26 20:10:25.535 INFO O| Aug 26 20:10:25.535 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3958 | 2024-08-26T20:10:27.056Z | [ recovery-image] Aug 26 20:10:25.547 INFO O| Aug 26 20:10:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3959 | 2024-08-26T20:10:27.058Z | [ recovery-image] Aug 26 20:10:25.548 INFO O| Aug 26 20:10:25.548 INFO STEP 20 (remove_files) COMPLETE |
3960 | 2024-08-26T20:10:27.058Z | [ recovery-image] Aug 26 20:10:25.548 INFO O| Aug 26 20:10:25.548 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3961 | 2024-08-26T20:10:27.067Z | [ recovery-image] Aug 26 20:10:25.558 INFO O| Aug 26 20:10:25.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3962 | 2024-08-26T20:10:27.070Z | [ recovery-image] Aug 26 20:10:25.558 INFO O| Aug 26 20:10:25.558 INFO STEP 21 (remove_files) COMPLETE |
3963 | 2024-08-26T20:10:27.070Z | [ recovery-image] Aug 26 20:10:25.558 INFO O| Aug 26 20:10:25.558 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3964 | 2024-08-26T20:10:27.077Z | [ recovery-image] Aug 26 20:10:25.568 INFO O| Aug 26 20:10:25.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3965 | 2024-08-26T20:10:27.079Z | [ recovery-image] Aug 26 20:10:25.569 INFO O| Aug 26 20:10:25.568 INFO STEP 22 (remove_files) COMPLETE |
3966 | 2024-08-26T20:10:27.079Z | [ recovery-image] Aug 26 20:10:25.569 INFO O| Aug 26 20:10:25.568 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3967 | 2024-08-26T20:10:27.089Z | [ recovery-image] Aug 26 20:10:25.580 INFO O| Aug 26 20:10:25.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3968 | 2024-08-26T20:10:27.092Z | [ recovery-image] Aug 26 20:10:25.581 INFO O| Aug 26 20:10:25.581 INFO STEP 23 (remove_files) COMPLETE |
3969 | 2024-08-26T20:10:27.092Z | [ recovery-image] Aug 26 20:10:25.581 INFO O| Aug 26 20:10:25.581 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3970 | 2024-08-26T20:10:27.102Z | [ recovery-image] Aug 26 20:10:25.593 INFO O| Aug 26 20:10:25.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3971 | 2024-08-26T20:10:27.103Z | [ recovery-image] Aug 26 20:10:25.593 INFO O| Aug 26 20:10:25.593 INFO STEP 24 (remove_files) COMPLETE |
3972 | 2024-08-26T20:10:27.105Z | [ recovery-image] Aug 26 20:10:25.594 INFO O| Aug 26 20:10:25.593 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3973 | 2024-08-26T20:10:27.115Z | [ recovery-image] Aug 26 20:10:25.606 INFO O| Aug 26 20:10:25.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3974 | 2024-08-26T20:10:27.115Z | [ recovery-image] Aug 26 20:10:25.606 INFO O| Aug 26 20:10:25.606 INFO STEP 25 (remove_files) COMPLETE |
3975 | 2024-08-26T20:10:27.116Z | [ recovery-image] Aug 26 20:10:25.606 INFO O| Aug 26 20:10:25.606 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3976 | 2024-08-26T20:10:27.127Z | [ recovery-image] Aug 26 20:10:25.618 INFO O| Aug 26 20:10:25.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3977 | 2024-08-26T20:10:27.130Z | [ recovery-image] Aug 26 20:10:25.619 INFO O| Aug 26 20:10:25.619 INFO STEP 26 (remove_files) COMPLETE |
3978 | 2024-08-26T20:10:27.130Z | [ recovery-image] Aug 26 20:10:25.619 INFO O| Aug 26 20:10:25.619 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3979 | 2024-08-26T20:10:27.140Z | [ recovery-image] Aug 26 20:10:25.631 INFO O| Aug 26 20:10:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3980 | 2024-08-26T20:10:27.140Z | [ recovery-image] Aug 26 20:10:25.631 INFO O| Aug 26 20:10:25.631 INFO STEP 27 (remove_files) COMPLETE |
3981 | 2024-08-26T20:10:27.143Z | [ recovery-image] Aug 26 20:10:25.631 INFO O| Aug 26 20:10:25.631 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3982 | 2024-08-26T20:10:27.153Z | [ recovery-image] Aug 26 20:10:25.644 INFO O| Aug 26 20:10:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3983 | 2024-08-26T20:10:27.156Z | [ recovery-image] Aug 26 20:10:25.645 INFO O| Aug 26 20:10:25.645 INFO STEP 28 (remove_files) COMPLETE |
3984 | 2024-08-26T20:10:27.156Z | [ recovery-image] Aug 26 20:10:25.645 INFO O| Aug 26 20:10:25.645 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3985 | 2024-08-26T20:10:27.165Z | [ recovery-image] Aug 26 20:10:25.656 INFO O| Aug 26 20:10:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3986 | 2024-08-26T20:10:27.167Z | [ recovery-image] Aug 26 20:10:25.656 INFO O| Aug 26 20:10:25.656 INFO STEP 29 (remove_files) COMPLETE |
3987 | 2024-08-26T20:10:27.167Z | [ recovery-image] Aug 26 20:10:25.656 INFO O| Aug 26 20:10:25.656 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3988 | 2024-08-26T20:10:27.175Z | [ recovery-image] Aug 26 20:10:25.666 INFO O| Aug 26 20:10:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3989 | 2024-08-26T20:10:27.177Z | [ recovery-image] Aug 26 20:10:25.666 INFO O| Aug 26 20:10:25.666 INFO STEP 30 (remove_files) COMPLETE |
3990 | 2024-08-26T20:10:27.177Z | [ recovery-image] Aug 26 20:10:25.666 INFO O| Aug 26 20:10:25.666 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3991 | 2024-08-26T20:10:27.185Z | [ recovery-image] Aug 26 20:10:25.676 INFO O| Aug 26 20:10:25.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3992 | 2024-08-26T20:10:27.185Z | [ recovery-image] Aug 26 20:10:25.676 INFO O| Aug 26 20:10:25.676 INFO STEP 31 (remove_files) COMPLETE |
3993 | 2024-08-26T20:10:27.188Z | [ recovery-image] Aug 26 20:10:25.676 INFO O| Aug 26 20:10:25.676 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3994 | 2024-08-26T20:10:27.195Z | [ recovery-image] Aug 26 20:10:25.686 INFO O| Aug 26 20:10:25.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3995 | 2024-08-26T20:10:27.197Z | [ recovery-image] Aug 26 20:10:25.686 INFO O| Aug 26 20:10:25.686 INFO STEP 32 (remove_files) COMPLETE |
3996 | 2024-08-26T20:10:27.198Z | [ recovery-image] Aug 26 20:10:25.686 INFO O| Aug 26 20:10:25.686 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3997 | 2024-08-26T20:10:27.209Z | [ recovery-image] Aug 26 20:10:25.700 INFO O| Aug 26 20:10:25.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3998 | 2024-08-26T20:10:27.209Z | [ recovery-image] Aug 26 20:10:25.700 INFO O| Aug 26 20:10:25.700 INFO STEP 33 (remove_files) COMPLETE |
3999 | 2024-08-26T20:10:27.211Z | [ recovery-image] Aug 26 20:10:25.700 INFO O| Aug 26 20:10:25.700 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4000 | 2024-08-26T20:10:27.221Z | [ recovery-image] Aug 26 20:10:25.712 INFO O| Aug 26 20:10:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4001 | 2024-08-26T20:10:27.221Z | [ recovery-image] Aug 26 20:10:25.712 INFO O| Aug 26 20:10:25.712 INFO STEP 34 (remove_files) COMPLETE |
4002 | 2024-08-26T20:10:27.221Z | [ recovery-image] Aug 26 20:10:25.712 INFO O| Aug 26 20:10:25.712 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4003 | 2024-08-26T20:10:27.231Z | [ recovery-image] Aug 26 20:10:25.722 INFO O| Aug 26 20:10:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4004 | 2024-08-26T20:10:27.233Z | [ recovery-image] Aug 26 20:10:25.723 INFO O| Aug 26 20:10:25.723 INFO STEP 35 (remove_files) COMPLETE |
4005 | 2024-08-26T20:10:27.234Z | [ recovery-image] Aug 26 20:10:25.723 INFO O| Aug 26 20:10:25.723 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4006 | 2024-08-26T20:10:27.243Z | [ recovery-image] Aug 26 20:10:25.734 INFO O| Aug 26 20:10:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4007 | 2024-08-26T20:10:27.245Z | [ recovery-image] Aug 26 20:10:25.734 INFO O| Aug 26 20:10:25.734 INFO STEP 36 (remove_files) COMPLETE |
4008 | 2024-08-26T20:10:27.245Z | [ recovery-image] Aug 26 20:10:25.734 INFO O| Aug 26 20:10:25.734 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4009 | 2024-08-26T20:10:27.253Z | [ recovery-image] Aug 26 20:10:25.744 INFO O| Aug 26 20:10:25.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4010 | 2024-08-26T20:10:27.256Z | [ recovery-image] Aug 26 20:10:25.745 INFO O| Aug 26 20:10:25.745 INFO STEP 37 (remove_files) COMPLETE |
4011 | 2024-08-26T20:10:27.256Z | [ recovery-image] Aug 26 20:10:25.745 INFO O| Aug 26 20:10:25.745 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4012 | 2024-08-26T20:10:27.264Z | [ recovery-image] Aug 26 20:10:25.755 INFO O| Aug 26 20:10:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4013 | 2024-08-26T20:10:27.264Z | [ recovery-image] Aug 26 20:10:25.756 INFO O| Aug 26 20:10:25.755 INFO STEP 38 (remove_files) COMPLETE |
4014 | 2024-08-26T20:10:27.264Z | [ recovery-image] Aug 26 20:10:25.756 INFO O| Aug 26 20:10:25.756 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4015 | 2024-08-26T20:10:27.275Z | [ recovery-image] Aug 26 20:10:25.766 INFO O| Aug 26 20:10:25.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4016 | 2024-08-26T20:10:27.275Z | [ recovery-image] Aug 26 20:10:25.766 INFO O| Aug 26 20:10:25.766 INFO STEP 39 (remove_files) COMPLETE |
4017 | 2024-08-26T20:10:27.278Z | [ recovery-image] Aug 26 20:10:25.766 INFO O| Aug 26 20:10:25.766 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4018 | 2024-08-26T20:10:27.285Z | [ recovery-image] Aug 26 20:10:25.776 INFO O| Aug 26 20:10:25.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4019 | 2024-08-26T20:10:27.286Z | [ recovery-image] Aug 26 20:10:25.777 INFO O| Aug 26 20:10:25.777 INFO STEP 40 (remove_files) COMPLETE |
4020 | 2024-08-26T20:10:27.286Z | [ recovery-image] Aug 26 20:10:25.777 INFO O| Aug 26 20:10:25.777 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4021 | 2024-08-26T20:10:27.296Z | [ recovery-image] Aug 26 20:10:25.787 INFO O| Aug 26 20:10:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4022 | 2024-08-26T20:10:27.296Z | [ recovery-image] Aug 26 20:10:25.787 INFO O| Aug 26 20:10:25.787 INFO STEP 41 (remove_files) COMPLETE |
4023 | 2024-08-26T20:10:27.296Z | [ recovery-image] Aug 26 20:10:25.787 INFO O| Aug 26 20:10:25.787 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4024 | 2024-08-26T20:10:27.306Z | [ recovery-image] Aug 26 20:10:25.797 INFO O| Aug 26 20:10:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4025 | 2024-08-26T20:10:27.306Z | [ recovery-image] Aug 26 20:10:25.797 INFO O| Aug 26 20:10:25.797 INFO STEP 42 (remove_files) COMPLETE |
4026 | 2024-08-26T20:10:27.309Z | [ recovery-image] Aug 26 20:10:25.797 INFO O| Aug 26 20:10:25.797 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4027 | 2024-08-26T20:10:27.316Z | [ recovery-image] Aug 26 20:10:25.807 INFO O| Aug 26 20:10:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4028 | 2024-08-26T20:10:27.316Z | [ recovery-image] Aug 26 20:10:25.807 INFO O| Aug 26 20:10:25.807 INFO STEP 43 (remove_files) COMPLETE |
4029 | 2024-08-26T20:10:27.318Z | [ recovery-image] Aug 26 20:10:25.807 INFO O| Aug 26 20:10:25.807 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4030 | 2024-08-26T20:10:27.326Z | [ recovery-image] Aug 26 20:10:25.817 INFO O| Aug 26 20:10:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4031 | 2024-08-26T20:10:27.326Z | [ recovery-image] Aug 26 20:10:25.817 INFO O| Aug 26 20:10:25.817 INFO STEP 44 (remove_files) COMPLETE |
4032 | 2024-08-26T20:10:27.328Z | [ recovery-image] Aug 26 20:10:25.817 INFO O| Aug 26 20:10:25.817 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4033 | 2024-08-26T20:10:27.335Z | [ recovery-image] Aug 26 20:10:25.826 INFO O| Aug 26 20:10:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4034 | 2024-08-26T20:10:27.335Z | [ recovery-image] Aug 26 20:10:25.826 INFO O| Aug 26 20:10:25.826 INFO STEP 45 (remove_files) COMPLETE |
4035 | 2024-08-26T20:10:27.335Z | [ recovery-image] Aug 26 20:10:25.827 INFO O| Aug 26 20:10:25.826 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4036 | 2024-08-26T20:10:27.345Z | [ recovery-image] Aug 26 20:10:25.836 INFO O| Aug 26 20:10:25.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4037 | 2024-08-26T20:10:27.345Z | [ recovery-image] Aug 26 20:10:25.836 INFO O| Aug 26 20:10:25.836 INFO STEP 46 (remove_files) COMPLETE |
4038 | 2024-08-26T20:10:27.347Z | [ recovery-image] Aug 26 20:10:25.836 INFO O| Aug 26 20:10:25.836 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4039 | 2024-08-26T20:10:27.355Z | [ recovery-image] Aug 26 20:10:25.846 INFO O| Aug 26 20:10:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4040 | 2024-08-26T20:10:27.355Z | [ recovery-image] Aug 26 20:10:25.846 INFO O| Aug 26 20:10:25.846 INFO STEP 47 (remove_files) COMPLETE |
4041 | 2024-08-26T20:10:27.355Z | [ recovery-image] Aug 26 20:10:25.846 INFO O| Aug 26 20:10:25.846 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4042 | 2024-08-26T20:10:27.366Z | [ recovery-image] Aug 26 20:10:25.857 INFO O| Aug 26 20:10:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4043 | 2024-08-26T20:10:27.366Z | [ recovery-image] Aug 26 20:10:25.857 INFO O| Aug 26 20:10:25.857 INFO STEP 48 (remove_files) COMPLETE |
4044 | 2024-08-26T20:10:27.366Z | [ recovery-image] Aug 26 20:10:25.857 INFO O| Aug 26 20:10:25.857 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4045 | 2024-08-26T20:10:27.378Z | [ recovery-image] Aug 26 20:10:25.868 INFO O| Aug 26 20:10:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4046 | 2024-08-26T20:10:27.378Z | [ recovery-image] Aug 26 20:10:25.869 INFO O| Aug 26 20:10:25.869 INFO STEP 49 (remove_files) COMPLETE |
4047 | 2024-08-26T20:10:27.380Z | [ recovery-image] Aug 26 20:10:25.869 INFO O| Aug 26 20:10:25.869 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4048 | 2024-08-26T20:10:27.390Z | [ recovery-image] Aug 26 20:10:25.880 INFO O| Aug 26 20:10:25.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4049 | 2024-08-26T20:10:27.390Z | [ recovery-image] Aug 26 20:10:25.880 INFO O| Aug 26 20:10:25.880 INFO STEP 50 (remove_files) COMPLETE |
4050 | 2024-08-26T20:10:27.392Z | [ recovery-image] Aug 26 20:10:25.881 INFO O| Aug 26 20:10:25.880 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4051 | 2024-08-26T20:10:27.400Z | [ recovery-image] Aug 26 20:10:25.891 INFO O| Aug 26 20:10:25.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4052 | 2024-08-26T20:10:27.400Z | [ recovery-image] Aug 26 20:10:25.891 INFO O| Aug 26 20:10:25.891 INFO STEP 51 (remove_files) COMPLETE |
4053 | 2024-08-26T20:10:27.400Z | [ recovery-image] Aug 26 20:10:25.891 INFO O| Aug 26 20:10:25.891 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4054 | 2024-08-26T20:10:27.411Z | [ recovery-image] Aug 26 20:10:25.902 INFO O| Aug 26 20:10:25.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4055 | 2024-08-26T20:10:27.414Z | [ recovery-image] Aug 26 20:10:25.903 INFO O| Aug 26 20:10:25.903 INFO STEP 52 (remove_files) COMPLETE |
4056 | 2024-08-26T20:10:27.414Z | [ recovery-image] Aug 26 20:10:25.903 INFO O| Aug 26 20:10:25.903 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4057 | 2024-08-26T20:10:27.423Z | [ recovery-image] Aug 26 20:10:25.914 INFO O| Aug 26 20:10:25.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4058 | 2024-08-26T20:10:27.423Z | [ recovery-image] Aug 26 20:10:25.914 INFO O| Aug 26 20:10:25.914 INFO STEP 53 (remove_files) COMPLETE |
4059 | 2024-08-26T20:10:27.427Z | [ recovery-image] Aug 26 20:10:25.914 INFO O| Aug 26 20:10:25.914 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4060 | 2024-08-26T20:10:27.436Z | [ recovery-image] Aug 26 20:10:25.926 INFO O| Aug 26 20:10:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4061 | 2024-08-26T20:10:27.436Z | [ recovery-image] Aug 26 20:10:25.926 INFO O| Aug 26 20:10:25.926 INFO STEP 54 (remove_files) COMPLETE |
4062 | 2024-08-26T20:10:27.439Z | [ recovery-image] Aug 26 20:10:25.926 INFO O| Aug 26 20:10:25.926 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4063 | 2024-08-26T20:10:27.452Z | [ recovery-image] Aug 26 20:10:25.940 INFO O| Aug 26 20:10:25.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4064 | 2024-08-26T20:10:27.452Z | [ recovery-image] Aug 26 20:10:25.941 INFO O| Aug 26 20:10:25.940 INFO STEP 55 (remove_files) COMPLETE |
4065 | 2024-08-26T20:10:27.452Z | [ recovery-image] Aug 26 20:10:25.941 INFO O| Aug 26 20:10:25.940 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4066 | 2024-08-26T20:10:27.462Z | [ recovery-image] Aug 26 20:10:25.953 INFO O| Aug 26 20:10:25.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4067 | 2024-08-26T20:10:27.462Z | [ recovery-image] Aug 26 20:10:25.953 INFO O| Aug 26 20:10:25.953 INFO STEP 56 (remove_files) COMPLETE |
4068 | 2024-08-26T20:10:27.465Z | [ recovery-image] Aug 26 20:10:25.953 INFO O| Aug 26 20:10:25.953 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4069 | 2024-08-26T20:10:27.474Z | [ recovery-image] Aug 26 20:10:25.965 INFO O| Aug 26 20:10:25.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4070 | 2024-08-26T20:10:27.477Z | [ recovery-image] Aug 26 20:10:25.965 INFO O| Aug 26 20:10:25.965 INFO STEP 57 (remove_files) COMPLETE |
4071 | 2024-08-26T20:10:27.477Z | [ recovery-image] Aug 26 20:10:25.965 INFO O| Aug 26 20:10:25.965 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4072 | 2024-08-26T20:10:27.487Z | [ recovery-image] Aug 26 20:10:25.978 INFO O| Aug 26 20:10:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4073 | 2024-08-26T20:10:27.487Z | [ recovery-image] Aug 26 20:10:25.978 INFO O| Aug 26 20:10:25.978 INFO STEP 58 (remove_files) COMPLETE |
4074 | 2024-08-26T20:10:27.489Z | [ recovery-image] Aug 26 20:10:25.978 INFO O| Aug 26 20:10:25.978 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4075 | 2024-08-26T20:10:27.499Z | [ recovery-image] Aug 26 20:10:25.990 INFO O| Aug 26 20:10:25.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4076 | 2024-08-26T20:10:27.501Z | [ recovery-image] Aug 26 20:10:25.990 INFO O| Aug 26 20:10:25.990 INFO STEP 59 (remove_files) COMPLETE |
4077 | 2024-08-26T20:10:27.501Z | [ recovery-image] Aug 26 20:10:25.990 INFO O| Aug 26 20:10:25.990 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4078 | 2024-08-26T20:10:27.511Z | [ recovery-image] Aug 26 20:10:26.002 INFO O| Aug 26 20:10:26.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4079 | 2024-08-26T20:10:27.511Z | [ recovery-image] Aug 26 20:10:26.002 INFO O| Aug 26 20:10:26.002 INFO STEP 60 (remove_files) COMPLETE |
4080 | 2024-08-26T20:10:27.511Z | [ recovery-image] Aug 26 20:10:26.002 INFO O| Aug 26 20:10:26.002 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4081 | 2024-08-26T20:10:27.523Z | [ recovery-image] Aug 26 20:10:26.014 INFO O| Aug 26 20:10:26.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4082 | 2024-08-26T20:10:27.526Z | [ recovery-image] Aug 26 20:10:26.015 INFO O| Aug 26 20:10:26.015 INFO STEP 61 (remove_files) COMPLETE |
4083 | 2024-08-26T20:10:27.526Z | [ recovery-image] Aug 26 20:10:26.015 INFO O| Aug 26 20:10:26.015 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4084 | 2024-08-26T20:10:27.536Z | [ recovery-image] Aug 26 20:10:26.026 INFO O| Aug 26 20:10:26.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4085 | 2024-08-26T20:10:27.536Z | [ recovery-image] Aug 26 20:10:26.027 INFO O| Aug 26 20:10:26.027 INFO STEP 62 (remove_files) COMPLETE |
4086 | 2024-08-26T20:10:27.536Z | [ recovery-image] Aug 26 20:10:26.027 INFO O| Aug 26 20:10:26.027 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4087 | 2024-08-26T20:10:27.546Z | [ recovery-image] Aug 26 20:10:26.037 INFO O| Aug 26 20:10:26.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4088 | 2024-08-26T20:10:27.546Z | [ recovery-image] Aug 26 20:10:26.037 INFO O| Aug 26 20:10:26.037 INFO STEP 63 (remove_files) COMPLETE |
4089 | 2024-08-26T20:10:27.548Z | [ recovery-image] Aug 26 20:10:26.037 INFO O| Aug 26 20:10:26.037 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4090 | 2024-08-26T20:10:27.557Z | [ recovery-image] Aug 26 20:10:26.048 INFO O| Aug 26 20:10:26.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4091 | 2024-08-26T20:10:27.557Z | [ recovery-image] Aug 26 20:10:26.048 INFO O| Aug 26 20:10:26.048 INFO STEP 64 (remove_files) COMPLETE |
4092 | 2024-08-26T20:10:27.559Z | [ recovery-image] Aug 26 20:10:26.048 INFO O| Aug 26 20:10:26.048 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4093 | 2024-08-26T20:10:27.567Z | [ recovery-image] Aug 26 20:10:26.058 INFO O| Aug 26 20:10:26.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4094 | 2024-08-26T20:10:27.567Z | [ recovery-image] Aug 26 20:10:26.058 INFO O| Aug 26 20:10:26.058 INFO STEP 65 (remove_files) COMPLETE |
4095 | 2024-08-26T20:10:27.569Z | [ recovery-image] Aug 26 20:10:26.058 INFO O| Aug 26 20:10:26.058 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4096 | 2024-08-26T20:10:27.577Z | [ recovery-image] Aug 26 20:10:26.068 INFO O| Aug 26 20:10:26.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4097 | 2024-08-26T20:10:27.577Z | [ recovery-image] Aug 26 20:10:26.068 INFO O| Aug 26 20:10:26.068 INFO STEP 66 (remove_files) COMPLETE |
4098 | 2024-08-26T20:10:27.581Z | [ recovery-image] Aug 26 20:10:26.068 INFO O| Aug 26 20:10:26.068 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4099 | 2024-08-26T20:10:27.587Z | [ recovery-image] Aug 26 20:10:26.078 INFO O| Aug 26 20:10:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4100 | 2024-08-26T20:10:27.590Z | [ recovery-image] Aug 26 20:10:26.078 INFO O| Aug 26 20:10:26.078 INFO STEP 67 (remove_files) COMPLETE |
4101 | 2024-08-26T20:10:27.590Z | [ recovery-image] Aug 26 20:10:26.078 INFO O| Aug 26 20:10:26.078 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4102 | 2024-08-26T20:10:27.596Z | [ recovery-image] Aug 26 20:10:26.087 INFO O| Aug 26 20:10:26.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4103 | 2024-08-26T20:10:27.599Z | [ recovery-image] Aug 26 20:10:26.088 INFO O| Aug 26 20:10:26.088 INFO STEP 68 (remove_files) COMPLETE |
4104 | 2024-08-26T20:10:27.599Z | [ recovery-image] Aug 26 20:10:26.088 INFO O| Aug 26 20:10:26.088 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4105 | 2024-08-26T20:10:27.606Z | [ recovery-image] Aug 26 20:10:26.097 INFO O| Aug 26 20:10:26.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4106 | 2024-08-26T20:10:27.609Z | [ recovery-image] Aug 26 20:10:26.098 INFO O| Aug 26 20:10:26.097 INFO STEP 69 (remove_files) COMPLETE |
4107 | 2024-08-26T20:10:27.609Z | [ recovery-image] Aug 26 20:10:26.098 INFO O| Aug 26 20:10:26.098 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4108 | 2024-08-26T20:10:27.616Z | [ recovery-image] Aug 26 20:10:26.107 INFO O| Aug 26 20:10:26.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4109 | 2024-08-26T20:10:27.618Z | [ recovery-image] Aug 26 20:10:26.107 INFO O| Aug 26 20:10:26.107 INFO STEP 70 (remove_files) COMPLETE |
4110 | 2024-08-26T20:10:27.619Z | [ recovery-image] Aug 26 20:10:26.107 INFO O| Aug 26 20:10:26.107 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4111 | 2024-08-26T20:10:27.626Z | [ recovery-image] Aug 26 20:10:26.117 INFO O| Aug 26 20:10:26.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4112 | 2024-08-26T20:10:27.627Z | [ recovery-image] Aug 26 20:10:26.118 INFO O| Aug 26 20:10:26.118 INFO STEP 71 (remove_files) COMPLETE |
4113 | 2024-08-26T20:10:27.627Z | [ recovery-image] Aug 26 20:10:26.118 INFO O| Aug 26 20:10:26.118 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4114 | 2024-08-26T20:10:27.637Z | [ recovery-image] Aug 26 20:10:26.128 INFO O| Aug 26 20:10:26.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4115 | 2024-08-26T20:10:27.640Z | [ recovery-image] Aug 26 20:10:26.128 INFO O| Aug 26 20:10:26.128 INFO STEP 72 (remove_files) COMPLETE |
4116 | 2024-08-26T20:10:27.640Z | [ recovery-image] Aug 26 20:10:26.128 INFO O| Aug 26 20:10:26.128 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4117 | 2024-08-26T20:10:27.647Z | [ recovery-image] Aug 26 20:10:26.138 INFO O| Aug 26 20:10:26.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4118 | 2024-08-26T20:10:27.647Z | [ recovery-image] Aug 26 20:10:26.138 INFO O| Aug 26 20:10:26.138 INFO STEP 73 (remove_files) COMPLETE |
4119 | 2024-08-26T20:10:27.649Z | [ recovery-image] Aug 26 20:10:26.138 INFO O| Aug 26 20:10:26.138 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4120 | 2024-08-26T20:10:27.657Z | [ recovery-image] Aug 26 20:10:26.148 INFO O| Aug 26 20:10:26.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4121 | 2024-08-26T20:10:27.659Z | [ recovery-image] Aug 26 20:10:26.148 INFO O| Aug 26 20:10:26.148 INFO STEP 74 (remove_files) COMPLETE |
4122 | 2024-08-26T20:10:27.659Z | [ recovery-image] Aug 26 20:10:26.148 INFO O| Aug 26 20:10:26.148 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4123 | 2024-08-26T20:10:27.667Z | [ recovery-image] Aug 26 20:10:26.158 INFO O| Aug 26 20:10:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4124 | 2024-08-26T20:10:27.667Z | [ recovery-image] Aug 26 20:10:26.158 INFO O| Aug 26 20:10:26.158 INFO STEP 75 (remove_files) COMPLETE |
4125 | 2024-08-26T20:10:27.670Z | [ recovery-image] Aug 26 20:10:26.158 INFO O| Aug 26 20:10:26.158 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4126 | 2024-08-26T20:10:27.677Z | [ recovery-image] Aug 26 20:10:26.168 INFO O| Aug 26 20:10:26.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4127 | 2024-08-26T20:10:27.677Z | [ recovery-image] Aug 26 20:10:26.168 INFO O| Aug 26 20:10:26.168 INFO STEP 76 (remove_files) COMPLETE |
4128 | 2024-08-26T20:10:27.680Z | [ recovery-image] Aug 26 20:10:26.168 INFO O| Aug 26 20:10:26.168 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4129 | 2024-08-26T20:10:27.687Z | [ recovery-image] Aug 26 20:10:26.178 INFO O| Aug 26 20:10:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4130 | 2024-08-26T20:10:27.688Z | [ recovery-image] Aug 26 20:10:26.178 INFO O| Aug 26 20:10:26.178 INFO STEP 77 (remove_files) COMPLETE |
4131 | 2024-08-26T20:10:27.690Z | [ recovery-image] Aug 26 20:10:26.178 INFO O| Aug 26 20:10:26.178 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4132 | 2024-08-26T20:10:27.697Z | [ recovery-image] Aug 26 20:10:26.188 INFO O| Aug 26 20:10:26.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4133 | 2024-08-26T20:10:27.697Z | [ recovery-image] Aug 26 20:10:26.188 INFO O| Aug 26 20:10:26.188 INFO STEP 78 (remove_files) COMPLETE |
4134 | 2024-08-26T20:10:27.697Z | [ recovery-image] Aug 26 20:10:26.188 INFO O| Aug 26 20:10:26.188 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4135 | 2024-08-26T20:10:27.707Z | [ recovery-image] Aug 26 20:10:26.198 INFO O| Aug 26 20:10:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4136 | 2024-08-26T20:10:27.707Z | [ recovery-image] Aug 26 20:10:26.198 INFO O| Aug 26 20:10:26.198 INFO STEP 79 (remove_files) COMPLETE |
4137 | 2024-08-26T20:10:27.709Z | [ recovery-image] Aug 26 20:10:26.198 INFO O| Aug 26 20:10:26.198 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4138 | 2024-08-26T20:10:27.717Z | [ recovery-image] Aug 26 20:10:26.208 INFO O| Aug 26 20:10:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4139 | 2024-08-26T20:10:27.719Z | [ recovery-image] Aug 26 20:10:26.208 INFO O| Aug 26 20:10:26.208 INFO STEP 80 (remove_files) COMPLETE |
4140 | 2024-08-26T20:10:27.719Z | [ recovery-image] Aug 26 20:10:26.208 INFO O| Aug 26 20:10:26.208 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4141 | 2024-08-26T20:10:27.728Z | [ recovery-image] Aug 26 20:10:26.218 INFO O| Aug 26 20:10:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4142 | 2024-08-26T20:10:27.728Z | [ recovery-image] Aug 26 20:10:26.218 INFO O| Aug 26 20:10:26.218 INFO STEP 81 (remove_files) COMPLETE |
4143 | 2024-08-26T20:10:27.730Z | [ recovery-image] Aug 26 20:10:26.218 INFO O| Aug 26 20:10:26.218 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4144 | 2024-08-26T20:10:27.738Z | [ recovery-image] Aug 26 20:10:26.228 INFO O| Aug 26 20:10:26.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4145 | 2024-08-26T20:10:27.738Z | [ recovery-image] Aug 26 20:10:26.228 INFO O| Aug 26 20:10:26.228 INFO STEP 82 (remove_files) COMPLETE |
4146 | 2024-08-26T20:10:27.738Z | [ recovery-image] Aug 26 20:10:26.228 INFO O| Aug 26 20:10:26.228 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4147 | 2024-08-26T20:10:27.747Z | [ recovery-image] Aug 26 20:10:26.238 INFO O| Aug 26 20:10:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4148 | 2024-08-26T20:10:27.747Z | [ recovery-image] Aug 26 20:10:26.238 INFO O| Aug 26 20:10:26.238 INFO STEP 83 (remove_files) COMPLETE |
4149 | 2024-08-26T20:10:27.749Z | [ recovery-image] Aug 26 20:10:26.238 INFO O| Aug 26 20:10:26.238 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4150 | 2024-08-26T20:10:27.759Z | [ recovery-image] Aug 26 20:10:26.250 INFO O| Aug 26 20:10:26.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4151 | 2024-08-26T20:10:27.759Z | [ recovery-image] Aug 26 20:10:26.250 INFO O| Aug 26 20:10:26.250 INFO STEP 84 (remove_files) COMPLETE |
4152 | 2024-08-26T20:10:27.762Z | [ recovery-image] Aug 26 20:10:26.250 INFO O| Aug 26 20:10:26.250 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4153 | 2024-08-26T20:10:27.771Z | [ recovery-image] Aug 26 20:10:26.262 INFO O| Aug 26 20:10:26.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4154 | 2024-08-26T20:10:27.771Z | [ recovery-image] Aug 26 20:10:26.262 INFO O| Aug 26 20:10:26.262 INFO STEP 85 (remove_files) COMPLETE |
4155 | 2024-08-26T20:10:27.773Z | [ recovery-image] Aug 26 20:10:26.262 INFO O| Aug 26 20:10:26.262 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4156 | 2024-08-26T20:10:27.782Z | [ recovery-image] Aug 26 20:10:26.273 INFO O| Aug 26 20:10:26.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4157 | 2024-08-26T20:10:27.782Z | [ recovery-image] Aug 26 20:10:26.273 INFO O| Aug 26 20:10:26.273 INFO STEP 86 (remove_files) COMPLETE |
4158 | 2024-08-26T20:10:27.784Z | [ recovery-image] Aug 26 20:10:26.273 INFO O| Aug 26 20:10:26.273 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4159 | 2024-08-26T20:10:27.793Z | [ recovery-image] Aug 26 20:10:26.283 INFO O| Aug 26 20:10:26.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4160 | 2024-08-26T20:10:27.795Z | [ recovery-image] Aug 26 20:10:26.284 INFO O| Aug 26 20:10:26.284 INFO STEP 87 (remove_files) COMPLETE |
4161 | 2024-08-26T20:10:27.795Z | [ recovery-image] Aug 26 20:10:26.284 INFO O| Aug 26 20:10:26.284 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4162 | 2024-08-26T20:10:27.804Z | [ recovery-image] Aug 26 20:10:26.295 INFO O| Aug 26 20:10:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4163 | 2024-08-26T20:10:27.804Z | [ recovery-image] Aug 26 20:10:26.295 INFO O| Aug 26 20:10:26.295 INFO STEP 88 (remove_files) COMPLETE |
4164 | 2024-08-26T20:10:27.809Z | [ recovery-image] Aug 26 20:10:26.295 INFO O| Aug 26 20:10:26.295 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4165 | 2024-08-26T20:10:27.815Z | [ recovery-image] Aug 26 20:10:26.306 INFO O| Aug 26 20:10:26.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4166 | 2024-08-26T20:10:27.815Z | [ recovery-image] Aug 26 20:10:26.306 INFO O| Aug 26 20:10:26.306 INFO STEP 89 (remove_files) COMPLETE |
4167 | 2024-08-26T20:10:27.815Z | [ recovery-image] Aug 26 20:10:26.306 INFO O| Aug 26 20:10:26.306 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4168 | 2024-08-26T20:10:27.827Z | [ recovery-image] Aug 26 20:10:26.317 INFO O| Aug 26 20:10:26.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4169 | 2024-08-26T20:10:27.827Z | [ recovery-image] Aug 26 20:10:26.317 INFO O| Aug 26 20:10:26.317 INFO STEP 90 (remove_files) COMPLETE |
4170 | 2024-08-26T20:10:27.827Z | [ recovery-image] Aug 26 20:10:26.317 INFO O| Aug 26 20:10:26.317 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4171 | 2024-08-26T20:10:27.837Z | [ recovery-image] Aug 26 20:10:26.328 INFO O| Aug 26 20:10:26.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4172 | 2024-08-26T20:10:27.837Z | [ recovery-image] Aug 26 20:10:26.328 INFO O| Aug 26 20:10:26.328 INFO STEP 91 (remove_files) COMPLETE |
4173 | 2024-08-26T20:10:27.839Z | [ recovery-image] Aug 26 20:10:26.328 INFO O| Aug 26 20:10:26.328 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4174 | 2024-08-26T20:10:27.848Z | [ recovery-image] Aug 26 20:10:26.339 INFO O| Aug 26 20:10:26.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4175 | 2024-08-26T20:10:27.848Z | [ recovery-image] Aug 26 20:10:26.339 INFO O| Aug 26 20:10:26.339 INFO STEP 92 (remove_files) COMPLETE |
4176 | 2024-08-26T20:10:27.848Z | [ recovery-image] Aug 26 20:10:26.339 INFO O| Aug 26 20:10:26.339 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4177 | 2024-08-26T20:10:27.858Z | [ recovery-image] Aug 26 20:10:26.349 INFO O| Aug 26 20:10:26.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4178 | 2024-08-26T20:10:27.858Z | [ recovery-image] Aug 26 20:10:26.349 INFO O| Aug 26 20:10:26.349 INFO STEP 93 (remove_files) COMPLETE |
4179 | 2024-08-26T20:10:27.860Z | [ recovery-image] Aug 26 20:10:26.349 INFO O| Aug 26 20:10:26.349 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4180 | 2024-08-26T20:10:27.870Z | [ recovery-image] Aug 26 20:10:26.359 INFO O| Aug 26 20:10:26.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4181 | 2024-08-26T20:10:27.872Z | [ recovery-image] Aug 26 20:10:26.359 INFO O| Aug 26 20:10:26.359 INFO STEP 94 (remove_files) COMPLETE |
4182 | 2024-08-26T20:10:27.872Z | [ recovery-image] Aug 26 20:10:26.359 INFO O| Aug 26 20:10:26.359 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4183 | 2024-08-26T20:10:27.880Z | [ recovery-image] Aug 26 20:10:26.371 INFO O| Aug 26 20:10:26.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4184 | 2024-08-26T20:10:27.880Z | [ recovery-image] Aug 26 20:10:26.371 INFO O| Aug 26 20:10:26.371 INFO STEP 95 (remove_files) COMPLETE |
4185 | 2024-08-26T20:10:27.881Z | [ recovery-image] Aug 26 20:10:26.371 INFO O| Aug 26 20:10:26.371 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4186 | 2024-08-26T20:10:27.892Z | [ recovery-image] Aug 26 20:10:26.383 INFO O| Aug 26 20:10:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4187 | 2024-08-26T20:10:27.892Z | [ recovery-image] Aug 26 20:10:26.383 INFO O| Aug 26 20:10:26.383 INFO STEP 96 (remove_files) COMPLETE |
4188 | 2024-08-26T20:10:27.892Z | [ recovery-image] Aug 26 20:10:26.383 INFO O| Aug 26 20:10:26.383 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4189 | 2024-08-26T20:10:27.902Z | [ recovery-image] Aug 26 20:10:26.393 INFO O| Aug 26 20:10:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4190 | 2024-08-26T20:10:27.902Z | [ recovery-image] Aug 26 20:10:26.393 INFO O| Aug 26 20:10:26.393 INFO STEP 97 (remove_files) COMPLETE |
4191 | 2024-08-26T20:10:27.902Z | [ recovery-image] Aug 26 20:10:26.393 INFO O| Aug 26 20:10:26.393 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4192 | 2024-08-26T20:10:27.913Z | [ recovery-image] Aug 26 20:10:26.403 INFO O| Aug 26 20:10:26.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4193 | 2024-08-26T20:10:27.913Z | [ recovery-image] Aug 26 20:10:26.404 INFO O| Aug 26 20:10:26.404 INFO STEP 98 (remove_files) COMPLETE |
4194 | 2024-08-26T20:10:27.915Z | [ recovery-image] Aug 26 20:10:26.404 INFO O| Aug 26 20:10:26.404 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4195 | 2024-08-26T20:10:27.923Z | [ recovery-image] Aug 26 20:10:26.414 INFO O| Aug 26 20:10:26.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4196 | 2024-08-26T20:10:27.923Z | [ recovery-image] Aug 26 20:10:26.414 INFO O| Aug 26 20:10:26.414 INFO STEP 99 (remove_files) COMPLETE |
4197 | 2024-08-26T20:10:27.926Z | [ recovery-image] Aug 26 20:10:26.414 INFO O| Aug 26 20:10:26.414 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4198 | 2024-08-26T20:10:27.935Z | [ recovery-image] Aug 26 20:10:26.425 INFO O| Aug 26 20:10:26.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4199 | 2024-08-26T20:10:27.937Z | [ recovery-image] Aug 26 20:10:26.426 INFO O| Aug 26 20:10:26.426 INFO STEP 100 (remove_files) COMPLETE |
4200 | 2024-08-26T20:10:27.937Z | [ recovery-image] Aug 26 20:10:26.426 INFO O| Aug 26 20:10:26.426 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4201 | 2024-08-26T20:10:27.947Z | [ recovery-image] Aug 26 20:10:26.437 INFO O| Aug 26 20:10:26.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4202 | 2024-08-26T20:10:27.947Z | [ recovery-image] Aug 26 20:10:26.438 INFO O| Aug 26 20:10:26.437 INFO STEP 101 (remove_files) COMPLETE |
4203 | 2024-08-26T20:10:27.949Z | [ recovery-image] Aug 26 20:10:26.438 INFO O| Aug 26 20:10:26.438 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4204 | 2024-08-26T20:10:27.958Z | [ recovery-image] Aug 26 20:10:26.449 INFO O| Aug 26 20:10:26.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4205 | 2024-08-26T20:10:27.961Z | [ recovery-image] Aug 26 20:10:26.449 INFO O| Aug 26 20:10:26.449 INFO STEP 102 (remove_files) COMPLETE |
4206 | 2024-08-26T20:10:27.961Z | [ recovery-image] Aug 26 20:10:26.449 INFO O| Aug 26 20:10:26.449 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4207 | 2024-08-26T20:10:27.971Z | [ recovery-image] Aug 26 20:10:26.461 INFO O| Aug 26 20:10:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4208 | 2024-08-26T20:10:27.973Z | [ recovery-image] Aug 26 20:10:26.462 INFO O| Aug 26 20:10:26.462 INFO STEP 103 (remove_files) COMPLETE |
4209 | 2024-08-26T20:10:27.973Z | [ recovery-image] Aug 26 20:10:26.462 INFO O| Aug 26 20:10:26.462 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-08-26T20:10:27.981Z | [ host-image] Aug 26 20:10:26.472 INFO O| Aug 26 20:10:26.472 INFO O| Planning: Solver setup ... Done |
4211 | 2024-08-26T20:10:27.984Z | [ recovery-image] Aug 26 20:10:26.473 INFO O| Aug 26 20:10:26.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4212 | 2024-08-26T20:10:27.984Z | [ recovery-image] Aug 26 20:10:26.473 INFO O| Aug 26 20:10:26.473 INFO STEP 104 (remove_files) COMPLETE |
4213 | 2024-08-26T20:10:27.984Z | [ recovery-image] Aug 26 20:10:26.473 INFO O| Aug 26 20:10:26.473 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-26T20:10:27.987Z | [ host-image] Aug 26 20:10:26.476 INFO O| Aug 26 20:10:26.476 INFO O| Planning: Running solver ... Done |
4215 | 2024-08-26T20:10:27.993Z | [ recovery-image] Aug 26 20:10:26.484 INFO O| Aug 26 20:10:26.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4216 | 2024-08-26T20:10:27.993Z | [ recovery-image] Aug 26 20:10:26.484 INFO O| Aug 26 20:10:26.484 INFO STEP 105 (remove_files) COMPLETE |
4217 | 2024-08-26T20:10:27.995Z | [ recovery-image] Aug 26 20:10:26.484 INFO O| Aug 26 20:10:26.484 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-08-26T20:10:28.004Z | [ recovery-image] Aug 26 20:10:26.495 INFO O| Aug 26 20:10:26.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4219 | 2024-08-26T20:10:28.004Z | [ recovery-image] Aug 26 20:10:26.495 INFO O| Aug 26 20:10:26.495 INFO STEP 106 (remove_files) COMPLETE |
4220 | 2024-08-26T20:10:28.006Z | [ recovery-image] Aug 26 20:10:26.495 INFO O| Aug 26 20:10:26.495 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-08-26T20:10:28.015Z | [ recovery-image] Aug 26 20:10:26.506 INFO O| Aug 26 20:10:26.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4222 | 2024-08-26T20:10:28.015Z | [ recovery-image] Aug 26 20:10:26.506 INFO O| Aug 26 20:10:26.506 INFO STEP 107 (remove_files) COMPLETE |
4223 | 2024-08-26T20:10:28.015Z | [ recovery-image] Aug 26 20:10:26.506 INFO O| Aug 26 20:10:26.506 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-08-26T20:10:28.025Z | [ recovery-image] Aug 26 20:10:26.516 INFO O| Aug 26 20:10:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4225 | 2024-08-26T20:10:28.028Z | [ recovery-image] Aug 26 20:10:26.516 INFO O| Aug 26 20:10:26.516 INFO STEP 108 (remove_files) COMPLETE |
4226 | 2024-08-26T20:10:28.028Z | [ recovery-image] Aug 26 20:10:26.516 INFO O| Aug 26 20:10:26.516 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-08-26T20:10:28.028Z | [ host-image] Aug 26 20:10:26.517 INFO O| Aug 26 20:10:26.517 INFO O| Planning: Finding local manifests ... Done |
4228 | 2024-08-26T20:10:28.028Z | [ host-image] Aug 26 20:10:26.518 INFO O| Aug 26 20:10:26.518 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4229 | 2024-08-26T20:10:28.037Z | [ recovery-image] Aug 26 20:10:26.528 INFO O| Aug 26 20:10:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4230 | 2024-08-26T20:10:28.037Z | [ recovery-image] Aug 26 20:10:26.528 INFO O| Aug 26 20:10:26.528 INFO STEP 109 (remove_files) COMPLETE |
4231 | 2024-08-26T20:10:28.039Z | [ recovery-image] Aug 26 20:10:26.528 INFO O| Aug 26 20:10:26.528 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-26T20:10:28.047Z | [ recovery-image] Aug 26 20:10:26.538 INFO O| Aug 26 20:10:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4233 | 2024-08-26T20:10:28.049Z | [ recovery-image] Aug 26 20:10:26.538 INFO O| Aug 26 20:10:26.538 INFO STEP 110 (remove_files) COMPLETE |
4234 | 2024-08-26T20:10:28.050Z | [ recovery-image] Aug 26 20:10:26.538 INFO O| Aug 26 20:10:26.538 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-26T20:10:28.058Z | [ recovery-image] Aug 26 20:10:26.549 INFO O| Aug 26 20:10:26.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4236 | 2024-08-26T20:10:28.061Z | [ recovery-image] Aug 26 20:10:26.549 INFO O| Aug 26 20:10:26.549 INFO STEP 111 (remove_files) COMPLETE |
4237 | 2024-08-26T20:10:28.061Z | [ recovery-image] Aug 26 20:10:26.549 INFO O| Aug 26 20:10:26.549 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-26T20:10:28.069Z | [ recovery-image] Aug 26 20:10:26.560 INFO O| Aug 26 20:10:26.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4239 | 2024-08-26T20:10:28.069Z | [ recovery-image] Aug 26 20:10:26.560 INFO O| Aug 26 20:10:26.560 INFO STEP 112 (remove_files) COMPLETE |
4240 | 2024-08-26T20:10:28.069Z | [ recovery-image] Aug 26 20:10:26.560 INFO O| Aug 26 20:10:26.560 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-26T20:10:28.079Z | [ recovery-image] Aug 26 20:10:26.570 INFO O| Aug 26 20:10:26.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4242 | 2024-08-26T20:10:28.079Z | [ recovery-image] Aug 26 20:10:26.570 INFO O| Aug 26 20:10:26.570 INFO STEP 113 (remove_files) COMPLETE |
4243 | 2024-08-26T20:10:28.082Z | [ recovery-image] Aug 26 20:10:26.570 INFO O| Aug 26 20:10:26.570 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-26T20:10:28.090Z | [ recovery-image] Aug 26 20:10:26.581 INFO O| Aug 26 20:10:26.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4245 | 2024-08-26T20:10:28.090Z | [ recovery-image] Aug 26 20:10:26.581 INFO O| Aug 26 20:10:26.581 INFO STEP 114 (remove_files) COMPLETE |
4246 | 2024-08-26T20:10:28.090Z | [ recovery-image] Aug 26 20:10:26.581 INFO O| Aug 26 20:10:26.581 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-26T20:10:28.100Z | [ recovery-image] Aug 26 20:10:26.591 INFO O| Aug 26 20:10:26.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4248 | 2024-08-26T20:10:28.100Z | [ recovery-image] Aug 26 20:10:26.591 INFO O| Aug 26 20:10:26.591 INFO STEP 115 (remove_files) COMPLETE |
4249 | 2024-08-26T20:10:28.102Z | [ recovery-image] Aug 26 20:10:26.591 INFO O| Aug 26 20:10:26.591 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-26T20:10:28.110Z | [ recovery-image] Aug 26 20:10:26.601 INFO O| Aug 26 20:10:26.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4251 | 2024-08-26T20:10:28.110Z | [ recovery-image] Aug 26 20:10:26.601 INFO O| Aug 26 20:10:26.601 INFO STEP 116 (remove_files) COMPLETE |
4252 | 2024-08-26T20:10:28.110Z | [ recovery-image] Aug 26 20:10:26.601 INFO O| Aug 26 20:10:26.601 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-26T20:10:28.120Z | [ recovery-image] Aug 26 20:10:26.611 INFO O| Aug 26 20:10:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4254 | 2024-08-26T20:10:28.120Z | [ recovery-image] Aug 26 20:10:26.611 INFO O| Aug 26 20:10:26.611 INFO STEP 117 (remove_files) COMPLETE |
4255 | 2024-08-26T20:10:28.123Z | [ recovery-image] Aug 26 20:10:26.611 INFO O| Aug 26 20:10:26.611 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-26T20:10:28.130Z | [ recovery-image] Aug 26 20:10:26.621 INFO O| Aug 26 20:10:26.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4257 | 2024-08-26T20:10:28.130Z | [ recovery-image] Aug 26 20:10:26.621 INFO O| Aug 26 20:10:26.621 INFO STEP 118 (remove_files) COMPLETE |
4258 | 2024-08-26T20:10:28.132Z | [ recovery-image] Aug 26 20:10:26.621 INFO O| Aug 26 20:10:26.621 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-26T20:10:28.141Z | [ recovery-image] Aug 26 20:10:26.631 INFO O| Aug 26 20:10:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4260 | 2024-08-26T20:10:28.141Z | [ recovery-image] Aug 26 20:10:26.631 INFO O| Aug 26 20:10:26.631 INFO STEP 119 (remove_files) COMPLETE |
4261 | 2024-08-26T20:10:28.144Z | [ recovery-image] Aug 26 20:10:26.631 INFO O| Aug 26 20:10:26.631 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-26T20:10:28.150Z | [ recovery-image] Aug 26 20:10:26.641 INFO O| Aug 26 20:10:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4263 | 2024-08-26T20:10:28.150Z | [ recovery-image] Aug 26 20:10:26.641 INFO O| Aug 26 20:10:26.641 INFO STEP 120 (remove_files) COMPLETE |
4264 | 2024-08-26T20:10:28.150Z | [ recovery-image] Aug 26 20:10:26.641 INFO O| Aug 26 20:10:26.641 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-26T20:10:28.159Z | [ recovery-image] Aug 26 20:10:26.650 INFO O| Aug 26 20:10:26.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4266 | 2024-08-26T20:10:28.161Z | [ recovery-image] Aug 26 20:10:26.650 INFO O| Aug 26 20:10:26.650 INFO STEP 121 (remove_files) COMPLETE |
4267 | 2024-08-26T20:10:28.161Z | [ recovery-image] Aug 26 20:10:26.650 INFO O| Aug 26 20:10:26.650 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-26T20:10:28.167Z | [ host-image] Aug 26 20:10:26.658 INFO O| Aug 26 20:10:26.658 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4269 | 2024-08-26T20:10:28.170Z | [ recovery-image] Aug 26 20:10:26.660 INFO O| Aug 26 20:10:26.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4270 | 2024-08-26T20:10:28.170Z | [ recovery-image] Aug 26 20:10:26.660 INFO O| Aug 26 20:10:26.660 INFO STEP 122 (remove_files) COMPLETE |
4271 | 2024-08-26T20:10:28.170Z | [ recovery-image] Aug 26 20:10:26.660 INFO O| Aug 26 20:10:26.660 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-08-26T20:10:28.179Z | [ recovery-image] Aug 26 20:10:26.670 INFO O| Aug 26 20:10:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4273 | 2024-08-26T20:10:28.179Z | [ recovery-image] Aug 26 20:10:26.670 INFO O| Aug 26 20:10:26.670 INFO STEP 123 (remove_files) COMPLETE |
4274 | 2024-08-26T20:10:28.181Z | [ recovery-image] Aug 26 20:10:26.670 INFO O| Aug 26 20:10:26.670 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-08-26T20:10:28.189Z | [ recovery-image] Aug 26 20:10:26.680 INFO O| Aug 26 20:10:26.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4276 | 2024-08-26T20:10:28.192Z | [ recovery-image] Aug 26 20:10:26.680 INFO O| Aug 26 20:10:26.680 INFO STEP 124 (remove_files) COMPLETE |
4277 | 2024-08-26T20:10:28.192Z | [ recovery-image] Aug 26 20:10:26.680 INFO O| Aug 26 20:10:26.680 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-08-26T20:10:28.201Z | [ recovery-image] Aug 26 20:10:26.690 INFO O| Aug 26 20:10:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4279 | 2024-08-26T20:10:28.201Z | [ recovery-image] Aug 26 20:10:26.690 INFO O| Aug 26 20:10:26.690 INFO STEP 125 (remove_files) COMPLETE |
4280 | 2024-08-26T20:10:28.201Z | [ recovery-image] Aug 26 20:10:26.690 INFO O| Aug 26 20:10:26.690 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-08-26T20:10:28.203Z | [ host-image] Aug 26 20:10:26.692 INFO O| Aug 26 20:10:26.692 INFO O| Planning: Package planning ... Done |
4282 | 2024-08-26T20:10:28.209Z | [ recovery-image] Aug 26 20:10:26.700 INFO O| Aug 26 20:10:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4283 | 2024-08-26T20:10:28.209Z | [ recovery-image] Aug 26 20:10:26.700 INFO O| Aug 26 20:10:26.700 INFO STEP 126 (remove_files) COMPLETE |
4284 | 2024-08-26T20:10:28.211Z | [ recovery-image] Aug 26 20:10:26.700 INFO O| Aug 26 20:10:26.700 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-08-26T20:10:28.219Z | [ recovery-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4286 | 2024-08-26T20:10:28.219Z | [ recovery-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO STEP 127 (remove_files) COMPLETE |
4287 | 2024-08-26T20:10:28.219Z | [ recovery-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-08-26T20:10:28.221Z | [ host-image] Aug 26 20:10:26.710 INFO O| Aug 26 20:10:26.710 INFO O| Planning: Merging actions ... Done |
4289 | 2024-08-26T20:10:28.230Z | [ recovery-image] Aug 26 20:10:26.720 INFO O| Aug 26 20:10:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4290 | 2024-08-26T20:10:28.230Z | [ recovery-image] Aug 26 20:10:26.720 INFO O| Aug 26 20:10:26.720 INFO STEP 128 (remove_files) COMPLETE |
4291 | 2024-08-26T20:10:28.232Z | [ recovery-image] Aug 26 20:10:26.720 INFO O| Aug 26 20:10:26.720 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-26T20:10:28.240Z | [ recovery-image] Aug 26 20:10:26.731 INFO O| Aug 26 20:10:26.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4293 | 2024-08-26T20:10:28.240Z | [ recovery-image] Aug 26 20:10:26.731 INFO O| Aug 26 20:10:26.731 INFO STEP 129 (remove_files) COMPLETE |
4294 | 2024-08-26T20:10:28.242Z | [ recovery-image] Aug 26 20:10:26.731 INFO O| Aug 26 20:10:26.731 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-26T20:10:28.250Z | [ recovery-image] Aug 26 20:10:26.741 INFO O| Aug 26 20:10:26.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4296 | 2024-08-26T20:10:28.253Z | [ recovery-image] Aug 26 20:10:26.741 INFO O| Aug 26 20:10:26.741 INFO STEP 130 (remove_files) COMPLETE |
4297 | 2024-08-26T20:10:28.253Z | [ recovery-image] Aug 26 20:10:26.741 INFO O| Aug 26 20:10:26.741 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-26T20:10:28.260Z | [ recovery-image] Aug 26 20:10:26.751 INFO O| Aug 26 20:10:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4299 | 2024-08-26T20:10:28.260Z | [ recovery-image] Aug 26 20:10:26.751 INFO O| Aug 26 20:10:26.751 INFO STEP 131 (remove_files) COMPLETE |
4300 | 2024-08-26T20:10:28.261Z | [ recovery-image] Aug 26 20:10:26.751 INFO O| Aug 26 20:10:26.751 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-26T20:10:28.271Z | [ recovery-image] Aug 26 20:10:26.762 INFO O| Aug 26 20:10:26.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4302 | 2024-08-26T20:10:28.272Z | [ recovery-image] Aug 26 20:10:26.762 INFO O| Aug 26 20:10:26.762 INFO STEP 132 (remove_files) COMPLETE |
4303 | 2024-08-26T20:10:28.274Z | [ recovery-image] Aug 26 20:10:26.762 INFO O| Aug 26 20:10:26.762 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-26T20:10:28.281Z | [ recovery-image] Aug 26 20:10:26.772 INFO O| Aug 26 20:10:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4305 | 2024-08-26T20:10:28.281Z | [ recovery-image] Aug 26 20:10:26.772 INFO O| Aug 26 20:10:26.772 INFO STEP 133 (remove_files) COMPLETE |
4306 | 2024-08-26T20:10:28.283Z | [ recovery-image] Aug 26 20:10:26.772 INFO O| Aug 26 20:10:26.772 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-26T20:10:28.291Z | [ recovery-image] Aug 26 20:10:26.781 INFO O| Aug 26 20:10:26.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4308 | 2024-08-26T20:10:28.291Z | [ recovery-image] Aug 26 20:10:26.782 INFO O| Aug 26 20:10:26.781 INFO STEP 134 (remove_files) COMPLETE |
4309 | 2024-08-26T20:10:28.293Z | [ recovery-image] Aug 26 20:10:26.782 INFO O| Aug 26 20:10:26.781 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-26T20:10:28.295Z | [ host-image] Aug 26 20:10:26.784 INFO O| Aug 26 20:10:26.784 INFO O| Planning: Checking for conflicting actions ... Done |
4311 | 2024-08-26T20:10:28.298Z | [ host-image] Aug 26 20:10:26.788 INFO O| Aug 26 20:10:26.788 INFO O| Planning: Consolidating action changes ... Done |
4312 | 2024-08-26T20:10:28.301Z | [ recovery-image] Aug 26 20:10:26.791 INFO O| Aug 26 20:10:26.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4313 | 2024-08-26T20:10:28.303Z | [ recovery-image] Aug 26 20:10:26.792 INFO O| Aug 26 20:10:26.792 INFO STEP 135 (remove_files) COMPLETE |
4314 | 2024-08-26T20:10:28.303Z | [ recovery-image] Aug 26 20:10:26.792 INFO O| Aug 26 20:10:26.792 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-08-26T20:10:28.311Z | [ recovery-image] Aug 26 20:10:26.801 INFO O| Aug 26 20:10:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4316 | 2024-08-26T20:10:28.311Z | [ recovery-image] Aug 26 20:10:26.802 INFO O| Aug 26 20:10:26.802 INFO STEP 136 (remove_files) COMPLETE |
4317 | 2024-08-26T20:10:28.311Z | [ recovery-image] Aug 26 20:10:26.802 INFO O| Aug 26 20:10:26.802 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-08-26T20:10:28.321Z | [ recovery-image] Aug 26 20:10:26.812 INFO O| Aug 26 20:10:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4319 | 2024-08-26T20:10:28.323Z | [ recovery-image] Aug 26 20:10:26.812 INFO O| Aug 26 20:10:26.812 INFO STEP 137 (remove_files) COMPLETE |
4320 | 2024-08-26T20:10:28.323Z | [ recovery-image] Aug 26 20:10:26.812 INFO O| Aug 26 20:10:26.812 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-08-26T20:10:28.331Z | [ recovery-image] Aug 26 20:10:26.822 INFO O| Aug 26 20:10:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4322 | 2024-08-26T20:10:28.333Z | [ recovery-image] Aug 26 20:10:26.822 INFO O| Aug 26 20:10:26.822 INFO STEP 138 (remove_files) COMPLETE |
4323 | 2024-08-26T20:10:28.333Z | [ recovery-image] Aug 26 20:10:26.822 INFO O| Aug 26 20:10:26.822 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-08-26T20:10:28.341Z | [ recovery-image] Aug 26 20:10:26.831 INFO O| Aug 26 20:10:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4325 | 2024-08-26T20:10:28.341Z | [ recovery-image] Aug 26 20:10:26.832 INFO O| Aug 26 20:10:26.831 INFO STEP 139 (remove_files) COMPLETE |
4326 | 2024-08-26T20:10:28.343Z | [ recovery-image] Aug 26 20:10:26.832 INFO O| Aug 26 20:10:26.832 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-08-26T20:10:28.350Z | [ recovery-image] Aug 26 20:10:26.841 INFO O| Aug 26 20:10:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4328 | 2024-08-26T20:10:28.350Z | [ recovery-image] Aug 26 20:10:26.841 INFO O| Aug 26 20:10:26.841 INFO STEP 140 (remove_files) COMPLETE |
4329 | 2024-08-26T20:10:28.353Z | [ recovery-image] Aug 26 20:10:26.841 INFO O| Aug 26 20:10:26.841 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-08-26T20:10:28.360Z | [ recovery-image] Aug 26 20:10:26.851 INFO O| Aug 26 20:10:26.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4331 | 2024-08-26T20:10:28.360Z | [ recovery-image] Aug 26 20:10:26.851 INFO O| Aug 26 20:10:26.851 INFO STEP 141 (remove_files) COMPLETE |
4332 | 2024-08-26T20:10:28.363Z | [ recovery-image] Aug 26 20:10:26.851 INFO O| Aug 26 20:10:26.851 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-08-26T20:10:28.370Z | [ recovery-image] Aug 26 20:10:26.861 INFO O| Aug 26 20:10:26.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4334 | 2024-08-26T20:10:28.370Z | [ recovery-image] Aug 26 20:10:26.861 INFO O| Aug 26 20:10:26.861 INFO STEP 142 (remove_files) COMPLETE |
4335 | 2024-08-26T20:10:28.372Z | [ recovery-image] Aug 26 20:10:26.861 INFO O| Aug 26 20:10:26.861 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-08-26T20:10:28.380Z | [ recovery-image] Aug 26 20:10:26.871 INFO O| Aug 26 20:10:26.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4337 | 2024-08-26T20:10:28.380Z | [ recovery-image] Aug 26 20:10:26.871 INFO O| Aug 26 20:10:26.871 INFO STEP 143 (remove_files) COMPLETE |
4338 | 2024-08-26T20:10:28.382Z | [ recovery-image] Aug 26 20:10:26.871 INFO O| Aug 26 20:10:26.871 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-08-26T20:10:28.390Z | [ recovery-image] Aug 26 20:10:26.881 INFO O| Aug 26 20:10:26.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4340 | 2024-08-26T20:10:28.390Z | [ recovery-image] Aug 26 20:10:26.881 INFO O| Aug 26 20:10:26.881 INFO STEP 144 (remove_files) COMPLETE |
4341 | 2024-08-26T20:10:28.393Z | [ recovery-image] Aug 26 20:10:26.881 INFO O| Aug 26 20:10:26.881 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-08-26T20:10:28.400Z | [ recovery-image] Aug 26 20:10:26.891 INFO O| Aug 26 20:10:26.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4343 | 2024-08-26T20:10:28.402Z | [ recovery-image] Aug 26 20:10:26.891 INFO O| Aug 26 20:10:26.891 INFO STEP 145 (remove_files) COMPLETE |
4344 | 2024-08-26T20:10:28.402Z | [ recovery-image] Aug 26 20:10:26.891 INFO O| Aug 26 20:10:26.891 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-08-26T20:10:28.410Z | [ recovery-image] Aug 26 20:10:26.901 INFO O| Aug 26 20:10:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4346 | 2024-08-26T20:10:28.410Z | [ recovery-image] Aug 26 20:10:26.901 INFO O| Aug 26 20:10:26.901 INFO STEP 146 (remove_files) COMPLETE |
4347 | 2024-08-26T20:10:28.413Z | [ recovery-image] Aug 26 20:10:26.901 INFO O| Aug 26 20:10:26.901 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-08-26T20:10:28.420Z | [ recovery-image] Aug 26 20:10:26.910 INFO O| Aug 26 20:10:26.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4349 | 2024-08-26T20:10:28.422Z | [ recovery-image] Aug 26 20:10:26.911 INFO O| Aug 26 20:10:26.910 INFO STEP 147 (remove_files) COMPLETE |
4350 | 2024-08-26T20:10:28.422Z | [ recovery-image] Aug 26 20:10:26.911 INFO O| Aug 26 20:10:26.910 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-08-26T20:10:28.429Z | [ recovery-image] Aug 26 20:10:26.920 INFO O| Aug 26 20:10:26.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4352 | 2024-08-26T20:10:28.432Z | [ recovery-image] Aug 26 20:10:26.920 INFO O| Aug 26 20:10:26.920 INFO STEP 148 (remove_files) COMPLETE |
4353 | 2024-08-26T20:10:28.432Z | [ recovery-image] Aug 26 20:10:26.920 INFO O| Aug 26 20:10:26.920 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-08-26T20:10:28.440Z | [ recovery-image] Aug 26 20:10:26.930 INFO O| Aug 26 20:10:26.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4355 | 2024-08-26T20:10:28.440Z | [ recovery-image] Aug 26 20:10:26.930 INFO O| Aug 26 20:10:26.930 INFO STEP 149 (remove_files) COMPLETE |
4356 | 2024-08-26T20:10:28.442Z | [ recovery-image] Aug 26 20:10:26.930 INFO O| Aug 26 20:10:26.930 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-08-26T20:10:28.449Z | [ recovery-image] Aug 26 20:10:26.940 INFO O| Aug 26 20:10:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4358 | 2024-08-26T20:10:28.452Z | [ recovery-image] Aug 26 20:10:26.941 INFO O| Aug 26 20:10:26.941 INFO STEP 150 (remove_files) COMPLETE |
4359 | 2024-08-26T20:10:28.452Z | [ recovery-image] Aug 26 20:10:26.941 INFO O| Aug 26 20:10:26.941 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-08-26T20:10:28.462Z | [ recovery-image] Aug 26 20:10:26.953 INFO O| Aug 26 20:10:26.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4361 | 2024-08-26T20:10:28.462Z | [ recovery-image] Aug 26 20:10:26.953 INFO O| Aug 26 20:10:26.953 INFO STEP 151 (remove_files) COMPLETE |
4362 | 2024-08-26T20:10:28.462Z | [ recovery-image] Aug 26 20:10:26.953 INFO O| Aug 26 20:10:26.953 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-08-26T20:10:28.472Z | [ recovery-image] Aug 26 20:10:26.963 INFO O| Aug 26 20:10:26.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4364 | 2024-08-26T20:10:28.475Z | [ recovery-image] Aug 26 20:10:26.963 INFO O| Aug 26 20:10:26.963 INFO STEP 152 (remove_files) COMPLETE |
4365 | 2024-08-26T20:10:28.475Z | [ recovery-image] Aug 26 20:10:26.963 INFO O| Aug 26 20:10:26.963 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-08-26T20:10:28.482Z | [ recovery-image] Aug 26 20:10:26.973 INFO O| Aug 26 20:10:26.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4367 | 2024-08-26T20:10:28.484Z | [ recovery-image] Aug 26 20:10:26.973 INFO O| Aug 26 20:10:26.973 INFO STEP 153 (remove_files) COMPLETE |
4368 | 2024-08-26T20:10:28.484Z | [ recovery-image] Aug 26 20:10:26.973 INFO O| Aug 26 20:10:26.973 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-08-26T20:10:28.484Z | [ host-image] Aug 26 20:10:26.974 INFO O| Aug 26 20:10:26.974 INFO O| Planning: Evaluating mediators ... Done |
4370 | 2024-08-26T20:10:28.489Z | [ host-image] Aug 26 20:10:26.980 INFO O| Aug 26 20:10:26.980 INFO O| Planning: Planning completed in 2.03 seconds |
4371 | 2024-08-26T20:10:28.506Z | [ host-image] Aug 26 20:10:26.982 INFO O| Aug 26 20:10:26.982 INFO O| Packages to install: 6 |
4372 | 2024-08-26T20:10:28.508Z | [ host-image] Aug 26 20:10:26.983 INFO O| Aug 26 20:10:26.982 INFO O| Mediators to change: 1 |
4373 | 2024-08-26T20:10:28.508Z | [ host-image] Aug 26 20:10:26.983 INFO O| Aug 26 20:10:26.983 INFO O| Services to change: 1 |
4374 | 2024-08-26T20:10:28.508Z | [ recovery-image] Aug 26 20:10:26.986 INFO O| Aug 26 20:10:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4375 | 2024-08-26T20:10:28.508Z | [ recovery-image] Aug 26 20:10:26.986 INFO O| Aug 26 20:10:26.986 INFO STEP 154 (remove_files) COMPLETE |
4376 | 2024-08-26T20:10:28.508Z | [ recovery-image] Aug 26 20:10:26.986 INFO O| Aug 26 20:10:26.986 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-08-26T20:10:28.508Z | [ host-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4378 | 2024-08-26T20:10:28.508Z | [ recovery-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4379 | 2024-08-26T20:10:28.509Z | [ recovery-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO STEP 155 (remove_files) COMPLETE |
4380 | 2024-08-26T20:10:28.509Z | [ recovery-image] Aug 26 20:10:26.996 INFO O| Aug 26 20:10:26.996 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-08-26T20:10:28.517Z | [ recovery-image] Aug 26 20:10:27.008 INFO O| Aug 26 20:10:27.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4382 | 2024-08-26T20:10:28.517Z | [ recovery-image] Aug 26 20:10:27.008 INFO O| Aug 26 20:10:27.008 INFO STEP 156 (remove_files) COMPLETE |
4383 | 2024-08-26T20:10:28.520Z | [ recovery-image] Aug 26 20:10:27.008 INFO O| Aug 26 20:10:27.008 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-08-26T20:10:28.528Z | [ recovery-image] Aug 26 20:10:27.019 INFO O| Aug 26 20:10:27.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4385 | 2024-08-26T20:10:28.530Z | [ recovery-image] Aug 26 20:10:27.019 INFO O| Aug 26 20:10:27.019 INFO STEP 157 (remove_files) COMPLETE |
4386 | 2024-08-26T20:10:28.530Z | [ recovery-image] Aug 26 20:10:27.019 INFO O| Aug 26 20:10:27.019 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-08-26T20:10:28.538Z | [ recovery-image] Aug 26 20:10:27.029 INFO O| Aug 26 20:10:27.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4388 | 2024-08-26T20:10:28.540Z | [ recovery-image] Aug 26 20:10:27.029 INFO O| Aug 26 20:10:27.029 INFO STEP 158 (remove_files) COMPLETE |
4389 | 2024-08-26T20:10:28.540Z | [ recovery-image] Aug 26 20:10:27.029 INFO O| Aug 26 20:10:27.029 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-08-26T20:10:28.549Z | [ recovery-image] Aug 26 20:10:27.040 INFO O| Aug 26 20:10:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4391 | 2024-08-26T20:10:28.551Z | [ recovery-image] Aug 26 20:10:27.040 INFO O| Aug 26 20:10:27.040 INFO STEP 159 (remove_files) COMPLETE |
4392 | 2024-08-26T20:10:28.551Z | [ recovery-image] Aug 26 20:10:27.040 INFO O| Aug 26 20:10:27.040 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-08-26T20:10:28.559Z | [ recovery-image] Aug 26 20:10:27.050 INFO O| Aug 26 20:10:27.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4394 | 2024-08-26T20:10:28.560Z | [ recovery-image] Aug 26 20:10:27.050 INFO O| Aug 26 20:10:27.050 INFO STEP 160 (remove_files) COMPLETE |
4395 | 2024-08-26T20:10:28.562Z | [ recovery-image] Aug 26 20:10:27.050 INFO O| Aug 26 20:10:27.050 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-08-26T20:10:28.571Z | [ recovery-image] Aug 26 20:10:27.062 INFO O| Aug 26 20:10:27.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4397 | 2024-08-26T20:10:28.571Z | [ recovery-image] Aug 26 20:10:27.062 INFO O| Aug 26 20:10:27.062 INFO STEP 161 (remove_files) COMPLETE |
4398 | 2024-08-26T20:10:28.573Z | [ recovery-image] Aug 26 20:10:27.062 INFO O| Aug 26 20:10:27.062 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-08-26T20:10:28.581Z | [ recovery-image] Aug 26 20:10:27.072 INFO O| Aug 26 20:10:27.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4400 | 2024-08-26T20:10:28.581Z | [ recovery-image] Aug 26 20:10:27.072 INFO O| Aug 26 20:10:27.072 INFO STEP 162 (remove_files) COMPLETE |
4401 | 2024-08-26T20:10:28.584Z | [ recovery-image] Aug 26 20:10:27.072 INFO O| Aug 26 20:10:27.072 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-08-26T20:10:28.592Z | [ recovery-image] Aug 26 20:10:27.083 INFO O| Aug 26 20:10:27.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4403 | 2024-08-26T20:10:28.593Z | [ recovery-image] Aug 26 20:10:27.083 INFO O| Aug 26 20:10:27.083 INFO STEP 163 (remove_files) COMPLETE |
4404 | 2024-08-26T20:10:28.595Z | [ recovery-image] Aug 26 20:10:27.083 INFO O| Aug 26 20:10:27.083 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-08-26T20:10:28.602Z | [ recovery-image] Aug 26 20:10:27.093 INFO O| Aug 26 20:10:27.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4406 | 2024-08-26T20:10:28.612Z | [ recovery-image] Aug 26 20:10:27.093 INFO O| Aug 26 20:10:27.093 INFO STEP 164 (remove_files) COMPLETE |
4407 | 2024-08-26T20:10:28.613Z | [ recovery-image] Aug 26 20:10:27.093 INFO O| Aug 26 20:10:27.093 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-08-26T20:10:28.615Z | [ recovery-image] Aug 26 20:10:27.104 INFO O| Aug 26 20:10:27.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4409 | 2024-08-26T20:10:28.615Z | [ recovery-image] Aug 26 20:10:27.104 INFO O| Aug 26 20:10:27.104 INFO STEP 165 (remove_files) COMPLETE |
4410 | 2024-08-26T20:10:28.615Z | [ recovery-image] Aug 26 20:10:27.104 INFO O| Aug 26 20:10:27.104 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-08-26T20:10:28.623Z | [ recovery-image] Aug 26 20:10:27.114 INFO O| Aug 26 20:10:27.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4412 | 2024-08-26T20:10:28.626Z | [ recovery-image] Aug 26 20:10:27.114 INFO O| Aug 26 20:10:27.114 INFO STEP 166 (remove_files) COMPLETE |
4413 | 2024-08-26T20:10:28.626Z | [ recovery-image] Aug 26 20:10:27.115 INFO O| Aug 26 20:10:27.114 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-08-26T20:10:28.634Z | [ recovery-image] Aug 26 20:10:27.125 INFO O| Aug 26 20:10:27.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4415 | 2024-08-26T20:10:28.634Z | [ recovery-image] Aug 26 20:10:27.125 INFO O| Aug 26 20:10:27.125 INFO STEP 167 (remove_files) COMPLETE |
4416 | 2024-08-26T20:10:28.636Z | [ recovery-image] Aug 26 20:10:27.125 INFO O| Aug 26 20:10:27.125 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-08-26T20:10:28.644Z | [ recovery-image] Aug 26 20:10:27.135 INFO O| Aug 26 20:10:27.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4418 | 2024-08-26T20:10:28.644Z | [ recovery-image] Aug 26 20:10:27.135 INFO O| Aug 26 20:10:27.135 INFO STEP 168 (remove_files) COMPLETE |
4419 | 2024-08-26T20:10:28.647Z | [ recovery-image] Aug 26 20:10:27.135 INFO O| Aug 26 20:10:27.135 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-08-26T20:10:28.654Z | [ recovery-image] Aug 26 20:10:27.144 INFO O| Aug 26 20:10:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4421 | 2024-08-26T20:10:28.656Z | [ recovery-image] Aug 26 20:10:27.145 INFO O| Aug 26 20:10:27.144 INFO STEP 169 (remove_files) COMPLETE |
4422 | 2024-08-26T20:10:28.656Z | [ recovery-image] Aug 26 20:10:27.145 INFO O| Aug 26 20:10:27.145 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-08-26T20:10:28.664Z | [ recovery-image] Aug 26 20:10:27.155 INFO O| Aug 26 20:10:27.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4424 | 2024-08-26T20:10:28.664Z | [ recovery-image] Aug 26 20:10:27.155 INFO O| Aug 26 20:10:27.155 INFO STEP 170 (remove_files) COMPLETE |
4425 | 2024-08-26T20:10:28.666Z | [ recovery-image] Aug 26 20:10:27.155 INFO O| Aug 26 20:10:27.155 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-08-26T20:10:28.674Z | [ recovery-image] Aug 26 20:10:27.165 INFO O| Aug 26 20:10:27.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4427 | 2024-08-26T20:10:28.674Z | [ recovery-image] Aug 26 20:10:27.165 INFO O| Aug 26 20:10:27.165 INFO STEP 171 (remove_files) COMPLETE |
4428 | 2024-08-26T20:10:28.674Z | [ recovery-image] Aug 26 20:10:27.165 INFO O| Aug 26 20:10:27.165 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-08-26T20:10:28.684Z | [ recovery-image] Aug 26 20:10:27.174 INFO O| Aug 26 20:10:27.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4430 | 2024-08-26T20:10:28.686Z | [ recovery-image] Aug 26 20:10:27.175 INFO O| Aug 26 20:10:27.175 INFO STEP 172 (remove_files) COMPLETE |
4431 | 2024-08-26T20:10:28.686Z | [ recovery-image] Aug 26 20:10:27.175 INFO O| Aug 26 20:10:27.175 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-08-26T20:10:28.693Z | [ recovery-image] Aug 26 20:10:27.184 INFO O| Aug 26 20:10:27.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4433 | 2024-08-26T20:10:28.696Z | [ recovery-image] Aug 26 20:10:27.184 INFO O| Aug 26 20:10:27.184 INFO STEP 173 (remove_files) COMPLETE |
4434 | 2024-08-26T20:10:28.696Z | [ recovery-image] Aug 26 20:10:27.184 INFO O| Aug 26 20:10:27.184 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-08-26T20:10:28.704Z | [ recovery-image] Aug 26 20:10:27.195 INFO O| Aug 26 20:10:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4436 | 2024-08-26T20:10:28.707Z | [ recovery-image] Aug 26 20:10:27.196 INFO O| Aug 26 20:10:27.196 INFO STEP 174 (remove_files) COMPLETE |
4437 | 2024-08-26T20:10:28.707Z | [ recovery-image] Aug 26 20:10:27.196 INFO O| Aug 26 20:10:27.196 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-08-26T20:10:28.715Z | [ recovery-image] Aug 26 20:10:27.206 INFO O| Aug 26 20:10:27.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4439 | 2024-08-26T20:10:28.715Z | [ recovery-image] Aug 26 20:10:27.206 INFO O| Aug 26 20:10:27.206 INFO STEP 175 (remove_files) COMPLETE |
4440 | 2024-08-26T20:10:28.717Z | [ recovery-image] Aug 26 20:10:27.206 INFO O| Aug 26 20:10:27.206 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-08-26T20:10:28.730Z | [ recovery-image] Aug 26 20:10:27.220 INFO O| Aug 26 20:10:27.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4442 | 2024-08-26T20:10:28.730Z | [ recovery-image] Aug 26 20:10:27.220 INFO O| Aug 26 20:10:27.220 INFO STEP 176 (remove_files) COMPLETE |
4443 | 2024-08-26T20:10:28.732Z | [ recovery-image] Aug 26 20:10:27.220 INFO O| Aug 26 20:10:27.220 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-08-26T20:10:28.740Z | [ recovery-image] Aug 26 20:10:27.231 INFO O| Aug 26 20:10:27.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4445 | 2024-08-26T20:10:28.740Z | [ recovery-image] Aug 26 20:10:27.231 INFO O| Aug 26 20:10:27.231 INFO STEP 177 (remove_files) COMPLETE |
4446 | 2024-08-26T20:10:28.740Z | [ recovery-image] Aug 26 20:10:27.231 INFO O| Aug 26 20:10:27.231 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-08-26T20:10:28.750Z | [ recovery-image] Aug 26 20:10:27.241 INFO O| Aug 26 20:10:27.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4448 | 2024-08-26T20:10:28.750Z | [ recovery-image] Aug 26 20:10:27.241 INFO O| Aug 26 20:10:27.241 INFO STEP 178 (remove_files) COMPLETE |
4449 | 2024-08-26T20:10:28.753Z | [ recovery-image] Aug 26 20:10:27.241 INFO O| Aug 26 20:10:27.241 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-08-26T20:10:28.760Z | [ recovery-image] Aug 26 20:10:27.250 INFO O| Aug 26 20:10:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4451 | 2024-08-26T20:10:28.760Z | [ recovery-image] Aug 26 20:10:27.251 INFO O| Aug 26 20:10:27.250 INFO STEP 179 (remove_files) COMPLETE |
4452 | 2024-08-26T20:10:28.762Z | [ recovery-image] Aug 26 20:10:27.251 INFO O| Aug 26 20:10:27.250 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-08-26T20:10:28.769Z | [ recovery-image] Aug 26 20:10:27.260 INFO O| Aug 26 20:10:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4454 | 2024-08-26T20:10:28.769Z | [ recovery-image] Aug 26 20:10:27.260 INFO O| Aug 26 20:10:27.260 INFO STEP 180 (remove_files) COMPLETE |
4455 | 2024-08-26T20:10:28.772Z | [ recovery-image] Aug 26 20:10:27.260 INFO O| Aug 26 20:10:27.260 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-08-26T20:10:28.779Z | [ recovery-image] Aug 26 20:10:27.270 INFO O| Aug 26 20:10:27.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4457 | 2024-08-26T20:10:28.779Z | [ recovery-image] Aug 26 20:10:27.270 INFO O| Aug 26 20:10:27.270 INFO STEP 181 (remove_files) COMPLETE |
4458 | 2024-08-26T20:10:28.782Z | [ recovery-image] Aug 26 20:10:27.270 INFO O| Aug 26 20:10:27.270 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-08-26T20:10:28.789Z | [ recovery-image] Aug 26 20:10:27.280 INFO O| Aug 26 20:10:27.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4460 | 2024-08-26T20:10:28.789Z | [ recovery-image] Aug 26 20:10:27.280 INFO O| Aug 26 20:10:27.280 INFO STEP 182 (remove_files) COMPLETE |
4461 | 2024-08-26T20:10:28.791Z | [ recovery-image] Aug 26 20:10:27.280 INFO O| Aug 26 20:10:27.280 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-08-26T20:10:28.798Z | [ recovery-image] Aug 26 20:10:27.289 INFO O| Aug 26 20:10:27.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4463 | 2024-08-26T20:10:28.801Z | [ recovery-image] Aug 26 20:10:27.290 INFO O| Aug 26 20:10:27.290 INFO STEP 183 (remove_files) COMPLETE |
4464 | 2024-08-26T20:10:28.801Z | [ recovery-image] Aug 26 20:10:27.290 INFO O| Aug 26 20:10:27.290 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-08-26T20:10:28.812Z | [ recovery-image] Aug 26 20:10:27.300 INFO O| Aug 26 20:10:27.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4466 | 2024-08-26T20:10:28.812Z | [ recovery-image] Aug 26 20:10:27.300 INFO O| Aug 26 20:10:27.300 INFO STEP 184 (remove_files) COMPLETE |
4467 | 2024-08-26T20:10:28.814Z | [ recovery-image] Aug 26 20:10:27.300 INFO O| Aug 26 20:10:27.300 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-08-26T20:10:28.819Z | [ recovery-image] Aug 26 20:10:27.310 INFO O| Aug 26 20:10:27.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4469 | 2024-08-26T20:10:28.819Z | [ recovery-image] Aug 26 20:10:27.310 INFO O| Aug 26 20:10:27.310 INFO STEP 185 (remove_files) COMPLETE |
4470 | 2024-08-26T20:10:28.819Z | [ recovery-image] Aug 26 20:10:27.310 INFO O| Aug 26 20:10:27.310 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-08-26T20:10:28.829Z | [ recovery-image] Aug 26 20:10:27.320 INFO O| Aug 26 20:10:27.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4472 | 2024-08-26T20:10:28.829Z | [ recovery-image] Aug 26 20:10:27.320 INFO O| Aug 26 20:10:27.320 INFO STEP 186 (remove_files) COMPLETE |
4473 | 2024-08-26T20:10:28.831Z | [ recovery-image] Aug 26 20:10:27.320 INFO O| Aug 26 20:10:27.320 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-08-26T20:10:28.839Z | [ recovery-image] Aug 26 20:10:27.329 INFO O| Aug 26 20:10:27.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4475 | 2024-08-26T20:10:28.841Z | [ recovery-image] Aug 26 20:10:27.330 INFO O| Aug 26 20:10:27.329 INFO STEP 187 (remove_files) COMPLETE |
4476 | 2024-08-26T20:10:28.841Z | [ recovery-image] Aug 26 20:10:27.330 INFO O| Aug 26 20:10:27.329 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-08-26T20:10:28.848Z | [ recovery-image] Aug 26 20:10:27.339 INFO O| Aug 26 20:10:27.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4478 | 2024-08-26T20:10:28.848Z | [ recovery-image] Aug 26 20:10:27.339 INFO O| Aug 26 20:10:27.339 INFO STEP 188 (remove_files) COMPLETE |
4479 | 2024-08-26T20:10:28.851Z | [ recovery-image] Aug 26 20:10:27.339 INFO O| Aug 26 20:10:27.339 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-08-26T20:10:28.858Z | [ recovery-image] Aug 26 20:10:27.349 INFO O| Aug 26 20:10:27.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4481 | 2024-08-26T20:10:28.858Z | [ recovery-image] Aug 26 20:10:27.349 INFO O| Aug 26 20:10:27.349 INFO STEP 189 (remove_files) COMPLETE |
4482 | 2024-08-26T20:10:28.860Z | [ recovery-image] Aug 26 20:10:27.349 INFO O| Aug 26 20:10:27.349 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-08-26T20:10:28.868Z | [ recovery-image] Aug 26 20:10:27.359 INFO O| Aug 26 20:10:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4484 | 2024-08-26T20:10:28.868Z | [ recovery-image] Aug 26 20:10:27.359 INFO O| Aug 26 20:10:27.359 INFO STEP 190 (remove_files) COMPLETE |
4485 | 2024-08-26T20:10:28.870Z | [ recovery-image] Aug 26 20:10:27.359 INFO O| Aug 26 20:10:27.359 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-08-26T20:10:28.878Z | [ recovery-image] Aug 26 20:10:27.368 INFO O| Aug 26 20:10:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4487 | 2024-08-26T20:10:28.878Z | [ recovery-image] Aug 26 20:10:27.368 INFO O| Aug 26 20:10:27.368 INFO STEP 191 (remove_files) COMPLETE |
4488 | 2024-08-26T20:10:28.880Z | [ recovery-image] Aug 26 20:10:27.368 INFO O| Aug 26 20:10:27.368 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-08-26T20:10:28.887Z | [ recovery-image] Aug 26 20:10:27.378 INFO O| Aug 26 20:10:27.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4490 | 2024-08-26T20:10:28.891Z | [ recovery-image] Aug 26 20:10:27.378 INFO O| Aug 26 20:10:27.378 INFO STEP 192 (remove_files) COMPLETE |
4491 | 2024-08-26T20:10:28.891Z | [ recovery-image] Aug 26 20:10:27.378 INFO O| Aug 26 20:10:27.378 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-08-26T20:10:28.897Z | [ recovery-image] Aug 26 20:10:27.388 INFO O| Aug 26 20:10:27.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4493 | 2024-08-26T20:10:28.897Z | [ recovery-image] Aug 26 20:10:27.388 INFO O| Aug 26 20:10:27.388 INFO STEP 193 (remove_files) COMPLETE |
4494 | 2024-08-26T20:10:28.899Z | [ recovery-image] Aug 26 20:10:27.388 INFO O| Aug 26 20:10:27.388 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-08-26T20:10:28.907Z | [ recovery-image] Aug 26 20:10:27.397 INFO O| Aug 26 20:10:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4496 | 2024-08-26T20:10:28.907Z | [ recovery-image] Aug 26 20:10:27.397 INFO O| Aug 26 20:10:27.397 INFO STEP 194 (remove_files) COMPLETE |
4497 | 2024-08-26T20:10:28.909Z | [ recovery-image] Aug 26 20:10:27.397 INFO O| Aug 26 20:10:27.397 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-08-26T20:10:28.916Z | [ recovery-image] Aug 26 20:10:27.407 INFO O| Aug 26 20:10:27.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4499 | 2024-08-26T20:10:28.916Z | [ recovery-image] Aug 26 20:10:27.407 INFO O| Aug 26 20:10:27.407 INFO STEP 195 (remove_files) COMPLETE |
4500 | 2024-08-26T20:10:28.916Z | [ recovery-image] Aug 26 20:10:27.407 INFO O| Aug 26 20:10:27.407 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-08-26T20:10:28.926Z | [ recovery-image] Aug 26 20:10:27.417 INFO O| Aug 26 20:10:27.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4502 | 2024-08-26T20:10:28.926Z | [ recovery-image] Aug 26 20:10:27.417 INFO O| Aug 26 20:10:27.417 INFO STEP 196 (remove_files) COMPLETE |
4503 | 2024-08-26T20:10:28.928Z | [ recovery-image] Aug 26 20:10:27.417 INFO O| Aug 26 20:10:27.417 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-08-26T20:10:28.935Z | [ recovery-image] Aug 26 20:10:27.426 INFO O| Aug 26 20:10:27.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4505 | 2024-08-26T20:10:28.935Z | [ recovery-image] Aug 26 20:10:27.426 INFO O| Aug 26 20:10:27.426 INFO STEP 197 (remove_files) COMPLETE |
4506 | 2024-08-26T20:10:28.938Z | [ recovery-image] Aug 26 20:10:27.426 INFO O| Aug 26 20:10:27.426 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-08-26T20:10:28.946Z | [ recovery-image] Aug 26 20:10:27.437 INFO O| Aug 26 20:10:27.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4508 | 2024-08-26T20:10:28.949Z | [ recovery-image] Aug 26 20:10:27.437 INFO O| Aug 26 20:10:27.437 INFO STEP 198 (remove_files) COMPLETE |
4509 | 2024-08-26T20:10:28.949Z | [ recovery-image] Aug 26 20:10:27.437 INFO O| Aug 26 20:10:27.437 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-08-26T20:10:28.956Z | [ recovery-image] Aug 26 20:10:27.447 INFO O| Aug 26 20:10:27.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4511 | 2024-08-26T20:10:28.956Z | [ recovery-image] Aug 26 20:10:27.447 INFO O| Aug 26 20:10:27.447 INFO STEP 199 (remove_files) COMPLETE |
4512 | 2024-08-26T20:10:28.956Z | [ recovery-image] Aug 26 20:10:27.447 INFO O| Aug 26 20:10:27.447 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-08-26T20:10:28.966Z | [ recovery-image] Aug 26 20:10:27.457 INFO O| Aug 26 20:10:27.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4514 | 2024-08-26T20:10:28.966Z | [ recovery-image] Aug 26 20:10:27.457 INFO O| Aug 26 20:10:27.457 INFO STEP 200 (remove_files) COMPLETE |
4515 | 2024-08-26T20:10:28.969Z | [ recovery-image] Aug 26 20:10:27.457 INFO O| Aug 26 20:10:27.457 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-08-26T20:10:28.975Z | [ recovery-image] Aug 26 20:10:27.466 INFO O| Aug 26 20:10:27.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4517 | 2024-08-26T20:10:28.976Z | [ recovery-image] Aug 26 20:10:27.466 INFO O| Aug 26 20:10:27.466 INFO STEP 201 (remove_files) COMPLETE |
4518 | 2024-08-26T20:10:28.978Z | [ recovery-image] Aug 26 20:10:27.467 INFO O| Aug 26 20:10:27.466 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-08-26T20:10:28.985Z | [ recovery-image] Aug 26 20:10:27.476 INFO O| Aug 26 20:10:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4520 | 2024-08-26T20:10:28.988Z | [ recovery-image] Aug 26 20:10:27.476 INFO O| Aug 26 20:10:27.476 INFO STEP 202 (remove_files) COMPLETE |
4521 | 2024-08-26T20:10:28.988Z | [ recovery-image] Aug 26 20:10:27.476 INFO O| Aug 26 20:10:27.476 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-08-26T20:10:28.995Z | [ recovery-image] Aug 26 20:10:27.485 INFO O| Aug 26 20:10:27.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4523 | 2024-08-26T20:10:28.997Z | [ recovery-image] Aug 26 20:10:27.486 INFO O| Aug 26 20:10:27.486 INFO STEP 203 (remove_files) COMPLETE |
4524 | 2024-08-26T20:10:28.997Z | [ recovery-image] Aug 26 20:10:27.486 INFO O| Aug 26 20:10:27.486 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-08-26T20:10:29.004Z | [ recovery-image] Aug 26 20:10:27.495 INFO O| Aug 26 20:10:27.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4526 | 2024-08-26T20:10:29.007Z | [ recovery-image] Aug 26 20:10:27.495 INFO O| Aug 26 20:10:27.495 INFO STEP 204 (remove_files) COMPLETE |
4527 | 2024-08-26T20:10:29.007Z | [ recovery-image] Aug 26 20:10:27.495 INFO O| Aug 26 20:10:27.495 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-08-26T20:10:29.014Z | [ recovery-image] Aug 26 20:10:27.504 INFO O| Aug 26 20:10:27.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4529 | 2024-08-26T20:10:29.014Z | [ recovery-image] Aug 26 20:10:27.505 INFO O| Aug 26 20:10:27.504 INFO STEP 205 (remove_files) COMPLETE |
4530 | 2024-08-26T20:10:29.016Z | [ recovery-image] Aug 26 20:10:27.505 INFO O| Aug 26 20:10:27.505 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-08-26T20:10:29.024Z | [ recovery-image] Aug 26 20:10:27.515 INFO O| Aug 26 20:10:27.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4532 | 2024-08-26T20:10:29.024Z | [ recovery-image] Aug 26 20:10:27.515 INFO O| Aug 26 20:10:27.515 INFO STEP 206 (remove_files) COMPLETE |
4533 | 2024-08-26T20:10:29.027Z | [ recovery-image] Aug 26 20:10:27.515 INFO O| Aug 26 20:10:27.515 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-08-26T20:10:29.036Z | [ recovery-image] Aug 26 20:10:27.527 INFO O| Aug 26 20:10:27.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4535 | 2024-08-26T20:10:29.038Z | [ recovery-image] Aug 26 20:10:27.527 INFO O| Aug 26 20:10:27.527 INFO STEP 207 (remove_files) COMPLETE |
4536 | 2024-08-26T20:10:29.039Z | [ recovery-image] Aug 26 20:10:27.527 INFO O| Aug 26 20:10:27.527 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-08-26T20:10:29.048Z | [ recovery-image] Aug 26 20:10:27.539 INFO O| Aug 26 20:10:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4538 | 2024-08-26T20:10:29.048Z | [ recovery-image] Aug 26 20:10:27.539 INFO O| Aug 26 20:10:27.539 INFO STEP 208 (remove_files) COMPLETE |
4539 | 2024-08-26T20:10:29.050Z | [ recovery-image] Aug 26 20:10:27.539 INFO O| Aug 26 20:10:27.539 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-08-26T20:10:29.058Z | [ recovery-image] Aug 26 20:10:27.549 INFO O| Aug 26 20:10:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4541 | 2024-08-26T20:10:29.061Z | [ recovery-image] Aug 26 20:10:27.550 INFO O| Aug 26 20:10:27.550 INFO STEP 209 (remove_files) COMPLETE |
4542 | 2024-08-26T20:10:29.061Z | [ recovery-image] Aug 26 20:10:27.550 INFO O| Aug 26 20:10:27.550 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-08-26T20:10:29.069Z | [ recovery-image] Aug 26 20:10:27.560 INFO O| Aug 26 20:10:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4544 | 2024-08-26T20:10:29.071Z | [ recovery-image] Aug 26 20:10:27.560 INFO O| Aug 26 20:10:27.560 INFO STEP 210 (remove_files) COMPLETE |
4545 | 2024-08-26T20:10:29.071Z | [ recovery-image] Aug 26 20:10:27.560 INFO O| Aug 26 20:10:27.560 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-08-26T20:10:29.080Z | [ recovery-image] Aug 26 20:10:27.571 INFO O| Aug 26 20:10:27.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4547 | 2024-08-26T20:10:29.080Z | [ recovery-image] Aug 26 20:10:27.571 INFO O| Aug 26 20:10:27.571 INFO STEP 211 (remove_files) COMPLETE |
4548 | 2024-08-26T20:10:29.082Z | [ recovery-image] Aug 26 20:10:27.571 INFO O| Aug 26 20:10:27.571 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-08-26T20:10:29.090Z | [ recovery-image] Aug 26 20:10:27.581 INFO O| Aug 26 20:10:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4550 | 2024-08-26T20:10:29.092Z | [ recovery-image] Aug 26 20:10:27.581 INFO O| Aug 26 20:10:27.581 INFO STEP 212 (remove_files) COMPLETE |
4551 | 2024-08-26T20:10:29.092Z | [ recovery-image] Aug 26 20:10:27.581 INFO O| Aug 26 20:10:27.581 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-08-26T20:10:29.099Z | [ recovery-image] Aug 26 20:10:27.590 INFO O| Aug 26 20:10:27.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4553 | 2024-08-26T20:10:29.099Z | [ recovery-image] Aug 26 20:10:27.590 INFO O| Aug 26 20:10:27.590 INFO STEP 213 (remove_files) COMPLETE |
4554 | 2024-08-26T20:10:29.102Z | [ recovery-image] Aug 26 20:10:27.590 INFO O| Aug 26 20:10:27.590 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-08-26T20:10:29.110Z | [ recovery-image] Aug 26 20:10:27.601 INFO O| Aug 26 20:10:27.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4556 | 2024-08-26T20:10:29.112Z | [ recovery-image] Aug 26 20:10:27.601 INFO O| Aug 26 20:10:27.601 INFO STEP 214 (remove_files) COMPLETE |
4557 | 2024-08-26T20:10:29.112Z | [ recovery-image] Aug 26 20:10:27.601 INFO O| Aug 26 20:10:27.601 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-08-26T20:10:29.121Z | [ recovery-image] Aug 26 20:10:27.611 INFO O| Aug 26 20:10:27.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4559 | 2024-08-26T20:10:29.121Z | [ recovery-image] Aug 26 20:10:27.612 INFO O| Aug 26 20:10:27.611 INFO STEP 215 (remove_files) COMPLETE |
4560 | 2024-08-26T20:10:29.123Z | [ recovery-image] Aug 26 20:10:27.612 INFO O| Aug 26 20:10:27.611 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-08-26T20:10:29.131Z | [ recovery-image] Aug 26 20:10:27.622 INFO O| Aug 26 20:10:27.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4562 | 2024-08-26T20:10:29.131Z | [ recovery-image] Aug 26 20:10:27.622 INFO O| Aug 26 20:10:27.622 INFO STEP 216 (remove_files) COMPLETE |
4563 | 2024-08-26T20:10:29.131Z | [ recovery-image] Aug 26 20:10:27.622 INFO O| Aug 26 20:10:27.622 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-08-26T20:10:29.141Z | [ recovery-image] Aug 26 20:10:27.632 INFO O| Aug 26 20:10:27.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4565 | 2024-08-26T20:10:29.142Z | [ recovery-image] Aug 26 20:10:27.632 INFO O| Aug 26 20:10:27.632 INFO STEP 217 (remove_files) COMPLETE |
4566 | 2024-08-26T20:10:29.144Z | [ recovery-image] Aug 26 20:10:27.632 INFO O| Aug 26 20:10:27.632 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-08-26T20:10:29.151Z | [ recovery-image] Aug 26 20:10:27.642 INFO O| Aug 26 20:10:27.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4568 | 2024-08-26T20:10:29.154Z | [ recovery-image] Aug 26 20:10:27.642 INFO O| Aug 26 20:10:27.642 INFO STEP 218 (remove_files) COMPLETE |
4569 | 2024-08-26T20:10:29.154Z | [ recovery-image] Aug 26 20:10:27.642 INFO O| Aug 26 20:10:27.642 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-08-26T20:10:29.161Z | [ recovery-image] Aug 26 20:10:27.652 INFO O| Aug 26 20:10:27.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4571 | 2024-08-26T20:10:29.161Z | [ recovery-image] Aug 26 20:10:27.652 INFO O| Aug 26 20:10:27.652 INFO STEP 219 (remove_files) COMPLETE |
4572 | 2024-08-26T20:10:29.161Z | [ recovery-image] Aug 26 20:10:27.652 INFO O| Aug 26 20:10:27.652 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-08-26T20:10:29.171Z | [ recovery-image] Aug 26 20:10:27.662 INFO O| Aug 26 20:10:27.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4574 | 2024-08-26T20:10:29.171Z | [ recovery-image] Aug 26 20:10:27.662 INFO O| Aug 26 20:10:27.662 INFO STEP 220 (remove_files) COMPLETE |
4575 | 2024-08-26T20:10:29.173Z | [ recovery-image] Aug 26 20:10:27.662 INFO O| Aug 26 20:10:27.662 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-08-26T20:10:29.181Z | [ recovery-image] Aug 26 20:10:27.671 INFO O| Aug 26 20:10:27.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4577 | 2024-08-26T20:10:29.183Z | [ recovery-image] Aug 26 20:10:27.671 INFO O| Aug 26 20:10:27.671 INFO STEP 221 (remove_files) COMPLETE |
4578 | 2024-08-26T20:10:29.183Z | [ recovery-image] Aug 26 20:10:27.671 INFO O| Aug 26 20:10:27.671 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-08-26T20:10:29.190Z | [ recovery-image] Aug 26 20:10:27.681 INFO O| Aug 26 20:10:27.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4580 | 2024-08-26T20:10:29.190Z | [ recovery-image] Aug 26 20:10:27.681 INFO O| Aug 26 20:10:27.681 INFO STEP 222 (remove_files) COMPLETE |
4581 | 2024-08-26T20:10:29.193Z | [ recovery-image] Aug 26 20:10:27.681 INFO O| Aug 26 20:10:27.681 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-08-26T20:10:29.200Z | [ recovery-image] Aug 26 20:10:27.691 INFO O| Aug 26 20:10:27.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4583 | 2024-08-26T20:10:29.200Z | [ recovery-image] Aug 26 20:10:27.691 INFO O| Aug 26 20:10:27.691 INFO STEP 223 (remove_files) COMPLETE |
4584 | 2024-08-26T20:10:29.200Z | [ recovery-image] Aug 26 20:10:27.691 INFO O| Aug 26 20:10:27.691 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-08-26T20:10:29.210Z | [ recovery-image] Aug 26 20:10:27.700 INFO O| Aug 26 20:10:27.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4586 | 2024-08-26T20:10:29.210Z | [ recovery-image] Aug 26 20:10:27.701 INFO O| Aug 26 20:10:27.700 INFO STEP 224 (remove_files) COMPLETE |
4587 | 2024-08-26T20:10:29.210Z | [ recovery-image] Aug 26 20:10:27.701 INFO O| Aug 26 20:10:27.700 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-08-26T20:10:29.219Z | [ recovery-image] Aug 26 20:10:27.710 INFO O| Aug 26 20:10:27.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4589 | 2024-08-26T20:10:29.222Z | [ recovery-image] Aug 26 20:10:27.710 INFO O| Aug 26 20:10:27.710 INFO STEP 225 (remove_files) COMPLETE |
4590 | 2024-08-26T20:10:29.222Z | [ recovery-image] Aug 26 20:10:27.710 INFO O| Aug 26 20:10:27.710 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-08-26T20:10:29.229Z | [ recovery-image] Aug 26 20:10:27.720 INFO O| Aug 26 20:10:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4592 | 2024-08-26T20:10:29.229Z | [ recovery-image] Aug 26 20:10:27.720 INFO O| Aug 26 20:10:27.720 INFO STEP 226 (remove_files) COMPLETE |
4593 | 2024-08-26T20:10:29.229Z | [ recovery-image] Aug 26 20:10:27.720 INFO O| Aug 26 20:10:27.720 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-08-26T20:10:29.239Z | [ recovery-image] Aug 26 20:10:27.729 INFO O| Aug 26 20:10:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4595 | 2024-08-26T20:10:29.239Z | [ recovery-image] Aug 26 20:10:27.729 INFO O| Aug 26 20:10:27.729 INFO STEP 227 (remove_files) COMPLETE |
4596 | 2024-08-26T20:10:29.239Z | [ recovery-image] Aug 26 20:10:27.729 INFO O| Aug 26 20:10:27.729 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-08-26T20:10:29.248Z | [ recovery-image] Aug 26 20:10:27.739 INFO O| Aug 26 20:10:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4598 | 2024-08-26T20:10:29.248Z | [ recovery-image] Aug 26 20:10:27.739 INFO O| Aug 26 20:10:27.739 INFO STEP 228 (remove_files) COMPLETE |
4599 | 2024-08-26T20:10:29.248Z | [ recovery-image] Aug 26 20:10:27.739 INFO O| Aug 26 20:10:27.739 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-08-26T20:10:29.258Z | [ recovery-image] Aug 26 20:10:27.749 INFO O| Aug 26 20:10:27.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4601 | 2024-08-26T20:10:29.258Z | [ recovery-image] Aug 26 20:10:27.749 INFO O| Aug 26 20:10:27.749 INFO STEP 229 (remove_files) COMPLETE |
4602 | 2024-08-26T20:10:29.260Z | [ recovery-image] Aug 26 20:10:27.749 INFO O| Aug 26 20:10:27.749 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-08-26T20:10:29.267Z | [ recovery-image] Aug 26 20:10:27.758 INFO O| Aug 26 20:10:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4604 | 2024-08-26T20:10:29.267Z | [ recovery-image] Aug 26 20:10:27.758 INFO O| Aug 26 20:10:27.758 INFO STEP 230 (remove_files) COMPLETE |
4605 | 2024-08-26T20:10:29.270Z | [ recovery-image] Aug 26 20:10:27.758 INFO O| Aug 26 20:10:27.758 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-08-26T20:10:29.277Z | [ recovery-image] Aug 26 20:10:27.768 INFO O| Aug 26 20:10:27.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4607 | 2024-08-26T20:10:29.277Z | [ recovery-image] Aug 26 20:10:27.768 INFO O| Aug 26 20:10:27.768 INFO STEP 231 (remove_files) COMPLETE |
4608 | 2024-08-26T20:10:29.280Z | [ recovery-image] Aug 26 20:10:27.768 INFO O| Aug 26 20:10:27.768 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-08-26T20:10:29.287Z | [ recovery-image] Aug 26 20:10:27.778 INFO O| Aug 26 20:10:27.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4610 | 2024-08-26T20:10:29.287Z | [ recovery-image] Aug 26 20:10:27.778 INFO O| Aug 26 20:10:27.778 INFO STEP 232 (remove_files) COMPLETE |
4611 | 2024-08-26T20:10:29.290Z | [ recovery-image] Aug 26 20:10:27.778 INFO O| Aug 26 20:10:27.778 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-08-26T20:10:29.298Z | [ recovery-image] Aug 26 20:10:27.789 INFO O| Aug 26 20:10:27.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4613 | 2024-08-26T20:10:29.298Z | [ recovery-image] Aug 26 20:10:27.789 INFO O| Aug 26 20:10:27.789 INFO STEP 233 (remove_files) COMPLETE |
4614 | 2024-08-26T20:10:29.300Z | [ recovery-image] Aug 26 20:10:27.789 INFO O| Aug 26 20:10:27.789 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-08-26T20:10:29.309Z | [ recovery-image] Aug 26 20:10:27.800 INFO O| Aug 26 20:10:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4616 | 2024-08-26T20:10:29.309Z | [ recovery-image] Aug 26 20:10:27.800 INFO O| Aug 26 20:10:27.800 INFO STEP 234 (remove_files) COMPLETE |
4617 | 2024-08-26T20:10:29.311Z | [ recovery-image] Aug 26 20:10:27.800 INFO O| Aug 26 20:10:27.800 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-08-26T20:10:29.319Z | [ recovery-image] Aug 26 20:10:27.810 INFO O| Aug 26 20:10:27.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4619 | 2024-08-26T20:10:29.319Z | [ recovery-image] Aug 26 20:10:27.810 INFO O| Aug 26 20:10:27.810 INFO STEP 235 (remove_files) COMPLETE |
4620 | 2024-08-26T20:10:29.319Z | [ recovery-image] Aug 26 20:10:27.810 INFO O| Aug 26 20:10:27.810 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-26T20:10:29.329Z | [ recovery-image] Aug 26 20:10:27.820 INFO O| Aug 26 20:10:27.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4622 | 2024-08-26T20:10:29.331Z | [ recovery-image] Aug 26 20:10:27.820 INFO O| Aug 26 20:10:27.820 INFO STEP 236 (remove_files) COMPLETE |
4623 | 2024-08-26T20:10:29.331Z | [ recovery-image] Aug 26 20:10:27.820 INFO O| Aug 26 20:10:27.820 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-26T20:10:29.339Z | [ recovery-image] Aug 26 20:10:27.830 INFO O| Aug 26 20:10:27.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4625 | 2024-08-26T20:10:29.339Z | [ recovery-image] Aug 26 20:10:27.830 INFO O| Aug 26 20:10:27.830 INFO STEP 237 (remove_files) COMPLETE |
4626 | 2024-08-26T20:10:29.339Z | [ recovery-image] Aug 26 20:10:27.830 INFO O| Aug 26 20:10:27.830 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-26T20:10:29.349Z | [ recovery-image] Aug 26 20:10:27.839 INFO O| Aug 26 20:10:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4628 | 2024-08-26T20:10:29.349Z | [ recovery-image] Aug 26 20:10:27.840 INFO O| Aug 26 20:10:27.839 INFO STEP 238 (remove_files) COMPLETE |
4629 | 2024-08-26T20:10:29.349Z | [ recovery-image] Aug 26 20:10:27.840 INFO O| Aug 26 20:10:27.840 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-26T20:10:29.358Z | [ recovery-image] Aug 26 20:10:27.849 INFO O| Aug 26 20:10:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4631 | 2024-08-26T20:10:29.361Z | [ recovery-image] Aug 26 20:10:27.849 INFO O| Aug 26 20:10:27.849 INFO STEP 239 (remove_files) COMPLETE |
4632 | 2024-08-26T20:10:29.361Z | [ recovery-image] Aug 26 20:10:27.849 INFO O| Aug 26 20:10:27.849 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-26T20:10:29.368Z | [ recovery-image] Aug 26 20:10:27.859 INFO O| Aug 26 20:10:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4634 | 2024-08-26T20:10:29.370Z | [ recovery-image] Aug 26 20:10:27.859 INFO O| Aug 26 20:10:27.859 INFO STEP 240 (remove_files) COMPLETE |
4635 | 2024-08-26T20:10:29.370Z | [ recovery-image] Aug 26 20:10:27.859 INFO O| Aug 26 20:10:27.859 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-26T20:10:29.377Z | [ recovery-image] Aug 26 20:10:27.868 INFO O| Aug 26 20:10:27.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4637 | 2024-08-26T20:10:29.378Z | [ recovery-image] Aug 26 20:10:27.868 INFO O| Aug 26 20:10:27.868 INFO STEP 241 (remove_files) COMPLETE |
4638 | 2024-08-26T20:10:29.380Z | [ recovery-image] Aug 26 20:10:27.868 INFO O| Aug 26 20:10:27.868 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-26T20:10:29.387Z | [ recovery-image] Aug 26 20:10:27.878 INFO O| Aug 26 20:10:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4640 | 2024-08-26T20:10:29.387Z | [ recovery-image] Aug 26 20:10:27.878 INFO O| Aug 26 20:10:27.878 INFO STEP 242 (remove_files) COMPLETE |
4641 | 2024-08-26T20:10:29.387Z | [ recovery-image] Aug 26 20:10:27.878 INFO O| Aug 26 20:10:27.878 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-26T20:10:29.397Z | [ recovery-image] Aug 26 20:10:27.887 INFO O| Aug 26 20:10:27.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4643 | 2024-08-26T20:10:29.397Z | [ recovery-image] Aug 26 20:10:27.888 INFO O| Aug 26 20:10:27.887 INFO STEP 243 (remove_files) COMPLETE |
4644 | 2024-08-26T20:10:29.400Z | [ recovery-image] Aug 26 20:10:27.888 INFO O| Aug 26 20:10:27.887 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-26T20:10:29.406Z | [ recovery-image] Aug 26 20:10:27.897 INFO O| Aug 26 20:10:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4646 | 2024-08-26T20:10:29.407Z | [ recovery-image] Aug 26 20:10:27.897 INFO O| Aug 26 20:10:27.897 INFO STEP 244 (remove_files) COMPLETE |
4647 | 2024-08-26T20:10:29.407Z | [ recovery-image] Aug 26 20:10:27.897 INFO O| Aug 26 20:10:27.897 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-26T20:10:29.416Z | [ recovery-image] Aug 26 20:10:27.907 INFO O| Aug 26 20:10:27.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4649 | 2024-08-26T20:10:29.416Z | [ recovery-image] Aug 26 20:10:27.907 INFO O| Aug 26 20:10:27.907 INFO STEP 245 (remove_files) COMPLETE |
4650 | 2024-08-26T20:10:29.419Z | [ recovery-image] Aug 26 20:10:27.907 INFO O| Aug 26 20:10:27.907 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-26T20:10:29.426Z | [ recovery-image] Aug 26 20:10:27.916 INFO O| Aug 26 20:10:27.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4652 | 2024-08-26T20:10:29.426Z | [ recovery-image] Aug 26 20:10:27.916 INFO O| Aug 26 20:10:27.916 INFO STEP 246 (remove_files) COMPLETE |
4653 | 2024-08-26T20:10:29.428Z | [ recovery-image] Aug 26 20:10:27.916 INFO O| Aug 26 20:10:27.916 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-26T20:10:29.435Z | [ recovery-image] Aug 26 20:10:27.926 INFO O| Aug 26 20:10:27.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4655 | 2024-08-26T20:10:29.435Z | [ recovery-image] Aug 26 20:10:27.926 INFO O| Aug 26 20:10:27.926 INFO STEP 247 (remove_files) COMPLETE |
4656 | 2024-08-26T20:10:29.435Z | [ recovery-image] Aug 26 20:10:27.926 INFO O| Aug 26 20:10:27.926 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-26T20:10:29.445Z | [ recovery-image] Aug 26 20:10:27.935 INFO O| Aug 26 20:10:27.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4658 | 2024-08-26T20:10:29.445Z | [ recovery-image] Aug 26 20:10:27.936 INFO O| Aug 26 20:10:27.936 INFO STEP 248 (remove_files) COMPLETE |
4659 | 2024-08-26T20:10:29.445Z | [ recovery-image] Aug 26 20:10:27.936 INFO O| Aug 26 20:10:27.936 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-26T20:10:29.454Z | [ recovery-image] Aug 26 20:10:27.945 INFO O| Aug 26 20:10:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4661 | 2024-08-26T20:10:29.454Z | [ recovery-image] Aug 26 20:10:27.945 INFO O| Aug 26 20:10:27.945 INFO STEP 249 (remove_files) COMPLETE |
4662 | 2024-08-26T20:10:29.454Z | [ recovery-image] Aug 26 20:10:27.945 INFO O| Aug 26 20:10:27.945 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-26T20:10:29.464Z | [ recovery-image] Aug 26 20:10:27.955 INFO O| Aug 26 20:10:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4664 | 2024-08-26T20:10:29.464Z | [ recovery-image] Aug 26 20:10:27.955 INFO O| Aug 26 20:10:27.955 INFO STEP 250 (remove_files) COMPLETE |
4665 | 2024-08-26T20:10:29.466Z | [ recovery-image] Aug 26 20:10:27.955 INFO O| Aug 26 20:10:27.955 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-26T20:10:29.474Z | [ recovery-image] Aug 26 20:10:27.965 INFO O| Aug 26 20:10:27.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4667 | 2024-08-26T20:10:29.476Z | [ recovery-image] Aug 26 20:10:27.965 INFO O| Aug 26 20:10:27.965 INFO STEP 251 (remove_files) COMPLETE |
4668 | 2024-08-26T20:10:29.476Z | [ recovery-image] Aug 26 20:10:27.965 INFO O| Aug 26 20:10:27.965 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-26T20:10:29.484Z | [ recovery-image] Aug 26 20:10:27.975 INFO O| Aug 26 20:10:27.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4670 | 2024-08-26T20:10:29.486Z | [ recovery-image] Aug 26 20:10:27.975 INFO O| Aug 26 20:10:27.975 INFO STEP 252 (remove_files) COMPLETE |
4671 | 2024-08-26T20:10:29.487Z | [ recovery-image] Aug 26 20:10:27.975 INFO O| Aug 26 20:10:27.975 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-26T20:10:29.494Z | [ recovery-image] Aug 26 20:10:27.985 INFO O| Aug 26 20:10:27.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4673 | 2024-08-26T20:10:29.494Z | [ recovery-image] Aug 26 20:10:27.985 INFO O| Aug 26 20:10:27.985 INFO STEP 253 (remove_files) COMPLETE |
4674 | 2024-08-26T20:10:29.494Z | [ recovery-image] Aug 26 20:10:27.985 INFO O| Aug 26 20:10:27.985 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-26T20:10:30.507Z | [ recovery-image] Aug 26 20:10:27.994 INFO O| Aug 26 20:10:27.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4676 | 2024-08-26T20:10:30.507Z | [ recovery-image] Aug 26 20:10:27.994 INFO O| Aug 26 20:10:27.994 INFO STEP 254 (remove_files) COMPLETE |
4677 | 2024-08-26T20:10:30.507Z | [ recovery-image] Aug 26 20:10:27.994 INFO O| Aug 26 20:10:27.994 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-26T20:10:30.511Z | [ recovery-image] Aug 26 20:10:28.004 INFO O| Aug 26 20:10:28.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4679 | 2024-08-26T20:10:30.511Z | [ recovery-image] Aug 26 20:10:28.005 INFO O| Aug 26 20:10:28.005 INFO STEP 255 (remove_files) COMPLETE |
4680 | 2024-08-26T20:10:30.511Z | [ recovery-image] Aug 26 20:10:28.005 INFO O| Aug 26 20:10:28.005 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-26T20:10:30.511Z | [ recovery-image] Aug 26 20:10:28.015 INFO O| Aug 26 20:10:28.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4682 | 2024-08-26T20:10:30.511Z | [ recovery-image] Aug 26 20:10:28.015 INFO O| Aug 26 20:10:28.015 INFO STEP 256 (remove_files) COMPLETE |
4683 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.015 INFO O| Aug 26 20:10:28.015 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.024 INFO O| Aug 26 20:10:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4685 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.024 INFO O| Aug 26 20:10:28.024 INFO STEP 257 (remove_files) COMPLETE |
4686 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.024 INFO O| Aug 26 20:10:28.024 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.035 INFO O| Aug 26 20:10:28.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4688 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.036 INFO O| Aug 26 20:10:28.036 INFO STEP 258 (remove_files) COMPLETE |
4689 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.036 INFO O| Aug 26 20:10:28.036 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.047 INFO O| Aug 26 20:10:28.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4691 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.047 INFO O| Aug 26 20:10:28.047 INFO STEP 259 (remove_files) COMPLETE |
4692 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.047 INFO O| Aug 26 20:10:28.047 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.058 INFO O| Aug 26 20:10:28.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4694 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.058 INFO O| Aug 26 20:10:28.058 INFO STEP 260 (remove_files) COMPLETE |
4695 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.058 INFO O| Aug 26 20:10:28.058 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.068 INFO O| Aug 26 20:10:28.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4697 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.068 INFO O| Aug 26 20:10:28.068 INFO STEP 261 (remove_files) COMPLETE |
4698 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.068 INFO O| Aug 26 20:10:28.068 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.079 INFO O| Aug 26 20:10:28.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4700 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.079 INFO O| Aug 26 20:10:28.079 INFO STEP 262 (remove_files) COMPLETE |
4701 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.079 INFO O| Aug 26 20:10:28.079 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.091 INFO O| Aug 26 20:10:28.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4703 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.091 INFO O| Aug 26 20:10:28.091 INFO STEP 263 (remove_files) COMPLETE |
4704 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.091 INFO O| Aug 26 20:10:28.091 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.102 INFO O| Aug 26 20:10:28.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4706 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.102 INFO O| Aug 26 20:10:28.102 INFO STEP 264 (remove_files) COMPLETE |
4707 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.102 INFO O| Aug 26 20:10:28.102 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.113 INFO O| Aug 26 20:10:28.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4709 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.113 INFO O| Aug 26 20:10:28.113 INFO STEP 265 (remove_files) COMPLETE |
4710 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.113 INFO O| Aug 26 20:10:28.113 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.123 INFO O| Aug 26 20:10:28.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4712 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.123 INFO O| Aug 26 20:10:28.123 INFO STEP 266 (remove_files) COMPLETE |
4713 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.123 INFO O| Aug 26 20:10:28.123 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.134 INFO O| Aug 26 20:10:28.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4715 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.134 INFO O| Aug 26 20:10:28.134 INFO STEP 267 (remove_files) COMPLETE |
4716 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.134 INFO O| Aug 26 20:10:28.134 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.145 INFO O| Aug 26 20:10:28.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4718 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.145 INFO O| Aug 26 20:10:28.145 INFO STEP 268 (remove_files) COMPLETE |
4719 | 2024-08-26T20:10:30.512Z | [ recovery-image] Aug 26 20:10:28.145 INFO O| Aug 26 20:10:28.145 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.155 INFO O| Aug 26 20:10:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4721 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.155 INFO O| Aug 26 20:10:28.155 INFO STEP 269 (remove_files) COMPLETE |
4722 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.155 INFO O| Aug 26 20:10:28.155 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.166 INFO O| Aug 26 20:10:28.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4724 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.166 INFO O| Aug 26 20:10:28.166 INFO STEP 270 (remove_files) COMPLETE |
4725 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.166 INFO O| Aug 26 20:10:28.166 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.176 INFO O| Aug 26 20:10:28.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4727 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.176 INFO O| Aug 26 20:10:28.176 INFO STEP 271 (remove_files) COMPLETE |
4728 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.176 INFO O| Aug 26 20:10:28.176 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.186 INFO O| Aug 26 20:10:28.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4730 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.186 INFO O| Aug 26 20:10:28.186 INFO STEP 272 (remove_files) COMPLETE |
4731 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.186 INFO O| Aug 26 20:10:28.186 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.196 INFO O| Aug 26 20:10:28.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4733 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.196 INFO O| Aug 26 20:10:28.196 INFO STEP 273 (remove_files) COMPLETE |
4734 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.196 INFO O| Aug 26 20:10:28.196 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.205 INFO O| Aug 26 20:10:28.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4736 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.206 INFO O| Aug 26 20:10:28.206 INFO STEP 274 (remove_files) COMPLETE |
4737 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.206 INFO O| Aug 26 20:10:28.206 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.216 INFO O| Aug 26 20:10:28.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4739 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.216 INFO O| Aug 26 20:10:28.216 INFO STEP 275 (remove_files) COMPLETE |
4740 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.216 INFO O| Aug 26 20:10:28.216 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.226 INFO O| Aug 26 20:10:28.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4742 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.226 INFO O| Aug 26 20:10:28.226 INFO STEP 276 (remove_files) COMPLETE |
4743 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.226 INFO O| Aug 26 20:10:28.226 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.236 INFO O| Aug 26 20:10:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4745 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.236 INFO O| Aug 26 20:10:28.236 INFO STEP 277 (remove_files) COMPLETE |
4746 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.236 INFO O| Aug 26 20:10:28.236 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.246 INFO O| Aug 26 20:10:28.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4748 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.246 INFO O| Aug 26 20:10:28.246 INFO STEP 278 (remove_files) COMPLETE |
4749 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.246 INFO O| Aug 26 20:10:28.246 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.256 INFO O| Aug 26 20:10:28.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4751 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.256 INFO O| Aug 26 20:10:28.256 INFO STEP 279 (remove_files) COMPLETE |
4752 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.256 INFO O| Aug 26 20:10:28.256 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.266 INFO O| Aug 26 20:10:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4754 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.266 INFO O| Aug 26 20:10:28.266 INFO STEP 280 (remove_files) COMPLETE |
4755 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.266 INFO O| Aug 26 20:10:28.266 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.275 INFO O| Aug 26 20:10:28.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4757 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.275 INFO O| Aug 26 20:10:28.275 INFO STEP 281 (remove_files) COMPLETE |
4758 | 2024-08-26T20:10:30.513Z | [ recovery-image] Aug 26 20:10:28.275 INFO O| Aug 26 20:10:28.275 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.285 INFO O| Aug 26 20:10:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4760 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.285 INFO O| Aug 26 20:10:28.285 INFO STEP 282 (remove_files) COMPLETE |
4761 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.285 INFO O| Aug 26 20:10:28.285 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.294 INFO O| Aug 26 20:10:28.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4763 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.295 INFO O| Aug 26 20:10:28.294 INFO STEP 283 (remove_files) COMPLETE |
4764 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.295 INFO O| Aug 26 20:10:28.295 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.304 INFO O| Aug 26 20:10:28.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4766 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.304 INFO O| Aug 26 20:10:28.304 INFO STEP 284 (remove_files) COMPLETE |
4767 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.304 INFO O| Aug 26 20:10:28.304 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.313 INFO O| Aug 26 20:10:28.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4769 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.314 INFO O| Aug 26 20:10:28.314 INFO STEP 285 (remove_files) COMPLETE |
4770 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.314 INFO O| Aug 26 20:10:28.314 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.323 INFO O| Aug 26 20:10:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4772 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.323 INFO O| Aug 26 20:10:28.323 INFO STEP 286 (remove_files) COMPLETE |
4773 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.323 INFO O| Aug 26 20:10:28.323 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.333 INFO O| Aug 26 20:10:28.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4775 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.333 INFO O| Aug 26 20:10:28.333 INFO STEP 287 (remove_files) COMPLETE |
4776 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.333 INFO O| Aug 26 20:10:28.333 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-26T20:10:30.514Z | [ recovery-image] Aug 26 20:10:28.342 INFO O| Aug 26 20:10:28.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4778 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.342 INFO O| Aug 26 20:10:28.342 INFO STEP 288 (remove_files) COMPLETE |
4779 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.342 INFO O| Aug 26 20:10:28.342 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.352 INFO O| Aug 26 20:10:28.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4781 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.352 INFO O| Aug 26 20:10:28.352 INFO STEP 289 (remove_files) COMPLETE |
4782 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.352 INFO O| Aug 26 20:10:28.352 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.361 INFO O| Aug 26 20:10:28.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4784 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.361 INFO O| Aug 26 20:10:28.361 INFO STEP 290 (remove_files) COMPLETE |
4785 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.362 INFO O| Aug 26 20:10:28.361 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.371 INFO O| Aug 26 20:10:28.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4787 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.371 INFO O| Aug 26 20:10:28.371 INFO STEP 291 (remove_files) COMPLETE |
4788 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.371 INFO O| Aug 26 20:10:28.371 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.380 INFO O| Aug 26 20:10:28.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4790 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.380 INFO O| Aug 26 20:10:28.380 INFO STEP 292 (remove_files) COMPLETE |
4791 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.381 INFO O| Aug 26 20:10:28.380 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.390 INFO O| Aug 26 20:10:28.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4793 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.390 INFO O| Aug 26 20:10:28.390 INFO STEP 293 (remove_files) COMPLETE |
4794 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.390 INFO O| Aug 26 20:10:28.390 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.399 INFO O| Aug 26 20:10:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4796 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.399 INFO O| Aug 26 20:10:28.399 INFO STEP 294 (remove_files) COMPLETE |
4797 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.399 INFO O| Aug 26 20:10:28.399 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.409 INFO O| Aug 26 20:10:28.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4799 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.409 INFO O| Aug 26 20:10:28.409 INFO STEP 295 (remove_files) COMPLETE |
4800 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.409 INFO O| Aug 26 20:10:28.409 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.418 INFO O| Aug 26 20:10:28.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4802 | 2024-08-26T20:10:30.518Z | [ recovery-image] Aug 26 20:10:28.419 INFO O| Aug 26 20:10:28.418 INFO STEP 296 (remove_files) COMPLETE |
4803 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.419 INFO O| Aug 26 20:10:28.418 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.428 INFO O| Aug 26 20:10:28.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4805 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.428 INFO O| Aug 26 20:10:28.428 INFO STEP 297 (remove_files) COMPLETE |
4806 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.428 INFO O| Aug 26 20:10:28.428 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.438 INFO O| Aug 26 20:10:28.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4808 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.438 INFO O| Aug 26 20:10:28.438 INFO STEP 298 (remove_files) COMPLETE |
4809 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.438 INFO O| Aug 26 20:10:28.438 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.447 INFO O| Aug 26 20:10:28.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4811 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.447 INFO O| Aug 26 20:10:28.447 INFO STEP 299 (remove_files) COMPLETE |
4812 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.448 INFO O| Aug 26 20:10:28.447 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.457 INFO O| Aug 26 20:10:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4814 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.457 INFO O| Aug 26 20:10:28.457 INFO STEP 300 (remove_files) COMPLETE |
4815 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.457 INFO O| Aug 26 20:10:28.457 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.467 INFO O| Aug 26 20:10:28.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4817 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.467 INFO O| Aug 26 20:10:28.467 INFO STEP 301 (remove_files) COMPLETE |
4818 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.467 INFO O| Aug 26 20:10:28.467 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.476 INFO O| Aug 26 20:10:28.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4820 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.476 INFO O| Aug 26 20:10:28.476 INFO STEP 302 (remove_files) COMPLETE |
4821 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.476 INFO O| Aug 26 20:10:28.476 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.486 INFO O| Aug 26 20:10:28.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4823 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.486 INFO O| Aug 26 20:10:28.486 INFO STEP 303 (remove_files) COMPLETE |
4824 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.486 INFO O| Aug 26 20:10:28.486 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.495 INFO O| Aug 26 20:10:28.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4826 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.495 INFO O| Aug 26 20:10:28.495 INFO STEP 304 (remove_files) COMPLETE |
4827 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.495 INFO O| Aug 26 20:10:28.495 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.505 INFO O| Aug 26 20:10:28.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4829 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.505 INFO O| Aug 26 20:10:28.505 INFO STEP 305 (remove_files) COMPLETE |
4830 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.505 INFO O| Aug 26 20:10:28.505 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.514 INFO O| Aug 26 20:10:28.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4832 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.514 INFO O| Aug 26 20:10:28.514 INFO STEP 306 (remove_files) COMPLETE |
4833 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.514 INFO O| Aug 26 20:10:28.514 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.524 INFO O| Aug 26 20:10:28.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4835 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.524 INFO O| Aug 26 20:10:28.524 INFO STEP 307 (remove_files) COMPLETE |
4836 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.524 INFO O| Aug 26 20:10:28.524 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.534 INFO O| Aug 26 20:10:28.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4838 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.534 INFO O| Aug 26 20:10:28.534 INFO STEP 308 (remove_files) COMPLETE |
4839 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.534 INFO O| Aug 26 20:10:28.534 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.543 INFO O| Aug 26 20:10:28.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4841 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.543 INFO O| Aug 26 20:10:28.543 INFO STEP 309 (remove_files) COMPLETE |
4842 | 2024-08-26T20:10:30.519Z | [ recovery-image] Aug 26 20:10:28.543 INFO O| Aug 26 20:10:28.543 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.553 INFO O| Aug 26 20:10:28.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4844 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.553 INFO O| Aug 26 20:10:28.553 INFO STEP 310 (remove_files) COMPLETE |
4845 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.553 INFO O| Aug 26 20:10:28.553 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.563 INFO O| Aug 26 20:10:28.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4847 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.563 INFO O| Aug 26 20:10:28.563 INFO STEP 311 (remove_files) COMPLETE |
4848 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.563 INFO O| Aug 26 20:10:28.563 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.572 INFO O| Aug 26 20:10:28.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4850 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.572 INFO O| Aug 26 20:10:28.572 INFO STEP 312 (remove_files) COMPLETE |
4851 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.572 INFO O| Aug 26 20:10:28.572 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.582 INFO O| Aug 26 20:10:28.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4853 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.582 INFO O| Aug 26 20:10:28.582 INFO STEP 313 (remove_files) COMPLETE |
4854 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.582 INFO O| Aug 26 20:10:28.582 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.592 INFO O| Aug 26 20:10:28.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4856 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.592 INFO O| Aug 26 20:10:28.592 INFO STEP 314 (remove_files) COMPLETE |
4857 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.592 INFO O| Aug 26 20:10:28.592 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.601 INFO O| Aug 26 20:10:28.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4859 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.601 INFO O| Aug 26 20:10:28.601 INFO STEP 315 (remove_files) COMPLETE |
4860 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.601 INFO O| Aug 26 20:10:28.601 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.611 INFO O| Aug 26 20:10:28.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4862 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.611 INFO O| Aug 26 20:10:28.611 INFO STEP 316 (remove_files) COMPLETE |
4863 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.611 INFO O| Aug 26 20:10:28.611 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.621 INFO O| Aug 26 20:10:28.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4865 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.621 INFO O| Aug 26 20:10:28.621 INFO STEP 317 (remove_files) COMPLETE |
4866 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.621 INFO O| Aug 26 20:10:28.621 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.630 INFO O| Aug 26 20:10:28.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4868 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.630 INFO O| Aug 26 20:10:28.630 INFO STEP 318 (remove_files) COMPLETE |
4869 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.630 INFO O| Aug 26 20:10:28.630 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.640 INFO O| Aug 26 20:10:28.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4871 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.640 INFO O| Aug 26 20:10:28.640 INFO STEP 319 (remove_files) COMPLETE |
4872 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.640 INFO O| Aug 26 20:10:28.640 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.650 INFO O| Aug 26 20:10:28.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4874 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.650 INFO O| Aug 26 20:10:28.650 INFO STEP 320 (remove_files) COMPLETE |
4875 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.650 INFO O| Aug 26 20:10:28.650 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-08-26T20:10:30.520Z | [ recovery-image] Aug 26 20:10:28.660 INFO O| Aug 26 20:10:28.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4877 | 2024-08-26T20:10:30.521Z | [ recovery-image] Aug 26 20:10:28.660 INFO O| Aug 26 20:10:28.660 INFO STEP 321 (remove_files) COMPLETE |
4878 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.660 INFO O| Aug 26 20:10:28.660 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.670 INFO O| Aug 26 20:10:28.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4880 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.670 INFO O| Aug 26 20:10:28.670 INFO STEP 322 (remove_files) COMPLETE |
4881 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.670 INFO O| Aug 26 20:10:28.670 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.681 INFO O| Aug 26 20:10:28.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4883 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.681 INFO O| Aug 26 20:10:28.681 INFO STEP 323 (remove_files) COMPLETE |
4884 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.681 INFO O| Aug 26 20:10:28.681 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.691 INFO O| Aug 26 20:10:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4886 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.691 INFO O| Aug 26 20:10:28.691 INFO STEP 324 (remove_files) COMPLETE |
4887 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.691 INFO O| Aug 26 20:10:28.691 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.701 INFO O| Aug 26 20:10:28.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4889 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.701 INFO O| Aug 26 20:10:28.701 INFO STEP 325 (remove_files) COMPLETE |
4890 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.701 INFO O| Aug 26 20:10:28.701 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.711 INFO O| Aug 26 20:10:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4892 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.711 INFO O| Aug 26 20:10:28.711 INFO STEP 326 (remove_files) COMPLETE |
4893 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.711 INFO O| Aug 26 20:10:28.711 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.720 INFO O| Aug 26 20:10:28.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4895 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.720 INFO O| Aug 26 20:10:28.720 INFO STEP 327 (remove_files) COMPLETE |
4896 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.720 INFO O| Aug 26 20:10:28.720 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.730 INFO O| Aug 26 20:10:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4898 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.730 INFO O| Aug 26 20:10:28.730 INFO STEP 328 (remove_files) COMPLETE |
4899 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.730 INFO O| Aug 26 20:10:28.730 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.739 INFO O| Aug 26 20:10:28.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4901 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.740 INFO O| Aug 26 20:10:28.740 INFO STEP 329 (remove_files) COMPLETE |
4902 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.740 INFO O| Aug 26 20:10:28.740 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.749 INFO O| Aug 26 20:10:28.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4904 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.749 INFO O| Aug 26 20:10:28.749 INFO STEP 330 (remove_files) COMPLETE |
4905 | 2024-08-26T20:10:30.525Z | [ recovery-image] Aug 26 20:10:28.749 INFO O| Aug 26 20:10:28.749 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.759 INFO O| Aug 26 20:10:28.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4907 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.759 INFO O| Aug 26 20:10:28.759 INFO STEP 331 (remove_files) COMPLETE |
4908 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.759 INFO O| Aug 26 20:10:28.759 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.768 INFO O| Aug 26 20:10:28.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4910 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.769 INFO O| Aug 26 20:10:28.769 INFO STEP 332 (remove_files) COMPLETE |
4911 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.769 INFO O| Aug 26 20:10:28.769 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.778 INFO O| Aug 26 20:10:28.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4913 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.778 INFO O| Aug 26 20:10:28.778 INFO STEP 333 (remove_files) COMPLETE |
4914 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.778 INFO O| Aug 26 20:10:28.778 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.788 INFO O| Aug 26 20:10:28.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4916 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.788 INFO O| Aug 26 20:10:28.788 INFO STEP 334 (remove_files) COMPLETE |
4917 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.788 INFO O| Aug 26 20:10:28.788 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-08-26T20:10:30.526Z | [ recovery-image] Aug 26 20:10:28.798 INFO O| Aug 26 20:10:28.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4919 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.798 INFO O| Aug 26 20:10:28.798 INFO STEP 335 (remove_files) COMPLETE |
4920 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.798 INFO O| Aug 26 20:10:28.798 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.807 INFO O| Aug 26 20:10:28.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4922 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.808 INFO O| Aug 26 20:10:28.808 INFO STEP 336 (remove_files) COMPLETE |
4923 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.808 INFO O| Aug 26 20:10:28.808 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.817 INFO O| Aug 26 20:10:28.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4925 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.817 INFO O| Aug 26 20:10:28.817 INFO STEP 337 (remove_files) COMPLETE |
4926 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.817 INFO O| Aug 26 20:10:28.817 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.827 INFO O| Aug 26 20:10:28.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4928 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.827 INFO O| Aug 26 20:10:28.827 INFO STEP 338 (remove_files) COMPLETE |
4929 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.827 INFO O| Aug 26 20:10:28.827 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.836 INFO O| Aug 26 20:10:28.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4931 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.836 INFO O| Aug 26 20:10:28.836 INFO STEP 339 (remove_files) COMPLETE |
4932 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.836 INFO O| Aug 26 20:10:28.836 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.846 INFO O| Aug 26 20:10:28.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4934 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.846 INFO O| Aug 26 20:10:28.846 INFO STEP 340 (remove_files) COMPLETE |
4935 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.846 INFO O| Aug 26 20:10:28.846 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.855 INFO O| Aug 26 20:10:28.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4937 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.855 INFO O| Aug 26 20:10:28.855 INFO STEP 341 (remove_files) COMPLETE |
4938 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.855 INFO O| Aug 26 20:10:28.855 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.865 INFO O| Aug 26 20:10:28.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4940 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.865 INFO O| Aug 26 20:10:28.865 INFO STEP 342 (remove_files) COMPLETE |
4941 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.865 INFO O| Aug 26 20:10:28.865 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.874 INFO O| Aug 26 20:10:28.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4943 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.874 INFO O| Aug 26 20:10:28.874 INFO STEP 343 (remove_files) COMPLETE |
4944 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.874 INFO O| Aug 26 20:10:28.874 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.884 INFO O| Aug 26 20:10:28.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4946 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.884 INFO O| Aug 26 20:10:28.884 INFO STEP 344 (remove_files) COMPLETE |
4947 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.884 INFO O| Aug 26 20:10:28.884 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.893 INFO O| Aug 26 20:10:28.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4949 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.893 INFO O| Aug 26 20:10:28.893 INFO STEP 345 (remove_files) COMPLETE |
4950 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.893 INFO O| Aug 26 20:10:28.893 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.903 INFO O| Aug 26 20:10:28.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4952 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.903 INFO O| Aug 26 20:10:28.903 INFO STEP 346 (remove_files) COMPLETE |
4953 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.903 INFO O| Aug 26 20:10:28.903 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.912 INFO O| Aug 26 20:10:28.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4955 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.912 INFO O| Aug 26 20:10:28.912 INFO STEP 347 (remove_files) COMPLETE |
4956 | 2024-08-26T20:10:30.527Z | [ recovery-image] Aug 26 20:10:28.912 INFO O| Aug 26 20:10:28.912 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.922 INFO O| Aug 26 20:10:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4958 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.922 INFO O| Aug 26 20:10:28.922 INFO STEP 348 (remove_files) COMPLETE |
4959 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.922 INFO O| Aug 26 20:10:28.922 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.931 INFO O| Aug 26 20:10:28.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4961 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.931 INFO O| Aug 26 20:10:28.931 INFO STEP 349 (remove_files) COMPLETE |
4962 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.931 INFO O| Aug 26 20:10:28.931 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.940 INFO O| Aug 26 20:10:28.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4964 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.941 INFO O| Aug 26 20:10:28.940 INFO STEP 350 (remove_files) COMPLETE |
4965 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.941 INFO O| Aug 26 20:10:28.941 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.950 INFO O| Aug 26 20:10:28.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4967 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.950 INFO O| Aug 26 20:10:28.950 INFO STEP 351 (remove_files) COMPLETE |
4968 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.950 INFO O| Aug 26 20:10:28.950 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.959 INFO O| Aug 26 20:10:28.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4970 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.960 INFO O| Aug 26 20:10:28.959 INFO STEP 352 (remove_files) COMPLETE |
4971 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.960 INFO O| Aug 26 20:10:28.960 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.969 INFO O| Aug 26 20:10:28.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4973 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.969 INFO O| Aug 26 20:10:28.969 INFO STEP 353 (remove_files) COMPLETE |
4974 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.969 INFO O| Aug 26 20:10:28.969 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.978 INFO O| Aug 26 20:10:28.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4976 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.978 INFO O| Aug 26 20:10:28.978 INFO STEP 354 (remove_files) COMPLETE |
4977 | 2024-08-26T20:10:30.528Z | [ recovery-image] Aug 26 20:10:28.978 INFO O| Aug 26 20:10:28.978 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:28.988 INFO O| Aug 26 20:10:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4979 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:28.988 INFO O| Aug 26 20:10:28.988 INFO STEP 355 (remove_files) COMPLETE |
4980 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:28.988 INFO O| Aug 26 20:10:28.988 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:28.997 INFO O| Aug 26 20:10:28.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4982 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:28.997 INFO O| Aug 26 20:10:28.997 INFO STEP 356 (remove_files) COMPLETE |
4983 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:28.997 INFO O| Aug 26 20:10:28.997 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:29.008 INFO O| Aug 26 20:10:29.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4985 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:29.008 INFO O| Aug 26 20:10:29.008 INFO STEP 357 (remove_files) COMPLETE |
4986 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:29.008 INFO O| Aug 26 20:10:29.008 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:29.018 INFO O| Aug 26 20:10:29.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4988 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:29.018 INFO O| Aug 26 20:10:29.018 INFO STEP 358 (remove_files) COMPLETE |
4989 | 2024-08-26T20:10:30.531Z | [ recovery-image] Aug 26 20:10:29.018 INFO O| Aug 26 20:10:29.018 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-08-26T20:10:30.538Z | [ recovery-image] Aug 26 20:10:29.028 INFO O| Aug 26 20:10:29.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4991 | 2024-08-26T20:10:30.538Z | [ recovery-image] Aug 26 20:10:29.028 INFO O| Aug 26 20:10:29.028 INFO STEP 359 (remove_files) COMPLETE |
4992 | 2024-08-26T20:10:30.540Z | [ recovery-image] Aug 26 20:10:29.028 INFO O| Aug 26 20:10:29.028 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-08-26T20:10:30.547Z | [ recovery-image] Aug 26 20:10:29.038 INFO O| Aug 26 20:10:29.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4994 | 2024-08-26T20:10:30.547Z | [ recovery-image] Aug 26 20:10:29.038 INFO O| Aug 26 20:10:29.038 INFO STEP 360 (remove_files) COMPLETE |
4995 | 2024-08-26T20:10:30.547Z | [ recovery-image] Aug 26 20:10:29.038 INFO O| Aug 26 20:10:29.038 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-08-26T20:10:30.557Z | [ recovery-image] Aug 26 20:10:29.048 INFO O| Aug 26 20:10:29.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4997 | 2024-08-26T20:10:30.558Z | [ recovery-image] Aug 26 20:10:29.048 INFO O| Aug 26 20:10:29.048 INFO STEP 361 (remove_files) COMPLETE |
4998 | 2024-08-26T20:10:30.558Z | [ recovery-image] Aug 26 20:10:29.048 INFO O| Aug 26 20:10:29.048 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-08-26T20:10:30.569Z | [ recovery-image] Aug 26 20:10:29.058 INFO O| Aug 26 20:10:29.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5000 | 2024-08-26T20:10:30.569Z | [ recovery-image] Aug 26 20:10:29.058 INFO O| Aug 26 20:10:29.058 INFO STEP 362 (remove_files) COMPLETE |
5001 | 2024-08-26T20:10:30.569Z | [ recovery-image] Aug 26 20:10:29.058 INFO O| Aug 26 20:10:29.058 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-08-26T20:10:30.577Z | [ recovery-image] Aug 26 20:10:29.068 INFO O| Aug 26 20:10:29.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5003 | 2024-08-26T20:10:30.577Z | [ recovery-image] Aug 26 20:10:29.068 INFO O| Aug 26 20:10:29.068 INFO STEP 363 (remove_files) COMPLETE |
5004 | 2024-08-26T20:10:30.577Z | [ recovery-image] Aug 26 20:10:29.068 INFO O| Aug 26 20:10:29.068 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-08-26T20:10:30.587Z | [ recovery-image] Aug 26 20:10:29.078 INFO O| Aug 26 20:10:29.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5006 | 2024-08-26T20:10:30.587Z | [ recovery-image] Aug 26 20:10:29.078 INFO O| Aug 26 20:10:29.078 INFO STEP 364 (remove_files) COMPLETE |
5007 | 2024-08-26T20:10:30.589Z | [ recovery-image] Aug 26 20:10:29.078 INFO O| Aug 26 20:10:29.078 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-08-26T20:10:30.597Z | [ recovery-image] Aug 26 20:10:29.087 INFO O| Aug 26 20:10:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5009 | 2024-08-26T20:10:30.597Z | [ recovery-image] Aug 26 20:10:29.088 INFO O| Aug 26 20:10:29.088 INFO STEP 365 (remove_files) COMPLETE |
5010 | 2024-08-26T20:10:30.597Z | [ recovery-image] Aug 26 20:10:29.088 INFO O| Aug 26 20:10:29.088 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-08-26T20:10:30.607Z | [ recovery-image] Aug 26 20:10:29.097 INFO O| Aug 26 20:10:29.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5012 | 2024-08-26T20:10:30.607Z | [ recovery-image] Aug 26 20:10:29.097 INFO O| Aug 26 20:10:29.097 INFO STEP 366 (remove_files) COMPLETE |
5013 | 2024-08-26T20:10:30.609Z | [ recovery-image] Aug 26 20:10:29.097 INFO O| Aug 26 20:10:29.097 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-08-26T20:10:30.616Z | [ recovery-image] Aug 26 20:10:29.107 INFO O| Aug 26 20:10:29.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5015 | 2024-08-26T20:10:30.616Z | [ recovery-image] Aug 26 20:10:29.107 INFO O| Aug 26 20:10:29.107 INFO STEP 367 (remove_files) COMPLETE |
5016 | 2024-08-26T20:10:30.619Z | [ recovery-image] Aug 26 20:10:29.107 INFO O| Aug 26 20:10:29.107 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-08-26T20:10:30.627Z | [ recovery-image] Aug 26 20:10:29.117 INFO O| Aug 26 20:10:29.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5018 | 2024-08-26T20:10:30.627Z | [ recovery-image] Aug 26 20:10:29.117 INFO O| Aug 26 20:10:29.117 INFO STEP 368 (remove_files) COMPLETE |
5019 | 2024-08-26T20:10:30.627Z | [ recovery-image] Aug 26 20:10:29.117 INFO O| Aug 26 20:10:29.117 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-08-26T20:10:30.636Z | [ recovery-image] Aug 26 20:10:29.127 INFO O| Aug 26 20:10:29.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5021 | 2024-08-26T20:10:30.636Z | [ recovery-image] Aug 26 20:10:29.127 INFO O| Aug 26 20:10:29.127 INFO STEP 369 (remove_files) COMPLETE |
5022 | 2024-08-26T20:10:30.638Z | [ recovery-image] Aug 26 20:10:29.127 INFO O| Aug 26 20:10:29.127 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-08-26T20:10:30.646Z | [ recovery-image] Aug 26 20:10:29.136 INFO O| Aug 26 20:10:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5024 | 2024-08-26T20:10:30.648Z | [ recovery-image] Aug 26 20:10:29.136 INFO O| Aug 26 20:10:29.136 INFO STEP 370 (remove_files) COMPLETE |
5025 | 2024-08-26T20:10:30.648Z | [ recovery-image] Aug 26 20:10:29.136 INFO O| Aug 26 20:10:29.136 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-08-26T20:10:30.655Z | [ recovery-image] Aug 26 20:10:29.146 INFO O| Aug 26 20:10:29.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5027 | 2024-08-26T20:10:30.658Z | [ recovery-image] Aug 26 20:10:29.146 INFO O| Aug 26 20:10:29.146 INFO STEP 371 (remove_files) COMPLETE |
5028 | 2024-08-26T20:10:30.658Z | [ recovery-image] Aug 26 20:10:29.146 INFO O| Aug 26 20:10:29.146 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-08-26T20:10:30.665Z | [ recovery-image] Aug 26 20:10:29.155 INFO O| Aug 26 20:10:29.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5030 | 2024-08-26T20:10:30.665Z | [ recovery-image] Aug 26 20:10:29.155 INFO O| Aug 26 20:10:29.155 INFO STEP 372 (remove_files) COMPLETE |
5031 | 2024-08-26T20:10:30.667Z | [ recovery-image] Aug 26 20:10:29.156 INFO O| Aug 26 20:10:29.155 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-08-26T20:10:30.674Z | [ recovery-image] Aug 26 20:10:29.165 INFO O| Aug 26 20:10:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5033 | 2024-08-26T20:10:30.674Z | [ recovery-image] Aug 26 20:10:29.165 INFO O| Aug 26 20:10:29.165 INFO STEP 373 (remove_files) COMPLETE |
5034 | 2024-08-26T20:10:30.674Z | [ recovery-image] Aug 26 20:10:29.165 INFO O| Aug 26 20:10:29.165 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-08-26T20:10:30.684Z | [ recovery-image] Aug 26 20:10:29.175 INFO O| Aug 26 20:10:29.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5036 | 2024-08-26T20:10:30.684Z | [ recovery-image] Aug 26 20:10:29.175 INFO O| Aug 26 20:10:29.175 INFO STEP 374 (remove_files) COMPLETE |
5037 | 2024-08-26T20:10:30.684Z | [ recovery-image] Aug 26 20:10:29.175 INFO O| Aug 26 20:10:29.175 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-08-26T20:10:30.694Z | [ recovery-image] Aug 26 20:10:29.185 INFO O| Aug 26 20:10:29.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5039 | 2024-08-26T20:10:30.694Z | [ recovery-image] Aug 26 20:10:29.185 INFO O| Aug 26 20:10:29.185 INFO STEP 375 (remove_files) COMPLETE |
5040 | 2024-08-26T20:10:30.697Z | [ recovery-image] Aug 26 20:10:29.185 INFO O| Aug 26 20:10:29.185 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-08-26T20:10:30.704Z | [ recovery-image] Aug 26 20:10:29.195 INFO O| Aug 26 20:10:29.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5042 | 2024-08-26T20:10:30.707Z | [ recovery-image] Aug 26 20:10:29.195 INFO O| Aug 26 20:10:29.195 INFO STEP 376 (remove_files) COMPLETE |
5043 | 2024-08-26T20:10:30.707Z | [ recovery-image] Aug 26 20:10:29.195 INFO O| Aug 26 20:10:29.195 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-08-26T20:10:30.714Z | [ recovery-image] Aug 26 20:10:29.204 INFO O| Aug 26 20:10:29.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5045 | 2024-08-26T20:10:30.714Z | [ recovery-image] Aug 26 20:10:29.204 INFO O| Aug 26 20:10:29.204 INFO STEP 377 (remove_files) COMPLETE |
5046 | 2024-08-26T20:10:30.716Z | [ recovery-image] Aug 26 20:10:29.204 INFO O| Aug 26 20:10:29.204 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-08-26T20:10:30.723Z | [ recovery-image] Aug 26 20:10:29.214 INFO O| Aug 26 20:10:29.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5048 | 2024-08-26T20:10:30.723Z | [ recovery-image] Aug 26 20:10:29.214 INFO O| Aug 26 20:10:29.214 INFO STEP 378 (remove_files) COMPLETE |
5049 | 2024-08-26T20:10:30.726Z | [ recovery-image] Aug 26 20:10:29.214 INFO O| Aug 26 20:10:29.214 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-08-26T20:10:30.734Z | [ recovery-image] Aug 26 20:10:29.224 INFO O| Aug 26 20:10:29.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5051 | 2024-08-26T20:10:30.734Z | [ recovery-image] Aug 26 20:10:29.224 INFO O| Aug 26 20:10:29.224 INFO STEP 379 (remove_files) COMPLETE |
5052 | 2024-08-26T20:10:30.734Z | [ recovery-image] Aug 26 20:10:29.224 INFO O| Aug 26 20:10:29.224 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-08-26T20:10:30.744Z | [ recovery-image] Aug 26 20:10:29.234 INFO O| Aug 26 20:10:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5054 | 2024-08-26T20:10:30.744Z | [ recovery-image] Aug 26 20:10:29.234 INFO O| Aug 26 20:10:29.234 INFO STEP 380 (remove_files) COMPLETE |
5055 | 2024-08-26T20:10:30.746Z | [ recovery-image] Aug 26 20:10:29.234 INFO O| Aug 26 20:10:29.234 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-08-26T20:10:30.753Z | [ recovery-image] Aug 26 20:10:29.244 INFO O| Aug 26 20:10:29.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5057 | 2024-08-26T20:10:30.756Z | [ recovery-image] Aug 26 20:10:29.244 INFO O| Aug 26 20:10:29.244 INFO STEP 381 (remove_files) COMPLETE |
5058 | 2024-08-26T20:10:30.756Z | [ recovery-image] Aug 26 20:10:29.244 INFO O| Aug 26 20:10:29.244 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-08-26T20:10:30.763Z | [ recovery-image] Aug 26 20:10:29.253 INFO O| Aug 26 20:10:29.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5060 | 2024-08-26T20:10:30.763Z | [ recovery-image] Aug 26 20:10:29.253 INFO O| Aug 26 20:10:29.253 INFO STEP 382 (remove_files) COMPLETE |
5061 | 2024-08-26T20:10:30.766Z | [ recovery-image] Aug 26 20:10:29.253 INFO O| Aug 26 20:10:29.253 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-08-26T20:10:30.772Z | [ recovery-image] Aug 26 20:10:29.263 INFO O| Aug 26 20:10:29.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5063 | 2024-08-26T20:10:30.772Z | [ recovery-image] Aug 26 20:10:29.263 INFO O| Aug 26 20:10:29.263 INFO STEP 383 (remove_files) COMPLETE |
5064 | 2024-08-26T20:10:30.775Z | [ recovery-image] Aug 26 20:10:29.263 INFO O| Aug 26 20:10:29.263 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-08-26T20:10:30.782Z | [ recovery-image] Aug 26 20:10:29.273 INFO O| Aug 26 20:10:29.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5066 | 2024-08-26T20:10:30.785Z | [ recovery-image] Aug 26 20:10:29.273 INFO O| Aug 26 20:10:29.273 INFO STEP 384 (remove_files) COMPLETE |
5067 | 2024-08-26T20:10:30.785Z | [ recovery-image] Aug 26 20:10:29.273 INFO O| Aug 26 20:10:29.273 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-08-26T20:10:30.792Z | [ recovery-image] Aug 26 20:10:29.282 INFO O| Aug 26 20:10:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5069 | 2024-08-26T20:10:30.794Z | [ recovery-image] Aug 26 20:10:29.283 INFO O| Aug 26 20:10:29.283 INFO STEP 385 (remove_files) COMPLETE |
5070 | 2024-08-26T20:10:30.794Z | [ recovery-image] Aug 26 20:10:29.283 INFO O| Aug 26 20:10:29.283 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-08-26T20:10:30.802Z | [ recovery-image] Aug 26 20:10:29.292 INFO O| Aug 26 20:10:29.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5072 | 2024-08-26T20:10:30.804Z | [ recovery-image] Aug 26 20:10:29.293 INFO O| Aug 26 20:10:29.293 INFO STEP 386 (remove_files) COMPLETE |
5073 | 2024-08-26T20:10:30.804Z | [ recovery-image] Aug 26 20:10:29.293 INFO O| Aug 26 20:10:29.293 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-08-26T20:10:30.812Z | [ recovery-image] Aug 26 20:10:29.302 INFO O| Aug 26 20:10:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5075 | 2024-08-26T20:10:30.812Z | [ recovery-image] Aug 26 20:10:29.302 INFO O| Aug 26 20:10:29.302 INFO STEP 387 (remove_files) COMPLETE |
5076 | 2024-08-26T20:10:30.815Z | [ recovery-image] Aug 26 20:10:29.302 INFO O| Aug 26 20:10:29.302 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-08-26T20:10:30.821Z | [ recovery-image] Aug 26 20:10:29.312 INFO O| Aug 26 20:10:29.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5078 | 2024-08-26T20:10:30.821Z | [ recovery-image] Aug 26 20:10:29.312 INFO O| Aug 26 20:10:29.312 INFO STEP 388 (remove_files) COMPLETE |
5079 | 2024-08-26T20:10:30.824Z | [ recovery-image] Aug 26 20:10:29.312 INFO O| Aug 26 20:10:29.312 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-08-26T20:10:30.831Z | [ recovery-image] Aug 26 20:10:29.321 INFO O| Aug 26 20:10:29.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5081 | 2024-08-26T20:10:30.831Z | [ recovery-image] Aug 26 20:10:29.321 INFO O| Aug 26 20:10:29.321 INFO STEP 389 (remove_files) COMPLETE |
5082 | 2024-08-26T20:10:30.831Z | [ recovery-image] Aug 26 20:10:29.321 INFO O| Aug 26 20:10:29.321 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-08-26T20:10:30.841Z | [ recovery-image] Aug 26 20:10:29.331 INFO O| Aug 26 20:10:29.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5084 | 2024-08-26T20:10:30.841Z | [ recovery-image] Aug 26 20:10:29.331 INFO O| Aug 26 20:10:29.331 INFO STEP 390 (remove_files) COMPLETE |
5085 | 2024-08-26T20:10:30.845Z | [ recovery-image] Aug 26 20:10:29.331 INFO O| Aug 26 20:10:29.331 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-08-26T20:10:30.851Z | [ recovery-image] Aug 26 20:10:29.341 INFO O| Aug 26 20:10:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5087 | 2024-08-26T20:10:30.853Z | [ recovery-image] Aug 26 20:10:29.341 INFO O| Aug 26 20:10:29.341 INFO STEP 391 (remove_files) COMPLETE |
5088 | 2024-08-26T20:10:30.853Z | [ recovery-image] Aug 26 20:10:29.341 INFO O| Aug 26 20:10:29.341 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-08-26T20:10:30.860Z | [ recovery-image] Aug 26 20:10:29.351 INFO O| Aug 26 20:10:29.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5090 | 2024-08-26T20:10:30.860Z | [ recovery-image] Aug 26 20:10:29.351 INFO O| Aug 26 20:10:29.351 INFO STEP 392 (remove_files) COMPLETE |
5091 | 2024-08-26T20:10:30.863Z | [ recovery-image] Aug 26 20:10:29.351 INFO O| Aug 26 20:10:29.351 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-08-26T20:10:30.870Z | [ recovery-image] Aug 26 20:10:29.360 INFO O| Aug 26 20:10:29.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5093 | 2024-08-26T20:10:30.870Z | [ recovery-image] Aug 26 20:10:29.361 INFO O| Aug 26 20:10:29.361 INFO STEP 393 (remove_files) COMPLETE |
5094 | 2024-08-26T20:10:30.872Z | [ recovery-image] Aug 26 20:10:29.361 INFO O| Aug 26 20:10:29.361 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-08-26T20:10:30.879Z | [ recovery-image] Aug 26 20:10:29.370 INFO O| Aug 26 20:10:29.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5096 | 2024-08-26T20:10:30.882Z | [ recovery-image] Aug 26 20:10:29.371 INFO O| Aug 26 20:10:29.371 INFO STEP 394 (remove_files) COMPLETE |
5097 | 2024-08-26T20:10:30.882Z | [ recovery-image] Aug 26 20:10:29.371 INFO O| Aug 26 20:10:29.371 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-08-26T20:10:30.890Z | [ recovery-image] Aug 26 20:10:29.380 INFO O| Aug 26 20:10:29.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5099 | 2024-08-26T20:10:30.892Z | [ recovery-image] Aug 26 20:10:29.381 INFO O| Aug 26 20:10:29.380 INFO STEP 395 (remove_files) COMPLETE |
5100 | 2024-08-26T20:10:30.892Z | [ recovery-image] Aug 26 20:10:29.381 INFO O| Aug 26 20:10:29.381 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-08-26T20:10:30.900Z | [ recovery-image] Aug 26 20:10:29.390 INFO O| Aug 26 20:10:29.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5102 | 2024-08-26T20:10:30.902Z | [ recovery-image] Aug 26 20:10:29.390 INFO O| Aug 26 20:10:29.390 INFO STEP 396 (remove_files) COMPLETE |
5103 | 2024-08-26T20:10:30.902Z | [ recovery-image] Aug 26 20:10:29.390 INFO O| Aug 26 20:10:29.390 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-08-26T20:10:30.913Z | [ recovery-image] Aug 26 20:10:29.400 INFO O| Aug 26 20:10:29.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5105 | 2024-08-26T20:10:30.913Z | [ recovery-image] Aug 26 20:10:29.400 INFO O| Aug 26 20:10:29.400 INFO STEP 397 (remove_files) COMPLETE |
5106 | 2024-08-26T20:10:30.913Z | [ recovery-image] Aug 26 20:10:29.400 INFO O| Aug 26 20:10:29.400 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-08-26T20:10:30.919Z | [ recovery-image] Aug 26 20:10:29.409 INFO O| Aug 26 20:10:29.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5108 | 2024-08-26T20:10:30.919Z | [ recovery-image] Aug 26 20:10:29.410 INFO O| Aug 26 20:10:29.410 INFO STEP 398 (remove_files) COMPLETE |
5109 | 2024-08-26T20:10:30.921Z | [ recovery-image] Aug 26 20:10:29.410 INFO O| Aug 26 20:10:29.410 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-08-26T20:10:30.929Z | [ recovery-image] Aug 26 20:10:29.419 INFO O| Aug 26 20:10:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5111 | 2024-08-26T20:10:30.929Z | [ recovery-image] Aug 26 20:10:29.419 INFO O| Aug 26 20:10:29.419 INFO STEP 399 (remove_files) COMPLETE |
5112 | 2024-08-26T20:10:30.931Z | [ recovery-image] Aug 26 20:10:29.419 INFO O| Aug 26 20:10:29.419 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-08-26T20:10:30.938Z | [ recovery-image] Aug 26 20:10:29.429 INFO O| Aug 26 20:10:29.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5114 | 2024-08-26T20:10:30.938Z | [ recovery-image] Aug 26 20:10:29.429 INFO O| Aug 26 20:10:29.429 INFO STEP 400 (remove_files) COMPLETE |
5115 | 2024-08-26T20:10:30.941Z | [ recovery-image] Aug 26 20:10:29.429 INFO O| Aug 26 20:10:29.429 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-08-26T20:10:30.948Z | [ recovery-image] Aug 26 20:10:29.439 INFO O| Aug 26 20:10:29.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5117 | 2024-08-26T20:10:30.951Z | [ recovery-image] Aug 26 20:10:29.439 INFO O| Aug 26 20:10:29.439 INFO STEP 401 (remove_files) COMPLETE |
5118 | 2024-08-26T20:10:30.951Z | [ recovery-image] Aug 26 20:10:29.439 INFO O| Aug 26 20:10:29.439 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-08-26T20:10:30.958Z | [ recovery-image] Aug 26 20:10:29.449 INFO O| Aug 26 20:10:29.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5120 | 2024-08-26T20:10:30.959Z | [ recovery-image] Aug 26 20:10:29.449 INFO O| Aug 26 20:10:29.449 INFO STEP 402 (remove_files) COMPLETE |
5121 | 2024-08-26T20:10:30.961Z | [ recovery-image] Aug 26 20:10:29.449 INFO O| Aug 26 20:10:29.449 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-08-26T20:10:30.968Z | [ recovery-image] Aug 26 20:10:29.458 INFO O| Aug 26 20:10:29.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5123 | 2024-08-26T20:10:30.970Z | [ recovery-image] Aug 26 20:10:29.459 INFO O| Aug 26 20:10:29.458 INFO STEP 403 (remove_files) COMPLETE |
5124 | 2024-08-26T20:10:30.970Z | [ recovery-image] Aug 26 20:10:29.459 INFO O| Aug 26 20:10:29.458 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-08-26T20:10:30.978Z | [ recovery-image] Aug 26 20:10:29.468 INFO O| Aug 26 20:10:29.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5126 | 2024-08-26T20:10:30.980Z | [ recovery-image] Aug 26 20:10:29.469 INFO O| Aug 26 20:10:29.468 INFO STEP 404 (remove_files) COMPLETE |
5127 | 2024-08-26T20:10:30.980Z | [ recovery-image] Aug 26 20:10:29.469 INFO O| Aug 26 20:10:29.469 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-08-26T20:10:30.988Z | [ recovery-image] Aug 26 20:10:29.478 INFO O| Aug 26 20:10:29.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5129 | 2024-08-26T20:10:30.990Z | [ recovery-image] Aug 26 20:10:29.478 INFO O| Aug 26 20:10:29.478 INFO STEP 405 (remove_files) COMPLETE |
5130 | 2024-08-26T20:10:30.990Z | [ recovery-image] Aug 26 20:10:29.478 INFO O| Aug 26 20:10:29.478 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-08-26T20:10:30.998Z | [ recovery-image] Aug 26 20:10:29.488 INFO O| Aug 26 20:10:29.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5132 | 2024-08-26T20:10:31.000Z | [ recovery-image] Aug 26 20:10:29.488 INFO O| Aug 26 20:10:29.488 INFO STEP 406 (remove_files) COMPLETE |
5133 | 2024-08-26T20:10:31.000Z | [ recovery-image] Aug 26 20:10:29.488 INFO O| Aug 26 20:10:29.488 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-08-26T20:10:31.007Z | [ recovery-image] Aug 26 20:10:29.498 INFO O| Aug 26 20:10:29.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5135 | 2024-08-26T20:10:31.011Z | [ recovery-image] Aug 26 20:10:29.498 INFO O| Aug 26 20:10:29.498 INFO STEP 407 (remove_files) COMPLETE |
5136 | 2024-08-26T20:10:31.011Z | [ recovery-image] Aug 26 20:10:29.498 INFO O| Aug 26 20:10:29.498 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-08-26T20:10:31.017Z | [ recovery-image] Aug 26 20:10:29.507 INFO O| Aug 26 20:10:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5138 | 2024-08-26T20:10:31.019Z | [ recovery-image] Aug 26 20:10:29.507 INFO O| Aug 26 20:10:29.507 INFO STEP 408 (remove_files) COMPLETE |
5139 | 2024-08-26T20:10:31.019Z | [ recovery-image] Aug 26 20:10:29.507 INFO O| Aug 26 20:10:29.507 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-08-26T20:10:31.029Z | [ recovery-image] Aug 26 20:10:29.517 INFO O| Aug 26 20:10:29.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5141 | 2024-08-26T20:10:31.029Z | [ recovery-image] Aug 26 20:10:29.517 INFO O| Aug 26 20:10:29.517 INFO STEP 409 (remove_files) COMPLETE |
5142 | 2024-08-26T20:10:31.029Z | [ recovery-image] Aug 26 20:10:29.517 INFO O| Aug 26 20:10:29.517 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-08-26T20:10:31.036Z | [ recovery-image] Aug 26 20:10:29.527 INFO O| Aug 26 20:10:29.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5144 | 2024-08-26T20:10:31.036Z | [ recovery-image] Aug 26 20:10:29.527 INFO O| Aug 26 20:10:29.527 INFO STEP 410 (remove_files) COMPLETE |
5145 | 2024-08-26T20:10:31.038Z | [ recovery-image] Aug 26 20:10:29.527 INFO O| Aug 26 20:10:29.527 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-08-26T20:10:31.046Z | [ recovery-image] Aug 26 20:10:29.536 INFO O| Aug 26 20:10:29.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5147 | 2024-08-26T20:10:31.046Z | [ recovery-image] Aug 26 20:10:29.536 INFO O| Aug 26 20:10:29.536 INFO STEP 411 (remove_files) COMPLETE |
5148 | 2024-08-26T20:10:31.048Z | [ recovery-image] Aug 26 20:10:29.536 INFO O| Aug 26 20:10:29.536 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-08-26T20:10:31.055Z | [ recovery-image] Aug 26 20:10:29.546 INFO O| Aug 26 20:10:29.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5150 | 2024-08-26T20:10:31.058Z | [ recovery-image] Aug 26 20:10:29.546 INFO O| Aug 26 20:10:29.546 INFO STEP 412 (remove_files) COMPLETE |
5151 | 2024-08-26T20:10:31.058Z | [ recovery-image] Aug 26 20:10:29.546 INFO O| Aug 26 20:10:29.546 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-08-26T20:10:31.065Z | [ recovery-image] Aug 26 20:10:29.555 INFO O| Aug 26 20:10:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5153 | 2024-08-26T20:10:31.065Z | [ recovery-image] Aug 26 20:10:29.555 INFO O| Aug 26 20:10:29.555 INFO STEP 413 (remove_files) COMPLETE |
5154 | 2024-08-26T20:10:31.065Z | [ recovery-image] Aug 26 20:10:29.555 INFO O| Aug 26 20:10:29.555 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-08-26T20:10:31.074Z | [ recovery-image] Aug 26 20:10:29.565 INFO O| Aug 26 20:10:29.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5156 | 2024-08-26T20:10:31.074Z | [ recovery-image] Aug 26 20:10:29.565 INFO O| Aug 26 20:10:29.565 INFO STEP 414 (remove_files) COMPLETE |
5157 | 2024-08-26T20:10:31.074Z | [ recovery-image] Aug 26 20:10:29.565 INFO O| Aug 26 20:10:29.565 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-08-26T20:10:31.085Z | [ recovery-image] Aug 26 20:10:29.574 INFO O| Aug 26 20:10:29.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5159 | 2024-08-26T20:10:31.085Z | [ recovery-image] Aug 26 20:10:29.574 INFO O| Aug 26 20:10:29.574 INFO STEP 415 (remove_files) COMPLETE |
5160 | 2024-08-26T20:10:31.087Z | [ recovery-image] Aug 26 20:10:29.574 INFO O| Aug 26 20:10:29.574 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-08-26T20:10:31.093Z | [ recovery-image] Aug 26 20:10:29.584 INFO O| Aug 26 20:10:29.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5162 | 2024-08-26T20:10:31.096Z | [ recovery-image] Aug 26 20:10:29.584 INFO O| Aug 26 20:10:29.584 INFO STEP 416 (remove_files) COMPLETE |
5163 | 2024-08-26T20:10:31.096Z | [ recovery-image] Aug 26 20:10:29.584 INFO O| Aug 26 20:10:29.584 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-08-26T20:10:31.103Z | [ recovery-image] Aug 26 20:10:29.594 INFO O| Aug 26 20:10:29.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5165 | 2024-08-26T20:10:31.103Z | [ recovery-image] Aug 26 20:10:29.594 INFO O| Aug 26 20:10:29.594 INFO STEP 417 (remove_files) COMPLETE |
5166 | 2024-08-26T20:10:31.106Z | [ recovery-image] Aug 26 20:10:29.594 INFO O| Aug 26 20:10:29.594 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-08-26T20:10:31.113Z | [ recovery-image] Aug 26 20:10:29.603 INFO O| Aug 26 20:10:29.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5168 | 2024-08-26T20:10:31.115Z | [ recovery-image] Aug 26 20:10:29.604 INFO O| Aug 26 20:10:29.604 INFO STEP 418 (remove_files) COMPLETE |
5169 | 2024-08-26T20:10:31.115Z | [ recovery-image] Aug 26 20:10:29.604 INFO O| Aug 26 20:10:29.604 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-08-26T20:10:31.122Z | [ recovery-image] Aug 26 20:10:29.613 INFO O| Aug 26 20:10:29.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5171 | 2024-08-26T20:10:31.123Z | [ recovery-image] Aug 26 20:10:29.613 INFO O| Aug 26 20:10:29.613 INFO STEP 419 (remove_files) COMPLETE |
5172 | 2024-08-26T20:10:31.125Z | [ recovery-image] Aug 26 20:10:29.613 INFO O| Aug 26 20:10:29.613 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-08-26T20:10:31.132Z | [ recovery-image] Aug 26 20:10:29.623 INFO O| Aug 26 20:10:29.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5174 | 2024-08-26T20:10:31.134Z | [ recovery-image] Aug 26 20:10:29.623 INFO O| Aug 26 20:10:29.623 INFO STEP 420 (remove_files) COMPLETE |
5175 | 2024-08-26T20:10:31.134Z | [ recovery-image] Aug 26 20:10:29.623 INFO O| Aug 26 20:10:29.623 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-08-26T20:10:31.143Z | [ recovery-image] Aug 26 20:10:29.633 INFO O| Aug 26 20:10:29.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5177 | 2024-08-26T20:10:31.145Z | [ recovery-image] Aug 26 20:10:29.633 INFO O| Aug 26 20:10:29.633 INFO STEP 421 (remove_files) COMPLETE |
5178 | 2024-08-26T20:10:31.145Z | [ recovery-image] Aug 26 20:10:29.633 INFO O| Aug 26 20:10:29.633 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-08-26T20:10:31.153Z | [ recovery-image] Aug 26 20:10:29.644 INFO O| Aug 26 20:10:29.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5180 | 2024-08-26T20:10:31.153Z | [ recovery-image] Aug 26 20:10:29.644 INFO O| Aug 26 20:10:29.644 INFO STEP 422 (remove_files) COMPLETE |
5181 | 2024-08-26T20:10:31.153Z | [ recovery-image] Aug 26 20:10:29.644 INFO O| Aug 26 20:10:29.644 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-08-26T20:10:31.165Z | [ recovery-image] Aug 26 20:10:29.654 INFO O| Aug 26 20:10:29.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5183 | 2024-08-26T20:10:31.165Z | [ recovery-image] Aug 26 20:10:29.654 INFO O| Aug 26 20:10:29.654 INFO STEP 423 (remove_files) COMPLETE |
5184 | 2024-08-26T20:10:31.167Z | [ recovery-image] Aug 26 20:10:29.654 INFO O| Aug 26 20:10:29.654 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-08-26T20:10:31.174Z | [ recovery-image] Aug 26 20:10:29.665 INFO O| Aug 26 20:10:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5186 | 2024-08-26T20:10:31.174Z | [ recovery-image] Aug 26 20:10:29.665 INFO O| Aug 26 20:10:29.665 INFO STEP 424 (remove_files) COMPLETE |
5187 | 2024-08-26T20:10:31.177Z | [ recovery-image] Aug 26 20:10:29.665 INFO O| Aug 26 20:10:29.665 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-08-26T20:10:31.185Z | [ recovery-image] Aug 26 20:10:29.675 INFO O| Aug 26 20:10:29.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5189 | 2024-08-26T20:10:31.187Z | [ recovery-image] Aug 26 20:10:29.675 INFO O| Aug 26 20:10:29.675 INFO STEP 425 (remove_files) COMPLETE |
5190 | 2024-08-26T20:10:31.187Z | [ recovery-image] Aug 26 20:10:29.675 INFO O| Aug 26 20:10:29.675 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-08-26T20:10:31.195Z | [ recovery-image] Aug 26 20:10:29.686 INFO O| Aug 26 20:10:29.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5192 | 2024-08-26T20:10:31.198Z | [ recovery-image] Aug 26 20:10:29.686 INFO O| Aug 26 20:10:29.686 INFO STEP 426 (remove_files) COMPLETE |
5193 | 2024-08-26T20:10:31.198Z | [ recovery-image] Aug 26 20:10:29.686 INFO O| Aug 26 20:10:29.686 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-08-26T20:10:31.207Z | [ recovery-image] Aug 26 20:10:29.697 INFO O| Aug 26 20:10:29.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5195 | 2024-08-26T20:10:31.207Z | [ recovery-image] Aug 26 20:10:29.697 INFO O| Aug 26 20:10:29.697 INFO STEP 427 (remove_files) COMPLETE |
5196 | 2024-08-26T20:10:31.207Z | [ recovery-image] Aug 26 20:10:29.697 INFO O| Aug 26 20:10:29.697 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-08-26T20:10:31.217Z | [ recovery-image] Aug 26 20:10:29.708 INFO O| Aug 26 20:10:29.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5198 | 2024-08-26T20:10:31.219Z | [ recovery-image] Aug 26 20:10:29.708 INFO O| Aug 26 20:10:29.708 INFO STEP 428 (remove_files) COMPLETE |
5199 | 2024-08-26T20:10:31.219Z | [ recovery-image] Aug 26 20:10:29.708 INFO O| Aug 26 20:10:29.708 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-08-26T20:10:31.228Z | [ recovery-image] Aug 26 20:10:29.718 INFO O| Aug 26 20:10:29.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5201 | 2024-08-26T20:10:31.228Z | [ recovery-image] Aug 26 20:10:29.718 INFO O| Aug 26 20:10:29.718 INFO STEP 429 (remove_files) COMPLETE |
5202 | 2024-08-26T20:10:31.228Z | [ recovery-image] Aug 26 20:10:29.718 INFO O| Aug 26 20:10:29.718 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-08-26T20:10:31.238Z | [ recovery-image] Aug 26 20:10:29.728 INFO O| Aug 26 20:10:29.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5204 | 2024-08-26T20:10:31.240Z | [ recovery-image] Aug 26 20:10:29.728 INFO O| Aug 26 20:10:29.728 INFO STEP 430 (remove_files) COMPLETE |
5205 | 2024-08-26T20:10:31.240Z | [ recovery-image] Aug 26 20:10:29.728 INFO O| Aug 26 20:10:29.728 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-26T20:10:31.248Z | [ recovery-image] Aug 26 20:10:29.738 INFO O| Aug 26 20:10:29.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5207 | 2024-08-26T20:10:31.253Z | [ recovery-image] Aug 26 20:10:29.738 INFO O| Aug 26 20:10:29.738 INFO STEP 431 (remove_files) COMPLETE |
5208 | 2024-08-26T20:10:31.253Z | [ recovery-image] Aug 26 20:10:29.739 INFO O| Aug 26 20:10:29.738 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-26T20:10:31.258Z | [ recovery-image] Aug 26 20:10:29.748 INFO O| Aug 26 20:10:29.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5210 | 2024-08-26T20:10:31.258Z | [ recovery-image] Aug 26 20:10:29.748 INFO O| Aug 26 20:10:29.748 INFO STEP 432 (remove_files) COMPLETE |
5211 | 2024-08-26T20:10:31.260Z | [ recovery-image] Aug 26 20:10:29.748 INFO O| Aug 26 20:10:29.748 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-26T20:10:31.270Z | [ recovery-image] Aug 26 20:10:29.760 INFO O| Aug 26 20:10:29.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5213 | 2024-08-26T20:10:31.270Z | [ recovery-image] Aug 26 20:10:29.760 INFO O| Aug 26 20:10:29.760 INFO STEP 433 (remove_files) COMPLETE |
5214 | 2024-08-26T20:10:31.272Z | [ recovery-image] Aug 26 20:10:29.760 INFO O| Aug 26 20:10:29.760 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-26T20:10:31.280Z | [ recovery-image] Aug 26 20:10:29.771 INFO O| Aug 26 20:10:29.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5216 | 2024-08-26T20:10:31.280Z | [ recovery-image] Aug 26 20:10:29.771 INFO O| Aug 26 20:10:29.771 INFO STEP 434 (remove_files) COMPLETE |
5217 | 2024-08-26T20:10:31.283Z | [ recovery-image] Aug 26 20:10:29.771 INFO O| Aug 26 20:10:29.771 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-26T20:10:31.292Z | [ recovery-image] Aug 26 20:10:29.781 INFO O| Aug 26 20:10:29.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5219 | 2024-08-26T20:10:31.292Z | [ recovery-image] Aug 26 20:10:29.781 INFO O| Aug 26 20:10:29.781 INFO STEP 435 (remove_files) COMPLETE |
5220 | 2024-08-26T20:10:31.292Z | [ recovery-image] Aug 26 20:10:29.781 INFO O| Aug 26 20:10:29.781 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-26T20:10:31.300Z | [ recovery-image] Aug 26 20:10:29.791 INFO O| Aug 26 20:10:29.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5222 | 2024-08-26T20:10:31.300Z | [ recovery-image] Aug 26 20:10:29.791 INFO O| Aug 26 20:10:29.791 INFO STEP 436 (remove_files) COMPLETE |
5223 | 2024-08-26T20:10:31.300Z | [ recovery-image] Aug 26 20:10:29.791 INFO O| Aug 26 20:10:29.791 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-08-26T20:10:31.310Z | [ recovery-image] Aug 26 20:10:29.801 INFO O| Aug 26 20:10:29.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5225 | 2024-08-26T20:10:31.310Z | [ recovery-image] Aug 26 20:10:29.801 INFO O| Aug 26 20:10:29.801 INFO STEP 437 (remove_files) COMPLETE |
5226 | 2024-08-26T20:10:31.310Z | [ recovery-image] Aug 26 20:10:29.801 INFO O| Aug 26 20:10:29.801 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-26T20:10:31.320Z | [ recovery-image] Aug 26 20:10:29.810 INFO O| Aug 26 20:10:29.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5228 | 2024-08-26T20:10:31.320Z | [ recovery-image] Aug 26 20:10:29.811 INFO O| Aug 26 20:10:29.810 INFO STEP 438 (remove_files) COMPLETE |
5229 | 2024-08-26T20:10:31.320Z | [ recovery-image] Aug 26 20:10:29.811 INFO O| Aug 26 20:10:29.811 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-26T20:10:31.330Z | [ recovery-image] Aug 26 20:10:29.820 INFO O| Aug 26 20:10:29.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5231 | 2024-08-26T20:10:31.330Z | [ recovery-image] Aug 26 20:10:29.820 INFO O| Aug 26 20:10:29.820 INFO STEP 439 (remove_files) COMPLETE |
5232 | 2024-08-26T20:10:31.332Z | [ recovery-image] Aug 26 20:10:29.820 INFO O| Aug 26 20:10:29.820 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-08-26T20:10:31.339Z | [ recovery-image] Aug 26 20:10:29.830 INFO O| Aug 26 20:10:29.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5234 | 2024-08-26T20:10:31.342Z | [ recovery-image] Aug 26 20:10:29.830 INFO O| Aug 26 20:10:29.830 INFO STEP 440 (remove_files) COMPLETE |
5235 | 2024-08-26T20:10:31.342Z | [ recovery-image] Aug 26 20:10:29.830 INFO O| Aug 26 20:10:29.830 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-08-26T20:10:31.349Z | [ recovery-image] Aug 26 20:10:29.839 INFO O| Aug 26 20:10:29.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5237 | 2024-08-26T20:10:31.349Z | [ recovery-image] Aug 26 20:10:29.839 INFO O| Aug 26 20:10:29.839 INFO STEP 441 (remove_files) COMPLETE |
5238 | 2024-08-26T20:10:31.349Z | [ recovery-image] Aug 26 20:10:29.840 INFO O| Aug 26 20:10:29.839 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-08-26T20:10:31.358Z | [ recovery-image] Aug 26 20:10:29.849 INFO O| Aug 26 20:10:29.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5240 | 2024-08-26T20:10:31.358Z | [ recovery-image] Aug 26 20:10:29.849 INFO O| Aug 26 20:10:29.849 INFO STEP 442 (remove_files) COMPLETE |
5241 | 2024-08-26T20:10:31.359Z | [ recovery-image] Aug 26 20:10:29.849 INFO O| Aug 26 20:10:29.849 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-08-26T20:10:31.368Z | [ recovery-image] Aug 26 20:10:29.859 INFO O| Aug 26 20:10:29.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5243 | 2024-08-26T20:10:31.368Z | [ recovery-image] Aug 26 20:10:29.859 INFO O| Aug 26 20:10:29.859 INFO STEP 443 (remove_files) COMPLETE |
5244 | 2024-08-26T20:10:31.370Z | [ recovery-image] Aug 26 20:10:29.859 INFO O| Aug 26 20:10:29.859 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-08-26T20:10:31.379Z | [ recovery-image] Aug 26 20:10:29.868 INFO O| Aug 26 20:10:29.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5246 | 2024-08-26T20:10:31.381Z | [ recovery-image] Aug 26 20:10:29.868 INFO O| Aug 26 20:10:29.868 INFO STEP 444 (remove_files) COMPLETE |
5247 | 2024-08-26T20:10:31.381Z | [ recovery-image] Aug 26 20:10:29.868 INFO O| Aug 26 20:10:29.868 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-08-26T20:10:31.387Z | [ recovery-image] Aug 26 20:10:29.878 INFO O| Aug 26 20:10:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5249 | 2024-08-26T20:10:31.390Z | [ recovery-image] Aug 26 20:10:29.878 INFO O| Aug 26 20:10:29.878 INFO STEP 445 (remove_files) COMPLETE |
5250 | 2024-08-26T20:10:31.390Z | [ recovery-image] Aug 26 20:10:29.878 INFO O| Aug 26 20:10:29.878 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-08-26T20:10:31.397Z | [ recovery-image] Aug 26 20:10:29.888 INFO O| Aug 26 20:10:29.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5252 | 2024-08-26T20:10:31.397Z | [ recovery-image] Aug 26 20:10:29.888 INFO O| Aug 26 20:10:29.888 INFO STEP 446 (remove_files) COMPLETE |
5253 | 2024-08-26T20:10:31.397Z | [ recovery-image] Aug 26 20:10:29.888 INFO O| Aug 26 20:10:29.888 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-08-26T20:10:31.407Z | [ recovery-image] Aug 26 20:10:29.897 INFO O| Aug 26 20:10:29.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5255 | 2024-08-26T20:10:31.407Z | [ recovery-image] Aug 26 20:10:29.897 INFO O| Aug 26 20:10:29.897 INFO STEP 447 (remove_files) COMPLETE |
5256 | 2024-08-26T20:10:31.410Z | [ recovery-image] Aug 26 20:10:29.897 INFO O| Aug 26 20:10:29.897 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-08-26T20:10:31.416Z | [ recovery-image] Aug 26 20:10:29.907 INFO O| Aug 26 20:10:29.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5258 | 2024-08-26T20:10:31.416Z | [ recovery-image] Aug 26 20:10:29.907 INFO O| Aug 26 20:10:29.907 INFO STEP 448 (remove_files) COMPLETE |
5259 | 2024-08-26T20:10:31.419Z | [ recovery-image] Aug 26 20:10:29.907 INFO O| Aug 26 20:10:29.907 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-08-26T20:10:31.426Z | [ recovery-image] Aug 26 20:10:29.916 INFO O| Aug 26 20:10:29.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5261 | 2024-08-26T20:10:31.426Z | [ recovery-image] Aug 26 20:10:29.916 INFO O| Aug 26 20:10:29.916 INFO STEP 449 (remove_files) COMPLETE |
5262 | 2024-08-26T20:10:31.426Z | [ recovery-image] Aug 26 20:10:29.916 INFO O| Aug 26 20:10:29.916 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-08-26T20:10:31.436Z | [ recovery-image] Aug 26 20:10:29.926 INFO O| Aug 26 20:10:29.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5264 | 2024-08-26T20:10:31.436Z | [ recovery-image] Aug 26 20:10:29.926 INFO O| Aug 26 20:10:29.926 INFO STEP 450 (remove_files) COMPLETE |
5265 | 2024-08-26T20:10:31.438Z | [ recovery-image] Aug 26 20:10:29.926 INFO O| Aug 26 20:10:29.926 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-08-26T20:10:31.445Z | [ recovery-image] Aug 26 20:10:29.936 INFO O| Aug 26 20:10:29.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5267 | 2024-08-26T20:10:31.447Z | [ recovery-image] Aug 26 20:10:29.936 INFO O| Aug 26 20:10:29.936 INFO STEP 451 (remove_files) COMPLETE |
5268 | 2024-08-26T20:10:31.447Z | [ recovery-image] Aug 26 20:10:29.936 INFO O| Aug 26 20:10:29.936 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-08-26T20:10:31.454Z | [ recovery-image] Aug 26 20:10:29.945 INFO O| Aug 26 20:10:29.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5270 | 2024-08-26T20:10:31.457Z | [ recovery-image] Aug 26 20:10:29.945 INFO O| Aug 26 20:10:29.945 INFO STEP 452 (remove_files) COMPLETE |
5271 | 2024-08-26T20:10:31.457Z | [ recovery-image] Aug 26 20:10:29.945 INFO O| Aug 26 20:10:29.945 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-08-26T20:10:31.464Z | [ recovery-image] Aug 26 20:10:29.955 INFO O| Aug 26 20:10:29.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5273 | 2024-08-26T20:10:31.464Z | [ recovery-image] Aug 26 20:10:29.955 INFO O| Aug 26 20:10:29.955 INFO STEP 453 (remove_files) COMPLETE |
5274 | 2024-08-26T20:10:31.467Z | [ recovery-image] Aug 26 20:10:29.955 INFO O| Aug 26 20:10:29.955 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-08-26T20:10:31.474Z | [ recovery-image] Aug 26 20:10:29.965 INFO O| Aug 26 20:10:29.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5276 | 2024-08-26T20:10:31.477Z | [ recovery-image] Aug 26 20:10:29.965 INFO O| Aug 26 20:10:29.965 INFO STEP 454 (remove_files) COMPLETE |
5277 | 2024-08-26T20:10:31.477Z | [ recovery-image] Aug 26 20:10:29.965 INFO O| Aug 26 20:10:29.965 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-08-26T20:10:31.484Z | [ recovery-image] Aug 26 20:10:29.974 INFO O| Aug 26 20:10:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5279 | 2024-08-26T20:10:31.484Z | [ recovery-image] Aug 26 20:10:29.974 INFO O| Aug 26 20:10:29.974 INFO STEP 455 (remove_files) COMPLETE |
5280 | 2024-08-26T20:10:31.484Z | [ recovery-image] Aug 26 20:10:29.974 INFO O| Aug 26 20:10:29.974 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-08-26T20:10:31.493Z | [ recovery-image] Aug 26 20:10:29.984 INFO O| Aug 26 20:10:29.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5282 | 2024-08-26T20:10:31.493Z | [ recovery-image] Aug 26 20:10:29.984 INFO O| Aug 26 20:10:29.984 INFO STEP 456 (remove_files) COMPLETE |
5283 | 2024-08-26T20:10:31.496Z | [ recovery-image] Aug 26 20:10:29.984 INFO O| Aug 26 20:10:29.984 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-08-26T20:10:31.503Z | [ recovery-image] Aug 26 20:10:29.993 INFO O| Aug 26 20:10:29.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5285 | 2024-08-26T20:10:31.503Z | [ recovery-image] Aug 26 20:10:29.993 INFO O| Aug 26 20:10:29.993 INFO STEP 457 (remove_files) COMPLETE |
5286 | 2024-08-26T20:10:31.503Z | [ recovery-image] Aug 26 20:10:29.993 INFO O| Aug 26 20:10:29.993 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-08-26T20:10:31.513Z | [ recovery-image] Aug 26 20:10:30.003 INFO O| Aug 26 20:10:30.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5288 | 2024-08-26T20:10:31.513Z | [ recovery-image] Aug 26 20:10:30.003 INFO O| Aug 26 20:10:30.003 INFO STEP 458 (remove_files) COMPLETE |
5289 | 2024-08-26T20:10:31.513Z | [ recovery-image] Aug 26 20:10:30.003 INFO O| Aug 26 20:10:30.003 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-08-26T20:10:31.527Z | [ recovery-image] Aug 26 20:10:30.017 INFO O| Aug 26 20:10:30.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5291 | 2024-08-26T20:10:31.527Z | [ recovery-image] Aug 26 20:10:30.018 INFO O| Aug 26 20:10:30.017 INFO STEP 459 (remove_files) COMPLETE |
5292 | 2024-08-26T20:10:31.527Z | [ recovery-image] Aug 26 20:10:30.018 INFO O| Aug 26 20:10:30.018 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-08-26T20:10:31.541Z | [ recovery-image] Aug 26 20:10:30.032 INFO O| Aug 26 20:10:30.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5294 | 2024-08-26T20:10:31.544Z | [ recovery-image] Aug 26 20:10:30.032 INFO O| Aug 26 20:10:30.032 INFO STEP 460 (remove_files) COMPLETE |
5295 | 2024-08-26T20:10:31.544Z | [ recovery-image] Aug 26 20:10:30.032 INFO O| Aug 26 20:10:30.032 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-08-26T20:10:31.554Z | [ recovery-image] Aug 26 20:10:30.045 INFO O| Aug 26 20:10:30.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5297 | 2024-08-26T20:10:31.557Z | [ recovery-image] Aug 26 20:10:30.045 INFO O| Aug 26 20:10:30.045 INFO STEP 461 (remove_files) COMPLETE |
5298 | 2024-08-26T20:10:31.557Z | [ recovery-image] Aug 26 20:10:30.045 INFO O| Aug 26 20:10:30.045 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-08-26T20:10:31.565Z | [ recovery-image] Aug 26 20:10:30.056 INFO O| Aug 26 20:10:30.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5300 | 2024-08-26T20:10:31.565Z | [ recovery-image] Aug 26 20:10:30.056 INFO O| Aug 26 20:10:30.056 INFO STEP 462 (remove_files) COMPLETE |
5301 | 2024-08-26T20:10:31.568Z | [ recovery-image] Aug 26 20:10:30.056 INFO O| Aug 26 20:10:30.056 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-08-26T20:10:31.576Z | [ recovery-image] Aug 26 20:10:30.067 INFO O| Aug 26 20:10:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5303 | 2024-08-26T20:10:31.579Z | [ recovery-image] Aug 26 20:10:30.067 INFO O| Aug 26 20:10:30.067 INFO STEP 463 (remove_files) COMPLETE |
5304 | 2024-08-26T20:10:31.579Z | [ recovery-image] Aug 26 20:10:30.067 INFO O| Aug 26 20:10:30.067 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-08-26T20:10:31.588Z | [ recovery-image] Aug 26 20:10:30.077 INFO O| Aug 26 20:10:30.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5306 | 2024-08-26T20:10:31.588Z | [ recovery-image] Aug 26 20:10:30.077 INFO O| Aug 26 20:10:30.077 INFO STEP 464 (remove_files) COMPLETE |
5307 | 2024-08-26T20:10:31.591Z | [ recovery-image] Aug 26 20:10:30.077 INFO O| Aug 26 20:10:30.077 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-08-26T20:10:31.597Z | [ recovery-image] Aug 26 20:10:30.087 INFO O| Aug 26 20:10:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5309 | 2024-08-26T20:10:31.599Z | [ recovery-image] Aug 26 20:10:30.087 INFO O| Aug 26 20:10:30.087 INFO STEP 465 (remove_files) COMPLETE |
5310 | 2024-08-26T20:10:31.599Z | [ recovery-image] Aug 26 20:10:30.088 INFO O| Aug 26 20:10:30.087 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-08-26T20:10:31.606Z | [ recovery-image] Aug 26 20:10:30.097 INFO O| Aug 26 20:10:30.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5312 | 2024-08-26T20:10:31.606Z | [ recovery-image] Aug 26 20:10:30.097 INFO O| Aug 26 20:10:30.097 INFO STEP 466 (remove_files) COMPLETE |
5313 | 2024-08-26T20:10:31.609Z | [ recovery-image] Aug 26 20:10:30.097 INFO O| Aug 26 20:10:30.097 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-08-26T20:10:31.617Z | [ recovery-image] Aug 26 20:10:30.107 INFO O| Aug 26 20:10:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5315 | 2024-08-26T20:10:31.617Z | [ recovery-image] Aug 26 20:10:30.107 INFO O| Aug 26 20:10:30.107 INFO STEP 467 (remove_files) COMPLETE |
5316 | 2024-08-26T20:10:31.620Z | [ recovery-image] Aug 26 20:10:30.107 INFO O| Aug 26 20:10:30.107 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-08-26T20:10:31.626Z | [ recovery-image] Aug 26 20:10:30.117 INFO O| Aug 26 20:10:30.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5318 | 2024-08-26T20:10:31.626Z | [ recovery-image] Aug 26 20:10:30.117 INFO O| Aug 26 20:10:30.117 INFO STEP 468 (remove_files) COMPLETE |
5319 | 2024-08-26T20:10:31.628Z | [ recovery-image] Aug 26 20:10:30.117 INFO O| Aug 26 20:10:30.117 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-08-26T20:10:31.636Z | [ recovery-image] Aug 26 20:10:30.126 INFO O| Aug 26 20:10:30.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5321 | 2024-08-26T20:10:31.636Z | [ recovery-image] Aug 26 20:10:30.127 INFO O| Aug 26 20:10:30.126 INFO STEP 469 (remove_files) COMPLETE |
5322 | 2024-08-26T20:10:31.636Z | [ recovery-image] Aug 26 20:10:30.127 INFO O| Aug 26 20:10:30.127 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-08-26T20:10:31.645Z | [ recovery-image] Aug 26 20:10:30.136 INFO O| Aug 26 20:10:30.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5324 | 2024-08-26T20:10:31.645Z | [ recovery-image] Aug 26 20:10:30.136 INFO O| Aug 26 20:10:30.136 INFO STEP 470 (remove_files) COMPLETE |
5325 | 2024-08-26T20:10:31.645Z | [ recovery-image] Aug 26 20:10:30.136 INFO O| Aug 26 20:10:30.136 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-08-26T20:10:31.655Z | [ recovery-image] Aug 26 20:10:30.145 INFO O| Aug 26 20:10:30.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5327 | 2024-08-26T20:10:31.655Z | [ recovery-image] Aug 26 20:10:30.145 INFO O| Aug 26 20:10:30.145 INFO STEP 471 (remove_files) COMPLETE |
5328 | 2024-08-26T20:10:31.655Z | [ recovery-image] Aug 26 20:10:30.145 INFO O| Aug 26 20:10:30.145 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-08-26T20:10:31.664Z | [ recovery-image] Aug 26 20:10:30.155 INFO O| Aug 26 20:10:30.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5330 | 2024-08-26T20:10:31.664Z | [ recovery-image] Aug 26 20:10:30.155 INFO O| Aug 26 20:10:30.155 INFO STEP 472 (remove_files) COMPLETE |
5331 | 2024-08-26T20:10:31.667Z | [ recovery-image] Aug 26 20:10:30.155 INFO O| Aug 26 20:10:30.155 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-08-26T20:10:31.674Z | [ recovery-image] Aug 26 20:10:30.164 INFO O| Aug 26 20:10:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5333 | 2024-08-26T20:10:31.676Z | [ recovery-image] Aug 26 20:10:30.165 INFO O| Aug 26 20:10:30.165 INFO STEP 473 (remove_files) COMPLETE |
5334 | 2024-08-26T20:10:31.676Z | [ recovery-image] Aug 26 20:10:30.165 INFO O| Aug 26 20:10:30.165 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-08-26T20:10:31.684Z | [ recovery-image] Aug 26 20:10:30.174 INFO O| Aug 26 20:10:30.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5336 | 2024-08-26T20:10:31.684Z | [ recovery-image] Aug 26 20:10:30.174 INFO O| Aug 26 20:10:30.174 INFO STEP 474 (remove_files) COMPLETE |
5337 | 2024-08-26T20:10:31.686Z | [ recovery-image] Aug 26 20:10:30.174 INFO O| Aug 26 20:10:30.174 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-08-26T20:10:31.693Z | [ recovery-image] Aug 26 20:10:30.184 INFO O| Aug 26 20:10:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5339 | 2024-08-26T20:10:31.693Z | [ recovery-image] Aug 26 20:10:30.184 INFO O| Aug 26 20:10:30.184 INFO STEP 475 (remove_files) COMPLETE |
5340 | 2024-08-26T20:10:31.696Z | [ recovery-image] Aug 26 20:10:30.184 INFO O| Aug 26 20:10:30.184 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-08-26T20:10:31.703Z | [ recovery-image] Aug 26 20:10:30.194 INFO O| Aug 26 20:10:30.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5342 | 2024-08-26T20:10:31.705Z | [ recovery-image] Aug 26 20:10:30.194 INFO O| Aug 26 20:10:30.194 INFO STEP 476 (remove_files) COMPLETE |
5343 | 2024-08-26T20:10:31.705Z | [ recovery-image] Aug 26 20:10:30.194 INFO O| Aug 26 20:10:30.194 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-08-26T20:10:31.713Z | [ recovery-image] Aug 26 20:10:30.203 INFO O| Aug 26 20:10:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5345 | 2024-08-26T20:10:31.715Z | [ recovery-image] Aug 26 20:10:30.203 INFO O| Aug 26 20:10:30.203 INFO STEP 477 (remove_files) COMPLETE |
5346 | 2024-08-26T20:10:31.715Z | [ recovery-image] Aug 26 20:10:30.203 INFO O| Aug 26 20:10:30.203 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-08-26T20:10:31.722Z | [ recovery-image] Aug 26 20:10:30.213 INFO O| Aug 26 20:10:30.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5348 | 2024-08-26T20:10:31.722Z | [ recovery-image] Aug 26 20:10:30.213 INFO O| Aug 26 20:10:30.213 INFO STEP 478 (remove_files) COMPLETE |
5349 | 2024-08-26T20:10:31.722Z | [ recovery-image] Aug 26 20:10:30.213 INFO O| Aug 26 20:10:30.213 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-08-26T20:10:31.732Z | [ recovery-image] Aug 26 20:10:30.222 INFO O| Aug 26 20:10:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5351 | 2024-08-26T20:10:31.732Z | [ recovery-image] Aug 26 20:10:30.222 INFO O| Aug 26 20:10:30.222 INFO STEP 479 (remove_files) COMPLETE |
5352 | 2024-08-26T20:10:31.734Z | [ recovery-image] Aug 26 20:10:30.222 INFO O| Aug 26 20:10:30.222 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-08-26T20:10:31.750Z | [ recovery-image] Aug 26 20:10:30.232 INFO O| Aug 26 20:10:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5354 | 2024-08-26T20:10:31.750Z | [ recovery-image] Aug 26 20:10:30.232 INFO O| Aug 26 20:10:30.232 INFO STEP 480 (remove_files) COMPLETE |
5355 | 2024-08-26T20:10:31.751Z | [ recovery-image] Aug 26 20:10:30.232 INFO O| Aug 26 20:10:30.232 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-08-26T20:10:31.754Z | [ recovery-image] Aug 26 20:10:30.241 INFO O| Aug 26 20:10:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5357 | 2024-08-26T20:10:31.754Z | [ recovery-image] Aug 26 20:10:30.242 INFO O| Aug 26 20:10:30.242 INFO STEP 481 (remove_files) COMPLETE |
5358 | 2024-08-26T20:10:31.754Z | [ recovery-image] Aug 26 20:10:30.242 INFO O| Aug 26 20:10:30.242 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-08-26T20:10:31.761Z | [ recovery-image] Aug 26 20:10:30.251 INFO O| Aug 26 20:10:30.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5360 | 2024-08-26T20:10:31.761Z | [ recovery-image] Aug 26 20:10:30.252 INFO O| Aug 26 20:10:30.251 INFO STEP 482 (remove_files) COMPLETE |
5361 | 2024-08-26T20:10:31.761Z | [ recovery-image] Aug 26 20:10:30.252 INFO O| Aug 26 20:10:30.252 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-08-26T20:10:31.772Z | [ recovery-image] Aug 26 20:10:30.262 INFO O| Aug 26 20:10:30.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5363 | 2024-08-26T20:10:31.772Z | [ recovery-image] Aug 26 20:10:30.262 INFO O| Aug 26 20:10:30.262 INFO STEP 483 (remove_files) COMPLETE |
5364 | 2024-08-26T20:10:31.774Z | [ recovery-image] Aug 26 20:10:30.262 INFO O| Aug 26 20:10:30.262 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-08-26T20:10:31.783Z | [ recovery-image] Aug 26 20:10:30.273 INFO O| Aug 26 20:10:30.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5366 | 2024-08-26T20:10:31.783Z | [ recovery-image] Aug 26 20:10:30.273 INFO O| Aug 26 20:10:30.273 INFO STEP 484 (remove_files) COMPLETE |
5367 | 2024-08-26T20:10:31.783Z | [ recovery-image] Aug 26 20:10:30.273 INFO O| Aug 26 20:10:30.273 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-08-26T20:10:31.793Z | [ recovery-image] Aug 26 20:10:30.284 INFO O| Aug 26 20:10:30.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5369 | 2024-08-26T20:10:31.793Z | [ recovery-image] Aug 26 20:10:30.284 INFO O| Aug 26 20:10:30.284 INFO STEP 485 (remove_files) COMPLETE |
5370 | 2024-08-26T20:10:31.793Z | [ recovery-image] Aug 26 20:10:30.284 INFO O| Aug 26 20:10:30.284 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-08-26T20:10:31.804Z | [ recovery-image] Aug 26 20:10:30.294 INFO O| Aug 26 20:10:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5372 | 2024-08-26T20:10:31.804Z | [ recovery-image] Aug 26 20:10:30.294 INFO O| Aug 26 20:10:30.294 INFO STEP 486 (remove_files) COMPLETE |
5373 | 2024-08-26T20:10:31.806Z | [ recovery-image] Aug 26 20:10:30.294 INFO O| Aug 26 20:10:30.294 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-08-26T20:10:31.813Z | [ recovery-image] Aug 26 20:10:30.304 INFO O| Aug 26 20:10:30.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5375 | 2024-08-26T20:10:31.816Z | [ recovery-image] Aug 26 20:10:30.304 INFO O| Aug 26 20:10:30.304 INFO STEP 487 (remove_files) COMPLETE |
5376 | 2024-08-26T20:10:31.816Z | [ recovery-image] Aug 26 20:10:30.304 INFO O| Aug 26 20:10:30.304 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-08-26T20:10:31.825Z | [ recovery-image] Aug 26 20:10:30.313 INFO O| Aug 26 20:10:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5378 | 2024-08-26T20:10:31.827Z | [ recovery-image] Aug 26 20:10:30.313 INFO O| Aug 26 20:10:30.313 INFO STEP 488 (remove_files) COMPLETE |
5379 | 2024-08-26T20:10:31.827Z | [ recovery-image] Aug 26 20:10:30.313 INFO O| Aug 26 20:10:30.313 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-08-26T20:10:31.832Z | [ recovery-image] Aug 26 20:10:30.323 INFO O| Aug 26 20:10:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5381 | 2024-08-26T20:10:31.835Z | [ recovery-image] Aug 26 20:10:30.323 INFO O| Aug 26 20:10:30.323 INFO STEP 489 (remove_files) COMPLETE |
5382 | 2024-08-26T20:10:31.835Z | [ recovery-image] Aug 26 20:10:30.323 INFO O| Aug 26 20:10:30.323 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-08-26T20:10:31.842Z | [ recovery-image] Aug 26 20:10:30.332 INFO O| Aug 26 20:10:30.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5384 | 2024-08-26T20:10:31.844Z | [ recovery-image] Aug 26 20:10:30.332 INFO O| Aug 26 20:10:30.332 INFO STEP 490 (remove_files) COMPLETE |
5385 | 2024-08-26T20:10:31.844Z | [ recovery-image] Aug 26 20:10:30.332 INFO O| Aug 26 20:10:30.332 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-08-26T20:10:31.851Z | [ recovery-image] Aug 26 20:10:30.342 INFO O| Aug 26 20:10:30.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5387 | 2024-08-26T20:10:31.854Z | [ recovery-image] Aug 26 20:10:30.342 INFO O| Aug 26 20:10:30.342 INFO STEP 491 (remove_files) COMPLETE |
5388 | 2024-08-26T20:10:31.854Z | [ recovery-image] Aug 26 20:10:30.342 INFO O| Aug 26 20:10:30.342 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-08-26T20:10:31.861Z | [ recovery-image] Aug 26 20:10:30.351 INFO O| Aug 26 20:10:30.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5390 | 2024-08-26T20:10:31.863Z | [ recovery-image] Aug 26 20:10:30.351 INFO O| Aug 26 20:10:30.351 INFO STEP 492 (remove_files) COMPLETE |
5391 | 2024-08-26T20:10:31.863Z | [ recovery-image] Aug 26 20:10:30.351 INFO O| Aug 26 20:10:30.351 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-08-26T20:10:31.870Z | [ recovery-image] Aug 26 20:10:30.361 INFO O| Aug 26 20:10:30.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5393 | 2024-08-26T20:10:31.870Z | [ recovery-image] Aug 26 20:10:30.361 INFO O| Aug 26 20:10:30.361 INFO STEP 493 (remove_files) COMPLETE |
5394 | 2024-08-26T20:10:31.873Z | [ recovery-image] Aug 26 20:10:30.361 INFO O| Aug 26 20:10:30.361 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-08-26T20:10:31.880Z | [ recovery-image] Aug 26 20:10:30.370 INFO O| Aug 26 20:10:30.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5396 | 2024-08-26T20:10:31.880Z | [ recovery-image] Aug 26 20:10:30.370 INFO O| Aug 26 20:10:30.370 INFO STEP 494 (remove_files) COMPLETE |
5397 | 2024-08-26T20:10:31.880Z | [ recovery-image] Aug 26 20:10:30.371 INFO O| Aug 26 20:10:30.370 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-08-26T20:10:31.889Z | [ recovery-image] Aug 26 20:10:30.380 INFO O| Aug 26 20:10:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5399 | 2024-08-26T20:10:31.889Z | [ recovery-image] Aug 26 20:10:30.380 INFO O| Aug 26 20:10:30.380 INFO STEP 495 (remove_files) COMPLETE |
5400 | 2024-08-26T20:10:31.892Z | [ recovery-image] Aug 26 20:10:30.380 INFO O| Aug 26 20:10:30.380 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-08-26T20:10:31.899Z | [ recovery-image] Aug 26 20:10:30.389 INFO O| Aug 26 20:10:30.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5402 | 2024-08-26T20:10:31.899Z | [ recovery-image] Aug 26 20:10:30.390 INFO O| Aug 26 20:10:30.390 INFO STEP 496 (remove_files) COMPLETE |
5403 | 2024-08-26T20:10:31.902Z | [ recovery-image] Aug 26 20:10:30.390 INFO O| Aug 26 20:10:30.390 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-08-26T20:10:31.909Z | [ recovery-image] Aug 26 20:10:30.399 INFO O| Aug 26 20:10:30.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5405 | 2024-08-26T20:10:31.909Z | [ recovery-image] Aug 26 20:10:30.399 INFO O| Aug 26 20:10:30.399 INFO STEP 497 (remove_files) COMPLETE |
5406 | 2024-08-26T20:10:31.911Z | [ recovery-image] Aug 26 20:10:30.399 INFO O| Aug 26 20:10:30.399 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-08-26T20:10:31.918Z | [ recovery-image] Aug 26 20:10:30.409 INFO O| Aug 26 20:10:30.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5408 | 2024-08-26T20:10:31.920Z | [ recovery-image] Aug 26 20:10:30.409 INFO O| Aug 26 20:10:30.409 INFO STEP 498 (remove_files) COMPLETE |
5409 | 2024-08-26T20:10:31.920Z | [ recovery-image] Aug 26 20:10:30.409 INFO O| Aug 26 20:10:30.409 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-08-26T20:10:31.928Z | [ recovery-image] Aug 26 20:10:30.418 INFO O| Aug 26 20:10:30.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5411 | 2024-08-26T20:10:31.928Z | [ recovery-image] Aug 26 20:10:30.418 INFO O| Aug 26 20:10:30.418 INFO STEP 499 (remove_files) COMPLETE |
5412 | 2024-08-26T20:10:31.928Z | [ recovery-image] Aug 26 20:10:30.418 INFO O| Aug 26 20:10:30.418 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-08-26T20:10:31.937Z | [ recovery-image] Aug 26 20:10:30.428 INFO O| Aug 26 20:10:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5414 | 2024-08-26T20:10:31.937Z | [ recovery-image] Aug 26 20:10:30.428 INFO O| Aug 26 20:10:30.428 INFO STEP 500 (remove_files) COMPLETE |
5415 | 2024-08-26T20:10:31.937Z | [ recovery-image] Aug 26 20:10:30.428 INFO O| Aug 26 20:10:30.428 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-08-26T20:10:31.946Z | [ recovery-image] Aug 26 20:10:30.437 INFO O| Aug 26 20:10:30.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5417 | 2024-08-26T20:10:31.947Z | [ recovery-image] Aug 26 20:10:30.437 INFO O| Aug 26 20:10:30.437 INFO STEP 501 (remove_files) COMPLETE |
5418 | 2024-08-26T20:10:31.947Z | [ recovery-image] Aug 26 20:10:30.437 INFO O| Aug 26 20:10:30.437 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-08-26T20:10:31.956Z | [ recovery-image] Aug 26 20:10:30.446 INFO O| Aug 26 20:10:30.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5420 | 2024-08-26T20:10:31.956Z | [ recovery-image] Aug 26 20:10:30.447 INFO O| Aug 26 20:10:30.447 INFO STEP 502 (remove_files) COMPLETE |
5421 | 2024-08-26T20:10:31.956Z | [ recovery-image] Aug 26 20:10:30.447 INFO O| Aug 26 20:10:30.447 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-08-26T20:10:31.965Z | [ recovery-image] Aug 26 20:10:30.456 INFO O| Aug 26 20:10:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5423 | 2024-08-26T20:10:31.966Z | [ recovery-image] Aug 26 20:10:30.456 INFO O| Aug 26 20:10:30.456 INFO STEP 503 (remove_files) COMPLETE |
5424 | 2024-08-26T20:10:31.966Z | [ recovery-image] Aug 26 20:10:30.456 INFO O| Aug 26 20:10:30.456 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-08-26T20:10:31.975Z | [ recovery-image] Aug 26 20:10:30.465 INFO O| Aug 26 20:10:30.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5426 | 2024-08-26T20:10:31.975Z | [ recovery-image] Aug 26 20:10:30.465 INFO O| Aug 26 20:10:30.465 INFO STEP 504 (remove_files) COMPLETE |
5427 | 2024-08-26T20:10:31.978Z | [ recovery-image] Aug 26 20:10:30.465 INFO O| Aug 26 20:10:30.465 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-08-26T20:10:31.984Z | [ recovery-image] Aug 26 20:10:30.475 INFO O| Aug 26 20:10:30.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5429 | 2024-08-26T20:10:31.984Z | [ recovery-image] Aug 26 20:10:30.475 INFO O| Aug 26 20:10:30.475 INFO STEP 505 (remove_files) COMPLETE |
5430 | 2024-08-26T20:10:31.984Z | [ recovery-image] Aug 26 20:10:30.475 INFO O| Aug 26 20:10:30.475 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-08-26T20:10:31.994Z | [ recovery-image] Aug 26 20:10:30.484 INFO O| Aug 26 20:10:30.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5432 | 2024-08-26T20:10:31.997Z | [ recovery-image] Aug 26 20:10:30.485 INFO O| Aug 26 20:10:30.485 INFO STEP 506 (remove_files) COMPLETE |
5433 | 2024-08-26T20:10:31.997Z | [ recovery-image] Aug 26 20:10:30.485 INFO O| Aug 26 20:10:30.485 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-08-26T20:10:32.005Z | [ recovery-image] Aug 26 20:10:30.495 INFO O| Aug 26 20:10:30.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5435 | 2024-08-26T20:10:32.007Z | [ recovery-image] Aug 26 20:10:30.495 INFO O| Aug 26 20:10:30.495 INFO STEP 507 (remove_files) COMPLETE |
5436 | 2024-08-26T20:10:32.007Z | [ recovery-image] Aug 26 20:10:30.495 INFO O| Aug 26 20:10:30.495 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-08-26T20:10:32.014Z | [ recovery-image] Aug 26 20:10:30.505 INFO O| Aug 26 20:10:30.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5438 | 2024-08-26T20:10:32.014Z | [ recovery-image] Aug 26 20:10:30.505 INFO O| Aug 26 20:10:30.505 INFO STEP 508 (remove_files) COMPLETE |
5439 | 2024-08-26T20:10:32.017Z | [ recovery-image] Aug 26 20:10:30.505 INFO O| Aug 26 20:10:30.505 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-08-26T20:10:32.024Z | [ recovery-image] Aug 26 20:10:30.514 INFO O| Aug 26 20:10:30.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5441 | 2024-08-26T20:10:32.026Z | [ recovery-image] Aug 26 20:10:30.514 INFO O| Aug 26 20:10:30.514 INFO STEP 509 (remove_files) COMPLETE |
5442 | 2024-08-26T20:10:32.026Z | [ recovery-image] Aug 26 20:10:30.514 INFO O| Aug 26 20:10:30.514 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-08-26T20:10:32.034Z | [ recovery-image] Aug 26 20:10:30.524 INFO O| Aug 26 20:10:30.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5444 | 2024-08-26T20:10:32.034Z | [ recovery-image] Aug 26 20:10:30.524 INFO O| Aug 26 20:10:30.524 INFO STEP 510 (remove_files) COMPLETE |
5445 | 2024-08-26T20:10:32.034Z | [ recovery-image] Aug 26 20:10:30.524 INFO O| Aug 26 20:10:30.524 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-08-26T20:10:32.044Z | [ recovery-image] Aug 26 20:10:30.534 INFO O| Aug 26 20:10:30.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5447 | 2024-08-26T20:10:32.046Z | [ recovery-image] Aug 26 20:10:30.534 INFO O| Aug 26 20:10:30.534 INFO STEP 511 (remove_files) COMPLETE |
5448 | 2024-08-26T20:10:32.046Z | [ recovery-image] Aug 26 20:10:30.534 INFO O| Aug 26 20:10:30.534 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-08-26T20:10:32.054Z | [ recovery-image] Aug 26 20:10:30.544 INFO O| Aug 26 20:10:30.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5450 | 2024-08-26T20:10:32.056Z | [ recovery-image] Aug 26 20:10:30.544 INFO O| Aug 26 20:10:30.544 INFO STEP 512 (remove_files) COMPLETE |
5451 | 2024-08-26T20:10:32.056Z | [ recovery-image] Aug 26 20:10:30.544 INFO O| Aug 26 20:10:30.544 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-08-26T20:10:32.064Z | [ recovery-image] Aug 26 20:10:30.554 INFO O| Aug 26 20:10:30.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5453 | 2024-08-26T20:10:32.064Z | [ recovery-image] Aug 26 20:10:30.554 INFO O| Aug 26 20:10:30.554 INFO STEP 513 (remove_files) COMPLETE |
5454 | 2024-08-26T20:10:32.066Z | [ recovery-image] Aug 26 20:10:30.554 INFO O| Aug 26 20:10:30.554 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-08-26T20:10:32.074Z | [ recovery-image] Aug 26 20:10:30.565 INFO O| Aug 26 20:10:30.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5456 | 2024-08-26T20:10:32.074Z | [ recovery-image] Aug 26 20:10:30.565 INFO O| Aug 26 20:10:30.565 INFO STEP 514 (remove_files) COMPLETE |
5457 | 2024-08-26T20:10:32.074Z | [ recovery-image] Aug 26 20:10:30.565 INFO O| Aug 26 20:10:30.565 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-08-26T20:10:32.084Z | [ recovery-image] Aug 26 20:10:30.574 INFO O| Aug 26 20:10:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5459 | 2024-08-26T20:10:32.084Z | [ recovery-image] Aug 26 20:10:30.575 INFO O| Aug 26 20:10:30.575 INFO STEP 515 (remove_files) COMPLETE |
5460 | 2024-08-26T20:10:32.084Z | [ recovery-image] Aug 26 20:10:30.575 INFO O| Aug 26 20:10:30.575 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-08-26T20:10:32.094Z | [ recovery-image] Aug 26 20:10:30.584 INFO O| Aug 26 20:10:30.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5462 | 2024-08-26T20:10:32.094Z | [ recovery-image] Aug 26 20:10:30.584 INFO O| Aug 26 20:10:30.584 INFO STEP 516 (remove_files) COMPLETE |
5463 | 2024-08-26T20:10:32.094Z | [ recovery-image] Aug 26 20:10:30.584 INFO O| Aug 26 20:10:30.584 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-08-26T20:10:32.104Z | [ recovery-image] Aug 26 20:10:30.594 INFO O| Aug 26 20:10:30.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5465 | 2024-08-26T20:10:32.106Z | [ recovery-image] Aug 26 20:10:30.595 INFO O| Aug 26 20:10:30.595 INFO STEP 517 (remove_files) COMPLETE |
5466 | 2024-08-26T20:10:32.106Z | [ recovery-image] Aug 26 20:10:30.595 INFO O| Aug 26 20:10:30.595 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-08-26T20:10:32.115Z | [ recovery-image] Aug 26 20:10:30.605 INFO O| Aug 26 20:10:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5468 | 2024-08-26T20:10:32.117Z | [ recovery-image] Aug 26 20:10:30.605 INFO O| Aug 26 20:10:30.605 INFO STEP 518 (remove_files) COMPLETE |
5469 | 2024-08-26T20:10:32.117Z | [ recovery-image] Aug 26 20:10:30.606 INFO O| Aug 26 20:10:30.605 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-08-26T20:10:32.125Z | [ recovery-image] Aug 26 20:10:30.615 INFO O| Aug 26 20:10:30.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5471 | 2024-08-26T20:10:32.125Z | [ recovery-image] Aug 26 20:10:30.615 INFO O| Aug 26 20:10:30.615 INFO STEP 519 (remove_files) COMPLETE |
5472 | 2024-08-26T20:10:32.128Z | [ recovery-image] Aug 26 20:10:30.615 INFO O| Aug 26 20:10:30.615 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-08-26T20:10:32.135Z | [ recovery-image] Aug 26 20:10:30.625 INFO O| Aug 26 20:10:30.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5474 | 2024-08-26T20:10:32.135Z | [ recovery-image] Aug 26 20:10:30.625 INFO O| Aug 26 20:10:30.625 INFO STEP 520 (remove_files) COMPLETE |
5475 | 2024-08-26T20:10:32.135Z | [ recovery-image] Aug 26 20:10:30.625 INFO O| Aug 26 20:10:30.625 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-08-26T20:10:32.145Z | [ recovery-image] Aug 26 20:10:30.635 INFO O| Aug 26 20:10:30.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5477 | 2024-08-26T20:10:32.147Z | [ recovery-image] Aug 26 20:10:30.635 INFO O| Aug 26 20:10:30.635 INFO STEP 521 (remove_files) COMPLETE |
5478 | 2024-08-26T20:10:32.147Z | [ recovery-image] Aug 26 20:10:30.636 INFO O| Aug 26 20:10:30.635 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-08-26T20:10:32.155Z | [ recovery-image] Aug 26 20:10:30.645 INFO O| Aug 26 20:10:30.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5480 | 2024-08-26T20:10:32.155Z | [ recovery-image] Aug 26 20:10:30.645 INFO O| Aug 26 20:10:30.645 INFO STEP 522 (remove_files) COMPLETE |
5481 | 2024-08-26T20:10:32.155Z | [ recovery-image] Aug 26 20:10:30.645 INFO O| Aug 26 20:10:30.645 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-08-26T20:10:32.165Z | [ recovery-image] Aug 26 20:10:30.655 INFO O| Aug 26 20:10:30.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5483 | 2024-08-26T20:10:32.165Z | [ recovery-image] Aug 26 20:10:30.656 INFO O| Aug 26 20:10:30.655 INFO STEP 523 (remove_files) COMPLETE |
5484 | 2024-08-26T20:10:32.165Z | [ recovery-image] Aug 26 20:10:30.656 INFO O| Aug 26 20:10:30.656 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-08-26T20:10:32.175Z | [ recovery-image] Aug 26 20:10:30.665 INFO O| Aug 26 20:10:30.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5486 | 2024-08-26T20:10:32.175Z | [ recovery-image] Aug 26 20:10:30.665 INFO O| Aug 26 20:10:30.665 INFO STEP 524 (remove_files) COMPLETE |
5487 | 2024-08-26T20:10:32.175Z | [ recovery-image] Aug 26 20:10:30.665 INFO O| Aug 26 20:10:30.665 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-08-26T20:10:32.184Z | [ recovery-image] Aug 26 20:10:30.675 INFO O| Aug 26 20:10:30.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5489 | 2024-08-26T20:10:32.184Z | [ recovery-image] Aug 26 20:10:30.675 INFO O| Aug 26 20:10:30.675 INFO STEP 525 (remove_files) COMPLETE |
5490 | 2024-08-26T20:10:32.184Z | [ recovery-image] Aug 26 20:10:30.675 INFO O| Aug 26 20:10:30.675 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-08-26T20:10:32.194Z | [ recovery-image] Aug 26 20:10:30.684 INFO O| Aug 26 20:10:30.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5492 | 2024-08-26T20:10:32.196Z | [ recovery-image] Aug 26 20:10:30.684 INFO O| Aug 26 20:10:30.684 INFO STEP 526 (remove_files) COMPLETE |
5493 | 2024-08-26T20:10:32.196Z | [ recovery-image] Aug 26 20:10:30.684 INFO O| Aug 26 20:10:30.684 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-08-26T20:10:32.203Z | [ recovery-image] Aug 26 20:10:30.694 INFO O| Aug 26 20:10:30.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5495 | 2024-08-26T20:10:32.203Z | [ recovery-image] Aug 26 20:10:30.694 INFO O| Aug 26 20:10:30.694 INFO STEP 527 (remove_files) COMPLETE |
5496 | 2024-08-26T20:10:32.204Z | [ recovery-image] Aug 26 20:10:30.694 INFO O| Aug 26 20:10:30.694 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-08-26T20:10:32.213Z | [ recovery-image] Aug 26 20:10:30.703 INFO O| Aug 26 20:10:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5498 | 2024-08-26T20:10:32.215Z | [ recovery-image] Aug 26 20:10:30.703 INFO O| Aug 26 20:10:30.703 INFO STEP 528 (remove_files) COMPLETE |
5499 | 2024-08-26T20:10:32.215Z | [ recovery-image] Aug 26 20:10:30.703 INFO O| Aug 26 20:10:30.703 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-08-26T20:10:32.223Z | [ recovery-image] Aug 26 20:10:30.713 INFO O| Aug 26 20:10:30.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5501 | 2024-08-26T20:10:32.223Z | [ recovery-image] Aug 26 20:10:30.713 INFO O| Aug 26 20:10:30.713 INFO STEP 529 (remove_files) COMPLETE |
5502 | 2024-08-26T20:10:32.225Z | [ recovery-image] Aug 26 20:10:30.713 INFO O| Aug 26 20:10:30.713 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-08-26T20:10:32.232Z | [ recovery-image] Aug 26 20:10:30.723 INFO O| Aug 26 20:10:30.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5504 | 2024-08-26T20:10:32.232Z | [ recovery-image] Aug 26 20:10:30.723 INFO O| Aug 26 20:10:30.723 INFO STEP 530 (remove_files) COMPLETE |
5505 | 2024-08-26T20:10:32.235Z | [ recovery-image] Aug 26 20:10:30.723 INFO O| Aug 26 20:10:30.723 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-08-26T20:10:32.242Z | [ recovery-image] Aug 26 20:10:30.732 INFO O| Aug 26 20:10:30.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5507 | 2024-08-26T20:10:32.244Z | [ recovery-image] Aug 26 20:10:30.732 INFO O| Aug 26 20:10:30.732 INFO STEP 531 (remove_files) COMPLETE |
5508 | 2024-08-26T20:10:32.244Z | [ recovery-image] Aug 26 20:10:30.732 INFO O| Aug 26 20:10:30.732 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-08-26T20:10:32.251Z | [ recovery-image] Aug 26 20:10:30.742 INFO O| Aug 26 20:10:30.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5510 | 2024-08-26T20:10:32.254Z | [ recovery-image] Aug 26 20:10:30.742 INFO O| Aug 26 20:10:30.742 INFO STEP 532 (remove_files) COMPLETE |
5511 | 2024-08-26T20:10:32.254Z | [ recovery-image] Aug 26 20:10:30.742 INFO O| Aug 26 20:10:30.742 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-08-26T20:10:32.261Z | [ recovery-image] Aug 26 20:10:30.752 INFO O| Aug 26 20:10:30.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5513 | 2024-08-26T20:10:32.261Z | [ recovery-image] Aug 26 20:10:30.752 INFO O| Aug 26 20:10:30.752 INFO STEP 533 (remove_files) COMPLETE |
5514 | 2024-08-26T20:10:32.261Z | [ recovery-image] Aug 26 20:10:30.752 INFO O| Aug 26 20:10:30.752 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-08-26T20:10:32.271Z | [ recovery-image] Aug 26 20:10:30.761 INFO O| Aug 26 20:10:30.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5516 | 2024-08-26T20:10:32.273Z | [ recovery-image] Aug 26 20:10:30.761 INFO O| Aug 26 20:10:30.761 INFO STEP 534 (remove_files) COMPLETE |
5517 | 2024-08-26T20:10:32.273Z | [ recovery-image] Aug 26 20:10:30.761 INFO O| Aug 26 20:10:30.761 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-08-26T20:10:32.280Z | [ recovery-image] Aug 26 20:10:30.771 INFO O| Aug 26 20:10:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5519 | 2024-08-26T20:10:32.283Z | [ recovery-image] Aug 26 20:10:30.771 INFO O| Aug 26 20:10:30.771 INFO STEP 535 (remove_files) COMPLETE |
5520 | 2024-08-26T20:10:32.283Z | [ recovery-image] Aug 26 20:10:30.771 INFO O| Aug 26 20:10:30.771 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-08-26T20:10:32.291Z | [ recovery-image] Aug 26 20:10:30.781 INFO O| Aug 26 20:10:30.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5522 | 2024-08-26T20:10:32.293Z | [ recovery-image] Aug 26 20:10:30.781 INFO O| Aug 26 20:10:30.781 INFO STEP 536 (remove_files) COMPLETE |
5523 | 2024-08-26T20:10:32.293Z | [ recovery-image] Aug 26 20:10:30.781 INFO O| Aug 26 20:10:30.781 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-08-26T20:10:32.300Z | [ recovery-image] Aug 26 20:10:30.791 INFO O| Aug 26 20:10:30.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5525 | 2024-08-26T20:10:32.300Z | [ recovery-image] Aug 26 20:10:30.791 INFO O| Aug 26 20:10:30.791 INFO STEP 537 (remove_files) COMPLETE |
5526 | 2024-08-26T20:10:32.303Z | [ recovery-image] Aug 26 20:10:30.791 INFO O| Aug 26 20:10:30.791 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-08-26T20:10:32.310Z | [ recovery-image] Aug 26 20:10:30.800 INFO O| Aug 26 20:10:30.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5528 | 2024-08-26T20:10:32.310Z | [ recovery-image] Aug 26 20:10:30.800 INFO O| Aug 26 20:10:30.800 INFO STEP 538 (remove_files) COMPLETE |
5529 | 2024-08-26T20:10:32.313Z | [ recovery-image] Aug 26 20:10:30.800 INFO O| Aug 26 20:10:30.800 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-08-26T20:10:32.320Z | [ recovery-image] Aug 26 20:10:30.811 INFO O| Aug 26 20:10:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5531 | 2024-08-26T20:10:32.321Z | [ recovery-image] Aug 26 20:10:30.811 INFO O| Aug 26 20:10:30.811 INFO STEP 539 (remove_files) COMPLETE |
5532 | 2024-08-26T20:10:32.323Z | [ recovery-image] Aug 26 20:10:30.811 INFO O| Aug 26 20:10:30.811 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-08-26T20:10:32.331Z | [ recovery-image] Aug 26 20:10:30.821 INFO O| Aug 26 20:10:30.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5534 | 2024-08-26T20:10:32.333Z | [ recovery-image] Aug 26 20:10:30.821 INFO O| Aug 26 20:10:30.821 INFO STEP 540 (remove_files) COMPLETE |
5535 | 2024-08-26T20:10:32.334Z | [ recovery-image] Aug 26 20:10:30.821 INFO O| Aug 26 20:10:30.821 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-08-26T20:10:32.341Z | [ recovery-image] Aug 26 20:10:30.831 INFO O| Aug 26 20:10:30.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5537 | 2024-08-26T20:10:32.341Z | [ recovery-image] Aug 26 20:10:30.832 INFO O| Aug 26 20:10:30.832 INFO STEP 541 (remove_files) COMPLETE |
5538 | 2024-08-26T20:10:32.341Z | [ recovery-image] Aug 26 20:10:30.832 INFO O| Aug 26 20:10:30.832 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-08-26T20:10:32.352Z | [ recovery-image] Aug 26 20:10:30.842 INFO O| Aug 26 20:10:30.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5540 | 2024-08-26T20:10:32.352Z | [ recovery-image] Aug 26 20:10:30.842 INFO O| Aug 26 20:10:30.842 INFO STEP 542 (remove_files) COMPLETE |
5541 | 2024-08-26T20:10:32.352Z | [ recovery-image] Aug 26 20:10:30.842 INFO O| Aug 26 20:10:30.842 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-08-26T20:10:32.365Z | [ recovery-image] Aug 26 20:10:30.855 INFO O| Aug 26 20:10:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5543 | 2024-08-26T20:10:32.365Z | [ recovery-image] Aug 26 20:10:30.855 INFO O| Aug 26 20:10:30.855 INFO STEP 543 (remove_files) COMPLETE |
5544 | 2024-08-26T20:10:32.365Z | [ recovery-image] Aug 26 20:10:30.855 INFO O| Aug 26 20:10:30.855 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-08-26T20:10:32.377Z | [ recovery-image] Aug 26 20:10:30.867 INFO O| Aug 26 20:10:30.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5546 | 2024-08-26T20:10:32.379Z | [ recovery-image] Aug 26 20:10:30.867 INFO O| Aug 26 20:10:30.867 INFO STEP 544 (remove_files) COMPLETE |
5547 | 2024-08-26T20:10:32.379Z | [ recovery-image] Aug 26 20:10:30.867 INFO O| Aug 26 20:10:30.867 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-08-26T20:10:32.388Z | [ recovery-image] Aug 26 20:10:30.879 INFO O| Aug 26 20:10:30.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5549 | 2024-08-26T20:10:32.388Z | [ recovery-image] Aug 26 20:10:30.879 INFO O| Aug 26 20:10:30.879 INFO STEP 545 (remove_files) COMPLETE |
5550 | 2024-08-26T20:10:32.391Z | [ recovery-image] Aug 26 20:10:30.879 INFO O| Aug 26 20:10:30.879 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-08-26T20:10:32.403Z | [ recovery-image] Aug 26 20:10:30.894 INFO O| Aug 26 20:10:30.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5552 | 2024-08-26T20:10:32.403Z | [ recovery-image] Aug 26 20:10:30.894 INFO O| Aug 26 20:10:30.894 INFO STEP 546 (remove_files) COMPLETE |
5553 | 2024-08-26T20:10:32.406Z | [ recovery-image] Aug 26 20:10:30.894 INFO O| Aug 26 20:10:30.894 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-08-26T20:10:32.417Z | [ recovery-image] Aug 26 20:10:30.907 INFO O| Aug 26 20:10:30.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5555 | 2024-08-26T20:10:32.417Z | [ recovery-image] Aug 26 20:10:30.907 INFO O| Aug 26 20:10:30.907 INFO STEP 547 (remove_files) COMPLETE |
5556 | 2024-08-26T20:10:32.417Z | [ recovery-image] Aug 26 20:10:30.907 INFO O| Aug 26 20:10:30.907 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-08-26T20:10:32.429Z | [ recovery-image] Aug 26 20:10:30.919 INFO O| Aug 26 20:10:30.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5558 | 2024-08-26T20:10:32.429Z | [ recovery-image] Aug 26 20:10:30.919 INFO O| Aug 26 20:10:30.919 INFO STEP 548 (remove_files) COMPLETE |
5559 | 2024-08-26T20:10:32.433Z | [ recovery-image] Aug 26 20:10:30.919 INFO O| Aug 26 20:10:30.919 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-08-26T20:10:32.444Z | [ recovery-image] Aug 26 20:10:30.934 INFO O| Aug 26 20:10:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5561 | 2024-08-26T20:10:32.444Z | [ recovery-image] Aug 26 20:10:30.934 INFO O| Aug 26 20:10:30.934 INFO STEP 549 (remove_files) COMPLETE |
5562 | 2024-08-26T20:10:32.447Z | [ recovery-image] Aug 26 20:10:30.934 INFO O| Aug 26 20:10:30.934 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-08-26T20:10:32.455Z | [ recovery-image] Aug 26 20:10:30.946 INFO O| Aug 26 20:10:30.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5564 | 2024-08-26T20:10:32.455Z | [ recovery-image] Aug 26 20:10:30.946 INFO O| Aug 26 20:10:30.946 INFO STEP 550 (remove_files) COMPLETE |
5565 | 2024-08-26T20:10:32.455Z | [ recovery-image] Aug 26 20:10:30.946 INFO O| Aug 26 20:10:30.946 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-08-26T20:10:32.467Z | [ recovery-image] Aug 26 20:10:30.957 INFO O| Aug 26 20:10:30.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5567 | 2024-08-26T20:10:32.467Z | [ recovery-image] Aug 26 20:10:30.957 INFO O| Aug 26 20:10:30.957 INFO STEP 551 (remove_files) COMPLETE |
5568 | 2024-08-26T20:10:32.467Z | [ recovery-image] Aug 26 20:10:30.957 INFO O| Aug 26 20:10:30.957 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-08-26T20:10:32.481Z | [ recovery-image] Aug 26 20:10:30.971 INFO O| Aug 26 20:10:30.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5570 | 2024-08-26T20:10:32.481Z | [ recovery-image] Aug 26 20:10:30.971 INFO O| Aug 26 20:10:30.971 INFO STEP 552 (remove_files) COMPLETE |
5571 | 2024-08-26T20:10:32.481Z | [ recovery-image] Aug 26 20:10:30.971 INFO O| Aug 26 20:10:30.971 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-08-26T20:10:32.493Z | [ recovery-image] Aug 26 20:10:30.983 INFO O| Aug 26 20:10:30.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5573 | 2024-08-26T20:10:32.493Z | [ recovery-image] Aug 26 20:10:30.983 INFO O| Aug 26 20:10:30.983 INFO STEP 553 (remove_files) COMPLETE |
5574 | 2024-08-26T20:10:32.493Z | [ recovery-image] Aug 26 20:10:30.983 INFO O| Aug 26 20:10:30.983 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-08-26T20:10:32.507Z | [ recovery-image] Aug 26 20:10:30.997 INFO O| Aug 26 20:10:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5576 | 2024-08-26T20:10:32.509Z | [ recovery-image] Aug 26 20:10:30.997 INFO O| Aug 26 20:10:30.997 INFO STEP 554 (remove_files) COMPLETE |
5577 | 2024-08-26T20:10:32.509Z | [ recovery-image] Aug 26 20:10:30.998 INFO O| Aug 26 20:10:30.997 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-08-26T20:10:32.524Z | [ recovery-image] Aug 26 20:10:31.014 INFO O| Aug 26 20:10:31.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5579 | 2024-08-26T20:10:32.527Z | [ recovery-image] Aug 26 20:10:31.015 INFO O| Aug 26 20:10:31.015 INFO STEP 555 (remove_files) COMPLETE |
5580 | 2024-08-26T20:10:32.527Z | [ recovery-image] Aug 26 20:10:31.015 INFO O| Aug 26 20:10:31.015 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-08-26T20:10:32.529Z | [ host-image] Aug 26 20:10:31.019 INFO O| Aug 26 20:10:31.019 INFO O| Download: Completed 8.42 MB in 4.02 seconds (2.1M/s) |
5582 | 2024-08-26T20:10:32.537Z | [ recovery-image] Aug 26 20:10:31.027 INFO O| Aug 26 20:10:31.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5583 | 2024-08-26T20:10:32.537Z | [ recovery-image] Aug 26 20:10:31.028 INFO O| Aug 26 20:10:31.028 INFO STEP 556 (remove_files) COMPLETE |
5584 | 2024-08-26T20:10:32.540Z | [ recovery-image] Aug 26 20:10:31.028 INFO O| Aug 26 20:10:31.028 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-08-26T20:10:32.550Z | [ recovery-image] Aug 26 20:10:31.040 INFO O| Aug 26 20:10:31.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5586 | 2024-08-26T20:10:32.550Z | [ recovery-image] Aug 26 20:10:31.040 INFO O| Aug 26 20:10:31.040 INFO STEP 557 (remove_files) COMPLETE |
5587 | 2024-08-26T20:10:32.553Z | [ recovery-image] Aug 26 20:10:31.040 INFO O| Aug 26 20:10:31.040 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-08-26T20:10:32.564Z | [ recovery-image] Aug 26 20:10:31.054 INFO O| Aug 26 20:10:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5589 | 2024-08-26T20:10:32.564Z | [ recovery-image] Aug 26 20:10:31.054 INFO O| Aug 26 20:10:31.054 INFO STEP 558 (remove_files) COMPLETE |
5590 | 2024-08-26T20:10:32.566Z | [ recovery-image] Aug 26 20:10:31.054 INFO O| Aug 26 20:10:31.054 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-08-26T20:10:32.578Z | [ recovery-image] Aug 26 20:10:31.068 INFO O| Aug 26 20:10:31.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5592 | 2024-08-26T20:10:32.578Z | [ recovery-image] Aug 26 20:10:31.068 INFO O| Aug 26 20:10:31.068 INFO STEP 559 (remove_files) COMPLETE |
5593 | 2024-08-26T20:10:32.580Z | [ recovery-image] Aug 26 20:10:31.068 INFO O| Aug 26 20:10:31.068 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-08-26T20:10:32.586Z | [ host-image] Aug 26 20:10:31.076 INFO O| Aug 26 20:10:31.076 INFO O| Actions: 1/1361 actions (Installing new actions) |
5595 | 2024-08-26T20:10:32.592Z | [ recovery-image] Aug 26 20:10:31.082 INFO O| Aug 26 20:10:31.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5596 | 2024-08-26T20:10:32.592Z | [ recovery-image] Aug 26 20:10:31.082 INFO O| Aug 26 20:10:31.082 INFO STEP 560 (remove_files) COMPLETE |
5597 | 2024-08-26T20:10:32.592Z | [ recovery-image] Aug 26 20:10:31.082 INFO O| Aug 26 20:10:31.082 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-26T20:10:32.605Z | [ recovery-image] Aug 26 20:10:31.095 INFO O| Aug 26 20:10:31.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5599 | 2024-08-26T20:10:32.605Z | [ recovery-image] Aug 26 20:10:31.095 INFO O| Aug 26 20:10:31.095 INFO STEP 561 (remove_files) COMPLETE |
5600 | 2024-08-26T20:10:32.608Z | [ recovery-image] Aug 26 20:10:31.095 INFO O| Aug 26 20:10:31.095 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-26T20:10:32.617Z | [ recovery-image] Aug 26 20:10:31.107 INFO O| Aug 26 20:10:31.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5602 | 2024-08-26T20:10:32.617Z | [ recovery-image] Aug 26 20:10:31.107 INFO O| Aug 26 20:10:31.107 INFO STEP 562 (remove_files) COMPLETE |
5603 | 2024-08-26T20:10:32.617Z | [ recovery-image] Aug 26 20:10:31.107 INFO O| Aug 26 20:10:31.107 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-26T20:10:32.629Z | [ recovery-image] Aug 26 20:10:31.119 INFO O| Aug 26 20:10:31.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5605 | 2024-08-26T20:10:32.629Z | [ recovery-image] Aug 26 20:10:31.120 INFO O| Aug 26 20:10:31.120 INFO STEP 563 (remove_files) COMPLETE |
5606 | 2024-08-26T20:10:32.629Z | [ recovery-image] Aug 26 20:10:31.120 INFO O| Aug 26 20:10:31.120 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-26T20:10:32.642Z | [ recovery-image] Aug 26 20:10:31.132 INFO O| Aug 26 20:10:31.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5608 | 2024-08-26T20:10:32.642Z | [ recovery-image] Aug 26 20:10:31.132 INFO O| Aug 26 20:10:31.132 INFO STEP 564 (remove_files) COMPLETE |
5609 | 2024-08-26T20:10:32.644Z | [ recovery-image] Aug 26 20:10:31.132 INFO O| Aug 26 20:10:31.132 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-26T20:10:32.653Z | [ recovery-image] Aug 26 20:10:31.143 INFO O| Aug 26 20:10:31.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5611 | 2024-08-26T20:10:32.653Z | [ recovery-image] Aug 26 20:10:31.144 INFO O| Aug 26 20:10:31.143 INFO STEP 565 (remove_files) COMPLETE |
5612 | 2024-08-26T20:10:32.656Z | [ recovery-image] Aug 26 20:10:31.144 INFO O| Aug 26 20:10:31.143 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-26T20:10:32.664Z | [ recovery-image] Aug 26 20:10:31.154 INFO O| Aug 26 20:10:31.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5614 | 2024-08-26T20:10:32.664Z | [ recovery-image] Aug 26 20:10:31.154 INFO O| Aug 26 20:10:31.154 INFO STEP 566 (remove_files) COMPLETE |
5615 | 2024-08-26T20:10:32.666Z | [ recovery-image] Aug 26 20:10:31.154 INFO O| Aug 26 20:10:31.154 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-26T20:10:32.674Z | [ recovery-image] Aug 26 20:10:31.164 INFO O| Aug 26 20:10:31.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5617 | 2024-08-26T20:10:32.676Z | [ recovery-image] Aug 26 20:10:31.165 INFO O| Aug 26 20:10:31.165 INFO STEP 567 (remove_files) COMPLETE |
5618 | 2024-08-26T20:10:32.676Z | [ recovery-image] Aug 26 20:10:31.165 INFO O| Aug 26 20:10:31.165 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-26T20:10:32.684Z | [ recovery-image] Aug 26 20:10:31.174 INFO O| Aug 26 20:10:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5620 | 2024-08-26T20:10:32.686Z | [ recovery-image] Aug 26 20:10:31.174 INFO O| Aug 26 20:10:31.174 INFO STEP 568 (remove_files) COMPLETE |
5621 | 2024-08-26T20:10:32.686Z | [ recovery-image] Aug 26 20:10:31.174 INFO O| Aug 26 20:10:31.174 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-26T20:10:32.694Z | [ recovery-image] Aug 26 20:10:31.185 INFO O| Aug 26 20:10:31.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5623 | 2024-08-26T20:10:32.697Z | [ recovery-image] Aug 26 20:10:31.185 INFO O| Aug 26 20:10:31.185 INFO STEP 569 (remove_files) COMPLETE |
5624 | 2024-08-26T20:10:32.697Z | [ recovery-image] Aug 26 20:10:31.185 INFO O| Aug 26 20:10:31.185 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-26T20:10:32.704Z | [ recovery-image] Aug 26 20:10:31.194 INFO O| Aug 26 20:10:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5626 | 2024-08-26T20:10:32.706Z | [ recovery-image] Aug 26 20:10:31.195 INFO O| Aug 26 20:10:31.195 INFO STEP 570 (remove_files) COMPLETE |
5627 | 2024-08-26T20:10:32.706Z | [ recovery-image] Aug 26 20:10:31.195 INFO O| Aug 26 20:10:31.195 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-26T20:10:32.714Z | [ recovery-image] Aug 26 20:10:31.204 INFO O| Aug 26 20:10:31.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5629 | 2024-08-26T20:10:32.716Z | [ recovery-image] Aug 26 20:10:31.204 INFO O| Aug 26 20:10:31.204 INFO STEP 571 (remove_files) COMPLETE |
5630 | 2024-08-26T20:10:32.717Z | [ recovery-image] Aug 26 20:10:31.204 INFO O| Aug 26 20:10:31.204 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-26T20:10:32.724Z | [ recovery-image] Aug 26 20:10:31.214 INFO O| Aug 26 20:10:31.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5632 | 2024-08-26T20:10:32.726Z | [ recovery-image] Aug 26 20:10:31.214 INFO O| Aug 26 20:10:31.214 INFO STEP 572 (remove_files) COMPLETE |
5633 | 2024-08-26T20:10:32.726Z | [ recovery-image] Aug 26 20:10:31.214 INFO O| Aug 26 20:10:31.214 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-26T20:10:32.733Z | [ recovery-image] Aug 26 20:10:31.224 INFO O| Aug 26 20:10:31.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5635 | 2024-08-26T20:10:32.733Z | [ recovery-image] Aug 26 20:10:31.224 INFO O| Aug 26 20:10:31.224 INFO STEP 573 (remove_files) COMPLETE |
5636 | 2024-08-26T20:10:32.736Z | [ recovery-image] Aug 26 20:10:31.224 INFO O| Aug 26 20:10:31.224 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-26T20:10:32.743Z | [ recovery-image] Aug 26 20:10:31.233 INFO O| Aug 26 20:10:31.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5638 | 2024-08-26T20:10:32.743Z | [ recovery-image] Aug 26 20:10:31.233 INFO O| Aug 26 20:10:31.233 INFO STEP 574 (remove_files) COMPLETE |
5639 | 2024-08-26T20:10:32.743Z | [ recovery-image] Aug 26 20:10:31.233 INFO O| Aug 26 20:10:31.233 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-26T20:10:32.752Z | [ recovery-image] Aug 26 20:10:31.243 INFO O| Aug 26 20:10:31.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5641 | 2024-08-26T20:10:32.753Z | [ recovery-image] Aug 26 20:10:31.243 INFO O| Aug 26 20:10:31.243 INFO STEP 575 (remove_files) COMPLETE |
5642 | 2024-08-26T20:10:32.755Z | [ recovery-image] Aug 26 20:10:31.243 INFO O| Aug 26 20:10:31.243 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-26T20:10:32.762Z | [ recovery-image] Aug 26 20:10:31.252 INFO O| Aug 26 20:10:31.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5644 | 2024-08-26T20:10:32.762Z | [ recovery-image] Aug 26 20:10:31.253 INFO O| Aug 26 20:10:31.252 INFO STEP 576 (remove_files) COMPLETE |
5645 | 2024-08-26T20:10:32.765Z | [ recovery-image] Aug 26 20:10:31.253 INFO O| Aug 26 20:10:31.253 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-26T20:10:32.772Z | [ recovery-image] Aug 26 20:10:31.262 INFO O| Aug 26 20:10:31.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5647 | 2024-08-26T20:10:32.774Z | [ recovery-image] Aug 26 20:10:31.262 INFO O| Aug 26 20:10:31.262 INFO STEP 577 (remove_files) COMPLETE |
5648 | 2024-08-26T20:10:32.774Z | [ recovery-image] Aug 26 20:10:31.262 INFO O| Aug 26 20:10:31.262 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-26T20:10:32.781Z | [ recovery-image] Aug 26 20:10:31.272 INFO O| Aug 26 20:10:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5650 | 2024-08-26T20:10:32.781Z | [ recovery-image] Aug 26 20:10:31.272 INFO O| Aug 26 20:10:31.272 INFO STEP 578 (remove_files) COMPLETE |
5651 | 2024-08-26T20:10:32.784Z | [ recovery-image] Aug 26 20:10:31.272 INFO O| Aug 26 20:10:31.272 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-26T20:10:32.794Z | [ recovery-image] Aug 26 20:10:31.281 INFO O| Aug 26 20:10:31.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5653 | 2024-08-26T20:10:32.794Z | [ recovery-image] Aug 26 20:10:31.281 INFO O| Aug 26 20:10:31.281 INFO STEP 579 (remove_files) COMPLETE |
5654 | 2024-08-26T20:10:32.795Z | [ recovery-image] Aug 26 20:10:31.281 INFO O| Aug 26 20:10:31.281 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-26T20:10:32.801Z | [ recovery-image] Aug 26 20:10:31.291 INFO O| Aug 26 20:10:31.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5656 | 2024-08-26T20:10:32.803Z | [ recovery-image] Aug 26 20:10:31.291 INFO O| Aug 26 20:10:31.291 INFO STEP 580 (remove_files) COMPLETE |
5657 | 2024-08-26T20:10:32.803Z | [ recovery-image] Aug 26 20:10:31.291 INFO O| Aug 26 20:10:31.291 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-26T20:10:32.811Z | [ recovery-image] Aug 26 20:10:31.301 INFO O| Aug 26 20:10:31.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5659 | 2024-08-26T20:10:32.811Z | [ recovery-image] Aug 26 20:10:31.301 INFO O| Aug 26 20:10:31.301 INFO STEP 581 (remove_files) COMPLETE |
5660 | 2024-08-26T20:10:32.813Z | [ recovery-image] Aug 26 20:10:31.301 INFO O| Aug 26 20:10:31.301 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-26T20:10:32.821Z | [ recovery-image] Aug 26 20:10:31.311 INFO O| Aug 26 20:10:31.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5662 | 2024-08-26T20:10:32.821Z | [ recovery-image] Aug 26 20:10:31.311 INFO O| Aug 26 20:10:31.311 INFO STEP 582 (remove_files) COMPLETE |
5663 | 2024-08-26T20:10:32.823Z | [ recovery-image] Aug 26 20:10:31.311 INFO O| Aug 26 20:10:31.311 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-26T20:10:32.830Z | [ recovery-image] Aug 26 20:10:31.321 INFO O| Aug 26 20:10:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5665 | 2024-08-26T20:10:32.830Z | [ recovery-image] Aug 26 20:10:31.321 INFO O| Aug 26 20:10:31.321 INFO STEP 583 (remove_files) COMPLETE |
5666 | 2024-08-26T20:10:32.831Z | [ recovery-image] Aug 26 20:10:31.321 INFO O| Aug 26 20:10:31.321 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-26T20:10:32.840Z | [ recovery-image] Aug 26 20:10:31.330 INFO O| Aug 26 20:10:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5668 | 2024-08-26T20:10:32.840Z | [ recovery-image] Aug 26 20:10:31.330 INFO O| Aug 26 20:10:31.330 INFO STEP 584 (remove_files) COMPLETE |
5669 | 2024-08-26T20:10:32.842Z | [ recovery-image] Aug 26 20:10:31.330 INFO O| Aug 26 20:10:31.330 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-26T20:10:32.850Z | [ recovery-image] Aug 26 20:10:31.340 INFO O| Aug 26 20:10:31.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5671 | 2024-08-26T20:10:32.852Z | [ recovery-image] Aug 26 20:10:31.340 INFO O| Aug 26 20:10:31.340 INFO STEP 585 (remove_files) COMPLETE |
5672 | 2024-08-26T20:10:32.852Z | [ recovery-image] Aug 26 20:10:31.340 INFO O| Aug 26 20:10:31.340 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-26T20:10:32.861Z | [ recovery-image] Aug 26 20:10:31.350 INFO O| Aug 26 20:10:31.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5674 | 2024-08-26T20:10:32.864Z | [ recovery-image] Aug 26 20:10:31.350 INFO O| Aug 26 20:10:31.350 INFO STEP 586 (remove_files) COMPLETE |
5675 | 2024-08-26T20:10:32.864Z | [ recovery-image] Aug 26 20:10:31.350 INFO O| Aug 26 20:10:31.350 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-26T20:10:32.870Z | [ recovery-image] Aug 26 20:10:31.360 INFO O| Aug 26 20:10:31.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5677 | 2024-08-26T20:10:32.870Z | [ recovery-image] Aug 26 20:10:31.360 INFO O| Aug 26 20:10:31.360 INFO STEP 587 (remove_files) COMPLETE |
5678 | 2024-08-26T20:10:32.872Z | [ recovery-image] Aug 26 20:10:31.360 INFO O| Aug 26 20:10:31.360 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-26T20:10:32.879Z | [ recovery-image] Aug 26 20:10:31.370 INFO O| Aug 26 20:10:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5680 | 2024-08-26T20:10:32.879Z | [ recovery-image] Aug 26 20:10:31.370 INFO O| Aug 26 20:10:31.370 INFO STEP 588 (remove_files) COMPLETE |
5681 | 2024-08-26T20:10:32.882Z | [ recovery-image] Aug 26 20:10:31.370 INFO O| Aug 26 20:10:31.370 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-26T20:10:32.890Z | [ recovery-image] Aug 26 20:10:31.380 INFO O| Aug 26 20:10:31.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5683 | 2024-08-26T20:10:32.890Z | [ recovery-image] Aug 26 20:10:31.380 INFO O| Aug 26 20:10:31.380 INFO STEP 589 (remove_files) COMPLETE |
5684 | 2024-08-26T20:10:32.890Z | [ recovery-image] Aug 26 20:10:31.380 INFO O| Aug 26 20:10:31.380 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-26T20:10:32.899Z | [ recovery-image] Aug 26 20:10:31.390 INFO O| Aug 26 20:10:31.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5686 | 2024-08-26T20:10:32.902Z | [ recovery-image] Aug 26 20:10:31.390 INFO O| Aug 26 20:10:31.390 INFO STEP 590 (remove_files) COMPLETE |
5687 | 2024-08-26T20:10:32.902Z | [ recovery-image] Aug 26 20:10:31.390 INFO O| Aug 26 20:10:31.390 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-26T20:10:32.910Z | [ recovery-image] Aug 26 20:10:31.401 INFO O| Aug 26 20:10:31.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5689 | 2024-08-26T20:10:32.910Z | [ recovery-image] Aug 26 20:10:31.401 INFO O| Aug 26 20:10:31.401 INFO STEP 591 (remove_files) COMPLETE |
5690 | 2024-08-26T20:10:32.911Z | [ recovery-image] Aug 26 20:10:31.401 INFO O| Aug 26 20:10:31.401 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-26T20:10:32.921Z | [ recovery-image] Aug 26 20:10:31.411 INFO O| Aug 26 20:10:31.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5692 | 2024-08-26T20:10:32.921Z | [ recovery-image] Aug 26 20:10:31.411 INFO O| Aug 26 20:10:31.411 INFO STEP 592 (remove_files) COMPLETE |
5693 | 2024-08-26T20:10:32.923Z | [ recovery-image] Aug 26 20:10:31.411 INFO O| Aug 26 20:10:31.411 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-26T20:10:32.930Z | [ recovery-image] Aug 26 20:10:31.421 INFO O| Aug 26 20:10:31.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5695 | 2024-08-26T20:10:32.933Z | [ recovery-image] Aug 26 20:10:31.421 INFO O| Aug 26 20:10:31.421 INFO STEP 593 (remove_files) COMPLETE |
5696 | 2024-08-26T20:10:32.933Z | [ recovery-image] Aug 26 20:10:31.421 INFO O| Aug 26 20:10:31.421 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-26T20:10:32.941Z | [ recovery-image] Aug 26 20:10:31.431 INFO O| Aug 26 20:10:31.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5698 | 2024-08-26T20:10:32.941Z | [ recovery-image] Aug 26 20:10:31.431 INFO O| Aug 26 20:10:31.431 INFO STEP 594 (remove_files) COMPLETE |
5699 | 2024-08-26T20:10:32.941Z | [ recovery-image] Aug 26 20:10:31.431 INFO O| Aug 26 20:10:31.431 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-26T20:10:32.950Z | [ recovery-image] Aug 26 20:10:31.441 INFO O| Aug 26 20:10:31.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5701 | 2024-08-26T20:10:32.950Z | [ recovery-image] Aug 26 20:10:31.441 INFO O| Aug 26 20:10:31.441 INFO STEP 595 (remove_files) COMPLETE |
5702 | 2024-08-26T20:10:32.953Z | [ recovery-image] Aug 26 20:10:31.441 INFO O| Aug 26 20:10:31.441 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-26T20:10:32.960Z | [ recovery-image] Aug 26 20:10:31.451 INFO O| Aug 26 20:10:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5704 | 2024-08-26T20:10:32.960Z | [ recovery-image] Aug 26 20:10:31.451 INFO O| Aug 26 20:10:31.451 INFO STEP 596 (remove_files) COMPLETE |
5705 | 2024-08-26T20:10:32.960Z | [ recovery-image] Aug 26 20:10:31.451 INFO O| Aug 26 20:10:31.451 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-26T20:10:32.971Z | [ recovery-image] Aug 26 20:10:31.460 INFO O| Aug 26 20:10:31.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5707 | 2024-08-26T20:10:32.974Z | [ recovery-image] Aug 26 20:10:31.460 INFO O| Aug 26 20:10:31.460 INFO STEP 597 (remove_files) COMPLETE |
5708 | 2024-08-26T20:10:32.974Z | [ recovery-image] Aug 26 20:10:31.460 INFO O| Aug 26 20:10:31.460 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-26T20:10:32.980Z | [ recovery-image] Aug 26 20:10:31.470 INFO O| Aug 26 20:10:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5710 | 2024-08-26T20:10:32.982Z | [ recovery-image] Aug 26 20:10:31.470 INFO O| Aug 26 20:10:31.470 INFO STEP 598 (remove_files) COMPLETE |
5711 | 2024-08-26T20:10:32.982Z | [ recovery-image] Aug 26 20:10:31.470 INFO O| Aug 26 20:10:31.470 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-26T20:10:32.989Z | [ recovery-image] Aug 26 20:10:31.480 INFO O| Aug 26 20:10:31.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5713 | 2024-08-26T20:10:32.992Z | [ recovery-image] Aug 26 20:10:31.480 INFO O| Aug 26 20:10:31.480 INFO STEP 599 (remove_files) COMPLETE |
5714 | 2024-08-26T20:10:32.992Z | [ recovery-image] Aug 26 20:10:31.480 INFO O| Aug 26 20:10:31.480 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-26T20:10:32.998Z | [ host-image] Aug 26 20:10:31.489 INFO O| Aug 26 20:10:31.489 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
5716 | 2024-08-26T20:10:33.001Z | [ recovery-image] Aug 26 20:10:31.490 INFO O| Aug 26 20:10:31.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5717 | 2024-08-26T20:10:33.001Z | [ recovery-image] Aug 26 20:10:31.490 INFO O| Aug 26 20:10:31.490 INFO STEP 600 (remove_files) COMPLETE |
5718 | 2024-08-26T20:10:33.001Z | [ recovery-image] Aug 26 20:10:31.490 INFO O| Aug 26 20:10:31.490 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-08-26T20:10:33.009Z | [ recovery-image] Aug 26 20:10:31.499 INFO O| Aug 26 20:10:31.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5720 | 2024-08-26T20:10:33.009Z | [ recovery-image] Aug 26 20:10:31.499 INFO O| Aug 26 20:10:31.499 INFO STEP 601 (remove_files) COMPLETE |
5721 | 2024-08-26T20:10:33.012Z | [ recovery-image] Aug 26 20:10:31.499 INFO O| Aug 26 20:10:31.499 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-08-26T20:10:33.019Z | [ recovery-image] Aug 26 20:10:31.509 INFO O| Aug 26 20:10:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5723 | 2024-08-26T20:10:33.019Z | [ recovery-image] Aug 26 20:10:31.509 INFO O| Aug 26 20:10:31.509 INFO STEP 602 (remove_files) COMPLETE |
5724 | 2024-08-26T20:10:33.021Z | [ recovery-image] Aug 26 20:10:31.509 INFO O| Aug 26 20:10:31.509 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-08-26T20:10:33.029Z | [ recovery-image] Aug 26 20:10:31.519 INFO O| Aug 26 20:10:31.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5726 | 2024-08-26T20:10:33.029Z | [ recovery-image] Aug 26 20:10:31.519 INFO O| Aug 26 20:10:31.519 INFO STEP 603 (remove_files) COMPLETE |
5727 | 2024-08-26T20:10:33.031Z | [ recovery-image] Aug 26 20:10:31.519 INFO O| Aug 26 20:10:31.519 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-08-26T20:10:33.039Z | [ recovery-image] Aug 26 20:10:31.529 INFO O| Aug 26 20:10:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5729 | 2024-08-26T20:10:33.041Z | [ recovery-image] Aug 26 20:10:31.529 INFO O| Aug 26 20:10:31.529 INFO STEP 604 (remove_files) COMPLETE |
5730 | 2024-08-26T20:10:33.041Z | [ recovery-image] Aug 26 20:10:31.529 INFO O| Aug 26 20:10:31.529 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-08-26T20:10:33.049Z | [ recovery-image] Aug 26 20:10:31.539 INFO O| Aug 26 20:10:31.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5732 | 2024-08-26T20:10:33.052Z | [ recovery-image] Aug 26 20:10:31.539 INFO O| Aug 26 20:10:31.539 INFO STEP 605 (remove_files) COMPLETE |
5733 | 2024-08-26T20:10:33.052Z | [ recovery-image] Aug 26 20:10:31.539 INFO O| Aug 26 20:10:31.539 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-08-26T20:10:33.059Z | [ recovery-image] Aug 26 20:10:31.549 INFO O| Aug 26 20:10:31.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5735 | 2024-08-26T20:10:33.059Z | [ recovery-image] Aug 26 20:10:31.549 INFO O| Aug 26 20:10:31.549 INFO STEP 606 (remove_files) COMPLETE |
5736 | 2024-08-26T20:10:33.059Z | [ recovery-image] Aug 26 20:10:31.549 INFO O| Aug 26 20:10:31.549 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-08-26T20:10:33.069Z | [ recovery-image] Aug 26 20:10:31.559 INFO O| Aug 26 20:10:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5738 | 2024-08-26T20:10:33.071Z | [ recovery-image] Aug 26 20:10:31.559 INFO O| Aug 26 20:10:31.559 INFO STEP 607 (remove_files) COMPLETE |
5739 | 2024-08-26T20:10:33.071Z | [ recovery-image] Aug 26 20:10:31.559 INFO O| Aug 26 20:10:31.559 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-08-26T20:10:33.079Z | [ recovery-image] Aug 26 20:10:31.569 INFO O| Aug 26 20:10:31.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5741 | 2024-08-26T20:10:33.079Z | [ recovery-image] Aug 26 20:10:31.569 INFO O| Aug 26 20:10:31.569 INFO STEP 608 (remove_files) COMPLETE |
5742 | 2024-08-26T20:10:33.079Z | [ recovery-image] Aug 26 20:10:31.569 INFO O| Aug 26 20:10:31.569 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-08-26T20:10:33.089Z | [ recovery-image] Aug 26 20:10:31.579 INFO O| Aug 26 20:10:31.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5744 | 2024-08-26T20:10:33.091Z | [ recovery-image] Aug 26 20:10:31.579 INFO O| Aug 26 20:10:31.579 INFO STEP 609 (remove_files) COMPLETE |
5745 | 2024-08-26T20:10:33.091Z | [ recovery-image] Aug 26 20:10:31.579 INFO O| Aug 26 20:10:31.579 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-08-26T20:10:33.100Z | [ recovery-image] Aug 26 20:10:31.591 INFO O| Aug 26 20:10:31.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5747 | 2024-08-26T20:10:33.100Z | [ recovery-image] Aug 26 20:10:31.591 INFO O| Aug 26 20:10:31.591 INFO STEP 610 (remove_files) COMPLETE |
5748 | 2024-08-26T20:10:33.103Z | [ recovery-image] Aug 26 20:10:31.591 INFO O| Aug 26 20:10:31.591 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-08-26T20:10:33.111Z | [ recovery-image] Aug 26 20:10:31.601 INFO O| Aug 26 20:10:31.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5750 | 2024-08-26T20:10:33.111Z | [ recovery-image] Aug 26 20:10:31.601 INFO O| Aug 26 20:10:31.601 INFO STEP 611 (remove_files) COMPLETE |
5751 | 2024-08-26T20:10:33.113Z | [ recovery-image] Aug 26 20:10:31.601 INFO O| Aug 26 20:10:31.601 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-08-26T20:10:33.121Z | [ recovery-image] Aug 26 20:10:31.611 INFO O| Aug 26 20:10:31.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5753 | 2024-08-26T20:10:33.123Z | [ recovery-image] Aug 26 20:10:31.612 INFO O| Aug 26 20:10:31.612 INFO STEP 612 (remove_files) COMPLETE |
5754 | 2024-08-26T20:10:33.124Z | [ recovery-image] Aug 26 20:10:31.612 INFO O| Aug 26 20:10:31.612 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-08-26T20:10:33.131Z | [ recovery-image] Aug 26 20:10:31.621 INFO O| Aug 26 20:10:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5756 | 2024-08-26T20:10:33.134Z | [ recovery-image] Aug 26 20:10:31.622 INFO O| Aug 26 20:10:31.621 INFO STEP 613 (remove_files) COMPLETE |
5757 | 2024-08-26T20:10:33.134Z | [ recovery-image] Aug 26 20:10:31.622 INFO O| Aug 26 20:10:31.622 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-08-26T20:10:33.142Z | [ recovery-image] Aug 26 20:10:31.633 INFO O| Aug 26 20:10:31.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5759 | 2024-08-26T20:10:33.142Z | [ recovery-image] Aug 26 20:10:31.633 INFO O| Aug 26 20:10:31.633 INFO STEP 614 (remove_files) COMPLETE |
5760 | 2024-08-26T20:10:33.145Z | [ recovery-image] Aug 26 20:10:31.633 INFO O| Aug 26 20:10:31.633 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-26T20:10:33.153Z | [ recovery-image] Aug 26 20:10:31.643 INFO O| Aug 26 20:10:31.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5762 | 2024-08-26T20:10:33.153Z | [ recovery-image] Aug 26 20:10:31.643 INFO O| Aug 26 20:10:31.643 INFO STEP 615 (remove_files) COMPLETE |
5763 | 2024-08-26T20:10:33.153Z | [ recovery-image] Aug 26 20:10:31.643 INFO O| Aug 26 20:10:31.643 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-26T20:10:33.164Z | [ recovery-image] Aug 26 20:10:31.654 INFO O| Aug 26 20:10:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5765 | 2024-08-26T20:10:33.166Z | [ recovery-image] Aug 26 20:10:31.654 INFO O| Aug 26 20:10:31.654 INFO STEP 616 (remove_files) COMPLETE |
5766 | 2024-08-26T20:10:33.166Z | [ recovery-image] Aug 26 20:10:31.654 INFO O| Aug 26 20:10:31.654 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-26T20:10:33.174Z | [ recovery-image] Aug 26 20:10:31.665 INFO O| Aug 26 20:10:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5768 | 2024-08-26T20:10:33.174Z | [ recovery-image] Aug 26 20:10:31.665 INFO O| Aug 26 20:10:31.665 INFO STEP 617 (remove_files) COMPLETE |
5769 | 2024-08-26T20:10:33.177Z | [ recovery-image] Aug 26 20:10:31.665 INFO O| Aug 26 20:10:31.665 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-26T20:10:33.185Z | [ recovery-image] Aug 26 20:10:31.675 INFO O| Aug 26 20:10:31.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5771 | 2024-08-26T20:10:33.185Z | [ recovery-image] Aug 26 20:10:31.675 INFO O| Aug 26 20:10:31.675 INFO STEP 618 (remove_files) COMPLETE |
5772 | 2024-08-26T20:10:33.188Z | [ recovery-image] Aug 26 20:10:31.675 INFO O| Aug 26 20:10:31.675 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-26T20:10:33.196Z | [ recovery-image] Aug 26 20:10:31.686 INFO O| Aug 26 20:10:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5774 | 2024-08-26T20:10:33.198Z | [ recovery-image] Aug 26 20:10:31.686 INFO O| Aug 26 20:10:31.686 INFO STEP 619 (remove_files) COMPLETE |
5775 | 2024-08-26T20:10:33.198Z | [ recovery-image] Aug 26 20:10:31.686 INFO O| Aug 26 20:10:31.686 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-26T20:10:33.208Z | [ recovery-image] Aug 26 20:10:31.698 INFO O| Aug 26 20:10:31.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5777 | 2024-08-26T20:10:33.208Z | [ recovery-image] Aug 26 20:10:31.698 INFO O| Aug 26 20:10:31.698 INFO STEP 620 (remove_files) COMPLETE |
5778 | 2024-08-26T20:10:33.211Z | [ recovery-image] Aug 26 20:10:31.698 INFO O| Aug 26 20:10:31.698 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-26T20:10:33.219Z | [ recovery-image] Aug 26 20:10:31.709 INFO O| Aug 26 20:10:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5780 | 2024-08-26T20:10:33.221Z | [ recovery-image] Aug 26 20:10:31.709 INFO O| Aug 26 20:10:31.709 INFO STEP 621 (remove_files) COMPLETE |
5781 | 2024-08-26T20:10:33.221Z | [ recovery-image] Aug 26 20:10:31.709 INFO O| Aug 26 20:10:31.709 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-26T20:10:33.229Z | [ recovery-image] Aug 26 20:10:31.720 INFO O| Aug 26 20:10:31.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5783 | 2024-08-26T20:10:33.232Z | [ recovery-image] Aug 26 20:10:31.720 INFO O| Aug 26 20:10:31.720 INFO STEP 622 (remove_files) COMPLETE |
5784 | 2024-08-26T20:10:33.232Z | [ recovery-image] Aug 26 20:10:31.720 INFO O| Aug 26 20:10:31.720 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-26T20:10:33.240Z | [ recovery-image] Aug 26 20:10:31.730 INFO O| Aug 26 20:10:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5786 | 2024-08-26T20:10:33.240Z | [ recovery-image] Aug 26 20:10:31.730 INFO O| Aug 26 20:10:31.730 INFO STEP 623 (remove_files) COMPLETE |
5787 | 2024-08-26T20:10:33.242Z | [ recovery-image] Aug 26 20:10:31.730 INFO O| Aug 26 20:10:31.730 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-26T20:10:33.242Z | [ host-image] Aug 26 20:10:31.731 INFO O| Aug 26 20:10:31.731 INFO O| Done |
5789 | 2024-08-26T20:10:33.242Z | [ host-image] Aug 26 20:10:31.731 INFO O| Aug 26 20:10:31.731 INFO O| Done |
5790 | 2024-08-26T20:10:33.250Z | [ recovery-image] Aug 26 20:10:31.740 INFO O| Aug 26 20:10:31.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5791 | 2024-08-26T20:10:33.252Z | [ recovery-image] Aug 26 20:10:31.740 INFO O| Aug 26 20:10:31.740 INFO STEP 624 (remove_files) COMPLETE |
5792 | 2024-08-26T20:10:33.252Z | [ recovery-image] Aug 26 20:10:31.740 INFO O| Aug 26 20:10:31.740 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-26T20:10:33.260Z | [ recovery-image] Aug 26 20:10:31.750 INFO O| Aug 26 20:10:31.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5794 | 2024-08-26T20:10:33.260Z | [ recovery-image] Aug 26 20:10:31.751 INFO O| Aug 26 20:10:31.751 INFO STEP 625 (remove_files) COMPLETE |
5795 | 2024-08-26T20:10:33.260Z | [ recovery-image] Aug 26 20:10:31.751 INFO O| Aug 26 20:10:31.751 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-26T20:10:33.270Z | [ recovery-image] Aug 26 20:10:31.760 INFO O| Aug 26 20:10:31.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5797 | 2024-08-26T20:10:33.270Z | [ recovery-image] Aug 26 20:10:31.760 INFO O| Aug 26 20:10:31.760 INFO STEP 626 (remove_files) COMPLETE |
5798 | 2024-08-26T20:10:33.272Z | [ recovery-image] Aug 26 20:10:31.760 INFO O| Aug 26 20:10:31.760 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-26T20:10:33.280Z | [ recovery-image] Aug 26 20:10:31.770 INFO O| Aug 26 20:10:31.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5800 | 2024-08-26T20:10:33.282Z | [ recovery-image] Aug 26 20:10:31.770 INFO O| Aug 26 20:10:31.770 INFO STEP 627 (remove_files) COMPLETE |
5801 | 2024-08-26T20:10:33.282Z | [ recovery-image] Aug 26 20:10:31.770 INFO O| Aug 26 20:10:31.770 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-26T20:10:33.290Z | [ recovery-image] Aug 26 20:10:31.780 INFO O| Aug 26 20:10:31.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5803 | 2024-08-26T20:10:33.290Z | [ recovery-image] Aug 26 20:10:31.780 INFO O| Aug 26 20:10:31.780 INFO STEP 628 (remove_files) COMPLETE |
5804 | 2024-08-26T20:10:33.292Z | [ recovery-image] Aug 26 20:10:31.780 INFO O| Aug 26 20:10:31.780 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-26T20:10:33.299Z | [ recovery-image] Aug 26 20:10:31.790 INFO O| Aug 26 20:10:31.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5806 | 2024-08-26T20:10:33.302Z | [ recovery-image] Aug 26 20:10:31.790 INFO O| Aug 26 20:10:31.790 INFO STEP 629 (remove_files) COMPLETE |
5807 | 2024-08-26T20:10:33.302Z | [ recovery-image] Aug 26 20:10:31.790 INFO O| Aug 26 20:10:31.790 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-26T20:10:33.309Z | [ recovery-image] Aug 26 20:10:31.799 INFO O| Aug 26 20:10:31.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5809 | 2024-08-26T20:10:33.309Z | [ recovery-image] Aug 26 20:10:31.799 INFO O| Aug 26 20:10:31.799 INFO STEP 630 (remove_files) COMPLETE |
5810 | 2024-08-26T20:10:33.312Z | [ recovery-image] Aug 26 20:10:31.799 INFO O| Aug 26 20:10:31.799 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-26T20:10:33.319Z | [ recovery-image] Aug 26 20:10:31.809 INFO O| Aug 26 20:10:31.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5812 | 2024-08-26T20:10:33.319Z | [ recovery-image] Aug 26 20:10:31.809 INFO O| Aug 26 20:10:31.809 INFO STEP 631 (remove_files) COMPLETE |
5813 | 2024-08-26T20:10:33.321Z | [ recovery-image] Aug 26 20:10:31.809 INFO O| Aug 26 20:10:31.809 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-26T20:10:33.328Z | [ recovery-image] Aug 26 20:10:31.819 INFO O| Aug 26 20:10:31.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5815 | 2024-08-26T20:10:33.329Z | [ recovery-image] Aug 26 20:10:31.819 INFO O| Aug 26 20:10:31.819 INFO STEP 632 (remove_files) COMPLETE |
5816 | 2024-08-26T20:10:33.331Z | [ recovery-image] Aug 26 20:10:31.819 INFO O| Aug 26 20:10:31.819 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-26T20:10:33.338Z | [ recovery-image] Aug 26 20:10:31.829 INFO O| Aug 26 20:10:31.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5818 | 2024-08-26T20:10:33.338Z | [ recovery-image] Aug 26 20:10:31.829 INFO O| Aug 26 20:10:31.829 INFO STEP 633 (remove_files) COMPLETE |
5819 | 2024-08-26T20:10:33.341Z | [ recovery-image] Aug 26 20:10:31.829 INFO O| Aug 26 20:10:31.829 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-26T20:10:33.349Z | [ recovery-image] Aug 26 20:10:31.839 INFO O| Aug 26 20:10:31.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5821 | 2024-08-26T20:10:33.349Z | [ recovery-image] Aug 26 20:10:31.839 INFO O| Aug 26 20:10:31.839 INFO STEP 634 (remove_files) COMPLETE |
5822 | 2024-08-26T20:10:33.352Z | [ recovery-image] Aug 26 20:10:31.839 INFO O| Aug 26 20:10:31.839 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-26T20:10:33.359Z | [ recovery-image] Aug 26 20:10:31.849 INFO O| Aug 26 20:10:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5824 | 2024-08-26T20:10:33.359Z | [ recovery-image] Aug 26 20:10:31.849 INFO O| Aug 26 20:10:31.849 INFO STEP 635 (remove_files) COMPLETE |
5825 | 2024-08-26T20:10:33.362Z | [ recovery-image] Aug 26 20:10:31.849 INFO O| Aug 26 20:10:31.849 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-26T20:10:33.369Z | [ recovery-image] Aug 26 20:10:31.859 INFO O| Aug 26 20:10:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5827 | 2024-08-26T20:10:33.369Z | [ recovery-image] Aug 26 20:10:31.859 INFO O| Aug 26 20:10:31.859 INFO STEP 636 (remove_files) COMPLETE |
5828 | 2024-08-26T20:10:33.372Z | [ recovery-image] Aug 26 20:10:31.859 INFO O| Aug 26 20:10:31.859 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-26T20:10:33.379Z | [ recovery-image] Aug 26 20:10:31.869 INFO O| Aug 26 20:10:31.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5830 | 2024-08-26T20:10:33.379Z | [ recovery-image] Aug 26 20:10:31.869 INFO O| Aug 26 20:10:31.869 INFO STEP 637 (remove_files) COMPLETE |
5831 | 2024-08-26T20:10:33.382Z | [ recovery-image] Aug 26 20:10:31.869 INFO O| Aug 26 20:10:31.869 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-26T20:10:33.389Z | [ recovery-image] Aug 26 20:10:31.879 INFO O| Aug 26 20:10:31.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5833 | 2024-08-26T20:10:33.392Z | [ recovery-image] Aug 26 20:10:31.879 INFO O| Aug 26 20:10:31.879 INFO STEP 638 (remove_files) COMPLETE |
5834 | 2024-08-26T20:10:33.392Z | [ recovery-image] Aug 26 20:10:31.879 INFO O| Aug 26 20:10:31.879 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-26T20:10:33.399Z | [ recovery-image] Aug 26 20:10:31.889 INFO O| Aug 26 20:10:31.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5836 | 2024-08-26T20:10:33.400Z | [ recovery-image] Aug 26 20:10:31.889 INFO O| Aug 26 20:10:31.889 INFO STEP 639 (remove_files) COMPLETE |
5837 | 2024-08-26T20:10:33.403Z | [ recovery-image] Aug 26 20:10:31.889 INFO O| Aug 26 20:10:31.889 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-26T20:10:33.410Z | [ recovery-image] Aug 26 20:10:31.900 INFO O| Aug 26 20:10:31.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5839 | 2024-08-26T20:10:33.410Z | [ recovery-image] Aug 26 20:10:31.900 INFO O| Aug 26 20:10:31.900 INFO STEP 640 (remove_files) COMPLETE |
5840 | 2024-08-26T20:10:33.413Z | [ recovery-image] Aug 26 20:10:31.900 INFO O| Aug 26 20:10:31.900 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-26T20:10:33.421Z | [ recovery-image] Aug 26 20:10:31.911 INFO O| Aug 26 20:10:31.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5842 | 2024-08-26T20:10:33.421Z | [ recovery-image] Aug 26 20:10:31.911 INFO O| Aug 26 20:10:31.911 INFO STEP 641 (remove_files) COMPLETE |
5843 | 2024-08-26T20:10:33.421Z | [ recovery-image] Aug 26 20:10:31.911 INFO O| Aug 26 20:10:31.911 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-26T20:10:33.431Z | [ recovery-image] Aug 26 20:10:31.921 INFO O| Aug 26 20:10:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5845 | 2024-08-26T20:10:33.434Z | [ recovery-image] Aug 26 20:10:31.921 INFO O| Aug 26 20:10:31.921 INFO STEP 642 (remove_files) COMPLETE |
5846 | 2024-08-26T20:10:33.434Z | [ recovery-image] Aug 26 20:10:31.921 INFO O| Aug 26 20:10:31.921 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-26T20:10:33.441Z | [ recovery-image] Aug 26 20:10:31.931 INFO O| Aug 26 20:10:31.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5848 | 2024-08-26T20:10:33.441Z | [ recovery-image] Aug 26 20:10:31.931 INFO O| Aug 26 20:10:31.931 INFO STEP 643 (remove_files) COMPLETE |
5849 | 2024-08-26T20:10:33.441Z | [ recovery-image] Aug 26 20:10:31.931 INFO O| Aug 26 20:10:31.931 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-26T20:10:33.452Z | [ recovery-image] Aug 26 20:10:31.942 INFO O| Aug 26 20:10:31.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5851 | 2024-08-26T20:10:33.452Z | [ recovery-image] Aug 26 20:10:31.942 INFO O| Aug 26 20:10:31.942 INFO STEP 644 (remove_files) COMPLETE |
5852 | 2024-08-26T20:10:33.452Z | [ recovery-image] Aug 26 20:10:31.942 INFO O| Aug 26 20:10:31.942 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-26T20:10:33.462Z | [ recovery-image] Aug 26 20:10:31.952 INFO O| Aug 26 20:10:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5854 | 2024-08-26T20:10:33.462Z | [ recovery-image] Aug 26 20:10:31.952 INFO O| Aug 26 20:10:31.952 INFO STEP 645 (remove_files) COMPLETE |
5855 | 2024-08-26T20:10:33.462Z | [ recovery-image] Aug 26 20:10:31.952 INFO O| Aug 26 20:10:31.952 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-26T20:10:33.471Z | [ recovery-image] Aug 26 20:10:31.962 INFO O| Aug 26 20:10:31.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5857 | 2024-08-26T20:10:33.474Z | [ recovery-image] Aug 26 20:10:31.962 INFO O| Aug 26 20:10:31.962 INFO STEP 646 (remove_files) COMPLETE |
5858 | 2024-08-26T20:10:33.474Z | [ recovery-image] Aug 26 20:10:31.962 INFO O| Aug 26 20:10:31.962 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-26T20:10:33.482Z | [ recovery-image] Aug 26 20:10:31.971 INFO O| Aug 26 20:10:31.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5860 | 2024-08-26T20:10:33.485Z | [ recovery-image] Aug 26 20:10:31.972 INFO O| Aug 26 20:10:31.971 INFO STEP 647 (remove_files) COMPLETE |
5861 | 2024-08-26T20:10:33.485Z | [ recovery-image] Aug 26 20:10:31.972 INFO O| Aug 26 20:10:31.972 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-26T20:10:33.491Z | [ recovery-image] Aug 26 20:10:31.981 INFO O| Aug 26 20:10:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5863 | 2024-08-26T20:10:33.491Z | [ recovery-image] Aug 26 20:10:31.981 INFO O| Aug 26 20:10:31.981 INFO STEP 648 (remove_files) COMPLETE |
5864 | 2024-08-26T20:10:33.491Z | [ recovery-image] Aug 26 20:10:31.981 INFO O| Aug 26 20:10:31.981 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-26T20:10:33.500Z | [ recovery-image] Aug 26 20:10:31.991 INFO O| Aug 26 20:10:31.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5866 | 2024-08-26T20:10:33.500Z | [ recovery-image] Aug 26 20:10:31.991 INFO O| Aug 26 20:10:31.991 INFO STEP 649 (remove_files) COMPLETE |
5867 | 2024-08-26T20:10:33.500Z | [ recovery-image] Aug 26 20:10:31.991 INFO O| Aug 26 20:10:31.991 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-26T20:10:33.510Z | [ recovery-image] Aug 26 20:10:32.000 INFO O| Aug 26 20:10:32.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5869 | 2024-08-26T20:10:33.510Z | [ recovery-image] Aug 26 20:10:32.000 INFO O| Aug 26 20:10:32.000 INFO STEP 650 (remove_files) COMPLETE |
5870 | 2024-08-26T20:10:33.510Z | [ recovery-image] Aug 26 20:10:32.000 INFO O| Aug 26 20:10:32.000 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-26T20:10:33.520Z | [ recovery-image] Aug 26 20:10:32.010 INFO O| Aug 26 20:10:32.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5872 | 2024-08-26T20:10:33.523Z | [ recovery-image] Aug 26 20:10:32.011 INFO O| Aug 26 20:10:32.011 INFO STEP 651 (remove_files) COMPLETE |
5873 | 2024-08-26T20:10:33.523Z | [ recovery-image] Aug 26 20:10:32.011 INFO O| Aug 26 20:10:32.011 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-26T20:10:33.530Z | [ recovery-image] Aug 26 20:10:32.020 INFO O| Aug 26 20:10:32.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5875 | 2024-08-26T20:10:33.532Z | [ recovery-image] Aug 26 20:10:32.020 INFO O| Aug 26 20:10:32.020 INFO STEP 652 (remove_files) COMPLETE |
5876 | 2024-08-26T20:10:33.532Z | [ recovery-image] Aug 26 20:10:32.020 INFO O| Aug 26 20:10:32.020 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-08-26T20:10:33.539Z | [ recovery-image] Aug 26 20:10:32.030 INFO O| Aug 26 20:10:32.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5878 | 2024-08-26T20:10:33.540Z | [ recovery-image] Aug 26 20:10:32.030 INFO O| Aug 26 20:10:32.030 INFO STEP 653 (remove_files) COMPLETE |
5879 | 2024-08-26T20:10:33.540Z | [ recovery-image] Aug 26 20:10:32.030 INFO O| Aug 26 20:10:32.030 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-08-26T20:10:33.549Z | [ recovery-image] Aug 26 20:10:32.039 INFO O| Aug 26 20:10:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5881 | 2024-08-26T20:10:33.549Z | [ recovery-image] Aug 26 20:10:32.039 INFO O| Aug 26 20:10:32.039 INFO STEP 654 (remove_files) COMPLETE |
5882 | 2024-08-26T20:10:33.552Z | [ recovery-image] Aug 26 20:10:32.040 INFO O| Aug 26 20:10:32.039 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-26T20:10:33.559Z | [ recovery-image] Aug 26 20:10:32.049 INFO O| Aug 26 20:10:32.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5884 | 2024-08-26T20:10:33.561Z | [ recovery-image] Aug 26 20:10:32.049 INFO O| Aug 26 20:10:32.049 INFO STEP 655 (remove_files) COMPLETE |
5885 | 2024-08-26T20:10:33.561Z | [ recovery-image] Aug 26 20:10:32.049 INFO O| Aug 26 20:10:32.049 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-26T20:10:33.568Z | [ recovery-image] Aug 26 20:10:32.059 INFO O| Aug 26 20:10:32.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5887 | 2024-08-26T20:10:33.568Z | [ recovery-image] Aug 26 20:10:32.059 INFO O| Aug 26 20:10:32.059 INFO STEP 656 (remove_files) COMPLETE |
5888 | 2024-08-26T20:10:33.571Z | [ recovery-image] Aug 26 20:10:32.059 INFO O| Aug 26 20:10:32.059 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-26T20:10:33.578Z | [ recovery-image] Aug 26 20:10:32.068 INFO O| Aug 26 20:10:32.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5890 | 2024-08-26T20:10:33.578Z | [ recovery-image] Aug 26 20:10:32.068 INFO O| Aug 26 20:10:32.068 INFO STEP 657 (remove_files) COMPLETE |
5891 | 2024-08-26T20:10:33.580Z | [ recovery-image] Aug 26 20:10:32.068 INFO O| Aug 26 20:10:32.068 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-26T20:10:33.587Z | [ recovery-image] Aug 26 20:10:32.077 INFO O| Aug 26 20:10:32.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5893 | 2024-08-26T20:10:33.589Z | [ recovery-image] Aug 26 20:10:32.077 INFO O| Aug 26 20:10:32.077 INFO STEP 658 (remove_files) COMPLETE |
5894 | 2024-08-26T20:10:33.589Z | [ recovery-image] Aug 26 20:10:32.078 INFO O| Aug 26 20:10:32.077 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-26T20:10:33.592Z | [ host-image] Aug 26 20:10:32.082 INFO O| Aug 26 20:10:32.081 INFO O| Done |
5896 | 2024-08-26T20:10:33.597Z | [ recovery-image] Aug 26 20:10:32.087 INFO O| Aug 26 20:10:32.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5897 | 2024-08-26T20:10:33.597Z | [ recovery-image] Aug 26 20:10:32.087 INFO O| Aug 26 20:10:32.087 INFO STEP 659 (remove_files) COMPLETE |
5898 | 2024-08-26T20:10:33.597Z | [ recovery-image] Aug 26 20:10:32.087 INFO O| Aug 26 20:10:32.087 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-08-26T20:10:33.607Z | [ recovery-image] Aug 26 20:10:32.097 INFO O| Aug 26 20:10:32.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5900 | 2024-08-26T20:10:33.607Z | [ recovery-image] Aug 26 20:10:32.097 INFO O| Aug 26 20:10:32.097 INFO STEP 660 (remove_files) COMPLETE |
5901 | 2024-08-26T20:10:33.609Z | [ recovery-image] Aug 26 20:10:32.097 INFO O| Aug 26 20:10:32.097 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-08-26T20:10:33.616Z | [ recovery-image] Aug 26 20:10:32.107 INFO O| Aug 26 20:10:32.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5903 | 2024-08-26T20:10:33.616Z | [ recovery-image] Aug 26 20:10:32.107 INFO O| Aug 26 20:10:32.107 INFO STEP 661 (remove_files) COMPLETE |
5904 | 2024-08-26T20:10:33.619Z | [ recovery-image] Aug 26 20:10:32.107 INFO O| Aug 26 20:10:32.107 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-08-26T20:10:33.626Z | [ recovery-image] Aug 26 20:10:32.116 INFO O| Aug 26 20:10:32.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5906 | 2024-08-26T20:10:33.629Z | [ recovery-image] Aug 26 20:10:32.116 INFO O| Aug 26 20:10:32.116 INFO STEP 662 (remove_files) COMPLETE |
5907 | 2024-08-26T20:10:33.629Z | [ recovery-image] Aug 26 20:10:32.116 INFO O| Aug 26 20:10:32.116 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-08-26T20:10:33.636Z | [ recovery-image] Aug 26 20:10:32.126 INFO O| Aug 26 20:10:32.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5909 | 2024-08-26T20:10:33.636Z | [ recovery-image] Aug 26 20:10:32.126 INFO O| Aug 26 20:10:32.126 INFO STEP 663 (remove_files) COMPLETE |
5910 | 2024-08-26T20:10:33.639Z | [ recovery-image] Aug 26 20:10:32.126 INFO O| Aug 26 20:10:32.126 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-08-26T20:10:33.646Z | [ recovery-image] Aug 26 20:10:32.136 INFO O| Aug 26 20:10:32.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5912 | 2024-08-26T20:10:33.646Z | [ recovery-image] Aug 26 20:10:32.136 INFO O| Aug 26 20:10:32.136 INFO STEP 664 (remove_files) COMPLETE |
5913 | 2024-08-26T20:10:33.649Z | [ recovery-image] Aug 26 20:10:32.136 INFO O| Aug 26 20:10:32.136 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-08-26T20:10:33.656Z | [ recovery-image] Aug 26 20:10:32.146 INFO O| Aug 26 20:10:32.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5915 | 2024-08-26T20:10:33.658Z | [ recovery-image] Aug 26 20:10:32.146 INFO O| Aug 26 20:10:32.146 INFO STEP 665 (remove_files) COMPLETE |
5916 | 2024-08-26T20:10:33.658Z | [ recovery-image] Aug 26 20:10:32.146 INFO O| Aug 26 20:10:32.146 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-08-26T20:10:33.666Z | [ recovery-image] Aug 26 20:10:32.156 INFO O| Aug 26 20:10:32.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5918 | 2024-08-26T20:10:33.668Z | [ recovery-image] Aug 26 20:10:32.156 INFO O| Aug 26 20:10:32.156 INFO STEP 666 (remove_files) COMPLETE |
5919 | 2024-08-26T20:10:33.668Z | [ recovery-image] Aug 26 20:10:32.156 INFO O| Aug 26 20:10:32.156 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-08-26T20:10:33.676Z | [ recovery-image] Aug 26 20:10:32.166 INFO O| Aug 26 20:10:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5921 | 2024-08-26T20:10:33.676Z | [ recovery-image] Aug 26 20:10:32.166 INFO O| Aug 26 20:10:32.166 INFO STEP 667 (remove_files) COMPLETE |
5922 | 2024-08-26T20:10:33.676Z | [ recovery-image] Aug 26 20:10:32.166 INFO O| Aug 26 20:10:32.166 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-08-26T20:10:33.686Z | [ recovery-image] Aug 26 20:10:32.176 INFO O| Aug 26 20:10:32.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5924 | 2024-08-26T20:10:33.686Z | [ recovery-image] Aug 26 20:10:32.176 INFO O| Aug 26 20:10:32.176 INFO STEP 668 (remove_files) COMPLETE |
5925 | 2024-08-26T20:10:33.686Z | [ recovery-image] Aug 26 20:10:32.176 INFO O| Aug 26 20:10:32.176 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-08-26T20:10:33.696Z | [ recovery-image] Aug 26 20:10:32.186 INFO O| Aug 26 20:10:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5927 | 2024-08-26T20:10:33.696Z | [ recovery-image] Aug 26 20:10:32.186 INFO O| Aug 26 20:10:32.186 INFO STEP 669 (remove_files) COMPLETE |
5928 | 2024-08-26T20:10:33.698Z | [ recovery-image] Aug 26 20:10:32.186 INFO O| Aug 26 20:10:32.186 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-08-26T20:10:33.718Z | [ recovery-image] Aug 26 20:10:32.196 INFO O| Aug 26 20:10:32.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5930 | 2024-08-26T20:10:33.718Z | [ recovery-image] Aug 26 20:10:32.196 INFO O| Aug 26 20:10:32.196 INFO STEP 670 (remove_files) COMPLETE |
5931 | 2024-08-26T20:10:33.718Z | [ recovery-image] Aug 26 20:10:32.196 INFO O| Aug 26 20:10:32.196 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-08-26T20:10:33.721Z | [ recovery-image] Aug 26 20:10:32.206 INFO O| Aug 26 20:10:32.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5933 | 2024-08-26T20:10:33.721Z | [ recovery-image] Aug 26 20:10:32.206 INFO O| Aug 26 20:10:32.206 INFO STEP 671 (remove_files) COMPLETE |
5934 | 2024-08-26T20:10:33.721Z | [ recovery-image] Aug 26 20:10:32.206 INFO O| Aug 26 20:10:32.206 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-08-26T20:10:33.726Z | [ recovery-image] Aug 26 20:10:32.216 INFO O| Aug 26 20:10:32.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5936 | 2024-08-26T20:10:33.726Z | [ recovery-image] Aug 26 20:10:32.216 INFO O| Aug 26 20:10:32.216 INFO STEP 672 (remove_files) COMPLETE |
5937 | 2024-08-26T20:10:33.729Z | [ recovery-image] Aug 26 20:10:32.216 INFO O| Aug 26 20:10:32.216 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-08-26T20:10:33.736Z | [ recovery-image] Aug 26 20:10:32.226 INFO O| Aug 26 20:10:32.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5939 | 2024-08-26T20:10:33.736Z | [ recovery-image] Aug 26 20:10:32.226 INFO O| Aug 26 20:10:32.226 INFO STEP 673 (remove_files) COMPLETE |
5940 | 2024-08-26T20:10:33.736Z | [ recovery-image] Aug 26 20:10:32.226 INFO O| Aug 26 20:10:32.226 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-08-26T20:10:33.746Z | [ recovery-image] Aug 26 20:10:32.236 INFO O| Aug 26 20:10:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5942 | 2024-08-26T20:10:33.746Z | [ recovery-image] Aug 26 20:10:32.236 INFO O| Aug 26 20:10:32.236 INFO STEP 674 (remove_files) COMPLETE |
5943 | 2024-08-26T20:10:33.748Z | [ recovery-image] Aug 26 20:10:32.236 INFO O| Aug 26 20:10:32.236 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-08-26T20:10:33.755Z | [ recovery-image] Aug 26 20:10:32.245 INFO O| Aug 26 20:10:32.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5945 | 2024-08-26T20:10:33.755Z | [ recovery-image] Aug 26 20:10:32.246 INFO O| Aug 26 20:10:32.246 INFO STEP 675 (remove_files) COMPLETE |
5946 | 2024-08-26T20:10:33.755Z | [ recovery-image] Aug 26 20:10:32.246 INFO O| Aug 26 20:10:32.246 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-08-26T20:10:33.765Z | [ recovery-image] Aug 26 20:10:32.255 INFO O| Aug 26 20:10:32.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5948 | 2024-08-26T20:10:33.765Z | [ recovery-image] Aug 26 20:10:32.255 INFO O| Aug 26 20:10:32.255 INFO STEP 676 (remove_files) COMPLETE |
5949 | 2024-08-26T20:10:33.767Z | [ recovery-image] Aug 26 20:10:32.255 INFO O| Aug 26 20:10:32.255 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-08-26T20:10:33.775Z | [ recovery-image] Aug 26 20:10:32.265 INFO O| Aug 26 20:10:32.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5951 | 2024-08-26T20:10:33.777Z | [ recovery-image] Aug 26 20:10:32.265 INFO O| Aug 26 20:10:32.265 INFO STEP 677 (remove_files) COMPLETE |
5952 | 2024-08-26T20:10:33.777Z | [ recovery-image] Aug 26 20:10:32.265 INFO O| Aug 26 20:10:32.265 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-08-26T20:10:33.784Z | [ recovery-image] Aug 26 20:10:32.275 INFO O| Aug 26 20:10:32.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5954 | 2024-08-26T20:10:33.785Z | [ recovery-image] Aug 26 20:10:32.275 INFO O| Aug 26 20:10:32.275 INFO STEP 678 (remove_files) COMPLETE |
5955 | 2024-08-26T20:10:33.785Z | [ recovery-image] Aug 26 20:10:32.275 INFO O| Aug 26 20:10:32.275 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-08-26T20:10:33.794Z | [ recovery-image] Aug 26 20:10:32.284 INFO O| Aug 26 20:10:32.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5957 | 2024-08-26T20:10:33.794Z | [ recovery-image] Aug 26 20:10:32.284 INFO O| Aug 26 20:10:32.284 INFO STEP 679 (remove_files) COMPLETE |
5958 | 2024-08-26T20:10:33.794Z | [ recovery-image] Aug 26 20:10:32.284 INFO O| Aug 26 20:10:32.284 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-08-26T20:10:33.804Z | [ recovery-image] Aug 26 20:10:32.294 INFO O| Aug 26 20:10:32.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5960 | 2024-08-26T20:10:33.804Z | [ recovery-image] Aug 26 20:10:32.294 INFO O| Aug 26 20:10:32.294 INFO STEP 680 (remove_files) COMPLETE |
5961 | 2024-08-26T20:10:33.804Z | [ recovery-image] Aug 26 20:10:32.294 INFO O| Aug 26 20:10:32.294 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-08-26T20:10:33.813Z | [ recovery-image] Aug 26 20:10:32.303 INFO O| Aug 26 20:10:32.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5963 | 2024-08-26T20:10:33.813Z | [ recovery-image] Aug 26 20:10:32.303 INFO O| Aug 26 20:10:32.303 INFO STEP 681 (remove_files) COMPLETE |
5964 | 2024-08-26T20:10:33.813Z | [ recovery-image] Aug 26 20:10:32.303 INFO O| Aug 26 20:10:32.303 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-08-26T20:10:33.823Z | [ recovery-image] Aug 26 20:10:32.313 INFO O| Aug 26 20:10:32.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5966 | 2024-08-26T20:10:33.823Z | [ recovery-image] Aug 26 20:10:32.313 INFO O| Aug 26 20:10:32.313 INFO STEP 682 (remove_files) COMPLETE |
5967 | 2024-08-26T20:10:33.825Z | [ recovery-image] Aug 26 20:10:32.313 INFO O| Aug 26 20:10:32.313 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-08-26T20:10:33.833Z | [ recovery-image] Aug 26 20:10:32.322 INFO O| Aug 26 20:10:32.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5969 | 2024-08-26T20:10:33.835Z | [ recovery-image] Aug 26 20:10:32.323 INFO O| Aug 26 20:10:32.323 INFO STEP 683 (remove_files) COMPLETE |
5970 | 2024-08-26T20:10:33.835Z | [ recovery-image] Aug 26 20:10:32.323 INFO O| Aug 26 20:10:32.323 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-08-26T20:10:33.843Z | [ recovery-image] Aug 26 20:10:32.333 INFO O| Aug 26 20:10:32.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5972 | 2024-08-26T20:10:33.843Z | [ recovery-image] Aug 26 20:10:32.333 INFO O| Aug 26 20:10:32.333 INFO STEP 684 (remove_files) COMPLETE |
5973 | 2024-08-26T20:10:33.846Z | [ recovery-image] Aug 26 20:10:32.333 INFO O| Aug 26 20:10:32.333 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-08-26T20:10:33.855Z | [ recovery-image] Aug 26 20:10:32.345 INFO O| Aug 26 20:10:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5975 | 2024-08-26T20:10:33.855Z | [ recovery-image] Aug 26 20:10:32.345 INFO O| Aug 26 20:10:32.345 INFO STEP 685 (remove_files) COMPLETE |
5976 | 2024-08-26T20:10:33.857Z | [ recovery-image] Aug 26 20:10:32.345 INFO O| Aug 26 20:10:32.345 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-08-26T20:10:33.868Z | [ recovery-image] Aug 26 20:10:32.357 INFO O| Aug 26 20:10:32.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5978 | 2024-08-26T20:10:33.870Z | [ recovery-image] Aug 26 20:10:32.357 INFO O| Aug 26 20:10:32.357 INFO STEP 686 (remove_files) COMPLETE |
5979 | 2024-08-26T20:10:33.870Z | [ recovery-image] Aug 26 20:10:32.357 INFO O| Aug 26 20:10:32.357 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-08-26T20:10:33.877Z | [ recovery-image] Aug 26 20:10:32.367 INFO O| Aug 26 20:10:32.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5981 | 2024-08-26T20:10:33.877Z | [ recovery-image] Aug 26 20:10:32.367 INFO O| Aug 26 20:10:32.367 INFO STEP 687 (remove_files) COMPLETE |
5982 | 2024-08-26T20:10:33.879Z | [ recovery-image] Aug 26 20:10:32.367 INFO O| Aug 26 20:10:32.367 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-08-26T20:10:33.889Z | [ recovery-image] Aug 26 20:10:32.379 INFO O| Aug 26 20:10:32.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5984 | 2024-08-26T20:10:33.889Z | [ recovery-image] Aug 26 20:10:32.379 INFO O| Aug 26 20:10:32.379 INFO STEP 688 (remove_files) COMPLETE |
5985 | 2024-08-26T20:10:33.891Z | [ recovery-image] Aug 26 20:10:32.379 INFO O| Aug 26 20:10:32.379 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-08-26T20:10:33.899Z | [ recovery-image] Aug 26 20:10:32.389 INFO O| Aug 26 20:10:32.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5987 | 2024-08-26T20:10:33.899Z | [ recovery-image] Aug 26 20:10:32.389 INFO O| Aug 26 20:10:32.389 INFO STEP 689 (remove_files) COMPLETE |
5988 | 2024-08-26T20:10:33.901Z | [ recovery-image] Aug 26 20:10:32.389 INFO O| Aug 26 20:10:32.389 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-08-26T20:10:33.910Z | [ recovery-image] Aug 26 20:10:32.400 INFO O| Aug 26 20:10:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5990 | 2024-08-26T20:10:33.913Z | [ recovery-image] Aug 26 20:10:32.400 INFO O| Aug 26 20:10:32.400 INFO STEP 690 (remove_files) COMPLETE |
5991 | 2024-08-26T20:10:33.913Z | [ recovery-image] Aug 26 20:10:32.400 INFO O| Aug 26 20:10:32.400 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-08-26T20:10:33.922Z | [ recovery-image] Aug 26 20:10:32.410 INFO O| Aug 26 20:10:32.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5993 | 2024-08-26T20:10:33.922Z | [ recovery-image] Aug 26 20:10:32.411 INFO O| Aug 26 20:10:32.410 INFO STEP 691 (remove_files) COMPLETE |
5994 | 2024-08-26T20:10:33.922Z | [ recovery-image] Aug 26 20:10:32.411 INFO O| Aug 26 20:10:32.411 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-08-26T20:10:33.930Z | [ recovery-image] Aug 26 20:10:32.420 INFO O| Aug 26 20:10:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5996 | 2024-08-26T20:10:33.930Z | [ recovery-image] Aug 26 20:10:32.420 INFO O| Aug 26 20:10:32.420 INFO STEP 692 (remove_files) COMPLETE |
5997 | 2024-08-26T20:10:33.930Z | [ recovery-image] Aug 26 20:10:32.420 INFO O| Aug 26 20:10:32.420 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-08-26T20:10:33.942Z | [ recovery-image] Aug 26 20:10:32.432 INFO O| Aug 26 20:10:32.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5999 | 2024-08-26T20:10:33.942Z | [ recovery-image] Aug 26 20:10:32.432 INFO O| Aug 26 20:10:32.432 INFO STEP 693 (remove_files) COMPLETE |
6000 | 2024-08-26T20:10:33.945Z | [ recovery-image] Aug 26 20:10:32.432 INFO O| Aug 26 20:10:32.432 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-08-26T20:10:33.952Z | [ recovery-image] Aug 26 20:10:32.442 INFO O| Aug 26 20:10:32.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6002 | 2024-08-26T20:10:33.952Z | [ recovery-image] Aug 26 20:10:32.442 INFO O| Aug 26 20:10:32.442 INFO STEP 694 (remove_files) COMPLETE |
6003 | 2024-08-26T20:10:33.955Z | [ recovery-image] Aug 26 20:10:32.442 INFO O| Aug 26 20:10:32.442 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-08-26T20:10:33.962Z | [ recovery-image] Aug 26 20:10:32.452 INFO O| Aug 26 20:10:32.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6005 | 2024-08-26T20:10:33.962Z | [ recovery-image] Aug 26 20:10:32.452 INFO O| Aug 26 20:10:32.452 INFO STEP 695 (remove_files) COMPLETE |
6006 | 2024-08-26T20:10:33.962Z | [ recovery-image] Aug 26 20:10:32.452 INFO O| Aug 26 20:10:32.452 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-08-26T20:10:33.973Z | [ recovery-image] Aug 26 20:10:32.463 INFO O| Aug 26 20:10:32.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6008 | 2024-08-26T20:10:33.973Z | [ recovery-image] Aug 26 20:10:32.463 INFO O| Aug 26 20:10:32.463 INFO STEP 696 (remove_files) COMPLETE |
6009 | 2024-08-26T20:10:33.976Z | [ recovery-image] Aug 26 20:10:32.463 INFO O| Aug 26 20:10:32.463 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-08-26T20:10:33.983Z | [ recovery-image] Aug 26 20:10:32.473 INFO O| Aug 26 20:10:32.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6011 | 2024-08-26T20:10:33.983Z | [ recovery-image] Aug 26 20:10:32.473 INFO O| Aug 26 20:10:32.473 INFO STEP 697 (remove_files) COMPLETE |
6012 | 2024-08-26T20:10:33.985Z | [ recovery-image] Aug 26 20:10:32.473 INFO O| Aug 26 20:10:32.473 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-08-26T20:10:33.994Z | [ recovery-image] Aug 26 20:10:32.484 INFO O| Aug 26 20:10:32.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6014 | 2024-08-26T20:10:33.994Z | [ recovery-image] Aug 26 20:10:32.484 INFO O| Aug 26 20:10:32.484 INFO STEP 698 (remove_files) COMPLETE |
6015 | 2024-08-26T20:10:33.996Z | [ recovery-image] Aug 26 20:10:32.484 INFO O| Aug 26 20:10:32.484 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-08-26T20:10:34.003Z | [ recovery-image] Aug 26 20:10:32.494 INFO O| Aug 26 20:10:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6017 | 2024-08-26T20:10:34.003Z | [ recovery-image] Aug 26 20:10:32.494 INFO O| Aug 26 20:10:32.494 INFO STEP 699 (remove_files) COMPLETE |
6018 | 2024-08-26T20:10:34.006Z | [ recovery-image] Aug 26 20:10:32.494 INFO O| Aug 26 20:10:32.494 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-08-26T20:10:34.013Z | [ recovery-image] Aug 26 20:10:32.503 INFO O| Aug 26 20:10:32.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6020 | 2024-08-26T20:10:34.013Z | [ recovery-image] Aug 26 20:10:32.503 INFO O| Aug 26 20:10:32.503 INFO STEP 700 (remove_files) COMPLETE |
6021 | 2024-08-26T20:10:34.016Z | [ recovery-image] Aug 26 20:10:32.503 INFO O| Aug 26 20:10:32.503 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-08-26T20:10:34.023Z | [ recovery-image] Aug 26 20:10:32.513 INFO O| Aug 26 20:10:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6023 | 2024-08-26T20:10:34.023Z | [ recovery-image] Aug 26 20:10:32.513 INFO O| Aug 26 20:10:32.513 INFO STEP 701 (remove_files) COMPLETE |
6024 | 2024-08-26T20:10:34.023Z | [ recovery-image] Aug 26 20:10:32.513 INFO O| Aug 26 20:10:32.513 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-08-26T20:10:34.032Z | [ recovery-image] Aug 26 20:10:32.522 INFO O| Aug 26 20:10:32.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6026 | 2024-08-26T20:10:34.032Z | [ recovery-image] Aug 26 20:10:32.523 INFO O| Aug 26 20:10:32.523 INFO STEP 702 (remove_files) COMPLETE |
6027 | 2024-08-26T20:10:34.032Z | [ recovery-image] Aug 26 20:10:32.523 INFO O| Aug 26 20:10:32.523 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-08-26T20:10:34.042Z | [ recovery-image] Aug 26 20:10:32.532 INFO O| Aug 26 20:10:32.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6029 | 2024-08-26T20:10:34.042Z | [ recovery-image] Aug 26 20:10:32.533 INFO O| Aug 26 20:10:32.533 INFO STEP 703 (remove_files) COMPLETE |
6030 | 2024-08-26T20:10:34.043Z | [ recovery-image] Aug 26 20:10:32.533 INFO O| Aug 26 20:10:32.533 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-08-26T20:10:34.053Z | [ recovery-image] Aug 26 20:10:32.543 INFO O| Aug 26 20:10:32.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6032 | 2024-08-26T20:10:34.055Z | [ recovery-image] Aug 26 20:10:32.543 INFO O| Aug 26 20:10:32.543 INFO STEP 704 (remove_files) COMPLETE |
6033 | 2024-08-26T20:10:34.055Z | [ recovery-image] Aug 26 20:10:32.543 INFO O| Aug 26 20:10:32.543 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-08-26T20:10:34.064Z | [ recovery-image] Aug 26 20:10:32.554 INFO O| Aug 26 20:10:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6035 | 2024-08-26T20:10:34.064Z | [ recovery-image] Aug 26 20:10:32.554 INFO O| Aug 26 20:10:32.554 INFO STEP 705 (remove_files) COMPLETE |
6036 | 2024-08-26T20:10:34.064Z | [ recovery-image] Aug 26 20:10:32.554 INFO O| Aug 26 20:10:32.554 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-08-26T20:10:34.074Z | [ recovery-image] Aug 26 20:10:32.564 INFO O| Aug 26 20:10:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6038 | 2024-08-26T20:10:34.074Z | [ recovery-image] Aug 26 20:10:32.564 INFO O| Aug 26 20:10:32.564 INFO STEP 706 (remove_files) COMPLETE |
6039 | 2024-08-26T20:10:34.076Z | [ recovery-image] Aug 26 20:10:32.564 INFO O| Aug 26 20:10:32.564 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-08-26T20:10:34.083Z | [ recovery-image] Aug 26 20:10:32.573 INFO O| Aug 26 20:10:32.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6041 | 2024-08-26T20:10:34.083Z | [ recovery-image] Aug 26 20:10:32.574 INFO O| Aug 26 20:10:32.573 INFO STEP 707 (remove_files) COMPLETE |
6042 | 2024-08-26T20:10:34.086Z | [ recovery-image] Aug 26 20:10:32.574 INFO O| Aug 26 20:10:32.574 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-08-26T20:10:34.094Z | [ recovery-image] Aug 26 20:10:32.584 INFO O| Aug 26 20:10:32.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6044 | 2024-08-26T20:10:34.096Z | [ recovery-image] Aug 26 20:10:32.584 INFO O| Aug 26 20:10:32.584 INFO STEP 708 (remove_files) COMPLETE |
6045 | 2024-08-26T20:10:34.096Z | [ recovery-image] Aug 26 20:10:32.584 INFO O| Aug 26 20:10:32.584 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-08-26T20:10:34.104Z | [ recovery-image] Aug 26 20:10:32.594 INFO O| Aug 26 20:10:32.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6047 | 2024-08-26T20:10:34.106Z | [ recovery-image] Aug 26 20:10:32.594 INFO O| Aug 26 20:10:32.594 INFO STEP 709 (remove_files) COMPLETE |
6048 | 2024-08-26T20:10:34.106Z | [ recovery-image] Aug 26 20:10:32.594 INFO O| Aug 26 20:10:32.594 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-08-26T20:10:34.115Z | [ recovery-image] Aug 26 20:10:32.605 INFO O| Aug 26 20:10:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6050 | 2024-08-26T20:10:34.117Z | [ recovery-image] Aug 26 20:10:32.606 INFO O| Aug 26 20:10:32.605 INFO STEP 710 (remove_files) COMPLETE |
6051 | 2024-08-26T20:10:34.118Z | [ recovery-image] Aug 26 20:10:32.606 INFO O| Aug 26 20:10:32.605 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-08-26T20:10:34.125Z | [ recovery-image] Aug 26 20:10:32.615 INFO O| Aug 26 20:10:32.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6053 | 2024-08-26T20:10:34.125Z | [ recovery-image] Aug 26 20:10:32.615 INFO O| Aug 26 20:10:32.615 INFO STEP 711 (remove_files) COMPLETE |
6054 | 2024-08-26T20:10:34.127Z | [ recovery-image] Aug 26 20:10:32.615 INFO O| Aug 26 20:10:32.615 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-08-26T20:10:34.135Z | [ recovery-image] Aug 26 20:10:32.625 INFO O| Aug 26 20:10:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6056 | 2024-08-26T20:10:34.135Z | [ recovery-image] Aug 26 20:10:32.625 INFO O| Aug 26 20:10:32.625 INFO STEP 712 (remove_files) COMPLETE |
6057 | 2024-08-26T20:10:34.137Z | [ recovery-image] Aug 26 20:10:32.625 INFO O| Aug 26 20:10:32.625 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-08-26T20:10:34.146Z | [ recovery-image] Aug 26 20:10:32.637 INFO O| Aug 26 20:10:32.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6059 | 2024-08-26T20:10:34.149Z | [ recovery-image] Aug 26 20:10:32.637 INFO O| Aug 26 20:10:32.637 INFO STEP 713 (remove_files) COMPLETE |
6060 | 2024-08-26T20:10:34.149Z | [ recovery-image] Aug 26 20:10:32.637 INFO O| Aug 26 20:10:32.637 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-08-26T20:10:34.156Z | [ recovery-image] Aug 26 20:10:32.646 INFO O| Aug 26 20:10:32.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6062 | 2024-08-26T20:10:34.159Z | [ recovery-image] Aug 26 20:10:32.646 INFO O| Aug 26 20:10:32.646 INFO STEP 714 (remove_files) COMPLETE |
6063 | 2024-08-26T20:10:34.159Z | [ recovery-image] Aug 26 20:10:32.647 INFO O| Aug 26 20:10:32.646 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-08-26T20:10:34.168Z | [ recovery-image] Aug 26 20:10:32.658 INFO O| Aug 26 20:10:32.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6065 | 2024-08-26T20:10:34.170Z | [ recovery-image] Aug 26 20:10:32.658 INFO O| Aug 26 20:10:32.658 INFO STEP 715 (remove_files) COMPLETE |
6066 | 2024-08-26T20:10:34.170Z | [ recovery-image] Aug 26 20:10:32.658 INFO O| Aug 26 20:10:32.658 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-08-26T20:10:34.178Z | [ recovery-image] Aug 26 20:10:32.668 INFO O| Aug 26 20:10:32.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6068 | 2024-08-26T20:10:34.178Z | [ recovery-image] Aug 26 20:10:32.668 INFO O| Aug 26 20:10:32.668 INFO STEP 716 (remove_files) COMPLETE |
6069 | 2024-08-26T20:10:34.178Z | [ recovery-image] Aug 26 20:10:32.668 INFO O| Aug 26 20:10:32.668 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-08-26T20:10:34.188Z | [ recovery-image] Aug 26 20:10:32.678 INFO O| Aug 26 20:10:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6071 | 2024-08-26T20:10:34.188Z | [ recovery-image] Aug 26 20:10:32.678 INFO O| Aug 26 20:10:32.678 INFO STEP 717 (remove_files) COMPLETE |
6072 | 2024-08-26T20:10:34.188Z | [ recovery-image] Aug 26 20:10:32.678 INFO O| Aug 26 20:10:32.678 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-08-26T20:10:34.198Z | [ recovery-image] Aug 26 20:10:32.688 INFO O| Aug 26 20:10:32.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6074 | 2024-08-26T20:10:34.198Z | [ recovery-image] Aug 26 20:10:32.688 INFO O| Aug 26 20:10:32.688 INFO STEP 718 (remove_files) COMPLETE |
6075 | 2024-08-26T20:10:34.200Z | [ recovery-image] Aug 26 20:10:32.688 INFO O| Aug 26 20:10:32.688 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-08-26T20:10:34.209Z | [ recovery-image] Aug 26 20:10:32.699 INFO O| Aug 26 20:10:32.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6077 | 2024-08-26T20:10:34.211Z | [ recovery-image] Aug 26 20:10:32.699 INFO O| Aug 26 20:10:32.699 INFO STEP 719 (remove_files) COMPLETE |
6078 | 2024-08-26T20:10:34.211Z | [ recovery-image] Aug 26 20:10:32.699 INFO O| Aug 26 20:10:32.699 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-08-26T20:10:34.219Z | [ recovery-image] Aug 26 20:10:32.709 INFO O| Aug 26 20:10:32.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6080 | 2024-08-26T20:10:34.219Z | [ recovery-image] Aug 26 20:10:32.709 INFO O| Aug 26 20:10:32.709 INFO STEP 720 (remove_files) COMPLETE |
6081 | 2024-08-26T20:10:34.221Z | [ recovery-image] Aug 26 20:10:32.709 INFO O| Aug 26 20:10:32.709 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-08-26T20:10:34.229Z | [ recovery-image] Aug 26 20:10:32.719 INFO O| Aug 26 20:10:32.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6083 | 2024-08-26T20:10:34.229Z | [ recovery-image] Aug 26 20:10:32.719 INFO O| Aug 26 20:10:32.719 INFO STEP 721 (remove_files) COMPLETE |
6084 | 2024-08-26T20:10:34.231Z | [ recovery-image] Aug 26 20:10:32.719 INFO O| Aug 26 20:10:32.719 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-08-26T20:10:34.238Z | [ recovery-image] Aug 26 20:10:32.728 INFO O| Aug 26 20:10:32.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6086 | 2024-08-26T20:10:34.238Z | [ recovery-image] Aug 26 20:10:32.728 INFO O| Aug 26 20:10:32.728 INFO STEP 722 (remove_files) COMPLETE |
6087 | 2024-08-26T20:10:34.241Z | [ recovery-image] Aug 26 20:10:32.729 INFO O| Aug 26 20:10:32.728 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-08-26T20:10:34.248Z | [ recovery-image] Aug 26 20:10:32.738 INFO O| Aug 26 20:10:32.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6089 | 2024-08-26T20:10:34.251Z | [ recovery-image] Aug 26 20:10:32.738 INFO O| Aug 26 20:10:32.738 INFO STEP 723 (remove_files) COMPLETE |
6090 | 2024-08-26T20:10:34.251Z | [ recovery-image] Aug 26 20:10:32.738 INFO O| Aug 26 20:10:32.738 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-08-26T20:10:34.258Z | [ recovery-image] Aug 26 20:10:32.748 INFO O| Aug 26 20:10:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6092 | 2024-08-26T20:10:34.258Z | [ recovery-image] Aug 26 20:10:32.748 INFO O| Aug 26 20:10:32.748 INFO STEP 724 (remove_files) COMPLETE |
6093 | 2024-08-26T20:10:34.258Z | [ recovery-image] Aug 26 20:10:32.748 INFO O| Aug 26 20:10:32.748 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-08-26T20:10:34.267Z | [ recovery-image] Aug 26 20:10:32.757 INFO O| Aug 26 20:10:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6095 | 2024-08-26T20:10:34.270Z | [ recovery-image] Aug 26 20:10:32.758 INFO O| Aug 26 20:10:32.758 INFO STEP 725 (remove_files) COMPLETE |
6096 | 2024-08-26T20:10:34.271Z | [ recovery-image] Aug 26 20:10:32.758 INFO O| Aug 26 20:10:32.758 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-08-26T20:10:34.277Z | [ recovery-image] Aug 26 20:10:32.767 INFO O| Aug 26 20:10:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6098 | 2024-08-26T20:10:34.277Z | [ recovery-image] Aug 26 20:10:32.767 INFO O| Aug 26 20:10:32.767 INFO STEP 726 (remove_files) COMPLETE |
6099 | 2024-08-26T20:10:34.277Z | [ recovery-image] Aug 26 20:10:32.767 INFO O| Aug 26 20:10:32.767 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-08-26T20:10:34.287Z | [ recovery-image] Aug 26 20:10:32.777 INFO O| Aug 26 20:10:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6101 | 2024-08-26T20:10:34.287Z | [ recovery-image] Aug 26 20:10:32.777 INFO O| Aug 26 20:10:32.777 INFO STEP 727 (remove_files) COMPLETE |
6102 | 2024-08-26T20:10:34.289Z | [ recovery-image] Aug 26 20:10:32.777 INFO O| Aug 26 20:10:32.777 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-08-26T20:10:34.297Z | [ recovery-image] Aug 26 20:10:32.787 INFO O| Aug 26 20:10:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6104 | 2024-08-26T20:10:34.297Z | [ recovery-image] Aug 26 20:10:32.787 INFO O| Aug 26 20:10:32.787 INFO STEP 728 (remove_files) COMPLETE |
6105 | 2024-08-26T20:10:34.297Z | [ recovery-image] Aug 26 20:10:32.787 INFO O| Aug 26 20:10:32.787 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-08-26T20:10:34.308Z | [ recovery-image] Aug 26 20:10:32.798 INFO O| Aug 26 20:10:32.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6107 | 2024-08-26T20:10:34.308Z | [ recovery-image] Aug 26 20:10:32.798 INFO O| Aug 26 20:10:32.798 INFO STEP 729 (remove_files) COMPLETE |
6108 | 2024-08-26T20:10:34.310Z | [ recovery-image] Aug 26 20:10:32.798 INFO O| Aug 26 20:10:32.798 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-08-26T20:10:34.319Z | [ recovery-image] Aug 26 20:10:32.809 INFO O| Aug 26 20:10:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6110 | 2024-08-26T20:10:34.319Z | [ recovery-image] Aug 26 20:10:32.809 INFO O| Aug 26 20:10:32.809 INFO STEP 730 (remove_files) COMPLETE |
6111 | 2024-08-26T20:10:34.321Z | [ recovery-image] Aug 26 20:10:32.809 INFO O| Aug 26 20:10:32.809 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-08-26T20:10:34.329Z | [ recovery-image] Aug 26 20:10:32.819 INFO O| Aug 26 20:10:32.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6113 | 2024-08-26T20:10:34.329Z | [ recovery-image] Aug 26 20:10:32.819 INFO O| Aug 26 20:10:32.819 INFO STEP 731 (remove_files) COMPLETE |
6114 | 2024-08-26T20:10:34.329Z | [ recovery-image] Aug 26 20:10:32.819 INFO O| Aug 26 20:10:32.819 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-08-26T20:10:34.339Z | [ recovery-image] Aug 26 20:10:32.829 INFO O| Aug 26 20:10:32.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6116 | 2024-08-26T20:10:34.341Z | [ recovery-image] Aug 26 20:10:32.829 INFO O| Aug 26 20:10:32.829 INFO STEP 732 (remove_files) COMPLETE |
6117 | 2024-08-26T20:10:34.341Z | [ recovery-image] Aug 26 20:10:32.829 INFO O| Aug 26 20:10:32.829 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-08-26T20:10:34.348Z | [ recovery-image] Aug 26 20:10:32.838 INFO O| Aug 26 20:10:32.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6119 | 2024-08-26T20:10:34.348Z | [ recovery-image] Aug 26 20:10:32.838 INFO O| Aug 26 20:10:32.838 INFO STEP 733 (remove_files) COMPLETE |
6120 | 2024-08-26T20:10:34.351Z | [ recovery-image] Aug 26 20:10:32.838 INFO O| Aug 26 20:10:32.838 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-08-26T20:10:34.358Z | [ recovery-image] Aug 26 20:10:32.848 INFO O| Aug 26 20:10:32.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6122 | 2024-08-26T20:10:34.358Z | [ recovery-image] Aug 26 20:10:32.848 INFO O| Aug 26 20:10:32.848 INFO STEP 734 (remove_files) COMPLETE |
6123 | 2024-08-26T20:10:34.360Z | [ recovery-image] Aug 26 20:10:32.848 INFO O| Aug 26 20:10:32.848 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-08-26T20:10:34.367Z | [ recovery-image] Aug 26 20:10:32.857 INFO O| Aug 26 20:10:32.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6125 | 2024-08-26T20:10:34.370Z | [ recovery-image] Aug 26 20:10:32.857 INFO O| Aug 26 20:10:32.857 INFO STEP 735 (remove_files) COMPLETE |
6126 | 2024-08-26T20:10:34.370Z | [ recovery-image] Aug 26 20:10:32.858 INFO O| Aug 26 20:10:32.857 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-08-26T20:10:34.377Z | [ recovery-image] Aug 26 20:10:32.867 INFO O| Aug 26 20:10:32.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6128 | 2024-08-26T20:10:34.377Z | [ recovery-image] Aug 26 20:10:32.867 INFO O| Aug 26 20:10:32.867 INFO STEP 736 (remove_files) COMPLETE |
6129 | 2024-08-26T20:10:34.377Z | [ recovery-image] Aug 26 20:10:32.867 INFO O| Aug 26 20:10:32.867 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-08-26T20:10:34.386Z | [ recovery-image] Aug 26 20:10:32.876 INFO O| Aug 26 20:10:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6131 | 2024-08-26T20:10:34.386Z | [ recovery-image] Aug 26 20:10:32.876 INFO O| Aug 26 20:10:32.876 INFO STEP 737 (remove_files) COMPLETE |
6132 | 2024-08-26T20:10:34.389Z | [ recovery-image] Aug 26 20:10:32.877 INFO O| Aug 26 20:10:32.876 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-08-26T20:10:34.396Z | [ recovery-image] Aug 26 20:10:32.886 INFO O| Aug 26 20:10:32.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6134 | 2024-08-26T20:10:34.396Z | [ recovery-image] Aug 26 20:10:32.886 INFO O| Aug 26 20:10:32.886 INFO STEP 738 (remove_files) COMPLETE |
6135 | 2024-08-26T20:10:34.398Z | [ recovery-image] Aug 26 20:10:32.886 INFO O| Aug 26 20:10:32.886 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-08-26T20:10:34.406Z | [ recovery-image] Aug 26 20:10:32.896 INFO O| Aug 26 20:10:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6137 | 2024-08-26T20:10:34.408Z | [ recovery-image] Aug 26 20:10:32.896 INFO O| Aug 26 20:10:32.896 INFO STEP 739 (remove_files) COMPLETE |
6138 | 2024-08-26T20:10:34.408Z | [ recovery-image] Aug 26 20:10:32.896 INFO O| Aug 26 20:10:32.896 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-08-26T20:10:34.415Z | [ recovery-image] Aug 26 20:10:32.906 INFO O| Aug 26 20:10:32.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6140 | 2024-08-26T20:10:35.421Z | [ recovery-image] Aug 26 20:10:32.906 INFO O| Aug 26 20:10:32.906 INFO STEP 740 (remove_files) COMPLETE |
6141 | 2024-08-26T20:10:35.421Z | [ recovery-image] Aug 26 20:10:32.906 INFO O| Aug 26 20:10:32.906 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.915 INFO O| Aug 26 20:10:32.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6143 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.916 INFO O| Aug 26 20:10:32.916 INFO STEP 741 (remove_files) COMPLETE |
6144 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.916 INFO O| Aug 26 20:10:32.916 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.925 INFO O| Aug 26 20:10:32.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6146 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.925 INFO O| Aug 26 20:10:32.925 INFO STEP 742 (remove_files) COMPLETE |
6147 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.925 INFO O| Aug 26 20:10:32.925 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.935 INFO O| Aug 26 20:10:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6149 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.935 INFO O| Aug 26 20:10:32.935 INFO STEP 743 (remove_files) COMPLETE |
6150 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.935 INFO O| Aug 26 20:10:32.935 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.944 INFO O| Aug 26 20:10:32.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6152 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.944 INFO O| Aug 26 20:10:32.944 INFO STEP 744 (remove_files) COMPLETE |
6153 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.944 INFO O| Aug 26 20:10:32.944 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.954 INFO O| Aug 26 20:10:32.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6155 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.954 INFO O| Aug 26 20:10:32.954 INFO STEP 745 (remove_files) COMPLETE |
6156 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.954 INFO O| Aug 26 20:10:32.954 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.964 INFO O| Aug 26 20:10:32.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6158 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.964 INFO O| Aug 26 20:10:32.964 INFO STEP 746 (remove_files) COMPLETE |
6159 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.964 INFO O| Aug 26 20:10:32.964 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.973 INFO O| Aug 26 20:10:32.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6161 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.973 INFO O| Aug 26 20:10:32.973 INFO STEP 747 (remove_files) COMPLETE |
6162 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.973 INFO O| Aug 26 20:10:32.973 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-08-26T20:10:35.425Z | [ recovery-image] Aug 26 20:10:32.983 INFO O| Aug 26 20:10:32.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6164 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:32.983 INFO O| Aug 26 20:10:32.983 INFO STEP 748 (remove_files) COMPLETE |
6165 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:32.983 INFO O| Aug 26 20:10:32.983 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:32.993 INFO O| Aug 26 20:10:32.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6167 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:32.993 INFO O| Aug 26 20:10:32.993 INFO STEP 749 (remove_files) COMPLETE |
6168 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:32.993 INFO O| Aug 26 20:10:32.993 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.002 INFO O| Aug 26 20:10:33.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6170 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.002 INFO O| Aug 26 20:10:33.002 INFO STEP 750 (remove_files) COMPLETE |
6171 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.002 INFO O| Aug 26 20:10:33.002 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.012 INFO O| Aug 26 20:10:33.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6173 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.012 INFO O| Aug 26 20:10:33.012 INFO STEP 751 (remove_files) COMPLETE |
6174 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.012 INFO O| Aug 26 20:10:33.012 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.022 INFO O| Aug 26 20:10:33.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6176 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.022 INFO O| Aug 26 20:10:33.022 INFO STEP 752 (remove_files) COMPLETE |
6177 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.022 INFO O| Aug 26 20:10:33.022 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.031 INFO O| Aug 26 20:10:33.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6179 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.031 INFO O| Aug 26 20:10:33.031 INFO STEP 753 (remove_files) COMPLETE |
6180 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.031 INFO O| Aug 26 20:10:33.031 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.041 INFO O| Aug 26 20:10:33.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6182 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.041 INFO O| Aug 26 20:10:33.041 INFO STEP 754 (remove_files) COMPLETE |
6183 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.041 INFO O| Aug 26 20:10:33.041 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.050 INFO O| Aug 26 20:10:33.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6185 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.050 INFO O| Aug 26 20:10:33.050 INFO STEP 755 (remove_files) COMPLETE |
6186 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.050 INFO O| Aug 26 20:10:33.050 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.060 INFO O| Aug 26 20:10:33.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6188 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.060 INFO O| Aug 26 20:10:33.060 INFO STEP 756 (remove_files) COMPLETE |
6189 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.060 INFO O| Aug 26 20:10:33.060 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.069 INFO O| Aug 26 20:10:33.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6191 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.069 INFO O| Aug 26 20:10:33.069 INFO STEP 757 (remove_files) COMPLETE |
6192 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.069 INFO O| Aug 26 20:10:33.069 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.079 INFO O| Aug 26 20:10:33.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6194 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.079 INFO O| Aug 26 20:10:33.079 INFO STEP 758 (remove_files) COMPLETE |
6195 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.079 INFO O| Aug 26 20:10:33.079 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.088 INFO O| Aug 26 20:10:33.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6197 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.088 INFO O| Aug 26 20:10:33.088 INFO STEP 759 (remove_files) COMPLETE |
6198 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.088 INFO O| Aug 26 20:10:33.088 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.098 INFO O| Aug 26 20:10:33.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6200 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.098 INFO O| Aug 26 20:10:33.098 INFO STEP 760 (remove_files) COMPLETE |
6201 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.098 INFO O| Aug 26 20:10:33.098 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-08-26T20:10:35.426Z | [ recovery-image] Aug 26 20:10:33.107 INFO O| Aug 26 20:10:33.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6203 | 2024-08-26T20:10:35.427Z | [ recovery-image] Aug 26 20:10:33.107 INFO O| Aug 26 20:10:33.107 INFO STEP 761 (remove_files) COMPLETE |
6204 | 2024-08-26T20:10:35.427Z | [ recovery-image] Aug 26 20:10:33.107 INFO O| Aug 26 20:10:33.107 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-08-26T20:10:35.427Z | [ recovery-image] Aug 26 20:10:33.117 INFO O| Aug 26 20:10:33.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6206 | 2024-08-26T20:10:35.427Z | [ recovery-image] Aug 26 20:10:33.117 INFO O| Aug 26 20:10:33.117 INFO STEP 762 (remove_files) COMPLETE |
6207 | 2024-08-26T20:10:35.427Z | [ recovery-image] Aug 26 20:10:33.117 INFO O| Aug 26 20:10:33.117 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-08-26T20:10:35.427Z | [ recovery-image] Aug 26 20:10:33.126 INFO O| Aug 26 20:10:33.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6209 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.126 INFO O| Aug 26 20:10:33.126 INFO STEP 763 (remove_files) COMPLETE |
6210 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.126 INFO O| Aug 26 20:10:33.126 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.136 INFO O| Aug 26 20:10:33.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6212 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.136 INFO O| Aug 26 20:10:33.136 INFO STEP 764 (remove_files) COMPLETE |
6213 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.136 INFO O| Aug 26 20:10:33.136 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.145 INFO O| Aug 26 20:10:33.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6215 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.145 INFO O| Aug 26 20:10:33.145 INFO STEP 765 (remove_files) COMPLETE |
6216 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.145 INFO O| Aug 26 20:10:33.145 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.154 INFO O| Aug 26 20:10:33.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6218 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.154 INFO O| Aug 26 20:10:33.154 INFO STEP 766 (remove_files) COMPLETE |
6219 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.154 INFO O| Aug 26 20:10:33.154 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.164 INFO O| Aug 26 20:10:33.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6221 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.164 INFO O| Aug 26 20:10:33.164 INFO STEP 767 (remove_files) COMPLETE |
6222 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.164 INFO O| Aug 26 20:10:33.164 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.173 INFO O| Aug 26 20:10:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6224 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.173 INFO O| Aug 26 20:10:33.173 INFO STEP 768 (remove_files) COMPLETE |
6225 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.173 INFO O| Aug 26 20:10:33.173 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.183 INFO O| Aug 26 20:10:33.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6227 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.183 INFO O| Aug 26 20:10:33.183 INFO STEP 769 (remove_files) COMPLETE |
6228 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.183 INFO O| Aug 26 20:10:33.183 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.192 INFO O| Aug 26 20:10:33.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6230 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.192 INFO O| Aug 26 20:10:33.192 INFO STEP 770 (remove_files) COMPLETE |
6231 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.192 INFO O| Aug 26 20:10:33.192 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.202 INFO O| Aug 26 20:10:33.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6233 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.202 INFO O| Aug 26 20:10:33.202 INFO STEP 771 (remove_files) COMPLETE |
6234 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.202 INFO O| Aug 26 20:10:33.202 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.211 INFO O| Aug 26 20:10:33.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6236 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.211 INFO O| Aug 26 20:10:33.211 INFO STEP 772 (remove_files) COMPLETE |
6237 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.211 INFO O| Aug 26 20:10:33.211 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.221 INFO O| Aug 26 20:10:33.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6239 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.221 INFO O| Aug 26 20:10:33.221 INFO STEP 773 (remove_files) COMPLETE |
6240 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.221 INFO O| Aug 26 20:10:33.221 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-08-26T20:10:35.428Z | [ recovery-image] Aug 26 20:10:33.230 INFO O| Aug 26 20:10:33.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6242 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.230 INFO O| Aug 26 20:10:33.230 INFO STEP 774 (remove_files) COMPLETE |
6243 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.230 INFO O| Aug 26 20:10:33.230 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.240 INFO O| Aug 26 20:10:33.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6245 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.240 INFO O| Aug 26 20:10:33.240 INFO STEP 775 (remove_files) COMPLETE |
6246 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.240 INFO O| Aug 26 20:10:33.240 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.249 INFO O| Aug 26 20:10:33.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6248 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.249 INFO O| Aug 26 20:10:33.249 INFO STEP 776 (remove_files) COMPLETE |
6249 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.249 INFO O| Aug 26 20:10:33.249 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.258 INFO O| Aug 26 20:10:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6251 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.258 INFO O| Aug 26 20:10:33.258 INFO STEP 777 (remove_files) COMPLETE |
6252 | 2024-08-26T20:10:35.432Z | [ recovery-image] Aug 26 20:10:33.258 INFO O| Aug 26 20:10:33.258 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-08-26T20:10:35.433Z | [ host-image] Aug 26 20:10:33.264 INFO O| Aug 26 20:10:33.264 INFO O| Done |
6254 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.268 INFO O| Aug 26 20:10:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6255 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.268 INFO O| Aug 26 20:10:33.268 INFO STEP 778 (remove_files) COMPLETE |
6256 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.268 INFO O| Aug 26 20:10:33.268 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.277 INFO O| Aug 26 20:10:33.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6258 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.278 INFO O| Aug 26 20:10:33.278 INFO STEP 779 (remove_files) COMPLETE |
6259 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.278 INFO O| Aug 26 20:10:33.278 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6261 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO STEP 780 (remove_files) COMPLETE |
6262 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-08-26T20:10:35.433Z | [ host-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO O| Done |
6264 | 2024-08-26T20:10:35.433Z | [ host-image] Aug 26 20:10:33.287 INFO O| Aug 26 20:10:33.287 INFO O| Done |
6265 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.297 INFO O| Aug 26 20:10:33.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6266 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.297 INFO O| Aug 26 20:10:33.297 INFO STEP 781 (remove_files) COMPLETE |
6267 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.297 INFO O| Aug 26 20:10:33.297 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.306 INFO O| Aug 26 20:10:33.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6269 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.306 INFO O| Aug 26 20:10:33.306 INFO STEP 782 (remove_files) COMPLETE |
6270 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.306 INFO O| Aug 26 20:10:33.306 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.316 INFO O| Aug 26 20:10:33.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6272 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.316 INFO O| Aug 26 20:10:33.316 INFO STEP 783 (remove_files) COMPLETE |
6273 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.316 INFO O| Aug 26 20:10:33.316 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-08-26T20:10:35.433Z | [ host-image] Aug 26 20:10:33.323 INFO O| Aug 26 20:10:33.323 INFO O| Done |
6275 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.325 INFO O| Aug 26 20:10:33.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6276 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.325 INFO O| Aug 26 20:10:33.325 INFO STEP 784 (remove_files) COMPLETE |
6277 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.325 INFO O| Aug 26 20:10:33.325 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.335 INFO O| Aug 26 20:10:33.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6279 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.335 INFO O| Aug 26 20:10:33.335 INFO STEP 785 (remove_files) COMPLETE |
6280 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.335 INFO O| Aug 26 20:10:33.335 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.345 INFO O| Aug 26 20:10:33.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6282 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.345 INFO O| Aug 26 20:10:33.345 INFO STEP 786 (remove_files) COMPLETE |
6283 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.345 INFO O| Aug 26 20:10:33.345 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.355 INFO O| Aug 26 20:10:33.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6285 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.355 INFO O| Aug 26 20:10:33.355 INFO STEP 787 (remove_files) COMPLETE |
6286 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.355 INFO O| Aug 26 20:10:33.355 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.365 INFO O| Aug 26 20:10:33.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6288 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.365 INFO O| Aug 26 20:10:33.365 INFO STEP 788 (remove_files) COMPLETE |
6289 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.365 INFO O| Aug 26 20:10:33.365 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.375 INFO O| Aug 26 20:10:33.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6291 | 2024-08-26T20:10:35.433Z | [ recovery-image] Aug 26 20:10:33.375 INFO O| Aug 26 20:10:33.375 INFO STEP 789 (remove_files) COMPLETE |
6292 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.375 INFO O| Aug 26 20:10:33.375 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.385 INFO O| Aug 26 20:10:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6294 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.385 INFO O| Aug 26 20:10:33.385 INFO STEP 790 (remove_files) COMPLETE |
6295 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.385 INFO O| Aug 26 20:10:33.385 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.396 INFO O| Aug 26 20:10:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6297 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.396 INFO O| Aug 26 20:10:33.396 INFO STEP 791 (remove_files) COMPLETE |
6298 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.396 INFO O| Aug 26 20:10:33.396 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.406 INFO O| Aug 26 20:10:33.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6300 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.406 INFO O| Aug 26 20:10:33.406 INFO STEP 792 (remove_files) COMPLETE |
6301 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.406 INFO O| Aug 26 20:10:33.406 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.416 INFO O| Aug 26 20:10:33.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6303 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.417 INFO O| Aug 26 20:10:33.417 INFO STEP 793 (remove_files) COMPLETE |
6304 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.417 INFO O| Aug 26 20:10:33.417 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.427 INFO O| Aug 26 20:10:33.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6306 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.427 INFO O| Aug 26 20:10:33.427 INFO STEP 794 (remove_files) COMPLETE |
6307 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.427 INFO O| Aug 26 20:10:33.427 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-08-26T20:10:35.434Z | [ host-image] Aug 26 20:10:33.428 INFO O| Aug 26 20:10:33.428 INFO STEP 13 (pkg_install) COMPLETE |
6309 | 2024-08-26T20:10:35.434Z | [ host-image] Aug 26 20:10:33.428 INFO O| Aug 26 20:10:33.428 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6310 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.437 INFO O| Aug 26 20:10:33.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6311 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.437 INFO O| Aug 26 20:10:33.437 INFO STEP 795 (remove_files) COMPLETE |
6312 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.437 INFO O| Aug 26 20:10:33.437 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-08-26T20:10:35.434Z | [ host-image] Aug 26 20:10:33.439 INFO O| Aug 26 20:10:33.439 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6314 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.448 INFO O| Aug 26 20:10:33.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6315 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.449 INFO O| Aug 26 20:10:33.449 INFO STEP 796 (remove_files) COMPLETE |
6316 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.449 INFO O| Aug 26 20:10:33.449 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.459 INFO O| Aug 26 20:10:33.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6318 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.459 INFO O| Aug 26 20:10:33.459 INFO STEP 797 (remove_files) COMPLETE |
6319 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.459 INFO O| Aug 26 20:10:33.459 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.469 INFO O| Aug 26 20:10:33.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6321 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.470 INFO O| Aug 26 20:10:33.470 INFO STEP 798 (remove_files) COMPLETE |
6322 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.470 INFO O| Aug 26 20:10:33.470 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.479 INFO O| Aug 26 20:10:33.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6324 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.480 INFO O| Aug 26 20:10:33.480 INFO STEP 799 (remove_files) COMPLETE |
6325 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.480 INFO O| Aug 26 20:10:33.480 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.489 INFO O| Aug 26 20:10:33.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6327 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.490 INFO O| Aug 26 20:10:33.490 INFO STEP 800 (remove_files) COMPLETE |
6328 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.490 INFO O| Aug 26 20:10:33.490 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-08-26T20:10:35.434Z | [ recovery-image] Aug 26 20:10:33.499 INFO O| Aug 26 20:10:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6330 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.499 INFO O| Aug 26 20:10:33.499 INFO STEP 801 (remove_files) COMPLETE |
6331 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.499 INFO O| Aug 26 20:10:33.499 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.509 INFO O| Aug 26 20:10:33.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6333 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.509 INFO O| Aug 26 20:10:33.509 INFO STEP 802 (remove_files) COMPLETE |
6334 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.509 INFO O| Aug 26 20:10:33.509 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.518 INFO O| Aug 26 20:10:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6336 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.518 INFO O| Aug 26 20:10:33.518 INFO STEP 803 (remove_files) COMPLETE |
6337 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.518 INFO O| Aug 26 20:10:33.518 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.528 INFO O| Aug 26 20:10:33.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6339 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.528 INFO O| Aug 26 20:10:33.528 INFO STEP 804 (remove_files) COMPLETE |
6340 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.528 INFO O| Aug 26 20:10:33.528 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-08-26T20:10:35.435Z | [ recovery-image] Aug 26 20:10:33.538 INFO O| Aug 26 20:10:33.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6342 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.538 INFO O| Aug 26 20:10:33.538 INFO STEP 805 (remove_files) COMPLETE |
6343 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.538 INFO O| Aug 26 20:10:33.538 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.547 INFO O| Aug 26 20:10:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6345 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.547 INFO O| Aug 26 20:10:33.547 INFO STEP 806 (remove_files) COMPLETE |
6346 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.547 INFO O| Aug 26 20:10:33.547 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.557 INFO O| Aug 26 20:10:33.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6348 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.557 INFO O| Aug 26 20:10:33.557 INFO STEP 807 (remove_files) COMPLETE |
6349 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.557 INFO O| Aug 26 20:10:33.557 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.566 INFO O| Aug 26 20:10:33.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6351 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.567 INFO O| Aug 26 20:10:33.567 INFO STEP 808 (remove_files) COMPLETE |
6352 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.567 INFO O| Aug 26 20:10:33.567 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.576 INFO O| Aug 26 20:10:33.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6354 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.576 INFO O| Aug 26 20:10:33.576 INFO STEP 809 (remove_files) COMPLETE |
6355 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.576 INFO O| Aug 26 20:10:33.576 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.586 INFO O| Aug 26 20:10:33.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6357 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.586 INFO O| Aug 26 20:10:33.586 INFO STEP 810 (remove_files) COMPLETE |
6358 | 2024-08-26T20:10:35.439Z | [ recovery-image] Aug 26 20:10:33.586 INFO O| Aug 26 20:10:33.586 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.595 INFO O| Aug 26 20:10:33.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6360 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.595 INFO O| Aug 26 20:10:33.595 INFO STEP 811 (remove_files) COMPLETE |
6361 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.595 INFO O| Aug 26 20:10:33.595 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.605 INFO O| Aug 26 20:10:33.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6363 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.605 INFO O| Aug 26 20:10:33.605 INFO STEP 812 (remove_files) COMPLETE |
6364 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.605 INFO O| Aug 26 20:10:33.605 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.614 INFO O| Aug 26 20:10:33.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6366 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.614 INFO O| Aug 26 20:10:33.614 INFO STEP 813 (remove_files) COMPLETE |
6367 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.614 INFO O| Aug 26 20:10:33.614 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.624 INFO O| Aug 26 20:10:33.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6369 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.624 INFO O| Aug 26 20:10:33.624 INFO STEP 814 (remove_files) COMPLETE |
6370 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.624 INFO O| Aug 26 20:10:33.624 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.633 INFO O| Aug 26 20:10:33.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6372 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.633 INFO O| Aug 26 20:10:33.633 INFO STEP 815 (remove_files) COMPLETE |
6373 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.634 INFO O| Aug 26 20:10:33.633 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.643 INFO O| Aug 26 20:10:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6375 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.643 INFO O| Aug 26 20:10:33.643 INFO STEP 816 (remove_files) COMPLETE |
6376 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.643 INFO O| Aug 26 20:10:33.643 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.652 INFO O| Aug 26 20:10:33.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6378 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.652 INFO O| Aug 26 20:10:33.652 INFO STEP 817 (remove_files) COMPLETE |
6379 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.653 INFO O| Aug 26 20:10:33.652 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.662 INFO O| Aug 26 20:10:33.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6381 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.662 INFO O| Aug 26 20:10:33.662 INFO STEP 818 (remove_files) COMPLETE |
6382 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.662 INFO O| Aug 26 20:10:33.662 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.672 INFO O| Aug 26 20:10:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6384 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.672 INFO O| Aug 26 20:10:33.672 INFO STEP 819 (remove_files) COMPLETE |
6385 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.672 INFO O| Aug 26 20:10:33.672 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-08-26T20:10:35.440Z | [ recovery-image] Aug 26 20:10:33.682 INFO O| Aug 26 20:10:33.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6387 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.682 INFO O| Aug 26 20:10:33.682 INFO STEP 820 (remove_files) COMPLETE |
6388 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.682 INFO O| Aug 26 20:10:33.682 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.691 INFO O| Aug 26 20:10:33.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6390 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.691 INFO O| Aug 26 20:10:33.691 INFO STEP 821 (remove_files) COMPLETE |
6391 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.691 INFO O| Aug 26 20:10:33.691 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.701 INFO O| Aug 26 20:10:33.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6393 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.701 INFO O| Aug 26 20:10:33.701 INFO STEP 822 (remove_files) COMPLETE |
6394 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.701 INFO O| Aug 26 20:10:33.701 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.711 INFO O| Aug 26 20:10:33.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6396 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.711 INFO O| Aug 26 20:10:33.711 INFO STEP 823 (remove_files) COMPLETE |
6397 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.711 INFO O| Aug 26 20:10:33.711 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.720 INFO O| Aug 26 20:10:33.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6399 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.720 INFO O| Aug 26 20:10:33.720 INFO STEP 824 (remove_files) COMPLETE |
6400 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.721 INFO O| Aug 26 20:10:33.720 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.730 INFO O| Aug 26 20:10:33.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6402 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.730 INFO O| Aug 26 20:10:33.730 INFO STEP 825 (remove_files) COMPLETE |
6403 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.730 INFO O| Aug 26 20:10:33.730 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.740 INFO O| Aug 26 20:10:33.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6405 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.740 INFO O| Aug 26 20:10:33.740 INFO STEP 826 (remove_files) COMPLETE |
6406 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.740 INFO O| Aug 26 20:10:33.740 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.750 INFO O| Aug 26 20:10:33.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6408 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.750 INFO O| Aug 26 20:10:33.750 INFO STEP 827 (remove_files) COMPLETE |
6409 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.750 INFO O| Aug 26 20:10:33.750 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.759 INFO O| Aug 26 20:10:33.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6411 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.759 INFO O| Aug 26 20:10:33.759 INFO STEP 828 (remove_files) COMPLETE |
6412 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.759 INFO O| Aug 26 20:10:33.759 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.769 INFO O| Aug 26 20:10:33.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6414 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.769 INFO O| Aug 26 20:10:33.769 INFO STEP 829 (remove_files) COMPLETE |
6415 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.769 INFO O| Aug 26 20:10:33.769 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.778 INFO O| Aug 26 20:10:33.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6417 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.778 INFO O| Aug 26 20:10:33.778 INFO STEP 830 (remove_files) COMPLETE |
6418 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.778 INFO O| Aug 26 20:10:33.778 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-08-26T20:10:35.441Z | [ recovery-image] Aug 26 20:10:33.787 INFO O| Aug 26 20:10:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6420 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.788 INFO O| Aug 26 20:10:33.788 INFO STEP 831 (remove_files) COMPLETE |
6421 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.788 INFO O| Aug 26 20:10:33.788 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.797 INFO O| Aug 26 20:10:33.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6423 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.798 INFO O| Aug 26 20:10:33.798 INFO STEP 832 (remove_files) COMPLETE |
6424 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.798 INFO O| Aug 26 20:10:33.798 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.809 INFO O| Aug 26 20:10:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6426 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.809 INFO O| Aug 26 20:10:33.809 INFO STEP 833 (remove_files) COMPLETE |
6427 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.809 INFO O| Aug 26 20:10:33.809 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.819 INFO O| Aug 26 20:10:33.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6429 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.819 INFO O| Aug 26 20:10:33.819 INFO STEP 834 (remove_files) COMPLETE |
6430 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.819 INFO O| Aug 26 20:10:33.819 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.829 INFO O| Aug 26 20:10:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6432 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.829 INFO O| Aug 26 20:10:33.829 INFO STEP 835 (remove_files) COMPLETE |
6433 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.829 INFO O| Aug 26 20:10:33.829 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.839 INFO O| Aug 26 20:10:33.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6435 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.839 INFO O| Aug 26 20:10:33.839 INFO STEP 836 (remove_files) COMPLETE |
6436 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.839 INFO O| Aug 26 20:10:33.839 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.849 INFO O| Aug 26 20:10:33.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6438 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.849 INFO O| Aug 26 20:10:33.849 INFO STEP 837 (remove_files) COMPLETE |
6439 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.849 INFO O| Aug 26 20:10:33.849 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.859 INFO O| Aug 26 20:10:33.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6441 | 2024-08-26T20:10:35.442Z | [ recovery-image] Aug 26 20:10:33.859 INFO O| Aug 26 20:10:33.859 INFO STEP 838 (remove_files) COMPLETE |
6442 | 2024-08-26T20:10:35.445Z | [ recovery-image] Aug 26 20:10:33.859 INFO O| Aug 26 20:10:33.859 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-08-26T20:10:35.445Z | [ recovery-image] Aug 26 20:10:33.869 INFO O| Aug 26 20:10:33.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6444 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.869 INFO O| Aug 26 20:10:33.869 INFO STEP 839 (remove_files) COMPLETE |
6445 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.869 INFO O| Aug 26 20:10:33.869 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.879 INFO O| Aug 26 20:10:33.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6447 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.879 INFO O| Aug 26 20:10:33.879 INFO STEP 840 (remove_files) COMPLETE |
6448 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.879 INFO O| Aug 26 20:10:33.879 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-08-26T20:10:35.446Z | [ host-image] Aug 26 20:10:33.886 INFO O| Aug 26 20:10:33.886 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6450 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.889 INFO O| Aug 26 20:10:33.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6451 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.889 INFO O| Aug 26 20:10:33.889 INFO STEP 841 (remove_files) COMPLETE |
6452 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.889 INFO O| Aug 26 20:10:33.889 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.898 INFO O| Aug 26 20:10:33.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6454 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.898 INFO O| Aug 26 20:10:33.898 INFO STEP 842 (remove_files) COMPLETE |
6455 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.898 INFO O| Aug 26 20:10:33.898 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.908 INFO O| Aug 26 20:10:33.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6457 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.908 INFO O| Aug 26 20:10:33.908 INFO STEP 843 (remove_files) COMPLETE |
6458 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.908 INFO O| Aug 26 20:10:33.908 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.918 INFO O| Aug 26 20:10:33.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6460 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.918 INFO O| Aug 26 20:10:33.918 INFO STEP 844 (remove_files) COMPLETE |
6461 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.918 INFO O| Aug 26 20:10:33.918 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.928 INFO O| Aug 26 20:10:33.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6463 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.928 INFO O| Aug 26 20:10:33.928 INFO STEP 845 (remove_files) COMPLETE |
6464 | 2024-08-26T20:10:35.446Z | [ recovery-image] Aug 26 20:10:33.928 INFO O| Aug 26 20:10:33.928 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-26T20:10:35.449Z | [ recovery-image] Aug 26 20:10:33.938 INFO O| Aug 26 20:10:33.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6466 | 2024-08-26T20:10:35.449Z | [ recovery-image] Aug 26 20:10:33.938 INFO O| Aug 26 20:10:33.938 INFO STEP 846 (remove_files) COMPLETE |
6467 | 2024-08-26T20:10:35.449Z | [ recovery-image] Aug 26 20:10:33.938 INFO O| Aug 26 20:10:33.938 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-26T20:10:35.458Z | [ recovery-image] Aug 26 20:10:33.948 INFO O| Aug 26 20:10:33.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6469 | 2024-08-26T20:10:35.458Z | [ recovery-image] Aug 26 20:10:33.948 INFO O| Aug 26 20:10:33.948 INFO STEP 847 (remove_files) COMPLETE |
6470 | 2024-08-26T20:10:35.458Z | [ recovery-image] Aug 26 20:10:33.948 INFO O| Aug 26 20:10:33.948 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-26T20:10:35.468Z | [ recovery-image] Aug 26 20:10:33.958 INFO O| Aug 26 20:10:33.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6472 | 2024-08-26T20:10:35.470Z | [ recovery-image] Aug 26 20:10:33.958 INFO O| Aug 26 20:10:33.958 INFO STEP 848 (remove_files) COMPLETE |
6473 | 2024-08-26T20:10:35.470Z | [ recovery-image] Aug 26 20:10:33.958 INFO O| Aug 26 20:10:33.958 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-26T20:10:35.477Z | [ recovery-image] Aug 26 20:10:33.967 INFO O| Aug 26 20:10:33.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6475 | 2024-08-26T20:10:35.477Z | [ recovery-image] Aug 26 20:10:33.967 INFO O| Aug 26 20:10:33.967 INFO STEP 849 (remove_files) COMPLETE |
6476 | 2024-08-26T20:10:35.480Z | [ recovery-image] Aug 26 20:10:33.967 INFO O| Aug 26 20:10:33.967 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-26T20:10:35.487Z | [ recovery-image] Aug 26 20:10:33.977 INFO O| Aug 26 20:10:33.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6478 | 2024-08-26T20:10:35.489Z | [ recovery-image] Aug 26 20:10:33.977 INFO O| Aug 26 20:10:33.977 INFO STEP 850 (remove_files) COMPLETE |
6479 | 2024-08-26T20:10:35.490Z | [ recovery-image] Aug 26 20:10:33.977 INFO O| Aug 26 20:10:33.977 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-26T20:10:35.498Z | [ recovery-image] Aug 26 20:10:33.988 INFO O| Aug 26 20:10:33.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6481 | 2024-08-26T20:10:35.498Z | [ recovery-image] Aug 26 20:10:33.988 INFO O| Aug 26 20:10:33.988 INFO STEP 851 (remove_files) COMPLETE |
6482 | 2024-08-26T20:10:35.501Z | [ recovery-image] Aug 26 20:10:33.988 INFO O| Aug 26 20:10:33.988 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-26T20:10:35.508Z | [ recovery-image] Aug 26 20:10:33.998 INFO O| Aug 26 20:10:33.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6484 | 2024-08-26T20:10:35.510Z | [ recovery-image] Aug 26 20:10:33.998 INFO O| Aug 26 20:10:33.998 INFO STEP 852 (remove_files) COMPLETE |
6485 | 2024-08-26T20:10:35.510Z | [ recovery-image] Aug 26 20:10:33.998 INFO O| Aug 26 20:10:33.998 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-26T20:10:35.519Z | [ recovery-image] Aug 26 20:10:34.009 INFO O| Aug 26 20:10:34.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6487 | 2024-08-26T20:10:35.519Z | [ recovery-image] Aug 26 20:10:34.009 INFO O| Aug 26 20:10:34.009 INFO STEP 853 (remove_files) COMPLETE |
6488 | 2024-08-26T20:10:35.521Z | [ recovery-image] Aug 26 20:10:34.009 INFO O| Aug 26 20:10:34.009 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-26T20:10:35.529Z | [ recovery-image] Aug 26 20:10:34.019 INFO O| Aug 26 20:10:34.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6490 | 2024-08-26T20:10:35.529Z | [ recovery-image] Aug 26 20:10:34.019 INFO O| Aug 26 20:10:34.019 INFO STEP 854 (remove_files) COMPLETE |
6491 | 2024-08-26T20:10:35.529Z | [ recovery-image] Aug 26 20:10:34.019 INFO O| Aug 26 20:10:34.019 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-26T20:10:35.539Z | [ recovery-image] Aug 26 20:10:34.029 INFO O| Aug 26 20:10:34.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6493 | 2024-08-26T20:10:35.539Z | [ recovery-image] Aug 26 20:10:34.029 INFO O| Aug 26 20:10:34.029 INFO STEP 855 (remove_files) COMPLETE |
6494 | 2024-08-26T20:10:35.539Z | [ recovery-image] Aug 26 20:10:34.029 INFO O| Aug 26 20:10:34.029 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-26T20:10:35.548Z | [ recovery-image] Aug 26 20:10:34.038 INFO O| Aug 26 20:10:34.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6496 | 2024-08-26T20:10:35.548Z | [ recovery-image] Aug 26 20:10:34.038 INFO O| Aug 26 20:10:34.038 INFO STEP 856 (remove_files) COMPLETE |
6497 | 2024-08-26T20:10:35.551Z | [ recovery-image] Aug 26 20:10:34.038 INFO O| Aug 26 20:10:34.038 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-26T20:10:35.558Z | [ recovery-image] Aug 26 20:10:34.048 INFO O| Aug 26 20:10:34.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6499 | 2024-08-26T20:10:35.560Z | [ recovery-image] Aug 26 20:10:34.048 INFO O| Aug 26 20:10:34.048 INFO STEP 857 (remove_files) COMPLETE |
6500 | 2024-08-26T20:10:35.561Z | [ recovery-image] Aug 26 20:10:34.048 INFO O| Aug 26 20:10:34.048 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-26T20:10:35.568Z | [ recovery-image] Aug 26 20:10:34.058 INFO O| Aug 26 20:10:34.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6502 | 2024-08-26T20:10:35.568Z | [ recovery-image] Aug 26 20:10:34.058 INFO O| Aug 26 20:10:34.058 INFO STEP 858 (remove_files) COMPLETE |
6503 | 2024-08-26T20:10:35.570Z | [ recovery-image] Aug 26 20:10:34.058 INFO O| Aug 26 20:10:34.058 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-26T20:10:35.578Z | [ recovery-image] Aug 26 20:10:34.068 INFO O| Aug 26 20:10:34.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6505 | 2024-08-26T20:10:35.578Z | [ recovery-image] Aug 26 20:10:34.068 INFO O| Aug 26 20:10:34.068 INFO STEP 859 (remove_files) COMPLETE |
6506 | 2024-08-26T20:10:35.580Z | [ recovery-image] Aug 26 20:10:34.068 INFO O| Aug 26 20:10:34.068 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-26T20:10:35.588Z | [ recovery-image] Aug 26 20:10:34.078 INFO O| Aug 26 20:10:34.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6508 | 2024-08-26T20:10:35.588Z | [ recovery-image] Aug 26 20:10:34.078 INFO O| Aug 26 20:10:34.078 INFO STEP 860 (remove_files) COMPLETE |
6509 | 2024-08-26T20:10:35.590Z | [ recovery-image] Aug 26 20:10:34.078 INFO O| Aug 26 20:10:34.078 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-26T20:10:35.598Z | [ recovery-image] Aug 26 20:10:34.088 INFO O| Aug 26 20:10:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6511 | 2024-08-26T20:10:35.600Z | [ recovery-image] Aug 26 20:10:34.088 INFO O| Aug 26 20:10:34.088 INFO STEP 861 (remove_files) COMPLETE |
6512 | 2024-08-26T20:10:35.600Z | [ recovery-image] Aug 26 20:10:34.088 INFO O| Aug 26 20:10:34.088 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-26T20:10:35.608Z | [ recovery-image] Aug 26 20:10:34.098 INFO O| Aug 26 20:10:34.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6514 | 2024-08-26T20:10:35.608Z | [ recovery-image] Aug 26 20:10:34.098 INFO O| Aug 26 20:10:34.098 INFO STEP 862 (remove_files) COMPLETE |
6515 | 2024-08-26T20:10:35.608Z | [ recovery-image] Aug 26 20:10:34.098 INFO O| Aug 26 20:10:34.098 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-26T20:10:35.618Z | [ recovery-image] Aug 26 20:10:34.108 INFO O| Aug 26 20:10:34.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6517 | 2024-08-26T20:10:35.618Z | [ recovery-image] Aug 26 20:10:34.108 INFO O| Aug 26 20:10:34.108 INFO STEP 863 (remove_files) COMPLETE |
6518 | 2024-08-26T20:10:35.618Z | [ recovery-image] Aug 26 20:10:34.108 INFO O| Aug 26 20:10:34.108 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-26T20:10:35.628Z | [ recovery-image] Aug 26 20:10:34.118 INFO O| Aug 26 20:10:34.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6520 | 2024-08-26T20:10:35.628Z | [ recovery-image] Aug 26 20:10:34.118 INFO O| Aug 26 20:10:34.118 INFO STEP 864 (remove_files) COMPLETE |
6521 | 2024-08-26T20:10:35.631Z | [ recovery-image] Aug 26 20:10:34.118 INFO O| Aug 26 20:10:34.118 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-26T20:10:35.641Z | [ recovery-image] Aug 26 20:10:34.130 INFO O| Aug 26 20:10:34.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6523 | 2024-08-26T20:10:35.641Z | [ recovery-image] Aug 26 20:10:34.130 INFO O| Aug 26 20:10:34.130 INFO STEP 865 (remove_files) COMPLETE |
6524 | 2024-08-26T20:10:35.643Z | [ recovery-image] Aug 26 20:10:34.130 INFO O| Aug 26 20:10:34.130 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-26T20:10:35.654Z | [ recovery-image] Aug 26 20:10:34.143 INFO O| Aug 26 20:10:34.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6526 | 2024-08-26T20:10:35.654Z | [ recovery-image] Aug 26 20:10:34.143 INFO O| Aug 26 20:10:34.143 INFO STEP 866 (remove_files) COMPLETE |
6527 | 2024-08-26T20:10:35.654Z | [ recovery-image] Aug 26 20:10:34.144 INFO O| Aug 26 20:10:34.143 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-26T20:10:35.665Z | [ recovery-image] Aug 26 20:10:34.155 INFO O| Aug 26 20:10:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6529 | 2024-08-26T20:10:35.665Z | [ recovery-image] Aug 26 20:10:34.155 INFO O| Aug 26 20:10:34.155 INFO STEP 867 (remove_files) COMPLETE |
6530 | 2024-08-26T20:10:35.668Z | [ recovery-image] Aug 26 20:10:34.155 INFO O| Aug 26 20:10:34.155 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-26T20:10:35.675Z | [ recovery-image] Aug 26 20:10:34.165 INFO O| Aug 26 20:10:34.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6532 | 2024-08-26T20:10:35.675Z | [ recovery-image] Aug 26 20:10:34.165 INFO O| Aug 26 20:10:34.165 INFO STEP 868 (remove_files) COMPLETE |
6533 | 2024-08-26T20:10:35.678Z | [ recovery-image] Aug 26 20:10:34.165 INFO O| Aug 26 20:10:34.165 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-26T20:10:35.686Z | [ recovery-image] Aug 26 20:10:34.176 INFO O| Aug 26 20:10:34.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6535 | 2024-08-26T20:10:35.688Z | [ recovery-image] Aug 26 20:10:34.176 INFO O| Aug 26 20:10:34.176 INFO STEP 869 (remove_files) COMPLETE |
6536 | 2024-08-26T20:10:35.688Z | [ recovery-image] Aug 26 20:10:34.176 INFO O| Aug 26 20:10:34.176 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-26T20:10:35.696Z | [ recovery-image] Aug 26 20:10:34.186 INFO O| Aug 26 20:10:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6538 | 2024-08-26T20:10:35.696Z | [ recovery-image] Aug 26 20:10:34.186 INFO O| Aug 26 20:10:34.186 INFO STEP 870 (remove_files) COMPLETE |
6539 | 2024-08-26T20:10:35.698Z | [ recovery-image] Aug 26 20:10:34.186 INFO O| Aug 26 20:10:34.186 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-26T20:10:35.706Z | [ recovery-image] Aug 26 20:10:34.196 INFO O| Aug 26 20:10:34.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6541 | 2024-08-26T20:10:35.706Z | [ recovery-image] Aug 26 20:10:34.196 INFO O| Aug 26 20:10:34.196 INFO STEP 871 (remove_files) COMPLETE |
6542 | 2024-08-26T20:10:35.708Z | [ recovery-image] Aug 26 20:10:34.196 INFO O| Aug 26 20:10:34.196 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-26T20:10:35.716Z | [ recovery-image] Aug 26 20:10:34.206 INFO O| Aug 26 20:10:34.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6544 | 2024-08-26T20:10:35.718Z | [ recovery-image] Aug 26 20:10:34.206 INFO O| Aug 26 20:10:34.206 INFO STEP 872 (remove_files) COMPLETE |
6545 | 2024-08-26T20:10:35.718Z | [ recovery-image] Aug 26 20:10:34.206 INFO O| Aug 26 20:10:34.206 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-26T20:10:35.726Z | [ recovery-image] Aug 26 20:10:34.216 INFO O| Aug 26 20:10:34.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6547 | 2024-08-26T20:10:35.726Z | [ recovery-image] Aug 26 20:10:34.216 INFO O| Aug 26 20:10:34.216 INFO STEP 873 (remove_files) COMPLETE |
6548 | 2024-08-26T20:10:35.728Z | [ recovery-image] Aug 26 20:10:34.216 INFO O| Aug 26 20:10:34.216 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-26T20:10:35.736Z | [ recovery-image] Aug 26 20:10:34.225 INFO O| Aug 26 20:10:34.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6550 | 2024-08-26T20:10:35.738Z | [ recovery-image] Aug 26 20:10:34.226 INFO O| Aug 26 20:10:34.226 INFO STEP 874 (remove_files) COMPLETE |
6551 | 2024-08-26T20:10:35.738Z | [ recovery-image] Aug 26 20:10:34.226 INFO O| Aug 26 20:10:34.226 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-26T20:10:35.746Z | [ recovery-image] Aug 26 20:10:34.235 INFO O| Aug 26 20:10:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6553 | 2024-08-26T20:10:35.748Z | [ recovery-image] Aug 26 20:10:34.236 INFO O| Aug 26 20:10:34.235 INFO STEP 875 (remove_files) COMPLETE |
6554 | 2024-08-26T20:10:35.748Z | [ recovery-image] Aug 26 20:10:34.236 INFO O| Aug 26 20:10:34.236 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-26T20:10:35.755Z | [ recovery-image] Aug 26 20:10:34.245 INFO O| Aug 26 20:10:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6556 | 2024-08-26T20:10:35.755Z | [ recovery-image] Aug 26 20:10:34.245 INFO O| Aug 26 20:10:34.245 INFO STEP 876 (remove_files) COMPLETE |
6557 | 2024-08-26T20:10:35.755Z | [ recovery-image] Aug 26 20:10:34.245 INFO O| Aug 26 20:10:34.245 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-26T20:10:35.765Z | [ recovery-image] Aug 26 20:10:34.255 INFO O| Aug 26 20:10:34.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6559 | 2024-08-26T20:10:35.765Z | [ recovery-image] Aug 26 20:10:34.255 INFO O| Aug 26 20:10:34.255 INFO STEP 877 (remove_files) COMPLETE |
6560 | 2024-08-26T20:10:35.768Z | [ recovery-image] Aug 26 20:10:34.255 INFO O| Aug 26 20:10:34.255 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-26T20:10:35.777Z | [ recovery-image] Aug 26 20:10:34.267 INFO O| Aug 26 20:10:34.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6562 | 2024-08-26T20:10:35.777Z | [ recovery-image] Aug 26 20:10:34.267 INFO O| Aug 26 20:10:34.267 INFO STEP 878 (remove_files) COMPLETE |
6563 | 2024-08-26T20:10:35.779Z | [ recovery-image] Aug 26 20:10:34.267 INFO O| Aug 26 20:10:34.267 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-26T20:10:35.789Z | [ recovery-image] Aug 26 20:10:34.279 INFO O| Aug 26 20:10:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6565 | 2024-08-26T20:10:35.789Z | [ recovery-image] Aug 26 20:10:34.279 INFO O| Aug 26 20:10:34.279 INFO STEP 879 (remove_files) COMPLETE |
6566 | 2024-08-26T20:10:35.791Z | [ recovery-image] Aug 26 20:10:34.279 INFO O| Aug 26 20:10:34.279 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-26T20:10:35.800Z | [ recovery-image] Aug 26 20:10:34.290 INFO O| Aug 26 20:10:34.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6568 | 2024-08-26T20:10:35.803Z | [ recovery-image] Aug 26 20:10:34.290 INFO O| Aug 26 20:10:34.290 INFO STEP 880 (remove_files) COMPLETE |
6569 | 2024-08-26T20:10:35.803Z | [ recovery-image] Aug 26 20:10:34.290 INFO O| Aug 26 20:10:34.290 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-26T20:10:35.811Z | [ recovery-image] Aug 26 20:10:34.301 INFO O| Aug 26 20:10:34.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6571 | 2024-08-26T20:10:35.811Z | [ recovery-image] Aug 26 20:10:34.301 INFO O| Aug 26 20:10:34.301 INFO STEP 881 (remove_files) COMPLETE |
6572 | 2024-08-26T20:10:35.811Z | [ recovery-image] Aug 26 20:10:34.301 INFO O| Aug 26 20:10:34.301 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-26T20:10:35.822Z | [ recovery-image] Aug 26 20:10:34.312 INFO O| Aug 26 20:10:34.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6574 | 2024-08-26T20:10:35.822Z | [ recovery-image] Aug 26 20:10:34.312 INFO O| Aug 26 20:10:34.312 INFO STEP 882 (remove_files) COMPLETE |
6575 | 2024-08-26T20:10:35.822Z | [ recovery-image] Aug 26 20:10:34.312 INFO O| Aug 26 20:10:34.312 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-26T20:10:35.833Z | [ recovery-image] Aug 26 20:10:34.323 INFO O| Aug 26 20:10:34.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6577 | 2024-08-26T20:10:35.833Z | [ recovery-image] Aug 26 20:10:34.323 INFO O| Aug 26 20:10:34.323 INFO STEP 883 (remove_files) COMPLETE |
6578 | 2024-08-26T20:10:35.836Z | [ recovery-image] Aug 26 20:10:34.323 INFO O| Aug 26 20:10:34.323 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-26T20:10:35.844Z | [ recovery-image] Aug 26 20:10:34.334 INFO O| Aug 26 20:10:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6580 | 2024-08-26T20:10:35.844Z | [ recovery-image] Aug 26 20:10:34.334 INFO O| Aug 26 20:10:34.334 INFO STEP 884 (remove_files) COMPLETE |
6581 | 2024-08-26T20:10:35.844Z | [ recovery-image] Aug 26 20:10:34.334 INFO O| Aug 26 20:10:34.334 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-26T20:10:35.854Z | [ recovery-image] Aug 26 20:10:34.344 INFO O| Aug 26 20:10:34.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6583 | 2024-08-26T20:10:35.854Z | [ recovery-image] Aug 26 20:10:34.344 INFO O| Aug 26 20:10:34.344 INFO STEP 885 (remove_files) COMPLETE |
6584 | 2024-08-26T20:10:35.857Z | [ recovery-image] Aug 26 20:10:34.344 INFO O| Aug 26 20:10:34.344 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-26T20:10:35.865Z | [ recovery-image] Aug 26 20:10:34.355 INFO O| Aug 26 20:10:34.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6586 | 2024-08-26T20:10:35.867Z | [ recovery-image] Aug 26 20:10:34.355 INFO O| Aug 26 20:10:34.355 INFO STEP 886 (remove_files) COMPLETE |
6587 | 2024-08-26T20:10:35.867Z | [ recovery-image] Aug 26 20:10:34.355 INFO O| Aug 26 20:10:34.355 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-26T20:10:35.875Z | [ recovery-image] Aug 26 20:10:34.365 INFO O| Aug 26 20:10:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6589 | 2024-08-26T20:10:35.877Z | [ recovery-image] Aug 26 20:10:34.365 INFO O| Aug 26 20:10:34.365 INFO STEP 887 (remove_files) COMPLETE |
6590 | 2024-08-26T20:10:35.877Z | [ recovery-image] Aug 26 20:10:34.365 INFO O| Aug 26 20:10:34.365 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-26T20:10:35.885Z | [ recovery-image] Aug 26 20:10:34.375 INFO O| Aug 26 20:10:34.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6592 | 2024-08-26T20:10:35.885Z | [ recovery-image] Aug 26 20:10:34.375 INFO O| Aug 26 20:10:34.375 INFO STEP 888 (remove_files) COMPLETE |
6593 | 2024-08-26T20:10:35.888Z | [ recovery-image] Aug 26 20:10:34.375 INFO O| Aug 26 20:10:34.375 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-26T20:10:35.895Z | [ recovery-image] Aug 26 20:10:34.385 INFO O| Aug 26 20:10:34.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6595 | 2024-08-26T20:10:35.897Z | [ recovery-image] Aug 26 20:10:34.385 INFO O| Aug 26 20:10:34.385 INFO STEP 889 (remove_files) COMPLETE |
6596 | 2024-08-26T20:10:35.897Z | [ recovery-image] Aug 26 20:10:34.385 INFO O| Aug 26 20:10:34.385 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-26T20:10:35.905Z | [ recovery-image] Aug 26 20:10:34.395 INFO O| Aug 26 20:10:34.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6598 | 2024-08-26T20:10:35.905Z | [ recovery-image] Aug 26 20:10:34.395 INFO O| Aug 26 20:10:34.395 INFO STEP 890 (remove_files) COMPLETE |
6599 | 2024-08-26T20:10:35.907Z | [ recovery-image] Aug 26 20:10:34.395 INFO O| Aug 26 20:10:34.395 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-26T20:10:35.914Z | [ recovery-image] Aug 26 20:10:34.404 INFO O| Aug 26 20:10:34.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6601 | 2024-08-26T20:10:35.917Z | [ recovery-image] Aug 26 20:10:34.404 INFO O| Aug 26 20:10:34.404 INFO STEP 891 (remove_files) COMPLETE |
6602 | 2024-08-26T20:10:35.917Z | [ recovery-image] Aug 26 20:10:34.405 INFO O| Aug 26 20:10:34.404 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-26T20:10:35.924Z | [ recovery-image] Aug 26 20:10:34.414 INFO O| Aug 26 20:10:34.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6604 | 2024-08-26T20:10:35.924Z | [ recovery-image] Aug 26 20:10:34.414 INFO O| Aug 26 20:10:34.414 INFO STEP 892 (remove_files) COMPLETE |
6605 | 2024-08-26T20:10:35.927Z | [ recovery-image] Aug 26 20:10:34.414 INFO O| Aug 26 20:10:34.414 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-26T20:10:35.934Z | [ recovery-image] Aug 26 20:10:34.424 INFO O| Aug 26 20:10:34.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6607 | 2024-08-26T20:10:35.936Z | [ recovery-image] Aug 26 20:10:34.424 INFO O| Aug 26 20:10:34.424 INFO STEP 893 (remove_files) COMPLETE |
6608 | 2024-08-26T20:10:35.936Z | [ recovery-image] Aug 26 20:10:34.424 INFO O| Aug 26 20:10:34.424 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-26T20:10:35.943Z | [ recovery-image] Aug 26 20:10:34.433 INFO O| Aug 26 20:10:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6610 | 2024-08-26T20:10:35.943Z | [ recovery-image] Aug 26 20:10:34.433 INFO O| Aug 26 20:10:34.433 INFO STEP 894 (remove_files) COMPLETE |
6611 | 2024-08-26T20:10:35.943Z | [ recovery-image] Aug 26 20:10:34.433 INFO O| Aug 26 20:10:34.433 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-26T20:10:35.953Z | [ recovery-image] Aug 26 20:10:34.443 INFO O| Aug 26 20:10:34.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6613 | 2024-08-26T20:10:35.955Z | [ recovery-image] Aug 26 20:10:34.443 INFO O| Aug 26 20:10:34.443 INFO STEP 895 (remove_files) COMPLETE |
6614 | 2024-08-26T20:10:35.955Z | [ recovery-image] Aug 26 20:10:34.443 INFO O| Aug 26 20:10:34.443 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-26T20:10:35.962Z | [ recovery-image] Aug 26 20:10:34.452 INFO O| Aug 26 20:10:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6616 | 2024-08-26T20:10:35.962Z | [ recovery-image] Aug 26 20:10:34.452 INFO O| Aug 26 20:10:34.452 INFO STEP 896 (remove_files) COMPLETE |
6617 | 2024-08-26T20:10:35.962Z | [ recovery-image] Aug 26 20:10:34.452 INFO O| Aug 26 20:10:34.452 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-26T20:10:35.972Z | [ recovery-image] Aug 26 20:10:34.462 INFO O| Aug 26 20:10:34.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6619 | 2024-08-26T20:10:35.972Z | [ recovery-image] Aug 26 20:10:34.462 INFO O| Aug 26 20:10:34.462 INFO STEP 897 (remove_files) COMPLETE |
6620 | 2024-08-26T20:10:35.972Z | [ recovery-image] Aug 26 20:10:34.462 INFO O| Aug 26 20:10:34.462 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-26T20:10:35.982Z | [ recovery-image] Aug 26 20:10:34.472 INFO O| Aug 26 20:10:34.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6622 | 2024-08-26T20:10:35.982Z | [ recovery-image] Aug 26 20:10:34.472 INFO O| Aug 26 20:10:34.472 INFO STEP 898 (remove_files) COMPLETE |
6623 | 2024-08-26T20:10:35.982Z | [ recovery-image] Aug 26 20:10:34.472 INFO O| Aug 26 20:10:34.472 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-26T20:10:35.991Z | [ recovery-image] Aug 26 20:10:34.481 INFO O| Aug 26 20:10:34.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6625 | 2024-08-26T20:10:35.994Z | [ recovery-image] Aug 26 20:10:34.482 INFO O| Aug 26 20:10:34.482 INFO STEP 899 (remove_files) COMPLETE |
6626 | 2024-08-26T20:10:35.994Z | [ recovery-image] Aug 26 20:10:34.482 INFO O| Aug 26 20:10:34.482 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-26T20:10:36.003Z | [ recovery-image] Aug 26 20:10:34.493 INFO O| Aug 26 20:10:34.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6628 | 2024-08-26T20:10:36.003Z | [ recovery-image] Aug 26 20:10:34.493 INFO O| Aug 26 20:10:34.493 INFO STEP 900 (remove_files) COMPLETE |
6629 | 2024-08-26T20:10:36.005Z | [ recovery-image] Aug 26 20:10:34.493 INFO O| Aug 26 20:10:34.493 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-26T20:10:36.013Z | [ recovery-image] Aug 26 20:10:34.503 INFO O| Aug 26 20:10:34.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6631 | 2024-08-26T20:10:36.015Z | [ recovery-image] Aug 26 20:10:34.504 INFO O| Aug 26 20:10:34.504 INFO STEP 901 (remove_files) COMPLETE |
6632 | 2024-08-26T20:10:36.015Z | [ recovery-image] Aug 26 20:10:34.504 INFO O| Aug 26 20:10:34.504 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-26T20:10:36.024Z | [ recovery-image] Aug 26 20:10:34.514 INFO O| Aug 26 20:10:34.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6634 | 2024-08-26T20:10:36.026Z | [ recovery-image] Aug 26 20:10:34.514 INFO O| Aug 26 20:10:34.514 INFO STEP 902 (remove_files) COMPLETE |
6635 | 2024-08-26T20:10:36.027Z | [ recovery-image] Aug 26 20:10:34.514 INFO O| Aug 26 20:10:34.514 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-26T20:10:36.035Z | [ recovery-image] Aug 26 20:10:34.525 INFO O| Aug 26 20:10:34.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6637 | 2024-08-26T20:10:36.035Z | [ recovery-image] Aug 26 20:10:34.525 INFO O| Aug 26 20:10:34.525 INFO STEP 903 (remove_files) COMPLETE |
6638 | 2024-08-26T20:10:36.035Z | [ recovery-image] Aug 26 20:10:34.525 INFO O| Aug 26 20:10:34.525 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-26T20:10:36.046Z | [ recovery-image] Aug 26 20:10:34.535 INFO O| Aug 26 20:10:34.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6640 | 2024-08-26T20:10:36.046Z | [ recovery-image] Aug 26 20:10:34.536 INFO O| Aug 26 20:10:34.536 INFO STEP 904 (remove_files) COMPLETE |
6641 | 2024-08-26T20:10:36.046Z | [ recovery-image] Aug 26 20:10:34.536 INFO O| Aug 26 20:10:34.536 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-26T20:10:36.057Z | [ recovery-image] Aug 26 20:10:34.546 INFO O| Aug 26 20:10:34.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6643 | 2024-08-26T20:10:36.057Z | [ recovery-image] Aug 26 20:10:34.546 INFO O| Aug 26 20:10:34.546 INFO STEP 905 (remove_files) COMPLETE |
6644 | 2024-08-26T20:10:36.059Z | [ recovery-image] Aug 26 20:10:34.547 INFO O| Aug 26 20:10:34.546 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-26T20:10:36.067Z | [ recovery-image] Aug 26 20:10:34.557 INFO O| Aug 26 20:10:34.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6646 | 2024-08-26T20:10:36.067Z | [ recovery-image] Aug 26 20:10:34.557 INFO O| Aug 26 20:10:34.557 INFO STEP 906 (remove_files) COMPLETE |
6647 | 2024-08-26T20:10:36.067Z | [ recovery-image] Aug 26 20:10:34.557 INFO O| Aug 26 20:10:34.557 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-26T20:10:36.077Z | [ recovery-image] Aug 26 20:10:34.567 INFO O| Aug 26 20:10:34.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6649 | 2024-08-26T20:10:36.077Z | [ recovery-image] Aug 26 20:10:34.567 INFO O| Aug 26 20:10:34.567 INFO STEP 907 (remove_files) COMPLETE |
6650 | 2024-08-26T20:10:36.080Z | [ recovery-image] Aug 26 20:10:34.567 INFO O| Aug 26 20:10:34.567 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-26T20:10:36.086Z | [ recovery-image] Aug 26 20:10:34.576 INFO O| Aug 26 20:10:34.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6652 | 2024-08-26T20:10:36.087Z | [ recovery-image] Aug 26 20:10:34.576 INFO O| Aug 26 20:10:34.576 INFO STEP 908 (remove_files) COMPLETE |
6653 | 2024-08-26T20:10:36.087Z | [ recovery-image] Aug 26 20:10:34.576 INFO O| Aug 26 20:10:34.576 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-26T20:10:36.097Z | [ recovery-image] Aug 26 20:10:34.586 INFO O| Aug 26 20:10:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6655 | 2024-08-26T20:10:36.097Z | [ recovery-image] Aug 26 20:10:34.586 INFO O| Aug 26 20:10:34.586 INFO STEP 909 (remove_files) COMPLETE |
6656 | 2024-08-26T20:10:36.097Z | [ recovery-image] Aug 26 20:10:34.586 INFO O| Aug 26 20:10:34.586 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-26T20:10:36.106Z | [ recovery-image] Aug 26 20:10:34.596 INFO O| Aug 26 20:10:34.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6658 | 2024-08-26T20:10:36.106Z | [ recovery-image] Aug 26 20:10:34.596 INFO O| Aug 26 20:10:34.596 INFO STEP 910 (remove_files) COMPLETE |
6659 | 2024-08-26T20:10:36.106Z | [ recovery-image] Aug 26 20:10:34.596 INFO O| Aug 26 20:10:34.596 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-26T20:10:36.116Z | [ recovery-image] Aug 26 20:10:34.606 INFO O| Aug 26 20:10:34.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6661 | 2024-08-26T20:10:36.119Z | [ recovery-image] Aug 26 20:10:34.606 INFO O| Aug 26 20:10:34.606 INFO STEP 911 (remove_files) COMPLETE |
6662 | 2024-08-26T20:10:36.119Z | [ recovery-image] Aug 26 20:10:34.606 INFO O| Aug 26 20:10:34.606 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-26T20:10:36.125Z | [ recovery-image] Aug 26 20:10:34.615 INFO O| Aug 26 20:10:34.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6664 | 2024-08-26T20:10:36.126Z | [ recovery-image] Aug 26 20:10:34.615 INFO O| Aug 26 20:10:34.615 INFO STEP 912 (remove_files) COMPLETE |
6665 | 2024-08-26T20:10:36.126Z | [ recovery-image] Aug 26 20:10:34.615 INFO O| Aug 26 20:10:34.615 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-26T20:10:36.135Z | [ recovery-image] Aug 26 20:10:34.625 INFO O| Aug 26 20:10:34.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6667 | 2024-08-26T20:10:36.137Z | [ recovery-image] Aug 26 20:10:34.625 INFO O| Aug 26 20:10:34.625 INFO STEP 913 (remove_files) COMPLETE |
6668 | 2024-08-26T20:10:36.137Z | [ recovery-image] Aug 26 20:10:34.625 INFO O| Aug 26 20:10:34.625 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-26T20:10:36.144Z | [ recovery-image] Aug 26 20:10:34.634 INFO O| Aug 26 20:10:34.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6670 | 2024-08-26T20:10:36.145Z | [ recovery-image] Aug 26 20:10:34.634 INFO O| Aug 26 20:10:34.634 INFO STEP 914 (remove_files) COMPLETE |
6671 | 2024-08-26T20:10:36.145Z | [ recovery-image] Aug 26 20:10:34.634 INFO O| Aug 26 20:10:34.634 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-26T20:10:36.154Z | [ recovery-image] Aug 26 20:10:34.644 INFO O| Aug 26 20:10:34.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6673 | 2024-08-26T20:10:36.156Z | [ recovery-image] Aug 26 20:10:34.644 INFO O| Aug 26 20:10:34.644 INFO STEP 915 (remove_files) COMPLETE |
6674 | 2024-08-26T20:10:36.156Z | [ recovery-image] Aug 26 20:10:34.644 INFO O| Aug 26 20:10:34.644 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-26T20:10:36.163Z | [ recovery-image] Aug 26 20:10:34.653 INFO O| Aug 26 20:10:34.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6676 | 2024-08-26T20:10:36.163Z | [ recovery-image] Aug 26 20:10:34.653 INFO O| Aug 26 20:10:34.653 INFO STEP 916 (remove_files) COMPLETE |
6677 | 2024-08-26T20:10:36.166Z | [ recovery-image] Aug 26 20:10:34.653 INFO O| Aug 26 20:10:34.653 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-26T20:10:36.173Z | [ recovery-image] Aug 26 20:10:34.663 INFO O| Aug 26 20:10:34.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6679 | 2024-08-26T20:10:36.175Z | [ recovery-image] Aug 26 20:10:34.663 INFO O| Aug 26 20:10:34.663 INFO STEP 917 (remove_files) COMPLETE |
6680 | 2024-08-26T20:10:36.175Z | [ recovery-image] Aug 26 20:10:34.663 INFO O| Aug 26 20:10:34.663 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-08-26T20:10:36.182Z | [ recovery-image] Aug 26 20:10:34.672 INFO O| Aug 26 20:10:34.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6682 | 2024-08-26T20:10:36.182Z | [ recovery-image] Aug 26 20:10:34.672 INFO O| Aug 26 20:10:34.672 INFO STEP 918 (remove_files) COMPLETE |
6683 | 2024-08-26T20:10:36.186Z | [ recovery-image] Aug 26 20:10:34.672 INFO O| Aug 26 20:10:34.672 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-08-26T20:10:36.192Z | [ recovery-image] Aug 26 20:10:34.682 INFO O| Aug 26 20:10:34.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6685 | 2024-08-26T20:10:36.192Z | [ recovery-image] Aug 26 20:10:34.682 INFO O| Aug 26 20:10:34.682 INFO STEP 919 (remove_files) COMPLETE |
6686 | 2024-08-26T20:10:36.192Z | [ recovery-image] Aug 26 20:10:34.682 INFO O| Aug 26 20:10:34.682 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-08-26T20:10:36.201Z | [ recovery-image] Aug 26 20:10:34.691 INFO O| Aug 26 20:10:34.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6688 | 2024-08-26T20:10:36.201Z | [ recovery-image] Aug 26 20:10:34.691 INFO O| Aug 26 20:10:34.691 INFO STEP 920 (remove_files) COMPLETE |
6689 | 2024-08-26T20:10:36.204Z | [ recovery-image] Aug 26 20:10:34.691 INFO O| Aug 26 20:10:34.691 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-08-26T20:10:36.211Z | [ recovery-image] Aug 26 20:10:34.701 INFO O| Aug 26 20:10:34.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6691 | 2024-08-26T20:10:36.213Z | [ recovery-image] Aug 26 20:10:34.701 INFO O| Aug 26 20:10:34.701 INFO STEP 921 (remove_files) COMPLETE |
6692 | 2024-08-26T20:10:36.214Z | [ recovery-image] Aug 26 20:10:34.701 INFO O| Aug 26 20:10:34.701 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-08-26T20:10:36.220Z | [ recovery-image] Aug 26 20:10:34.710 INFO O| Aug 26 20:10:34.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6694 | 2024-08-26T20:10:36.220Z | [ recovery-image] Aug 26 20:10:34.710 INFO O| Aug 26 20:10:34.710 INFO STEP 922 (remove_files) COMPLETE |
6695 | 2024-08-26T20:10:36.220Z | [ recovery-image] Aug 26 20:10:34.710 INFO O| Aug 26 20:10:34.710 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-08-26T20:10:36.230Z | [ recovery-image] Aug 26 20:10:34.720 INFO O| Aug 26 20:10:34.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6697 | 2024-08-26T20:10:36.230Z | [ recovery-image] Aug 26 20:10:34.720 INFO O| Aug 26 20:10:34.720 INFO STEP 923 (remove_files) COMPLETE |
6698 | 2024-08-26T20:10:36.230Z | [ recovery-image] Aug 26 20:10:34.720 INFO O| Aug 26 20:10:34.720 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-08-26T20:10:36.240Z | [ recovery-image] Aug 26 20:10:34.729 INFO O| Aug 26 20:10:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6700 | 2024-08-26T20:10:36.242Z | [ recovery-image] Aug 26 20:10:34.729 INFO O| Aug 26 20:10:34.729 INFO STEP 924 (remove_files) COMPLETE |
6701 | 2024-08-26T20:10:36.242Z | [ recovery-image] Aug 26 20:10:34.729 INFO O| Aug 26 20:10:34.729 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-08-26T20:10:36.250Z | [ recovery-image] Aug 26 20:10:34.739 INFO O| Aug 26 20:10:34.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6703 | 2024-08-26T20:10:36.252Z | [ recovery-image] Aug 26 20:10:34.739 INFO O| Aug 26 20:10:34.739 INFO STEP 925 (remove_files) COMPLETE |
6704 | 2024-08-26T20:10:36.252Z | [ recovery-image] Aug 26 20:10:34.739 INFO O| Aug 26 20:10:34.739 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-08-26T20:10:36.259Z | [ recovery-image] Aug 26 20:10:34.749 INFO O| Aug 26 20:10:34.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6706 | 2024-08-26T20:10:36.259Z | [ recovery-image] Aug 26 20:10:34.749 INFO O| Aug 26 20:10:34.749 INFO STEP 926 (remove_files) COMPLETE |
6707 | 2024-08-26T20:10:36.262Z | [ recovery-image] Aug 26 20:10:34.749 INFO O| Aug 26 20:10:34.749 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-08-26T20:10:36.269Z | [ recovery-image] Aug 26 20:10:34.759 INFO O| Aug 26 20:10:34.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6709 | 2024-08-26T20:10:36.269Z | [ recovery-image] Aug 26 20:10:34.759 INFO O| Aug 26 20:10:34.759 INFO STEP 927 (remove_files) COMPLETE |
6710 | 2024-08-26T20:10:36.269Z | [ recovery-image] Aug 26 20:10:34.759 INFO O| Aug 26 20:10:34.759 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-08-26T20:10:36.282Z | [ recovery-image] Aug 26 20:10:34.772 INFO O| Aug 26 20:10:34.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6712 | 2024-08-26T20:10:36.282Z | [ recovery-image] Aug 26 20:10:34.772 INFO O| Aug 26 20:10:34.772 INFO STEP 928 (remove_files) COMPLETE |
6713 | 2024-08-26T20:10:36.284Z | [ recovery-image] Aug 26 20:10:34.772 INFO O| Aug 26 20:10:34.772 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-08-26T20:10:36.294Z | [ recovery-image] Aug 26 20:10:34.784 INFO O| Aug 26 20:10:34.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6715 | 2024-08-26T20:10:36.294Z | [ recovery-image] Aug 26 20:10:34.784 INFO O| Aug 26 20:10:34.784 INFO STEP 929 (remove_files) COMPLETE |
6716 | 2024-08-26T20:10:36.297Z | [ recovery-image] Aug 26 20:10:34.784 INFO O| Aug 26 20:10:34.784 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-08-26T20:10:36.306Z | [ recovery-image] Aug 26 20:10:34.796 INFO O| Aug 26 20:10:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6718 | 2024-08-26T20:10:36.307Z | [ recovery-image] Aug 26 20:10:34.796 INFO O| Aug 26 20:10:34.796 INFO STEP 930 (remove_files) COMPLETE |
6719 | 2024-08-26T20:10:36.309Z | [ recovery-image] Aug 26 20:10:34.796 INFO O| Aug 26 20:10:34.796 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-08-26T20:10:36.319Z | [ recovery-image] Aug 26 20:10:34.808 INFO O| Aug 26 20:10:34.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6721 | 2024-08-26T20:10:36.321Z | [ recovery-image] Aug 26 20:10:34.808 INFO O| Aug 26 20:10:34.808 INFO STEP 931 (remove_files) COMPLETE |
6722 | 2024-08-26T20:10:36.321Z | [ recovery-image] Aug 26 20:10:34.809 INFO O| Aug 26 20:10:34.808 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-08-26T20:10:36.330Z | [ recovery-image] Aug 26 20:10:34.820 INFO O| Aug 26 20:10:34.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6724 | 2024-08-26T20:10:36.330Z | [ recovery-image] Aug 26 20:10:34.820 INFO O| Aug 26 20:10:34.820 INFO STEP 932 (remove_files) COMPLETE |
6725 | 2024-08-26T20:10:36.333Z | [ recovery-image] Aug 26 20:10:34.820 INFO O| Aug 26 20:10:34.820 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-08-26T20:10:36.342Z | [ recovery-image] Aug 26 20:10:34.832 INFO O| Aug 26 20:10:34.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6727 | 2024-08-26T20:10:36.342Z | [ recovery-image] Aug 26 20:10:34.832 INFO O| Aug 26 20:10:34.832 INFO STEP 933 (remove_files) COMPLETE |
6728 | 2024-08-26T20:10:36.342Z | [ recovery-image] Aug 26 20:10:34.832 INFO O| Aug 26 20:10:34.832 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-08-26T20:10:36.353Z | [ recovery-image] Aug 26 20:10:34.843 INFO O| Aug 26 20:10:34.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6730 | 2024-08-26T20:10:36.353Z | [ recovery-image] Aug 26 20:10:34.843 INFO O| Aug 26 20:10:34.843 INFO STEP 934 (remove_files) COMPLETE |
6731 | 2024-08-26T20:10:36.356Z | [ recovery-image] Aug 26 20:10:34.843 INFO O| Aug 26 20:10:34.843 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-08-26T20:10:36.364Z | [ recovery-image] Aug 26 20:10:34.854 INFO O| Aug 26 20:10:34.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6733 | 2024-08-26T20:10:36.366Z | [ recovery-image] Aug 26 20:10:34.854 INFO O| Aug 26 20:10:34.854 INFO STEP 935 (remove_files) COMPLETE |
6734 | 2024-08-26T20:10:36.367Z | [ recovery-image] Aug 26 20:10:34.854 INFO O| Aug 26 20:10:34.854 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-26T20:10:36.374Z | [ recovery-image] Aug 26 20:10:34.864 INFO O| Aug 26 20:10:34.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6736 | 2024-08-26T20:10:36.374Z | [ recovery-image] Aug 26 20:10:34.864 INFO O| Aug 26 20:10:34.864 INFO STEP 936 (remove_files) COMPLETE |
6737 | 2024-08-26T20:10:36.374Z | [ recovery-image] Aug 26 20:10:34.864 INFO O| Aug 26 20:10:34.864 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-08-26T20:10:36.384Z | [ recovery-image] Aug 26 20:10:34.874 INFO O| Aug 26 20:10:34.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6739 | 2024-08-26T20:10:36.384Z | [ recovery-image] Aug 26 20:10:34.874 INFO O| Aug 26 20:10:34.874 INFO STEP 937 (remove_files) COMPLETE |
6740 | 2024-08-26T20:10:36.386Z | [ recovery-image] Aug 26 20:10:34.874 INFO O| Aug 26 20:10:34.874 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-08-26T20:10:36.400Z | [ recovery-image] Aug 26 20:10:34.883 INFO O| Aug 26 20:10:34.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6742 | 2024-08-26T20:10:36.402Z | [ recovery-image] Aug 26 20:10:34.883 INFO O| Aug 26 20:10:34.883 INFO STEP 938 (remove_files) COMPLETE |
6743 | 2024-08-26T20:10:36.402Z | [ recovery-image] Aug 26 20:10:34.883 INFO O| Aug 26 20:10:34.883 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-26T20:10:36.405Z | [ recovery-image] Aug 26 20:10:34.893 INFO O| Aug 26 20:10:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6745 | 2024-08-26T20:10:36.405Z | [ recovery-image] Aug 26 20:10:34.893 INFO O| Aug 26 20:10:34.893 INFO STEP 939 (remove_files) COMPLETE |
6746 | 2024-08-26T20:10:36.405Z | [ recovery-image] Aug 26 20:10:34.893 INFO O| Aug 26 20:10:34.893 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-26T20:10:36.413Z | [ recovery-image] Aug 26 20:10:34.903 INFO O| Aug 26 20:10:34.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6748 | 2024-08-26T20:10:36.413Z | [ recovery-image] Aug 26 20:10:34.903 INFO O| Aug 26 20:10:34.903 INFO STEP 940 (remove_files) COMPLETE |
6749 | 2024-08-26T20:10:36.414Z | [ recovery-image] Aug 26 20:10:34.903 INFO O| Aug 26 20:10:34.903 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-08-26T20:10:36.423Z | [ recovery-image] Aug 26 20:10:34.913 INFO O| Aug 26 20:10:34.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6751 | 2024-08-26T20:10:36.423Z | [ recovery-image] Aug 26 20:10:34.913 INFO O| Aug 26 20:10:34.913 INFO STEP 941 (remove_files) COMPLETE |
6752 | 2024-08-26T20:10:36.423Z | [ recovery-image] Aug 26 20:10:34.913 INFO O| Aug 26 20:10:34.913 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-26T20:10:36.433Z | [ recovery-image] Aug 26 20:10:34.922 INFO O| Aug 26 20:10:34.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6754 | 2024-08-26T20:10:36.435Z | [ recovery-image] Aug 26 20:10:34.922 INFO O| Aug 26 20:10:34.922 INFO STEP 942 (remove_files) COMPLETE |
6755 | 2024-08-26T20:10:36.435Z | [ recovery-image] Aug 26 20:10:34.922 INFO O| Aug 26 20:10:34.922 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-26T20:10:36.443Z | [ recovery-image] Aug 26 20:10:34.932 INFO O| Aug 26 20:10:34.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6757 | 2024-08-26T20:10:36.443Z | [ recovery-image] Aug 26 20:10:34.933 INFO O| Aug 26 20:10:34.932 INFO STEP 943 (remove_files) COMPLETE |
6758 | 2024-08-26T20:10:36.445Z | [ recovery-image] Aug 26 20:10:34.933 INFO O| Aug 26 20:10:34.933 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-08-26T20:10:36.452Z | [ recovery-image] Aug 26 20:10:34.942 INFO O| Aug 26 20:10:34.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6760 | 2024-08-26T20:10:36.452Z | [ recovery-image] Aug 26 20:10:34.942 INFO O| Aug 26 20:10:34.942 INFO STEP 944 (remove_files) COMPLETE |
6761 | 2024-08-26T20:10:36.455Z | [ recovery-image] Aug 26 20:10:34.942 INFO O| Aug 26 20:10:34.942 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-08-26T20:10:36.462Z | [ recovery-image] Aug 26 20:10:34.952 INFO O| Aug 26 20:10:34.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6763 | 2024-08-26T20:10:36.462Z | [ recovery-image] Aug 26 20:10:34.952 INFO O| Aug 26 20:10:34.952 INFO STEP 945 (remove_files) COMPLETE |
6764 | 2024-08-26T20:10:36.462Z | [ recovery-image] Aug 26 20:10:34.952 INFO O| Aug 26 20:10:34.952 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-26T20:10:36.471Z | [ recovery-image] Aug 26 20:10:34.961 INFO O| Aug 26 20:10:34.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6766 | 2024-08-26T20:10:36.472Z | [ recovery-image] Aug 26 20:10:34.961 INFO O| Aug 26 20:10:34.961 INFO STEP 946 (remove_files) COMPLETE |
6767 | 2024-08-26T20:10:36.472Z | [ recovery-image] Aug 26 20:10:34.961 INFO O| Aug 26 20:10:34.961 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-26T20:10:36.481Z | [ recovery-image] Aug 26 20:10:34.971 INFO O| Aug 26 20:10:34.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6769 | 2024-08-26T20:10:36.481Z | [ recovery-image] Aug 26 20:10:34.971 INFO O| Aug 26 20:10:34.971 INFO STEP 947 (remove_files) COMPLETE |
6770 | 2024-08-26T20:10:36.481Z | [ recovery-image] Aug 26 20:10:34.971 INFO O| Aug 26 20:10:34.971 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-26T20:10:36.491Z | [ recovery-image] Aug 26 20:10:34.981 INFO O| Aug 26 20:10:34.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6772 | 2024-08-26T20:10:36.491Z | [ recovery-image] Aug 26 20:10:34.981 INFO O| Aug 26 20:10:34.981 INFO STEP 948 (remove_files) COMPLETE |
6773 | 2024-08-26T20:10:36.491Z | [ recovery-image] Aug 26 20:10:34.981 INFO O| Aug 26 20:10:34.981 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-26T20:10:36.501Z | [ recovery-image] Aug 26 20:10:34.991 INFO O| Aug 26 20:10:34.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6775 | 2024-08-26T20:10:36.501Z | [ recovery-image] Aug 26 20:10:34.991 INFO O| Aug 26 20:10:34.991 INFO STEP 949 (remove_files) COMPLETE |
6776 | 2024-08-26T20:10:36.502Z | [ recovery-image] Aug 26 20:10:34.991 INFO O| Aug 26 20:10:34.991 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-26T20:10:36.513Z | [ recovery-image] Aug 26 20:10:35.002 INFO O| Aug 26 20:10:35.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6778 | 2024-08-26T20:10:36.513Z | [ recovery-image] Aug 26 20:10:35.002 INFO O| Aug 26 20:10:35.002 INFO STEP 950 (remove_files) COMPLETE |
6779 | 2024-08-26T20:10:36.513Z | [ recovery-image] Aug 26 20:10:35.002 INFO O| Aug 26 20:10:35.002 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-26T20:10:36.546Z | [ recovery-image] Aug 26 20:10:35.029 INFO O| Aug 26 20:10:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6781 | 2024-08-26T20:10:36.548Z | [ recovery-image] Aug 26 20:10:35.029 INFO O| Aug 26 20:10:35.028 INFO STEP 951 (remove_files) COMPLETE |
6782 | 2024-08-26T20:10:36.549Z | [ recovery-image] Aug 26 20:10:35.029 INFO O| Aug 26 20:10:35.028 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-26T20:10:36.554Z | [ recovery-image] Aug 26 20:10:35.044 INFO O| Aug 26 20:10:35.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6784 | 2024-08-26T20:10:36.554Z | [ recovery-image] Aug 26 20:10:35.044 INFO O| Aug 26 20:10:35.044 INFO STEP 952 (remove_files) COMPLETE |
6785 | 2024-08-26T20:10:36.557Z | [ recovery-image] Aug 26 20:10:35.044 INFO O| Aug 26 20:10:35.044 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-26T20:10:36.566Z | [ recovery-image] Aug 26 20:10:35.056 INFO O| Aug 26 20:10:35.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6787 | 2024-08-26T20:10:36.566Z | [ recovery-image] Aug 26 20:10:35.056 INFO O| Aug 26 20:10:35.056 INFO STEP 953 (remove_files) COMPLETE |
6788 | 2024-08-26T20:10:36.568Z | [ recovery-image] Aug 26 20:10:35.056 INFO O| Aug 26 20:10:35.056 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-26T20:10:36.578Z | [ recovery-image] Aug 26 20:10:35.067 INFO O| Aug 26 20:10:35.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6790 | 2024-08-26T20:10:36.581Z | [ recovery-image] Aug 26 20:10:35.067 INFO O| Aug 26 20:10:35.067 INFO STEP 954 (remove_files) COMPLETE |
6791 | 2024-08-26T20:10:36.581Z | [ recovery-image] Aug 26 20:10:35.067 INFO O| Aug 26 20:10:35.067 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-26T20:10:36.593Z | [ recovery-image] Aug 26 20:10:35.082 INFO O| Aug 26 20:10:35.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6793 | 2024-08-26T20:10:36.593Z | [ recovery-image] Aug 26 20:10:35.082 INFO O| Aug 26 20:10:35.082 INFO STEP 955 (remove_files) COMPLETE |
6794 | 2024-08-26T20:10:36.593Z | [ recovery-image] Aug 26 20:10:35.082 INFO O| Aug 26 20:10:35.082 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-26T20:10:36.607Z | [ recovery-image] Aug 26 20:10:35.096 INFO O| Aug 26 20:10:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6796 | 2024-08-26T20:10:36.609Z | [ recovery-image] Aug 26 20:10:35.096 INFO O| Aug 26 20:10:35.096 INFO STEP 956 (remove_files) COMPLETE |
6797 | 2024-08-26T20:10:36.609Z | [ recovery-image] Aug 26 20:10:35.096 INFO O| Aug 26 20:10:35.096 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-26T20:10:36.621Z | [ recovery-image] Aug 26 20:10:35.110 INFO O| Aug 26 20:10:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6799 | 2024-08-26T20:10:36.621Z | [ recovery-image] Aug 26 20:10:35.111 INFO O| Aug 26 20:10:35.111 INFO STEP 957 (remove_files) COMPLETE |
6800 | 2024-08-26T20:10:36.624Z | [ recovery-image] Aug 26 20:10:35.111 INFO O| Aug 26 20:10:35.111 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-26T20:10:36.635Z | [ recovery-image] Aug 26 20:10:35.124 INFO O| Aug 26 20:10:35.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6802 | 2024-08-26T20:10:36.635Z | [ recovery-image] Aug 26 20:10:35.124 INFO O| Aug 26 20:10:35.124 INFO STEP 958 (remove_files) COMPLETE |
6803 | 2024-08-26T20:10:36.635Z | [ recovery-image] Aug 26 20:10:35.124 INFO O| Aug 26 20:10:35.124 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-26T20:10:36.645Z | [ recovery-image] Aug 26 20:10:35.135 INFO O| Aug 26 20:10:35.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6805 | 2024-08-26T20:10:36.648Z | [ recovery-image] Aug 26 20:10:35.135 INFO O| Aug 26 20:10:35.135 INFO STEP 959 (remove_files) COMPLETE |
6806 | 2024-08-26T20:10:36.648Z | [ recovery-image] Aug 26 20:10:35.135 INFO O| Aug 26 20:10:35.135 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-26T20:10:36.655Z | [ recovery-image] Aug 26 20:10:35.145 INFO O| Aug 26 20:10:35.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6808 | 2024-08-26T20:10:36.655Z | [ recovery-image] Aug 26 20:10:35.145 INFO O| Aug 26 20:10:35.145 INFO STEP 960 (remove_files) COMPLETE |
6809 | 2024-08-26T20:10:36.658Z | [ recovery-image] Aug 26 20:10:35.145 INFO O| Aug 26 20:10:35.145 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-26T20:10:36.665Z | [ recovery-image] Aug 26 20:10:35.155 INFO O| Aug 26 20:10:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6811 | 2024-08-26T20:10:36.668Z | [ recovery-image] Aug 26 20:10:35.155 INFO O| Aug 26 20:10:35.155 INFO STEP 961 (remove_files) COMPLETE |
6812 | 2024-08-26T20:10:36.668Z | [ recovery-image] Aug 26 20:10:35.155 INFO O| Aug 26 20:10:35.155 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-26T20:10:36.676Z | [ recovery-image] Aug 26 20:10:35.165 INFO O| Aug 26 20:10:35.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6814 | 2024-08-26T20:10:36.678Z | [ recovery-image] Aug 26 20:10:35.166 INFO O| Aug 26 20:10:35.166 INFO STEP 962 (remove_files) COMPLETE |
6815 | 2024-08-26T20:10:36.678Z | [ recovery-image] Aug 26 20:10:35.166 INFO O| Aug 26 20:10:35.166 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-26T20:10:36.689Z | [ recovery-image] Aug 26 20:10:35.179 INFO O| Aug 26 20:10:35.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6817 | 2024-08-26T20:10:36.689Z | [ recovery-image] Aug 26 20:10:35.179 INFO O| Aug 26 20:10:35.179 INFO STEP 963 (remove_files) COMPLETE |
6818 | 2024-08-26T20:10:36.692Z | [ recovery-image] Aug 26 20:10:35.179 INFO O| Aug 26 20:10:35.179 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-26T20:10:36.699Z | [ recovery-image] Aug 26 20:10:35.189 INFO O| Aug 26 20:10:35.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6820 | 2024-08-26T20:10:36.702Z | [ recovery-image] Aug 26 20:10:35.189 INFO O| Aug 26 20:10:35.189 INFO STEP 964 (remove_files) COMPLETE |
6821 | 2024-08-26T20:10:36.702Z | [ recovery-image] Aug 26 20:10:35.189 INFO O| Aug 26 20:10:35.189 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-26T20:10:36.709Z | [ recovery-image] Aug 26 20:10:35.199 INFO O| Aug 26 20:10:35.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6823 | 2024-08-26T20:10:36.709Z | [ recovery-image] Aug 26 20:10:35.199 INFO O| Aug 26 20:10:35.199 INFO STEP 965 (remove_files) COMPLETE |
6824 | 2024-08-26T20:10:36.712Z | [ recovery-image] Aug 26 20:10:35.199 INFO O| Aug 26 20:10:35.199 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-26T20:10:36.720Z | [ recovery-image] Aug 26 20:10:35.209 INFO O| Aug 26 20:10:35.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6826 | 2024-08-26T20:10:36.720Z | [ recovery-image] Aug 26 20:10:35.210 INFO O| Aug 26 20:10:35.209 INFO STEP 966 (remove_files) COMPLETE |
6827 | 2024-08-26T20:10:36.720Z | [ recovery-image] Aug 26 20:10:35.210 INFO O| Aug 26 20:10:35.210 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-26T20:10:36.730Z | [ recovery-image] Aug 26 20:10:35.220 INFO O| Aug 26 20:10:35.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6829 | 2024-08-26T20:10:36.731Z | [ recovery-image] Aug 26 20:10:35.220 INFO O| Aug 26 20:10:35.220 INFO STEP 967 (remove_files) COMPLETE |
6830 | 2024-08-26T20:10:36.731Z | [ recovery-image] Aug 26 20:10:35.220 INFO O| Aug 26 20:10:35.220 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-08-26T20:10:36.741Z | [ recovery-image] Aug 26 20:10:35.230 INFO O| Aug 26 20:10:35.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6832 | 2024-08-26T20:10:36.741Z | [ recovery-image] Aug 26 20:10:35.230 INFO O| Aug 26 20:10:35.230 INFO STEP 968 (remove_files) COMPLETE |
6833 | 2024-08-26T20:10:36.743Z | [ recovery-image] Aug 26 20:10:35.230 INFO O| Aug 26 20:10:35.230 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-26T20:10:36.751Z | [ recovery-image] Aug 26 20:10:35.241 INFO O| Aug 26 20:10:35.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6835 | 2024-08-26T20:10:36.751Z | [ recovery-image] Aug 26 20:10:35.241 INFO O| Aug 26 20:10:35.241 INFO STEP 969 (remove_files) COMPLETE |
6836 | 2024-08-26T20:10:36.751Z | [ recovery-image] Aug 26 20:10:35.241 INFO O| Aug 26 20:10:35.241 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-26T20:10:36.762Z | [ recovery-image] Aug 26 20:10:35.252 INFO O| Aug 26 20:10:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6838 | 2024-08-26T20:10:36.765Z | [ recovery-image] Aug 26 20:10:35.252 INFO O| Aug 26 20:10:35.252 INFO STEP 970 (remove_files) COMPLETE |
6839 | 2024-08-26T20:10:36.765Z | [ recovery-image] Aug 26 20:10:35.252 INFO O| Aug 26 20:10:35.252 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-26T20:10:36.773Z | [ recovery-image] Aug 26 20:10:35.262 INFO O| Aug 26 20:10:35.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6841 | 2024-08-26T20:10:36.775Z | [ recovery-image] Aug 26 20:10:35.262 INFO O| Aug 26 20:10:35.262 INFO STEP 971 (remove_files) COMPLETE |
6842 | 2024-08-26T20:10:36.775Z | [ recovery-image] Aug 26 20:10:35.262 INFO O| Aug 26 20:10:35.262 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-26T20:10:36.783Z | [ recovery-image] Aug 26 20:10:35.272 INFO O| Aug 26 20:10:35.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6844 | 2024-08-26T20:10:36.785Z | [ recovery-image] Aug 26 20:10:35.273 INFO O| Aug 26 20:10:35.273 INFO STEP 972 (remove_files) COMPLETE |
6845 | 2024-08-26T20:10:36.785Z | [ recovery-image] Aug 26 20:10:35.273 INFO O| Aug 26 20:10:35.273 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-26T20:10:36.793Z | [ recovery-image] Aug 26 20:10:35.282 INFO O| Aug 26 20:10:35.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6847 | 2024-08-26T20:10:36.795Z | [ recovery-image] Aug 26 20:10:35.283 INFO O| Aug 26 20:10:35.282 INFO STEP 973 (remove_files) COMPLETE |
6848 | 2024-08-26T20:10:36.795Z | [ recovery-image] Aug 26 20:10:35.283 INFO O| Aug 26 20:10:35.283 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-26T20:10:36.803Z | [ recovery-image] Aug 26 20:10:35.293 INFO O| Aug 26 20:10:35.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6850 | 2024-08-26T20:10:36.805Z | [ recovery-image] Aug 26 20:10:35.293 INFO O| Aug 26 20:10:35.293 INFO STEP 974 (remove_files) COMPLETE |
6851 | 2024-08-26T20:10:36.806Z | [ recovery-image] Aug 26 20:10:35.293 INFO O| Aug 26 20:10:35.293 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-26T20:10:36.813Z | [ recovery-image] Aug 26 20:10:35.302 INFO O| Aug 26 20:10:35.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6853 | 2024-08-26T20:10:36.816Z | [ recovery-image] Aug 26 20:10:35.303 INFO O| Aug 26 20:10:35.303 INFO STEP 975 (remove_files) COMPLETE |
6854 | 2024-08-26T20:10:36.816Z | [ recovery-image] Aug 26 20:10:35.303 INFO O| Aug 26 20:10:35.303 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-26T20:10:36.823Z | [ recovery-image] Aug 26 20:10:35.312 INFO O| Aug 26 20:10:35.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6856 | 2024-08-26T20:10:36.825Z | [ recovery-image] Aug 26 20:10:35.312 INFO O| Aug 26 20:10:35.312 INFO STEP 976 (remove_files) COMPLETE |
6857 | 2024-08-26T20:10:36.825Z | [ recovery-image] Aug 26 20:10:35.312 INFO O| Aug 26 20:10:35.312 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-26T20:10:36.832Z | [ recovery-image] Aug 26 20:10:35.322 INFO O| Aug 26 20:10:35.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6859 | 2024-08-26T20:10:36.836Z | [ recovery-image] Aug 26 20:10:35.322 INFO O| Aug 26 20:10:35.322 INFO STEP 977 (remove_files) COMPLETE |
6860 | 2024-08-26T20:10:36.836Z | [ recovery-image] Aug 26 20:10:35.322 INFO O| Aug 26 20:10:35.322 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-26T20:10:36.847Z | [ recovery-image] Aug 26 20:10:35.332 INFO O| Aug 26 20:10:35.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6862 | 2024-08-26T20:10:36.850Z | [ recovery-image] Aug 26 20:10:35.333 INFO O| Aug 26 20:10:35.333 INFO STEP 978 (remove_files) COMPLETE |
6863 | 2024-08-26T20:10:36.850Z | [ recovery-image] Aug 26 20:10:35.333 INFO O| Aug 26 20:10:35.333 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-26T20:10:36.854Z | [ recovery-image] Aug 26 20:10:35.344 INFO O| Aug 26 20:10:35.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6865 | 2024-08-26T20:10:36.854Z | [ recovery-image] Aug 26 20:10:35.344 INFO O| Aug 26 20:10:35.344 INFO STEP 979 (remove_files) COMPLETE |
6866 | 2024-08-26T20:10:36.855Z | [ recovery-image] Aug 26 20:10:35.344 INFO O| Aug 26 20:10:35.344 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-26T20:10:36.866Z | [ recovery-image] Aug 26 20:10:35.355 INFO O| Aug 26 20:10:35.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6868 | 2024-08-26T20:10:36.866Z | [ recovery-image] Aug 26 20:10:35.355 INFO O| Aug 26 20:10:35.355 INFO STEP 980 (remove_files) COMPLETE |
6869 | 2024-08-26T20:10:36.869Z | [ recovery-image] Aug 26 20:10:35.355 INFO O| Aug 26 20:10:35.355 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-08-26T20:10:36.877Z | [ recovery-image] Aug 26 20:10:35.366 INFO O| Aug 26 20:10:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6871 | 2024-08-26T20:10:36.877Z | [ recovery-image] Aug 26 20:10:35.367 INFO O| Aug 26 20:10:35.367 INFO STEP 981 (remove_files) COMPLETE |
6872 | 2024-08-26T20:10:36.880Z | [ recovery-image] Aug 26 20:10:35.367 INFO O| Aug 26 20:10:35.367 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-26T20:10:36.888Z | [ recovery-image] Aug 26 20:10:35.377 INFO O| Aug 26 20:10:35.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6874 | 2024-08-26T20:10:36.888Z | [ recovery-image] Aug 26 20:10:35.377 INFO O| Aug 26 20:10:35.377 INFO STEP 982 (remove_files) COMPLETE |
6875 | 2024-08-26T20:10:36.891Z | [ recovery-image] Aug 26 20:10:35.377 INFO O| Aug 26 20:10:35.377 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-26T20:10:36.899Z | [ recovery-image] Aug 26 20:10:35.388 INFO O| Aug 26 20:10:35.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6877 | 2024-08-26T20:10:36.899Z | [ recovery-image] Aug 26 20:10:35.388 INFO O| Aug 26 20:10:35.388 INFO STEP 983 (remove_files) COMPLETE |
6878 | 2024-08-26T20:10:36.902Z | [ recovery-image] Aug 26 20:10:35.388 INFO O| Aug 26 20:10:35.388 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-26T20:10:36.910Z | [ recovery-image] Aug 26 20:10:35.399 INFO O| Aug 26 20:10:35.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6880 | 2024-08-26T20:10:36.910Z | [ recovery-image] Aug 26 20:10:35.399 INFO O| Aug 26 20:10:35.399 INFO STEP 984 (remove_files) COMPLETE |
6881 | 2024-08-26T20:10:36.910Z | [ recovery-image] Aug 26 20:10:35.399 INFO O| Aug 26 20:10:35.399 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-26T20:10:36.913Z | [ host-image] Aug 26 20:10:35.401 INFO O| Aug 26 20:10:35.401 INFO O| Planning: Solver setup ... Done |
6883 | 2024-08-26T20:10:36.916Z | [ host-image] Aug 26 20:10:35.405 INFO O| Aug 26 20:10:35.405 INFO O| Planning: Running solver ... Done |
6884 | 2024-08-26T20:10:36.922Z | [ recovery-image] Aug 26 20:10:35.412 INFO O| Aug 26 20:10:35.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6885 | 2024-08-26T20:10:36.922Z | [ recovery-image] Aug 26 20:10:35.412 INFO O| Aug 26 20:10:35.412 INFO STEP 985 (remove_files) COMPLETE |
6886 | 2024-08-26T20:10:36.926Z | [ recovery-image] Aug 26 20:10:35.412 INFO O| Aug 26 20:10:35.412 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-08-26T20:10:36.934Z | [ recovery-image] Aug 26 20:10:35.423 INFO O| Aug 26 20:10:35.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6888 | 2024-08-26T20:10:36.934Z | [ recovery-image] Aug 26 20:10:35.423 INFO O| Aug 26 20:10:35.423 INFO STEP 986 (remove_files) COMPLETE |
6889 | 2024-08-26T20:10:36.934Z | [ recovery-image] Aug 26 20:10:35.423 INFO O| Aug 26 20:10:35.423 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-08-26T20:10:36.947Z | [ recovery-image] Aug 26 20:10:35.436 INFO O| Aug 26 20:10:35.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6891 | 2024-08-26T20:10:36.947Z | [ recovery-image] Aug 26 20:10:35.436 INFO O| Aug 26 20:10:35.436 INFO STEP 987 (remove_files) COMPLETE |
6892 | 2024-08-26T20:10:36.947Z | [ recovery-image] Aug 26 20:10:35.436 INFO O| Aug 26 20:10:35.436 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-08-26T20:10:36.957Z | [ recovery-image] Aug 26 20:10:35.447 INFO O| Aug 26 20:10:35.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6894 | 2024-08-26T20:10:36.957Z | [ recovery-image] Aug 26 20:10:35.447 INFO O| Aug 26 20:10:35.447 INFO STEP 988 (remove_files) COMPLETE |
6895 | 2024-08-26T20:10:36.960Z | [ recovery-image] Aug 26 20:10:35.447 INFO O| Aug 26 20:10:35.447 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-08-26T20:10:36.960Z | [ host-image] Aug 26 20:10:35.448 INFO O| Aug 26 20:10:35.447 INFO O| Planning: Finding local manifests ... Done |
6897 | 2024-08-26T20:10:36.960Z | [ host-image] Aug 26 20:10:35.448 INFO O| Aug 26 20:10:35.448 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6898 | 2024-08-26T20:10:36.969Z | [ recovery-image] Aug 26 20:10:35.459 INFO O| Aug 26 20:10:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6899 | 2024-08-26T20:10:36.969Z | [ recovery-image] Aug 26 20:10:35.459 INFO O| Aug 26 20:10:35.459 INFO STEP 989 (remove_files) COMPLETE |
6900 | 2024-08-26T20:10:36.972Z | [ recovery-image] Aug 26 20:10:35.459 INFO O| Aug 26 20:10:35.459 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-08-26T20:10:36.981Z | [ recovery-image] Aug 26 20:10:35.470 INFO O| Aug 26 20:10:35.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6902 | 2024-08-26T20:10:36.981Z | [ recovery-image] Aug 26 20:10:35.470 INFO O| Aug 26 20:10:35.470 INFO STEP 990 (remove_files) COMPLETE |
6903 | 2024-08-26T20:10:36.983Z | [ recovery-image] Aug 26 20:10:35.470 INFO O| Aug 26 20:10:35.470 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-26T20:10:36.992Z | [ recovery-image] Aug 26 20:10:35.482 INFO O| Aug 26 20:10:35.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6905 | 2024-08-26T20:10:36.992Z | [ recovery-image] Aug 26 20:10:35.482 INFO O| Aug 26 20:10:35.482 INFO STEP 991 (remove_files) COMPLETE |
6906 | 2024-08-26T20:10:36.995Z | [ recovery-image] Aug 26 20:10:35.482 INFO O| Aug 26 20:10:35.482 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-26T20:10:37.004Z | [ recovery-image] Aug 26 20:10:35.493 INFO O| Aug 26 20:10:35.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6908 | 2024-08-26T20:10:37.004Z | [ recovery-image] Aug 26 20:10:35.493 INFO O| Aug 26 20:10:35.493 INFO STEP 992 (remove_files) COMPLETE |
6909 | 2024-08-26T20:10:37.006Z | [ recovery-image] Aug 26 20:10:35.493 INFO O| Aug 26 20:10:35.493 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-26T20:10:37.014Z | [ recovery-image] Aug 26 20:10:35.504 INFO O| Aug 26 20:10:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6911 | 2024-08-26T20:10:37.017Z | [ recovery-image] Aug 26 20:10:35.504 INFO O| Aug 26 20:10:35.504 INFO STEP 993 (remove_files) COMPLETE |
6912 | 2024-08-26T20:10:37.017Z | [ recovery-image] Aug 26 20:10:35.504 INFO O| Aug 26 20:10:35.504 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-26T20:10:37.023Z | [ host-image] Aug 26 20:10:35.513 INFO O| Aug 26 20:10:35.513 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6914 | 2024-08-26T20:10:37.026Z | [ recovery-image] Aug 26 20:10:35.514 INFO O| Aug 26 20:10:35.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6915 | 2024-08-26T20:10:37.026Z | [ recovery-image] Aug 26 20:10:35.514 INFO O| Aug 26 20:10:35.514 INFO STEP 994 (remove_files) COMPLETE |
6916 | 2024-08-26T20:10:37.026Z | [ recovery-image] Aug 26 20:10:35.514 INFO O| Aug 26 20:10:35.514 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-08-26T20:10:37.035Z | [ recovery-image] Aug 26 20:10:35.525 INFO O| Aug 26 20:10:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6918 | 2024-08-26T20:10:37.035Z | [ recovery-image] Aug 26 20:10:35.525 INFO O| Aug 26 20:10:35.525 INFO STEP 995 (remove_files) COMPLETE |
6919 | 2024-08-26T20:10:37.038Z | [ recovery-image] Aug 26 20:10:35.525 INFO O| Aug 26 20:10:35.525 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-08-26T20:10:37.044Z | [ host-image] Aug 26 20:10:35.533 INFO O| Aug 26 20:10:35.533 INFO O| Planning: Package planning ... Done |
6921 | 2024-08-26T20:10:37.046Z | [ host-image] Aug 26 20:10:35.534 INFO O| Aug 26 20:10:35.534 INFO O| Planning: Merging actions ... Done |
6922 | 2024-08-26T20:10:37.046Z | [ recovery-image] Aug 26 20:10:35.535 INFO O| Aug 26 20:10:35.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6923 | 2024-08-26T20:10:37.046Z | [ recovery-image] Aug 26 20:10:35.535 INFO O| Aug 26 20:10:35.535 INFO STEP 996 (remove_files) COMPLETE |
6924 | 2024-08-26T20:10:37.046Z | [ recovery-image] Aug 26 20:10:35.535 INFO O| Aug 26 20:10:35.535 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-26T20:10:37.056Z | [ recovery-image] Aug 26 20:10:35.546 INFO O| Aug 26 20:10:35.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6926 | 2024-08-26T20:10:37.056Z | [ recovery-image] Aug 26 20:10:35.546 INFO O| Aug 26 20:10:35.546 INFO STEP 997 (remove_files) COMPLETE |
6927 | 2024-08-26T20:10:37.059Z | [ recovery-image] Aug 26 20:10:35.546 INFO O| Aug 26 20:10:35.546 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-26T20:10:37.068Z | [ recovery-image] Aug 26 20:10:35.557 INFO O| Aug 26 20:10:35.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6929 | 2024-08-26T20:10:37.068Z | [ recovery-image] Aug 26 20:10:35.557 INFO O| Aug 26 20:10:35.557 INFO STEP 998 (remove_files) COMPLETE |
6930 | 2024-08-26T20:10:37.068Z | [ recovery-image] Aug 26 20:10:35.557 INFO O| Aug 26 20:10:35.557 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-26T20:10:37.078Z | [ recovery-image] Aug 26 20:10:35.568 INFO O| Aug 26 20:10:35.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6932 | 2024-08-26T20:10:37.078Z | [ recovery-image] Aug 26 20:10:35.568 INFO O| Aug 26 20:10:35.568 INFO STEP 999 (remove_files) COMPLETE |
6933 | 2024-08-26T20:10:37.078Z | [ recovery-image] Aug 26 20:10:35.568 INFO O| Aug 26 20:10:35.568 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-26T20:10:37.089Z | [ recovery-image] Aug 26 20:10:35.578 INFO O| Aug 26 20:10:35.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6935 | 2024-08-26T20:10:37.089Z | [ recovery-image] Aug 26 20:10:35.578 INFO O| Aug 26 20:10:35.578 INFO STEP 1000 (remove_files) COMPLETE |
6936 | 2024-08-26T20:10:37.091Z | [ recovery-image] Aug 26 20:10:35.578 INFO O| Aug 26 20:10:35.578 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-08-26T20:10:37.099Z | [ recovery-image] Aug 26 20:10:35.588 INFO O| Aug 26 20:10:35.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6938 | 2024-08-26T20:10:37.099Z | [ recovery-image] Aug 26 20:10:35.588 INFO O| Aug 26 20:10:35.588 INFO STEP 1001 (remove_files) COMPLETE |
6939 | 2024-08-26T20:10:37.099Z | [ recovery-image] Aug 26 20:10:35.589 INFO O| Aug 26 20:10:35.588 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-08-26T20:10:37.105Z | [ host-image] Aug 26 20:10:35.595 INFO O| Aug 26 20:10:35.595 INFO O| Planning: Checking for conflicting actions ... Done |
6941 | 2024-08-26T20:10:37.108Z | [ host-image] Aug 26 20:10:35.595 INFO O| Aug 26 20:10:35.595 INFO O| Planning: Consolidating action changes ... Done |
6942 | 2024-08-26T20:10:37.110Z | [ recovery-image] Aug 26 20:10:35.598 INFO O| Aug 26 20:10:35.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6943 | 2024-08-26T20:10:37.110Z | [ recovery-image] Aug 26 20:10:35.599 INFO O| Aug 26 20:10:35.599 INFO STEP 1002 (remove_files) COMPLETE |
6944 | 2024-08-26T20:10:37.110Z | [ recovery-image] Aug 26 20:10:35.599 INFO O| Aug 26 20:10:35.599 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-26T20:10:37.119Z | [ recovery-image] Aug 26 20:10:35.608 INFO O| Aug 26 20:10:35.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6946 | 2024-08-26T20:10:37.119Z | [ recovery-image] Aug 26 20:10:35.609 INFO O| Aug 26 20:10:35.609 INFO STEP 1003 (remove_files) COMPLETE |
6947 | 2024-08-26T20:10:37.119Z | [ recovery-image] Aug 26 20:10:35.609 INFO O| Aug 26 20:10:35.609 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-26T20:10:37.129Z | [ recovery-image] Aug 26 20:10:35.618 INFO O| Aug 26 20:10:35.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6949 | 2024-08-26T20:10:37.129Z | [ recovery-image] Aug 26 20:10:35.618 INFO O| Aug 26 20:10:35.618 INFO STEP 1004 (remove_files) COMPLETE |
6950 | 2024-08-26T20:10:37.131Z | [ recovery-image] Aug 26 20:10:35.619 INFO O| Aug 26 20:10:35.618 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-26T20:10:37.138Z | [ recovery-image] Aug 26 20:10:35.628 INFO O| Aug 26 20:10:35.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6952 | 2024-08-26T20:10:37.139Z | [ recovery-image] Aug 26 20:10:35.628 INFO O| Aug 26 20:10:35.628 INFO STEP 1005 (remove_files) COMPLETE |
6953 | 2024-08-26T20:10:37.141Z | [ recovery-image] Aug 26 20:10:35.628 INFO O| Aug 26 20:10:35.628 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-26T20:10:37.148Z | [ recovery-image] Aug 26 20:10:35.638 INFO O| Aug 26 20:10:35.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6955 | 2024-08-26T20:10:37.148Z | [ recovery-image] Aug 26 20:10:35.638 INFO O| Aug 26 20:10:35.638 INFO STEP 1006 (remove_files) COMPLETE |
6956 | 2024-08-26T20:10:37.151Z | [ recovery-image] Aug 26 20:10:35.638 INFO O| Aug 26 20:10:35.638 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-26T20:10:37.158Z | [ recovery-image] Aug 26 20:10:35.647 INFO O| Aug 26 20:10:35.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6958 | 2024-08-26T20:10:37.158Z | [ recovery-image] Aug 26 20:10:35.648 INFO O| Aug 26 20:10:35.647 INFO STEP 1007 (remove_files) COMPLETE |
6959 | 2024-08-26T20:10:37.158Z | [ recovery-image] Aug 26 20:10:35.648 INFO O| Aug 26 20:10:35.648 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-26T20:10:37.168Z | [ recovery-image] Aug 26 20:10:35.657 INFO O| Aug 26 20:10:35.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6961 | 2024-08-26T20:10:37.168Z | [ recovery-image] Aug 26 20:10:35.657 INFO O| Aug 26 20:10:35.657 INFO STEP 1008 (remove_files) COMPLETE |
6962 | 2024-08-26T20:10:37.168Z | [ recovery-image] Aug 26 20:10:35.657 INFO O| Aug 26 20:10:35.657 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-26T20:10:37.177Z | [ recovery-image] Aug 26 20:10:35.667 INFO O| Aug 26 20:10:35.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6964 | 2024-08-26T20:10:37.177Z | [ recovery-image] Aug 26 20:10:35.667 INFO O| Aug 26 20:10:35.667 INFO STEP 1009 (remove_files) COMPLETE |
6965 | 2024-08-26T20:10:37.180Z | [ recovery-image] Aug 26 20:10:35.667 INFO O| Aug 26 20:10:35.667 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-26T20:10:37.187Z | [ recovery-image] Aug 26 20:10:35.676 INFO O| Aug 26 20:10:35.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6967 | 2024-08-26T20:10:37.190Z | [ recovery-image] Aug 26 20:10:35.676 INFO O| Aug 26 20:10:35.676 INFO STEP 1010 (remove_files) COMPLETE |
6968 | 2024-08-26T20:10:37.190Z | [ recovery-image] Aug 26 20:10:35.676 INFO O| Aug 26 20:10:35.676 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-26T20:10:37.197Z | [ recovery-image] Aug 26 20:10:35.686 INFO O| Aug 26 20:10:35.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6970 | 2024-08-26T20:10:37.197Z | [ recovery-image] Aug 26 20:10:35.686 INFO O| Aug 26 20:10:35.686 INFO STEP 1011 (remove_files) COMPLETE |
6971 | 2024-08-26T20:10:37.199Z | [ recovery-image] Aug 26 20:10:35.686 INFO O| Aug 26 20:10:35.686 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-26T20:10:37.206Z | [ recovery-image] Aug 26 20:10:35.696 INFO O| Aug 26 20:10:35.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6973 | 2024-08-26T20:10:37.209Z | [ recovery-image] Aug 26 20:10:35.696 INFO O| Aug 26 20:10:35.696 INFO STEP 1012 (remove_files) COMPLETE |
6974 | 2024-08-26T20:10:37.209Z | [ recovery-image] Aug 26 20:10:35.696 INFO O| Aug 26 20:10:35.696 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-26T20:10:37.216Z | [ recovery-image] Aug 26 20:10:35.705 INFO O| Aug 26 20:10:35.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6976 | 2024-08-26T20:10:37.218Z | [ recovery-image] Aug 26 20:10:35.706 INFO O| Aug 26 20:10:35.706 INFO STEP 1013 (remove_files) COMPLETE |
6977 | 2024-08-26T20:10:37.218Z | [ recovery-image] Aug 26 20:10:35.706 INFO O| Aug 26 20:10:35.706 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-26T20:10:37.225Z | [ recovery-image] Aug 26 20:10:35.715 INFO O| Aug 26 20:10:35.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6979 | 2024-08-26T20:10:37.225Z | [ recovery-image] Aug 26 20:10:35.715 INFO O| Aug 26 20:10:35.715 INFO STEP 1014 (remove_files) COMPLETE |
6980 | 2024-08-26T20:10:37.225Z | [ recovery-image] Aug 26 20:10:35.715 INFO O| Aug 26 20:10:35.715 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-08-26T20:10:37.235Z | [ recovery-image] Aug 26 20:10:35.725 INFO O| Aug 26 20:10:35.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6982 | 2024-08-26T20:10:37.237Z | [ recovery-image] Aug 26 20:10:35.725 INFO O| Aug 26 20:10:35.725 INFO STEP 1015 (remove_files) COMPLETE |
6983 | 2024-08-26T20:10:37.237Z | [ recovery-image] Aug 26 20:10:35.725 INFO O| Aug 26 20:10:35.725 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-08-26T20:10:37.245Z | [ recovery-image] Aug 26 20:10:35.734 INFO O| Aug 26 20:10:35.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6985 | 2024-08-26T20:10:37.245Z | [ recovery-image] Aug 26 20:10:35.734 INFO O| Aug 26 20:10:35.734 INFO STEP 1016 (remove_files) COMPLETE |
6986 | 2024-08-26T20:10:37.245Z | [ recovery-image] Aug 26 20:10:35.734 INFO O| Aug 26 20:10:35.734 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-08-26T20:10:37.254Z | [ recovery-image] Aug 26 20:10:35.744 INFO O| Aug 26 20:10:35.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6988 | 2024-08-26T20:10:37.257Z | [ recovery-image] Aug 26 20:10:35.744 INFO O| Aug 26 20:10:35.744 INFO STEP 1017 (remove_files) COMPLETE |
6989 | 2024-08-26T20:10:37.257Z | [ recovery-image] Aug 26 20:10:35.744 INFO O| Aug 26 20:10:35.744 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-08-26T20:10:37.264Z | [ recovery-image] Aug 26 20:10:35.753 INFO O| Aug 26 20:10:35.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6991 | 2024-08-26T20:10:37.266Z | [ recovery-image] Aug 26 20:10:35.753 INFO O| Aug 26 20:10:35.753 INFO STEP 1018 (remove_files) COMPLETE |
6992 | 2024-08-26T20:10:37.266Z | [ recovery-image] Aug 26 20:10:35.753 INFO O| Aug 26 20:10:35.753 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-08-26T20:10:37.273Z | [ recovery-image] Aug 26 20:10:35.763 INFO O| Aug 26 20:10:35.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6994 | 2024-08-26T20:10:37.276Z | [ recovery-image] Aug 26 20:10:35.763 INFO O| Aug 26 20:10:35.763 INFO STEP 1019 (remove_files) COMPLETE |
6995 | 2024-08-26T20:10:37.276Z | [ recovery-image] Aug 26 20:10:35.763 INFO O| Aug 26 20:10:35.763 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-08-26T20:10:37.283Z | [ recovery-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6997 | 2024-08-26T20:10:37.286Z | [ recovery-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO STEP 1020 (remove_files) COMPLETE |
6998 | 2024-08-26T20:10:37.286Z | [ recovery-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-26T20:10:37.286Z | [ host-image] Aug 26 20:10:35.773 INFO O| Aug 26 20:10:35.773 INFO O| Planning: Evaluating mediators ... Done |
7000 | 2024-08-26T20:10:37.286Z | [ host-image] Aug 26 20:10:35.774 INFO O| Aug 26 20:10:35.774 INFO O| Planning: Planning completed in 1.89 seconds |
7001 | 2024-08-26T20:10:37.288Z | [ host-image] Aug 26 20:10:35.775 INFO O| Aug 26 20:10:35.775 INFO O| Packages to install: 1 |
7002 | 2024-08-26T20:10:37.293Z | [ recovery-image] Aug 26 20:10:35.783 INFO O| Aug 26 20:10:35.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7003 | 2024-08-26T20:10:37.293Z | [ recovery-image] Aug 26 20:10:35.783 INFO O| Aug 26 20:10:35.783 INFO STEP 1021 (remove_files) COMPLETE |
7004 | 2024-08-26T20:10:37.293Z | [ recovery-image] Aug 26 20:10:35.783 INFO O| Aug 26 20:10:35.783 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-08-26T20:10:37.296Z | [ host-image] Aug 26 20:10:35.786 INFO O| Aug 26 20:10:35.786 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
7006 | 2024-08-26T20:10:37.303Z | [ recovery-image] Aug 26 20:10:35.793 INFO O| Aug 26 20:10:35.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7007 | 2024-08-26T20:10:37.303Z | [ recovery-image] Aug 26 20:10:35.793 INFO O| Aug 26 20:10:35.793 INFO STEP 1022 (remove_files) COMPLETE |
7008 | 2024-08-26T20:10:37.306Z | [ recovery-image] Aug 26 20:10:35.793 INFO O| Aug 26 20:10:35.793 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-26T20:10:37.313Z | [ recovery-image] Aug 26 20:10:35.803 INFO O| Aug 26 20:10:35.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7010 | 2024-08-26T20:10:37.313Z | [ recovery-image] Aug 26 20:10:35.803 INFO O| Aug 26 20:10:35.803 INFO STEP 1023 (remove_files) COMPLETE |
7011 | 2024-08-26T20:10:37.316Z | [ recovery-image] Aug 26 20:10:35.803 INFO O| Aug 26 20:10:35.803 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-26T20:10:37.323Z | [ recovery-image] Aug 26 20:10:35.813 INFO O| Aug 26 20:10:35.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7013 | 2024-08-26T20:10:37.323Z | [ recovery-image] Aug 26 20:10:35.813 INFO O| Aug 26 20:10:35.813 INFO STEP 1024 (remove_files) COMPLETE |
7014 | 2024-08-26T20:10:37.326Z | [ recovery-image] Aug 26 20:10:35.813 INFO O| Aug 26 20:10:35.813 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-26T20:10:37.333Z | [ recovery-image] Aug 26 20:10:35.822 INFO O| Aug 26 20:10:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7016 | 2024-08-26T20:10:37.333Z | [ recovery-image] Aug 26 20:10:35.823 INFO O| Aug 26 20:10:35.823 INFO STEP 1025 (remove_files) COMPLETE |
7017 | 2024-08-26T20:10:37.335Z | [ recovery-image] Aug 26 20:10:35.823 INFO O| Aug 26 20:10:35.823 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-26T20:10:37.342Z | [ recovery-image] Aug 26 20:10:35.832 INFO O| Aug 26 20:10:35.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7019 | 2024-08-26T20:10:37.345Z | [ recovery-image] Aug 26 20:10:35.832 INFO O| Aug 26 20:10:35.832 INFO STEP 1026 (remove_files) COMPLETE |
7020 | 2024-08-26T20:10:37.345Z | [ recovery-image] Aug 26 20:10:35.832 INFO O| Aug 26 20:10:35.832 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-08-26T20:10:37.352Z | [ recovery-image] Aug 26 20:10:35.841 INFO O| Aug 26 20:10:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7022 | 2024-08-26T20:10:37.355Z | [ recovery-image] Aug 26 20:10:35.842 INFO O| Aug 26 20:10:35.841 INFO STEP 1027 (remove_files) COMPLETE |
7023 | 2024-08-26T20:10:37.355Z | [ recovery-image] Aug 26 20:10:35.842 INFO O| Aug 26 20:10:35.842 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-08-26T20:10:37.361Z | [ recovery-image] Aug 26 20:10:35.851 INFO O| Aug 26 20:10:35.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7025 | 2024-08-26T20:10:37.361Z | [ recovery-image] Aug 26 20:10:35.851 INFO O| Aug 26 20:10:35.851 INFO STEP 1028 (remove_files) COMPLETE |
7026 | 2024-08-26T20:10:37.361Z | [ recovery-image] Aug 26 20:10:35.851 INFO O| Aug 26 20:10:35.851 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-08-26T20:10:37.371Z | [ recovery-image] Aug 26 20:10:35.860 INFO O| Aug 26 20:10:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7028 | 2024-08-26T20:10:37.371Z | [ recovery-image] Aug 26 20:10:35.860 INFO O| Aug 26 20:10:35.860 INFO STEP 1029 (remove_files) COMPLETE |
7029 | 2024-08-26T20:10:37.373Z | [ recovery-image] Aug 26 20:10:35.860 INFO O| Aug 26 20:10:35.860 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-08-26T20:10:37.380Z | [ recovery-image] Aug 26 20:10:35.870 INFO O| Aug 26 20:10:35.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7031 | 2024-08-26T20:10:37.384Z | [ recovery-image] Aug 26 20:10:35.870 INFO O| Aug 26 20:10:35.870 INFO STEP 1030 (remove_files) COMPLETE |
7032 | 2024-08-26T20:10:37.384Z | [ recovery-image] Aug 26 20:10:35.870 INFO O| Aug 26 20:10:35.870 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-08-26T20:10:37.390Z | [ recovery-image] Aug 26 20:10:35.879 INFO O| Aug 26 20:10:35.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7034 | 2024-08-26T20:10:37.390Z | [ recovery-image] Aug 26 20:10:35.879 INFO O| Aug 26 20:10:35.879 INFO STEP 1031 (remove_files) COMPLETE |
7035 | 2024-08-26T20:10:37.392Z | [ recovery-image] Aug 26 20:10:35.879 INFO O| Aug 26 20:10:35.879 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-08-26T20:10:37.399Z | [ recovery-image] Aug 26 20:10:35.889 INFO O| Aug 26 20:10:35.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7037 | 2024-08-26T20:10:37.399Z | [ recovery-image] Aug 26 20:10:35.889 INFO O| Aug 26 20:10:35.889 INFO STEP 1032 (remove_files) COMPLETE |
7038 | 2024-08-26T20:10:37.399Z | [ recovery-image] Aug 26 20:10:35.889 INFO O| Aug 26 20:10:35.889 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-08-26T20:10:37.408Z | [ recovery-image] Aug 26 20:10:35.898 INFO O| Aug 26 20:10:35.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7040 | 2024-08-26T20:10:37.411Z | [ recovery-image] Aug 26 20:10:35.898 INFO O| Aug 26 20:10:35.898 INFO STEP 1033 (remove_files) COMPLETE |
7041 | 2024-08-26T20:10:37.411Z | [ recovery-image] Aug 26 20:10:35.898 INFO O| Aug 26 20:10:35.898 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-08-26T20:10:37.418Z | [ recovery-image] Aug 26 20:10:35.907 INFO O| Aug 26 20:10:35.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7043 | 2024-08-26T20:10:37.420Z | [ recovery-image] Aug 26 20:10:35.907 INFO O| Aug 26 20:10:35.907 INFO STEP 1034 (remove_files) COMPLETE |
7044 | 2024-08-26T20:10:37.420Z | [ recovery-image] Aug 26 20:10:35.907 INFO O| Aug 26 20:10:35.907 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-08-26T20:10:37.427Z | [ recovery-image] Aug 26 20:10:35.917 INFO O| Aug 26 20:10:35.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7046 | 2024-08-26T20:10:37.430Z | [ recovery-image] Aug 26 20:10:35.917 INFO O| Aug 26 20:10:35.917 INFO STEP 1035 (remove_files) COMPLETE |
7047 | 2024-08-26T20:10:37.430Z | [ recovery-image] Aug 26 20:10:35.917 INFO O| Aug 26 20:10:35.917 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-08-26T20:10:37.437Z | [ recovery-image] Aug 26 20:10:35.927 INFO O| Aug 26 20:10:35.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7049 | 2024-08-26T20:10:37.440Z | [ recovery-image] Aug 26 20:10:35.927 INFO O| Aug 26 20:10:35.927 INFO STEP 1036 (remove_files) COMPLETE |
7050 | 2024-08-26T20:10:37.440Z | [ recovery-image] Aug 26 20:10:35.927 INFO O| Aug 26 20:10:35.927 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-08-26T20:10:37.447Z | [ recovery-image] Aug 26 20:10:35.936 INFO O| Aug 26 20:10:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7052 | 2024-08-26T20:10:37.450Z | [ recovery-image] Aug 26 20:10:35.936 INFO O| Aug 26 20:10:35.936 INFO STEP 1037 (remove_files) COMPLETE |
7053 | 2024-08-26T20:10:37.450Z | [ recovery-image] Aug 26 20:10:35.936 INFO O| Aug 26 20:10:35.936 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-08-26T20:10:37.456Z | [ recovery-image] Aug 26 20:10:35.946 INFO O| Aug 26 20:10:35.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7055 | 2024-08-26T20:10:37.458Z | [ recovery-image] Aug 26 20:10:35.946 INFO O| Aug 26 20:10:35.946 INFO STEP 1038 (remove_files) COMPLETE |
7056 | 2024-08-26T20:10:37.459Z | [ recovery-image] Aug 26 20:10:35.946 INFO O| Aug 26 20:10:35.946 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-08-26T20:10:37.465Z | [ recovery-image] Aug 26 20:10:35.955 INFO O| Aug 26 20:10:35.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7058 | 2024-08-26T20:10:37.466Z | [ recovery-image] Aug 26 20:10:35.955 INFO O| Aug 26 20:10:35.955 INFO STEP 1039 (remove_files) COMPLETE |
7059 | 2024-08-26T20:10:37.468Z | [ recovery-image] Aug 26 20:10:35.955 INFO O| Aug 26 20:10:35.955 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-08-26T20:10:37.475Z | [ recovery-image] Aug 26 20:10:35.964 INFO O| Aug 26 20:10:35.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7061 | 2024-08-26T20:10:37.477Z | [ recovery-image] Aug 26 20:10:35.965 INFO O| Aug 26 20:10:35.965 INFO STEP 1040 (remove_files) COMPLETE |
7062 | 2024-08-26T20:10:37.477Z | [ recovery-image] Aug 26 20:10:35.965 INFO O| Aug 26 20:10:35.965 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-08-26T20:10:37.485Z | [ recovery-image] Aug 26 20:10:35.974 INFO O| Aug 26 20:10:35.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7064 | 2024-08-26T20:10:37.485Z | [ recovery-image] Aug 26 20:10:35.974 INFO O| Aug 26 20:10:35.974 INFO STEP 1041 (remove_files) COMPLETE |
7065 | 2024-08-26T20:10:37.485Z | [ recovery-image] Aug 26 20:10:35.974 INFO O| Aug 26 20:10:35.974 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-08-26T20:10:37.494Z | [ recovery-image] Aug 26 20:10:35.983 INFO O| Aug 26 20:10:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7067 | 2024-08-26T20:10:37.496Z | [ recovery-image] Aug 26 20:10:35.983 INFO O| Aug 26 20:10:35.983 INFO STEP 1042 (remove_files) COMPLETE |
7068 | 2024-08-26T20:10:37.496Z | [ recovery-image] Aug 26 20:10:35.983 INFO O| Aug 26 20:10:35.983 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-08-26T20:10:37.503Z | [ recovery-image] Aug 26 20:10:35.993 INFO O| Aug 26 20:10:35.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7070 | 2024-08-26T20:10:37.503Z | [ recovery-image] Aug 26 20:10:35.993 INFO O| Aug 26 20:10:35.993 INFO STEP 1043 (remove_files) COMPLETE |
7071 | 2024-08-26T20:10:37.506Z | [ recovery-image] Aug 26 20:10:35.993 INFO O| Aug 26 20:10:35.993 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-08-26T20:10:37.513Z | [ recovery-image] Aug 26 20:10:36.003 INFO O| Aug 26 20:10:36.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7073 | 2024-08-26T20:10:37.513Z | [ recovery-image] Aug 26 20:10:36.003 INFO O| Aug 26 20:10:36.003 INFO STEP 1044 (remove_files) COMPLETE |
7074 | 2024-08-26T20:10:37.513Z | [ recovery-image] Aug 26 20:10:36.003 INFO O| Aug 26 20:10:36.003 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-08-26T20:10:37.523Z | [ recovery-image] Aug 26 20:10:36.012 INFO O| Aug 26 20:10:36.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7076 | 2024-08-26T20:10:37.523Z | [ recovery-image] Aug 26 20:10:36.013 INFO O| Aug 26 20:10:36.012 INFO STEP 1045 (remove_files) COMPLETE |
7077 | 2024-08-26T20:10:37.523Z | [ recovery-image] Aug 26 20:10:36.013 INFO O| Aug 26 20:10:36.013 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-08-26T20:10:37.532Z | [ recovery-image] Aug 26 20:10:36.022 INFO O| Aug 26 20:10:36.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7079 | 2024-08-26T20:10:37.532Z | [ recovery-image] Aug 26 20:10:36.022 INFO O| Aug 26 20:10:36.022 INFO STEP 1046 (remove_files) COMPLETE |
7080 | 2024-08-26T20:10:37.535Z | [ recovery-image] Aug 26 20:10:36.022 INFO O| Aug 26 20:10:36.022 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-08-26T20:10:37.542Z | [ recovery-image] Aug 26 20:10:36.031 INFO O| Aug 26 20:10:36.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7082 | 2024-08-26T20:10:37.542Z | [ recovery-image] Aug 26 20:10:36.031 INFO O| Aug 26 20:10:36.031 INFO STEP 1047 (remove_files) COMPLETE |
7083 | 2024-08-26T20:10:37.545Z | [ recovery-image] Aug 26 20:10:36.031 INFO O| Aug 26 20:10:36.031 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-08-26T20:10:37.551Z | [ recovery-image] Aug 26 20:10:36.041 INFO O| Aug 26 20:10:36.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7085 | 2024-08-26T20:10:37.551Z | [ recovery-image] Aug 26 20:10:36.041 INFO O| Aug 26 20:10:36.041 INFO STEP 1048 (remove_files) COMPLETE |
7086 | 2024-08-26T20:10:37.554Z | [ recovery-image] Aug 26 20:10:36.041 INFO O| Aug 26 20:10:36.041 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-08-26T20:10:37.561Z | [ recovery-image] Aug 26 20:10:36.050 INFO O| Aug 26 20:10:36.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7088 | 2024-08-26T20:10:37.561Z | [ recovery-image] Aug 26 20:10:36.050 INFO O| Aug 26 20:10:36.050 INFO STEP 1049 (remove_files) COMPLETE |
7089 | 2024-08-26T20:10:37.561Z | [ recovery-image] Aug 26 20:10:36.050 INFO O| Aug 26 20:10:36.050 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-08-26T20:10:37.570Z | [ recovery-image] Aug 26 20:10:36.059 INFO O| Aug 26 20:10:36.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7091 | 2024-08-26T20:10:37.570Z | [ recovery-image] Aug 26 20:10:36.059 INFO O| Aug 26 20:10:36.059 INFO STEP 1050 (remove_files) COMPLETE |
7092 | 2024-08-26T20:10:37.572Z | [ recovery-image] Aug 26 20:10:36.060 INFO O| Aug 26 20:10:36.059 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-08-26T20:10:37.580Z | [ recovery-image] Aug 26 20:10:36.069 INFO O| Aug 26 20:10:36.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7094 | 2024-08-26T20:10:37.580Z | [ recovery-image] Aug 26 20:10:36.069 INFO O| Aug 26 20:10:36.069 INFO STEP 1051 (remove_files) COMPLETE |
7095 | 2024-08-26T20:10:37.583Z | [ recovery-image] Aug 26 20:10:36.069 INFO O| Aug 26 20:10:36.069 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-08-26T20:10:37.589Z | [ recovery-image] Aug 26 20:10:36.079 INFO O| Aug 26 20:10:36.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7097 | 2024-08-26T20:10:37.589Z | [ recovery-image] Aug 26 20:10:36.079 INFO O| Aug 26 20:10:36.079 INFO STEP 1052 (remove_files) COMPLETE |
7098 | 2024-08-26T20:10:37.589Z | [ recovery-image] Aug 26 20:10:36.079 INFO O| Aug 26 20:10:36.079 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-08-26T20:10:37.599Z | [ recovery-image] Aug 26 20:10:36.089 INFO O| Aug 26 20:10:36.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7100 | 2024-08-26T20:10:37.599Z | [ recovery-image] Aug 26 20:10:36.089 INFO O| Aug 26 20:10:36.089 INFO STEP 1053 (remove_files) COMPLETE |
7101 | 2024-08-26T20:10:37.599Z | [ recovery-image] Aug 26 20:10:36.089 INFO O| Aug 26 20:10:36.089 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-08-26T20:10:37.609Z | [ recovery-image] Aug 26 20:10:36.099 INFO O| Aug 26 20:10:36.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7103 | 2024-08-26T20:10:37.609Z | [ recovery-image] Aug 26 20:10:36.099 INFO O| Aug 26 20:10:36.099 INFO STEP 1054 (remove_files) COMPLETE |
7104 | 2024-08-26T20:10:37.611Z | [ recovery-image] Aug 26 20:10:36.099 INFO O| Aug 26 20:10:36.099 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-08-26T20:10:37.619Z | [ recovery-image] Aug 26 20:10:36.108 INFO O| Aug 26 20:10:36.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7106 | 2024-08-26T20:10:37.619Z | [ recovery-image] Aug 26 20:10:36.108 INFO O| Aug 26 20:10:36.108 INFO STEP 1055 (remove_files) COMPLETE |
7107 | 2024-08-26T20:10:37.622Z | [ recovery-image] Aug 26 20:10:36.108 INFO O| Aug 26 20:10:36.108 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-08-26T20:10:37.628Z | [ recovery-image] Aug 26 20:10:36.117 INFO O| Aug 26 20:10:36.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7109 | 2024-08-26T20:10:37.632Z | [ recovery-image] Aug 26 20:10:36.117 INFO O| Aug 26 20:10:36.117 INFO STEP 1056 (remove_files) COMPLETE |
7110 | 2024-08-26T20:10:37.632Z | [ recovery-image] Aug 26 20:10:36.117 INFO O| Aug 26 20:10:36.117 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-08-26T20:10:37.638Z | [ recovery-image] Aug 26 20:10:36.127 INFO O| Aug 26 20:10:36.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7112 | 2024-08-26T20:10:37.638Z | [ recovery-image] Aug 26 20:10:36.127 INFO O| Aug 26 20:10:36.127 INFO STEP 1057 (remove_files) COMPLETE |
7113 | 2024-08-26T20:10:37.640Z | [ recovery-image] Aug 26 20:10:36.127 INFO O| Aug 26 20:10:36.127 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-08-26T20:10:37.648Z | [ recovery-image] Aug 26 20:10:36.138 INFO O| Aug 26 20:10:36.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7115 | 2024-08-26T20:10:37.648Z | [ recovery-image] Aug 26 20:10:36.138 INFO O| Aug 26 20:10:36.138 INFO STEP 1058 (remove_files) COMPLETE |
7116 | 2024-08-26T20:10:37.649Z | [ recovery-image] Aug 26 20:10:36.138 INFO O| Aug 26 20:10:36.138 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-08-26T20:10:37.659Z | [ recovery-image] Aug 26 20:10:36.148 INFO O| Aug 26 20:10:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7118 | 2024-08-26T20:10:37.659Z | [ recovery-image] Aug 26 20:10:36.148 INFO O| Aug 26 20:10:36.148 INFO STEP 1059 (remove_files) COMPLETE |
7119 | 2024-08-26T20:10:37.662Z | [ recovery-image] Aug 26 20:10:36.148 INFO O| Aug 26 20:10:36.148 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-08-26T20:10:37.669Z | [ recovery-image] Aug 26 20:10:36.158 INFO O| Aug 26 20:10:36.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7121 | 2024-08-26T20:10:37.669Z | [ recovery-image] Aug 26 20:10:36.158 INFO O| Aug 26 20:10:36.158 INFO STEP 1060 (remove_files) COMPLETE |
7122 | 2024-08-26T20:10:37.669Z | [ recovery-image] Aug 26 20:10:36.158 INFO O| Aug 26 20:10:36.158 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-08-26T20:10:37.679Z | [ recovery-image] Aug 26 20:10:36.168 INFO O| Aug 26 20:10:36.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7124 | 2024-08-26T20:10:37.679Z | [ recovery-image] Aug 26 20:10:36.168 INFO O| Aug 26 20:10:36.168 INFO STEP 1061 (remove_files) COMPLETE |
7125 | 2024-08-26T20:10:37.682Z | [ recovery-image] Aug 26 20:10:36.168 INFO O| Aug 26 20:10:36.168 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-08-26T20:10:37.689Z | [ recovery-image] Aug 26 20:10:36.178 INFO O| Aug 26 20:10:36.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7127 | 2024-08-26T20:10:37.689Z | [ recovery-image] Aug 26 20:10:36.178 INFO O| Aug 26 20:10:36.178 INFO STEP 1062 (remove_files) COMPLETE |
7128 | 2024-08-26T20:10:37.691Z | [ recovery-image] Aug 26 20:10:36.178 INFO O| Aug 26 20:10:36.178 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-08-26T20:10:37.698Z | [ recovery-image] Aug 26 20:10:36.188 INFO O| Aug 26 20:10:36.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7130 | 2024-08-26T20:10:37.699Z | [ recovery-image] Aug 26 20:10:36.188 INFO O| Aug 26 20:10:36.188 INFO STEP 1063 (remove_files) COMPLETE |
7131 | 2024-08-26T20:10:37.701Z | [ recovery-image] Aug 26 20:10:36.188 INFO O| Aug 26 20:10:36.188 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-08-26T20:10:37.708Z | [ recovery-image] Aug 26 20:10:36.198 INFO O| Aug 26 20:10:36.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7133 | 2024-08-26T20:10:37.711Z | [ recovery-image] Aug 26 20:10:36.198 INFO O| Aug 26 20:10:36.198 INFO STEP 1064 (remove_files) COMPLETE |
7134 | 2024-08-26T20:10:37.711Z | [ recovery-image] Aug 26 20:10:36.198 INFO O| Aug 26 20:10:36.198 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-08-26T20:10:37.718Z | [ recovery-image] Aug 26 20:10:36.208 INFO O| Aug 26 20:10:36.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7136 | 2024-08-26T20:10:37.719Z | [ recovery-image] Aug 26 20:10:36.208 INFO O| Aug 26 20:10:36.208 INFO STEP 1065 (remove_files) COMPLETE |
7137 | 2024-08-26T20:10:37.722Z | [ recovery-image] Aug 26 20:10:36.208 INFO O| Aug 26 20:10:36.208 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-08-26T20:10:37.730Z | [ recovery-image] Aug 26 20:10:36.218 INFO O| Aug 26 20:10:36.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7139 | 2024-08-26T20:10:37.730Z | [ recovery-image] Aug 26 20:10:36.218 INFO O| Aug 26 20:10:36.218 INFO STEP 1066 (remove_files) COMPLETE |
7140 | 2024-08-26T20:10:37.730Z | [ recovery-image] Aug 26 20:10:36.218 INFO O| Aug 26 20:10:36.218 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-08-26T20:10:37.751Z | [ recovery-image] Aug 26 20:10:36.231 INFO O| Aug 26 20:10:36.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7142 | 2024-08-26T20:10:37.751Z | [ recovery-image] Aug 26 20:10:36.231 INFO O| Aug 26 20:10:36.231 INFO STEP 1067 (remove_files) COMPLETE |
7143 | 2024-08-26T20:10:37.754Z | [ recovery-image] Aug 26 20:10:36.231 INFO O| Aug 26 20:10:36.231 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-26T20:10:37.754Z | [ recovery-image] Aug 26 20:10:36.242 INFO O| Aug 26 20:10:36.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7145 | 2024-08-26T20:10:37.754Z | [ recovery-image] Aug 26 20:10:36.242 INFO O| Aug 26 20:10:36.242 INFO STEP 1068 (remove_files) COMPLETE |
7146 | 2024-08-26T20:10:37.754Z | [ recovery-image] Aug 26 20:10:36.242 INFO O| Aug 26 20:10:36.242 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-08-26T20:10:37.766Z | [ recovery-image] Aug 26 20:10:36.255 INFO O| Aug 26 20:10:36.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7148 | 2024-08-26T20:10:37.766Z | [ recovery-image] Aug 26 20:10:36.255 INFO O| Aug 26 20:10:36.255 INFO STEP 1069 (remove_files) COMPLETE |
7149 | 2024-08-26T20:10:37.766Z | [ recovery-image] Aug 26 20:10:36.255 INFO O| Aug 26 20:10:36.255 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-08-26T20:10:37.777Z | [ recovery-image] Aug 26 20:10:36.266 INFO O| Aug 26 20:10:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7151 | 2024-08-26T20:10:37.779Z | [ recovery-image] Aug 26 20:10:36.266 INFO O| Aug 26 20:10:36.266 INFO STEP 1070 (remove_files) COMPLETE |
7152 | 2024-08-26T20:10:37.779Z | [ recovery-image] Aug 26 20:10:36.266 INFO O| Aug 26 20:10:36.266 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-08-26T20:10:37.787Z | [ recovery-image] Aug 26 20:10:36.276 INFO O| Aug 26 20:10:36.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7154 | 2024-08-26T20:10:37.789Z | [ recovery-image] Aug 26 20:10:36.276 INFO O| Aug 26 20:10:36.276 INFO STEP 1071 (remove_files) COMPLETE |
7155 | 2024-08-26T20:10:37.789Z | [ recovery-image] Aug 26 20:10:36.276 INFO O| Aug 26 20:10:36.276 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-08-26T20:10:37.797Z | [ recovery-image] Aug 26 20:10:36.287 INFO O| Aug 26 20:10:36.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7157 | 2024-08-26T20:10:37.797Z | [ recovery-image] Aug 26 20:10:36.287 INFO O| Aug 26 20:10:36.287 INFO STEP 1072 (remove_files) COMPLETE |
7158 | 2024-08-26T20:10:37.797Z | [ recovery-image] Aug 26 20:10:36.287 INFO O| Aug 26 20:10:36.287 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-08-26T20:10:37.808Z | [ recovery-image] Aug 26 20:10:36.297 INFO O| Aug 26 20:10:36.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7160 | 2024-08-26T20:10:37.808Z | [ recovery-image] Aug 26 20:10:36.297 INFO O| Aug 26 20:10:36.297 INFO STEP 1073 (remove_files) COMPLETE |
7161 | 2024-08-26T20:10:37.808Z | [ recovery-image] Aug 26 20:10:36.297 INFO O| Aug 26 20:10:36.297 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-08-26T20:10:37.818Z | [ recovery-image] Aug 26 20:10:36.308 INFO O| Aug 26 20:10:36.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7163 | 2024-08-26T20:10:37.818Z | [ recovery-image] Aug 26 20:10:36.308 INFO O| Aug 26 20:10:36.308 INFO STEP 1074 (remove_files) COMPLETE |
7164 | 2024-08-26T20:10:37.818Z | [ recovery-image] Aug 26 20:10:36.308 INFO O| Aug 26 20:10:36.308 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-08-26T20:10:37.828Z | [ recovery-image] Aug 26 20:10:36.317 INFO O| Aug 26 20:10:36.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7166 | 2024-08-26T20:10:37.828Z | [ recovery-image] Aug 26 20:10:36.318 INFO O| Aug 26 20:10:36.318 INFO STEP 1075 (remove_files) COMPLETE |
7167 | 2024-08-26T20:10:37.828Z | [ recovery-image] Aug 26 20:10:36.318 INFO O| Aug 26 20:10:36.318 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-08-26T20:10:37.838Z | [ recovery-image] Aug 26 20:10:36.327 INFO O| Aug 26 20:10:36.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7169 | 2024-08-26T20:10:37.838Z | [ recovery-image] Aug 26 20:10:36.327 INFO O| Aug 26 20:10:36.327 INFO STEP 1076 (remove_files) COMPLETE |
7170 | 2024-08-26T20:10:37.841Z | [ recovery-image] Aug 26 20:10:36.327 INFO O| Aug 26 20:10:36.327 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-08-26T20:10:37.851Z | [ recovery-image] Aug 26 20:10:36.337 INFO O| Aug 26 20:10:36.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7172 | 2024-08-26T20:10:37.851Z | [ recovery-image] Aug 26 20:10:36.337 INFO O| Aug 26 20:10:36.337 INFO STEP 1077 (remove_files) COMPLETE |
7173 | 2024-08-26T20:10:37.854Z | [ recovery-image] Aug 26 20:10:36.337 INFO O| Aug 26 20:10:36.337 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-08-26T20:10:37.858Z | [ recovery-image] Aug 26 20:10:36.347 INFO O| Aug 26 20:10:36.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7175 | 2024-08-26T20:10:37.858Z | [ recovery-image] Aug 26 20:10:36.348 INFO O| Aug 26 20:10:36.348 INFO STEP 1078 (remove_files) COMPLETE |
7176 | 2024-08-26T20:10:37.860Z | [ recovery-image] Aug 26 20:10:36.348 INFO O| Aug 26 20:10:36.348 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-08-26T20:10:37.868Z | [ recovery-image] Aug 26 20:10:36.357 INFO O| Aug 26 20:10:36.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7178 | 2024-08-26T20:10:37.868Z | [ recovery-image] Aug 26 20:10:36.357 INFO O| Aug 26 20:10:36.357 INFO STEP 1079 (remove_files) COMPLETE |
7179 | 2024-08-26T20:10:37.868Z | [ recovery-image] Aug 26 20:10:36.357 INFO O| Aug 26 20:10:36.357 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-08-26T20:10:37.877Z | [ recovery-image] Aug 26 20:10:36.367 INFO O| Aug 26 20:10:36.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7181 | 2024-08-26T20:10:37.877Z | [ recovery-image] Aug 26 20:10:36.367 INFO O| Aug 26 20:10:36.367 INFO STEP 1080 (remove_files) COMPLETE |
7182 | 2024-08-26T20:10:37.880Z | [ recovery-image] Aug 26 20:10:36.367 INFO O| Aug 26 20:10:36.367 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-08-26T20:10:37.887Z | [ recovery-image] Aug 26 20:10:36.377 INFO O| Aug 26 20:10:36.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7184 | 2024-08-26T20:10:37.887Z | [ recovery-image] Aug 26 20:10:36.377 INFO O| Aug 26 20:10:36.377 INFO STEP 1081 (remove_files) COMPLETE |
7185 | 2024-08-26T20:10:37.891Z | [ recovery-image] Aug 26 20:10:36.377 INFO O| Aug 26 20:10:36.377 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-08-26T20:10:37.897Z | [ recovery-image] Aug 26 20:10:36.387 INFO O| Aug 26 20:10:36.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7187 | 2024-08-26T20:10:37.897Z | [ recovery-image] Aug 26 20:10:36.387 INFO O| Aug 26 20:10:36.387 INFO STEP 1082 (remove_files) COMPLETE |
7188 | 2024-08-26T20:10:37.900Z | [ recovery-image] Aug 26 20:10:36.387 INFO O| Aug 26 20:10:36.387 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-08-26T20:10:37.907Z | [ recovery-image] Aug 26 20:10:36.396 INFO O| Aug 26 20:10:36.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7190 | 2024-08-26T20:10:37.907Z | [ recovery-image] Aug 26 20:10:36.396 INFO O| Aug 26 20:10:36.396 INFO STEP 1083 (remove_files) COMPLETE |
7191 | 2024-08-26T20:10:37.907Z | [ recovery-image] Aug 26 20:10:36.396 INFO O| Aug 26 20:10:36.396 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-08-26T20:10:37.916Z | [ recovery-image] Aug 26 20:10:36.406 INFO O| Aug 26 20:10:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7193 | 2024-08-26T20:10:37.919Z | [ recovery-image] Aug 26 20:10:36.406 INFO O| Aug 26 20:10:36.406 INFO STEP 1084 (remove_files) COMPLETE |
7194 | 2024-08-26T20:10:37.919Z | [ recovery-image] Aug 26 20:10:36.406 INFO O| Aug 26 20:10:36.406 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-08-26T20:10:37.926Z | [ recovery-image] Aug 26 20:10:36.415 INFO O| Aug 26 20:10:36.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7196 | 2024-08-26T20:10:37.926Z | [ recovery-image] Aug 26 20:10:36.415 INFO O| Aug 26 20:10:36.415 INFO STEP 1085 (remove_files) COMPLETE |
7197 | 2024-08-26T20:10:37.928Z | [ recovery-image] Aug 26 20:10:36.415 INFO O| Aug 26 20:10:36.415 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-08-26T20:10:37.935Z | [ recovery-image] Aug 26 20:10:36.424 INFO O| Aug 26 20:10:36.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7199 | 2024-08-26T20:10:37.935Z | [ recovery-image] Aug 26 20:10:36.424 INFO O| Aug 26 20:10:36.424 INFO STEP 1086 (remove_files) COMPLETE |
7200 | 2024-08-26T20:10:37.935Z | [ recovery-image] Aug 26 20:10:36.424 INFO O| Aug 26 20:10:36.424 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-08-26T20:10:37.944Z | [ recovery-image] Aug 26 20:10:36.434 INFO O| Aug 26 20:10:36.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7202 | 2024-08-26T20:10:37.944Z | [ recovery-image] Aug 26 20:10:36.434 INFO O| Aug 26 20:10:36.434 INFO STEP 1087 (remove_files) COMPLETE |
7203 | 2024-08-26T20:10:37.947Z | [ recovery-image] Aug 26 20:10:36.434 INFO O| Aug 26 20:10:36.434 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-08-26T20:10:37.954Z | [ recovery-image] Aug 26 20:10:36.443 INFO O| Aug 26 20:10:36.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7205 | 2024-08-26T20:10:37.954Z | [ recovery-image] Aug 26 20:10:36.443 INFO O| Aug 26 20:10:36.443 INFO STEP 1088 (remove_files) COMPLETE |
7206 | 2024-08-26T20:10:37.956Z | [ recovery-image] Aug 26 20:10:36.443 INFO O| Aug 26 20:10:36.443 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-08-26T20:10:37.964Z | [ recovery-image] Aug 26 20:10:36.453 INFO O| Aug 26 20:10:36.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7208 | 2024-08-26T20:10:37.964Z | [ recovery-image] Aug 26 20:10:36.453 INFO O| Aug 26 20:10:36.453 INFO STEP 1089 (remove_files) COMPLETE |
7209 | 2024-08-26T20:10:37.966Z | [ recovery-image] Aug 26 20:10:36.453 INFO O| Aug 26 20:10:36.453 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-08-26T20:10:37.975Z | [ recovery-image] Aug 26 20:10:36.464 INFO O| Aug 26 20:10:36.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7211 | 2024-08-26T20:10:37.975Z | [ recovery-image] Aug 26 20:10:36.464 INFO O| Aug 26 20:10:36.464 INFO STEP 1090 (remove_files) COMPLETE |
7212 | 2024-08-26T20:10:37.977Z | [ recovery-image] Aug 26 20:10:36.464 INFO O| Aug 26 20:10:36.464 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-08-26T20:10:37.985Z | [ recovery-image] Aug 26 20:10:36.475 INFO O| Aug 26 20:10:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7214 | 2024-08-26T20:10:37.995Z | [ recovery-image] Aug 26 20:10:36.475 INFO O| Aug 26 20:10:36.475 INFO STEP 1091 (remove_files) COMPLETE |
7215 | 2024-08-26T20:10:37.995Z | [ recovery-image] Aug 26 20:10:36.475 INFO O| Aug 26 20:10:36.475 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-08-26T20:10:37.998Z | [ recovery-image] Aug 26 20:10:36.485 INFO O| Aug 26 20:10:36.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7217 | 2024-08-26T20:10:37.999Z | [ recovery-image] Aug 26 20:10:36.485 INFO O| Aug 26 20:10:36.485 INFO STEP 1092 (remove_files) COMPLETE |
7218 | 2024-08-26T20:10:37.999Z | [ recovery-image] Aug 26 20:10:36.485 INFO O| Aug 26 20:10:36.485 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-08-26T20:10:38.009Z | [ recovery-image] Aug 26 20:10:36.498 INFO O| Aug 26 20:10:36.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7220 | 2024-08-26T20:10:38.011Z | [ recovery-image] Aug 26 20:10:36.498 INFO O| Aug 26 20:10:36.498 INFO STEP 1093 (remove_files) COMPLETE |
7221 | 2024-08-26T20:10:38.011Z | [ recovery-image] Aug 26 20:10:36.498 INFO O| Aug 26 20:10:36.498 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-08-26T20:10:38.021Z | [ recovery-image] Aug 26 20:10:36.511 INFO O| Aug 26 20:10:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7223 | 2024-08-26T20:10:38.021Z | [ recovery-image] Aug 26 20:10:36.511 INFO O| Aug 26 20:10:36.511 INFO STEP 1094 (remove_files) COMPLETE |
7224 | 2024-08-26T20:10:38.024Z | [ recovery-image] Aug 26 20:10:36.511 INFO O| Aug 26 20:10:36.511 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-08-26T20:10:38.033Z | [ recovery-image] Aug 26 20:10:36.523 INFO O| Aug 26 20:10:36.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7226 | 2024-08-26T20:10:38.033Z | [ recovery-image] Aug 26 20:10:36.523 INFO O| Aug 26 20:10:36.523 INFO STEP 1095 (remove_files) COMPLETE |
7227 | 2024-08-26T20:10:38.036Z | [ recovery-image] Aug 26 20:10:36.523 INFO O| Aug 26 20:10:36.523 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-08-26T20:10:38.046Z | [ recovery-image] Aug 26 20:10:36.535 INFO O| Aug 26 20:10:36.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7229 | 2024-08-26T20:10:38.046Z | [ recovery-image] Aug 26 20:10:36.535 INFO O| Aug 26 20:10:36.535 INFO STEP 1096 (remove_files) COMPLETE |
7230 | 2024-08-26T20:10:38.048Z | [ recovery-image] Aug 26 20:10:36.535 INFO O| Aug 26 20:10:36.535 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-08-26T20:10:38.059Z | [ recovery-image] Aug 26 20:10:36.549 INFO O| Aug 26 20:10:36.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7232 | 2024-08-26T20:10:38.059Z | [ recovery-image] Aug 26 20:10:36.549 INFO O| Aug 26 20:10:36.549 INFO STEP 1097 (remove_files) COMPLETE |
7233 | 2024-08-26T20:10:38.062Z | [ recovery-image] Aug 26 20:10:36.549 INFO O| Aug 26 20:10:36.549 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-08-26T20:10:38.071Z | [ recovery-image] Aug 26 20:10:36.561 INFO O| Aug 26 20:10:36.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7235 | 2024-08-26T20:10:38.074Z | [ recovery-image] Aug 26 20:10:36.561 INFO O| Aug 26 20:10:36.561 INFO STEP 1098 (remove_files) COMPLETE |
7236 | 2024-08-26T20:10:38.074Z | [ recovery-image] Aug 26 20:10:36.561 INFO O| Aug 26 20:10:36.561 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-08-26T20:10:38.084Z | [ recovery-image] Aug 26 20:10:36.574 INFO O| Aug 26 20:10:36.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7238 | 2024-08-26T20:10:38.084Z | [ recovery-image] Aug 26 20:10:36.574 INFO O| Aug 26 20:10:36.574 INFO STEP 1099 (remove_files) COMPLETE |
7239 | 2024-08-26T20:10:38.084Z | [ recovery-image] Aug 26 20:10:36.574 INFO O| Aug 26 20:10:36.574 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-08-26T20:10:38.098Z | [ recovery-image] Aug 26 20:10:36.587 INFO O| Aug 26 20:10:36.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7241 | 2024-08-26T20:10:38.098Z | [ recovery-image] Aug 26 20:10:36.588 INFO O| Aug 26 20:10:36.587 INFO STEP 1100 (remove_files) COMPLETE |
7242 | 2024-08-26T20:10:38.101Z | [ recovery-image] Aug 26 20:10:36.588 INFO O| Aug 26 20:10:36.588 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-08-26T20:10:38.109Z | [ recovery-image] Aug 26 20:10:36.598 INFO O| Aug 26 20:10:36.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7244 | 2024-08-26T20:10:38.109Z | [ recovery-image] Aug 26 20:10:36.599 INFO O| Aug 26 20:10:36.598 INFO STEP 1101 (remove_files) COMPLETE |
7245 | 2024-08-26T20:10:38.109Z | [ recovery-image] Aug 26 20:10:36.599 INFO O| Aug 26 20:10:36.599 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-08-26T20:10:38.119Z | [ recovery-image] Aug 26 20:10:36.608 INFO O| Aug 26 20:10:36.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7247 | 2024-08-26T20:10:38.119Z | [ recovery-image] Aug 26 20:10:36.609 INFO O| Aug 26 20:10:36.608 INFO STEP 1102 (remove_files) COMPLETE |
7248 | 2024-08-26T20:10:38.122Z | [ recovery-image] Aug 26 20:10:36.609 INFO O| Aug 26 20:10:36.609 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-08-26T20:10:38.130Z | [ recovery-image] Aug 26 20:10:36.619 INFO O| Aug 26 20:10:36.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7250 | 2024-08-26T20:10:38.130Z | [ recovery-image] Aug 26 20:10:36.619 INFO O| Aug 26 20:10:36.619 INFO STEP 1103 (remove_files) COMPLETE |
7251 | 2024-08-26T20:10:38.130Z | [ recovery-image] Aug 26 20:10:36.619 INFO O| Aug 26 20:10:36.619 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-08-26T20:10:38.140Z | [ recovery-image] Aug 26 20:10:36.630 INFO O| Aug 26 20:10:36.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7253 | 2024-08-26T20:10:38.141Z | [ recovery-image] Aug 26 20:10:36.630 INFO O| Aug 26 20:10:36.630 INFO STEP 1104 (remove_files) COMPLETE |
7254 | 2024-08-26T20:10:38.141Z | [ recovery-image] Aug 26 20:10:36.630 INFO O| Aug 26 20:10:36.630 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-08-26T20:10:38.152Z | [ recovery-image] Aug 26 20:10:36.641 INFO O| Aug 26 20:10:36.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7256 | 2024-08-26T20:10:38.152Z | [ recovery-image] Aug 26 20:10:36.641 INFO O| Aug 26 20:10:36.641 INFO STEP 1105 (remove_files) COMPLETE |
7257 | 2024-08-26T20:10:38.154Z | [ recovery-image] Aug 26 20:10:36.641 INFO O| Aug 26 20:10:36.641 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-08-26T20:10:38.162Z | [ recovery-image] Aug 26 20:10:36.652 INFO O| Aug 26 20:10:36.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7259 | 2024-08-26T20:10:38.162Z | [ recovery-image] Aug 26 20:10:36.652 INFO O| Aug 26 20:10:36.652 INFO STEP 1106 (remove_files) COMPLETE |
7260 | 2024-08-26T20:10:38.165Z | [ recovery-image] Aug 26 20:10:36.652 INFO O| Aug 26 20:10:36.652 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-08-26T20:10:38.173Z | [ recovery-image] Aug 26 20:10:36.662 INFO O| Aug 26 20:10:36.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7262 | 2024-08-26T20:10:38.173Z | [ recovery-image] Aug 26 20:10:36.662 INFO O| Aug 26 20:10:36.662 INFO STEP 1107 (remove_files) COMPLETE |
7263 | 2024-08-26T20:10:38.175Z | [ recovery-image] Aug 26 20:10:36.662 INFO O| Aug 26 20:10:36.662 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-26T20:10:38.183Z | [ recovery-image] Aug 26 20:10:36.672 INFO O| Aug 26 20:10:36.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7265 | 2024-08-26T20:10:38.183Z | [ recovery-image] Aug 26 20:10:36.672 INFO O| Aug 26 20:10:36.672 INFO STEP 1108 (remove_files) COMPLETE |
7266 | 2024-08-26T20:10:38.185Z | [ recovery-image] Aug 26 20:10:36.672 INFO O| Aug 26 20:10:36.672 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-26T20:10:38.193Z | [ recovery-image] Aug 26 20:10:36.683 INFO O| Aug 26 20:10:36.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7268 | 2024-08-26T20:10:38.193Z | [ recovery-image] Aug 26 20:10:36.683 INFO O| Aug 26 20:10:36.683 INFO STEP 1109 (remove_files) COMPLETE |
7269 | 2024-08-26T20:10:38.196Z | [ recovery-image] Aug 26 20:10:36.683 INFO O| Aug 26 20:10:36.683 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-08-26T20:10:38.204Z | [ recovery-image] Aug 26 20:10:36.693 INFO O| Aug 26 20:10:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7271 | 2024-08-26T20:10:38.204Z | [ recovery-image] Aug 26 20:10:36.693 INFO O| Aug 26 20:10:36.693 INFO STEP 1110 (remove_files) COMPLETE |
7272 | 2024-08-26T20:10:38.206Z | [ recovery-image] Aug 26 20:10:36.693 INFO O| Aug 26 20:10:36.693 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-08-26T20:10:38.214Z | [ recovery-image] Aug 26 20:10:36.704 INFO O| Aug 26 20:10:36.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7274 | 2024-08-26T20:10:38.214Z | [ recovery-image] Aug 26 20:10:36.704 INFO O| Aug 26 20:10:36.704 INFO STEP 1111 (remove_files) COMPLETE |
7275 | 2024-08-26T20:10:38.214Z | [ recovery-image] Aug 26 20:10:36.704 INFO O| Aug 26 20:10:36.704 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-08-26T20:10:38.225Z | [ recovery-image] Aug 26 20:10:36.714 INFO O| Aug 26 20:10:36.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7277 | 2024-08-26T20:10:38.225Z | [ recovery-image] Aug 26 20:10:36.714 INFO O| Aug 26 20:10:36.714 INFO STEP 1112 (remove_files) COMPLETE |
7278 | 2024-08-26T20:10:38.225Z | [ recovery-image] Aug 26 20:10:36.715 INFO O| Aug 26 20:10:36.714 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-08-26T20:10:38.236Z | [ recovery-image] Aug 26 20:10:36.725 INFO O| Aug 26 20:10:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7280 | 2024-08-26T20:10:38.236Z | [ recovery-image] Aug 26 20:10:36.725 INFO O| Aug 26 20:10:36.725 INFO STEP 1113 (remove_files) COMPLETE |
7281 | 2024-08-26T20:10:38.236Z | [ recovery-image] Aug 26 20:10:36.725 INFO O| Aug 26 20:10:36.725 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-08-26T20:10:38.246Z | [ recovery-image] Aug 26 20:10:36.736 INFO O| Aug 26 20:10:36.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7283 | 2024-08-26T20:10:38.249Z | [ recovery-image] Aug 26 20:10:36.736 INFO O| Aug 26 20:10:36.736 INFO STEP 1114 (remove_files) COMPLETE |
7284 | 2024-08-26T20:10:38.249Z | [ recovery-image] Aug 26 20:10:36.736 INFO O| Aug 26 20:10:36.736 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-08-26T20:10:38.260Z | [ recovery-image] Aug 26 20:10:36.750 INFO O| Aug 26 20:10:36.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7286 | 2024-08-26T20:10:38.261Z | [ recovery-image] Aug 26 20:10:36.750 INFO O| Aug 26 20:10:36.750 INFO STEP 1115 (remove_files) COMPLETE |
7287 | 2024-08-26T20:10:38.261Z | [ recovery-image] Aug 26 20:10:36.750 INFO O| Aug 26 20:10:36.750 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-08-26T20:10:38.273Z | [ recovery-image] Aug 26 20:10:36.763 INFO O| Aug 26 20:10:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7289 | 2024-08-26T20:10:38.273Z | [ recovery-image] Aug 26 20:10:36.763 INFO O| Aug 26 20:10:36.763 INFO STEP 1116 (remove_files) COMPLETE |
7290 | 2024-08-26T20:10:38.273Z | [ recovery-image] Aug 26 20:10:36.763 INFO O| Aug 26 20:10:36.763 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-08-26T20:10:38.285Z | [ recovery-image] Aug 26 20:10:36.775 INFO O| Aug 26 20:10:36.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7292 | 2024-08-26T20:10:38.285Z | [ recovery-image] Aug 26 20:10:36.775 INFO O| Aug 26 20:10:36.775 INFO STEP 1117 (remove_files) COMPLETE |
7293 | 2024-08-26T20:10:38.285Z | [ recovery-image] Aug 26 20:10:36.775 INFO O| Aug 26 20:10:36.775 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-08-26T20:10:38.297Z | [ recovery-image] Aug 26 20:10:36.786 INFO O| Aug 26 20:10:36.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7295 | 2024-08-26T20:10:38.297Z | [ recovery-image] Aug 26 20:10:36.786 INFO O| Aug 26 20:10:36.786 INFO STEP 1118 (remove_files) COMPLETE |
7296 | 2024-08-26T20:10:38.297Z | [ recovery-image] Aug 26 20:10:36.786 INFO O| Aug 26 20:10:36.786 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-08-26T20:10:38.308Z | [ recovery-image] Aug 26 20:10:36.797 INFO O| Aug 26 20:10:36.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7298 | 2024-08-26T20:10:38.308Z | [ recovery-image] Aug 26 20:10:36.797 INFO O| Aug 26 20:10:36.797 INFO STEP 1119 (remove_files) COMPLETE |
7299 | 2024-08-26T20:10:38.308Z | [ recovery-image] Aug 26 20:10:36.797 INFO O| Aug 26 20:10:36.797 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-08-26T20:10:38.319Z | [ recovery-image] Aug 26 20:10:36.808 INFO O| Aug 26 20:10:36.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7301 | 2024-08-26T20:10:38.319Z | [ recovery-image] Aug 26 20:10:36.808 INFO O| Aug 26 20:10:36.808 INFO STEP 1120 (remove_files) COMPLETE |
7302 | 2024-08-26T20:10:38.319Z | [ recovery-image] Aug 26 20:10:36.808 INFO O| Aug 26 20:10:36.808 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-08-26T20:10:38.329Z | [ recovery-image] Aug 26 20:10:36.819 INFO O| Aug 26 20:10:36.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7304 | 2024-08-26T20:10:38.332Z | [ recovery-image] Aug 26 20:10:36.819 INFO O| Aug 26 20:10:36.819 INFO STEP 1121 (remove_files) COMPLETE |
7305 | 2024-08-26T20:10:38.332Z | [ recovery-image] Aug 26 20:10:36.819 INFO O| Aug 26 20:10:36.819 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-08-26T20:10:38.339Z | [ recovery-image] Aug 26 20:10:36.829 INFO O| Aug 26 20:10:36.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7307 | 2024-08-26T20:10:38.339Z | [ recovery-image] Aug 26 20:10:36.829 INFO O| Aug 26 20:10:36.829 INFO STEP 1122 (remove_files) COMPLETE |
7308 | 2024-08-26T20:10:38.339Z | [ recovery-image] Aug 26 20:10:36.829 INFO O| Aug 26 20:10:36.829 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-08-26T20:10:38.349Z | [ recovery-image] Aug 26 20:10:36.839 INFO O| Aug 26 20:10:36.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7310 | 2024-08-26T20:10:38.349Z | [ recovery-image] Aug 26 20:10:36.839 INFO O| Aug 26 20:10:36.839 INFO STEP 1123 (remove_files) COMPLETE |
7311 | 2024-08-26T20:10:38.349Z | [ recovery-image] Aug 26 20:10:36.839 INFO O| Aug 26 20:10:36.839 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-08-26T20:10:38.359Z | [ recovery-image] Aug 26 20:10:36.849 INFO O| Aug 26 20:10:36.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7313 | 2024-08-26T20:10:38.359Z | [ recovery-image] Aug 26 20:10:36.849 INFO O| Aug 26 20:10:36.849 INFO STEP 1124 (remove_files) COMPLETE |
7314 | 2024-08-26T20:10:38.362Z | [ recovery-image] Aug 26 20:10:36.849 INFO O| Aug 26 20:10:36.849 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-08-26T20:10:38.369Z | [ recovery-image] Aug 26 20:10:36.859 INFO O| Aug 26 20:10:36.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7316 | 2024-08-26T20:10:38.369Z | [ recovery-image] Aug 26 20:10:36.859 INFO O| Aug 26 20:10:36.859 INFO STEP 1125 (remove_files) COMPLETE |
7317 | 2024-08-26T20:10:38.369Z | [ recovery-image] Aug 26 20:10:36.859 INFO O| Aug 26 20:10:36.859 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-08-26T20:10:38.379Z | [ recovery-image] Aug 26 20:10:36.868 INFO O| Aug 26 20:10:36.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7319 | 2024-08-26T20:10:38.379Z | [ recovery-image] Aug 26 20:10:36.868 INFO O| Aug 26 20:10:36.868 INFO STEP 1126 (remove_files) COMPLETE |
7320 | 2024-08-26T20:10:38.379Z | [ recovery-image] Aug 26 20:10:36.868 INFO O| Aug 26 20:10:36.868 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-08-26T20:10:38.388Z | [ recovery-image] Aug 26 20:10:36.878 INFO O| Aug 26 20:10:36.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7322 | 2024-08-26T20:10:38.388Z | [ recovery-image] Aug 26 20:10:36.878 INFO O| Aug 26 20:10:36.878 INFO STEP 1127 (remove_files) COMPLETE |
7323 | 2024-08-26T20:10:38.391Z | [ recovery-image] Aug 26 20:10:36.878 INFO O| Aug 26 20:10:36.878 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-08-26T20:10:38.399Z | [ recovery-image] Aug 26 20:10:36.887 INFO O| Aug 26 20:10:36.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7325 | 2024-08-26T20:10:38.399Z | [ recovery-image] Aug 26 20:10:36.887 INFO O| Aug 26 20:10:36.887 INFO STEP 1128 (remove_files) COMPLETE |
7326 | 2024-08-26T20:10:38.402Z | [ recovery-image] Aug 26 20:10:36.887 INFO O| Aug 26 20:10:36.887 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-08-26T20:10:38.407Z | [ recovery-image] Aug 26 20:10:36.897 INFO O| Aug 26 20:10:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7328 | 2024-08-26T20:10:38.407Z | [ recovery-image] Aug 26 20:10:36.897 INFO O| Aug 26 20:10:36.897 INFO STEP 1129 (remove_files) COMPLETE |
7329 | 2024-08-26T20:10:38.411Z | [ recovery-image] Aug 26 20:10:36.897 INFO O| Aug 26 20:10:36.897 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-08-26T20:10:38.417Z | [ recovery-image] Aug 26 20:10:36.906 INFO O| Aug 26 20:10:36.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7331 | 2024-08-26T20:10:38.417Z | [ recovery-image] Aug 26 20:10:36.906 INFO O| Aug 26 20:10:36.906 INFO STEP 1130 (remove_files) COMPLETE |
7332 | 2024-08-26T20:10:38.419Z | [ recovery-image] Aug 26 20:10:36.906 INFO O| Aug 26 20:10:36.906 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-08-26T20:10:38.426Z | [ recovery-image] Aug 26 20:10:36.916 INFO O| Aug 26 20:10:36.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7334 | 2024-08-26T20:10:38.426Z | [ recovery-image] Aug 26 20:10:36.916 INFO O| Aug 26 20:10:36.916 INFO STEP 1131 (remove_files) COMPLETE |
7335 | 2024-08-26T20:10:38.426Z | [ recovery-image] Aug 26 20:10:36.916 INFO O| Aug 26 20:10:36.916 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-08-26T20:10:38.436Z | [ recovery-image] Aug 26 20:10:36.925 INFO O| Aug 26 20:10:36.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7337 | 2024-08-26T20:10:38.436Z | [ recovery-image] Aug 26 20:10:36.925 INFO O| Aug 26 20:10:36.925 INFO STEP 1132 (remove_files) COMPLETE |
7338 | 2024-08-26T20:10:38.436Z | [ recovery-image] Aug 26 20:10:36.925 INFO O| Aug 26 20:10:36.925 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-08-26T20:10:38.445Z | [ recovery-image] Aug 26 20:10:36.934 INFO O| Aug 26 20:10:36.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7340 | 2024-08-26T20:10:38.445Z | [ recovery-image] Aug 26 20:10:36.935 INFO O| Aug 26 20:10:36.934 INFO STEP 1133 (remove_files) COMPLETE |
7341 | 2024-08-26T20:10:38.445Z | [ recovery-image] Aug 26 20:10:36.935 INFO O| Aug 26 20:10:36.935 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-08-26T20:10:38.455Z | [ recovery-image] Aug 26 20:10:36.944 INFO O| Aug 26 20:10:36.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7343 | 2024-08-26T20:10:38.455Z | [ recovery-image] Aug 26 20:10:36.944 INFO O| Aug 26 20:10:36.944 INFO STEP 1134 (remove_files) COMPLETE |
7344 | 2024-08-26T20:10:38.458Z | [ recovery-image] Aug 26 20:10:36.944 INFO O| Aug 26 20:10:36.944 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-08-26T20:10:38.464Z | [ recovery-image] Aug 26 20:10:36.953 INFO O| Aug 26 20:10:36.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7346 | 2024-08-26T20:10:38.464Z | [ recovery-image] Aug 26 20:10:36.954 INFO O| Aug 26 20:10:36.954 INFO STEP 1135 (remove_files) COMPLETE |
7347 | 2024-08-26T20:10:38.464Z | [ recovery-image] Aug 26 20:10:36.954 INFO O| Aug 26 20:10:36.954 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-08-26T20:10:38.474Z | [ recovery-image] Aug 26 20:10:36.963 INFO O| Aug 26 20:10:36.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7349 | 2024-08-26T20:10:38.474Z | [ recovery-image] Aug 26 20:10:36.963 INFO O| Aug 26 20:10:36.963 INFO STEP 1136 (remove_files) COMPLETE |
7350 | 2024-08-26T20:10:38.477Z | [ recovery-image] Aug 26 20:10:36.963 INFO O| Aug 26 20:10:36.963 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-08-26T20:10:38.484Z | [ recovery-image] Aug 26 20:10:36.973 INFO O| Aug 26 20:10:36.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7352 | 2024-08-26T20:10:38.484Z | [ recovery-image] Aug 26 20:10:36.973 INFO O| Aug 26 20:10:36.973 INFO STEP 1137 (remove_files) COMPLETE |
7353 | 2024-08-26T20:10:38.487Z | [ recovery-image] Aug 26 20:10:36.973 INFO O| Aug 26 20:10:36.973 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-08-26T20:10:38.494Z | [ recovery-image] Aug 26 20:10:36.983 INFO O| Aug 26 20:10:36.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7355 | 2024-08-26T20:10:38.494Z | [ recovery-image] Aug 26 20:10:36.983 INFO O| Aug 26 20:10:36.983 INFO STEP 1138 (remove_files) COMPLETE |
7356 | 2024-08-26T20:10:38.497Z | [ recovery-image] Aug 26 20:10:36.983 INFO O| Aug 26 20:10:36.983 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-08-26T20:10:38.503Z | [ recovery-image] Aug 26 20:10:36.993 INFO O| Aug 26 20:10:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7358 | 2024-08-26T20:10:38.506Z | [ recovery-image] Aug 26 20:10:36.993 INFO O| Aug 26 20:10:36.993 INFO STEP 1139 (remove_files) COMPLETE |
7359 | 2024-08-26T20:10:38.506Z | [ recovery-image] Aug 26 20:10:36.993 INFO O| Aug 26 20:10:36.993 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-08-26T20:10:38.514Z | [ recovery-image] Aug 26 20:10:37.003 INFO O| Aug 26 20:10:37.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7361 | 2024-08-26T20:10:38.514Z | [ recovery-image] Aug 26 20:10:37.003 INFO O| Aug 26 20:10:37.003 INFO STEP 1140 (remove_files) COMPLETE |
7362 | 2024-08-26T20:10:38.514Z | [ recovery-image] Aug 26 20:10:37.003 INFO O| Aug 26 20:10:37.003 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-08-26T20:10:38.524Z | [ recovery-image] Aug 26 20:10:37.013 INFO O| Aug 26 20:10:37.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7364 | 2024-08-26T20:10:38.524Z | [ recovery-image] Aug 26 20:10:37.013 INFO O| Aug 26 20:10:37.013 INFO STEP 1141 (remove_files) COMPLETE |
7365 | 2024-08-26T20:10:38.527Z | [ recovery-image] Aug 26 20:10:37.013 INFO O| Aug 26 20:10:37.013 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-08-26T20:10:38.533Z | [ recovery-image] Aug 26 20:10:37.022 INFO O| Aug 26 20:10:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7367 | 2024-08-26T20:10:38.533Z | [ recovery-image] Aug 26 20:10:37.022 INFO O| Aug 26 20:10:37.022 INFO STEP 1142 (remove_files) COMPLETE |
7368 | 2024-08-26T20:10:38.533Z | [ recovery-image] Aug 26 20:10:37.023 INFO O| Aug 26 20:10:37.022 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-08-26T20:10:38.542Z | [ recovery-image] Aug 26 20:10:37.032 INFO O| Aug 26 20:10:37.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7370 | 2024-08-26T20:10:38.545Z | [ recovery-image] Aug 26 20:10:37.032 INFO O| Aug 26 20:10:37.032 INFO STEP 1143 (remove_files) COMPLETE |
7371 | 2024-08-26T20:10:38.545Z | [ recovery-image] Aug 26 20:10:37.032 INFO O| Aug 26 20:10:37.032 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-08-26T20:10:38.552Z | [ recovery-image] Aug 26 20:10:37.041 INFO O| Aug 26 20:10:37.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7373 | 2024-08-26T20:10:38.552Z | [ recovery-image] Aug 26 20:10:37.041 INFO O| Aug 26 20:10:37.041 INFO STEP 1144 (remove_files) COMPLETE |
7374 | 2024-08-26T20:10:38.555Z | [ recovery-image] Aug 26 20:10:37.041 INFO O| Aug 26 20:10:37.041 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-08-26T20:10:38.562Z | [ recovery-image] Aug 26 20:10:37.051 INFO O| Aug 26 20:10:37.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7376 | 2024-08-26T20:10:38.562Z | [ recovery-image] Aug 26 20:10:37.051 INFO O| Aug 26 20:10:37.051 INFO STEP 1145 (remove_files) COMPLETE |
7377 | 2024-08-26T20:10:38.562Z | [ recovery-image] Aug 26 20:10:37.051 INFO O| Aug 26 20:10:37.051 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-08-26T20:10:38.573Z | [ recovery-image] Aug 26 20:10:37.062 INFO O| Aug 26 20:10:37.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7379 | 2024-08-26T20:10:38.573Z | [ recovery-image] Aug 26 20:10:37.063 INFO O| Aug 26 20:10:37.063 INFO STEP 1146 (remove_files) COMPLETE |
7380 | 2024-08-26T20:10:38.573Z | [ recovery-image] Aug 26 20:10:37.063 INFO O| Aug 26 20:10:37.063 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-08-26T20:10:38.584Z | [ recovery-image] Aug 26 20:10:37.074 INFO O| Aug 26 20:10:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7382 | 2024-08-26T20:10:38.587Z | [ recovery-image] Aug 26 20:10:37.074 INFO O| Aug 26 20:10:37.074 INFO STEP 1147 (remove_files) COMPLETE |
7383 | 2024-08-26T20:10:38.587Z | [ recovery-image] Aug 26 20:10:37.074 INFO O| Aug 26 20:10:37.074 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-08-26T20:10:38.595Z | [ recovery-image] Aug 26 20:10:37.085 INFO O| Aug 26 20:10:37.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7385 | 2024-08-26T20:10:38.595Z | [ recovery-image] Aug 26 20:10:37.085 INFO O| Aug 26 20:10:37.085 INFO STEP 1148 (remove_files) COMPLETE |
7386 | 2024-08-26T20:10:38.598Z | [ recovery-image] Aug 26 20:10:37.085 INFO O| Aug 26 20:10:37.085 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-08-26T20:10:38.606Z | [ recovery-image] Aug 26 20:10:37.095 INFO O| Aug 26 20:10:37.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7388 | 2024-08-26T20:10:38.609Z | [ recovery-image] Aug 26 20:10:37.096 INFO O| Aug 26 20:10:37.096 INFO STEP 1149 (remove_files) COMPLETE |
7389 | 2024-08-26T20:10:38.609Z | [ recovery-image] Aug 26 20:10:37.096 INFO O| Aug 26 20:10:37.096 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-08-26T20:10:38.617Z | [ recovery-image] Aug 26 20:10:37.106 INFO O| Aug 26 20:10:37.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7391 | 2024-08-26T20:10:38.619Z | [ recovery-image] Aug 26 20:10:37.107 INFO O| Aug 26 20:10:37.107 INFO STEP 1150 (remove_files) COMPLETE |
7392 | 2024-08-26T20:10:38.619Z | [ recovery-image] Aug 26 20:10:37.107 INFO O| Aug 26 20:10:37.107 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-08-26T20:10:38.630Z | [ recovery-image] Aug 26 20:10:37.119 INFO O| Aug 26 20:10:37.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7394 | 2024-08-26T20:10:38.633Z | [ recovery-image] Aug 26 20:10:37.119 INFO O| Aug 26 20:10:37.119 INFO STEP 1151 (remove_files) COMPLETE |
7395 | 2024-08-26T20:10:38.633Z | [ recovery-image] Aug 26 20:10:37.119 INFO O| Aug 26 20:10:37.119 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-08-26T20:10:38.643Z | [ recovery-image] Aug 26 20:10:37.132 INFO O| Aug 26 20:10:37.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7397 | 2024-08-26T20:10:38.643Z | [ recovery-image] Aug 26 20:10:37.132 INFO O| Aug 26 20:10:37.132 INFO STEP 1152 (remove_files) COMPLETE |
7398 | 2024-08-26T20:10:38.643Z | [ recovery-image] Aug 26 20:10:37.132 INFO O| Aug 26 20:10:37.132 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-08-26T20:10:38.653Z | [ recovery-image] Aug 26 20:10:37.142 INFO O| Aug 26 20:10:37.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7400 | 2024-08-26T20:10:38.653Z | [ recovery-image] Aug 26 20:10:37.142 INFO O| Aug 26 20:10:37.142 INFO STEP 1153 (remove_files) COMPLETE |
7401 | 2024-08-26T20:10:38.655Z | [ recovery-image] Aug 26 20:10:37.142 INFO O| Aug 26 20:10:37.142 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-08-26T20:10:38.667Z | [ recovery-image] Aug 26 20:10:37.156 INFO O| Aug 26 20:10:37.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7403 | 2024-08-26T20:10:38.667Z | [ recovery-image] Aug 26 20:10:37.156 INFO O| Aug 26 20:10:37.156 INFO STEP 1154 (remove_files) COMPLETE |
7404 | 2024-08-26T20:10:38.667Z | [ recovery-image] Aug 26 20:10:37.156 INFO O| Aug 26 20:10:37.156 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-08-26T20:10:38.678Z | [ recovery-image] Aug 26 20:10:37.167 INFO O| Aug 26 20:10:37.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7406 | 2024-08-26T20:10:38.681Z | [ recovery-image] Aug 26 20:10:37.167 INFO O| Aug 26 20:10:37.167 INFO STEP 1155 (remove_files) COMPLETE |
7407 | 2024-08-26T20:10:38.681Z | [ recovery-image] Aug 26 20:10:37.167 INFO O| Aug 26 20:10:37.167 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-08-26T20:10:38.688Z | [ recovery-image] Aug 26 20:10:37.178 INFO O| Aug 26 20:10:37.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7409 | 2024-08-26T20:10:38.691Z | [ recovery-image] Aug 26 20:10:37.178 INFO O| Aug 26 20:10:37.178 INFO STEP 1156 (remove_files) COMPLETE |
7410 | 2024-08-26T20:10:38.691Z | [ recovery-image] Aug 26 20:10:37.178 INFO O| Aug 26 20:10:37.178 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-08-26T20:10:38.698Z | [ recovery-image] Aug 26 20:10:37.187 INFO O| Aug 26 20:10:37.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7412 | 2024-08-26T20:10:38.698Z | [ recovery-image] Aug 26 20:10:37.187 INFO O| Aug 26 20:10:37.187 INFO STEP 1157 (remove_files) COMPLETE |
7413 | 2024-08-26T20:10:38.701Z | [ recovery-image] Aug 26 20:10:37.187 INFO O| Aug 26 20:10:37.187 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-08-26T20:10:38.708Z | [ recovery-image] Aug 26 20:10:37.197 INFO O| Aug 26 20:10:37.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7415 | 2024-08-26T20:10:38.708Z | [ recovery-image] Aug 26 20:10:37.197 INFO O| Aug 26 20:10:37.197 INFO STEP 1158 (remove_files) COMPLETE |
7416 | 2024-08-26T20:10:38.710Z | [ recovery-image] Aug 26 20:10:37.197 INFO O| Aug 26 20:10:37.197 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-08-26T20:10:38.718Z | [ recovery-image] Aug 26 20:10:37.207 INFO O| Aug 26 20:10:37.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7418 | 2024-08-26T20:10:38.718Z | [ recovery-image] Aug 26 20:10:37.207 INFO O| Aug 26 20:10:37.207 INFO STEP 1159 (remove_files) COMPLETE |
7419 | 2024-08-26T20:10:38.720Z | [ recovery-image] Aug 26 20:10:37.207 INFO O| Aug 26 20:10:37.207 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-08-26T20:10:38.725Z | [ host-image] Aug 26 20:10:37.214 INFO O| Aug 26 20:10:37.214 INFO O| Download: Completed 20.80 MB in 1.43 seconds (14.6M/s) |
7421 | 2024-08-26T20:10:38.728Z | [ recovery-image] Aug 26 20:10:37.218 INFO O| Aug 26 20:10:37.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7422 | 2024-08-26T20:10:38.731Z | [ recovery-image] Aug 26 20:10:37.218 INFO O| Aug 26 20:10:37.218 INFO STEP 1160 (remove_files) COMPLETE |
7423 | 2024-08-26T20:10:38.731Z | [ recovery-image] Aug 26 20:10:37.218 INFO O| Aug 26 20:10:37.218 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-26T20:10:38.738Z | [ recovery-image] Aug 26 20:10:37.227 INFO O| Aug 26 20:10:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7425 | 2024-08-26T20:10:38.738Z | [ recovery-image] Aug 26 20:10:37.228 INFO O| Aug 26 20:10:37.227 INFO STEP 1161 (remove_files) COMPLETE |
7426 | 2024-08-26T20:10:38.741Z | [ recovery-image] Aug 26 20:10:37.228 INFO O| Aug 26 20:10:37.227 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-26T20:10:38.748Z | [ recovery-image] Aug 26 20:10:37.237 INFO O| Aug 26 20:10:37.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7428 | 2024-08-26T20:10:38.748Z | [ recovery-image] Aug 26 20:10:37.237 INFO O| Aug 26 20:10:37.237 INFO STEP 1162 (remove_files) COMPLETE |
7429 | 2024-08-26T20:10:38.751Z | [ recovery-image] Aug 26 20:10:37.237 INFO O| Aug 26 20:10:37.237 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-26T20:10:38.751Z | [ host-image] Aug 26 20:10:37.239 INFO O| Aug 26 20:10:37.239 INFO O| Actions: 1/22 actions (Installing new actions) |
7431 | 2024-08-26T20:10:38.758Z | [ recovery-image] Aug 26 20:10:37.247 INFO O| Aug 26 20:10:37.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7432 | 2024-08-26T20:10:38.760Z | [ recovery-image] Aug 26 20:10:37.247 INFO O| Aug 26 20:10:37.247 INFO STEP 1163 (remove_files) COMPLETE |
7433 | 2024-08-26T20:10:38.761Z | [ recovery-image] Aug 26 20:10:37.247 INFO O| Aug 26 20:10:37.247 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-08-26T20:10:38.768Z | [ recovery-image] Aug 26 20:10:37.257 INFO O| Aug 26 20:10:37.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7435 | 2024-08-26T20:10:38.768Z | [ recovery-image] Aug 26 20:10:37.257 INFO O| Aug 26 20:10:37.257 INFO STEP 1164 (remove_files) COMPLETE |
7436 | 2024-08-26T20:10:38.768Z | [ recovery-image] Aug 26 20:10:37.257 INFO O| Aug 26 20:10:37.257 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-08-26T20:10:38.777Z | [ recovery-image] Aug 26 20:10:37.267 INFO O| Aug 26 20:10:37.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7438 | 2024-08-26T20:10:38.777Z | [ recovery-image] Aug 26 20:10:37.267 INFO O| Aug 26 20:10:37.267 INFO STEP 1165 (remove_files) COMPLETE |
7439 | 2024-08-26T20:10:38.780Z | [ recovery-image] Aug 26 20:10:37.267 INFO O| Aug 26 20:10:37.267 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-08-26T20:10:38.787Z | [ recovery-image] Aug 26 20:10:37.277 INFO O| Aug 26 20:10:37.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7441 | 2024-08-26T20:10:38.787Z | [ recovery-image] Aug 26 20:10:37.277 INFO O| Aug 26 20:10:37.277 INFO STEP 1166 (remove_files) COMPLETE |
7442 | 2024-08-26T20:10:38.790Z | [ recovery-image] Aug 26 20:10:37.277 INFO O| Aug 26 20:10:37.277 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-08-26T20:10:38.797Z | [ recovery-image] Aug 26 20:10:37.286 INFO O| Aug 26 20:10:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7444 | 2024-08-26T20:10:38.800Z | [ recovery-image] Aug 26 20:10:37.287 INFO O| Aug 26 20:10:37.287 INFO STEP 1167 (remove_files) COMPLETE |
7445 | 2024-08-26T20:10:38.800Z | [ recovery-image] Aug 26 20:10:37.287 INFO O| Aug 26 20:10:37.287 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-08-26T20:10:38.807Z | [ recovery-image] Aug 26 20:10:37.297 INFO O| Aug 26 20:10:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7447 | 2024-08-26T20:10:38.807Z | [ recovery-image] Aug 26 20:10:37.297 INFO O| Aug 26 20:10:37.297 INFO STEP 1168 (remove_files) COMPLETE |
7448 | 2024-08-26T20:10:38.807Z | [ recovery-image] Aug 26 20:10:37.297 INFO O| Aug 26 20:10:37.297 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-08-26T20:10:38.817Z | [ recovery-image] Aug 26 20:10:37.306 INFO O| Aug 26 20:10:37.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7450 | 2024-08-26T20:10:38.817Z | [ recovery-image] Aug 26 20:10:37.306 INFO O| Aug 26 20:10:37.306 INFO STEP 1169 (remove_files) COMPLETE |
7451 | 2024-08-26T20:10:38.820Z | [ recovery-image] Aug 26 20:10:37.306 INFO O| Aug 26 20:10:37.306 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-08-26T20:10:38.827Z | [ recovery-image] Aug 26 20:10:37.316 INFO O| Aug 26 20:10:37.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7453 | 2024-08-26T20:10:38.827Z | [ recovery-image] Aug 26 20:10:37.316 INFO O| Aug 26 20:10:37.316 INFO STEP 1170 (remove_files) COMPLETE |
7454 | 2024-08-26T20:10:38.827Z | [ recovery-image] Aug 26 20:10:37.316 INFO O| Aug 26 20:10:37.316 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-08-26T20:10:38.836Z | [ recovery-image] Aug 26 20:10:37.326 INFO O| Aug 26 20:10:37.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7456 | 2024-08-26T20:10:38.837Z | [ recovery-image] Aug 26 20:10:37.326 INFO O| Aug 26 20:10:37.326 INFO STEP 1171 (remove_files) COMPLETE |
7457 | 2024-08-26T20:10:38.837Z | [ recovery-image] Aug 26 20:10:37.326 INFO O| Aug 26 20:10:37.326 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-08-26T20:10:38.846Z | [ recovery-image] Aug 26 20:10:37.336 INFO O| Aug 26 20:10:37.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7459 | 2024-08-26T20:10:38.846Z | [ recovery-image] Aug 26 20:10:37.336 INFO O| Aug 26 20:10:37.336 INFO STEP 1172 (remove_files) COMPLETE |
7460 | 2024-08-26T20:10:38.849Z | [ recovery-image] Aug 26 20:10:37.336 INFO O| Aug 26 20:10:37.336 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-08-26T20:10:38.856Z | [ recovery-image] Aug 26 20:10:37.345 INFO O| Aug 26 20:10:37.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7462 | 2024-08-26T20:10:38.856Z | [ recovery-image] Aug 26 20:10:37.345 INFO O| Aug 26 20:10:37.345 INFO STEP 1173 (remove_files) COMPLETE |
7463 | 2024-08-26T20:10:38.856Z | [ recovery-image] Aug 26 20:10:37.345 INFO O| Aug 26 20:10:37.345 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-08-26T20:10:38.866Z | [ recovery-image] Aug 26 20:10:37.356 INFO O| Aug 26 20:10:37.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7465 | 2024-08-26T20:10:38.866Z | [ recovery-image] Aug 26 20:10:37.356 INFO O| Aug 26 20:10:37.356 INFO STEP 1174 (remove_files) COMPLETE |
7466 | 2024-08-26T20:10:38.866Z | [ recovery-image] Aug 26 20:10:37.356 INFO O| Aug 26 20:10:37.356 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-08-26T20:10:38.877Z | [ recovery-image] Aug 26 20:10:37.366 INFO O| Aug 26 20:10:37.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7468 | 2024-08-26T20:10:38.877Z | [ recovery-image] Aug 26 20:10:37.366 INFO O| Aug 26 20:10:37.366 INFO STEP 1175 (remove_files) COMPLETE |
7469 | 2024-08-26T20:10:38.880Z | [ recovery-image] Aug 26 20:10:37.366 INFO O| Aug 26 20:10:37.366 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-08-26T20:10:38.887Z | [ recovery-image] Aug 26 20:10:37.377 INFO O| Aug 26 20:10:37.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7471 | 2024-08-26T20:10:38.887Z | [ recovery-image] Aug 26 20:10:37.377 INFO O| Aug 26 20:10:37.377 INFO STEP 1176 (remove_files) COMPLETE |
7472 | 2024-08-26T20:10:38.888Z | [ recovery-image] Aug 26 20:10:37.377 INFO O| Aug 26 20:10:37.377 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-08-26T20:10:38.897Z | [ recovery-image] Aug 26 20:10:37.387 INFO O| Aug 26 20:10:37.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7474 | 2024-08-26T20:10:38.897Z | [ recovery-image] Aug 26 20:10:37.387 INFO O| Aug 26 20:10:37.387 INFO STEP 1177 (remove_files) COMPLETE |
7475 | 2024-08-26T20:10:38.900Z | [ recovery-image] Aug 26 20:10:37.387 INFO O| Aug 26 20:10:37.387 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-08-26T20:10:38.908Z | [ recovery-image] Aug 26 20:10:37.397 INFO O| Aug 26 20:10:37.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7477 | 2024-08-26T20:10:38.908Z | [ recovery-image] Aug 26 20:10:37.397 INFO O| Aug 26 20:10:37.397 INFO STEP 1178 (remove_files) COMPLETE |
7478 | 2024-08-26T20:10:38.910Z | [ recovery-image] Aug 26 20:10:37.397 INFO O| Aug 26 20:10:37.397 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-08-26T20:10:38.917Z | [ recovery-image] Aug 26 20:10:37.407 INFO O| Aug 26 20:10:37.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7480 | 2024-08-26T20:10:38.917Z | [ recovery-image] Aug 26 20:10:37.407 INFO O| Aug 26 20:10:37.407 INFO STEP 1179 (remove_files) COMPLETE |
7481 | 2024-08-26T20:10:38.917Z | [ recovery-image] Aug 26 20:10:37.407 INFO O| Aug 26 20:10:37.407 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-08-26T20:10:38.927Z | [ recovery-image] Aug 26 20:10:37.416 INFO O| Aug 26 20:10:37.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7483 | 2024-08-26T20:10:38.927Z | [ recovery-image] Aug 26 20:10:37.417 INFO O| Aug 26 20:10:37.416 INFO STEP 1180 (remove_files) COMPLETE |
7484 | 2024-08-26T20:10:38.927Z | [ recovery-image] Aug 26 20:10:37.417 INFO O| Aug 26 20:10:37.416 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-08-26T20:10:38.937Z | [ recovery-image] Aug 26 20:10:37.426 INFO O| Aug 26 20:10:37.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7486 | 2024-08-26T20:10:38.937Z | [ recovery-image] Aug 26 20:10:37.426 INFO O| Aug 26 20:10:37.426 INFO STEP 1181 (remove_files) COMPLETE |
7487 | 2024-08-26T20:10:38.937Z | [ recovery-image] Aug 26 20:10:37.426 INFO O| Aug 26 20:10:37.426 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-08-26T20:10:38.947Z | [ recovery-image] Aug 26 20:10:37.436 INFO O| Aug 26 20:10:37.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7489 | 2024-08-26T20:10:38.947Z | [ recovery-image] Aug 26 20:10:37.436 INFO O| Aug 26 20:10:37.436 INFO STEP 1182 (remove_files) COMPLETE |
7490 | 2024-08-26T20:10:38.947Z | [ recovery-image] Aug 26 20:10:37.436 INFO O| Aug 26 20:10:37.436 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-08-26T20:10:38.956Z | [ recovery-image] Aug 26 20:10:37.446 INFO O| Aug 26 20:10:37.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7492 | 2024-08-26T20:10:38.956Z | [ recovery-image] Aug 26 20:10:37.446 INFO O| Aug 26 20:10:37.446 INFO STEP 1183 (remove_files) COMPLETE |
7493 | 2024-08-26T20:10:38.959Z | [ recovery-image] Aug 26 20:10:37.446 INFO O| Aug 26 20:10:37.446 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-08-26T20:10:38.966Z | [ recovery-image] Aug 26 20:10:37.456 INFO O| Aug 26 20:10:37.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7495 | 2024-08-26T20:10:38.967Z | [ recovery-image] Aug 26 20:10:37.456 INFO O| Aug 26 20:10:37.456 INFO STEP 1184 (remove_files) COMPLETE |
7496 | 2024-08-26T20:10:38.967Z | [ recovery-image] Aug 26 20:10:37.456 INFO O| Aug 26 20:10:37.456 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-08-26T20:10:38.978Z | [ recovery-image] Aug 26 20:10:37.467 INFO O| Aug 26 20:10:37.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7498 | 2024-08-26T20:10:38.980Z | [ recovery-image] Aug 26 20:10:37.467 INFO O| Aug 26 20:10:37.467 INFO STEP 1185 (remove_files) COMPLETE |
7499 | 2024-08-26T20:10:38.980Z | [ recovery-image] Aug 26 20:10:37.467 INFO O| Aug 26 20:10:37.467 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-08-26T20:10:38.988Z | [ recovery-image] Aug 26 20:10:37.477 INFO O| Aug 26 20:10:37.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7501 | 2024-08-26T20:10:38.988Z | [ recovery-image] Aug 26 20:10:37.477 INFO O| Aug 26 20:10:37.477 INFO STEP 1186 (remove_files) COMPLETE |
7502 | 2024-08-26T20:10:38.988Z | [ recovery-image] Aug 26 20:10:37.477 INFO O| Aug 26 20:10:37.477 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-08-26T20:10:38.999Z | [ recovery-image] Aug 26 20:10:37.489 INFO O| Aug 26 20:10:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7504 | 2024-08-26T20:10:38.999Z | [ recovery-image] Aug 26 20:10:37.489 INFO O| Aug 26 20:10:37.489 INFO STEP 1187 (remove_files) COMPLETE |
7505 | 2024-08-26T20:10:39.002Z | [ recovery-image] Aug 26 20:10:37.489 INFO O| Aug 26 20:10:37.489 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-08-26T20:10:39.009Z | [ recovery-image] Aug 26 20:10:37.499 INFO O| Aug 26 20:10:37.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7507 | 2024-08-26T20:10:39.009Z | [ recovery-image] Aug 26 20:10:37.499 INFO O| Aug 26 20:10:37.499 INFO STEP 1188 (remove_files) COMPLETE |
7508 | 2024-08-26T20:10:39.010Z | [ recovery-image] Aug 26 20:10:37.499 INFO O| Aug 26 20:10:37.499 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-08-26T20:10:39.019Z | [ recovery-image] Aug 26 20:10:37.509 INFO O| Aug 26 20:10:37.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7510 | 2024-08-26T20:10:39.019Z | [ recovery-image] Aug 26 20:10:37.509 INFO O| Aug 26 20:10:37.509 INFO STEP 1189 (remove_files) COMPLETE |
7511 | 2024-08-26T20:10:39.019Z | [ recovery-image] Aug 26 20:10:37.509 INFO O| Aug 26 20:10:37.509 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-08-26T20:10:39.030Z | [ recovery-image] Aug 26 20:10:37.519 INFO O| Aug 26 20:10:37.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7513 | 2024-08-26T20:10:39.033Z | [ recovery-image] Aug 26 20:10:37.520 INFO O| Aug 26 20:10:37.520 INFO STEP 1190 (remove_files) COMPLETE |
7514 | 2024-08-26T20:10:39.033Z | [ recovery-image] Aug 26 20:10:37.520 INFO O| Aug 26 20:10:37.520 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-08-26T20:10:39.041Z | [ recovery-image] Aug 26 20:10:37.530 INFO O| Aug 26 20:10:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7516 | 2024-08-26T20:10:39.041Z | [ recovery-image] Aug 26 20:10:37.530 INFO O| Aug 26 20:10:37.530 INFO STEP 1191 (remove_files) COMPLETE |
7517 | 2024-08-26T20:10:39.043Z | [ recovery-image] Aug 26 20:10:37.530 INFO O| Aug 26 20:10:37.530 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-08-26T20:10:39.050Z | [ recovery-image] Aug 26 20:10:37.540 INFO O| Aug 26 20:10:37.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7519 | 2024-08-26T20:10:39.050Z | [ recovery-image] Aug 26 20:10:37.540 INFO O| Aug 26 20:10:37.540 INFO STEP 1192 (remove_files) COMPLETE |
7520 | 2024-08-26T20:10:39.050Z | [ recovery-image] Aug 26 20:10:37.540 INFO O| Aug 26 20:10:37.540 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-08-26T20:10:39.060Z | [ recovery-image] Aug 26 20:10:37.549 INFO O| Aug 26 20:10:37.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7522 | 2024-08-26T20:10:39.060Z | [ recovery-image] Aug 26 20:10:37.550 INFO O| Aug 26 20:10:37.550 INFO STEP 1193 (remove_files) COMPLETE |
7523 | 2024-08-26T20:10:39.060Z | [ recovery-image] Aug 26 20:10:37.550 INFO O| Aug 26 20:10:37.550 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-08-26T20:10:39.070Z | [ recovery-image] Aug 26 20:10:37.559 INFO O| Aug 26 20:10:37.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7525 | 2024-08-26T20:10:39.070Z | [ recovery-image] Aug 26 20:10:37.559 INFO O| Aug 26 20:10:37.559 INFO STEP 1194 (remove_files) COMPLETE |
7526 | 2024-08-26T20:10:39.070Z | [ recovery-image] Aug 26 20:10:37.559 INFO O| Aug 26 20:10:37.559 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-08-26T20:10:39.080Z | [ recovery-image] Aug 26 20:10:37.570 INFO O| Aug 26 20:10:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7528 | 2024-08-26T20:10:39.080Z | [ recovery-image] Aug 26 20:10:37.570 INFO O| Aug 26 20:10:37.570 INFO STEP 1195 (remove_files) COMPLETE |
7529 | 2024-08-26T20:10:39.083Z | [ recovery-image] Aug 26 20:10:37.570 INFO O| Aug 26 20:10:37.570 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-08-26T20:10:39.090Z | [ recovery-image] Aug 26 20:10:37.579 INFO O| Aug 26 20:10:37.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7531 | 2024-08-26T20:10:39.090Z | [ recovery-image] Aug 26 20:10:37.580 INFO O| Aug 26 20:10:37.579 INFO STEP 1196 (remove_files) COMPLETE |
7532 | 2024-08-26T20:10:39.093Z | [ recovery-image] Aug 26 20:10:37.580 INFO O| Aug 26 20:10:37.580 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-08-26T20:10:39.100Z | [ recovery-image] Aug 26 20:10:37.589 INFO O| Aug 26 20:10:37.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7534 | 2024-08-26T20:10:39.100Z | [ recovery-image] Aug 26 20:10:37.589 INFO O| Aug 26 20:10:37.589 INFO STEP 1197 (remove_files) COMPLETE |
7535 | 2024-08-26T20:10:39.100Z | [ recovery-image] Aug 26 20:10:37.589 INFO O| Aug 26 20:10:37.589 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-08-26T20:10:39.110Z | [ recovery-image] Aug 26 20:10:37.599 INFO O| Aug 26 20:10:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7537 | 2024-08-26T20:10:39.110Z | [ recovery-image] Aug 26 20:10:37.599 INFO O| Aug 26 20:10:37.599 INFO STEP 1198 (remove_files) COMPLETE |
7538 | 2024-08-26T20:10:39.110Z | [ recovery-image] Aug 26 20:10:37.599 INFO O| Aug 26 20:10:37.599 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-08-26T20:10:39.121Z | [ recovery-image] Aug 26 20:10:37.610 INFO O| Aug 26 20:10:37.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7540 | 2024-08-26T20:10:39.121Z | [ recovery-image] Aug 26 20:10:37.610 INFO O| Aug 26 20:10:37.610 INFO STEP 1199 (remove_files) COMPLETE |
7541 | 2024-08-26T20:10:39.124Z | [ recovery-image] Aug 26 20:10:37.610 INFO O| Aug 26 20:10:37.610 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-08-26T20:10:39.131Z | [ recovery-image] Aug 26 20:10:37.620 INFO O| Aug 26 20:10:37.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7543 | 2024-08-26T20:10:39.134Z | [ recovery-image] Aug 26 20:10:37.620 INFO O| Aug 26 20:10:37.620 INFO STEP 1200 (remove_files) COMPLETE |
7544 | 2024-08-26T20:10:39.134Z | [ recovery-image] Aug 26 20:10:37.620 INFO O| Aug 26 20:10:37.620 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-08-26T20:10:39.141Z | [ recovery-image] Aug 26 20:10:37.630 INFO O| Aug 26 20:10:37.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7546 | 2024-08-26T20:10:39.144Z | [ recovery-image] Aug 26 20:10:37.631 INFO O| Aug 26 20:10:37.631 INFO STEP 1201 (remove_files) COMPLETE |
7547 | 2024-08-26T20:10:39.144Z | [ recovery-image] Aug 26 20:10:37.631 INFO O| Aug 26 20:10:37.631 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-08-26T20:10:39.151Z | [ recovery-image] Aug 26 20:10:37.641 INFO O| Aug 26 20:10:37.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7549 | 2024-08-26T20:10:39.151Z | [ recovery-image] Aug 26 20:10:37.641 INFO O| Aug 26 20:10:37.641 INFO STEP 1202 (remove_files) COMPLETE |
7550 | 2024-08-26T20:10:39.154Z | [ recovery-image] Aug 26 20:10:37.641 INFO O| Aug 26 20:10:37.641 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-08-26T20:10:39.161Z | [ recovery-image] Aug 26 20:10:37.651 INFO O| Aug 26 20:10:37.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7552 | 2024-08-26T20:10:39.165Z | [ recovery-image] Aug 26 20:10:37.651 INFO O| Aug 26 20:10:37.651 INFO STEP 1203 (remove_files) COMPLETE |
7553 | 2024-08-26T20:10:39.165Z | [ recovery-image] Aug 26 20:10:37.651 INFO O| Aug 26 20:10:37.651 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-08-26T20:10:39.171Z | [ recovery-image] Aug 26 20:10:37.661 INFO O| Aug 26 20:10:37.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7555 | 2024-08-26T20:10:39.171Z | [ recovery-image] Aug 26 20:10:37.661 INFO O| Aug 26 20:10:37.661 INFO STEP 1204 (remove_files) COMPLETE |
7556 | 2024-08-26T20:10:39.171Z | [ recovery-image] Aug 26 20:10:37.661 INFO O| Aug 26 20:10:37.661 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-08-26T20:10:39.181Z | [ recovery-image] Aug 26 20:10:37.671 INFO O| Aug 26 20:10:37.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7558 | 2024-08-26T20:10:39.181Z | [ recovery-image] Aug 26 20:10:37.671 INFO O| Aug 26 20:10:37.671 INFO STEP 1205 (remove_files) COMPLETE |
7559 | 2024-08-26T20:10:39.184Z | [ recovery-image] Aug 26 20:10:37.671 INFO O| Aug 26 20:10:37.671 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7560 | 2024-08-26T20:10:39.198Z | [ recovery-image] Aug 26 20:10:37.687 INFO O| Aug 26 20:10:37.687 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7561 | 2024-08-26T20:10:39.198Z | [ recovery-image] Aug 26 20:10:37.687 INFO O| Aug 26 20:10:37.687 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7562 | 2024-08-26T20:10:39.392Z | [ host-image] Aug 26 20:10:37.881 INFO O| Aug 26 20:10:37.881 INFO O| Actions: Completed 22 actions in 0.64 seconds. |
7563 | 2024-08-26T20:10:39.632Z | [ host-image] Aug 26 20:10:38.121 INFO O| Aug 26 20:10:38.120 INFO O| Done |
7564 | 2024-08-26T20:10:39.632Z | [ host-image] Aug 26 20:10:38.121 INFO O| Aug 26 20:10:38.121 INFO O| Done |
7565 | 2024-08-26T20:10:39.931Z | [ recovery-image] Aug 26 20:10:38.420 INFO O| Aug 26 20:10:38.420 INFO STEP 1206 (pack_tar) COMPLETE |
7566 | 2024-08-26T20:10:39.931Z | [ recovery-image] Aug 26 20:10:38.420 INFO O| Aug 26 20:10:38.420 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7567 | 2024-08-26T20:10:39.931Z | [ recovery-image] Aug 26 20:10:38.420 INFO O| Aug 26 20:10:38.420 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7568 | 2024-08-26T20:10:40.042Z | [ host-image] Aug 26 20:10:38.531 INFO O| Aug 26 20:10:38.530 INFO O| Done |
7569 | 2024-08-26T20:10:40.454Z | [ recovery-image] Aug 26 20:10:38.943 INFO O| Aug 26 20:10:38.943 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7570 | 2024-08-26T20:10:40.541Z | [ recovery-image] Aug 26 20:10:39.030 INFO O| Aug 26 20:10:39.030 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7571 | 2024-08-26T20:10:40.547Z | [ recovery-image] Aug 26 20:10:39.037 INFO image builder template: zfs-recovery... |
7572 | 2024-08-26T20:10:40.550Z | [ recovery-image] Aug 26 20:10:39.037 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/.tmpYkxlj2/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 |
7573 | 2024-08-26T20:10:40.579Z | [ recovery-image] Aug 26 20:10:39.068 INFO O| Aug 26 20:10:39.068 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7574 | 2024-08-26T20:10:40.583Z | [ recovery-image] Aug 26 20:10:39.072 INFO O| Aug 26 20:10:39.072 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7575 | 2024-08-26T20:10:40.641Z | [ recovery-image] Aug 26 20:10:39.130 INFO O| Aug 26 20:10:39.130 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7576 | 2024-08-26T20:10:40.699Z | [ recovery-image] Aug 26 20:10:39.188 INFO O| Aug 26 20:10:39.188 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7577 | 2024-08-26T20:10:40.702Z | [ recovery-image] Aug 26 20:10:39.188 INFO O| Aug 26 20:10:39.188 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7578 | 2024-08-26T20:10:40.704Z | [ recovery-image] Aug 26 20:10:39.192 INFO O| Aug 26 20:10:39.192 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7579 | 2024-08-26T20:10:40.767Z | [ recovery-image] Aug 26 20:10:39.256 INFO O| Aug 26 20:10:39.256 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7580 | 2024-08-26T20:10:40.829Z | [ recovery-image] Aug 26 20:10:39.318 INFO O| Aug 26 20:10:39.318 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7581 | 2024-08-26T20:10:40.839Z | [ recovery-image] Aug 26 20:10:39.328 INFO O| Aug 26 20:10:39.328 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7582 | 2024-08-26T20:10:40.843Z | [ recovery-image] Aug 26 20:10:39.333 INFO O| Aug 26 20:10:39.333 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7583 | 2024-08-26T20:10:40.846Z | [ recovery-image] Aug 26 20:10:39.334 INFO O| Aug 26 20:10:39.334 INFO no lofi found |
7584 | 2024-08-26T20:10:40.846Z | [ recovery-image] Aug 26 20:10:39.334 INFO O| Aug 26 20:10:39.334 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7585 | 2024-08-26T20:10:40.846Z | [ recovery-image] Aug 26 20:10:39.334 INFO O| Aug 26 20:10:39.334 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7586 | 2024-08-26T20:10:41.250Z | [ host-image] Aug 26 20:10:39.739 INFO O| Aug 26 20:10:39.739 INFO O| Done |
7587 | 2024-08-26T20:10:41.281Z | [ host-image] Aug 26 20:10:39.770 INFO O| Aug 26 20:10:39.770 INFO O| Done |
7588 | 2024-08-26T20:10:41.281Z | [ host-image] Aug 26 20:10:39.770 INFO O| Aug 26 20:10:39.770 INFO O| Done |
7589 | 2024-08-26T20:10:41.292Z | [ host-image] Aug 26 20:10:39.781 INFO O| Aug 26 20:10:39.781 INFO O| Done |
7590 | 2024-08-26T20:10:41.386Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 14 (pkg_install) COMPLETE |
7591 | 2024-08-26T20:10:41.386Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7592 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "mfg" is not enabled |
7593 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7594 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "compliance" is not enabled |
7595 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7596 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "stress" is not enabled |
7597 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.874 INFO O| Aug 26 20:10:39.874 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7598 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.875 INFO O| Aug 26 20:10:39.874 INFO skip step because feature "nfs" is not enabled |
7599 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.875 INFO O| Aug 26 20:10:39.874 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7600 | 2024-08-26T20:10:41.388Z | [ host-image] Aug 26 20:10:39.875 INFO O| Aug 26 20:10:39.874 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7601 | 2024-08-26T20:10:41.450Z | [ host-image] Aug 26 20:10:39.939 INFO O| Aug 26 20:10:39.939 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7602 | 2024-08-26T20:10:41.595Z | [ host-image] Aug 26 20:10:40.084 INFO O| Aug 26 20:10:40.084 INFO completed processing gimlet/ramdisk-01-os |
7603 | 2024-08-26T20:10:41.598Z | [ host-image] Aug 26 20:10:40.086 INFO omicron1 baseline generation... |
7604 | 2024-08-26T20:10:41.598Z | [ host-image] Aug 26 20:10:40.086 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7605 | 2024-08-26T20:10:41.984Z | [ host-image] Aug 26 20:10:40.472 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22828:20240823T105132Z |
7606 | 2024-08-26T20:10:42.521Z | [ recovery-image] Aug 26 20:10:41.010 INFO O| Aug 26 20:10:41.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
7607 | 2024-08-26T20:10:42.521Z | [ recovery-image] Aug 26 20:10:41.010 INFO O| Aug 26 20:10:41.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7608 | 2024-08-26T20:10:42.524Z | [ recovery-image] Aug 26 20:10:41.010 INFO O| Aug 26 20:10:41.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"] |
7609 | 2024-08-26T20:10:42.601Z | [ recovery-image] Aug 26 20:10:41.089 INFO O| Aug 26 20:10:41.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7610 | 2024-08-26T20:10:42.601Z | [ recovery-image] Aug 26 20:10:41.089 INFO O| Aug 26 20:10:41.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7611 | 2024-08-26T20:10:42.620Z | [ recovery-image] Aug 26 20:10:41.109 INFO O| Aug 26 20:10:41.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7612 | 2024-08-26T20:10:42.678Z | [ recovery-image] Aug 26 20:10:41.166 INFO O| Aug 26 20:10:41.166 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7613 | 2024-08-26T20:10:42.715Z | [ recovery-image] Aug 26 20:10:41.203 INFO O| Aug 26 20:10:41.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7614 | 2024-08-26T20:10:42.729Z | [ recovery-image] Aug 26 20:10:41.218 INFO O| Aug 26 20:10:41.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7615 | 2024-08-26T20:10:42.740Z | [ recovery-image] Aug 26 20:10:41.229 INFO O| Aug 26 20:10:41.229 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7616 | 2024-08-26T20:10:42.788Z | [ recovery-image] Aug 26 20:10:41.277 INFO O| Aug 26 20:10:41.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7617 | 2024-08-26T20:10:42.788Z | [ recovery-image] Aug 26 20:10:41.277 INFO O| Aug 26 20:10:41.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7618 | 2024-08-26T20:10:42.791Z | [ recovery-image] Aug 26 20:10:41.277 INFO O| Aug 26 20:10:41.277 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7619 | 2024-08-26T20:10:42.800Z | [ recovery-image] Aug 26 20:10:41.289 INFO O| Aug 26 20:10:41.289 INFO boot environment UUID: 3bf6b8c9-dd30-490b-9dc7-cf746de648bd |
7620 | 2024-08-26T20:10:42.800Z | [ recovery-image] Aug 26 20:10:41.289 INFO O| Aug 26 20:10:41.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3bf6b8c9-dd30-490b-9dc7-cf746de648bd |
7621 | 2024-08-26T20:10:42.810Z | [ recovery-image] Aug 26 20:10:41.299 INFO O| Aug 26 20:10:41.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7622 | 2024-08-26T20:10:42.820Z | [ recovery-image] Aug 26 20:10:41.309 INFO O| Aug 26 20:10:41.309 INFO STEP 0 (create_be) COMPLETE |
7623 | 2024-08-26T20:10:42.820Z | [ recovery-image] Aug 26 20:10:41.309 INFO O| Aug 26 20:10:41.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7624 | 2024-08-26T20:10:42.836Z | [ recovery-image] Aug 26 20:10:41.325 INFO O| Aug 26 20:10:41.325 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"] |
7625 | 2024-08-26T20:10:44.934Z | [ recovery-image] Aug 26 20:10:43.422 INFO O| Aug 26 20:10:43.422 INFO STEP 1 (unpack_tar) COMPLETE |
7626 | 2024-08-26T20:10:44.934Z | [ recovery-image] Aug 26 20:10:43.422 INFO O| Aug 26 20:10:43.422 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7627 | 2024-08-26T20:10:44.945Z | [ recovery-image] Aug 26 20:10:43.433 INFO O| Aug 26 20:10:43.433 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7628 | 2024-08-26T20:10:45.331Z | [ recovery-image] Aug 26 20:10:43.819 INFO O| Aug 26 20:10:43.819 INFO STEP 2 (devfsadm) COMPLETE |
7629 | 2024-08-26T20:10:45.331Z | [ recovery-image] Aug 26 20:10:43.819 INFO O| Aug 26 20:10:43.819 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7630 | 2024-08-26T20:10:45.342Z | [ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7631 | 2024-08-26T20:10:45.342Z | [ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7632 | 2024-08-26T20:10:45.345Z | [ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO STEP 3 (ensure_dir) COMPLETE |
7633 | 2024-08-26T20:10:45.345Z | [ recovery-image] Aug 26 20:10:43.831 INFO O| Aug 26 20:10:43.831 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7634 | 2024-08-26T20:10:45.352Z | [ recovery-image] Aug 26 20:10:43.841 INFO O| Aug 26 20:10:43.841 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7635 | 2024-08-26T20:10:45.352Z | [ recovery-image] Aug 26 20:10:43.841 INFO O| Aug 26 20:10:43.841 INFO STEP 4 (ensure_dir) COMPLETE |
7636 | 2024-08-26T20:10:45.356Z | [ recovery-image] Aug 26 20:10:43.841 INFO O| Aug 26 20:10:43.841 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7637 | 2024-08-26T20:10:45.364Z | [ recovery-image] Aug 26 20:10:43.851 INFO O| Aug 26 20:10:43.850 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7638 | 2024-08-26T20:10:45.364Z | [ recovery-image] Aug 26 20:10:43.851 INFO O| Aug 26 20:10:43.850 INFO STEP 5 (ensure_dir) COMPLETE |
7639 | 2024-08-26T20:10:45.364Z | [ recovery-image] Aug 26 20:10:43.851 INFO O| Aug 26 20:10:43.850 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7640 | 2024-08-26T20:10:45.373Z | [ recovery-image] Aug 26 20:10:43.860 INFO O| Aug 26 20:10:43.860 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7641 | 2024-08-26T20:10:45.373Z | [ recovery-image] Aug 26 20:10:43.861 INFO O| Aug 26 20:10:43.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7642 | 2024-08-26T20:10:45.373Z | [ recovery-image] Aug 26 20:10:43.861 INFO O| Aug 26 20:10:43.861 INFO STEP 6 (ensure_dir) COMPLETE |
7643 | 2024-08-26T20:10:45.374Z | [ recovery-image] Aug 26 20:10:43.861 INFO O| Aug 26 20:10:43.861 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7644 | 2024-08-26T20:10:45.383Z | [ recovery-image] Aug 26 20:10:43.870 INFO O| Aug 26 20:10:43.870 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7645 | 2024-08-26T20:10:45.383Z | [ recovery-image] Aug 26 20:10:43.871 INFO O| Aug 26 20:10:43.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7646 | 2024-08-26T20:10:45.383Z | [ recovery-image] Aug 26 20:10:43.871 INFO O| Aug 26 20:10:43.871 INFO STEP 7 (ensure_dir) COMPLETE |
7647 | 2024-08-26T20:10:45.383Z | [ recovery-image] Aug 26 20:10:43.871 INFO O| Aug 26 20:10:43.871 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7648 | 2024-08-26T20:10:45.394Z | [ recovery-image] Aug 26 20:10:43.883 INFO O| Aug 26 20:10:43.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7649 | 2024-08-26T20:10:45.400Z | [ recovery-image] Aug 26 20:10:43.883 INFO O| Aug 26 20:10:43.883 INFO STEP 8 (remove_files) COMPLETE |
7650 | 2024-08-26T20:10:45.400Z | [ recovery-image] Aug 26 20:10:43.883 INFO O| Aug 26 20:10:43.883 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7651 | 2024-08-26T20:10:45.405Z | [ recovery-image] Aug 26 20:10:43.893 INFO O| Aug 26 20:10:43.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7652 | 2024-08-26T20:10:45.407Z | [ recovery-image] Aug 26 20:10:43.894 INFO O| Aug 26 20:10:43.894 INFO STEP 9 (remove_files) COMPLETE |
7653 | 2024-08-26T20:10:45.407Z | [ recovery-image] Aug 26 20:10:43.894 INFO O| Aug 26 20:10:43.894 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7654 | 2024-08-26T20:10:45.416Z | [ recovery-image] Aug 26 20:10:43.904 INFO O| Aug 26 20:10:43.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7655 | 2024-08-26T20:10:45.418Z | [ recovery-image] Aug 26 20:10:43.905 INFO O| Aug 26 20:10:43.905 INFO STEP 10 (remove_files) COMPLETE |
7656 | 2024-08-26T20:10:45.418Z | [ recovery-image] Aug 26 20:10:43.905 INFO O| Aug 26 20:10:43.905 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7657 | 2024-08-26T20:10:45.427Z | [ recovery-image] Aug 26 20:10:43.915 INFO O| Aug 26 20:10:43.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7658 | 2024-08-26T20:10:45.427Z | [ recovery-image] Aug 26 20:10:43.915 INFO O| Aug 26 20:10:43.915 INFO STEP 11 (remove_files) COMPLETE |
7659 | 2024-08-26T20:10:45.429Z | [ recovery-image] Aug 26 20:10:43.915 INFO O| Aug 26 20:10:43.915 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7660 | 2024-08-26T20:10:45.437Z | [ recovery-image] Aug 26 20:10:43.926 INFO O| Aug 26 20:10:43.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7661 | 2024-08-26T20:10:45.437Z | [ recovery-image] Aug 26 20:10:43.926 INFO O| Aug 26 20:10:43.926 INFO STEP 12 (remove_files) COMPLETE |
7662 | 2024-08-26T20:10:45.440Z | [ recovery-image] Aug 26 20:10:43.926 INFO O| Aug 26 20:10:43.926 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7663 | 2024-08-26T20:10:45.450Z | [ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7664 | 2024-08-26T20:10:45.453Z | [ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7665 | 2024-08-26T20:10:45.453Z | [ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO STEP 13 (ensure_dir) COMPLETE |
7666 | 2024-08-26T20:10:45.453Z | [ recovery-image] Aug 26 20:10:43.939 INFO O| Aug 26 20:10:43.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7667 | 2024-08-26T20:10:45.461Z | [ recovery-image] Aug 26 20:10:43.949 INFO O| Aug 26 20:10:43.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7668 | 2024-08-26T20:10:45.461Z | [ recovery-image] Aug 26 20:10:43.949 INFO O| Aug 26 20:10:43.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7669 | 2024-08-26T20:10:45.464Z | [ recovery-image] Aug 26 20:10:43.950 INFO O| Aug 26 20:10:43.949 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7670 | 2024-08-26T20:10:45.464Z | [ recovery-image] Aug 26 20:10:43.950 INFO O| Aug 26 20:10:43.949 INFO STEP 14 (ensure_dir) COMPLETE |
7671 | 2024-08-26T20:10:45.464Z | [ recovery-image] Aug 26 20:10:43.950 INFO O| Aug 26 20:10:43.950 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7672 | 2024-08-26T20:10:45.472Z | [ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7673 | 2024-08-26T20:10:45.475Z | [ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7674 | 2024-08-26T20:10:45.475Z | [ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7675 | 2024-08-26T20:10:45.475Z | [ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO STEP 15 (ensure_dir) COMPLETE |
7676 | 2024-08-26T20:10:45.475Z | [ recovery-image] Aug 26 20:10:43.961 INFO O| Aug 26 20:10:43.961 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7677 | 2024-08-26T20:10:45.483Z | [ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7678 | 2024-08-26T20:10:45.483Z | [ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7679 | 2024-08-26T20:10:45.483Z | [ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO STEP 16 (ensure_dir) COMPLETE |
7680 | 2024-08-26T20:10:45.485Z | [ recovery-image] Aug 26 20:10:43.971 INFO O| Aug 26 20:10:43.971 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7681 | 2024-08-26T20:10:45.493Z | [ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.981 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7682 | 2024-08-26T20:10:45.493Z | [ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7683 | 2024-08-26T20:10:45.496Z | [ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.982 INFO STEP 17 (ensure_dir) COMPLETE |
7684 | 2024-08-26T20:10:45.496Z | [ recovery-image] Aug 26 20:10:43.982 INFO O| Aug 26 20:10:43.982 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7685 | 2024-08-26T20:10:45.504Z | [ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7686 | 2024-08-26T20:10:45.504Z | [ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7687 | 2024-08-26T20:10:45.506Z | [ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO ok! |
7688 | 2024-08-26T20:10:45.507Z | [ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO STEP 18 (ensure_symlink) COMPLETE |
7689 | 2024-08-26T20:10:45.507Z | [ recovery-image] Aug 26 20:10:43.992 INFO O| Aug 26 20:10:43.992 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7690 | 2024-08-26T20:10:45.516Z | [ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7691 | 2024-08-26T20:10:45.517Z | [ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7692 | 2024-08-26T20:10:45.517Z | [ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO ok! |
7693 | 2024-08-26T20:10:45.519Z | [ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO STEP 19 (ensure_file) COMPLETE |
7694 | 2024-08-26T20:10:45.519Z | [ recovery-image] Aug 26 20:10:44.004 INFO O| Aug 26 20:10:44.004 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7695 | 2024-08-26T20:10:45.527Z | [ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7696 | 2024-08-26T20:10:45.527Z | [ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7697 | 2024-08-26T20:10:45.529Z | [ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7698 | 2024-08-26T20:10:45.529Z | [ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO ok! |
7699 | 2024-08-26T20:10:45.529Z | [ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO STEP 20 (ensure_symlink) COMPLETE |
7700 | 2024-08-26T20:10:45.529Z | [ recovery-image] Aug 26 20:10:44.015 INFO O| Aug 26 20:10:44.015 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7701 | 2024-08-26T20:10:45.537Z | [ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7702 | 2024-08-26T20:10:45.537Z | [ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7703 | 2024-08-26T20:10:45.540Z | [ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7704 | 2024-08-26T20:10:45.540Z | [ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO ok! |
7705 | 2024-08-26T20:10:45.540Z | [ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO STEP 21 (ensure_symlink) COMPLETE |
7706 | 2024-08-26T20:10:45.540Z | [ recovery-image] Aug 26 20:10:44.026 INFO O| Aug 26 20:10:44.026 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7707 | 2024-08-26T20:10:45.548Z | [ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7708 | 2024-08-26T20:10:45.548Z | [ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7709 | 2024-08-26T20:10:45.550Z | [ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7710 | 2024-08-26T20:10:45.550Z | [ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO ok! |
7711 | 2024-08-26T20:10:45.550Z | [ recovery-image] Aug 26 20:10:44.036 INFO O| Aug 26 20:10:44.036 INFO STEP 22 (ensure_symlink) COMPLETE |
7712 | 2024-08-26T20:10:45.550Z | [ recovery-image] Aug 26 20:10:44.037 INFO O| Aug 26 20:10:44.036 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7713 | 2024-08-26T20:10:45.558Z | [ recovery-image] Aug 26 20:10:44.046 INFO O| Aug 26 20:10:44.046 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7714 | 2024-08-26T20:10:45.558Z | [ recovery-image] Aug 26 20:10:44.046 INFO O| Aug 26 20:10:44.046 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7715 | 2024-08-26T20:10:45.558Z | [ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7716 | 2024-08-26T20:10:45.561Z | [ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO ok! |
7717 | 2024-08-26T20:10:45.561Z | [ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO STEP 23 (ensure_symlink) COMPLETE |
7718 | 2024-08-26T20:10:45.561Z | [ recovery-image] Aug 26 20:10:44.047 INFO O| Aug 26 20:10:44.047 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7719 | 2024-08-26T20:10:45.569Z | [ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7720 | 2024-08-26T20:10:45.571Z | [ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 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 ... |
7721 | 2024-08-26T20:10:45.571Z | [ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7722 | 2024-08-26T20:10:45.572Z | [ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO ok! |
7723 | 2024-08-26T20:10:45.572Z | [ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO STEP 24 (ensure_file) COMPLETE |
7724 | 2024-08-26T20:10:45.572Z | [ recovery-image] Aug 26 20:10:44.057 INFO O| Aug 26 20:10:44.057 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7725 | 2024-08-26T20:10:45.581Z | [ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO updating shadow file |
7726 | 2024-08-26T20:10:45.583Z | [ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7727 | 2024-08-26T20:10:45.583Z | [ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7728 | 2024-08-26T20:10:45.583Z | [ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO STEP 25 (shadow) COMPLETE |
7729 | 2024-08-26T20:10:45.583Z | [ recovery-image] Aug 26 20:10:44.068 INFO O| Aug 26 20:10:44.068 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7730 | 2024-08-26T20:10:45.590Z | [ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7731 | 2024-08-26T20:10:45.590Z | [ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7732 | 2024-08-26T20:10:45.592Z | [ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7733 | 2024-08-26T20:10:45.593Z | [ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO ok! |
7734 | 2024-08-26T20:10:45.593Z | [ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO STEP 26 (ensure_file) COMPLETE |
7735 | 2024-08-26T20:10:45.593Z | [ recovery-image] Aug 26 20:10:44.078 INFO O| Aug 26 20:10:44.078 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7736 | 2024-08-26T20:10:45.600Z | [ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7737 | 2024-08-26T20:10:45.600Z | [ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7738 | 2024-08-26T20:10:45.604Z | [ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7739 | 2024-08-26T20:10:45.604Z | [ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO ok! |
7740 | 2024-08-26T20:10:45.604Z | [ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO STEP 27 (ensure_file) COMPLETE |
7741 | 2024-08-26T20:10:45.604Z | [ recovery-image] Aug 26 20:10:44.089 INFO O| Aug 26 20:10:44.089 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7742 | 2024-08-26T20:10:45.612Z | [ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7743 | 2024-08-26T20:10:45.612Z | [ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7744 | 2024-08-26T20:10:45.612Z | [ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7745 | 2024-08-26T20:10:45.615Z | [ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7746 | 2024-08-26T20:10:45.615Z | [ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO ok! |
7747 | 2024-08-26T20:10:45.615Z | [ recovery-image] Aug 26 20:10:44.099 INFO O| Aug 26 20:10:44.099 INFO STEP 28 (ensure_file) COMPLETE |
7748 | 2024-08-26T20:10:45.615Z | [ recovery-image] Aug 26 20:10:44.100 INFO O| Aug 26 20:10:44.099 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7749 | 2024-08-26T20:10:45.624Z | [ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7750 | 2024-08-26T20:10:45.626Z | [ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7751 | 2024-08-26T20:10:45.627Z | [ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7752 | 2024-08-26T20:10:45.627Z | [ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO ok! |
7753 | 2024-08-26T20:10:45.627Z | [ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO STEP 29 (ensure_file) COMPLETE |
7754 | 2024-08-26T20:10:45.627Z | [ recovery-image] Aug 26 20:10:44.111 INFO O| Aug 26 20:10:44.111 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7755 | 2024-08-26T20:10:45.634Z | [ recovery-image] Aug 26 20:10:44.121 INFO O| Aug 26 20:10:44.121 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7756 | 2024-08-26T20:10:45.637Z | [ recovery-image] Aug 26 20:10:44.121 INFO O| Aug 26 20:10:44.121 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7757 | 2024-08-26T20:10:45.637Z | [ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7758 | 2024-08-26T20:10:45.637Z | [ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.122 INFO ok! |
7759 | 2024-08-26T20:10:45.637Z | [ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.122 INFO STEP 30 (ensure_file) COMPLETE |
7760 | 2024-08-26T20:10:45.637Z | [ recovery-image] Aug 26 20:10:44.122 INFO O| Aug 26 20:10:44.122 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7761 | 2024-08-26T20:10:45.644Z | [ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7762 | 2024-08-26T20:10:45.644Z | [ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7763 | 2024-08-26T20:10:45.646Z | [ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7764 | 2024-08-26T20:10:45.646Z | [ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7765 | 2024-08-26T20:10:45.646Z | [ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO ok! |
7766 | 2024-08-26T20:10:45.646Z | [ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO STEP 31 (ensure_file) COMPLETE |
7767 | 2024-08-26T20:10:45.647Z | [ recovery-image] Aug 26 20:10:44.132 INFO O| Aug 26 20:10:44.132 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7768 | 2024-08-26T20:10:45.654Z | [ recovery-image] Aug 26 20:10:44.142 INFO O| Aug 26 20:10:44.142 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7769 | 2024-08-26T20:10:45.654Z | [ recovery-image] Aug 26 20:10:44.142 INFO O| Aug 26 20:10:44.142 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7770 | 2024-08-26T20:10:45.666Z | [ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7771 | 2024-08-26T20:10:45.666Z | [ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.142 INFO ok! |
7772 | 2024-08-26T20:10:45.666Z | [ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.142 INFO STEP 32 (ensure_file) COMPLETE |
7773 | 2024-08-26T20:10:45.666Z | [ recovery-image] Aug 26 20:10:44.143 INFO O| Aug 26 20:10:44.143 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7774 | 2024-08-26T20:10:45.669Z | [ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7775 | 2024-08-26T20:10:45.669Z | [ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7776 | 2024-08-26T20:10:45.669Z | [ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7777 | 2024-08-26T20:10:45.669Z | [ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO ok! |
7778 | 2024-08-26T20:10:45.669Z | [ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO STEP 33 (ensure_file) COMPLETE |
7779 | 2024-08-26T20:10:45.669Z | [ recovery-image] Aug 26 20:10:44.153 INFO O| Aug 26 20:10:44.153 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7780 | 2024-08-26T20:10:45.675Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7781 | 2024-08-26T20:10:45.675Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7782 | 2024-08-26T20:10:45.678Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7783 | 2024-08-26T20:10:45.678Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7784 | 2024-08-26T20:10:45.678Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7785 | 2024-08-26T20:10:45.678Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7786 | 2024-08-26T20:10:45.678Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO ok! |
7787 | 2024-08-26T20:10:45.678Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO STEP 34 (ensure_file) COMPLETE |
7788 | 2024-08-26T20:10:45.678Z | [ recovery-image] Aug 26 20:10:44.163 INFO O| Aug 26 20:10:44.163 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7789 | 2024-08-26T20:10:45.686Z | [ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7790 | 2024-08-26T20:10:45.689Z | [ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7791 | 2024-08-26T20:10:45.689Z | [ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7792 | 2024-08-26T20:10:45.689Z | [ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO STEP 35 (ensure_dir) COMPLETE |
7793 | 2024-08-26T20:10:45.689Z | [ recovery-image] Aug 26 20:10:44.175 INFO O| Aug 26 20:10:44.175 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7794 | 2024-08-26T20:10:45.697Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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 |
7795 | 2024-08-26T20:10:45.697Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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 ... |
7796 | 2024-08-26T20:10:45.699Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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 |
7797 | 2024-08-26T20:10:45.699Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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 |
7798 | 2024-08-26T20:10:45.699Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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 |
7799 | 2024-08-26T20:10:45.700Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 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 |
7800 | 2024-08-26T20:10:45.700Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 INFO ok! |
7801 | 2024-08-26T20:10:45.700Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 INFO STEP 36 (ensure_file) COMPLETE |
7802 | 2024-08-26T20:10:45.700Z | [ recovery-image] Aug 26 20:10:44.185 INFO O| Aug 26 20:10:44.185 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7803 | 2024-08-26T20:10:45.708Z | [ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7804 | 2024-08-26T20:10:45.708Z | [ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 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 ... |
7805 | 2024-08-26T20:10:45.710Z | [ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7806 | 2024-08-26T20:10:45.710Z | [ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO ok! |
7807 | 2024-08-26T20:10:45.710Z | [ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO STEP 37 (ensure_symlink) COMPLETE |
7808 | 2024-08-26T20:10:45.710Z | [ recovery-image] Aug 26 20:10:44.196 INFO O| Aug 26 20:10:44.196 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7809 | 2024-08-26T20:10:45.718Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7810 | 2024-08-26T20:10:45.718Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7811 | 2024-08-26T20:10:45.718Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7812 | 2024-08-26T20:10:45.721Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7813 | 2024-08-26T20:10:45.721Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7814 | 2024-08-26T20:10:45.721Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7815 | 2024-08-26T20:10:45.721Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO ok! |
7816 | 2024-08-26T20:10:45.721Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO STEP 38 (ensure_file) COMPLETE |
7817 | 2024-08-26T20:10:45.721Z | [ recovery-image] Aug 26 20:10:44.207 INFO O| Aug 26 20:10:44.207 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7818 | 2024-08-26T20:10:45.729Z | [ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7819 | 2024-08-26T20:10:45.729Z | [ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 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 ... |
7820 | 2024-08-26T20:10:45.731Z | [ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 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 |
7821 | 2024-08-26T20:10:45.731Z | [ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7822 | 2024-08-26T20:10:45.731Z | [ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO ok! |
7823 | 2024-08-26T20:10:45.731Z | [ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO STEP 39 (ensure_file) COMPLETE |
7824 | 2024-08-26T20:10:45.731Z | [ recovery-image] Aug 26 20:10:44.217 INFO O| Aug 26 20:10:44.217 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7825 | 2024-08-26T20:10:45.739Z | [ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7826 | 2024-08-26T20:10:45.739Z | [ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7827 | 2024-08-26T20:10:45.741Z | [ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7828 | 2024-08-26T20:10:45.741Z | [ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO ok! |
7829 | 2024-08-26T20:10:45.741Z | [ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO STEP 40 (ensure_file) COMPLETE |
7830 | 2024-08-26T20:10:45.741Z | [ recovery-image] Aug 26 20:10:44.227 INFO O| Aug 26 20:10:44.227 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7831 | 2024-08-26T20:10:45.749Z | [ recovery-image] Aug 26 20:10:44.237 INFO O| Aug 26 20:10:44.237 INFO updating shadow file |
7832 | 2024-08-26T20:10:45.752Z | [ recovery-image] Aug 26 20:10:44.238 INFO O| Aug 26 20:10:44.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7833 | 2024-08-26T20:10:45.752Z | [ recovery-image] Aug 26 20:10:44.238 INFO O| Aug 26 20:10:44.238 INFO STEP 41 (shadow) COMPLETE |
7834 | 2024-08-26T20:10:45.752Z | [ recovery-image] Aug 26 20:10:44.238 INFO O| Aug 26 20:10:44.238 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7835 | 2024-08-26T20:10:45.760Z | [ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7836 | 2024-08-26T20:10:45.762Z | [ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7837 | 2024-08-26T20:10:45.763Z | [ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7838 | 2024-08-26T20:10:45.763Z | [ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7839 | 2024-08-26T20:10:45.763Z | [ recovery-image] Aug 26 20:10:44.248 INFO O| Aug 26 20:10:44.248 INFO ok! |
7840 | 2024-08-26T20:10:45.763Z | [ recovery-image] Aug 26 20:10:44.249 INFO O| Aug 26 20:10:44.248 INFO STEP 42 (ensure_file) COMPLETE |
7841 | 2024-08-26T20:10:45.763Z | [ recovery-image] Aug 26 20:10:44.249 INFO O| Aug 26 20:10:44.248 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7842 | 2024-08-26T20:10:45.770Z | [ recovery-image] Aug 26 20:10:44.258 INFO O| Aug 26 20:10:44.258 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7843 | 2024-08-26T20:10:45.770Z | [ recovery-image] Aug 26 20:10:44.258 INFO O| Aug 26 20:10:44.258 INFO STEP 43 (ensure_dir) COMPLETE |
7844 | 2024-08-26T20:10:45.773Z | [ recovery-image] Aug 26 20:10:44.258 INFO O| Aug 26 20:10:44.258 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7845 | 2024-08-26T20:10:45.780Z | [ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7846 | 2024-08-26T20:10:45.780Z | [ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7847 | 2024-08-26T20:10:45.784Z | [ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO STEP 44 (ensure_dir) COMPLETE |
7848 | 2024-08-26T20:10:45.784Z | [ recovery-image] Aug 26 20:10:44.268 INFO O| Aug 26 20:10:44.268 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7849 | 2024-08-26T20:10:45.790Z | [ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7850 | 2024-08-26T20:10:45.793Z | [ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7851 | 2024-08-26T20:10:45.793Z | [ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO STEP 45 (ensure_dir) COMPLETE |
7852 | 2024-08-26T20:10:45.793Z | [ recovery-image] Aug 26 20:10:44.278 INFO O| Aug 26 20:10:44.278 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7853 | 2024-08-26T20:10:45.801Z | [ recovery-image] Aug 26 20:10:44.289 INFO O| Aug 26 20:10:44.289 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7854 | 2024-08-26T20:10:45.801Z | [ recovery-image] Aug 26 20:10:44.289 INFO O| Aug 26 20:10:44.289 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7855 | 2024-08-26T20:10:45.832Z | [ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7856 | 2024-08-26T20:10:45.832Z | [ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO ok! |
7857 | 2024-08-26T20:10:45.834Z | [ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO STEP 46 (ensure_file) COMPLETE |
7858 | 2024-08-26T20:10:45.834Z | [ recovery-image] Aug 26 20:10:44.320 INFO O| Aug 26 20:10:44.320 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7859 | 2024-08-26T20:10:45.844Z | [ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7860 | 2024-08-26T20:10:45.844Z | [ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7861 | 2024-08-26T20:10:45.844Z | [ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO STEP 47 (ensure_dir) COMPLETE |
7862 | 2024-08-26T20:10:45.847Z | [ recovery-image] Aug 26 20:10:44.332 INFO O| Aug 26 20:10:44.332 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7863 | 2024-08-26T20:10:45.855Z | [ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7864 | 2024-08-26T20:10:45.855Z | [ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7865 | 2024-08-26T20:10:45.858Z | [ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7866 | 2024-08-26T20:10:45.858Z | [ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO ok! |
7867 | 2024-08-26T20:10:45.858Z | [ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO STEP 48 (ensure_file) COMPLETE |
7868 | 2024-08-26T20:10:45.858Z | [ recovery-image] Aug 26 20:10:44.343 INFO O| Aug 26 20:10:44.343 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7869 | 2024-08-26T20:10:45.866Z | [ recovery-image] Aug 26 20:10:44.354 INFO O| Aug 26 20:10:44.354 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7870 | 2024-08-26T20:10:45.866Z | [ recovery-image] Aug 26 20:10:44.355 INFO O| Aug 26 20:10:44.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7871 | 2024-08-26T20:10:45.869Z | [ recovery-image] Aug 26 20:10:44.355 INFO O| Aug 26 20:10:44.355 INFO STEP 49 (ensure_dir) COMPLETE |
7872 | 2024-08-26T20:10:45.869Z | [ recovery-image] Aug 26 20:10:44.355 INFO O| Aug 26 20:10:44.355 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7873 | 2024-08-26T20:10:45.878Z | [ recovery-image] Aug 26 20:10:44.366 INFO O| Aug 26 20:10:44.366 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7874 | 2024-08-26T20:10:45.878Z | [ recovery-image] Aug 26 20:10:44.366 INFO O| Aug 26 20:10:44.366 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7875 | 2024-08-26T20:10:45.894Z | [ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7876 | 2024-08-26T20:10:45.894Z | [ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO ok! |
7877 | 2024-08-26T20:10:45.894Z | [ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO STEP 50 (ensure_file) COMPLETE |
7878 | 2024-08-26T20:10:45.896Z | [ recovery-image] Aug 26 20:10:44.382 INFO O| Aug 26 20:10:44.382 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7879 | 2024-08-26T20:10:45.906Z | [ recovery-image] Aug 26 20:10:44.394 INFO O| Aug 26 20:10:44.394 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7880 | 2024-08-26T20:10:45.906Z | [ recovery-image] Aug 26 20:10:44.394 INFO O| Aug 26 20:10:44.394 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7881 | 2024-08-26T20:10:46.422Z | [ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7882 | 2024-08-26T20:10:46.422Z | [ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO ok! |
7883 | 2024-08-26T20:10:46.425Z | [ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO STEP 51 (ensure_file) COMPLETE |
7884 | 2024-08-26T20:10:46.425Z | [ recovery-image] Aug 26 20:10:44.910 INFO O| Aug 26 20:10:44.910 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7885 | 2024-08-26T20:10:46.433Z | [ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7886 | 2024-08-26T20:10:46.435Z | [ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7887 | 2024-08-26T20:10:46.435Z | [ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO STEP 52 (ensure_dir) COMPLETE |
7888 | 2024-08-26T20:10:46.436Z | [ recovery-image] Aug 26 20:10:44.921 INFO O| Aug 26 20:10:44.921 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7889 | 2024-08-26T20:10:46.443Z | [ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7890 | 2024-08-26T20:10:46.443Z | [ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO copying /tmp/.tmpYkxlj2/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 ... |
7891 | 2024-08-26T20:10:46.446Z | [ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 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 |
7892 | 2024-08-26T20:10:46.446Z | [ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO ok! |
7893 | 2024-08-26T20:10:46.446Z | [ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO STEP 53 (ensure_file) COMPLETE |
7894 | 2024-08-26T20:10:46.446Z | [ recovery-image] Aug 26 20:10:44.932 INFO O| Aug 26 20:10:44.932 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7895 | 2024-08-26T20:10:46.456Z | [ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7896 | 2024-08-26T20:10:46.458Z | [ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO copying /tmp/.tmpYkxlj2/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 ... |
7897 | 2024-08-26T20:10:46.458Z | [ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 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 |
7898 | 2024-08-26T20:10:46.458Z | [ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO ok! |
7899 | 2024-08-26T20:10:46.458Z | [ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO STEP 54 (ensure_file) COMPLETE |
7900 | 2024-08-26T20:10:46.458Z | [ recovery-image] Aug 26 20:10:44.944 INFO O| Aug 26 20:10:44.944 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7901 | 2024-08-26T20:10:46.466Z | [ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7902 | 2024-08-26T20:10:46.466Z | [ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7903 | 2024-08-26T20:10:46.469Z | [ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO STEP 55 (ensure_dir) COMPLETE |
7904 | 2024-08-26T20:10:46.469Z | [ recovery-image] Aug 26 20:10:44.955 INFO O| Aug 26 20:10:44.955 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7905 | 2024-08-26T20:10:46.484Z | [ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7906 | 2024-08-26T20:10:46.484Z | [ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO copying /tmp/.tmpYkxlj2/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 ... |
7907 | 2024-08-26T20:10:46.484Z | [ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7908 | 2024-08-26T20:10:46.484Z | [ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO ok! |
7909 | 2024-08-26T20:10:46.484Z | [ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO STEP 56 (ensure_file) COMPLETE |
7910 | 2024-08-26T20:10:46.484Z | [ recovery-image] Aug 26 20:10:44.972 INFO O| Aug 26 20:10:44.970 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7911 | 2024-08-26T20:10:46.502Z | [ recovery-image] Aug 26 20:10:44.988 INFO O| Aug 26 20:10:44.988 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7912 | 2024-08-26T20:10:46.502Z | [ recovery-image] Aug 26 20:10:44.988 INFO O| Aug 26 20:10:44.988 INFO copying /tmp/.tmpYkxlj2/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 ... |
7913 | 2024-08-26T20:10:46.505Z | [ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 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 |
7914 | 2024-08-26T20:10:46.505Z | [ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 INFO ok! |
7915 | 2024-08-26T20:10:46.505Z | [ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 INFO STEP 57 (ensure_file) COMPLETE |
7916 | 2024-08-26T20:10:46.505Z | [ recovery-image] Aug 26 20:10:44.989 INFO O| Aug 26 20:10:44.989 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7917 | 2024-08-26T20:10:46.524Z | [ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7918 | 2024-08-26T20:10:46.524Z | [ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7919 | 2024-08-26T20:10:46.524Z | [ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO STEP 58 (ensure_dir) COMPLETE |
7920 | 2024-08-26T20:10:46.524Z | [ recovery-image] Aug 26 20:10:45.012 INFO O| Aug 26 20:10:45.011 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7921 | 2024-08-26T20:10:46.547Z | [ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7922 | 2024-08-26T20:10:46.547Z | [ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO copying /tmp/.tmpYkxlj2/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 ... |
7923 | 2024-08-26T20:10:46.547Z | [ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7924 | 2024-08-26T20:10:46.547Z | [ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO ok! |
7925 | 2024-08-26T20:10:46.547Z | [ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO STEP 59 (ensure_file) COMPLETE |
7926 | 2024-08-26T20:10:46.547Z | [ recovery-image] Aug 26 20:10:45.033 INFO O| Aug 26 20:10:45.032 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7927 | 2024-08-26T20:10:46.568Z | [ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7928 | 2024-08-26T20:10:46.568Z | [ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7929 | 2024-08-26T20:10:46.568Z | [ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7930 | 2024-08-26T20:10:46.568Z | [ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO ok! |
7931 | 2024-08-26T20:10:46.568Z | [ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO STEP 60 (ensure_file) COMPLETE |
7932 | 2024-08-26T20:10:46.568Z | [ recovery-image] Aug 26 20:10:45.054 INFO O| Aug 26 20:10:45.052 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7933 | 2024-08-26T20:10:46.584Z | [ recovery-image] Aug 26 20:10:45.072 INFO O| Aug 26 20:10:45.070 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7934 | 2024-08-26T20:10:46.584Z | [ recovery-image] Aug 26 20:10:45.072 INFO O| Aug 26 20:10:45.070 INFO STEP 61 (ensure_dir) COMPLETE |
7935 | 2024-08-26T20:10:46.584Z | [ recovery-image] Aug 26 20:10:45.072 INFO O| Aug 26 20:10:45.070 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7936 | 2024-08-26T20:10:46.605Z | [ recovery-image] Aug 26 20:10:45.091 INFO O| Aug 26 20:10:45.090 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7937 | 2024-08-26T20:10:46.607Z | [ recovery-image] Aug 26 20:10:45.091 INFO O| Aug 26 20:10:45.090 INFO STEP 62 (ensure_dir) COMPLETE |
7938 | 2024-08-26T20:10:46.607Z | [ recovery-image] Aug 26 20:10:45.091 INFO O| Aug 26 20:10:45.090 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7939 | 2024-08-26T20:10:46.616Z | [ recovery-image] Aug 26 20:10:45.104 INFO O| Aug 26 20:10:45.104 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7940 | 2024-08-26T20:10:46.616Z | [ recovery-image] Aug 26 20:10:45.104 INFO O| Aug 26 20:10:45.104 INFO STEP 63 (ensure_dir) COMPLETE |
7941 | 2024-08-26T20:10:46.616Z | [ recovery-image] Aug 26 20:10:45.104 INFO O| Aug 26 20:10:45.104 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7942 | 2024-08-26T20:10:46.627Z | [ recovery-image] Aug 26 20:10:45.115 INFO O| Aug 26 20:10:45.115 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7943 | 2024-08-26T20:10:46.629Z | [ recovery-image] Aug 26 20:10:45.115 INFO O| Aug 26 20:10:45.115 INFO STEP 64 (ensure_dir) COMPLETE |
7944 | 2024-08-26T20:10:46.629Z | [ recovery-image] Aug 26 20:10:45.115 INFO O| Aug 26 20:10:45.115 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7945 | 2024-08-26T20:10:46.640Z | [ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7946 | 2024-08-26T20:10:46.640Z | [ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO copying /tmp/.tmpYkxlj2/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7947 | 2024-08-26T20:10:46.640Z | [ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7948 | 2024-08-26T20:10:46.643Z | [ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO ok! |
7949 | 2024-08-26T20:10:46.643Z | [ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO STEP 65 (ensure_file) COMPLETE |
7950 | 2024-08-26T20:10:46.643Z | [ recovery-image] Aug 26 20:10:45.128 INFO O| Aug 26 20:10:45.128 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7951 | 2024-08-26T20:10:46.652Z | [ recovery-image] Aug 26 20:10:45.140 INFO O| Aug 26 20:10:45.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7952 | 2024-08-26T20:10:46.654Z | [ recovery-image] Aug 26 20:10:45.140 INFO O| Aug 26 20:10:45.140 INFO STEP 66 (remove_files) COMPLETE |
7953 | 2024-08-26T20:10:46.654Z | [ recovery-image] Aug 26 20:10:45.140 INFO O| Aug 26 20:10:45.140 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7954 | 2024-08-26T20:10:46.665Z | [ recovery-image] Aug 26 20:10:45.153 INFO O| Aug 26 20:10:45.153 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7955 | 2024-08-26T20:10:46.667Z | [ recovery-image] Aug 26 20:10:45.153 INFO O| Aug 26 20:10:45.153 INFO STEP 67 (remove_files) COMPLETE |
7956 | 2024-08-26T20:10:46.667Z | [ recovery-image] Aug 26 20:10:45.153 INFO O| Aug 26 20:10:45.153 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7957 | 2024-08-26T20:10:46.676Z | [ recovery-image] Aug 26 20:10:45.164 INFO O| Aug 26 20:10:45.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7958 | 2024-08-26T20:10:46.678Z | [ recovery-image] Aug 26 20:10:45.164 INFO O| Aug 26 20:10:45.164 INFO STEP 68 (remove_files) COMPLETE |
7959 | 2024-08-26T20:10:46.678Z | [ recovery-image] Aug 26 20:10:45.164 INFO O| Aug 26 20:10:45.164 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7960 | 2024-08-26T20:10:46.686Z | [ recovery-image] Aug 26 20:10:45.175 INFO O| Aug 26 20:10:45.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7961 | 2024-08-26T20:10:46.689Z | [ recovery-image] Aug 26 20:10:45.175 INFO O| Aug 26 20:10:45.175 INFO STEP 69 (remove_files) COMPLETE |
7962 | 2024-08-26T20:10:46.689Z | [ recovery-image] Aug 26 20:10:45.175 INFO O| Aug 26 20:10:45.175 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7963 | 2024-08-26T20:10:46.696Z | [ recovery-image] Aug 26 20:10:45.185 INFO O| Aug 26 20:10:45.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7964 | 2024-08-26T20:10:46.699Z | [ recovery-image] Aug 26 20:10:45.185 INFO O| Aug 26 20:10:45.185 INFO STEP 70 (remove_files) COMPLETE |
7965 | 2024-08-26T20:10:46.699Z | [ recovery-image] Aug 26 20:10:45.185 INFO O| Aug 26 20:10:45.185 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7966 | 2024-08-26T20:10:46.711Z | [ recovery-image] Aug 26 20:10:45.199 INFO O| Aug 26 20:10:45.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7967 | 2024-08-26T20:10:46.713Z | [ recovery-image] Aug 26 20:10:45.199 INFO O| Aug 26 20:10:45.199 INFO STEP 71 (remove_files) COMPLETE |
7968 | 2024-08-26T20:10:46.714Z | [ recovery-image] Aug 26 20:10:45.200 INFO O| Aug 26 20:10:45.199 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7969 | 2024-08-26T20:10:46.722Z | [ recovery-image] Aug 26 20:10:45.211 INFO O| Aug 26 20:10:45.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7970 | 2024-08-26T20:10:46.725Z | [ recovery-image] Aug 26 20:10:45.211 INFO O| Aug 26 20:10:45.211 INFO STEP 72 (remove_files) COMPLETE |
7971 | 2024-08-26T20:10:46.725Z | [ recovery-image] Aug 26 20:10:45.211 INFO O| Aug 26 20:10:45.211 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7972 | 2024-08-26T20:10:46.735Z | [ recovery-image] Aug 26 20:10:45.224 INFO O| Aug 26 20:10:45.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7973 | 2024-08-26T20:10:46.735Z | [ recovery-image] Aug 26 20:10:45.224 INFO O| Aug 26 20:10:45.224 INFO STEP 73 (remove_files) COMPLETE |
7974 | 2024-08-26T20:10:46.738Z | [ recovery-image] Aug 26 20:10:45.224 INFO O| Aug 26 20:10:45.224 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7975 | 2024-08-26T20:10:46.747Z | [ recovery-image] Aug 26 20:10:45.235 INFO O| Aug 26 20:10:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7976 | 2024-08-26T20:10:46.747Z | [ recovery-image] Aug 26 20:10:45.235 INFO O| Aug 26 20:10:45.235 INFO STEP 74 (remove_files) COMPLETE |
7977 | 2024-08-26T20:10:46.753Z | [ recovery-image] Aug 26 20:10:45.235 INFO O| Aug 26 20:10:45.235 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7978 | 2024-08-26T20:10:46.757Z | [ recovery-image] Aug 26 20:10:45.245 INFO O| Aug 26 20:10:45.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7979 | 2024-08-26T20:10:46.760Z | [ recovery-image] Aug 26 20:10:45.246 INFO O| Aug 26 20:10:45.246 INFO STEP 75 (remove_files) COMPLETE |
7980 | 2024-08-26T20:10:46.760Z | [ recovery-image] Aug 26 20:10:45.246 INFO O| Aug 26 20:10:45.246 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7981 | 2024-08-26T20:10:46.768Z | [ recovery-image] Aug 26 20:10:45.256 INFO O| Aug 26 20:10:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7982 | 2024-08-26T20:10:46.768Z | [ recovery-image] Aug 26 20:10:45.256 INFO O| Aug 26 20:10:45.256 INFO STEP 76 (remove_files) COMPLETE |
7983 | 2024-08-26T20:10:46.771Z | [ recovery-image] Aug 26 20:10:45.257 INFO O| Aug 26 20:10:45.256 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7984 | 2024-08-26T20:10:46.779Z | [ recovery-image] Aug 26 20:10:45.268 INFO O| Aug 26 20:10:45.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7985 | 2024-08-26T20:10:46.782Z | [ recovery-image] Aug 26 20:10:45.268 INFO O| Aug 26 20:10:45.268 INFO STEP 77 (remove_files) COMPLETE |
7986 | 2024-08-26T20:10:46.782Z | [ recovery-image] Aug 26 20:10:45.268 INFO O| Aug 26 20:10:45.268 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7987 | 2024-08-26T20:10:46.790Z | [ recovery-image] Aug 26 20:10:45.278 INFO O| Aug 26 20:10:45.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7988 | 2024-08-26T20:10:46.793Z | [ recovery-image] Aug 26 20:10:45.279 INFO O| Aug 26 20:10:45.279 INFO STEP 78 (remove_files) COMPLETE |
7989 | 2024-08-26T20:10:46.793Z | [ recovery-image] Aug 26 20:10:45.279 INFO O| Aug 26 20:10:45.279 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7990 | 2024-08-26T20:10:46.802Z | [ recovery-image] Aug 26 20:10:45.290 INFO O| Aug 26 20:10:45.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7991 | 2024-08-26T20:10:46.802Z | [ recovery-image] Aug 26 20:10:45.290 INFO O| Aug 26 20:10:45.290 INFO STEP 79 (remove_files) COMPLETE |
7992 | 2024-08-26T20:10:46.804Z | [ recovery-image] Aug 26 20:10:45.290 INFO O| Aug 26 20:10:45.290 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7993 | 2024-08-26T20:10:46.814Z | [ recovery-image] Aug 26 20:10:45.302 INFO O| Aug 26 20:10:45.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7994 | 2024-08-26T20:10:46.814Z | [ recovery-image] Aug 26 20:10:45.302 INFO O| Aug 26 20:10:45.302 INFO STEP 80 (remove_files) COMPLETE |
7995 | 2024-08-26T20:10:46.816Z | [ recovery-image] Aug 26 20:10:45.302 INFO O| Aug 26 20:10:45.302 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7996 | 2024-08-26T20:10:46.825Z | [ recovery-image] Aug 26 20:10:45.313 INFO O| Aug 26 20:10:45.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7997 | 2024-08-26T20:10:46.825Z | [ recovery-image] Aug 26 20:10:45.314 INFO O| Aug 26 20:10:45.314 INFO STEP 81 (remove_files) COMPLETE |
7998 | 2024-08-26T20:10:46.828Z | [ recovery-image] Aug 26 20:10:45.314 INFO O| Aug 26 20:10:45.314 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7999 | 2024-08-26T20:10:46.837Z | [ recovery-image] Aug 26 20:10:45.325 INFO O| Aug 26 20:10:45.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8000 | 2024-08-26T20:10:46.837Z | [ recovery-image] Aug 26 20:10:45.325 INFO O| Aug 26 20:10:45.325 INFO STEP 82 (remove_files) COMPLETE |
8001 | 2024-08-26T20:10:46.837Z | [ recovery-image] Aug 26 20:10:45.325 INFO O| Aug 26 20:10:45.325 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8002 | 2024-08-26T20:10:46.847Z | [ recovery-image] Aug 26 20:10:45.336 INFO O| Aug 26 20:10:45.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8003 | 2024-08-26T20:10:46.850Z | [ recovery-image] Aug 26 20:10:45.336 INFO O| Aug 26 20:10:45.336 INFO STEP 83 (remove_files) COMPLETE |
8004 | 2024-08-26T20:10:46.850Z | [ recovery-image] Aug 26 20:10:45.336 INFO O| Aug 26 20:10:45.336 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8005 | 2024-08-26T20:10:46.859Z | [ recovery-image] Aug 26 20:10:45.347 INFO O| Aug 26 20:10:45.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8006 | 2024-08-26T20:10:46.859Z | [ recovery-image] Aug 26 20:10:45.347 INFO O| Aug 26 20:10:45.347 INFO STEP 84 (remove_files) COMPLETE |
8007 | 2024-08-26T20:10:46.861Z | [ recovery-image] Aug 26 20:10:45.347 INFO O| Aug 26 20:10:45.347 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8008 | 2024-08-26T20:10:46.870Z | [ recovery-image] Aug 26 20:10:45.358 INFO O| Aug 26 20:10:45.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8009 | 2024-08-26T20:10:46.870Z | [ recovery-image] Aug 26 20:10:45.358 INFO O| Aug 26 20:10:45.358 INFO STEP 85 (remove_files) COMPLETE |
8010 | 2024-08-26T20:10:46.872Z | [ recovery-image] Aug 26 20:10:45.358 INFO O| Aug 26 20:10:45.358 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8011 | 2024-08-26T20:10:46.882Z | [ recovery-image] Aug 26 20:10:45.370 INFO O| Aug 26 20:10:45.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8012 | 2024-08-26T20:10:46.882Z | [ recovery-image] Aug 26 20:10:45.370 INFO O| Aug 26 20:10:45.370 INFO STEP 86 (remove_files) COMPLETE |
8013 | 2024-08-26T20:10:46.886Z | [ recovery-image] Aug 26 20:10:45.370 INFO O| Aug 26 20:10:45.370 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8014 | 2024-08-26T20:10:46.894Z | [ recovery-image] Aug 26 20:10:45.382 INFO O| Aug 26 20:10:45.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8015 | 2024-08-26T20:10:46.897Z | [ recovery-image] Aug 26 20:10:45.382 INFO O| Aug 26 20:10:45.382 INFO STEP 87 (remove_files) COMPLETE |
8016 | 2024-08-26T20:10:46.897Z | [ recovery-image] Aug 26 20:10:45.382 INFO O| Aug 26 20:10:45.382 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8017 | 2024-08-26T20:10:46.906Z | [ recovery-image] Aug 26 20:10:45.394 INFO O| Aug 26 20:10:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8018 | 2024-08-26T20:10:46.906Z | [ recovery-image] Aug 26 20:10:45.394 INFO O| Aug 26 20:10:45.394 INFO STEP 88 (remove_files) COMPLETE |
8019 | 2024-08-26T20:10:46.909Z | [ recovery-image] Aug 26 20:10:45.394 INFO O| Aug 26 20:10:45.394 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8020 | 2024-08-26T20:10:46.916Z | [ recovery-image] Aug 26 20:10:45.405 INFO O| Aug 26 20:10:45.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8021 | 2024-08-26T20:10:46.916Z | [ recovery-image] Aug 26 20:10:45.405 INFO O| Aug 26 20:10:45.405 INFO STEP 89 (remove_files) COMPLETE |
8022 | 2024-08-26T20:10:46.916Z | [ recovery-image] Aug 26 20:10:45.405 INFO O| Aug 26 20:10:45.405 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8023 | 2024-08-26T20:10:46.928Z | [ recovery-image] Aug 26 20:10:45.416 INFO O| Aug 26 20:10:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8024 | 2024-08-26T20:10:46.928Z | [ recovery-image] Aug 26 20:10:45.416 INFO O| Aug 26 20:10:45.416 INFO STEP 90 (remove_files) COMPLETE |
8025 | 2024-08-26T20:10:46.928Z | [ recovery-image] Aug 26 20:10:45.416 INFO O| Aug 26 20:10:45.416 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8026 | 2024-08-26T20:10:46.939Z | [ recovery-image] Aug 26 20:10:45.427 INFO O| Aug 26 20:10:45.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8027 | 2024-08-26T20:10:46.941Z | [ recovery-image] Aug 26 20:10:45.427 INFO O| Aug 26 20:10:45.427 INFO STEP 91 (remove_files) COMPLETE |
8028 | 2024-08-26T20:10:46.941Z | [ recovery-image] Aug 26 20:10:45.427 INFO O| Aug 26 20:10:45.427 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8029 | 2024-08-26T20:10:46.949Z | [ recovery-image] Aug 26 20:10:45.438 INFO O| Aug 26 20:10:45.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8030 | 2024-08-26T20:10:46.949Z | [ recovery-image] Aug 26 20:10:45.438 INFO O| Aug 26 20:10:45.438 INFO STEP 92 (remove_files) COMPLETE |
8031 | 2024-08-26T20:10:46.952Z | [ recovery-image] Aug 26 20:10:45.438 INFO O| Aug 26 20:10:45.438 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8032 | 2024-08-26T20:10:46.960Z | [ recovery-image] Aug 26 20:10:45.448 INFO O| Aug 26 20:10:45.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8033 | 2024-08-26T20:10:46.963Z | [ recovery-image] Aug 26 20:10:45.449 INFO O| Aug 26 20:10:45.449 INFO STEP 93 (remove_files) COMPLETE |
8034 | 2024-08-26T20:10:46.963Z | [ recovery-image] Aug 26 20:10:45.449 INFO O| Aug 26 20:10:45.449 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8035 | 2024-08-26T20:10:46.971Z | [ recovery-image] Aug 26 20:10:45.460 INFO O| Aug 26 20:10:45.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8036 | 2024-08-26T20:10:46.972Z | [ recovery-image] Aug 26 20:10:45.460 INFO O| Aug 26 20:10:45.460 INFO STEP 94 (remove_files) COMPLETE |
8037 | 2024-08-26T20:10:46.972Z | [ recovery-image] Aug 26 20:10:45.460 INFO O| Aug 26 20:10:45.460 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8038 | 2024-08-26T20:10:46.988Z | [ recovery-image] Aug 26 20:10:45.476 INFO O| Aug 26 20:10:45.476 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8039 | 2024-08-26T20:10:46.990Z | [ recovery-image] Aug 26 20:10:45.476 INFO O| Aug 26 20:10:45.476 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
8040 | 2024-08-26T20:10:52.165Z | [ recovery-image] Aug 26 20:10:50.653 INFO O| Aug 26 20:10:50.653 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 |
8041 | 2024-08-26T20:10:52.165Z | [ recovery-image] Aug 26 20:10:50.653 INFO O| Aug 26 20:10:50.653 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8042 | 2024-08-26T20:10:52.178Z | [ recovery-image] Aug 26 20:10:50.665 INFO O| Aug 26 20:10:50.665 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8043 | 2024-08-26T20:10:52.253Z | [ recovery-image] Aug 26 20:10:50.741 INFO O| Aug 26 20:10:50.741 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8044 | 2024-08-26T20:10:52.253Z | [ recovery-image] Aug 26 20:10:50.741 INFO O| Aug 26 20:10:50.741 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 ... |
8045 | 2024-08-26T20:10:52.256Z | [ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8046 | 2024-08-26T20:10:52.256Z | [ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO ok! |
8047 | 2024-08-26T20:10:52.256Z | [ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8048 | 2024-08-26T20:10:52.256Z | [ recovery-image] Aug 26 20:10:50.742 INFO O| Aug 26 20:10:50.742 INFO STEP 95 (seed_smf) COMPLETE |
8049 | 2024-08-26T20:10:52.256Z | [ recovery-image] Aug 26 20:10:50.743 INFO O| Aug 26 20:10:50.742 INFO steps complete; finalising image! |
8050 | 2024-08-26T20:10:52.256Z | [ recovery-image] Aug 26 20:10:50.743 INFO O| Aug 26 20:10:50.743 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8051 | 2024-08-26T20:10:52.288Z | [ recovery-image] Aug 26 20:10:50.776 INFO O| Aug 26 20:10:50.776 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Mon Aug 26 20:10:50 2024) |
8052 | 2024-08-26T20:10:52.496Z | [ recovery-image] Aug 26 20:10:50.982 INFO O| Aug 26 20:10:50.982 INFO trim TEMPORARY-gimlet-zfs-recovery: (70% trimmed, started at Mon Aug 26 20:10:50 2024) |
8053 | 2024-08-26T20:10:52.716Z | [ recovery-image] Aug 26 20:10:51.203 INFO O| Aug 26 20:10:51.203 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
8054 | 2024-08-26T20:10:52.716Z | [ recovery-image] Aug 26 20:10:51.203 INFO O| Aug 26 20:10:51.203 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8055 | 2024-08-26T20:10:52.972Z | [ recovery-image] Aug 26 20:10:51.459 INFO O| Aug 26 20:10:51.459 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 |
8056 | 2024-08-26T20:10:52.972Z | [ recovery-image] Aug 26 20:10:51.459 INFO O| Aug 26 20:10:51.459 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8057 | 2024-08-26T20:10:55.995Z | [ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8058 | 2024-08-26T20:10:55.995Z | [ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8059 | 2024-08-26T20:10:55.998Z | [ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8060 | 2024-08-26T20:10:55.998Z | [ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO completed processing gimlet/zfs-recovery |
8061 | 2024-08-26T20:10:55.998Z | [ recovery-image] Aug 26 20:10:54.482 INFO O| Aug 26 20:10:54.482 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8062 | 2024-08-26T20:10:56.414Z | [ recovery-image] Aug 26 20:10:54.901 INFO O| Aug 26 20:10:54.901 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8063 | 2024-08-26T20:10:56.495Z | [ recovery-image] Aug 26 20:10:54.982 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n" |
8064 | 2024-08-26T20:10:56.499Z | [ recovery-image] Aug 26 20:10:54.983 INFO expanded image name: "recovery 11c5f13/${os_short_commit} 2024-08-26 19:44" -> "recovery 11c5f13/8a4b918 2024-08-26 19:44" |
8065 | 2024-08-26T20:10:56.499Z | [ recovery-image] Aug 26 20:10:54.983 INFO output artefacts stored in: "/work/os-recovery" |
8066 | 2024-08-26T20:10:56.499Z | [ recovery-image] Aug 26 20:10:54.983 INFO collecting git info from project "amd-host-image-builder"... |
8067 | 2024-08-26T20:10:56.742Z | [ recovery-image] Aug 26 20:10:55.228 INFO collecting git info from project "pilot"... |
8068 | 2024-08-26T20:10:56.753Z | [ recovery-image] Aug 26 20:10:55.239 INFO collecting git info from project "pinprick"... |
8069 | 2024-08-26T20:10:56.758Z | [ recovery-image] Aug 26 20:10:55.245 INFO collecting git info from project "chelsio-t6-roms"... |
8070 | 2024-08-26T20:10:56.778Z | [ recovery-image] Aug 26 20:10:55.265 INFO collecting git info from project "image-builder"... |
8071 | 2024-08-26T20:10:56.784Z | [ recovery-image] Aug 26 20:10:55.271 INFO collecting git info from project "bootserver"... |
8072 | 2024-08-26T20:10:56.790Z | [ recovery-image] Aug 26 20:10:55.277 INFO collecting git info from project "phbl"... |
8073 | 2024-08-26T20:10:56.796Z | [ recovery-image] Aug 26 20:10:55.283 INFO collecting git info from project "amd-firmware"... |
8074 | 2024-08-26T20:10:56.896Z | [ recovery-image] Aug 26 20:10:55.383 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8075 | 2024-08-26T20:10:57.252Z | [ recovery-image] Aug 26 20:10:55.739 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8076 | 2024-08-26T20:10:57.602Z | [ recovery-image] Aug 26 20:10:56.089 INFO creating Oxide boot image... |
8077 | 2024-08-26T20:10:57.605Z | [ recovery-image] Aug 26 20:10:56.089 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 11c5f13/8a4b918 2024-08-26 19:44", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8078 | 2024-08-26T20:11:31.238Z | [ host-image] Aug 26 20:11:29.720 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22828:20240823T105206Z |
8079 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22828:20240823T105206Z |
8080 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8081 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8082 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8083 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.721 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8084 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8085 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8086 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8087 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.722 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8088 | 2024-08-26T20:11:31.241Z | [ host-image] Aug 26 20:11:29.723 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22828:20240823T105207Z |
8089 | 2024-08-26T20:11:31.244Z | [ host-image] Aug 26 20:11:29.724 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22828:20240823T105208Z |
8090 | 2024-08-26T20:11:31.244Z | [ host-image] Aug 26 20:11:29.725 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22828:20240823T105208Z |
8091 | 2024-08-26T20:11:31.244Z | [ host-image] Aug 26 20:11:29.726 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22828:20240823T105208Z |
8092 | 2024-08-26T20:11:31.244Z | [ host-image] Aug 26 20:11:29.726 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8093 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.726 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22828:20240823T105208Z |
8094 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22828:20240823T105208Z |
8095 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22828:20240823T105208Z |
8096 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22828:20240823T105209Z |
8097 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.727 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22828:20240823T105210Z |
8098 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22828:20240823T105210Z |
8099 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22828:20240823T105210Z |
8100 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22828:20240823T105210Z |
8101 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22828:20240823T105211Z |
8102 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22828:20240823T105212Z |
8103 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22828:20240823T105212Z |
8104 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.728 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22828:20240823T105214Z |
8105 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22828:20240823T105215Z |
8106 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8107 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22828:20240823T105216Z |
8108 | 2024-08-26T20:11:31.247Z | [ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22828:20240823T105218Z |
8109 | 2024-08-26T20:11:31.250Z | [ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22828:20240823T105219Z |
8110 | 2024-08-26T20:11:31.250Z | [ host-image] Aug 26 20:11:29.729 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22828:20240823T105220Z |
8111 | 2024-08-26T20:11:31.250Z | [ host-image] Aug 26 20:11:29.730 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22828:20240823T105221Z |
8112 | 2024-08-26T20:11:31.250Z | [ host-image] Aug 26 20:11:29.730 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22828:20240823T105221Z |
8113 | 2024-08-26T20:11:31.257Z | [ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8114 | 2024-08-26T20:11:31.260Z | [ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22828:20240823T105221Z |
8115 | 2024-08-26T20:11:31.260Z | [ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8116 | 2024-08-26T20:11:31.260Z | [ host-image] Aug 26 20:11:29.740 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8117 | 2024-08-26T20:11:31.260Z | [ host-image] Aug 26 20:11:29.741 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8118 | 2024-08-26T20:11:31.260Z | [ host-image] Aug 26 20:11:29.741 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22828:20240823T105222Z |
8119 | 2024-08-26T20:11:31.260Z | [ host-image] Aug 26 20:11:29.741 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8120 | 2024-08-26T20:11:31.260Z | [ host-image] Aug 26 20:11:29.742 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8121 | 2024-08-26T20:11:31.262Z | [ host-image] Aug 26 20:11:29.743 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8122 | 2024-08-26T20:11:31.262Z | [ host-image] Aug 26 20:11:29.743 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8123 | 2024-08-26T20:11:31.273Z | [ host-image] Aug 26 20:11:29.755 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8124 | 2024-08-26T20:11:31.273Z | [ host-image] Aug 26 20:11:29.755 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8125 | 2024-08-26T20:11:31.276Z | [ host-image] Aug 26 20:11:29.756 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8126 | 2024-08-26T20:11:31.276Z | [ host-image] Aug 26 20:11:29.756 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8127 | 2024-08-26T20:11:31.276Z | [ host-image] Aug 26 20:11:29.757 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8128 | 2024-08-26T20:11:31.276Z | [ host-image] Aug 26 20:11:29.757 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8129 | 2024-08-26T20:11:31.312Z | [ host-image] Aug 26 20:11:29.794 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8130 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.795 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8131 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.795 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8132 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22828:20240823T105223Z |
8133 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22828:20240823T105229Z |
8134 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8135 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22828:20240823T105230Z |
8136 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8137 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8138 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8139 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22828:20240823T105230Z |
8140 | 2024-08-26T20:11:31.315Z | [ host-image] Aug 26 20:11:29.796 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8141 | 2024-08-26T20:11:31.319Z | [ host-image] Aug 26 20:11:29.801 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8142 | 2024-08-26T20:11:31.319Z | [ host-image] Aug 26 20:11:29.801 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8143 | 2024-08-26T20:11:31.322Z | [ host-image] Aug 26 20:11:29.801 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8144 | 2024-08-26T20:11:31.322Z | [ host-image] Aug 26 20:11:29.802 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22828:20240823T105230Z |
8145 | 2024-08-26T20:11:31.322Z | [ host-image] Aug 26 20:11:29.802 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8146 | 2024-08-26T20:11:31.335Z | [ host-image] Aug 26 20:11:29.817 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8147 | 2024-08-26T20:11:31.335Z | [ host-image] Aug 26 20:11:29.818 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22828:20240823T105231Z |
8148 | 2024-08-26T20:11:31.339Z | [ host-image] Aug 26 20:11:29.820 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22828:20240823T105231Z |
8149 | 2024-08-26T20:11:31.339Z | [ host-image] Aug 26 20:11:29.820 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22828:20240823T105231Z |
8150 | 2024-08-26T20:11:31.342Z | [ host-image] Aug 26 20:11:29.820 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8151 | 2024-08-26T20:11:31.342Z | [ host-image] Aug 26 20:11:29.821 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22828:20240823T105233Z |
8152 | 2024-08-26T20:11:31.342Z | [ host-image] Aug 26 20:11:29.821 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22828:20240823T105233Z |
8153 | 2024-08-26T20:11:31.342Z | [ host-image] Aug 26 20:11:29.821 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22828:20240823T105233Z |
8154 | 2024-08-26T20:11:31.342Z | [ host-image] Aug 26 20:11:29.822 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22828:20240823T105233Z |
8155 | 2024-08-26T20:11:31.345Z | [ host-image] Aug 26 20:11:29.826 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8156 | 2024-08-26T20:11:31.345Z | [ host-image] Aug 26 20:11:29.826 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22828:20240823T105234Z |
8157 | 2024-08-26T20:11:31.345Z | [ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22828:20240823T105235Z |
8158 | 2024-08-26T20:11:31.345Z | [ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8159 | 2024-08-26T20:11:31.345Z | [ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22828:20240823T105235Z |
8160 | 2024-08-26T20:11:31.345Z | [ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22828:20240823T105235Z |
8161 | 2024-08-26T20:11:31.348Z | [ host-image] Aug 26 20:11:29.827 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22828:20240823T105235Z |
8162 | 2024-08-26T20:11:31.348Z | [ host-image] Aug 26 20:11:29.828 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22828:20240823T105236Z |
8163 | 2024-08-26T20:11:31.355Z | [ host-image] Aug 26 20:11:29.837 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22828:20240823T105236Z |
8164 | 2024-08-26T20:11:31.355Z | [ host-image] Aug 26 20:11:29.837 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8165 | 2024-08-26T20:11:31.357Z | [ host-image] Aug 26 20:11:29.839 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22828:20240823T105236Z |
8166 | 2024-08-26T20:11:31.362Z | [ host-image] Aug 26 20:11:29.840 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22828:20240823T105236Z |
8167 | 2024-08-26T20:11:31.362Z | [ host-image] Aug 26 20:11:29.840 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22828:20240823T105236Z |
8168 | 2024-08-26T20:11:31.362Z | [ host-image] Aug 26 20:11:29.841 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22828:20240823T105236Z |
8169 | 2024-08-26T20:11:31.363Z | [ host-image] Aug 26 20:11:29.841 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22828:20240823T105236Z |
8170 | 2024-08-26T20:11:31.363Z | [ host-image] Aug 26 20:11:29.841 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22828:20240823T105237Z |
8171 | 2024-08-26T20:11:31.369Z | [ host-image] Aug 26 20:11:29.852 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22828:20240823T105238Z |
8172 | 2024-08-26T20:11:31.372Z | [ host-image] Aug 26 20:11:29.852 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22828:20240823T105237Z |
8173 | 2024-08-26T20:11:31.372Z | [ host-image] Aug 26 20:11:29.852 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22828:20240823T105238Z |
8174 | 2024-08-26T20:11:31.372Z | [ host-image] Aug 26 20:11:29.853 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22828:20240823T105238Z |
8175 | 2024-08-26T20:11:31.372Z | [ host-image] Aug 26 20:11:29.853 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22828:20240823T105238Z |
8176 | 2024-08-26T20:11:31.394Z | [ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22828:20240823T105241Z |
8177 | 2024-08-26T20:11:31.394Z | [ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22828:20240823T105238Z |
8178 | 2024-08-26T20:11:31.397Z | [ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22828:20240823T105239Z |
8179 | 2024-08-26T20:11:31.397Z | [ host-image] Aug 26 20:11:29.876 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8180 | 2024-08-26T20:11:31.397Z | [ host-image] Aug 26 20:11:29.877 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8181 | 2024-08-26T20:11:31.425Z | [ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22828:20240823T105239Z |
8182 | 2024-08-26T20:11:31.427Z | [ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8183 | 2024-08-26T20:11:31.428Z | [ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22828:20240823T105239Z |
8184 | 2024-08-26T20:11:31.428Z | [ host-image] Aug 26 20:11:29.907 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22828:20240823T105239Z |
8185 | 2024-08-26T20:11:31.428Z | [ host-image] Aug 26 20:11:29.908 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22828:20240823T105239Z |
8186 | 2024-08-26T20:11:31.428Z | [ host-image] Aug 26 20:11:29.909 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8187 | 2024-08-26T20:11:31.428Z | [ host-image] Aug 26 20:11:29.909 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8188 | 2024-08-26T20:11:31.428Z | [ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22828:20240823T105240Z |
8189 | 2024-08-26T20:11:31.428Z | [ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22828:20240823T105240Z |
8190 | 2024-08-26T20:11:31.430Z | [ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22828:20240823T105240Z |
8191 | 2024-08-26T20:11:31.430Z | [ host-image] Aug 26 20:11:29.910 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22828:20240823T105240Z |
8192 | 2024-08-26T20:11:31.430Z | [ host-image] Aug 26 20:11:29.911 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22828:20240823T105241Z |
8193 | 2024-08-26T20:11:31.430Z | [ host-image] Aug 26 20:11:29.911 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22828:20240823T105241Z |
8194 | 2024-08-26T20:11:31.433Z | [ host-image] Aug 26 20:11:29.914 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8195 | 2024-08-26T20:11:31.433Z | [ host-image] Aug 26 20:11:29.914 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22828:20240823T105242Z |
8196 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22828:20240823T105242Z |
8197 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22828:20240823T105242Z |
8198 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22828:20240823T105243Z |
8199 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22828:20240823T105242Z |
8200 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.916 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22828:20240823T105243Z |
8201 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.917 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8202 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.917 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8203 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.917 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22828:20240823T105245Z |
8204 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22828:20240823T105246Z |
8205 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8206 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8207 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8208 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8209 | 2024-08-26T20:11:31.436Z | [ host-image] Aug 26 20:11:29.918 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8210 | 2024-08-26T20:11:31.439Z | [ host-image] Aug 26 20:11:29.919 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8211 | 2024-08-26T20:11:31.439Z | [ host-image] Aug 26 20:11:29.920 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8212 | 2024-08-26T20:11:31.439Z | [ host-image] Aug 26 20:11:29.920 INFO O| tempdir @ "/tmp/.tmpJ7Z3IL/tmp" |
8213 | 2024-08-26T20:11:31.439Z | [ host-image] Aug 26 20:11:29.920 INFO O| image root @ "/tmp/.tmpJ7Z3IL/tmp/root" |
8214 | 2024-08-26T20:11:31.439Z | [ host-image] Aug 26 20:11:29.920 INFO O| creating image... |
8215 | 2024-08-26T20:11:31.941Z | [ host-image] Aug 26 20:11:30.423 INFO O| copying publishers... |
8216 | 2024-08-26T20:11:38.322Z | [ host-image] Aug 26 20:11:36.803 INFO O| adding properties... |
8217 | 2024-08-26T20:11:39.342Z | [ host-image] Aug 26 20:11:37.823 INFO O| installing packages... |
8218 | 2024-08-26T20:11:52.975Z | [ recovery-image] Aug 26 20:11:51.454 INFO O| ok, image written! |
8219 | 2024-08-26T20:11:52.978Z | [ recovery-image] Aug 26 20:11:51.454 INFO O| ok, boot_image_csum file written! |
8220 | 2024-08-26T20:11:52.981Z | [ recovery-image] Aug 26 20:11:51.459 INFO creating boot archive (CPIO)... |
8221 | 2024-08-26T20:11:52.982Z | [ recovery-image] Aug 26 20:11:51.459 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 |
8222 | 2024-08-26T20:11:52.989Z | [ recovery-image] Aug 26 20:11:51.468 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8223 | 2024-08-26T20:11:52.989Z | [ recovery-image] Aug 26 20:11:51.468 INFO E| + outfile=/work/os-recovery/cpio |
8224 | 2024-08-26T20:11:52.991Z | [ recovery-image] Aug 26 20:11:51.468 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8225 | 2024-08-26T20:11:52.991Z | [ recovery-image] Aug 26 20:11:51.470 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8226 | 2024-08-26T20:11:52.991Z | [ recovery-image] Aug 26 20:11:51.470 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8227 | 2024-08-26T20:11:53.022Z | [ recovery-image] Aug 26 20:11:51.501 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8228 | 2024-08-26T20:11:53.022Z | [ recovery-image] Aug 26 20:11:51.501 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8229 | 2024-08-26T20:11:53.028Z | [ recovery-image] Aug 26 20:11:51.508 INFO creating compressed cpio/unix for nanobl-rs... |
8230 | 2024-08-26T20:11:53.031Z | [ recovery-image] Aug 26 20:11:51.508 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 |
8231 | 2024-08-26T20:11:53.306Z | [ recovery-image] Aug 26 20:11:51.785 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8232 | 2024-08-26T20:11:57.656Z | [ recovery-image] Aug 26 20:11:56.135 INFO creating reset image... |
8233 | 2024-08-26T20:11:57.659Z | [ recovery-image] Aug 26 20:11:56.135 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8234 | 2024-08-26T20:11:57.870Z | [ recovery-image] Aug 26 20:11:56.349 INFO E| Updating crates.io index |
8235 | 2024-08-26T20:11:57.951Z | [ recovery-image] Aug 26 20:11:56.430 INFO E| Downloading crates ... |
8236 | 2024-08-26T20:11:58.039Z | [ recovery-image] Aug 26 20:11:56.517 INFO E| Downloaded shared_child v1.0.0 |
8237 | 2024-08-26T20:11:58.046Z | [ recovery-image] Aug 26 20:11:56.524 INFO E| Downloaded anstyle-parse v0.2.3 |
8238 | 2024-08-26T20:11:58.053Z | [ recovery-image] Aug 26 20:11:56.531 INFO E| Downloaded clap_derive v4.5.3 |
8239 | 2024-08-26T20:11:58.055Z | [ recovery-image] Aug 26 20:11:56.533 INFO E| Downloaded proc-macro2 v1.0.79 |
8240 | 2024-08-26T20:11:58.061Z | [ recovery-image] Aug 26 20:11:56.540 INFO E| Downloaded anstyle-query v1.0.2 |
8241 | 2024-08-26T20:11:58.063Z | [ recovery-image] Aug 26 20:11:56.541 INFO E| Downloaded anstyle v1.0.6 |
8242 | 2024-08-26T20:11:58.078Z | [ recovery-image] Aug 26 20:11:56.557 INFO E| Downloaded anstream v0.6.13 |
8243 | 2024-08-26T20:11:58.087Z | [ recovery-image] Aug 26 20:11:56.565 INFO E| Downloaded os_pipe v1.1.5 |
8244 | 2024-08-26T20:11:58.099Z | [ recovery-image] Aug 26 20:11:56.578 INFO E| Downloaded syn v2.0.53 |
8245 | 2024-08-26T20:11:58.110Z | [ recovery-image] Aug 26 20:11:56.589 INFO E| Downloaded duct v0.13.7 |
8246 | 2024-08-26T20:11:58.119Z | [ recovery-image] Aug 26 20:11:56.597 INFO E| Downloaded clap v4.5.3 |
8247 | 2024-08-26T20:11:58.135Z | [ recovery-image] Aug 26 20:11:56.614 INFO E| Downloaded libc v0.2.153 |
8248 | 2024-08-26T20:11:58.207Z | [ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling proc-macro2 v1.0.79 |
8249 | 2024-08-26T20:11:58.207Z | [ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling libc v0.2.153 |
8250 | 2024-08-26T20:11:58.210Z | [ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling unicode-ident v1.0.12 |
8251 | 2024-08-26T20:11:58.210Z | [ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling utf8parse v0.2.1 |
8252 | 2024-08-26T20:11:58.210Z | [ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling anstyle v1.0.6 |
8253 | 2024-08-26T20:11:58.210Z | [ recovery-image] Aug 26 20:11:56.686 INFO E| Compiling colorchoice v1.0.0 |
8254 | 2024-08-26T20:11:58.213Z | [ recovery-image] Aug 26 20:11:56.690 INFO E| Compiling anstyle-query v1.0.2 |
8255 | 2024-08-26T20:11:58.216Z | [ recovery-image] Aug 26 20:11:56.692 INFO E| Compiling clap_lex v0.7.0 |
8256 | 2024-08-26T20:11:58.404Z | [ recovery-image] Aug 26 20:11:56.882 INFO E| Compiling anstyle-parse v0.2.3 |
8257 | 2024-08-26T20:11:58.410Z | [ recovery-image] Aug 26 20:11:56.889 INFO E| Compiling strsim v0.11.0 |
8258 | 2024-08-26T20:11:58.415Z | [ recovery-image] Aug 26 20:11:56.893 INFO E| Compiling heck v0.5.0 |
8259 | 2024-08-26T20:11:58.418Z | [ recovery-image] Aug 26 20:11:56.897 INFO E| Compiling once_cell v1.19.0 |
8260 | 2024-08-26T20:11:58.804Z | [ recovery-image] Aug 26 20:11:57.283 INFO E| Compiling anstream v0.6.13 |
8261 | 2024-08-26T20:11:59.143Z | [ recovery-image] Aug 26 20:11:57.619 INFO E| Compiling clap_builder v4.5.2 |
8262 | 2024-08-26T20:11:59.591Z | [ recovery-image] Aug 26 20:11:58.069 INFO E| Compiling os_pipe v1.1.5 |
8263 | 2024-08-26T20:11:59.591Z | [ recovery-image] Aug 26 20:11:58.069 INFO E| Compiling shared_child v1.0.0 |
8264 | 2024-08-26T20:11:59.632Z | [ recovery-image] Aug 26 20:11:58.110 INFO E| Compiling quote v1.0.35 |
8265 | 2024-08-26T20:11:59.742Z | [ recovery-image] Aug 26 20:11:58.220 INFO E| Compiling duct v0.13.7 |
8266 | 2024-08-26T20:11:59.962Z | [ recovery-image] Aug 26 20:11:58.440 INFO E| Compiling syn v2.0.53 |
8267 | 2024-08-26T20:12:04.955Z | [ recovery-image] Aug 26 20:12:03.432 INFO E| Compiling clap_derive v4.5.3 |
8268 | 2024-08-26T20:12:06.937Z | [ host-image] Aug 26 20:12:05.414 INFO O| seeding SMF database... |
8269 | 2024-08-26T20:12:07.085Z | [ recovery-image] Aug 26 20:12:05.562 INFO E| Compiling clap v4.5.3 |
8270 | 2024-08-26T20:12:07.143Z | [ recovery-image] Aug 26 20:12:05.620 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8271 | 2024-08-26T20:12:08.274Z | [ recovery-image] Aug 26 20:12:06.751 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s |
8272 | 2024-08-26T20:12:08.283Z | [ recovery-image] Aug 26 20:12:06.760 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8273 | 2024-08-26T20:12:08.408Z | [ recovery-image] Aug 26 20:12:06.885 INFO E| Updating crates.io index |
8274 | 2024-08-26T20:12:08.552Z | [ recovery-image] Aug 26 20:12:07.029 INFO E| Downloading crates ... |
8275 | 2024-08-26T20:12:08.611Z | [ recovery-image] Aug 26 20:12:07.088 INFO E| Downloaded raw-cpuid v10.7.0 |
8276 | 2024-08-26T20:12:08.615Z | [ recovery-image] Aug 26 20:12:07.093 INFO E| Downloaded bit_field v0.10.2 |
8277 | 2024-08-26T20:12:08.618Z | [ recovery-image] Aug 26 20:12:07.094 INFO E| Downloaded seq-macro v0.3.5 |
8278 | 2024-08-26T20:12:08.620Z | [ recovery-image] Aug 26 20:12:07.095 INFO E| Downloaded cpio_reader v0.1.1 |
8279 | 2024-08-26T20:12:08.729Z | [ recovery-image] Aug 26 20:12:07.206 INFO E| Downloaded x86 v0.52.0 |
8280 | 2024-08-26T20:12:08.802Z | [ recovery-image] Aug 26 20:12:07.279 INFO E| Updating crates.io index |
8281 | 2024-08-26T20:12:08.852Z | [ recovery-image] Aug 26 20:12:07.329 INFO E| Downloading crates ... |
8282 | 2024-08-26T20:12:08.917Z | [ recovery-image] Aug 26 20:12:07.394 INFO E| Downloaded compiler_builtins v0.1.108 |
8283 | 2024-08-26T20:12:08.986Z | [ recovery-image] Aug 26 20:12:07.463 INFO E| Compiling compiler_builtins v0.1.108 |
8284 | 2024-08-26T20:12:08.986Z | [ recovery-image] Aug 26 20:12:07.463 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) |
8285 | 2024-08-26T20:12:08.989Z | [ recovery-image] Aug 26 20:12:07.463 INFO E| Compiling proc-macro2 v1.0.79 |
8286 | 2024-08-26T20:12:08.989Z | [ recovery-image] Aug 26 20:12:07.463 INFO E| Compiling unicode-ident v1.0.12 |
8287 | 2024-08-26T20:12:08.989Z | [ recovery-image] Aug 26 20:12:07.464 INFO E| Compiling syn v1.0.109 |
8288 | 2024-08-26T20:12:08.989Z | [ recovery-image] Aug 26 20:12:07.464 INFO E| Compiling x86 v0.52.0 |
8289 | 2024-08-26T20:12:08.997Z | [ recovery-image] Aug 26 20:12:07.470 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8290 | 2024-08-26T20:12:08.997Z | [ recovery-image] Aug 26 20:12:07.470 INFO E| Compiling seq-macro v0.3.5 |
8291 | 2024-08-26T20:12:10.174Z | [ recovery-image] Aug 26 20:12:08.651 INFO E| Compiling quote v1.0.35 |
8292 | 2024-08-26T20:12:10.442Z | [ recovery-image] Aug 26 20:12:08.918 INFO E| Compiling syn v2.0.53 |
8293 | 2024-08-26T20:12:13.723Z | [ recovery-image] Aug 26 20:12:12.199 INFO E| Compiling scroll_derive v0.12.0 |
8294 | 2024-08-26T20:12:15.433Z | [ host-image] Aug 26 20:12:13.909 INFO O| configuring SMF profile... |
8295 | 2024-08-26T20:12:15.436Z | [ host-image] Aug 26 20:12:13.909 INFO O| modifying shadow(5)... |
8296 | 2024-08-26T20:12:15.436Z | [ host-image] Aug 26 20:12:13.909 INFO O| loading user and group database... |
8297 | 2024-08-26T20:12:15.436Z | [ host-image] Aug 26 20:12:13.909 INFO O| assessing packaged files... |
8298 | 2024-08-26T20:12:17.042Z | [ recovery-image] Aug 26 20:12:15.518 INFO E| Compiling bitstruct_derive v0.1.0 |
8299 | 2024-08-26T20:12:18.006Z | [ host-image] Aug 26 20:12:16.482 INFO O| creating archive... |
8300 | 2024-08-26T20:12:18.039Z | [ host-image] Aug 26 20:12:16.515 INFO O| missing from packaging: |
8301 | 2024-08-26T20:12:18.039Z | [ host-image] Aug 26 20:12:16.515 INFO O| "etc/.pwd.lock" |
8302 | 2024-08-26T20:12:18.042Z | [ host-image] Aug 26 20:12:16.515 INFO O| "etc/bash" |
8303 | 2024-08-26T20:12:18.044Z | [ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/generic.xml" |
8304 | 2024-08-26T20:12:18.045Z | [ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/inetd_services.xml" |
8305 | 2024-08-26T20:12:18.045Z | [ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/name_service.xml" |
8306 | 2024-08-26T20:12:18.045Z | [ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/platform.xml" |
8307 | 2024-08-26T20:12:18.045Z | [ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8308 | 2024-08-26T20:12:18.045Z | [ host-image] Aug 26 20:12:16.520 INFO O| "etc/svc/repository.db" |
8309 | 2024-08-26T20:12:18.053Z | [ host-image] Aug 26 20:12:16.529 INFO O| "opt/ooce/share" |
8310 | 2024-08-26T20:12:18.053Z | [ host-image] Aug 26 20:12:16.529 INFO O| "opt/ooce/share/man" |
8311 | 2024-08-26T20:12:18.055Z | [ host-image] Aug 26 20:12:16.529 INFO O| "opt/ooce/share/man/man1" |
8312 | 2024-08-26T20:12:18.062Z | [ host-image] Aug 26 20:12:16.538 INFO O| finishing archive... |
8313 | 2024-08-26T20:12:20.868Z | [ host-image] Aug 26 20:12:19.343 INFO O| creating gzonly manifest... |
8314 | 2024-08-26T20:12:20.894Z | [ host-image] Aug 26 20:12:19.369 INFO O| ok |
8315 | 2024-08-26T20:12:20.998Z | [ host-image] Aug 26 20:12:19.473 INFO image builder template: ramdisk-02-trim... |
8316 | 2024-08-26T20:12:20.998Z | [ host-image] Aug 26 20:12:19.473 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/.tmpYkxlj2/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 |
8317 | 2024-08-26T20:12:21.024Z | [ host-image] Aug 26 20:12:19.498 INFO O| Aug 26 20:12:19.498 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8318 | 2024-08-26T20:12:21.027Z | [ host-image] Aug 26 20:12:19.502 INFO O| Aug 26 20:12:19.502 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8319 | 2024-08-26T20:12:21.149Z | [ host-image] Aug 26 20:12:19.624 INFO O| Aug 26 20:12:19.624 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8320 | 2024-08-26T20:12:21.202Z | [ host-image] Aug 26 20:12:19.677 INFO O| Aug 26 20:12:19.677 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8321 | 2024-08-26T20:12:21.202Z | [ host-image] Aug 26 20:12:19.677 INFO O| Aug 26 20:12:19.677 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8322 | 2024-08-26T20:12:21.208Z | [ host-image] Aug 26 20:12:19.683 INFO O| Aug 26 20:12:19.683 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8323 | 2024-08-26T20:12:21.213Z | [ host-image] Aug 26 20:12:19.688 INFO O| Aug 26 20:12:19.688 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8324 | 2024-08-26T20:12:21.218Z | [ host-image] Aug 26 20:12:19.694 INFO O| Aug 26 20:12:19.694 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8325 | 2024-08-26T20:12:21.406Z | [ host-image] Aug 26 20:12:19.881 INFO O| Aug 26 20:12:19.881 INFO rolled back to input snapshot; work may begin |
8326 | 2024-08-26T20:12:21.406Z | [ host-image] Aug 26 20:12:19.881 INFO O| Aug 26 20:12:19.881 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8327 | 2024-08-26T20:12:21.412Z | [ host-image] Aug 26 20:12:19.887 INFO O| Aug 26 20:12:19.887 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8328 | 2024-08-26T20:12:21.423Z | [ host-image] Aug 26 20:12:19.898 INFO O| Aug 26 20:12:19.898 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8329 | 2024-08-26T20:12:21.475Z | [ host-image] Aug 26 20:12:19.951 INFO O| Aug 26 20:12:19.950 INFO STEP 0 (remove_files) COMPLETE |
8330 | 2024-08-26T20:12:21.475Z | [ host-image] Aug 26 20:12:19.951 INFO O| Aug 26 20:12:19.951 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8331 | 2024-08-26T20:12:21.487Z | [ host-image] Aug 26 20:12:19.962 INFO O| Aug 26 20:12:19.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8332 | 2024-08-26T20:12:21.489Z | [ host-image] Aug 26 20:12:19.964 INFO O| Aug 26 20:12:19.964 INFO STEP 1 (remove_files) COMPLETE |
8333 | 2024-08-26T20:12:21.490Z | [ host-image] Aug 26 20:12:19.964 INFO O| Aug 26 20:12:19.964 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8334 | 2024-08-26T20:12:21.500Z | [ host-image] Aug 26 20:12:19.975 INFO O| Aug 26 20:12:19.975 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8335 | 2024-08-26T20:12:21.514Z | [ host-image] Aug 26 20:12:19.989 INFO O| Aug 26 20:12:19.989 INFO STEP 2 (remove_files) COMPLETE |
8336 | 2024-08-26T20:12:21.514Z | [ host-image] Aug 26 20:12:19.989 INFO O| Aug 26 20:12:19.989 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8337 | 2024-08-26T20:12:21.527Z | [ host-image] Aug 26 20:12:20.002 INFO O| Aug 26 20:12:20.002 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8338 | 2024-08-26T20:12:21.530Z | [ host-image] Aug 26 20:12:20.004 INFO O| Aug 26 20:12:20.004 INFO STEP 3 (remove_files) COMPLETE |
8339 | 2024-08-26T20:12:21.530Z | [ host-image] Aug 26 20:12:20.004 INFO O| Aug 26 20:12:20.004 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8340 | 2024-08-26T20:12:21.539Z | [ host-image] Aug 26 20:12:20.015 INFO O| Aug 26 20:12:20.015 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8341 | 2024-08-26T20:12:21.543Z | [ host-image] Aug 26 20:12:20.019 INFO O| Aug 26 20:12:20.019 INFO STEP 4 (remove_files) COMPLETE |
8342 | 2024-08-26T20:12:21.543Z | [ host-image] Aug 26 20:12:20.019 INFO O| Aug 26 20:12:20.019 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8343 | 2024-08-26T20:12:21.554Z | [ host-image] Aug 26 20:12:20.029 INFO O| Aug 26 20:12:20.029 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8344 | 2024-08-26T20:12:21.557Z | [ host-image] Aug 26 20:12:20.032 INFO O| Aug 26 20:12:20.032 INFO STEP 5 (remove_files) COMPLETE |
8345 | 2024-08-26T20:12:21.557Z | [ host-image] Aug 26 20:12:20.032 INFO O| Aug 26 20:12:20.032 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8346 | 2024-08-26T20:12:21.567Z | [ host-image] Aug 26 20:12:20.042 INFO O| Aug 26 20:12:20.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8347 | 2024-08-26T20:12:21.577Z | [ host-image] Aug 26 20:12:20.053 INFO O| Aug 26 20:12:20.053 INFO STEP 6 (remove_files) COMPLETE |
8348 | 2024-08-26T20:12:21.578Z | [ host-image] Aug 26 20:12:20.053 INFO O| Aug 26 20:12:20.053 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8349 | 2024-08-26T20:12:21.588Z | [ host-image] Aug 26 20:12:20.063 INFO O| Aug 26 20:12:20.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8350 | 2024-08-26T20:12:21.600Z | [ host-image] Aug 26 20:12:20.075 INFO O| Aug 26 20:12:20.075 INFO STEP 7 (remove_files) COMPLETE |
8351 | 2024-08-26T20:12:21.600Z | [ host-image] Aug 26 20:12:20.075 INFO O| Aug 26 20:12:20.075 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8352 | 2024-08-26T20:12:21.610Z | [ host-image] Aug 26 20:12:20.086 INFO O| Aug 26 20:12:20.086 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8353 | 2024-08-26T20:12:21.684Z | [ host-image] Aug 26 20:12:20.159 INFO O| Aug 26 20:12:20.159 INFO STEP 8 (remove_files) COMPLETE |
8354 | 2024-08-26T20:12:21.684Z | [ host-image] Aug 26 20:12:20.159 INFO O| Aug 26 20:12:20.159 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8355 | 2024-08-26T20:12:21.695Z | [ host-image] Aug 26 20:12:20.170 INFO O| Aug 26 20:12:20.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8356 | 2024-08-26T20:12:21.782Z | [ host-image] Aug 26 20:12:20.257 INFO O| Aug 26 20:12:20.257 INFO STEP 9 (remove_files) COMPLETE |
8357 | 2024-08-26T20:12:21.782Z | [ host-image] Aug 26 20:12:20.257 INFO O| Aug 26 20:12:20.257 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8358 | 2024-08-26T20:12:21.792Z | [ host-image] Aug 26 20:12:20.268 INFO O| Aug 26 20:12:20.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8359 | 2024-08-26T20:12:21.796Z | [ host-image] Aug 26 20:12:20.272 INFO O| Aug 26 20:12:20.272 INFO STEP 10 (remove_files) COMPLETE |
8360 | 2024-08-26T20:12:21.796Z | [ host-image] Aug 26 20:12:20.272 INFO O| Aug 26 20:12:20.272 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8361 | 2024-08-26T20:12:21.806Z | [ host-image] Aug 26 20:12:20.281 INFO O| Aug 26 20:12:20.281 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8362 | 2024-08-26T20:12:21.809Z | [ host-image] Aug 26 20:12:20.282 INFO O| Aug 26 20:12:20.282 INFO STEP 11 (remove_files) COMPLETE |
8363 | 2024-08-26T20:12:21.809Z | [ host-image] Aug 26 20:12:20.282 INFO O| Aug 26 20:12:20.282 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8364 | 2024-08-26T20:12:21.817Z | [ host-image] Aug 26 20:12:20.292 INFO O| Aug 26 20:12:20.292 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8365 | 2024-08-26T20:12:21.820Z | [ host-image] Aug 26 20:12:20.294 INFO O| Aug 26 20:12:20.294 INFO STEP 12 (remove_files) COMPLETE |
8366 | 2024-08-26T20:12:21.820Z | [ host-image] Aug 26 20:12:20.294 INFO O| Aug 26 20:12:20.294 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8367 | 2024-08-26T20:12:22.129Z | [ host-image] Aug 26 20:12:20.604 INFO O| Aug 26 20:12:20.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8368 | 2024-08-26T20:12:22.132Z | [ host-image] Aug 26 20:12:20.604 INFO O| Aug 26 20:12:20.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8369 | 2024-08-26T20:12:22.138Z | [ host-image] Aug 26 20:12:20.614 INFO O| Aug 26 20:12:20.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8370 | 2024-08-26T20:12:22.141Z | [ host-image] Aug 26 20:12:20.614 INFO O| Aug 26 20:12:20.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8371 | 2024-08-26T20:12:22.196Z | [ host-image] Aug 26 20:12:20.671 INFO O| Aug 26 20:12:20.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8372 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.671 INFO O| Aug 26 20:12:20.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8373 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.671 INFO O| Aug 26 20:12:20.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8374 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8375 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8376 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8377 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8378 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8379 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.672 INFO O| Aug 26 20:12:20.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8380 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8381 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8382 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8383 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8384 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8385 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.673 INFO O| Aug 26 20:12:20.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8386 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.674 INFO O| Aug 26 20:12:20.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8387 | 2024-08-26T20:12:22.199Z | [ host-image] Aug 26 20:12:20.674 INFO O| Aug 26 20:12:20.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8388 | 2024-08-26T20:12:22.216Z | [ host-image] Aug 26 20:12:20.691 INFO O| Aug 26 20:12:20.691 INFO STEP 13 (remove_files) COMPLETE |
8389 | 2024-08-26T20:12:22.216Z | [ host-image] Aug 26 20:12:20.691 INFO O| Aug 26 20:12:20.691 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8390 | 2024-08-26T20:12:22.227Z | [ host-image] Aug 26 20:12:20.703 INFO O| Aug 26 20:12:20.703 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8391 | 2024-08-26T20:12:22.230Z | [ host-image] Aug 26 20:12:20.704 INFO O| Aug 26 20:12:20.704 INFO STEP 14 (remove_files) COMPLETE |
8392 | 2024-08-26T20:12:22.230Z | [ host-image] Aug 26 20:12:20.704 INFO O| Aug 26 20:12:20.704 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8393 | 2024-08-26T20:12:22.238Z | [ host-image] Aug 26 20:12:20.714 INFO O| Aug 26 20:12:20.714 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8394 | 2024-08-26T20:12:22.245Z | [ host-image] Aug 26 20:12:20.720 INFO O| Aug 26 20:12:20.720 INFO STEP 15 (remove_files) COMPLETE |
8395 | 2024-08-26T20:12:22.245Z | [ host-image] Aug 26 20:12:20.720 INFO O| Aug 26 20:12:20.720 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8396 | 2024-08-26T20:12:22.257Z | [ host-image] Aug 26 20:12:20.730 INFO O| Aug 26 20:12:20.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8397 | 2024-08-26T20:12:22.260Z | [ host-image] Aug 26 20:12:20.731 INFO O| Aug 26 20:12:20.731 INFO STEP 16 (remove_files) COMPLETE |
8398 | 2024-08-26T20:12:22.260Z | [ host-image] Aug 26 20:12:20.731 INFO O| Aug 26 20:12:20.731 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-26T20:12:22.265Z | [ host-image] Aug 26 20:12:20.741 INFO O| Aug 26 20:12:20.740 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8400 | 2024-08-26T20:12:22.268Z | [ host-image] Aug 26 20:12:20.742 INFO O| Aug 26 20:12:20.742 INFO STEP 17 (remove_files) COMPLETE |
8401 | 2024-08-26T20:12:22.268Z | [ host-image] Aug 26 20:12:20.742 INFO O| Aug 26 20:12:20.742 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-26T20:12:22.276Z | [ host-image] Aug 26 20:12:20.752 INFO O| Aug 26 20:12:20.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8403 | 2024-08-26T20:12:22.276Z | [ host-image] Aug 26 20:12:20.752 INFO O| Aug 26 20:12:20.752 INFO STEP 18 (remove_files) COMPLETE |
8404 | 2024-08-26T20:12:22.279Z | [ host-image] Aug 26 20:12:20.752 INFO O| Aug 26 20:12:20.752 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-26T20:12:22.286Z | [ host-image] Aug 26 20:12:20.762 INFO O| Aug 26 20:12:20.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8406 | 2024-08-26T20:12:22.286Z | [ host-image] Aug 26 20:12:20.762 INFO O| Aug 26 20:12:20.762 INFO STEP 19 (remove_files) COMPLETE |
8407 | 2024-08-26T20:12:22.289Z | [ host-image] Aug 26 20:12:20.762 INFO O| Aug 26 20:12:20.762 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-26T20:12:22.296Z | [ host-image] Aug 26 20:12:20.771 INFO O| Aug 26 20:12:20.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8409 | 2024-08-26T20:12:22.296Z | [ host-image] Aug 26 20:12:20.771 INFO O| Aug 26 20:12:20.771 INFO STEP 20 (remove_files) COMPLETE |
8410 | 2024-08-26T20:12:22.298Z | [ host-image] Aug 26 20:12:20.771 INFO O| Aug 26 20:12:20.771 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-26T20:12:22.306Z | [ host-image] Aug 26 20:12:20.781 INFO O| Aug 26 20:12:20.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8412 | 2024-08-26T20:12:22.306Z | [ host-image] Aug 26 20:12:20.781 INFO O| Aug 26 20:12:20.781 INFO STEP 21 (remove_files) COMPLETE |
8413 | 2024-08-26T20:12:22.306Z | [ host-image] Aug 26 20:12:20.781 INFO O| Aug 26 20:12:20.781 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-26T20:12:22.316Z | [ host-image] Aug 26 20:12:20.791 INFO O| Aug 26 20:12:20.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8415 | 2024-08-26T20:12:22.318Z | [ host-image] Aug 26 20:12:20.791 INFO O| Aug 26 20:12:20.791 INFO STEP 22 (remove_files) COMPLETE |
8416 | 2024-08-26T20:12:22.318Z | [ host-image] Aug 26 20:12:20.791 INFO O| Aug 26 20:12:20.791 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-26T20:12:22.325Z | [ host-image] Aug 26 20:12:20.801 INFO O| Aug 26 20:12:20.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8418 | 2024-08-26T20:12:22.325Z | [ host-image] Aug 26 20:12:20.801 INFO O| Aug 26 20:12:20.801 INFO STEP 23 (remove_files) COMPLETE |
8419 | 2024-08-26T20:12:22.328Z | [ host-image] Aug 26 20:12:20.801 INFO O| Aug 26 20:12:20.801 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-26T20:12:22.335Z | [ host-image] Aug 26 20:12:20.810 INFO O| Aug 26 20:12:20.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8421 | 2024-08-26T20:12:22.335Z | [ host-image] Aug 26 20:12:20.810 INFO O| Aug 26 20:12:20.810 INFO STEP 24 (remove_files) COMPLETE |
8422 | 2024-08-26T20:12:22.335Z | [ host-image] Aug 26 20:12:20.810 INFO O| Aug 26 20:12:20.810 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-26T20:12:22.345Z | [ host-image] Aug 26 20:12:20.820 INFO O| Aug 26 20:12:20.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8424 | 2024-08-26T20:12:22.345Z | [ host-image] Aug 26 20:12:20.820 INFO O| Aug 26 20:12:20.820 INFO STEP 25 (remove_files) COMPLETE |
8425 | 2024-08-26T20:12:22.345Z | [ host-image] Aug 26 20:12:20.820 INFO O| Aug 26 20:12:20.820 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-26T20:12:22.355Z | [ host-image] Aug 26 20:12:20.830 INFO O| Aug 26 20:12:20.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8427 | 2024-08-26T20:12:22.355Z | [ host-image] Aug 26 20:12:20.830 INFO O| Aug 26 20:12:20.830 INFO STEP 26 (remove_files) COMPLETE |
8428 | 2024-08-26T20:12:22.355Z | [ host-image] Aug 26 20:12:20.830 INFO O| Aug 26 20:12:20.830 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-26T20:12:22.366Z | [ host-image] Aug 26 20:12:20.841 INFO O| Aug 26 20:12:20.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8430 | 2024-08-26T20:12:22.366Z | [ host-image] Aug 26 20:12:20.841 INFO O| Aug 26 20:12:20.841 INFO STEP 27 (remove_files) COMPLETE |
8431 | 2024-08-26T20:12:22.368Z | [ host-image] Aug 26 20:12:20.841 INFO O| Aug 26 20:12:20.841 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-26T20:12:22.377Z | [ host-image] Aug 26 20:12:20.852 INFO O| Aug 26 20:12:20.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8433 | 2024-08-26T20:12:22.377Z | [ host-image] Aug 26 20:12:20.852 INFO O| Aug 26 20:12:20.852 INFO STEP 28 (remove_files) COMPLETE |
8434 | 2024-08-26T20:12:22.377Z | [ host-image] Aug 26 20:12:20.852 INFO O| Aug 26 20:12:20.852 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-26T20:12:22.387Z | [ host-image] Aug 26 20:12:20.862 INFO O| Aug 26 20:12:20.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8436 | 2024-08-26T20:12:22.387Z | [ host-image] Aug 26 20:12:20.862 INFO O| Aug 26 20:12:20.862 INFO STEP 29 (remove_files) COMPLETE |
8437 | 2024-08-26T20:12:22.390Z | [ host-image] Aug 26 20:12:20.862 INFO O| Aug 26 20:12:20.862 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-26T20:12:22.397Z | [ host-image] Aug 26 20:12:20.872 INFO O| Aug 26 20:12:20.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8439 | 2024-08-26T20:12:22.397Z | [ host-image] Aug 26 20:12:20.872 INFO O| Aug 26 20:12:20.872 INFO STEP 30 (remove_files) COMPLETE |
8440 | 2024-08-26T20:12:22.397Z | [ host-image] Aug 26 20:12:20.872 INFO O| Aug 26 20:12:20.872 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8441 | 2024-08-26T20:12:22.407Z | [ host-image] Aug 26 20:12:20.882 INFO O| Aug 26 20:12:20.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8442 | 2024-08-26T20:12:22.407Z | [ host-image] Aug 26 20:12:20.882 INFO O| Aug 26 20:12:20.882 INFO STEP 31 (remove_files) COMPLETE |
8443 | 2024-08-26T20:12:22.407Z | [ host-image] Aug 26 20:12:20.882 INFO O| Aug 26 20:12:20.882 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8444 | 2024-08-26T20:12:22.417Z | [ host-image] Aug 26 20:12:20.892 INFO O| Aug 26 20:12:20.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8445 | 2024-08-26T20:12:22.417Z | [ host-image] Aug 26 20:12:20.892 INFO O| Aug 26 20:12:20.892 INFO STEP 32 (remove_files) COMPLETE |
8446 | 2024-08-26T20:12:22.419Z | [ host-image] Aug 26 20:12:20.892 INFO O| Aug 26 20:12:20.892 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8447 | 2024-08-26T20:12:22.427Z | [ host-image] Aug 26 20:12:20.902 INFO O| Aug 26 20:12:20.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8448 | 2024-08-26T20:12:22.427Z | [ host-image] Aug 26 20:12:20.902 INFO O| Aug 26 20:12:20.902 INFO STEP 33 (remove_files) COMPLETE |
8449 | 2024-08-26T20:12:22.429Z | [ host-image] Aug 26 20:12:20.902 INFO O| Aug 26 20:12:20.902 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8450 | 2024-08-26T20:12:22.436Z | [ host-image] Aug 26 20:12:20.911 INFO O| Aug 26 20:12:20.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8451 | 2024-08-26T20:12:22.436Z | [ host-image] Aug 26 20:12:20.912 INFO O| Aug 26 20:12:20.912 INFO STEP 34 (remove_files) COMPLETE |
8452 | 2024-08-26T20:12:22.436Z | [ host-image] Aug 26 20:12:20.912 INFO O| Aug 26 20:12:20.912 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8453 | 2024-08-26T20:12:22.447Z | [ host-image] Aug 26 20:12:20.921 INFO O| Aug 26 20:12:20.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8454 | 2024-08-26T20:12:22.448Z | [ host-image] Aug 26 20:12:20.921 INFO O| Aug 26 20:12:20.921 INFO STEP 35 (remove_files) COMPLETE |
8455 | 2024-08-26T20:12:22.450Z | [ host-image] Aug 26 20:12:20.921 INFO O| Aug 26 20:12:20.921 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8456 | 2024-08-26T20:12:22.455Z | [ host-image] Aug 26 20:12:20.931 INFO O| Aug 26 20:12:20.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8457 | 2024-08-26T20:12:22.458Z | [ host-image] Aug 26 20:12:20.931 INFO O| Aug 26 20:12:20.931 INFO STEP 36 (remove_files) COMPLETE |
8458 | 2024-08-26T20:12:22.458Z | [ host-image] Aug 26 20:12:20.931 INFO O| Aug 26 20:12:20.931 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8459 | 2024-08-26T20:12:22.465Z | [ host-image] Aug 26 20:12:20.941 INFO O| Aug 26 20:12:20.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8460 | 2024-08-26T20:12:22.465Z | [ host-image] Aug 26 20:12:20.941 INFO O| Aug 26 20:12:20.941 INFO STEP 37 (remove_files) COMPLETE |
8461 | 2024-08-26T20:12:22.465Z | [ host-image] Aug 26 20:12:20.941 INFO O| Aug 26 20:12:20.941 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8462 | 2024-08-26T20:12:22.476Z | [ host-image] Aug 26 20:12:20.951 INFO O| Aug 26 20:12:20.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8463 | 2024-08-26T20:12:22.479Z | [ host-image] Aug 26 20:12:20.951 INFO O| Aug 26 20:12:20.951 INFO STEP 38 (remove_files) COMPLETE |
8464 | 2024-08-26T20:12:22.479Z | [ host-image] Aug 26 20:12:20.951 INFO O| Aug 26 20:12:20.951 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8465 | 2024-08-26T20:12:22.485Z | [ host-image] Aug 26 20:12:20.960 INFO O| Aug 26 20:12:20.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8466 | 2024-08-26T20:12:22.489Z | [ host-image] Aug 26 20:12:20.960 INFO O| Aug 26 20:12:20.960 INFO STEP 39 (remove_files) COMPLETE |
8467 | 2024-08-26T20:12:22.489Z | [ host-image] Aug 26 20:12:20.960 INFO O| Aug 26 20:12:20.960 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8468 | 2024-08-26T20:12:22.495Z | [ host-image] Aug 26 20:12:20.970 INFO O| Aug 26 20:12:20.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8469 | 2024-08-26T20:12:22.495Z | [ host-image] Aug 26 20:12:20.970 INFO O| Aug 26 20:12:20.970 INFO STEP 40 (remove_files) COMPLETE |
8470 | 2024-08-26T20:12:22.497Z | [ host-image] Aug 26 20:12:20.970 INFO O| Aug 26 20:12:20.970 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8471 | 2024-08-26T20:12:22.504Z | [ host-image] Aug 26 20:12:20.980 INFO O| Aug 26 20:12:20.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8472 | 2024-08-26T20:12:22.505Z | [ host-image] Aug 26 20:12:20.980 INFO O| Aug 26 20:12:20.980 INFO STEP 41 (remove_files) COMPLETE |
8473 | 2024-08-26T20:12:22.505Z | [ host-image] Aug 26 20:12:20.980 INFO O| Aug 26 20:12:20.980 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8474 | 2024-08-26T20:12:22.514Z | [ host-image] Aug 26 20:12:20.989 INFO O| Aug 26 20:12:20.989 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8475 | 2024-08-26T20:12:22.514Z | [ host-image] Aug 26 20:12:20.989 INFO O| Aug 26 20:12:20.989 INFO STEP 42 (remove_files) COMPLETE |
8476 | 2024-08-26T20:12:22.517Z | [ host-image] Aug 26 20:12:20.989 INFO O| Aug 26 20:12:20.989 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8477 | 2024-08-26T20:12:22.524Z | [ host-image] Aug 26 20:12:20.999 INFO O| Aug 26 20:12:20.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8478 | 2024-08-26T20:12:22.524Z | [ host-image] Aug 26 20:12:20.999 INFO O| Aug 26 20:12:20.999 INFO STEP 43 (remove_files) COMPLETE |
8479 | 2024-08-26T20:12:22.527Z | [ host-image] Aug 26 20:12:20.999 INFO O| Aug 26 20:12:20.999 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8480 | 2024-08-26T20:12:22.535Z | [ host-image] Aug 26 20:12:21.010 INFO O| Aug 26 20:12:21.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8481 | 2024-08-26T20:12:22.535Z | [ host-image] Aug 26 20:12:21.010 INFO O| Aug 26 20:12:21.010 INFO STEP 44 (remove_files) COMPLETE |
8482 | 2024-08-26T20:12:22.538Z | [ host-image] Aug 26 20:12:21.010 INFO O| Aug 26 20:12:21.010 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8483 | 2024-08-26T20:12:22.544Z | [ host-image] Aug 26 20:12:21.019 INFO O| Aug 26 20:12:21.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8484 | 2024-08-26T20:12:22.547Z | [ host-image] Aug 26 20:12:21.019 INFO O| Aug 26 20:12:21.019 INFO STEP 45 (remove_files) COMPLETE |
8485 | 2024-08-26T20:12:22.547Z | [ host-image] Aug 26 20:12:21.020 INFO O| Aug 26 20:12:21.019 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8486 | 2024-08-26T20:12:22.554Z | [ host-image] Aug 26 20:12:21.029 INFO O| Aug 26 20:12:21.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8487 | 2024-08-26T20:12:22.554Z | [ host-image] Aug 26 20:12:21.029 INFO O| Aug 26 20:12:21.029 INFO STEP 46 (remove_files) COMPLETE |
8488 | 2024-08-26T20:12:22.557Z | [ host-image] Aug 26 20:12:21.030 INFO O| Aug 26 20:12:21.029 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8489 | 2024-08-26T20:12:22.565Z | [ host-image] Aug 26 20:12:21.040 INFO O| Aug 26 20:12:21.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8490 | 2024-08-26T20:12:22.565Z | [ host-image] Aug 26 20:12:21.040 INFO O| Aug 26 20:12:21.040 INFO STEP 47 (remove_files) COMPLETE |
8491 | 2024-08-26T20:12:22.567Z | [ host-image] Aug 26 20:12:21.040 INFO O| Aug 26 20:12:21.040 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8492 | 2024-08-26T20:12:22.575Z | [ host-image] Aug 26 20:12:21.050 INFO O| Aug 26 20:12:21.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8493 | 2024-08-26T20:12:22.575Z | [ host-image] Aug 26 20:12:21.050 INFO O| Aug 26 20:12:21.050 INFO STEP 48 (remove_files) COMPLETE |
8494 | 2024-08-26T20:12:22.577Z | [ host-image] Aug 26 20:12:21.050 INFO O| Aug 26 20:12:21.050 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8495 | 2024-08-26T20:12:22.585Z | [ host-image] Aug 26 20:12:21.060 INFO O| Aug 26 20:12:21.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8496 | 2024-08-26T20:12:22.587Z | [ host-image] Aug 26 20:12:21.060 INFO O| Aug 26 20:12:21.060 INFO STEP 49 (remove_files) COMPLETE |
8497 | 2024-08-26T20:12:22.587Z | [ host-image] Aug 26 20:12:21.060 INFO O| Aug 26 20:12:21.060 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8498 | 2024-08-26T20:12:22.594Z | [ host-image] Aug 26 20:12:21.070 INFO O| Aug 26 20:12:21.070 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8499 | 2024-08-26T20:12:22.594Z | [ host-image] Aug 26 20:12:21.070 INFO O| Aug 26 20:12:21.070 INFO STEP 50 (remove_files) COMPLETE |
8500 | 2024-08-26T20:12:22.594Z | [ host-image] Aug 26 20:12:21.070 INFO O| Aug 26 20:12:21.070 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8501 | 2024-08-26T20:12:22.604Z | [ host-image] Aug 26 20:12:21.079 INFO O| Aug 26 20:12:21.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8502 | 2024-08-26T20:12:22.607Z | [ host-image] Aug 26 20:12:21.080 INFO O| Aug 26 20:12:21.079 INFO STEP 51 (remove_files) COMPLETE |
8503 | 2024-08-26T20:12:22.607Z | [ host-image] Aug 26 20:12:21.080 INFO O| Aug 26 20:12:21.079 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8504 | 2024-08-26T20:12:22.614Z | [ host-image] Aug 26 20:12:21.089 INFO O| Aug 26 20:12:21.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8505 | 2024-08-26T20:12:22.617Z | [ host-image] Aug 26 20:12:21.089 INFO O| Aug 26 20:12:21.089 INFO STEP 52 (remove_files) COMPLETE |
8506 | 2024-08-26T20:12:22.617Z | [ host-image] Aug 26 20:12:21.089 INFO O| Aug 26 20:12:21.089 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8507 | 2024-08-26T20:12:22.623Z | [ host-image] Aug 26 20:12:21.099 INFO O| Aug 26 20:12:21.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8508 | 2024-08-26T20:12:22.626Z | [ host-image] Aug 26 20:12:21.099 INFO O| Aug 26 20:12:21.099 INFO STEP 53 (remove_files) COMPLETE |
8509 | 2024-08-26T20:12:22.626Z | [ host-image] Aug 26 20:12:21.099 INFO O| Aug 26 20:12:21.099 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8510 | 2024-08-26T20:12:22.634Z | [ host-image] Aug 26 20:12:21.109 INFO O| Aug 26 20:12:21.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8511 | 2024-08-26T20:12:22.634Z | [ host-image] Aug 26 20:12:21.109 INFO O| Aug 26 20:12:21.109 INFO STEP 54 (remove_files) COMPLETE |
8512 | 2024-08-26T20:12:22.636Z | [ host-image] Aug 26 20:12:21.109 INFO O| Aug 26 20:12:21.109 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8513 | 2024-08-26T20:12:22.644Z | [ host-image] Aug 26 20:12:21.119 INFO O| Aug 26 20:12:21.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8514 | 2024-08-26T20:12:22.644Z | [ host-image] Aug 26 20:12:21.119 INFO O| Aug 26 20:12:21.119 INFO STEP 55 (remove_files) COMPLETE |
8515 | 2024-08-26T20:12:22.644Z | [ host-image] Aug 26 20:12:21.119 INFO O| Aug 26 20:12:21.119 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8516 | 2024-08-26T20:12:22.654Z | [ host-image] Aug 26 20:12:21.129 INFO O| Aug 26 20:12:21.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8517 | 2024-08-26T20:12:22.654Z | [ host-image] Aug 26 20:12:21.129 INFO O| Aug 26 20:12:21.129 INFO STEP 56 (remove_files) COMPLETE |
8518 | 2024-08-26T20:12:22.658Z | [ host-image] Aug 26 20:12:21.129 INFO O| Aug 26 20:12:21.129 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8519 | 2024-08-26T20:12:22.664Z | [ host-image] Aug 26 20:12:21.139 INFO O| Aug 26 20:12:21.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8520 | 2024-08-26T20:12:22.664Z | [ host-image] Aug 26 20:12:21.139 INFO O| Aug 26 20:12:21.139 INFO STEP 57 (remove_files) COMPLETE |
8521 | 2024-08-26T20:12:22.664Z | [ host-image] Aug 26 20:12:21.139 INFO O| Aug 26 20:12:21.139 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8522 | 2024-08-26T20:12:22.674Z | [ host-image] Aug 26 20:12:21.149 INFO O| Aug 26 20:12:21.149 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8523 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.149 INFO O| Aug 26 20:12:21.149 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8524 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.149 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8525 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8526 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8527 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8528 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO ok! |
8529 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO STEP 58 (ensure_file) COMPLETE |
8530 | 2024-08-26T20:12:22.677Z | [ host-image] Aug 26 20:12:21.150 INFO O| Aug 26 20:12:21.150 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8531 | 2024-08-26T20:12:22.684Z | [ host-image] Aug 26 20:12:21.159 INFO O| Aug 26 20:12:21.159 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8532 | 2024-08-26T20:12:22.684Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.159 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8533 | 2024-08-26T20:12:22.687Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8534 | 2024-08-26T20:12:22.687Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8535 | 2024-08-26T20:12:22.687Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8536 | 2024-08-26T20:12:22.687Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8537 | 2024-08-26T20:12:22.687Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO ok! |
8538 | 2024-08-26T20:12:22.687Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO STEP 59 (ensure_file) COMPLETE |
8539 | 2024-08-26T20:12:22.687Z | [ host-image] Aug 26 20:12:21.160 INFO O| Aug 26 20:12:21.160 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8540 | 2024-08-26T20:12:22.694Z | [ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.169 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8541 | 2024-08-26T20:12:22.694Z | [ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.169 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8542 | 2024-08-26T20:12:22.697Z | [ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8543 | 2024-08-26T20:12:22.697Z | [ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO ok! |
8544 | 2024-08-26T20:12:22.697Z | [ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO STEP 60 (ensure_file) COMPLETE |
8545 | 2024-08-26T20:12:22.697Z | [ host-image] Aug 26 20:12:21.170 INFO O| Aug 26 20:12:21.170 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8546 | 2024-08-26T20:12:22.704Z | [ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.179 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8547 | 2024-08-26T20:12:22.707Z | [ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8548 | 2024-08-26T20:12:22.707Z | [ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8549 | 2024-08-26T20:12:22.707Z | [ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO ok! |
8550 | 2024-08-26T20:12:22.707Z | [ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO STEP 61 (ensure_file) COMPLETE |
8551 | 2024-08-26T20:12:22.707Z | [ host-image] Aug 26 20:12:21.180 INFO O| Aug 26 20:12:21.180 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8552 | 2024-08-26T20:12:22.717Z | [ host-image] Aug 26 20:12:21.192 INFO O| Aug 26 20:12:21.192 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8553 | 2024-08-26T20:12:22.717Z | [ host-image] Aug 26 20:12:21.192 INFO O| Aug 26 20:12:21.192 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8554 | 2024-08-26T20:12:22.717Z | [ host-image] Aug 26 20:12:21.192 INFO O| Aug 26 20:12:21.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8555 | 2024-08-26T20:12:22.720Z | [ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8556 | 2024-08-26T20:12:22.720Z | [ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.193 INFO ok! |
8557 | 2024-08-26T20:12:22.720Z | [ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.193 INFO STEP 62 (ensure_file) COMPLETE |
8558 | 2024-08-26T20:12:22.720Z | [ host-image] Aug 26 20:12:21.193 INFO O| Aug 26 20:12:21.193 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8559 | 2024-08-26T20:12:22.729Z | [ host-image] Aug 26 20:12:21.204 INFO O| Aug 26 20:12:21.204 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8560 | 2024-08-26T20:12:22.729Z | [ host-image] Aug 26 20:12:21.204 INFO O| Aug 26 20:12:21.204 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8561 | 2024-08-26T20:12:22.732Z | [ host-image] Aug 26 20:12:21.204 INFO O| Aug 26 20:12:21.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8562 | 2024-08-26T20:12:22.732Z | [ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.204 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8563 | 2024-08-26T20:12:22.732Z | [ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.204 INFO ok! |
8564 | 2024-08-26T20:12:22.732Z | [ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.205 INFO STEP 63 (ensure_file) COMPLETE |
8565 | 2024-08-26T20:12:22.732Z | [ host-image] Aug 26 20:12:21.205 INFO O| Aug 26 20:12:21.205 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8566 | 2024-08-26T20:12:22.740Z | [ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8567 | 2024-08-26T20:12:22.740Z | [ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8568 | 2024-08-26T20:12:22.740Z | [ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8569 | 2024-08-26T20:12:22.742Z | [ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO ok! |
8570 | 2024-08-26T20:12:22.743Z | [ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO STEP 64 (assemble_files) COMPLETE |
8571 | 2024-08-26T20:12:22.743Z | [ host-image] Aug 26 20:12:21.215 INFO O| Aug 26 20:12:21.215 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8572 | 2024-08-26T20:12:22.750Z | [ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8573 | 2024-08-26T20:12:22.750Z | [ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8574 | 2024-08-26T20:12:22.753Z | [ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8575 | 2024-08-26T20:12:22.753Z | [ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8576 | 2024-08-26T20:12:22.753Z | [ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO ok! |
8577 | 2024-08-26T20:12:22.753Z | [ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO STEP 65 (ensure_file) COMPLETE |
8578 | 2024-08-26T20:12:22.753Z | [ host-image] Aug 26 20:12:21.225 INFO O| Aug 26 20:12:21.225 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8579 | 2024-08-26T20:12:22.764Z | [ host-image] Aug 26 20:12:21.235 INFO O| Aug 26 20:12:21.235 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8580 | 2024-08-26T20:12:22.764Z | [ host-image] Aug 26 20:12:21.235 INFO O| Aug 26 20:12:21.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8581 | 2024-08-26T20:12:22.764Z | [ host-image] Aug 26 20:12:21.236 INFO O| Aug 26 20:12:21.236 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8582 | 2024-08-26T20:12:22.764Z | [ host-image] Aug 26 20:12:21.236 INFO O| Aug 26 20:12:21.236 INFO STEP 66 (ensure_dir) COMPLETE |
8583 | 2024-08-26T20:12:22.764Z | [ host-image] Aug 26 20:12:21.236 INFO O| Aug 26 20:12:21.236 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8584 | 2024-08-26T20:12:22.770Z | [ host-image] Aug 26 20:12:21.245 INFO O| Aug 26 20:12:21.245 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8585 | 2024-08-26T20:12:22.770Z | [ host-image] Aug 26 20:12:21.245 INFO O| Aug 26 20:12:21.245 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 ... |
8586 | 2024-08-26T20:12:22.777Z | [ host-image] Aug 26 20:12:21.252 INFO O| Aug 26 20:12:21.252 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 |
8587 | 2024-08-26T20:12:22.777Z | [ host-image] Aug 26 20:12:21.252 INFO O| Aug 26 20:12:21.252 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8588 | 2024-08-26T20:12:22.780Z | [ host-image] Aug 26 20:12:21.252 INFO O| Aug 26 20:12:21.252 INFO ok! |
8589 | 2024-08-26T20:12:22.780Z | [ host-image] Aug 26 20:12:21.253 INFO O| Aug 26 20:12:21.252 INFO STEP 67 (ensure_file) COMPLETE |
8590 | 2024-08-26T20:12:22.780Z | [ host-image] Aug 26 20:12:21.253 INFO O| Aug 26 20:12:21.252 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-08-26T20:12:22.789Z | [ host-image] Aug 26 20:12:21.264 INFO O| Aug 26 20:12:21.264 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8592 | 2024-08-26T20:12:22.789Z | [ host-image] Aug 26 20:12:21.264 INFO O| Aug 26 20:12:21.264 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 ... |
8593 | 2024-08-26T20:12:22.792Z | [ host-image] Aug 26 20:12:21.264 INFO O| Aug 26 20:12:21.264 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 |
8594 | 2024-08-26T20:12:22.792Z | [ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8595 | 2024-08-26T20:12:22.792Z | [ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.265 INFO ok! |
8596 | 2024-08-26T20:12:22.792Z | [ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.265 INFO STEP 68 (ensure_file) COMPLETE |
8597 | 2024-08-26T20:12:22.792Z | [ host-image] Aug 26 20:12:21.265 INFO O| Aug 26 20:12:21.265 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-08-26T20:12:22.804Z | [ host-image] Aug 26 20:12:21.280 INFO O| Aug 26 20:12:21.279 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8599 | 2024-08-26T20:12:22.805Z | [ host-image] Aug 26 20:12:21.280 INFO O| Aug 26 20:12:21.280 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8600 | 2024-08-26T20:12:24.913Z | [ host-image] Aug 26 20:12:23.387 INFO O| Aug 26 20:12:23.387 INFO STEP 69 (pack_tar) COMPLETE |
8601 | 2024-08-26T20:12:24.913Z | [ host-image] Aug 26 20:12:23.387 INFO O| Aug 26 20:12:23.387 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8602 | 2024-08-26T20:12:24.915Z | [ host-image] Aug 26 20:12:23.387 INFO O| Aug 26 20:12:23.387 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8603 | 2024-08-26T20:12:25.660Z | [ host-image] Aug 26 20:12:24.135 INFO O| Aug 26 20:12:24.135 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8604 | 2024-08-26T20:12:25.738Z | [ host-image] Aug 26 20:12:24.213 INFO O| Aug 26 20:12:24.213 INFO completed processing gimlet/ramdisk-02-trim |
8605 | 2024-08-26T20:12:25.741Z | [ host-image] Aug 26 20:12:24.215 INFO image builder template: zfs... |
8606 | 2024-08-26T20:12:25.741Z | [ host-image] Aug 26 20:12:24.215 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/.tmpYkxlj2/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 |
8607 | 2024-08-26T20:12:25.755Z | [ host-image] Aug 26 20:12:24.230 INFO O| Aug 26 20:12:24.229 INFO skip include "stress" because feature "stress" is not enabled |
8608 | 2024-08-26T20:12:25.786Z | [ host-image] Aug 26 20:12:24.261 INFO O| Aug 26 20:12:24.261 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8609 | 2024-08-26T20:12:25.790Z | [ host-image] Aug 26 20:12:24.265 INFO O| Aug 26 20:12:24.265 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8610 | 2024-08-26T20:12:25.879Z | [ host-image] Aug 26 20:12:24.354 INFO O| Aug 26 20:12:24.353 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8611 | 2024-08-26T20:12:25.950Z | [ host-image] Aug 26 20:12:24.425 INFO O| Aug 26 20:12:24.425 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8612 | 2024-08-26T20:12:25.950Z | [ host-image] Aug 26 20:12:24.425 INFO O| Aug 26 20:12:24.425 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8613 | 2024-08-26T20:12:25.955Z | [ host-image] Aug 26 20:12:24.430 INFO O| Aug 26 20:12:24.430 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8614 | 2024-08-26T20:12:26.029Z | [ host-image] Aug 26 20:12:24.504 INFO O| Aug 26 20:12:24.504 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8615 | 2024-08-26T20:12:26.102Z | [ host-image] Aug 26 20:12:24.577 INFO O| Aug 26 20:12:24.576 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8616 | 2024-08-26T20:12:26.113Z | [ host-image] Aug 26 20:12:24.588 INFO O| Aug 26 20:12:24.588 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8617 | 2024-08-26T20:12:26.118Z | [ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8618 | 2024-08-26T20:12:26.118Z | [ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO no lofi found |
8619 | 2024-08-26T20:12:26.121Z | [ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8620 | 2024-08-26T20:12:26.121Z | [ host-image] Aug 26 20:12:24.593 INFO O| Aug 26 20:12:24.593 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8621 | 2024-08-26T20:12:27.535Z | [ host-image] Aug 26 20:12:26.009 INFO O| Aug 26 20:12:26.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8622 | 2024-08-26T20:12:27.535Z | [ host-image] Aug 26 20:12:26.010 INFO O| Aug 26 20:12:26.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8623 | 2024-08-26T20:12:27.538Z | [ host-image] Aug 26 20:12:26.010 INFO O| Aug 26 20:12:26.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"] |
8624 | 2024-08-26T20:12:27.608Z | [ host-image] Aug 26 20:12:26.083 INFO O| Aug 26 20:12:26.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8625 | 2024-08-26T20:12:27.608Z | [ host-image] Aug 26 20:12:26.083 INFO O| Aug 26 20:12:26.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8626 | 2024-08-26T20:12:27.629Z | [ host-image] Aug 26 20:12:26.103 INFO O| Aug 26 20:12:26.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8627 | 2024-08-26T20:12:27.693Z | [ host-image] Aug 26 20:12:26.167 INFO O| Aug 26 20:12:26.167 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8628 | 2024-08-26T20:12:27.731Z | [ host-image] Aug 26 20:12:26.206 INFO O| Aug 26 20:12:26.206 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8629 | 2024-08-26T20:12:27.745Z | [ host-image] Aug 26 20:12:26.220 INFO O| Aug 26 20:12:26.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8630 | 2024-08-26T20:12:27.756Z | [ host-image] Aug 26 20:12:26.230 INFO O| Aug 26 20:12:26.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8631 | 2024-08-26T20:12:27.802Z | [ host-image] Aug 26 20:12:26.277 INFO O| Aug 26 20:12:26.277 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8632 | 2024-08-26T20:12:27.805Z | [ host-image] Aug 26 20:12:26.277 INFO O| Aug 26 20:12:26.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8633 | 2024-08-26T20:12:27.805Z | [ host-image] Aug 26 20:12:26.277 INFO O| Aug 26 20:12:26.277 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8634 | 2024-08-26T20:12:27.813Z | [ host-image] Aug 26 20:12:26.288 INFO O| Aug 26 20:12:26.288 INFO boot environment UUID: 668f25b6-4a10-406b-91cf-fc217813ed59 |
8635 | 2024-08-26T20:12:27.813Z | [ host-image] Aug 26 20:12:26.288 INFO O| Aug 26 20:12:26.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 668f25b6-4a10-406b-91cf-fc217813ed59 |
8636 | 2024-08-26T20:12:27.824Z | [ host-image] Aug 26 20:12:26.299 INFO O| Aug 26 20:12:26.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8637 | 2024-08-26T20:12:27.835Z | [ host-image] Aug 26 20:12:26.309 INFO O| Aug 26 20:12:26.309 INFO STEP 0 (create_be) COMPLETE |
8638 | 2024-08-26T20:12:27.835Z | [ host-image] Aug 26 20:12:26.309 INFO O| Aug 26 20:12:26.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8639 | 2024-08-26T20:12:27.850Z | [ host-image] Aug 26 20:12:26.325 INFO O| Aug 26 20:12:26.324 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8640 | 2024-08-26T20:12:31.890Z | [ recovery-image] Aug 26 20:12:30.361 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) |
8641 | 2024-08-26T20:12:34.547Z | [ recovery-image] Aug 26 20:12:33.016 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) |
8642 | 2024-08-26T20:12:39.028Z | [ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling bitflags v1.3.2 |
8643 | 2024-08-26T20:12:39.028Z | [ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling plain v0.2.3 |
8644 | 2024-08-26T20:12:39.028Z | [ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling bit_field v0.10.2 |
8645 | 2024-08-26T20:12:39.028Z | [ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling scroll v0.12.0 |
8646 | 2024-08-26T20:12:39.028Z | [ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling adler v1.0.2 |
8647 | 2024-08-26T20:12:39.028Z | [ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling log v0.4.21 |
8648 | 2024-08-26T20:12:39.029Z | [ recovery-image] Aug 26 20:12:37.501 INFO E| Compiling static_assertions v1.1.0 |
8649 | 2024-08-26T20:12:39.172Z | [ recovery-image] Aug 26 20:12:37.644 INFO E| Compiling raw-cpuid v10.7.0 |
8650 | 2024-08-26T20:12:39.284Z | [ recovery-image] Aug 26 20:12:37.756 INFO E| Compiling cpio_reader v0.1.1 |
8651 | 2024-08-26T20:12:39.365Z | [ recovery-image] Aug 26 20:12:37.836 INFO E| Compiling miniz_oxide v0.7.2 |
8652 | 2024-08-26T20:12:39.918Z | [ recovery-image] Aug 26 20:12:38.275 INFO E| Compiling bitstruct v0.1.1 |
8653 | 2024-08-26T20:12:40.350Z | [ recovery-image] Aug 26 20:12:38.822 INFO E| Compiling goblin v0.8.0 |
8654 | 2024-08-26T20:12:49.996Z | [ host-image] Aug 26 20:12:48.468 INFO O| Aug 26 20:12:48.468 INFO STEP 1 (unpack_tar) COMPLETE |
8655 | 2024-08-26T20:12:49.996Z | [ host-image] Aug 26 20:12:48.468 INFO O| Aug 26 20:12:48.468 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8656 | 2024-08-26T20:12:50.008Z | [ host-image] Aug 26 20:12:48.479 INFO O| Aug 26 20:12:48.479 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8657 | 2024-08-26T20:12:50.160Z | [ host-image] Aug 26 20:12:48.632 INFO O| Aug 26 20:12:48.632 INFO STEP 2 (devfsadm) COMPLETE |
8658 | 2024-08-26T20:12:50.160Z | [ host-image] Aug 26 20:12:48.632 INFO O| Aug 26 20:12:48.632 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8659 | 2024-08-26T20:12:50.172Z | [ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8660 | 2024-08-26T20:12:50.174Z | [ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8661 | 2024-08-26T20:12:50.174Z | [ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO STEP 3 (ensure_dir) COMPLETE |
8662 | 2024-08-26T20:12:50.174Z | [ host-image] Aug 26 20:12:48.643 INFO O| Aug 26 20:12:48.643 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8663 | 2024-08-26T20:12:50.181Z | [ host-image] Aug 26 20:12:48.653 INFO O| Aug 26 20:12:48.653 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8664 | 2024-08-26T20:12:50.181Z | [ host-image] Aug 26 20:12:48.653 INFO O| Aug 26 20:12:48.653 INFO STEP 4 (ensure_dir) COMPLETE |
8665 | 2024-08-26T20:12:50.184Z | [ host-image] Aug 26 20:12:48.653 INFO O| Aug 26 20:12:48.653 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8666 | 2024-08-26T20:12:50.191Z | [ host-image] Aug 26 20:12:48.663 INFO O| Aug 26 20:12:48.663 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8667 | 2024-08-26T20:12:50.191Z | [ host-image] Aug 26 20:12:48.663 INFO O| Aug 26 20:12:48.663 INFO STEP 5 (ensure_dir) COMPLETE |
8668 | 2024-08-26T20:12:50.193Z | [ host-image] Aug 26 20:12:48.663 INFO O| Aug 26 20:12:48.663 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8669 | 2024-08-26T20:12:50.201Z | [ host-image] Aug 26 20:12:48.672 INFO O| Aug 26 20:12:48.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8670 | 2024-08-26T20:12:50.201Z | [ host-image] Aug 26 20:12:48.672 INFO O| Aug 26 20:12:48.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8671 | 2024-08-26T20:12:50.203Z | [ host-image] Aug 26 20:12:48.672 INFO O| Aug 26 20:12:48.672 INFO STEP 6 (ensure_dir) COMPLETE |
8672 | 2024-08-26T20:12:50.203Z | [ host-image] Aug 26 20:12:48.673 INFO O| Aug 26 20:12:48.672 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8673 | 2024-08-26T20:12:50.210Z | [ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8674 | 2024-08-26T20:12:50.210Z | [ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8675 | 2024-08-26T20:12:50.212Z | [ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO STEP 7 (ensure_dir) COMPLETE |
8676 | 2024-08-26T20:12:50.213Z | [ host-image] Aug 26 20:12:48.682 INFO O| Aug 26 20:12:48.682 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8677 | 2024-08-26T20:12:50.220Z | [ host-image] Aug 26 20:12:48.691 INFO O| Aug 26 20:12:48.691 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8678 | 2024-08-26T20:12:50.222Z | [ host-image] Aug 26 20:12:48.692 INFO O| Aug 26 20:12:48.692 INFO STEP 8 (remove_files) COMPLETE |
8679 | 2024-08-26T20:12:50.222Z | [ host-image] Aug 26 20:12:48.692 INFO O| Aug 26 20:12:48.692 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8680 | 2024-08-26T20:12:50.229Z | [ host-image] Aug 26 20:12:48.701 INFO O| Aug 26 20:12:48.701 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8681 | 2024-08-26T20:12:50.232Z | [ host-image] Aug 26 20:12:48.702 INFO O| Aug 26 20:12:48.702 INFO STEP 9 (remove_files) COMPLETE |
8682 | 2024-08-26T20:12:50.232Z | [ host-image] Aug 26 20:12:48.702 INFO O| Aug 26 20:12:48.702 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8683 | 2024-08-26T20:12:50.240Z | [ host-image] Aug 26 20:12:48.711 INFO O| Aug 26 20:12:48.711 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8684 | 2024-08-26T20:12:50.242Z | [ host-image] Aug 26 20:12:48.712 INFO O| Aug 26 20:12:48.712 INFO STEP 10 (remove_files) COMPLETE |
8685 | 2024-08-26T20:12:50.242Z | [ host-image] Aug 26 20:12:48.712 INFO O| Aug 26 20:12:48.712 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8686 | 2024-08-26T20:12:50.249Z | [ host-image] Aug 26 20:12:48.721 INFO O| Aug 26 20:12:48.721 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8687 | 2024-08-26T20:12:50.252Z | [ host-image] Aug 26 20:12:48.721 INFO O| Aug 26 20:12:48.721 INFO STEP 11 (remove_files) COMPLETE |
8688 | 2024-08-26T20:12:50.252Z | [ host-image] Aug 26 20:12:48.721 INFO O| Aug 26 20:12:48.721 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8689 | 2024-08-26T20:12:50.259Z | [ host-image] Aug 26 20:12:48.731 INFO O| Aug 26 20:12:48.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8690 | 2024-08-26T20:12:50.262Z | [ host-image] Aug 26 20:12:48.731 INFO O| Aug 26 20:12:48.731 INFO STEP 12 (remove_files) COMPLETE |
8691 | 2024-08-26T20:12:50.262Z | [ host-image] Aug 26 20:12:48.731 INFO O| Aug 26 20:12:48.731 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8692 | 2024-08-26T20:12:50.269Z | [ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8693 | 2024-08-26T20:12:50.269Z | [ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8694 | 2024-08-26T20:12:50.271Z | [ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO STEP 13 (ensure_dir) COMPLETE |
8695 | 2024-08-26T20:12:50.271Z | [ host-image] Aug 26 20:12:48.741 INFO O| Aug 26 20:12:48.741 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8696 | 2024-08-26T20:12:50.279Z | [ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8697 | 2024-08-26T20:12:50.281Z | [ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8698 | 2024-08-26T20:12:50.282Z | [ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8699 | 2024-08-26T20:12:50.282Z | [ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO STEP 14 (ensure_dir) COMPLETE |
8700 | 2024-08-26T20:12:50.282Z | [ host-image] Aug 26 20:12:48.751 INFO O| Aug 26 20:12:48.751 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8701 | 2024-08-26T20:12:50.289Z | [ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.760 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8702 | 2024-08-26T20:12:50.289Z | [ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8703 | 2024-08-26T20:12:50.292Z | [ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8704 | 2024-08-26T20:12:50.292Z | [ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO STEP 15 (ensure_dir) COMPLETE |
8705 | 2024-08-26T20:12:50.292Z | [ host-image] Aug 26 20:12:48.761 INFO O| Aug 26 20:12:48.761 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8706 | 2024-08-26T20:12:50.298Z | [ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8707 | 2024-08-26T20:12:50.301Z | [ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8708 | 2024-08-26T20:12:50.301Z | [ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO STEP 16 (ensure_dir) COMPLETE |
8709 | 2024-08-26T20:12:50.301Z | [ host-image] Aug 26 20:12:48.770 INFO O| Aug 26 20:12:48.770 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8710 | 2024-08-26T20:12:50.308Z | [ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.779 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8711 | 2024-08-26T20:12:50.310Z | [ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8712 | 2024-08-26T20:12:50.310Z | [ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.780 INFO STEP 17 (ensure_dir) COMPLETE |
8713 | 2024-08-26T20:12:50.310Z | [ host-image] Aug 26 20:12:48.780 INFO O| Aug 26 20:12:48.780 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8714 | 2024-08-26T20:12:50.317Z | [ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8715 | 2024-08-26T20:12:50.317Z | [ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8716 | 2024-08-26T20:12:50.320Z | [ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO ok! |
8717 | 2024-08-26T20:12:50.320Z | [ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO STEP 18 (ensure_symlink) COMPLETE |
8718 | 2024-08-26T20:12:50.320Z | [ host-image] Aug 26 20:12:48.789 INFO O| Aug 26 20:12:48.789 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8719 | 2024-08-26T20:12:50.327Z | [ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8720 | 2024-08-26T20:12:50.327Z | [ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8721 | 2024-08-26T20:12:50.329Z | [ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO ok! |
8722 | 2024-08-26T20:12:50.329Z | [ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO STEP 19 (ensure_file) COMPLETE |
8723 | 2024-08-26T20:12:50.329Z | [ host-image] Aug 26 20:12:48.799 INFO O| Aug 26 20:12:48.799 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8724 | 2024-08-26T20:12:50.336Z | [ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8725 | 2024-08-26T20:12:50.336Z | [ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8726 | 2024-08-26T20:12:50.339Z | [ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8727 | 2024-08-26T20:12:50.339Z | [ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO ok! |
8728 | 2024-08-26T20:12:50.339Z | [ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO STEP 20 (ensure_symlink) COMPLETE |
8729 | 2024-08-26T20:12:50.339Z | [ host-image] Aug 26 20:12:48.808 INFO O| Aug 26 20:12:48.808 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8730 | 2024-08-26T20:12:50.346Z | [ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8731 | 2024-08-26T20:12:50.346Z | [ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8732 | 2024-08-26T20:12:50.348Z | [ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8733 | 2024-08-26T20:12:50.348Z | [ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO ok! |
8734 | 2024-08-26T20:12:50.348Z | [ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO STEP 21 (ensure_symlink) COMPLETE |
8735 | 2024-08-26T20:12:50.348Z | [ host-image] Aug 26 20:12:48.818 INFO O| Aug 26 20:12:48.818 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8736 | 2024-08-26T20:12:50.355Z | [ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8737 | 2024-08-26T20:12:50.355Z | [ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8738 | 2024-08-26T20:12:50.358Z | [ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8739 | 2024-08-26T20:12:50.358Z | [ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO ok! |
8740 | 2024-08-26T20:12:50.358Z | [ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO STEP 22 (ensure_symlink) COMPLETE |
8741 | 2024-08-26T20:12:50.358Z | [ host-image] Aug 26 20:12:48.827 INFO O| Aug 26 20:12:48.827 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8742 | 2024-08-26T20:12:50.365Z | [ host-image] Aug 26 20:12:48.836 INFO O| Aug 26 20:12:48.836 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8743 | 2024-08-26T20:12:50.365Z | [ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.836 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8744 | 2024-08-26T20:12:50.367Z | [ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8745 | 2024-08-26T20:12:50.367Z | [ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO ok! |
8746 | 2024-08-26T20:12:50.367Z | [ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO STEP 23 (ensure_symlink) COMPLETE |
8747 | 2024-08-26T20:12:50.367Z | [ host-image] Aug 26 20:12:48.837 INFO O| Aug 26 20:12:48.837 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8748 | 2024-08-26T20:12:50.374Z | [ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8749 | 2024-08-26T20:12:50.380Z | [ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8750 | 2024-08-26T20:12:50.380Z | [ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8751 | 2024-08-26T20:12:50.380Z | [ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO ok! |
8752 | 2024-08-26T20:12:50.380Z | [ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO STEP 24 (ensure_file) COMPLETE |
8753 | 2024-08-26T20:12:50.380Z | [ host-image] Aug 26 20:12:48.846 INFO O| Aug 26 20:12:48.846 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8754 | 2024-08-26T20:12:50.384Z | [ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO updating shadow file |
8755 | 2024-08-26T20:12:50.386Z | [ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8756 | 2024-08-26T20:12:50.386Z | [ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8757 | 2024-08-26T20:12:50.386Z | [ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO STEP 25 (shadow) COMPLETE |
8758 | 2024-08-26T20:12:50.386Z | [ host-image] Aug 26 20:12:48.856 INFO O| Aug 26 20:12:48.856 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8759 | 2024-08-26T20:12:50.394Z | [ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8760 | 2024-08-26T20:12:50.394Z | [ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8761 | 2024-08-26T20:12:50.396Z | [ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8762 | 2024-08-26T20:12:50.396Z | [ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO ok! |
8763 | 2024-08-26T20:12:50.396Z | [ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO STEP 26 (ensure_file) COMPLETE |
8764 | 2024-08-26T20:12:50.396Z | [ host-image] Aug 26 20:12:48.865 INFO O| Aug 26 20:12:48.865 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8765 | 2024-08-26T20:12:50.403Z | [ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8766 | 2024-08-26T20:12:50.403Z | [ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8767 | 2024-08-26T20:12:50.405Z | [ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8768 | 2024-08-26T20:12:50.405Z | [ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO ok! |
8769 | 2024-08-26T20:12:50.405Z | [ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO STEP 27 (ensure_file) COMPLETE |
8770 | 2024-08-26T20:12:50.406Z | [ host-image] Aug 26 20:12:48.875 INFO O| Aug 26 20:12:48.875 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8771 | 2024-08-26T20:12:50.413Z | [ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8772 | 2024-08-26T20:12:50.413Z | [ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8773 | 2024-08-26T20:12:50.415Z | [ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8774 | 2024-08-26T20:12:50.415Z | [ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8775 | 2024-08-26T20:12:50.415Z | [ host-image] Aug 26 20:12:48.884 INFO O| Aug 26 20:12:48.884 INFO ok! |
8776 | 2024-08-26T20:12:50.415Z | [ host-image] Aug 26 20:12:48.885 INFO O| Aug 26 20:12:48.884 INFO STEP 28 (ensure_file) COMPLETE |
8777 | 2024-08-26T20:12:50.415Z | [ host-image] Aug 26 20:12:48.885 INFO O| Aug 26 20:12:48.884 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8778 | 2024-08-26T20:12:50.422Z | [ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8779 | 2024-08-26T20:12:50.422Z | [ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8780 | 2024-08-26T20:12:50.424Z | [ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8781 | 2024-08-26T20:12:50.424Z | [ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO ok! |
8782 | 2024-08-26T20:12:50.424Z | [ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO STEP 29 (ensure_file) COMPLETE |
8783 | 2024-08-26T20:12:50.424Z | [ host-image] Aug 26 20:12:48.894 INFO O| Aug 26 20:12:48.894 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8784 | 2024-08-26T20:12:50.432Z | [ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8785 | 2024-08-26T20:12:50.432Z | [ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8786 | 2024-08-26T20:12:50.434Z | [ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8787 | 2024-08-26T20:12:50.434Z | [ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO ok! |
8788 | 2024-08-26T20:12:50.434Z | [ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO STEP 30 (ensure_file) COMPLETE |
8789 | 2024-08-26T20:12:50.434Z | [ host-image] Aug 26 20:12:48.904 INFO O| Aug 26 20:12:48.904 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8790 | 2024-08-26T20:12:50.442Z | [ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8791 | 2024-08-26T20:12:50.444Z | [ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8792 | 2024-08-26T20:12:50.444Z | [ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8793 | 2024-08-26T20:12:50.444Z | [ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8794 | 2024-08-26T20:12:50.444Z | [ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO ok! |
8795 | 2024-08-26T20:12:50.444Z | [ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO STEP 31 (ensure_file) COMPLETE |
8796 | 2024-08-26T20:12:50.444Z | [ host-image] Aug 26 20:12:48.914 INFO O| Aug 26 20:12:48.914 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8797 | 2024-08-26T20:12:50.452Z | [ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.923 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8798 | 2024-08-26T20:12:50.452Z | [ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8799 | 2024-08-26T20:12:50.454Z | [ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8800 | 2024-08-26T20:12:50.454Z | [ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO ok! |
8801 | 2024-08-26T20:12:50.454Z | [ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO STEP 32 (ensure_file) COMPLETE |
8802 | 2024-08-26T20:12:50.454Z | [ host-image] Aug 26 20:12:48.924 INFO O| Aug 26 20:12:48.924 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8803 | 2024-08-26T20:12:50.461Z | [ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8804 | 2024-08-26T20:12:50.461Z | [ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8805 | 2024-08-26T20:12:50.464Z | [ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8806 | 2024-08-26T20:12:50.464Z | [ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO ok! |
8807 | 2024-08-26T20:12:50.464Z | [ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO STEP 33 (ensure_file) COMPLETE |
8808 | 2024-08-26T20:12:50.464Z | [ host-image] Aug 26 20:12:48.933 INFO O| Aug 26 20:12:48.933 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8809 | 2024-08-26T20:12:50.471Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8810 | 2024-08-26T20:12:50.471Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8811 | 2024-08-26T20:12:50.473Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8812 | 2024-08-26T20:12:50.473Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8813 | 2024-08-26T20:12:50.473Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8814 | 2024-08-26T20:12:50.473Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8815 | 2024-08-26T20:12:50.473Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO ok! |
8816 | 2024-08-26T20:12:50.473Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO STEP 34 (ensure_file) COMPLETE |
8817 | 2024-08-26T20:12:50.473Z | [ host-image] Aug 26 20:12:48.943 INFO O| Aug 26 20:12:48.943 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8818 | 2024-08-26T20:12:50.481Z | [ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8819 | 2024-08-26T20:12:50.483Z | [ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8820 | 2024-08-26T20:12:50.483Z | [ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8821 | 2024-08-26T20:12:50.483Z | [ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO STEP 35 (ensure_dir) COMPLETE |
8822 | 2024-08-26T20:12:50.483Z | [ host-image] Aug 26 20:12:48.953 INFO O| Aug 26 20:12:48.953 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8823 | 2024-08-26T20:12:50.490Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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 |
8824 | 2024-08-26T20:12:50.490Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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 ... |
8825 | 2024-08-26T20:12:50.493Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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 |
8826 | 2024-08-26T20:12:50.493Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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 |
8827 | 2024-08-26T20:12:50.493Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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 |
8828 | 2024-08-26T20:12:50.493Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 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 |
8829 | 2024-08-26T20:12:50.493Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 INFO ok! |
8830 | 2024-08-26T20:12:50.493Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 INFO STEP 36 (ensure_file) COMPLETE |
8831 | 2024-08-26T20:12:50.493Z | [ host-image] Aug 26 20:12:48.962 INFO O| Aug 26 20:12:48.962 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8832 | 2024-08-26T20:12:50.500Z | [ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8833 | 2024-08-26T20:12:50.502Z | [ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 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 ... |
8834 | 2024-08-26T20:12:50.502Z | [ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8835 | 2024-08-26T20:12:50.502Z | [ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO ok! |
8836 | 2024-08-26T20:12:50.502Z | [ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO STEP 37 (ensure_symlink) COMPLETE |
8837 | 2024-08-26T20:12:50.502Z | [ host-image] Aug 26 20:12:48.972 INFO O| Aug 26 20:12:48.972 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8838 | 2024-08-26T20:12:50.510Z | [ host-image] Aug 26 20:12:48.981 INFO O| Aug 26 20:12:48.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8839 | 2024-08-26T20:12:50.510Z | [ host-image] Aug 26 20:12:48.981 INFO O| Aug 26 20:12:48.981 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8840 | 2024-08-26T20:12:50.512Z | [ host-image] Aug 26 20:12:48.981 INFO O| Aug 26 20:12:48.981 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8841 | 2024-08-26T20:12:50.512Z | [ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.981 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8842 | 2024-08-26T20:12:50.512Z | [ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8843 | 2024-08-26T20:12:50.512Z | [ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8844 | 2024-08-26T20:12:50.512Z | [ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO ok! |
8845 | 2024-08-26T20:12:50.512Z | [ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO STEP 38 (ensure_file) COMPLETE |
8846 | 2024-08-26T20:12:50.512Z | [ host-image] Aug 26 20:12:48.982 INFO O| Aug 26 20:12:48.982 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8847 | 2024-08-26T20:12:50.519Z | [ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8848 | 2024-08-26T20:12:50.519Z | [ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 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 ... |
8849 | 2024-08-26T20:12:50.521Z | [ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 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 |
8850 | 2024-08-26T20:12:50.521Z | [ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8851 | 2024-08-26T20:12:50.521Z | [ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO ok! |
8852 | 2024-08-26T20:12:50.521Z | [ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO STEP 39 (ensure_file) COMPLETE |
8853 | 2024-08-26T20:12:50.521Z | [ host-image] Aug 26 20:12:48.991 INFO O| Aug 26 20:12:48.991 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8854 | 2024-08-26T20:12:50.530Z | [ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8855 | 2024-08-26T20:12:50.530Z | [ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8856 | 2024-08-26T20:12:50.533Z | [ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8857 | 2024-08-26T20:12:50.533Z | [ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO ok! |
8858 | 2024-08-26T20:12:50.533Z | [ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO STEP 40 (ensure_file) COMPLETE |
8859 | 2024-08-26T20:12:50.533Z | [ host-image] Aug 26 20:12:49.001 INFO O| Aug 26 20:12:49.001 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8860 | 2024-08-26T20:12:50.539Z | [ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO updating shadow file |
8861 | 2024-08-26T20:12:50.542Z | [ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8862 | 2024-08-26T20:12:50.542Z | [ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO STEP 41 (shadow) COMPLETE |
8863 | 2024-08-26T20:12:50.542Z | [ host-image] Aug 26 20:12:49.011 INFO O| Aug 26 20:12:49.011 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8864 | 2024-08-26T20:12:50.549Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8865 | 2024-08-26T20:12:50.551Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8866 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8867 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8868 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO ok! |
8869 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 42 (ensure_file) COMPLETE |
8870 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8871 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO skip step because feature "mfg" is not enabled |
8872 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8873 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO skip step because feature "mfg" is not enabled |
8874 | 2024-08-26T20:12:50.552Z | [ host-image] Aug 26 20:12:49.021 INFO O| Aug 26 20:12:49.021 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8875 | 2024-08-26T20:12:50.560Z | [ host-image] Aug 26 20:12:49.032 INFO O| Aug 26 20:12:49.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8876 | 2024-08-26T20:12:50.560Z | [ host-image] Aug 26 20:12:49.032 INFO O| Aug 26 20:12:49.032 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8877 | 2024-08-26T20:12:50.770Z | [ recovery-image] Aug 26 20:12:49.241 INFO E| Finished `release` profile [optimized] target(s) in 42.46s |
8878 | 2024-08-26T20:12:50.795Z | [ recovery-image] Aug 26 20:12:49.267 INFO building host image... |
8879 | 2024-08-26T20:12:50.798Z | [ recovery-image] Aug 26 20:12:49.267 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") |
8880 | 2024-08-26T20:12:51.211Z | [ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8881 | 2024-08-26T20:12:51.211Z | [ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8882 | 2024-08-26T20:12:51.211Z | [ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO ok! |
8883 | 2024-08-26T20:12:51.217Z | [ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO STEP 45 (ensure_file) COMPLETE |
8884 | 2024-08-26T20:12:51.217Z | [ host-image] Aug 26 20:12:49.677 INFO O| Aug 26 20:12:49.677 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8885 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.690 INFO O| Aug 26 20:12:49.690 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8886 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.690 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8887 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8888 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8889 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8890 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8891 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO ok! |
8892 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO STEP 46 (ensure_file) COMPLETE |
8893 | 2024-08-26T20:12:51.222Z | [ host-image] Aug 26 20:12:49.691 INFO O| Aug 26 20:12:49.691 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8894 | 2024-08-26T20:12:51.229Z | [ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.700 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8895 | 2024-08-26T20:12:51.229Z | [ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 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 ... |
8896 | 2024-08-26T20:12:51.232Z | [ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 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 |
8897 | 2024-08-26T20:12:51.233Z | [ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8898 | 2024-08-26T20:12:51.233Z | [ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO ok! |
8899 | 2024-08-26T20:12:51.233Z | [ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO STEP 47 (ensure_file) COMPLETE |
8900 | 2024-08-26T20:12:51.233Z | [ host-image] Aug 26 20:12:49.701 INFO O| Aug 26 20:12:49.701 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8901 | 2024-08-26T20:12:51.241Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8902 | 2024-08-26T20:12:51.241Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8903 | 2024-08-26T20:12:51.244Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8904 | 2024-08-26T20:12:51.244Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8905 | 2024-08-26T20:12:51.244Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8906 | 2024-08-26T20:12:51.244Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8907 | 2024-08-26T20:12:51.244Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO ok! |
8908 | 2024-08-26T20:12:51.244Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO STEP 48 (ensure_file) COMPLETE |
8909 | 2024-08-26T20:12:51.244Z | [ host-image] Aug 26 20:12:49.711 INFO O| Aug 26 20:12:49.711 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8910 | 2024-08-26T20:12:51.252Z | [ host-image] Aug 26 20:12:49.720 INFO O| Aug 26 20:12:49.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8911 | 2024-08-26T20:12:51.252Z | [ host-image] Aug 26 20:12:49.720 INFO O| Aug 26 20:12:49.720 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 ... |
8912 | 2024-08-26T20:12:51.255Z | [ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 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 |
8913 | 2024-08-26T20:12:51.255Z | [ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8914 | 2024-08-26T20:12:51.255Z | [ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO ok! |
8915 | 2024-08-26T20:12:51.255Z | [ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO STEP 49 (ensure_file) COMPLETE |
8916 | 2024-08-26T20:12:51.255Z | [ host-image] Aug 26 20:12:49.721 INFO O| Aug 26 20:12:49.721 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8917 | 2024-08-26T20:12:51.260Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8918 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8919 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8920 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8921 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8922 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8923 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO ok! |
8924 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO STEP 50 (ensure_file) COMPLETE |
8925 | 2024-08-26T20:12:51.264Z | [ host-image] Aug 26 20:12:49.730 INFO O| Aug 26 20:12:49.730 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8926 | 2024-08-26T20:12:51.269Z | [ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8927 | 2024-08-26T20:12:51.269Z | [ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 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 ... |
8928 | 2024-08-26T20:12:51.274Z | [ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 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 |
8929 | 2024-08-26T20:12:51.274Z | [ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8930 | 2024-08-26T20:12:51.274Z | [ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO ok! |
8931 | 2024-08-26T20:12:51.274Z | [ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO STEP 51 (ensure_file) COMPLETE |
8932 | 2024-08-26T20:12:51.274Z | [ host-image] Aug 26 20:12:49.740 INFO O| Aug 26 20:12:49.740 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8933 | 2024-08-26T20:12:51.281Z | [ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8934 | 2024-08-26T20:12:51.281Z | [ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 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 ... |
8935 | 2024-08-26T20:12:51.284Z | [ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 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 |
8936 | 2024-08-26T20:12:51.284Z | [ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8937 | 2024-08-26T20:12:51.284Z | [ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO ok! |
8938 | 2024-08-26T20:12:51.284Z | [ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO STEP 52 (ensure_file) COMPLETE |
8939 | 2024-08-26T20:12:51.284Z | [ host-image] Aug 26 20:12:49.750 INFO O| Aug 26 20:12:49.750 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8940 | 2024-08-26T20:12:51.289Z | [ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8941 | 2024-08-26T20:12:51.294Z | [ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 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 ... |
8942 | 2024-08-26T20:12:51.294Z | [ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 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 |
8943 | 2024-08-26T20:12:51.294Z | [ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8944 | 2024-08-26T20:12:51.294Z | [ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO ok! |
8945 | 2024-08-26T20:12:51.294Z | [ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO STEP 53 (ensure_file) COMPLETE |
8946 | 2024-08-26T20:12:51.294Z | [ host-image] Aug 26 20:12:49.760 INFO O| Aug 26 20:12:49.760 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8947 | 2024-08-26T20:12:51.299Z | [ host-image] Aug 26 20:12:49.770 INFO O| Aug 26 20:12:49.770 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8948 | 2024-08-26T20:12:51.299Z | [ host-image] Aug 26 20:12:49.770 INFO O| Aug 26 20:12:49.770 INFO STEP 54 (ensure_dir) COMPLETE |
8949 | 2024-08-26T20:12:51.299Z | [ host-image] Aug 26 20:12:49.770 INFO O| Aug 26 20:12:49.770 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8950 | 2024-08-26T20:12:51.311Z | [ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.779 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8951 | 2024-08-26T20:12:51.313Z | [ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.780 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8952 | 2024-08-26T20:12:51.313Z | [ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.780 INFO STEP 55 (ensure_dir) COMPLETE |
8953 | 2024-08-26T20:12:51.313Z | [ host-image] Aug 26 20:12:49.780 INFO O| Aug 26 20:12:49.780 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8954 | 2024-08-26T20:12:51.319Z | [ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8955 | 2024-08-26T20:12:51.325Z | [ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8956 | 2024-08-26T20:12:51.325Z | [ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO STEP 56 (ensure_dir) COMPLETE |
8957 | 2024-08-26T20:12:51.325Z | [ host-image] Aug 26 20:12:49.789 INFO O| Aug 26 20:12:49.789 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8958 | 2024-08-26T20:12:51.334Z | [ host-image] Aug 26 20:12:49.805 INFO O| Aug 26 20:12:49.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8959 | 2024-08-26T20:12:51.334Z | [ host-image] Aug 26 20:12:49.805 INFO O| Aug 26 20:12:49.805 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8960 | 2024-08-26T20:12:51.348Z | [ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8961 | 2024-08-26T20:12:51.348Z | [ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO ok! |
8962 | 2024-08-26T20:12:51.352Z | [ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO STEP 57 (ensure_file) COMPLETE |
8963 | 2024-08-26T20:12:51.352Z | [ host-image] Aug 26 20:12:49.819 INFO O| Aug 26 20:12:49.819 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8964 | 2024-08-26T20:12:51.360Z | [ host-image] Aug 26 20:12:49.831 INFO O| Aug 26 20:12:49.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8965 | 2024-08-26T20:12:51.360Z | [ host-image] Aug 26 20:12:49.831 INFO O| Aug 26 20:12:49.831 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8966 | 2024-08-26T20:12:51.403Z | [ recovery-image] Aug 26 20:12:49.871 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8967 | 2024-08-26T20:12:52.464Z | [ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8968 | 2024-08-26T20:12:52.464Z | [ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO ok! |
8969 | 2024-08-26T20:12:52.467Z | [ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO STEP 58 (ensure_file) COMPLETE |
8970 | 2024-08-26T20:12:52.467Z | [ host-image] Aug 26 20:12:50.935 INFO O| Aug 26 20:12:50.935 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8971 | 2024-08-26T20:12:52.476Z | [ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8972 | 2024-08-26T20:12:52.478Z | [ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8973 | 2024-08-26T20:12:52.478Z | [ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO STEP 59 (ensure_dir) COMPLETE |
8974 | 2024-08-26T20:12:52.478Z | [ host-image] Aug 26 20:12:50.946 INFO O| Aug 26 20:12:50.946 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8975 | 2024-08-26T20:12:52.485Z | [ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8976 | 2024-08-26T20:12:52.485Z | [ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO copying /tmp/.tmpYkxlj2/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 ... |
8977 | 2024-08-26T20:12:52.488Z | [ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8978 | 2024-08-26T20:12:52.488Z | [ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO ok! |
8979 | 2024-08-26T20:12:52.488Z | [ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO STEP 60 (ensure_file) COMPLETE |
8980 | 2024-08-26T20:12:52.488Z | [ host-image] Aug 26 20:12:50.956 INFO O| Aug 26 20:12:50.956 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8981 | 2024-08-26T20:12:52.495Z | [ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8982 | 2024-08-26T20:12:52.495Z | [ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO copying /tmp/.tmpYkxlj2/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 ... |
8983 | 2024-08-26T20:12:52.498Z | [ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8984 | 2024-08-26T20:12:52.498Z | [ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO ok! |
8985 | 2024-08-26T20:12:52.498Z | [ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO STEP 61 (ensure_file) COMPLETE |
8986 | 2024-08-26T20:12:52.498Z | [ host-image] Aug 26 20:12:50.966 INFO O| Aug 26 20:12:50.966 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8987 | 2024-08-26T20:12:52.504Z | [ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8988 | 2024-08-26T20:12:52.504Z | [ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8989 | 2024-08-26T20:12:52.507Z | [ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO STEP 62 (ensure_dir) COMPLETE |
8990 | 2024-08-26T20:12:52.507Z | [ host-image] Aug 26 20:12:50.975 INFO O| Aug 26 20:12:50.975 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8991 | 2024-08-26T20:12:52.514Z | [ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8992 | 2024-08-26T20:12:52.514Z | [ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO copying /tmp/.tmpYkxlj2/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 ... |
8993 | 2024-08-26T20:12:52.517Z | [ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8994 | 2024-08-26T20:12:52.517Z | [ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO ok! |
8995 | 2024-08-26T20:12:52.517Z | [ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO STEP 63 (ensure_file) COMPLETE |
8996 | 2024-08-26T20:12:52.517Z | [ host-image] Aug 26 20:12:50.985 INFO O| Aug 26 20:12:50.985 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8997 | 2024-08-26T20:12:52.523Z | [ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8998 | 2024-08-26T20:12:52.523Z | [ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO copying /tmp/.tmpYkxlj2/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 ... |
8999 | 2024-08-26T20:12:52.523Z | [ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9000 | 2024-08-26T20:12:52.525Z | [ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO ok! |
9001 | 2024-08-26T20:12:52.525Z | [ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO STEP 64 (ensure_file) COMPLETE |
9002 | 2024-08-26T20:12:52.525Z | [ host-image] Aug 26 20:12:50.994 INFO O| Aug 26 20:12:50.994 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9003 | 2024-08-26T20:12:52.534Z | [ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9004 | 2024-08-26T20:12:52.534Z | [ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9005 | 2024-08-26T20:12:52.536Z | [ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO STEP 65 (ensure_dir) COMPLETE |
9006 | 2024-08-26T20:12:52.537Z | [ host-image] Aug 26 20:12:51.004 INFO O| Aug 26 20:12:51.004 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9007 | 2024-08-26T20:12:52.543Z | [ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9008 | 2024-08-26T20:12:52.543Z | [ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO copying /tmp/.tmpYkxlj2/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 ... |
9009 | 2024-08-26T20:12:52.545Z | [ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9010 | 2024-08-26T20:12:52.545Z | [ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO ok! |
9011 | 2024-08-26T20:12:52.545Z | [ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO STEP 66 (ensure_file) COMPLETE |
9012 | 2024-08-26T20:12:52.545Z | [ host-image] Aug 26 20:12:51.014 INFO O| Aug 26 20:12:51.014 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9013 | 2024-08-26T20:12:52.571Z | [ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9014 | 2024-08-26T20:12:52.571Z | [ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9015 | 2024-08-26T20:12:52.572Z | [ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9016 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO ok! |
9017 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO STEP 67 (ensure_file) COMPLETE |
9018 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.024 INFO O| Aug 26 20:12:51.024 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9019 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9020 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9021 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO STEP 68 (ensure_dir) COMPLETE |
9022 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.034 INFO O| Aug 26 20:12:51.034 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9023 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.044 INFO O| Aug 26 20:12:51.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9024 | 2024-08-26T20:12:52.574Z | [ host-image] Aug 26 20:12:51.044 INFO O| Aug 26 20:12:51.044 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9025 | 2024-08-26T20:12:53.145Z | [ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9026 | 2024-08-26T20:12:53.145Z | [ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.616 INFO ok! |
9027 | 2024-08-26T20:12:53.145Z | [ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.616 INFO STEP 69 (ensure_file) COMPLETE |
9028 | 2024-08-26T20:12:53.146Z | [ host-image] Aug 26 20:12:51.617 INFO O| Aug 26 20:12:51.617 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9029 | 2024-08-26T20:12:53.158Z | [ host-image] Aug 26 20:12:51.629 INFO O| Aug 26 20:12:51.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9030 | 2024-08-26T20:12:53.158Z | [ host-image] Aug 26 20:12:51.629 INFO O| Aug 26 20:12:51.629 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9031 | 2024-08-26T20:12:53.352Z | [ recovery-image] Aug 26 20:12:51.822 INFO image complete! materials are in "/work/os-recovery" |
9032 | 2024-08-26T20:12:53.355Z | [ recovery-image] |
9033 | 2024-08-26T20:12:53.357Z | [ recovery-image] real 6:57.692405671 |
9034 | 2024-08-26T20:12:53.357Z | [ recovery-image] user 4:43.751523971 |
9035 | 2024-08-26T20:12:53.358Z | [ recovery-image] sys 1:00.290627413 |
9036 | 2024-08-26T20:12:53.358Z | [ recovery-image] trap 0.197726599 |
9037 | 2024-08-26T20:12:53.358Z | [ recovery-image] tflt 0.469569536 |
9038 | 2024-08-26T20:12:53.358Z | [ recovery-image] dflt 1.351886417 |
9039 | 2024-08-26T20:12:53.358Z | [ recovery-image] kflt 0.000033276 |
9040 | 2024-08-26T20:12:53.358Z | [ recovery-image] lock 15:49.997585635 |
9041 | 2024-08-26T20:12:53.358Z | Aug 26 20:12:51.827 INFO [recovery-image] process exited with exit status: 0 (417.715346185s) |
9042 | 2024-08-26T20:12:53.358Z | [ recovery-image] slp 41:13.482379707 |
9043 | 2024-08-26T20:12:53.358Z | [ recovery-image] lat 1:34.619851292 |
9044 | 2024-08-26T20:12:53.358Z | [ recovery-image] stop 3.416913472 |
9045 | 2024-08-26T20:12:54.597Z | [ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9046 | 2024-08-26T20:12:54.597Z | [ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO ok! |
9047 | 2024-08-26T20:12:54.599Z | [ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO STEP 70 (ensure_file) COMPLETE |
9048 | 2024-08-26T20:12:54.599Z | [ host-image] Aug 26 20:12:53.068 INFO O| Aug 26 20:12:53.068 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9049 | 2024-08-26T20:12:54.608Z | [ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9050 | 2024-08-26T20:12:54.611Z | [ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9051 | 2024-08-26T20:12:54.611Z | [ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO STEP 71 (ensure_dir) COMPLETE |
9052 | 2024-08-26T20:12:54.611Z | [ host-image] Aug 26 20:12:53.079 INFO O| Aug 26 20:12:53.079 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9053 | 2024-08-26T20:12:54.618Z | [ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9054 | 2024-08-26T20:12:54.618Z | [ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO copying /tmp/.tmpYkxlj2/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 ... |
9055 | 2024-08-26T20:12:54.618Z | [ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9056 | 2024-08-26T20:12:54.621Z | [ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO ok! |
9057 | 2024-08-26T20:12:54.621Z | [ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO STEP 72 (ensure_file) COMPLETE |
9058 | 2024-08-26T20:12:54.621Z | [ host-image] Aug 26 20:12:53.089 INFO O| Aug 26 20:12:53.089 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9059 | 2024-08-26T20:12:54.628Z | [ host-image] Aug 26 20:12:53.099 INFO O| Aug 26 20:12:53.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9060 | 2024-08-26T20:12:54.628Z | [ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.099 INFO copying /tmp/.tmpYkxlj2/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 ... |
9061 | 2024-08-26T20:12:54.631Z | [ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9062 | 2024-08-26T20:12:54.631Z | [ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO ok! |
9063 | 2024-08-26T20:12:54.631Z | [ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO STEP 73 (ensure_file) COMPLETE |
9064 | 2024-08-26T20:12:54.631Z | [ host-image] Aug 26 20:12:53.100 INFO O| Aug 26 20:12:53.100 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9065 | 2024-08-26T20:12:54.639Z | [ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9066 | 2024-08-26T20:12:54.639Z | [ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9067 | 2024-08-26T20:12:54.641Z | [ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9068 | 2024-08-26T20:12:54.641Z | [ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO ok! |
9069 | 2024-08-26T20:12:54.641Z | [ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO STEP 74 (ensure_file) COMPLETE |
9070 | 2024-08-26T20:12:54.641Z | [ host-image] Aug 26 20:12:53.110 INFO O| Aug 26 20:12:53.110 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9071 | 2024-08-26T20:12:54.649Z | [ host-image] Aug 26 20:12:53.120 INFO O| Aug 26 20:12:53.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9072 | 2024-08-26T20:12:54.652Z | [ host-image] Aug 26 20:12:53.120 INFO O| Aug 26 20:12:53.120 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9073 | 2024-08-26T20:12:54.652Z | [ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9074 | 2024-08-26T20:12:54.652Z | [ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.121 INFO ok! |
9075 | 2024-08-26T20:12:54.652Z | [ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.121 INFO STEP 75 (ensure_file) COMPLETE |
9076 | 2024-08-26T20:12:54.652Z | [ host-image] Aug 26 20:12:53.121 INFO O| Aug 26 20:12:53.121 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9077 | 2024-08-26T20:12:54.659Z | [ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.130 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9078 | 2024-08-26T20:12:54.662Z | [ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9079 | 2024-08-26T20:12:54.662Z | [ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.131 INFO STEP 76 (ensure_dir) COMPLETE |
9080 | 2024-08-26T20:12:54.662Z | [ host-image] Aug 26 20:12:53.131 INFO O| Aug 26 20:12:53.131 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9081 | 2024-08-26T20:12:54.669Z | [ host-image] Aug 26 20:12:53.140 INFO O| Aug 26 20:12:53.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9082 | 2024-08-26T20:12:54.669Z | [ host-image] Aug 26 20:12:53.140 INFO O| Aug 26 20:12:53.140 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9083 | 2024-08-26T20:12:55.131Z | [ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9084 | 2024-08-26T20:12:55.131Z | [ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO ok! |
9085 | 2024-08-26T20:12:55.131Z | [ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO STEP 77 (ensure_file) COMPLETE |
9086 | 2024-08-26T20:12:55.134Z | [ host-image] Aug 26 20:12:53.601 INFO O| Aug 26 20:12:53.601 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-26T20:12:55.142Z | [ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9088 | 2024-08-26T20:12:55.144Z | [ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9089 | 2024-08-26T20:12:55.144Z | [ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9090 | 2024-08-26T20:12:55.144Z | [ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO ok! |
9091 | 2024-08-26T20:12:55.144Z | [ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO STEP 78 (ensure_file) COMPLETE |
9092 | 2024-08-26T20:12:55.144Z | [ host-image] Aug 26 20:12:53.613 INFO O| Aug 26 20:12:53.613 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9093 | 2024-08-26T20:12:55.152Z | [ host-image] Aug 26 20:12:53.623 INFO O| Aug 26 20:12:53.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9094 | 2024-08-26T20:12:55.152Z | [ host-image] Aug 26 20:12:53.623 INFO O| Aug 26 20:12:53.623 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9095 | 2024-08-26T20:12:55.736Z | [ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9096 | 2024-08-26T20:12:55.736Z | [ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO ok! |
9097 | 2024-08-26T20:12:55.738Z | [ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO STEP 79 (ensure_file) COMPLETE |
9098 | 2024-08-26T20:12:55.738Z | [ host-image] Aug 26 20:12:54.206 INFO O| Aug 26 20:12:54.206 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9099 | 2024-08-26T20:12:55.747Z | [ host-image] Aug 26 20:12:54.218 INFO O| Aug 26 20:12:54.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9100 | 2024-08-26T20:12:55.747Z | [ host-image] Aug 26 20:12:54.219 INFO O| Aug 26 20:12:54.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9101 | 2024-08-26T20:12:55.750Z | [ host-image] Aug 26 20:12:54.219 INFO O| Aug 26 20:12:54.219 INFO STEP 80 (ensure_dir) COMPLETE |
9102 | 2024-08-26T20:12:55.750Z | [ host-image] Aug 26 20:12:54.219 INFO O| Aug 26 20:12:54.219 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-26T20:12:55.758Z | [ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9104 | 2024-08-26T20:12:55.758Z | [ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9105 | 2024-08-26T20:12:55.758Z | [ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO STEP 81 (ensure_dir) COMPLETE |
9106 | 2024-08-26T20:12:55.760Z | [ host-image] Aug 26 20:12:54.229 INFO O| Aug 26 20:12:54.229 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9107 | 2024-08-26T20:12:55.768Z | [ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9108 | 2024-08-26T20:12:55.771Z | [ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9109 | 2024-08-26T20:12:55.771Z | [ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO STEP 82 (ensure_dir) COMPLETE |
9110 | 2024-08-26T20:12:55.771Z | [ host-image] Aug 26 20:12:54.239 INFO O| Aug 26 20:12:54.239 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9111 | 2024-08-26T20:12:55.779Z | [ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9112 | 2024-08-26T20:12:55.779Z | [ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9113 | 2024-08-26T20:12:55.782Z | [ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO STEP 83 (ensure_dir) COMPLETE |
9114 | 2024-08-26T20:12:55.782Z | [ host-image] Aug 26 20:12:54.250 INFO O| Aug 26 20:12:54.250 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-26T20:12:55.789Z | [ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9116 | 2024-08-26T20:12:55.791Z | [ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9117 | 2024-08-26T20:12:55.791Z | [ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO STEP 84 (ensure_dir) COMPLETE |
9118 | 2024-08-26T20:12:55.791Z | [ host-image] Aug 26 20:12:54.260 INFO O| Aug 26 20:12:54.260 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9119 | 2024-08-26T20:12:55.799Z | [ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9120 | 2024-08-26T20:12:55.799Z | [ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO copying /tmp/.tmpYkxlj2/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 ... |
9121 | 2024-08-26T20:12:55.801Z | [ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9122 | 2024-08-26T20:12:55.801Z | [ host-image] Aug 26 20:12:54.270 INFO O| Aug 26 20:12:54.270 INFO ok! |
9123 | 2024-08-26T20:12:55.801Z | [ host-image] Aug 26 20:12:54.271 INFO O| Aug 26 20:12:54.270 INFO STEP 85 (ensure_file) COMPLETE |
9124 | 2024-08-26T20:12:55.802Z | [ host-image] Aug 26 20:12:54.271 INFO O| Aug 26 20:12:54.270 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9125 | 2024-08-26T20:12:55.810Z | [ host-image] Aug 26 20:12:54.280 INFO O| Aug 26 20:12:54.280 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9126 | 2024-08-26T20:12:55.810Z | [ host-image] Aug 26 20:12:54.281 INFO O| Aug 26 20:12:54.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9127 | 2024-08-26T20:12:55.812Z | [ host-image] Aug 26 20:12:54.281 INFO O| Aug 26 20:12:54.281 INFO STEP 86 (ensure_dir) COMPLETE |
9128 | 2024-08-26T20:12:55.812Z | [ host-image] Aug 26 20:12:54.281 INFO O| Aug 26 20:12:54.281 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9129 | 2024-08-26T20:12:55.820Z | [ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9130 | 2024-08-26T20:12:55.820Z | [ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9131 | 2024-08-26T20:12:55.822Z | [ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9132 | 2024-08-26T20:12:55.822Z | [ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO ok! |
9133 | 2024-08-26T20:12:55.822Z | [ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO STEP 87 (ensure_file) COMPLETE |
9134 | 2024-08-26T20:12:55.822Z | [ host-image] Aug 26 20:12:54.291 INFO O| Aug 26 20:12:54.291 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9135 | 2024-08-26T20:12:55.830Z | [ host-image] Aug 26 20:12:54.301 INFO O| Aug 26 20:12:54.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9136 | 2024-08-26T20:12:55.830Z | [ host-image] Aug 26 20:12:54.301 INFO O| Aug 26 20:12:54.301 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9137 | 2024-08-26T20:12:55.841Z | [ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9138 | 2024-08-26T20:12:55.841Z | [ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO ok! |
9139 | 2024-08-26T20:12:55.841Z | [ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO STEP 88 (ensure_file) COMPLETE |
9140 | 2024-08-26T20:12:55.841Z | [ host-image] Aug 26 20:12:54.312 INFO O| Aug 26 20:12:54.312 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9141 | 2024-08-26T20:12:55.852Z | [ host-image] Aug 26 20:12:54.323 INFO O| Aug 26 20:12:54.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9142 | 2024-08-26T20:12:55.852Z | [ host-image] Aug 26 20:12:54.323 INFO O| Aug 26 20:12:54.323 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9143 | 2024-08-26T20:12:56.336Z | [ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9144 | 2024-08-26T20:12:56.336Z | [ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO ok! |
9145 | 2024-08-26T20:12:56.338Z | [ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO STEP 89 (ensure_file) COMPLETE |
9146 | 2024-08-26T20:12:56.339Z | [ host-image] Aug 26 20:12:54.806 INFO O| Aug 26 20:12:54.806 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9147 | 2024-08-26T20:12:56.348Z | [ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9148 | 2024-08-26T20:12:56.350Z | [ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9149 | 2024-08-26T20:12:56.350Z | [ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9150 | 2024-08-26T20:12:56.350Z | [ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO ok! |
9151 | 2024-08-26T20:12:56.350Z | [ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO STEP 90 (ensure_file) COMPLETE |
9152 | 2024-08-26T20:12:56.350Z | [ host-image] Aug 26 20:12:54.818 INFO O| Aug 26 20:12:54.818 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9153 | 2024-08-26T20:12:56.358Z | [ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9154 | 2024-08-26T20:12:56.358Z | [ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9155 | 2024-08-26T20:12:56.361Z | [ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO STEP 91 (ensure_dir) COMPLETE |
9156 | 2024-08-26T20:12:56.361Z | [ host-image] Aug 26 20:12:54.829 INFO O| Aug 26 20:12:54.829 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9157 | 2024-08-26T20:12:56.369Z | [ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9158 | 2024-08-26T20:12:56.369Z | [ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO copying /tmp/.tmpYkxlj2/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 ... |
9159 | 2024-08-26T20:12:56.369Z | [ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9160 | 2024-08-26T20:12:56.372Z | [ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO ok! |
9161 | 2024-08-26T20:12:56.372Z | [ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO STEP 92 (ensure_file) COMPLETE |
9162 | 2024-08-26T20:12:56.372Z | [ host-image] Aug 26 20:12:54.839 INFO O| Aug 26 20:12:54.839 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9163 | 2024-08-26T20:12:56.379Z | [ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9164 | 2024-08-26T20:12:56.379Z | [ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO copying /tmp/.tmpYkxlj2/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 ... |
9165 | 2024-08-26T20:12:56.382Z | [ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9166 | 2024-08-26T20:12:56.382Z | [ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO ok! |
9167 | 2024-08-26T20:12:56.382Z | [ host-image] Aug 26 20:12:54.849 INFO O| Aug 26 20:12:54.849 INFO STEP 93 (ensure_file) COMPLETE |
9168 | 2024-08-26T20:12:56.382Z | [ host-image] Aug 26 20:12:54.850 INFO O| Aug 26 20:12:54.849 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9169 | 2024-08-26T20:12:56.389Z | [ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9170 | 2024-08-26T20:12:56.389Z | [ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO copying /tmp/.tmpYkxlj2/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 ... |
9171 | 2024-08-26T20:12:56.392Z | [ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9172 | 2024-08-26T20:12:56.392Z | [ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO ok! |
9173 | 2024-08-26T20:12:56.392Z | [ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO STEP 94 (ensure_file) COMPLETE |
9174 | 2024-08-26T20:12:56.392Z | [ host-image] Aug 26 20:12:54.860 INFO O| Aug 26 20:12:54.860 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9175 | 2024-08-26T20:12:56.401Z | [ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9176 | 2024-08-26T20:12:56.401Z | [ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO copying /tmp/.tmpYkxlj2/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 ... |
9177 | 2024-08-26T20:12:56.401Z | [ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9178 | 2024-08-26T20:12:56.404Z | [ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO ok! |
9179 | 2024-08-26T20:12:56.404Z | [ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO STEP 95 (ensure_file) COMPLETE |
9180 | 2024-08-26T20:12:56.404Z | [ host-image] Aug 26 20:12:54.871 INFO O| Aug 26 20:12:54.871 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9181 | 2024-08-26T20:12:56.410Z | [ host-image] Aug 26 20:12:54.881 INFO O| Aug 26 20:12:54.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9182 | 2024-08-26T20:12:56.411Z | [ host-image] Aug 26 20:12:54.881 INFO O| Aug 26 20:12:54.881 INFO copying /tmp/.tmpYkxlj2/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 ... |
9183 | 2024-08-26T20:12:56.413Z | [ host-image] Aug 26 20:12:54.881 INFO O| Aug 26 20:12:54.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9184 | 2024-08-26T20:12:56.413Z | [ host-image] Aug 26 20:12:54.882 INFO O| Aug 26 20:12:54.881 INFO ok! |
9185 | 2024-08-26T20:12:56.413Z | [ host-image] Aug 26 20:12:54.882 INFO O| Aug 26 20:12:54.881 INFO STEP 96 (ensure_file) COMPLETE |
9186 | 2024-08-26T20:12:56.413Z | [ host-image] Aug 26 20:12:54.882 INFO O| Aug 26 20:12:54.881 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9187 | 2024-08-26T20:12:56.421Z | [ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9188 | 2024-08-26T20:12:56.421Z | [ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9189 | 2024-08-26T20:12:56.424Z | [ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9190 | 2024-08-26T20:12:56.424Z | [ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO ok! |
9191 | 2024-08-26T20:12:56.424Z | [ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO STEP 97 (ensure_file) COMPLETE |
9192 | 2024-08-26T20:12:56.424Z | [ host-image] Aug 26 20:12:54.892 INFO O| Aug 26 20:12:54.892 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9193 | 2024-08-26T20:12:56.432Z | [ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9194 | 2024-08-26T20:12:56.432Z | [ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO copying /tmp/.tmpYkxlj2/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 ... |
9195 | 2024-08-26T20:12:56.435Z | [ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9196 | 2024-08-26T20:12:56.435Z | [ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO ok! |
9197 | 2024-08-26T20:12:56.435Z | [ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO STEP 98 (ensure_file) COMPLETE |
9198 | 2024-08-26T20:12:56.435Z | [ host-image] Aug 26 20:12:54.903 INFO O| Aug 26 20:12:54.903 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9199 | 2024-08-26T20:12:56.444Z | [ host-image] Aug 26 20:12:54.914 INFO O| Aug 26 20:12:54.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9200 | 2024-08-26T20:12:56.444Z | [ host-image] Aug 26 20:12:54.914 INFO O| Aug 26 20:12:54.914 INFO copying /tmp/.tmpYkxlj2/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 ... |
9201 | 2024-08-26T20:12:56.446Z | [ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9202 | 2024-08-26T20:12:56.446Z | [ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.915 INFO ok! |
9203 | 2024-08-26T20:12:56.446Z | [ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.915 INFO STEP 99 (ensure_file) COMPLETE |
9204 | 2024-08-26T20:12:56.446Z | [ host-image] Aug 26 20:12:54.915 INFO O| Aug 26 20:12:54.915 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9205 | 2024-08-26T20:12:56.455Z | [ host-image] Aug 26 20:12:54.925 INFO O| Aug 26 20:12:54.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9206 | 2024-08-26T20:12:56.455Z | [ host-image] Aug 26 20:12:54.925 INFO O| Aug 26 20:12:54.925 INFO copying /tmp/.tmpYkxlj2/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 ... |
9207 | 2024-08-26T20:12:56.458Z | [ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9208 | 2024-08-26T20:12:56.458Z | [ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.926 INFO ok! |
9209 | 2024-08-26T20:12:56.458Z | [ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.926 INFO STEP 100 (ensure_file) COMPLETE |
9210 | 2024-08-26T20:12:56.458Z | [ host-image] Aug 26 20:12:54.926 INFO O| Aug 26 20:12:54.926 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9211 | 2024-08-26T20:12:56.465Z | [ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9212 | 2024-08-26T20:12:56.465Z | [ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9213 | 2024-08-26T20:12:56.465Z | [ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9214 | 2024-08-26T20:12:56.467Z | [ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO ok! |
9215 | 2024-08-26T20:12:56.467Z | [ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO STEP 101 (ensure_file) COMPLETE |
9216 | 2024-08-26T20:12:56.468Z | [ host-image] Aug 26 20:12:54.936 INFO O| Aug 26 20:12:54.936 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9217 | 2024-08-26T20:12:56.476Z | [ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9218 | 2024-08-26T20:12:56.476Z | [ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.946 INFO copying /tmp/.tmpYkxlj2/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 ... |
9219 | 2024-08-26T20:12:56.479Z | [ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9220 | 2024-08-26T20:12:56.479Z | [ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO ok! |
9221 | 2024-08-26T20:12:56.479Z | [ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO STEP 102 (ensure_file) COMPLETE |
9222 | 2024-08-26T20:12:56.479Z | [ host-image] Aug 26 20:12:54.947 INFO O| Aug 26 20:12:54.947 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9223 | 2024-08-26T20:12:56.486Z | [ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9224 | 2024-08-26T20:12:56.486Z | [ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO copying /tmp/.tmpYkxlj2/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 ... |
9225 | 2024-08-26T20:12:56.489Z | [ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9226 | 2024-08-26T20:12:56.489Z | [ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO ok! |
9227 | 2024-08-26T20:12:56.489Z | [ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO STEP 103 (ensure_file) COMPLETE |
9228 | 2024-08-26T20:12:56.489Z | [ host-image] Aug 26 20:12:54.957 INFO O| Aug 26 20:12:54.957 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9229 | 2024-08-26T20:12:56.496Z | [ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9230 | 2024-08-26T20:12:56.496Z | [ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO copying /tmp/.tmpYkxlj2/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 ... |
9231 | 2024-08-26T20:12:56.499Z | [ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9232 | 2024-08-26T20:12:56.499Z | [ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO ok! |
9233 | 2024-08-26T20:12:56.499Z | [ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO STEP 104 (ensure_file) COMPLETE |
9234 | 2024-08-26T20:12:56.499Z | [ host-image] Aug 26 20:12:54.967 INFO O| Aug 26 20:12:54.967 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9235 | 2024-08-26T20:12:56.507Z | [ host-image] Aug 26 20:12:54.977 INFO O| Aug 26 20:12:54.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9236 | 2024-08-26T20:12:56.507Z | [ host-image] Aug 26 20:12:54.977 INFO O| Aug 26 20:12:54.977 INFO copying /tmp/.tmpYkxlj2/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 ... |
9237 | 2024-08-26T20:12:56.509Z | [ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9238 | 2024-08-26T20:12:56.509Z | [ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO ok! |
9239 | 2024-08-26T20:12:56.509Z | [ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO STEP 105 (ensure_file) COMPLETE |
9240 | 2024-08-26T20:12:56.509Z | [ host-image] Aug 26 20:12:54.978 INFO O| Aug 26 20:12:54.978 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9241 | 2024-08-26T20:12:56.517Z | [ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9242 | 2024-08-26T20:12:56.517Z | [ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO copying /tmp/.tmpYkxlj2/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 ... |
9243 | 2024-08-26T20:12:56.519Z | [ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9244 | 2024-08-26T20:12:56.519Z | [ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO ok! |
9245 | 2024-08-26T20:12:56.519Z | [ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO STEP 106 (ensure_file) COMPLETE |
9246 | 2024-08-26T20:12:56.519Z | [ host-image] Aug 26 20:12:54.988 INFO O| Aug 26 20:12:54.988 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-08-26T20:12:56.527Z | [ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9248 | 2024-08-26T20:12:56.527Z | [ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO copying /tmp/.tmpYkxlj2/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 ... |
9249 | 2024-08-26T20:12:56.529Z | [ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9250 | 2024-08-26T20:12:56.529Z | [ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO ok! |
9251 | 2024-08-26T20:12:56.529Z | [ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO STEP 107 (ensure_file) COMPLETE |
9252 | 2024-08-26T20:12:56.529Z | [ host-image] Aug 26 20:12:54.998 INFO O| Aug 26 20:12:54.998 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-08-26T20:12:56.538Z | [ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9254 | 2024-08-26T20:12:56.538Z | [ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO copying /tmp/.tmpYkxlj2/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 ... |
9255 | 2024-08-26T20:12:56.541Z | [ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9256 | 2024-08-26T20:12:56.541Z | [ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO ok! |
9257 | 2024-08-26T20:12:56.541Z | [ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO STEP 108 (ensure_file) COMPLETE |
9258 | 2024-08-26T20:12:56.541Z | [ host-image] Aug 26 20:12:55.009 INFO O| Aug 26 20:12:55.009 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-08-26T20:12:56.549Z | [ host-image] Aug 26 20:12:55.019 INFO O| Aug 26 20:12:55.019 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9260 | 2024-08-26T20:12:56.549Z | [ host-image] Aug 26 20:12:55.019 INFO O| Aug 26 20:12:55.019 INFO copying /tmp/.tmpYkxlj2/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 ... |
9261 | 2024-08-26T20:12:56.551Z | [ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9262 | 2024-08-26T20:12:56.551Z | [ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO ok! |
9263 | 2024-08-26T20:12:56.551Z | [ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO STEP 109 (ensure_file) COMPLETE |
9264 | 2024-08-26T20:12:56.551Z | [ host-image] Aug 26 20:12:55.020 INFO O| Aug 26 20:12:55.020 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9265 | 2024-08-26T20:12:56.559Z | [ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9266 | 2024-08-26T20:12:56.559Z | [ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO copying /tmp/.tmpYkxlj2/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 ... |
9267 | 2024-08-26T20:12:56.559Z | [ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9268 | 2024-08-26T20:12:56.559Z | [ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO ok! |
9269 | 2024-08-26T20:12:56.561Z | [ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO STEP 110 (ensure_file) COMPLETE |
9270 | 2024-08-26T20:12:56.561Z | [ host-image] Aug 26 20:12:55.030 INFO O| Aug 26 20:12:55.030 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9271 | 2024-08-26T20:12:56.569Z | [ host-image] Aug 26 20:12:55.039 INFO O| Aug 26 20:12:55.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9272 | 2024-08-26T20:12:56.569Z | [ host-image] Aug 26 20:12:55.039 INFO O| Aug 26 20:12:55.039 INFO copying /tmp/.tmpYkxlj2/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 ... |
9273 | 2024-08-26T20:12:56.571Z | [ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9274 | 2024-08-26T20:12:56.571Z | [ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO ok! |
9275 | 2024-08-26T20:12:56.571Z | [ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO STEP 111 (ensure_file) COMPLETE |
9276 | 2024-08-26T20:12:56.571Z | [ host-image] Aug 26 20:12:55.040 INFO O| Aug 26 20:12:55.040 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9277 | 2024-08-26T20:12:56.579Z | [ host-image] Aug 26 20:12:55.049 INFO O| Aug 26 20:12:55.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9278 | 2024-08-26T20:12:56.579Z | [ host-image] Aug 26 20:12:55.049 INFO O| Aug 26 20:12:55.049 INFO copying /tmp/.tmpYkxlj2/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 ... |
9279 | 2024-08-26T20:12:56.581Z | [ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9280 | 2024-08-26T20:12:56.581Z | [ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO ok! |
9281 | 2024-08-26T20:12:56.581Z | [ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO STEP 112 (ensure_file) COMPLETE |
9282 | 2024-08-26T20:12:56.581Z | [ host-image] Aug 26 20:12:55.050 INFO O| Aug 26 20:12:55.050 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9283 | 2024-08-26T20:12:56.589Z | [ host-image] Aug 26 20:12:55.059 INFO O| Aug 26 20:12:55.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9284 | 2024-08-26T20:12:56.589Z | [ host-image] Aug 26 20:12:55.059 INFO O| Aug 26 20:12:55.059 INFO copying /tmp/.tmpYkxlj2/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 ... |
9285 | 2024-08-26T20:12:56.591Z | [ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9286 | 2024-08-26T20:12:56.591Z | [ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO ok! |
9287 | 2024-08-26T20:12:56.591Z | [ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO STEP 113 (ensure_file) COMPLETE |
9288 | 2024-08-26T20:12:56.591Z | [ host-image] Aug 26 20:12:55.060 INFO O| Aug 26 20:12:55.060 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9289 | 2024-08-26T20:12:56.598Z | [ host-image] Aug 26 20:12:55.069 INFO O| Aug 26 20:12:55.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9290 | 2024-08-26T20:12:56.600Z | [ host-image] Aug 26 20:12:55.069 INFO O| Aug 26 20:12:55.069 INFO copying /tmp/.tmpYkxlj2/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 ... |
9291 | 2024-08-26T20:12:56.601Z | [ host-image] Aug 26 20:12:55.069 INFO O| Aug 26 20:12:55.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9292 | 2024-08-26T20:12:56.601Z | [ host-image] Aug 26 20:12:55.070 INFO O| Aug 26 20:12:55.069 INFO ok! |
9293 | 2024-08-26T20:12:56.601Z | [ host-image] Aug 26 20:12:55.070 INFO O| Aug 26 20:12:55.069 INFO STEP 114 (ensure_file) COMPLETE |
9294 | 2024-08-26T20:12:56.601Z | [ host-image] Aug 26 20:12:55.070 INFO O| Aug 26 20:12:55.070 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9295 | 2024-08-26T20:12:56.608Z | [ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9296 | 2024-08-26T20:12:56.608Z | [ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO copying /tmp/.tmpYkxlj2/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 ... |
9297 | 2024-08-26T20:12:56.611Z | [ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9298 | 2024-08-26T20:12:56.611Z | [ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO ok! |
9299 | 2024-08-26T20:12:56.611Z | [ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO STEP 115 (ensure_file) COMPLETE |
9300 | 2024-08-26T20:12:56.611Z | [ host-image] Aug 26 20:12:55.079 INFO O| Aug 26 20:12:55.079 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9301 | 2024-08-26T20:12:56.619Z | [ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9302 | 2024-08-26T20:12:56.619Z | [ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9303 | 2024-08-26T20:12:56.621Z | [ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9304 | 2024-08-26T20:12:56.621Z | [ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO ok! |
9305 | 2024-08-26T20:12:56.621Z | [ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO STEP 116 (ensure_file) COMPLETE |
9306 | 2024-08-26T20:12:56.621Z | [ host-image] Aug 26 20:12:55.090 INFO O| Aug 26 20:12:55.090 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9307 | 2024-08-26T20:12:56.629Z | [ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9308 | 2024-08-26T20:12:56.629Z | [ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO copying /tmp/.tmpYkxlj2/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 ... |
9309 | 2024-08-26T20:12:56.632Z | [ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9310 | 2024-08-26T20:12:56.632Z | [ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO ok! |
9311 | 2024-08-26T20:12:56.632Z | [ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO STEP 117 (ensure_file) COMPLETE |
9312 | 2024-08-26T20:12:56.632Z | [ host-image] Aug 26 20:12:55.100 INFO O| Aug 26 20:12:55.100 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9313 | 2024-08-26T20:12:56.639Z | [ host-image] Aug 26 20:12:55.110 INFO O| Aug 26 20:12:55.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9314 | 2024-08-26T20:12:56.641Z | [ host-image] Aug 26 20:12:55.110 INFO O| Aug 26 20:12:55.110 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9315 | 2024-08-26T20:12:56.642Z | [ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9316 | 2024-08-26T20:12:56.642Z | [ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.111 INFO ok! |
9317 | 2024-08-26T20:12:56.642Z | [ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.111 INFO STEP 118 (ensure_file) COMPLETE |
9318 | 2024-08-26T20:12:56.642Z | [ host-image] Aug 26 20:12:55.111 INFO O| Aug 26 20:12:55.111 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9319 | 2024-08-26T20:12:56.649Z | [ host-image] Aug 26 20:12:55.120 INFO O| Aug 26 20:12:55.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9320 | 2024-08-26T20:12:56.649Z | [ host-image] Aug 26 20:12:55.120 INFO O| Aug 26 20:12:55.120 INFO copying /tmp/.tmpYkxlj2/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9321 | 2024-08-26T20:12:59.927Z | [ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9322 | 2024-08-26T20:12:59.927Z | [ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO ok! |
9323 | 2024-08-26T20:12:59.930Z | [ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO STEP 119 (ensure_file) COMPLETE |
9324 | 2024-08-26T20:12:59.930Z | [ host-image] Aug 26 20:12:58.397 INFO O| Aug 26 20:12:58.397 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9325 | 2024-08-26T20:12:59.938Z | [ host-image] Aug 26 20:12:58.408 INFO O| Aug 26 20:12:58.408 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9326 | 2024-08-26T20:12:59.942Z | [ host-image] Aug 26 20:12:58.408 INFO O| Aug 26 20:12:58.408 INFO STEP 120 (ensure_dir) COMPLETE |
9327 | 2024-08-26T20:12:59.942Z | [ host-image] Aug 26 20:12:58.408 INFO O| Aug 26 20:12:58.408 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-08-26T20:12:59.948Z | [ host-image] Aug 26 20:12:58.417 INFO O| Aug 26 20:12:58.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9329 | 2024-08-26T20:12:59.949Z | [ host-image] Aug 26 20:12:58.417 INFO O| Aug 26 20:12:58.417 INFO STEP 121 (ensure_dir) COMPLETE |
9330 | 2024-08-26T20:12:59.949Z | [ host-image] Aug 26 20:12:58.417 INFO O| Aug 26 20:12:58.417 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9331 | 2024-08-26T20:12:59.957Z | [ host-image] Aug 26 20:12:58.427 INFO O| Aug 26 20:12:58.427 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9332 | 2024-08-26T20:12:59.957Z | [ host-image] Aug 26 20:12:58.427 INFO O| Aug 26 20:12:58.427 INFO STEP 122 (ensure_dir) COMPLETE |
9333 | 2024-08-26T20:12:59.957Z | [ host-image] Aug 26 20:12:58.427 INFO O| Aug 26 20:12:58.427 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9334 | 2024-08-26T20:12:59.966Z | [ host-image] Aug 26 20:12:58.436 INFO O| Aug 26 20:12:58.436 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9335 | 2024-08-26T20:12:59.966Z | [ host-image] Aug 26 20:12:58.436 INFO O| Aug 26 20:12:58.436 INFO STEP 123 (ensure_dir) COMPLETE |
9336 | 2024-08-26T20:12:59.966Z | [ host-image] Aug 26 20:12:58.436 INFO O| Aug 26 20:12:58.436 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9337 | 2024-08-26T20:12:59.975Z | [ host-image] Aug 26 20:12:58.445 INFO O| Aug 26 20:12:58.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9338 | 2024-08-26T20:12:59.978Z | [ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.445 INFO copying /tmp/.tmpYkxlj2/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 ... |
9339 | 2024-08-26T20:12:59.978Z | [ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9340 | 2024-08-26T20:12:59.978Z | [ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO ok! |
9341 | 2024-08-26T20:12:59.978Z | [ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO STEP 124 (ensure_file) COMPLETE |
9342 | 2024-08-26T20:12:59.978Z | [ host-image] Aug 26 20:12:58.446 INFO O| Aug 26 20:12:58.446 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9343 | 2024-08-26T20:12:59.985Z | [ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9344 | 2024-08-26T20:12:59.988Z | [ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9345 | 2024-08-26T20:12:59.988Z | [ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9346 | 2024-08-26T20:12:59.989Z | [ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO STEP 125 (ensure_dir) COMPLETE |
9347 | 2024-08-26T20:12:59.989Z | [ host-image] Aug 26 20:12:58.455 INFO O| Aug 26 20:12:58.455 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9348 | 2024-08-26T20:13:00.005Z | [ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9349 | 2024-08-26T20:13:00.005Z | [ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO copying /tmp/.tmpYkxlj2/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9350 | 2024-08-26T20:13:00.005Z | [ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9351 | 2024-08-26T20:13:00.005Z | [ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO ok! |
9352 | 2024-08-26T20:13:00.005Z | [ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO STEP 126 (ensure_file) COMPLETE |
9353 | 2024-08-26T20:13:00.005Z | [ host-image] Aug 26 20:12:58.464 INFO O| Aug 26 20:12:58.464 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9354 | 2024-08-26T20:13:00.009Z | [ host-image] Aug 26 20:12:58.474 INFO O| Aug 26 20:12:58.474 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9355 | 2024-08-26T20:13:00.009Z | [ host-image] Aug 26 20:12:58.474 INFO O| Aug 26 20:12:58.474 INFO STEP 127 (remove_files) COMPLETE |
9356 | 2024-08-26T20:13:00.009Z | [ host-image] Aug 26 20:12:58.474 INFO O| Aug 26 20:12:58.474 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9357 | 2024-08-26T20:13:00.013Z | [ host-image] Aug 26 20:12:58.483 INFO O| Aug 26 20:12:58.483 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9358 | 2024-08-26T20:13:00.017Z | [ host-image] Aug 26 20:12:58.483 INFO O| Aug 26 20:12:58.483 INFO STEP 128 (remove_files) COMPLETE |
9359 | 2024-08-26T20:13:00.017Z | [ host-image] Aug 26 20:12:58.483 INFO O| Aug 26 20:12:58.483 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9360 | 2024-08-26T20:13:00.022Z | [ host-image] Aug 26 20:12:58.493 INFO O| Aug 26 20:12:58.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9361 | 2024-08-26T20:13:00.025Z | [ host-image] Aug 26 20:12:58.493 INFO O| Aug 26 20:12:58.493 INFO STEP 129 (remove_files) COMPLETE |
9362 | 2024-08-26T20:13:00.025Z | [ host-image] Aug 26 20:12:58.493 INFO O| Aug 26 20:12:58.493 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9363 | 2024-08-26T20:13:00.032Z | [ host-image] Aug 26 20:12:58.502 INFO O| Aug 26 20:12:58.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9364 | 2024-08-26T20:13:00.034Z | [ host-image] Aug 26 20:12:58.502 INFO O| Aug 26 20:12:58.502 INFO STEP 130 (remove_files) COMPLETE |
9365 | 2024-08-26T20:13:00.034Z | [ host-image] Aug 26 20:12:58.502 INFO O| Aug 26 20:12:58.502 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9366 | 2024-08-26T20:13:00.041Z | [ host-image] Aug 26 20:12:58.511 INFO O| Aug 26 20:12:58.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9367 | 2024-08-26T20:13:00.044Z | [ host-image] Aug 26 20:12:58.512 INFO O| Aug 26 20:12:58.511 INFO STEP 131 (remove_files) COMPLETE |
9368 | 2024-08-26T20:13:00.044Z | [ host-image] Aug 26 20:12:58.512 INFO O| Aug 26 20:12:58.511 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9369 | 2024-08-26T20:13:00.051Z | [ host-image] Aug 26 20:12:58.521 INFO O| Aug 26 20:12:58.521 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9370 | 2024-08-26T20:13:00.054Z | [ host-image] Aug 26 20:12:58.521 INFO O| Aug 26 20:12:58.521 INFO STEP 132 (remove_files) COMPLETE |
9371 | 2024-08-26T20:13:00.054Z | [ host-image] Aug 26 20:12:58.521 INFO O| Aug 26 20:12:58.521 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9372 | 2024-08-26T20:13:00.071Z | [ host-image] Aug 26 20:12:58.530 INFO O| Aug 26 20:12:58.530 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9373 | 2024-08-26T20:13:00.071Z | [ host-image] Aug 26 20:12:58.530 INFO O| Aug 26 20:12:58.530 INFO STEP 133 (remove_files) COMPLETE |
9374 | 2024-08-26T20:13:00.077Z | [ host-image] Aug 26 20:12:58.530 INFO O| Aug 26 20:12:58.530 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9375 | 2024-08-26T20:13:00.077Z | [ host-image] Aug 26 20:12:58.539 INFO O| Aug 26 20:12:58.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9376 | 2024-08-26T20:13:00.077Z | [ host-image] Aug 26 20:12:58.540 INFO O| Aug 26 20:12:58.539 INFO STEP 134 (remove_files) COMPLETE |
9377 | 2024-08-26T20:13:00.077Z | [ host-image] Aug 26 20:12:58.540 INFO O| Aug 26 20:12:58.540 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9378 | 2024-08-26T20:13:00.081Z | [ host-image] Aug 26 20:12:58.549 INFO O| Aug 26 20:12:58.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9379 | 2024-08-26T20:13:00.081Z | [ host-image] Aug 26 20:12:58.549 INFO O| Aug 26 20:12:58.549 INFO STEP 135 (remove_files) COMPLETE |
9380 | 2024-08-26T20:13:00.081Z | [ host-image] Aug 26 20:12:58.549 INFO O| Aug 26 20:12:58.549 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9381 | 2024-08-26T20:13:00.088Z | [ host-image] Aug 26 20:12:58.558 INFO O| Aug 26 20:12:58.558 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9382 | 2024-08-26T20:13:00.088Z | [ host-image] Aug 26 20:12:58.558 INFO O| Aug 26 20:12:58.558 INFO STEP 136 (remove_files) COMPLETE |
9383 | 2024-08-26T20:13:00.091Z | [ host-image] Aug 26 20:12:58.558 INFO O| Aug 26 20:12:58.558 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9384 | 2024-08-26T20:13:00.097Z | [ host-image] Aug 26 20:12:58.567 INFO O| Aug 26 20:12:58.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9385 | 2024-08-26T20:13:00.097Z | [ host-image] Aug 26 20:12:58.567 INFO O| Aug 26 20:12:58.567 INFO STEP 137 (remove_files) COMPLETE |
9386 | 2024-08-26T20:13:00.099Z | [ host-image] Aug 26 20:12:58.567 INFO O| Aug 26 20:12:58.567 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9387 | 2024-08-26T20:13:00.106Z | [ host-image] Aug 26 20:12:58.577 INFO O| Aug 26 20:12:58.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9388 | 2024-08-26T20:13:00.109Z | [ host-image] Aug 26 20:12:58.577 INFO O| Aug 26 20:12:58.577 INFO STEP 138 (remove_files) COMPLETE |
9389 | 2024-08-26T20:13:00.109Z | [ host-image] Aug 26 20:12:58.577 INFO O| Aug 26 20:12:58.577 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9390 | 2024-08-26T20:13:00.116Z | [ host-image] Aug 26 20:12:58.586 INFO O| Aug 26 20:12:58.586 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9391 | 2024-08-26T20:13:00.116Z | [ host-image] Aug 26 20:12:58.586 INFO O| Aug 26 20:12:58.586 INFO STEP 139 (remove_files) COMPLETE |
9392 | 2024-08-26T20:13:00.122Z | [ host-image] Aug 26 20:12:58.586 INFO O| Aug 26 20:12:58.586 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9393 | 2024-08-26T20:13:00.125Z | [ host-image] Aug 26 20:12:58.595 INFO O| Aug 26 20:12:58.595 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9394 | 2024-08-26T20:13:00.129Z | [ host-image] Aug 26 20:12:58.595 INFO O| Aug 26 20:12:58.595 INFO STEP 140 (remove_files) COMPLETE |
9395 | 2024-08-26T20:13:00.129Z | [ host-image] Aug 26 20:12:58.595 INFO O| Aug 26 20:12:58.595 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9396 | 2024-08-26T20:13:00.134Z | [ host-image] Aug 26 20:12:58.605 INFO O| Aug 26 20:12:58.604 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9397 | 2024-08-26T20:13:00.137Z | [ host-image] Aug 26 20:12:58.605 INFO O| Aug 26 20:12:58.605 INFO STEP 141 (remove_files) COMPLETE |
9398 | 2024-08-26T20:13:00.137Z | [ host-image] Aug 26 20:12:58.605 INFO O| Aug 26 20:12:58.605 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9399 | 2024-08-26T20:13:00.143Z | [ host-image] Aug 26 20:12:58.614 INFO O| Aug 26 20:12:58.614 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9400 | 2024-08-26T20:13:00.146Z | [ host-image] Aug 26 20:12:58.614 INFO O| Aug 26 20:12:58.614 INFO STEP 142 (remove_files) COMPLETE |
9401 | 2024-08-26T20:13:00.146Z | [ host-image] Aug 26 20:12:58.614 INFO O| Aug 26 20:12:58.614 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9402 | 2024-08-26T20:13:00.153Z | [ host-image] Aug 26 20:12:58.623 INFO O| Aug 26 20:12:58.623 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9403 | 2024-08-26T20:13:00.153Z | [ host-image] Aug 26 20:12:58.623 INFO O| Aug 26 20:12:58.623 INFO STEP 143 (remove_files) COMPLETE |
9404 | 2024-08-26T20:13:00.156Z | [ host-image] Aug 26 20:12:58.623 INFO O| Aug 26 20:12:58.623 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9405 | 2024-08-26T20:13:00.162Z | [ host-image] Aug 26 20:12:58.632 INFO O| Aug 26 20:12:58.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9406 | 2024-08-26T20:13:00.165Z | [ host-image] Aug 26 20:12:58.633 INFO O| Aug 26 20:12:58.632 INFO STEP 144 (remove_files) COMPLETE |
9407 | 2024-08-26T20:13:00.165Z | [ host-image] Aug 26 20:12:58.633 INFO O| Aug 26 20:12:58.633 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9408 | 2024-08-26T20:13:00.171Z | [ host-image] Aug 26 20:12:58.642 INFO O| Aug 26 20:12:58.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9409 | 2024-08-26T20:13:00.171Z | [ host-image] Aug 26 20:12:58.642 INFO O| Aug 26 20:12:58.642 INFO STEP 145 (remove_files) COMPLETE |
9410 | 2024-08-26T20:13:00.171Z | [ host-image] Aug 26 20:12:58.642 INFO O| Aug 26 20:12:58.642 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9411 | 2024-08-26T20:13:00.181Z | [ host-image] Aug 26 20:12:58.651 INFO O| Aug 26 20:12:58.651 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9412 | 2024-08-26T20:13:00.181Z | [ host-image] Aug 26 20:12:58.651 INFO O| Aug 26 20:12:58.651 INFO STEP 146 (remove_files) COMPLETE |
9413 | 2024-08-26T20:13:00.184Z | [ host-image] Aug 26 20:12:58.651 INFO O| Aug 26 20:12:58.651 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9414 | 2024-08-26T20:13:00.190Z | [ host-image] Aug 26 20:12:58.660 INFO O| Aug 26 20:12:58.660 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9415 | 2024-08-26T20:13:00.192Z | [ host-image] Aug 26 20:12:58.660 INFO O| Aug 26 20:12:58.660 INFO STEP 147 (remove_files) COMPLETE |
9416 | 2024-08-26T20:13:00.192Z | [ host-image] Aug 26 20:12:58.660 INFO O| Aug 26 20:12:58.660 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9417 | 2024-08-26T20:13:00.199Z | [ host-image] Aug 26 20:12:58.669 INFO O| Aug 26 20:12:58.669 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9418 | 2024-08-26T20:13:00.201Z | [ host-image] Aug 26 20:12:58.669 INFO O| Aug 26 20:12:58.669 INFO STEP 148 (remove_files) COMPLETE |
9419 | 2024-08-26T20:13:00.201Z | [ host-image] Aug 26 20:12:58.669 INFO O| Aug 26 20:12:58.669 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9420 | 2024-08-26T20:13:00.209Z | [ host-image] Aug 26 20:12:58.679 INFO O| Aug 26 20:12:58.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9421 | 2024-08-26T20:13:00.212Z | [ host-image] Aug 26 20:12:58.679 INFO O| Aug 26 20:12:58.679 INFO STEP 149 (remove_files) COMPLETE |
9422 | 2024-08-26T20:13:00.212Z | [ host-image] Aug 26 20:12:58.679 INFO O| Aug 26 20:12:58.679 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9423 | 2024-08-26T20:13:00.218Z | [ host-image] Aug 26 20:12:58.688 INFO O| Aug 26 20:12:58.688 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9424 | 2024-08-26T20:13:00.220Z | [ host-image] Aug 26 20:12:58.688 INFO O| Aug 26 20:12:58.688 INFO STEP 150 (remove_files) COMPLETE |
9425 | 2024-08-26T20:13:00.220Z | [ host-image] Aug 26 20:12:58.688 INFO O| Aug 26 20:12:58.688 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9426 | 2024-08-26T20:13:00.228Z | [ host-image] Aug 26 20:12:58.697 INFO O| Aug 26 20:12:58.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9427 | 2024-08-26T20:13:00.228Z | [ host-image] Aug 26 20:12:58.697 INFO O| Aug 26 20:12:58.697 INFO STEP 151 (remove_files) COMPLETE |
9428 | 2024-08-26T20:13:00.231Z | [ host-image] Aug 26 20:12:58.697 INFO O| Aug 26 20:12:58.697 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9429 | 2024-08-26T20:13:00.236Z | [ host-image] Aug 26 20:12:58.706 INFO O| Aug 26 20:12:58.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9430 | 2024-08-26T20:13:00.236Z | [ host-image] Aug 26 20:12:58.706 INFO O| Aug 26 20:12:58.706 INFO STEP 152 (remove_files) COMPLETE |
9431 | 2024-08-26T20:13:00.238Z | [ host-image] Aug 26 20:12:58.706 INFO O| Aug 26 20:12:58.706 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9432 | 2024-08-26T20:13:00.245Z | [ host-image] Aug 26 20:12:58.716 INFO O| Aug 26 20:12:58.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9433 | 2024-08-26T20:13:00.245Z | [ host-image] Aug 26 20:12:58.716 INFO O| Aug 26 20:12:58.716 INFO STEP 153 (remove_files) COMPLETE |
9434 | 2024-08-26T20:13:00.249Z | [ host-image] Aug 26 20:12:58.716 INFO O| Aug 26 20:12:58.716 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9435 | 2024-08-26T20:13:00.255Z | [ host-image] Aug 26 20:12:58.725 INFO O| Aug 26 20:12:58.725 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9436 | 2024-08-26T20:13:00.258Z | [ host-image] Aug 26 20:12:58.725 INFO O| Aug 26 20:12:58.725 INFO STEP 154 (remove_files) COMPLETE |
9437 | 2024-08-26T20:13:00.258Z | [ host-image] Aug 26 20:12:58.725 INFO O| Aug 26 20:12:58.725 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9438 | 2024-08-26T20:13:00.264Z | [ host-image] Aug 26 20:12:58.734 INFO O| Aug 26 20:12:58.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9439 | 2024-08-26T20:13:00.264Z | [ host-image] Aug 26 20:12:58.734 INFO O| Aug 26 20:12:58.734 INFO STEP 155 (remove_files) COMPLETE |
9440 | 2024-08-26T20:13:00.264Z | [ host-image] Aug 26 20:12:58.734 INFO O| Aug 26 20:12:58.734 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9441 | 2024-08-26T20:13:00.278Z | [ host-image] Aug 26 20:12:58.748 INFO O| Aug 26 20:12:58.748 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9442 | 2024-08-26T20:13:00.282Z | [ host-image] Aug 26 20:12:58.748 INFO O| Aug 26 20:12:58.748 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9443 | 2024-08-26T20:13:07.964Z | [ host-image] Aug 26 20:13:06.433 INFO O| Aug 26 20:13:06.433 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 |
9444 | 2024-08-26T20:13:07.964Z | [ host-image] Aug 26 20:13:06.433 INFO O| Aug 26 20:13:06.433 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9445 | 2024-08-26T20:13:07.978Z | [ host-image] Aug 26 20:13:06.447 INFO O| Aug 26 20:13:06.447 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9446 | 2024-08-26T20:13:08.057Z | [ host-image] Aug 26 20:13:06.526 INFO O| Aug 26 20:13:06.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9447 | 2024-08-26T20:13:08.057Z | [ host-image] Aug 26 20:13:06.526 INFO O| Aug 26 20:13:06.526 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9448 | 2024-08-26T20:13:08.060Z | [ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9449 | 2024-08-26T20:13:08.060Z | [ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO ok! |
9450 | 2024-08-26T20:13:08.060Z | [ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9451 | 2024-08-26T20:13:08.060Z | [ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO STEP 156 (seed_smf) COMPLETE |
9452 | 2024-08-26T20:13:08.060Z | [ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO steps complete; finalising image! |
9453 | 2024-08-26T20:13:08.060Z | [ host-image] Aug 26 20:13:06.528 INFO O| Aug 26 20:13:06.528 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9454 | 2024-08-26T20:13:08.201Z | [ host-image] Aug 26 20:13:06.670 INFO O| Aug 26 20:13:06.670 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Aug 26 20:13:06 2024) |
9455 | 2024-08-26T20:13:08.422Z | [ host-image] Aug 26 20:13:06.891 INFO O| Aug 26 20:13:06.891 INFO temporary pool has 669M used, 163M avail, 1.87x compressratio |
9456 | 2024-08-26T20:13:08.422Z | [ host-image] Aug 26 20:13:06.891 INFO O| Aug 26 20:13:06.891 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9457 | 2024-08-26T20:13:08.720Z | [ host-image] Aug 26 20:13:07.189 INFO O| Aug 26 20:13:07.189 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9458 | 2024-08-26T20:13:08.720Z | [ host-image] Aug 26 20:13:07.189 INFO O| Aug 26 20:13:07.189 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9459 | 2024-08-26T20:13:09.739Z | [ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9460 | 2024-08-26T20:13:09.739Z | [ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9461 | 2024-08-26T20:13:09.742Z | [ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9462 | 2024-08-26T20:13:09.742Z | [ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO completed processing gimlet/zfs |
9463 | 2024-08-26T20:13:09.742Z | [ host-image] Aug 26 20:13:08.208 INFO O| Aug 26 20:13:08.208 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9464 | 2024-08-26T20:13:16.657Z | [ host-image] Aug 26 20:13:15.124 INFO O| Aug 26 20:13:15.124 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9465 | 2024-08-26T20:13:16.768Z | [ host-image] Aug 26 20:13:15.236 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n" |
9466 | 2024-08-26T20:13:16.769Z | [ host-image] Aug 26 20:13:15.236 INFO expanded image name: "ci 11c5f13/${os_short_commit} 2024-08-26 19:44" -> "ci 11c5f13/8a4b918 2024-08-26 19:44" |
9467 | 2024-08-26T20:13:16.773Z | [ host-image] Aug 26 20:13:15.237 INFO output artefacts stored in: "/work/os-host" |
9468 | 2024-08-26T20:13:16.773Z | [ host-image] Aug 26 20:13:15.237 INFO collecting git info from project "amd-host-image-builder"... |
9469 | 2024-08-26T20:13:16.783Z | [ host-image] Aug 26 20:13:15.251 INFO collecting git info from project "pilot"... |
9470 | 2024-08-26T20:13:16.789Z | [ host-image] Aug 26 20:13:15.256 INFO collecting git info from project "pinprick"... |
9471 | 2024-08-26T20:13:16.792Z | [ host-image] Aug 26 20:13:15.260 INFO collecting git info from project "chelsio-t6-roms"... |
9472 | 2024-08-26T20:13:16.797Z | [ host-image] Aug 26 20:13:15.265 INFO collecting git info from project "image-builder"... |
9473 | 2024-08-26T20:13:16.804Z | [ host-image] Aug 26 20:13:15.269 INFO collecting git info from project "bootserver"... |
9474 | 2024-08-26T20:13:16.813Z | [ host-image] Aug 26 20:13:15.274 INFO collecting git info from project "phbl"... |
9475 | 2024-08-26T20:13:16.813Z | [ host-image] Aug 26 20:13:15.278 INFO collecting git info from project "amd-firmware"... |
9476 | 2024-08-26T20:13:16.823Z | [ host-image] Aug 26 20:13:15.286 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9477 | 2024-08-26T20:13:17.174Z | [ host-image] Aug 26 20:13:15.641 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9478 | 2024-08-26T20:13:17.519Z | [ host-image] Aug 26 20:13:15.986 INFO creating Oxide boot image... |
9479 | 2024-08-26T20:13:17.519Z | [ host-image] Aug 26 20:13:15.987 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 11c5f13/8a4b918 2024-08-26 19:44", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9480 | 2024-08-26T20:13:18.436Z | [ host-image] Aug 26 20:13:16.904 INFO O| ok, image written! |
9481 | 2024-08-26T20:13:18.436Z | [ host-image] Aug 26 20:13:16.904 INFO O| ok, boot_image_csum file written! |
9482 | 2024-08-26T20:13:18.442Z | [ host-image] Aug 26 20:13:16.906 INFO creating boot archive (CPIO)... |
9483 | 2024-08-26T20:13:18.442Z | [ host-image] Aug 26 20:13:16.906 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 |
9484 | 2024-08-26T20:13:18.446Z | [ host-image] Aug 26 20:13:16.914 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9485 | 2024-08-26T20:13:18.446Z | [ host-image] Aug 26 20:13:16.914 INFO E| + outfile=/work/os-host/cpio |
9486 | 2024-08-26T20:13:18.449Z | [ host-image] Aug 26 20:13:16.914 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9487 | 2024-08-26T20:13:18.450Z | [ host-image] Aug 26 20:13:16.916 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9488 | 2024-08-26T20:13:18.450Z | [ host-image] Aug 26 20:13:16.916 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9489 | 2024-08-26T20:13:18.483Z | [ host-image] Aug 26 20:13:16.951 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9490 | 2024-08-26T20:13:18.483Z | [ host-image] Aug 26 20:13:16.951 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9491 | 2024-08-26T20:13:18.492Z | [ host-image] Aug 26 20:13:16.959 INFO creating compressed cpio/unix for nanobl-rs... |
9492 | 2024-08-26T20:13:18.492Z | [ host-image] Aug 26 20:13:16.959 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 |
9493 | 2024-08-26T20:13:18.779Z | [ host-image] Aug 26 20:13:17.246 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9494 | 2024-08-26T20:13:26.826Z | [ host-image] Aug 26 20:13:21.615 INFO creating reset image... |
9495 | 2024-08-26T20:13:26.853Z | [ host-image] Aug 26 20:13:21.615 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9496 | 2024-08-26T20:13:26.853Z | [ host-image] Aug 26 20:13:21.698 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9497 | 2024-08-26T20:13:26.853Z | [ host-image] Aug 26 20:13:21.699 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9498 | 2024-08-26T20:13:26.853Z | [ host-image] Aug 26 20:13:21.765 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9499 | 2024-08-26T20:13:26.867Z | [ host-image] Aug 26 20:13:23.959 INFO E| Finished `release` profile [optimized] target(s) in 2.24s |
9500 | 2024-08-26T20:13:26.867Z | [ host-image] Aug 26 20:13:23.970 INFO building host image... |
9501 | 2024-08-26T20:13:26.867Z | [ host-image] Aug 26 20:13:23.970 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") |
9502 | 2024-08-26T20:13:26.867Z | [ host-image] Aug 26 20:13:24.418 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9503 | 2024-08-26T20:14:11.484Z | [ host-image] Aug 26 20:14:09.945 INFO image complete! materials are in "/work/os-host" |
9504 | 2024-08-26T20:14:11.487Z | [ host-image] |
9505 | 2024-08-26T20:14:11.489Z | [ host-image] real 8:29.415420464 |
9506 | 2024-08-26T20:14:11.489Z | [ host-image] user 4:02.495169360 |
9507 | 2024-08-26T20:14:11.489Z | [ host-image] sys 50.017644779 |
9508 | 2024-08-26T20:14:11.489Z | [ host-image] trap 0.140553965 |
9509 | 2024-08-26T20:14:11.489Z | [ host-image] tflt 0.027256951 |
9510 | 2024-08-26T20:14:11.489Z | [ host-image] dflt 0.019419085 |
9511 | 2024-08-26T20:14:11.489Z | [ host-image] kflt 0.000000000 |
9512 | 2024-08-26T20:14:11.489Z | [ host-image] lock 9:02.240697820 |
9513 | 2024-08-26T20:14:11.489Z | [ host-image] slp 46:01.689924890 |
9514 | 2024-08-26T20:14:11.489Z | [ host-image] lat 1:12.715832512 |
9515 | 2024-08-26T20:14:11.489Z | [ host-image] stop 0.767134016 |
9516 | 2024-08-26T20:14:11.489Z | Aug 26 20:14:09.948 INFO [host-image] process exited with exit status: 0 (509.427845597s) |
9517 | 2024-08-26T20:14:11.489Z | Aug 26 20:14:09.948 INFO [tuf-repo] running task |
9518 | 2024-08-26T20:14:18.566Z | Aug 26 20:14:17.026 INFO assembling repository in `/tmp/tufaceousqsVSNo`, component: OmicronRepoAssembler |
9519 | 2024-08-26T20:14:23.158Z | Aug 26 20:14:21.617 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9520 | 2024-08-26T20:14:23.486Z | Aug 26 20:14:21.945 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9521 | 2024-08-26T20:14:35.381Z | Aug 26 20:14:33.838 INFO [tuf-repo] task succeeded (23.889787372s) |
9522 | 2024-08-26T20:14:35.381Z | Aug 26 20:14:33.838 INFO all jobs completed in 1782.048272092s |
9523 | 2024-08-26T20:14:35.914Z | process exited: duration 2318797 ms, exit code 0 |
|
9524 | 2024-08-26T20:14:35.920Z | found 33 output files |
9525 | 2024-08-26T20:14:35.920Z | uploading: /work/manifest.toml (8404 bytes) |
9526 | 2024-08-26T20:14:36.932Z | uploaded: /work/manifest.toml |
9527 | 2024-08-26T20:14:36.941Z | uploading: /work/repo.zip (1791749465 bytes) |
9528 | 2024-08-26T20:15:02.446Z | uploaded: /work/repo.zip |
9529 | 2024-08-26T20:15:02.446Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9530 | 2024-08-26T20:15:03.466Z | uploaded: /work/repo.zip.sha256.txt |
9531 | 2024-08-26T20:15:03.467Z | uploading: /work/helios-setup.log (52390 bytes) |
9532 | 2024-08-26T20:15:04.479Z | uploaded: /work/helios-setup.log |
9533 | 2024-08-26T20:15:04.479Z | uploading: /work/host-image.log (194270 bytes) |
9534 | 2024-08-26T20:15:05.494Z | uploaded: /work/host-image.log |
9535 | 2024-08-26T20:15:05.494Z | uploading: /work/host-package.log (18948 bytes) |
9536 | 2024-08-26T20:15:06.505Z | uploaded: /work/host-package.log |
9537 | 2024-08-26T20:15:06.514Z | uploading: /work/host-target.log (101 bytes) |
9538 | 2024-08-26T20:15:07.526Z | uploaded: /work/host-target.log |
9539 | 2024-08-26T20:15:07.526Z | uploading: /work/omicron-package.log (4543 bytes) |
9540 | 2024-08-26T20:15:08.535Z | uploaded: /work/omicron-package.log |
9541 | 2024-08-26T20:15:08.537Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9542 | 2024-08-26T20:15:09.542Z | uploaded: /work/phbl-toolchain.log |
9543 | 2024-08-26T20:15:09.542Z | uploading: /work/recovery-image.log (590628 bytes) |
9544 | 2024-08-26T20:15:10.563Z | uploaded: /work/recovery-image.log |
9545 | 2024-08-26T20:15:10.563Z | uploading: /work/recovery-package.log (282 bytes) |
9546 | 2024-08-26T20:15:11.572Z | uploaded: /work/recovery-package.log |
9547 | 2024-08-26T20:15:11.575Z | uploading: /work/recovery-target.log (98 bytes) |
9548 | 2024-08-26T20:15:12.581Z | uploaded: /work/recovery-target.log |
9549 | 2024-08-26T20:15:12.584Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9550 | 2024-08-26T20:15:13.590Z | uploaded: /work/stamp-clickhouse.log |
9551 | 2024-08-26T20:15:13.593Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9552 | 2024-08-26T20:15:14.598Z | uploaded: /work/stamp-clickhouse_keeper.log |
9553 | 2024-08-26T20:15:14.598Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9554 | 2024-08-26T20:15:15.607Z | uploaded: /work/stamp-cockroachdb.log |
9555 | 2024-08-26T20:15:15.607Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9556 | 2024-08-26T20:15:16.617Z | uploaded: /work/stamp-crucible-dtrace.log |
9557 | 2024-08-26T20:15:16.617Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9558 | 2024-08-26T20:15:17.627Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9559 | 2024-08-26T20:15:17.627Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9560 | 2024-08-26T20:15:18.636Z | uploaded: /work/stamp-crucible-zone.log |
9561 | 2024-08-26T20:15:18.636Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9562 | 2024-08-26T20:15:19.645Z | uploaded: /work/stamp-external-dns.log |
9563 | 2024-08-26T20:15:19.645Z | uploading: /work/stamp-installinator.log (103 bytes) |
9564 | 2024-08-26T20:15:20.653Z | uploaded: /work/stamp-installinator.log |
9565 | 2024-08-26T20:15:20.653Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9566 | 2024-08-26T20:15:21.662Z | uploaded: /work/stamp-internal-dns.log |
9567 | 2024-08-26T20:15:21.662Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9568 | 2024-08-26T20:15:22.670Z | uploaded: /work/stamp-mg-ddm-gz.log |
9569 | 2024-08-26T20:15:22.670Z | uploading: /work/stamp-nexus.log (112 bytes) |
9570 | 2024-08-26T20:15:23.681Z | uploaded: /work/stamp-nexus.log |
9571 | 2024-08-26T20:15:23.684Z | uploading: /work/stamp-ntp.log (110 bytes) |
9572 | 2024-08-26T20:15:24.690Z | uploaded: /work/stamp-ntp.log |
9573 | 2024-08-26T20:15:24.690Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9574 | 2024-08-26T20:15:25.701Z | uploaded: /work/stamp-omicron-sled-agent.log |
9575 | 2024-08-26T20:15:25.701Z | uploading: /work/stamp-overlay.log (114 bytes) |
9576 | 2024-08-26T20:15:26.710Z | uploaded: /work/stamp-overlay.log |
9577 | 2024-08-26T20:15:26.710Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9578 | 2024-08-26T20:15:27.719Z | uploaded: /work/stamp-oximeter.log |
9579 | 2024-08-26T20:15:27.719Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9580 | 2024-08-26T20:15:28.728Z | uploaded: /work/stamp-oxlog.log |
9581 | 2024-08-26T20:15:28.728Z | uploading: /work/stamp-probe.log (112 bytes) |
9582 | 2024-08-26T20:15:29.739Z | uploaded: /work/stamp-probe.log |
9583 | 2024-08-26T20:15:29.739Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9584 | 2024-08-26T20:15:30.750Z | uploaded: /work/stamp-propolis-server.log |
9585 | 2024-08-26T20:15:30.750Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9586 | 2024-08-26T20:15:31.759Z | uploaded: /work/stamp-pumpkind-gz.log |
9587 | 2024-08-26T20:15:31.759Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9588 | 2024-08-26T20:15:32.769Z | uploaded: /work/stamp-switch-asic.log |
9589 | 2024-08-26T20:15:32.769Z | uploading: /work/verify-libraries.log (1992 bytes) |
9590 | 2024-08-26T20:15:33.941Z | uploaded: /work/verify-libraries.log |