|
|
|
1 | 2024-08-23T21:17:04.053Z | job assigned to worker 01J60HH8WECBRDQRJNS56E9Y8N (queued for 1 m 5 s) |
|
2 | 2024-08-23T21:17:11.357Z | starting task 0: "setup" |
3 | 2024-08-23T21:17:11.366Z | ++ uname -s |
4 | 2024-08-23T21:17:11.369Z | + kern=SunOS |
5 | 2024-08-23T21:17:11.369Z | + case "$kern" in |
6 | 2024-08-23T21:17:11.369Z | + groupadd -g 12345 build |
7 | 2024-08-23T21:17:11.371Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-23T21:17:13.380Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-23T21:17:13.463Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-23T21:17:13.466Z | + home_fs=zfs |
11 | 2024-08-23T21:17:13.466Z | + [[ zfs == autofs ]] |
12 | 2024-08-23T21:17:13.466Z | + mkdir -p /home/build |
13 | 2024-08-23T21:17:13.469Z | + chown build:build /home/build /work |
14 | 2024-08-23T21:17:15.470Z | + chmod 0700 /home/build /work |
15 | 2024-08-23T21:17:15.473Z | process exited: duration 4117 ms, exit code 0 |
|
16 | 2024-08-23T21:17:15.481Z | starting task 1: "rust-toolchain" |
17 | 2024-08-23T21:17:15.484Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-23T21:17:15.484Z | * toolchain channel = "1.80.1" |
19 | 2024-08-23T21:17:15.484Z | ' 1.80.1 |
20 | 2024-08-23T21:17:15.484Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-23T21:17:15.484Z | ' default |
22 | 2024-08-23T21:17:15.484Z | * toolchain profile = "default" |
23 | 2024-08-23T21:17:15.486Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-23T21:17:15.486Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-23T21:17:15.602Z | info: downloading installer |
26 | 2024-08-23T21:17:17.213Z | info: profile set to 'default' |
27 | 2024-08-23T21:17:17.213Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-23T21:17:17.216Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-23T21:17:17.353Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-23T21:17:17.353Z | info: downloading component 'cargo' |
31 | 2024-08-23T21:17:18.049Z | info: downloading component 'clippy' |
32 | 2024-08-23T21:17:18.293Z | info: downloading component 'rust-docs' |
33 | 2024-08-23T21:17:19.264Z | info: downloading component 'rust-std' |
34 | 2024-08-23T21:17:20.619Z | info: downloading component 'rustc' |
35 | 2024-08-23T21:17:24.355Z | info: downloading component 'rustfmt' |
36 | 2024-08-23T21:17:24.554Z | info: installing component 'cargo' |
37 | 2024-08-23T21:17:25.372Z | info: installing component 'clippy' |
38 | 2024-08-23T21:17:25.732Z | info: installing component 'rust-docs' |
39 | 2024-08-23T21:17:27.337Z | info: installing component 'rust-std' |
40 | 2024-08-23T21:17:28.997Z | info: installing component 'rustc' |
41 | 2024-08-23T21:17:33.136Z | info: installing component 'rustfmt' |
42 | 2024-08-23T21:17:33.467Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-23T21:17:33.468Z | |
44 | 2024-08-23T21:17:33.723Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-23T21:17:33.723Z | |
46 | 2024-08-23T21:17:33.726Z | |
47 | 2024-08-23T21:17:33.726Z | Rust is installed now. Great! |
48 | 2024-08-23T21:17:33.726Z | |
49 | 2024-08-23T21:17:33.726Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-23T21:17:33.726Z | environment variable. This has not been done automatically. |
51 | 2024-08-23T21:17:33.726Z | |
52 | 2024-08-23T21:17:33.726Z | To configure your current shell, you need to source |
53 | 2024-08-23T21:17:33.726Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-23T21:17:33.726Z | |
55 | 2024-08-23T21:17:33.726Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-23T21:17:33.726Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-23T21:17:33.726Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-23T21:17:33.771Z | + rustc --version |
59 | 2024-08-23T21:17:33.833Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-23T21:17:33.836Z | process exited: duration 18354 ms, exit code 0 |
|
61 | 2024-08-23T21:17:33.842Z | starting task 2: "authentication" |
62 | 2024-08-23T21:17:33.862Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-23T21:17:33.868Z | starting task 3: "clone repository" |
64 | 2024-08-23T21:17:33.873Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-23T21:17:33.876Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-23T21:17:33.914Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-23T21:17:40.062Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-23T21:17:40.062Z | + git fetch origin d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
69 | 2024-08-23T21:17:40.355Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-23T21:17:40.355Z | * branch d3979fdffd27c7724fd8b17f7d00e801b0ed65de -> FETCH_HEAD |
71 | 2024-08-23T21:17:40.364Z | + [[ -n eliza/s/celcius/celsius ]] |
72 | 2024-08-23T21:17:40.367Z | ++ git branch --show-current |
73 | 2024-08-23T21:17:40.369Z | + current=main |
74 | 2024-08-23T21:17:40.369Z | + [[ main != eliza/s/celcius/celsius ]] |
75 | 2024-08-23T21:17:40.369Z | + git branch -f eliza/s/celcius/celsius d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
76 | 2024-08-23T21:17:40.372Z | + git checkout -f eliza/s/celcius/celsius |
77 | 2024-08-23T21:17:40.519Z | Switched to branch 'eliza/s/celcius/celsius' |
78 | 2024-08-23T21:17:40.521Z | + git reset --hard d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
79 | 2024-08-23T21:17:40.535Z | HEAD is now at d3979fdff [oximeter] spell "Celsius" correctly |
80 | 2024-08-23T21:17:40.538Z | process exited: duration 6666 ms, exit code 0 |
|
81 | 2024-08-23T21:17:40.543Z | starting task 4: "build" |
82 | 2024-08-23T21:17:40.548Z | + cargo --version |
83 | 2024-08-23T21:17:40.601Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-23T21:17:40.603Z | + rustc --version |
85 | 2024-08-23T21:17:40.658Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-23T21:17:40.660Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-23T21:17:46.414Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-23T21:17:48.681Z | Startup: Caching catalogs ... Done |
89 | 2024-08-23T21:17:50.524Z | Planning: Solver setup ... Done (1.290s) |
90 | 2024-08-23T21:17:50.544Z | Planning: Running solver ... Done (0.020s) |
91 | 2024-08-23T21:17:50.585Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2024-08-23T21:17:50.625Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-08-23T21:17:51.300Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-08-23T21:17:51.405Z | Planning: Package planning ... Done (0.101s) |
95 | 2024-08-23T21:17:51.458Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-08-23T21:17:51.675Z | Planning: Checking for conflicting actions ... Done (0.217s) |
97 | 2024-08-23T21:17:53.645Z | Planning: Consolidating action changes ... Done (1.966s) |
98 | 2024-08-23T21:17:54.070Z | Planning: Evaluating mediators ... Done (0.429s) |
99 | 2024-08-23T21:17:54.151Z | Planning: Planning completed in 5.40 seconds |
100 | 2024-08-23T21:17:54.168Z | Packages to install: 4 |
101 | 2024-08-23T21:17:54.168Z | Packages to update: 1 |
102 | 2024-08-23T21:17:54.170Z | Mediators to change: 2 |
103 | 2024-08-23T21:17:54.170Z | Services to change: 1 |
104 | 2024-08-23T21:17:54.170Z | Estimated space available: 155.72 GB |
105 | 2024-08-23T21:17:54.170Z | Estimated space to be consumed: 1.53 GB |
106 | 2024-08-23T21:17:54.170Z | Create boot environment: No |
107 | 2024-08-23T21:17:54.170Z | Create backup boot environment: Yes |
108 | 2024-08-23T21:17:54.170Z | Rebuild boot archive: No |
109 | 2024-08-23T21:17:54.171Z | |
110 | 2024-08-23T21:17:54.171Z | Changed mediators: |
111 | 2024-08-23T21:17:54.171Z | mediator clang: |
112 | 2024-08-23T21:17:54.171Z | version: None -> 15 (system default) |
113 | 2024-08-23T21:17:54.171Z | |
114 | 2024-08-23T21:17:54.171Z | mediator llvm: |
115 | 2024-08-23T21:17:54.171Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-08-23T21:17:54.171Z | |
117 | 2024-08-23T21:17:54.171Z | Changed packages: |
118 | 2024-08-23T21:17:54.171Z | helios-dev |
119 | 2024-08-23T21:17:54.171Z | developer/build-essential |
120 | 2024-08-23T21:17:54.171Z | None -> 11-2.0 |
121 | 2024-08-23T21:17:54.171Z | library/libxmlsec1 |
122 | 2024-08-23T21:17:54.171Z | None -> 1.2.35-2.0 |
123 | 2024-08-23T21:17:54.171Z | ooce/developer/clang-15 |
124 | 2024-08-23T21:17:54.171Z | None -> 15.0.7-2.0 |
125 | 2024-08-23T21:17:54.171Z | ooce/developer/llvm-15 |
126 | 2024-08-23T21:17:54.171Z | None -> 15.0.7-2.0 |
127 | 2024-08-23T21:17:54.171Z | package/pkg |
128 | 2024-08-23T21:17:54.171Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-08-23T21:17:54.171Z | |
130 | 2024-08-23T21:17:54.171Z | Services: |
131 | 2024-08-23T21:17:54.171Z | restart_fmri: |
132 | 2024-08-23T21:17:54.171Z | svc:/system/update-man-index:default |
133 | 2024-08-23T21:17:54.171Z | |
134 | 2024-08-23T21:17:54.171Z | Editable files to change: |
135 | 2024-08-23T21:17:54.171Z | Update: |
136 | 2024-08-23T21:17:54.171Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-08-23T21:17:54.245Z | |
138 | 2024-08-23T21:17:54.245Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-08-23T21:17:59.248Z | Download: 649/4281 items 3.7/220.6MB 1% complete (752k/s) |
140 | 2024-08-23T21:18:04.422Z | Download: 1250/4281 items 95.2/220.6MB 43% complete (9.5M/s) |
141 | 2024-08-23T21:18:11.265Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (11.9M/s) |
142 | 2024-08-23T21:18:16.537Z | Download: 3281/4281 items 208.6/220.6MB 94% complete (8.9M/s) |
143 | 2024-08-23T21:18:20.486Z | Download: Completed 220.60 MB in 26.24 seconds (8.4M/s) |
144 | 2024-08-23T21:18:22.518Z | Actions: 1/5063 actions (Removing old actions) |
145 | 2024-08-23T21:18:22.539Z | Actions: 194/5063 actions (Installing new actions) |
146 | 2024-08-23T21:18:27.228Z | Actions: 4226/5063 actions (Updating modified actions) |
147 | 2024-08-23T21:18:27.553Z | Actions: Completed 5063 actions in 5.03 seconds. |
148 | 2024-08-23T21:18:27.832Z | Done (0.272s) |
149 | 2024-08-23T21:18:27.834Z | Done (0.000s) |
150 | 2024-08-23T21:18:28.201Z | Done (0.368s) |
151 | 2024-08-23T21:18:32.439Z | Done (4.060s) |
152 | 2024-08-23T21:18:32.529Z | Done (0.018s) |
153 | 2024-08-23T21:18:32.531Z | Done (0.000s) |
154 | 2024-08-23T21:18:32.711Z | Done (0.000s) |
155 | 2024-08-23T21:18:33.297Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-08-23T21:18:33.459Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-08-23T21:18:33.462Z | Planning: Consolidating action changes ... Done |
158 | 2024-08-23T21:18:33.740Z | Planning: Evaluating mediators ... Done |
159 | 2024-08-23T21:18:33.743Z | Planning: Planning completed in 0.44 seconds |
160 | 2024-08-23T21:18:33.782Z | Mediators to change: 2 |
161 | 2024-08-23T21:18:33.782Z | Create boot environment: No |
162 | 2024-08-23T21:18:33.784Z | Create backup boot environment: No |
163 | 2024-08-23T21:18:33.858Z | Done |
164 | 2024-08-23T21:18:33.858Z | Done |
165 | 2024-08-23T21:18:34.086Z | Done |
166 | 2024-08-23T21:18:37.740Z | Done |
167 | 2024-08-23T21:18:37.829Z | Done |
168 | 2024-08-23T21:18:37.831Z | Done |
169 | 2024-08-23T21:18:37.930Z | Done |
170 | 2024-08-23T21:18:38.535Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-08-23T21:18:38.538Z | Planning: Merging actions ... Done |
172 | 2024-08-23T21:18:38.727Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-08-23T21:18:38.730Z | Planning: Consolidating action changes ... Done |
174 | 2024-08-23T21:18:38.994Z | Planning: Evaluating mediators ... Done |
175 | 2024-08-23T21:18:39.050Z | Planning: Planning completed in 0.76 seconds |
176 | 2024-08-23T21:18:39.092Z | Packages to change: 1 |
177 | 2024-08-23T21:18:39.092Z | Mediators to change: 1 |
178 | 2024-08-23T21:18:39.095Z | Services to change: 1 |
179 | 2024-08-23T21:18:39.095Z | Create boot environment: No |
180 | 2024-08-23T21:18:39.095Z | Create backup boot environment: Yes |
181 | 2024-08-23T21:18:41.142Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-08-23T21:18:41.145Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2024-08-23T21:18:41.145Z | Done |
184 | 2024-08-23T21:18:41.145Z | Done |
185 | 2024-08-23T21:18:41.220Z | Done |
186 | 2024-08-23T21:18:44.748Z | Done |
187 | 2024-08-23T21:18:44.837Z | Done |
188 | 2024-08-23T21:18:44.840Z | Done |
189 | 2024-08-23T21:18:44.969Z | Done |
190 | 2024-08-23T21:18:45.405Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-08-23T21:18:45.405Z | clang system 15 system |
192 | 2024-08-23T21:18:45.405Z | csh system system illumos |
193 | 2024-08-23T21:18:45.405Z | ctags system system illumos |
194 | 2024-08-23T21:18:45.405Z | gcc vendor 12 vendor |
195 | 2024-08-23T21:18:45.405Z | gcc system 10 system |
196 | 2024-08-23T21:18:45.405Z | gcc system 7 system |
197 | 2024-08-23T21:18:45.405Z | go system 1.20 system |
198 | 2024-08-23T21:18:45.405Z | go system 1.19 system |
199 | 2024-08-23T21:18:45.405Z | llvm system 15 system |
200 | 2024-08-23T21:18:45.405Z | llvm system 14 system |
201 | 2024-08-23T21:18:45.405Z | mariadb system 10.6 system |
202 | 2024-08-23T21:18:45.405Z | mta vendor vendor dma |
203 | 2024-08-23T21:18:45.405Z | openjdk system 17 system |
204 | 2024-08-23T21:18:45.405Z | openjdk system 11 system |
205 | 2024-08-23T21:18:45.405Z | openjdk system 1.8 system |
206 | 2024-08-23T21:18:45.405Z | openssl vendor 3 vendor |
207 | 2024-08-23T21:18:45.406Z | perl system 5.36 system |
208 | 2024-08-23T21:18:45.406Z | postgresql system 15 system |
209 | 2024-08-23T21:18:45.406Z | postgresql system 13 system |
210 | 2024-08-23T21:18:45.406Z | python vendor 3 vendor |
211 | 2024-08-23T21:18:45.406Z | python system 2 system |
212 | 2024-08-23T21:18:45.406Z | python3 system 3.11 system |
213 | 2024-08-23T21:18:45.406Z | ruby system 3.0 system |
214 | 2024-08-23T21:18:45.406Z | words vendor vendor american-english |
215 | 2024-08-23T21:18:45.406Z | words system system australian-english |
216 | 2024-08-23T21:18:45.406Z | words system system british-english |
217 | 2024-08-23T21:18:45.406Z | words system system canadian-english |
218 | 2024-08-23T21:18:45.406Z | words system system french |
219 | 2024-08-23T21:18:45.406Z | words system system italian |
220 | 2024-08-23T21:18:45.406Z | words system system ngerman |
221 | 2024-08-23T21:18:45.406Z | words system system ogerman |
222 | 2024-08-23T21:18:45.406Z | words system system spanish |
223 | 2024-08-23T21:18:45.737Z | PUBLISHER TYPE STATUS P LOCATION |
224 | 2024-08-23T21:18:45.737Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
225 | 2024-08-23T21:18:47.558Z | FMRI IFO |
226 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
230 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
231 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
233 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
234 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
235 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
236 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
237 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
238 | 2024-08-23T21:18:47.558Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
239 | 2024-08-23T21:18:48.147Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
240 | 2024-08-23T21:18:48.399Z | Updating git repository `https://github.com/oxidecomputer/zone` |
241 | 2024-08-23T21:18:48.646Z | Updating crates.io index |
242 | 2024-08-23T21:18:48.649Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
243 | 2024-08-23T21:18:49.423Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
244 | 2024-08-23T21:18:50.138Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
245 | 2024-08-23T21:18:50.406Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
246 | 2024-08-23T21:18:51.884Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
247 | 2024-08-23T21:18:52.164Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
248 | 2024-08-23T21:18:52.447Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
249 | 2024-08-23T21:18:53.620Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
250 | 2024-08-23T21:18:55.345Z | Updating git repository `https://github.com/oxidecomputer/opte` |
251 | 2024-08-23T21:18:56.294Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
252 | 2024-08-23T21:18:56.998Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
253 | 2024-08-23T21:18:57.343Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
254 | 2024-08-23T21:18:57.824Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
255 | 2024-08-23T21:18:58.093Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
256 | 2024-08-23T21:18:58.384Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
257 | 2024-08-23T21:18:58.726Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
258 | 2024-08-23T21:18:58.993Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
259 | 2024-08-23T21:18:59.225Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
260 | 2024-08-23T21:18:59.496Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-08-23T21:18:59.808Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
262 | 2024-08-23T21:19:00.131Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
263 | 2024-08-23T21:19:00.426Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
264 | 2024-08-23T21:19:00.769Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
265 | 2024-08-23T21:19:01.290Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
266 | 2024-08-23T21:19:01.625Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
267 | 2024-08-23T21:19:01.974Z | Updating git repository `https://github.com/oxidecomputer/typify` |
268 | 2024-08-23T21:19:04.343Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
269 | 2024-08-23T21:19:04.571Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
270 | 2024-08-23T21:19:04.813Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
271 | 2024-08-23T21:19:05.154Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
272 | 2024-08-23T21:19:06.320Z | Downloading crates ... |
273 | 2024-08-23T21:19:06.396Z | Downloaded dtrace-parser v0.2.0 |
274 | 2024-08-23T21:19:06.399Z | Downloaded is_terminal_polyfill v1.70.0 |
275 | 2024-08-23T21:19:06.402Z | Downloaded colorchoice v1.0.1 |
276 | 2024-08-23T21:19:06.404Z | Downloaded pretty-hex v0.4.1 |
277 | 2024-08-23T21:19:06.407Z | Downloaded usdt-macro v0.5.0 |
278 | 2024-08-23T21:19:06.411Z | Downloaded scroll_derive v0.12.0 |
279 | 2024-08-23T21:19:06.415Z | Downloaded usdt-attr-macro v0.5.0 |
280 | 2024-08-23T21:19:06.417Z | Downloaded digest v0.10.7 |
281 | 2024-08-23T21:19:06.419Z | Downloaded heck v0.5.0 |
282 | 2024-08-23T21:19:06.419Z | Downloaded cargo_metadata v0.18.1 |
283 | 2024-08-23T21:19:06.421Z | Downloaded errno v0.3.9 |
284 | 2024-08-23T21:19:06.424Z | Downloaded cfg-if v1.0.0 |
285 | 2024-08-23T21:19:06.424Z | Downloaded proc-macro-error-attr v1.0.4 |
286 | 2024-08-23T21:19:06.427Z | Downloaded fs-err v2.11.0 |
287 | 2024-08-23T21:19:06.429Z | Downloaded anstyle v1.0.8 |
288 | 2024-08-23T21:19:06.429Z | Downloaded bytecount v0.6.8 |
289 | 2024-08-23T21:19:06.432Z | Downloaded version_check v0.9.5 |
290 | 2024-08-23T21:19:06.432Z | Downloaded terminal_size v0.3.0 |
291 | 2024-08-23T21:19:06.434Z | Downloaded once_cell v1.19.0 |
292 | 2024-08-23T21:19:06.439Z | Downloaded serde_tokenstream v0.2.2 |
293 | 2024-08-23T21:19:06.446Z | Downloaded zerocopy-derive v0.7.34 |
294 | 2024-08-23T21:19:06.451Z | Downloaded strsim v0.11.1 |
295 | 2024-08-23T21:19:06.453Z | Downloaded thiserror-impl v1.0.63 |
296 | 2024-08-23T21:19:06.453Z | Downloaded hashbrown v0.14.5 |
297 | 2024-08-23T21:19:06.460Z | Downloaded equivalent v1.0.1 |
298 | 2024-08-23T21:19:06.463Z | Downloaded anyhow v1.0.86 |
299 | 2024-08-23T21:19:06.466Z | Downloaded scroll v0.12.0 |
300 | 2024-08-23T21:19:06.478Z | Downloaded swrite v0.1.0 |
301 | 2024-08-23T21:19:06.480Z | Downloaded clap_lex v0.7.0 |
302 | 2024-08-23T21:19:06.480Z | Downloaded camino v1.1.9 |
303 | 2024-08-23T21:19:06.483Z | Downloaded ucd-trie v0.1.6 |
304 | 2024-08-23T21:19:06.485Z | Downloaded bitflags v2.6.0 |
305 | 2024-08-23T21:19:06.488Z | Downloaded fnv v1.0.7 |
306 | 2024-08-23T21:19:06.492Z | Downloaded cpufeatures v0.2.12 |
307 | 2024-08-23T21:19:06.492Z | Downloaded cargo-platform v0.1.8 |
308 | 2024-08-23T21:19:06.494Z | Downloaded itoa v1.0.11 |
309 | 2024-08-23T21:19:06.494Z | Downloaded heck v0.4.1 |
310 | 2024-08-23T21:19:06.494Z | Downloaded generic-array v0.14.7 |
311 | 2024-08-23T21:19:06.497Z | Downloaded toml v0.8.19 |
312 | 2024-08-23T21:19:06.499Z | Downloaded block-buffer v0.10.4 |
313 | 2024-08-23T21:19:06.503Z | Downloaded pest_derive v2.7.10 |
314 | 2024-08-23T21:19:06.503Z | Downloaded memmap v0.7.0 |
315 | 2024-08-23T21:19:06.506Z | Downloaded pest_generator v2.7.10 |
316 | 2024-08-23T21:19:06.506Z | Downloaded macaddr v1.0.1 |
317 | 2024-08-23T21:19:06.506Z | Downloaded dof v0.3.0 |
318 | 2024-08-23T21:19:06.508Z | Downloaded serde_spanned v0.6.7 |
319 | 2024-08-23T21:19:06.508Z | Downloaded plain v0.2.3 |
320 | 2024-08-23T21:19:06.512Z | Downloaded anstyle-parse v0.2.4 |
321 | 2024-08-23T21:19:06.514Z | Downloaded anstyle-query v1.0.3 |
322 | 2024-08-23T21:19:06.514Z | Downloaded autocfg v1.3.0 |
323 | 2024-08-23T21:19:06.516Z | Downloaded thread-id v4.2.1 |
324 | 2024-08-23T21:19:06.516Z | Downloaded usdt v0.5.0 |
325 | 2024-08-23T21:19:06.516Z | Downloaded toml_datetime v0.6.8 |
326 | 2024-08-23T21:19:06.518Z | Downloaded tabled_derive v0.7.0 |
327 | 2024-08-23T21:19:06.520Z | Downloaded papergrid v0.11.0 |
328 | 2024-08-23T21:19:06.523Z | Downloaded crypto-common v0.1.6 |
329 | 2024-08-23T21:19:06.525Z | Downloaded clap_derive v4.5.13 |
330 | 2024-08-23T21:19:06.529Z | Downloaded byteorder v1.5.0 |
331 | 2024-08-23T21:19:06.529Z | Downloaded anstream v0.6.14 |
332 | 2024-08-23T21:19:06.532Z | Downloaded thiserror v1.0.63 |
333 | 2024-08-23T21:19:06.535Z | Downloaded sha2 v0.10.8 |
334 | 2024-08-23T21:19:06.537Z | Downloaded utf8parse v0.2.1 |
335 | 2024-08-23T21:19:06.540Z | Downloaded semver v1.0.23 |
336 | 2024-08-23T21:19:06.542Z | Downloaded proc-macro-error v1.0.4 |
337 | 2024-08-23T21:19:06.546Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-08-23T21:19:06.548Z | Downloaded serde v1.0.208 |
339 | 2024-08-23T21:19:06.551Z | Downloaded quote v1.0.36 |
340 | 2024-08-23T21:19:06.555Z | Downloaded memchr v2.7.2 |
341 | 2024-08-23T21:19:06.557Z | Downloaded serde_derive v1.0.208 |
342 | 2024-08-23T21:19:06.560Z | Downloaded unicode-ident v1.0.12 |
343 | 2024-08-23T21:19:06.562Z | Downloaded clap v4.5.16 |
344 | 2024-08-23T21:19:06.570Z | Downloaded proc-macro2 v1.0.86 |
345 | 2024-08-23T21:19:06.573Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-23T21:19:06.594Z | Downloaded typenum v1.17.0 |
347 | 2024-08-23T21:19:06.596Z | Downloaded indexmap v2.4.0 |
348 | 2024-08-23T21:19:06.600Z | Downloaded ryu v1.0.18 |
349 | 2024-08-23T21:19:06.603Z | Downloaded pest_meta v2.7.10 |
350 | 2024-08-23T21:19:06.605Z | Downloaded log v0.4.21 |
351 | 2024-08-23T21:19:06.608Z | Downloaded cargo_toml v0.20.4 |
352 | 2024-08-23T21:19:06.610Z | Downloaded pest v2.7.10 |
353 | 2024-08-23T21:19:06.615Z | Downloaded clap_builder v4.5.15 |
354 | 2024-08-23T21:19:06.622Z | Downloaded serde_json v1.0.125 |
355 | 2024-08-23T21:19:06.628Z | Downloaded zerocopy v0.7.34 |
356 | 2024-08-23T21:19:06.644Z | Downloaded winnow v0.6.18 |
357 | 2024-08-23T21:19:06.653Z | Downloaded tabled v0.15.0 |
358 | 2024-08-23T21:19:06.668Z | Downloaded goblin v0.8.2 |
359 | 2024-08-23T21:19:06.674Z | Downloaded syn v2.0.74 |
360 | 2024-08-23T21:19:06.685Z | Downloaded syn v1.0.109 |
361 | 2024-08-23T21:19:06.694Z | Downloaded rustix v0.38.34 |
362 | 2024-08-23T21:19:06.716Z | Downloaded unicode-width v0.1.13 |
363 | 2024-08-23T21:19:06.723Z | Downloaded libc v0.2.156 |
364 | 2024-08-23T21:19:07.018Z | Compiling proc-macro2 v1.0.86 |
365 | 2024-08-23T21:19:07.020Z | Compiling unicode-ident v1.0.12 |
366 | 2024-08-23T21:19:07.020Z | Compiling version_check v0.9.5 |
367 | 2024-08-23T21:19:07.020Z | Compiling serde v1.0.208 |
368 | 2024-08-23T21:19:07.020Z | Compiling memchr v2.7.2 |
369 | 2024-08-23T21:19:07.020Z | Compiling thiserror v1.0.63 |
370 | 2024-08-23T21:19:07.020Z | Compiling libc v0.2.156 |
371 | 2024-08-23T21:19:07.020Z | Compiling ryu v1.0.18 |
372 | 2024-08-23T21:19:07.253Z | Compiling ucd-trie v0.1.6 |
373 | 2024-08-23T21:19:07.520Z | Compiling itoa v1.0.11 |
374 | 2024-08-23T21:19:07.792Z | Compiling once_cell v1.19.0 |
375 | 2024-08-23T21:19:07.832Z | Compiling byteorder v1.5.0 |
376 | 2024-08-23T21:19:07.856Z | Compiling serde_json v1.0.125 |
377 | 2024-08-23T21:19:08.241Z | Compiling usdt-impl v0.5.0 |
378 | 2024-08-23T21:19:08.265Z | Compiling proc-macro-error-attr v1.0.4 |
379 | 2024-08-23T21:19:08.360Z | Compiling rustix v0.38.34 |
380 | 2024-08-23T21:19:08.539Z | Compiling syn v1.0.109 |
381 | 2024-08-23T21:19:08.637Z | Compiling proc-macro-error v1.0.4 |
382 | 2024-08-23T21:19:08.670Z | Compiling quote v1.0.36 |
383 | 2024-08-23T21:19:08.751Z | Compiling utf8parse v0.2.1 |
384 | 2024-08-23T21:19:08.900Z | Compiling hashbrown v0.14.5 |
385 | 2024-08-23T21:19:08.932Z | Compiling log v0.4.21 |
386 | 2024-08-23T21:19:09.127Z | Compiling syn v2.0.74 |
387 | 2024-08-23T21:19:09.231Z | Compiling errno v0.3.9 |
388 | 2024-08-23T21:19:09.350Z | Compiling equivalent v1.0.1 |
389 | 2024-08-23T21:19:09.455Z | Compiling thread-id v4.2.1 |
390 | 2024-08-23T21:19:09.476Z | Compiling plain v0.2.3 |
391 | 2024-08-23T21:19:09.476Z | Compiling bitflags v2.6.0 |
392 | 2024-08-23T21:19:09.564Z | Compiling anstyle-parse v0.2.4 |
393 | 2024-08-23T21:19:09.685Z | Compiling is_terminal_polyfill v1.70.0 |
394 | 2024-08-23T21:19:09.933Z | Compiling colorchoice v1.0.1 |
395 | 2024-08-23T21:19:09.958Z | Compiling camino v1.1.9 |
396 | 2024-08-23T21:19:10.015Z | Compiling autocfg v1.3.0 |
397 | 2024-08-23T21:19:10.092Z | Compiling anstyle-query v1.0.3 |
398 | 2024-08-23T21:19:10.241Z | Compiling indexmap v2.4.0 |
399 | 2024-08-23T21:19:10.264Z | Compiling winnow v0.6.18 |
400 | 2024-08-23T21:19:10.455Z | Compiling anstyle v1.0.8 |
401 | 2024-08-23T21:19:10.666Z | Compiling pretty-hex v0.4.1 |
402 | 2024-08-23T21:19:10.893Z | Compiling semver v1.0.23 |
403 | 2024-08-23T21:19:10.917Z | Compiling anstream v0.6.14 |
404 | 2024-08-23T21:19:11.016Z | Compiling fs-err v2.11.0 |
405 | 2024-08-23T21:19:11.317Z | Compiling terminal_size v0.3.0 |
406 | 2024-08-23T21:19:11.498Z | Compiling bytecount v0.6.8 |
407 | 2024-08-23T21:19:11.713Z | Compiling heck v0.4.1 |
408 | 2024-08-23T21:19:11.718Z | Compiling fnv v1.0.7 |
409 | 2024-08-23T21:19:11.718Z | Compiling heck v0.5.0 |
410 | 2024-08-23T21:19:11.718Z | Compiling anyhow v1.0.86 |
411 | 2024-08-23T21:19:11.725Z | Compiling unicode-width v0.1.13 |
412 | 2024-08-23T21:19:11.789Z | Compiling strsim v0.11.1 |
413 | 2024-08-23T21:19:11.953Z | Compiling clap_lex v0.7.0 |
414 | 2024-08-23T21:19:12.085Z | Compiling papergrid v0.11.0 |
415 | 2024-08-23T21:19:12.485Z | Compiling clap_builder v4.5.15 |
416 | 2024-08-23T21:19:12.545Z | Compiling memmap v0.7.0 |
417 | 2024-08-23T21:19:13.048Z | Compiling swrite v0.1.0 |
418 | 2024-08-23T21:19:14.697Z | Compiling tabled_derive v0.7.0 |
419 | 2024-08-23T21:19:16.145Z | Compiling tabled v0.15.0 |
420 | 2024-08-23T21:19:17.501Z | Compiling serde_derive v1.0.208 |
421 | 2024-08-23T21:19:17.501Z | Compiling thiserror-impl v1.0.63 |
422 | 2024-08-23T21:19:17.504Z | Compiling zerocopy-derive v0.7.34 |
423 | 2024-08-23T21:19:17.504Z | Compiling scroll_derive v0.12.0 |
424 | 2024-08-23T21:19:17.713Z | Compiling clap_derive v4.5.13 |
425 | 2024-08-23T21:19:18.958Z | Compiling scroll v0.12.0 |
426 | 2024-08-23T21:19:19.458Z | Compiling goblin v0.8.2 |
427 | 2024-08-23T21:19:19.659Z | Compiling zerocopy v0.7.34 |
428 | 2024-08-23T21:19:20.356Z | Compiling pest v2.7.10 |
429 | 2024-08-23T21:19:22.051Z | Compiling clap v4.5.16 |
430 | 2024-08-23T21:19:22.468Z | Compiling pest_meta v2.7.10 |
431 | 2024-08-23T21:19:23.234Z | Compiling pest_generator v2.7.10 |
432 | 2024-08-23T21:19:24.852Z | Compiling pest_derive v2.7.10 |
433 | 2024-08-23T21:19:25.498Z | Compiling dtrace-parser v0.2.0 |
434 | 2024-08-23T21:19:27.527Z | Compiling serde_spanned v0.6.7 |
435 | 2024-08-23T21:19:27.527Z | Compiling toml_datetime v0.6.8 |
436 | 2024-08-23T21:19:27.530Z | Compiling cargo-platform v0.1.8 |
437 | 2024-08-23T21:19:27.909Z | Compiling serde_tokenstream v0.2.2 |
438 | 2024-08-23T21:19:27.967Z | Compiling toml_edit v0.22.20 |
439 | 2024-08-23T21:19:28.114Z | Compiling macaddr v1.0.1 |
440 | 2024-08-23T21:19:28.874Z | Compiling dof v0.3.0 |
441 | 2024-08-23T21:19:28.874Z | Compiling cargo_metadata v0.18.1 |
442 | 2024-08-23T21:19:30.680Z | Compiling toml v0.8.19 |
443 | 2024-08-23T21:19:30.847Z | Compiling usdt-macro v0.5.0 |
444 | 2024-08-23T21:19:30.847Z | Compiling usdt-attr-macro v0.5.0 |
445 | 2024-08-23T21:19:31.436Z | Compiling cargo_toml v0.20.4 |
446 | 2024-08-23T21:19:32.238Z | Compiling usdt v0.5.0 |
447 | 2024-08-23T21:19:35.096Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
448 | 2024-08-23T21:19:38.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.89s |
449 | 2024-08-23T21:19:39.060Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
450 | 2024-08-23T21:19:39.609Z | Downloading crates ... |
451 | 2024-08-23T21:19:39.719Z | Downloaded async-stream-impl v0.3.5 |
452 | 2024-08-23T21:19:39.726Z | Downloaded atomicwrites v0.4.3 |
453 | 2024-08-23T21:19:39.733Z | Downloaded bitstruct v0.1.1 |
454 | 2024-08-23T21:19:39.735Z | Downloaded crucible-workspace-hack v0.1.0 |
455 | 2024-08-23T21:19:39.738Z | Downloaded crunchy v0.2.2 |
456 | 2024-08-23T21:19:39.750Z | Downloaded cstr-argument v0.1.2 |
457 | 2024-08-23T21:19:39.753Z | Downloaded cfg_aliases v0.1.1 |
458 | 2024-08-23T21:19:39.753Z | Downloaded async-recursion v1.1.1 |
459 | 2024-08-23T21:19:39.755Z | Downloaded bitfield-struct v0.6.1 |
460 | 2024-08-23T21:19:39.758Z | Downloaded array-init v0.0.4 |
461 | 2024-08-23T21:19:39.760Z | Downloaded instant v0.1.12 |
462 | 2024-08-23T21:19:39.763Z | Downloaded ascii-canvas v3.0.0 |
463 | 2024-08-23T21:19:39.763Z | Downloaded bit-vec v0.6.3 |
464 | 2024-08-23T21:19:39.765Z | Downloaded atomic-waker v1.1.2 |
465 | 2024-08-23T21:19:39.765Z | Downloaded adler v1.0.2 |
466 | 2024-08-23T21:19:39.767Z | Downloaded ident_case v1.0.1 |
467 | 2024-08-23T21:19:39.770Z | Downloaded is-terminal v0.4.12 |
468 | 2024-08-23T21:19:39.772Z | Downloaded colored v2.1.0 |
469 | 2024-08-23T21:19:39.775Z | Downloaded inout v0.1.3 |
470 | 2024-08-23T21:19:39.775Z | Downloaded crc-catalog v2.4.0 |
471 | 2024-08-23T21:19:39.777Z | Downloaded lazy_static v1.5.0 |
472 | 2024-08-23T21:19:39.779Z | Downloaded defmt v0.3.8 |
473 | 2024-08-23T21:19:39.782Z | Downloaded openssl-macros v0.1.1 |
474 | 2024-08-23T21:19:39.784Z | Downloaded new_debug_unreachable v1.0.6 |
475 | 2024-08-23T21:19:39.785Z | Downloaded hyper-tls v0.5.0 |
476 | 2024-08-23T21:19:39.787Z | Downloaded oso-derive v0.27.3 |
477 | 2024-08-23T21:19:39.787Z | Downloaded match_cfg v0.1.0 |
478 | 2024-08-23T21:19:39.789Z | Downloaded crc v3.2.1 |
479 | 2024-08-23T21:19:39.792Z | Downloaded ciborium-ll v0.2.2 |
480 | 2024-08-23T21:19:39.792Z | Downloaded num_threads v0.1.7 |
481 | 2024-08-23T21:19:39.794Z | Downloaded nibble_vec v0.1.0 |
482 | 2024-08-23T21:19:39.797Z | Downloaded mime v0.3.17 |
483 | 2024-08-23T21:19:39.797Z | Downloaded multimap v0.10.0 |
484 | 2024-08-23T21:19:39.799Z | Downloaded md-5 v0.10.6 |
485 | 2024-08-23T21:19:39.800Z | Downloaded linear-map v1.2.0 |
486 | 2024-08-23T21:19:39.802Z | Downloaded bitstruct_derive v0.1.0 |
487 | 2024-08-23T21:19:39.802Z | Downloaded lru-cache v0.1.2 |
488 | 2024-08-23T21:19:39.804Z | Downloaded iana-time-zone v0.1.60 |
489 | 2024-08-23T21:19:39.807Z | Downloaded num-conv v0.1.0 |
490 | 2024-08-23T21:19:39.807Z | Downloaded arrayvec v0.7.4 |
491 | 2024-08-23T21:19:39.809Z | Downloaded indoc v1.0.9 |
492 | 2024-08-23T21:19:39.812Z | Downloaded olpc-cjson v0.1.3 |
493 | 2024-08-23T21:19:39.814Z | Downloaded num_cpus v1.16.0 |
494 | 2024-08-23T21:19:39.817Z | Downloaded ciborium v0.2.2 |
495 | 2024-08-23T21:19:39.820Z | Downloaded cancel-safe-futures v0.1.5 |
496 | 2024-08-23T21:19:39.822Z | Downloaded packed_struct v0.10.1 |
497 | 2024-08-23T21:19:39.824Z | Downloaded newtype-uuid v1.1.0 |
498 | 2024-08-23T21:19:39.827Z | Downloaded data-encoding v2.6.0 |
499 | 2024-08-23T21:19:39.829Z | Downloaded const_format_proc_macros v0.2.32 |
500 | 2024-08-23T21:19:39.831Z | Downloaded num-integer v0.1.46 |
501 | 2024-08-23T21:19:39.831Z | Downloaded semver v0.1.20 |
502 | 2024-08-23T21:19:39.834Z | Downloaded lock_api v0.4.12 |
503 | 2024-08-23T21:19:39.836Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-08-23T21:19:39.836Z | Downloaded ciborium-io v0.2.2 |
505 | 2024-08-23T21:19:39.836Z | Downloaded atty v0.2.14 |
506 | 2024-08-23T21:19:39.838Z | Downloaded assert_matches v1.5.0 |
507 | 2024-08-23T21:19:39.838Z | Downloaded is_ci v1.2.0 |
508 | 2024-08-23T21:19:39.841Z | Downloaded curve25519-dalek-derive v0.1.1 |
509 | 2024-08-23T21:19:39.841Z | Downloaded convert_case v0.4.0 |
510 | 2024-08-23T21:19:39.844Z | Downloaded backoff v0.4.0 |
511 | 2024-08-23T21:19:39.848Z | Downloaded libsw v3.3.1 |
512 | 2024-08-23T21:19:39.850Z | Downloaded keccak v0.1.5 |
513 | 2024-08-23T21:19:39.850Z | Downloaded native-tls v0.2.11 |
514 | 2024-08-23T21:19:39.850Z | Downloaded bb8 v0.8.5 |
515 | 2024-08-23T21:19:39.853Z | Downloaded darling_macro v0.20.9 |
516 | 2024-08-23T21:19:39.853Z | Downloaded num-rational v0.4.2 |
517 | 2024-08-23T21:19:39.856Z | Downloaded nu-ansi-term v0.50.0 |
518 | 2024-08-23T21:19:39.858Z | Downloaded async-stream v0.3.5 |
519 | 2024-08-23T21:19:39.860Z | Downloaded number_prefix v0.4.0 |
520 | 2024-08-23T21:19:39.860Z | Downloaded lru v0.12.3 |
521 | 2024-08-23T21:19:39.864Z | Downloaded scopeguard v1.2.0 |
522 | 2024-08-23T21:19:39.864Z | Downloaded openssl-probe v0.1.5 |
523 | 2024-08-23T21:19:39.866Z | Downloaded opaque-debug v0.3.1 |
524 | 2024-08-23T21:19:39.866Z | Downloaded newline-converter v0.3.0 |
525 | 2024-08-23T21:19:39.866Z | Downloaded bitfield v0.14.0 |
526 | 2024-08-23T21:19:39.868Z | Downloaded base16ct v0.2.0 |
527 | 2024-08-23T21:19:39.871Z | Downloaded arrayref v0.3.7 |
528 | 2024-08-23T21:19:39.871Z | Downloaded castaway v0.2.3 |
529 | 2024-08-23T21:19:39.873Z | Downloaded cookie v0.18.1 |
530 | 2024-08-23T21:19:39.875Z | Downloaded bit-set v0.5.3 |
531 | 2024-08-23T21:19:39.879Z | Downloaded crossbeam-epoch v0.9.18 |
532 | 2024-08-23T21:19:39.882Z | Downloaded const-oid v0.9.6 |
533 | 2024-08-23T21:19:39.884Z | Downloaded toolchain_find v0.4.0 |
534 | 2024-08-23T21:19:39.888Z | Downloaded time-core v0.1.2 |
535 | 2024-08-23T21:19:39.891Z | Downloaded impl-trait-for-tuples v0.2.2 |
536 | 2024-08-23T21:19:39.893Z | Downloaded diesel_table_macro_syntax v0.2.0 |
537 | 2024-08-23T21:19:39.895Z | Downloaded constant_time_eq v0.3.0 |
538 | 2024-08-23T21:19:39.898Z | Downloaded omicron-zone-package v0.11.0 |
539 | 2024-08-23T21:19:39.902Z | Downloaded libefi-sys v0.1.0 |
540 | 2024-08-23T21:19:39.905Z | Downloaded crossbeam-deque v0.8.5 |
541 | 2024-08-23T21:19:39.907Z | Downloaded instability v0.3.2 |
542 | 2024-08-23T21:19:39.910Z | Downloaded mockall_derive v0.13.0 |
543 | 2024-08-23T21:19:39.912Z | Downloaded debug-ignore v1.0.5 |
544 | 2024-08-23T21:19:39.914Z | Downloaded signal-hook-registry v1.4.2 |
545 | 2024-08-23T21:19:39.916Z | Downloaded foreign-types-shared v0.3.1 |
546 | 2024-08-23T21:19:39.916Z | Downloaded fxhash v0.2.1 |
547 | 2024-08-23T21:19:39.916Z | Downloaded nodrop v0.1.14 |
548 | 2024-08-23T21:19:39.919Z | Downloaded mockall v0.13.0 |
549 | 2024-08-23T21:19:39.919Z | Downloaded addr2line v0.21.0 |
550 | 2024-08-23T21:19:39.922Z | Downloaded bitflags v1.3.2 |
551 | 2024-08-23T21:19:39.924Z | Downloaded bcs v0.1.6 |
552 | 2024-08-23T21:19:39.927Z | Downloaded nanorand v0.7.0 |
553 | 2024-08-23T21:19:39.929Z | Downloaded string_cache v0.8.7 |
554 | 2024-08-23T21:19:39.932Z | Downloaded num v0.4.3 |
555 | 2024-08-23T21:19:39.934Z | Downloaded slog-stdlog v4.1.1 |
556 | 2024-08-23T21:19:39.934Z | Downloaded num_enum v0.5.11 |
557 | 2024-08-23T21:19:39.939Z | Downloaded num-derive v0.4.2 |
558 | 2024-08-23T21:19:39.941Z | Downloaded compact_str v0.8.0 |
559 | 2024-08-23T21:19:39.944Z | Downloaded clang-sys v1.7.0 |
560 | 2024-08-23T21:19:39.947Z | Downloaded chacha20poly1305 v0.10.1 |
561 | 2024-08-23T21:19:39.950Z | Downloaded topological-sort v0.2.2 |
562 | 2024-08-23T21:19:39.952Z | Downloaded tabwriter v1.4.0 |
563 | 2024-08-23T21:19:39.952Z | Downloaded bytes v1.7.1 |
564 | 2024-08-23T21:19:39.958Z | Downloaded tls_codec_derive v0.4.1 |
565 | 2024-08-23T21:19:39.960Z | Downloaded form_urlencoded v1.2.1 |
566 | 2024-08-23T21:19:39.960Z | Downloaded flagset v0.4.5 |
567 | 2024-08-23T21:19:39.962Z | Downloaded fixedbitset v0.4.2 |
568 | 2024-08-23T21:19:39.965Z | Downloaded cookie v0.17.0 |
569 | 2024-08-23T21:19:39.967Z | Downloaded cookie_store v0.20.0 |
570 | 2024-08-23T21:19:39.968Z | Downloaded jobserver v0.1.32 |
571 | 2024-08-23T21:19:39.970Z | Downloaded cbc v0.1.2 |
572 | 2024-08-23T21:19:39.972Z | Downloaded signal-hook-mio v0.2.4 |
573 | 2024-08-23T21:19:39.974Z | Downloaded signal-hook-tokio v0.3.1 |
574 | 2024-08-23T21:19:39.974Z | Downloaded num-complex v0.4.6 |
575 | 2024-08-23T21:19:39.977Z | Downloaded serde_with_macros v3.9.0 |
576 | 2024-08-23T21:19:39.979Z | Downloaded darling_core v0.20.9 |
577 | 2024-08-23T21:19:39.983Z | Downloaded hash32 v0.3.1 |
578 | 2024-08-23T21:19:39.985Z | Downloaded home v0.5.9 |
579 | 2024-08-23T21:19:39.988Z | Downloaded num-iter v0.1.45 |
580 | 2024-08-23T21:19:39.988Z | Downloaded tinyvec_macros v0.1.1 |
581 | 2024-08-23T21:19:39.990Z | Downloaded owo-colors v4.0.0 |
582 | 2024-08-23T21:19:39.992Z | Downloaded num_enum_derive v0.5.11 |
583 | 2024-08-23T21:19:39.992Z | Downloaded multer v3.1.0 |
584 | 2024-08-23T21:19:39.995Z | Downloaded base64 v0.22.1 |
585 | 2024-08-23T21:19:39.999Z | Downloaded backtrace v0.3.71 |
586 | 2024-08-23T21:19:40.004Z | Downloaded try-lock v0.2.5 |
587 | 2024-08-23T21:19:40.007Z | Downloaded want v0.3.1 |
588 | 2024-08-23T21:19:40.007Z | Downloaded waitgroup v0.1.2 |
589 | 2024-08-23T21:19:40.009Z | Downloaded rand_core v0.6.4 |
590 | 2024-08-23T21:19:40.009Z | Downloaded rand_chacha v0.3.1 |
591 | 2024-08-23T21:19:40.012Z | Downloaded parse-display v0.10.0 |
592 | 2024-08-23T21:19:40.014Z | Downloaded display-error-chain v0.2.0 |
593 | 2024-08-23T21:19:40.015Z | Downloaded bzip2 v0.4.4 |
594 | 2024-08-23T21:19:40.017Z | Downloaded yasna v0.5.2 |
595 | 2024-08-23T21:19:40.020Z | Downloaded subprocess v0.2.9 |
596 | 2024-08-23T21:19:40.022Z | Downloaded ipnet v2.9.0 |
597 | 2024-08-23T21:19:40.022Z | Downloaded vte_generate_state_changes v0.1.1 |
598 | 2024-08-23T21:19:40.025Z | Downloaded tower-service v0.3.2 |
599 | 2024-08-23T21:19:40.025Z | Downloaded crossbeam-utils v0.8.19 |
600 | 2024-08-23T21:19:40.028Z | Downloaded hex v0.4.3 |
601 | 2024-08-23T21:19:40.030Z | Downloaded peg-runtime v0.8.3 |
602 | 2024-08-23T21:19:40.030Z | Downloaded heck v0.3.3 |
603 | 2024-08-23T21:19:40.030Z | Downloaded crc32fast v1.4.0 |
604 | 2024-08-23T21:19:40.033Z | Downloaded rand_xorshift v0.3.0 |
605 | 2024-08-23T21:19:40.035Z | Downloaded slog-envlogger v2.2.0 |
606 | 2024-08-23T21:19:40.038Z | Downloaded spin v0.5.2 |
607 | 2024-08-23T21:19:40.038Z | Downloaded slog-bunyan v2.5.0 |
608 | 2024-08-23T21:19:40.041Z | Downloaded shell-words v1.1.0 |
609 | 2024-08-23T21:19:40.041Z | Downloaded tap v1.0.1 |
610 | 2024-08-23T21:19:40.041Z | Downloaded rustls-pemfile v1.0.4 |
611 | 2024-08-23T21:19:40.044Z | Downloaded miniz_oxide v0.7.2 |
612 | 2024-08-23T21:19:40.047Z | Downloaded signal-hook v0.3.17 |
613 | 2024-08-23T21:19:40.049Z | Downloaded highway v1.2.0 |
614 | 2024-08-23T21:19:40.051Z | Downloaded sqlformat v0.2.4 |
615 | 2024-08-23T21:19:40.054Z | Downloaded crossbeam-channel v0.5.12 |
616 | 2024-08-23T21:19:40.057Z | Downloaded sigpipe v0.1.3 |
617 | 2024-08-23T21:19:40.059Z | Downloaded serde-big-array v0.5.1 |
618 | 2024-08-23T21:19:40.062Z | Downloaded oso v0.27.3 |
619 | 2024-08-23T21:19:40.065Z | Downloaded indicatif v0.17.8 |
620 | 2024-08-23T21:19:40.069Z | Downloaded getopts v0.2.21 |
621 | 2024-08-23T21:19:40.072Z | Downloaded derive_builder_macro v0.20.0 |
622 | 2024-08-23T21:19:40.074Z | Downloaded ff v0.13.0 |
623 | 2024-08-23T21:19:40.074Z | Downloaded tui-tree-widget v0.22.0 |
624 | 2024-08-23T21:19:40.077Z | Downloaded embedded-io v0.4.0 |
625 | 2024-08-23T21:19:40.081Z | Downloaded which v4.4.2 |
626 | 2024-08-23T21:19:40.081Z | Downloaded postgres-types v0.2.7 |
627 | 2024-08-23T21:19:40.084Z | Downloaded textwrap v0.16.1 |
628 | 2024-08-23T21:19:40.086Z | Downloaded pkg-config v0.3.30 |
629 | 2024-08-23T21:19:40.089Z | Downloaded zerocopy v0.6.6 |
630 | 2024-08-23T21:19:40.091Z | Downloaded pem-rfc7468 v0.7.0 |
631 | 2024-08-23T21:19:40.094Z | Downloaded http-range v0.1.5 |
632 | 2024-08-23T21:19:40.094Z | Downloaded base64 v0.21.7 |
633 | 2024-08-23T21:19:40.099Z | Downloaded radium v0.7.0 |
634 | 2024-08-23T21:19:40.101Z | Downloaded rustls-pki-types v1.7.0 |
635 | 2024-08-23T21:19:40.104Z | Downloaded minimal-lexical v0.2.1 |
636 | 2024-08-23T21:19:40.108Z | Downloaded schemars_derive v0.8.21 |
637 | 2024-08-23T21:19:40.111Z | Downloaded parse-size v1.0.0 |
638 | 2024-08-23T21:19:40.113Z | Downloaded spin v0.9.8 |
639 | 2024-08-23T21:19:40.115Z | Downloaded hmac v0.12.1 |
640 | 2024-08-23T21:19:40.118Z | Downloaded portpicker v0.1.1 |
641 | 2024-08-23T21:19:40.118Z | Downloaded mio v0.8.11 |
642 | 2024-08-23T21:19:40.131Z | Downloaded smallvec v0.6.14 |
643 | 2024-08-23T21:19:40.134Z | Downloaded endian-type v0.1.2 |
644 | 2024-08-23T21:19:40.136Z | Downloaded unarray v0.1.4 |
645 | 2024-08-23T21:19:40.136Z | Downloaded zeroize_derive v1.4.2 |
646 | 2024-08-23T21:19:40.139Z | Downloaded unicase v2.7.0 |
647 | 2024-08-23T21:19:40.139Z | Downloaded smawk v0.3.2 |
648 | 2024-08-23T21:19:40.141Z | Downloaded walkdir v2.5.0 |
649 | 2024-08-23T21:19:40.144Z | Downloaded diff v0.1.13 |
650 | 2024-08-23T21:19:40.146Z | Downloaded either v1.13.0 |
651 | 2024-08-23T21:19:40.149Z | Downloaded zeroize v1.7.0 |
652 | 2024-08-23T21:19:40.149Z | Downloaded uzers v0.11.3 |
653 | 2024-08-23T21:19:40.151Z | Downloaded path-slash v0.1.5 |
654 | 2024-08-23T21:19:40.154Z | Downloaded fallible-iterator v0.2.0 |
655 | 2024-08-23T21:19:40.154Z | Downloaded futures-macro v0.3.30 |
656 | 2024-08-23T21:19:40.156Z | Downloaded r2d2 v0.8.10 |
657 | 2024-08-23T21:19:40.159Z | Downloaded poly1305 v0.8.0 |
658 | 2024-08-23T21:19:40.161Z | Downloaded parse-display-derive v0.10.0 |
659 | 2024-08-23T21:19:40.163Z | Downloaded pretty-hex v0.2.1 |
660 | 2024-08-23T21:19:40.163Z | Downloaded http-body v0.4.6 |
661 | 2024-08-23T21:19:40.166Z | Downloaded futures-io v0.3.30 |
662 | 2024-08-23T21:19:40.168Z | Downloaded pbkdf2 v0.12.2 |
663 | 2024-08-23T21:19:40.171Z | Downloaded slog-term v2.9.1 |
664 | 2024-08-23T21:19:40.173Z | Downloaded crossterm v0.27.0 |
665 | 2024-08-23T21:19:40.178Z | Downloaded futures-executor v0.3.30 |
666 | 2024-08-23T21:19:40.181Z | Downloaded scheduled-thread-pool v0.2.7 |
667 | 2024-08-23T21:19:40.183Z | Downloaded thread_local v1.1.8 |
668 | 2024-08-23T21:19:40.183Z | Downloaded resolv-conf v0.7.0 |
669 | 2024-08-23T21:19:40.185Z | Downloaded downcast v0.11.0 |
670 | 2024-08-23T21:19:40.188Z | Downloaded sync_wrapper v0.1.2 |
671 | 2024-08-23T21:19:40.188Z | Downloaded scrypt v0.11.0 |
672 | 2024-08-23T21:19:40.191Z | Downloaded ref-cast v1.0.23 |
673 | 2024-08-23T21:19:40.193Z | Downloaded tempfile v3.10.1 |
674 | 2024-08-23T21:19:40.196Z | Downloaded ena v0.14.3 |
675 | 2024-08-23T21:19:40.198Z | Downloaded tokio-tungstenite v0.20.1 |
676 | 2024-08-23T21:19:40.201Z | Downloaded strip-ansi-escapes v0.2.0 |
677 | 2024-08-23T21:19:40.204Z | Downloaded env_logger v0.10.2 |
678 | 2024-08-23T21:19:40.206Z | Downloaded env_logger v0.9.3 |
679 | 2024-08-23T21:19:40.209Z | Downloaded futures-core v0.3.30 |
680 | 2024-08-23T21:19:40.211Z | Downloaded futures-channel v0.3.30 |
681 | 2024-08-23T21:19:40.211Z | Downloaded tinyvec v1.6.0 |
682 | 2024-08-23T21:19:40.214Z | Downloaded stringprep v0.1.4 |
683 | 2024-08-23T21:19:40.217Z | Downloaded static_assertions v1.1.0 |
684 | 2024-08-23T21:19:40.220Z | Downloaded dyn-clone v1.0.17 |
685 | 2024-08-23T21:19:40.220Z | Downloaded dsl_auto_type v0.1.2 |
686 | 2024-08-23T21:19:40.222Z | Downloaded paste v1.0.15 |
687 | 2024-08-23T21:19:40.225Z | Downloaded hostname v0.4.0 |
688 | 2024-08-23T21:19:40.227Z | Downloaded parking_lot_core v0.8.6 |
689 | 2024-08-23T21:19:40.230Z | Downloaded aes v0.8.4 |
690 | 2024-08-23T21:19:40.233Z | Downloaded untrusted v0.7.1 |
691 | 2024-08-23T21:19:40.236Z | Downloaded nom v7.1.3 |
692 | 2024-08-23T21:19:40.241Z | Downloaded secrecy v0.8.0 |
693 | 2024-08-23T21:19:40.244Z | Downloaded peg v0.8.4 |
694 | 2024-08-23T21:19:40.247Z | Downloaded rpassword v7.3.1 |
695 | 2024-08-23T21:19:40.250Z | Downloaded structmeta-derive v0.3.0 |
696 | 2024-08-23T21:19:40.250Z | Downloaded serde_urlencoded v0.7.1 |
697 | 2024-08-23T21:19:40.252Z | Downloaded serde_repr v0.1.19 |
698 | 2024-08-23T21:19:40.255Z | Downloaded thiserror-impl-no-std v2.0.2 |
699 | 2024-08-23T21:19:40.257Z | Downloaded foreign-types-shared v0.1.1 |
700 | 2024-08-23T21:19:40.257Z | Downloaded foreign-types-macros v0.2.3 |
701 | 2024-08-23T21:19:40.260Z | Downloaded slab v0.4.9 |
702 | 2024-08-23T21:19:40.260Z | Downloaded tokio-tungstenite v0.21.0 |
703 | 2024-08-23T21:19:40.263Z | Downloaded fallible-iterator v0.3.0 |
704 | 2024-08-23T21:19:40.266Z | Downloaded fallible-streaming-iterator v0.1.9 |
705 | 2024-08-23T21:19:40.266Z | Downloaded deranged v0.3.11 |
706 | 2024-08-23T21:19:40.268Z | Downloaded erased-serde v0.3.31 |
707 | 2024-08-23T21:19:40.271Z | Downloaded phf_shared v0.10.0 |
708 | 2024-08-23T21:19:40.273Z | Downloaded wyz v0.5.1 |
709 | 2024-08-23T21:19:40.273Z | Downloaded whoami v1.5.1 |
710 | 2024-08-23T21:19:40.276Z | Downloaded vte v0.11.1 |
711 | 2024-08-23T21:19:40.278Z | Downloaded socket2 v0.4.10 |
712 | 2024-08-23T21:19:40.280Z | Downloaded take_mut v0.2.2 |
713 | 2024-08-23T21:19:40.283Z | Downloaded pin-utils v0.1.0 |
714 | 2024-08-23T21:19:40.283Z | Downloaded phf_shared v0.11.2 |
715 | 2024-08-23T21:19:40.286Z | Downloaded steno v0.4.1 |
716 | 2024-08-23T21:19:40.289Z | Downloaded tracing v0.1.40 |
717 | 2024-08-23T21:19:40.293Z | Downloaded powerfmt v0.2.0 |
718 | 2024-08-23T21:19:40.296Z | Downloaded strum v0.26.3 |
719 | 2024-08-23T21:19:40.296Z | Downloaded sqlparser_derive v0.2.2 |
720 | 2024-08-23T21:19:40.298Z | Downloaded mio v1.0.2 |
721 | 2024-08-23T21:19:40.303Z | Downloaded slog-scope v4.4.0 |
722 | 2024-08-23T21:19:40.305Z | Downloaded tokio-native-tls v0.3.1 |
723 | 2024-08-23T21:19:40.308Z | Downloaded serde_derive_internals v0.29.1 |
724 | 2024-08-23T21:19:40.310Z | Downloaded elliptic-curve v0.13.8 |
725 | 2024-08-23T21:19:40.313Z | Downloaded tiny-keccak v2.0.2 |
726 | 2024-08-23T21:19:40.315Z | Downloaded rusty-fork v0.3.0 |
727 | 2024-08-23T21:19:40.318Z | Downloaded rustversion v1.0.17 |
728 | 2024-08-23T21:19:40.320Z | Downloaded fastrand v2.1.0 |
729 | 2024-08-23T21:19:40.323Z | Downloaded dirs-next v2.0.0 |
730 | 2024-08-23T21:19:40.323Z | Downloaded salsa20 v0.10.2 |
731 | 2024-08-23T21:19:40.325Z | Downloaded predicates-tree v1.0.9 |
732 | 2024-08-23T21:19:40.325Z | Downloaded predicates-core v1.0.6 |
733 | 2024-08-23T21:19:40.328Z | Downloaded fragile v2.0.0 |
734 | 2024-08-23T21:19:40.330Z | Downloaded tokio-rustls v0.25.0 |
735 | 2024-08-23T21:19:40.333Z | Downloaded ppv-lite86 v0.2.17 |
736 | 2024-08-23T21:19:40.333Z | Downloaded httpdate v1.0.3 |
737 | 2024-08-23T21:19:40.335Z | Downloaded untrusted v0.9.0 |
738 | 2024-08-23T21:19:40.338Z | Downloaded unicode-segmentation v1.11.0 |
739 | 2024-08-23T21:19:40.340Z | Downloaded hashlink v0.9.1 |
740 | 2024-08-23T21:19:40.343Z | Downloaded tokio-rustls v0.24.1 |
741 | 2024-08-23T21:19:40.345Z | Downloaded futures-sink v0.3.30 |
742 | 2024-08-23T21:19:40.348Z | Downloaded float-ord v0.3.2 |
743 | 2024-08-23T21:19:40.348Z | Downloaded parking_lot v0.12.2 |
744 | 2024-08-23T21:19:40.350Z | Downloaded zone v0.1.8 |
745 | 2024-08-23T21:19:40.350Z | Downloaded rustc-demangle v0.1.24 |
746 | 2024-08-23T21:19:40.353Z | Downloaded blake3 v1.5.1 |
747 | 2024-08-23T21:19:40.359Z | Downloaded subtle v2.5.0 |
748 | 2024-08-23T21:19:40.362Z | Downloaded foreign-types v0.3.2 |
749 | 2024-08-23T21:19:40.362Z | Downloaded zone_cfg_derive v0.1.2 |
750 | 2024-08-23T21:19:40.364Z | Downloaded ron v0.7.1 |
751 | 2024-08-23T21:19:40.367Z | Downloaded precomputed-hash v0.1.1 |
752 | 2024-08-23T21:19:40.370Z | Downloaded structmeta v0.2.0 |
753 | 2024-08-23T21:19:40.370Z | Downloaded time-macros v0.2.18 |
754 | 2024-08-23T21:19:40.372Z | Downloaded heapless v0.7.17 |
755 | 2024-08-23T21:19:40.376Z | Downloaded percent-encoding v2.3.1 |
756 | 2024-08-23T21:19:40.378Z | Downloaded sha1 v0.10.6 |
757 | 2024-08-23T21:19:40.381Z | Downloaded headers-core v0.2.0 |
758 | 2024-08-23T21:19:40.381Z | Downloaded strum_macros v0.24.3 |
759 | 2024-08-23T21:19:40.383Z | Downloaded packed_struct_codegen v0.10.1 |
760 | 2024-08-23T21:19:40.383Z | Downloaded hyper-staticfile v0.9.5 |
761 | 2024-08-23T21:19:40.385Z | Downloaded vergen v8.3.2 |
762 | 2024-08-23T21:19:40.389Z | Downloaded derive_builder_core v0.20.0 |
763 | 2024-08-23T21:19:40.391Z | Downloaded hostname v0.3.1 |
764 | 2024-08-23T21:19:40.394Z | Downloaded derive_builder v0.20.0 |
765 | 2024-08-23T21:19:40.397Z | Downloaded der_derive v0.7.2 |
766 | 2024-08-23T21:19:40.399Z | Downloaded heapless v0.8.0 |
767 | 2024-08-23T21:19:40.402Z | Downloaded rayon-core v1.12.1 |
768 | 2024-08-23T21:19:40.406Z | Downloaded hashbrown v0.12.3 |
769 | 2024-08-23T21:19:40.410Z | Downloaded psl-types v2.0.11 |
770 | 2024-08-23T21:19:40.412Z | Downloaded defmt-parser v0.3.4 |
771 | 2024-08-23T21:19:40.413Z | Downloaded vsss-rs v3.3.4 |
772 | 2024-08-23T21:19:40.415Z | Downloaded signature v2.2.0 |
773 | 2024-08-23T21:19:40.418Z | Downloaded universal-hash v0.5.1 |
774 | 2024-08-23T21:19:40.418Z | Downloaded structmeta-derive v0.2.0 |
775 | 2024-08-23T21:19:40.418Z | Downloaded predicates v3.1.2 |
776 | 2024-08-23T21:19:40.420Z | Downloaded unicode-xid v0.2.4 |
777 | 2024-08-23T21:19:40.423Z | Downloaded strum_macros v0.26.4 |
778 | 2024-08-23T21:19:40.425Z | Downloaded hyper-rustls v0.24.2 |
779 | 2024-08-23T21:19:40.428Z | Downloaded ron v0.8.1 |
780 | 2024-08-23T21:19:40.431Z | Downloaded tokio-stream v0.1.15 |
781 | 2024-08-23T21:19:40.435Z | Downloaded twox-hash v1.6.3 |
782 | 2024-08-23T21:19:40.438Z | Downloaded derive-where v1.2.7 |
783 | 2024-08-23T21:19:40.440Z | Downloaded toml v0.7.8 |
784 | 2024-08-23T21:19:40.444Z | Downloaded slog-json v2.6.1 |
785 | 2024-08-23T21:19:40.446Z | Downloaded rand v0.8.5 |
786 | 2024-08-23T21:19:40.449Z | Downloaded termcolor v1.4.1 |
787 | 2024-08-23T21:19:40.451Z | Downloaded slog-async v2.8.0 |
788 | 2024-08-23T21:19:40.454Z | Downloaded http v1.1.0 |
789 | 2024-08-23T21:19:40.457Z | Downloaded dirs-sys-next v0.1.2 |
790 | 2024-08-23T21:19:40.457Z | Downloaded gethostname v0.5.0 |
791 | 2024-08-23T21:19:40.459Z | Downloaded headers v0.3.9 |
792 | 2024-08-23T21:19:40.463Z | Downloaded flate2 v1.0.31 |
793 | 2024-08-23T21:19:40.468Z | Downloaded socket2 v0.5.7 |
794 | 2024-08-23T21:19:40.470Z | Downloaded bindgen v0.69.4 |
795 | 2024-08-23T21:19:40.477Z | Downloaded pkcs5 v0.7.1 |
796 | 2024-08-23T21:19:40.480Z | Downloaded itertools v0.12.1 |
797 | 2024-08-23T21:19:40.488Z | Downloaded httparse v1.8.0 |
798 | 2024-08-23T21:19:40.490Z | Downloaded futures v0.3.30 |
799 | 2024-08-23T21:19:40.495Z | Downloaded sct v0.7.1 |
800 | 2024-08-23T21:19:40.498Z | Downloaded termios v0.3.3 |
801 | 2024-08-23T21:19:40.500Z | Downloaded half v2.4.1 |
802 | 2024-08-23T21:19:40.503Z | Downloaded zip v0.6.6 |
803 | 2024-08-23T21:19:40.507Z | Downloaded expectorate v1.1.0 |
804 | 2024-08-23T21:19:40.510Z | Downloaded same-file v1.0.6 |
805 | 2024-08-23T21:19:40.512Z | Downloaded toml_edit v0.19.15 |
806 | 2024-08-23T21:19:40.526Z | Downloaded serde_yaml v0.9.34+deprecated |
807 | 2024-08-23T21:19:40.530Z | Downloaded lalrpop v0.19.12 |
808 | 2024-08-23T21:19:40.541Z | Downloaded time v0.3.36 |
809 | 2024-08-23T21:19:40.548Z | Downloaded slog v2.7.0 |
810 | 2024-08-23T21:19:40.551Z | Downloaded hashbrown v0.13.2 |
811 | 2024-08-23T21:19:40.556Z | Downloaded tungstenite v0.21.0 |
812 | 2024-08-23T21:19:40.560Z | Downloaded futures-util v0.3.30 |
813 | 2024-08-23T21:19:40.571Z | Downloaded portable-atomic v1.6.0 |
814 | 2024-08-23T21:19:40.577Z | Downloaded unsafe-libyaml v0.2.11 |
815 | 2024-08-23T21:19:40.581Z | Downloaded hickory-resolver v0.24.1 |
816 | 2024-08-23T21:19:40.585Z | Downloaded publicsuffix v2.2.3 |
817 | 2024-08-23T21:19:40.588Z | Downloaded bitvec v1.0.1 |
818 | 2024-08-23T21:19:40.603Z | Downloaded url v2.5.2 |
819 | 2024-08-23T21:19:40.606Z | Downloaded samael v0.0.15 |
820 | 2024-08-23T21:19:40.611Z | Downloaded der v0.7.9 |
821 | 2024-08-23T21:19:40.616Z | Downloaded typed-path v0.7.1 |
822 | 2024-08-23T21:19:40.622Z | Downloaded flume v0.11.0 |
823 | 2024-08-23T21:19:40.626Z | Downloaded unicode_categories v0.1.1 |
824 | 2024-08-23T21:19:40.628Z | Downloaded http v0.2.12 |
825 | 2024-08-23T21:19:40.631Z | Downloaded hickory-server v0.24.1 |
826 | 2024-08-23T21:19:40.637Z | Downloaded rustls-webpki v0.101.7 |
827 | 2024-08-23T21:19:40.652Z | Downloaded rustyline v14.0.0 |
828 | 2024-08-23T21:19:40.656Z | Downloaded winnow v0.5.40 |
829 | 2024-08-23T21:19:40.665Z | Downloaded rayon v1.10.0 |
830 | 2024-08-23T21:19:40.674Z | Downloaded idna v0.5.0 |
831 | 2024-08-23T21:19:40.682Z | Downloaded sqlparser v0.45.0 |
832 | 2024-08-23T21:19:40.688Z | Downloaded tokio-util v0.7.11 |
833 | 2024-08-23T21:19:40.694Z | Downloaded serde_with v3.9.0 |
834 | 2024-08-23T21:19:40.702Z | Downloaded hyper v0.14.30 |
835 | 2024-08-23T21:19:40.710Z | Downloaded rusqlite v0.31.0 |
836 | 2024-08-23T21:19:40.716Z | Downloaded object v0.30.4 |
837 | 2024-08-23T21:19:40.726Z | Downloaded reqwest v0.11.27 |
838 | 2024-08-23T21:19:40.734Z | Downloaded proptest v1.5.0 |
839 | 2024-08-23T21:19:40.743Z | Downloaded nix v0.28.0 |
840 | 2024-08-23T21:19:40.754Z | Downloaded h2 v0.3.26 |
841 | 2024-08-23T21:19:40.761Z | Downloaded rustls-webpki v0.102.4 |
842 | 2024-08-23T21:19:40.778Z | Downloaded vcpkg v0.2.15 |
843 | 2024-08-23T21:19:40.817Z | Downloaded radix_trie v0.2.1 |
844 | 2024-08-23T21:19:40.822Z | Downloaded smoltcp v0.9.1 |
845 | 2024-08-23T21:19:40.833Z | Downloaded bstr v1.9.1 |
846 | 2024-08-23T21:19:40.844Z | Downloaded regex v1.10.6 |
847 | 2024-08-23T21:19:40.856Z | Downloaded diesel v2.2.2 |
848 | 2024-08-23T21:19:40.875Z | Downloaded openapiv3 v2.0.0 |
849 | 2024-08-23T21:19:40.887Z | Downloaded gimli v0.28.1 |
850 | 2024-08-23T21:19:40.896Z | Downloaded rustls v0.21.12 |
851 | 2024-08-23T21:19:40.907Z | Downloaded regress v0.9.1 |
852 | 2024-08-23T21:19:40.916Z | Downloaded hickory-proto v0.24.1 |
853 | 2024-08-23T21:19:40.931Z | Downloaded regex-syntax v0.6.29 |
854 | 2024-08-23T21:19:40.938Z | Downloaded rustls v0.22.4 |
855 | 2024-08-23T21:19:40.951Z | Downloaded polar-core v0.27.3 |
856 | 2024-08-23T21:19:40.960Z | Downloaded regex-syntax v0.8.4 |
857 | 2024-08-23T21:19:40.968Z | Downloaded smoltcp v0.11.0 |
858 | 2024-08-23T21:19:40.980Z | Downloaded object v0.32.2 |
859 | 2024-08-23T21:19:40.991Z | Downloaded idna v0.4.0 |
860 | 2024-08-23T21:19:40.997Z | Downloaded ratatui v0.28.0 |
861 | 2024-08-23T21:19:41.017Z | Downloaded git2 v0.19.0 |
862 | 2024-08-23T21:19:41.025Z | Downloaded sled v0.34.7 |
863 | 2024-08-23T21:19:41.036Z | Downloaded zerocopy-derive v0.6.6 |
864 | 2024-08-23T21:19:41.045Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
865 | 2024-08-23T21:19:41.058Z | Downloaded openssl v0.10.66 |
866 | 2024-08-23T21:19:41.067Z | Downloaded nix v0.27.1 |
867 | 2024-08-23T21:19:41.078Z | Downloaded webpki-roots v0.25.4 |
868 | 2024-08-23T21:19:41.082Z | Downloaded regex-automata v0.4.6 |
869 | 2024-08-23T21:19:41.099Z | Downloaded finl_unicode v1.2.0 |
870 | 2024-08-23T21:19:41.112Z | Downloaded petgraph v0.6.5 |
871 | 2024-08-23T21:19:41.131Z | Downloaded tokio v1.38.1 |
872 | 2024-08-23T21:19:41.168Z | Downloaded csv v1.3.0 |
873 | 2024-08-23T21:19:41.188Z | Downloaded idna v0.3.0 |
874 | 2024-08-23T21:19:41.195Z | Downloaded curve25519-dalek v4.1.3 |
875 | 2024-08-23T21:19:41.203Z | Downloaded quick-xml v0.31.0 |
876 | 2024-08-23T21:19:41.209Z | Downloaded tough v0.17.1 |
877 | 2024-08-23T21:19:41.217Z | Downloaded sha3 v0.10.8 |
878 | 2024-08-23T21:19:41.221Z | Downloaded reedline v0.33.0 |
879 | 2024-08-23T21:19:41.229Z | Downloaded chrono v0.4.38 |
880 | 2024-08-23T21:19:41.236Z | Downloaded encoding_rs v0.8.34 |
881 | 2024-08-23T21:19:41.257Z | Downloaded tokio-postgres v0.7.11 |
882 | 2024-08-23T21:19:41.261Z | Downloaded hkdf v0.12.4 |
883 | 2024-08-23T21:19:41.264Z | Downloaded group v0.13.0 |
884 | 2024-08-23T21:19:41.266Z | Downloaded globset v0.4.14 |
885 | 2024-08-23T21:19:41.267Z | Downloaded fd-lock v4.0.2 |
886 | 2024-08-23T21:19:41.269Z | Downloaded crossterm v0.28.1 |
887 | 2024-08-23T21:19:41.275Z | Downloaded test-strategy v0.3.1 |
888 | 2024-08-23T21:19:41.278Z | Downloaded unicode-normalization v0.1.23 |
889 | 2024-08-23T21:19:41.281Z | Downloaded stable_deref_trait v1.2.0 |
890 | 2024-08-23T21:19:41.284Z | Downloaded ref-cast-impl v1.0.23 |
891 | 2024-08-23T21:19:41.284Z | Downloaded quick-error v1.2.3 |
892 | 2024-08-23T21:19:41.286Z | Downloaded humantime v2.1.0 |
893 | 2024-08-23T21:19:41.286Z | Downloaded utf-8 v0.7.6 |
894 | 2024-08-23T21:19:41.286Z | Downloaded schemars v0.8.21 |
895 | 2024-08-23T21:19:41.297Z | Downloaded rcgen v0.12.1 |
896 | 2024-08-23T21:19:41.300Z | Downloaded pkcs1 v0.7.5 |
897 | 2024-08-23T21:19:41.302Z | Downloaded structmeta v0.3.0 |
898 | 2024-08-23T21:19:41.305Z | Downloaded phf v0.11.2 |
899 | 2024-08-23T21:19:41.305Z | Downloaded strum_macros v0.25.3 |
900 | 2024-08-23T21:19:41.307Z | Downloaded pin-project-lite v0.2.14 |
901 | 2024-08-23T21:19:41.310Z | Downloaded pin-project-internal v1.1.5 |
902 | 2024-08-23T21:19:41.313Z | Downloaded parking_lot v0.11.2 |
903 | 2024-08-23T21:19:41.315Z | Downloaded funty v2.0.0 |
904 | 2024-08-23T21:19:41.315Z | Downloaded foreign-types v0.5.0 |
905 | 2024-08-23T21:19:41.316Z | Downloaded glob v0.3.1 |
906 | 2024-08-23T21:19:41.318Z | Downloaded thiserror-no-std v2.0.2 |
907 | 2024-08-23T21:19:41.320Z | Downloaded postcard v1.0.8 |
908 | 2024-08-23T21:19:41.323Z | Downloaded tracing-core v0.1.32 |
909 | 2024-08-23T21:19:41.326Z | Downloaded itertools v0.13.0 |
910 | 2024-08-23T21:19:41.332Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2024-08-23T21:19:41.339Z | Downloaded aho-corasick v1.1.3 |
912 | 2024-08-23T21:19:41.345Z | Downloaded sec1 v0.7.3 |
913 | 2024-08-23T21:19:41.347Z | Downloaded rustc-hash v1.1.0 |
914 | 2024-08-23T21:19:41.347Z | Downloaded hubpack v0.1.2 |
915 | 2024-08-23T21:19:41.350Z | Downloaded similar v2.6.0 |
916 | 2024-08-23T21:19:41.352Z | Downloaded rsa v0.9.6 |
917 | 2024-08-23T21:19:41.357Z | Downloaded smallvec v1.13.2 |
918 | 2024-08-23T21:19:41.360Z | Downloaded supports-color v3.0.0 |
919 | 2024-08-23T21:19:41.364Z | Downloaded serde_plain v1.0.2 |
920 | 2024-08-23T21:19:41.364Z | Downloaded uuid v1.10.0 |
921 | 2024-08-23T21:19:41.366Z | Downloaded enum-as-inner v0.6.0 |
922 | 2024-08-23T21:19:41.369Z | Downloaded x509-cert v0.2.5 |
923 | 2024-08-23T21:19:41.373Z | Downloaded prettyplease v0.2.20 |
924 | 2024-08-23T21:19:41.376Z | Downloaded libxml v0.3.3 |
925 | 2024-08-23T21:19:41.381Z | Downloaded tar v0.4.41 |
926 | 2024-08-23T21:19:41.387Z | Downloaded pkcs8 v0.10.2 |
927 | 2024-08-23T21:19:41.387Z | Downloaded fatfs v0.3.6 |
928 | 2024-08-23T21:19:41.389Z | Downloaded getrandom v0.2.14 |
929 | 2024-08-23T21:19:41.392Z | Downloaded peg-macros v0.8.4 |
930 | 2024-08-23T21:19:41.395Z | Downloaded password-hash v0.5.0 |
931 | 2024-08-23T21:19:41.397Z | Downloaded hickory-client v0.24.1 |
932 | 2024-08-23T21:19:41.399Z | Downloaded derive_more v0.99.18 |
933 | 2024-08-23T21:19:41.403Z | Downloaded crypto-bigint v0.5.5 |
934 | 2024-08-23T21:19:41.409Z | Downloaded const_format v0.2.32 |
935 | 2024-08-23T21:19:41.413Z | Downloaded diesel_derives v2.2.2 |
936 | 2024-08-23T21:19:41.417Z | Downloaded tracing-attributes v0.1.27 |
937 | 2024-08-23T21:19:41.420Z | Downloaded pin-project v1.1.5 |
938 | 2024-08-23T21:19:41.430Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
939 | 2024-08-23T21:19:41.488Z | Downloaded tungstenite v0.20.1 |
940 | 2024-08-23T21:19:41.491Z | Downloaded termtree v0.4.1 |
941 | 2024-08-23T21:19:41.494Z | Downloaded siphasher v0.3.11 |
942 | 2024-08-23T21:19:41.494Z | Downloaded smf v0.2.3 |
943 | 2024-08-23T21:19:41.496Z | Downloaded serde_arrays v0.1.0 |
944 | 2024-08-23T21:19:41.496Z | Downloaded filetime v0.2.24 |
945 | 2024-08-23T21:19:41.498Z | Downloaded unicode-bidi v0.3.15 |
946 | 2024-08-23T21:19:41.501Z | Downloaded wait-timeout v0.2.0 |
947 | 2024-08-23T21:19:41.501Z | Downloaded snafu v0.8.2 |
948 | 2024-08-23T21:19:41.507Z | Downloaded rustfmt-wrapper v0.2.1 |
949 | 2024-08-23T21:19:41.509Z | Downloaded rustc_version v0.4.0 |
950 | 2024-08-23T21:19:41.509Z | Downloaded rustc_version v0.1.7 |
951 | 2024-08-23T21:19:41.512Z | Downloaded parking_lot_core v0.9.10 |
952 | 2024-08-23T21:19:41.512Z | Downloaded slog-dtrace v0.3.0 |
953 | 2024-08-23T21:19:41.514Z | Downloaded float-cmp v0.9.0 |
954 | 2024-08-23T21:19:41.514Z | Downloaded rustls-pemfile v2.1.3 |
955 | 2024-08-23T21:19:41.516Z | Downloaded ring v0.16.20 |
956 | 2024-08-23T21:19:41.597Z | Downloaded allocator-api2 v0.2.18 |
957 | 2024-08-23T21:19:41.600Z | Downloaded tokio-macros v2.3.0 |
958 | 2024-08-23T21:19:41.602Z | Downloaded libm v0.2.8 |
959 | 2024-08-23T21:19:41.608Z | Downloaded itertools v0.10.5 |
960 | 2024-08-23T21:19:41.614Z | Downloaded indexmap v1.9.3 |
961 | 2024-08-23T21:19:41.617Z | Downloaded spki v0.7.3 |
962 | 2024-08-23T21:19:41.620Z | Downloaded serde-hex v0.1.0 |
963 | 2024-08-23T21:19:41.622Z | Downloaded rtoolbox v0.0.2 |
964 | 2024-08-23T21:19:41.622Z | Downloaded num-traits v0.2.19 |
965 | 2024-08-23T21:19:41.625Z | Downloaded rand_seeder v0.3.0 |
966 | 2024-08-23T21:19:41.627Z | Downloaded proc-macro-crate v1.3.1 |
967 | 2024-08-23T21:19:41.627Z | Downloaded libloading v0.8.3 |
968 | 2024-08-23T21:19:41.630Z | Downloaded crc-any v2.5.0 |
969 | 2024-08-23T21:19:41.632Z | Downloaded postgres-protocol v0.6.7 |
970 | 2024-08-23T21:19:41.632Z | Downloaded pem v3.0.4 |
971 | 2024-08-23T21:19:41.635Z | Downloaded snafu-derive v0.8.2 |
972 | 2024-08-23T21:19:41.635Z | Downloaded term v0.7.0 |
973 | 2024-08-23T21:19:41.637Z | Downloaded cc v1.0.97 |
974 | 2024-08-23T21:19:41.640Z | Downloaded mime_guess v2.0.4 |
975 | 2024-08-23T21:19:41.642Z | Downloaded blake2 v0.10.6 |
976 | 2024-08-23T21:19:41.645Z | Downloaded argon2 v0.5.3 |
977 | 2024-08-23T21:19:41.647Z | Downloaded hash32 v0.2.1 |
978 | 2024-08-23T21:19:41.647Z | Downloaded futures-task v0.3.30 |
979 | 2024-08-23T21:19:41.649Z | Downloaded ahash v0.8.11 |
980 | 2024-08-23T21:19:41.651Z | Downloaded openssl-sys v0.9.103 |
981 | 2024-08-23T21:19:41.654Z | Downloaded darling v0.20.9 |
982 | 2024-08-23T21:19:41.658Z | Downloaded camino-tempfile v1.1.1 |
983 | 2024-08-23T21:19:41.661Z | Downloaded cassowary v0.3.0 |
984 | 2024-08-23T21:19:41.663Z | Downloaded difflib v0.4.0 |
985 | 2024-08-23T21:19:41.663Z | Downloaded xattr v1.3.1 |
986 | 2024-08-23T21:19:41.666Z | Downloaded unicode-truncate v1.0.0 |
987 | 2024-08-23T21:19:41.666Z | Downloaded unicode-linebreak v0.1.5 |
988 | 2024-08-23T21:19:41.666Z | Downloaded tls_codec v0.4.1 |
989 | 2024-08-23T21:19:41.668Z | Downloaded ascii v1.1.0 |
990 | 2024-08-23T21:19:41.670Z | Downloaded aead v0.5.2 |
991 | 2024-08-23T21:19:41.671Z | Downloaded base64ct v1.6.0 |
992 | 2024-08-23T21:19:41.673Z | Downloaded async-trait v0.1.81 |
993 | 2024-08-23T21:19:41.676Z | Downloaded maybe-uninit v2.0.0 |
994 | 2024-08-23T21:19:41.678Z | Downloaded maplit v1.0.2 |
995 | 2024-08-23T21:19:41.678Z | Downloaded csv-core v0.1.11 |
996 | 2024-08-23T21:19:41.678Z | Downloaded memoffset v0.9.1 |
997 | 2024-08-23T21:19:41.681Z | Downloaded kstat-rs v0.2.4 |
998 | 2024-08-23T21:19:41.681Z | Downloaded shlex v1.3.0 |
999 | 2024-08-23T21:19:41.683Z | Downloaded serde_path_to_error v0.1.16 |
1000 | 2024-08-23T21:19:41.683Z | Downloaded memmap2 v0.9.4 |
1001 | 2024-08-23T21:19:41.686Z | Downloaded defmt-macros v0.3.9 |
1002 | 2024-08-23T21:19:41.688Z | Downloaded lazycell v1.3.0 |
1003 | 2024-08-23T21:19:41.688Z | Downloaded ipnetwork v0.20.0 |
1004 | 2024-08-23T21:19:41.690Z | Downloaded cipher v0.4.4 |
1005 | 2024-08-23T21:19:41.693Z | Downloaded buf-list v1.0.3 |
1006 | 2024-08-23T21:19:41.695Z | Downloaded block-padding v0.3.3 |
1007 | 2024-08-23T21:19:41.695Z | Downloaded linked-hash-map v0.5.6 |
1008 | 2024-08-23T21:19:41.695Z | Downloaded lalrpop-util v0.19.12 |
1009 | 2024-08-23T21:19:41.697Z | Downloaded indent_write v2.2.0 |
1010 | 2024-08-23T21:19:41.697Z | Downloaded chacha20 v0.9.1 |
1011 | 2024-08-23T21:19:41.700Z | Downloaded cexpr v0.6.0 |
1012 | 2024-08-23T21:19:41.702Z | Downloaded cobs v0.2.3 |
1013 | 2024-08-23T21:19:41.702Z | Downloaded base64 v0.13.1 |
1014 | 2024-08-23T21:19:41.704Z | Downloaded arc-swap v1.7.1 |
1015 | 2024-08-23T21:19:41.707Z | Downloaded normalize-line-endings v0.3.0 |
1016 | 2024-08-23T21:19:41.710Z | Downloaded newtype_derive v0.1.6 |
1017 | 2024-08-23T21:19:41.710Z | Downloaded managed v0.8.0 |
1018 | 2024-08-23T21:19:41.712Z | Downloaded console v0.15.8 |
1019 | 2024-08-23T21:19:41.962Z | Downloaded libz-sys v1.1.16 |
1020 | 2024-08-23T21:19:42.072Z | Downloaded ring v0.17.8 |
1021 | 2024-08-23T21:19:42.167Z | Downloaded libsqlite3-sys v0.28.0 |
1022 | 2024-08-23T21:19:42.330Z | Compiling cfg-if v1.0.0 |
1023 | 2024-08-23T21:19:42.330Z | Compiling serde v1.0.208 |
1024 | 2024-08-23T21:19:42.332Z | Compiling typenum v1.17.0 |
1025 | 2024-08-23T21:19:42.332Z | Compiling generic-array v0.14.7 |
1026 | 2024-08-23T21:19:42.333Z | Compiling lock_api v0.4.12 |
1027 | 2024-08-23T21:19:42.483Z | Compiling syn v2.0.74 |
1028 | 2024-08-23T21:19:42.486Z | Compiling scopeguard v1.2.0 |
1029 | 2024-08-23T21:19:42.492Z | Compiling log v0.4.21 |
1030 | 2024-08-23T21:19:42.561Z | Compiling getrandom v0.2.14 |
1031 | 2024-08-23T21:19:42.654Z | Compiling jobserver v0.1.32 |
1032 | 2024-08-23T21:19:42.816Z | Compiling rand_core v0.6.4 |
1033 | 2024-08-23T21:19:42.993Z | Compiling subtle v2.5.0 |
1034 | 2024-08-23T21:19:43.029Z | Compiling cc v1.0.97 |
1035 | 2024-08-23T21:19:43.045Z | Compiling const-oid v0.9.6 |
1036 | 2024-08-23T21:19:43.320Z | Compiling pin-project-lite v0.2.14 |
1037 | 2024-08-23T21:19:43.337Z | Compiling smallvec v1.13.2 |
1038 | 2024-08-23T21:19:43.354Z | Compiling parking_lot_core v0.9.10 |
1039 | 2024-08-23T21:19:43.435Z | Compiling signal-hook-registry v1.4.2 |
1040 | 2024-08-23T21:19:43.591Z | Compiling spin v0.9.8 |
1041 | 2024-08-23T21:19:43.726Z | Compiling mio v0.8.11 |
1042 | 2024-08-23T21:19:44.004Z | Compiling ahash v0.8.11 |
1043 | 2024-08-23T21:19:44.280Z | Compiling parking_lot v0.12.2 |
1044 | 2024-08-23T21:19:44.359Z | Compiling tinyvec_macros v0.1.1 |
1045 | 2024-08-23T21:19:44.451Z | Compiling tinyvec v1.6.0 |
1046 | 2024-08-23T21:19:44.573Z | Compiling num_cpus v1.16.0 |
1047 | 2024-08-23T21:19:44.691Z | Compiling socket2 v0.5.7 |
1048 | 2024-08-23T21:19:44.883Z | Compiling futures-core v0.3.30 |
1049 | 2024-08-23T21:19:45.103Z | Compiling libm v0.2.8 |
1050 | 2024-08-23T21:19:45.179Z | Compiling serde_json v1.0.125 |
1051 | 2024-08-23T21:19:45.215Z | Compiling cpufeatures v0.2.12 |
1052 | 2024-08-23T21:19:45.300Z | Compiling num-traits v0.2.19 |
1053 | 2024-08-23T21:19:45.342Z | Compiling slab v0.4.9 |
1054 | 2024-08-23T21:19:45.477Z | Compiling unicode-bidi v0.3.15 |
1055 | 2024-08-23T21:19:45.564Z | Compiling allocator-api2 v0.2.18 |
1056 | 2024-08-23T21:19:45.622Z | Compiling futures-sink v0.3.30 |
1057 | 2024-08-23T21:19:45.995Z | Compiling futures-channel v0.3.30 |
1058 | 2024-08-23T21:19:46.078Z | Compiling unicode-normalization v0.1.23 |
1059 | 2024-08-23T21:19:46.118Z | Compiling futures-task v0.3.30 |
1060 | 2024-08-23T21:19:46.349Z | Compiling vcpkg v0.2.15 |
1061 | 2024-08-23T21:19:46.433Z | Compiling pin-utils v0.1.0 |
1062 | 2024-08-23T21:19:46.452Z | Compiling pkg-config v0.3.30 |
1063 | 2024-08-23T21:19:46.528Z | Compiling futures-io v0.3.30 |
1064 | 2024-08-23T21:19:47.063Z | Compiling base64ct v1.6.0 |
1065 | 2024-08-23T21:19:47.168Z | Compiling ring v0.17.8 |
1066 | 2024-08-23T21:19:47.212Z | Compiling ppv-lite86 v0.2.17 |
1067 | 2024-08-23T21:19:47.240Z | Compiling percent-encoding v2.3.1 |
1068 | 2024-08-23T21:19:47.618Z | Compiling pem-rfc7468 v0.7.0 |
1069 | 2024-08-23T21:19:47.670Z | Compiling flagset v0.4.5 |
1070 | 2024-08-23T21:19:47.871Z | Compiling tracing-core v0.1.32 |
1071 | 2024-08-23T21:19:48.007Z | Compiling rand_chacha v0.3.1 |
1072 | 2024-08-23T21:19:48.024Z | Compiling untrusted v0.9.0 |
1073 | 2024-08-23T21:19:48.191Z | Compiling rustix v0.38.34 |
1074 | 2024-08-23T21:19:48.364Z | Compiling openssl v0.10.66 |
1075 | 2024-08-23T21:19:48.597Z | Compiling openssl-sys v0.9.103 |
1076 | 2024-08-23T21:19:48.842Z | Compiling rand v0.8.5 |
1077 | 2024-08-23T21:19:48.965Z | Compiling num-conv v0.1.0 |
1078 | 2024-08-23T21:19:49.098Z | Compiling foreign-types-shared v0.1.1 |
1079 | 2024-08-23T21:19:49.202Z | Compiling time-core v0.1.2 |
1080 | 2024-08-23T21:19:49.245Z | Compiling rustversion v1.0.17 |
1081 | 2024-08-23T21:19:49.263Z | Compiling httparse v1.8.0 |
1082 | 2024-08-23T21:19:49.369Z | Compiling powerfmt v0.2.0 |
1083 | 2024-08-23T21:19:49.738Z | Compiling deranged v0.3.11 |
1084 | 2024-08-23T21:19:49.760Z | Compiling time-macros v0.2.18 |
1085 | 2024-08-23T21:19:50.057Z | Compiling foreign-types v0.3.2 |
1086 | 2024-08-23T21:19:50.150Z | Compiling form_urlencoded v1.2.1 |
1087 | 2024-08-23T21:19:50.267Z | Compiling aho-corasick v1.1.3 |
1088 | 2024-08-23T21:19:50.455Z | Compiling try-lock v0.2.5 |
1089 | 2024-08-23T21:19:50.607Z | Compiling rustls v0.21.12 |
1090 | 2024-08-23T21:19:50.699Z | Compiling siphasher v0.3.11 |
1091 | 2024-08-23T21:19:50.881Z | Compiling regex-syntax v0.8.4 |
1092 | 2024-08-23T21:19:50.986Z | Compiling num_threads v0.1.7 |
1093 | 2024-08-23T21:19:51.067Z | Compiling crossbeam-utils v0.8.19 |
1094 | 2024-08-23T21:19:51.109Z | Compiling syn v1.0.109 |
1095 | 2024-08-23T21:19:51.598Z | Compiling native-tls v0.2.11 |
1096 | 2024-08-23T21:19:51.706Z | Compiling want v0.3.1 |
1097 | 2024-08-23T21:19:51.981Z | Compiling idna v0.5.0 |
1098 | 2024-08-23T21:19:52.625Z | Compiling socket2 v0.4.10 |
1099 | 2024-08-23T21:19:52.911Z | Compiling time v0.3.36 |
1100 | 2024-08-23T21:19:53.170Z | Compiling cookie v0.17.0 |
1101 | 2024-08-23T21:19:53.449Z | Compiling finl_unicode v1.2.0 |
1102 | 2024-08-23T21:19:53.467Z | Compiling adler v1.0.2 |
1103 | 2024-08-23T21:19:53.491Z | Compiling tower-service v0.3.2 |
1104 | 2024-08-23T21:19:53.613Z | Compiling slog v2.7.0 |
1105 | 2024-08-23T21:19:53.684Z | Compiling openssl-probe v0.1.5 |
1106 | 2024-08-23T21:19:54.020Z | Compiling httpdate v1.0.3 |
1107 | 2024-08-23T21:19:54.067Z | Compiling iana-time-zone v0.1.60 |
1108 | 2024-08-23T21:19:54.182Z | Compiling regex-automata v0.4.6 |
1109 | 2024-08-23T21:19:54.482Z | Compiling stringprep v0.1.4 |
1110 | 2024-08-23T21:19:54.500Z | Compiling miniz_oxide v0.7.2 |
1111 | 2024-08-23T21:19:55.591Z | Compiling url v2.5.2 |
1112 | 2024-08-23T21:19:56.049Z | Compiling rustls-webpki v0.101.7 |
1113 | 2024-08-23T21:19:56.598Z | Compiling serde_derive v1.0.208 |
1114 | 2024-08-23T21:19:57.275Z | Compiling zeroize_derive v1.4.2 |
1115 | 2024-08-23T21:19:57.456Z | Compiling zerocopy-derive v0.7.34 |
1116 | 2024-08-23T21:19:57.739Z | Compiling tokio-macros v2.3.0 |
1117 | 2024-08-23T21:19:57.997Z | Compiling thiserror-impl v1.0.63 |
1118 | 2024-08-23T21:19:58.040Z | Compiling futures-macro v0.3.30 |
1119 | 2024-08-23T21:19:58.889Z | Compiling zeroize v1.7.0 |
1120 | 2024-08-23T21:19:59.353Z | Compiling der_derive v0.7.2 |
1121 | 2024-08-23T21:19:59.687Z | Compiling zerocopy v0.7.34 |
1122 | 2024-08-23T21:20:00.077Z | Compiling futures-util v0.3.30 |
1123 | 2024-08-23T21:20:00.741Z | Compiling crypto-common v0.1.6 |
1124 | 2024-08-23T21:20:00.969Z | Compiling block-buffer v0.10.4 |
1125 | 2024-08-23T21:20:01.225Z | Compiling digest v0.10.7 |
1126 | 2024-08-23T21:20:01.288Z | Compiling block-padding v0.3.3 |
1127 | 2024-08-23T21:20:01.528Z | Compiling inout v0.1.3 |
1128 | 2024-08-23T21:20:01.707Z | Compiling hmac v0.12.1 |
1129 | 2024-08-23T21:20:01.789Z | Compiling thiserror v1.0.63 |
1130 | 2024-08-23T21:20:01.873Z | Compiling hashbrown v0.14.5 |
1131 | 2024-08-23T21:20:01.890Z | Compiling cipher v0.4.4 |
1132 | 2024-08-23T21:20:01.925Z | Compiling sha2 v0.10.8 |
1133 | 2024-08-23T21:20:01.951Z | Compiling pest v2.7.10 |
1134 | 2024-08-23T21:20:02.393Z | Compiling salsa20 v0.10.2 |
1135 | 2024-08-23T21:20:02.607Z | Compiling pbkdf2 v0.12.2 |
1136 | 2024-08-23T21:20:02.781Z | Compiling der v0.7.9 |
1137 | 2024-08-23T21:20:03.279Z | Compiling tracing-attributes v0.1.27 |
1138 | 2024-08-23T21:20:04.935Z | Compiling pest_meta v2.7.10 |
1139 | 2024-08-23T21:20:05.579Z | Compiling scroll_derive v0.12.0 |
1140 | 2024-08-23T21:20:06.075Z | Compiling spki v0.7.3 |
1141 | 2024-08-23T21:20:06.227Z | Compiling pest_generator v2.7.10 |
1142 | 2024-08-23T21:20:06.432Z | Compiling scrypt v0.11.0 |
1143 | 2024-08-23T21:20:06.755Z | Compiling cbc v0.1.2 |
1144 | 2024-08-23T21:20:06.993Z | Compiling aes v0.8.4 |
1145 | 2024-08-23T21:20:07.010Z | Compiling tracing v0.1.40 |
1146 | 2024-08-23T21:20:07.013Z | Compiling openssl-macros v0.1.1 |
1147 | 2024-08-23T21:20:07.028Z | Compiling scroll v0.12.0 |
1148 | 2024-08-23T21:20:07.535Z | Compiling goblin v0.8.2 |
1149 | 2024-08-23T21:20:07.595Z | Compiling sct v0.7.1 |
1150 | 2024-08-23T21:20:07.881Z | Compiling md-5 v0.10.6 |
1151 | 2024-08-23T21:20:08.142Z | Compiling pkcs5 v0.7.1 |
1152 | 2024-08-23T21:20:09.343Z | Compiling pkcs8 v0.10.2 |
1153 | 2024-08-23T21:20:09.450Z | Compiling num-integer v0.1.46 |
1154 | 2024-08-23T21:20:09.579Z | Compiling backtrace v0.3.71 |
1155 | 2024-08-23T21:20:09.806Z | Compiling idna v0.3.0 |
1156 | 2024-08-23T21:20:09.875Z | Compiling pest_derive v2.7.10 |
1157 | 2024-08-23T21:20:10.046Z | Compiling lazy_static v1.5.0 |
1158 | 2024-08-23T21:20:10.089Z | Compiling hash32 v0.2.1 |
1159 | 2024-08-23T21:20:10.161Z | Compiling base64 v0.22.1 |
1160 | 2024-08-23T21:20:10.273Z | Compiling cfg_aliases v0.1.1 |
1161 | 2024-08-23T21:20:10.374Z | Compiling smoltcp v0.9.1 |
1162 | 2024-08-23T21:20:10.446Z | Compiling num-bigint-dig v0.8.4 |
1163 | 2024-08-23T21:20:10.691Z | Compiling dtrace-parser v0.2.0 |
1164 | 2024-08-23T21:20:10.747Z | Compiling signal-hook v0.3.17 |
1165 | 2024-08-23T21:20:10.900Z | Compiling bytes v1.7.1 |
1166 | 2024-08-23T21:20:11.030Z | Compiling bitflags v2.6.0 |
1167 | 2024-08-23T21:20:11.163Z | Compiling indexmap v2.4.0 |
1168 | 2024-08-23T21:20:11.403Z | Compiling semver v1.0.23 |
1169 | 2024-08-23T21:20:12.147Z | Compiling tokio v1.38.1 |
1170 | 2024-08-23T21:20:12.180Z | Compiling http v0.2.12 |
1171 | 2024-08-23T21:20:12.585Z | Compiling rustc_version v0.4.0 |
1172 | 2024-08-23T21:20:13.334Z | Compiling heapless v0.7.17 |
1173 | 2024-08-23T21:20:13.789Z | Compiling http-body v0.4.6 |
1174 | 2024-08-23T21:20:14.195Z | Compiling dof v0.3.0 |
1175 | 2024-08-23T21:20:14.235Z | Compiling uuid v1.10.0 |
1176 | 2024-08-23T21:20:14.493Z | Compiling serde_spanned v0.6.7 |
1177 | 2024-08-23T21:20:14.608Z | Compiling serde_tokenstream v0.2.2 |
1178 | 2024-08-23T21:20:14.707Z | Compiling chrono v0.4.38 |
1179 | 2024-08-23T21:20:15.283Z | Compiling usdt-impl v0.5.0 |
1180 | 2024-08-23T21:20:15.737Z | Compiling toml_datetime v0.6.8 |
1181 | 2024-08-23T21:20:16.237Z | Compiling gimli v0.28.1 |
1182 | 2024-08-23T21:20:16.447Z | Compiling fallible-iterator v0.2.0 |
1183 | 2024-08-23T21:20:16.629Z | Compiling psl-types v2.0.11 |
1184 | 2024-08-23T21:20:16.825Z | Compiling stable_deref_trait v1.2.0 |
1185 | 2024-08-23T21:20:16.855Z | Compiling crc32fast v1.4.0 |
1186 | 2024-08-23T21:20:17.138Z | Compiling postgres-protocol v0.6.7 |
1187 | 2024-08-23T21:20:17.445Z | Compiling publicsuffix v2.2.3 |
1188 | 2024-08-23T21:20:17.686Z | Compiling terminal_size v0.3.0 |
1189 | 2024-08-23T21:20:17.821Z | Compiling nix v0.28.0 |
1190 | 2024-08-23T21:20:17.905Z | Compiling num-iter v0.1.45 |
1191 | 2024-08-23T21:20:18.016Z | Compiling hubpack_derive v0.1.1 |
1192 | 2024-08-23T21:20:18.088Z | Compiling zerocopy-derive v0.6.6 |
1193 | 2024-08-23T21:20:18.423Z | Compiling async-trait v0.1.81 |
1194 | 2024-08-23T21:20:19.441Z | Compiling phf_shared v0.11.2 |
1195 | 2024-08-23T21:20:19.509Z | Compiling serde_derive_internals v0.29.1 |
1196 | 2024-08-23T21:20:19.565Z | Compiling ff v0.13.0 |
1197 | 2024-08-23T21:20:19.791Z | Compiling object v0.32.2 |
1198 | 2024-08-23T21:20:19.813Z | Compiling fs-err v2.11.0 |
1199 | 2024-08-23T21:20:20.144Z | Compiling tokio-util v0.7.11 |
1200 | 2024-08-23T21:20:20.250Z | Compiling tokio-native-tls v0.3.1 |
1201 | 2024-08-23T21:20:20.512Z | Compiling addr2line v0.21.0 |
1202 | 2024-08-23T21:20:21.072Z | Compiling tokio-rustls v0.24.1 |
1203 | 2024-08-23T21:20:21.157Z | Compiling h2 v0.3.26 |
1204 | 2024-08-23T21:20:21.193Z | Compiling winnow v0.5.40 |
1205 | 2024-08-23T21:20:21.427Z | Compiling ipnet v2.9.0 |
1206 | 2024-08-23T21:20:21.472Z | Compiling schemars v0.8.21 |
1207 | 2024-08-23T21:20:21.502Z | Compiling anyhow v1.0.86 |
1208 | 2024-08-23T21:20:21.847Z | Compiling base16ct v0.2.0 |
1209 | 2024-08-23T21:20:22.134Z | Compiling base64 v0.21.7 |
1210 | 2024-08-23T21:20:22.153Z | Compiling rustc-demangle v0.1.24 |
1211 | 2024-08-23T21:20:22.201Z | Compiling either v1.13.0 |
1212 | 2024-08-23T21:20:22.613Z | Compiling managed v0.8.0 |
1213 | 2024-08-23T21:20:22.632Z | Compiling bitflags v1.3.2 |
1214 | 2024-08-23T21:20:22.743Z | Compiling rustls-pemfile v1.0.4 |
1215 | 2024-08-23T21:20:22.838Z | Compiling schemars_derive v0.8.21 |
1216 | 2024-08-23T21:20:23.163Z | Compiling sec1 v0.7.3 |
1217 | 2024-08-23T21:20:23.338Z | Compiling clap_builder v4.5.15 |
1218 | 2024-08-23T21:20:23.711Z | Compiling zerocopy v0.6.6 |
1219 | 2024-08-23T21:20:24.584Z | Compiling toml_edit v0.19.15 |
1220 | 2024-08-23T21:20:25.058Z | Compiling group v0.13.0 |
1221 | 2024-08-23T21:20:25.128Z | Compiling phf v0.11.2 |
1222 | 2024-08-23T21:20:25.409Z | Compiling cookie_store v0.20.0 |
1223 | 2024-08-23T21:20:25.428Z | Compiling hubpack v0.1.2 |
1224 | 2024-08-23T21:20:26.139Z | Compiling postgres-types v0.2.7 |
1225 | 2024-08-23T21:20:27.100Z | Compiling usdt-attr-macro v0.5.0 |
1226 | 2024-08-23T21:20:27.589Z | Compiling usdt-macro v0.5.0 |
1227 | 2024-08-23T21:20:27.971Z | Compiling hyper v0.14.30 |
1228 | 2024-08-23T21:20:29.071Z | Compiling serde_urlencoded v0.7.1 |
1229 | 2024-08-23T21:20:29.088Z | Compiling pkcs1 v0.7.5 |
1230 | 2024-08-23T21:20:29.587Z | Compiling futures-executor v0.3.30 |
1231 | 2024-08-23T21:20:30.120Z | Compiling hkdf v0.12.4 |
1232 | 2024-08-23T21:20:30.218Z | Compiling signature v2.2.0 |
1233 | 2024-08-23T21:20:30.304Z | Compiling crypto-bigint v0.5.5 |
1234 | 2024-08-23T21:20:30.386Z | Compiling bstr v1.9.1 |
1235 | 2024-08-23T21:20:30.519Z | Compiling regex v1.10.6 |
1236 | 2024-08-23T21:20:31.604Z | Compiling enum-as-inner v0.6.0 |
1237 | 2024-08-23T21:20:31.622Z | Compiling clap_derive v4.5.13 |
1238 | 2024-08-23T21:20:32.162Z | Compiling serde_repr v0.1.19 |
1239 | 2024-08-23T21:20:32.467Z | Compiling strum_macros v0.25.3 |
1240 | 2024-08-23T21:20:32.469Z | Compiling phf_shared v0.10.0 |
1241 | 2024-08-23T21:20:32.637Z | Compiling float-cmp v0.9.0 |
1242 | 2024-08-23T21:20:32.848Z | Compiling idna v0.4.0 |
1243 | 2024-08-23T21:20:32.894Z | Compiling mio v1.0.2 |
1244 | 2024-08-23T21:20:33.334Z | Compiling encoding_rs v0.8.34 |
1245 | 2024-08-23T21:20:34.042Z | Compiling sync_wrapper v0.1.2 |
1246 | 2024-08-23T21:20:34.171Z | Compiling static_assertions v1.1.0 |
1247 | 2024-08-23T21:20:34.272Z | Compiling bit-vec v0.6.3 |
1248 | 2024-08-23T21:20:34.424Z | Compiling mime v0.3.17 |
1249 | 2024-08-23T21:20:34.721Z | Compiling hyper-tls v0.5.0 |
1250 | 2024-08-23T21:20:35.076Z | Compiling hyper-rustls v0.24.2 |
1251 | 2024-08-23T21:20:35.094Z | Compiling whoami v1.5.1 |
1252 | 2024-08-23T21:20:35.449Z | Compiling difflib v0.4.0 |
1253 | 2024-08-23T21:20:35.761Z | Compiling normalize-line-endings v0.3.0 |
1254 | 2024-08-23T21:20:35.885Z | Compiling webpki-roots v0.25.4 |
1255 | 2024-08-23T21:20:36.046Z | Compiling new_debug_unreachable v1.0.6 |
1256 | 2024-08-23T21:20:36.140Z | Compiling predicates-core v1.0.6 |
1257 | 2024-08-23T21:20:36.183Z | Compiling fixedbitset v0.4.2 |
1258 | 2024-08-23T21:20:36.399Z | Compiling unicode-segmentation v1.11.0 |
1259 | 2024-08-23T21:20:36.462Z | Compiling data-encoding v2.6.0 |
1260 | 2024-08-23T21:20:36.541Z | Compiling dyn-clone v1.0.17 |
1261 | 2024-08-23T21:20:36.646Z | Compiling minimal-lexical v0.2.1 |
1262 | 2024-08-23T21:20:36.752Z | Compiling precomputed-hash v0.1.1 |
1263 | 2024-08-23T21:20:36.866Z | Compiling string_cache v0.8.7 |
1264 | 2024-08-23T21:20:37.163Z | Compiling hickory-proto v0.24.1 |
1265 | 2024-08-23T21:20:37.241Z | Compiling similar v2.6.0 |
1266 | 2024-08-23T21:20:37.312Z | Compiling nom v7.1.3 |
1267 | 2024-08-23T21:20:37.725Z | Compiling clap v4.5.16 |
1268 | 2024-08-23T21:20:37.829Z | Compiling petgraph v0.6.5 |
1269 | 2024-08-23T21:20:37.849Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1270 | 2024-08-23T21:20:38.865Z | Compiling predicates v3.1.2 |
1271 | 2024-08-23T21:20:39.635Z | Compiling console v0.15.8 |
1272 | 2024-08-23T21:20:40.334Z | Compiling reqwest v0.11.27 |
1273 | 2024-08-23T21:20:40.660Z | Compiling tokio-postgres v0.7.11 |
1274 | 2024-08-23T21:20:40.835Z | Compiling bit-set v0.5.3 |
1275 | 2024-08-23T21:20:40.894Z | Compiling toml_edit v0.22.20 |
1276 | 2024-08-23T21:20:41.106Z | Compiling usdt v0.5.0 |
1277 | 2024-08-23T21:20:41.166Z | Compiling signal-hook-mio v0.2.4 |
1278 | 2024-08-23T21:20:41.335Z | Compiling elliptic-curve v0.13.8 |
1279 | 2024-08-23T21:20:41.581Z | Compiling rsa v0.9.6 |
1280 | 2024-08-23T21:20:41.845Z | Compiling futures v0.3.30 |
1281 | 2024-08-23T21:20:41.958Z | Compiling flate2 v1.0.31 |
1282 | 2024-08-23T21:20:42.894Z | Compiling toml v0.7.8 |
1283 | 2024-08-23T21:20:44.572Z | Compiling itertools v0.12.1 |
1284 | 2024-08-23T21:20:45.051Z | Compiling itertools v0.10.5 |
1285 | 2024-08-23T21:20:46.128Z | Compiling tokio-stream v0.1.15 |
1286 | 2024-08-23T21:20:47.027Z | Compiling openapiv3 v2.0.0 |
1287 | 2024-08-23T21:20:47.078Z | Compiling hex v0.4.3 |
1288 | 2024-08-23T21:20:47.140Z | Compiling crossbeam-epoch v0.9.18 |
1289 | 2024-08-23T21:20:47.653Z | Compiling sha1 v0.10.6 |
1290 | 2024-08-23T21:20:47.718Z | Compiling dirs-sys-next v0.1.2 |
1291 | 2024-08-23T21:20:47.814Z | Compiling lalrpop-util v0.19.12 |
1292 | 2024-08-23T21:20:47.865Z | Compiling peg-runtime v0.8.3 |
1293 | 2024-08-23T21:20:48.064Z | Compiling unicode-xid v0.2.4 |
1294 | 2024-08-23T21:20:48.173Z | Compiling dirs-next v2.0.0 |
1295 | 2024-08-23T21:20:48.237Z | Compiling thread_local v1.1.8 |
1296 | 2024-08-23T21:20:48.370Z | Compiling slog-async v2.8.0 |
1297 | 2024-08-23T21:20:48.373Z | Compiling term v0.7.0 |
1298 | 2024-08-23T21:20:48.501Z | Compiling xattr v1.3.1 |
1299 | 2024-08-23T21:20:48.763Z | Compiling crossbeam-channel v0.5.12 |
1300 | 2024-08-23T21:20:48.784Z | Compiling strum_macros v0.26.4 |
1301 | 2024-08-23T21:20:48.981Z | Compiling filetime v0.2.24 |
1302 | 2024-08-23T21:20:49.003Z | Compiling is-terminal v0.4.12 |
1303 | 2024-08-23T21:20:49.130Z | Compiling take_mut v0.2.2 |
1304 | 2024-08-23T21:20:49.285Z | Compiling tar v0.4.41 |
1305 | 2024-08-23T21:20:49.302Z | Compiling slog-term v2.9.1 |
1306 | 2024-08-23T21:20:49.810Z | Compiling camino v1.1.9 |
1307 | 2024-08-23T21:20:52.097Z | Compiling strum v0.26.3 |
1308 | 2024-08-23T21:20:52.241Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1309 | 2024-08-23T21:20:52.480Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1310 | 2024-08-23T21:20:57.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1311 | 2024-08-23T21:20:57.515Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1312 | 2024-08-23T21:20:57.560Z | Aug 23 21:20:57.257 INFO Starting download, target: Cockroach |
1313 | 2024-08-23T21:20:57.560Z | Aug 23 21:20:57.258 INFO Starting download, target: Clickhouse |
1314 | 2024-08-23T21:20:57.560Z | Aug 23 21:20:57.258 INFO Starting download, target: Console |
1315 | 2024-08-23T21:20:57.560Z | Aug 23 21:20:57.258 INFO Starting download, target: DendriteOpenapi |
1316 | 2024-08-23T21:20:57.560Z | Aug 23 21:20:57.258 INFO Starting download, target: DendriteStub |
1317 | 2024-08-23T21:20:57.561Z | Aug 23 21:20:57.258 INFO Starting download, target: MaghemiteMgd |
1318 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.258 INFO Starting download, target: TransceiverControl |
1319 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.258 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1320 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.258 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1321 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.258 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1322 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.258 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1323 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.259 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1324 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.259 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1325 | 2024-08-23T21:20:57.564Z | Aug 23 21:20:57.259 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1326 | 2024-08-23T21:20:57.706Z | Aug 23 21:20:57.403 INFO Download complete, target: DendriteOpenapi |
1327 | 2024-08-23T21:20:57.800Z | Aug 23 21:20:57.496 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1328 | 2024-08-23T21:20:58.108Z | Aug 23 21:20:57.804 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1329 | 2024-08-23T21:20:58.260Z | Aug 23 21:20:57.957 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1330 | 2024-08-23T21:20:58.294Z | Aug 23 21:20:57.991 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1331 | 2024-08-23T21:20:58.517Z | Aug 23 21:20:58.214 INFO Download complete, target: Console |
1332 | 2024-08-23T21:20:58.659Z | Aug 23 21:20:58.356 INFO Download complete, target: TransceiverControl |
1333 | 2024-08-23T21:20:58.681Z | Aug 23 21:20:58.378 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1334 | 2024-08-23T21:20:58.681Z | Aug 23 21:20:58.378 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1335 | 2024-08-23T21:20:59.429Z | Aug 23 21:20:59.126 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1336 | 2024-08-23T21:21:01.428Z | Aug 23 21:21:01.124 INFO Download complete, target: DendriteStub |
1337 | 2024-08-23T21:21:01.746Z | Aug 23 21:21:01.443 INFO Download complete, target: MaghemiteMgd |
1338 | 2024-08-23T21:21:07.439Z | Aug 23 21:21:07.135 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1339 | 2024-08-23T21:21:07.776Z | Aug 23 21:21:07.471 INFO Checking that binary works, target: Cockroach |
1340 | 2024-08-23T21:21:07.989Z | Aug 23 21:21:07.685 INFO Download complete, target: Cockroach |
1341 | 2024-08-23T21:21:14.129Z | Aug 23 21:21:13.823 INFO Checking that binary works, target: Clickhouse |
1342 | 2024-08-23T21:21:14.296Z | Aug 23 21:21:13.990 INFO Download complete, target: Clickhouse |
1343 | 2024-08-23T21:21:14.303Z | All prerequisites installed successfully |
1344 | 2024-08-23T21:21:14.307Z | |
1345 | 2024-08-23T21:21:14.307Z | real 3:33.603265652 |
1346 | 2024-08-23T21:21:14.307Z | user 11:11.482104784 |
1347 | 2024-08-23T21:21:14.307Z | sys 2:23.383775124 |
1348 | 2024-08-23T21:21:14.307Z | trap 0.391991226 |
1349 | 2024-08-23T21:21:14.307Z | tflt 1.436629869 |
1350 | 2024-08-23T21:21:14.307Z | dflt 1.582795756 |
1351 | 2024-08-23T21:21:14.307Z | kflt 0.029641648 |
1352 | 2024-08-23T21:21:14.307Z | lock 22:52.193149217 |
1353 | 2024-08-23T21:21:14.307Z | slp 42:35.672054413 |
1354 | 2024-08-23T21:21:14.307Z | lat 42.995874866 |
1355 | 2024-08-23T21:21:14.307Z | stop 1:44.997127811 |
1356 | 2024-08-23T21:21:14.307Z | + source ./tools/include/force-git-over-https.sh |
1357 | 2024-08-23T21:21:14.307Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1358 | 2024-08-23T21:21:14.307Z | ++ (( i = 0 )) |
1359 | 2024-08-23T21:21:14.307Z | ++ (( i < 5 )) |
1360 | 2024-08-23T21:21:14.307Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1361 | 2024-08-23T21:21:14.309Z | ++ (( i++ )) |
1362 | 2024-08-23T21:21:14.309Z | ++ (( i < 5 )) |
1363 | 2024-08-23T21:21:14.309Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1364 | 2024-08-23T21:21:14.313Z | ++ (( i++ )) |
1365 | 2024-08-23T21:21:14.313Z | ++ (( i < 5 )) |
1366 | 2024-08-23T21:21:14.313Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1367 | 2024-08-23T21:21:14.315Z | ++ (( i++ )) |
1368 | 2024-08-23T21:21:14.316Z | ++ (( i < 5 )) |
1369 | 2024-08-23T21:21:14.316Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1370 | 2024-08-23T21:21:14.318Z | ++ (( i++ )) |
1371 | 2024-08-23T21:21:14.318Z | ++ (( i < 5 )) |
1372 | 2024-08-23T21:21:14.318Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1373 | 2024-08-23T21:21:14.320Z | ++ (( i++ )) |
1374 | 2024-08-23T21:21:14.320Z | ++ (( i < 5 )) |
1375 | 2024-08-23T21:21:14.321Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1376 | 2024-08-23T21:21:14.321Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1377 | 2024-08-23T21:21:14.321Z | + rc=0 |
1378 | 2024-08-23T21:21:14.321Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1379 | 2024-08-23T21:21:34.999Z | + case $rc in |
1380 | 2024-08-23T21:21:34.999Z | + pfexec zfs create -p rpool/images/build/host |
1381 | 2024-08-23T21:21:35.139Z | + pfexec zfs create -p rpool/images/build/recovery |
1382 | 2024-08-23T21:21:35.186Z | + cargo xtask releng --output-dir /work |
1383 | 2024-08-23T21:21:35.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1384 | 2024-08-23T21:21:35.756Z | Running `target/debug/xtask releng --output-dir /work` |
1385 | 2024-08-23T21:21:36.613Z | Compiling proc-macro2 v1.0.86 |
1386 | 2024-08-23T21:21:36.613Z | Compiling unicode-ident v1.0.12 |
1387 | 2024-08-23T21:21:36.613Z | Compiling libc v0.2.156 |
1388 | 2024-08-23T21:21:36.616Z | Compiling serde v1.0.208 |
1389 | 2024-08-23T21:21:36.616Z | Compiling version_check v0.9.5 |
1390 | 2024-08-23T21:21:36.616Z | Compiling autocfg v1.3.0 |
1391 | 2024-08-23T21:21:36.616Z | Compiling cfg-if v1.0.0 |
1392 | 2024-08-23T21:21:36.616Z | Compiling once_cell v1.19.0 |
1393 | 2024-08-23T21:21:36.871Z | Compiling typenum v1.17.0 |
1394 | 2024-08-23T21:21:37.150Z | Compiling memchr v2.7.2 |
1395 | 2024-08-23T21:21:37.407Z | Compiling lock_api v0.4.12 |
1396 | 2024-08-23T21:21:37.424Z | Compiling generic-array v0.14.7 |
1397 | 2024-08-23T21:21:37.738Z | Compiling ahash v0.8.11 |
1398 | 2024-08-23T21:21:37.781Z | Compiling serde_json v1.0.125 |
1399 | 2024-08-23T21:21:37.807Z | Compiling libm v0.2.8 |
1400 | 2024-08-23T21:21:38.102Z | Compiling num-traits v0.2.19 |
1401 | 2024-08-23T21:21:38.135Z | Compiling parking_lot_core v0.9.10 |
1402 | 2024-08-23T21:21:38.222Z | Compiling byteorder v1.5.0 |
1403 | 2024-08-23T21:21:38.411Z | Compiling quote v1.0.36 |
1404 | 2024-08-23T21:21:38.689Z | Compiling scopeguard v1.2.0 |
1405 | 2024-08-23T21:21:38.711Z | Compiling log v0.4.21 |
1406 | 2024-08-23T21:21:38.857Z | Compiling syn v2.0.74 |
1407 | 2024-08-23T21:21:38.926Z | Compiling getrandom v0.2.14 |
1408 | 2024-08-23T21:21:38.995Z | Compiling jobserver v0.1.32 |
1409 | 2024-08-23T21:21:39.350Z | Compiling cc v1.0.97 |
1410 | 2024-08-23T21:21:39.379Z | Compiling thiserror v1.0.63 |
1411 | 2024-08-23T21:21:39.447Z | Compiling itoa v1.0.11 |
1412 | 2024-08-23T21:21:39.695Z | Compiling slab v0.4.9 |
1413 | 2024-08-23T21:21:39.760Z | Compiling rand_core v0.6.4 |
1414 | 2024-08-23T21:21:39.857Z | Compiling pkg-config v0.3.30 |
1415 | 2024-08-23T21:21:40.453Z | Compiling semver v1.0.23 |
1416 | 2024-08-23T21:21:40.617Z | Compiling ryu v1.0.18 |
1417 | 2024-08-23T21:21:40.862Z | Compiling vcpkg v0.2.15 |
1418 | 2024-08-23T21:21:40.918Z | Compiling pin-project-lite v0.2.14 |
1419 | 2024-08-23T21:21:40.964Z | Compiling smallvec v1.13.2 |
1420 | 2024-08-23T21:21:41.078Z | Compiling allocator-api2 v0.2.18 |
1421 | 2024-08-23T21:21:41.661Z | Compiling spin v0.9.8 |
1422 | 2024-08-23T21:21:41.744Z | Compiling subtle v2.5.0 |
1423 | 2024-08-23T21:21:42.118Z | Compiling const-oid v0.9.6 |
1424 | 2024-08-23T21:21:42.358Z | Compiling signal-hook-registry v1.4.2 |
1425 | 2024-08-23T21:21:42.629Z | Compiling schemars v0.8.21 |
1426 | 2024-08-23T21:21:42.683Z | Compiling ring v0.17.8 |
1427 | 2024-08-23T21:21:43.014Z | Compiling openssl-sys v0.9.103 |
1428 | 2024-08-23T21:21:43.915Z | Compiling rustix v0.38.34 |
1429 | 2024-08-23T21:21:44.073Z | Compiling httparse v1.8.0 |
1430 | 2024-08-23T21:21:44.522Z | Compiling heck v0.5.0 |
1431 | 2024-08-23T21:21:44.603Z | Compiling parking_lot v0.12.2 |
1432 | 2024-08-23T21:21:44.626Z | Compiling mio v0.8.11 |
1433 | 2024-08-23T21:21:44.676Z | Compiling num-conv v0.1.0 |
1434 | 2024-08-23T21:21:44.989Z | Compiling time-core v0.1.2 |
1435 | 2024-08-23T21:21:45.342Z | Compiling futures-core v0.3.30 |
1436 | 2024-08-23T21:21:45.403Z | Compiling time-macros v0.2.18 |
1437 | 2024-08-23T21:21:45.479Z | Compiling socket2 v0.5.7 |
1438 | 2024-08-23T21:21:45.504Z | Compiling num_cpus v1.16.0 |
1439 | 2024-08-23T21:21:45.617Z | Compiling openssl v0.10.66 |
1440 | 2024-08-23T21:21:45.732Z | Compiling equivalent v1.0.1 |
1441 | 2024-08-23T21:21:45.870Z | Compiling fnv v1.0.7 |
1442 | 2024-08-23T21:21:46.513Z | Compiling serde_derive_internals v0.29.1 |
1443 | 2024-08-23T21:21:46.658Z | Compiling rustls v0.21.12 |
1444 | 2024-08-23T21:21:46.722Z | Compiling native-tls v0.2.11 |
1445 | 2024-08-23T21:21:46.770Z | Compiling tinyvec_macros v0.1.1 |
1446 | 2024-08-23T21:21:46.882Z | Compiling tinyvec v1.6.0 |
1447 | 2024-08-23T21:21:47.683Z | Compiling crossbeam-utils v0.8.19 |
1448 | 2024-08-23T21:21:47.771Z | Compiling futures-sink v0.3.30 |
1449 | 2024-08-23T21:21:48.488Z | Compiling unicode-normalization v0.1.23 |
1450 | 2024-08-23T21:21:48.596Z | Compiling cookie v0.17.0 |
1451 | 2024-08-23T21:21:48.599Z | Compiling cpufeatures v0.2.12 |
1452 | 2024-08-23T21:21:48.878Z | Compiling iana-time-zone v0.1.60 |
1453 | 2024-08-23T21:21:48.928Z | Compiling ucd-trie v0.1.6 |
1454 | 2024-08-23T21:21:49.289Z | Compiling futures-channel v0.3.30 |
1455 | 2024-08-23T21:21:49.477Z | Compiling futures-io v0.3.30 |
1456 | 2024-08-23T21:21:49.607Z | Compiling syn v1.0.109 |
1457 | 2024-08-23T21:21:49.703Z | Compiling futures-task v0.3.30 |
1458 | 2024-08-23T21:21:49.820Z | Compiling slog v2.7.0 |
1459 | 2024-08-23T21:21:49.865Z | Compiling pin-utils v0.1.0 |
1460 | 2024-08-23T21:21:49.907Z | Compiling unicode-bidi v0.3.15 |
1461 | 2024-08-23T21:21:50.295Z | Compiling aho-corasick v1.1.3 |
1462 | 2024-08-23T21:21:50.407Z | Compiling untrusted v0.9.0 |
1463 | 2024-08-23T21:21:50.801Z | Compiling regex-syntax v0.8.4 |
1464 | 2024-08-23T21:21:51.526Z | Compiling dyn-clone v1.0.17 |
1465 | 2024-08-23T21:21:51.896Z | Compiling serde_derive v1.0.208 |
1466 | 2024-08-23T21:21:52.149Z | Compiling zeroize_derive v1.4.2 |
1467 | 2024-08-23T21:21:52.178Z | Compiling zerocopy-derive v0.7.34 |
1468 | 2024-08-23T21:21:53.022Z | Compiling tokio-macros v2.3.0 |
1469 | 2024-08-23T21:21:53.687Z | Compiling thiserror-impl v1.0.63 |
1470 | 2024-08-23T21:21:54.364Z | Compiling zeroize v1.7.0 |
1471 | 2024-08-23T21:21:54.648Z | Compiling zerocopy v0.7.34 |
1472 | 2024-08-23T21:21:54.924Z | Compiling futures-macro v0.3.30 |
1473 | 2024-08-23T21:21:56.868Z | Compiling crypto-common v0.1.6 |
1474 | 2024-08-23T21:21:56.988Z | Compiling tracing-attributes v0.1.27 |
1475 | 2024-08-23T21:21:57.094Z | Compiling der_derive v0.7.2 |
1476 | 2024-08-23T21:21:57.322Z | Compiling hashbrown v0.14.5 |
1477 | 2024-08-23T21:21:58.161Z | Compiling block-buffer v0.10.4 |
1478 | 2024-08-23T21:21:58.475Z | Compiling digest v0.10.7 |
1479 | 2024-08-23T21:21:58.755Z | Compiling schemars_derive v0.8.21 |
1480 | 2024-08-23T21:21:59.375Z | Compiling openssl-macros v0.1.1 |
1481 | 2024-08-23T21:21:59.721Z | Compiling scroll_derive v0.12.0 |
1482 | 2024-08-23T21:22:00.282Z | Compiling hmac v0.12.1 |
1483 | 2024-08-23T21:22:00.580Z | Compiling pest v2.7.10 |
1484 | 2024-08-23T21:22:00.602Z | Compiling block-padding v0.3.3 |
1485 | 2024-08-23T21:22:00.855Z | Compiling inout v0.1.3 |
1486 | 2024-08-23T21:22:01.016Z | Compiling futures-util v0.3.30 |
1487 | 2024-08-23T21:22:01.345Z | Compiling cipher v0.4.4 |
1488 | 2024-08-23T21:22:01.883Z | Compiling sha2 v0.10.8 |
1489 | 2024-08-23T21:22:01.928Z | Compiling regex-automata v0.4.6 |
1490 | 2024-08-23T21:22:02.999Z | Compiling crc32fast v1.4.0 |
1491 | 2024-08-23T21:22:03.566Z | Compiling pest_meta v2.7.10 |
1492 | 2024-08-23T21:22:04.828Z | Compiling usdt-impl v0.5.0 |
1493 | 2024-08-23T21:22:05.345Z | Compiling pest_generator v2.7.10 |
1494 | 2024-08-23T21:22:06.454Z | Compiling bytes v1.7.1 |
1495 | 2024-08-23T21:22:08.064Z | Compiling bitflags v2.6.0 |
1496 | 2024-08-23T21:22:08.709Z | Compiling tokio v1.38.1 |
1497 | 2024-08-23T21:22:08.920Z | Compiling indexmap v2.4.0 |
1498 | 2024-08-23T21:22:09.576Z | Compiling serde_tokenstream v0.2.2 |
1499 | 2024-08-23T21:22:10.403Z | Compiling uuid v1.10.0 |
1500 | 2024-08-23T21:22:10.455Z | Compiling chrono v0.4.38 |
1501 | 2024-08-23T21:22:10.964Z | Compiling http v0.2.12 |
1502 | 2024-08-23T21:22:11.323Z | Compiling rustc_version v0.4.0 |
1503 | 2024-08-23T21:22:12.085Z | Compiling pest_derive v2.7.10 |
1504 | 2024-08-23T21:22:13.755Z | Compiling base64ct v1.6.0 |
1505 | 2024-08-23T21:22:14.188Z | Compiling powerfmt v0.2.0 |
1506 | 2024-08-23T21:22:14.444Z | Compiling heck v0.4.1 |
1507 | 2024-08-23T21:22:14.463Z | Compiling percent-encoding v2.3.1 |
1508 | 2024-08-23T21:22:14.782Z | Compiling deranged v0.3.11 |
1509 | 2024-08-23T21:22:14.886Z | Compiling pem-rfc7468 v0.7.0 |
1510 | 2024-08-23T21:22:15.056Z | Compiling heapless v0.7.17 |
1511 | 2024-08-23T21:22:15.693Z | Compiling scroll v0.12.0 |
1512 | 2024-08-23T21:22:15.851Z | Compiling zerocopy-derive v0.6.6 |
1513 | 2024-08-23T21:22:17.137Z | Compiling backtrace v0.3.71 |
1514 | 2024-08-23T21:22:17.238Z | Compiling tracing-core v0.1.32 |
1515 | 2024-08-23T21:22:17.623Z | Compiling errno v0.3.9 |
1516 | 2024-08-23T21:22:18.109Z | Compiling num_threads v0.1.7 |
1517 | 2024-08-23T21:22:18.170Z | Compiling flagset v0.4.5 |
1518 | 2024-08-23T21:22:18.253Z | Compiling ppv-lite86 v0.2.17 |
1519 | 2024-08-23T21:22:18.597Z | Compiling num-bigint-dig v0.8.4 |
1520 | 2024-08-23T21:22:18.968Z | Compiling plain v0.2.3 |
1521 | 2024-08-23T21:22:19.120Z | Compiling rand_chacha v0.3.1 |
1522 | 2024-08-23T21:22:19.216Z | Compiling goblin v0.8.2 |
1523 | 2024-08-23T21:22:19.497Z | Compiling time v0.3.36 |
1524 | 2024-08-23T21:22:20.065Z | Compiling der v0.7.9 |
1525 | 2024-08-23T21:22:20.240Z | Compiling tracing v0.1.40 |
1526 | 2024-08-23T21:22:20.324Z | Compiling tokio-util v0.7.11 |
1527 | 2024-08-23T21:22:22.554Z | Compiling regex v1.10.6 |
1528 | 2024-08-23T21:22:22.665Z | Compiling salsa20 v0.10.2 |
1529 | 2024-08-23T21:22:22.898Z | Compiling pbkdf2 v0.12.2 |
1530 | 2024-08-23T21:22:23.370Z | Compiling async-trait v0.1.81 |
1531 | 2024-08-23T21:22:23.971Z | Compiling pretty-hex v0.4.1 |
1532 | 2024-08-23T21:22:25.007Z | Compiling rustversion v1.0.17 |
1533 | 2024-08-23T21:22:25.549Z | Compiling strsim v0.11.1 |
1534 | 2024-08-23T21:22:25.858Z | Compiling dof v0.3.0 |
1535 | 2024-08-23T21:22:26.565Z | Compiling scrypt v0.11.0 |
1536 | 2024-08-23T21:22:27.105Z | Compiling spki v0.7.3 |
1537 | 2024-08-23T21:22:27.336Z | Compiling rand v0.8.5 |
1538 | 2024-08-23T21:22:27.758Z | Compiling form_urlencoded v1.2.1 |
1539 | 2024-08-23T21:22:27.824Z | Compiling dtrace-parser v0.2.0 |
1540 | 2024-08-23T21:22:28.558Z | Compiling aes v0.8.4 |
1541 | 2024-08-23T21:22:28.889Z | Compiling cbc v0.1.2 |
1542 | 2024-08-23T21:22:29.056Z | Compiling thread-id v4.2.1 |
1543 | 2024-08-23T21:22:29.239Z | Compiling foreign-types-shared v0.1.1 |
1544 | 2024-08-23T21:22:29.431Z | Compiling smoltcp v0.9.1 |
1545 | 2024-08-23T21:22:29.682Z | Compiling anyhow v1.0.86 |
1546 | 2024-08-23T21:22:29.781Z | Compiling signal-hook v0.3.17 |
1547 | 2024-08-23T21:22:30.165Z | Compiling unicode-width v0.1.13 |
1548 | 2024-08-23T21:22:30.413Z | Compiling try-lock v0.2.5 |
1549 | 2024-08-23T21:22:30.509Z | Compiling foreign-types v0.3.2 |
1550 | 2024-08-23T21:22:30.631Z | Compiling want v0.3.1 |
1551 | 2024-08-23T21:22:30.981Z | Compiling pkcs5 v0.7.1 |
1552 | 2024-08-23T21:22:33.702Z | Compiling h2 v0.3.26 |
1553 | 2024-08-23T21:22:35.673Z | Compiling http-body v0.4.6 |
1554 | 2024-08-23T21:22:37.678Z | Compiling clap_derive v4.5.13 |
1555 | 2024-08-23T21:22:38.293Z | Compiling socket2 v0.4.10 |
1556 | 2024-08-23T21:22:38.328Z | Compiling httpdate v1.0.3 |
1557 | 2024-08-23T21:22:39.286Z | Compiling siphasher v0.3.11 |
1558 | 2024-08-23T21:22:40.080Z | Compiling base64 v0.21.7 |
1559 | 2024-08-23T21:22:40.426Z | Compiling tower-service v0.3.2 |
1560 | 2024-08-23T21:22:40.596Z | Compiling cfg_aliases v0.1.1 |
1561 | 2024-08-23T21:22:40.723Z | Compiling nix v0.28.0 |
1562 | 2024-08-23T21:22:41.740Z | Compiling hyper v0.14.30 |
1563 | 2024-08-23T21:22:44.468Z | Compiling pkcs8 v0.10.2 |
1564 | 2024-08-23T21:22:47.048Z | Compiling rustls-webpki v0.101.7 |
1565 | 2024-08-23T21:22:47.241Z | Compiling sct v0.7.1 |
1566 | 2024-08-23T21:22:48.573Z | Compiling openapiv3 v2.0.0 |
1567 | 2024-08-23T21:22:49.217Z | Compiling hubpack_derive v0.1.1 |
1568 | 2024-08-23T21:22:53.408Z | Compiling idna v0.5.0 |
1569 | 2024-08-23T21:22:55.361Z | Compiling fs-err v2.11.0 |
1570 | 2024-08-23T21:22:55.606Z | Compiling openssl-probe v0.1.5 |
1571 | 2024-08-23T21:22:56.127Z | Compiling adler v1.0.2 |
1572 | 2024-08-23T21:22:56.153Z | Compiling anstyle v1.0.8 |
1573 | 2024-08-23T21:22:56.580Z | Compiling utf8parse v0.2.1 |
1574 | 2024-08-23T21:22:56.698Z | Compiling finl_unicode v1.2.0 |
1575 | 2024-08-23T21:22:56.798Z | Compiling anstyle-parse v0.2.4 |
1576 | 2024-08-23T21:22:57.125Z | Compiling miniz_oxide v0.7.2 |
1577 | 2024-08-23T21:22:57.465Z | Compiling stringprep v0.1.4 |
1578 | 2024-08-23T21:22:59.627Z | Compiling url v2.5.2 |
1579 | 2024-08-23T21:23:02.353Z | Compiling usdt-attr-macro v0.5.0 |
1580 | 2024-08-23T21:23:02.701Z | Compiling usdt-macro v0.5.0 |
1581 | 2024-08-23T21:23:04.333Z | Compiling serde_spanned v0.6.7 |
1582 | 2024-08-23T21:23:04.554Z | Compiling toml_datetime v0.6.8 |
1583 | 2024-08-23T21:23:04.986Z | Compiling md-5 v0.10.6 |
1584 | 2024-08-23T21:23:05.255Z | Compiling regress v0.9.1 |
1585 | 2024-08-23T21:23:05.653Z | Compiling idna v0.3.0 |
1586 | 2024-08-23T21:23:06.688Z | Compiling lazy_static v1.5.0 |
1587 | 2024-08-23T21:23:06.821Z | Compiling num-integer v0.1.46 |
1588 | 2024-08-23T21:23:07.588Z | Compiling hash32 v0.2.1 |
1589 | 2024-08-23T21:23:07.762Z | Compiling encoding_rs v0.8.34 |
1590 | 2024-08-23T21:23:07.960Z | Compiling colorchoice v1.0.1 |
1591 | 2024-08-23T21:23:08.120Z | Compiling is_terminal_polyfill v1.70.0 |
1592 | 2024-08-23T21:23:08.256Z | Compiling mime v0.3.17 |
1593 | 2024-08-23T21:23:08.803Z | Compiling psl-types v2.0.11 |
1594 | 2024-08-23T21:23:09.020Z | Compiling base64 v0.22.1 |
1595 | 2024-08-23T21:23:09.310Z | Compiling anstyle-query v1.0.3 |
1596 | 2024-08-23T21:23:09.454Z | Compiling stable_deref_trait v1.2.0 |
1597 | 2024-08-23T21:23:09.532Z | Compiling gimli v0.28.1 |
1598 | 2024-08-23T21:23:09.698Z | Compiling fallible-iterator v0.2.0 |
1599 | 2024-08-23T21:23:09.749Z | Compiling publicsuffix v2.2.3 |
1600 | 2024-08-23T21:23:09.999Z | Compiling anstream v0.6.14 |
1601 | 2024-08-23T21:23:10.396Z | Compiling postgres-protocol v0.6.7 |
1602 | 2024-08-23T21:23:11.373Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1603 | 2024-08-23T21:23:13.044Z | Compiling num-iter v0.1.45 |
1604 | 2024-08-23T21:23:13.892Z | Compiling addr2line v0.21.0 |
1605 | 2024-08-23T21:23:14.267Z | Compiling tokio-rustls v0.24.1 |
1606 | 2024-08-23T21:23:14.971Z | Compiling terminal_size v0.3.0 |
1607 | 2024-08-23T21:23:15.187Z | Compiling tokio-native-tls v0.3.1 |
1608 | 2024-08-23T21:23:15.789Z | Compiling phf_shared v0.11.2 |
1609 | 2024-08-23T21:23:16.152Z | Compiling strum_macros v0.25.3 |
1610 | 2024-08-23T21:23:16.995Z | Compiling serde_urlencoded v0.7.1 |
1611 | 2024-08-23T21:23:17.627Z | Compiling enum-as-inner v0.6.0 |
1612 | 2024-08-23T21:23:18.351Z | Compiling serde_repr v0.1.19 |
1613 | 2024-08-23T21:23:18.673Z | Compiling ff v0.13.0 |
1614 | 2024-08-23T21:23:18.746Z | Compiling object v0.32.2 |
1615 | 2024-08-23T21:23:18.802Z | Compiling rustc-demangle v0.1.24 |
1616 | 2024-08-23T21:23:18.904Z | Compiling either v1.13.0 |
1617 | 2024-08-23T21:23:19.417Z | Compiling base16ct v0.2.0 |
1618 | 2024-08-23T21:23:19.663Z | Compiling winnow v0.5.40 |
1619 | 2024-08-23T21:23:19.707Z | Compiling clap_lex v0.7.0 |
1620 | 2024-08-23T21:23:19.739Z | Compiling ipnet v2.9.0 |
1621 | 2024-08-23T21:23:20.757Z | Compiling bitflags v1.3.2 |
1622 | 2024-08-23T21:23:21.027Z | Compiling managed v0.8.0 |
1623 | 2024-08-23T21:23:21.647Z | Compiling rustls-pemfile v1.0.4 |
1624 | 2024-08-23T21:23:22.024Z | Compiling clap_builder v4.5.15 |
1625 | 2024-08-23T21:23:23.161Z | Compiling toml_edit v0.19.15 |
1626 | 2024-08-23T21:23:23.234Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1627 | 2024-08-23T21:23:23.435Z | Compiling sec1 v0.7.3 |
1628 | 2024-08-23T21:23:23.490Z | Compiling group v0.13.0 |
1629 | 2024-08-23T21:23:25.841Z | Compiling phf v0.11.2 |
1630 | 2024-08-23T21:23:26.140Z | Compiling hyper-tls v0.5.0 |
1631 | 2024-08-23T21:23:26.868Z | Compiling hyper-rustls v0.24.2 |
1632 | 2024-08-23T21:23:27.232Z | Compiling cookie_store v0.20.0 |
1633 | 2024-08-23T21:23:27.383Z | Compiling postgres-types v0.2.7 |
1634 | 2024-08-23T21:23:28.598Z | Compiling hubpack v0.1.2 |
1635 | 2024-08-23T21:23:28.618Z | Compiling pkcs1 v0.7.5 |
1636 | 2024-08-23T21:23:28.989Z | Compiling phf_shared v0.10.0 |
1637 | 2024-08-23T21:23:29.262Z | Compiling zerocopy v0.6.6 |
1638 | 2024-08-23T21:23:29.367Z | Compiling futures-executor v0.3.30 |
1639 | 2024-08-23T21:23:29.486Z | Compiling bstr v1.9.1 |
1640 | 2024-08-23T21:23:29.528Z | Compiling hkdf v0.12.4 |
1641 | 2024-08-23T21:23:29.582Z | Compiling signature v2.2.0 |
1642 | 2024-08-23T21:23:29.743Z | Compiling crypto-bigint v0.5.5 |
1643 | 2024-08-23T21:23:29.788Z | Compiling idna v0.4.0 |
1644 | 2024-08-23T21:23:29.834Z | Compiling float-cmp v0.9.0 |
1645 | 2024-08-23T21:23:29.889Z | Compiling mio v1.0.2 |
1646 | 2024-08-23T21:23:30.044Z | Compiling memmap v0.7.0 |
1647 | 2024-08-23T21:23:30.360Z | Compiling normalize-line-endings v0.3.0 |
1648 | 2024-08-23T21:23:30.492Z | Compiling webpki-roots v0.25.4 |
1649 | 2024-08-23T21:23:30.823Z | Compiling sync_wrapper v0.1.2 |
1650 | 2024-08-23T21:23:30.885Z | Compiling winnow v0.6.18 |
1651 | 2024-08-23T21:23:31.021Z | Compiling fixedbitset v0.4.2 |
1652 | 2024-08-23T21:23:31.129Z | Compiling whoami v1.5.1 |
1653 | 2024-08-23T21:23:31.238Z | Compiling bit-vec v0.6.3 |
1654 | 2024-08-23T21:23:31.316Z | Compiling difflib v0.4.0 |
1655 | 2024-08-23T21:23:31.418Z | Compiling data-encoding v2.6.0 |
1656 | 2024-08-23T21:23:31.648Z | Compiling precomputed-hash v0.1.1 |
1657 | 2024-08-23T21:23:31.762Z | Compiling static_assertions v1.1.0 |
1658 | 2024-08-23T21:23:31.785Z | Compiling minimal-lexical v0.2.1 |
1659 | 2024-08-23T21:23:31.858Z | Compiling new_debug_unreachable v1.0.6 |
1660 | 2024-08-23T21:23:32.254Z | Compiling unicode-segmentation v1.11.0 |
1661 | 2024-08-23T21:23:32.536Z | Compiling predicates-core v1.0.6 |
1662 | 2024-08-23T21:23:32.920Z | Compiling similar v2.6.0 |
1663 | 2024-08-23T21:23:33.058Z | Compiling reqwest v0.11.27 |
1664 | 2024-08-23T21:23:33.081Z | Compiling predicates v3.1.2 |
1665 | 2024-08-23T21:23:33.188Z | Compiling elliptic-curve v0.13.8 |
1666 | 2024-08-23T21:23:33.512Z | Compiling nom v7.1.3 |
1667 | 2024-08-23T21:23:33.884Z | Compiling hickory-proto v0.24.1 |
1668 | 2024-08-23T21:23:34.049Z | Compiling string_cache v0.8.7 |
1669 | 2024-08-23T21:23:34.455Z | Compiling toml_edit v0.22.20 |
1670 | 2024-08-23T21:23:34.474Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1671 | 2024-08-23T21:23:34.512Z | Compiling bit-set v0.5.3 |
1672 | 2024-08-23T21:23:34.789Z | Compiling tokio-postgres v0.7.11 |
1673 | 2024-08-23T21:23:34.837Z | Compiling petgraph v0.6.5 |
1674 | 2024-08-23T21:23:38.728Z | Compiling signal-hook-mio v0.2.4 |
1675 | 2024-08-23T21:23:38.901Z | Compiling usdt v0.5.0 |
1676 | 2024-08-23T21:23:39.828Z | Compiling rsa v0.9.6 |
1677 | 2024-08-23T21:23:40.486Z | Compiling futures v0.3.30 |
1678 | 2024-08-23T21:23:41.389Z | Compiling toml v0.7.8 |
1679 | 2024-08-23T21:23:41.459Z | Compiling clap v4.5.16 |
1680 | 2024-08-23T21:23:41.593Z | Compiling crossbeam-epoch v0.9.18 |
1681 | 2024-08-23T21:23:42.106Z | Compiling flate2 v1.0.31 |
1682 | 2024-08-23T21:23:42.275Z | Compiling itertools v0.10.5 |
1683 | 2024-08-23T21:23:42.733Z | Compiling itertools v0.12.1 |
1684 | 2024-08-23T21:23:42.891Z | Compiling console v0.15.8 |
1685 | 2024-08-23T21:23:44.123Z | Compiling tokio-stream v0.1.15 |
1686 | 2024-08-23T21:23:44.303Z | Compiling hex v0.4.3 |
1687 | 2024-08-23T21:23:45.089Z | Compiling sha1 v0.10.6 |
1688 | 2024-08-23T21:23:45.626Z | Compiling peg-runtime v0.8.3 |
1689 | 2024-08-23T21:23:45.845Z | Compiling camino v1.1.9 |
1690 | 2024-08-23T21:23:46.125Z | Compiling radium v0.7.0 |
1691 | 2024-08-23T21:23:46.349Z | Compiling unicode-xid v0.2.4 |
1692 | 2024-08-23T21:23:46.568Z | Compiling lalrpop-util v0.19.12 |
1693 | 2024-08-23T21:23:46.907Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1694 | 2024-08-23T21:23:51.868Z | Compiling is-terminal v0.4.12 |
1695 | 2024-08-23T21:23:54.610Z | Compiling ident_case v1.0.1 |
1696 | 2024-08-23T21:23:55.407Z | Compiling rustls-pki-types v1.7.0 |
1697 | 2024-08-23T21:23:56.430Z | Compiling maybe-uninit v2.0.0 |
1698 | 2024-08-23T21:23:56.731Z | Compiling tap v1.0.1 |
1699 | 2024-08-23T21:23:56.922Z | Compiling wyz v0.5.1 |
1700 | 2024-08-23T21:23:58.238Z | Compiling darling_core v0.20.9 |
1701 | 2024-08-23T21:24:10.756Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1702 | 2024-08-23T21:24:11.950Z | Compiling getopts v0.2.21 |
1703 | 2024-08-23T21:24:12.752Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1704 | 2024-08-23T21:24:13.363Z | Compiling dirs-sys-next v0.1.2 |
1705 | 2024-08-23T21:24:13.366Z | Compiling paste v1.0.15 |
1706 | 2024-08-23T21:24:13.858Z | Compiling unsafe-libyaml v0.2.11 |
1707 | 2024-08-23T21:24:14.358Z | Compiling funty v2.0.0 |
1708 | 2024-08-23T21:24:14.360Z | Compiling packed_struct v0.10.1 |
1709 | 2024-08-23T21:24:14.932Z | Compiling rustls v0.22.4 |
1710 | 2024-08-23T21:24:15.282Z | Compiling serde_yaml v0.9.34+deprecated |
1711 | 2024-08-23T21:24:15.563Z | Compiling bitvec v1.0.1 |
1712 | 2024-08-23T21:24:18.478Z | Compiling dirs-next v2.0.0 |
1713 | 2024-08-23T21:24:18.848Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1714 | 2024-08-23T21:24:21.524Z | Compiling darling_macro v0.20.9 |
1715 | 2024-08-23T21:24:24.230Z | Compiling rustls-webpki v0.102.4 |
1716 | 2024-08-23T21:24:25.357Z | Compiling packed_struct_codegen v0.10.1 |
1717 | 2024-08-23T21:24:25.758Z | Compiling structmeta-derive v0.3.0 |
1718 | 2024-08-23T21:24:26.499Z | Compiling thread_local v1.1.8 |
1719 | 2024-08-23T21:24:27.601Z | Compiling indexmap v1.9.3 |
1720 | 2024-08-23T21:24:27.823Z | Compiling multer v3.1.0 |
1721 | 2024-08-23T21:24:27.902Z | Compiling fastrand v2.1.0 |
1722 | 2024-08-23T21:24:27.950Z | Compiling rayon-core v1.12.1 |
1723 | 2024-08-23T21:24:28.083Z | Compiling nodrop v0.1.14 |
1724 | 2024-08-23T21:24:28.145Z | Compiling slog-async v2.8.0 |
1725 | 2024-08-23T21:24:28.301Z | Compiling match_cfg v0.1.0 |
1726 | 2024-08-23T21:24:28.405Z | Compiling crc-catalog v2.4.0 |
1727 | 2024-08-23T21:24:28.410Z | Compiling structmeta v0.3.0 |
1728 | 2024-08-23T21:24:28.551Z | Compiling crc v3.2.1 |
1729 | 2024-08-23T21:24:28.587Z | Compiling hostname v0.3.1 |
1730 | 2024-08-23T21:24:28.782Z | Compiling tempfile v3.10.1 |
1731 | 2024-08-23T21:24:28.797Z | Compiling array-init v0.0.4 |
1732 | 2024-08-23T21:24:30.742Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1733 | 2024-08-23T21:24:31.485Z | Compiling smallvec v0.6.14 |
1734 | 2024-08-23T21:24:31.962Z | Compiling darling v0.20.9 |
1735 | 2024-08-23T21:24:32.089Z | Compiling term v0.7.0 |
1736 | 2024-08-23T21:24:34.458Z | Compiling crossbeam-deque v0.8.5 |
1737 | 2024-08-23T21:24:34.846Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1738 | 2024-08-23T21:24:36.316Z | Compiling slog-json v2.6.1 |
1739 | 2024-08-23T21:24:36.760Z | Compiling crossbeam-channel v0.5.12 |
1740 | 2024-08-23T21:24:37.027Z | Compiling http v1.1.0 |
1741 | 2024-08-23T21:24:39.109Z | Compiling pin-project-internal v1.1.5 |
1742 | 2024-08-23T21:24:39.781Z | Compiling async-stream-impl v0.3.5 |
1743 | 2024-08-23T21:24:41.899Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1744 | 2024-08-23T21:24:43.397Z | Compiling hashbrown v0.12.3 |
1745 | 2024-08-23T21:24:44.707Z | Compiling atomic-waker v1.1.2 |
1746 | 2024-08-23T21:24:45.368Z | Compiling termcolor v1.4.1 |
1747 | 2024-08-23T21:24:45.486Z | Compiling same-file v1.0.6 |
1748 | 2024-08-23T21:24:45.771Z | Compiling bitfield v0.14.0 |
1749 | 2024-08-23T21:24:46.067Z | Compiling take_mut v0.2.2 |
1750 | 2024-08-23T21:24:49.215Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1751 | 2024-08-23T21:24:50.285Z | Compiling env_logger v0.10.2 |
1752 | 2024-08-23T21:24:51.449Z | Compiling walkdir v2.5.0 |
1753 | 2024-08-23T21:24:51.972Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1754 | 2024-08-23T21:24:53.185Z | Compiling waitgroup v0.1.2 |
1755 | 2024-08-23T21:24:56.862Z | Compiling pin-project v1.1.5 |
1756 | 2024-08-23T21:24:57.832Z | Compiling async-stream v0.3.5 |
1757 | 2024-08-23T21:25:00.879Z | Compiling slog-bunyan v2.5.0 |
1758 | 2024-08-23T21:25:02.203Z | Compiling tokio-rustls v0.25.0 |
1759 | 2024-08-23T21:25:02.799Z | Compiling slog-term v2.9.1 |
1760 | 2024-08-23T21:25:05.353Z | Compiling serde_with_macros v3.9.0 |
1761 | 2024-08-23T21:25:05.405Z | Compiling serde-hex v0.1.0 |
1762 | 2024-08-23T21:25:06.024Z | Compiling bzip2 v0.4.4 |
1763 | 2024-08-23T21:25:06.472Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1764 | 2024-08-23T21:25:06.691Z | Compiling parse-display-derive v0.10.0 |
1765 | 2024-08-23T21:25:06.789Z | Compiling toml v0.8.19 |
1766 | 2024-08-23T21:25:07.584Z | Compiling rustls-pemfile v2.1.3 |
1767 | 2024-08-23T21:25:10.451Z | Compiling x509-cert v0.2.5 |
1768 | 2024-08-23T21:25:10.549Z | Compiling ron v0.8.1 |
1769 | 2024-08-23T21:25:10.701Z | Compiling ipnetwork v0.20.0 |
1770 | 2024-08-23T21:25:11.453Z | Compiling newtype-uuid v1.1.0 |
1771 | 2024-08-23T21:25:11.795Z | Compiling strum_macros v0.26.4 |
1772 | 2024-08-23T21:25:12.422Z | Compiling xattr v1.3.1 |
1773 | 2024-08-23T21:25:13.664Z | Compiling snafu-derive v0.8.2 |
1774 | 2024-08-23T21:25:13.862Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1775 | 2024-08-23T21:25:14.339Z | Compiling serde_path_to_error v0.1.16 |
1776 | 2024-08-23T21:25:15.314Z | Compiling hashbrown v0.13.2 |
1777 | 2024-08-23T21:25:16.257Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1778 | 2024-08-23T21:25:16.383Z | Compiling ring v0.16.20 |
1779 | 2024-08-23T21:25:16.678Z | Compiling blake3 v1.5.1 |
1780 | 2024-08-23T21:25:16.998Z | Compiling hostname v0.4.0 |
1781 | 2024-08-23T21:25:17.270Z | Compiling filetime v0.2.24 |
1782 | 2024-08-23T21:25:17.357Z | Compiling instant v0.1.12 |
1783 | 2024-08-23T21:25:17.386Z | Compiling debug-ignore v1.0.5 |
1784 | 2024-08-23T21:25:17.545Z | Compiling buf-list v1.0.3 |
1785 | 2024-08-23T21:25:17.869Z | Compiling crc-any v2.5.0 |
1786 | 2024-08-23T21:25:18.268Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1787 | 2024-08-23T21:25:18.393Z | Compiling snafu v0.8.2 |
1788 | 2024-08-23T21:25:18.557Z | Compiling tar v0.4.41 |
1789 | 2024-08-23T21:25:18.722Z | Compiling backoff v0.4.0 |
1790 | 2024-08-23T21:25:19.690Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1791 | 2024-08-23T21:25:19.894Z | Compiling object v0.30.4 |
1792 | 2024-08-23T21:25:20.359Z | Compiling strum v0.26.3 |
1793 | 2024-08-23T21:25:20.565Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1794 | 2024-08-23T21:25:21.798Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1795 | 2024-08-23T21:25:22.189Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1796 | 2024-08-23T21:25:22.363Z | Compiling parse-display v0.10.0 |
1797 | 2024-08-23T21:25:23.644Z | Compiling serde_with v3.9.0 |
1798 | 2024-08-23T21:25:24.245Z | Compiling zip v0.6.6 |
1799 | 2024-08-23T21:25:25.506Z | Compiling rayon v1.10.0 |
1800 | 2024-08-23T21:25:25.708Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1801 | 2024-08-23T21:25:26.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1802 | 2024-08-23T21:25:26.915Z | Compiling camino-tempfile v1.1.1 |
1803 | 2024-08-23T21:25:27.664Z | Compiling globset v0.4.14 |
1804 | 2024-08-23T21:25:27.851Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1805 | 2024-08-23T21:25:28.029Z | Compiling pem v3.0.4 |
1806 | 2024-08-23T21:25:29.475Z | Compiling olpc-cjson v0.1.3 |
1807 | 2024-08-23T21:25:29.782Z | Compiling serde_plain v1.0.2 |
1808 | 2024-08-23T21:25:30.285Z | Compiling macaddr v1.0.1 |
1809 | 2024-08-23T21:25:30.949Z | Compiling async-recursion v1.1.1 |
1810 | 2024-08-23T21:25:31.166Z | Compiling memmap2 v0.9.4 |
1811 | 2024-08-23T21:25:31.448Z | Compiling untrusted v0.7.1 |
1812 | 2024-08-23T21:25:31.645Z | Compiling typed-path v0.7.1 |
1813 | 2024-08-23T21:25:31.745Z | Compiling arrayref v0.3.7 |
1814 | 2024-08-23T21:25:31.858Z | Compiling path-slash v0.1.5 |
1815 | 2024-08-23T21:25:32.096Z | Compiling arrayvec v0.7.4 |
1816 | 2024-08-23T21:25:32.378Z | Compiling constant_time_eq v0.3.0 |
1817 | 2024-08-23T21:25:32.519Z | Compiling spin v0.5.2 |
1818 | 2024-08-23T21:25:32.591Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1819 | 2024-08-23T21:25:35.151Z | Compiling tough v0.17.1 |
1820 | 2024-08-23T21:25:35.304Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1821 | 2024-08-23T21:25:36.295Z | Compiling itertools v0.13.0 |
1822 | 2024-08-23T21:25:38.272Z | Compiling cargo-platform v0.1.8 |
1823 | 2024-08-23T21:25:39.356Z | Compiling parse-size v1.0.0 |
1824 | 2024-08-23T21:25:39.656Z | Compiling topological-sort v0.2.2 |
1825 | 2024-08-23T21:25:39.923Z | Compiling omicron-zone-package v0.11.0 |
1826 | 2024-08-23T21:25:39.941Z | Compiling cargo_metadata v0.18.1 |
1827 | 2024-08-23T21:25:40.026Z | Compiling shell-words v1.1.0 |
1828 | 2024-08-23T21:25:47.307Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1829 | 2024-08-23T21:25:59.960Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1830 | 2024-08-23T21:26:13.483Z | Finished `release` profile [optimized] target(s) in 4m 37s |
1831 | 2024-08-23T21:26:13.618Z | Running `target/release/omicron-releng --output-dir /work` |
1832 | 2024-08-23T21:26:13.658Z | Aug 23 21:26:13.298 DEBG changing working directory to /work/oxidecomputer/omicron |
1833 | 2024-08-23T21:26:13.747Z | Aug 23 21:26:13.388 DEBG running: git rev-parse HEAD |
1834 | 2024-08-23T21:26:13.752Z | Aug 23 21:26:13.395 DEBG process exited with exit status: 0 (6.2946ms) |
1835 | 2024-08-23T21:26:13.752Z | Aug 23 21:26:13.395 INFO version: 10.0.0-0.ci+gitd3979fdffd2 |
1836 | 2024-08-23T21:26:13.793Z | Aug 23 21:26:13.435 INFO cloning helios to /work/oxidecomputer/helios |
1837 | 2024-08-23T21:26:13.793Z | Aug 23 21:26:13.435 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1838 | 2024-08-23T21:26:13.798Z | Cloning into '/work/oxidecomputer/helios'... |
1839 | 2024-08-23T21:26:14.258Z | Aug 23 21:26:13.900 DEBG process exited with exit status: 0 (465.329622ms) |
1840 | 2024-08-23T21:26:14.259Z | Aug 23 21:26:13.900 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1841 | 2024-08-23T21:26:14.265Z | # branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29 |
1842 | 2024-08-23T21:26:14.265Z | # branch.head master |
1843 | 2024-08-23T21:26:14.265Z | # branch.upstream origin/master |
1844 | 2024-08-23T21:26:14.266Z | # branch.ab +0 -0 |
1845 | 2024-08-23T21:26:14.268Z | Aug 23 21:26:13.908 DEBG process exited with exit status: 0 (7.817233ms) |
1846 | 2024-08-23T21:26:14.268Z | Aug 23 21:26:13.908 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1847 | 2024-08-23T21:26:14.963Z | Aug 23 21:26:14.605 DEBG process exited with exit status: 0 (696.681888ms) |
1848 | 2024-08-23T21:26:14.963Z | Aug 23 21:26:14.605 DEBG running: zfs list rpool/images/build/host |
1849 | 2024-08-23T21:26:14.969Z | NAME USED AVAIL REFER MOUNTPOINT |
1850 | 2024-08-23T21:26:14.970Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1851 | 2024-08-23T21:26:14.972Z | Aug 23 21:26:14.612 DEBG process exited with exit status: 0 (7.083137ms) |
1852 | 2024-08-23T21:26:14.972Z | Aug 23 21:26:14.612 DEBG running: zfs list rpool/images/build/recovery |
1853 | 2024-08-23T21:26:14.976Z | NAME USED AVAIL REFER MOUNTPOINT |
1854 | 2024-08-23T21:26:14.976Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1855 | 2024-08-23T21:26:14.978Z | Aug 23 21:26:14.618 DEBG process exited with exit status: 0 (6.050198ms) |
1856 | 2024-08-23T21:26:14.978Z | Aug 23 21:26:14.619 INFO [hubris-production] running task |
1857 | 2024-08-23T21:26:14.978Z | Aug 23 21:26:14.620 INFO [hubris-staging] running task |
1858 | 2024-08-23T21:26:14.978Z | Aug 23 21:26:14.620 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 |
1859 | 2024-08-23T21:26:14.990Z | Aug 23 21:26:14.624 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1860 | 2024-08-23T21:26:15.050Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1861 | 2024-08-23T21:26:15.485Z | [ omicron-package] Blocking waiting for file lock on package cache |
1862 | 2024-08-23T21:26:15.978Z | [ omicron-package] Blocking waiting for file lock on package cache |
1863 | 2024-08-23T21:26:16.221Z | [ omicron-package] Blocking waiting for file lock on package cache |
1864 | 2024-08-23T21:26:16.333Z | Aug 23 21:26:15.975 INFO [hubris-production] task succeeded (1.355244863s) |
1865 | 2024-08-23T21:26:16.985Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1866 | 2024-08-23T21:26:16.987Z | [ omicron-package] Compiling heapless v0.8.0 |
1867 | 2024-08-23T21:26:16.987Z | [ omicron-package] Compiling hash32 v0.3.1 |
1868 | 2024-08-23T21:26:16.987Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1869 | 2024-08-23T21:26:16.987Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1870 | 2024-08-23T21:26:16.987Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1871 | 2024-08-23T21:26:16.987Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1872 | 2024-08-23T21:26:16.987Z | [ omicron-package] Compiling cobs v0.2.3 |
1873 | 2024-08-23T21:26:17.544Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1874 | 2024-08-23T21:26:17.918Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1875 | 2024-08-23T21:26:18.116Z | [ omicron-package] Compiling postcard v1.0.8 |
1876 | 2024-08-23T21:26:18.218Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1877 | 2024-08-23T21:26:18.754Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1878 | 2024-08-23T21:26:18.973Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1879 | 2024-08-23T21:26:19.050Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1880 | 2024-08-23T21:26:19.181Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1881 | 2024-08-23T21:26:19.320Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1882 | 2024-08-23T21:26:20.016Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1883 | 2024-08-23T21:26:20.105Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1884 | 2024-08-23T21:26:20.281Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1885 | 2024-08-23T21:26:20.505Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1886 | 2024-08-23T21:26:20.796Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1887 | 2024-08-23T21:26:21.189Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1888 | 2024-08-23T21:26:21.315Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1889 | 2024-08-23T21:26:21.318Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1890 | 2024-08-23T21:26:21.507Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1891 | 2024-08-23T21:26:22.148Z | [ omicron-package] Compiling colored v2.1.0 |
1892 | 2024-08-23T21:26:22.397Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1893 | 2024-08-23T21:26:22.629Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1894 | 2024-08-23T21:26:22.937Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1895 | 2024-08-23T21:26:23.079Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1896 | 2024-08-23T21:26:23.238Z | [ omicron-package] Compiling num_enum v0.5.11 |
1897 | 2024-08-23T21:26:23.362Z | [ omicron-package] Compiling num-derive v0.4.2 |
1898 | 2024-08-23T21:26:23.584Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1899 | 2024-08-23T21:26:23.587Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1900 | 2024-08-23T21:26:23.887Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1901 | 2024-08-23T21:26:24.079Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1902 | 2024-08-23T21:26:24.660Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1903 | 2024-08-23T21:26:24.685Z | Aug 23 21:26:24.326 INFO [hubris-staging] task succeeded (9.70610453s) |
1904 | 2024-08-23T21:26:24.792Z | [ omicron-package] Compiling smf v0.2.3 |
1905 | 2024-08-23T21:26:25.019Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1906 | 2024-08-23T21:26:25.273Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1907 | 2024-08-23T21:26:25.796Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1908 | 2024-08-23T21:26:26.420Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1909 | 2024-08-23T21:26:27.950Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1910 | 2024-08-23T21:26:28.016Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1911 | 2024-08-23T21:26:28.385Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1912 | 2024-08-23T21:26:30.339Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1913 | 2024-08-23T21:26:30.516Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1914 | 2024-08-23T21:26:30.758Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1915 | 2024-08-23T21:26:30.833Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1916 | 2024-08-23T21:26:31.747Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1917 | 2024-08-23T21:26:32.285Z | [ omicron-package] Compiling gethostname v0.5.0 |
1918 | 2024-08-23T21:26:32.601Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1919 | 2024-08-23T21:26:33.084Z | [ omicron-package] Compiling indicatif v0.17.8 |
1920 | 2024-08-23T21:26:34.544Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1921 | 2024-08-23T21:26:37.582Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1922 | 2024-08-23T21:26:38.028Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1923 | 2024-08-23T21:26:39.733Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1924 | 2024-08-23T21:26:56.844Z | [ helios-setup] Aug 23 21:26:56.478 INFO helios repository root is: /work/oxidecomputer/helios |
1925 | 2024-08-23T21:26:56.847Z | [ helios-setup] Aug 23 21:26:56.481 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1926 | 2024-08-23T21:26:56.847Z | [ helios-setup] Aug 23 21:26:56.481 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 |
1927 | 2024-08-23T21:26:56.847Z | [ helios-setup] Aug 23 21:26:56.481 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1928 | 2024-08-23T21:26:56.852Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1929 | 2024-08-23T21:26:57.666Z | [ helios-setup] Aug 23 21:26:57.300 INFO clone ok!, project: pilot |
1930 | 2024-08-23T21:26:57.668Z | [ helios-setup] Aug 23 21:26:57.300 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1931 | 2024-08-23T21:26:57.668Z | [ helios-setup] Aug 23 21:26:57.300 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 |
1932 | 2024-08-23T21:26:57.668Z | [ helios-setup] Aug 23 21:26:57.300 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1933 | 2024-08-23T21:26:57.670Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1934 | 2024-08-23T21:26:58.146Z | [ helios-setup] Aug 23 21:26:57.780 INFO clone ok!, project: pinprick |
1935 | 2024-08-23T21:26:58.149Z | [ helios-setup] Aug 23 21:26:57.781 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 |
1936 | 2024-08-23T21:26:58.149Z | [ helios-setup] Aug 23 21:26:57.781 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1937 | 2024-08-23T21:26:58.151Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1938 | 2024-08-23T21:26:58.639Z | [ helios-setup] Aug 23 21:26:58.273 INFO clone ok!, project: image-builder |
1939 | 2024-08-23T21:26:58.641Z | [ helios-setup] Aug 23 21:26:58.273 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 |
1940 | 2024-08-23T21:26:58.642Z | [ helios-setup] Aug 23 21:26:58.273 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1941 | 2024-08-23T21:26:58.644Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1942 | 2024-08-23T21:26:59.077Z | [ helios-setup] Aug 23 21:26:58.711 INFO clone ok!, project: bootserver |
1943 | 2024-08-23T21:26:59.080Z | [ helios-setup] Aug 23 21:26:58.712 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 |
1944 | 2024-08-23T21:26:59.080Z | [ helios-setup] Aug 23 21:26:58.712 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 |
1945 | 2024-08-23T21:26:59.082Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1946 | 2024-08-23T21:26:59.145Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.15s |
1947 | 2024-08-23T21:26:59.340Z | [ omicron-package] |
1948 | 2024-08-23T21:26:59.342Z | [ omicron-package] real 44.317639593 |
1949 | 2024-08-23T21:26:59.342Z | [ omicron-package] user 2:41.028535998 |
1950 | 2024-08-23T21:26:59.342Z | [ omicron-package] sys 21.899511836 |
1951 | 2024-08-23T21:26:59.342Z | [ omicron-package] trap 0.166087331 |
1952 | 2024-08-23T21:26:59.342Z | [ omicron-package] tflt 0.576635752 |
1953 | 2024-08-23T21:26:59.343Z | [ omicron-package] dflt 0.821278504 |
1954 | 2024-08-23T21:26:59.343Z | [ omicron-package] kflt 0.007797654 |
1955 | 2024-08-23T21:26:59.343Z | [ omicron-package] lock 5:09.453387642 |
1956 | 2024-08-23T21:26:59.343Z | [ omicron-package] slp 8:51.514126620 |
1957 | 2024-08-23T21:26:59.343Z | [ omicron-package] lat 1:37.681725752 |
1958 | 2024-08-23T21:26:59.343Z | [ omicron-package] stop 57.565984818 |
1959 | 2024-08-23T21:26:59.343Z | Aug 23 21:26:58.975 INFO [omicron-package] process exited with exit status: 0 (44.355200075s) |
1960 | 2024-08-23T21:26:59.343Z | Aug 23 21:26:58.975 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 |
1961 | 2024-08-23T21:26:59.384Z | Aug 23 21:26:59.019 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1962 | 2024-08-23T21:26:59.394Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1963 | 2024-08-23T21:26:59.397Z | [ host-target] Created new build target 'host' and set it as active |
1964 | 2024-08-23T21:26:59.397Z | Aug 23 21:26:59.031 INFO [host-target] process exited with exit status: 0 (55.769756ms) |
1965 | 2024-08-23T21:26:59.397Z | Aug 23 21:26:59.031 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1966 | 2024-08-23T21:26:59.402Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1967 | 2024-08-23T21:26:59.402Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1968 | 2024-08-23T21:26:59.404Z | Aug 23 21:26:59.038 INFO [recovery-target] process exited with exit status: 0 (19.343568ms) |
1969 | 2024-08-23T21:26:59.411Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1970 | 2024-08-23T21:26:59.832Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1971 | 2024-08-23T21:26:59.837Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1972 | 2024-08-23T21:27:00.527Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1973 | 2024-08-23T21:27:00.527Z | [ host-package] Compiling camino v1.1.9 |
1974 | 2024-08-23T21:27:00.530Z | [ host-package] Compiling password-hash v0.5.0 |
1975 | 2024-08-23T21:27:00.530Z | [ host-package] Compiling blake2 v0.10.6 |
1976 | 2024-08-23T21:27:00.530Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1977 | 2024-08-23T21:27:00.530Z | [ host-package] Compiling derive-where v1.2.7 |
1978 | 2024-08-23T21:27:00.530Z | [ host-package] Compiling humantime v2.1.0 |
1979 | 2024-08-23T21:27:00.530Z | [ host-package] Compiling newline-converter v0.3.0 |
1980 | 2024-08-23T21:27:00.864Z | [ host-package] Compiling toml v0.8.19 |
1981 | 2024-08-23T21:27:00.917Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1982 | 2024-08-23T21:27:01.334Z | [ host-package] Compiling argon2 v0.5.3 |
1983 | 2024-08-23T21:27:01.506Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1984 | 2024-08-23T21:27:01.526Z | [ host-package] Compiling expectorate v1.1.0 |
1985 | 2024-08-23T21:27:01.626Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1986 | 2024-08-23T21:27:01.746Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1987 | 2024-08-23T21:27:01.766Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1988 | 2024-08-23T21:27:01.993Z | [ host-package] Compiling dirs-next v2.0.0 |
1989 | 2024-08-23T21:27:02.139Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1990 | 2024-08-23T21:27:02.195Z | [ host-package] Compiling num-rational v0.4.2 |
1991 | 2024-08-23T21:27:02.464Z | [ host-package] Compiling num-complex v0.4.6 |
1992 | 2024-08-23T21:27:02.739Z | [ host-package] Compiling convert_case v0.4.0 |
1993 | 2024-08-23T21:27:02.766Z | [ host-package] Compiling term v0.7.0 |
1994 | 2024-08-23T21:27:03.537Z | [ host-package] Compiling derive_more v0.99.18 |
1995 | 2024-08-23T21:27:03.844Z | [ host-package] Compiling num v0.4.3 |
1996 | 2024-08-23T21:27:03.873Z | [ host-package] Compiling float-ord v0.3.2 |
1997 | 2024-08-23T21:27:03.930Z | [ host-package] Compiling prettyplease v0.2.20 |
1998 | 2024-08-23T21:27:03.982Z | [ host-package] Compiling is-terminal v0.4.12 |
1999 | 2024-08-23T21:27:04.038Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2000 | 2024-08-23T21:27:04.064Z | [ host-package] Compiling semver v0.1.20 |
2001 | 2024-08-23T21:27:04.138Z | [ host-package] Compiling home v0.5.9 |
2002 | 2024-08-23T21:27:04.239Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2003 | 2024-08-23T21:27:04.432Z | [ host-package] Compiling rustc_version v0.1.7 |
2004 | 2024-08-23T21:27:04.622Z | [ host-package] Compiling cookie v0.18.1 |
2005 | 2024-08-23T21:27:04.848Z | [ host-package] Compiling highway v1.2.0 |
2006 | 2024-08-23T21:27:04.867Z | [ host-package] Compiling newtype_derive v0.1.6 |
2007 | 2024-08-23T21:27:04.965Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
2008 | 2024-08-23T21:27:05.750Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2009 | 2024-08-23T21:27:06.409Z | [ host-package] Compiling steno v0.4.1 |
2010 | 2024-08-23T21:27:06.597Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2011 | 2024-08-23T21:27:06.610Z | [ helios-setup] Aug 23 21:27:06.243 INFO clone ok!, project: amd-host-image-builder |
2012 | 2024-08-23T21:27:06.613Z | [ helios-setup] Aug 23 21:27:06.243 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 |
2013 | 2024-08-23T21:27:06.613Z | [ helios-setup] Aug 23 21:27:06.243 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2014 | 2024-08-23T21:27:06.616Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2015 | 2024-08-23T21:27:08.032Z | [ host-package] Compiling rustls v0.22.4 |
2016 | 2024-08-23T21:27:08.063Z | [ host-package] Compiling thread_local v1.1.8 |
2017 | 2024-08-23T21:27:08.261Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2018 | 2024-08-23T21:27:08.568Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2019 | 2024-08-23T21:27:08.609Z | [ host-package] Compiling match_cfg v0.1.0 |
2020 | 2024-08-23T21:27:08.721Z | [ host-package] Compiling hostname v0.3.1 |
2021 | 2024-08-23T21:27:10.398Z | [ host-package] Compiling multer v3.1.0 |
2022 | 2024-08-23T21:27:10.465Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2023 | 2024-08-23T21:27:10.484Z | [ host-package] Compiling slog-async v2.8.0 |
2024 | 2024-08-23T21:27:10.560Z | [ host-package] Compiling slog-json v2.6.1 |
2025 | 2024-08-23T21:27:10.960Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2026 | 2024-08-23T21:27:11.091Z | [ host-package] Compiling http v1.1.0 |
2027 | 2024-08-23T21:27:12.114Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2028 | 2024-08-23T21:27:12.526Z | [ host-package] Compiling atomic-waker v1.1.2 |
2029 | 2024-08-23T21:27:12.717Z | [ host-package] Compiling take_mut v0.2.2 |
2030 | 2024-08-23T21:27:14.039Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2031 | 2024-08-23T21:27:14.499Z | [ helios-setup] Aug 23 21:27:14.130 INFO clone ok!, project: amd-firmware |
2032 | 2024-08-23T21:27:14.501Z | [ helios-setup] Aug 23 21:27:14.130 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
2033 | 2024-08-23T21:27:14.501Z | [ helios-setup] Aug 23 21:27:14.130 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2034 | 2024-08-23T21:27:14.505Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2035 | 2024-08-23T21:27:14.507Z | [ host-package] Compiling waitgroup v0.1.2 |
2036 | 2024-08-23T21:27:14.619Z | [ host-package] Compiling lru-cache v0.1.2 |
2037 | 2024-08-23T21:27:14.708Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2038 | 2024-08-23T21:27:14.921Z | [ host-package] Compiling slog-term v2.9.1 |
2039 | 2024-08-23T21:27:15.348Z | [ helios-setup] Aug 23 21:27:14.979 INFO clone ok!, project: phbl |
2040 | 2024-08-23T21:27:15.350Z | [ helios-setup] Aug 23 21:27:14.979 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 |
2041 | 2024-08-23T21:27:15.350Z | [ helios-setup] Aug 23 21:27:14.979 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2042 | 2024-08-23T21:27:15.352Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2043 | 2024-08-23T21:27:16.235Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2044 | 2024-08-23T21:27:16.252Z | [ helios-setup] Aug 23 21:27:15.882 INFO clone ok!, project: chelsio-t6-roms |
2045 | 2024-08-23T21:27:16.252Z | [ helios-setup] Aug 23 21:27:15.883 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2046 | 2024-08-23T21:27:16.254Z | [ helios-setup] Aug 23 21:27:15.883 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2047 | 2024-08-23T21:27:16.607Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2048 | 2024-08-23T21:27:16.665Z | [ host-package] Compiling async-stream v0.3.5 |
2049 | 2024-08-23T21:27:16.693Z | [ host-package] Compiling ipnetwork v0.20.0 |
2050 | 2024-08-23T21:27:16.741Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2051 | 2024-08-23T21:27:17.090Z | [ helios-setup] Aug 23 21:27:16.720 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2052 | 2024-08-23T21:27:17.094Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2053 | 2024-08-23T21:27:17.124Z | [ host-package] Compiling hostname v0.4.0 |
2054 | 2024-08-23T21:27:17.406Z | [ host-package] Compiling instant v0.1.12 |
2055 | 2024-08-23T21:27:17.527Z | [ host-package] Compiling debug-ignore v1.0.5 |
2056 | 2024-08-23T21:27:17.636Z | [ host-package] Compiling backoff v0.4.0 |
2057 | 2024-08-23T21:27:17.648Z | [ helios-setup] Aug 23 21:27:17.279 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2058 | 2024-08-23T21:27:17.651Z | [ helios-setup] Aug 23 21:27:17.280 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2059 | 2024-08-23T21:27:17.709Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2060 | 2024-08-23T21:27:18.182Z | [ helios-setup] Aug 23 21:27:17.813 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2061 | 2024-08-23T21:27:18.297Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-08-23T21:27:18.350Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2063 | 2024-08-23T21:27:18.427Z | [ host-package] Compiling parse-display v0.10.0 |
2064 | 2024-08-23T21:27:18.650Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2065 | 2024-08-23T21:27:18.656Z | [ helios-setup] Aug 23 21:27:18.287 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2066 | 2024-08-23T21:27:18.659Z | [ helios-setup] Aug 23 21:27:18.287 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2067 | 2024-08-23T21:27:18.873Z | [ host-package] Compiling serde_with v3.9.0 |
2068 | 2024-08-23T21:27:19.182Z | [ helios-setup] Aug 23 21:27:18.813 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2069 | 2024-08-23T21:27:19.233Z | [ host-package] Compiling strum v0.26.3 |
2070 | 2024-08-23T21:27:19.470Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2071 | 2024-08-23T21:27:19.772Z | [ helios-setup] Aug 23 21:27:19.403 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2072 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2073 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2074 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO ok! |
2075 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2076 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2077 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO ok! |
2078 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2079 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2080 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO ok! |
2081 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2082 | 2024-08-23T21:27:19.775Z | [ helios-setup] Aug 23 21:27:19.403 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2083 | 2024-08-23T21:27:20.220Z | [ helios-setup] Aug 23 21:27:19.850 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2084 | 2024-08-23T21:27:20.813Z | [ helios-setup] Aug 23 21:27:20.443 INFO E| From https://github.com/jclulow/hiercmd |
2085 | 2024-08-23T21:27:20.813Z | [ helios-setup] Aug 23 21:27:20.444 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2086 | 2024-08-23T21:27:20.834Z | [ helios-setup] Aug 23 21:27:20.465 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2087 | 2024-08-23T21:27:21.360Z | [ helios-setup] Aug 23 21:27:20.990 INFO E| From https://github.com/jclulow/network-interface |
2088 | 2024-08-23T21:27:21.360Z | [ helios-setup] Aug 23 21:27:20.990 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2089 | 2024-08-23T21:27:21.395Z | [ helios-setup] Aug 23 21:27:21.025 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2090 | 2024-08-23T21:27:21.924Z | [ helios-setup] Aug 23 21:27:21.554 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2091 | 2024-08-23T21:27:21.924Z | [ helios-setup] Aug 23 21:27:21.554 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2092 | 2024-08-23T21:27:21.961Z | [ helios-setup] Aug 23 21:27:21.591 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2093 | 2024-08-23T21:27:22.615Z | [ host-package] Compiling macaddr v1.0.1 |
2094 | 2024-08-23T21:27:22.739Z | [ helios-setup] Aug 23 21:27:22.369 INFO E| From https://github.com/oxidecomputer/facade |
2095 | 2024-08-23T21:27:22.739Z | [ helios-setup] Aug 23 21:27:22.369 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2096 | 2024-08-23T21:27:22.826Z | [ helios-setup] Aug 23 21:27:22.456 INFO E| Updating crates.io index |
2097 | 2024-08-23T21:27:23.056Z | [ host-package] Compiling swrite v0.1.0 |
2098 | 2024-08-23T21:27:23.241Z | [ host-package] Compiling utf-8 v0.7.6 |
2099 | 2024-08-23T21:27:23.279Z | [ host-package] Compiling quick-error v1.2.3 |
2100 | 2024-08-23T21:27:23.467Z | [ host-package] Compiling resolv-conf v0.7.0 |
2101 | 2024-08-23T21:27:23.474Z | [ helios-setup] Aug 23 21:27:23.104 INFO E| Downloading crates ... |
2102 | 2024-08-23T21:27:23.644Z | [ helios-setup] Aug 23 21:27:23.274 INFO E| Downloaded const-random v0.1.15 |
2103 | 2024-08-23T21:27:23.647Z | [ helios-setup] Aug 23 21:27:23.276 INFO E| Downloaded concolor-override v1.0.0 |
2104 | 2024-08-23T21:27:23.649Z | [ helios-setup] Aug 23 21:27:23.277 INFO E| Downloaded autocfg v1.1.0 |
2105 | 2024-08-23T21:27:23.649Z | [ helios-setup] Aug 23 21:27:23.279 INFO E| Downloaded anstream v0.2.6 |
2106 | 2024-08-23T21:27:23.652Z | [ helios-setup] Aug 23 21:27:23.282 INFO E| Downloaded anstyle-parse v0.1.1 |
2107 | 2024-08-23T21:27:23.655Z | [ helios-setup] Aug 23 21:27:23.285 INFO E| Downloaded anstyle v0.3.5 |
2108 | 2024-08-23T21:27:23.657Z | [ helios-setup] Aug 23 21:27:23.287 INFO E| Downloaded scopeguard v1.1.0 |
2109 | 2024-08-23T21:27:23.660Z | [ helios-setup] Aug 23 21:27:23.289 INFO E| Downloaded is-terminal v0.4.7 |
2110 | 2024-08-23T21:27:23.662Z | [ helios-setup] Aug 23 21:27:23.291 INFO E| Downloaded futures-macro v0.3.28 |
2111 | 2024-08-23T21:27:23.664Z | [ helios-setup] Aug 23 21:27:23.292 INFO E| Downloaded digest v0.10.6 |
2112 | 2024-08-23T21:27:23.667Z | [ helios-setup] Aug 23 21:27:23.296 INFO E| Downloaded jobserver v0.1.26 |
2113 | 2024-08-23T21:27:23.669Z | [ helios-setup] Aug 23 21:27:23.298 INFO E| Downloaded iana-time-zone v0.1.56 |
2114 | 2024-08-23T21:27:23.672Z | [ helios-setup] Aug 23 21:27:23.302 INFO E| Downloaded futures-task v0.3.28 |
2115 | 2024-08-23T21:27:23.675Z | [ helios-setup] Aug 23 21:27:23.305 INFO E| Downloaded serde_yaml v0.9.21 |
2116 | 2024-08-23T21:27:23.682Z | [ helios-setup] Aug 23 21:27:23.312 INFO E| Downloaded httpdate v1.0.2 |
2117 | 2024-08-23T21:27:23.685Z | [ helios-setup] Aug 23 21:27:23.315 INFO E| Downloaded percent-encoding v2.2.0 |
2118 | 2024-08-23T21:27:23.687Z | [ helios-setup] Aug 23 21:27:23.316 INFO E| Downloaded toolchain_find v0.2.0 |
2119 | 2024-08-23T21:27:23.690Z | [ helios-setup] Aug 23 21:27:23.318 INFO E| Downloaded num_cpus v1.15.0 |
2120 | 2024-08-23T21:27:23.695Z | [ helios-setup] Aug 23 21:27:23.325 INFO E| Downloaded errno v0.3.1 |
2121 | 2024-08-23T21:27:23.698Z | [ helios-setup] Aug 23 21:27:23.328 INFO E| Downloaded serde_spanned v0.6.1 |
2122 | 2024-08-23T21:27:23.700Z | [ helios-setup] Aug 23 21:27:23.330 INFO E| Downloaded proc-macro-crate v1.2.1 |
2123 | 2024-08-23T21:27:23.703Z | [ helios-setup] Aug 23 21:27:23.332 INFO E| Downloaded strsim v0.10.0 |
2124 | 2024-08-23T21:27:23.705Z | [ helios-setup] Aug 23 21:27:23.335 INFO E| Downloaded terminal_size v0.2.6 |
2125 | 2024-08-23T21:27:23.708Z | [ helios-setup] Aug 23 21:27:23.337 INFO E| Downloaded slab v0.4.7 |
2126 | 2024-08-23T21:27:23.710Z | [ helios-setup] Aug 23 21:27:23.340 INFO E| Downloaded toml_datetime v0.6.1 |
2127 | 2024-08-23T21:27:23.713Z | [ helios-setup] Aug 23 21:27:23.342 INFO E| Downloaded const-random-macro v0.1.15 |
2128 | 2024-08-23T21:27:23.715Z | [ helios-setup] Aug 23 21:27:23.343 INFO E| Downloaded sha2 v0.10.6 |
2129 | 2024-08-23T21:27:23.717Z | [ helios-setup] Aug 23 21:27:23.347 INFO E| Downloaded want v0.3.0 |
2130 | 2024-08-23T21:27:23.720Z | [ helios-setup] Aug 23 21:27:23.349 INFO E| Downloaded walkdir v2.3.3 |
2131 | 2024-08-23T21:27:23.723Z | [ helios-setup] Aug 23 21:27:23.352 INFO E| Downloaded try-lock v0.2.4 |
2132 | 2024-08-23T21:27:23.725Z | [ helios-setup] Aug 23 21:27:23.354 INFO E| Downloaded anyhow v1.0.68 |
2133 | 2024-08-23T21:27:23.731Z | [ helios-setup] Aug 23 21:27:23.361 INFO E| Downloaded num_enum_derive v0.5.7 |
2134 | 2024-08-23T21:27:23.734Z | [ helios-setup] Aug 23 21:27:23.363 INFO E| Downloaded tokio-macros v2.0.0 |
2135 | 2024-08-23T21:27:23.736Z | [ helios-setup] Aug 23 21:27:23.365 INFO E| Downloaded smartstring v1.0.1 |
2136 | 2024-08-23T21:27:23.739Z | [ helios-setup] Aug 23 21:27:23.369 INFO E| Downloaded serde_tokenstream v0.2.0 |
2137 | 2024-08-23T21:27:23.745Z | [ helios-setup] Aug 23 21:27:23.375 INFO E| Downloaded smawk v0.3.1 |
2138 | 2024-08-23T21:27:23.748Z | [ helios-setup] Aug 23 21:27:23.378 INFO E| Downloaded thiserror-impl v1.0.38 |
2139 | 2024-08-23T21:27:23.750Z | [ helios-setup] Aug 23 21:27:23.380 INFO E| Downloaded unicode-width v0.1.10 |
2140 | 2024-08-23T21:27:23.753Z | [ helios-setup] Aug 23 21:27:23.383 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2141 | 2024-08-23T21:27:23.757Z | [ helios-setup] Aug 23 21:27:23.387 INFO E| Downloaded block-buffer v0.10.3 |
2142 | 2024-08-23T21:27:23.759Z | [ helios-setup] Aug 23 21:27:23.389 INFO E| Downloaded semver v0.11.0 |
2143 | 2024-08-23T21:27:23.762Z | [ helios-setup] Aug 23 21:27:23.392 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2144 | 2024-08-23T21:27:23.765Z | [ helios-setup] Aug 23 21:27:23.395 INFO E| Downloaded lazy_static v1.4.0 |
2145 | 2024-08-23T21:27:23.769Z | [ helios-setup] Aug 23 21:27:23.397 INFO E| Downloaded unicode-ident v1.0.8 |
2146 | 2024-08-23T21:27:23.772Z | [ helios-setup] Aug 23 21:27:23.402 INFO E| Downloaded uuid v1.3.0 |
2147 | 2024-08-23T21:27:23.780Z | [ helios-setup] Aug 23 21:27:23.408 INFO E| Downloaded signal-hook-registry v1.4.0 |
2148 | 2024-08-23T21:27:23.782Z | [ helios-setup] Aug 23 21:27:23.410 INFO E| Downloaded tempfile v3.5.0 |
2149 | 2024-08-23T21:27:23.785Z | [ helios-setup] Aug 23 21:27:23.414 INFO E| Downloaded typenum v1.16.0 |
2150 | 2024-08-23T21:27:23.788Z | [ helios-setup] Aug 23 21:27:23.418 INFO E| Downloaded paste v1.0.12 |
2151 | 2024-08-23T21:27:23.794Z | [ helios-setup] Aug 23 21:27:23.424 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2152 | 2024-08-23T21:27:23.800Z | [ helios-setup] Aug 23 21:27:23.430 INFO E| Downloaded ucd-trie v0.1.5 |
2153 | 2024-08-23T21:27:23.803Z | [ helios-setup] Aug 23 21:27:23.433 INFO E| Downloaded serde_derive v1.0.204 |
2154 | 2024-08-23T21:27:23.808Z | [ helios-setup] Aug 23 21:27:23.438 INFO E| Downloaded futures-channel v0.3.28 |
2155 | 2024-08-23T21:27:23.811Z | [ helios-setup] Aug 23 21:27:23.441 INFO E| Downloaded unicode-linebreak v0.1.4 |
2156 | 2024-08-23T21:27:23.814Z | [ helios-setup] Aug 23 21:27:23.444 INFO E| Downloaded url v2.3.1 |
2157 | 2024-08-23T21:27:23.820Z | [ helios-setup] Aug 23 21:27:23.450 INFO E| Downloaded tracing v0.1.37 |
2158 | 2024-08-23T21:27:23.827Z | [ helios-setup] Aug 23 21:27:23.457 INFO E| Downloaded toml_edit v0.19.8 |
2159 | 2024-08-23T21:27:23.856Z | [ helios-setup] Aug 23 21:27:23.486 INFO E| Downloaded tokio-util v0.7.7 |
2160 | 2024-08-23T21:27:23.866Z | [ helios-setup] Aug 23 21:27:23.496 INFO E| Downloaded winnow v0.4.1 |
2161 | 2024-08-23T21:27:23.880Z | [ helios-setup] Aug 23 21:27:23.510 INFO E| Downloaded parking_lot v0.12.1 |
2162 | 2024-08-23T21:27:23.884Z | [ helios-setup] Aug 23 21:27:23.514 INFO E| Downloaded syn v1.0.107 |
2163 | 2024-08-23T21:27:23.903Z | [ helios-setup] Aug 23 21:27:23.533 INFO E| Downloaded syn v2.0.72 |
2164 | 2024-08-23T21:27:23.922Z | [ helios-setup] Aug 23 21:27:23.552 INFO E| Downloaded rustls-webpki v0.100.1 |
2165 | 2024-08-23T21:27:23.932Z | [ helios-setup] Aug 23 21:27:23.562 INFO E| Downloaded base64 v0.21.0 |
2166 | 2024-08-23T21:27:23.938Z | [ helios-setup] Aug 23 21:27:23.568 INFO E| Downloaded tokio v1.27.0 |
2167 | 2024-08-23T21:27:23.989Z | [ helios-setup] Aug 23 21:27:23.619 INFO E| Downloaded rayon-core v1.10.2 |
2168 | 2024-08-23T21:27:23.994Z | [ helios-setup] Aug 23 21:27:23.624 INFO E| Downloaded crossbeam-channel v0.5.6 |
2169 | 2024-08-23T21:27:24.001Z | [ helios-setup] Aug 23 21:27:23.631 INFO E| Downloaded mio v0.8.5 |
2170 | 2024-08-23T21:27:24.010Z | [ helios-setup] Aug 23 21:27:23.640 INFO E| Downloaded pest v2.5.7 |
2171 | 2024-08-23T21:27:24.018Z | [ helios-setup] Aug 23 21:27:23.648 INFO E| Downloaded aho-corasick v0.7.20 |
2172 | 2024-08-23T21:27:24.026Z | [ helios-setup] Aug 23 21:27:23.655 INFO E| Downloaded rustls v0.21.0 |
2173 | 2024-08-23T21:27:24.044Z | [ helios-setup] Aug 23 21:27:23.673 INFO E| Downloaded miniz_oxide v0.6.2 |
2174 | 2024-08-23T21:27:24.047Z | [ helios-setup] Aug 23 21:27:23.677 INFO E| Downloaded reqwest v0.11.16 |
2175 | 2024-08-23T21:27:24.060Z | [ helios-setup] Aug 23 21:27:23.689 INFO E| Downloaded rayon v1.6.1 |
2176 | 2024-08-23T21:27:24.076Z | [ helios-setup] Aug 23 21:27:23.706 INFO E| Downloaded h2 v0.3.16 |
2177 | 2024-08-23T21:27:24.087Z | [ helios-setup] Aug 23 21:27:23.716 INFO E| Downloaded git2 v0.16.1 |
2178 | 2024-08-23T21:27:24.100Z | [ helios-setup] Aug 23 21:27:23.730 INFO E| Downloaded clap_builder v4.2.1 |
2179 | 2024-08-23T21:27:24.111Z | [ helios-setup] Aug 23 21:27:23.741 INFO E| Downloaded chrono v0.4.24 |
2180 | 2024-08-23T21:27:24.122Z | [ helios-setup] Aug 23 21:27:23.752 INFO E| Downloaded futures-util v0.3.28 |
2181 | 2024-08-23T21:27:24.149Z | [ helios-setup] Aug 23 21:27:23.778 INFO E| Downloaded regex v1.7.3 |
2182 | 2024-08-23T21:27:24.162Z | [ helios-setup] Aug 23 21:27:23.792 INFO E| Downloaded regress v0.5.0 |
2183 | 2024-08-23T21:27:24.174Z | [ helios-setup] Aug 23 21:27:23.803 INFO E| Downloaded rustix v0.37.3 |
2184 | 2024-08-23T21:27:24.205Z | [ helios-setup] Aug 23 21:27:23.835 INFO E| Downloaded hyper v0.14.25 |
2185 | 2024-08-23T21:27:24.222Z | [ helios-setup] Aug 23 21:27:23.849 INFO E| Downloaded rhai v1.14.0 |
2186 | 2024-08-23T21:27:24.240Z | [ helios-setup] Aug 23 21:27:23.869 INFO E| Downloaded openapiv3 v1.0.2 |
2187 | 2024-08-23T21:27:24.260Z | [ helios-setup] Aug 23 21:27:23.889 INFO E| Downloaded memchr v2.5.0 |
2188 | 2024-08-23T21:27:24.266Z | [ helios-setup] Aug 23 21:27:23.896 INFO E| Downloaded http v0.2.9 |
2189 | 2024-08-23T21:27:24.272Z | [ helios-setup] Aug 23 21:27:23.902 INFO E| Downloaded bytes v1.4.0 |
2190 | 2024-08-23T21:27:24.279Z | [ helios-setup] Aug 23 21:27:23.908 INFO E| Downloaded schemars v0.8.12 |
2191 | 2024-08-23T21:27:24.297Z | [ helios-setup] Aug 23 21:27:23.927 INFO E| Downloaded libc v0.2.139 |
2192 | 2024-08-23T21:27:24.338Z | [ helios-setup] Aug 23 21:27:23.967 INFO E| Downloaded ryu v1.0.13 |
2193 | 2024-08-23T21:27:24.342Z | [ helios-setup] Aug 23 21:27:23.972 INFO E| Downloaded num-traits v0.2.15 |
2194 | 2024-08-23T21:27:24.346Z | [ helios-setup] Aug 23 21:27:23.976 INFO E| Downloaded unicode-normalization v0.1.22 |
2195 | 2024-08-23T21:27:24.353Z | [ helios-setup] Aug 23 21:27:23.983 INFO E| Downloaded serde_json v1.0.95 |
2196 | 2024-08-23T21:27:24.364Z | [ helios-setup] Aug 23 21:27:23.994 INFO E| Downloaded crossbeam-utils v0.8.14 |
2197 | 2024-08-23T21:27:24.431Z | [ helios-setup] Aug 23 21:27:24.060 INFO E| Downloaded cc v1.0.78 |
2198 | 2024-08-23T21:27:24.436Z | [ helios-setup] Aug 23 21:27:24.065 INFO E| Downloaded once_cell v1.17.0 |
2199 | 2024-08-23T21:27:24.439Z | [ helios-setup] Aug 23 21:27:24.069 INFO E| Downloaded flate2 v1.0.25 |
2200 | 2024-08-23T21:27:24.447Z | [ helios-setup] Aug 23 21:27:24.076 INFO E| Downloaded lock_api v0.4.9 |
2201 | 2024-08-23T21:27:24.450Z | [ helios-setup] Aug 23 21:27:24.079 INFO E| Downloaded ipnet v2.7.2 |
2202 | 2024-08-23T21:27:24.452Z | [ helios-setup] Aug 23 21:27:24.081 INFO E| Downloaded io-lifetimes v1.0.10 |
2203 | 2024-08-23T21:27:24.455Z | [ helios-setup] Aug 23 21:27:24.085 INFO E| Downloaded fastrand v1.9.0 |
2204 | 2024-08-23T21:27:24.458Z | [ helios-setup] Aug 23 21:27:24.088 INFO E| Downloaded toml v0.7.3 |
2205 | 2024-08-23T21:27:24.463Z | [ helios-setup] Aug 23 21:27:24.093 INFO E| Downloaded cargo-lock v8.0.3 |
2206 | 2024-08-23T21:27:24.468Z | [ helios-setup] Aug 23 21:27:24.098 INFO E| Downloaded tracing-core v0.1.30 |
2207 | 2024-08-23T21:27:24.472Z | [ helios-setup] Aug 23 21:27:24.102 INFO E| Downloaded textwrap v0.16.0 |
2208 | 2024-08-23T21:27:24.476Z | [ helios-setup] Aug 23 21:27:24.106 INFO E| Downloaded schemars_derive v0.8.12 |
2209 | 2024-08-23T21:27:24.478Z | [ helios-setup] Aug 23 21:27:24.108 INFO E| Downloaded rustls-pemfile v1.0.2 |
2210 | 2024-08-23T21:27:24.481Z | [ helios-setup] Aug 23 21:27:24.111 INFO E| Downloaded parking_lot_core v0.9.6 |
2211 | 2024-08-23T21:27:24.484Z | [ helios-setup] Aug 23 21:27:24.114 INFO E| Downloaded unicode-bidi v0.3.13 |
2212 | 2024-08-23T21:27:24.488Z | [ helios-setup] Aug 23 21:27:24.118 INFO E| Downloaded tungstenite v0.18.0 |
2213 | 2024-08-23T21:27:24.493Z | [ helios-setup] Aug 23 21:27:24.123 INFO E| Downloaded tokio-rustls v0.24.0 |
2214 | 2024-08-23T21:27:24.498Z | [ helios-setup] Aug 23 21:27:24.126 INFO E| Downloaded socket2 v0.4.9 |
2215 | 2024-08-23T21:27:24.502Z | [ helios-setup] Aug 23 21:27:24.131 INFO E| Downloaded time v0.1.45 |
2216 | 2024-08-23T21:27:24.502Z | [ helios-setup] Aug 23 21:27:24.131 INFO E| Downloaded serde v1.0.204 |
2217 | 2024-08-23T21:27:24.505Z | [ helios-setup] Aug 23 21:27:24.135 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2218 | 2024-08-23T21:27:24.508Z | [ helios-setup] Aug 23 21:27:24.137 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2219 | 2024-08-23T21:27:24.510Z | [ helios-setup] Aug 23 21:27:24.140 INFO E| Downloaded pkg-config v0.3.26 |
2220 | 2024-08-23T21:27:24.513Z | [ helios-setup] Aug 23 21:27:24.142 INFO E| Downloaded num_enum v0.5.7 |
2221 | 2024-08-23T21:27:24.519Z | [ helios-setup] Aug 23 21:27:24.149 INFO E| Downloaded num-integer v0.1.45 |
2222 | 2024-08-23T21:27:24.522Z | [ helios-setup] Aug 23 21:27:24.152 INFO E| Downloaded encoding_rs v0.8.32 |
2223 | 2024-08-23T21:27:24.557Z | [ helios-setup] Aug 23 21:27:24.187 INFO E| Downloaded futures v0.3.28 |
2224 | 2024-08-23T21:27:24.565Z | [ helios-setup] Aug 23 21:27:24.195 INFO E| Downloaded toml v0.5.11 |
2225 | 2024-08-23T21:27:24.571Z | [ helios-setup] Aug 23 21:27:24.200 INFO E| Downloaded smallvec v1.10.0 |
2226 | 2024-08-23T21:27:24.574Z | [ helios-setup] Aug 23 21:27:24.204 INFO E| Downloaded futures-core v0.3.28 |
2227 | 2024-08-23T21:27:24.577Z | [ helios-setup] Aug 23 21:27:24.206 INFO E| Downloaded bincode v1.3.3 |
2228 | 2024-08-23T21:27:24.580Z | [ helios-setup] Aug 23 21:27:24.210 INFO E| Downloaded generic-array v0.14.6 |
2229 | 2024-08-23T21:27:24.583Z | [ helios-setup] Aug 23 21:27:24.213 INFO E| Downloaded itoa v1.0.6 |
2230 | 2024-08-23T21:27:24.586Z | [ helios-setup] Aug 23 21:27:24.215 INFO E| Downloaded http-body v0.4.5 |
2231 | 2024-08-23T21:27:24.588Z | [ helios-setup] Aug 23 21:27:24.218 INFO E| Downloaded home v0.5.4 |
2232 | 2024-08-23T21:27:24.590Z | [ helios-setup] Aug 23 21:27:24.220 INFO E| Downloaded futures-sink v0.3.28 |
2233 | 2024-08-23T21:27:24.593Z | [ helios-setup] Aug 23 21:27:24.221 INFO E| Downloaded futures-io v0.3.28 |
2234 | 2024-08-23T21:27:24.593Z | [ helios-setup] Aug 23 21:27:24.222 INFO E| Downloaded form_urlencoded v1.1.0 |
2235 | 2024-08-23T21:27:24.595Z | [ helios-setup] Aug 23 21:27:24.224 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2236 | 2024-08-23T21:27:24.745Z | [ helios-setup] Aug 23 21:27:24.375 INFO E| Downloaded dyn-clone v1.0.11 |
2237 | 2024-08-23T21:27:24.748Z | [ helios-setup] Aug 23 21:27:24.378 INFO E| Downloaded concolor-query v0.3.3 |
2238 | 2024-08-23T21:27:24.750Z | [ helios-setup] Aug 23 21:27:24.380 INFO E| Downloaded clap_lex v0.4.1 |
2239 | 2024-08-23T21:27:24.753Z | [ helios-setup] Aug 23 21:27:24.381 INFO E| Downloaded pin-project-lite v0.2.9 |
2240 | 2024-08-23T21:27:24.759Z | [ helios-setup] Aug 23 21:27:24.389 INFO E| Downloaded clap v4.2.1 |
2241 | 2024-08-23T21:27:24.774Z | [ helios-setup] Aug 23 21:27:24.404 INFO E| Downloaded slog-async v2.7.0 |
2242 | 2024-08-23T21:27:24.776Z | [ helios-setup] Aug 23 21:27:24.406 INFO E| Downloaded sha1 v0.10.5 |
2243 | 2024-08-23T21:27:24.779Z | [ helios-setup] Aug 23 21:27:24.409 INFO E| Downloaded rhai_codegen v1.5.0 |
2244 | 2024-08-23T21:27:24.792Z | [ helios-setup] Aug 23 21:27:24.421 INFO E| Downloaded sct v0.7.0 |
2245 | 2024-08-23T21:27:24.797Z | [ helios-setup] Aug 23 21:27:24.427 INFO E| Downloaded libz-sys v1.1.8 |
2246 | 2024-08-23T21:27:24.934Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2247 | 2024-08-23T21:27:24.955Z | [ helios-setup] Aug 23 21:27:24.585 INFO E| Downloaded serde_path_to_error v0.1.11 |
2248 | 2024-08-23T21:27:24.957Z | [ helios-setup] Aug 23 21:27:24.587 INFO E| Downloaded serde_derive_internals v0.26.0 |
2249 | 2024-08-23T21:27:24.960Z | [ helios-setup] Aug 23 21:27:24.589 INFO E| Downloaded semver v1.0.17 |
2250 | 2024-08-23T21:27:24.963Z | [ helios-setup] Aug 23 21:27:24.593 INFO E| Downloaded project-root v0.2.2 |
2251 | 2024-08-23T21:27:24.966Z | [ helios-setup] Aug 23 21:27:24.594 INFO E| Downloaded clap_derive v4.2.0 |
2252 | 2024-08-23T21:27:24.968Z | [ helios-setup] Aug 23 21:27:24.597 INFO E| Downloaded camino v1.1.4 |
2253 | 2024-08-23T21:27:24.973Z | [ helios-setup] Aug 23 21:27:24.600 INFO E| Downloaded thiserror v1.0.38 |
2254 | 2024-08-23T21:27:24.977Z | [ helios-setup] Aug 23 21:27:24.607 INFO E| Downloaded slog-bunyan v2.4.0 |
2255 | 2024-08-23T21:27:24.979Z | [ helios-setup] Aug 23 21:27:24.608 INFO E| Downloaded semver-parser v0.10.2 |
2256 | 2024-08-23T21:27:24.982Z | [ helios-setup] Aug 23 21:27:24.612 INFO E| Downloaded async-trait v0.1.68 |
2257 | 2024-08-23T21:27:24.987Z | [ helios-setup] Aug 23 21:27:24.617 INFO E| Downloaded ahash v0.8.3 |
2258 | 2024-08-23T21:27:24.991Z | [ helios-setup] Aug 23 21:27:24.621 INFO E| Downloaded log v0.4.17 |
2259 | 2024-08-23T21:27:24.995Z | [ helios-setup] Aug 23 21:27:24.625 INFO E| Downloaded ahash v0.7.6 |
2260 | 2024-08-23T21:27:24.999Z | [ helios-setup] Aug 23 21:27:24.628 INFO E| Downloaded getrandom v0.2.8 |
2261 | 2024-08-23T21:27:25.003Z | [ helios-setup] Aug 23 21:27:24.632 INFO E| Downloaded cpufeatures v0.2.5 |
2262 | 2024-08-23T21:27:25.005Z | [ helios-setup] Aug 23 21:27:24.634 INFO E| Downloaded memoffset v0.7.1 |
2263 | 2024-08-23T21:27:25.008Z | [ helios-setup] Aug 23 21:27:24.636 INFO E| Downloaded futures-executor v0.3.28 |
2264 | 2024-08-23T21:27:25.010Z | [ helios-setup] Aug 23 21:27:24.638 INFO E| Downloaded either v1.8.0 |
2265 | 2024-08-23T21:27:25.010Z | [ helios-setup] Aug 23 21:27:24.640 INFO E| Downloaded built v0.6.0 |
2266 | 2024-08-23T21:27:25.013Z | [ helios-setup] Aug 23 21:27:24.642 INFO E| Downloaded crossbeam-deque v0.8.2 |
2267 | 2024-08-23T21:27:25.015Z | [ helios-setup] Aug 23 21:27:24.644 INFO E| Downloaded byteorder v1.4.3 |
2268 | 2024-08-23T21:27:25.163Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2269 | 2024-08-23T21:27:25.462Z | [ helios-setup] Aug 23 21:27:25.091 INFO E| Compiling proc-macro2 v1.0.86 |
2270 | 2024-08-23T21:27:25.464Z | [ helios-setup] Aug 23 21:27:25.091 INFO E| Compiling libc v0.2.139 |
2271 | 2024-08-23T21:27:25.464Z | [ helios-setup] Aug 23 21:27:25.092 INFO E| Compiling unicode-ident v1.0.8 |
2272 | 2024-08-23T21:27:25.464Z | [ helios-setup] Aug 23 21:27:25.092 INFO E| Compiling autocfg v1.1.0 |
2273 | 2024-08-23T21:27:25.464Z | [ helios-setup] Aug 23 21:27:25.092 INFO E| Compiling cfg-if v1.0.0 |
2274 | 2024-08-23T21:27:25.464Z | [ helios-setup] Aug 23 21:27:25.092 INFO E| Compiling version_check v0.9.4 |
2275 | 2024-08-23T21:27:25.464Z | [ helios-setup] Aug 23 21:27:25.092 INFO E| Compiling serde v1.0.204 |
2276 | 2024-08-23T21:27:25.464Z | [ helios-setup] Aug 23 21:27:25.093 INFO E| Compiling syn v1.0.107 |
2277 | 2024-08-23T21:27:25.844Z | [ helios-setup] Aug 23 21:27:25.473 INFO E| Compiling memchr v2.5.0 |
2278 | 2024-08-23T21:27:26.481Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2279 | 2024-08-23T21:27:26.499Z | [ helios-setup] Aug 23 21:27:26.117 INFO E| Compiling once_cell v1.17.0 |
2280 | 2024-08-23T21:27:26.608Z | [ host-package] Compiling rayon-core v1.12.1 |
2281 | 2024-08-23T21:27:26.725Z | [ helios-setup] Aug 23 21:27:26.354 INFO E| Compiling thiserror v1.0.38 |
2282 | 2024-08-23T21:27:26.773Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2283 | 2024-08-23T21:27:26.776Z | [ helios-setup] Aug 23 21:27:26.405 INFO E| Compiling log v0.4.17 |
2284 | 2024-08-23T21:27:27.680Z | [ helios-setup] Aug 23 21:27:27.309 INFO E| Compiling itoa v1.0.6 |
2285 | 2024-08-23T21:27:27.680Z | [ helios-setup] Aug 23 21:27:27.309 INFO E| Compiling serde_json v1.0.95 |
2286 | 2024-08-23T21:27:28.896Z | [ helios-setup] Aug 23 21:27:28.525 INFO E| Compiling quote v1.0.36 |
2287 | 2024-08-23T21:27:29.090Z | [ helios-setup] Aug 23 21:27:28.719 INFO E| Compiling indexmap v1.9.3 |
2288 | 2024-08-23T21:27:29.249Z | [ helios-setup] Aug 23 21:27:28.878 INFO E| Compiling scopeguard v1.1.0 |
2289 | 2024-08-23T21:27:29.620Z | [ helios-setup] Aug 23 21:27:29.249 INFO E| Compiling syn v2.0.72 |
2290 | 2024-08-23T21:27:30.005Z | [ helios-setup] Aug 23 21:27:29.633 INFO E| Compiling jobserver v0.1.26 |
2291 | 2024-08-23T21:27:30.131Z | [ helios-setup] Aug 23 21:27:29.760 INFO E| Compiling getrandom v0.2.8 |
2292 | 2024-08-23T21:27:30.660Z | [ helios-setup] Aug 23 21:27:30.288 INFO E| Compiling cc v1.0.78 |
2293 | 2024-08-23T21:27:30.694Z | [ helios-setup] Aug 23 21:27:30.323 INFO E| Compiling pin-project-lite v0.2.9 |
2294 | 2024-08-23T21:27:31.181Z | [ helios-setup] Aug 23 21:27:30.809 INFO E| Compiling num-integer v0.1.45 |
2295 | 2024-08-23T21:27:31.228Z | [ helios-setup] Aug 23 21:27:30.856 INFO E| Compiling bytes v1.4.0 |
2296 | 2024-08-23T21:27:31.253Z | [ helios-setup] Aug 23 21:27:30.881 INFO E| Compiling futures-core v0.3.28 |
2297 | 2024-08-23T21:27:31.930Z | [ helios-setup] Aug 23 21:27:31.557 INFO E| Compiling ryu v1.0.13 |
2298 | 2024-08-23T21:27:32.451Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2299 | 2024-08-23T21:27:32.599Z | [ helios-setup] Aug 23 21:27:32.225 INFO E| Compiling lock_api v0.4.9 |
2300 | 2024-08-23T21:27:32.956Z | [ helios-setup] Aug 23 21:27:32.584 INFO E| Compiling parking_lot_core v0.9.6 |
2301 | 2024-08-23T21:27:32.993Z | [ helios-setup] Aug 23 21:27:32.621 INFO E| Compiling bitflags v1.3.2 |
2302 | 2024-08-23T21:27:33.352Z | [ helios-setup] Aug 23 21:27:32.981 INFO E| Compiling typenum v1.16.0 |
2303 | 2024-08-23T21:27:33.778Z | [ helios-setup] Aug 23 21:27:33.406 INFO E| Compiling num_cpus v1.15.0 |
2304 | 2024-08-23T21:27:34.053Z | [ helios-setup] Aug 23 21:27:33.681 INFO E| Compiling slab v0.4.7 |
2305 | 2024-08-23T21:27:34.173Z | [ helios-setup] Aug 23 21:27:33.801 INFO E| Compiling generic-array v0.14.6 |
2306 | 2024-08-23T21:27:34.334Z | [ helios-setup] Aug 23 21:27:33.962 INFO E| Compiling futures-channel v0.3.28 |
2307 | 2024-08-23T21:27:34.450Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2308 | 2024-08-23T21:27:34.599Z | [ helios-setup] Aug 23 21:27:34.227 INFO E| Compiling futures-sink v0.3.28 |
2309 | 2024-08-23T21:27:34.630Z | [ host-package] Compiling half v2.4.1 |
2310 | 2024-08-23T21:27:34.812Z | [ helios-setup] Aug 23 21:27:34.439 INFO E| Compiling futures-task v0.3.28 |
2311 | 2024-08-23T21:27:35.084Z | [ helios-setup] Aug 23 21:27:34.712 INFO E| Compiling tokio v1.27.0 |
2312 | 2024-08-23T21:27:35.263Z | [ helios-setup] Aug 23 21:27:34.890 INFO E| Compiling futures-util v0.3.28 |
2313 | 2024-08-23T21:27:35.365Z | [ helios-setup] Aug 23 21:27:34.992 INFO E| Compiling schemars v0.8.12 |
2314 | 2024-08-23T21:27:35.488Z | [ host-package] Compiling same-file v1.0.6 |
2315 | 2024-08-23T21:27:36.101Z | [ host-package] Compiling display-error-chain v0.2.0 |
2316 | 2024-08-23T21:27:36.376Z | [ host-package] Compiling ciborium-io v0.2.2 |
2317 | 2024-08-23T21:27:36.468Z | [ helios-setup] Aug 23 21:27:36.093 INFO E| Compiling signal-hook-registry v1.4.0 |
2318 | 2024-08-23T21:27:36.468Z | [ host-package] Compiling fastrand v2.1.0 |
2319 | 2024-08-23T21:27:36.582Z | [ helios-setup] Aug 23 21:27:36.210 INFO E| Compiling mio v0.8.5 |
2320 | 2024-08-23T21:27:36.584Z | [ helios-setup] Aug 23 21:27:36.210 INFO E| Compiling socket2 v0.4.9 |
2321 | 2024-08-23T21:27:36.990Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2322 | 2024-08-23T21:27:37.222Z | [ helios-setup] Aug 23 21:27:36.850 INFO E| Compiling num-traits v0.2.15 |
2323 | 2024-08-23T21:27:37.323Z | [ helios-setup] Aug 23 21:27:36.951 INFO E| Compiling ahash v0.7.6 |
2324 | 2024-08-23T21:27:37.671Z | [ host-package] Compiling tempfile v3.10.1 |
2325 | 2024-08-23T21:27:38.163Z | [ helios-setup] Aug 23 21:27:37.791 INFO E| Compiling io-lifetimes v1.0.10 |
2326 | 2024-08-23T21:27:38.314Z | [ host-package] Compiling walkdir v2.5.0 |
2327 | 2024-08-23T21:27:38.391Z | [ helios-setup] Aug 23 21:27:38.018 INFO E| Compiling crunchy v0.2.2 |
2328 | 2024-08-23T21:27:39.076Z | [ host-package] Compiling blake3 v1.5.1 |
2329 | 2024-08-23T21:27:39.249Z | [ helios-setup] Aug 23 21:27:38.876 INFO E| Compiling futures-io v0.3.28 |
2330 | 2024-08-23T21:27:39.548Z | [ helios-setup] Aug 23 21:27:39.175 INFO E| Compiling pin-utils v0.1.0 |
2331 | 2024-08-23T21:27:39.689Z | [ host-package] Compiling ring v0.16.20 |
2332 | 2024-08-23T21:27:40.120Z | [ host-package] Compiling rayon v1.10.0 |
2333 | 2024-08-23T21:27:40.193Z | [ helios-setup] Aug 23 21:27:39.821 INFO E| Compiling ahash v0.8.3 |
2334 | 2024-08-23T21:27:40.633Z | [ helios-setup] Aug 23 21:27:40.260 INFO E| Compiling rustix v0.37.3 |
2335 | 2024-08-23T21:27:40.759Z | [ helios-setup] Aug 23 21:27:40.385 INFO E| Compiling tiny-keccak v2.0.2 |
2336 | 2024-08-23T21:27:41.057Z | [ helios-setup] Aug 23 21:27:40.682 INFO E| Compiling serde_derive_internals v0.26.0 |
2337 | 2024-08-23T21:27:41.176Z | [ helios-setup] Aug 23 21:27:40.803 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2338 | 2024-08-23T21:27:41.219Z | [ host-package] Compiling ciborium v0.2.2 |
2339 | 2024-08-23T21:27:41.725Z | [ helios-setup] Aug 23 21:27:41.347 INFO E| Compiling hashbrown v0.12.3 |
2340 | 2024-08-23T21:27:42.338Z | [ helios-setup] Aug 23 21:27:41.965 INFO E| Compiling block-buffer v0.10.3 |
2341 | 2024-08-23T21:27:42.449Z | [ helios-setup] Aug 23 21:27:42.075 INFO E| Compiling crypto-common v0.1.6 |
2342 | 2024-08-23T21:27:43.483Z | [ helios-setup] Aug 23 21:27:43.110 INFO E| Compiling errno v0.3.1 |
2343 | 2024-08-23T21:27:44.081Z | [ helios-setup] Aug 23 21:27:43.706 INFO E| Compiling pkg-config v0.3.26 |
2344 | 2024-08-23T21:27:44.154Z | [ helios-setup] Aug 23 21:27:43.781 INFO E| Compiling fnv v1.0.7 |
2345 | 2024-08-23T21:27:44.344Z | [ helios-setup] Aug 23 21:27:43.970 INFO E| Compiling crossbeam-utils v0.8.14 |
2346 | 2024-08-23T21:27:44.531Z | [ helios-setup] Aug 23 21:27:44.158 INFO E| Compiling slog v2.7.0 |
2347 | 2024-08-23T21:27:44.553Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2348 | 2024-08-23T21:27:45.296Z | [ host-package] Compiling xattr v1.3.1 |
2349 | 2024-08-23T21:27:45.737Z | [ helios-setup] Aug 23 21:27:45.358 INFO E| Compiling http v0.2.9 |
2350 | 2024-08-23T21:27:46.154Z | [ host-package] Compiling memmap2 v0.9.4 |
2351 | 2024-08-23T21:27:47.334Z | [ helios-setup] Aug 23 21:27:46.959 INFO E| Compiling digest v0.10.6 |
2352 | 2024-08-23T21:27:47.609Z | [ helios-setup] Aug 23 21:27:47.235 INFO E| Compiling aho-corasick v0.7.20 |
2353 | 2024-08-23T21:27:48.403Z | [ helios-setup] Aug 23 21:27:48.029 INFO E| Compiling cpufeatures v0.2.5 |
2354 | 2024-08-23T21:27:48.566Z | [ helios-setup] Aug 23 21:27:48.192 INFO E| Compiling heck v0.4.1 |
2355 | 2024-08-23T21:27:49.017Z | [ helios-setup] Aug 23 21:27:48.642 INFO E| Compiling httparse v1.8.0 |
2356 | 2024-08-23T21:27:49.236Z | [ host-package] Compiling filetime v0.2.24 |
2357 | 2024-08-23T21:27:49.592Z | [ helios-setup] Aug 23 21:27:49.217 INFO E| Compiling percent-encoding v2.2.0 |
2358 | 2024-08-23T21:27:49.718Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2359 | 2024-08-23T21:27:50.090Z | [ host-package] Compiling arrayref v0.3.7 |
2360 | 2024-08-23T21:27:50.230Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2361 | 2024-08-23T21:27:50.558Z | [ helios-setup] Aug 23 21:27:50.183 INFO E| Compiling anyhow v1.0.68 |
2362 | 2024-08-23T21:27:50.649Z | [ helios-setup] Aug 23 21:27:50.274 INFO E| Compiling regex-syntax v0.6.29 |
2363 | 2024-08-23T21:27:50.651Z | [ helios-setup] Aug 23 21:27:50.274 INFO E| Compiling thiserror-impl v1.0.38 |
2364 | 2024-08-23T21:27:50.651Z | [ helios-setup] Aug 23 21:27:50.275 INFO E| Compiling schemars_derive v0.8.12 |
2365 | 2024-08-23T21:27:50.826Z | [ helios-setup] Aug 23 21:27:50.451 INFO E| Compiling unicode-width v0.1.10 |
2366 | 2024-08-23T21:27:50.991Z | [ host-package] Compiling spin v0.5.2 |
2367 | 2024-08-23T21:27:51.216Z | [ helios-setup] Aug 23 21:27:50.841 INFO E| Compiling tinyvec_macros v0.1.1 |
2368 | 2024-08-23T21:27:51.760Z | [ helios-setup] Aug 23 21:27:51.385 INFO E| Compiling tinyvec v1.6.0 |
2369 | 2024-08-23T21:27:51.942Z | [ host-package] Compiling untrusted v0.7.1 |
2370 | 2024-08-23T21:27:52.385Z | [ host-package] Compiling arrayvec v0.7.4 |
2371 | 2024-08-23T21:27:52.480Z | [ helios-setup] Aug 23 21:27:52.105 INFO E| Compiling serde_derive v1.0.204 |
2372 | 2024-08-23T21:27:52.752Z | [ helios-setup] Aug 23 21:27:52.377 INFO E| Compiling tokio-macros v2.0.0 |
2373 | 2024-08-23T21:27:54.236Z | [ helios-setup] Aug 23 21:27:53.861 INFO E| Compiling futures-macro v0.3.28 |
2374 | 2024-08-23T21:27:55.212Z | [ helios-setup] Aug 23 21:27:54.836 INFO E| Compiling const-random-macro v0.1.15 |
2375 | 2024-08-23T21:27:55.558Z | [ helios-setup] Aug 23 21:27:55.182 INFO E| Compiling form_urlencoded v1.1.0 |
2376 | 2024-08-23T21:27:55.660Z | [ helios-setup] Aug 23 21:27:55.284 INFO E| Compiling hashbrown v0.13.2 |
2377 | 2024-08-23T21:27:55.931Z | [ host-package] Compiling tar v0.4.41 |
2378 | 2024-08-23T21:27:56.699Z | [ helios-setup] Aug 23 21:27:56.324 INFO E| Compiling chrono v0.4.24 |
2379 | 2024-08-23T21:27:57.459Z | [ helios-setup] Aug 23 21:27:57.083 INFO E| Compiling libz-sys v1.1.8 |
2380 | 2024-08-23T21:27:58.251Z | [ helios-setup] Aug 23 21:27:57.874 INFO E| Compiling regex v1.7.3 |
2381 | 2024-08-23T21:27:58.649Z | [ host-package] Compiling toolchain_find v0.4.0 |
2382 | 2024-08-23T21:27:59.683Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2383 | 2024-08-23T21:27:59.982Z | [ host-package] Compiling nibble_vec v0.1.0 |
2384 | 2024-08-23T21:28:00.451Z | [ helios-setup] Aug 23 21:28:00.075 INFO E| Compiling dyn-clone v1.0.11 |
2385 | 2024-08-23T21:28:00.588Z | [ host-package] Compiling atty v0.2.14 |
2386 | 2024-08-23T21:28:00.816Z | [ host-package] Compiling crunchy v0.2.2 |
2387 | 2024-08-23T21:28:01.074Z | [ helios-setup] Aug 23 21:28:00.697 INFO E| Compiling uuid v1.3.0 |
2388 | 2024-08-23T21:28:01.080Z | [ host-package] Compiling topological-sort v0.2.2 |
2389 | 2024-08-23T21:28:01.279Z | [ host-package] Compiling maplit v1.0.2 |
2390 | 2024-08-23T21:28:01.564Z | [ host-package] Compiling endian-type v0.1.2 |
2391 | 2024-08-23T21:28:01.626Z | [ helios-setup] Aug 23 21:28:01.249 INFO E| Compiling regress v0.5.0 |
2392 | 2024-08-23T21:28:01.660Z | [ host-package] Compiling glob v0.3.1 |
2393 | 2024-08-23T21:28:01.703Z | [ helios-setup] Aug 23 21:28:01.326 INFO E| Compiling const-random v0.1.15 |
2394 | 2024-08-23T21:28:01.953Z | [ helios-setup] Aug 23 21:28:01.576 INFO E| Compiling unicode-normalization v0.1.22 |
2395 | 2024-08-23T21:28:01.983Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2396 | 2024-08-23T21:28:02.259Z | [ host-package] Compiling radix_trie v0.2.1 |
2397 | 2024-08-23T21:28:02.594Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2398 | 2024-08-23T21:28:03.303Z | [ host-package] Compiling clang-sys v1.7.0 |
2399 | 2024-08-23T21:28:03.891Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2400 | 2024-08-23T21:28:04.123Z | [ helios-setup] Aug 23 21:28:03.746 INFO E| Compiling getopts v0.2.21 |
2401 | 2024-08-23T21:28:04.483Z | [ helios-setup] Aug 23 21:28:04.106 INFO E| Compiling tracing-core v0.1.30 |
2402 | 2024-08-23T21:28:04.776Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2403 | 2024-08-23T21:28:04.878Z | [ host-package] Compiling tungstenite v0.21.0 |
2404 | 2024-08-23T21:28:05.077Z | [ helios-setup] Aug 23 21:28:04.700 INFO E| Compiling memoffset v0.7.1 |
2405 | 2024-08-23T21:28:05.228Z | [ helios-setup] Aug 23 21:28:04.850 INFO E| Compiling ucd-trie v0.1.5 |
2406 | 2024-08-23T21:28:06.340Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2407 | 2024-08-23T21:28:06.393Z | [ helios-setup] Aug 23 21:28:06.015 INFO E| Compiling time-core v0.1.2 |
2408 | 2024-08-23T21:28:06.454Z | [ helios-setup] Aug 23 21:28:06.076 INFO E| Compiling powerfmt v0.2.0 |
2409 | 2024-08-23T21:28:06.846Z | [ helios-setup] Aug 23 21:28:06.468 INFO E| Compiling unicode-bidi v0.3.13 |
2410 | 2024-08-23T21:28:07.547Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2411 | 2024-08-23T21:28:07.641Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2412 | 2024-08-23T21:28:08.428Z | [ helios-setup] Aug 23 21:28:08.050 INFO E| Compiling num-conv v0.1.0 |
2413 | 2024-08-23T21:28:08.686Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2414 | 2024-08-23T21:28:09.098Z | [ helios-setup] Aug 23 21:28:08.720 INFO E| Compiling idna v0.3.0 |
2415 | 2024-08-23T21:28:09.149Z | [ helios-setup] Aug 23 21:28:08.770 INFO E| Compiling time-macros v0.2.18 |
2416 | 2024-08-23T21:28:10.690Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2417 | 2024-08-23T21:28:10.912Z | [ helios-setup] Aug 23 21:28:10.534 INFO E| Compiling deranged v0.3.11 |
2418 | 2024-08-23T21:28:11.343Z | [ host-package] Compiling arc-swap v1.7.1 |
2419 | 2024-08-23T21:28:11.520Z | [ host-package] Compiling diesel_derives v2.2.2 |
2420 | 2024-08-23T21:28:11.626Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2421 | 2024-08-23T21:28:12.020Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2422 | 2024-08-23T21:28:12.650Z | [ host-package] Compiling slog-scope v4.4.0 |
2423 | 2024-08-23T21:28:13.538Z | [ host-package] Compiling r2d2 v0.8.10 |
2424 | 2024-08-23T21:28:13.969Z | [ helios-setup] Aug 23 21:28:13.590 INFO E| Compiling tracing v0.1.37 |
2425 | 2024-08-23T21:28:14.158Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2426 | 2024-08-23T21:28:14.277Z | [ helios-setup] Aug 23 21:28:13.898 INFO E| Compiling pest v2.5.7 |
2427 | 2024-08-23T21:28:14.535Z | [ host-package] Compiling ena v0.14.3 |
2428 | 2024-08-23T21:28:14.725Z | [ host-package] Compiling libloading v0.8.3 |
2429 | 2024-08-23T21:28:15.485Z | [ host-package] Compiling diff v0.1.13 |
2430 | 2024-08-23T21:28:15.559Z | [ host-package] Compiling regex-syntax v0.6.29 |
2431 | 2024-08-23T21:28:15.603Z | [ host-package] Compiling bindgen v0.69.4 |
2432 | 2024-08-23T21:28:16.206Z | [ helios-setup] Aug 23 21:28:15.827 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2433 | 2024-08-23T21:28:16.315Z | [ helios-setup] Aug 23 21:28:15.936 INFO E| Compiling time v0.1.45 |
2434 | 2024-08-23T21:28:16.850Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2435 | 2024-08-23T21:28:16.864Z | [ helios-setup] Aug 23 21:28:16.485 INFO E| Compiling crossbeam-epoch v0.9.13 |
2436 | 2024-08-23T21:28:17.280Z | [ helios-setup] Aug 23 21:28:16.901 INFO E| Compiling num_threads v0.1.6 |
2437 | 2024-08-23T21:28:18.316Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2438 | 2024-08-23T21:28:18.338Z | [ helios-setup] Aug 23 21:28:17.958 INFO E| Compiling iana-time-zone v0.1.56 |
2439 | 2024-08-23T21:28:19.521Z | [ helios-setup] Aug 23 21:28:19.141 INFO E| Compiling semver v1.0.17 |
2440 | 2024-08-23T21:28:19.764Z | [ helios-setup] Aug 23 21:28:19.384 INFO E| Compiling time v0.3.36 |
2441 | 2024-08-23T21:28:19.847Z | [ helios-setup] Aug 23 21:28:19.467 INFO E| Compiling semver-parser v0.10.2 |
2442 | 2024-08-23T21:28:20.136Z | [ helios-setup] Aug 23 21:28:19.756 INFO E| Compiling smallvec v1.10.0 |
2443 | 2024-08-23T21:28:20.304Z | [ helios-setup] Aug 23 21:28:19.923 INFO E| Compiling toml v0.5.11 |
2444 | 2024-08-23T21:28:20.574Z | [ host-package] Compiling which v4.4.2 |
2445 | 2024-08-23T21:28:21.494Z | [ helios-setup] Aug 23 21:28:21.114 INFO E| Compiling serde_tokenstream v0.2.0 |
2446 | 2024-08-23T21:28:21.848Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2447 | 2024-08-23T21:28:22.522Z | [ host-package] Compiling lalrpop v0.19.12 |
2448 | 2024-08-23T21:28:22.841Z | [ helios-setup] Aug 23 21:28:22.461 INFO E| Compiling parking_lot v0.12.1 |
2449 | 2024-08-23T21:28:26.140Z | [ host-package] Compiling cexpr v0.6.0 |
2450 | 2024-08-23T21:28:28.122Z | [ helios-setup] Aug 23 21:28:27.740 INFO E| Compiling url v2.3.1 |
2451 | 2024-08-23T21:28:29.407Z | [ host-package] Compiling libsw v3.3.1 |
2452 | 2024-08-23T21:28:30.234Z | [ host-package] Compiling rustc-hash v1.1.0 |
2453 | 2024-08-23T21:28:30.625Z | [ host-package] Compiling linear-map v1.2.0 |
2454 | 2024-08-23T21:28:30.975Z | [ helios-setup] Aug 23 21:28:30.593 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2455 | 2024-08-23T21:28:31.677Z | [ host-package] Compiling lazycell v1.3.0 |
2456 | 2024-08-23T21:28:32.296Z | [ host-package] Compiling ref-cast v1.0.23 |
2457 | 2024-08-23T21:28:33.549Z | [ host-package] Compiling owo-colors v4.0.0 |
2458 | 2024-08-23T21:28:33.734Z | [ helios-setup] Aug 23 21:28:33.352 INFO E| Compiling crossbeam-channel v0.5.6 |
2459 | 2024-08-23T21:28:34.220Z | [ host-package] Compiling diesel v2.2.2 |
2460 | 2024-08-23T21:28:34.528Z | [ helios-setup] Aug 23 21:28:34.144 INFO E| Compiling dirs-sys-next v0.1.2 |
2461 | 2024-08-23T21:28:36.075Z | [ host-package] Compiling shlex v1.3.0 |
2462 | 2024-08-23T21:28:36.745Z | [ helios-setup] Aug 23 21:28:36.362 INFO E| Compiling crc32fast v1.3.2 |
2463 | 2024-08-23T21:28:37.319Z | [ helios-setup] Aug 23 21:28:36.936 INFO E| Compiling try-lock v0.2.4 |
2464 | 2024-08-23T21:28:37.461Z | [ helios-setup] Aug 23 21:28:37.078 INFO E| Compiling same-file v1.0.6 |
2465 | 2024-08-23T21:28:37.624Z | [ helios-setup] Aug 23 21:28:37.241 INFO E| Compiling want v0.3.0 |
2466 | 2024-08-23T21:28:37.868Z | [ helios-setup] Aug 23 21:28:37.485 INFO E| Compiling walkdir v2.3.3 |
2467 | 2024-08-23T21:28:38.536Z | [ helios-setup] Aug 23 21:28:38.152 INFO E| Compiling dirs-next v2.0.0 |
2468 | 2024-08-23T21:28:39.167Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2469 | 2024-08-23T21:28:41.073Z | [ helios-setup] Aug 23 21:28:40.689 INFO E| Compiling tokio-util v0.7.7 |
2470 | 2024-08-23T21:28:41.863Z | [ helios-setup] Aug 23 21:28:41.479 INFO E| Compiling proc-macro-crate v1.2.1 |
2471 | 2024-08-23T21:28:43.532Z | [ helios-setup] Aug 23 21:28:43.148 INFO E| Compiling h2 v0.3.16 |
2472 | 2024-08-23T21:28:44.325Z | [ helios-setup] Aug 23 21:28:43.941 INFO E| Compiling semver v0.11.0 |
2473 | 2024-08-23T21:28:45.618Z | [ helios-setup] Aug 23 21:28:45.233 INFO E| Compiling futures-executor v0.3.28 |
2474 | 2024-08-23T21:28:46.500Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2475 | 2024-08-23T21:28:47.544Z | [ helios-setup] Aug 23 21:28:47.156 INFO E| Compiling http-body v0.4.5 |
2476 | 2024-08-23T21:28:47.808Z | [ helios-setup] Aug 23 21:28:47.423 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2477 | 2024-08-23T21:28:47.962Z | [ helios-setup] Aug 23 21:28:47.577 INFO E| Compiling ring v0.16.20 |
2478 | 2024-08-23T21:28:48.577Z | [ helios-setup] Aug 23 21:28:48.192 INFO E| Compiling rand_core v0.6.4 |
2479 | 2024-08-23T21:28:49.499Z | [ helios-setup] Aug 23 21:28:49.113 INFO E| Compiling thread_local v1.1.7 |
2480 | 2024-08-23T21:28:50.641Z | [ helios-setup] Aug 23 21:28:50.256 INFO E| Compiling tower-service v0.3.2 |
2481 | 2024-08-23T21:28:50.757Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2482 | 2024-08-23T21:28:51.005Z | [ helios-setup] Aug 23 21:28:50.620 INFO E| Compiling ppv-lite86 v0.2.17 |
2483 | 2024-08-23T21:28:51.286Z | [ helios-setup] Aug 23 21:28:50.900 INFO E| Compiling httpdate v1.0.2 |
2484 | 2024-08-23T21:28:51.912Z | [ helios-setup] Aug 23 21:28:51.527 INFO E| Compiling rayon-core v1.10.2 |
2485 | 2024-08-23T21:28:52.910Z | [ helios-setup] Aug 23 21:28:52.524 INFO E| Compiling lazy_static v1.4.0 |
2486 | 2024-08-23T21:28:53.042Z | [ helios-setup] Aug 23 21:28:52.657 INFO E| Compiling adler v1.0.2 |
2487 | 2024-08-23T21:28:53.166Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2488 | 2024-08-23T21:28:53.486Z | [ helios-setup] Aug 23 21:28:53.100 INFO E| Compiling fastrand v1.9.0 |
2489 | 2024-08-23T21:28:53.636Z | [ helios-setup] Aug 23 21:28:53.250 INFO E| Compiling home v0.5.4 |
2490 | 2024-08-23T21:28:53.788Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2491 | 2024-08-23T21:28:54.529Z | [ helios-setup] Aug 23 21:28:54.143 INFO E| Compiling utf8parse v0.2.1 |
2492 | 2024-08-23T21:28:54.642Z | [ helios-setup] Aug 23 21:28:54.256 INFO E| Compiling base64 v0.21.0 |
2493 | 2024-08-23T21:28:56.130Z | [ helios-setup] Aug 23 21:28:55.744 INFO E| Compiling anstyle-parse v0.1.1 |
2494 | 2024-08-23T21:28:57.004Z | [ helios-setup] Aug 23 21:28:56.618 INFO E| Compiling tempfile v3.5.0 |
2495 | 2024-08-23T21:28:57.127Z | [ helios-setup] Aug 23 21:28:56.740 INFO E| Compiling hyper v0.14.25 |
2496 | 2024-08-23T21:28:57.840Z | [ host-package] Compiling headers-core v0.2.0 |
2497 | 2024-08-23T21:28:58.474Z | [ helios-setup] Aug 23 21:28:58.087 INFO E| Compiling toolchain_find v0.2.0 |
2498 | 2024-08-23T21:28:58.531Z | [ host-package] Compiling fxhash v0.2.1 |
2499 | 2024-08-23T21:28:58.582Z | [ helios-setup] Aug 23 21:28:58.195 INFO E| Compiling miniz_oxide v0.6.2 |
2500 | 2024-08-23T21:28:59.338Z | [ host-package] Compiling libxml v0.3.3 |
2501 | 2024-08-23T21:28:59.439Z | [ helios-setup] Aug 23 21:28:59.052 INFO E| Compiling rand_chacha v0.3.1 |
2502 | 2024-08-23T21:29:00.536Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2503 | 2024-08-23T21:29:02.549Z | [ host-package] Compiling headers v0.3.9 |
2504 | 2024-08-23T21:29:03.726Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2505 | 2024-08-23T21:29:05.310Z | [ helios-setup] Aug 23 21:29:04.922 INFO E| Compiling futures v0.3.28 |
2506 | 2024-08-23T21:29:05.402Z | [ host-package] Compiling samael v0.0.15 |
2507 | 2024-08-23T21:29:05.756Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2508 | 2024-08-23T21:29:09.157Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2509 | 2024-08-23T21:29:09.486Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2510 | 2024-08-23T21:29:10.174Z | [ host-package] Compiling strum_macros v0.24.3 |
2511 | 2024-08-23T21:29:11.763Z | [ host-package] Compiling unicase v2.7.0 |
2512 | 2024-08-23T21:29:12.780Z | [ host-package] Compiling indoc v1.0.9 |
2513 | 2024-08-23T21:29:14.076Z | [ helios-setup] Aug 23 21:29:13.686 INFO E| Compiling cargo-lock v8.0.3 |
2514 | 2024-08-23T21:29:15.467Z | [ helios-setup] Aug 23 21:29:15.078 INFO E| Compiling num_enum_derive v0.5.7 |
2515 | 2024-08-23T21:29:16.606Z | [ host-package] Compiling polar-core v0.27.3 |
2516 | 2024-08-23T21:29:16.831Z | [ host-package] Compiling derive_builder v0.20.0 |
2517 | 2024-08-23T21:29:17.489Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2518 | 2024-08-23T21:29:18.657Z | [ host-package] Compiling crossterm v0.28.1 |
2519 | 2024-08-23T21:29:18.736Z | [ helios-setup] Aug 23 21:29:18.344 INFO E| Compiling crossbeam-deque v0.8.2 |
2520 | 2024-08-23T21:29:18.932Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2521 | 2024-08-23T21:29:19.616Z | [ helios-setup] Aug 23 21:29:19.226 INFO E| Compiling term v0.7.0 |
2522 | 2024-08-23T21:29:20.129Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2523 | 2024-08-23T21:29:20.624Z | [ helios-setup] Aug 23 21:29:20.233 INFO E| Compiling serde_urlencoded v0.7.1 |
2524 | 2024-08-23T21:29:21.555Z | [ helios-setup] Aug 23 21:29:21.165 INFO E| Compiling is-terminal v0.4.7 |
2525 | 2024-08-23T21:29:21.843Z | [ helios-setup] Aug 23 21:29:21.452 INFO E| Compiling sha1 v0.10.5 |
2526 | 2024-08-23T21:29:22.015Z | [ helios-setup] Aug 23 21:29:21.622 INFO E| Compiling sha2 v0.10.6 |
2527 | 2024-08-23T21:29:23.362Z | [ helios-setup] Aug 23 21:29:22.971 INFO E| Compiling atty v0.2.14 |
2528 | 2024-08-23T21:29:23.706Z | [ helios-setup] Aug 23 21:29:23.315 INFO E| Compiling concolor-override v1.0.0 |
2529 | 2024-08-23T21:29:24.177Z | [ host-package] Compiling oso-derive v0.27.3 |
2530 | 2024-08-23T21:29:25.215Z | [ helios-setup] Aug 23 21:29:24.822 INFO E| Compiling concolor-query v0.3.3 |
2531 | 2024-08-23T21:29:25.612Z | [ helios-setup] Aug 23 21:29:25.220 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2532 | 2024-08-23T21:29:26.711Z | [ host-package] Compiling libz-sys v1.1.16 |
2533 | 2024-08-23T21:29:26.944Z | [ helios-setup] Aug 23 21:29:26.552 INFO E| Compiling anstyle v0.3.5 |
2534 | 2024-08-23T21:29:27.076Z | [ host-package] Compiling quick-xml v0.31.0 |
2535 | 2024-08-23T21:29:28.084Z | [ helios-setup] Aug 23 21:29:27.692 INFO E| Compiling anstream v0.2.6 |
2536 | 2024-08-23T21:29:28.445Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2537 | 2024-08-23T21:29:29.469Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2538 | 2024-08-23T21:29:30.166Z | [ helios-setup] Aug 23 21:29:29.774 INFO E| Compiling slog-term v2.9.0 |
2539 | 2024-08-23T21:29:30.798Z | [ host-package] Compiling keccak v0.1.5 |
2540 | 2024-08-23T21:29:31.023Z | [ helios-setup] Aug 23 21:29:30.630 INFO E| Compiling flate2 v1.0.25 |
2541 | 2024-08-23T21:29:31.749Z | [ helios-setup] Aug 23 21:29:31.356 INFO E| Compiling num_enum v0.5.7 |
2542 | 2024-08-23T21:29:32.377Z | [ helios-setup] Aug 23 21:29:31.985 INFO E| Compiling rand v0.8.5 |
2543 | 2024-08-23T21:29:32.823Z | [ host-package] Compiling sha3 v0.10.8 |
2544 | 2024-08-23T21:29:33.762Z | [ helios-setup] Aug 23 21:29:33.368 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2545 | 2024-08-23T21:29:34.213Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2546 | 2024-08-23T21:29:34.329Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2547 | 2024-08-23T21:29:34.807Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2548 | 2024-08-23T21:29:34.831Z | [ helios-setup] Aug 23 21:29:34.438 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2549 | 2024-08-23T21:29:35.508Z | [ helios-setup] Aug 23 21:29:35.114 INFO E| Compiling openapiv3 v1.0.2 |
2550 | 2024-08-23T21:29:36.165Z | [ helios-setup] Aug 23 21:29:35.772 INFO E| Compiling encoding_rs v0.8.32 |
2551 | 2024-08-23T21:29:37.710Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2552 | 2024-08-23T21:29:38.218Z | [ host-package] Compiling bb8 v0.8.5 |
2553 | 2024-08-23T21:29:39.421Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2554 | 2024-08-23T21:29:39.536Z | [ helios-setup] Aug 23 21:29:39.142 INFO E| Compiling unsafe-libyaml v0.2.8 |
2555 | 2024-08-23T21:29:41.453Z | [ helios-setup] Aug 23 21:29:41.059 INFO E| Compiling base64 v0.13.1 |
2556 | 2024-08-23T21:29:41.536Z | [ helios-setup] Aug 23 21:29:41.141 INFO E| Compiling project-root v0.2.2 |
2557 | 2024-08-23T21:29:42.395Z | [ helios-setup] Aug 23 21:29:42.000 INFO E| Compiling clap_lex v0.4.1 |
2558 | 2024-08-23T21:29:42.951Z | [ helios-setup] Aug 23 21:29:42.556 INFO E| Compiling strsim v0.10.0 |
2559 | 2024-08-23T21:29:43.077Z | [ helios-setup] Aug 23 21:29:42.683 INFO E| Compiling utf-8 v0.7.6 |
2560 | 2024-08-23T21:29:43.556Z | [ host-package] Compiling universal-hash v0.5.1 |
2561 | 2024-08-23T21:29:43.712Z | [ helios-setup] Aug 23 21:29:43.317 INFO E| Compiling byteorder v1.4.3 |
2562 | 2024-08-23T21:29:43.739Z | [ helios-setup] Aug 23 21:29:43.345 INFO E| Compiling spin v0.5.2 |
2563 | 2024-08-23T21:29:44.031Z | [ helios-setup] Aug 23 21:29:43.636 INFO E| Compiling ipnet v2.7.2 |
2564 | 2024-08-23T21:29:44.215Z | [ host-package] Compiling secrecy v0.8.0 |
2565 | 2024-08-23T21:29:44.404Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2566 | 2024-08-23T21:29:44.568Z | [ helios-setup] Aug 23 21:29:44.174 INFO E| Compiling untrusted v0.7.1 |
2567 | 2024-08-23T21:29:44.731Z | [ helios-setup] Aug 23 21:29:44.336 INFO E| Compiling either v1.8.0 |
2568 | 2024-08-23T21:29:44.924Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2569 | 2024-08-23T21:29:45.435Z | [ helios-setup] Aug 23 21:29:45.040 INFO E| Compiling mime v0.3.17 |
2570 | 2024-08-23T21:29:45.546Z | [ helios-setup] Aug 23 21:29:45.150 INFO E| Compiling rayon v1.6.1 |
2571 | 2024-08-23T21:29:46.186Z | [ helios-setup] Aug 23 21:29:45.791 INFO E| Compiling reqwest v0.11.16 |
2572 | 2024-08-23T21:29:48.020Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2573 | 2024-08-23T21:29:48.352Z | [ helios-setup] Aug 23 21:29:47.956 INFO E| Compiling tungstenite v0.18.0 |
2574 | 2024-08-23T21:29:48.615Z | [ host-package] Compiling opaque-debug v0.3.1 |
2575 | 2024-08-23T21:29:48.925Z | [ helios-setup] Aug 23 21:29:48.529 INFO E| Compiling clap_builder v4.2.1 |
2576 | 2024-08-23T21:29:49.354Z | [ host-package] Compiling poly1305 v0.8.0 |
2577 | 2024-08-23T21:29:49.467Z | [ host-package] Compiling vte v0.11.1 |
2578 | 2024-08-23T21:29:49.740Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2579 | 2024-08-23T21:29:52.354Z | [ host-package] Compiling const_format v0.2.32 |
2580 | 2024-08-23T21:29:54.841Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2581 | 2024-08-23T21:29:55.141Z | [ host-package] Compiling chacha20 v0.9.1 |
2582 | 2024-08-23T21:29:55.942Z | [ host-package] Compiling fd-lock v4.0.2 |
2583 | 2024-08-23T21:29:56.094Z | [ host-package] Compiling aead v0.5.2 |
2584 | 2024-08-23T21:29:56.285Z | [ helios-setup] Aug 23 21:29:55.889 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2585 | 2024-08-23T21:29:56.546Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2586 | 2024-08-23T21:29:56.878Z | [ helios-setup] Aug 23 21:29:56.481 INFO E| Compiling serde_yaml v0.9.21 |
2587 | 2024-08-23T21:29:57.593Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2588 | 2024-08-23T21:29:58.478Z | [ helios-setup] Aug 23 21:29:58.080 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2589 | 2024-08-23T21:29:58.539Z | [ host-package] Compiling bytecount v0.6.8 |
2590 | 2024-08-23T21:29:59.275Z | [ host-package] Compiling papergrid v0.11.0 |
2591 | 2024-08-23T21:30:00.793Z | [ helios-setup] Aug 23 21:30:00.395 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2592 | 2024-08-23T21:30:03.822Z | [ helios-setup] Aug 23 21:30:03.424 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2593 | 2024-08-23T21:30:04.433Z | [ helios-setup] Aug 23 21:30:04.034 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2594 | 2024-08-23T21:30:05.434Z | [ helios-setup] Aug 23 21:30:05.036 INFO E| Compiling clap_derive v4.2.0 |
2595 | 2024-08-23T21:30:06.372Z | [ helios-setup] Aug 23 21:30:05.973 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2596 | 2024-08-23T21:30:08.374Z | [ helios-setup] Aug 23 21:30:07.976 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2597 | 2024-08-23T21:30:11.313Z | [ host-package] Compiling oso v0.27.3 |
2598 | 2024-08-23T21:30:14.835Z | [ helios-setup] Aug 23 21:30:14.435 INFO E| Compiling clap v4.2.1 |
2599 | 2024-08-23T21:30:20.577Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2600 | 2024-08-23T21:30:21.758Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2601 | 2024-08-23T21:30:22.548Z | [ host-package] Compiling vsss-rs v3.3.4 |
2602 | 2024-08-23T21:30:23.156Z | [ host-package] Compiling parking_lot v0.11.2 |
2603 | 2024-08-23T21:30:26.899Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2604 | 2024-08-23T21:30:28.868Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2605 | 2024-08-23T21:30:32.170Z | [ host-package] Compiling tabled_derive v0.7.0 |
2606 | 2024-08-23T21:30:32.170Z | [ helios-setup] Aug 23 21:30:31.767 INFO E| Compiling tokio-tungstenite v0.18.0 |
2607 | 2024-08-23T21:30:33.383Z | [ helios-setup] Aug 23 21:30:32.980 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2608 | 2024-08-23T21:30:36.357Z | [ host-package] Compiling crossterm v0.27.0 |
2609 | 2024-08-23T21:30:36.777Z | [ helios-setup] Aug 23 21:30:36.373 INFO E| Compiling smartstring v1.0.1 |
2610 | 2024-08-23T21:30:37.660Z | [ helios-setup] Aug 23 21:30:37.256 INFO E| Compiling rustls v0.21.0 |
2611 | 2024-08-23T21:30:37.839Z | [ host-package] Compiling peg-macros v0.8.4 |
2612 | 2024-08-23T21:30:39.820Z | [ helios-setup] Aug 23 21:30:39.408 INFO E| Compiling rustls-webpki v0.100.1 |
2613 | 2024-08-23T21:30:39.866Z | [ helios-setup] Aug 23 21:30:39.462 INFO E| Compiling sct v0.7.0 |
2614 | 2024-08-23T21:30:40.055Z | [ host-package] Compiling kstat-rs v0.2.4 |
2615 | 2024-08-23T21:30:40.296Z | [ helios-setup] Aug 23 21:30:39.892 INFO E| Compiling serde_spanned v0.6.1 |
2616 | 2024-08-23T21:30:40.903Z | [ helios-setup] Aug 23 21:30:40.498 INFO E| Compiling toml_datetime v0.6.1 |
2617 | 2024-08-23T21:30:41.143Z | [ helios-setup] Aug 23 21:30:40.739 INFO E| Compiling async-trait v0.1.68 |
2618 | 2024-08-23T21:30:42.013Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2619 | 2024-08-23T21:30:42.112Z | [ helios-setup] Aug 23 21:30:41.707 INFO E| Compiling paste v1.0.12 |
2620 | 2024-08-23T21:30:42.370Z | [ helios-setup] Aug 23 21:30:41.965 INFO E| Compiling winnow v0.4.1 |
2621 | 2024-08-23T21:30:43.546Z | [ helios-setup] Aug 23 21:30:43.141 INFO E| Compiling slog-async v2.7.0 |
2622 | 2024-08-23T21:30:43.930Z | [ helios-setup] Aug 23 21:30:43.524 INFO E| Compiling match_cfg v0.1.0 |
2623 | 2024-08-23T21:30:44.174Z | [ helios-setup] Aug 23 21:30:43.769 INFO E| Compiling camino v1.1.4 |
2624 | 2024-08-23T21:30:44.410Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2625 | 2024-08-23T21:30:44.666Z | [ helios-setup] Aug 23 21:30:44.261 INFO E| Compiling static_assertions v1.1.0 |
2626 | 2024-08-23T21:30:45.203Z | [ host-package] Compiling unicode_categories v0.1.1 |
2627 | 2024-08-23T21:30:45.363Z | [ host-package] Compiling rustyline v14.0.0 |
2628 | 2024-08-23T21:30:45.740Z | [ helios-setup] Aug 23 21:30:45.334 INFO E| Compiling hostname v0.3.1 |
2629 | 2024-08-23T21:30:46.600Z | [ host-package] Compiling sqlformat v0.2.4 |
2630 | 2024-08-23T21:30:46.865Z | [ helios-setup] Aug 23 21:30:46.460 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2631 | 2024-08-23T21:30:47.042Z | [ host-package] Compiling reedline v0.33.0 |
2632 | 2024-08-23T21:30:48.268Z | [ host-package] Compiling peg v0.8.4 |
2633 | 2024-08-23T21:30:48.553Z | [ host-package] Compiling sqlparser v0.45.0 |
2634 | 2024-08-23T21:30:49.595Z | [ helios-setup] Aug 23 21:30:49.189 INFO E| Compiling toml_edit v0.19.8 |
2635 | 2024-08-23T21:30:54.613Z | [ helios-setup] Aug 23 21:30:54.206 INFO E| Compiling slog-json v2.6.1 |
2636 | 2024-08-23T21:30:55.665Z | [ helios-setup] Aug 23 21:30:55.258 INFO E| Compiling unicode-linebreak v0.1.4 |
2637 | 2024-08-23T21:30:56.907Z | [ helios-setup] Aug 23 21:30:56.500 INFO E| Compiling async-stream-impl v0.3.5 |
2638 | 2024-08-23T21:30:59.498Z | [ helios-setup] Aug 23 21:30:59.090 INFO E| Compiling rhai_codegen v1.5.0 |
2639 | 2024-08-23T21:31:00.159Z | [ helios-setup] Aug 23 21:30:59.751 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2640 | 2024-08-23T21:31:00.943Z | [ helios-setup] Aug 23 21:31:00.535 INFO E| Compiling take_mut v0.2.2 |
2641 | 2024-08-23T21:31:01.976Z | [ helios-setup] Aug 23 21:31:01.567 INFO E| Compiling async-stream v0.3.5 |
2642 | 2024-08-23T21:31:02.673Z | [ helios-setup] Aug 23 21:31:02.265 INFO E| Compiling toml v0.7.3 |
2643 | 2024-08-23T21:31:02.802Z | [ helios-setup] Aug 23 21:31:02.393 INFO E| Compiling slog-bunyan v2.4.0 |
2644 | 2024-08-23T21:31:03.565Z | [ helios-setup] Aug 23 21:31:03.157 INFO E| Compiling tokio-rustls v0.24.0 |
2645 | 2024-08-23T21:31:04.802Z | [ helios-setup] Aug 23 21:31:04.393 INFO E| Compiling rhai v1.14.0 |
2646 | 2024-08-23T21:31:06.256Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2647 | 2024-08-23T21:31:08.069Z | [ host-package] Compiling tabled v0.15.0 |
2648 | 2024-08-23T21:31:10.053Z | [ helios-setup] Aug 23 21:31:09.644 INFO E| Compiling rustls-pemfile v1.0.2 |
2649 | 2024-08-23T21:31:11.077Z | [ host-package] Compiling sled v0.34.7 |
2650 | 2024-08-23T21:31:11.331Z | [ helios-setup] Aug 23 21:31:10.921 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2651 | 2024-08-23T21:31:12.924Z | [ helios-setup] Aug 23 21:31:12.514 INFO E| Compiling serde_path_to_error v0.1.11 |
2652 | 2024-08-23T21:31:13.230Z | [ helios-setup] Aug 23 21:31:12.820 INFO E| Compiling bincode v1.3.3 |
2653 | 2024-08-23T21:31:14.821Z | [ helios-setup] Aug 23 21:31:14.410 INFO E| Compiling terminal_size v0.2.6 |
2654 | 2024-08-23T21:31:15.432Z | [ helios-setup] Aug 23 21:31:15.021 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2655 | 2024-08-23T21:31:15.583Z | [ helios-setup] Aug 23 21:31:15.173 INFO E| Compiling smawk v0.3.1 |
2656 | 2024-08-23T21:31:16.561Z | [ helios-setup] Aug 23 21:31:16.151 INFO E| Compiling textwrap v0.16.0 |
2657 | 2024-08-23T21:31:32.033Z | [ host-package] Compiling mime_guess v2.0.4 |
2658 | 2024-08-23T21:31:37.418Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2659 | 2024-08-23T21:31:38.463Z | [ host-package] Compiling hickory-client v0.24.1 |
2660 | 2024-08-23T21:31:39.451Z | [ host-package] Compiling env_logger v0.9.3 |
2661 | 2024-08-23T21:31:43.925Z | [ helios-setup] Aug 23 21:31:43.509 INFO E| Compiling git2 v0.16.1 |
2662 | 2024-08-23T21:31:46.033Z | [ host-package] Compiling tungstenite v0.20.1 |
2663 | 2024-08-23T21:31:46.325Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2664 | 2024-08-23T21:31:46.680Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2665 | 2024-08-23T21:31:49.243Z | [ helios-setup] Aug 23 21:31:48.826 INFO E| Compiling built v0.6.0 |
2666 | 2024-08-23T21:31:52.599Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2667 | 2024-08-23T21:31:52.674Z | [ helios-setup] Aug 23 21:31:52.257 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2668 | 2024-08-23T21:31:54.394Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2669 | 2024-08-23T21:31:54.416Z | [ helios-setup] Aug 23 21:31:53.999 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2670 | 2024-08-23T21:31:55.122Z | [ helios-setup] Aug 23 21:31:54.704 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2671 | 2024-08-23T21:31:56.757Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2672 | 2024-08-23T21:32:04.546Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2673 | 2024-08-23T21:32:05.323Z | [ host-package] Compiling hickory-server v0.24.1 |
2674 | 2024-08-23T21:32:07.326Z | [ host-package] Compiling bcs v0.1.6 |
2675 | 2024-08-23T21:32:07.326Z | [ host-package] Compiling vergen v8.3.2 |
2676 | 2024-08-23T21:32:09.013Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2677 | 2024-08-23T21:32:09.078Z | [ host-package] Compiling cargo-platform v0.1.8 |
2678 | 2024-08-23T21:32:09.210Z | [ host-package] Compiling nanorand v0.7.0 |
2679 | 2024-08-23T21:32:10.122Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2680 | 2024-08-23T21:32:10.356Z | [ host-package] Compiling memoffset v0.9.1 |
2681 | 2024-08-23T21:32:10.618Z | [ host-package] Compiling ascii v1.1.0 |
2682 | 2024-08-23T21:32:10.892Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2683 | 2024-08-23T21:32:11.054Z | [ host-package] Compiling bitstruct v0.1.1 |
2684 | 2024-08-23T21:32:11.274Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2685 | 2024-08-23T21:32:11.455Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2686 | 2024-08-23T21:32:11.826Z | [ host-package] Compiling flume v0.11.0 |
2687 | 2024-08-23T21:32:12.676Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2688 | 2024-08-23T21:32:14.033Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2689 | 2024-08-23T21:32:15.241Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2690 | 2024-08-23T21:32:15.496Z | [ helios-setup] Aug 23 21:32:15.075 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2691 | 2024-08-23T21:32:15.892Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2692 | 2024-08-23T21:32:16.542Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2693 | 2024-08-23T21:32:17.645Z | [ helios-setup] Aug 23 21:32:17.223 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2694 | 2024-08-23T21:32:18.019Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2695 | 2024-08-23T21:32:22.327Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2696 | 2024-08-23T21:32:37.587Z | [ host-package] Compiling git2 v0.19.0 |
2697 | 2024-08-23T21:32:56.228Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2698 | 2024-08-23T21:32:57.729Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2699 | 2024-08-23T21:32:59.893Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2700 | 2024-08-23T21:33:00.544Z | [ host-package] Compiling erased-serde v0.3.31 |
2701 | 2024-08-23T21:33:01.195Z | [ helios-setup] Aug 23 21:33:00.764 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2702 | 2024-08-23T21:33:01.681Z | [ host-package] Compiling serde_arrays v0.1.0 |
2703 | 2024-08-23T21:33:02.016Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2704 | 2024-08-23T21:33:06.573Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2705 | 2024-08-23T21:33:07.444Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2706 | 2024-08-23T21:33:15.692Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2707 | 2024-08-23T21:33:16.146Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2708 | 2024-08-23T21:33:16.217Z | [ host-package] Compiling heck v0.3.3 |
2709 | 2024-08-23T21:33:16.675Z | [ host-package] Compiling rand_seeder v0.3.0 |
2710 | 2024-08-23T21:33:17.229Z | [ host-package] Compiling castaway v0.2.3 |
2711 | 2024-08-23T21:33:17.501Z | [ host-package] Compiling csv-core v0.1.11 |
2712 | 2024-08-23T21:33:18.644Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2713 | 2024-08-23T21:33:19.244Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2714 | 2024-08-23T21:33:19.783Z | [ host-package] Compiling http-range v0.1.5 |
2715 | 2024-08-23T21:33:20.370Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2716 | 2024-08-23T21:33:21.078Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2717 | 2024-08-23T21:33:24.607Z | [ host-package] Compiling csv v1.3.0 |
2718 | 2024-08-23T21:33:27.332Z | [ host-package] Compiling compact_str v0.8.0 |
2719 | 2024-08-23T21:33:27.773Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2720 | 2024-08-23T21:33:28.157Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2721 | 2024-08-23T21:33:28.437Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2722 | 2024-08-23T21:33:30.697Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2723 | 2024-08-23T21:33:31.500Z | [ host-package] Compiling nix v0.27.1 |
2724 | 2024-08-23T21:33:31.579Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2725 | 2024-08-23T21:33:33.317Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2726 | 2024-08-23T21:33:34.188Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2727 | 2024-08-23T21:33:35.659Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2728 | 2024-08-23T21:33:41.422Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2729 | 2024-08-23T21:33:42.416Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2730 | 2024-08-23T21:33:43.275Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2731 | 2024-08-23T21:33:44.182Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2732 | 2024-08-23T21:33:44.953Z | [ host-package] Compiling hashlink v0.9.1 |
2733 | 2024-08-23T21:33:45.110Z | [ host-package] Compiling lru v0.12.3 |
2734 | 2024-08-23T21:33:46.244Z | [ host-package] Compiling serde-big-array v0.5.1 |
2735 | 2024-08-23T21:33:46.639Z | [ host-package] Compiling instability v0.3.2 |
2736 | 2024-08-23T21:33:47.097Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2737 | 2024-08-23T21:33:48.683Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2738 | 2024-08-23T21:33:49.005Z | [ host-package] Compiling base64 v0.13.1 |
2739 | 2024-08-23T21:33:49.579Z | [ host-package] Compiling cassowary v0.3.0 |
2740 | 2024-08-23T21:33:50.593Z | [ host-package] Compiling ratatui v0.28.0 |
2741 | 2024-08-23T21:34:01.677Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2742 | 2024-08-23T21:34:02.482Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2743 | 2024-08-23T21:34:04.552Z | [ host-package] Compiling ron v0.7.1 |
2744 | 2024-08-23T21:34:05.158Z | [ host-package] Compiling rusqlite v0.31.0 |
2745 | 2024-08-23T21:34:09.195Z | [ helios-setup] Aug 23 21:34:08.754 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s |
2746 | 2024-08-23T21:34:09.331Z | [ helios-setup] Aug 23 21:34:08.890 INFO building project "pilot" ok (409 seconds) |
2747 | 2024-08-23T21:34:09.333Z | [ helios-setup] Aug 23 21:34:08.890 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2748 | 2024-08-23T21:34:09.333Z | [ helios-setup] Aug 23 21:34:08.890 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2749 | 2024-08-23T21:34:09.766Z | [ helios-setup] Aug 23 21:34:09.326 INFO E| Compiling adler v1.0.2 |
2750 | 2024-08-23T21:34:09.895Z | [ helios-setup] Aug 23 21:34:09.454 INFO E| Compiling miniz_oxide v0.7.2 |
2751 | 2024-08-23T21:34:10.460Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2752 | 2024-08-23T21:34:12.574Z | [ helios-setup] Aug 23 21:34:12.133 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2753 | 2024-08-23T21:34:13.440Z | [ helios-setup] Aug 23 21:34:12.999 INFO E| Finished `release` profile [optimized] target(s) in 4.02s |
2754 | 2024-08-23T21:34:13.449Z | [ helios-setup] Aug 23 21:34:13.007 INFO building project "pinprick" ok (4 seconds) |
2755 | 2024-08-23T21:34:13.449Z | [ helios-setup] Aug 23 21:34:13.007 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2756 | 2024-08-23T21:34:13.452Z | [ helios-setup] Aug 23 21:34:13.007 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2757 | 2024-08-23T21:34:13.738Z | [ helios-setup] Aug 23 21:34:13.296 INFO E| Blocking waiting for file lock on package cache |
2758 | 2024-08-23T21:34:14.246Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2759 | 2024-08-23T21:34:15.016Z | [ host-package] Compiling zone v0.1.8 |
2760 | 2024-08-23T21:34:15.182Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2761 | 2024-08-23T21:34:21.605Z | [ helios-setup] Aug 23 21:34:21.162 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2762 | 2024-08-23T21:34:22.037Z | [ helios-setup] Aug 23 21:34:21.594 INFO E| From https://github.com/jclulow/rust-jmclib |
2763 | 2024-08-23T21:34:22.037Z | [ helios-setup] Aug 23 21:34:21.594 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2764 | 2024-08-23T21:34:22.058Z | [ helios-setup] Aug 23 21:34:21.615 INFO E| Updating crates.io index |
2765 | 2024-08-23T21:34:22.237Z | [ helios-setup] Aug 23 21:34:21.793 INFO E| Blocking waiting for file lock on package cache |
2766 | 2024-08-23T21:34:22.300Z | [ helios-setup] Aug 23 21:34:21.856 INFO E| Blocking waiting for file lock on package cache |
2767 | 2024-08-23T21:34:24.733Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2768 | 2024-08-23T21:34:26.590Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2769 | 2024-08-23T21:34:27.588Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2770 | 2024-08-23T21:34:28.186Z | [ helios-setup] Aug 23 21:34:27.741 INFO E| Downloading crates ... |
2771 | 2024-08-23T21:34:28.255Z | [ helios-setup] Aug 23 21:34:27.811 INFO E| Downloaded digest v0.9.0 |
2772 | 2024-08-23T21:34:28.261Z | [ helios-setup] Aug 23 21:34:27.816 INFO E| Downloaded once_cell v1.18.0 |
2773 | 2024-08-23T21:34:28.267Z | [ helios-setup] Aug 23 21:34:27.822 INFO E| Downloaded block-buffer v0.9.0 |
2774 | 2024-08-23T21:34:28.276Z | [ helios-setup] Aug 23 21:34:27.830 INFO E| Downloaded unicode-ident v1.0.11 |
2775 | 2024-08-23T21:34:28.282Z | [ helios-setup] Aug 23 21:34:27.836 INFO E| Downloaded sha-1 v0.9.8 |
2776 | 2024-08-23T21:34:28.286Z | [ helios-setup] Aug 23 21:34:27.840 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2777 | 2024-08-23T21:34:28.289Z | [ helios-setup] Aug 23 21:34:27.844 INFO E| Downloaded quote v1.0.31 |
2778 | 2024-08-23T21:34:28.293Z | [ helios-setup] Aug 23 21:34:27.848 INFO E| Downloaded fastrand v2.0.0 |
2779 | 2024-08-23T21:34:28.297Z | [ helios-setup] Aug 23 21:34:27.851 INFO E| Downloaded getrandom v0.2.10 |
2780 | 2024-08-23T21:34:28.301Z | [ helios-setup] Aug 23 21:34:27.856 INFO E| Downloaded uuid v0.8.2 |
2781 | 2024-08-23T21:34:28.306Z | [ helios-setup] Aug 23 21:34:27.862 INFO E| Downloaded md-5 v0.9.1 |
2782 | 2024-08-23T21:34:28.309Z | [ helios-setup] Aug 23 21:34:27.864 INFO E| Downloaded anyhow v1.0.72 |
2783 | 2024-08-23T21:34:28.315Z | [ helios-setup] Aug 23 21:34:27.871 INFO E| Downloaded tempfile v3.7.0 |
2784 | 2024-08-23T21:34:28.320Z | [ helios-setup] Aug 23 21:34:27.875 INFO E| Downloaded proc-macro2 v1.0.66 |
2785 | 2024-08-23T21:34:28.324Z | [ helios-setup] Aug 23 21:34:27.880 INFO E| Downloaded serde v1.0.193 |
2786 | 2024-08-23T21:34:28.330Z | [ helios-setup] Aug 23 21:34:27.886 INFO E| Downloaded bitflags v2.3.3 |
2787 | 2024-08-23T21:34:28.335Z | [ helios-setup] Aug 23 21:34:27.891 INFO E| Downloaded serde_derive v1.0.193 |
2788 | 2024-08-23T21:34:28.344Z | [ helios-setup] Aug 23 21:34:27.895 INFO E| Downloaded cpufeatures v0.2.9 |
2789 | 2024-08-23T21:34:28.352Z | [ helios-setup] Aug 23 21:34:27.897 INFO E| Downloaded serde_json v1.0.103 |
2790 | 2024-08-23T21:34:28.356Z | [ helios-setup] Aug 23 21:34:27.911 INFO E| Downloaded syn v2.0.32 |
2791 | 2024-08-23T21:34:28.375Z | [ helios-setup] Aug 23 21:34:27.930 INFO E| Downloaded rustix v0.38.4 |
2792 | 2024-08-23T21:34:28.465Z | [ helios-setup] Aug 23 21:34:27.987 INFO E| Downloaded libc v0.2.147 |
2793 | 2024-08-23T21:34:28.680Z | [ helios-setup] Aug 23 21:34:28.235 INFO E| Compiling libc v0.2.147 |
2794 | 2024-08-23T21:34:28.683Z | [ helios-setup] Aug 23 21:34:28.236 INFO E| Compiling proc-macro2 v1.0.66 |
2795 | 2024-08-23T21:34:28.683Z | [ helios-setup] Aug 23 21:34:28.236 INFO E| Compiling cfg-if v1.0.0 |
2796 | 2024-08-23T21:34:28.683Z | [ helios-setup] Aug 23 21:34:28.236 INFO E| Compiling unicode-ident v1.0.11 |
2797 | 2024-08-23T21:34:28.683Z | [ helios-setup] Aug 23 21:34:28.237 INFO E| Compiling typenum v1.16.0 |
2798 | 2024-08-23T21:34:28.683Z | [ helios-setup] Aug 23 21:34:28.237 INFO E| Compiling version_check v0.9.4 |
2799 | 2024-08-23T21:34:28.683Z | [ helios-setup] Aug 23 21:34:28.237 INFO E| Compiling serde v1.0.193 |
2800 | 2024-08-23T21:34:28.683Z | [ helios-setup] Aug 23 21:34:28.237 INFO E| Compiling num-conv v0.1.0 |
2801 | 2024-08-23T21:34:28.798Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2802 | 2024-08-23T21:34:29.289Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2803 | 2024-08-23T21:34:29.616Z | [ helios-setup] Aug 23 21:34:29.171 INFO E| Compiling powerfmt v0.2.0 |
2804 | 2024-08-23T21:34:29.863Z | [ helios-setup] Aug 23 21:34:29.418 INFO E| Compiling time-core v0.1.2 |
2805 | 2024-08-23T21:34:29.948Z | [ helios-setup] Aug 23 21:34:29.504 INFO E| Compiling rustix v0.38.4 |
2806 | 2024-08-23T21:34:29.970Z | [ helios-setup] Aug 23 21:34:29.526 INFO E| Compiling generic-array v0.14.7 |
2807 | 2024-08-23T21:34:30.477Z | [ helios-setup] Aug 23 21:34:30.029 INFO E| Compiling itoa v1.0.9 |
2808 | 2024-08-23T21:34:30.612Z | [ helios-setup] Aug 23 21:34:30.167 INFO E| Compiling slog v2.7.0 |
2809 | 2024-08-23T21:34:30.912Z | [ helios-setup] Aug 23 21:34:30.467 INFO E| Compiling time-macros v0.2.18 |
2810 | 2024-08-23T21:34:31.073Z | [ helios-setup] Aug 23 21:34:30.626 INFO E| Compiling deranged v0.3.11 |
2811 | 2024-08-23T21:34:31.175Z | [ helios-setup] Aug 23 21:34:30.730 INFO E| Compiling once_cell v1.18.0 |
2812 | 2024-08-23T21:34:31.518Z | [ helios-setup] Aug 23 21:34:31.073 INFO E| Compiling bitflags v2.3.3 |
2813 | 2024-08-23T21:34:31.945Z | [ helios-setup] Aug 23 21:34:31.500 INFO E| Compiling num_threads v0.1.6 |
2814 | 2024-08-23T21:34:32.280Z | [ helios-setup] Aug 23 21:34:31.835 INFO E| Compiling dirs-sys-next v0.1.2 |
2815 | 2024-08-23T21:34:32.374Z | [ helios-setup] Aug 23 21:34:31.929 INFO E| Compiling errno v0.3.1 |
2816 | 2024-08-23T21:34:32.584Z | [ helios-setup] Aug 23 21:34:32.138 INFO E| Compiling dirs-next v2.0.0 |
2817 | 2024-08-23T21:34:32.712Z | [ helios-setup] Aug 23 21:34:32.265 INFO E| Compiling quote v1.0.31 |
2818 | 2024-08-23T21:34:32.960Z | [ helios-setup] Aug 23 21:34:32.511 INFO E| Compiling term v0.7.0 |
2819 | 2024-08-23T21:34:33.659Z | [ helios-setup] Aug 23 21:34:33.214 INFO E| Compiling syn v2.0.32 |
2820 | 2024-08-23T21:34:34.177Z | [ helios-setup] Aug 23 21:34:33.732 INFO E| Compiling atty v0.2.14 |
2821 | 2024-08-23T21:34:34.386Z | [ helios-setup] Aug 23 21:34:33.941 INFO E| Compiling thread_local v1.1.7 |
2822 | 2024-08-23T21:34:35.280Z | [ helios-setup] Aug 23 21:34:34.835 INFO E| Compiling block-buffer v0.9.0 |
2823 | 2024-08-23T21:34:35.486Z | [ helios-setup] Aug 23 21:34:35.041 INFO E| Compiling digest v0.9.0 |
2824 | 2024-08-23T21:34:35.565Z | [ helios-setup] Aug 23 21:34:35.120 INFO E| Compiling opaque-debug v0.3.0 |
2825 | 2024-08-23T21:34:35.607Z | [ helios-setup] Aug 23 21:34:35.162 INFO E| Compiling fastrand v2.0.0 |
2826 | 2024-08-23T21:34:35.618Z | [ helios-setup] Aug 23 21:34:35.173 INFO E| Compiling anyhow v1.0.72 |
2827 | 2024-08-23T21:34:35.679Z | [ helios-setup] Aug 23 21:34:35.233 INFO E| Compiling serde_json v1.0.103 |
2828 | 2024-08-23T21:34:36.228Z | [ helios-setup] Aug 23 21:34:35.782 INFO E| Compiling tempfile v3.7.0 |
2829 | 2024-08-23T21:34:36.547Z | [ helios-setup] Aug 23 21:34:36.101 INFO E| Compiling getrandom v0.2.10 |
2830 | 2024-08-23T21:34:36.689Z | [ helios-setup] Aug 23 21:34:36.244 INFO E| Compiling ryu v1.0.15 |
2831 | 2024-08-23T21:34:36.758Z | [ helios-setup] Aug 23 21:34:36.312 INFO E| Compiling time v0.3.36 |
2832 | 2024-08-23T21:34:37.070Z | [ helios-setup] Aug 23 21:34:36.625 INFO E| Compiling same-file v1.0.6 |
2833 | 2024-08-23T21:34:37.339Z | [ helios-setup] Aug 23 21:34:36.893 INFO E| Compiling unicode-width v0.1.10 |
2834 | 2024-08-23T21:34:37.342Z | [ helios-setup] Aug 23 21:34:36.894 INFO E| Compiling cpufeatures v0.2.9 |
2835 | 2024-08-23T21:34:37.439Z | [ helios-setup] Aug 23 21:34:36.993 INFO E| Compiling sha-1 v0.9.8 |
2836 | 2024-08-23T21:34:37.597Z | [ helios-setup] Aug 23 21:34:37.151 INFO E| Compiling getopts v0.2.21 |
2837 | 2024-08-23T21:34:37.638Z | [ helios-setup] Aug 23 21:34:37.192 INFO E| Compiling walkdir v2.3.3 |
2838 | 2024-08-23T21:34:37.709Z | [ helios-setup] Aug 23 21:34:37.263 INFO E| Compiling md-5 v0.9.1 |
2839 | 2024-08-23T21:34:38.101Z | [ helios-setup] Aug 23 21:34:37.655 INFO E| Compiling glob v0.3.1 |
2840 | 2024-08-23T21:34:38.600Z | [ helios-setup] Aug 23 21:34:38.154 INFO E| Compiling libdevinfo-sys v1.0.0 |
2841 | 2024-08-23T21:34:39.125Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2842 | 2024-08-23T21:34:39.483Z | [ host-package] Compiling twox-hash v1.6.3 |
2843 | 2024-08-23T21:34:39.999Z | [ host-package] Compiling yasna v0.5.2 |
2844 | 2024-08-23T21:34:40.419Z | [ helios-setup] Aug 23 21:34:39.973 INFO E| Compiling slog-term v2.9.0 |
2845 | 2024-08-23T21:34:40.730Z | [ host-package] Compiling portpicker v0.1.1 |
2846 | 2024-08-23T21:34:41.476Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2847 | 2024-08-23T21:34:42.694Z | [ host-package] Compiling smawk v0.3.2 |
2848 | 2024-08-23T21:34:42.799Z | [ helios-setup] Aug 23 21:34:42.353 INFO E| Compiling serde_derive v1.0.193 |
2849 | 2024-08-23T21:34:43.128Z | [ host-package] Compiling textwrap v0.16.1 |
2850 | 2024-08-23T21:34:44.398Z | [ host-package] Compiling rcgen v0.12.1 |
2851 | 2024-08-23T21:34:45.590Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2852 | 2024-08-23T21:34:47.245Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2853 | 2024-08-23T21:34:55.410Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2854 | 2024-08-23T21:34:57.200Z | [ helios-setup] Aug 23 21:34:56.751 INFO E| Compiling toml v0.5.11 |
2855 | 2024-08-23T21:34:57.200Z | [ helios-setup] Aug 23 21:34:56.751 INFO E| Compiling uuid v0.8.2 |
2856 | 2024-08-23T21:34:58.861Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2857 | 2024-08-23T21:34:59.632Z | [ helios-setup] Aug 23 21:34:59.182 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2858 | 2024-08-23T21:34:59.833Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2859 | 2024-08-23T21:35:02.676Z | [ helios-setup] Aug 23 21:35:02.225 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2860 | 2024-08-23T21:35:04.803Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2861 | 2024-08-23T21:35:05.521Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2862 | 2024-08-23T21:35:07.829Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2863 | 2024-08-23T21:35:08.195Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2864 | 2024-08-23T21:35:14.385Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2865 | 2024-08-23T21:35:15.742Z | [ helios-setup] Aug 23 21:35:15.290 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
2866 | 2024-08-23T21:35:15.772Z | [ host-package] Compiling atomicwrites v0.4.3 |
2867 | 2024-08-23T21:35:15.775Z | [ helios-setup] Aug 23 21:35:15.322 INFO building project "image-builder" ok (62 seconds) |
2868 | 2024-08-23T21:35:15.775Z | [ helios-setup] Aug 23 21:35:15.323 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2869 | 2024-08-23T21:35:15.775Z | [ helios-setup] Aug 23 21:35:15.323 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2870 | 2024-08-23T21:35:15.891Z | [ host-package] Compiling fatfs v0.3.6 |
2871 | 2024-08-23T21:35:16.138Z | [ helios-setup] Aug 23 21:35:15.686 INFO E| Downloading crates ... |
2872 | 2024-08-23T21:35:16.285Z | [ helios-setup] Aug 23 21:35:15.833 INFO E| Downloaded typenum v1.15.0 |
2873 | 2024-08-23T21:35:16.289Z | [ helios-setup] Aug 23 21:35:15.836 INFO E| Downloaded sha2 v0.10.5 |
2874 | 2024-08-23T21:35:16.292Z | [ helios-setup] Aug 23 21:35:15.839 INFO E| Downloaded digest v0.10.3 |
2875 | 2024-08-23T21:35:16.294Z | [ helios-setup] Aug 23 21:35:15.842 INFO E| Downloaded bytes v1.2.1 |
2876 | 2024-08-23T21:35:16.300Z | [ helios-setup] Aug 23 21:35:15.848 INFO E| Downloaded anyhow v1.0.62 |
2877 | 2024-08-23T21:35:16.314Z | [ host-package] Compiling subprocess v0.2.9 |
2878 | 2024-08-23T21:35:16.369Z | [ host-package] Compiling rtoolbox v0.0.2 |
2879 | 2024-08-23T21:35:16.447Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling version_check v0.9.4 |
2880 | 2024-08-23T21:35:16.447Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling typenum v1.15.0 |
2881 | 2024-08-23T21:35:16.447Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling cfg-if v1.0.0 |
2882 | 2024-08-23T21:35:16.451Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling crc32fast v1.3.2 |
2883 | 2024-08-23T21:35:16.451Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling adler v1.0.2 |
2884 | 2024-08-23T21:35:16.451Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling anyhow v1.0.62 |
2885 | 2024-08-23T21:35:16.451Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling unicode-width v0.1.10 |
2886 | 2024-08-23T21:35:16.451Z | [ helios-setup] Aug 23 21:35:15.995 INFO E| Compiling cpufeatures v0.2.5 |
2887 | 2024-08-23T21:35:16.724Z | [ helios-setup] Aug 23 21:35:16.271 INFO E| Compiling bytes v1.2.1 |
2888 | 2024-08-23T21:35:16.735Z | [ helios-setup] Aug 23 21:35:16.283 INFO E| Compiling bitflags v1.3.2 |
2889 | 2024-08-23T21:35:16.880Z | [ helios-setup] Aug 23 21:35:16.428 INFO E| Compiling miniz_oxide v0.6.2 |
2890 | 2024-08-23T21:35:16.919Z | [ helios-setup] Aug 23 21:35:16.466 INFO E| Compiling getopts v0.2.21 |
2891 | 2024-08-23T21:35:17.269Z | [ host-package] Compiling assert_matches v1.5.0 |
2892 | 2024-08-23T21:35:17.594Z | [ host-package] Compiling is_ci v1.2.0 |
2893 | 2024-08-23T21:35:17.688Z | [ helios-setup] Aug 23 21:35:17.235 INFO E| Compiling generic-array v0.14.6 |
2894 | 2024-08-23T21:35:18.449Z | [ helios-setup] Aug 23 21:35:17.996 INFO E| Compiling flate2 v1.0.25 |
2895 | 2024-08-23T21:35:20.216Z | [ host-package] Compiling supports-color v3.0.0 |
2896 | 2024-08-23T21:35:21.139Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2897 | 2024-08-23T21:35:22.766Z | [ helios-setup] Aug 23 21:35:22.312 INFO E| Compiling block-buffer v0.10.3 |
2898 | 2024-08-23T21:35:22.766Z | [ helios-setup] Aug 23 21:35:22.312 INFO E| Compiling crypto-common v0.1.6 |
2899 | 2024-08-23T21:35:22.897Z | [ host-package] Compiling rpassword v7.3.1 |
2900 | 2024-08-23T21:35:22.991Z | [ helios-setup] Aug 23 21:35:22.537 INFO E| Compiling digest v0.10.3 |
2901 | 2024-08-23T21:35:23.357Z | [ helios-setup] Aug 23 21:35:22.903 INFO E| Compiling sha2 v0.10.5 |
2902 | 2024-08-23T21:35:23.595Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2903 | 2024-08-23T21:35:23.897Z | [ helios-setup] Aug 23 21:35:23.443 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2904 | 2024-08-23T21:35:27.014Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2905 | 2024-08-23T21:35:28.846Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
2906 | 2024-08-23T21:35:28.971Z | [ helios-setup] Aug 23 21:35:28.516 INFO E| Finished `release` profile [optimized] target(s) in 13.10s |
2907 | 2024-08-23T21:35:28.986Z | [ helios-setup] Aug 23 21:35:28.531 INFO building project "bootserver" ok (13 seconds) |
2908 | 2024-08-23T21:35:28.986Z | [ helios-setup] Aug 23 21:35:28.531 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2909 | 2024-08-23T21:35:28.989Z | [ helios-setup] Aug 23 21:35:28.531 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2910 | 2024-08-23T21:35:28.996Z | [ helios-setup] Aug 23 21:35:28.542 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2911 | 2024-08-23T21:35:29.175Z | [ helios-setup] Aug 23 21:35:28.720 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2912 | 2024-08-23T21:35:29.175Z | [ helios-setup] Aug 23 21:35:28.721 INFO E| info: downloading component 'cargo' |
2913 | 2024-08-23T21:35:29.213Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2914 | 2024-08-23T21:35:29.276Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2915 | 2024-08-23T21:35:29.941Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2916 | 2024-08-23T21:35:30.169Z | [ helios-setup] Aug 23 21:35:29.714 INFO E| info: downloading component 'clippy' |
2917 | 2024-08-23T21:35:30.307Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2918 | 2024-08-23T21:35:30.574Z | [ helios-setup] Aug 23 21:35:30.119 INFO E| info: downloading component 'rust-docs' |
2919 | 2024-08-23T21:35:31.447Z | [ helios-setup] Aug 23 21:35:30.992 INFO E| info: downloading component 'rust-src' |
2920 | 2024-08-23T21:35:31.698Z | [ helios-setup] Aug 23 21:35:31.242 INFO E| info: downloading component 'rust-std' |
2921 | 2024-08-23T21:35:33.730Z | [ helios-setup] Aug 23 21:35:33.275 INFO E| info: downloading component 'rustc' |
2922 | 2024-08-23T21:35:35.011Z | [ host-package] Compiling uzers v0.11.3 |
2923 | 2024-08-23T21:35:37.013Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2924 | 2024-08-23T21:35:37.766Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2925 | 2024-08-23T21:35:38.859Z | [ helios-setup] Aug 23 21:35:38.403 INFO E| info: downloading component 'rustfmt' |
2926 | 2024-08-23T21:35:39.049Z | [ helios-setup] Aug 23 21:35:38.593 INFO E| info: installing component 'cargo' |
2927 | 2024-08-23T21:35:39.888Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2928 | 2024-08-23T21:35:40.445Z | [ helios-setup] Aug 23 21:35:39.988 INFO E| info: installing component 'clippy' |
2929 | 2024-08-23T21:35:40.954Z | [ helios-setup] Aug 23 21:35:40.497 INFO E| info: installing component 'rust-docs' |
2930 | 2024-08-23T21:35:43.280Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2931 | 2024-08-23T21:35:47.535Z | [ helios-setup] Aug 23 21:35:47.077 INFO E| info: installing component 'rust-src' |
2932 | 2024-08-23T21:35:48.159Z | [ helios-setup] Aug 23 21:35:47.701 INFO E| info: installing component 'rust-std' |
2933 | 2024-08-23T21:35:50.634Z | [ helios-setup] Aug 23 21:35:50.176 INFO E| info: installing component 'rustc' |
2934 | 2024-08-23T21:35:57.239Z | [ helios-setup] Aug 23 21:35:56.780 INFO E| info: installing component 'rustfmt' |
2935 | 2024-08-23T21:35:58.113Z | [ helios-setup] Aug 23 21:35:57.653 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2936 | 2024-08-23T21:35:58.932Z | [ helios-setup] Aug 23 21:35:58.472 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2937 | 2024-08-23T21:35:58.932Z | [ helios-setup] Aug 23 21:35:58.473 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2938 | 2024-08-23T21:35:58.935Z | [ helios-setup] Aug 23 21:35:58.473 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2939 | 2024-08-23T21:35:58.964Z | [ helios-setup] Aug 23 21:35:58.504 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2940 | 2024-08-23T21:35:58.964Z | [ helios-setup] Aug 23 21:35:58.504 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2941 | 2024-08-23T21:35:58.967Z | [ helios-setup] Aug 23 21:35:58.504 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2942 | 2024-08-23T21:35:58.967Z | [ helios-setup] Aug 23 21:35:58.504 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2943 | 2024-08-23T21:35:58.967Z | [ helios-setup] Aug 23 21:35:58.504 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2944 | 2024-08-23T21:35:58.967Z | [ helios-setup] Aug 23 21:35:58.504 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2945 | 2024-08-23T21:35:58.967Z | [ helios-setup] Aug 23 21:35:58.504 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2946 | 2024-08-23T21:35:59.021Z | [ helios-setup] Aug 23 21:35:58.561 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2947 | 2024-08-23T21:35:59.309Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2948 | 2024-08-23T21:35:59.845Z | [ helios-setup] Aug 23 21:35:59.385 INFO E| From https://github.com/oxidecomputer/amd-efs |
2949 | 2024-08-23T21:35:59.845Z | [ helios-setup] Aug 23 21:35:59.385 INFO E| * [new branch] empty -> origin/empty |
2950 | 2024-08-23T21:35:59.845Z | [ helios-setup] Aug 23 21:35:59.385 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2951 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.385 INFO E| * [new branch] main -> origin/main |
2952 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.385 INFO E| * [new branch] review -> origin/review |
2953 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.385 INFO E| * [new ref] -> origin/HEAD |
2954 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.386 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2955 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.386 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2956 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.386 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2957 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.386 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2958 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.386 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2959 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.386 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2960 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.386 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2961 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.387 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2962 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.387 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2963 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.387 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2964 | 2024-08-23T21:35:59.848Z | [ helios-setup] Aug 23 21:35:59.387 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2965 | 2024-08-23T21:35:59.871Z | [ helios-setup] Aug 23 21:35:59.411 INFO E| Updating crates.io index |
2966 | 2024-08-23T21:36:00.266Z | [ helios-setup] Aug 23 21:35:59.805 INFO E| Downloading crates ... |
2967 | 2024-08-23T21:36:00.417Z | [ helios-setup] Aug 23 21:35:59.957 INFO E| Downloaded unic-common v0.9.0 |
2968 | 2024-08-23T21:36:00.420Z | [ helios-setup] Aug 23 21:35:59.959 INFO E| Downloaded proc-macro-crate v0.1.5 |
2969 | 2024-08-23T21:36:00.422Z | [ helios-setup] Aug 23 21:35:59.961 INFO E| Downloaded parse_int v0.6.0 |
2970 | 2024-08-23T21:36:00.425Z | [ helios-setup] Aug 23 21:35:59.963 INFO E| Downloaded unic-ucd-version v0.9.0 |
2971 | 2024-08-23T21:36:00.425Z | [ helios-setup] Aug 23 21:35:59.965 INFO E| Downloaded scroll_derive v0.10.5 |
2972 | 2024-08-23T21:36:00.430Z | [ helios-setup] Aug 23 21:35:59.966 INFO E| Downloaded memoffset v0.5.6 |
2973 | 2024-08-23T21:36:00.430Z | [ helios-setup] Aug 23 21:35:59.968 INFO E| Downloaded fletcher v0.1.0 |
2974 | 2024-08-23T21:36:00.433Z | [ helios-setup] Aug 23 21:35:59.969 INFO E| Downloaded unic-char-range v0.9.0 |
2975 | 2024-08-23T21:36:00.433Z | [ helios-setup] Aug 23 21:35:59.972 INFO E| Downloaded unic-char-property v0.9.0 |
2976 | 2024-08-23T21:36:00.435Z | [ helios-setup] Aug 23 21:35:59.974 INFO E| Downloaded strum v0.23.0 |
2977 | 2024-08-23T21:36:00.435Z | [ helios-setup] Aug 23 21:35:59.975 INFO E| Downloaded cfg-if v0.1.10 |
2978 | 2024-08-23T21:36:00.438Z | [ helios-setup] Aug 23 21:35:59.977 INFO E| Downloaded strum_macros v0.23.1 |
2979 | 2024-08-23T21:36:00.440Z | [ helios-setup] Aug 23 21:35:59.980 INFO E| Downloaded strsim v0.8.0 |
2980 | 2024-08-23T21:36:00.443Z | [ helios-setup] Aug 23 21:35:59.982 INFO E| Downloaded semver-parser v0.7.0 |
2981 | 2024-08-23T21:36:00.446Z | [ helios-setup] Aug 23 21:35:59.984 INFO E| Downloaded vec_map v0.8.2 |
2982 | 2024-08-23T21:36:00.446Z | [ helios-setup] Aug 23 21:35:59.986 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2983 | 2024-08-23T21:36:00.449Z | [ helios-setup] Aug 23 21:35:59.988 INFO E| Downloaded textwrap v0.11.0 |
2984 | 2024-08-23T21:36:00.451Z | [ helios-setup] Aug 23 21:35:59.992 INFO E| Downloaded structopt-derive v0.4.18 |
2985 | 2024-08-23T21:36:00.454Z | [ helios-setup] Aug 23 21:35:59.994 INFO E| Downloaded scroll v0.10.2 |
2986 | 2024-08-23T21:36:00.457Z | [ helios-setup] Aug 23 21:35:59.997 INFO E| Downloaded rustc_version v0.2.3 |
2987 | 2024-08-23T21:36:00.459Z | [ helios-setup] Aug 23 21:35:59.998 INFO E| Downloaded clap v2.34.0 |
2988 | 2024-08-23T21:36:00.470Z | [ helios-setup] Aug 23 21:36:00.009 INFO E| Downloaded structopt v0.3.26 |
2989 | 2024-08-23T21:36:00.481Z | [ helios-setup] Aug 23 21:36:00.021 INFO E| Downloaded pest v2.7.11 |
2990 | 2024-08-23T21:36:00.490Z | [ helios-setup] Aug 23 21:36:00.029 INFO E| Downloaded goblin v0.4.3 |
2991 | 2024-08-23T21:36:00.499Z | [ helios-setup] Aug 23 21:36:00.039 INFO E| Downloaded memchr v2.7.4 |
2992 | 2024-08-23T21:36:00.507Z | [ helios-setup] Aug 23 21:36:00.047 INFO E| Downloaded pre-proc-macro v0.2.1 |
2993 | 2024-08-23T21:36:00.510Z | [ helios-setup] Aug 23 21:36:00.050 INFO E| Downloaded libc v0.2.155 |
2994 | 2024-08-23T21:36:00.559Z | [ helios-setup] Aug 23 21:36:00.099 INFO E| Downloaded pest_meta v2.7.11 |
2995 | 2024-08-23T21:36:00.562Z | [ helios-setup] Aug 23 21:36:00.102 INFO E| Downloaded modular-bitfield v0.11.2 |
2996 | 2024-08-23T21:36:00.580Z | [ helios-setup] Aug 23 21:36:00.119 INFO E| Downloaded pre v0.2.1 |
2997 | 2024-08-23T21:36:00.583Z | [ helios-setup] Aug 23 21:36:00.121 INFO E| Downloaded pest_derive v2.7.11 |
2998 | 2024-08-23T21:36:00.586Z | [ helios-setup] Aug 23 21:36:00.124 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2999 | 2024-08-23T21:36:00.586Z | [ helios-setup] Aug 23 21:36:00.125 INFO E| Downloaded four-cc v0.3.0 |
3000 | 2024-08-23T21:36:00.588Z | [ helios-setup] Aug 23 21:36:00.127 INFO E| Downloaded pest_generator v2.7.11 |
3001 | 2024-08-23T21:36:00.591Z | [ helios-setup] Aug 23 21:36:00.129 INFO E| Downloaded num-derive v0.3.3 |
3002 | 2024-08-23T21:36:00.594Z | [ helios-setup] Aug 23 21:36:00.131 INFO E| Downloaded semver v0.9.0 |
3003 | 2024-08-23T21:36:00.594Z | [ helios-setup] Aug 23 21:36:00.133 INFO E| Downloaded bytesize v1.3.0 |
3004 | 2024-08-23T21:36:00.597Z | [ helios-setup] Aug 23 21:36:00.134 INFO E| Downloaded ansi_term v0.12.1 |
3005 | 2024-08-23T21:36:00.713Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling proc-macro2 v1.0.86 |
3006 | 2024-08-23T21:36:00.713Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling unicode-ident v1.0.12 |
3007 | 2024-08-23T21:36:00.713Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling syn v1.0.109 |
3008 | 2024-08-23T21:36:00.713Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling version_check v0.9.4 |
3009 | 2024-08-23T21:36:00.716Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling semver-parser v0.7.0 |
3010 | 2024-08-23T21:36:00.716Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling thiserror v1.0.63 |
3011 | 2024-08-23T21:36:00.716Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling autocfg v1.3.0 |
3012 | 2024-08-23T21:36:00.716Z | [ helios-setup] Aug 23 21:36:00.253 INFO E| Compiling serde v1.0.204 |
3013 | 2024-08-23T21:36:01.898Z | [ helios-setup] Aug 23 21:36:01.438 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3014 | 2024-08-23T21:36:02.577Z | [ helios-setup] Aug 23 21:36:02.117 INFO E| Compiling semver v0.9.0 |
3015 | 2024-08-23T21:36:02.619Z | [ helios-setup] Aug 23 21:36:02.159 INFO E| Compiling proc-macro-error v1.0.4 |
3016 | 2024-08-23T21:36:02.702Z | [ helios-setup] Aug 23 21:36:02.242 INFO E| Compiling serde_json v1.0.120 |
3017 | 2024-08-23T21:36:03.023Z | [ helios-setup] Aug 23 21:36:02.563 INFO E| Compiling num-traits v0.2.19 |
3018 | 2024-08-23T21:36:03.071Z | [ helios-setup] Aug 23 21:36:02.611 INFO E| Compiling ryu v1.0.18 |
3019 | 2024-08-23T21:36:03.239Z | [ helios-setup] Aug 23 21:36:02.778 INFO E| Compiling rustc_version v0.2.3 |
3020 | 2024-08-23T21:36:03.615Z | [ helios-setup] Aug 23 21:36:03.154 INFO E| Compiling itoa v1.0.11 |
3021 | 2024-08-23T21:36:03.685Z | [ helios-setup] Aug 23 21:36:03.224 INFO E| Compiling schemars v0.8.21 |
3022 | 2024-08-23T21:36:03.779Z | [ helios-setup] Aug 23 21:36:03.318 INFO E| Compiling unicode-segmentation v1.11.0 |
3023 | 2024-08-23T21:36:03.785Z | [ helios-setup] Aug 23 21:36:03.324 INFO E| Compiling pre-proc-macro v0.2.1 |
3024 | 2024-08-23T21:36:03.818Z | [ helios-setup] Aug 23 21:36:03.356 INFO E| Compiling memoffset v0.5.6 |
3025 | 2024-08-23T21:36:04.312Z | [ helios-setup] Aug 23 21:36:03.851 INFO E| Compiling memchr v2.7.4 |
3026 | 2024-08-23T21:36:04.407Z | [ helios-setup] Aug 23 21:36:03.946 INFO E| Compiling paste v1.0.15 |
3027 | 2024-08-23T21:36:04.414Z | [ helios-setup] Aug 23 21:36:03.953 INFO E| Compiling lazy_static v1.5.0 |
3028 | 2024-08-23T21:36:04.521Z | [ helios-setup] Aug 23 21:36:04.060 INFO E| Compiling libc v0.2.155 |
3029 | 2024-08-23T21:36:04.603Z | [ helios-setup] Aug 23 21:36:04.142 INFO E| Compiling dyn-clone v1.0.17 |
3030 | 2024-08-23T21:36:04.645Z | [ helios-setup] Aug 23 21:36:04.184 INFO E| Compiling rustversion v1.0.17 |
3031 | 2024-08-23T21:36:05.132Z | [ helios-setup] Aug 23 21:36:04.671 INFO E| Compiling quote v1.0.36 |
3032 | 2024-08-23T21:36:05.530Z | [ helios-setup] Aug 23 21:36:05.068 INFO E| Compiling heck v0.3.3 |
3033 | 2024-08-23T21:36:05.537Z | [ helios-setup] Aug 23 21:36:05.074 INFO E| Compiling ucd-trie v0.1.6 |
3034 | 2024-08-23T21:36:05.935Z | [ helios-setup] Aug 23 21:36:05.473 INFO E| Compiling syn v2.0.71 |
3035 | 2024-08-23T21:36:07.103Z | [ helios-setup] Aug 23 21:36:06.641 INFO E| Compiling pre v0.2.1 |
3036 | 2024-08-23T21:36:07.232Z | [ helios-setup] Aug 23 21:36:06.770 INFO E| Compiling static_assertions v1.1.0 |
3037 | 2024-08-23T21:36:07.393Z | [ helios-setup] Aug 23 21:36:06.931 INFO E| Compiling once_cell v1.19.0 |
3038 | 2024-08-23T21:36:08.022Z | [ helios-setup] Aug 23 21:36:07.560 INFO E| Compiling cfg-if v0.1.10 |
3039 | 2024-08-23T21:36:08.106Z | [ helios-setup] Aug 23 21:36:07.645 INFO E| Compiling byteorder v1.5.0 |
3040 | 2024-08-23T21:36:08.946Z | [ helios-setup] Aug 23 21:36:08.484 INFO E| Compiling unicode-width v0.1.13 |
3041 | 2024-08-23T21:36:09.521Z | [ helios-setup] Aug 23 21:36:09.060 INFO E| Compiling textwrap v0.11.0 |
3042 | 2024-08-23T21:36:10.153Z | [ helios-setup] Aug 23 21:36:09.690 INFO E| Compiling atty v0.2.14 |
3043 | 2024-08-23T21:36:10.440Z | [ helios-setup] Aug 23 21:36:09.978 INFO E| Compiling unic-char-range v0.9.0 |
3044 | 2024-08-23T21:36:10.717Z | [ helios-setup] Aug 23 21:36:10.255 INFO E| Compiling fletcher v0.1.0 |
3045 | 2024-08-23T21:36:10.822Z | [ helios-setup] Aug 23 21:36:10.360 INFO E| Compiling parse_int v0.6.0 |
3046 | 2024-08-23T21:36:10.905Z | [ helios-setup] Aug 23 21:36:10.443 INFO E| Compiling vec_map v0.8.2 |
3047 | 2024-08-23T21:36:10.974Z | [ helios-setup] Aug 23 21:36:10.512 INFO E| Compiling ansi_term v0.12.1 |
3048 | 2024-08-23T21:36:11.304Z | [ helios-setup] Aug 23 21:36:10.842 INFO E| Compiling strum v0.23.0 |
3049 | 2024-08-23T21:36:11.321Z | [ helios-setup] Aug 23 21:36:10.859 INFO E| Compiling unic-common v0.9.0 |
3050 | 2024-08-23T21:36:11.461Z | [ helios-setup] Aug 23 21:36:10.999 INFO E| Compiling bitflags v1.3.2 |
3051 | 2024-08-23T21:36:11.532Z | [ helios-setup] Aug 23 21:36:11.069 INFO E| Compiling strsim v0.8.0 |
3052 | 2024-08-23T21:36:11.532Z | [ helios-setup] Aug 23 21:36:11.069 INFO E| Compiling unic-ucd-version v0.9.0 |
3053 | 2024-08-23T21:36:11.559Z | [ helios-setup] Aug 23 21:36:11.094 INFO E| Compiling unic-char-property v0.9.0 |
3054 | 2024-08-23T21:36:11.647Z | [ helios-setup] Aug 23 21:36:11.183 INFO E| Compiling plain v0.2.3 |
3055 | 2024-08-23T21:36:11.693Z | [ helios-setup] Aug 23 21:36:11.229 INFO E| Compiling log v0.4.22 |
3056 | 2024-08-23T21:36:11.949Z | [ helios-setup] Aug 23 21:36:11.487 INFO E| Compiling unic-ucd-ident v0.9.0 |
3057 | 2024-08-23T21:36:12.012Z | [ helios-setup] Aug 23 21:36:11.549 INFO E| Compiling bytesize v1.3.0 |
3058 | 2024-08-23T21:36:12.056Z | [ helios-setup] Aug 23 21:36:11.592 INFO E| Compiling clap v2.34.0 |
3059 | 2024-08-23T21:36:14.175Z | [ helios-setup] Aug 23 21:36:13.712 INFO E| Compiling serde_derive_internals v0.29.1 |
3060 | 2024-08-23T21:36:14.914Z | [ helios-setup] Aug 23 21:36:14.452 INFO E| Compiling toml v0.5.11 |
3061 | 2024-08-23T21:36:16.857Z | [ host-package] Compiling multimap v0.10.0 |
3062 | 2024-08-23T21:36:18.202Z | [ helios-setup] Aug 23 21:36:17.733 INFO E| Compiling proc-macro-crate v0.1.5 |
3063 | 2024-08-23T21:36:19.048Z | [ helios-setup] Aug 23 21:36:18.585 INFO E| Compiling thiserror-impl v1.0.63 |
3064 | 2024-08-23T21:36:19.368Z | [ helios-setup] Aug 23 21:36:18.904 INFO E| Compiling serde_derive v1.0.204 |
3065 | 2024-08-23T21:36:19.453Z | [ helios-setup] Aug 23 21:36:18.989 INFO E| Compiling schemars_derive v0.8.21 |
3066 | 2024-08-23T21:36:19.765Z | [ helios-setup] Aug 23 21:36:19.302 INFO E| Compiling zerocopy-derive v0.6.6 |
3067 | 2024-08-23T21:36:23.019Z | [ helios-setup] Aug 23 21:36:22.555 INFO E| Compiling zerocopy v0.6.6 |
3068 | 2024-08-23T21:36:24.366Z | [ helios-setup] Aug 23 21:36:23.901 INFO E| Compiling pest v2.7.11 |
3069 | 2024-08-23T21:36:27.795Z | [ helios-setup] Aug 23 21:36:27.330 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3070 | 2024-08-23T21:36:27.795Z | [ helios-setup] Aug 23 21:36:27.330 INFO E| Compiling num-derive v0.3.3 |
3071 | 2024-08-23T21:36:27.852Z | [ helios-setup] Aug 23 21:36:27.387 INFO E| Compiling strum_macros v0.23.1 |
3072 | 2024-08-23T21:36:27.883Z | [ helios-setup] Aug 23 21:36:27.418 INFO E| Compiling scroll_derive v0.10.5 |
3073 | 2024-08-23T21:36:28.705Z | [ helios-setup] Aug 23 21:36:28.240 INFO E| Compiling pest_meta v2.7.11 |
3074 | 2024-08-23T21:36:29.644Z | [ helios-setup] Aug 23 21:36:29.178 INFO E| Compiling structopt-derive v0.4.18 |
3075 | 2024-08-23T21:36:31.351Z | [ helios-setup] Aug 23 21:36:30.885 INFO E| Compiling pest_generator v2.7.11 |
3076 | 2024-08-23T21:36:32.814Z | [ helios-setup] Aug 23 21:36:32.348 INFO E| Compiling scroll v0.10.2 |
3077 | 2024-08-23T21:36:33.739Z | [ helios-setup] Aug 23 21:36:33.273 INFO E| Compiling modular-bitfield v0.11.2 |
3078 | 2024-08-23T21:36:34.272Z | [ helios-setup] Aug 23 21:36:33.805 INFO E| Compiling goblin v0.4.3 |
3079 | 2024-08-23T21:36:35.037Z | [ helios-setup] Aug 23 21:36:34.571 INFO E| Compiling structopt v0.3.26 |
3080 | 2024-08-23T21:36:36.891Z | [ helios-setup] Aug 23 21:36:36.425 INFO E| Compiling pest_derive v2.7.11 |
3081 | 2024-08-23T21:36:42.554Z | [ helios-setup] Aug 23 21:36:42.086 INFO E| Compiling json5 v0.4.1 |
3082 | 2024-08-23T21:36:48.088Z | [ helios-setup] Aug 23 21:36:47.620 INFO E| Compiling four-cc v0.3.0 |
3083 | 2024-08-23T21:36:48.088Z | [ helios-setup] Aug 23 21:36:47.620 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
3084 | 2024-08-23T21:36:48.309Z | [ helios-setup] Aug 23 21:36:47.841 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
3085 | 2024-08-23T21:37:29.526Z | [ helios-setup] Aug 23 21:37:29.051 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3086 | 2024-08-23T21:37:48.420Z | [ helios-setup] Aug 23 21:37:47.941 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3087 | 2024-08-23T21:38:21.451Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3088 | 2024-08-23T21:38:38.368Z | [ helios-setup] Aug 23 21:38:37.881 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s |
3089 | 2024-08-23T21:38:38.406Z | [ helios-setup] Aug 23 21:38:37.918 INFO building project "amd-host-image-builder" ok (189 seconds) |
3090 | 2024-08-23T21:38:38.408Z | [ helios-setup] rm -f helios-build |
3091 | 2024-08-23T21:38:38.411Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3092 | 2024-08-23T21:38:38.413Z | [ helios-setup] |
3093 | 2024-08-23T21:38:38.416Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3094 | 2024-08-23T21:38:38.416Z | [ helios-setup] |
3095 | 2024-08-23T21:38:38.419Z | [ helios-setup] |
3096 | 2024-08-23T21:38:38.419Z | [ helios-setup] real 12:23.300934570 |
3097 | 2024-08-23T21:38:38.419Z | [ helios-setup] user 28:32.417118666 |
3098 | 2024-08-23T21:38:38.419Z | [ helios-setup] sys 3:28.122834023 |
3099 | 2024-08-23T21:38:38.419Z | [ helios-setup] trap 1.563449943 |
3100 | 2024-08-23T21:38:38.419Z | [ helios-setup] tflt 6.453643028 |
3101 | 2024-08-23T21:38:38.419Z | [ helios-setup] dflt 37.451054750 |
3102 | 2024-08-23T21:38:38.419Z | [ helios-setup] kflt 0.049415900 |
3103 | 2024-08-23T21:38:38.419Z | [ helios-setup] lock 1:56:37.230524412 |
3104 | 2024-08-23T21:38:38.419Z | [ helios-setup] slp 3:40:49.679038981 |
3105 | 2024-08-23T21:38:38.419Z | [ helios-setup] lat 32:17.783021922 |
3106 | 2024-08-23T21:38:38.419Z | [ helios-setup] stop 4:32.997253865 |
3107 | 2024-08-23T21:38:38.419Z | Aug 23 21:38:37.931 INFO [helios-setup] process exited with exit status: 0 (743.307066215s) |
3108 | 2024-08-23T21:38:38.419Z | Aug 23 21:38:37.931 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3109 | 2024-08-23T21:38:38.438Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3110 | 2024-08-23T21:38:38.760Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3111 | 2024-08-23T21:38:38.763Z | [ phbl-toolchain] info: downloading component 'cargo' |
3112 | 2024-08-23T21:38:40.343Z | [ phbl-toolchain] info: downloading component 'clippy' |
3113 | 2024-08-23T21:38:40.770Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3114 | 2024-08-23T21:38:46.038Z | [ phbl-toolchain] info: downloading component 'miri' |
3115 | 2024-08-23T21:38:46.286Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3116 | 2024-08-23T21:38:47.390Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3117 | 2024-08-23T21:38:47.597Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3118 | 2024-08-23T21:38:47.719Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3119 | 2024-08-23T21:38:49.365Z | [ phbl-toolchain] info: downloading component 'rustc' |
3120 | 2024-08-23T21:38:55.169Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3121 | 2024-08-23T21:38:55.802Z | [ phbl-toolchain] info: installing component 'cargo' |
3122 | 2024-08-23T21:38:57.161Z | [ phbl-toolchain] info: installing component 'clippy' |
3123 | 2024-08-23T21:38:57.661Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3124 | 2024-08-23T21:39:03.285Z | [ phbl-toolchain] info: installing component 'miri' |
3125 | 2024-08-23T21:39:03.606Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3126 | 2024-08-23T21:39:10.398Z | [ phbl-toolchain] info: installing component 'rust-src' |
3127 | 2024-08-23T21:39:11.153Z | [ phbl-toolchain] info: installing component 'rust-std' |
3128 | 2024-08-23T21:39:13.611Z | [ phbl-toolchain] info: installing component 'rustc' |
3129 | 2024-08-23T21:39:19.704Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3130 | 2024-08-23T21:39:20.455Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3131 | 2024-08-23T21:39:20.460Z | Aug 23 21:39:19.960 INFO [phbl-toolchain] process exited with exit status: 0 (42.028831485s) |
3132 | 2024-08-23T21:45:19.924Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 20s |
3133 | 2024-08-23T21:46:20.057Z | Aug 23 21:46:19.489 INFO [host-package] process exited with exit status: 0 (1160.457453812s) |
3134 | 2024-08-23T21:46:20.060Z | Aug 23 21:46:19.489 INFO [host-stamp] running task |
3135 | 2024-08-23T21:46:20.060Z | Aug 23 21:46:19.489 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3136 | 2024-08-23T21:46:20.065Z | Aug 23 21:46:19.495 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+gitd3979fdffd2 |
3137 | 2024-08-23T21:46:20.070Z | Aug 23 21:46:19.500 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+gitd3979fdffd2 |
3138 | 2024-08-23T21:46:20.074Z | Aug 23 21:46:19.506 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+gitd3979fdffd2 |
3139 | 2024-08-23T21:46:20.077Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3140 | 2024-08-23T21:46:20.085Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3141 | 2024-08-23T21:46:20.085Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3142 | 2024-08-23T21:46:20.085Z | Aug 23 21:46:19.511 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+gitd3979fdffd2 |
3143 | 2024-08-23T21:46:20.088Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3144 | 2024-08-23T21:46:20.088Z | Aug 23 21:46:19.517 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+gitd3979fdffd2 |
3145 | 2024-08-23T21:46:20.090Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3146 | 2024-08-23T21:46:20.090Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3147 | 2024-08-23T21:46:20.093Z | Aug 23 21:46:19.524 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+gitd3979fdffd2 |
3148 | 2024-08-23T21:46:20.097Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3149 | 2024-08-23T21:46:20.100Z | Aug 23 21:46:19.531 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+gitd3979fdffd2 |
3150 | 2024-08-23T21:46:20.105Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3151 | 2024-08-23T21:46:20.108Z | Aug 23 21:46:19.539 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+gitd3979fdffd2 |
3152 | 2024-08-23T21:46:20.112Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3153 | 2024-08-23T21:46:20.116Z | Aug 23 21:46:19.547 INFO [stamp-overlay] process exited with exit status: 0 (51.959969ms) |
3154 | 2024-08-23T21:46:20.116Z | Aug 23 21:46:19.547 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (41.80854ms) |
3155 | 2024-08-23T21:46:20.118Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3156 | 2024-08-23T21:46:20.127Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3157 | 2024-08-23T21:46:20.139Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3158 | 2024-08-23T21:46:20.143Z | Aug 23 21:46:19.574 INFO [stamp-oxlog] process exited with exit status: 0 (34.690259ms) |
3159 | 2024-08-23T21:46:20.196Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3160 | 2024-08-23T21:46:20.199Z | Aug 23 21:46:19.631 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (113.373806ms) |
3161 | 2024-08-23T21:46:20.304Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3162 | 2024-08-23T21:46:20.308Z | Aug 23 21:46:19.740 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (215.46582ms) |
3163 | 2024-08-23T21:46:20.447Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3164 | 2024-08-23T21:46:20.451Z | Aug 23 21:46:19.882 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (350.348597ms) |
3165 | 2024-08-23T21:46:21.271Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3166 | 2024-08-23T21:46:21.275Z | Aug 23 21:46:20.705 INFO [stamp-propolis-server] process exited with exit status: 0 (1.194500212s) |
3167 | 2024-08-23T21:46:21.385Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3168 | 2024-08-23T21:46:23.635Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3169 | 2024-08-23T21:46:30.219Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3170 | 2024-08-23T21:46:30.222Z | Aug 23 21:46:29.652 INFO [stamp-switch-asic] process exited with exit status: 0 (10.151854821s) |
3171 | 2024-08-23T21:46:30.223Z | Aug 23 21:46:29.652 INFO [host-stamp] task succeeded (10.162760093s) |
3172 | 2024-08-23T21:46:30.223Z | Aug 23 21:46:29.652 INFO [host-proto] running task |
3173 | 2024-08-23T21:46:30.626Z | Aug 23 21:46:30.055 INFO [host-proto] task succeeded (403.49882ms) |
3174 | 2024-08-23T21:46:30.626Z | Aug 23 21:46:30.055 INFO [host-profile] running task |
3175 | 2024-08-23T21:46:30.631Z | Aug 23 21:46:30.056 INFO [host-profile] task succeeded (276.887µs) |
3176 | 2024-08-23T21:46:30.631Z | Aug 23 21:46:30.056 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/.tmpHa8UOy/proto/host/root -N 'ci d3979fd/${os_short_commit} 2024-08-23 21:26' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3177 | 2024-08-23T21:46:30.639Z | [ host-image] Aug 23 21:46:30.069 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3178 | 2024-08-23T21:46:30.639Z | [ host-image] Aug 23 21:46:30.069 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3179 | 2024-08-23T21:46:30.656Z | [ host-image] Aug 23 21:46:30.086 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHa8UOy/proto/host/root" |
3180 | 2024-08-23T21:46:30.656Z | [ host-image] Aug 23 21:46:30.086 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3181 | 2024-08-23T21:46:30.665Z | [ host-image] Aug 23 21:46:30.086 INFO image builder template: ramdisk-01-os... |
3182 | 2024-08-23T21:46:30.665Z | [ host-image] Aug 23 21:46:30.086 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/.tmpHa8UOy/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 |
3183 | 2024-08-23T21:46:30.677Z | [ host-image] Aug 23 21:46:30.107 INFO O| Aug 23 21:46:30.107 INFO CREATE DATASET: rpool/images/build/host/output |
3184 | 2024-08-23T21:46:30.885Z | [ host-image] Aug 23 21:46:30.315 INFO O| Aug 23 21:46:30.315 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3185 | 2024-08-23T21:46:30.889Z | [ host-image] Aug 23 21:46:30.319 INFO O| Aug 23 21:46:30.319 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3186 | 2024-08-23T21:46:31.029Z | [ host-image] Aug 23 21:46:30.459 INFO O| Aug 23 21:46:30.459 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3187 | 2024-08-23T21:46:31.074Z | [ host-image] Aug 23 21:46:30.504 INFO O| Aug 23 21:46:30.504 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3188 | 2024-08-23T21:46:31.079Z | [ host-image] Aug 23 21:46:30.504 INFO O| Aug 23 21:46:30.504 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3189 | 2024-08-23T21:46:31.079Z | [ host-image] Aug 23 21:46:30.504 INFO O| Aug 23 21:46:30.504 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3190 | 2024-08-23T21:46:31.079Z | [ host-image] Aug 23 21:46:30.504 INFO O| Aug 23 21:46:30.504 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3191 | 2024-08-23T21:46:31.085Z | [ host-image] Aug 23 21:46:30.512 INFO O| Aug 23 21:46:30.512 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3192 | 2024-08-23T21:46:31.246Z | [ host-image] Aug 23 21:46:30.675 INFO O| Aug 23 21:46:30.675 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3193 | 2024-08-23T21:46:31.258Z | [ host-image] Aug 23 21:46:30.688 INFO O| Aug 23 21:46:30.688 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3194 | 2024-08-23T21:46:31.750Z | [ host-image] Aug 23 21:46:31.178 INFO O| Aug 23 21:46:31.178 INFO O| Caching catalogs ... Done |
3195 | 2024-08-23T21:46:31.874Z | [ host-image] Aug 23 21:46:31.303 INFO O| Aug 23 21:46:31.303 INFO STEP 0 (pkg_image_create) COMPLETE |
3196 | 2024-08-23T21:46:31.874Z | [ host-image] Aug 23 21:46:31.303 INFO O| Aug 23 21:46:31.303 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3197 | 2024-08-23T21:46:31.881Z | [ host-image] Aug 23 21:46:31.303 INFO O| Aug 23 21:46:31.303 INFO skip step because feature "repo_redist" is not enabled |
3198 | 2024-08-23T21:46:31.881Z | [ host-image] Aug 23 21:46:31.303 INFO O| Aug 23 21:46:31.303 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3199 | 2024-08-23T21:46:31.890Z | [ host-image] Aug 23 21:46:31.320 INFO O| Aug 23 21:46:31.320 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-23T21:46:32.427Z | [ host-image] Aug 23 21:46:31.857 INFO O| Aug 23 21:46:31.857 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3201 | 2024-08-23T21:46:32.427Z | [ host-image] Aug 23 21:46:31.857 INFO O| Aug 23 21:46:31.857 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3202 | 2024-08-23T21:46:32.447Z | [ host-image] Aug 23 21:46:31.877 INFO O| Aug 23 21:46:31.877 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"] |
3203 | 2024-08-23T21:46:32.991Z | [ host-image] Aug 23 21:46:32.420 INFO O| Aug 23 21:46:32.420 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3204 | 2024-08-23T21:46:32.991Z | [ host-image] Aug 23 21:46:32.420 INFO O| Aug 23 21:46:32.420 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3205 | 2024-08-23T21:46:32.999Z | [ host-image] Aug 23 21:46:32.420 INFO O| Aug 23 21:46:32.420 INFO skip step because feature "repo_redist" is not enabled |
3206 | 2024-08-23T21:46:32.999Z | [ host-image] Aug 23 21:46:32.420 INFO O| Aug 23 21:46:32.420 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3207 | 2024-08-23T21:46:33.588Z | [ host-image] Aug 23 21:46:33.017 INFO O| Aug 23 21:46:33.017 INFO variant opensolaris.zone is already global |
3208 | 2024-08-23T21:46:33.588Z | [ host-image] Aug 23 21:46:33.017 INFO O| Aug 23 21:46:33.017 INFO STEP 5 (pkg_change_variant) COMPLETE |
3209 | 2024-08-23T21:46:33.594Z | [ host-image] Aug 23 21:46:33.017 INFO O| Aug 23 21:46:33.017 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3210 | 2024-08-23T21:46:37.752Z | [ host-image] Aug 23 21:46:33.571 INFO O| Aug 23 21:46:33.571 INFO variant opensolaris.imagetype is full; changing to partial |
3211 | 2024-08-23T21:46:37.752Z | [ host-image] Aug 23 21:46:33.572 INFO O| Aug 23 21:46:33.571 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3212 | 2024-08-23T21:46:40.757Z | [ host-image] Aug 23 21:46:40.185 INFO O| Aug 23 21:46:40.185 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3213 | 2024-08-23T21:46:42.115Z | [recovery-package] Finished `release` profile [optimized] target(s) in 21.82s |
3214 | 2024-08-23T21:46:42.985Z | [ host-image] Aug 23 21:46:42.413 INFO O| Aug 23 21:46:42.413 INFO O| Startup: Caching catalogs ... Done |
3215 | 2024-08-23T21:46:43.036Z | [ host-image] Aug 23 21:46:42.462 INFO O| Aug 23 21:46:42.462 INFO O| Planning: Planning completed in 0.00 seconds |
3216 | 2024-08-23T21:46:43.049Z | [ host-image] Aug 23 21:46:42.463 INFO O| Aug 23 21:46:42.463 INFO O| Planning: Consolidating action changes ... Done |
3217 | 2024-08-23T21:46:43.050Z | [ host-image] Aug 23 21:46:42.463 INFO O| Aug 23 21:46:42.463 INFO O| Planning: Evaluating mediators ... Done |
3218 | 2024-08-23T21:46:43.050Z | [ host-image] Aug 23 21:46:42.464 INFO O| Aug 23 21:46:42.463 INFO O| Planning: Planning completed in 0.00 seconds |
3219 | 2024-08-23T21:46:43.050Z | [ host-image] Aug 23 21:46:42.464 INFO O| Aug 23 21:46:42.464 INFO O| Variants/Facets to change: 1 |
3220 | 2024-08-23T21:46:43.074Z | [ host-image] Aug 23 21:46:42.483 INFO O| Aug 23 21:46:42.483 INFO O| Done |
3221 | 2024-08-23T21:46:43.074Z | [ host-image] Aug 23 21:46:42.483 INFO O| Aug 23 21:46:42.483 INFO O| Done |
3222 | 2024-08-23T21:46:43.417Z | [ host-image] Aug 23 21:46:42.842 INFO O| Aug 23 21:46:42.841 INFO O| Done |
3223 | 2024-08-23T21:46:43.446Z | [ host-image] Aug 23 21:46:42.873 INFO O| Aug 23 21:46:42.873 INFO O| Done |
3224 | 2024-08-23T21:46:43.451Z | [ host-image] Aug 23 21:46:42.874 INFO O| Aug 23 21:46:42.874 INFO O| Done |
3225 | 2024-08-23T21:46:43.451Z | [ host-image] Aug 23 21:46:42.874 INFO O| Aug 23 21:46:42.874 INFO O| Done |
3226 | 2024-08-23T21:46:43.451Z | [ host-image] Aug 23 21:46:42.875 INFO O| Aug 23 21:46:42.875 INFO O| Done |
3227 | 2024-08-23T21:46:43.695Z | Aug 23 21:46:43.122 INFO [recovery-package] process exited with exit status: 0 (23.632991704s) |
3228 | 2024-08-23T21:46:43.695Z | Aug 23 21:46:43.123 INFO [recovery-stamp] running task |
3229 | 2024-08-23T21:46:43.699Z | Aug 23 21:46:43.123 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3230 | 2024-08-23T21:46:43.699Z | Aug 23 21:46:43.123 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitd3979fdffd2 |
3231 | 2024-08-23T21:46:43.708Z | Aug 23 21:46:43.135 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+gitd3979fdffd2 |
3232 | 2024-08-23T21:46:43.718Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3233 | 2024-08-23T21:46:43.724Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3234 | 2024-08-23T21:46:43.750Z | [ host-image] Aug 23 21:46:43.177 INFO O| Aug 23 21:46:43.177 INFO STEP 6 (pkg_change_variant) COMPLETE |
3235 | 2024-08-23T21:46:43.750Z | [ host-image] Aug 23 21:46:43.177 INFO O| Aug 23 21:46:43.177 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3236 | 2024-08-23T21:46:43.755Z | [ host-image] Aug 23 21:46:43.177 INFO O| Aug 23 21:46:43.177 INFO skip step because feature "debug_variant" is not enabled |
3237 | 2024-08-23T21:46:43.755Z | [ host-image] Aug 23 21:46:43.177 INFO O| Aug 23 21:46:43.177 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3238 | 2024-08-23T21:46:43.780Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3239 | 2024-08-23T21:46:43.786Z | Aug 23 21:46:43.209 INFO [stamp-installinator] process exited with exit status: 0 (86.539445ms) |
3240 | 2024-08-23T21:46:43.838Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3241 | 2024-08-23T21:46:43.843Z | Aug 23 21:46:43.268 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (132.733952ms) |
3242 | 2024-08-23T21:46:43.843Z | Aug 23 21:46:43.268 INFO [recovery-stamp] task succeeded (145.755904ms) |
3243 | 2024-08-23T21:46:43.843Z | Aug 23 21:46:43.268 INFO [recovery-proto] running task |
3244 | 2024-08-23T21:46:43.843Z | Aug 23 21:46:43.268 INFO [tuf-stamp] running task |
3245 | 2024-08-23T21:46:43.843Z | Aug 23 21:46:43.269 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+gitd3979fdffd2 |
3246 | 2024-08-23T21:46:43.851Z | Aug 23 21:46:43.279 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+gitd3979fdffd2 |
3247 | 2024-08-23T21:46:43.859Z | Aug 23 21:46:43.286 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+gitd3979fdffd2 |
3248 | 2024-08-23T21:46:43.863Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3249 | 2024-08-23T21:46:43.868Z | Aug 23 21:46:43.293 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+gitd3979fdffd2 |
3250 | 2024-08-23T21:46:43.872Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3251 | 2024-08-23T21:46:43.876Z | Aug 23 21:46:43.302 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+gitd3979fdffd2 |
3252 | 2024-08-23T21:46:43.881Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3253 | 2024-08-23T21:46:43.886Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3254 | 2024-08-23T21:46:43.886Z | Aug 23 21:46:43.314 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+gitd3979fdffd2 |
3255 | 2024-08-23T21:46:43.904Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3256 | 2024-08-23T21:46:43.909Z | Aug 23 21:46:43.337 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+gitd3979fdffd2 |
3257 | 2024-08-23T21:46:43.966Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3258 | 2024-08-23T21:46:43.969Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3259 | 2024-08-23T21:46:43.969Z | Aug 23 21:46:43.394 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+gitd3979fdffd2 |
3260 | 2024-08-23T21:46:44.031Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3261 | 2024-08-23T21:46:44.035Z | Aug 23 21:46:43.459 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+gitd3979fdffd2 |
3262 | 2024-08-23T21:46:44.052Z | Aug 23 21:46:43.479 INFO [recovery-proto] task succeeded (210.638352ms) |
3263 | 2024-08-23T21:46:44.055Z | Aug 23 21:46:43.480 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/.tmpHa8UOy/proto/recovery/root -N 'recovery d3979fd/${os_short_commit} 2024-08-23 21:26' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3264 | 2024-08-23T21:46:44.070Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3265 | 2024-08-23T21:46:44.074Z | Aug 23 21:46:43.498 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+gitd3979fdffd2 |
3266 | 2024-08-23T21:46:44.100Z | [ recovery-image] Aug 23 21:46:43.504 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3267 | 2024-08-23T21:46:44.104Z | [ recovery-image] Aug 23 21:46:43.504 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3268 | 2024-08-23T21:46:44.104Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3269 | 2024-08-23T21:46:44.109Z | Aug 23 21:46:43.536 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+gitd3979fdffd2 |
3270 | 2024-08-23T21:46:44.174Z | [ recovery-image] Aug 23 21:46:43.537 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHa8UOy/proto/recovery/root" |
3271 | 2024-08-23T21:46:44.175Z | [ recovery-image] Aug 23 21:46:43.537 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3272 | 2024-08-23T21:46:44.175Z | [ recovery-image] Aug 23 21:46:43.537 INFO image builder template: ramdisk-01-os... |
3273 | 2024-08-23T21:46:44.178Z | [ recovery-image] Aug 23 21:46:43.537 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/.tmpHa8UOy/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 |
3274 | 2024-08-23T21:46:44.178Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3275 | 2024-08-23T21:46:44.178Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3276 | 2024-08-23T21:46:44.178Z | Aug 23 21:46:43.603 INFO [stamp-probe] process exited with exit status: 0 (333.1812ms) |
3277 | 2024-08-23T21:46:44.204Z | [ recovery-image] Aug 23 21:46:43.632 INFO O| Aug 23 21:46:43.623 INFO CREATE DATASET: rpool/images/build/recovery/output |
3278 | 2024-08-23T21:46:44.267Z | [ host-image] Aug 23 21:46:43.695 INFO O| Aug 23 21:46:43.694 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3279 | 2024-08-23T21:46:44.367Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3280 | 2024-08-23T21:46:44.391Z | Aug 23 21:46:43.818 INFO [stamp-ntp] process exited with exit status: 0 (539.249532ms) |
3281 | 2024-08-23T21:46:44.580Z | [ recovery-image] Aug 23 21:46:44.008 INFO O| Aug 23 21:46:43.997 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3282 | 2024-08-23T21:46:44.580Z | [ recovery-image] Aug 23 21:46:44.008 INFO O| Aug 23 21:46:44.003 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3283 | 2024-08-23T21:46:44.848Z | [ recovery-image] Aug 23 21:46:44.275 INFO O| Aug 23 21:46:44.275 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3284 | 2024-08-23T21:46:44.956Z | [ recovery-image] Aug 23 21:46:44.383 INFO O| Aug 23 21:46:44.383 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3285 | 2024-08-23T21:46:44.956Z | [ recovery-image] Aug 23 21:46:44.383 INFO O| Aug 23 21:46:44.383 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3286 | 2024-08-23T21:46:44.960Z | [ recovery-image] Aug 23 21:46:44.383 INFO O| Aug 23 21:46:44.383 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3287 | 2024-08-23T21:46:44.960Z | [ recovery-image] Aug 23 21:46:44.383 INFO O| Aug 23 21:46:44.383 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3288 | 2024-08-23T21:46:44.967Z | [ recovery-image] Aug 23 21:46:44.394 INFO O| Aug 23 21:46:44.394 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3289 | 2024-08-23T21:46:45.228Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3290 | 2024-08-23T21:46:45.250Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3291 | 2024-08-23T21:46:45.282Z | [ recovery-image] Aug 23 21:46:44.687 INFO O| Aug 23 21:46:44.687 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3292 | 2024-08-23T21:46:45.282Z | [ recovery-image] Aug 23 21:46:44.702 INFO O| Aug 23 21:46:44.701 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3293 | 2024-08-23T21:46:45.470Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3294 | 2024-08-23T21:46:45.497Z | Aug 23 21:46:44.924 INFO [stamp-external-dns] process exited with exit status: 0 (1.465626885s) |
3295 | 2024-08-23T21:46:45.500Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3296 | 2024-08-23T21:46:45.521Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3297 | 2024-08-23T21:46:45.524Z | Aug 23 21:46:44.950 INFO [stamp-internal-dns] process exited with exit status: 0 (1.413670065s) |
3298 | 2024-08-23T21:46:45.535Z | [ host-image] Aug 23 21:46:44.963 INFO O| Aug 23 21:46:44.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3299 | 2024-08-23T21:46:45.538Z | [ host-image] Aug 23 21:46:44.964 INFO O| Aug 23 21:46:44.964 INFO O| Planning: Planning completed in 0.00 seconds |
3300 | 2024-08-23T21:46:45.538Z | [ host-image] Aug 23 21:46:44.965 INFO O| Aug 23 21:46:44.965 INFO O| Planning: Consolidating action changes ... Done |
3301 | 2024-08-23T21:46:45.538Z | [ host-image] Aug 23 21:46:44.965 INFO O| Aug 23 21:46:44.965 INFO O| Planning: Evaluating mediators ... Done |
3302 | 2024-08-23T21:46:45.538Z | [ host-image] Aug 23 21:46:44.966 INFO O| Aug 23 21:46:44.966 INFO O| Planning: Planning completed in 0.00 seconds |
3303 | 2024-08-23T21:46:45.539Z | [ host-image] Aug 23 21:46:44.966 INFO O| Aug 23 21:46:44.966 INFO O| Variants/Facets to change: 1 |
3304 | 2024-08-23T21:46:45.554Z | Aug 23 21:46:44.981 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.644498233s) |
3305 | 2024-08-23T21:46:45.621Z | [ host-image] Aug 23 21:46:45.048 INFO O| Aug 23 21:46:45.048 INFO O| Done |
3306 | 2024-08-23T21:46:45.621Z | [ host-image] Aug 23 21:46:45.048 INFO O| Aug 23 21:46:45.048 INFO O| Done |
3307 | 2024-08-23T21:46:45.859Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3308 | 2024-08-23T21:46:45.866Z | Aug 23 21:46:45.294 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.900000479s) |
3309 | 2024-08-23T21:46:45.882Z | [ recovery-image] Aug 23 21:46:45.310 INFO O| Aug 23 21:46:45.310 INFO O| Caching catalogs ... Done |
3310 | 2024-08-23T21:46:45.951Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3311 | 2024-08-23T21:46:45.955Z | Aug 23 21:46:45.382 INFO [stamp-oximeter] process exited with exit status: 0 (2.095960085s) |
3312 | 2024-08-23T21:46:45.992Z | [ recovery-image] Aug 23 21:46:45.419 INFO O| Aug 23 21:46:45.419 INFO STEP 0 (pkg_image_create) COMPLETE |
3313 | 2024-08-23T21:46:45.992Z | [ recovery-image] Aug 23 21:46:45.420 INFO O| Aug 23 21:46:45.419 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3314 | 2024-08-23T21:46:45.992Z | [ recovery-image] Aug 23 21:46:45.420 INFO O| Aug 23 21:46:45.419 INFO skip step because feature "repo_redist" is not enabled |
3315 | 2024-08-23T21:46:45.995Z | [ recovery-image] Aug 23 21:46:45.420 INFO O| Aug 23 21:46:45.419 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3316 | 2024-08-23T21:46:46.007Z | [ recovery-image] Aug 23 21:46:45.435 INFO O| Aug 23 21:46:45.435 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"] |
3317 | 2024-08-23T21:46:46.013Z | [ host-image] Aug 23 21:46:45.440 INFO O| Aug 23 21:46:45.440 INFO O| Done |
3318 | 2024-08-23T21:46:46.064Z | [ host-image] Aug 23 21:46:45.491 INFO O| Aug 23 21:46:45.491 INFO O| Done |
3319 | 2024-08-23T21:46:46.067Z | [ host-image] Aug 23 21:46:45.492 INFO O| Aug 23 21:46:45.492 INFO O| Done |
3320 | 2024-08-23T21:46:46.067Z | [ host-image] Aug 23 21:46:45.492 INFO O| Aug 23 21:46:45.492 INFO O| Done |
3321 | 2024-08-23T21:46:46.067Z | [ host-image] Aug 23 21:46:45.494 INFO O| Aug 23 21:46:45.494 INFO O| Done |
3322 | 2024-08-23T21:46:46.140Z | [ host-image] Aug 23 21:46:45.567 INFO O| Aug 23 21:46:45.566 INFO STEP 8 (pkg_change_facet) COMPLETE |
3323 | 2024-08-23T21:46:46.140Z | [ host-image] Aug 23 21:46:45.567 INFO O| Aug 23 21:46:45.566 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3324 | 2024-08-23T21:46:46.143Z | [ host-image] Aug 23 21:46:45.567 INFO O| Aug 23 21:46:45.567 INFO skip step because feature "recovery" is not enabled |
3325 | 2024-08-23T21:46:46.143Z | [ host-image] Aug 23 21:46:45.567 INFO O| Aug 23 21:46:45.567 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3326 | 2024-08-23T21:46:46.143Z | [ host-image] Aug 23 21:46:45.567 INFO O| Aug 23 21:46:45.567 INFO skip step because feature "recovery" is not enabled |
3327 | 2024-08-23T21:46:46.143Z | [ host-image] Aug 23 21:46:45.567 INFO O| Aug 23 21:46:45.567 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3328 | 2024-08-23T21:46:46.154Z | [ host-image] Aug 23 21:46:45.581 INFO O| Aug 23 21:46:45.581 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3329 | 2024-08-23T21:46:46.488Z | [ recovery-image] Aug 23 21:46:45.915 INFO O| Aug 23 21:46:45.915 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3330 | 2024-08-23T21:46:46.488Z | [ recovery-image] Aug 23 21:46:45.915 INFO O| Aug 23 21:46:45.915 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3331 | 2024-08-23T21:46:46.503Z | [ recovery-image] Aug 23 21:46:45.929 INFO O| Aug 23 21:46:45.929 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"] |
3332 | 2024-08-23T21:46:46.737Z | [ host-image] Aug 23 21:46:46.164 INFO O| Aug 23 21:46:46.164 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3333 | 2024-08-23T21:46:46.988Z | [ recovery-image] Aug 23 21:46:46.415 INFO O| Aug 23 21:46:46.415 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3334 | 2024-08-23T21:46:46.988Z | [ recovery-image] Aug 23 21:46:46.416 INFO O| Aug 23 21:46:46.415 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3335 | 2024-08-23T21:46:46.988Z | [ recovery-image] Aug 23 21:46:46.416 INFO O| Aug 23 21:46:46.415 INFO skip step because feature "repo_redist" is not enabled |
3336 | 2024-08-23T21:46:46.992Z | [ recovery-image] Aug 23 21:46:46.416 INFO O| Aug 23 21:46:46.415 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3337 | 2024-08-23T21:46:47.468Z | [ recovery-image] Aug 23 21:46:46.895 INFO O| Aug 23 21:46:46.895 INFO variant opensolaris.zone is already global |
3338 | 2024-08-23T21:46:47.468Z | [ recovery-image] Aug 23 21:46:46.895 INFO O| Aug 23 21:46:46.895 INFO STEP 5 (pkg_change_variant) COMPLETE |
3339 | 2024-08-23T21:46:47.468Z | [ recovery-image] Aug 23 21:46:46.895 INFO O| Aug 23 21:46:46.895 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3340 | 2024-08-23T21:46:47.805Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3341 | 2024-08-23T21:46:47.810Z | Aug 23 21:46:47.236 INFO [stamp-nexus] process exited with exit status: 0 (3.738369164s) |
3342 | 2024-08-23T21:46:47.906Z | [ recovery-image] Aug 23 21:46:47.333 INFO O| Aug 23 21:46:47.333 INFO variant opensolaris.imagetype is full; changing to partial |
3343 | 2024-08-23T21:46:47.907Z | [ recovery-image] Aug 23 21:46:47.333 INFO O| Aug 23 21:46:47.333 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3344 | 2024-08-23T21:46:49.481Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3345 | 2024-08-23T21:46:49.485Z | Aug 23 21:46:48.912 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.598405985s) |
3346 | 2024-08-23T21:46:49.826Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3347 | 2024-08-23T21:46:49.977Z | [verify-libraries] Compiling heck v0.4.1 |
3348 | 2024-08-23T21:46:49.977Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3349 | 2024-08-23T21:46:49.995Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3350 | 2024-08-23T21:46:49.995Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3351 | 2024-08-23T21:46:49.998Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3352 | 2024-08-23T21:46:49.998Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3353 | 2024-08-23T21:46:49.998Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3354 | 2024-08-23T21:46:50.731Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3355 | 2024-08-23T21:46:50.731Z | [verify-libraries] Compiling indent_write v2.2.0 |
3356 | 2024-08-23T21:46:51.024Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3357 | 2024-08-23T21:46:51.087Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3358 | 2024-08-23T21:46:51.122Z | [verify-libraries] Compiling termios v0.3.3 |
3359 | 2024-08-23T21:46:51.529Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3360 | 2024-08-23T21:46:51.796Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3361 | 2024-08-23T21:46:54.029Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3362 | 2024-08-23T21:46:54.064Z | Aug 23 21:46:53.490 INFO [stamp-clickhouse] process exited with exit status: 0 (10.196702109s) |
3363 | 2024-08-23T21:46:54.348Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3364 | 2024-08-23T21:46:54.351Z | [ recovery-image] Aug 23 21:46:53.773 INFO O| Aug 23 21:46:53.772 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3365 | 2024-08-23T21:46:54.351Z | Aug 23 21:46:53.777 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.475630336s) |
3366 | 2024-08-23T21:46:54.354Z | Aug 23 21:46:53.777 INFO [tuf-stamp] task succeeded (10.508838495s) |
3367 | 2024-08-23T21:47:02.373Z | [ recovery-image] Aug 23 21:47:01.797 INFO O| Aug 23 21:47:01.797 INFO O| Startup: Caching catalogs ... Done |
3368 | 2024-08-23T21:47:02.461Z | [ recovery-image] Aug 23 21:47:01.885 INFO O| Aug 23 21:47:01.885 INFO O| Planning: Planning completed in 0.00 seconds |
3369 | 2024-08-23T21:47:02.463Z | [ recovery-image] Aug 23 21:47:01.886 INFO O| Aug 23 21:47:01.886 INFO O| Planning: Consolidating action changes ... Done |
3370 | 2024-08-23T21:47:02.463Z | [ recovery-image] Aug 23 21:47:01.886 INFO O| Aug 23 21:47:01.886 INFO O| Planning: Evaluating mediators ... Done |
3371 | 2024-08-23T21:47:02.463Z | [ recovery-image] Aug 23 21:47:01.887 INFO O| Aug 23 21:47:01.887 INFO O| Planning: Planning completed in 0.00 seconds |
3372 | 2024-08-23T21:47:02.463Z | [ recovery-image] Aug 23 21:47:01.887 INFO O| Aug 23 21:47:01.887 INFO O| Variants/Facets to change: 1 |
3373 | 2024-08-23T21:47:02.554Z | [ recovery-image] Aug 23 21:47:01.979 INFO O| Aug 23 21:47:01.979 INFO O| Done |
3374 | 2024-08-23T21:47:02.554Z | [ recovery-image] Aug 23 21:47:01.979 INFO O| Aug 23 21:47:01.979 INFO O| Done |
3375 | 2024-08-23T21:47:03.294Z | [ recovery-image] Aug 23 21:47:02.719 INFO O| Aug 23 21:47:02.719 INFO O| Done |
3376 | 2024-08-23T21:47:03.337Z | [ recovery-image] Aug 23 21:47:02.761 INFO O| Aug 23 21:47:02.761 INFO O| Done |
3377 | 2024-08-23T21:47:03.339Z | [ recovery-image] Aug 23 21:47:02.763 INFO O| Aug 23 21:47:02.763 INFO O| Done |
3378 | 2024-08-23T21:47:03.339Z | [ recovery-image] Aug 23 21:47:02.763 INFO O| Aug 23 21:47:02.763 INFO O| Done |
3379 | 2024-08-23T21:47:03.342Z | [ recovery-image] Aug 23 21:47:02.764 INFO O| Aug 23 21:47:02.764 INFO O| Done |
3380 | 2024-08-23T21:47:03.912Z | [ recovery-image] Aug 23 21:47:03.336 INFO O| Aug 23 21:47:03.336 INFO STEP 6 (pkg_change_variant) COMPLETE |
3381 | 2024-08-23T21:47:03.912Z | [ recovery-image] Aug 23 21:47:03.336 INFO O| Aug 23 21:47:03.336 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3382 | 2024-08-23T21:47:03.914Z | [ recovery-image] Aug 23 21:47:03.336 INFO O| Aug 23 21:47:03.336 INFO skip step because feature "debug_variant" is not enabled |
3383 | 2024-08-23T21:47:03.914Z | [ recovery-image] Aug 23 21:47:03.336 INFO O| Aug 23 21:47:03.336 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3384 | 2024-08-23T21:47:04.681Z | [ recovery-image] Aug 23 21:47:04.105 INFO O| Aug 23 21:47:04.105 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3385 | 2024-08-23T21:47:05.782Z | [ recovery-image] Aug 23 21:47:05.206 INFO O| Aug 23 21:47:05.206 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3386 | 2024-08-23T21:47:05.785Z | [ recovery-image] Aug 23 21:47:05.208 INFO O| Aug 23 21:47:05.208 INFO O| Planning: Planning completed in 0.00 seconds |
3387 | 2024-08-23T21:47:05.785Z | [ recovery-image] Aug 23 21:47:05.209 INFO O| Aug 23 21:47:05.209 INFO O| Planning: Consolidating action changes ... Done |
3388 | 2024-08-23T21:47:05.785Z | [ recovery-image] Aug 23 21:47:05.209 INFO O| Aug 23 21:47:05.209 INFO O| Planning: Evaluating mediators ... Done |
3389 | 2024-08-23T21:47:05.787Z | [ recovery-image] Aug 23 21:47:05.209 INFO O| Aug 23 21:47:05.209 INFO O| Planning: Planning completed in 0.00 seconds |
3390 | 2024-08-23T21:47:05.787Z | [ recovery-image] Aug 23 21:47:05.210 INFO O| Aug 23 21:47:05.210 INFO O| Variants/Facets to change: 1 |
3391 | 2024-08-23T21:47:05.918Z | [ recovery-image] Aug 23 21:47:05.342 INFO O| Aug 23 21:47:05.341 INFO O| Done |
3392 | 2024-08-23T21:47:05.918Z | [ recovery-image] Aug 23 21:47:05.342 INFO O| Aug 23 21:47:05.342 INFO O| Done |
3393 | 2024-08-23T21:47:06.535Z | [ recovery-image] Aug 23 21:47:05.959 INFO O| Aug 23 21:47:05.959 INFO O| Done |
3394 | 2024-08-23T21:47:06.592Z | [ recovery-image] Aug 23 21:47:06.015 INFO O| Aug 23 21:47:06.015 INFO O| Done |
3395 | 2024-08-23T21:47:06.594Z | [ recovery-image] Aug 23 21:47:06.016 INFO O| Aug 23 21:47:06.016 INFO O| Done |
3396 | 2024-08-23T21:47:06.594Z | [ recovery-image] Aug 23 21:47:06.016 INFO O| Aug 23 21:47:06.016 INFO O| Done |
3397 | 2024-08-23T21:47:06.594Z | [ recovery-image] Aug 23 21:47:06.018 INFO O| Aug 23 21:47:06.018 INFO O| Done |
3398 | 2024-08-23T21:47:06.709Z | [ recovery-image] Aug 23 21:47:06.133 INFO O| Aug 23 21:47:06.133 INFO STEP 8 (pkg_change_facet) COMPLETE |
3399 | 2024-08-23T21:47:06.709Z | [ recovery-image] Aug 23 21:47:06.133 INFO O| Aug 23 21:47:06.133 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3400 | 2024-08-23T21:47:07.348Z | [ recovery-image] Aug 23 21:47:06.772 INFO O| Aug 23 21:47:06.771 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3401 | 2024-08-23T21:47:08.388Z | [ recovery-image] Aug 23 21:47:07.811 INFO O| Aug 23 21:47:07.811 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3402 | 2024-08-23T21:47:08.391Z | [ recovery-image] Aug 23 21:47:07.813 INFO O| Aug 23 21:47:07.813 INFO O| Planning: Planning completed in 0.00 seconds |
3403 | 2024-08-23T21:47:08.391Z | [ recovery-image] Aug 23 21:47:07.814 INFO O| Aug 23 21:47:07.814 INFO O| Planning: Consolidating action changes ... Done |
3404 | 2024-08-23T21:47:08.391Z | [ recovery-image] Aug 23 21:47:07.814 INFO O| Aug 23 21:47:07.814 INFO O| Planning: Evaluating mediators ... Done |
3405 | 2024-08-23T21:47:08.393Z | [ recovery-image] Aug 23 21:47:07.814 INFO O| Aug 23 21:47:07.814 INFO O| Planning: Planning completed in 0.00 seconds |
3406 | 2024-08-23T21:47:08.399Z | [ recovery-image] Aug 23 21:47:07.823 INFO O| Aug 23 21:47:07.823 INFO O| Variants/Facets to change: 1 |
3407 | 2024-08-23T21:47:08.465Z | [ recovery-image] Aug 23 21:47:07.889 INFO O| Aug 23 21:47:07.889 INFO O| Done |
3408 | 2024-08-23T21:47:08.466Z | [ recovery-image] Aug 23 21:47:07.889 INFO O| Aug 23 21:47:07.889 INFO O| Done |
3409 | 2024-08-23T21:47:09.079Z | [ recovery-image] Aug 23 21:47:08.501 INFO O| Aug 23 21:47:08.501 INFO O| Done |
3410 | 2024-08-23T21:47:09.138Z | [ recovery-image] Aug 23 21:47:08.561 INFO O| Aug 23 21:47:08.561 INFO O| Done |
3411 | 2024-08-23T21:47:09.140Z | [ recovery-image] Aug 23 21:47:08.562 INFO O| Aug 23 21:47:08.562 INFO O| Done |
3412 | 2024-08-23T21:47:09.140Z | [ recovery-image] Aug 23 21:47:08.563 INFO O| Aug 23 21:47:08.563 INFO O| Done |
3413 | 2024-08-23T21:47:09.143Z | [ recovery-image] Aug 23 21:47:08.565 INFO O| Aug 23 21:47:08.565 INFO O| Done |
3414 | 2024-08-23T21:47:09.231Z | [ recovery-image] Aug 23 21:47:08.655 INFO O| Aug 23 21:47:08.655 INFO STEP 9 (pkg_change_facet) COMPLETE |
3415 | 2024-08-23T21:47:09.232Z | [ recovery-image] Aug 23 21:47:08.655 INFO O| Aug 23 21:47:08.655 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3416 | 2024-08-23T21:47:09.931Z | [ recovery-image] Aug 23 21:47:09.354 INFO O| Aug 23 21:47:09.354 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3417 | 2024-08-23T21:47:10.901Z | [ recovery-image] Aug 23 21:47:10.323 INFO O| Aug 23 21:47:10.323 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3418 | 2024-08-23T21:47:10.903Z | [ recovery-image] Aug 23 21:47:10.325 INFO O| Aug 23 21:47:10.325 INFO O| Planning: Planning completed in 0.00 seconds |
3419 | 2024-08-23T21:47:10.903Z | [ recovery-image] Aug 23 21:47:10.326 INFO O| Aug 23 21:47:10.326 INFO O| Planning: Consolidating action changes ... Done |
3420 | 2024-08-23T21:47:10.905Z | [ recovery-image] Aug 23 21:47:10.326 INFO O| Aug 23 21:47:10.326 INFO O| Planning: Evaluating mediators ... Done |
3421 | 2024-08-23T21:47:10.905Z | [ recovery-image] Aug 23 21:47:10.327 INFO O| Aug 23 21:47:10.327 INFO O| Planning: Planning completed in 0.00 seconds |
3422 | 2024-08-23T21:47:10.905Z | [ recovery-image] Aug 23 21:47:10.327 INFO O| Aug 23 21:47:10.327 INFO O| Variants/Facets to change: 1 |
3423 | 2024-08-23T21:47:11.001Z | [ recovery-image] Aug 23 21:47:10.424 INFO O| Aug 23 21:47:10.424 INFO O| Done |
3424 | 2024-08-23T21:47:11.003Z | [ recovery-image] Aug 23 21:47:10.424 INFO O| Aug 23 21:47:10.424 INFO O| Done |
3425 | 2024-08-23T21:47:11.518Z | [ recovery-image] Aug 23 21:47:10.940 INFO O| Aug 23 21:47:10.940 INFO O| Done |
3426 | 2024-08-23T21:47:11.576Z | [ recovery-image] Aug 23 21:47:10.999 INFO O| Aug 23 21:47:10.999 INFO O| Done |
3427 | 2024-08-23T21:47:11.579Z | [ recovery-image] Aug 23 21:47:11.000 INFO O| Aug 23 21:47:11.000 INFO O| Done |
3428 | 2024-08-23T21:47:11.579Z | [ recovery-image] Aug 23 21:47:11.000 INFO O| Aug 23 21:47:11.000 INFO O| Done |
3429 | 2024-08-23T21:47:11.581Z | [ recovery-image] Aug 23 21:47:11.002 INFO O| Aug 23 21:47:11.002 INFO O| Done |
3430 | 2024-08-23T21:47:11.682Z | [ recovery-image] Aug 23 21:47:11.105 INFO O| Aug 23 21:47:11.105 INFO STEP 10 (pkg_change_facet) COMPLETE |
3431 | 2024-08-23T21:47:11.682Z | [ recovery-image] Aug 23 21:47:11.105 INFO O| Aug 23 21:47:11.105 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3432 | 2024-08-23T21:47:11.708Z | [ recovery-image] Aug 23 21:47:11.131 INFO O| Aug 23 21:47:11.130 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"] |
3433 | 2024-08-23T21:47:12.795Z | [ recovery-image] Aug 23 21:47:12.217 INFO O| Aug 23 21:47:12.217 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3434 | 2024-08-23T21:47:17.513Z | [ host-image] Aug 23 21:47:16.935 INFO O| Aug 23 21:47:16.935 INFO O| Planning: Solver setup ... Done |
3435 | 2024-08-23T21:47:19.644Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3436 | 2024-08-23T21:47:22.293Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3437 | 2024-08-23T21:47:39.382Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3438 | 2024-08-23T21:47:41.880Z | [ host-image] Aug 23 21:47:41.297 INFO O| Aug 23 21:47:41.297 INFO O| Planning: Running solver ... Done |
3439 | 2024-08-23T21:47:42.216Z | [ host-image] Aug 23 21:47:41.634 INFO O| Aug 23 21:47:41.634 INFO O| Planning: Finding local manifests ... Done |
3440 | 2024-08-23T21:47:42.234Z | [ host-image] Aug 23 21:47:41.652 INFO O| Aug 23 21:47:41.652 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3441 | 2024-08-23T21:47:44.385Z | [ recovery-image] Aug 23 21:47:43.802 INFO O| Aug 23 21:47:43.802 INFO O| Planning: Solver setup ... Done |
3442 | 2024-08-23T21:47:47.247Z | [ host-image] Aug 23 21:47:46.664 INFO O| Aug 23 21:47:46.664 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3443 | 2024-08-23T21:47:48.530Z | [ host-image] Aug 23 21:47:47.946 INFO O| Aug 23 21:47:47.946 INFO O| Planning: Package planning ... Done |
3444 | 2024-08-23T21:47:50.320Z | [ host-image] Aug 23 21:47:49.736 INFO O| Aug 23 21:47:49.736 INFO O| Planning: Merging actions ... Done |
3445 | 2024-08-23T21:47:50.789Z | [ host-image] Aug 23 21:47:50.205 INFO O| Aug 23 21:47:50.205 INFO O| Planning: Checking for conflicting actions ... Done |
3446 | 2024-08-23T21:47:51.149Z | [ host-image] Aug 23 21:47:50.564 INFO O| Aug 23 21:47:50.564 INFO O| Planning: Consolidating action changes ... Done |
3447 | 2024-08-23T21:47:51.782Z | [ host-image] Aug 23 21:47:51.198 INFO O| Aug 23 21:47:51.198 INFO O| Planning: Evaluating mediators ... Done |
3448 | 2024-08-23T21:47:58.278Z | [ host-image] Aug 23 21:47:57.692 INFO O| Aug 23 21:47:57.692 INFO O| Planning: Planning completed in 71.53 seconds |
3449 | 2024-08-23T21:47:58.285Z | [ host-image] Aug 23 21:47:57.700 INFO O| Aug 23 21:47:57.700 INFO O| Packages to install: 124 |
3450 | 2024-08-23T21:47:58.288Z | [ host-image] Aug 23 21:47:57.700 INFO O| Aug 23 21:47:57.700 INFO O| Mediators to change: 4 |
3451 | 2024-08-23T21:47:58.288Z | [ host-image] Aug 23 21:47:57.700 INFO O| Aug 23 21:47:57.700 INFO O| Services to change: 6 |
3452 | 2024-08-23T21:47:58.397Z | [ host-image] Aug 23 21:47:57.812 INFO O| Aug 23 21:47:57.812 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
3453 | 2024-08-23T21:47:59.843Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3454 | 2024-08-23T21:48:03.404Z | [ host-image] Aug 23 21:48:02.818 INFO O| Aug 23 21:48:02.818 INFO O| Download: 1159/22728 items 6.4/196.4MB 3% complete (1.3M/s) |
3455 | 2024-08-23T21:48:06.425Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3456 | 2024-08-23T21:48:08.701Z | [ host-image] Aug 23 21:48:08.114 INFO O| Aug 23 21:48:08.114 INFO O| Download: 1791/22728 items 12.9/196.4MB 6% complete (1.3M/s) |
3457 | 2024-08-23T21:48:08.910Z | [ recovery-image] Aug 23 21:48:08.323 INFO O| Aug 23 21:48:08.323 INFO O| Planning: Running solver ... Done |
3458 | 2024-08-23T21:48:09.207Z | [ recovery-image] Aug 23 21:48:08.620 INFO O| Aug 23 21:48:08.620 INFO O| Planning: Finding local manifests ... Done |
3459 | 2024-08-23T21:48:09.225Z | [ recovery-image] Aug 23 21:48:08.638 INFO O| Aug 23 21:48:08.637 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3460 | 2024-08-23T21:48:10.886Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3461 | 2024-08-23T21:48:13.713Z | [ host-image] Aug 23 21:48:13.125 INFO O| Aug 23 21:48:13.125 INFO O| Download: 2335/22728 items 27.4/196.4MB 13% complete (2.0M/s) |
3462 | 2024-08-23T21:48:14.234Z | [ recovery-image] Aug 23 21:48:13.646 INFO O| Aug 23 21:48:13.646 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3463 | 2024-08-23T21:48:15.403Z | [ recovery-image] Aug 23 21:48:14.815 INFO O| Aug 23 21:48:14.815 INFO O| Planning: Package planning ... Done |
3464 | 2024-08-23T21:48:16.168Z | [ recovery-image] Aug 23 21:48:15.579 INFO O| Aug 23 21:48:15.579 INFO O| Planning: Merging actions ... Done |
3465 | 2024-08-23T21:48:16.331Z | [ recovery-image] Aug 23 21:48:15.743 INFO O| Aug 23 21:48:15.743 INFO O| Planning: Checking for conflicting actions ... Done |
3466 | 2024-08-23T21:48:16.474Z | [ recovery-image] Aug 23 21:48:15.885 INFO O| Aug 23 21:48:15.885 INFO O| Planning: Consolidating action changes ... Done |
3467 | 2024-08-23T21:48:16.858Z | [ recovery-image] Aug 23 21:48:16.270 INFO O| Aug 23 21:48:16.269 INFO O| Planning: Evaluating mediators ... Done |
3468 | 2024-08-23T21:48:18.714Z | [ host-image] Aug 23 21:48:18.125 INFO O| Aug 23 21:48:18.125 INFO O| Download: 3506/22728 items 35.7/196.4MB 18% complete (2.3M/s) |
3469 | 2024-08-23T21:48:23.040Z | [ recovery-image] Aug 23 21:48:22.451 INFO O| Aug 23 21:48:22.451 INFO O| Planning: Planning completed in 70.23 seconds |
3470 | 2024-08-23T21:48:23.047Z | [ recovery-image] Aug 23 21:48:22.458 INFO O| Aug 23 21:48:22.458 INFO O| Packages to install: 124 |
3471 | 2024-08-23T21:48:23.047Z | [ recovery-image] Aug 23 21:48:22.458 INFO O| Aug 23 21:48:22.458 INFO O| Mediators to change: 4 |
3472 | 2024-08-23T21:48:23.049Z | [ recovery-image] Aug 23 21:48:22.458 INFO O| Aug 23 21:48:22.458 INFO O| Services to change: 5 |
3473 | 2024-08-23T21:48:23.139Z | [ recovery-image] Aug 23 21:48:22.550 INFO O| Aug 23 21:48:22.550 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3474 | 2024-08-23T21:48:23.783Z | [ host-image] Aug 23 21:48:23.193 INFO O| Aug 23 21:48:23.193 INFO O| Download: 4518/22728 items 42.0/196.4MB 21% complete (1.5M/s) |
3475 | 2024-08-23T21:48:28.387Z | [ recovery-image] Aug 23 21:48:27.797 INFO O| Aug 23 21:48:27.797 INFO O| Download: 1053/15831 items 7.9/173.2MB 4% complete (1.7M/s) |
3476 | 2024-08-23T21:48:28.785Z | [ host-image] Aug 23 21:48:28.195 INFO O| Aug 23 21:48:28.195 INFO O| Download: 4972/22728 items 45.8/196.4MB 23% complete (1.0M/s) |
3477 | 2024-08-23T21:48:29.921Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3478 | 2024-08-23T21:48:33.407Z | [ recovery-image] Aug 23 21:48:32.815 INFO O| Aug 23 21:48:32.815 INFO O| Download: 1235/15831 items 16.9/173.2MB 9% complete (1.6M/s) |
3479 | 2024-08-23T21:48:33.810Z | [ host-image] Aug 23 21:48:33.195 INFO O| Aug 23 21:48:33.195 INFO O| Download: 6078/22728 items 46.4/196.4MB 23% complete (458k/s) |
3480 | 2024-08-23T21:48:34.830Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3481 | 2024-08-23T21:48:35.432Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3482 | 2024-08-23T21:48:39.127Z | [ recovery-image] Aug 23 21:48:38.534 INFO O| Aug 23 21:48:38.534 INFO O| Download: 1638/15831 items 25.5/173.2MB 14% complete (1.7M/s) |
3483 | 2024-08-23T21:48:39.141Z | [ host-image] Aug 23 21:48:38.549 INFO O| Aug 23 21:48:38.549 INFO O| Download: 6977/22728 items 50.3/196.4MB 25% complete (424k/s) |
3484 | 2024-08-23T21:48:44.129Z | [ recovery-image] Aug 23 21:48:43.536 INFO O| Aug 23 21:48:43.536 INFO O| Download: 2672/15831 items 33.0/173.2MB 19% complete (1.5M/s) |
3485 | 2024-08-23T21:48:44.154Z | [ host-image] Aug 23 21:48:43.560 INFO O| Aug 23 21:48:43.560 INFO O| Download: 7692/22728 items 58.6/196.4MB 29% complete (1.2M/s) |
3486 | 2024-08-23T21:48:49.399Z | [ recovery-image] Aug 23 21:48:48.805 INFO O| Aug 23 21:48:48.805 INFO O| Download: 3629/15831 items 39.5/173.2MB 22% complete (1.4M/s) |
3487 | 2024-08-23T21:48:49.402Z | [ host-image] Aug 23 21:48:48.808 INFO O| Aug 23 21:48:48.808 INFO O| Download: 8359/22728 items 69.0/196.4MB 35% complete (1.9M/s) |
3488 | 2024-08-23T21:48:54.406Z | [ recovery-image] Aug 23 21:48:53.810 INFO O| Aug 23 21:48:53.810 INFO O| Download: 4286/15831 items 42.7/173.2MB 24% complete (986k/s) |
3489 | 2024-08-23T21:48:54.417Z | [ host-image] Aug 23 21:48:53.822 INFO O| Aug 23 21:48:53.822 INFO O| Download: 9360/22728 items 81.1/196.4MB 41% complete (2.2M/s) |
3490 | 2024-08-23T21:48:59.407Z | [ recovery-image] Aug 23 21:48:58.811 INFO O| Aug 23 21:48:58.811 INFO O| Download: 5296/15831 items 43.2/173.2MB 24% complete (386k/s) |
3491 | 2024-08-23T21:48:59.537Z | [ host-image] Aug 23 21:48:58.941 INFO O| Aug 23 21:48:58.941 INFO O| Download: 10403/22728 items 88.0/196.4MB 44% complete (1.9M/s) |
3492 | 2024-08-23T21:49:04.467Z | [ recovery-image] Aug 23 21:49:03.870 INFO O| Aug 23 21:49:03.870 INFO O| Download: 5898/15831 items 50.2/173.2MB 28% complete (753k/s) |
3493 | 2024-08-23T21:49:04.538Z | [ host-image] Aug 23 21:49:03.941 INFO O| Aug 23 21:49:03.941 INFO O| Download: 11091/22728 items 92.0/196.4MB 46% complete (1.1M/s) |
3494 | 2024-08-23T21:49:09.468Z | [ recovery-image] Aug 23 21:49:08.870 INFO O| Aug 23 21:49:08.870 INFO O| Download: 6123/15831 items 59.4/173.2MB 34% complete (1.5M/s) |
3495 | 2024-08-23T21:49:09.539Z | [ host-image] Aug 23 21:49:08.942 INFO O| Aug 23 21:49:08.941 INFO O| Download: 12095/22728 items 101.0/196.4MB 51% complete (1.3M/s) |
3496 | 2024-08-23T21:49:14.470Z | [ recovery-image] Aug 23 21:49:13.871 INFO O| Aug 23 21:49:13.871 INFO O| Download: 7213/15831 items 73.2/173.2MB 42% complete (2.3M/s) |
3497 | 2024-08-23T21:49:14.544Z | [ host-image] Aug 23 21:49:13.944 INFO O| Aug 23 21:49:13.944 INFO O| Download: 12295/22728 items 109.4/196.4MB 55% complete (1.8M/s) |
3498 | 2024-08-23T21:49:19.548Z | [ recovery-image] Aug 23 21:49:18.948 INFO O| Aug 23 21:49:18.948 INFO O| Download: 7855/15831 items 75.6/173.2MB 43% complete (1.6M/s) |
3499 | 2024-08-23T21:49:19.935Z | [ host-image] Aug 23 21:49:19.336 INFO O| Aug 23 21:49:19.336 INFO O| Download: 13308/22728 items 109.9/196.4MB 55% complete (1.1M/s) |
3500 | 2024-08-23T21:49:24.551Z | [ recovery-image] Aug 23 21:49:23.950 INFO O| Aug 23 21:49:23.950 INFO O| Download: 8458/15831 items 79.8/173.2MB 46% complete (668k/s) |
3501 | 2024-08-23T21:49:24.943Z | [ host-image] Aug 23 21:49:24.343 INFO O| Aug 23 21:49:24.343 INFO O| Download: 14193/22728 items 110.6/196.4MB 56% complete (117k/s) |
3502 | 2024-08-23T21:49:29.659Z | [ recovery-image] Aug 23 21:49:29.057 INFO O| Aug 23 21:49:29.057 INFO O| Download: 8912/15831 items 92.6/173.2MB 53% complete (1.7M/s) |
3503 | 2024-08-23T21:49:29.944Z | [ host-image] Aug 23 21:49:29.343 INFO O| Aug 23 21:49:29.343 INFO O| Download: 14620/22728 items 117.2/196.4MB 59% complete (727k/s) |
3504 | 2024-08-23T21:49:36.518Z | [ recovery-image] Aug 23 21:49:34.063 INFO O| Aug 23 21:49:34.063 INFO O| Download: 9907/15831 items 93.1/173.2MB 53% complete (1.3M/s) |
3505 | 2024-08-23T21:49:36.538Z | [ host-image] Aug 23 21:49:34.353 INFO O| Aug 23 21:49:34.353 INFO O| Download: 15537/22728 items 124.0/196.4MB 63% complete (1.3M/s) |
3506 | 2024-08-23T21:49:39.669Z | [ recovery-image] Aug 23 21:49:39.066 INFO O| Aug 23 21:49:39.066 INFO O| Download: 10741/15831 items 93.8/173.2MB 54% complete (119k/s) |
3507 | 2024-08-23T21:49:40.026Z | [ host-image] Aug 23 21:49:39.423 INFO O| Aug 23 21:49:39.423 INFO O| Download: 15829/22728 items 129.3/196.4MB 65% complete (1.2M/s) |
3508 | 2024-08-23T21:49:45.027Z | [ host-image] Aug 23 21:49:44.423 INFO O| Aug 23 21:49:44.423 INFO O| Download: 17240/22728 items 141.1/196.4MB 71% complete (1.7M/s) |
3509 | 2024-08-23T21:49:45.313Z | [ recovery-image] Aug 23 21:49:44.708 INFO O| Aug 23 21:49:44.708 INFO O| Download: 11075/15831 items 99.2/173.2MB 57% complete (552k/s) |
3510 | 2024-08-23T21:49:50.368Z | [ host-image] Aug 23 21:49:49.598 INFO O| Aug 23 21:49:49.597 INFO O| Download: 17932/22728 items 158.8/196.4MB 80% complete (3.0M/s) |
3511 | 2024-08-23T21:49:50.373Z | [ recovery-image] Aug 23 21:49:49.708 INFO O| Aug 23 21:49:49.708 INFO O| Download: 11513/15831 items 111.3/173.2MB 64% complete (1.7M/s) |
3512 | 2024-08-23T21:49:55.253Z | [ host-image] Aug 23 21:49:54.648 INFO O| Aug 23 21:49:54.648 INFO O| Download: 18957/22728 items 162.4/196.4MB 82% complete (2.2M/s) |
3513 | 2024-08-23T21:49:55.328Z | [ recovery-image] Aug 23 21:49:54.723 INFO O| Aug 23 21:49:54.722 INFO O| Download: 12261/15831 items 138.0/173.2MB 79% complete (3.9M/s) |
3514 | 2024-08-23T21:50:00.336Z | [ recovery-image] Aug 23 21:49:59.729 INFO O| Aug 23 21:49:59.729 INFO O| Download: 13183/15831 items 142.3/173.2MB 82% complete (3.2M/s) |
3515 | 2024-08-23T21:50:00.468Z | [ host-image] Aug 23 21:49:59.861 INFO O| Aug 23 21:49:59.861 INFO O| Download: 19964/22728 items 167.1/196.4MB 85% complete (852k/s) |
3516 | 2024-08-23T21:50:05.351Z | [ recovery-image] Aug 23 21:50:04.744 INFO O| Aug 23 21:50:04.744 INFO O| Download: 14049/15831 items 145.3/173.2MB 83% complete (754k/s) |
3517 | 2024-08-23T21:50:05.555Z | [ host-image] Aug 23 21:50:04.948 INFO O| Aug 23 21:50:04.948 INFO O| Download: 20611/22728 items 169.8/196.4MB 86% complete (733k/s) |
3518 | 2024-08-23T21:50:10.434Z | [ recovery-image] Aug 23 21:50:09.826 INFO O| Aug 23 21:50:09.826 INFO O| Download: 14721/15831 items 151.3/173.2MB 87% complete (897k/s) |
3519 | 2024-08-23T21:50:10.557Z | [ host-image] Aug 23 21:50:09.949 INFO O| Aug 23 21:50:09.948 INFO O| Download: 20993/22728 items 176.2/196.4MB 89% complete (917k/s) |
3520 | 2024-08-23T21:50:15.554Z | [ recovery-image] Aug 23 21:50:14.944 INFO O| Aug 23 21:50:14.944 INFO O| Download: 15249/15831 items 157.9/173.2MB 91% complete (1.2M/s) |
3521 | 2024-08-23T21:50:15.600Z | [ host-image] Aug 23 21:50:14.990 INFO O| Aug 23 21:50:14.990 INFO O| Download: 21654/22728 items 180.5/196.4MB 91% complete (1.1M/s) |
3522 | 2024-08-23T21:50:20.566Z | [ recovery-image] Aug 23 21:50:19.955 INFO O| Aug 23 21:50:19.955 INFO O| Download: 15642/15831 items 167.4/173.2MB 96% complete (1.5M/s) |
3523 | 2024-08-23T21:50:20.611Z | [ host-image] Aug 23 21:50:20.001 INFO O| Aug 23 21:50:20.001 INFO O| Download: 22307/22728 items 195.9/196.4MB 99% complete (2.0M/s) |
3524 | 2024-08-23T21:50:22.674Z | [ host-image] Aug 23 21:50:22.063 INFO O| Aug 23 21:50:22.063 INFO O| Download: Completed 196.39 MB in 144.25 seconds (1.4M/s) |
3525 | 2024-08-23T21:50:22.912Z | [ recovery-image] Aug 23 21:50:22.301 INFO O| Aug 23 21:50:22.301 INFO O| Download: Completed 173.17 MB in 119.75 seconds (1.4M/s) |
3526 | 2024-08-23T21:50:24.141Z | [ recovery-image] Aug 23 21:50:23.530 INFO O| Aug 23 21:50:23.530 INFO O| Actions: 1/24964 actions (Installing new actions) |
3527 | 2024-08-23T21:50:24.153Z | [ host-image] Aug 23 21:50:23.543 INFO O| Aug 23 21:50:23.543 INFO O| Actions: 1/49261 actions (Installing new actions) |
3528 | 2024-08-23T21:50:29.142Z | [ recovery-image] Aug 23 21:50:28.531 INFO O| Aug 23 21:50:28.531 INFO O| Actions: 8529/24964 actions (Installing new actions) |
3529 | 2024-08-23T21:50:29.248Z | [ host-image] Aug 23 21:50:28.637 INFO O| Aug 23 21:50:28.637 INFO O| Actions: 9137/49261 actions (Installing new actions) |
3530 | 2024-08-23T21:50:34.143Z | [ recovery-image] Aug 23 21:50:33.531 INFO O| Aug 23 21:50:33.531 INFO O| Actions: 14831/24964 actions (Installing new actions) |
3531 | 2024-08-23T21:50:34.253Z | [ host-image] Aug 23 21:50:33.641 INFO O| Aug 23 21:50:33.640 INFO O| Actions: 16440/49261 actions (Installing new actions) |
3532 | 2024-08-23T21:50:39.265Z | [ host-image] Aug 23 21:50:38.652 INFO O| Aug 23 21:50:38.652 INFO O| Actions: 22008/49261 actions (Installing new actions) |
3533 | 2024-08-23T21:50:41.651Z | [ recovery-image] Aug 23 21:50:41.038 INFO O| Aug 23 21:50:41.037 INFO O| Actions: 24411/24964 actions (Installing new actions) |
3534 | 2024-08-23T21:50:45.241Z | [ host-image] Aug 23 21:50:44.627 INFO O| Aug 23 21:50:44.627 INFO O| Actions: 48708/49261 actions (Installing new actions) |
3535 | 2024-08-23T21:50:45.956Z | [ recovery-image] Aug 23 21:50:45.342 INFO O| Aug 23 21:50:45.342 INFO O| Actions: Completed 24964 actions in 21.81 seconds. |
3536 | 2024-08-23T21:50:46.466Z | [ recovery-image] Aug 23 21:50:45.852 INFO O| Aug 23 21:50:45.852 INFO O| Done |
3537 | 2024-08-23T21:50:46.466Z | [ recovery-image] Aug 23 21:50:45.852 INFO O| Aug 23 21:50:45.852 INFO O| Done |
3538 | 2024-08-23T21:50:47.570Z | [ recovery-image] Aug 23 21:50:46.955 INFO O| Aug 23 21:50:46.955 INFO O| Done |
3539 | 2024-08-23T21:50:48.948Z | [ host-image] Aug 23 21:50:48.334 INFO O| Aug 23 21:50:48.333 INFO O| Actions: Completed 49261 actions in 24.79 seconds. |
3540 | 2024-08-23T21:50:49.246Z | [ recovery-image] Aug 23 21:50:48.631 INFO O| Aug 23 21:50:48.631 INFO O| Done |
3541 | 2024-08-23T21:50:49.269Z | [ recovery-image] Aug 23 21:50:48.654 INFO O| Aug 23 21:50:48.653 INFO O| Done |
3542 | 2024-08-23T21:50:49.552Z | [ host-image] Aug 23 21:50:48.842 INFO O| Aug 23 21:50:48.842 INFO O| Done |
3543 | 2024-08-23T21:50:49.552Z | [ host-image] Aug 23 21:50:48.842 INFO O| Aug 23 21:50:48.842 INFO O| Done |
3544 | 2024-08-23T21:50:50.555Z | [ host-image] Aug 23 21:50:49.940 INFO O| Aug 23 21:50:49.940 INFO O| Done |
3545 | 2024-08-23T21:50:53.409Z | [ host-image] Aug 23 21:50:52.788 INFO O| Aug 23 21:50:52.788 INFO O| Done |
3546 | 2024-08-23T21:50:53.438Z | [ host-image] Aug 23 21:50:52.822 INFO O| Aug 23 21:50:52.822 INFO O| Done |
3547 | 2024-08-23T21:50:54.415Z | [ recovery-image] Aug 23 21:50:53.798 INFO O| Aug 23 21:50:53.798 INFO O| Done |
3548 | 2024-08-23T21:50:55.183Z | [ recovery-image] Aug 23 21:50:54.567 INFO O| Aug 23 21:50:54.567 INFO O| Done |
3549 | 2024-08-23T21:50:55.484Z | [ recovery-image] Aug 23 21:50:54.868 INFO O| Aug 23 21:50:54.868 INFO STEP 11 (pkg_install) COMPLETE |
3550 | 2024-08-23T21:50:55.484Z | [ recovery-image] Aug 23 21:50:54.868 INFO O| Aug 23 21:50:54.868 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-08-23T21:50:55.487Z | [ recovery-image] Aug 23 21:50:54.868 INFO O| Aug 23 21:50:54.868 INFO skip step because feature "recovery" is enabled |
3552 | 2024-08-23T21:50:55.487Z | [ recovery-image] Aug 23 21:50:54.868 INFO O| Aug 23 21:50:54.868 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-08-23T21:50:55.487Z | [ recovery-image] Aug 23 21:50:54.868 INFO O| Aug 23 21:50:54.868 INFO skip step because feature "omicron1" is not enabled |
3554 | 2024-08-23T21:50:55.487Z | [ recovery-image] Aug 23 21:50:54.868 INFO O| Aug 23 21:50:54.868 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-08-23T21:50:55.503Z | [ recovery-image] Aug 23 21:50:54.886 INFO O| Aug 23 21:50:54.886 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3556 | 2024-08-23T21:50:56.677Z | [ recovery-image] Aug 23 21:50:56.061 INFO O| Aug 23 21:50:56.061 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3557 | 2024-08-23T21:50:59.738Z | [ recovery-image] Aug 23 21:50:59.121 INFO O| Aug 23 21:50:59.121 INFO O| Planning: Solver setup ... Done |
3558 | 2024-08-23T21:50:59.745Z | [ recovery-image] Aug 23 21:50:59.128 INFO O| Aug 23 21:50:59.128 INFO O| Planning: Running solver ... Done |
3559 | 2024-08-23T21:50:59.822Z | [ recovery-image] Aug 23 21:50:59.205 INFO O| Aug 23 21:50:59.205 INFO O| Planning: Finding local manifests ... Done |
3560 | 2024-08-23T21:50:59.824Z | [ recovery-image] Aug 23 21:50:59.207 INFO O| Aug 23 21:50:59.207 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3561 | 2024-08-23T21:50:59.956Z | [ recovery-image] Aug 23 21:50:59.339 INFO O| Aug 23 21:50:59.339 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3562 | 2024-08-23T21:50:59.995Z | [ recovery-image] Aug 23 21:50:59.378 INFO O| Aug 23 21:50:59.378 INFO O| Planning: Package planning ... Done |
3563 | 2024-08-23T21:50:59.998Z | [ recovery-image] Aug 23 21:50:59.380 INFO O| Aug 23 21:50:59.379 INFO O| Planning: Merging actions ... Done |
3564 | 2024-08-23T21:51:00.083Z | [ recovery-image] Aug 23 21:50:59.466 INFO O| Aug 23 21:50:59.466 INFO O| Planning: Checking for conflicting actions ... Done |
3565 | 2024-08-23T21:51:00.086Z | [ recovery-image] Aug 23 21:50:59.467 INFO O| Aug 23 21:50:59.467 INFO O| Planning: Consolidating action changes ... Done |
3566 | 2024-08-23T21:51:00.385Z | [ recovery-image] Aug 23 21:50:59.768 INFO O| Aug 23 21:50:59.768 INFO O| Planning: Evaluating mediators ... Done |
3567 | 2024-08-23T21:51:00.387Z | [ recovery-image] Aug 23 21:50:59.769 INFO O| Aug 23 21:50:59.768 INFO O| Planning: Planning completed in 3.71 seconds |
3568 | 2024-08-23T21:51:00.393Z | [ recovery-image] Aug 23 21:50:59.771 INFO O| Aug 23 21:50:59.771 INFO O| Packages to install: 1 |
3569 | 2024-08-23T21:51:00.420Z | [ recovery-image] Aug 23 21:50:59.803 INFO O| Aug 23 21:50:59.803 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3570 | 2024-08-23T21:51:01.474Z | [ host-image] Aug 23 21:51:00.856 INFO O| Aug 23 21:51:00.856 INFO O| Done |
3571 | 2024-08-23T21:51:02.004Z | [ recovery-image] Aug 23 21:51:01.387 INFO O| Aug 23 21:51:01.387 INFO O| Download: Completed 20.80 MB in 1.58 seconds (13.1M/s) |
3572 | 2024-08-23T21:51:02.032Z | [ recovery-image] Aug 23 21:51:01.415 INFO O| Aug 23 21:51:01.415 INFO O| Actions: 1/22 actions (Installing new actions) |
3573 | 2024-08-23T21:51:02.171Z | [ host-image] Aug 23 21:51:01.554 INFO O| Aug 23 21:51:01.554 INFO O| Done |
3574 | 2024-08-23T21:51:02.366Z | [ host-image] Aug 23 21:51:01.749 INFO O| Aug 23 21:51:01.749 INFO STEP 11 (pkg_install) COMPLETE |
3575 | 2024-08-23T21:51:02.366Z | [ host-image] Aug 23 21:51:01.749 INFO O| Aug 23 21:51:01.749 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3576 | 2024-08-23T21:51:02.377Z | [ host-image] Aug 23 21:51:01.760 INFO O| Aug 23 21:51:01.760 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3577 | 2024-08-23T21:51:02.568Z | [ recovery-image] Aug 23 21:51:01.951 INFO O| Aug 23 21:51:01.951 INFO O| Actions: Completed 22 actions in 0.54 seconds. |
3578 | 2024-08-23T21:51:02.726Z | [ recovery-image] Aug 23 21:51:02.108 INFO O| Aug 23 21:51:02.108 INFO O| Done |
3579 | 2024-08-23T21:51:02.726Z | [ recovery-image] Aug 23 21:51:02.108 INFO O| Aug 23 21:51:02.108 INFO O| Done |
3580 | 2024-08-23T21:51:02.980Z | [ host-image] Aug 23 21:51:02.363 INFO O| Aug 23 21:51:02.363 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3581 | 2024-08-23T21:51:03.080Z | [ recovery-image] Aug 23 21:51:02.462 INFO O| Aug 23 21:51:02.462 INFO O| Done |
3582 | 2024-08-23T21:51:03.949Z | [ recovery-image] Aug 23 21:51:03.332 INFO O| Aug 23 21:51:03.331 INFO O| Done |
3583 | 2024-08-23T21:51:03.963Z | [ recovery-image] Aug 23 21:51:03.345 INFO O| Aug 23 21:51:03.345 INFO O| Done |
3584 | 2024-08-23T21:51:03.963Z | [ recovery-image] Aug 23 21:51:03.345 INFO O| Aug 23 21:51:03.345 INFO O| Done |
3585 | 2024-08-23T21:51:03.973Z | [ recovery-image] Aug 23 21:51:03.355 INFO O| Aug 23 21:51:03.355 INFO O| Done |
3586 | 2024-08-23T21:51:04.063Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO STEP 14 (pkg_install) COMPLETE |
3587 | 2024-08-23T21:51:04.063Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3588 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO skip step because feature "mfg" is not enabled |
3589 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3590 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO skip step because feature "compliance" is not enabled |
3591 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3592 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO skip step because feature "stress" is not enabled |
3593 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3594 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO skip step because feature "nfs" is not enabled |
3595 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3596 | 2024-08-23T21:51:04.065Z | [ recovery-image] Aug 23 21:51:03.445 INFO O| Aug 23 21:51:03.445 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3597 | 2024-08-23T21:51:04.159Z | [ recovery-image] Aug 23 21:51:03.541 INFO O| Aug 23 21:51:03.541 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3598 | 2024-08-23T21:51:04.239Z | [ recovery-image] Aug 23 21:51:03.621 INFO O| Aug 23 21:51:03.621 INFO completed processing gimlet/ramdisk-01-os |
3599 | 2024-08-23T21:51:04.241Z | [ recovery-image] Aug 23 21:51:03.623 INFO image builder template: ramdisk-02-trim... |
3600 | 2024-08-23T21:51:04.241Z | [ recovery-image] Aug 23 21:51:03.623 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/.tmpHa8UOy/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 |
3601 | 2024-08-23T21:51:04.266Z | [ recovery-image] Aug 23 21:51:03.648 INFO O| Aug 23 21:51:03.648 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3602 | 2024-08-23T21:51:04.273Z | [ recovery-image] Aug 23 21:51:03.652 INFO O| Aug 23 21:51:03.652 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3603 | 2024-08-23T21:51:04.348Z | [ recovery-image] Aug 23 21:51:03.731 INFO O| Aug 23 21:51:03.730 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3604 | 2024-08-23T21:51:04.425Z | [ recovery-image] Aug 23 21:51:03.807 INFO O| Aug 23 21:51:03.807 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3605 | 2024-08-23T21:51:04.427Z | [ recovery-image] Aug 23 21:51:03.807 INFO O| Aug 23 21:51:03.807 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3606 | 2024-08-23T21:51:04.436Z | [ recovery-image] Aug 23 21:51:03.818 INFO O| Aug 23 21:51:03.818 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3607 | 2024-08-23T21:51:04.444Z | [ recovery-image] Aug 23 21:51:03.827 INFO O| Aug 23 21:51:03.826 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3608 | 2024-08-23T21:51:04.453Z | [ recovery-image] Aug 23 21:51:03.836 INFO O| Aug 23 21:51:03.836 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3609 | 2024-08-23T21:51:04.638Z | [ recovery-image] Aug 23 21:51:04.020 INFO O| Aug 23 21:51:04.020 INFO rolled back to input snapshot; work may begin |
3610 | 2024-08-23T21:51:04.638Z | [ recovery-image] Aug 23 21:51:04.020 INFO O| Aug 23 21:51:04.020 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3611 | 2024-08-23T21:51:04.646Z | [ recovery-image] Aug 23 21:51:04.029 INFO O| Aug 23 21:51:04.029 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3612 | 2024-08-23T21:51:04.663Z | [ recovery-image] Aug 23 21:51:04.046 INFO O| Aug 23 21:51:04.046 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3613 | 2024-08-23T21:51:04.761Z | [ recovery-image] Aug 23 21:51:04.143 INFO O| Aug 23 21:51:04.143 INFO STEP 0 (remove_files) COMPLETE |
3614 | 2024-08-23T21:51:04.761Z | [ recovery-image] Aug 23 21:51:04.143 INFO O| Aug 23 21:51:04.143 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3615 | 2024-08-23T21:51:04.779Z | [ recovery-image] Aug 23 21:51:04.162 INFO O| Aug 23 21:51:04.161 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3616 | 2024-08-23T21:51:04.782Z | [ recovery-image] Aug 23 21:51:04.164 INFO O| Aug 23 21:51:04.164 INFO STEP 1 (remove_files) COMPLETE |
3617 | 2024-08-23T21:51:04.784Z | [ recovery-image] Aug 23 21:51:04.164 INFO O| Aug 23 21:51:04.164 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3618 | 2024-08-23T21:51:04.798Z | [ recovery-image] Aug 23 21:51:04.181 INFO O| Aug 23 21:51:04.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3619 | 2024-08-23T21:51:04.821Z | [ recovery-image] Aug 23 21:51:04.203 INFO O| Aug 23 21:51:04.203 INFO STEP 2 (remove_files) COMPLETE |
3620 | 2024-08-23T21:51:04.821Z | [ recovery-image] Aug 23 21:51:04.203 INFO O| Aug 23 21:51:04.203 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3621 | 2024-08-23T21:51:04.835Z | [ recovery-image] Aug 23 21:51:04.218 INFO O| Aug 23 21:51:04.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3622 | 2024-08-23T21:51:04.840Z | [ recovery-image] Aug 23 21:51:04.223 INFO O| Aug 23 21:51:04.223 INFO STEP 3 (remove_files) COMPLETE |
3623 | 2024-08-23T21:51:04.840Z | [ recovery-image] Aug 23 21:51:04.223 INFO O| Aug 23 21:51:04.223 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3624 | 2024-08-23T21:51:04.857Z | [ recovery-image] Aug 23 21:51:04.239 INFO O| Aug 23 21:51:04.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3625 | 2024-08-23T21:51:04.863Z | [ recovery-image] Aug 23 21:51:04.245 INFO O| Aug 23 21:51:04.245 INFO STEP 4 (remove_files) COMPLETE |
3626 | 2024-08-23T21:51:04.863Z | [ recovery-image] Aug 23 21:51:04.245 INFO O| Aug 23 21:51:04.245 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3627 | 2024-08-23T21:51:04.878Z | [ recovery-image] Aug 23 21:51:04.261 INFO O| Aug 23 21:51:04.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3628 | 2024-08-23T21:51:04.881Z | [ recovery-image] Aug 23 21:51:04.261 INFO O| Aug 23 21:51:04.261 INFO STEP 5 (remove_files) COMPLETE |
3629 | 2024-08-23T21:51:04.881Z | [ recovery-image] Aug 23 21:51:04.261 INFO O| Aug 23 21:51:04.261 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3630 | 2024-08-23T21:51:04.883Z | [ host-image] Aug 23 21:51:04.266 INFO O| Aug 23 21:51:04.266 INFO O| Planning: Solver setup ... Done |
3631 | 2024-08-23T21:51:04.887Z | [ host-image] Aug 23 21:51:04.270 INFO O| Aug 23 21:51:04.270 INFO O| Planning: Running solver ... Done |
3632 | 2024-08-23T21:51:04.891Z | [ recovery-image] Aug 23 21:51:04.274 INFO O| Aug 23 21:51:04.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3633 | 2024-08-23T21:51:04.903Z | [ recovery-image] Aug 23 21:51:04.285 INFO O| Aug 23 21:51:04.285 INFO STEP 6 (remove_files) COMPLETE |
3634 | 2024-08-23T21:51:04.903Z | [ recovery-image] Aug 23 21:51:04.285 INFO O| Aug 23 21:51:04.285 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-23T21:51:04.906Z | [ recovery-image] Aug 23 21:51:04.286 INFO O| Aug 23 21:51:04.285 INFO skip step because feature "recovery" is enabled |
3636 | 2024-08-23T21:51:04.906Z | [ recovery-image] Aug 23 21:51:04.286 INFO O| Aug 23 21:51:04.285 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3637 | 2024-08-23T21:51:04.906Z | [ recovery-image] Aug 23 21:51:04.286 INFO O| Aug 23 21:51:04.285 INFO skip step because feature "recovery" is enabled |
3638 | 2024-08-23T21:51:04.906Z | [ recovery-image] Aug 23 21:51:04.286 INFO O| Aug 23 21:51:04.285 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3639 | 2024-08-23T21:51:04.906Z | [ recovery-image] Aug 23 21:51:04.286 INFO O| Aug 23 21:51:04.285 INFO skip step because feature "recovery" is enabled |
3640 | 2024-08-23T21:51:04.906Z | [ recovery-image] Aug 23 21:51:04.286 INFO O| Aug 23 21:51:04.285 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3641 | 2024-08-23T21:51:04.915Z | [ recovery-image] Aug 23 21:51:04.298 INFO O| Aug 23 21:51:04.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3642 | 2024-08-23T21:51:04.919Z | [ recovery-image] Aug 23 21:51:04.301 INFO O| Aug 23 21:51:04.301 INFO STEP 10 (remove_files) COMPLETE |
3643 | 2024-08-23T21:51:04.919Z | [ recovery-image] Aug 23 21:51:04.301 INFO O| Aug 23 21:51:04.301 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-23T21:51:04.929Z | [ recovery-image] Aug 23 21:51:04.311 INFO O| Aug 23 21:51:04.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3645 | 2024-08-23T21:51:04.931Z | [ host-image] Aug 23 21:51:04.312 INFO O| Aug 23 21:51:04.312 INFO O| Planning: Finding local manifests ... Done |
3646 | 2024-08-23T21:51:04.931Z | [ recovery-image] Aug 23 21:51:04.312 INFO O| Aug 23 21:51:04.312 INFO STEP 11 (remove_files) COMPLETE |
3647 | 2024-08-23T21:51:04.931Z | [ recovery-image] Aug 23 21:51:04.312 INFO O| Aug 23 21:51:04.312 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3648 | 2024-08-23T21:51:04.931Z | [ host-image] Aug 23 21:51:04.313 INFO O| Aug 23 21:51:04.313 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3649 | 2024-08-23T21:51:04.940Z | [ recovery-image] Aug 23 21:51:04.323 INFO O| Aug 23 21:51:04.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3650 | 2024-08-23T21:51:04.942Z | [ recovery-image] Aug 23 21:51:04.325 INFO O| Aug 23 21:51:04.325 INFO STEP 12 (remove_files) COMPLETE |
3651 | 2024-08-23T21:51:04.942Z | [ recovery-image] Aug 23 21:51:04.325 INFO O| Aug 23 21:51:04.325 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3652 | 2024-08-23T21:51:05.020Z | [ host-image] Aug 23 21:51:04.402 INFO O| Aug 23 21:51:04.402 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3653 | 2024-08-23T21:51:05.042Z | [ host-image] Aug 23 21:51:04.424 INFO O| Aug 23 21:51:04.424 INFO O| Planning: Package planning ... Done |
3654 | 2024-08-23T21:51:05.045Z | [ host-image] Aug 23 21:51:04.427 INFO O| Aug 23 21:51:04.427 INFO O| Planning: Merging actions ... Done |
3655 | 2024-08-23T21:51:05.122Z | [ host-image] Aug 23 21:51:04.505 INFO O| Aug 23 21:51:04.504 INFO O| Planning: Checking for conflicting actions ... Done |
3656 | 2024-08-23T21:51:05.125Z | [ host-image] Aug 23 21:51:04.506 INFO O| Aug 23 21:51:04.506 INFO O| Planning: Consolidating action changes ... Done |
3657 | 2024-08-23T21:51:05.138Z | [ recovery-image] Aug 23 21:51:04.521 INFO O| Aug 23 21:51:04.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3658 | 2024-08-23T21:51:05.143Z | [ recovery-image] Aug 23 21:51:04.525 INFO O| Aug 23 21:51:04.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3659 | 2024-08-23T21:51:05.145Z | [ recovery-image] Aug 23 21:51:04.527 INFO O| Aug 23 21:51:04.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3660 | 2024-08-23T21:51:05.147Z | [ recovery-image] Aug 23 21:51:04.529 INFO O| Aug 23 21:51:04.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3661 | 2024-08-23T21:51:05.200Z | [ recovery-image] Aug 23 21:51:04.583 INFO O| Aug 23 21:51:04.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3662 | 2024-08-23T21:51:05.203Z | [ recovery-image] Aug 23 21:51:04.583 INFO O| Aug 23 21:51:04.583 INFO STEP 13 (remove_files) COMPLETE |
3663 | 2024-08-23T21:51:05.203Z | [ recovery-image] Aug 23 21:51:04.583 INFO O| Aug 23 21:51:04.583 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3664 | 2024-08-23T21:51:05.214Z | [ recovery-image] Aug 23 21:51:04.596 INFO O| Aug 23 21:51:04.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3665 | 2024-08-23T21:51:05.216Z | [ recovery-image] Aug 23 21:51:04.598 INFO O| Aug 23 21:51:04.598 INFO STEP 14 (remove_files) COMPLETE |
3666 | 2024-08-23T21:51:05.216Z | [ recovery-image] Aug 23 21:51:04.598 INFO O| Aug 23 21:51:04.598 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3667 | 2024-08-23T21:51:05.227Z | [ recovery-image] Aug 23 21:51:04.610 INFO O| Aug 23 21:51:04.610 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3668 | 2024-08-23T21:51:05.234Z | [ recovery-image] Aug 23 21:51:04.617 INFO O| Aug 23 21:51:04.617 INFO STEP 15 (remove_files) COMPLETE |
3669 | 2024-08-23T21:51:05.234Z | [ recovery-image] Aug 23 21:51:04.617 INFO O| Aug 23 21:51:04.617 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3670 | 2024-08-23T21:51:05.247Z | [ recovery-image] Aug 23 21:51:04.629 INFO O| Aug 23 21:51:04.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3671 | 2024-08-23T21:51:05.249Z | [ recovery-image] Aug 23 21:51:04.630 INFO O| Aug 23 21:51:04.629 INFO STEP 16 (remove_files) COMPLETE |
3672 | 2024-08-23T21:51:05.249Z | [ recovery-image] Aug 23 21:51:04.630 INFO O| Aug 23 21:51:04.629 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3673 | 2024-08-23T21:51:05.258Z | [ recovery-image] Aug 23 21:51:04.641 INFO O| Aug 23 21:51:04.641 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3674 | 2024-08-23T21:51:05.261Z | [ recovery-image] Aug 23 21:51:04.642 INFO O| Aug 23 21:51:04.642 INFO STEP 17 (remove_files) COMPLETE |
3675 | 2024-08-23T21:51:05.261Z | [ recovery-image] Aug 23 21:51:04.642 INFO O| Aug 23 21:51:04.642 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3676 | 2024-08-23T21:51:05.270Z | [ recovery-image] Aug 23 21:51:04.653 INFO O| Aug 23 21:51:04.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3677 | 2024-08-23T21:51:05.270Z | [ recovery-image] Aug 23 21:51:04.653 INFO O| Aug 23 21:51:04.653 INFO STEP 18 (remove_files) COMPLETE |
3678 | 2024-08-23T21:51:05.273Z | [ recovery-image] Aug 23 21:51:04.653 INFO O| Aug 23 21:51:04.653 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3679 | 2024-08-23T21:51:05.280Z | [ recovery-image] Aug 23 21:51:04.662 INFO O| Aug 23 21:51:04.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3680 | 2024-08-23T21:51:05.280Z | [ recovery-image] Aug 23 21:51:04.663 INFO O| Aug 23 21:51:04.662 INFO STEP 19 (remove_files) COMPLETE |
3681 | 2024-08-23T21:51:05.282Z | [ recovery-image] Aug 23 21:51:04.663 INFO O| Aug 23 21:51:04.662 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3682 | 2024-08-23T21:51:05.290Z | [ recovery-image] Aug 23 21:51:04.672 INFO O| Aug 23 21:51:04.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3683 | 2024-08-23T21:51:05.290Z | [ recovery-image] Aug 23 21:51:04.672 INFO O| Aug 23 21:51:04.672 INFO STEP 20 (remove_files) COMPLETE |
3684 | 2024-08-23T21:51:05.290Z | [ recovery-image] Aug 23 21:51:04.672 INFO O| Aug 23 21:51:04.672 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3685 | 2024-08-23T21:51:05.300Z | [ recovery-image] Aug 23 21:51:04.682 INFO O| Aug 23 21:51:04.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3686 | 2024-08-23T21:51:05.300Z | [ recovery-image] Aug 23 21:51:04.682 INFO O| Aug 23 21:51:04.682 INFO STEP 21 (remove_files) COMPLETE |
3687 | 2024-08-23T21:51:05.302Z | [ recovery-image] Aug 23 21:51:04.682 INFO O| Aug 23 21:51:04.682 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3688 | 2024-08-23T21:51:05.305Z | [ host-image] Aug 23 21:51:04.687 INFO O| Aug 23 21:51:04.687 INFO O| Planning: Evaluating mediators ... Done |
3689 | 2024-08-23T21:51:05.311Z | [ host-image] Aug 23 21:51:04.688 INFO O| Aug 23 21:51:04.688 INFO O| Planning: Planning completed in 2.32 seconds |
3690 | 2024-08-23T21:51:05.311Z | [ host-image] Aug 23 21:51:04.690 INFO O| Aug 23 21:51:04.690 INFO O| Packages to install: 4 |
3691 | 2024-08-23T21:51:05.311Z | [ host-image] Aug 23 21:51:04.690 INFO O| Aug 23 21:51:04.690 INFO O| Services to change: 2 |
3692 | 2024-08-23T21:51:05.311Z | [ recovery-image] Aug 23 21:51:04.692 INFO O| Aug 23 21:51:04.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3693 | 2024-08-23T21:51:05.311Z | [ recovery-image] Aug 23 21:51:04.693 INFO O| Aug 23 21:51:04.693 INFO STEP 22 (remove_files) COMPLETE |
3694 | 2024-08-23T21:51:05.311Z | [ recovery-image] Aug 23 21:51:04.693 INFO O| Aug 23 21:51:04.693 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3695 | 2024-08-23T21:51:05.321Z | [ host-image] Aug 23 21:51:04.701 INFO O| Aug 23 21:51:04.701 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3696 | 2024-08-23T21:51:05.321Z | [ recovery-image] Aug 23 21:51:04.702 INFO O| Aug 23 21:51:04.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3697 | 2024-08-23T21:51:05.321Z | [ recovery-image] Aug 23 21:51:04.703 INFO O| Aug 23 21:51:04.703 INFO STEP 23 (remove_files) COMPLETE |
3698 | 2024-08-23T21:51:05.321Z | [ recovery-image] Aug 23 21:51:04.703 INFO O| Aug 23 21:51:04.703 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-23T21:51:05.332Z | [ recovery-image] Aug 23 21:51:04.712 INFO O| Aug 23 21:51:04.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3700 | 2024-08-23T21:51:05.332Z | [ recovery-image] Aug 23 21:51:04.713 INFO O| Aug 23 21:51:04.712 INFO STEP 24 (remove_files) COMPLETE |
3701 | 2024-08-23T21:51:05.332Z | [ recovery-image] Aug 23 21:51:04.713 INFO O| Aug 23 21:51:04.713 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-23T21:51:05.341Z | [ recovery-image] Aug 23 21:51:04.723 INFO O| Aug 23 21:51:04.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3703 | 2024-08-23T21:51:05.341Z | [ recovery-image] Aug 23 21:51:04.723 INFO O| Aug 23 21:51:04.723 INFO STEP 25 (remove_files) COMPLETE |
3704 | 2024-08-23T21:51:05.341Z | [ recovery-image] Aug 23 21:51:04.723 INFO O| Aug 23 21:51:04.723 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-23T21:51:05.350Z | [ recovery-image] Aug 23 21:51:04.733 INFO O| Aug 23 21:51:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3706 | 2024-08-23T21:51:05.351Z | [ recovery-image] Aug 23 21:51:04.733 INFO O| Aug 23 21:51:04.733 INFO STEP 26 (remove_files) COMPLETE |
3707 | 2024-08-23T21:51:05.353Z | [ recovery-image] Aug 23 21:51:04.733 INFO O| Aug 23 21:51:04.733 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-23T21:51:05.363Z | [ recovery-image] Aug 23 21:51:04.745 INFO O| Aug 23 21:51:04.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3709 | 2024-08-23T21:51:05.363Z | [ recovery-image] Aug 23 21:51:04.745 INFO O| Aug 23 21:51:04.745 INFO STEP 27 (remove_files) COMPLETE |
3710 | 2024-08-23T21:51:05.365Z | [ recovery-image] Aug 23 21:51:04.745 INFO O| Aug 23 21:51:04.745 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-23T21:51:05.374Z | [ recovery-image] Aug 23 21:51:04.757 INFO O| Aug 23 21:51:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3712 | 2024-08-23T21:51:05.377Z | [ recovery-image] Aug 23 21:51:04.757 INFO O| Aug 23 21:51:04.757 INFO STEP 28 (remove_files) COMPLETE |
3713 | 2024-08-23T21:51:05.377Z | [ recovery-image] Aug 23 21:51:04.757 INFO O| Aug 23 21:51:04.757 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-23T21:51:05.385Z | [ recovery-image] Aug 23 21:51:04.767 INFO O| Aug 23 21:51:04.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3715 | 2024-08-23T21:51:05.385Z | [ recovery-image] Aug 23 21:51:04.767 INFO O| Aug 23 21:51:04.767 INFO STEP 29 (remove_files) COMPLETE |
3716 | 2024-08-23T21:51:05.385Z | [ recovery-image] Aug 23 21:51:04.767 INFO O| Aug 23 21:51:04.767 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-23T21:51:05.395Z | [ recovery-image] Aug 23 21:51:04.778 INFO O| Aug 23 21:51:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3718 | 2024-08-23T21:51:05.395Z | [ recovery-image] Aug 23 21:51:04.778 INFO O| Aug 23 21:51:04.778 INFO STEP 30 (remove_files) COMPLETE |
3719 | 2024-08-23T21:51:05.398Z | [ recovery-image] Aug 23 21:51:04.778 INFO O| Aug 23 21:51:04.778 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-23T21:51:05.407Z | [ recovery-image] Aug 23 21:51:04.789 INFO O| Aug 23 21:51:04.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3721 | 2024-08-23T21:51:05.410Z | [ recovery-image] Aug 23 21:51:04.790 INFO O| Aug 23 21:51:04.790 INFO STEP 31 (remove_files) COMPLETE |
3722 | 2024-08-23T21:51:05.410Z | [ recovery-image] Aug 23 21:51:04.790 INFO O| Aug 23 21:51:04.790 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-23T21:51:05.418Z | [ recovery-image] Aug 23 21:51:04.800 INFO O| Aug 23 21:51:04.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3724 | 2024-08-23T21:51:05.418Z | [ recovery-image] Aug 23 21:51:04.801 INFO O| Aug 23 21:51:04.801 INFO STEP 32 (remove_files) COMPLETE |
3725 | 2024-08-23T21:51:05.420Z | [ recovery-image] Aug 23 21:51:04.801 INFO O| Aug 23 21:51:04.801 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-23T21:51:05.429Z | [ recovery-image] Aug 23 21:51:04.811 INFO O| Aug 23 21:51:04.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3727 | 2024-08-23T21:51:05.429Z | [ recovery-image] Aug 23 21:51:04.812 INFO O| Aug 23 21:51:04.811 INFO STEP 33 (remove_files) COMPLETE |
3728 | 2024-08-23T21:51:05.429Z | [ recovery-image] Aug 23 21:51:04.812 INFO O| Aug 23 21:51:04.812 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-23T21:51:05.439Z | [ recovery-image] Aug 23 21:51:04.822 INFO O| Aug 23 21:51:04.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3730 | 2024-08-23T21:51:05.439Z | [ recovery-image] Aug 23 21:51:04.822 INFO O| Aug 23 21:51:04.822 INFO STEP 34 (remove_files) COMPLETE |
3731 | 2024-08-23T21:51:05.439Z | [ recovery-image] Aug 23 21:51:04.822 INFO O| Aug 23 21:51:04.822 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-23T21:51:05.449Z | [ recovery-image] Aug 23 21:51:04.832 INFO O| Aug 23 21:51:04.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3733 | 2024-08-23T21:51:05.449Z | [ recovery-image] Aug 23 21:51:04.832 INFO O| Aug 23 21:51:04.832 INFO STEP 35 (remove_files) COMPLETE |
3734 | 2024-08-23T21:51:05.452Z | [ recovery-image] Aug 23 21:51:04.832 INFO O| Aug 23 21:51:04.832 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-23T21:51:05.460Z | [ recovery-image] Aug 23 21:51:04.843 INFO O| Aug 23 21:51:04.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3736 | 2024-08-23T21:51:05.460Z | [ recovery-image] Aug 23 21:51:04.843 INFO O| Aug 23 21:51:04.843 INFO STEP 36 (remove_files) COMPLETE |
3737 | 2024-08-23T21:51:05.462Z | [ recovery-image] Aug 23 21:51:04.843 INFO O| Aug 23 21:51:04.843 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-23T21:51:05.470Z | [ recovery-image] Aug 23 21:51:04.852 INFO O| Aug 23 21:51:04.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3739 | 2024-08-23T21:51:05.470Z | [ recovery-image] Aug 23 21:51:04.852 INFO O| Aug 23 21:51:04.852 INFO STEP 37 (remove_files) COMPLETE |
3740 | 2024-08-23T21:51:05.470Z | [ recovery-image] Aug 23 21:51:04.852 INFO O| Aug 23 21:51:04.852 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3741 | 2024-08-23T21:51:05.479Z | [ recovery-image] Aug 23 21:51:04.862 INFO O| Aug 23 21:51:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3742 | 2024-08-23T21:51:05.482Z | [ recovery-image] Aug 23 21:51:04.862 INFO O| Aug 23 21:51:04.862 INFO STEP 38 (remove_files) COMPLETE |
3743 | 2024-08-23T21:51:05.482Z | [ recovery-image] Aug 23 21:51:04.862 INFO O| Aug 23 21:51:04.862 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-23T21:51:05.489Z | [ recovery-image] Aug 23 21:51:04.871 INFO O| Aug 23 21:51:04.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3745 | 2024-08-23T21:51:05.489Z | [ recovery-image] Aug 23 21:51:04.871 INFO O| Aug 23 21:51:04.871 INFO STEP 39 (remove_files) COMPLETE |
3746 | 2024-08-23T21:51:05.491Z | [ recovery-image] Aug 23 21:51:04.872 INFO O| Aug 23 21:51:04.871 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3747 | 2024-08-23T21:51:05.499Z | [ recovery-image] Aug 23 21:51:04.881 INFO O| Aug 23 21:51:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3748 | 2024-08-23T21:51:05.499Z | [ recovery-image] Aug 23 21:51:04.881 INFO O| Aug 23 21:51:04.881 INFO STEP 40 (remove_files) COMPLETE |
3749 | 2024-08-23T21:51:05.501Z | [ recovery-image] Aug 23 21:51:04.881 INFO O| Aug 23 21:51:04.881 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3750 | 2024-08-23T21:51:05.508Z | [ recovery-image] Aug 23 21:51:04.891 INFO O| Aug 23 21:51:04.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3751 | 2024-08-23T21:51:05.510Z | [ recovery-image] Aug 23 21:51:04.891 INFO O| Aug 23 21:51:04.891 INFO STEP 41 (remove_files) COMPLETE |
3752 | 2024-08-23T21:51:05.510Z | [ recovery-image] Aug 23 21:51:04.891 INFO O| Aug 23 21:51:04.891 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3753 | 2024-08-23T21:51:05.518Z | [ recovery-image] Aug 23 21:51:04.900 INFO O| Aug 23 21:51:04.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3754 | 2024-08-23T21:51:05.520Z | [ recovery-image] Aug 23 21:51:04.900 INFO O| Aug 23 21:51:04.900 INFO STEP 42 (remove_files) COMPLETE |
3755 | 2024-08-23T21:51:05.520Z | [ recovery-image] Aug 23 21:51:04.900 INFO O| Aug 23 21:51:04.900 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3756 | 2024-08-23T21:51:05.527Z | [ recovery-image] Aug 23 21:51:04.910 INFO O| Aug 23 21:51:04.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3757 | 2024-08-23T21:51:05.530Z | [ recovery-image] Aug 23 21:51:04.910 INFO O| Aug 23 21:51:04.910 INFO STEP 43 (remove_files) COMPLETE |
3758 | 2024-08-23T21:51:05.530Z | [ recovery-image] Aug 23 21:51:04.910 INFO O| Aug 23 21:51:04.910 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3759 | 2024-08-23T21:51:05.537Z | [ recovery-image] Aug 23 21:51:04.919 INFO O| Aug 23 21:51:04.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3760 | 2024-08-23T21:51:05.539Z | [ recovery-image] Aug 23 21:51:04.919 INFO O| Aug 23 21:51:04.919 INFO STEP 44 (remove_files) COMPLETE |
3761 | 2024-08-23T21:51:05.539Z | [ recovery-image] Aug 23 21:51:04.920 INFO O| Aug 23 21:51:04.919 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3762 | 2024-08-23T21:51:05.546Z | [ recovery-image] Aug 23 21:51:04.929 INFO O| Aug 23 21:51:04.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3763 | 2024-08-23T21:51:05.549Z | [ recovery-image] Aug 23 21:51:04.929 INFO O| Aug 23 21:51:04.929 INFO STEP 45 (remove_files) COMPLETE |
3764 | 2024-08-23T21:51:05.549Z | [ recovery-image] Aug 23 21:51:04.929 INFO O| Aug 23 21:51:04.929 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3765 | 2024-08-23T21:51:05.556Z | [ recovery-image] Aug 23 21:51:04.939 INFO O| Aug 23 21:51:04.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3766 | 2024-08-23T21:51:05.556Z | [ recovery-image] Aug 23 21:51:04.939 INFO O| Aug 23 21:51:04.939 INFO STEP 46 (remove_files) COMPLETE |
3767 | 2024-08-23T21:51:05.558Z | [ recovery-image] Aug 23 21:51:04.939 INFO O| Aug 23 21:51:04.939 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3768 | 2024-08-23T21:51:05.567Z | [ recovery-image] Aug 23 21:51:04.949 INFO O| Aug 23 21:51:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3769 | 2024-08-23T21:51:05.567Z | [ recovery-image] Aug 23 21:51:04.949 INFO O| Aug 23 21:51:04.949 INFO STEP 47 (remove_files) COMPLETE |
3770 | 2024-08-23T21:51:05.569Z | [ recovery-image] Aug 23 21:51:04.949 INFO O| Aug 23 21:51:04.949 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3771 | 2024-08-23T21:51:05.577Z | [ recovery-image] Aug 23 21:51:04.959 INFO O| Aug 23 21:51:04.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3772 | 2024-08-23T21:51:05.577Z | [ recovery-image] Aug 23 21:51:04.959 INFO O| Aug 23 21:51:04.959 INFO STEP 48 (remove_files) COMPLETE |
3773 | 2024-08-23T21:51:05.579Z | [ recovery-image] Aug 23 21:51:04.959 INFO O| Aug 23 21:51:04.959 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3774 | 2024-08-23T21:51:05.588Z | [ recovery-image] Aug 23 21:51:04.970 INFO O| Aug 23 21:51:04.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3775 | 2024-08-23T21:51:05.588Z | [ recovery-image] Aug 23 21:51:04.970 INFO O| Aug 23 21:51:04.970 INFO STEP 49 (remove_files) COMPLETE |
3776 | 2024-08-23T21:51:05.588Z | [ recovery-image] Aug 23 21:51:04.970 INFO O| Aug 23 21:51:04.970 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3777 | 2024-08-23T21:51:05.599Z | [ recovery-image] Aug 23 21:51:04.981 INFO O| Aug 23 21:51:04.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3778 | 2024-08-23T21:51:05.599Z | [ recovery-image] Aug 23 21:51:04.981 INFO O| Aug 23 21:51:04.981 INFO STEP 50 (remove_files) COMPLETE |
3779 | 2024-08-23T21:51:05.601Z | [ recovery-image] Aug 23 21:51:04.981 INFO O| Aug 23 21:51:04.981 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3780 | 2024-08-23T21:51:05.609Z | [ recovery-image] Aug 23 21:51:04.992 INFO O| Aug 23 21:51:04.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3781 | 2024-08-23T21:51:05.609Z | [ recovery-image] Aug 23 21:51:04.992 INFO O| Aug 23 21:51:04.992 INFO STEP 51 (remove_files) COMPLETE |
3782 | 2024-08-23T21:51:05.612Z | [ recovery-image] Aug 23 21:51:04.992 INFO O| Aug 23 21:51:04.992 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3783 | 2024-08-23T21:51:05.620Z | [ recovery-image] Aug 23 21:51:05.003 INFO O| Aug 23 21:51:05.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3784 | 2024-08-23T21:51:05.620Z | [ recovery-image] Aug 23 21:51:05.003 INFO O| Aug 23 21:51:05.003 INFO STEP 52 (remove_files) COMPLETE |
3785 | 2024-08-23T21:51:05.620Z | [ recovery-image] Aug 23 21:51:05.003 INFO O| Aug 23 21:51:05.003 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3786 | 2024-08-23T21:51:05.633Z | [ recovery-image] Aug 23 21:51:05.015 INFO O| Aug 23 21:51:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3787 | 2024-08-23T21:51:05.633Z | [ recovery-image] Aug 23 21:51:05.015 INFO O| Aug 23 21:51:05.015 INFO STEP 53 (remove_files) COMPLETE |
3788 | 2024-08-23T21:51:05.635Z | [ recovery-image] Aug 23 21:51:05.015 INFO O| Aug 23 21:51:05.015 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3789 | 2024-08-23T21:51:05.643Z | [ recovery-image] Aug 23 21:51:05.026 INFO O| Aug 23 21:51:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3790 | 2024-08-23T21:51:05.645Z | [ recovery-image] Aug 23 21:51:05.026 INFO O| Aug 23 21:51:05.026 INFO STEP 54 (remove_files) COMPLETE |
3791 | 2024-08-23T21:51:05.645Z | [ recovery-image] Aug 23 21:51:05.026 INFO O| Aug 23 21:51:05.026 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3792 | 2024-08-23T21:51:05.654Z | [ recovery-image] Aug 23 21:51:05.036 INFO O| Aug 23 21:51:05.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3793 | 2024-08-23T21:51:05.656Z | [ recovery-image] Aug 23 21:51:05.036 INFO O| Aug 23 21:51:05.036 INFO STEP 55 (remove_files) COMPLETE |
3794 | 2024-08-23T21:51:05.656Z | [ recovery-image] Aug 23 21:51:05.036 INFO O| Aug 23 21:51:05.036 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3795 | 2024-08-23T21:51:05.664Z | [ recovery-image] Aug 23 21:51:05.046 INFO O| Aug 23 21:51:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3796 | 2024-08-23T21:51:05.664Z | [ recovery-image] Aug 23 21:51:05.046 INFO O| Aug 23 21:51:05.046 INFO STEP 56 (remove_files) COMPLETE |
3797 | 2024-08-23T21:51:05.667Z | [ recovery-image] Aug 23 21:51:05.046 INFO O| Aug 23 21:51:05.046 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3798 | 2024-08-23T21:51:05.674Z | [ recovery-image] Aug 23 21:51:05.057 INFO O| Aug 23 21:51:05.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3799 | 2024-08-23T21:51:05.674Z | [ recovery-image] Aug 23 21:51:05.057 INFO O| Aug 23 21:51:05.057 INFO STEP 57 (remove_files) COMPLETE |
3800 | 2024-08-23T21:51:05.677Z | [ recovery-image] Aug 23 21:51:05.057 INFO O| Aug 23 21:51:05.057 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3801 | 2024-08-23T21:51:05.685Z | [ recovery-image] Aug 23 21:51:05.067 INFO O| Aug 23 21:51:05.067 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3802 | 2024-08-23T21:51:05.685Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3803 | 2024-08-23T21:51:05.687Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3804 | 2024-08-23T21:51:05.687Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3805 | 2024-08-23T21:51:05.687Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3806 | 2024-08-23T21:51:05.687Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3807 | 2024-08-23T21:51:05.687Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO ok! |
3808 | 2024-08-23T21:51:05.687Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO STEP 58 (ensure_file) COMPLETE |
3809 | 2024-08-23T21:51:05.687Z | [ recovery-image] Aug 23 21:51:05.068 INFO O| Aug 23 21:51:05.068 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3810 | 2024-08-23T21:51:05.696Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3811 | 2024-08-23T21:51:05.696Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3812 | 2024-08-23T21:51:05.699Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3813 | 2024-08-23T21:51:05.699Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3814 | 2024-08-23T21:51:05.699Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3815 | 2024-08-23T21:51:05.699Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3816 | 2024-08-23T21:51:05.699Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO ok! |
3817 | 2024-08-23T21:51:05.699Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO STEP 59 (ensure_file) COMPLETE |
3818 | 2024-08-23T21:51:05.699Z | [ recovery-image] Aug 23 21:51:05.079 INFO O| Aug 23 21:51:05.079 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3819 | 2024-08-23T21:51:05.707Z | [ recovery-image] Aug 23 21:51:05.089 INFO O| Aug 23 21:51:05.089 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3820 | 2024-08-23T21:51:05.707Z | [ recovery-image] Aug 23 21:51:05.089 INFO O| Aug 23 21:51:05.089 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3821 | 2024-08-23T21:51:05.709Z | [ recovery-image] Aug 23 21:51:05.089 INFO O| Aug 23 21:51:05.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3822 | 2024-08-23T21:51:05.709Z | [ recovery-image] Aug 23 21:51:05.089 INFO O| Aug 23 21:51:05.089 INFO ok! |
3823 | 2024-08-23T21:51:05.709Z | [ recovery-image] Aug 23 21:51:05.089 INFO O| Aug 23 21:51:05.089 INFO STEP 60 (ensure_file) COMPLETE |
3824 | 2024-08-23T21:51:05.709Z | [ recovery-image] Aug 23 21:51:05.089 INFO O| Aug 23 21:51:05.089 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3825 | 2024-08-23T21:51:05.717Z | [ recovery-image] Aug 23 21:51:05.099 INFO O| Aug 23 21:51:05.099 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3826 | 2024-08-23T21:51:05.717Z | [ recovery-image] Aug 23 21:51:05.100 INFO O| Aug 23 21:51:05.100 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3827 | 2024-08-23T21:51:05.720Z | [ recovery-image] Aug 23 21:51:05.100 INFO O| Aug 23 21:51:05.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3828 | 2024-08-23T21:51:05.720Z | [ recovery-image] Aug 23 21:51:05.100 INFO O| Aug 23 21:51:05.100 INFO ok! |
3829 | 2024-08-23T21:51:05.720Z | [ recovery-image] Aug 23 21:51:05.100 INFO O| Aug 23 21:51:05.100 INFO STEP 61 (ensure_file) COMPLETE |
3830 | 2024-08-23T21:51:05.720Z | [ recovery-image] Aug 23 21:51:05.100 INFO O| Aug 23 21:51:05.100 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3831 | 2024-08-23T21:51:05.727Z | [ recovery-image] Aug 23 21:51:05.109 INFO O| Aug 23 21:51:05.109 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3832 | 2024-08-23T21:51:05.727Z | [ recovery-image] Aug 23 21:51:05.110 INFO O| Aug 23 21:51:05.109 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3833 | 2024-08-23T21:51:05.729Z | [ recovery-image] Aug 23 21:51:05.110 INFO O| Aug 23 21:51:05.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3834 | 2024-08-23T21:51:05.729Z | [ recovery-image] Aug 23 21:51:05.110 INFO O| Aug 23 21:51:05.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3835 | 2024-08-23T21:51:05.729Z | [ recovery-image] Aug 23 21:51:05.110 INFO O| Aug 23 21:51:05.110 INFO ok! |
3836 | 2024-08-23T21:51:05.729Z | [ recovery-image] Aug 23 21:51:05.110 INFO O| Aug 23 21:51:05.110 INFO STEP 62 (ensure_file) COMPLETE |
3837 | 2024-08-23T21:51:05.729Z | [ recovery-image] Aug 23 21:51:05.110 INFO O| Aug 23 21:51:05.110 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3838 | 2024-08-23T21:51:05.737Z | [ recovery-image] Aug 23 21:51:05.120 INFO O| Aug 23 21:51:05.120 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3839 | 2024-08-23T21:51:05.737Z | [ recovery-image] Aug 23 21:51:05.120 INFO O| Aug 23 21:51:05.120 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3840 | 2024-08-23T21:51:05.740Z | [ recovery-image] Aug 23 21:51:05.120 INFO O| Aug 23 21:51:05.120 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3841 | 2024-08-23T21:51:05.740Z | [ recovery-image] Aug 23 21:51:05.120 INFO O| Aug 23 21:51:05.120 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3842 | 2024-08-23T21:51:05.740Z | [ recovery-image] Aug 23 21:51:05.120 INFO O| Aug 23 21:51:05.120 INFO ok! |
3843 | 2024-08-23T21:51:05.740Z | [ recovery-image] Aug 23 21:51:05.120 INFO O| Aug 23 21:51:05.120 INFO STEP 63 (ensure_file) COMPLETE |
3844 | 2024-08-23T21:51:05.740Z | [ recovery-image] Aug 23 21:51:05.120 INFO O| Aug 23 21:51:05.120 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3845 | 2024-08-23T21:51:05.748Z | [ recovery-image] Aug 23 21:51:05.130 INFO O| Aug 23 21:51:05.130 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3846 | 2024-08-23T21:51:05.750Z | [ recovery-image] Aug 23 21:51:05.130 INFO O| Aug 23 21:51:05.130 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3847 | 2024-08-23T21:51:05.750Z | [ recovery-image] Aug 23 21:51:05.130 INFO O| Aug 23 21:51:05.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3848 | 2024-08-23T21:51:05.750Z | [ recovery-image] Aug 23 21:51:05.130 INFO O| Aug 23 21:51:05.130 INFO ok! |
3849 | 2024-08-23T21:51:05.750Z | [ recovery-image] Aug 23 21:51:05.130 INFO O| Aug 23 21:51:05.130 INFO STEP 64 (assemble_files) COMPLETE |
3850 | 2024-08-23T21:51:05.750Z | [ recovery-image] Aug 23 21:51:05.130 INFO O| Aug 23 21:51:05.130 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3851 | 2024-08-23T21:51:05.759Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3852 | 2024-08-23T21:51:05.759Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3853 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3854 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3855 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO ok! |
3856 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO STEP 65 (ensure_file) COMPLETE |
3857 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3858 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO skip step because feature "omicron1" is not enabled |
3859 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3860 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO skip step because feature "omicron1" is not enabled |
3861 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3862 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO skip step because feature "omicron1" is not enabled |
3863 | 2024-08-23T21:51:05.761Z | [ recovery-image] Aug 23 21:51:05.141 INFO O| Aug 23 21:51:05.141 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3864 | 2024-08-23T21:51:05.774Z | [ recovery-image] Aug 23 21:51:05.157 INFO O| Aug 23 21:51:05.157 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3865 | 2024-08-23T21:51:05.774Z | [ recovery-image] Aug 23 21:51:05.157 INFO O| Aug 23 21:51:05.157 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3866 | 2024-08-23T21:51:06.303Z | [ host-image] Aug 23 21:51:05.686 INFO O| Aug 23 21:51:05.686 INFO O| Download: Completed 1.39 MB in 0.98 seconds (1.4M/s) |
3867 | 2024-08-23T21:51:06.333Z | [ host-image] Aug 23 21:51:05.716 INFO O| Aug 23 21:51:05.715 INFO O| Actions: 1/238 actions (Installing new actions) |
3868 | 2024-08-23T21:51:06.453Z | [ host-image] Aug 23 21:51:05.834 INFO O| Aug 23 21:51:05.834 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
3869 | 2024-08-23T21:51:06.690Z | [ host-image] Aug 23 21:51:06.072 INFO O| Aug 23 21:51:06.072 INFO O| Done |
3870 | 2024-08-23T21:51:06.691Z | [ host-image] Aug 23 21:51:06.073 INFO O| Aug 23 21:51:06.072 INFO O| Done |
3871 | 2024-08-23T21:51:07.268Z | [ host-image] Aug 23 21:51:06.650 INFO O| Aug 23 21:51:06.650 INFO O| Done |
3872 | 2024-08-23T21:51:07.453Z | [ recovery-image] Aug 23 21:51:06.835 INFO O| Aug 23 21:51:06.835 INFO STEP 69 (pack_tar) COMPLETE |
3873 | 2024-08-23T21:51:07.453Z | [ recovery-image] Aug 23 21:51:06.835 INFO O| Aug 23 21:51:06.835 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3874 | 2024-08-23T21:51:07.456Z | [ recovery-image] Aug 23 21:51:06.835 INFO O| Aug 23 21:51:06.835 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3875 | 2024-08-23T21:51:07.748Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 19s |
3876 | 2024-08-23T21:51:07.796Z | [ recovery-image] Aug 23 21:51:07.178 INFO O| Aug 23 21:51:07.178 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3877 | 2024-08-23T21:51:07.854Z | [ recovery-image] Aug 23 21:51:07.236 INFO O| Aug 23 21:51:07.236 INFO completed processing gimlet/ramdisk-02-trim |
3878 | 2024-08-23T21:51:07.856Z | [ recovery-image] Aug 23 21:51:07.238 INFO image builder template: ramdisk-03-recovery-trim... |
3879 | 2024-08-23T21:51:07.856Z | [ recovery-image] Aug 23 21:51:07.238 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/.tmpHa8UOy/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 |
3880 | 2024-08-23T21:51:07.978Z | [ recovery-image] Aug 23 21:51:07.360 INFO O| Aug 23 21:51:07.360 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3881 | 2024-08-23T21:51:07.983Z | [ recovery-image] Aug 23 21:51:07.365 INFO O| Aug 23 21:51:07.365 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3882 | 2024-08-23T21:51:08.026Z | Aug 23 21:51:07.408 INFO [verify-libraries] process exited with exit status: 0 (264.284785545s) |
3883 | 2024-08-23T21:51:08.045Z | [ recovery-image] Aug 23 21:51:07.427 INFO O| Aug 23 21:51:07.427 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3884 | 2024-08-23T21:51:08.083Z | [ recovery-image] Aug 23 21:51:07.465 INFO O| Aug 23 21:51:07.465 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3885 | 2024-08-23T21:51:08.085Z | [ recovery-image] Aug 23 21:51:07.465 INFO O| Aug 23 21:51:07.465 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3886 | 2024-08-23T21:51:08.093Z | [ recovery-image] Aug 23 21:51:07.475 INFO O| Aug 23 21:51:07.475 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3887 | 2024-08-23T21:51:08.097Z | [ recovery-image] Aug 23 21:51:07.479 INFO O| Aug 23 21:51:07.479 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3888 | 2024-08-23T21:51:08.102Z | [ recovery-image] Aug 23 21:51:07.484 INFO O| Aug 23 21:51:07.484 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3889 | 2024-08-23T21:51:08.278Z | [ recovery-image] Aug 23 21:51:07.660 INFO O| Aug 23 21:51:07.660 INFO rolled back to input snapshot; work may begin |
3890 | 2024-08-23T21:51:08.278Z | [ recovery-image] Aug 23 21:51:07.660 INFO O| Aug 23 21:51:07.660 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3891 | 2024-08-23T21:51:08.283Z | [ recovery-image] Aug 23 21:51:07.665 INFO O| Aug 23 21:51:07.665 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3892 | 2024-08-23T21:51:08.293Z | [ recovery-image] Aug 23 21:51:07.675 INFO O| Aug 23 21:51:07.675 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3893 | 2024-08-23T21:51:08.295Z | [ recovery-image] Aug 23 21:51:07.678 INFO O| Aug 23 21:51:07.678 INFO STEP 0 (remove_files) COMPLETE |
3894 | 2024-08-23T21:51:08.296Z | [ recovery-image] Aug 23 21:51:07.678 INFO O| Aug 23 21:51:07.678 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3895 | 2024-08-23T21:51:08.305Z | [ recovery-image] Aug 23 21:51:07.687 INFO O| Aug 23 21:51:07.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3896 | 2024-08-23T21:51:08.362Z | [ recovery-image] Aug 23 21:51:07.744 INFO O| Aug 23 21:51:07.744 INFO STEP 1 (remove_files) COMPLETE |
3897 | 2024-08-23T21:51:08.362Z | [ recovery-image] Aug 23 21:51:07.744 INFO O| Aug 23 21:51:07.744 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3898 | 2024-08-23T21:51:08.373Z | [ recovery-image] Aug 23 21:51:07.755 INFO O| Aug 23 21:51:07.754 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3899 | 2024-08-23T21:51:08.375Z | [ recovery-image] Aug 23 21:51:07.757 INFO O| Aug 23 21:51:07.757 INFO STEP 2 (remove_files) COMPLETE |
3900 | 2024-08-23T21:51:08.375Z | [ recovery-image] Aug 23 21:51:07.757 INFO O| Aug 23 21:51:07.757 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3901 | 2024-08-23T21:51:08.384Z | [ recovery-image] Aug 23 21:51:07.766 INFO O| Aug 23 21:51:07.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3902 | 2024-08-23T21:51:08.426Z | [ recovery-image] Aug 23 21:51:07.807 INFO O| Aug 23 21:51:07.807 INFO STEP 3 (remove_files) COMPLETE |
3903 | 2024-08-23T21:51:08.426Z | [ recovery-image] Aug 23 21:51:07.807 INFO O| Aug 23 21:51:07.807 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3904 | 2024-08-23T21:51:08.436Z | [ recovery-image] Aug 23 21:51:07.818 INFO O| Aug 23 21:51:07.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3905 | 2024-08-23T21:51:08.454Z | [ recovery-image] Aug 23 21:51:07.836 INFO O| Aug 23 21:51:07.836 INFO STEP 4 (remove_files) COMPLETE |
3906 | 2024-08-23T21:51:08.454Z | [ recovery-image] Aug 23 21:51:07.836 INFO O| Aug 23 21:51:07.836 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3907 | 2024-08-23T21:51:08.464Z | [ recovery-image] Aug 23 21:51:07.846 INFO O| Aug 23 21:51:07.846 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3908 | 2024-08-23T21:51:08.470Z | [ recovery-image] Aug 23 21:51:07.852 INFO O| Aug 23 21:51:07.851 INFO STEP 5 (remove_files) COMPLETE |
3909 | 2024-08-23T21:51:08.470Z | [ recovery-image] Aug 23 21:51:07.852 INFO O| Aug 23 21:51:07.852 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3910 | 2024-08-23T21:51:08.480Z | [ recovery-image] Aug 23 21:51:07.862 INFO O| Aug 23 21:51:07.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3911 | 2024-08-23T21:51:08.482Z | [ recovery-image] Aug 23 21:51:07.864 INFO O| Aug 23 21:51:07.864 INFO STEP 6 (remove_files) COMPLETE |
3912 | 2024-08-23T21:51:08.482Z | [ recovery-image] Aug 23 21:51:07.864 INFO O| Aug 23 21:51:07.864 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3913 | 2024-08-23T21:51:08.492Z | [ recovery-image] Aug 23 21:51:07.874 INFO O| Aug 23 21:51:07.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3914 | 2024-08-23T21:51:08.494Z | [ recovery-image] Aug 23 21:51:07.875 INFO O| Aug 23 21:51:07.875 INFO STEP 7 (remove_files) COMPLETE |
3915 | 2024-08-23T21:51:08.494Z | [ recovery-image] Aug 23 21:51:07.875 INFO O| Aug 23 21:51:07.875 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3916 | 2024-08-23T21:51:08.503Z | [ recovery-image] Aug 23 21:51:07.885 INFO O| Aug 23 21:51:07.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3917 | 2024-08-23T21:51:08.507Z | [ recovery-image] Aug 23 21:51:07.888 INFO O| Aug 23 21:51:07.888 INFO STEP 8 (remove_files) COMPLETE |
3918 | 2024-08-23T21:51:08.507Z | [ recovery-image] Aug 23 21:51:07.888 INFO O| Aug 23 21:51:07.888 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3919 | 2024-08-23T21:51:08.515Z | [ recovery-image] Aug 23 21:51:07.897 INFO O| Aug 23 21:51:07.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3920 | 2024-08-23T21:51:08.518Z | [ recovery-image] Aug 23 21:51:07.898 INFO O| Aug 23 21:51:07.898 INFO STEP 9 (remove_files) COMPLETE |
3921 | 2024-08-23T21:51:08.518Z | [ recovery-image] Aug 23 21:51:07.898 INFO O| Aug 23 21:51:07.898 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3922 | 2024-08-23T21:51:08.525Z | [ recovery-image] Aug 23 21:51:07.907 INFO O| Aug 23 21:51:07.907 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3923 | 2024-08-23T21:51:08.527Z | [ recovery-image] Aug 23 21:51:07.909 INFO O| Aug 23 21:51:07.909 INFO STEP 10 (remove_files) COMPLETE |
3924 | 2024-08-23T21:51:08.527Z | [ recovery-image] Aug 23 21:51:07.909 INFO O| Aug 23 21:51:07.909 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3925 | 2024-08-23T21:51:08.536Z | [ recovery-image] Aug 23 21:51:07.918 INFO O| Aug 23 21:51:07.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3926 | 2024-08-23T21:51:08.539Z | [ host-image] Aug 23 21:51:07.919 INFO O| Aug 23 21:51:07.919 INFO O| Done |
3927 | 2024-08-23T21:51:08.561Z | [ host-image] Aug 23 21:51:07.943 INFO O| Aug 23 21:51:07.943 INFO O| Done |
3928 | 2024-08-23T21:51:08.562Z | [ host-image] Aug 23 21:51:07.943 INFO O| Aug 23 21:51:07.943 INFO O| Done |
3929 | 2024-08-23T21:51:08.576Z | [ host-image] Aug 23 21:51:07.958 INFO O| Aug 23 21:51:07.958 INFO O| Done |
3930 | 2024-08-23T21:51:08.594Z | [ recovery-image] Aug 23 21:51:07.976 INFO O| Aug 23 21:51:07.975 INFO STEP 11 (remove_files) COMPLETE |
3931 | 2024-08-23T21:51:08.594Z | [ recovery-image] Aug 23 21:51:07.976 INFO O| Aug 23 21:51:07.976 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-23T21:51:08.607Z | [ recovery-image] Aug 23 21:51:07.988 INFO O| Aug 23 21:51:07.988 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3933 | 2024-08-23T21:51:08.609Z | [ recovery-image] Aug 23 21:51:07.991 INFO O| Aug 23 21:51:07.991 INFO STEP 12 (remove_files) COMPLETE |
3934 | 2024-08-23T21:51:08.610Z | [ recovery-image] Aug 23 21:51:07.991 INFO O| Aug 23 21:51:07.991 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-23T21:51:08.621Z | [ recovery-image] Aug 23 21:51:08.003 INFO O| Aug 23 21:51:08.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3936 | 2024-08-23T21:51:08.624Z | [ recovery-image] Aug 23 21:51:08.006 INFO O| Aug 23 21:51:08.006 INFO STEP 13 (remove_files) COMPLETE |
3937 | 2024-08-23T21:51:08.624Z | [ recovery-image] Aug 23 21:51:08.006 INFO O| Aug 23 21:51:08.006 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-23T21:51:08.636Z | [ recovery-image] Aug 23 21:51:08.018 INFO O| Aug 23 21:51:08.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3939 | 2024-08-23T21:51:08.638Z | [ recovery-image] Aug 23 21:51:08.019 INFO O| Aug 23 21:51:08.019 INFO STEP 14 (remove_files) COMPLETE |
3940 | 2024-08-23T21:51:08.638Z | [ recovery-image] Aug 23 21:51:08.019 INFO O| Aug 23 21:51:08.019 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-23T21:51:08.647Z | [ recovery-image] Aug 23 21:51:08.029 INFO O| Aug 23 21:51:08.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3942 | 2024-08-23T21:51:08.649Z | [ recovery-image] Aug 23 21:51:08.031 INFO O| Aug 23 21:51:08.031 INFO STEP 15 (remove_files) COMPLETE |
3943 | 2024-08-23T21:51:08.649Z | [ recovery-image] Aug 23 21:51:08.031 INFO O| Aug 23 21:51:08.031 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-23T21:51:08.659Z | [ recovery-image] Aug 23 21:51:08.041 INFO O| Aug 23 21:51:08.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3945 | 2024-08-23T21:51:08.667Z | [ recovery-image] Aug 23 21:51:08.049 INFO O| Aug 23 21:51:08.049 INFO STEP 16 (remove_files) COMPLETE |
3946 | 2024-08-23T21:51:08.667Z | [ recovery-image] Aug 23 21:51:08.049 INFO O| Aug 23 21:51:08.049 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-23T21:51:08.677Z | [ recovery-image] Aug 23 21:51:08.059 INFO O| Aug 23 21:51:08.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3948 | 2024-08-23T21:51:08.679Z | [ recovery-image] Aug 23 21:51:08.059 INFO O| Aug 23 21:51:08.059 INFO STEP 17 (remove_files) COMPLETE |
3949 | 2024-08-23T21:51:08.679Z | [ recovery-image] Aug 23 21:51:08.059 INFO O| Aug 23 21:51:08.059 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-23T21:51:08.679Z | [ host-image] Aug 23 21:51:08.060 INFO O| Aug 23 21:51:08.060 INFO STEP 12 (pkg_install) COMPLETE |
3951 | 2024-08-23T21:51:08.679Z | [ host-image] Aug 23 21:51:08.060 INFO O| Aug 23 21:51:08.060 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3952 | 2024-08-23T21:51:08.687Z | [ recovery-image] Aug 23 21:51:08.069 INFO O| Aug 23 21:51:08.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3953 | 2024-08-23T21:51:08.689Z | [ recovery-image] Aug 23 21:51:08.070 INFO O| Aug 23 21:51:08.070 INFO STEP 18 (remove_files) COMPLETE |
3954 | 2024-08-23T21:51:08.689Z | [ recovery-image] Aug 23 21:51:08.070 INFO O| Aug 23 21:51:08.070 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3955 | 2024-08-23T21:51:08.689Z | [ host-image] Aug 23 21:51:08.070 INFO O| Aug 23 21:51:08.070 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
3956 | 2024-08-23T21:51:08.699Z | [ recovery-image] Aug 23 21:51:08.081 INFO O| Aug 23 21:51:08.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3957 | 2024-08-23T21:51:08.746Z | [ recovery-image] Aug 23 21:51:08.127 INFO O| Aug 23 21:51:08.127 INFO STEP 19 (remove_files) COMPLETE |
3958 | 2024-08-23T21:51:08.746Z | [ recovery-image] Aug 23 21:51:08.127 INFO O| Aug 23 21:51:08.127 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-23T21:51:08.756Z | [ recovery-image] Aug 23 21:51:08.138 INFO O| Aug 23 21:51:08.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3960 | 2024-08-23T21:51:08.759Z | [ recovery-image] Aug 23 21:51:08.140 INFO O| Aug 23 21:51:08.140 INFO STEP 20 (remove_files) COMPLETE |
3961 | 2024-08-23T21:51:08.759Z | [ recovery-image] Aug 23 21:51:08.140 INFO O| Aug 23 21:51:08.140 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-23T21:51:08.768Z | [ recovery-image] Aug 23 21:51:08.150 INFO O| Aug 23 21:51:08.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3963 | 2024-08-23T21:51:08.770Z | [ recovery-image] Aug 23 21:51:08.151 INFO O| Aug 23 21:51:08.151 INFO STEP 21 (remove_files) COMPLETE |
3964 | 2024-08-23T21:51:08.770Z | [ recovery-image] Aug 23 21:51:08.151 INFO O| Aug 23 21:51:08.151 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-23T21:51:08.778Z | [ recovery-image] Aug 23 21:51:08.160 INFO O| Aug 23 21:51:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3966 | 2024-08-23T21:51:08.780Z | [ recovery-image] Aug 23 21:51:08.160 INFO O| Aug 23 21:51:08.160 INFO STEP 22 (remove_files) COMPLETE |
3967 | 2024-08-23T21:51:08.780Z | [ recovery-image] Aug 23 21:51:08.161 INFO O| Aug 23 21:51:08.160 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-23T21:51:08.788Z | [ recovery-image] Aug 23 21:51:08.170 INFO O| Aug 23 21:51:08.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3969 | 2024-08-23T21:51:08.790Z | [ recovery-image] Aug 23 21:51:08.170 INFO O| Aug 23 21:51:08.170 INFO STEP 23 (remove_files) COMPLETE |
3970 | 2024-08-23T21:51:08.790Z | [ recovery-image] Aug 23 21:51:08.170 INFO O| Aug 23 21:51:08.170 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-23T21:51:08.797Z | [ recovery-image] Aug 23 21:51:08.179 INFO O| Aug 23 21:51:08.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3972 | 2024-08-23T21:51:08.797Z | [ recovery-image] Aug 23 21:51:08.179 INFO O| Aug 23 21:51:08.179 INFO STEP 24 (remove_files) COMPLETE |
3973 | 2024-08-23T21:51:08.799Z | [ recovery-image] Aug 23 21:51:08.179 INFO O| Aug 23 21:51:08.179 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-23T21:51:08.807Z | [ recovery-image] Aug 23 21:51:08.189 INFO O| Aug 23 21:51:08.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3975 | 2024-08-23T21:51:08.809Z | [ recovery-image] Aug 23 21:51:08.189 INFO O| Aug 23 21:51:08.189 INFO STEP 25 (remove_files) COMPLETE |
3976 | 2024-08-23T21:51:08.809Z | [ recovery-image] Aug 23 21:51:08.189 INFO O| Aug 23 21:51:08.189 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-23T21:51:08.817Z | [ recovery-image] Aug 23 21:51:08.199 INFO O| Aug 23 21:51:08.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3978 | 2024-08-23T21:51:08.819Z | [ recovery-image] Aug 23 21:51:08.199 INFO O| Aug 23 21:51:08.199 INFO STEP 26 (remove_files) COMPLETE |
3979 | 2024-08-23T21:51:08.819Z | [ recovery-image] Aug 23 21:51:08.199 INFO O| Aug 23 21:51:08.199 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-23T21:51:08.826Z | [ recovery-image] Aug 23 21:51:08.208 INFO O| Aug 23 21:51:08.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3981 | 2024-08-23T21:51:08.828Z | [ recovery-image] Aug 23 21:51:08.209 INFO O| Aug 23 21:51:08.209 INFO STEP 27 (remove_files) COMPLETE |
3982 | 2024-08-23T21:51:08.828Z | [ recovery-image] Aug 23 21:51:08.209 INFO O| Aug 23 21:51:08.209 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-23T21:51:08.836Z | [ recovery-image] Aug 23 21:51:08.218 INFO O| Aug 23 21:51:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3984 | 2024-08-23T21:51:08.838Z | [ recovery-image] Aug 23 21:51:08.219 INFO O| Aug 23 21:51:08.219 INFO STEP 28 (remove_files) COMPLETE |
3985 | 2024-08-23T21:51:08.838Z | [ recovery-image] Aug 23 21:51:08.219 INFO O| Aug 23 21:51:08.219 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-23T21:51:08.846Z | [ recovery-image] Aug 23 21:51:08.228 INFO O| Aug 23 21:51:08.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3987 | 2024-08-23T21:51:08.846Z | [ recovery-image] Aug 23 21:51:08.228 INFO O| Aug 23 21:51:08.228 INFO STEP 29 (remove_files) COMPLETE |
3988 | 2024-08-23T21:51:08.849Z | [ recovery-image] Aug 23 21:51:08.228 INFO O| Aug 23 21:51:08.228 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-23T21:51:08.856Z | [ recovery-image] Aug 23 21:51:08.238 INFO O| Aug 23 21:51:08.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3990 | 2024-08-23T21:51:08.856Z | [ recovery-image] Aug 23 21:51:08.238 INFO O| Aug 23 21:51:08.238 INFO STEP 30 (remove_files) COMPLETE |
3991 | 2024-08-23T21:51:08.858Z | [ recovery-image] Aug 23 21:51:08.238 INFO O| Aug 23 21:51:08.238 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-23T21:51:08.865Z | [ recovery-image] Aug 23 21:51:08.247 INFO O| Aug 23 21:51:08.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3993 | 2024-08-23T21:51:08.865Z | [ recovery-image] Aug 23 21:51:08.247 INFO O| Aug 23 21:51:08.247 INFO STEP 31 (remove_files) COMPLETE |
3994 | 2024-08-23T21:51:08.868Z | [ recovery-image] Aug 23 21:51:08.247 INFO O| Aug 23 21:51:08.247 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-23T21:51:08.875Z | [ recovery-image] Aug 23 21:51:08.257 INFO O| Aug 23 21:51:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3996 | 2024-08-23T21:51:08.877Z | [ recovery-image] Aug 23 21:51:08.258 INFO O| Aug 23 21:51:08.258 INFO STEP 32 (remove_files) COMPLETE |
3997 | 2024-08-23T21:51:08.877Z | [ recovery-image] Aug 23 21:51:08.258 INFO O| Aug 23 21:51:08.258 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-23T21:51:08.885Z | [ recovery-image] Aug 23 21:51:08.267 INFO O| Aug 23 21:51:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3999 | 2024-08-23T21:51:08.885Z | [ recovery-image] Aug 23 21:51:08.267 INFO O| Aug 23 21:51:08.267 INFO STEP 33 (remove_files) COMPLETE |
4000 | 2024-08-23T21:51:08.885Z | [ recovery-image] Aug 23 21:51:08.267 INFO O| Aug 23 21:51:08.267 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-23T21:51:08.894Z | [ recovery-image] Aug 23 21:51:08.276 INFO O| Aug 23 21:51:08.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4002 | 2024-08-23T21:51:08.897Z | [ recovery-image] Aug 23 21:51:08.277 INFO O| Aug 23 21:51:08.277 INFO STEP 34 (remove_files) COMPLETE |
4003 | 2024-08-23T21:51:08.897Z | [ recovery-image] Aug 23 21:51:08.277 INFO O| Aug 23 21:51:08.277 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-23T21:51:08.904Z | [ recovery-image] Aug 23 21:51:08.286 INFO O| Aug 23 21:51:08.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4005 | 2024-08-23T21:51:08.904Z | [ recovery-image] Aug 23 21:51:08.287 INFO O| Aug 23 21:51:08.286 INFO STEP 35 (remove_files) COMPLETE |
4006 | 2024-08-23T21:51:08.907Z | [ recovery-image] Aug 23 21:51:08.287 INFO O| Aug 23 21:51:08.287 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-23T21:51:08.914Z | [ recovery-image] Aug 23 21:51:08.296 INFO O| Aug 23 21:51:08.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4008 | 2024-08-23T21:51:08.914Z | [ recovery-image] Aug 23 21:51:08.296 INFO O| Aug 23 21:51:08.296 INFO STEP 36 (remove_files) COMPLETE |
4009 | 2024-08-23T21:51:08.916Z | [ recovery-image] Aug 23 21:51:08.296 INFO O| Aug 23 21:51:08.296 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-23T21:51:08.924Z | [ recovery-image] Aug 23 21:51:08.305 INFO O| Aug 23 21:51:08.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4011 | 2024-08-23T21:51:08.926Z | [ recovery-image] Aug 23 21:51:08.306 INFO O| Aug 23 21:51:08.306 INFO STEP 37 (remove_files) COMPLETE |
4012 | 2024-08-23T21:51:08.926Z | [ recovery-image] Aug 23 21:51:08.306 INFO O| Aug 23 21:51:08.306 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-23T21:51:08.933Z | [ recovery-image] Aug 23 21:51:08.315 INFO O| Aug 23 21:51:08.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4014 | 2024-08-23T21:51:08.933Z | [ recovery-image] Aug 23 21:51:08.315 INFO O| Aug 23 21:51:08.315 INFO STEP 38 (remove_files) COMPLETE |
4015 | 2024-08-23T21:51:08.933Z | [ recovery-image] Aug 23 21:51:08.315 INFO O| Aug 23 21:51:08.315 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-23T21:51:08.943Z | [ recovery-image] Aug 23 21:51:08.324 INFO O| Aug 23 21:51:08.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4017 | 2024-08-23T21:51:08.943Z | [ recovery-image] Aug 23 21:51:08.325 INFO O| Aug 23 21:51:08.324 INFO STEP 39 (remove_files) COMPLETE |
4018 | 2024-08-23T21:51:08.943Z | [ recovery-image] Aug 23 21:51:08.325 INFO O| Aug 23 21:51:08.325 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-23T21:51:08.952Z | [ recovery-image] Aug 23 21:51:08.334 INFO O| Aug 23 21:51:08.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4020 | 2024-08-23T21:51:08.952Z | [ recovery-image] Aug 23 21:51:08.334 INFO O| Aug 23 21:51:08.334 INFO STEP 40 (remove_files) COMPLETE |
4021 | 2024-08-23T21:51:08.954Z | [ recovery-image] Aug 23 21:51:08.334 INFO O| Aug 23 21:51:08.334 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-23T21:51:08.961Z | [ recovery-image] Aug 23 21:51:08.343 INFO O| Aug 23 21:51:08.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4023 | 2024-08-23T21:51:08.961Z | [ recovery-image] Aug 23 21:51:08.343 INFO O| Aug 23 21:51:08.343 INFO STEP 41 (remove_files) COMPLETE |
4024 | 2024-08-23T21:51:08.963Z | [ recovery-image] Aug 23 21:51:08.343 INFO O| Aug 23 21:51:08.343 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-23T21:51:08.971Z | [ recovery-image] Aug 23 21:51:08.353 INFO O| Aug 23 21:51:08.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4026 | 2024-08-23T21:51:08.971Z | [ recovery-image] Aug 23 21:51:08.353 INFO O| Aug 23 21:51:08.353 INFO STEP 42 (remove_files) COMPLETE |
4027 | 2024-08-23T21:51:08.973Z | [ recovery-image] Aug 23 21:51:08.353 INFO O| Aug 23 21:51:08.353 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-23T21:51:08.980Z | [ recovery-image] Aug 23 21:51:08.362 INFO O| Aug 23 21:51:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4029 | 2024-08-23T21:51:08.980Z | [ recovery-image] Aug 23 21:51:08.362 INFO O| Aug 23 21:51:08.362 INFO STEP 43 (remove_files) COMPLETE |
4030 | 2024-08-23T21:51:08.982Z | [ recovery-image] Aug 23 21:51:08.362 INFO O| Aug 23 21:51:08.362 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-23T21:51:08.990Z | [ recovery-image] Aug 23 21:51:08.372 INFO O| Aug 23 21:51:08.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4032 | 2024-08-23T21:51:08.990Z | [ recovery-image] Aug 23 21:51:08.372 INFO O| Aug 23 21:51:08.372 INFO STEP 44 (remove_files) COMPLETE |
4033 | 2024-08-23T21:51:08.992Z | [ recovery-image] Aug 23 21:51:08.372 INFO O| Aug 23 21:51:08.372 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-23T21:51:09.000Z | [ recovery-image] Aug 23 21:51:08.382 INFO O| Aug 23 21:51:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4035 | 2024-08-23T21:51:09.000Z | [ recovery-image] Aug 23 21:51:08.382 INFO O| Aug 23 21:51:08.382 INFO STEP 45 (remove_files) COMPLETE |
4036 | 2024-08-23T21:51:09.002Z | [ recovery-image] Aug 23 21:51:08.382 INFO O| Aug 23 21:51:08.382 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-23T21:51:09.010Z | [ recovery-image] Aug 23 21:51:08.392 INFO O| Aug 23 21:51:08.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4038 | 2024-08-23T21:51:09.010Z | [ recovery-image] Aug 23 21:51:08.392 INFO O| Aug 23 21:51:08.392 INFO STEP 46 (remove_files) COMPLETE |
4039 | 2024-08-23T21:51:09.012Z | [ recovery-image] Aug 23 21:51:08.392 INFO O| Aug 23 21:51:08.392 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-23T21:51:09.020Z | [ recovery-image] Aug 23 21:51:08.402 INFO O| Aug 23 21:51:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4041 | 2024-08-23T21:51:09.022Z | [ recovery-image] Aug 23 21:51:08.402 INFO O| Aug 23 21:51:08.402 INFO STEP 47 (remove_files) COMPLETE |
4042 | 2024-08-23T21:51:09.022Z | [ recovery-image] Aug 23 21:51:08.402 INFO O| Aug 23 21:51:08.402 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-23T21:51:09.029Z | [ recovery-image] Aug 23 21:51:08.411 INFO O| Aug 23 21:51:08.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4044 | 2024-08-23T21:51:09.029Z | [ recovery-image] Aug 23 21:51:08.411 INFO O| Aug 23 21:51:08.411 INFO STEP 48 (remove_files) COMPLETE |
4045 | 2024-08-23T21:51:09.031Z | [ recovery-image] Aug 23 21:51:08.411 INFO O| Aug 23 21:51:08.411 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-23T21:51:09.039Z | [ recovery-image] Aug 23 21:51:08.420 INFO O| Aug 23 21:51:08.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4047 | 2024-08-23T21:51:09.041Z | [ recovery-image] Aug 23 21:51:08.421 INFO O| Aug 23 21:51:08.421 INFO STEP 49 (remove_files) COMPLETE |
4048 | 2024-08-23T21:51:09.041Z | [ recovery-image] Aug 23 21:51:08.421 INFO O| Aug 23 21:51:08.421 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-23T21:51:09.048Z | [ recovery-image] Aug 23 21:51:08.430 INFO O| Aug 23 21:51:08.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4050 | 2024-08-23T21:51:09.048Z | [ recovery-image] Aug 23 21:51:08.430 INFO O| Aug 23 21:51:08.430 INFO STEP 50 (remove_files) COMPLETE |
4051 | 2024-08-23T21:51:09.050Z | [ recovery-image] Aug 23 21:51:08.430 INFO O| Aug 23 21:51:08.430 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-23T21:51:09.057Z | [ recovery-image] Aug 23 21:51:08.439 INFO O| Aug 23 21:51:08.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4053 | 2024-08-23T21:51:09.058Z | [ recovery-image] Aug 23 21:51:08.439 INFO O| Aug 23 21:51:08.439 INFO STEP 51 (remove_files) COMPLETE |
4054 | 2024-08-23T21:51:09.058Z | [ recovery-image] Aug 23 21:51:08.439 INFO O| Aug 23 21:51:08.439 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-23T21:51:09.067Z | [ recovery-image] Aug 23 21:51:08.449 INFO O| Aug 23 21:51:08.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4056 | 2024-08-23T21:51:09.067Z | [ recovery-image] Aug 23 21:51:08.449 INFO O| Aug 23 21:51:08.449 INFO STEP 52 (remove_files) COMPLETE |
4057 | 2024-08-23T21:51:09.067Z | [ recovery-image] Aug 23 21:51:08.449 INFO O| Aug 23 21:51:08.449 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-23T21:51:09.077Z | [ recovery-image] Aug 23 21:51:08.459 INFO O| Aug 23 21:51:08.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4059 | 2024-08-23T21:51:09.077Z | [ recovery-image] Aug 23 21:51:08.459 INFO O| Aug 23 21:51:08.459 INFO STEP 53 (remove_files) COMPLETE |
4060 | 2024-08-23T21:51:09.080Z | [ recovery-image] Aug 23 21:51:08.459 INFO O| Aug 23 21:51:08.459 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-23T21:51:09.087Z | [ recovery-image] Aug 23 21:51:08.469 INFO O| Aug 23 21:51:08.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4062 | 2024-08-23T21:51:09.087Z | [ recovery-image] Aug 23 21:51:08.469 INFO O| Aug 23 21:51:08.469 INFO STEP 54 (remove_files) COMPLETE |
4063 | 2024-08-23T21:51:09.087Z | [ recovery-image] Aug 23 21:51:08.469 INFO O| Aug 23 21:51:08.469 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-23T21:51:09.097Z | [ recovery-image] Aug 23 21:51:08.479 INFO O| Aug 23 21:51:08.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4065 | 2024-08-23T21:51:09.100Z | [ recovery-image] Aug 23 21:51:08.480 INFO O| Aug 23 21:51:08.480 INFO STEP 55 (remove_files) COMPLETE |
4066 | 2024-08-23T21:51:09.100Z | [ recovery-image] Aug 23 21:51:08.480 INFO O| Aug 23 21:51:08.480 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-23T21:51:09.108Z | [ recovery-image] Aug 23 21:51:08.489 INFO O| Aug 23 21:51:08.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4068 | 2024-08-23T21:51:09.108Z | [ recovery-image] Aug 23 21:51:08.489 INFO O| Aug 23 21:51:08.489 INFO STEP 56 (remove_files) COMPLETE |
4069 | 2024-08-23T21:51:09.110Z | [ recovery-image] Aug 23 21:51:08.489 INFO O| Aug 23 21:51:08.489 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-23T21:51:09.117Z | [ recovery-image] Aug 23 21:51:08.499 INFO O| Aug 23 21:51:08.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4071 | 2024-08-23T21:51:09.128Z | [ recovery-image] Aug 23 21:51:08.499 INFO O| Aug 23 21:51:08.499 INFO STEP 57 (remove_files) COMPLETE |
4072 | 2024-08-23T21:51:09.128Z | [ recovery-image] Aug 23 21:51:08.499 INFO O| Aug 23 21:51:08.499 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-23T21:51:09.128Z | [ recovery-image] Aug 23 21:51:08.509 INFO O| Aug 23 21:51:08.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4074 | 2024-08-23T21:51:09.128Z | [ recovery-image] Aug 23 21:51:08.509 INFO O| Aug 23 21:51:08.509 INFO STEP 58 (remove_files) COMPLETE |
4075 | 2024-08-23T21:51:09.128Z | [ recovery-image] Aug 23 21:51:08.509 INFO O| Aug 23 21:51:08.509 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-23T21:51:09.137Z | [ recovery-image] Aug 23 21:51:08.518 INFO O| Aug 23 21:51:08.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4077 | 2024-08-23T21:51:09.137Z | [ recovery-image] Aug 23 21:51:08.519 INFO O| Aug 23 21:51:08.519 INFO STEP 59 (remove_files) COMPLETE |
4078 | 2024-08-23T21:51:09.139Z | [ recovery-image] Aug 23 21:51:08.519 INFO O| Aug 23 21:51:08.519 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-23T21:51:09.144Z | [ host-image] Aug 23 21:51:08.526 INFO O| Aug 23 21:51:08.526 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4080 | 2024-08-23T21:51:09.146Z | [ recovery-image] Aug 23 21:51:08.528 INFO O| Aug 23 21:51:08.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4081 | 2024-08-23T21:51:09.148Z | [ recovery-image] Aug 23 21:51:08.528 INFO O| Aug 23 21:51:08.528 INFO STEP 60 (remove_files) COMPLETE |
4082 | 2024-08-23T21:51:09.148Z | [ recovery-image] Aug 23 21:51:08.528 INFO O| Aug 23 21:51:08.528 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4083 | 2024-08-23T21:51:09.156Z | [ recovery-image] Aug 23 21:51:08.538 INFO O| Aug 23 21:51:08.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4084 | 2024-08-23T21:51:09.156Z | [ recovery-image] Aug 23 21:51:08.538 INFO O| Aug 23 21:51:08.538 INFO STEP 61 (remove_files) COMPLETE |
4085 | 2024-08-23T21:51:09.158Z | [ recovery-image] Aug 23 21:51:08.538 INFO O| Aug 23 21:51:08.538 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4086 | 2024-08-23T21:51:09.166Z | [ recovery-image] Aug 23 21:51:08.548 INFO O| Aug 23 21:51:08.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4087 | 2024-08-23T21:51:09.166Z | [ recovery-image] Aug 23 21:51:08.548 INFO O| Aug 23 21:51:08.548 INFO STEP 62 (remove_files) COMPLETE |
4088 | 2024-08-23T21:51:09.168Z | [ recovery-image] Aug 23 21:51:08.548 INFO O| Aug 23 21:51:08.548 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4089 | 2024-08-23T21:51:09.176Z | [ recovery-image] Aug 23 21:51:08.558 INFO O| Aug 23 21:51:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4090 | 2024-08-23T21:51:09.178Z | [ recovery-image] Aug 23 21:51:08.558 INFO O| Aug 23 21:51:08.558 INFO STEP 63 (remove_files) COMPLETE |
4091 | 2024-08-23T21:51:09.179Z | [ recovery-image] Aug 23 21:51:08.558 INFO O| Aug 23 21:51:08.558 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4092 | 2024-08-23T21:51:09.186Z | [ recovery-image] Aug 23 21:51:08.568 INFO O| Aug 23 21:51:08.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4093 | 2024-08-23T21:51:09.189Z | [ recovery-image] Aug 23 21:51:08.569 INFO O| Aug 23 21:51:08.569 INFO STEP 64 (remove_files) COMPLETE |
4094 | 2024-08-23T21:51:09.189Z | [ recovery-image] Aug 23 21:51:08.569 INFO O| Aug 23 21:51:08.569 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4095 | 2024-08-23T21:51:09.197Z | [ recovery-image] Aug 23 21:51:08.579 INFO O| Aug 23 21:51:08.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4096 | 2024-08-23T21:51:09.197Z | [ recovery-image] Aug 23 21:51:08.579 INFO O| Aug 23 21:51:08.579 INFO STEP 65 (remove_files) COMPLETE |
4097 | 2024-08-23T21:51:09.197Z | [ recovery-image] Aug 23 21:51:08.579 INFO O| Aug 23 21:51:08.579 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4098 | 2024-08-23T21:51:09.207Z | [ recovery-image] Aug 23 21:51:08.589 INFO O| Aug 23 21:51:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4099 | 2024-08-23T21:51:09.209Z | [ recovery-image] Aug 23 21:51:08.589 INFO O| Aug 23 21:51:08.589 INFO STEP 66 (remove_files) COMPLETE |
4100 | 2024-08-23T21:51:09.209Z | [ recovery-image] Aug 23 21:51:08.589 INFO O| Aug 23 21:51:08.589 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4101 | 2024-08-23T21:51:09.217Z | [ recovery-image] Aug 23 21:51:08.598 INFO O| Aug 23 21:51:08.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4102 | 2024-08-23T21:51:09.217Z | [ recovery-image] Aug 23 21:51:08.599 INFO O| Aug 23 21:51:08.598 INFO STEP 67 (remove_files) COMPLETE |
4103 | 2024-08-23T21:51:09.219Z | [ recovery-image] Aug 23 21:51:08.599 INFO O| Aug 23 21:51:08.598 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4104 | 2024-08-23T21:51:09.226Z | [ recovery-image] Aug 23 21:51:08.608 INFO O| Aug 23 21:51:08.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4105 | 2024-08-23T21:51:09.226Z | [ recovery-image] Aug 23 21:51:08.608 INFO O| Aug 23 21:51:08.608 INFO STEP 68 (remove_files) COMPLETE |
4106 | 2024-08-23T21:51:09.228Z | [ recovery-image] Aug 23 21:51:08.608 INFO O| Aug 23 21:51:08.608 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4107 | 2024-08-23T21:51:09.237Z | [ recovery-image] Aug 23 21:51:08.618 INFO O| Aug 23 21:51:08.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4108 | 2024-08-23T21:51:09.237Z | [ recovery-image] Aug 23 21:51:08.618 INFO O| Aug 23 21:51:08.618 INFO STEP 69 (remove_files) COMPLETE |
4109 | 2024-08-23T21:51:09.237Z | [ recovery-image] Aug 23 21:51:08.618 INFO O| Aug 23 21:51:08.618 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4110 | 2024-08-23T21:51:09.247Z | [ recovery-image] Aug 23 21:51:08.629 INFO O| Aug 23 21:51:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4111 | 2024-08-23T21:51:09.247Z | [ recovery-image] Aug 23 21:51:08.629 INFO O| Aug 23 21:51:08.629 INFO STEP 70 (remove_files) COMPLETE |
4112 | 2024-08-23T21:51:09.249Z | [ recovery-image] Aug 23 21:51:08.629 INFO O| Aug 23 21:51:08.629 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4113 | 2024-08-23T21:51:09.257Z | [ recovery-image] Aug 23 21:51:08.639 INFO O| Aug 23 21:51:08.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4114 | 2024-08-23T21:51:09.260Z | [ recovery-image] Aug 23 21:51:08.639 INFO O| Aug 23 21:51:08.639 INFO STEP 71 (remove_files) COMPLETE |
4115 | 2024-08-23T21:51:09.260Z | [ recovery-image] Aug 23 21:51:08.639 INFO O| Aug 23 21:51:08.639 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4116 | 2024-08-23T21:51:09.267Z | [ recovery-image] Aug 23 21:51:08.649 INFO O| Aug 23 21:51:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4117 | 2024-08-23T21:51:09.270Z | [ recovery-image] Aug 23 21:51:08.649 INFO O| Aug 23 21:51:08.649 INFO STEP 72 (remove_files) COMPLETE |
4118 | 2024-08-23T21:51:09.270Z | [ recovery-image] Aug 23 21:51:08.649 INFO O| Aug 23 21:51:08.649 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4119 | 2024-08-23T21:51:09.277Z | [ recovery-image] Aug 23 21:51:08.659 INFO O| Aug 23 21:51:08.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4120 | 2024-08-23T21:51:09.277Z | [ recovery-image] Aug 23 21:51:08.659 INFO O| Aug 23 21:51:08.659 INFO STEP 73 (remove_files) COMPLETE |
4121 | 2024-08-23T21:51:09.277Z | [ recovery-image] Aug 23 21:51:08.659 INFO O| Aug 23 21:51:08.659 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4122 | 2024-08-23T21:51:09.287Z | [ recovery-image] Aug 23 21:51:08.669 INFO O| Aug 23 21:51:08.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4123 | 2024-08-23T21:51:09.289Z | [ recovery-image] Aug 23 21:51:08.669 INFO O| Aug 23 21:51:08.669 INFO STEP 74 (remove_files) COMPLETE |
4124 | 2024-08-23T21:51:09.289Z | [ recovery-image] Aug 23 21:51:08.669 INFO O| Aug 23 21:51:08.669 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4125 | 2024-08-23T21:51:09.297Z | [ recovery-image] Aug 23 21:51:08.679 INFO O| Aug 23 21:51:08.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4126 | 2024-08-23T21:51:09.299Z | [ recovery-image] Aug 23 21:51:08.679 INFO O| Aug 23 21:51:08.679 INFO STEP 75 (remove_files) COMPLETE |
4127 | 2024-08-23T21:51:09.299Z | [ recovery-image] Aug 23 21:51:08.679 INFO O| Aug 23 21:51:08.679 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4128 | 2024-08-23T21:51:09.306Z | [ recovery-image] Aug 23 21:51:08.688 INFO O| Aug 23 21:51:08.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4129 | 2024-08-23T21:51:09.306Z | [ recovery-image] Aug 23 21:51:08.688 INFO O| Aug 23 21:51:08.688 INFO STEP 76 (remove_files) COMPLETE |
4130 | 2024-08-23T21:51:09.309Z | [ recovery-image] Aug 23 21:51:08.688 INFO O| Aug 23 21:51:08.688 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4131 | 2024-08-23T21:51:09.316Z | [ recovery-image] Aug 23 21:51:08.698 INFO O| Aug 23 21:51:08.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4132 | 2024-08-23T21:51:09.318Z | [ recovery-image] Aug 23 21:51:08.698 INFO O| Aug 23 21:51:08.698 INFO STEP 77 (remove_files) COMPLETE |
4133 | 2024-08-23T21:51:09.318Z | [ recovery-image] Aug 23 21:51:08.698 INFO O| Aug 23 21:51:08.698 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4134 | 2024-08-23T21:51:09.325Z | [ recovery-image] Aug 23 21:51:08.707 INFO O| Aug 23 21:51:08.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4135 | 2024-08-23T21:51:09.328Z | [ recovery-image] Aug 23 21:51:08.707 INFO O| Aug 23 21:51:08.707 INFO STEP 78 (remove_files) COMPLETE |
4136 | 2024-08-23T21:51:09.328Z | [ recovery-image] Aug 23 21:51:08.707 INFO O| Aug 23 21:51:08.707 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4137 | 2024-08-23T21:51:09.335Z | [ recovery-image] Aug 23 21:51:08.717 INFO O| Aug 23 21:51:08.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4138 | 2024-08-23T21:51:09.337Z | [ recovery-image] Aug 23 21:51:08.717 INFO O| Aug 23 21:51:08.717 INFO STEP 79 (remove_files) COMPLETE |
4139 | 2024-08-23T21:51:09.337Z | [ recovery-image] Aug 23 21:51:08.717 INFO O| Aug 23 21:51:08.717 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-08-23T21:51:09.345Z | [ recovery-image] Aug 23 21:51:08.726 INFO O| Aug 23 21:51:08.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4141 | 2024-08-23T21:51:09.345Z | [ recovery-image] Aug 23 21:51:08.726 INFO O| Aug 23 21:51:08.726 INFO STEP 80 (remove_files) COMPLETE |
4142 | 2024-08-23T21:51:09.347Z | [ recovery-image] Aug 23 21:51:08.726 INFO O| Aug 23 21:51:08.726 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-08-23T21:51:09.354Z | [ recovery-image] Aug 23 21:51:08.736 INFO O| Aug 23 21:51:08.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4144 | 2024-08-23T21:51:09.356Z | [ recovery-image] Aug 23 21:51:08.736 INFO O| Aug 23 21:51:08.736 INFO STEP 81 (remove_files) COMPLETE |
4145 | 2024-08-23T21:51:09.356Z | [ recovery-image] Aug 23 21:51:08.736 INFO O| Aug 23 21:51:08.736 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4146 | 2024-08-23T21:51:09.364Z | [ recovery-image] Aug 23 21:51:08.745 INFO O| Aug 23 21:51:08.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4147 | 2024-08-23T21:51:09.364Z | [ recovery-image] Aug 23 21:51:08.746 INFO O| Aug 23 21:51:08.745 INFO STEP 82 (remove_files) COMPLETE |
4148 | 2024-08-23T21:51:09.364Z | [ recovery-image] Aug 23 21:51:08.746 INFO O| Aug 23 21:51:08.746 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4149 | 2024-08-23T21:51:09.374Z | [ recovery-image] Aug 23 21:51:08.756 INFO O| Aug 23 21:51:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4150 | 2024-08-23T21:51:09.377Z | [ recovery-image] Aug 23 21:51:08.756 INFO O| Aug 23 21:51:08.756 INFO STEP 83 (remove_files) COMPLETE |
4151 | 2024-08-23T21:51:09.377Z | [ recovery-image] Aug 23 21:51:08.756 INFO O| Aug 23 21:51:08.756 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4152 | 2024-08-23T21:51:09.384Z | [ recovery-image] Aug 23 21:51:08.766 INFO O| Aug 23 21:51:08.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4153 | 2024-08-23T21:51:09.384Z | [ recovery-image] Aug 23 21:51:08.766 INFO O| Aug 23 21:51:08.766 INFO STEP 84 (remove_files) COMPLETE |
4154 | 2024-08-23T21:51:09.387Z | [ recovery-image] Aug 23 21:51:08.766 INFO O| Aug 23 21:51:08.766 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4155 | 2024-08-23T21:51:09.396Z | [ recovery-image] Aug 23 21:51:08.778 INFO O| Aug 23 21:51:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4156 | 2024-08-23T21:51:09.396Z | [ recovery-image] Aug 23 21:51:08.778 INFO O| Aug 23 21:51:08.778 INFO STEP 85 (remove_files) COMPLETE |
4157 | 2024-08-23T21:51:09.399Z | [ recovery-image] Aug 23 21:51:08.778 INFO O| Aug 23 21:51:08.778 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4158 | 2024-08-23T21:51:09.408Z | [ recovery-image] Aug 23 21:51:08.789 INFO O| Aug 23 21:51:08.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4159 | 2024-08-23T21:51:09.408Z | [ recovery-image] Aug 23 21:51:08.789 INFO O| Aug 23 21:51:08.789 INFO STEP 86 (remove_files) COMPLETE |
4160 | 2024-08-23T21:51:09.410Z | [ recovery-image] Aug 23 21:51:08.789 INFO O| Aug 23 21:51:08.789 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4161 | 2024-08-23T21:51:09.418Z | [ recovery-image] Aug 23 21:51:08.800 INFO O| Aug 23 21:51:08.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4162 | 2024-08-23T21:51:09.420Z | [ recovery-image] Aug 23 21:51:08.800 INFO O| Aug 23 21:51:08.800 INFO STEP 87 (remove_files) COMPLETE |
4163 | 2024-08-23T21:51:09.420Z | [ recovery-image] Aug 23 21:51:08.800 INFO O| Aug 23 21:51:08.800 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4164 | 2024-08-23T21:51:09.428Z | [ recovery-image] Aug 23 21:51:08.810 INFO O| Aug 23 21:51:08.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4165 | 2024-08-23T21:51:09.431Z | [ recovery-image] Aug 23 21:51:08.810 INFO O| Aug 23 21:51:08.810 INFO STEP 88 (remove_files) COMPLETE |
4166 | 2024-08-23T21:51:09.431Z | [ recovery-image] Aug 23 21:51:08.810 INFO O| Aug 23 21:51:08.810 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4167 | 2024-08-23T21:51:09.439Z | [ recovery-image] Aug 23 21:51:08.820 INFO O| Aug 23 21:51:08.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4168 | 2024-08-23T21:51:09.439Z | [ recovery-image] Aug 23 21:51:08.820 INFO O| Aug 23 21:51:08.820 INFO STEP 89 (remove_files) COMPLETE |
4169 | 2024-08-23T21:51:09.439Z | [ recovery-image] Aug 23 21:51:08.820 INFO O| Aug 23 21:51:08.820 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4170 | 2024-08-23T21:51:09.450Z | [ recovery-image] Aug 23 21:51:08.830 INFO O| Aug 23 21:51:08.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4171 | 2024-08-23T21:51:09.450Z | [ recovery-image] Aug 23 21:51:08.830 INFO O| Aug 23 21:51:08.830 INFO STEP 90 (remove_files) COMPLETE |
4172 | 2024-08-23T21:51:09.450Z | [ recovery-image] Aug 23 21:51:08.830 INFO O| Aug 23 21:51:08.830 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4173 | 2024-08-23T21:51:09.458Z | [ recovery-image] Aug 23 21:51:08.840 INFO O| Aug 23 21:51:08.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4174 | 2024-08-23T21:51:09.461Z | [ recovery-image] Aug 23 21:51:08.840 INFO O| Aug 23 21:51:08.840 INFO STEP 91 (remove_files) COMPLETE |
4175 | 2024-08-23T21:51:09.461Z | [ recovery-image] Aug 23 21:51:08.840 INFO O| Aug 23 21:51:08.840 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4176 | 2024-08-23T21:51:09.468Z | [ recovery-image] Aug 23 21:51:08.850 INFO O| Aug 23 21:51:08.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4177 | 2024-08-23T21:51:09.468Z | [ recovery-image] Aug 23 21:51:08.850 INFO O| Aug 23 21:51:08.850 INFO STEP 92 (remove_files) COMPLETE |
4178 | 2024-08-23T21:51:09.468Z | [ recovery-image] Aug 23 21:51:08.850 INFO O| Aug 23 21:51:08.850 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-08-23T21:51:09.478Z | [ recovery-image] Aug 23 21:51:08.860 INFO O| Aug 23 21:51:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4180 | 2024-08-23T21:51:09.478Z | [ recovery-image] Aug 23 21:51:08.860 INFO O| Aug 23 21:51:08.860 INFO STEP 93 (remove_files) COMPLETE |
4181 | 2024-08-23T21:51:09.480Z | [ recovery-image] Aug 23 21:51:08.860 INFO O| Aug 23 21:51:08.860 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-08-23T21:51:09.489Z | [ recovery-image] Aug 23 21:51:08.870 INFO O| Aug 23 21:51:08.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4183 | 2024-08-23T21:51:09.489Z | [ recovery-image] Aug 23 21:51:08.870 INFO O| Aug 23 21:51:08.870 INFO STEP 94 (remove_files) COMPLETE |
4184 | 2024-08-23T21:51:09.491Z | [ recovery-image] Aug 23 21:51:08.871 INFO O| Aug 23 21:51:08.870 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-08-23T21:51:09.502Z | [ recovery-image] Aug 23 21:51:08.884 INFO O| Aug 23 21:51:08.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4186 | 2024-08-23T21:51:09.505Z | [ recovery-image] Aug 23 21:51:08.884 INFO O| Aug 23 21:51:08.884 INFO STEP 95 (remove_files) COMPLETE |
4187 | 2024-08-23T21:51:09.505Z | [ recovery-image] Aug 23 21:51:08.884 INFO O| Aug 23 21:51:08.884 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-08-23T21:51:09.512Z | [ recovery-image] Aug 23 21:51:08.894 INFO O| Aug 23 21:51:08.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4189 | 2024-08-23T21:51:09.515Z | [ recovery-image] Aug 23 21:51:08.894 INFO O| Aug 23 21:51:08.894 INFO STEP 96 (remove_files) COMPLETE |
4190 | 2024-08-23T21:51:09.515Z | [ recovery-image] Aug 23 21:51:08.894 INFO O| Aug 23 21:51:08.894 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-08-23T21:51:09.523Z | [ recovery-image] Aug 23 21:51:08.904 INFO O| Aug 23 21:51:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4192 | 2024-08-23T21:51:09.523Z | [ recovery-image] Aug 23 21:51:08.904 INFO O| Aug 23 21:51:08.904 INFO STEP 97 (remove_files) COMPLETE |
4193 | 2024-08-23T21:51:09.525Z | [ recovery-image] Aug 23 21:51:08.904 INFO O| Aug 23 21:51:08.904 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-08-23T21:51:09.533Z | [ recovery-image] Aug 23 21:51:08.915 INFO O| Aug 23 21:51:08.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4195 | 2024-08-23T21:51:09.535Z | [ recovery-image] Aug 23 21:51:08.915 INFO O| Aug 23 21:51:08.915 INFO STEP 98 (remove_files) COMPLETE |
4196 | 2024-08-23T21:51:09.536Z | [ recovery-image] Aug 23 21:51:08.915 INFO O| Aug 23 21:51:08.915 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-08-23T21:51:09.545Z | [ recovery-image] Aug 23 21:51:08.926 INFO O| Aug 23 21:51:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4198 | 2024-08-23T21:51:09.547Z | [ recovery-image] Aug 23 21:51:08.927 INFO O| Aug 23 21:51:08.926 INFO STEP 99 (remove_files) COMPLETE |
4199 | 2024-08-23T21:51:09.547Z | [ recovery-image] Aug 23 21:51:08.927 INFO O| Aug 23 21:51:08.927 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-08-23T21:51:09.555Z | [ recovery-image] Aug 23 21:51:08.937 INFO O| Aug 23 21:51:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4201 | 2024-08-23T21:51:09.558Z | [ recovery-image] Aug 23 21:51:08.937 INFO O| Aug 23 21:51:08.937 INFO STEP 100 (remove_files) COMPLETE |
4202 | 2024-08-23T21:51:09.558Z | [ recovery-image] Aug 23 21:51:08.937 INFO O| Aug 23 21:51:08.937 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-08-23T21:51:09.566Z | [ recovery-image] Aug 23 21:51:08.948 INFO O| Aug 23 21:51:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4204 | 2024-08-23T21:51:09.568Z | [ recovery-image] Aug 23 21:51:08.948 INFO O| Aug 23 21:51:08.948 INFO STEP 101 (remove_files) COMPLETE |
4205 | 2024-08-23T21:51:09.568Z | [ recovery-image] Aug 23 21:51:08.948 INFO O| Aug 23 21:51:08.948 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-08-23T21:51:09.576Z | [ recovery-image] Aug 23 21:51:08.958 INFO O| Aug 23 21:51:08.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4207 | 2024-08-23T21:51:09.576Z | [ recovery-image] Aug 23 21:51:08.958 INFO O| Aug 23 21:51:08.958 INFO STEP 102 (remove_files) COMPLETE |
4208 | 2024-08-23T21:51:09.579Z | [ recovery-image] Aug 23 21:51:08.958 INFO O| Aug 23 21:51:08.958 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-08-23T21:51:09.587Z | [ recovery-image] Aug 23 21:51:08.969 INFO O| Aug 23 21:51:08.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4210 | 2024-08-23T21:51:09.587Z | [ recovery-image] Aug 23 21:51:08.969 INFO O| Aug 23 21:51:08.969 INFO STEP 103 (remove_files) COMPLETE |
4211 | 2024-08-23T21:51:09.589Z | [ recovery-image] Aug 23 21:51:08.969 INFO O| Aug 23 21:51:08.969 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-08-23T21:51:09.599Z | [ recovery-image] Aug 23 21:51:08.981 INFO O| Aug 23 21:51:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4213 | 2024-08-23T21:51:09.599Z | [ recovery-image] Aug 23 21:51:08.981 INFO O| Aug 23 21:51:08.981 INFO STEP 104 (remove_files) COMPLETE |
4214 | 2024-08-23T21:51:09.601Z | [ recovery-image] Aug 23 21:51:08.981 INFO O| Aug 23 21:51:08.981 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-08-23T21:51:09.609Z | [ recovery-image] Aug 23 21:51:08.991 INFO O| Aug 23 21:51:08.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4216 | 2024-08-23T21:51:09.611Z | [ recovery-image] Aug 23 21:51:08.991 INFO O| Aug 23 21:51:08.991 INFO STEP 105 (remove_files) COMPLETE |
4217 | 2024-08-23T21:51:09.611Z | [ recovery-image] Aug 23 21:51:08.991 INFO O| Aug 23 21:51:08.991 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-08-23T21:51:09.623Z | [ recovery-image] Aug 23 21:51:09.001 INFO O| Aug 23 21:51:09.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4219 | 2024-08-23T21:51:09.625Z | [ recovery-image] Aug 23 21:51:09.002 INFO O| Aug 23 21:51:09.002 INFO STEP 106 (remove_files) COMPLETE |
4220 | 2024-08-23T21:51:09.625Z | [ recovery-image] Aug 23 21:51:09.002 INFO O| Aug 23 21:51:09.002 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-08-23T21:51:09.631Z | [ recovery-image] Aug 23 21:51:09.012 INFO O| Aug 23 21:51:09.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4222 | 2024-08-23T21:51:09.631Z | [ recovery-image] Aug 23 21:51:09.012 INFO O| Aug 23 21:51:09.012 INFO STEP 107 (remove_files) COMPLETE |
4223 | 2024-08-23T21:51:09.633Z | [ recovery-image] Aug 23 21:51:09.012 INFO O| Aug 23 21:51:09.012 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-08-23T21:51:09.641Z | [ recovery-image] Aug 23 21:51:09.022 INFO O| Aug 23 21:51:09.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4225 | 2024-08-23T21:51:09.641Z | [ recovery-image] Aug 23 21:51:09.023 INFO O| Aug 23 21:51:09.022 INFO STEP 108 (remove_files) COMPLETE |
4226 | 2024-08-23T21:51:09.643Z | [ recovery-image] Aug 23 21:51:09.023 INFO O| Aug 23 21:51:09.022 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-08-23T21:51:09.652Z | [ recovery-image] Aug 23 21:51:09.034 INFO O| Aug 23 21:51:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4228 | 2024-08-23T21:51:09.652Z | [ recovery-image] Aug 23 21:51:09.034 INFO O| Aug 23 21:51:09.034 INFO STEP 109 (remove_files) COMPLETE |
4229 | 2024-08-23T21:51:09.655Z | [ recovery-image] Aug 23 21:51:09.034 INFO O| Aug 23 21:51:09.034 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-08-23T21:51:09.664Z | [ recovery-image] Aug 23 21:51:09.045 INFO O| Aug 23 21:51:09.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4231 | 2024-08-23T21:51:09.664Z | [ recovery-image] Aug 23 21:51:09.045 INFO O| Aug 23 21:51:09.045 INFO STEP 110 (remove_files) COMPLETE |
4232 | 2024-08-23T21:51:09.666Z | [ recovery-image] Aug 23 21:51:09.046 INFO O| Aug 23 21:51:09.045 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-08-23T21:51:09.673Z | [ recovery-image] Aug 23 21:51:09.055 INFO O| Aug 23 21:51:09.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4234 | 2024-08-23T21:51:09.673Z | [ recovery-image] Aug 23 21:51:09.055 INFO O| Aug 23 21:51:09.055 INFO STEP 111 (remove_files) COMPLETE |
4235 | 2024-08-23T21:51:09.676Z | [ recovery-image] Aug 23 21:51:09.055 INFO O| Aug 23 21:51:09.055 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-08-23T21:51:09.683Z | [ recovery-image] Aug 23 21:51:09.065 INFO O| Aug 23 21:51:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4237 | 2024-08-23T21:51:09.683Z | [ recovery-image] Aug 23 21:51:09.065 INFO O| Aug 23 21:51:09.065 INFO STEP 112 (remove_files) COMPLETE |
4238 | 2024-08-23T21:51:09.685Z | [ recovery-image] Aug 23 21:51:09.065 INFO O| Aug 23 21:51:09.065 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-08-23T21:51:09.694Z | [ recovery-image] Aug 23 21:51:09.076 INFO O| Aug 23 21:51:09.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4240 | 2024-08-23T21:51:09.694Z | [ recovery-image] Aug 23 21:51:09.076 INFO O| Aug 23 21:51:09.076 INFO STEP 113 (remove_files) COMPLETE |
4241 | 2024-08-23T21:51:09.696Z | [ recovery-image] Aug 23 21:51:09.076 INFO O| Aug 23 21:51:09.076 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-08-23T21:51:09.706Z | [ recovery-image] Aug 23 21:51:09.087 INFO O| Aug 23 21:51:09.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4243 | 2024-08-23T21:51:09.706Z | [ recovery-image] Aug 23 21:51:09.087 INFO O| Aug 23 21:51:09.087 INFO STEP 114 (remove_files) COMPLETE |
4244 | 2024-08-23T21:51:09.706Z | [ recovery-image] Aug 23 21:51:09.087 INFO O| Aug 23 21:51:09.087 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-08-23T21:51:09.715Z | [ recovery-image] Aug 23 21:51:09.097 INFO O| Aug 23 21:51:09.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4246 | 2024-08-23T21:51:09.715Z | [ recovery-image] Aug 23 21:51:09.097 INFO O| Aug 23 21:51:09.097 INFO STEP 115 (remove_files) COMPLETE |
4247 | 2024-08-23T21:51:09.717Z | [ recovery-image] Aug 23 21:51:09.097 INFO O| Aug 23 21:51:09.097 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-08-23T21:51:09.726Z | [ recovery-image] Aug 23 21:51:09.108 INFO O| Aug 23 21:51:09.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4249 | 2024-08-23T21:51:09.726Z | [ recovery-image] Aug 23 21:51:09.108 INFO O| Aug 23 21:51:09.108 INFO STEP 116 (remove_files) COMPLETE |
4250 | 2024-08-23T21:51:09.729Z | [ recovery-image] Aug 23 21:51:09.108 INFO O| Aug 23 21:51:09.108 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-08-23T21:51:09.736Z | [ recovery-image] Aug 23 21:51:09.118 INFO O| Aug 23 21:51:09.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4252 | 2024-08-23T21:51:09.736Z | [ recovery-image] Aug 23 21:51:09.118 INFO O| Aug 23 21:51:09.118 INFO STEP 117 (remove_files) COMPLETE |
4253 | 2024-08-23T21:51:09.736Z | [ recovery-image] Aug 23 21:51:09.118 INFO O| Aug 23 21:51:09.118 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-08-23T21:51:09.746Z | [ recovery-image] Aug 23 21:51:09.128 INFO O| Aug 23 21:51:09.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4255 | 2024-08-23T21:51:09.746Z | [ recovery-image] Aug 23 21:51:09.128 INFO O| Aug 23 21:51:09.128 INFO STEP 118 (remove_files) COMPLETE |
4256 | 2024-08-23T21:51:09.746Z | [ recovery-image] Aug 23 21:51:09.128 INFO O| Aug 23 21:51:09.128 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-08-23T21:51:09.758Z | [ recovery-image] Aug 23 21:51:09.139 INFO O| Aug 23 21:51:09.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4258 | 2024-08-23T21:51:09.759Z | [ recovery-image] Aug 23 21:51:09.139 INFO O| Aug 23 21:51:09.139 INFO STEP 119 (remove_files) COMPLETE |
4259 | 2024-08-23T21:51:09.759Z | [ recovery-image] Aug 23 21:51:09.139 INFO O| Aug 23 21:51:09.139 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-08-23T21:51:09.770Z | [ recovery-image] Aug 23 21:51:09.151 INFO O| Aug 23 21:51:09.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4261 | 2024-08-23T21:51:09.770Z | [ recovery-image] Aug 23 21:51:09.151 INFO O| Aug 23 21:51:09.151 INFO STEP 120 (remove_files) COMPLETE |
4262 | 2024-08-23T21:51:09.770Z | [ recovery-image] Aug 23 21:51:09.151 INFO O| Aug 23 21:51:09.151 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-08-23T21:51:09.781Z | [ recovery-image] Aug 23 21:51:09.163 INFO O| Aug 23 21:51:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4264 | 2024-08-23T21:51:09.784Z | [ recovery-image] Aug 23 21:51:09.164 INFO O| Aug 23 21:51:09.164 INFO STEP 121 (remove_files) COMPLETE |
4265 | 2024-08-23T21:51:09.784Z | [ recovery-image] Aug 23 21:51:09.164 INFO O| Aug 23 21:51:09.164 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-08-23T21:51:09.794Z | [ recovery-image] Aug 23 21:51:09.176 INFO O| Aug 23 21:51:09.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4267 | 2024-08-23T21:51:09.794Z | [ recovery-image] Aug 23 21:51:09.176 INFO O| Aug 23 21:51:09.176 INFO STEP 122 (remove_files) COMPLETE |
4268 | 2024-08-23T21:51:09.797Z | [ recovery-image] Aug 23 21:51:09.176 INFO O| Aug 23 21:51:09.176 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-08-23T21:51:09.805Z | [ recovery-image] Aug 23 21:51:09.186 INFO O| Aug 23 21:51:09.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4270 | 2024-08-23T21:51:09.805Z | [ recovery-image] Aug 23 21:51:09.187 INFO O| Aug 23 21:51:09.187 INFO STEP 123 (remove_files) COMPLETE |
4271 | 2024-08-23T21:51:09.808Z | [ recovery-image] Aug 23 21:51:09.187 INFO O| Aug 23 21:51:09.187 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-08-23T21:51:09.816Z | [ recovery-image] Aug 23 21:51:09.198 INFO O| Aug 23 21:51:09.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4273 | 2024-08-23T21:51:09.816Z | [ recovery-image] Aug 23 21:51:09.198 INFO O| Aug 23 21:51:09.198 INFO STEP 124 (remove_files) COMPLETE |
4274 | 2024-08-23T21:51:09.816Z | [ recovery-image] Aug 23 21:51:09.198 INFO O| Aug 23 21:51:09.198 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-08-23T21:51:09.826Z | [ recovery-image] Aug 23 21:51:09.208 INFO O| Aug 23 21:51:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4276 | 2024-08-23T21:51:09.829Z | [ recovery-image] Aug 23 21:51:09.208 INFO O| Aug 23 21:51:09.208 INFO STEP 125 (remove_files) COMPLETE |
4277 | 2024-08-23T21:51:09.829Z | [ recovery-image] Aug 23 21:51:09.208 INFO O| Aug 23 21:51:09.208 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-08-23T21:51:09.838Z | [ recovery-image] Aug 23 21:51:09.220 INFO O| Aug 23 21:51:09.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4279 | 2024-08-23T21:51:09.838Z | [ recovery-image] Aug 23 21:51:09.220 INFO O| Aug 23 21:51:09.220 INFO STEP 126 (remove_files) COMPLETE |
4280 | 2024-08-23T21:51:09.841Z | [ recovery-image] Aug 23 21:51:09.220 INFO O| Aug 23 21:51:09.220 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-08-23T21:51:09.848Z | [ recovery-image] Aug 23 21:51:09.230 INFO O| Aug 23 21:51:09.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4282 | 2024-08-23T21:51:09.848Z | [ recovery-image] Aug 23 21:51:09.230 INFO O| Aug 23 21:51:09.230 INFO STEP 127 (remove_files) COMPLETE |
4283 | 2024-08-23T21:51:09.851Z | [ recovery-image] Aug 23 21:51:09.230 INFO O| Aug 23 21:51:09.230 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-08-23T21:51:09.860Z | [ recovery-image] Aug 23 21:51:09.241 INFO O| Aug 23 21:51:09.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4285 | 2024-08-23T21:51:09.860Z | [ recovery-image] Aug 23 21:51:09.241 INFO O| Aug 23 21:51:09.241 INFO STEP 128 (remove_files) COMPLETE |
4286 | 2024-08-23T21:51:09.860Z | [ recovery-image] Aug 23 21:51:09.241 INFO O| Aug 23 21:51:09.241 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-08-23T21:51:09.869Z | [ recovery-image] Aug 23 21:51:09.251 INFO O| Aug 23 21:51:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4288 | 2024-08-23T21:51:09.872Z | [ recovery-image] Aug 23 21:51:09.251 INFO O| Aug 23 21:51:09.251 INFO STEP 129 (remove_files) COMPLETE |
4289 | 2024-08-23T21:51:09.872Z | [ recovery-image] Aug 23 21:51:09.251 INFO O| Aug 23 21:51:09.251 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-08-23T21:51:09.881Z | [ recovery-image] Aug 23 21:51:09.262 INFO O| Aug 23 21:51:09.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4291 | 2024-08-23T21:51:09.884Z | [ recovery-image] Aug 23 21:51:09.262 INFO O| Aug 23 21:51:09.262 INFO STEP 130 (remove_files) COMPLETE |
4292 | 2024-08-23T21:51:09.884Z | [ recovery-image] Aug 23 21:51:09.263 INFO O| Aug 23 21:51:09.262 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-08-23T21:51:09.891Z | [ recovery-image] Aug 23 21:51:09.272 INFO O| Aug 23 21:51:09.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4294 | 2024-08-23T21:51:09.891Z | [ recovery-image] Aug 23 21:51:09.272 INFO O| Aug 23 21:51:09.272 INFO STEP 131 (remove_files) COMPLETE |
4295 | 2024-08-23T21:51:09.894Z | [ recovery-image] Aug 23 21:51:09.272 INFO O| Aug 23 21:51:09.272 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-08-23T21:51:09.900Z | [ recovery-image] Aug 23 21:51:09.282 INFO O| Aug 23 21:51:09.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4297 | 2024-08-23T21:51:09.902Z | [ recovery-image] Aug 23 21:51:09.282 INFO O| Aug 23 21:51:09.282 INFO STEP 132 (remove_files) COMPLETE |
4298 | 2024-08-23T21:51:09.902Z | [ recovery-image] Aug 23 21:51:09.282 INFO O| Aug 23 21:51:09.282 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-08-23T21:51:09.911Z | [ recovery-image] Aug 23 21:51:09.293 INFO O| Aug 23 21:51:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4300 | 2024-08-23T21:51:09.911Z | [ recovery-image] Aug 23 21:51:09.293 INFO O| Aug 23 21:51:09.293 INFO STEP 133 (remove_files) COMPLETE |
4301 | 2024-08-23T21:51:09.912Z | [ recovery-image] Aug 23 21:51:09.293 INFO O| Aug 23 21:51:09.293 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-08-23T21:51:09.922Z | [ recovery-image] Aug 23 21:51:09.303 INFO O| Aug 23 21:51:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4303 | 2024-08-23T21:51:09.922Z | [ recovery-image] Aug 23 21:51:09.303 INFO O| Aug 23 21:51:09.303 INFO STEP 134 (remove_files) COMPLETE |
4304 | 2024-08-23T21:51:09.924Z | [ recovery-image] Aug 23 21:51:09.303 INFO O| Aug 23 21:51:09.303 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-08-23T21:51:09.931Z | [ recovery-image] Aug 23 21:51:09.313 INFO O| Aug 23 21:51:09.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4306 | 2024-08-23T21:51:09.933Z | [ recovery-image] Aug 23 21:51:09.313 INFO O| Aug 23 21:51:09.313 INFO STEP 135 (remove_files) COMPLETE |
4307 | 2024-08-23T21:51:09.933Z | [ recovery-image] Aug 23 21:51:09.313 INFO O| Aug 23 21:51:09.313 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-08-23T21:51:09.942Z | [ recovery-image] Aug 23 21:51:09.324 INFO O| Aug 23 21:51:09.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4309 | 2024-08-23T21:51:09.942Z | [ recovery-image] Aug 23 21:51:09.324 INFO O| Aug 23 21:51:09.324 INFO STEP 136 (remove_files) COMPLETE |
4310 | 2024-08-23T21:51:09.942Z | [ recovery-image] Aug 23 21:51:09.324 INFO O| Aug 23 21:51:09.324 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-08-23T21:51:09.952Z | [ recovery-image] Aug 23 21:51:09.334 INFO O| Aug 23 21:51:09.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4312 | 2024-08-23T21:51:09.952Z | [ recovery-image] Aug 23 21:51:09.334 INFO O| Aug 23 21:51:09.334 INFO STEP 137 (remove_files) COMPLETE |
4313 | 2024-08-23T21:51:09.952Z | [ recovery-image] Aug 23 21:51:09.334 INFO O| Aug 23 21:51:09.334 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-08-23T21:51:09.961Z | [ recovery-image] Aug 23 21:51:09.343 INFO O| Aug 23 21:51:09.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4315 | 2024-08-23T21:51:09.964Z | [ recovery-image] Aug 23 21:51:09.344 INFO O| Aug 23 21:51:09.344 INFO STEP 138 (remove_files) COMPLETE |
4316 | 2024-08-23T21:51:09.964Z | [ recovery-image] Aug 23 21:51:09.344 INFO O| Aug 23 21:51:09.344 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-08-23T21:51:09.972Z | [ recovery-image] Aug 23 21:51:09.354 INFO O| Aug 23 21:51:09.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4318 | 2024-08-23T21:51:09.974Z | [ recovery-image] Aug 23 21:51:09.354 INFO O| Aug 23 21:51:09.354 INFO STEP 139 (remove_files) COMPLETE |
4319 | 2024-08-23T21:51:09.974Z | [ recovery-image] Aug 23 21:51:09.354 INFO O| Aug 23 21:51:09.354 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-08-23T21:51:09.981Z | [ recovery-image] Aug 23 21:51:09.363 INFO O| Aug 23 21:51:09.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4321 | 2024-08-23T21:51:09.984Z | [ recovery-image] Aug 23 21:51:09.363 INFO O| Aug 23 21:51:09.363 INFO STEP 140 (remove_files) COMPLETE |
4322 | 2024-08-23T21:51:09.984Z | [ recovery-image] Aug 23 21:51:09.363 INFO O| Aug 23 21:51:09.363 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-08-23T21:51:09.991Z | [ recovery-image] Aug 23 21:51:09.373 INFO O| Aug 23 21:51:09.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4324 | 2024-08-23T21:51:09.991Z | [ recovery-image] Aug 23 21:51:09.373 INFO O| Aug 23 21:51:09.373 INFO STEP 141 (remove_files) COMPLETE |
4325 | 2024-08-23T21:51:09.991Z | [ recovery-image] Aug 23 21:51:09.373 INFO O| Aug 23 21:51:09.373 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-08-23T21:51:10.002Z | [ recovery-image] Aug 23 21:51:09.384 INFO O| Aug 23 21:51:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4327 | 2024-08-23T21:51:10.002Z | [ recovery-image] Aug 23 21:51:09.384 INFO O| Aug 23 21:51:09.384 INFO STEP 142 (remove_files) COMPLETE |
4328 | 2024-08-23T21:51:10.002Z | [ recovery-image] Aug 23 21:51:09.384 INFO O| Aug 23 21:51:09.384 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-08-23T21:51:10.011Z | [ recovery-image] Aug 23 21:51:09.393 INFO O| Aug 23 21:51:09.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4330 | 2024-08-23T21:51:10.013Z | [ recovery-image] Aug 23 21:51:09.393 INFO O| Aug 23 21:51:09.393 INFO STEP 143 (remove_files) COMPLETE |
4331 | 2024-08-23T21:51:10.013Z | [ recovery-image] Aug 23 21:51:09.393 INFO O| Aug 23 21:51:09.393 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-08-23T21:51:10.020Z | [ recovery-image] Aug 23 21:51:09.402 INFO O| Aug 23 21:51:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4333 | 2024-08-23T21:51:10.023Z | [ recovery-image] Aug 23 21:51:09.402 INFO O| Aug 23 21:51:09.402 INFO STEP 144 (remove_files) COMPLETE |
4334 | 2024-08-23T21:51:10.023Z | [ recovery-image] Aug 23 21:51:09.402 INFO O| Aug 23 21:51:09.402 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-08-23T21:51:10.031Z | [ recovery-image] Aug 23 21:51:09.413 INFO O| Aug 23 21:51:09.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4336 | 2024-08-23T21:51:10.031Z | [ recovery-image] Aug 23 21:51:09.413 INFO O| Aug 23 21:51:09.413 INFO STEP 145 (remove_files) COMPLETE |
4337 | 2024-08-23T21:51:10.034Z | [ recovery-image] Aug 23 21:51:09.413 INFO O| Aug 23 21:51:09.413 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-08-23T21:51:10.043Z | [ recovery-image] Aug 23 21:51:09.425 INFO O| Aug 23 21:51:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4339 | 2024-08-23T21:51:10.043Z | [ recovery-image] Aug 23 21:51:09.425 INFO O| Aug 23 21:51:09.425 INFO STEP 146 (remove_files) COMPLETE |
4340 | 2024-08-23T21:51:10.045Z | [ recovery-image] Aug 23 21:51:09.425 INFO O| Aug 23 21:51:09.425 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-08-23T21:51:10.054Z | [ recovery-image] Aug 23 21:51:09.435 INFO O| Aug 23 21:51:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4342 | 2024-08-23T21:51:10.054Z | [ recovery-image] Aug 23 21:51:09.436 INFO O| Aug 23 21:51:09.436 INFO STEP 147 (remove_files) COMPLETE |
4343 | 2024-08-23T21:51:10.057Z | [ recovery-image] Aug 23 21:51:09.436 INFO O| Aug 23 21:51:09.436 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-08-23T21:51:10.065Z | [ recovery-image] Aug 23 21:51:09.446 INFO O| Aug 23 21:51:09.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4345 | 2024-08-23T21:51:10.065Z | [ recovery-image] Aug 23 21:51:09.446 INFO O| Aug 23 21:51:09.446 INFO STEP 148 (remove_files) COMPLETE |
4346 | 2024-08-23T21:51:10.067Z | [ recovery-image] Aug 23 21:51:09.446 INFO O| Aug 23 21:51:09.446 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-08-23T21:51:10.077Z | [ recovery-image] Aug 23 21:51:09.458 INFO O| Aug 23 21:51:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4348 | 2024-08-23T21:51:10.077Z | [ recovery-image] Aug 23 21:51:09.459 INFO O| Aug 23 21:51:09.458 INFO STEP 149 (remove_files) COMPLETE |
4349 | 2024-08-23T21:51:10.079Z | [ recovery-image] Aug 23 21:51:09.459 INFO O| Aug 23 21:51:09.459 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-08-23T21:51:10.087Z | [ recovery-image] Aug 23 21:51:09.469 INFO O| Aug 23 21:51:09.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4351 | 2024-08-23T21:51:10.088Z | [ recovery-image] Aug 23 21:51:09.469 INFO O| Aug 23 21:51:09.469 INFO STEP 150 (remove_files) COMPLETE |
4352 | 2024-08-23T21:51:10.090Z | [ recovery-image] Aug 23 21:51:09.469 INFO O| Aug 23 21:51:09.469 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-08-23T21:51:10.097Z | [ recovery-image] Aug 23 21:51:09.479 INFO O| Aug 23 21:51:09.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4354 | 2024-08-23T21:51:10.097Z | [ recovery-image] Aug 23 21:51:09.479 INFO O| Aug 23 21:51:09.479 INFO STEP 151 (remove_files) COMPLETE |
4355 | 2024-08-23T21:51:10.099Z | [ recovery-image] Aug 23 21:51:09.479 INFO O| Aug 23 21:51:09.479 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-08-23T21:51:10.107Z | [ recovery-image] Aug 23 21:51:09.489 INFO O| Aug 23 21:51:09.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4357 | 2024-08-23T21:51:10.110Z | [ recovery-image] Aug 23 21:51:09.490 INFO O| Aug 23 21:51:09.490 INFO STEP 152 (remove_files) COMPLETE |
4358 | 2024-08-23T21:51:10.110Z | [ recovery-image] Aug 23 21:51:09.490 INFO O| Aug 23 21:51:09.490 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-08-23T21:51:10.119Z | [ recovery-image] Aug 23 21:51:09.500 INFO O| Aug 23 21:51:09.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4360 | 2024-08-23T21:51:10.119Z | [ recovery-image] Aug 23 21:51:09.500 INFO O| Aug 23 21:51:09.500 INFO STEP 153 (remove_files) COMPLETE |
4361 | 2024-08-23T21:51:10.121Z | [ recovery-image] Aug 23 21:51:09.500 INFO O| Aug 23 21:51:09.500 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-08-23T21:51:10.129Z | [ recovery-image] Aug 23 21:51:09.511 INFO O| Aug 23 21:51:09.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4363 | 2024-08-23T21:51:10.129Z | [ recovery-image] Aug 23 21:51:09.511 INFO O| Aug 23 21:51:09.511 INFO STEP 154 (remove_files) COMPLETE |
4364 | 2024-08-23T21:51:10.129Z | [ recovery-image] Aug 23 21:51:09.511 INFO O| Aug 23 21:51:09.511 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-08-23T21:51:10.141Z | [ recovery-image] Aug 23 21:51:09.522 INFO O| Aug 23 21:51:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4366 | 2024-08-23T21:51:10.141Z | [ recovery-image] Aug 23 21:51:09.522 INFO O| Aug 23 21:51:09.522 INFO STEP 155 (remove_files) COMPLETE |
4367 | 2024-08-23T21:51:10.143Z | [ recovery-image] Aug 23 21:51:09.522 INFO O| Aug 23 21:51:09.522 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-08-23T21:51:10.150Z | [ recovery-image] Aug 23 21:51:09.532 INFO O| Aug 23 21:51:09.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4369 | 2024-08-23T21:51:10.150Z | [ recovery-image] Aug 23 21:51:09.532 INFO O| Aug 23 21:51:09.532 INFO STEP 156 (remove_files) COMPLETE |
4370 | 2024-08-23T21:51:10.153Z | [ recovery-image] Aug 23 21:51:09.532 INFO O| Aug 23 21:51:09.532 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-08-23T21:51:10.160Z | [ recovery-image] Aug 23 21:51:09.542 INFO O| Aug 23 21:51:09.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4372 | 2024-08-23T21:51:10.160Z | [ recovery-image] Aug 23 21:51:09.542 INFO O| Aug 23 21:51:09.542 INFO STEP 157 (remove_files) COMPLETE |
4373 | 2024-08-23T21:51:10.163Z | [ recovery-image] Aug 23 21:51:09.542 INFO O| Aug 23 21:51:09.542 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-08-23T21:51:10.172Z | [ recovery-image] Aug 23 21:51:09.553 INFO O| Aug 23 21:51:09.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4375 | 2024-08-23T21:51:10.174Z | [ recovery-image] Aug 23 21:51:09.553 INFO O| Aug 23 21:51:09.553 INFO STEP 158 (remove_files) COMPLETE |
4376 | 2024-08-23T21:51:10.174Z | [ recovery-image] Aug 23 21:51:09.553 INFO O| Aug 23 21:51:09.553 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-08-23T21:51:10.182Z | [ recovery-image] Aug 23 21:51:09.563 INFO O| Aug 23 21:51:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4378 | 2024-08-23T21:51:10.182Z | [ recovery-image] Aug 23 21:51:09.563 INFO O| Aug 23 21:51:09.563 INFO STEP 159 (remove_files) COMPLETE |
4379 | 2024-08-23T21:51:10.182Z | [ recovery-image] Aug 23 21:51:09.563 INFO O| Aug 23 21:51:09.563 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-08-23T21:51:10.191Z | [ recovery-image] Aug 23 21:51:09.573 INFO O| Aug 23 21:51:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4381 | 2024-08-23T21:51:10.191Z | [ recovery-image] Aug 23 21:51:09.573 INFO O| Aug 23 21:51:09.573 INFO STEP 160 (remove_files) COMPLETE |
4382 | 2024-08-23T21:51:10.194Z | [ recovery-image] Aug 23 21:51:09.573 INFO O| Aug 23 21:51:09.573 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-08-23T21:51:10.202Z | [ recovery-image] Aug 23 21:51:09.584 INFO O| Aug 23 21:51:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4384 | 2024-08-23T21:51:10.205Z | [ recovery-image] Aug 23 21:51:09.584 INFO O| Aug 23 21:51:09.584 INFO STEP 161 (remove_files) COMPLETE |
4385 | 2024-08-23T21:51:10.205Z | [ recovery-image] Aug 23 21:51:09.584 INFO O| Aug 23 21:51:09.584 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-08-23T21:51:10.212Z | [ recovery-image] Aug 23 21:51:09.594 INFO O| Aug 23 21:51:09.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4387 | 2024-08-23T21:51:10.212Z | [ recovery-image] Aug 23 21:51:09.594 INFO O| Aug 23 21:51:09.594 INFO STEP 162 (remove_files) COMPLETE |
4388 | 2024-08-23T21:51:10.215Z | [ recovery-image] Aug 23 21:51:09.594 INFO O| Aug 23 21:51:09.594 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-08-23T21:51:10.222Z | [ recovery-image] Aug 23 21:51:09.603 INFO O| Aug 23 21:51:09.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4390 | 2024-08-23T21:51:10.222Z | [ recovery-image] Aug 23 21:51:09.603 INFO O| Aug 23 21:51:09.603 INFO STEP 163 (remove_files) COMPLETE |
4391 | 2024-08-23T21:51:10.222Z | [ recovery-image] Aug 23 21:51:09.603 INFO O| Aug 23 21:51:09.603 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-08-23T21:51:10.233Z | [ recovery-image] Aug 23 21:51:09.615 INFO O| Aug 23 21:51:09.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4393 | 2024-08-23T21:51:10.233Z | [ recovery-image] Aug 23 21:51:09.615 INFO O| Aug 23 21:51:09.615 INFO STEP 164 (remove_files) COMPLETE |
4394 | 2024-08-23T21:51:10.235Z | [ recovery-image] Aug 23 21:51:09.615 INFO O| Aug 23 21:51:09.615 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-08-23T21:51:10.243Z | [ recovery-image] Aug 23 21:51:09.624 INFO O| Aug 23 21:51:09.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4396 | 2024-08-23T21:51:10.243Z | [ recovery-image] Aug 23 21:51:09.624 INFO O| Aug 23 21:51:09.624 INFO STEP 165 (remove_files) COMPLETE |
4397 | 2024-08-23T21:51:10.245Z | [ recovery-image] Aug 23 21:51:09.624 INFO O| Aug 23 21:51:09.624 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-23T21:51:10.252Z | [ recovery-image] Aug 23 21:51:09.634 INFO O| Aug 23 21:51:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4399 | 2024-08-23T21:51:10.254Z | [ recovery-image] Aug 23 21:51:09.635 INFO O| Aug 23 21:51:09.635 INFO STEP 166 (remove_files) COMPLETE |
4400 | 2024-08-23T21:51:10.254Z | [ recovery-image] Aug 23 21:51:09.635 INFO O| Aug 23 21:51:09.635 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-23T21:51:10.263Z | [ recovery-image] Aug 23 21:51:09.644 INFO O| Aug 23 21:51:09.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4402 | 2024-08-23T21:51:10.263Z | [ recovery-image] Aug 23 21:51:09.644 INFO O| Aug 23 21:51:09.644 INFO STEP 167 (remove_files) COMPLETE |
4403 | 2024-08-23T21:51:10.265Z | [ recovery-image] Aug 23 21:51:09.644 INFO O| Aug 23 21:51:09.644 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-23T21:51:10.272Z | [ recovery-image] Aug 23 21:51:09.654 INFO O| Aug 23 21:51:09.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4405 | 2024-08-23T21:51:10.272Z | [ recovery-image] Aug 23 21:51:09.654 INFO O| Aug 23 21:51:09.654 INFO STEP 168 (remove_files) COMPLETE |
4406 | 2024-08-23T21:51:10.272Z | [ recovery-image] Aug 23 21:51:09.654 INFO O| Aug 23 21:51:09.654 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-23T21:51:10.283Z | [ recovery-image] Aug 23 21:51:09.665 INFO O| Aug 23 21:51:09.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4408 | 2024-08-23T21:51:10.283Z | [ recovery-image] Aug 23 21:51:09.665 INFO O| Aug 23 21:51:09.665 INFO STEP 169 (remove_files) COMPLETE |
4409 | 2024-08-23T21:51:10.283Z | [ recovery-image] Aug 23 21:51:09.665 INFO O| Aug 23 21:51:09.665 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-08-23T21:51:10.293Z | [ recovery-image] Aug 23 21:51:09.675 INFO O| Aug 23 21:51:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4411 | 2024-08-23T21:51:10.295Z | [ recovery-image] Aug 23 21:51:09.675 INFO O| Aug 23 21:51:09.675 INFO STEP 170 (remove_files) COMPLETE |
4412 | 2024-08-23T21:51:10.295Z | [ recovery-image] Aug 23 21:51:09.675 INFO O| Aug 23 21:51:09.675 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-08-23T21:51:10.302Z | [ recovery-image] Aug 23 21:51:09.684 INFO O| Aug 23 21:51:09.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4414 | 2024-08-23T21:51:10.302Z | [ recovery-image] Aug 23 21:51:09.684 INFO O| Aug 23 21:51:09.684 INFO STEP 171 (remove_files) COMPLETE |
4415 | 2024-08-23T21:51:10.305Z | [ recovery-image] Aug 23 21:51:09.684 INFO O| Aug 23 21:51:09.684 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-23T21:51:10.312Z | [ recovery-image] Aug 23 21:51:09.694 INFO O| Aug 23 21:51:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4417 | 2024-08-23T21:51:10.312Z | [ recovery-image] Aug 23 21:51:09.694 INFO O| Aug 23 21:51:09.694 INFO STEP 172 (remove_files) COMPLETE |
4418 | 2024-08-23T21:51:10.314Z | [ recovery-image] Aug 23 21:51:09.694 INFO O| Aug 23 21:51:09.694 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-08-23T21:51:10.321Z | [ recovery-image] Aug 23 21:51:09.703 INFO O| Aug 23 21:51:09.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4420 | 2024-08-23T21:51:10.321Z | [ recovery-image] Aug 23 21:51:09.703 INFO O| Aug 23 21:51:09.703 INFO STEP 173 (remove_files) COMPLETE |
4421 | 2024-08-23T21:51:10.324Z | [ recovery-image] Aug 23 21:51:09.703 INFO O| Aug 23 21:51:09.703 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-08-23T21:51:10.331Z | [ recovery-image] Aug 23 21:51:09.713 INFO O| Aug 23 21:51:09.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4423 | 2024-08-23T21:51:10.331Z | [ recovery-image] Aug 23 21:51:09.713 INFO O| Aug 23 21:51:09.713 INFO STEP 174 (remove_files) COMPLETE |
4424 | 2024-08-23T21:51:10.333Z | [ recovery-image] Aug 23 21:51:09.713 INFO O| Aug 23 21:51:09.713 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-08-23T21:51:10.341Z | [ recovery-image] Aug 23 21:51:09.722 INFO O| Aug 23 21:51:09.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4426 | 2024-08-23T21:51:10.341Z | [ recovery-image] Aug 23 21:51:09.722 INFO O| Aug 23 21:51:09.722 INFO STEP 175 (remove_files) COMPLETE |
4427 | 2024-08-23T21:51:10.343Z | [ recovery-image] Aug 23 21:51:09.722 INFO O| Aug 23 21:51:09.722 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-08-23T21:51:10.350Z | [ recovery-image] Aug 23 21:51:09.732 INFO O| Aug 23 21:51:09.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4429 | 2024-08-23T21:51:10.350Z | [ recovery-image] Aug 23 21:51:09.732 INFO O| Aug 23 21:51:09.732 INFO STEP 176 (remove_files) COMPLETE |
4430 | 2024-08-23T21:51:10.350Z | [ recovery-image] Aug 23 21:51:09.732 INFO O| Aug 23 21:51:09.732 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-08-23T21:51:10.360Z | [ recovery-image] Aug 23 21:51:09.741 INFO O| Aug 23 21:51:09.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4432 | 2024-08-23T21:51:10.360Z | [ recovery-image] Aug 23 21:51:09.741 INFO O| Aug 23 21:51:09.741 INFO STEP 177 (remove_files) COMPLETE |
4433 | 2024-08-23T21:51:10.360Z | [ recovery-image] Aug 23 21:51:09.741 INFO O| Aug 23 21:51:09.741 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-08-23T21:51:10.369Z | [ recovery-image] Aug 23 21:51:09.751 INFO O| Aug 23 21:51:09.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4435 | 2024-08-23T21:51:10.369Z | [ recovery-image] Aug 23 21:51:09.751 INFO O| Aug 23 21:51:09.751 INFO STEP 178 (remove_files) COMPLETE |
4436 | 2024-08-23T21:51:10.372Z | [ recovery-image] Aug 23 21:51:09.751 INFO O| Aug 23 21:51:09.751 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-23T21:51:10.378Z | [ recovery-image] Aug 23 21:51:09.760 INFO O| Aug 23 21:51:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4438 | 2024-08-23T21:51:10.381Z | [ recovery-image] Aug 23 21:51:09.760 INFO O| Aug 23 21:51:09.760 INFO STEP 179 (remove_files) COMPLETE |
4439 | 2024-08-23T21:51:10.381Z | [ recovery-image] Aug 23 21:51:09.760 INFO O| Aug 23 21:51:09.760 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-23T21:51:10.390Z | [ recovery-image] Aug 23 21:51:09.772 INFO O| Aug 23 21:51:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4441 | 2024-08-23T21:51:10.390Z | [ recovery-image] Aug 23 21:51:09.772 INFO O| Aug 23 21:51:09.772 INFO STEP 180 (remove_files) COMPLETE |
4442 | 2024-08-23T21:51:10.390Z | [ recovery-image] Aug 23 21:51:09.772 INFO O| Aug 23 21:51:09.772 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-23T21:51:10.400Z | [ recovery-image] Aug 23 21:51:09.782 INFO O| Aug 23 21:51:09.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4444 | 2024-08-23T21:51:10.400Z | [ recovery-image] Aug 23 21:51:09.782 INFO O| Aug 23 21:51:09.782 INFO STEP 181 (remove_files) COMPLETE |
4445 | 2024-08-23T21:51:10.402Z | [ recovery-image] Aug 23 21:51:09.782 INFO O| Aug 23 21:51:09.782 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-23T21:51:10.411Z | [ recovery-image] Aug 23 21:51:09.793 INFO O| Aug 23 21:51:09.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4447 | 2024-08-23T21:51:10.411Z | [ recovery-image] Aug 23 21:51:09.793 INFO O| Aug 23 21:51:09.793 INFO STEP 182 (remove_files) COMPLETE |
4448 | 2024-08-23T21:51:10.413Z | [ recovery-image] Aug 23 21:51:09.793 INFO O| Aug 23 21:51:09.793 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-23T21:51:10.422Z | [ recovery-image] Aug 23 21:51:09.804 INFO O| Aug 23 21:51:09.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4450 | 2024-08-23T21:51:10.424Z | [ recovery-image] Aug 23 21:51:09.804 INFO O| Aug 23 21:51:09.804 INFO STEP 183 (remove_files) COMPLETE |
4451 | 2024-08-23T21:51:10.424Z | [ recovery-image] Aug 23 21:51:09.805 INFO O| Aug 23 21:51:09.804 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-23T21:51:10.433Z | [ recovery-image] Aug 23 21:51:09.814 INFO O| Aug 23 21:51:09.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4453 | 2024-08-23T21:51:10.433Z | [ recovery-image] Aug 23 21:51:09.814 INFO O| Aug 23 21:51:09.814 INFO STEP 184 (remove_files) COMPLETE |
4454 | 2024-08-23T21:51:10.433Z | [ recovery-image] Aug 23 21:51:09.814 INFO O| Aug 23 21:51:09.814 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-23T21:51:10.444Z | [ recovery-image] Aug 23 21:51:09.825 INFO O| Aug 23 21:51:09.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4456 | 2024-08-23T21:51:10.444Z | [ recovery-image] Aug 23 21:51:09.825 INFO O| Aug 23 21:51:09.825 INFO STEP 185 (remove_files) COMPLETE |
4457 | 2024-08-23T21:51:10.444Z | [ recovery-image] Aug 23 21:51:09.825 INFO O| Aug 23 21:51:09.825 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-23T21:51:10.455Z | [ recovery-image] Aug 23 21:51:09.837 INFO O| Aug 23 21:51:09.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4459 | 2024-08-23T21:51:10.455Z | [ recovery-image] Aug 23 21:51:09.837 INFO O| Aug 23 21:51:09.837 INFO STEP 186 (remove_files) COMPLETE |
4460 | 2024-08-23T21:51:10.455Z | [ recovery-image] Aug 23 21:51:09.837 INFO O| Aug 23 21:51:09.837 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-23T21:51:10.467Z | [ recovery-image] Aug 23 21:51:09.848 INFO O| Aug 23 21:51:09.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4462 | 2024-08-23T21:51:10.467Z | [ recovery-image] Aug 23 21:51:09.848 INFO O| Aug 23 21:51:09.848 INFO STEP 187 (remove_files) COMPLETE |
4463 | 2024-08-23T21:51:10.467Z | [ recovery-image] Aug 23 21:51:09.848 INFO O| Aug 23 21:51:09.848 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-23T21:51:10.477Z | [ recovery-image] Aug 23 21:51:09.858 INFO O| Aug 23 21:51:09.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4465 | 2024-08-23T21:51:10.479Z | [ recovery-image] Aug 23 21:51:09.858 INFO O| Aug 23 21:51:09.858 INFO STEP 188 (remove_files) COMPLETE |
4466 | 2024-08-23T21:51:10.479Z | [ recovery-image] Aug 23 21:51:09.858 INFO O| Aug 23 21:51:09.858 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-23T21:51:10.489Z | [ recovery-image] Aug 23 21:51:09.870 INFO O| Aug 23 21:51:09.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4468 | 2024-08-23T21:51:10.491Z | [ recovery-image] Aug 23 21:51:09.870 INFO O| Aug 23 21:51:09.870 INFO STEP 189 (remove_files) COMPLETE |
4469 | 2024-08-23T21:51:10.491Z | [ recovery-image] Aug 23 21:51:09.870 INFO O| Aug 23 21:51:09.870 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-08-23T21:51:10.499Z | [ recovery-image] Aug 23 21:51:09.881 INFO O| Aug 23 21:51:09.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4471 | 2024-08-23T21:51:10.502Z | [ recovery-image] Aug 23 21:51:09.881 INFO O| Aug 23 21:51:09.881 INFO STEP 190 (remove_files) COMPLETE |
4472 | 2024-08-23T21:51:10.502Z | [ recovery-image] Aug 23 21:51:09.881 INFO O| Aug 23 21:51:09.881 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-08-23T21:51:10.510Z | [ recovery-image] Aug 23 21:51:09.892 INFO O| Aug 23 21:51:09.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4474 | 2024-08-23T21:51:10.510Z | [ recovery-image] Aug 23 21:51:09.892 INFO O| Aug 23 21:51:09.892 INFO STEP 191 (remove_files) COMPLETE |
4475 | 2024-08-23T21:51:10.510Z | [ recovery-image] Aug 23 21:51:09.892 INFO O| Aug 23 21:51:09.892 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-08-23T21:51:10.522Z | [ recovery-image] Aug 23 21:51:09.903 INFO O| Aug 23 21:51:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4477 | 2024-08-23T21:51:10.522Z | [ recovery-image] Aug 23 21:51:09.903 INFO O| Aug 23 21:51:09.903 INFO STEP 192 (remove_files) COMPLETE |
4478 | 2024-08-23T21:51:10.524Z | [ recovery-image] Aug 23 21:51:09.903 INFO O| Aug 23 21:51:09.903 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-08-23T21:51:10.532Z | [ recovery-image] Aug 23 21:51:09.914 INFO O| Aug 23 21:51:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4480 | 2024-08-23T21:51:10.534Z | [ recovery-image] Aug 23 21:51:09.914 INFO O| Aug 23 21:51:09.914 INFO STEP 193 (remove_files) COMPLETE |
4481 | 2024-08-23T21:51:10.534Z | [ recovery-image] Aug 23 21:51:09.914 INFO O| Aug 23 21:51:09.914 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-08-23T21:51:10.542Z | [ recovery-image] Aug 23 21:51:09.924 INFO O| Aug 23 21:51:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4483 | 2024-08-23T21:51:10.542Z | [ recovery-image] Aug 23 21:51:09.924 INFO O| Aug 23 21:51:09.924 INFO STEP 194 (remove_files) COMPLETE |
4484 | 2024-08-23T21:51:10.544Z | [ recovery-image] Aug 23 21:51:09.924 INFO O| Aug 23 21:51:09.924 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-08-23T21:51:10.554Z | [ recovery-image] Aug 23 21:51:09.935 INFO O| Aug 23 21:51:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4486 | 2024-08-23T21:51:10.554Z | [ recovery-image] Aug 23 21:51:09.935 INFO O| Aug 23 21:51:09.935 INFO STEP 195 (remove_files) COMPLETE |
4487 | 2024-08-23T21:51:10.554Z | [ recovery-image] Aug 23 21:51:09.935 INFO O| Aug 23 21:51:09.935 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-23T21:51:10.564Z | [ recovery-image] Aug 23 21:51:09.945 INFO O| Aug 23 21:51:09.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4489 | 2024-08-23T21:51:10.564Z | [ recovery-image] Aug 23 21:51:09.945 INFO O| Aug 23 21:51:09.945 INFO STEP 196 (remove_files) COMPLETE |
4490 | 2024-08-23T21:51:10.564Z | [ recovery-image] Aug 23 21:51:09.945 INFO O| Aug 23 21:51:09.945 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-23T21:51:10.573Z | [ recovery-image] Aug 23 21:51:09.955 INFO O| Aug 23 21:51:09.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4492 | 2024-08-23T21:51:10.576Z | [ recovery-image] Aug 23 21:51:09.955 INFO O| Aug 23 21:51:09.955 INFO STEP 197 (remove_files) COMPLETE |
4493 | 2024-08-23T21:51:10.576Z | [ recovery-image] Aug 23 21:51:09.955 INFO O| Aug 23 21:51:09.955 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-08-23T21:51:10.585Z | [ recovery-image] Aug 23 21:51:09.967 INFO O| Aug 23 21:51:09.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4495 | 2024-08-23T21:51:10.585Z | [ recovery-image] Aug 23 21:51:09.967 INFO O| Aug 23 21:51:09.967 INFO STEP 198 (remove_files) COMPLETE |
4496 | 2024-08-23T21:51:10.587Z | [ recovery-image] Aug 23 21:51:09.967 INFO O| Aug 23 21:51:09.967 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-08-23T21:51:10.596Z | [ recovery-image] Aug 23 21:51:09.978 INFO O| Aug 23 21:51:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4498 | 2024-08-23T21:51:10.596Z | [ recovery-image] Aug 23 21:51:09.978 INFO O| Aug 23 21:51:09.978 INFO STEP 199 (remove_files) COMPLETE |
4499 | 2024-08-23T21:51:10.599Z | [ recovery-image] Aug 23 21:51:09.978 INFO O| Aug 23 21:51:09.978 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-23T21:51:10.607Z | [ recovery-image] Aug 23 21:51:09.988 INFO O| Aug 23 21:51:09.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4501 | 2024-08-23T21:51:10.609Z | [ recovery-image] Aug 23 21:51:09.988 INFO O| Aug 23 21:51:09.988 INFO STEP 200 (remove_files) COMPLETE |
4502 | 2024-08-23T21:51:10.609Z | [ recovery-image] Aug 23 21:51:09.988 INFO O| Aug 23 21:51:09.988 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-23T21:51:10.616Z | [ recovery-image] Aug 23 21:51:09.998 INFO O| Aug 23 21:51:09.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4504 | 2024-08-23T21:51:10.619Z | [ recovery-image] Aug 23 21:51:09.998 INFO O| Aug 23 21:51:09.998 INFO STEP 201 (remove_files) COMPLETE |
4505 | 2024-08-23T21:51:10.619Z | [ recovery-image] Aug 23 21:51:09.998 INFO O| Aug 23 21:51:09.998 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-23T21:51:10.628Z | [ recovery-image] Aug 23 21:51:10.010 INFO O| Aug 23 21:51:10.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4507 | 2024-08-23T21:51:10.631Z | [ recovery-image] Aug 23 21:51:10.010 INFO O| Aug 23 21:51:10.010 INFO STEP 202 (remove_files) COMPLETE |
4508 | 2024-08-23T21:51:10.631Z | [ recovery-image] Aug 23 21:51:10.010 INFO O| Aug 23 21:51:10.010 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-23T21:51:10.638Z | [ recovery-image] Aug 23 21:51:10.020 INFO O| Aug 23 21:51:10.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4510 | 2024-08-23T21:51:10.638Z | [ recovery-image] Aug 23 21:51:10.020 INFO O| Aug 23 21:51:10.020 INFO STEP 203 (remove_files) COMPLETE |
4511 | 2024-08-23T21:51:10.641Z | [ recovery-image] Aug 23 21:51:10.020 INFO O| Aug 23 21:51:10.020 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-23T21:51:10.649Z | [ recovery-image] Aug 23 21:51:10.031 INFO O| Aug 23 21:51:10.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4513 | 2024-08-23T21:51:10.649Z | [ recovery-image] Aug 23 21:51:10.031 INFO O| Aug 23 21:51:10.031 INFO STEP 204 (remove_files) COMPLETE |
4514 | 2024-08-23T21:51:10.651Z | [ recovery-image] Aug 23 21:51:10.031 INFO O| Aug 23 21:51:10.031 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-23T21:51:10.660Z | [ recovery-image] Aug 23 21:51:10.041 INFO O| Aug 23 21:51:10.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4516 | 2024-08-23T21:51:10.660Z | [ recovery-image] Aug 23 21:51:10.041 INFO O| Aug 23 21:51:10.041 INFO STEP 205 (remove_files) COMPLETE |
4517 | 2024-08-23T21:51:10.662Z | [ recovery-image] Aug 23 21:51:10.041 INFO O| Aug 23 21:51:10.041 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-23T21:51:10.670Z | [ recovery-image] Aug 23 21:51:10.051 INFO O| Aug 23 21:51:10.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4519 | 2024-08-23T21:51:10.670Z | [ recovery-image] Aug 23 21:51:10.051 INFO O| Aug 23 21:51:10.051 INFO STEP 206 (remove_files) COMPLETE |
4520 | 2024-08-23T21:51:10.670Z | [ recovery-image] Aug 23 21:51:10.051 INFO O| Aug 23 21:51:10.051 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-23T21:51:10.674Z | [ host-image] Aug 23 21:51:10.056 INFO O| Aug 23 21:51:10.056 INFO O| Planning: Solver setup ... Done |
4522 | 2024-08-23T21:51:10.678Z | [ host-image] Aug 23 21:51:10.060 INFO O| Aug 23 21:51:10.060 INFO O| Planning: Running solver ... Done |
4523 | 2024-08-23T21:51:10.680Z | [ recovery-image] Aug 23 21:51:10.061 INFO O| Aug 23 21:51:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4524 | 2024-08-23T21:51:10.680Z | [ recovery-image] Aug 23 21:51:10.061 INFO O| Aug 23 21:51:10.061 INFO STEP 207 (remove_files) COMPLETE |
4525 | 2024-08-23T21:51:10.680Z | [ recovery-image] Aug 23 21:51:10.061 INFO O| Aug 23 21:51:10.061 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-08-23T21:51:10.691Z | [ recovery-image] Aug 23 21:51:10.072 INFO O| Aug 23 21:51:10.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4527 | 2024-08-23T21:51:10.691Z | [ recovery-image] Aug 23 21:51:10.073 INFO O| Aug 23 21:51:10.072 INFO STEP 208 (remove_files) COMPLETE |
4528 | 2024-08-23T21:51:10.693Z | [ recovery-image] Aug 23 21:51:10.073 INFO O| Aug 23 21:51:10.073 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-08-23T21:51:10.700Z | [ recovery-image] Aug 23 21:51:10.082 INFO O| Aug 23 21:51:10.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4530 | 2024-08-23T21:51:10.700Z | [ recovery-image] Aug 23 21:51:10.082 INFO O| Aug 23 21:51:10.082 INFO STEP 209 (remove_files) COMPLETE |
4531 | 2024-08-23T21:51:10.700Z | [ recovery-image] Aug 23 21:51:10.082 INFO O| Aug 23 21:51:10.082 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-08-23T21:51:10.710Z | [ recovery-image] Aug 23 21:51:10.092 INFO O| Aug 23 21:51:10.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4533 | 2024-08-23T21:51:10.710Z | [ recovery-image] Aug 23 21:51:10.092 INFO O| Aug 23 21:51:10.092 INFO STEP 210 (remove_files) COMPLETE |
4534 | 2024-08-23T21:51:10.710Z | [ recovery-image] Aug 23 21:51:10.092 INFO O| Aug 23 21:51:10.092 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-08-23T21:51:10.717Z | [ host-image] Aug 23 21:51:10.099 INFO O| Aug 23 21:51:10.099 INFO O| Planning: Finding local manifests ... Done |
4536 | 2024-08-23T21:51:10.720Z | [ host-image] Aug 23 21:51:10.100 INFO O| Aug 23 21:51:10.100 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4537 | 2024-08-23T21:51:10.720Z | [ recovery-image] Aug 23 21:51:10.101 INFO O| Aug 23 21:51:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4538 | 2024-08-23T21:51:10.720Z | [ recovery-image] Aug 23 21:51:10.101 INFO O| Aug 23 21:51:10.101 INFO STEP 211 (remove_files) COMPLETE |
4539 | 2024-08-23T21:51:10.720Z | [ recovery-image] Aug 23 21:51:10.101 INFO O| Aug 23 21:51:10.101 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-08-23T21:51:10.729Z | [ recovery-image] Aug 23 21:51:10.111 INFO O| Aug 23 21:51:10.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4541 | 2024-08-23T21:51:10.729Z | [ recovery-image] Aug 23 21:51:10.111 INFO O| Aug 23 21:51:10.111 INFO STEP 212 (remove_files) COMPLETE |
4542 | 2024-08-23T21:51:10.729Z | [ recovery-image] Aug 23 21:51:10.111 INFO O| Aug 23 21:51:10.111 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-08-23T21:51:10.738Z | [ recovery-image] Aug 23 21:51:10.120 INFO O| Aug 23 21:51:10.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4544 | 2024-08-23T21:51:10.741Z | [ recovery-image] Aug 23 21:51:10.120 INFO O| Aug 23 21:51:10.120 INFO STEP 213 (remove_files) COMPLETE |
4545 | 2024-08-23T21:51:10.741Z | [ recovery-image] Aug 23 21:51:10.120 INFO O| Aug 23 21:51:10.120 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-08-23T21:51:10.748Z | [ recovery-image] Aug 23 21:51:10.130 INFO O| Aug 23 21:51:10.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4547 | 2024-08-23T21:51:10.751Z | [ recovery-image] Aug 23 21:51:10.130 INFO O| Aug 23 21:51:10.130 INFO STEP 214 (remove_files) COMPLETE |
4548 | 2024-08-23T21:51:10.751Z | [ recovery-image] Aug 23 21:51:10.130 INFO O| Aug 23 21:51:10.130 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-08-23T21:51:10.759Z | [ recovery-image] Aug 23 21:51:10.140 INFO O| Aug 23 21:51:10.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4550 | 2024-08-23T21:51:10.761Z | [ recovery-image] Aug 23 21:51:10.140 INFO O| Aug 23 21:51:10.140 INFO STEP 215 (remove_files) COMPLETE |
4551 | 2024-08-23T21:51:10.761Z | [ recovery-image] Aug 23 21:51:10.140 INFO O| Aug 23 21:51:10.140 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-08-23T21:51:10.768Z | [ recovery-image] Aug 23 21:51:10.150 INFO O| Aug 23 21:51:10.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4553 | 2024-08-23T21:51:10.768Z | [ recovery-image] Aug 23 21:51:10.150 INFO O| Aug 23 21:51:10.150 INFO STEP 216 (remove_files) COMPLETE |
4554 | 2024-08-23T21:51:10.768Z | [ recovery-image] Aug 23 21:51:10.150 INFO O| Aug 23 21:51:10.150 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-08-23T21:51:10.778Z | [ recovery-image] Aug 23 21:51:10.159 INFO O| Aug 23 21:51:10.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4556 | 2024-08-23T21:51:10.780Z | [ recovery-image] Aug 23 21:51:10.159 INFO O| Aug 23 21:51:10.159 INFO STEP 217 (remove_files) COMPLETE |
4557 | 2024-08-23T21:51:10.780Z | [ recovery-image] Aug 23 21:51:10.159 INFO O| Aug 23 21:51:10.159 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-08-23T21:51:10.787Z | [ recovery-image] Aug 23 21:51:10.169 INFO O| Aug 23 21:51:10.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4559 | 2024-08-23T21:51:10.790Z | [ recovery-image] Aug 23 21:51:10.169 INFO O| Aug 23 21:51:10.169 INFO STEP 218 (remove_files) COMPLETE |
4560 | 2024-08-23T21:51:10.790Z | [ recovery-image] Aug 23 21:51:10.169 INFO O| Aug 23 21:51:10.169 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-08-23T21:51:10.797Z | [ recovery-image] Aug 23 21:51:10.178 INFO O| Aug 23 21:51:10.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4562 | 2024-08-23T21:51:10.799Z | [ recovery-image] Aug 23 21:51:10.179 INFO O| Aug 23 21:51:10.178 INFO STEP 219 (remove_files) COMPLETE |
4563 | 2024-08-23T21:51:10.800Z | [ recovery-image] Aug 23 21:51:10.179 INFO O| Aug 23 21:51:10.179 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-08-23T21:51:10.807Z | [ recovery-image] Aug 23 21:51:10.188 INFO O| Aug 23 21:51:10.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4565 | 2024-08-23T21:51:10.807Z | [ recovery-image] Aug 23 21:51:10.188 INFO O| Aug 23 21:51:10.188 INFO STEP 220 (remove_files) COMPLETE |
4566 | 2024-08-23T21:51:10.807Z | [ recovery-image] Aug 23 21:51:10.188 INFO O| Aug 23 21:51:10.188 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-08-23T21:51:10.816Z | [ recovery-image] Aug 23 21:51:10.197 INFO O| Aug 23 21:51:10.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4568 | 2024-08-23T21:51:10.816Z | [ recovery-image] Aug 23 21:51:10.198 INFO O| Aug 23 21:51:10.198 INFO STEP 221 (remove_files) COMPLETE |
4569 | 2024-08-23T21:51:10.816Z | [ recovery-image] Aug 23 21:51:10.198 INFO O| Aug 23 21:51:10.198 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-08-23T21:51:10.825Z | [ recovery-image] Aug 23 21:51:10.207 INFO O| Aug 23 21:51:10.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4571 | 2024-08-23T21:51:10.825Z | [ recovery-image] Aug 23 21:51:10.207 INFO O| Aug 23 21:51:10.207 INFO STEP 222 (remove_files) COMPLETE |
4572 | 2024-08-23T21:51:10.825Z | [ recovery-image] Aug 23 21:51:10.207 INFO O| Aug 23 21:51:10.207 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-08-23T21:51:10.835Z | [ recovery-image] Aug 23 21:51:10.216 INFO O| Aug 23 21:51:10.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4574 | 2024-08-23T21:51:10.835Z | [ recovery-image] Aug 23 21:51:10.216 INFO O| Aug 23 21:51:10.216 INFO STEP 223 (remove_files) COMPLETE |
4575 | 2024-08-23T21:51:10.835Z | [ recovery-image] Aug 23 21:51:10.216 INFO O| Aug 23 21:51:10.216 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-08-23T21:51:10.844Z | [ recovery-image] Aug 23 21:51:10.226 INFO O| Aug 23 21:51:10.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4577 | 2024-08-23T21:51:10.844Z | [ recovery-image] Aug 23 21:51:10.226 INFO O| Aug 23 21:51:10.226 INFO STEP 224 (remove_files) COMPLETE |
4578 | 2024-08-23T21:51:10.844Z | [ recovery-image] Aug 23 21:51:10.226 INFO O| Aug 23 21:51:10.226 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-08-23T21:51:10.851Z | [ host-image] Aug 23 21:51:10.233 INFO O| Aug 23 21:51:10.233 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4580 | 2024-08-23T21:51:10.854Z | [ recovery-image] Aug 23 21:51:10.235 INFO O| Aug 23 21:51:10.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4581 | 2024-08-23T21:51:10.854Z | [ recovery-image] Aug 23 21:51:10.235 INFO O| Aug 23 21:51:10.235 INFO STEP 225 (remove_files) COMPLETE |
4582 | 2024-08-23T21:51:10.857Z | [ recovery-image] Aug 23 21:51:10.235 INFO O| Aug 23 21:51:10.235 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-08-23T21:51:10.863Z | [ recovery-image] Aug 23 21:51:10.245 INFO O| Aug 23 21:51:10.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4584 | 2024-08-23T21:51:10.863Z | [ recovery-image] Aug 23 21:51:10.245 INFO O| Aug 23 21:51:10.245 INFO STEP 226 (remove_files) COMPLETE |
4585 | 2024-08-23T21:51:10.869Z | [ recovery-image] Aug 23 21:51:10.245 INFO O| Aug 23 21:51:10.245 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-08-23T21:51:10.873Z | [ recovery-image] Aug 23 21:51:10.254 INFO O| Aug 23 21:51:10.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4587 | 2024-08-23T21:51:10.875Z | [ recovery-image] Aug 23 21:51:10.254 INFO O| Aug 23 21:51:10.254 INFO STEP 227 (remove_files) COMPLETE |
4588 | 2024-08-23T21:51:10.875Z | [ recovery-image] Aug 23 21:51:10.254 INFO O| Aug 23 21:51:10.254 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-08-23T21:51:10.882Z | [ recovery-image] Aug 23 21:51:10.264 INFO O| Aug 23 21:51:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4590 | 2024-08-23T21:51:10.882Z | [ recovery-image] Aug 23 21:51:10.264 INFO O| Aug 23 21:51:10.264 INFO STEP 228 (remove_files) COMPLETE |
4591 | 2024-08-23T21:51:10.885Z | [ recovery-image] Aug 23 21:51:10.264 INFO O| Aug 23 21:51:10.264 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-08-23T21:51:10.885Z | [ host-image] Aug 23 21:51:10.265 INFO O| Aug 23 21:51:10.265 INFO O| Planning: Package planning ... Done |
4593 | 2024-08-23T21:51:10.892Z | [ recovery-image] Aug 23 21:51:10.273 INFO O| Aug 23 21:51:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4594 | 2024-08-23T21:51:10.892Z | [ recovery-image] Aug 23 21:51:10.274 INFO O| Aug 23 21:51:10.273 INFO STEP 229 (remove_files) COMPLETE |
4595 | 2024-08-23T21:51:10.894Z | [ recovery-image] Aug 23 21:51:10.274 INFO O| Aug 23 21:51:10.273 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-23T21:51:10.904Z | [ recovery-image] Aug 23 21:51:10.285 INFO O| Aug 23 21:51:10.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4597 | 2024-08-23T21:51:10.904Z | [ recovery-image] Aug 23 21:51:10.285 INFO O| Aug 23 21:51:10.285 INFO STEP 230 (remove_files) COMPLETE |
4598 | 2024-08-23T21:51:10.906Z | [ recovery-image] Aug 23 21:51:10.285 INFO O| Aug 23 21:51:10.285 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-23T21:51:10.906Z | [ host-image] Aug 23 21:51:10.286 INFO O| Aug 23 21:51:10.286 INFO O| Planning: Merging actions ... Done |
4600 | 2024-08-23T21:51:10.915Z | [ recovery-image] Aug 23 21:51:10.296 INFO O| Aug 23 21:51:10.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4601 | 2024-08-23T21:51:10.915Z | [ recovery-image] Aug 23 21:51:10.296 INFO O| Aug 23 21:51:10.296 INFO STEP 231 (remove_files) COMPLETE |
4602 | 2024-08-23T21:51:10.917Z | [ recovery-image] Aug 23 21:51:10.296 INFO O| Aug 23 21:51:10.296 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-08-23T21:51:10.924Z | [ recovery-image] Aug 23 21:51:10.306 INFO O| Aug 23 21:51:10.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4604 | 2024-08-23T21:51:10.924Z | [ recovery-image] Aug 23 21:51:10.306 INFO O| Aug 23 21:51:10.306 INFO STEP 232 (remove_files) COMPLETE |
4605 | 2024-08-23T21:51:10.927Z | [ recovery-image] Aug 23 21:51:10.306 INFO O| Aug 23 21:51:10.306 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-08-23T21:51:10.936Z | [ recovery-image] Aug 23 21:51:10.317 INFO O| Aug 23 21:51:10.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4607 | 2024-08-23T21:51:10.936Z | [ recovery-image] Aug 23 21:51:10.317 INFO O| Aug 23 21:51:10.317 INFO STEP 233 (remove_files) COMPLETE |
4608 | 2024-08-23T21:51:10.936Z | [ recovery-image] Aug 23 21:51:10.317 INFO O| Aug 23 21:51:10.317 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-08-23T21:51:10.946Z | [ recovery-image] Aug 23 21:51:10.327 INFO O| Aug 23 21:51:10.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4610 | 2024-08-23T21:51:10.946Z | [ recovery-image] Aug 23 21:51:10.327 INFO O| Aug 23 21:51:10.327 INFO STEP 234 (remove_files) COMPLETE |
4611 | 2024-08-23T21:51:10.946Z | [ recovery-image] Aug 23 21:51:10.327 INFO O| Aug 23 21:51:10.327 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-08-23T21:51:10.955Z | [ recovery-image] Aug 23 21:51:10.337 INFO O| Aug 23 21:51:10.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4613 | 2024-08-23T21:51:10.958Z | [ recovery-image] Aug 23 21:51:10.337 INFO O| Aug 23 21:51:10.337 INFO STEP 235 (remove_files) COMPLETE |
4614 | 2024-08-23T21:51:10.958Z | [ recovery-image] Aug 23 21:51:10.337 INFO O| Aug 23 21:51:10.337 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-08-23T21:51:10.965Z | [ recovery-image] Aug 23 21:51:10.347 INFO O| Aug 23 21:51:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4616 | 2024-08-23T21:51:10.965Z | [ recovery-image] Aug 23 21:51:10.347 INFO O| Aug 23 21:51:10.347 INFO STEP 236 (remove_files) COMPLETE |
4617 | 2024-08-23T21:51:10.968Z | [ recovery-image] Aug 23 21:51:10.347 INFO O| Aug 23 21:51:10.347 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-08-23T21:51:10.975Z | [ recovery-image] Aug 23 21:51:10.356 INFO O| Aug 23 21:51:10.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4619 | 2024-08-23T21:51:10.975Z | [ recovery-image] Aug 23 21:51:10.356 INFO O| Aug 23 21:51:10.356 INFO STEP 237 (remove_files) COMPLETE |
4620 | 2024-08-23T21:51:10.977Z | [ recovery-image] Aug 23 21:51:10.356 INFO O| Aug 23 21:51:10.356 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-23T21:51:10.981Z | [ host-image] Aug 23 21:51:10.363 INFO O| Aug 23 21:51:10.363 INFO O| Planning: Checking for conflicting actions ... Done |
4622 | 2024-08-23T21:51:10.984Z | [ recovery-image] Aug 23 21:51:10.366 INFO O| Aug 23 21:51:10.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4623 | 2024-08-23T21:51:10.984Z | [ recovery-image] Aug 23 21:51:10.366 INFO O| Aug 23 21:51:10.366 INFO STEP 238 (remove_files) COMPLETE |
4624 | 2024-08-23T21:51:10.984Z | [ recovery-image] Aug 23 21:51:10.366 INFO O| Aug 23 21:51:10.366 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-08-23T21:51:10.987Z | [ host-image] Aug 23 21:51:10.367 INFO O| Aug 23 21:51:10.367 INFO O| Planning: Consolidating action changes ... Done |
4626 | 2024-08-23T21:51:10.993Z | [ recovery-image] Aug 23 21:51:10.375 INFO O| Aug 23 21:51:10.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4627 | 2024-08-23T21:51:10.993Z | [ recovery-image] Aug 23 21:51:10.375 INFO O| Aug 23 21:51:10.375 INFO STEP 239 (remove_files) COMPLETE |
4628 | 2024-08-23T21:51:10.996Z | [ recovery-image] Aug 23 21:51:10.375 INFO O| Aug 23 21:51:10.375 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-08-23T21:51:11.003Z | [ recovery-image] Aug 23 21:51:10.385 INFO O| Aug 23 21:51:10.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4630 | 2024-08-23T21:51:11.004Z | [ recovery-image] Aug 23 21:51:10.385 INFO O| Aug 23 21:51:10.385 INFO STEP 240 (remove_files) COMPLETE |
4631 | 2024-08-23T21:51:11.006Z | [ recovery-image] Aug 23 21:51:10.385 INFO O| Aug 23 21:51:10.385 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-08-23T21:51:11.016Z | [ recovery-image] Aug 23 21:51:10.397 INFO O| Aug 23 21:51:10.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4633 | 2024-08-23T21:51:11.016Z | [ recovery-image] Aug 23 21:51:10.398 INFO O| Aug 23 21:51:10.397 INFO STEP 241 (remove_files) COMPLETE |
4634 | 2024-08-23T21:51:11.018Z | [ recovery-image] Aug 23 21:51:10.398 INFO O| Aug 23 21:51:10.398 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-08-23T21:51:11.025Z | [ recovery-image] Aug 23 21:51:10.407 INFO O| Aug 23 21:51:10.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4636 | 2024-08-23T21:51:11.028Z | [ recovery-image] Aug 23 21:51:10.408 INFO O| Aug 23 21:51:10.408 INFO STEP 242 (remove_files) COMPLETE |
4637 | 2024-08-23T21:51:11.028Z | [ recovery-image] Aug 23 21:51:10.408 INFO O| Aug 23 21:51:10.408 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-08-23T21:51:11.035Z | [ recovery-image] Aug 23 21:51:10.417 INFO O| Aug 23 21:51:10.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4639 | 2024-08-23T21:51:11.035Z | [ recovery-image] Aug 23 21:51:10.417 INFO O| Aug 23 21:51:10.417 INFO STEP 243 (remove_files) COMPLETE |
4640 | 2024-08-23T21:51:11.038Z | [ recovery-image] Aug 23 21:51:10.417 INFO O| Aug 23 21:51:10.417 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-08-23T21:51:11.045Z | [ recovery-image] Aug 23 21:51:10.426 INFO O| Aug 23 21:51:10.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4642 | 2024-08-23T21:51:11.047Z | [ recovery-image] Aug 23 21:51:10.427 INFO O| Aug 23 21:51:10.427 INFO STEP 244 (remove_files) COMPLETE |
4643 | 2024-08-23T21:51:11.047Z | [ recovery-image] Aug 23 21:51:10.427 INFO O| Aug 23 21:51:10.427 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-08-23T21:51:11.054Z | [ recovery-image] Aug 23 21:51:10.436 INFO O| Aug 23 21:51:10.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4645 | 2024-08-23T21:51:11.055Z | [ recovery-image] Aug 23 21:51:10.436 INFO O| Aug 23 21:51:10.436 INFO STEP 245 (remove_files) COMPLETE |
4646 | 2024-08-23T21:51:11.057Z | [ recovery-image] Aug 23 21:51:10.436 INFO O| Aug 23 21:51:10.436 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-08-23T21:51:11.065Z | [ recovery-image] Aug 23 21:51:10.445 INFO O| Aug 23 21:51:10.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4648 | 2024-08-23T21:51:11.065Z | [ recovery-image] Aug 23 21:51:10.445 INFO O| Aug 23 21:51:10.445 INFO STEP 246 (remove_files) COMPLETE |
4649 | 2024-08-23T21:51:11.065Z | [ recovery-image] Aug 23 21:51:10.445 INFO O| Aug 23 21:51:10.445 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-08-23T21:51:11.073Z | [ recovery-image] Aug 23 21:51:10.455 INFO O| Aug 23 21:51:10.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4651 | 2024-08-23T21:51:11.073Z | [ recovery-image] Aug 23 21:51:10.455 INFO O| Aug 23 21:51:10.455 INFO STEP 247 (remove_files) COMPLETE |
4652 | 2024-08-23T21:51:11.073Z | [ recovery-image] Aug 23 21:51:10.455 INFO O| Aug 23 21:51:10.455 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-08-23T21:51:11.082Z | [ recovery-image] Aug 23 21:51:10.464 INFO O| Aug 23 21:51:10.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4654 | 2024-08-23T21:51:11.083Z | [ recovery-image] Aug 23 21:51:10.464 INFO O| Aug 23 21:51:10.464 INFO STEP 248 (remove_files) COMPLETE |
4655 | 2024-08-23T21:51:11.083Z | [ recovery-image] Aug 23 21:51:10.464 INFO O| Aug 23 21:51:10.464 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-08-23T21:51:11.092Z | [ recovery-image] Aug 23 21:51:10.473 INFO O| Aug 23 21:51:10.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4657 | 2024-08-23T21:51:11.094Z | [ recovery-image] Aug 23 21:51:10.473 INFO O| Aug 23 21:51:10.473 INFO STEP 249 (remove_files) COMPLETE |
4658 | 2024-08-23T21:51:11.094Z | [ recovery-image] Aug 23 21:51:10.473 INFO O| Aug 23 21:51:10.473 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-08-23T21:51:11.101Z | [ recovery-image] Aug 23 21:51:10.483 INFO O| Aug 23 21:51:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4660 | 2024-08-23T21:51:11.103Z | [ recovery-image] Aug 23 21:51:10.483 INFO O| Aug 23 21:51:10.483 INFO STEP 250 (remove_files) COMPLETE |
4661 | 2024-08-23T21:51:11.103Z | [ recovery-image] Aug 23 21:51:10.483 INFO O| Aug 23 21:51:10.483 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-08-23T21:51:11.111Z | [ recovery-image] Aug 23 21:51:10.492 INFO O| Aug 23 21:51:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4663 | 2024-08-23T21:51:11.111Z | [ recovery-image] Aug 23 21:51:10.492 INFO O| Aug 23 21:51:10.492 INFO STEP 251 (remove_files) COMPLETE |
4664 | 2024-08-23T21:51:11.111Z | [ recovery-image] Aug 23 21:51:10.492 INFO O| Aug 23 21:51:10.492 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-08-23T21:51:11.120Z | [ recovery-image] Aug 23 21:51:10.502 INFO O| Aug 23 21:51:10.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4666 | 2024-08-23T21:51:11.123Z | [ recovery-image] Aug 23 21:51:10.503 INFO O| Aug 23 21:51:10.503 INFO STEP 252 (remove_files) COMPLETE |
4667 | 2024-08-23T21:51:11.123Z | [ recovery-image] Aug 23 21:51:10.503 INFO O| Aug 23 21:51:10.503 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-08-23T21:51:11.133Z | [ recovery-image] Aug 23 21:51:10.514 INFO O| Aug 23 21:51:10.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4669 | 2024-08-23T21:51:11.133Z | [ recovery-image] Aug 23 21:51:10.515 INFO O| Aug 23 21:51:10.514 INFO STEP 253 (remove_files) COMPLETE |
4670 | 2024-08-23T21:51:11.135Z | [ recovery-image] Aug 23 21:51:10.515 INFO O| Aug 23 21:51:10.515 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-08-23T21:51:11.142Z | [ recovery-image] Aug 23 21:51:10.524 INFO O| Aug 23 21:51:10.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4672 | 2024-08-23T21:51:11.143Z | [ recovery-image] Aug 23 21:51:10.524 INFO O| Aug 23 21:51:10.524 INFO STEP 254 (remove_files) COMPLETE |
4673 | 2024-08-23T21:51:11.145Z | [ recovery-image] Aug 23 21:51:10.524 INFO O| Aug 23 21:51:10.524 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-08-23T21:51:11.154Z | [ recovery-image] Aug 23 21:51:10.535 INFO O| Aug 23 21:51:10.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4675 | 2024-08-23T21:51:11.154Z | [ recovery-image] Aug 23 21:51:10.535 INFO O| Aug 23 21:51:10.535 INFO STEP 255 (remove_files) COMPLETE |
4676 | 2024-08-23T21:51:11.154Z | [ recovery-image] Aug 23 21:51:10.535 INFO O| Aug 23 21:51:10.535 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-08-23T21:51:11.163Z | [ recovery-image] Aug 23 21:51:10.544 INFO O| Aug 23 21:51:10.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4678 | 2024-08-23T21:51:11.165Z | [ recovery-image] Aug 23 21:51:10.546 INFO O| Aug 23 21:51:10.546 INFO STEP 256 (remove_files) COMPLETE |
4679 | 2024-08-23T21:51:11.165Z | [ recovery-image] Aug 23 21:51:10.546 INFO O| Aug 23 21:51:10.546 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-08-23T21:51:11.174Z | [ recovery-image] Aug 23 21:51:10.556 INFO O| Aug 23 21:51:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4681 | 2024-08-23T21:51:11.174Z | [ recovery-image] Aug 23 21:51:10.556 INFO O| Aug 23 21:51:10.556 INFO STEP 257 (remove_files) COMPLETE |
4682 | 2024-08-23T21:51:11.177Z | [ recovery-image] Aug 23 21:51:10.556 INFO O| Aug 23 21:51:10.556 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-08-23T21:51:11.179Z | [ host-image] Aug 23 21:51:10.561 INFO O| Aug 23 21:51:10.561 INFO O| Planning: Evaluating mediators ... Done |
4684 | 2024-08-23T21:51:11.183Z | [ host-image] Aug 23 21:51:10.565 INFO O| Aug 23 21:51:10.565 INFO O| Planning: Planning completed in 2.04 seconds |
4685 | 2024-08-23T21:51:11.186Z | [ recovery-image] Aug 23 21:51:10.566 INFO O| Aug 23 21:51:10.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4686 | 2024-08-23T21:51:11.186Z | [ recovery-image] Aug 23 21:51:10.566 INFO O| Aug 23 21:51:10.566 INFO STEP 258 (remove_files) COMPLETE |
4687 | 2024-08-23T21:51:11.186Z | [ recovery-image] Aug 23 21:51:10.566 INFO O| Aug 23 21:51:10.566 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-08-23T21:51:11.186Z | [ host-image] Aug 23 21:51:10.566 INFO O| Aug 23 21:51:10.566 INFO O| Packages to install: 6 |
4689 | 2024-08-23T21:51:11.186Z | [ host-image] Aug 23 21:51:10.566 INFO O| Aug 23 21:51:10.566 INFO O| Mediators to change: 1 |
4690 | 2024-08-23T21:51:11.186Z | [ host-image] Aug 23 21:51:10.567 INFO O| Aug 23 21:51:10.566 INFO O| Services to change: 1 |
4691 | 2024-08-23T21:51:11.194Z | [ recovery-image] Aug 23 21:51:10.575 INFO O| Aug 23 21:51:10.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4692 | 2024-08-23T21:51:11.194Z | [ recovery-image] Aug 23 21:51:10.575 INFO O| Aug 23 21:51:10.575 INFO STEP 259 (remove_files) COMPLETE |
4693 | 2024-08-23T21:51:11.196Z | [ recovery-image] Aug 23 21:51:10.575 INFO O| Aug 23 21:51:10.575 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-08-23T21:51:11.199Z | [ host-image] Aug 23 21:51:10.578 INFO O| Aug 23 21:51:10.578 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4695 | 2024-08-23T21:51:11.203Z | [ recovery-image] Aug 23 21:51:10.584 INFO O| Aug 23 21:51:10.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4696 | 2024-08-23T21:51:11.203Z | [ recovery-image] Aug 23 21:51:10.584 INFO O| Aug 23 21:51:10.584 INFO STEP 260 (remove_files) COMPLETE |
4697 | 2024-08-23T21:51:11.205Z | [ recovery-image] Aug 23 21:51:10.585 INFO O| Aug 23 21:51:10.584 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-08-23T21:51:11.212Z | [ recovery-image] Aug 23 21:51:10.594 INFO O| Aug 23 21:51:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4699 | 2024-08-23T21:51:11.212Z | [ recovery-image] Aug 23 21:51:10.594 INFO O| Aug 23 21:51:10.594 INFO STEP 261 (remove_files) COMPLETE |
4700 | 2024-08-23T21:51:11.212Z | [ recovery-image] Aug 23 21:51:10.594 INFO O| Aug 23 21:51:10.594 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-08-23T21:51:11.222Z | [ recovery-image] Aug 23 21:51:10.603 INFO O| Aug 23 21:51:10.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4702 | 2024-08-23T21:51:11.222Z | [ recovery-image] Aug 23 21:51:10.604 INFO O| Aug 23 21:51:10.603 INFO STEP 262 (remove_files) COMPLETE |
4703 | 2024-08-23T21:51:11.224Z | [ recovery-image] Aug 23 21:51:10.604 INFO O| Aug 23 21:51:10.603 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-08-23T21:51:11.231Z | [ recovery-image] Aug 23 21:51:10.613 INFO O| Aug 23 21:51:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4705 | 2024-08-23T21:51:11.231Z | [ recovery-image] Aug 23 21:51:10.613 INFO O| Aug 23 21:51:10.613 INFO STEP 263 (remove_files) COMPLETE |
4706 | 2024-08-23T21:51:11.234Z | [ recovery-image] Aug 23 21:51:10.613 INFO O| Aug 23 21:51:10.613 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-08-23T21:51:11.241Z | [ recovery-image] Aug 23 21:51:10.622 INFO O| Aug 23 21:51:10.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4708 | 2024-08-23T21:51:11.241Z | [ recovery-image] Aug 23 21:51:10.622 INFO O| Aug 23 21:51:10.622 INFO STEP 264 (remove_files) COMPLETE |
4709 | 2024-08-23T21:51:11.243Z | [ recovery-image] Aug 23 21:51:10.622 INFO O| Aug 23 21:51:10.622 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-08-23T21:51:11.250Z | [ recovery-image] Aug 23 21:51:10.632 INFO O| Aug 23 21:51:10.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4711 | 2024-08-23T21:51:11.253Z | [ recovery-image] Aug 23 21:51:10.632 INFO O| Aug 23 21:51:10.632 INFO STEP 265 (remove_files) COMPLETE |
4712 | 2024-08-23T21:51:11.253Z | [ recovery-image] Aug 23 21:51:10.632 INFO O| Aug 23 21:51:10.632 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-23T21:51:11.260Z | [ recovery-image] Aug 23 21:51:10.641 INFO O| Aug 23 21:51:10.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4714 | 2024-08-23T21:51:11.262Z | [ recovery-image] Aug 23 21:51:10.641 INFO O| Aug 23 21:51:10.641 INFO STEP 266 (remove_files) COMPLETE |
4715 | 2024-08-23T21:51:11.262Z | [ recovery-image] Aug 23 21:51:10.641 INFO O| Aug 23 21:51:10.641 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-23T21:51:11.269Z | [ recovery-image] Aug 23 21:51:10.651 INFO O| Aug 23 21:51:10.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4717 | 2024-08-23T21:51:11.272Z | [ recovery-image] Aug 23 21:51:10.651 INFO O| Aug 23 21:51:10.651 INFO STEP 267 (remove_files) COMPLETE |
4718 | 2024-08-23T21:51:11.272Z | [ recovery-image] Aug 23 21:51:10.651 INFO O| Aug 23 21:51:10.651 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-23T21:51:11.279Z | [ recovery-image] Aug 23 21:51:10.660 INFO O| Aug 23 21:51:10.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4720 | 2024-08-23T21:51:11.279Z | [ recovery-image] Aug 23 21:51:10.660 INFO O| Aug 23 21:51:10.660 INFO STEP 268 (remove_files) COMPLETE |
4721 | 2024-08-23T21:51:11.281Z | [ recovery-image] Aug 23 21:51:10.660 INFO O| Aug 23 21:51:10.660 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-08-23T21:51:11.288Z | [ recovery-image] Aug 23 21:51:10.670 INFO O| Aug 23 21:51:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4723 | 2024-08-23T21:51:11.288Z | [ recovery-image] Aug 23 21:51:10.670 INFO O| Aug 23 21:51:10.670 INFO STEP 269 (remove_files) COMPLETE |
4724 | 2024-08-23T21:51:11.288Z | [ recovery-image] Aug 23 21:51:10.670 INFO O| Aug 23 21:51:10.670 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-08-23T21:51:11.297Z | [ recovery-image] Aug 23 21:51:10.679 INFO O| Aug 23 21:51:10.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4726 | 2024-08-23T21:51:11.300Z | [ recovery-image] Aug 23 21:51:10.679 INFO O| Aug 23 21:51:10.679 INFO STEP 270 (remove_files) COMPLETE |
4727 | 2024-08-23T21:51:11.300Z | [ recovery-image] Aug 23 21:51:10.679 INFO O| Aug 23 21:51:10.679 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-08-23T21:51:11.369Z | [ recovery-image] Aug 23 21:51:10.688 INFO O| Aug 23 21:51:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4729 | 2024-08-23T21:51:11.369Z | [ recovery-image] Aug 23 21:51:10.688 INFO O| Aug 23 21:51:10.688 INFO STEP 271 (remove_files) COMPLETE |
4730 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.688 INFO O| Aug 23 21:51:10.688 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.698 INFO O| Aug 23 21:51:10.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4732 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.698 INFO O| Aug 23 21:51:10.698 INFO STEP 272 (remove_files) COMPLETE |
4733 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.698 INFO O| Aug 23 21:51:10.698 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.707 INFO O| Aug 23 21:51:10.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4735 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.707 INFO O| Aug 23 21:51:10.707 INFO STEP 273 (remove_files) COMPLETE |
4736 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.707 INFO O| Aug 23 21:51:10.707 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.716 INFO O| Aug 23 21:51:10.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4738 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.717 INFO O| Aug 23 21:51:10.716 INFO STEP 274 (remove_files) COMPLETE |
4739 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.717 INFO O| Aug 23 21:51:10.717 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.726 INFO O| Aug 23 21:51:10.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4741 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.726 INFO O| Aug 23 21:51:10.726 INFO STEP 275 (remove_files) COMPLETE |
4742 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.726 INFO O| Aug 23 21:51:10.726 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-23T21:51:11.372Z | [ recovery-image] Aug 23 21:51:10.735 INFO O| Aug 23 21:51:10.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4744 | 2024-08-23T21:51:11.373Z | [ recovery-image] Aug 23 21:51:10.735 INFO O| Aug 23 21:51:10.735 INFO STEP 276 (remove_files) COMPLETE |
4745 | 2024-08-23T21:51:11.373Z | [ recovery-image] Aug 23 21:51:10.735 INFO O| Aug 23 21:51:10.735 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-08-23T21:51:11.373Z | [ recovery-image] Aug 23 21:51:10.745 INFO O| Aug 23 21:51:10.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4747 | 2024-08-23T21:51:11.373Z | [ recovery-image] Aug 23 21:51:10.745 INFO O| Aug 23 21:51:10.745 INFO STEP 277 (remove_files) COMPLETE |
4748 | 2024-08-23T21:51:11.373Z | [ recovery-image] Aug 23 21:51:10.745 INFO O| Aug 23 21:51:10.745 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-08-23T21:51:11.375Z | [ recovery-image] Aug 23 21:51:10.754 INFO O| Aug 23 21:51:10.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4750 | 2024-08-23T21:51:11.375Z | [ recovery-image] Aug 23 21:51:10.754 INFO O| Aug 23 21:51:10.754 INFO STEP 278 (remove_files) COMPLETE |
4751 | 2024-08-23T21:51:11.375Z | [ recovery-image] Aug 23 21:51:10.754 INFO O| Aug 23 21:51:10.754 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-08-23T21:51:11.382Z | [ recovery-image] Aug 23 21:51:10.764 INFO O| Aug 23 21:51:10.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4753 | 2024-08-23T21:51:11.382Z | [ recovery-image] Aug 23 21:51:10.764 INFO O| Aug 23 21:51:10.764 INFO STEP 279 (remove_files) COMPLETE |
4754 | 2024-08-23T21:51:11.385Z | [ recovery-image] Aug 23 21:51:10.764 INFO O| Aug 23 21:51:10.764 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-08-23T21:51:11.392Z | [ recovery-image] Aug 23 21:51:10.774 INFO O| Aug 23 21:51:10.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4756 | 2024-08-23T21:51:11.392Z | [ recovery-image] Aug 23 21:51:10.774 INFO O| Aug 23 21:51:10.774 INFO STEP 280 (remove_files) COMPLETE |
4757 | 2024-08-23T21:51:11.392Z | [ recovery-image] Aug 23 21:51:10.774 INFO O| Aug 23 21:51:10.774 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-08-23T21:51:11.402Z | [ recovery-image] Aug 23 21:51:10.783 INFO O| Aug 23 21:51:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4759 | 2024-08-23T21:51:11.402Z | [ recovery-image] Aug 23 21:51:10.784 INFO O| Aug 23 21:51:10.784 INFO STEP 281 (remove_files) COMPLETE |
4760 | 2024-08-23T21:51:11.405Z | [ recovery-image] Aug 23 21:51:10.784 INFO O| Aug 23 21:51:10.784 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-08-23T21:51:11.412Z | [ recovery-image] Aug 23 21:51:10.793 INFO O| Aug 23 21:51:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4762 | 2024-08-23T21:51:11.412Z | [ recovery-image] Aug 23 21:51:10.793 INFO O| Aug 23 21:51:10.793 INFO STEP 282 (remove_files) COMPLETE |
4763 | 2024-08-23T21:51:11.414Z | [ recovery-image] Aug 23 21:51:10.793 INFO O| Aug 23 21:51:10.793 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-08-23T21:51:11.421Z | [ recovery-image] Aug 23 21:51:10.803 INFO O| Aug 23 21:51:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4765 | 2024-08-23T21:51:11.421Z | [ recovery-image] Aug 23 21:51:10.803 INFO O| Aug 23 21:51:10.803 INFO STEP 283 (remove_files) COMPLETE |
4766 | 2024-08-23T21:51:11.424Z | [ recovery-image] Aug 23 21:51:10.803 INFO O| Aug 23 21:51:10.803 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-08-23T21:51:11.431Z | [ recovery-image] Aug 23 21:51:10.812 INFO O| Aug 23 21:51:10.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4768 | 2024-08-23T21:51:11.431Z | [ recovery-image] Aug 23 21:51:10.812 INFO O| Aug 23 21:51:10.812 INFO STEP 284 (remove_files) COMPLETE |
4769 | 2024-08-23T21:51:11.433Z | [ recovery-image] Aug 23 21:51:10.812 INFO O| Aug 23 21:51:10.812 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-08-23T21:51:11.440Z | [ recovery-image] Aug 23 21:51:10.822 INFO O| Aug 23 21:51:10.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4771 | 2024-08-23T21:51:11.440Z | [ recovery-image] Aug 23 21:51:10.822 INFO O| Aug 23 21:51:10.822 INFO STEP 285 (remove_files) COMPLETE |
4772 | 2024-08-23T21:51:11.441Z | [ recovery-image] Aug 23 21:51:10.822 INFO O| Aug 23 21:51:10.822 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-08-23T21:51:11.451Z | [ recovery-image] Aug 23 21:51:10.831 INFO O| Aug 23 21:51:10.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4774 | 2024-08-23T21:51:11.453Z | [ recovery-image] Aug 23 21:51:10.832 INFO O| Aug 23 21:51:10.831 INFO STEP 286 (remove_files) COMPLETE |
4775 | 2024-08-23T21:51:11.453Z | [ recovery-image] Aug 23 21:51:10.832 INFO O| Aug 23 21:51:10.831 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-08-23T21:51:11.460Z | [ recovery-image] Aug 23 21:51:10.841 INFO O| Aug 23 21:51:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4777 | 2024-08-23T21:51:11.463Z | [ recovery-image] Aug 23 21:51:10.841 INFO O| Aug 23 21:51:10.841 INFO STEP 287 (remove_files) COMPLETE |
4778 | 2024-08-23T21:51:11.463Z | [ recovery-image] Aug 23 21:51:10.841 INFO O| Aug 23 21:51:10.841 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-08-23T21:51:11.470Z | [ recovery-image] Aug 23 21:51:10.851 INFO O| Aug 23 21:51:10.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4780 | 2024-08-23T21:51:11.470Z | [ recovery-image] Aug 23 21:51:10.851 INFO O| Aug 23 21:51:10.851 INFO STEP 288 (remove_files) COMPLETE |
4781 | 2024-08-23T21:51:11.470Z | [ recovery-image] Aug 23 21:51:10.851 INFO O| Aug 23 21:51:10.851 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-08-23T21:51:11.479Z | [ recovery-image] Aug 23 21:51:10.860 INFO O| Aug 23 21:51:10.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4783 | 2024-08-23T21:51:11.479Z | [ recovery-image] Aug 23 21:51:10.860 INFO O| Aug 23 21:51:10.860 INFO STEP 289 (remove_files) COMPLETE |
4784 | 2024-08-23T21:51:11.479Z | [ recovery-image] Aug 23 21:51:10.860 INFO O| Aug 23 21:51:10.860 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-08-23T21:51:11.489Z | [ recovery-image] Aug 23 21:51:10.870 INFO O| Aug 23 21:51:10.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4786 | 2024-08-23T21:51:11.491Z | [ recovery-image] Aug 23 21:51:10.870 INFO O| Aug 23 21:51:10.870 INFO STEP 290 (remove_files) COMPLETE |
4787 | 2024-08-23T21:51:11.491Z | [ recovery-image] Aug 23 21:51:10.870 INFO O| Aug 23 21:51:10.870 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-08-23T21:51:11.498Z | [ recovery-image] Aug 23 21:51:10.880 INFO O| Aug 23 21:51:10.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4789 | 2024-08-23T21:51:11.498Z | [ recovery-image] Aug 23 21:51:10.880 INFO O| Aug 23 21:51:10.880 INFO STEP 291 (remove_files) COMPLETE |
4790 | 2024-08-23T21:51:11.501Z | [ recovery-image] Aug 23 21:51:10.880 INFO O| Aug 23 21:51:10.880 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-08-23T21:51:11.508Z | [ recovery-image] Aug 23 21:51:10.889 INFO O| Aug 23 21:51:10.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4792 | 2024-08-23T21:51:11.508Z | [ recovery-image] Aug 23 21:51:10.889 INFO O| Aug 23 21:51:10.889 INFO STEP 292 (remove_files) COMPLETE |
4793 | 2024-08-23T21:51:11.508Z | [ recovery-image] Aug 23 21:51:10.889 INFO O| Aug 23 21:51:10.889 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-08-23T21:51:11.518Z | [ recovery-image] Aug 23 21:51:10.899 INFO O| Aug 23 21:51:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4795 | 2024-08-23T21:51:11.520Z | [ recovery-image] Aug 23 21:51:10.899 INFO O| Aug 23 21:51:10.899 INFO STEP 293 (remove_files) COMPLETE |
4796 | 2024-08-23T21:51:11.520Z | [ recovery-image] Aug 23 21:51:10.899 INFO O| Aug 23 21:51:10.899 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-08-23T21:51:11.527Z | [ recovery-image] Aug 23 21:51:10.909 INFO O| Aug 23 21:51:10.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4798 | 2024-08-23T21:51:11.530Z | [ recovery-image] Aug 23 21:51:10.909 INFO O| Aug 23 21:51:10.909 INFO STEP 294 (remove_files) COMPLETE |
4799 | 2024-08-23T21:51:11.530Z | [ recovery-image] Aug 23 21:51:10.909 INFO O| Aug 23 21:51:10.909 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-08-23T21:51:11.537Z | [ recovery-image] Aug 23 21:51:10.918 INFO O| Aug 23 21:51:10.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4801 | 2024-08-23T21:51:11.537Z | [ recovery-image] Aug 23 21:51:10.918 INFO O| Aug 23 21:51:10.918 INFO STEP 295 (remove_files) COMPLETE |
4802 | 2024-08-23T21:51:11.539Z | [ recovery-image] Aug 23 21:51:10.918 INFO O| Aug 23 21:51:10.918 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-08-23T21:51:11.546Z | [ recovery-image] Aug 23 21:51:10.928 INFO O| Aug 23 21:51:10.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4804 | 2024-08-23T21:51:11.546Z | [ recovery-image] Aug 23 21:51:10.928 INFO O| Aug 23 21:51:10.928 INFO STEP 296 (remove_files) COMPLETE |
4805 | 2024-08-23T21:51:11.549Z | [ recovery-image] Aug 23 21:51:10.928 INFO O| Aug 23 21:51:10.928 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-08-23T21:51:11.555Z | [ recovery-image] Aug 23 21:51:10.937 INFO O| Aug 23 21:51:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4807 | 2024-08-23T21:51:11.556Z | [ recovery-image] Aug 23 21:51:10.937 INFO O| Aug 23 21:51:10.937 INFO STEP 297 (remove_files) COMPLETE |
4808 | 2024-08-23T21:51:11.558Z | [ recovery-image] Aug 23 21:51:10.937 INFO O| Aug 23 21:51:10.937 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-08-23T21:51:11.565Z | [ recovery-image] Aug 23 21:51:10.946 INFO O| Aug 23 21:51:10.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4810 | 2024-08-23T21:51:11.565Z | [ recovery-image] Aug 23 21:51:10.946 INFO O| Aug 23 21:51:10.946 INFO STEP 298 (remove_files) COMPLETE |
4811 | 2024-08-23T21:51:11.568Z | [ recovery-image] Aug 23 21:51:10.946 INFO O| Aug 23 21:51:10.946 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-08-23T21:51:11.574Z | [ recovery-image] Aug 23 21:51:10.956 INFO O| Aug 23 21:51:10.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4813 | 2024-08-23T21:51:11.577Z | [ recovery-image] Aug 23 21:51:10.956 INFO O| Aug 23 21:51:10.956 INFO STEP 299 (remove_files) COMPLETE |
4814 | 2024-08-23T21:51:11.577Z | [ recovery-image] Aug 23 21:51:10.956 INFO O| Aug 23 21:51:10.956 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-08-23T21:51:11.584Z | [ recovery-image] Aug 23 21:51:10.965 INFO O| Aug 23 21:51:10.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4816 | 2024-08-23T21:51:11.584Z | [ recovery-image] Aug 23 21:51:10.965 INFO O| Aug 23 21:51:10.965 INFO STEP 300 (remove_files) COMPLETE |
4817 | 2024-08-23T21:51:11.586Z | [ recovery-image] Aug 23 21:51:10.965 INFO O| Aug 23 21:51:10.965 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-08-23T21:51:11.594Z | [ recovery-image] Aug 23 21:51:10.975 INFO O| Aug 23 21:51:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4819 | 2024-08-23T21:51:11.594Z | [ recovery-image] Aug 23 21:51:10.975 INFO O| Aug 23 21:51:10.975 INFO STEP 301 (remove_files) COMPLETE |
4820 | 2024-08-23T21:51:11.596Z | [ recovery-image] Aug 23 21:51:10.975 INFO O| Aug 23 21:51:10.975 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-08-23T21:51:11.603Z | [ recovery-image] Aug 23 21:51:10.984 INFO O| Aug 23 21:51:10.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4822 | 2024-08-23T21:51:11.605Z | [ recovery-image] Aug 23 21:51:10.984 INFO O| Aug 23 21:51:10.984 INFO STEP 302 (remove_files) COMPLETE |
4823 | 2024-08-23T21:51:11.605Z | [ recovery-image] Aug 23 21:51:10.984 INFO O| Aug 23 21:51:10.984 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-08-23T21:51:11.612Z | [ recovery-image] Aug 23 21:51:10.994 INFO O| Aug 23 21:51:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4825 | 2024-08-23T21:51:11.615Z | [ recovery-image] Aug 23 21:51:10.994 INFO O| Aug 23 21:51:10.994 INFO STEP 303 (remove_files) COMPLETE |
4826 | 2024-08-23T21:51:11.615Z | [ recovery-image] Aug 23 21:51:10.994 INFO O| Aug 23 21:51:10.994 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-08-23T21:51:11.622Z | [ recovery-image] Aug 23 21:51:11.004 INFO O| Aug 23 21:51:11.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4828 | 2024-08-23T21:51:11.622Z | [ recovery-image] Aug 23 21:51:11.004 INFO O| Aug 23 21:51:11.004 INFO STEP 304 (remove_files) COMPLETE |
4829 | 2024-08-23T21:51:11.622Z | [ recovery-image] Aug 23 21:51:11.004 INFO O| Aug 23 21:51:11.004 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-08-23T21:51:11.632Z | [ recovery-image] Aug 23 21:51:11.014 INFO O| Aug 23 21:51:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4831 | 2024-08-23T21:51:11.635Z | [ recovery-image] Aug 23 21:51:11.014 INFO O| Aug 23 21:51:11.014 INFO STEP 305 (remove_files) COMPLETE |
4832 | 2024-08-23T21:51:11.635Z | [ recovery-image] Aug 23 21:51:11.014 INFO O| Aug 23 21:51:11.014 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-08-23T21:51:11.642Z | [ recovery-image] Aug 23 21:51:11.023 INFO O| Aug 23 21:51:11.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4834 | 2024-08-23T21:51:11.642Z | [ recovery-image] Aug 23 21:51:11.023 INFO O| Aug 23 21:51:11.023 INFO STEP 306 (remove_files) COMPLETE |
4835 | 2024-08-23T21:51:11.644Z | [ recovery-image] Aug 23 21:51:11.023 INFO O| Aug 23 21:51:11.023 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-08-23T21:51:11.651Z | [ recovery-image] Aug 23 21:51:11.033 INFO O| Aug 23 21:51:11.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4837 | 2024-08-23T21:51:11.651Z | [ recovery-image] Aug 23 21:51:11.033 INFO O| Aug 23 21:51:11.033 INFO STEP 307 (remove_files) COMPLETE |
4838 | 2024-08-23T21:51:11.651Z | [ recovery-image] Aug 23 21:51:11.033 INFO O| Aug 23 21:51:11.033 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-23T21:51:11.661Z | [ recovery-image] Aug 23 21:51:11.042 INFO O| Aug 23 21:51:11.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4840 | 2024-08-23T21:51:11.661Z | [ recovery-image] Aug 23 21:51:11.042 INFO O| Aug 23 21:51:11.042 INFO STEP 308 (remove_files) COMPLETE |
4841 | 2024-08-23T21:51:11.661Z | [ recovery-image] Aug 23 21:51:11.042 INFO O| Aug 23 21:51:11.042 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-23T21:51:11.670Z | [ recovery-image] Aug 23 21:51:11.052 INFO O| Aug 23 21:51:11.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4843 | 2024-08-23T21:51:11.670Z | [ recovery-image] Aug 23 21:51:11.052 INFO O| Aug 23 21:51:11.052 INFO STEP 309 (remove_files) COMPLETE |
4844 | 2024-08-23T21:51:11.670Z | [ recovery-image] Aug 23 21:51:11.052 INFO O| Aug 23 21:51:11.052 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-23T21:51:11.680Z | [ recovery-image] Aug 23 21:51:11.061 INFO O| Aug 23 21:51:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4846 | 2024-08-23T21:51:11.680Z | [ recovery-image] Aug 23 21:51:11.061 INFO O| Aug 23 21:51:11.061 INFO STEP 310 (remove_files) COMPLETE |
4847 | 2024-08-23T21:51:11.682Z | [ recovery-image] Aug 23 21:51:11.061 INFO O| Aug 23 21:51:11.061 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-23T21:51:11.689Z | [ recovery-image] Aug 23 21:51:11.070 INFO O| Aug 23 21:51:11.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4849 | 2024-08-23T21:51:11.689Z | [ recovery-image] Aug 23 21:51:11.070 INFO O| Aug 23 21:51:11.070 INFO STEP 311 (remove_files) COMPLETE |
4850 | 2024-08-23T21:51:11.689Z | [ recovery-image] Aug 23 21:51:11.070 INFO O| Aug 23 21:51:11.070 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-23T21:51:11.698Z | [ recovery-image] Aug 23 21:51:11.080 INFO O| Aug 23 21:51:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4852 | 2024-08-23T21:51:11.698Z | [ recovery-image] Aug 23 21:51:11.080 INFO O| Aug 23 21:51:11.080 INFO STEP 312 (remove_files) COMPLETE |
4853 | 2024-08-23T21:51:11.701Z | [ recovery-image] Aug 23 21:51:11.080 INFO O| Aug 23 21:51:11.080 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-23T21:51:11.708Z | [ recovery-image] Aug 23 21:51:11.089 INFO O| Aug 23 21:51:11.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4855 | 2024-08-23T21:51:11.708Z | [ recovery-image] Aug 23 21:51:11.089 INFO O| Aug 23 21:51:11.089 INFO STEP 313 (remove_files) COMPLETE |
4856 | 2024-08-23T21:51:11.710Z | [ recovery-image] Aug 23 21:51:11.089 INFO O| Aug 23 21:51:11.089 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-23T21:51:11.718Z | [ recovery-image] Aug 23 21:51:11.099 INFO O| Aug 23 21:51:11.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4858 | 2024-08-23T21:51:11.718Z | [ recovery-image] Aug 23 21:51:11.099 INFO O| Aug 23 21:51:11.099 INFO STEP 314 (remove_files) COMPLETE |
4859 | 2024-08-23T21:51:11.718Z | [ recovery-image] Aug 23 21:51:11.099 INFO O| Aug 23 21:51:11.099 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-23T21:51:11.727Z | [ recovery-image] Aug 23 21:51:11.108 INFO O| Aug 23 21:51:11.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4861 | 2024-08-23T21:51:11.729Z | [ recovery-image] Aug 23 21:51:11.108 INFO O| Aug 23 21:51:11.108 INFO STEP 315 (remove_files) COMPLETE |
4862 | 2024-08-23T21:51:11.729Z | [ recovery-image] Aug 23 21:51:11.108 INFO O| Aug 23 21:51:11.108 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-23T21:51:11.737Z | [ recovery-image] Aug 23 21:51:11.118 INFO O| Aug 23 21:51:11.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4864 | 2024-08-23T21:51:11.740Z | [ recovery-image] Aug 23 21:51:11.118 INFO O| Aug 23 21:51:11.118 INFO STEP 316 (remove_files) COMPLETE |
4865 | 2024-08-23T21:51:11.740Z | [ recovery-image] Aug 23 21:51:11.118 INFO O| Aug 23 21:51:11.118 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-23T21:51:11.746Z | [ recovery-image] Aug 23 21:51:11.127 INFO O| Aug 23 21:51:11.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4867 | 2024-08-23T21:51:11.748Z | [ recovery-image] Aug 23 21:51:11.127 INFO O| Aug 23 21:51:11.127 INFO STEP 317 (remove_files) COMPLETE |
4868 | 2024-08-23T21:51:11.748Z | [ recovery-image] Aug 23 21:51:11.127 INFO O| Aug 23 21:51:11.127 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-23T21:51:11.755Z | [ recovery-image] Aug 23 21:51:11.136 INFO O| Aug 23 21:51:11.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4870 | 2024-08-23T21:51:11.758Z | [ recovery-image] Aug 23 21:51:11.137 INFO O| Aug 23 21:51:11.137 INFO STEP 318 (remove_files) COMPLETE |
4871 | 2024-08-23T21:51:11.758Z | [ recovery-image] Aug 23 21:51:11.137 INFO O| Aug 23 21:51:11.137 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-23T21:51:11.765Z | [ recovery-image] Aug 23 21:51:11.146 INFO O| Aug 23 21:51:11.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4873 | 2024-08-23T21:51:11.765Z | [ recovery-image] Aug 23 21:51:11.146 INFO O| Aug 23 21:51:11.146 INFO STEP 319 (remove_files) COMPLETE |
4874 | 2024-08-23T21:51:11.767Z | [ recovery-image] Aug 23 21:51:11.146 INFO O| Aug 23 21:51:11.146 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-23T21:51:11.774Z | [ recovery-image] Aug 23 21:51:11.156 INFO O| Aug 23 21:51:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4876 | 2024-08-23T21:51:11.777Z | [ recovery-image] Aug 23 21:51:11.157 INFO O| Aug 23 21:51:11.157 INFO STEP 320 (remove_files) COMPLETE |
4877 | 2024-08-23T21:51:11.777Z | [ recovery-image] Aug 23 21:51:11.157 INFO O| Aug 23 21:51:11.157 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-23T21:51:11.785Z | [ recovery-image] Aug 23 21:51:11.166 INFO O| Aug 23 21:51:11.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4879 | 2024-08-23T21:51:11.787Z | [ recovery-image] Aug 23 21:51:11.166 INFO O| Aug 23 21:51:11.166 INFO STEP 321 (remove_files) COMPLETE |
4880 | 2024-08-23T21:51:11.787Z | [ recovery-image] Aug 23 21:51:11.166 INFO O| Aug 23 21:51:11.166 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-23T21:51:11.794Z | [ recovery-image] Aug 23 21:51:11.175 INFO O| Aug 23 21:51:11.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4882 | 2024-08-23T21:51:11.796Z | [ recovery-image] Aug 23 21:51:11.175 INFO O| Aug 23 21:51:11.175 INFO STEP 322 (remove_files) COMPLETE |
4883 | 2024-08-23T21:51:11.796Z | [ recovery-image] Aug 23 21:51:11.175 INFO O| Aug 23 21:51:11.175 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-23T21:51:11.803Z | [ recovery-image] Aug 23 21:51:11.185 INFO O| Aug 23 21:51:11.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4885 | 2024-08-23T21:51:11.803Z | [ recovery-image] Aug 23 21:51:11.185 INFO O| Aug 23 21:51:11.185 INFO STEP 323 (remove_files) COMPLETE |
4886 | 2024-08-23T21:51:11.803Z | [ recovery-image] Aug 23 21:51:11.185 INFO O| Aug 23 21:51:11.185 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-23T21:51:11.813Z | [ recovery-image] Aug 23 21:51:11.195 INFO O| Aug 23 21:51:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4888 | 2024-08-23T21:51:11.813Z | [ recovery-image] Aug 23 21:51:11.195 INFO O| Aug 23 21:51:11.195 INFO STEP 324 (remove_files) COMPLETE |
4889 | 2024-08-23T21:51:11.813Z | [ recovery-image] Aug 23 21:51:11.195 INFO O| Aug 23 21:51:11.195 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-23T21:51:11.822Z | [ recovery-image] Aug 23 21:51:11.204 INFO O| Aug 23 21:51:11.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4891 | 2024-08-23T21:51:11.822Z | [ recovery-image] Aug 23 21:51:11.204 INFO O| Aug 23 21:51:11.204 INFO STEP 325 (remove_files) COMPLETE |
4892 | 2024-08-23T21:51:11.822Z | [ recovery-image] Aug 23 21:51:11.204 INFO O| Aug 23 21:51:11.204 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-23T21:51:11.832Z | [ recovery-image] Aug 23 21:51:11.213 INFO O| Aug 23 21:51:11.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4894 | 2024-08-23T21:51:11.832Z | [ recovery-image] Aug 23 21:51:11.213 INFO O| Aug 23 21:51:11.213 INFO STEP 326 (remove_files) COMPLETE |
4895 | 2024-08-23T21:51:11.834Z | [ recovery-image] Aug 23 21:51:11.213 INFO O| Aug 23 21:51:11.213 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-23T21:51:11.842Z | [ recovery-image] Aug 23 21:51:11.223 INFO O| Aug 23 21:51:11.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4897 | 2024-08-23T21:51:11.845Z | [ recovery-image] Aug 23 21:51:11.224 INFO O| Aug 23 21:51:11.223 INFO STEP 327 (remove_files) COMPLETE |
4898 | 2024-08-23T21:51:11.845Z | [ recovery-image] Aug 23 21:51:11.224 INFO O| Aug 23 21:51:11.224 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-23T21:51:11.852Z | [ recovery-image] Aug 23 21:51:11.234 INFO O| Aug 23 21:51:11.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4900 | 2024-08-23T21:51:11.852Z | [ recovery-image] Aug 23 21:51:11.234 INFO O| Aug 23 21:51:11.234 INFO STEP 328 (remove_files) COMPLETE |
4901 | 2024-08-23T21:51:11.852Z | [ recovery-image] Aug 23 21:51:11.234 INFO O| Aug 23 21:51:11.234 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-23T21:51:11.862Z | [ recovery-image] Aug 23 21:51:11.244 INFO O| Aug 23 21:51:11.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4903 | 2024-08-23T21:51:11.865Z | [ recovery-image] Aug 23 21:51:11.244 INFO O| Aug 23 21:51:11.244 INFO STEP 329 (remove_files) COMPLETE |
4904 | 2024-08-23T21:51:11.865Z | [ recovery-image] Aug 23 21:51:11.244 INFO O| Aug 23 21:51:11.244 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-23T21:51:11.873Z | [ recovery-image] Aug 23 21:51:11.254 INFO O| Aug 23 21:51:11.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4906 | 2024-08-23T21:51:11.873Z | [ recovery-image] Aug 23 21:51:11.254 INFO O| Aug 23 21:51:11.254 INFO STEP 330 (remove_files) COMPLETE |
4907 | 2024-08-23T21:51:11.875Z | [ recovery-image] Aug 23 21:51:11.254 INFO O| Aug 23 21:51:11.254 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-23T21:51:11.882Z | [ recovery-image] Aug 23 21:51:11.263 INFO O| Aug 23 21:51:11.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4909 | 2024-08-23T21:51:11.882Z | [ recovery-image] Aug 23 21:51:11.263 INFO O| Aug 23 21:51:11.263 INFO STEP 331 (remove_files) COMPLETE |
4910 | 2024-08-23T21:51:11.882Z | [ recovery-image] Aug 23 21:51:11.263 INFO O| Aug 23 21:51:11.263 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-23T21:51:11.891Z | [ recovery-image] Aug 23 21:51:11.272 INFO O| Aug 23 21:51:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4912 | 2024-08-23T21:51:11.891Z | [ recovery-image] Aug 23 21:51:11.273 INFO O| Aug 23 21:51:11.272 INFO STEP 332 (remove_files) COMPLETE |
4913 | 2024-08-23T21:51:11.891Z | [ recovery-image] Aug 23 21:51:11.273 INFO O| Aug 23 21:51:11.272 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-23T21:51:11.901Z | [ recovery-image] Aug 23 21:51:11.282 INFO O| Aug 23 21:51:11.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4915 | 2024-08-23T21:51:11.904Z | [ recovery-image] Aug 23 21:51:11.282 INFO O| Aug 23 21:51:11.282 INFO STEP 333 (remove_files) COMPLETE |
4916 | 2024-08-23T21:51:11.904Z | [ recovery-image] Aug 23 21:51:11.282 INFO O| Aug 23 21:51:11.282 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-08-23T21:51:11.910Z | [ recovery-image] Aug 23 21:51:11.291 INFO O| Aug 23 21:51:11.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4918 | 2024-08-23T21:51:11.912Z | [ recovery-image] Aug 23 21:51:11.291 INFO O| Aug 23 21:51:11.291 INFO STEP 334 (remove_files) COMPLETE |
4919 | 2024-08-23T21:51:11.912Z | [ recovery-image] Aug 23 21:51:11.291 INFO O| Aug 23 21:51:11.291 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-08-23T21:51:11.919Z | [ recovery-image] Aug 23 21:51:11.301 INFO O| Aug 23 21:51:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4921 | 2024-08-23T21:51:11.922Z | [ recovery-image] Aug 23 21:51:11.301 INFO O| Aug 23 21:51:11.301 INFO STEP 335 (remove_files) COMPLETE |
4922 | 2024-08-23T21:51:11.922Z | [ recovery-image] Aug 23 21:51:11.301 INFO O| Aug 23 21:51:11.301 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-08-23T21:51:11.929Z | [ recovery-image] Aug 23 21:51:11.310 INFO O| Aug 23 21:51:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4924 | 2024-08-23T21:51:11.929Z | [ recovery-image] Aug 23 21:51:11.310 INFO O| Aug 23 21:51:11.310 INFO STEP 336 (remove_files) COMPLETE |
4925 | 2024-08-23T21:51:11.931Z | [ recovery-image] Aug 23 21:51:11.310 INFO O| Aug 23 21:51:11.310 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-23T21:51:11.938Z | [ recovery-image] Aug 23 21:51:11.319 INFO O| Aug 23 21:51:11.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4927 | 2024-08-23T21:51:11.938Z | [ recovery-image] Aug 23 21:51:11.319 INFO O| Aug 23 21:51:11.319 INFO STEP 337 (remove_files) COMPLETE |
4928 | 2024-08-23T21:51:11.940Z | [ recovery-image] Aug 23 21:51:11.319 INFO O| Aug 23 21:51:11.319 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-23T21:51:11.947Z | [ recovery-image] Aug 23 21:51:11.328 INFO O| Aug 23 21:51:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4930 | 2024-08-23T21:51:11.947Z | [ recovery-image] Aug 23 21:51:11.328 INFO O| Aug 23 21:51:11.328 INFO STEP 338 (remove_files) COMPLETE |
4931 | 2024-08-23T21:51:11.950Z | [ recovery-image] Aug 23 21:51:11.328 INFO O| Aug 23 21:51:11.328 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-23T21:51:11.956Z | [ recovery-image] Aug 23 21:51:11.338 INFO O| Aug 23 21:51:11.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4933 | 2024-08-23T21:51:11.956Z | [ recovery-image] Aug 23 21:51:11.338 INFO O| Aug 23 21:51:11.338 INFO STEP 339 (remove_files) COMPLETE |
4934 | 2024-08-23T21:51:11.959Z | [ recovery-image] Aug 23 21:51:11.338 INFO O| Aug 23 21:51:11.338 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-23T21:51:11.966Z | [ recovery-image] Aug 23 21:51:11.347 INFO O| Aug 23 21:51:11.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4936 | 2024-08-23T21:51:11.966Z | [ recovery-image] Aug 23 21:51:11.347 INFO O| Aug 23 21:51:11.347 INFO STEP 340 (remove_files) COMPLETE |
4937 | 2024-08-23T21:51:11.966Z | [ recovery-image] Aug 23 21:51:11.347 INFO O| Aug 23 21:51:11.347 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-23T21:51:11.975Z | [ recovery-image] Aug 23 21:51:11.356 INFO O| Aug 23 21:51:11.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4939 | 2024-08-23T21:51:11.975Z | [ recovery-image] Aug 23 21:51:11.356 INFO O| Aug 23 21:51:11.356 INFO STEP 341 (remove_files) COMPLETE |
4940 | 2024-08-23T21:51:11.977Z | [ recovery-image] Aug 23 21:51:11.356 INFO O| Aug 23 21:51:11.356 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-23T21:51:11.984Z | [ recovery-image] Aug 23 21:51:11.365 INFO O| Aug 23 21:51:11.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4942 | 2024-08-23T21:51:11.987Z | [ recovery-image] Aug 23 21:51:11.366 INFO O| Aug 23 21:51:11.366 INFO STEP 342 (remove_files) COMPLETE |
4943 | 2024-08-23T21:51:11.987Z | [ recovery-image] Aug 23 21:51:11.366 INFO O| Aug 23 21:51:11.366 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-23T21:51:11.993Z | [ recovery-image] Aug 23 21:51:11.375 INFO O| Aug 23 21:51:11.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4945 | 2024-08-23T21:51:11.996Z | [ recovery-image] Aug 23 21:51:11.375 INFO O| Aug 23 21:51:11.375 INFO STEP 343 (remove_files) COMPLETE |
4946 | 2024-08-23T21:51:11.996Z | [ recovery-image] Aug 23 21:51:11.375 INFO O| Aug 23 21:51:11.375 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-23T21:51:12.003Z | [ recovery-image] Aug 23 21:51:11.384 INFO O| Aug 23 21:51:11.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4948 | 2024-08-23T21:51:12.003Z | [ recovery-image] Aug 23 21:51:11.384 INFO O| Aug 23 21:51:11.384 INFO STEP 344 (remove_files) COMPLETE |
4949 | 2024-08-23T21:51:12.005Z | [ recovery-image] Aug 23 21:51:11.384 INFO O| Aug 23 21:51:11.384 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-23T21:51:12.012Z | [ recovery-image] Aug 23 21:51:11.393 INFO O| Aug 23 21:51:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4951 | 2024-08-23T21:51:12.012Z | [ recovery-image] Aug 23 21:51:11.393 INFO O| Aug 23 21:51:11.393 INFO STEP 345 (remove_files) COMPLETE |
4952 | 2024-08-23T21:51:12.012Z | [ recovery-image] Aug 23 21:51:11.394 INFO O| Aug 23 21:51:11.393 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-23T21:51:12.021Z | [ recovery-image] Aug 23 21:51:11.403 INFO O| Aug 23 21:51:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4954 | 2024-08-23T21:51:12.021Z | [ recovery-image] Aug 23 21:51:11.403 INFO O| Aug 23 21:51:11.403 INFO STEP 346 (remove_files) COMPLETE |
4955 | 2024-08-23T21:51:12.024Z | [ recovery-image] Aug 23 21:51:11.403 INFO O| Aug 23 21:51:11.403 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-08-23T21:51:12.031Z | [ recovery-image] Aug 23 21:51:11.412 INFO O| Aug 23 21:51:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4957 | 2024-08-23T21:51:12.031Z | [ recovery-image] Aug 23 21:51:11.412 INFO O| Aug 23 21:51:11.412 INFO STEP 347 (remove_files) COMPLETE |
4958 | 2024-08-23T21:51:12.033Z | [ recovery-image] Aug 23 21:51:11.412 INFO O| Aug 23 21:51:11.412 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-08-23T21:51:12.040Z | [ recovery-image] Aug 23 21:51:11.421 INFO O| Aug 23 21:51:11.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4960 | 2024-08-23T21:51:12.042Z | [ recovery-image] Aug 23 21:51:11.421 INFO O| Aug 23 21:51:11.421 INFO STEP 348 (remove_files) COMPLETE |
4961 | 2024-08-23T21:51:12.042Z | [ recovery-image] Aug 23 21:51:11.421 INFO O| Aug 23 21:51:11.421 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-08-23T21:51:12.049Z | [ recovery-image] Aug 23 21:51:11.431 INFO O| Aug 23 21:51:11.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4963 | 2024-08-23T21:51:12.049Z | [ recovery-image] Aug 23 21:51:11.431 INFO O| Aug 23 21:51:11.431 INFO STEP 349 (remove_files) COMPLETE |
4964 | 2024-08-23T21:51:12.049Z | [ recovery-image] Aug 23 21:51:11.431 INFO O| Aug 23 21:51:11.431 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-08-23T21:51:12.059Z | [ recovery-image] Aug 23 21:51:11.440 INFO O| Aug 23 21:51:11.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4966 | 2024-08-23T21:51:12.059Z | [ recovery-image] Aug 23 21:51:11.440 INFO O| Aug 23 21:51:11.440 INFO STEP 350 (remove_files) COMPLETE |
4967 | 2024-08-23T21:51:12.061Z | [ recovery-image] Aug 23 21:51:11.440 INFO O| Aug 23 21:51:11.440 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-23T21:51:12.068Z | [ recovery-image] Aug 23 21:51:11.449 INFO O| Aug 23 21:51:11.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4969 | 2024-08-23T21:51:12.068Z | [ recovery-image] Aug 23 21:51:11.449 INFO O| Aug 23 21:51:11.449 INFO STEP 351 (remove_files) COMPLETE |
4970 | 2024-08-23T21:51:12.068Z | [ recovery-image] Aug 23 21:51:11.449 INFO O| Aug 23 21:51:11.449 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-23T21:51:12.077Z | [ recovery-image] Aug 23 21:51:11.458 INFO O| Aug 23 21:51:11.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4972 | 2024-08-23T21:51:12.077Z | [ recovery-image] Aug 23 21:51:11.458 INFO O| Aug 23 21:51:11.458 INFO STEP 352 (remove_files) COMPLETE |
4973 | 2024-08-23T21:51:12.079Z | [ recovery-image] Aug 23 21:51:11.458 INFO O| Aug 23 21:51:11.458 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-23T21:51:12.086Z | [ recovery-image] Aug 23 21:51:11.467 INFO O| Aug 23 21:51:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4975 | 2024-08-23T21:51:12.086Z | [ recovery-image] Aug 23 21:51:11.467 INFO O| Aug 23 21:51:11.467 INFO STEP 353 (remove_files) COMPLETE |
4976 | 2024-08-23T21:51:12.089Z | [ recovery-image] Aug 23 21:51:11.467 INFO O| Aug 23 21:51:11.467 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-23T21:51:12.096Z | [ recovery-image] Aug 23 21:51:11.477 INFO O| Aug 23 21:51:11.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4978 | 2024-08-23T21:51:12.096Z | [ recovery-image] Aug 23 21:51:11.477 INFO O| Aug 23 21:51:11.477 INFO STEP 354 (remove_files) COMPLETE |
4979 | 2024-08-23T21:51:12.096Z | [ recovery-image] Aug 23 21:51:11.477 INFO O| Aug 23 21:51:11.477 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-23T21:51:12.105Z | [ recovery-image] Aug 23 21:51:11.486 INFO O| Aug 23 21:51:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4981 | 2024-08-23T21:51:12.105Z | [ recovery-image] Aug 23 21:51:11.487 INFO O| Aug 23 21:51:11.487 INFO STEP 355 (remove_files) COMPLETE |
4982 | 2024-08-23T21:51:12.105Z | [ recovery-image] Aug 23 21:51:11.487 INFO O| Aug 23 21:51:11.487 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-23T21:51:12.114Z | [ recovery-image] Aug 23 21:51:11.496 INFO O| Aug 23 21:51:11.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4984 | 2024-08-23T21:51:12.115Z | [ recovery-image] Aug 23 21:51:11.496 INFO O| Aug 23 21:51:11.496 INFO STEP 356 (remove_files) COMPLETE |
4985 | 2024-08-23T21:51:12.115Z | [ recovery-image] Aug 23 21:51:11.496 INFO O| Aug 23 21:51:11.496 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-23T21:51:12.124Z | [ recovery-image] Aug 23 21:51:11.505 INFO O| Aug 23 21:51:11.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4987 | 2024-08-23T21:51:12.124Z | [ recovery-image] Aug 23 21:51:11.505 INFO O| Aug 23 21:51:11.505 INFO STEP 357 (remove_files) COMPLETE |
4988 | 2024-08-23T21:51:12.126Z | [ recovery-image] Aug 23 21:51:11.505 INFO O| Aug 23 21:51:11.505 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-23T21:51:12.133Z | [ recovery-image] Aug 23 21:51:11.514 INFO O| Aug 23 21:51:11.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4990 | 2024-08-23T21:51:12.133Z | [ recovery-image] Aug 23 21:51:11.514 INFO O| Aug 23 21:51:11.514 INFO STEP 358 (remove_files) COMPLETE |
4991 | 2024-08-23T21:51:12.133Z | [ recovery-image] Aug 23 21:51:11.514 INFO O| Aug 23 21:51:11.514 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-23T21:51:12.142Z | [ recovery-image] Aug 23 21:51:11.524 INFO O| Aug 23 21:51:11.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4993 | 2024-08-23T21:51:12.142Z | [ recovery-image] Aug 23 21:51:11.524 INFO O| Aug 23 21:51:11.524 INFO STEP 359 (remove_files) COMPLETE |
4994 | 2024-08-23T21:51:12.142Z | [ recovery-image] Aug 23 21:51:11.524 INFO O| Aug 23 21:51:11.524 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-23T21:51:12.151Z | [ recovery-image] Aug 23 21:51:11.533 INFO O| Aug 23 21:51:11.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4996 | 2024-08-23T21:51:12.152Z | [ recovery-image] Aug 23 21:51:11.533 INFO O| Aug 23 21:51:11.533 INFO STEP 360 (remove_files) COMPLETE |
4997 | 2024-08-23T21:51:12.154Z | [ recovery-image] Aug 23 21:51:11.533 INFO O| Aug 23 21:51:11.533 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-23T21:51:12.161Z | [ recovery-image] Aug 23 21:51:11.542 INFO O| Aug 23 21:51:11.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4999 | 2024-08-23T21:51:12.161Z | [ recovery-image] Aug 23 21:51:11.542 INFO O| Aug 23 21:51:11.542 INFO STEP 361 (remove_files) COMPLETE |
5000 | 2024-08-23T21:51:12.163Z | [ recovery-image] Aug 23 21:51:11.542 INFO O| Aug 23 21:51:11.542 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-23T21:51:12.170Z | [ recovery-image] Aug 23 21:51:11.551 INFO O| Aug 23 21:51:11.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5002 | 2024-08-23T21:51:12.170Z | [ recovery-image] Aug 23 21:51:11.551 INFO O| Aug 23 21:51:11.551 INFO STEP 362 (remove_files) COMPLETE |
5003 | 2024-08-23T21:51:12.173Z | [ recovery-image] Aug 23 21:51:11.551 INFO O| Aug 23 21:51:11.551 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-08-23T21:51:12.180Z | [ recovery-image] Aug 23 21:51:11.561 INFO O| Aug 23 21:51:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5005 | 2024-08-23T21:51:12.180Z | [ recovery-image] Aug 23 21:51:11.561 INFO O| Aug 23 21:51:11.561 INFO STEP 363 (remove_files) COMPLETE |
5006 | 2024-08-23T21:51:12.180Z | [ recovery-image] Aug 23 21:51:11.561 INFO O| Aug 23 21:51:11.561 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-08-23T21:51:12.191Z | [ recovery-image] Aug 23 21:51:11.571 INFO O| Aug 23 21:51:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5008 | 2024-08-23T21:51:12.191Z | [ recovery-image] Aug 23 21:51:11.571 INFO O| Aug 23 21:51:11.571 INFO STEP 364 (remove_files) COMPLETE |
5009 | 2024-08-23T21:51:12.191Z | [ recovery-image] Aug 23 21:51:11.571 INFO O| Aug 23 21:51:11.571 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-23T21:51:12.199Z | [ recovery-image] Aug 23 21:51:11.580 INFO O| Aug 23 21:51:11.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5011 | 2024-08-23T21:51:12.199Z | [ recovery-image] Aug 23 21:51:11.580 INFO O| Aug 23 21:51:11.580 INFO STEP 365 (remove_files) COMPLETE |
5012 | 2024-08-23T21:51:12.199Z | [ recovery-image] Aug 23 21:51:11.580 INFO O| Aug 23 21:51:11.580 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-23T21:51:12.208Z | [ recovery-image] Aug 23 21:51:11.589 INFO O| Aug 23 21:51:11.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5014 | 2024-08-23T21:51:12.208Z | [ recovery-image] Aug 23 21:51:11.589 INFO O| Aug 23 21:51:11.589 INFO STEP 366 (remove_files) COMPLETE |
5015 | 2024-08-23T21:51:12.208Z | [ recovery-image] Aug 23 21:51:11.589 INFO O| Aug 23 21:51:11.589 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-23T21:51:12.218Z | [ recovery-image] Aug 23 21:51:11.599 INFO O| Aug 23 21:51:11.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5017 | 2024-08-23T21:51:12.220Z | [ recovery-image] Aug 23 21:51:11.599 INFO O| Aug 23 21:51:11.599 INFO STEP 367 (remove_files) COMPLETE |
5018 | 2024-08-23T21:51:12.220Z | [ recovery-image] Aug 23 21:51:11.599 INFO O| Aug 23 21:51:11.599 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-23T21:51:12.227Z | [ recovery-image] Aug 23 21:51:11.608 INFO O| Aug 23 21:51:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5020 | 2024-08-23T21:51:12.227Z | [ recovery-image] Aug 23 21:51:11.608 INFO O| Aug 23 21:51:11.608 INFO STEP 368 (remove_files) COMPLETE |
5021 | 2024-08-23T21:51:12.227Z | [ recovery-image] Aug 23 21:51:11.608 INFO O| Aug 23 21:51:11.608 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-23T21:51:12.238Z | [ recovery-image] Aug 23 21:51:11.617 INFO O| Aug 23 21:51:11.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5023 | 2024-08-23T21:51:12.241Z | [ recovery-image] Aug 23 21:51:11.618 INFO O| Aug 23 21:51:11.618 INFO STEP 369 (remove_files) COMPLETE |
5024 | 2024-08-23T21:51:12.241Z | [ recovery-image] Aug 23 21:51:11.618 INFO O| Aug 23 21:51:11.618 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-23T21:51:12.246Z | [ recovery-image] Aug 23 21:51:11.627 INFO O| Aug 23 21:51:11.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5026 | 2024-08-23T21:51:12.246Z | [ recovery-image] Aug 23 21:51:11.627 INFO O| Aug 23 21:51:11.627 INFO STEP 370 (remove_files) COMPLETE |
5027 | 2024-08-23T21:51:12.246Z | [ recovery-image] Aug 23 21:51:11.627 INFO O| Aug 23 21:51:11.627 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-23T21:51:12.255Z | [ recovery-image] Aug 23 21:51:11.636 INFO O| Aug 23 21:51:11.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5029 | 2024-08-23T21:51:12.255Z | [ recovery-image] Aug 23 21:51:11.636 INFO O| Aug 23 21:51:11.636 INFO STEP 371 (remove_files) COMPLETE |
5030 | 2024-08-23T21:51:12.255Z | [ recovery-image] Aug 23 21:51:11.636 INFO O| Aug 23 21:51:11.636 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-23T21:51:12.264Z | [ recovery-image] Aug 23 21:51:11.645 INFO O| Aug 23 21:51:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5032 | 2024-08-23T21:51:12.264Z | [ recovery-image] Aug 23 21:51:11.645 INFO O| Aug 23 21:51:11.645 INFO STEP 372 (remove_files) COMPLETE |
5033 | 2024-08-23T21:51:12.264Z | [ recovery-image] Aug 23 21:51:11.645 INFO O| Aug 23 21:51:11.645 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-23T21:51:12.274Z | [ recovery-image] Aug 23 21:51:11.655 INFO O| Aug 23 21:51:11.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5035 | 2024-08-23T21:51:12.274Z | [ recovery-image] Aug 23 21:51:11.655 INFO O| Aug 23 21:51:11.655 INFO STEP 373 (remove_files) COMPLETE |
5036 | 2024-08-23T21:51:12.274Z | [ recovery-image] Aug 23 21:51:11.655 INFO O| Aug 23 21:51:11.655 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-23T21:51:12.284Z | [ recovery-image] Aug 23 21:51:11.665 INFO O| Aug 23 21:51:11.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5038 | 2024-08-23T21:51:12.284Z | [ recovery-image] Aug 23 21:51:11.665 INFO O| Aug 23 21:51:11.665 INFO STEP 374 (remove_files) COMPLETE |
5039 | 2024-08-23T21:51:12.286Z | [ recovery-image] Aug 23 21:51:11.665 INFO O| Aug 23 21:51:11.665 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-23T21:51:12.293Z | [ recovery-image] Aug 23 21:51:11.674 INFO O| Aug 23 21:51:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5041 | 2024-08-23T21:51:12.293Z | [ recovery-image] Aug 23 21:51:11.674 INFO O| Aug 23 21:51:11.674 INFO STEP 375 (remove_files) COMPLETE |
5042 | 2024-08-23T21:51:12.296Z | [ recovery-image] Aug 23 21:51:11.674 INFO O| Aug 23 21:51:11.674 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-23T21:51:12.302Z | [ recovery-image] Aug 23 21:51:11.683 INFO O| Aug 23 21:51:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5044 | 2024-08-23T21:51:12.302Z | [ recovery-image] Aug 23 21:51:11.683 INFO O| Aug 23 21:51:11.683 INFO STEP 376 (remove_files) COMPLETE |
5045 | 2024-08-23T21:51:12.302Z | [ recovery-image] Aug 23 21:51:11.683 INFO O| Aug 23 21:51:11.683 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-23T21:51:12.312Z | [ recovery-image] Aug 23 21:51:11.693 INFO O| Aug 23 21:51:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5047 | 2024-08-23T21:51:12.314Z | [ recovery-image] Aug 23 21:51:11.693 INFO O| Aug 23 21:51:11.693 INFO STEP 377 (remove_files) COMPLETE |
5048 | 2024-08-23T21:51:12.314Z | [ recovery-image] Aug 23 21:51:11.693 INFO O| Aug 23 21:51:11.693 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-23T21:51:12.321Z | [ recovery-image] Aug 23 21:51:11.702 INFO O| Aug 23 21:51:11.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5050 | 2024-08-23T21:51:12.321Z | [ recovery-image] Aug 23 21:51:11.702 INFO O| Aug 23 21:51:11.702 INFO STEP 378 (remove_files) COMPLETE |
5051 | 2024-08-23T21:51:12.321Z | [ recovery-image] Aug 23 21:51:11.702 INFO O| Aug 23 21:51:11.702 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-23T21:51:12.330Z | [ recovery-image] Aug 23 21:51:11.711 INFO O| Aug 23 21:51:11.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5053 | 2024-08-23T21:51:12.330Z | [ recovery-image] Aug 23 21:51:11.711 INFO O| Aug 23 21:51:11.711 INFO STEP 379 (remove_files) COMPLETE |
5054 | 2024-08-23T21:51:12.332Z | [ recovery-image] Aug 23 21:51:11.711 INFO O| Aug 23 21:51:11.711 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-23T21:51:12.340Z | [ recovery-image] Aug 23 21:51:11.721 INFO O| Aug 23 21:51:11.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5056 | 2024-08-23T21:51:12.340Z | [ recovery-image] Aug 23 21:51:11.721 INFO O| Aug 23 21:51:11.721 INFO STEP 380 (remove_files) COMPLETE |
5057 | 2024-08-23T21:51:12.342Z | [ recovery-image] Aug 23 21:51:11.721 INFO O| Aug 23 21:51:11.721 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-23T21:51:12.349Z | [ recovery-image] Aug 23 21:51:11.730 INFO O| Aug 23 21:51:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5059 | 2024-08-23T21:51:12.351Z | [ recovery-image] Aug 23 21:51:11.731 INFO O| Aug 23 21:51:11.731 INFO STEP 381 (remove_files) COMPLETE |
5060 | 2024-08-23T21:51:12.351Z | [ recovery-image] Aug 23 21:51:11.731 INFO O| Aug 23 21:51:11.731 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-23T21:51:12.359Z | [ recovery-image] Aug 23 21:51:11.740 INFO O| Aug 23 21:51:11.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5062 | 2024-08-23T21:51:12.359Z | [ recovery-image] Aug 23 21:51:11.740 INFO O| Aug 23 21:51:11.740 INFO STEP 382 (remove_files) COMPLETE |
5063 | 2024-08-23T21:51:12.359Z | [ recovery-image] Aug 23 21:51:11.740 INFO O| Aug 23 21:51:11.740 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-23T21:51:12.368Z | [ recovery-image] Aug 23 21:51:11.749 INFO O| Aug 23 21:51:11.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5065 | 2024-08-23T21:51:12.368Z | [ recovery-image] Aug 23 21:51:11.749 INFO O| Aug 23 21:51:11.749 INFO STEP 383 (remove_files) COMPLETE |
5066 | 2024-08-23T21:51:12.370Z | [ recovery-image] Aug 23 21:51:11.749 INFO O| Aug 23 21:51:11.749 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-23T21:51:12.377Z | [ recovery-image] Aug 23 21:51:11.758 INFO O| Aug 23 21:51:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5068 | 2024-08-23T21:51:12.379Z | [ recovery-image] Aug 23 21:51:11.758 INFO O| Aug 23 21:51:11.758 INFO STEP 384 (remove_files) COMPLETE |
5069 | 2024-08-23T21:51:12.379Z | [ recovery-image] Aug 23 21:51:11.758 INFO O| Aug 23 21:51:11.758 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-23T21:51:12.386Z | [ recovery-image] Aug 23 21:51:11.768 INFO O| Aug 23 21:51:11.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5071 | 2024-08-23T21:51:12.386Z | [ recovery-image] Aug 23 21:51:11.768 INFO O| Aug 23 21:51:11.768 INFO STEP 385 (remove_files) COMPLETE |
5072 | 2024-08-23T21:51:12.389Z | [ recovery-image] Aug 23 21:51:11.768 INFO O| Aug 23 21:51:11.768 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-23T21:51:12.396Z | [ recovery-image] Aug 23 21:51:11.777 INFO O| Aug 23 21:51:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5074 | 2024-08-23T21:51:12.396Z | [ recovery-image] Aug 23 21:51:11.777 INFO O| Aug 23 21:51:11.777 INFO STEP 386 (remove_files) COMPLETE |
5075 | 2024-08-23T21:51:12.398Z | [ recovery-image] Aug 23 21:51:11.777 INFO O| Aug 23 21:51:11.777 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-08-23T21:51:12.405Z | [ recovery-image] Aug 23 21:51:11.786 INFO O| Aug 23 21:51:11.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5077 | 2024-08-23T21:51:12.405Z | [ recovery-image] Aug 23 21:51:11.786 INFO O| Aug 23 21:51:11.786 INFO STEP 387 (remove_files) COMPLETE |
5078 | 2024-08-23T21:51:12.405Z | [ recovery-image] Aug 23 21:51:11.786 INFO O| Aug 23 21:51:11.786 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-08-23T21:51:12.414Z | [ recovery-image] Aug 23 21:51:11.795 INFO O| Aug 23 21:51:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5080 | 2024-08-23T21:51:12.416Z | [ recovery-image] Aug 23 21:51:11.795 INFO O| Aug 23 21:51:11.795 INFO STEP 388 (remove_files) COMPLETE |
5081 | 2024-08-23T21:51:12.416Z | [ recovery-image] Aug 23 21:51:11.795 INFO O| Aug 23 21:51:11.795 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-23T21:51:12.423Z | [ recovery-image] Aug 23 21:51:11.805 INFO O| Aug 23 21:51:11.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5083 | 2024-08-23T21:51:12.426Z | [ recovery-image] Aug 23 21:51:11.805 INFO O| Aug 23 21:51:11.805 INFO STEP 389 (remove_files) COMPLETE |
5084 | 2024-08-23T21:51:12.426Z | [ recovery-image] Aug 23 21:51:11.805 INFO O| Aug 23 21:51:11.805 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-23T21:51:12.433Z | [ recovery-image] Aug 23 21:51:11.814 INFO O| Aug 23 21:51:11.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5086 | 2024-08-23T21:51:12.433Z | [ recovery-image] Aug 23 21:51:11.815 INFO O| Aug 23 21:51:11.814 INFO STEP 390 (remove_files) COMPLETE |
5087 | 2024-08-23T21:51:12.435Z | [ recovery-image] Aug 23 21:51:11.815 INFO O| Aug 23 21:51:11.815 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-23T21:51:12.442Z | [ recovery-image] Aug 23 21:51:11.824 INFO O| Aug 23 21:51:11.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5089 | 2024-08-23T21:51:12.443Z | [ recovery-image] Aug 23 21:51:11.824 INFO O| Aug 23 21:51:11.824 INFO STEP 391 (remove_files) COMPLETE |
5090 | 2024-08-23T21:51:12.445Z | [ recovery-image] Aug 23 21:51:11.824 INFO O| Aug 23 21:51:11.824 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-23T21:51:12.452Z | [ recovery-image] Aug 23 21:51:11.833 INFO O| Aug 23 21:51:11.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5092 | 2024-08-23T21:51:12.452Z | [ recovery-image] Aug 23 21:51:11.833 INFO O| Aug 23 21:51:11.833 INFO STEP 392 (remove_files) COMPLETE |
5093 | 2024-08-23T21:51:12.454Z | [ recovery-image] Aug 23 21:51:11.833 INFO O| Aug 23 21:51:11.833 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-23T21:51:12.461Z | [ recovery-image] Aug 23 21:51:11.842 INFO O| Aug 23 21:51:11.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5095 | 2024-08-23T21:51:12.461Z | [ recovery-image] Aug 23 21:51:11.842 INFO O| Aug 23 21:51:11.842 INFO STEP 393 (remove_files) COMPLETE |
5096 | 2024-08-23T21:51:12.461Z | [ recovery-image] Aug 23 21:51:11.842 INFO O| Aug 23 21:51:11.842 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-23T21:51:12.470Z | [ recovery-image] Aug 23 21:51:11.851 INFO O| Aug 23 21:51:11.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5098 | 2024-08-23T21:51:12.470Z | [ recovery-image] Aug 23 21:51:11.851 INFO O| Aug 23 21:51:11.851 INFO STEP 394 (remove_files) COMPLETE |
5099 | 2024-08-23T21:51:12.470Z | [ recovery-image] Aug 23 21:51:11.851 INFO O| Aug 23 21:51:11.851 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-23T21:51:12.479Z | [ recovery-image] Aug 23 21:51:11.860 INFO O| Aug 23 21:51:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5101 | 2024-08-23T21:51:12.482Z | [ recovery-image] Aug 23 21:51:11.860 INFO O| Aug 23 21:51:11.860 INFO STEP 395 (remove_files) COMPLETE |
5102 | 2024-08-23T21:51:12.482Z | [ recovery-image] Aug 23 21:51:11.861 INFO O| Aug 23 21:51:11.860 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-23T21:51:12.488Z | [ recovery-image] Aug 23 21:51:11.870 INFO O| Aug 23 21:51:11.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5104 | 2024-08-23T21:51:12.488Z | [ recovery-image] Aug 23 21:51:11.870 INFO O| Aug 23 21:51:11.870 INFO STEP 396 (remove_files) COMPLETE |
5105 | 2024-08-23T21:51:12.491Z | [ recovery-image] Aug 23 21:51:11.870 INFO O| Aug 23 21:51:11.870 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-23T21:51:12.498Z | [ recovery-image] Aug 23 21:51:11.879 INFO O| Aug 23 21:51:11.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5107 | 2024-08-23T21:51:12.500Z | [ recovery-image] Aug 23 21:51:11.879 INFO O| Aug 23 21:51:11.879 INFO STEP 397 (remove_files) COMPLETE |
5108 | 2024-08-23T21:51:12.500Z | [ recovery-image] Aug 23 21:51:11.879 INFO O| Aug 23 21:51:11.879 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-23T21:51:12.507Z | [ recovery-image] Aug 23 21:51:11.888 INFO O| Aug 23 21:51:11.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5110 | 2024-08-23T21:51:12.507Z | [ recovery-image] Aug 23 21:51:11.888 INFO O| Aug 23 21:51:11.888 INFO STEP 398 (remove_files) COMPLETE |
5111 | 2024-08-23T21:51:12.507Z | [ recovery-image] Aug 23 21:51:11.888 INFO O| Aug 23 21:51:11.888 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-23T21:51:12.517Z | [ recovery-image] Aug 23 21:51:11.897 INFO O| Aug 23 21:51:11.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5113 | 2024-08-23T21:51:12.517Z | [ recovery-image] Aug 23 21:51:11.898 INFO O| Aug 23 21:51:11.897 INFO STEP 399 (remove_files) COMPLETE |
5114 | 2024-08-23T21:51:12.519Z | [ recovery-image] Aug 23 21:51:11.898 INFO O| Aug 23 21:51:11.897 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-23T21:51:12.527Z | [ recovery-image] Aug 23 21:51:11.908 INFO O| Aug 23 21:51:11.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5116 | 2024-08-23T21:51:12.527Z | [ recovery-image] Aug 23 21:51:11.908 INFO O| Aug 23 21:51:11.908 INFO STEP 400 (remove_files) COMPLETE |
5117 | 2024-08-23T21:51:12.527Z | [ recovery-image] Aug 23 21:51:11.908 INFO O| Aug 23 21:51:11.908 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-23T21:51:12.536Z | [ recovery-image] Aug 23 21:51:11.917 INFO O| Aug 23 21:51:11.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5119 | 2024-08-23T21:51:12.538Z | [ recovery-image] Aug 23 21:51:11.917 INFO O| Aug 23 21:51:11.917 INFO STEP 401 (remove_files) COMPLETE |
5120 | 2024-08-23T21:51:12.538Z | [ recovery-image] Aug 23 21:51:11.917 INFO O| Aug 23 21:51:11.917 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-23T21:51:12.545Z | [ recovery-image] Aug 23 21:51:11.926 INFO O| Aug 23 21:51:11.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5122 | 2024-08-23T21:51:12.545Z | [ recovery-image] Aug 23 21:51:11.926 INFO O| Aug 23 21:51:11.926 INFO STEP 402 (remove_files) COMPLETE |
5123 | 2024-08-23T21:51:12.548Z | [ recovery-image] Aug 23 21:51:11.927 INFO O| Aug 23 21:51:11.926 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-23T21:51:12.555Z | [ recovery-image] Aug 23 21:51:11.936 INFO O| Aug 23 21:51:11.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5125 | 2024-08-23T21:51:12.555Z | [ recovery-image] Aug 23 21:51:11.936 INFO O| Aug 23 21:51:11.936 INFO STEP 403 (remove_files) COMPLETE |
5126 | 2024-08-23T21:51:12.555Z | [ recovery-image] Aug 23 21:51:11.936 INFO O| Aug 23 21:51:11.936 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-23T21:51:12.564Z | [ recovery-image] Aug 23 21:51:11.946 INFO O| Aug 23 21:51:11.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5128 | 2024-08-23T21:51:12.564Z | [ recovery-image] Aug 23 21:51:11.946 INFO O| Aug 23 21:51:11.946 INFO STEP 404 (remove_files) COMPLETE |
5129 | 2024-08-23T21:51:12.567Z | [ recovery-image] Aug 23 21:51:11.946 INFO O| Aug 23 21:51:11.946 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-23T21:51:12.574Z | [ recovery-image] Aug 23 21:51:11.955 INFO O| Aug 23 21:51:11.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5131 | 2024-08-23T21:51:12.576Z | [ recovery-image] Aug 23 21:51:11.955 INFO O| Aug 23 21:51:11.955 INFO STEP 405 (remove_files) COMPLETE |
5132 | 2024-08-23T21:51:12.576Z | [ recovery-image] Aug 23 21:51:11.955 INFO O| Aug 23 21:51:11.955 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-23T21:51:12.583Z | [ recovery-image] Aug 23 21:51:11.964 INFO O| Aug 23 21:51:11.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5134 | 2024-08-23T21:51:12.583Z | [ recovery-image] Aug 23 21:51:11.964 INFO O| Aug 23 21:51:11.964 INFO STEP 406 (remove_files) COMPLETE |
5135 | 2024-08-23T21:51:12.583Z | [ recovery-image] Aug 23 21:51:11.964 INFO O| Aug 23 21:51:11.964 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-23T21:51:12.592Z | [ recovery-image] Aug 23 21:51:11.973 INFO O| Aug 23 21:51:11.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5137 | 2024-08-23T21:51:12.592Z | [ recovery-image] Aug 23 21:51:11.974 INFO O| Aug 23 21:51:11.974 INFO STEP 407 (remove_files) COMPLETE |
5138 | 2024-08-23T21:51:12.592Z | [ recovery-image] Aug 23 21:51:11.974 INFO O| Aug 23 21:51:11.974 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-23T21:51:12.603Z | [ recovery-image] Aug 23 21:51:11.984 INFO O| Aug 23 21:51:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5140 | 2024-08-23T21:51:12.603Z | [ recovery-image] Aug 23 21:51:11.984 INFO O| Aug 23 21:51:11.984 INFO STEP 408 (remove_files) COMPLETE |
5141 | 2024-08-23T21:51:12.603Z | [ recovery-image] Aug 23 21:51:11.984 INFO O| Aug 23 21:51:11.984 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-23T21:51:12.613Z | [ recovery-image] Aug 23 21:51:11.994 INFO O| Aug 23 21:51:11.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5143 | 2024-08-23T21:51:12.615Z | [ recovery-image] Aug 23 21:51:11.994 INFO O| Aug 23 21:51:11.994 INFO STEP 409 (remove_files) COMPLETE |
5144 | 2024-08-23T21:51:12.615Z | [ recovery-image] Aug 23 21:51:11.994 INFO O| Aug 23 21:51:11.994 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-23T21:51:12.623Z | [ recovery-image] Aug 23 21:51:12.004 INFO O| Aug 23 21:51:12.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5146 | 2024-08-23T21:51:12.623Z | [ recovery-image] Aug 23 21:51:12.004 INFO O| Aug 23 21:51:12.004 INFO STEP 410 (remove_files) COMPLETE |
5147 | 2024-08-23T21:51:12.626Z | [ recovery-image] Aug 23 21:51:12.004 INFO O| Aug 23 21:51:12.004 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-23T21:51:12.632Z | [ recovery-image] Aug 23 21:51:12.014 INFO O| Aug 23 21:51:12.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5149 | 2024-08-23T21:51:12.632Z | [ recovery-image] Aug 23 21:51:12.014 INFO O| Aug 23 21:51:12.014 INFO STEP 411 (remove_files) COMPLETE |
5150 | 2024-08-23T21:51:12.632Z | [ recovery-image] Aug 23 21:51:12.014 INFO O| Aug 23 21:51:12.014 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-23T21:51:12.642Z | [ recovery-image] Aug 23 21:51:12.023 INFO O| Aug 23 21:51:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5152 | 2024-08-23T21:51:12.642Z | [ recovery-image] Aug 23 21:51:12.023 INFO O| Aug 23 21:51:12.023 INFO STEP 412 (remove_files) COMPLETE |
5153 | 2024-08-23T21:51:12.642Z | [ recovery-image] Aug 23 21:51:12.023 INFO O| Aug 23 21:51:12.023 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-23T21:51:12.651Z | [ recovery-image] Aug 23 21:51:12.032 INFO O| Aug 23 21:51:12.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5155 | 2024-08-23T21:51:12.651Z | [ recovery-image] Aug 23 21:51:12.032 INFO O| Aug 23 21:51:12.032 INFO STEP 413 (remove_files) COMPLETE |
5156 | 2024-08-23T21:51:12.653Z | [ recovery-image] Aug 23 21:51:12.032 INFO O| Aug 23 21:51:12.032 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-23T21:51:12.660Z | [ recovery-image] Aug 23 21:51:12.041 INFO O| Aug 23 21:51:12.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5158 | 2024-08-23T21:51:12.660Z | [ recovery-image] Aug 23 21:51:12.042 INFO O| Aug 23 21:51:12.041 INFO STEP 414 (remove_files) COMPLETE |
5159 | 2024-08-23T21:51:12.660Z | [ recovery-image] Aug 23 21:51:12.042 INFO O| Aug 23 21:51:12.042 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-23T21:51:12.670Z | [ recovery-image] Aug 23 21:51:12.051 INFO O| Aug 23 21:51:12.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5161 | 2024-08-23T21:51:12.670Z | [ recovery-image] Aug 23 21:51:12.051 INFO O| Aug 23 21:51:12.051 INFO STEP 415 (remove_files) COMPLETE |
5162 | 2024-08-23T21:51:12.670Z | [ recovery-image] Aug 23 21:51:12.051 INFO O| Aug 23 21:51:12.051 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-23T21:51:12.679Z | [ recovery-image] Aug 23 21:51:12.060 INFO O| Aug 23 21:51:12.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5164 | 2024-08-23T21:51:12.679Z | [ recovery-image] Aug 23 21:51:12.060 INFO O| Aug 23 21:51:12.060 INFO STEP 416 (remove_files) COMPLETE |
5165 | 2024-08-23T21:51:12.679Z | [ recovery-image] Aug 23 21:51:12.060 INFO O| Aug 23 21:51:12.060 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-23T21:51:12.688Z | [ recovery-image] Aug 23 21:51:12.069 INFO O| Aug 23 21:51:12.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5167 | 2024-08-23T21:51:12.690Z | [ recovery-image] Aug 23 21:51:12.069 INFO O| Aug 23 21:51:12.069 INFO STEP 417 (remove_files) COMPLETE |
5168 | 2024-08-23T21:51:12.690Z | [ recovery-image] Aug 23 21:51:12.069 INFO O| Aug 23 21:51:12.069 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-23T21:51:12.698Z | [ recovery-image] Aug 23 21:51:12.079 INFO O| Aug 23 21:51:12.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5170 | 2024-08-23T21:51:12.698Z | [ recovery-image] Aug 23 21:51:12.079 INFO O| Aug 23 21:51:12.079 INFO STEP 418 (remove_files) COMPLETE |
5171 | 2024-08-23T21:51:12.700Z | [ recovery-image] Aug 23 21:51:12.079 INFO O| Aug 23 21:51:12.079 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-23T21:51:12.707Z | [ recovery-image] Aug 23 21:51:12.088 INFO O| Aug 23 21:51:12.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5173 | 2024-08-23T21:51:12.709Z | [ recovery-image] Aug 23 21:51:12.088 INFO O| Aug 23 21:51:12.088 INFO STEP 419 (remove_files) COMPLETE |
5174 | 2024-08-23T21:51:12.709Z | [ recovery-image] Aug 23 21:51:12.088 INFO O| Aug 23 21:51:12.088 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-23T21:51:12.716Z | [ recovery-image] Aug 23 21:51:12.097 INFO O| Aug 23 21:51:12.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5176 | 2024-08-23T21:51:12.716Z | [ recovery-image] Aug 23 21:51:12.098 INFO O| Aug 23 21:51:12.097 INFO STEP 420 (remove_files) COMPLETE |
5177 | 2024-08-23T21:51:12.716Z | [ recovery-image] Aug 23 21:51:12.098 INFO O| Aug 23 21:51:12.098 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-23T21:51:12.726Z | [ recovery-image] Aug 23 21:51:12.107 INFO O| Aug 23 21:51:12.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5179 | 2024-08-23T21:51:12.726Z | [ recovery-image] Aug 23 21:51:12.107 INFO O| Aug 23 21:51:12.107 INFO STEP 421 (remove_files) COMPLETE |
5180 | 2024-08-23T21:51:12.729Z | [ recovery-image] Aug 23 21:51:12.107 INFO O| Aug 23 21:51:12.107 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-23T21:51:12.735Z | [ recovery-image] Aug 23 21:51:12.117 INFO O| Aug 23 21:51:12.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5182 | 2024-08-23T21:51:12.736Z | [ recovery-image] Aug 23 21:51:12.117 INFO O| Aug 23 21:51:12.117 INFO STEP 422 (remove_files) COMPLETE |
5183 | 2024-08-23T21:51:12.738Z | [ recovery-image] Aug 23 21:51:12.117 INFO O| Aug 23 21:51:12.117 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-23T21:51:12.745Z | [ recovery-image] Aug 23 21:51:12.126 INFO O| Aug 23 21:51:12.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5185 | 2024-08-23T21:51:12.745Z | [ recovery-image] Aug 23 21:51:12.126 INFO O| Aug 23 21:51:12.126 INFO STEP 423 (remove_files) COMPLETE |
5186 | 2024-08-23T21:51:12.747Z | [ recovery-image] Aug 23 21:51:12.126 INFO O| Aug 23 21:51:12.126 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-23T21:51:12.754Z | [ recovery-image] Aug 23 21:51:12.135 INFO O| Aug 23 21:51:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5188 | 2024-08-23T21:51:12.756Z | [ recovery-image] Aug 23 21:51:12.136 INFO O| Aug 23 21:51:12.136 INFO STEP 424 (remove_files) COMPLETE |
5189 | 2024-08-23T21:51:12.756Z | [ recovery-image] Aug 23 21:51:12.136 INFO O| Aug 23 21:51:12.136 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-23T21:51:12.764Z | [ recovery-image] Aug 23 21:51:12.145 INFO O| Aug 23 21:51:12.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5191 | 2024-08-23T21:51:12.767Z | [ recovery-image] Aug 23 21:51:12.145 INFO O| Aug 23 21:51:12.145 INFO STEP 425 (remove_files) COMPLETE |
5192 | 2024-08-23T21:51:12.767Z | [ recovery-image] Aug 23 21:51:12.145 INFO O| Aug 23 21:51:12.145 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-23T21:51:12.773Z | [ recovery-image] Aug 23 21:51:12.154 INFO O| Aug 23 21:51:12.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5194 | 2024-08-23T21:51:12.773Z | [ recovery-image] Aug 23 21:51:12.154 INFO O| Aug 23 21:51:12.154 INFO STEP 426 (remove_files) COMPLETE |
5195 | 2024-08-23T21:51:12.775Z | [ recovery-image] Aug 23 21:51:12.154 INFO O| Aug 23 21:51:12.154 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-23T21:51:12.782Z | [ recovery-image] Aug 23 21:51:12.163 INFO O| Aug 23 21:51:12.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5197 | 2024-08-23T21:51:12.782Z | [ recovery-image] Aug 23 21:51:12.163 INFO O| Aug 23 21:51:12.163 INFO STEP 427 (remove_files) COMPLETE |
5198 | 2024-08-23T21:51:12.782Z | [ recovery-image] Aug 23 21:51:12.163 INFO O| Aug 23 21:51:12.163 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-23T21:51:12.791Z | [ recovery-image] Aug 23 21:51:12.172 INFO O| Aug 23 21:51:12.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5200 | 2024-08-23T21:51:12.791Z | [ recovery-image] Aug 23 21:51:12.172 INFO O| Aug 23 21:51:12.172 INFO STEP 428 (remove_files) COMPLETE |
5201 | 2024-08-23T21:51:12.794Z | [ recovery-image] Aug 23 21:51:12.172 INFO O| Aug 23 21:51:12.172 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-23T21:51:12.801Z | [ recovery-image] Aug 23 21:51:12.182 INFO O| Aug 23 21:51:12.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5203 | 2024-08-23T21:51:12.801Z | [ recovery-image] Aug 23 21:51:12.182 INFO O| Aug 23 21:51:12.182 INFO STEP 429 (remove_files) COMPLETE |
5204 | 2024-08-23T21:51:12.803Z | [ recovery-image] Aug 23 21:51:12.182 INFO O| Aug 23 21:51:12.182 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-23T21:51:12.810Z | [ recovery-image] Aug 23 21:51:12.191 INFO O| Aug 23 21:51:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5206 | 2024-08-23T21:51:12.810Z | [ recovery-image] Aug 23 21:51:12.191 INFO O| Aug 23 21:51:12.191 INFO STEP 430 (remove_files) COMPLETE |
5207 | 2024-08-23T21:51:12.812Z | [ recovery-image] Aug 23 21:51:12.191 INFO O| Aug 23 21:51:12.191 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-23T21:51:12.820Z | [ recovery-image] Aug 23 21:51:12.201 INFO O| Aug 23 21:51:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5209 | 2024-08-23T21:51:12.820Z | [ recovery-image] Aug 23 21:51:12.201 INFO O| Aug 23 21:51:12.201 INFO STEP 431 (remove_files) COMPLETE |
5210 | 2024-08-23T21:51:12.820Z | [ recovery-image] Aug 23 21:51:12.201 INFO O| Aug 23 21:51:12.201 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-23T21:51:12.829Z | [ recovery-image] Aug 23 21:51:12.210 INFO O| Aug 23 21:51:12.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5212 | 2024-08-23T21:51:12.831Z | [ recovery-image] Aug 23 21:51:12.210 INFO O| Aug 23 21:51:12.210 INFO STEP 432 (remove_files) COMPLETE |
5213 | 2024-08-23T21:51:12.831Z | [ recovery-image] Aug 23 21:51:12.210 INFO O| Aug 23 21:51:12.210 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-23T21:51:12.838Z | [ recovery-image] Aug 23 21:51:12.220 INFO O| Aug 23 21:51:12.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5215 | 2024-08-23T21:51:12.838Z | [ recovery-image] Aug 23 21:51:12.220 INFO O| Aug 23 21:51:12.220 INFO STEP 433 (remove_files) COMPLETE |
5216 | 2024-08-23T21:51:12.845Z | [ recovery-image] Aug 23 21:51:12.220 INFO O| Aug 23 21:51:12.220 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-23T21:51:12.848Z | [ recovery-image] Aug 23 21:51:12.229 INFO O| Aug 23 21:51:12.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5218 | 2024-08-23T21:51:12.848Z | [ recovery-image] Aug 23 21:51:12.229 INFO O| Aug 23 21:51:12.229 INFO STEP 434 (remove_files) COMPLETE |
5219 | 2024-08-23T21:51:12.850Z | [ recovery-image] Aug 23 21:51:12.229 INFO O| Aug 23 21:51:12.229 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-23T21:51:12.857Z | [ recovery-image] Aug 23 21:51:12.239 INFO O| Aug 23 21:51:12.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5221 | 2024-08-23T21:51:12.858Z | [ recovery-image] Aug 23 21:51:12.239 INFO O| Aug 23 21:51:12.239 INFO STEP 435 (remove_files) COMPLETE |
5222 | 2024-08-23T21:51:12.860Z | [ recovery-image] Aug 23 21:51:12.239 INFO O| Aug 23 21:51:12.239 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-23T21:51:12.867Z | [ recovery-image] Aug 23 21:51:12.248 INFO O| Aug 23 21:51:12.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5224 | 2024-08-23T21:51:12.867Z | [ recovery-image] Aug 23 21:51:12.248 INFO O| Aug 23 21:51:12.248 INFO STEP 436 (remove_files) COMPLETE |
5225 | 2024-08-23T21:51:12.869Z | [ recovery-image] Aug 23 21:51:12.248 INFO O| Aug 23 21:51:12.248 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-23T21:51:12.876Z | [ recovery-image] Aug 23 21:51:12.257 INFO O| Aug 23 21:51:12.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5227 | 2024-08-23T21:51:12.876Z | [ recovery-image] Aug 23 21:51:12.258 INFO O| Aug 23 21:51:12.258 INFO STEP 437 (remove_files) COMPLETE |
5228 | 2024-08-23T21:51:12.876Z | [ recovery-image] Aug 23 21:51:12.258 INFO O| Aug 23 21:51:12.258 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-23T21:51:12.888Z | [ recovery-image] Aug 23 21:51:12.268 INFO O| Aug 23 21:51:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5230 | 2024-08-23T21:51:12.897Z | [ recovery-image] Aug 23 21:51:12.268 INFO O| Aug 23 21:51:12.268 INFO STEP 438 (remove_files) COMPLETE |
5231 | 2024-08-23T21:51:12.897Z | [ recovery-image] Aug 23 21:51:12.268 INFO O| Aug 23 21:51:12.268 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-23T21:51:12.897Z | [ recovery-image] Aug 23 21:51:12.278 INFO O| Aug 23 21:51:12.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5233 | 2024-08-23T21:51:12.897Z | [ recovery-image] Aug 23 21:51:12.278 INFO O| Aug 23 21:51:12.278 INFO STEP 439 (remove_files) COMPLETE |
5234 | 2024-08-23T21:51:12.897Z | [ recovery-image] Aug 23 21:51:12.278 INFO O| Aug 23 21:51:12.278 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-23T21:51:12.906Z | [ recovery-image] Aug 23 21:51:12.287 INFO O| Aug 23 21:51:12.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5236 | 2024-08-23T21:51:12.906Z | [ recovery-image] Aug 23 21:51:12.287 INFO O| Aug 23 21:51:12.287 INFO STEP 440 (remove_files) COMPLETE |
5237 | 2024-08-23T21:51:12.908Z | [ recovery-image] Aug 23 21:51:12.287 INFO O| Aug 23 21:51:12.287 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-23T21:51:12.916Z | [ recovery-image] Aug 23 21:51:12.297 INFO O| Aug 23 21:51:12.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5239 | 2024-08-23T21:51:12.916Z | [ recovery-image] Aug 23 21:51:12.297 INFO O| Aug 23 21:51:12.297 INFO STEP 441 (remove_files) COMPLETE |
5240 | 2024-08-23T21:51:12.918Z | [ recovery-image] Aug 23 21:51:12.297 INFO O| Aug 23 21:51:12.297 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-23T21:51:12.925Z | [ recovery-image] Aug 23 21:51:12.306 INFO O| Aug 23 21:51:12.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5242 | 2024-08-23T21:51:12.925Z | [ recovery-image] Aug 23 21:51:12.306 INFO O| Aug 23 21:51:12.306 INFO STEP 442 (remove_files) COMPLETE |
5243 | 2024-08-23T21:51:12.925Z | [ recovery-image] Aug 23 21:51:12.306 INFO O| Aug 23 21:51:12.306 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-23T21:51:12.934Z | [ recovery-image] Aug 23 21:51:12.315 INFO O| Aug 23 21:51:12.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5245 | 2024-08-23T21:51:12.934Z | [ recovery-image] Aug 23 21:51:12.316 INFO O| Aug 23 21:51:12.315 INFO STEP 443 (remove_files) COMPLETE |
5246 | 2024-08-23T21:51:12.934Z | [ recovery-image] Aug 23 21:51:12.316 INFO O| Aug 23 21:51:12.316 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-23T21:51:12.944Z | [ recovery-image] Aug 23 21:51:12.325 INFO O| Aug 23 21:51:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5248 | 2024-08-23T21:51:12.944Z | [ recovery-image] Aug 23 21:51:12.325 INFO O| Aug 23 21:51:12.325 INFO STEP 444 (remove_files) COMPLETE |
5249 | 2024-08-23T21:51:12.946Z | [ recovery-image] Aug 23 21:51:12.325 INFO O| Aug 23 21:51:12.325 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-23T21:51:12.953Z | [ recovery-image] Aug 23 21:51:12.335 INFO O| Aug 23 21:51:12.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5251 | 2024-08-23T21:51:12.953Z | [ recovery-image] Aug 23 21:51:12.335 INFO O| Aug 23 21:51:12.335 INFO STEP 445 (remove_files) COMPLETE |
5252 | 2024-08-23T21:51:12.956Z | [ recovery-image] Aug 23 21:51:12.335 INFO O| Aug 23 21:51:12.335 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-23T21:51:12.963Z | [ recovery-image] Aug 23 21:51:12.344 INFO O| Aug 23 21:51:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5254 | 2024-08-23T21:51:12.963Z | [ recovery-image] Aug 23 21:51:12.344 INFO O| Aug 23 21:51:12.344 INFO STEP 446 (remove_files) COMPLETE |
5255 | 2024-08-23T21:51:12.963Z | [ recovery-image] Aug 23 21:51:12.344 INFO O| Aug 23 21:51:12.344 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-23T21:51:12.973Z | [ recovery-image] Aug 23 21:51:12.354 INFO O| Aug 23 21:51:12.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5257 | 2024-08-23T21:51:12.975Z | [ recovery-image] Aug 23 21:51:12.355 INFO O| Aug 23 21:51:12.355 INFO STEP 447 (remove_files) COMPLETE |
5258 | 2024-08-23T21:51:12.975Z | [ recovery-image] Aug 23 21:51:12.355 INFO O| Aug 23 21:51:12.355 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-23T21:51:12.983Z | [ recovery-image] Aug 23 21:51:12.364 INFO O| Aug 23 21:51:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5260 | 2024-08-23T21:51:12.983Z | [ recovery-image] Aug 23 21:51:12.364 INFO O| Aug 23 21:51:12.364 INFO STEP 448 (remove_files) COMPLETE |
5261 | 2024-08-23T21:51:12.985Z | [ recovery-image] Aug 23 21:51:12.364 INFO O| Aug 23 21:51:12.364 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-23T21:51:12.992Z | [ recovery-image] Aug 23 21:51:12.374 INFO O| Aug 23 21:51:12.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5263 | 2024-08-23T21:51:12.993Z | [ recovery-image] Aug 23 21:51:12.374 INFO O| Aug 23 21:51:12.374 INFO STEP 449 (remove_files) COMPLETE |
5264 | 2024-08-23T21:51:12.995Z | [ recovery-image] Aug 23 21:51:12.374 INFO O| Aug 23 21:51:12.374 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-23T21:51:13.002Z | [ recovery-image] Aug 23 21:51:12.383 INFO O| Aug 23 21:51:12.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5266 | 2024-08-23T21:51:13.002Z | [ recovery-image] Aug 23 21:51:12.383 INFO O| Aug 23 21:51:12.383 INFO STEP 450 (remove_files) COMPLETE |
5267 | 2024-08-23T21:51:13.002Z | [ recovery-image] Aug 23 21:51:12.383 INFO O| Aug 23 21:51:12.383 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-23T21:51:13.011Z | [ recovery-image] Aug 23 21:51:12.393 INFO O| Aug 23 21:51:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5269 | 2024-08-23T21:51:13.011Z | [ recovery-image] Aug 23 21:51:12.393 INFO O| Aug 23 21:51:12.393 INFO STEP 451 (remove_files) COMPLETE |
5270 | 2024-08-23T21:51:13.011Z | [ recovery-image] Aug 23 21:51:12.393 INFO O| Aug 23 21:51:12.393 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-23T21:51:13.021Z | [ recovery-image] Aug 23 21:51:12.402 INFO O| Aug 23 21:51:12.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5272 | 2024-08-23T21:51:13.023Z | [ recovery-image] Aug 23 21:51:12.402 INFO O| Aug 23 21:51:12.402 INFO STEP 452 (remove_files) COMPLETE |
5273 | 2024-08-23T21:51:13.023Z | [ recovery-image] Aug 23 21:51:12.402 INFO O| Aug 23 21:51:12.402 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-23T21:51:13.031Z | [ recovery-image] Aug 23 21:51:12.412 INFO O| Aug 23 21:51:12.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5275 | 2024-08-23T21:51:13.031Z | [ recovery-image] Aug 23 21:51:12.412 INFO O| Aug 23 21:51:12.412 INFO STEP 453 (remove_files) COMPLETE |
5276 | 2024-08-23T21:51:13.033Z | [ recovery-image] Aug 23 21:51:12.412 INFO O| Aug 23 21:51:12.412 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-23T21:51:13.040Z | [ recovery-image] Aug 23 21:51:12.421 INFO O| Aug 23 21:51:12.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5278 | 2024-08-23T21:51:13.040Z | [ recovery-image] Aug 23 21:51:12.421 INFO O| Aug 23 21:51:12.421 INFO STEP 454 (remove_files) COMPLETE |
5279 | 2024-08-23T21:51:13.040Z | [ recovery-image] Aug 23 21:51:12.421 INFO O| Aug 23 21:51:12.421 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-23T21:51:13.050Z | [ recovery-image] Aug 23 21:51:12.431 INFO O| Aug 23 21:51:12.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5281 | 2024-08-23T21:51:13.052Z | [ recovery-image] Aug 23 21:51:12.431 INFO O| Aug 23 21:51:12.431 INFO STEP 455 (remove_files) COMPLETE |
5282 | 2024-08-23T21:51:13.052Z | [ recovery-image] Aug 23 21:51:12.431 INFO O| Aug 23 21:51:12.431 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-23T21:51:13.059Z | [ recovery-image] Aug 23 21:51:12.440 INFO O| Aug 23 21:51:12.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5284 | 2024-08-23T21:51:13.059Z | [ recovery-image] Aug 23 21:51:12.440 INFO O| Aug 23 21:51:12.440 INFO STEP 456 (remove_files) COMPLETE |
5285 | 2024-08-23T21:51:13.062Z | [ recovery-image] Aug 23 21:51:12.440 INFO O| Aug 23 21:51:12.440 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-23T21:51:13.068Z | [ recovery-image] Aug 23 21:51:12.450 INFO O| Aug 23 21:51:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5287 | 2024-08-23T21:51:13.068Z | [ recovery-image] Aug 23 21:51:12.450 INFO O| Aug 23 21:51:12.450 INFO STEP 457 (remove_files) COMPLETE |
5288 | 2024-08-23T21:51:13.069Z | [ recovery-image] Aug 23 21:51:12.450 INFO O| Aug 23 21:51:12.450 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-23T21:51:13.078Z | [ recovery-image] Aug 23 21:51:12.459 INFO O| Aug 23 21:51:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5290 | 2024-08-23T21:51:13.078Z | [ recovery-image] Aug 23 21:51:12.459 INFO O| Aug 23 21:51:12.459 INFO STEP 458 (remove_files) COMPLETE |
5291 | 2024-08-23T21:51:13.084Z | [ recovery-image] Aug 23 21:51:12.459 INFO O| Aug 23 21:51:12.459 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-23T21:51:13.087Z | [ recovery-image] Aug 23 21:51:12.468 INFO O| Aug 23 21:51:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5293 | 2024-08-23T21:51:13.087Z | [ recovery-image] Aug 23 21:51:12.469 INFO O| Aug 23 21:51:12.469 INFO STEP 459 (remove_files) COMPLETE |
5294 | 2024-08-23T21:51:13.090Z | [ recovery-image] Aug 23 21:51:12.469 INFO O| Aug 23 21:51:12.469 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-23T21:51:13.097Z | [ recovery-image] Aug 23 21:51:12.478 INFO O| Aug 23 21:51:12.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5296 | 2024-08-23T21:51:13.097Z | [ recovery-image] Aug 23 21:51:12.478 INFO O| Aug 23 21:51:12.478 INFO STEP 460 (remove_files) COMPLETE |
5297 | 2024-08-23T21:51:13.099Z | [ recovery-image] Aug 23 21:51:12.478 INFO O| Aug 23 21:51:12.478 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-23T21:51:13.107Z | [ recovery-image] Aug 23 21:51:12.488 INFO O| Aug 23 21:51:12.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5299 | 2024-08-23T21:51:13.107Z | [ recovery-image] Aug 23 21:51:12.488 INFO O| Aug 23 21:51:12.488 INFO STEP 461 (remove_files) COMPLETE |
5300 | 2024-08-23T21:51:13.109Z | [ recovery-image] Aug 23 21:51:12.488 INFO O| Aug 23 21:51:12.488 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-23T21:51:13.116Z | [ recovery-image] Aug 23 21:51:12.497 INFO O| Aug 23 21:51:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5302 | 2024-08-23T21:51:13.118Z | [ recovery-image] Aug 23 21:51:12.497 INFO O| Aug 23 21:51:12.497 INFO STEP 462 (remove_files) COMPLETE |
5303 | 2024-08-23T21:51:13.118Z | [ recovery-image] Aug 23 21:51:12.497 INFO O| Aug 23 21:51:12.497 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-23T21:51:13.125Z | [ recovery-image] Aug 23 21:51:12.506 INFO O| Aug 23 21:51:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5305 | 2024-08-23T21:51:13.128Z | [ recovery-image] Aug 23 21:51:12.507 INFO O| Aug 23 21:51:12.506 INFO STEP 463 (remove_files) COMPLETE |
5306 | 2024-08-23T21:51:13.128Z | [ recovery-image] Aug 23 21:51:12.507 INFO O| Aug 23 21:51:12.507 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-23T21:51:13.135Z | [ recovery-image] Aug 23 21:51:12.516 INFO O| Aug 23 21:51:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5308 | 2024-08-23T21:51:13.137Z | [ recovery-image] Aug 23 21:51:12.516 INFO O| Aug 23 21:51:12.516 INFO STEP 464 (remove_files) COMPLETE |
5309 | 2024-08-23T21:51:13.137Z | [ recovery-image] Aug 23 21:51:12.516 INFO O| Aug 23 21:51:12.516 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-23T21:51:13.144Z | [ recovery-image] Aug 23 21:51:12.525 INFO O| Aug 23 21:51:12.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5311 | 2024-08-23T21:51:13.144Z | [ recovery-image] Aug 23 21:51:12.525 INFO O| Aug 23 21:51:12.525 INFO STEP 465 (remove_files) COMPLETE |
5312 | 2024-08-23T21:51:13.146Z | [ recovery-image] Aug 23 21:51:12.525 INFO O| Aug 23 21:51:12.525 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-23T21:51:13.153Z | [ recovery-image] Aug 23 21:51:12.535 INFO O| Aug 23 21:51:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5314 | 2024-08-23T21:51:13.154Z | [ recovery-image] Aug 23 21:51:12.535 INFO O| Aug 23 21:51:12.535 INFO STEP 466 (remove_files) COMPLETE |
5315 | 2024-08-23T21:51:13.154Z | [ recovery-image] Aug 23 21:51:12.535 INFO O| Aug 23 21:51:12.535 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-23T21:51:13.163Z | [ recovery-image] Aug 23 21:51:12.544 INFO O| Aug 23 21:51:12.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5317 | 2024-08-23T21:51:13.163Z | [ recovery-image] Aug 23 21:51:12.544 INFO O| Aug 23 21:51:12.544 INFO STEP 467 (remove_files) COMPLETE |
5318 | 2024-08-23T21:51:13.163Z | [ recovery-image] Aug 23 21:51:12.544 INFO O| Aug 23 21:51:12.544 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-23T21:51:13.172Z | [ recovery-image] Aug 23 21:51:12.553 INFO O| Aug 23 21:51:12.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5320 | 2024-08-23T21:51:13.172Z | [ recovery-image] Aug 23 21:51:12.553 INFO O| Aug 23 21:51:12.553 INFO STEP 468 (remove_files) COMPLETE |
5321 | 2024-08-23T21:51:13.172Z | [ recovery-image] Aug 23 21:51:12.553 INFO O| Aug 23 21:51:12.553 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-23T21:51:13.182Z | [ recovery-image] Aug 23 21:51:12.563 INFO O| Aug 23 21:51:12.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5323 | 2024-08-23T21:51:13.182Z | [ recovery-image] Aug 23 21:51:12.563 INFO O| Aug 23 21:51:12.563 INFO STEP 469 (remove_files) COMPLETE |
5324 | 2024-08-23T21:51:13.185Z | [ recovery-image] Aug 23 21:51:12.563 INFO O| Aug 23 21:51:12.563 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-23T21:51:13.191Z | [ recovery-image] Aug 23 21:51:12.573 INFO O| Aug 23 21:51:12.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5326 | 2024-08-23T21:51:13.194Z | [ recovery-image] Aug 23 21:51:12.573 INFO O| Aug 23 21:51:12.573 INFO STEP 470 (remove_files) COMPLETE |
5327 | 2024-08-23T21:51:13.194Z | [ recovery-image] Aug 23 21:51:12.573 INFO O| Aug 23 21:51:12.573 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-23T21:51:13.202Z | [ recovery-image] Aug 23 21:51:12.583 INFO O| Aug 23 21:51:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5329 | 2024-08-23T21:51:13.202Z | [ recovery-image] Aug 23 21:51:12.583 INFO O| Aug 23 21:51:12.583 INFO STEP 471 (remove_files) COMPLETE |
5330 | 2024-08-23T21:51:13.202Z | [ recovery-image] Aug 23 21:51:12.583 INFO O| Aug 23 21:51:12.583 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-23T21:51:13.212Z | [ recovery-image] Aug 23 21:51:12.593 INFO O| Aug 23 21:51:12.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5332 | 2024-08-23T21:51:13.212Z | [ recovery-image] Aug 23 21:51:12.593 INFO O| Aug 23 21:51:12.593 INFO STEP 472 (remove_files) COMPLETE |
5333 | 2024-08-23T21:51:13.214Z | [ recovery-image] Aug 23 21:51:12.593 INFO O| Aug 23 21:51:12.593 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-23T21:51:13.222Z | [ recovery-image] Aug 23 21:51:12.603 INFO O| Aug 23 21:51:12.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5335 | 2024-08-23T21:51:13.222Z | [ recovery-image] Aug 23 21:51:12.603 INFO O| Aug 23 21:51:12.603 INFO STEP 473 (remove_files) COMPLETE |
5336 | 2024-08-23T21:51:13.222Z | [ recovery-image] Aug 23 21:51:12.603 INFO O| Aug 23 21:51:12.603 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-23T21:51:13.232Z | [ recovery-image] Aug 23 21:51:12.613 INFO O| Aug 23 21:51:12.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5338 | 2024-08-23T21:51:13.234Z | [ recovery-image] Aug 23 21:51:12.613 INFO O| Aug 23 21:51:12.613 INFO STEP 474 (remove_files) COMPLETE |
5339 | 2024-08-23T21:51:13.234Z | [ recovery-image] Aug 23 21:51:12.613 INFO O| Aug 23 21:51:12.613 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-23T21:51:13.242Z | [ recovery-image] Aug 23 21:51:12.623 INFO O| Aug 23 21:51:12.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5341 | 2024-08-23T21:51:13.244Z | [ recovery-image] Aug 23 21:51:12.623 INFO O| Aug 23 21:51:12.623 INFO STEP 475 (remove_files) COMPLETE |
5342 | 2024-08-23T21:51:13.244Z | [ recovery-image] Aug 23 21:51:12.623 INFO O| Aug 23 21:51:12.623 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-23T21:51:13.261Z | [ recovery-image] Aug 23 21:51:12.642 INFO O| Aug 23 21:51:12.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5344 | 2024-08-23T21:51:13.264Z | [ recovery-image] Aug 23 21:51:12.643 INFO O| Aug 23 21:51:12.642 INFO STEP 476 (remove_files) COMPLETE |
5345 | 2024-08-23T21:51:13.264Z | [ recovery-image] Aug 23 21:51:12.643 INFO O| Aug 23 21:51:12.643 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-23T21:51:13.273Z | [ recovery-image] Aug 23 21:51:12.654 INFO O| Aug 23 21:51:12.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5347 | 2024-08-23T21:51:13.275Z | [ recovery-image] Aug 23 21:51:12.654 INFO O| Aug 23 21:51:12.654 INFO STEP 477 (remove_files) COMPLETE |
5348 | 2024-08-23T21:51:13.275Z | [ recovery-image] Aug 23 21:51:12.654 INFO O| Aug 23 21:51:12.654 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-23T21:51:13.283Z | [ recovery-image] Aug 23 21:51:12.665 INFO O| Aug 23 21:51:12.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5350 | 2024-08-23T21:51:13.284Z | [ recovery-image] Aug 23 21:51:12.665 INFO O| Aug 23 21:51:12.665 INFO STEP 478 (remove_files) COMPLETE |
5351 | 2024-08-23T21:51:13.284Z | [ recovery-image] Aug 23 21:51:12.665 INFO O| Aug 23 21:51:12.665 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-23T21:51:13.294Z | [ recovery-image] Aug 23 21:51:12.675 INFO O| Aug 23 21:51:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5353 | 2024-08-23T21:51:13.294Z | [ recovery-image] Aug 23 21:51:12.675 INFO O| Aug 23 21:51:12.675 INFO STEP 479 (remove_files) COMPLETE |
5354 | 2024-08-23T21:51:13.296Z | [ recovery-image] Aug 23 21:51:12.675 INFO O| Aug 23 21:51:12.675 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-23T21:51:13.303Z | [ recovery-image] Aug 23 21:51:12.684 INFO O| Aug 23 21:51:12.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5356 | 2024-08-23T21:51:13.306Z | [ recovery-image] Aug 23 21:51:12.684 INFO O| Aug 23 21:51:12.684 INFO STEP 480 (remove_files) COMPLETE |
5357 | 2024-08-23T21:51:13.306Z | [ recovery-image] Aug 23 21:51:12.684 INFO O| Aug 23 21:51:12.684 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-23T21:51:13.313Z | [ recovery-image] Aug 23 21:51:12.694 INFO O| Aug 23 21:51:12.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5359 | 2024-08-23T21:51:13.313Z | [ recovery-image] Aug 23 21:51:12.694 INFO O| Aug 23 21:51:12.694 INFO STEP 481 (remove_files) COMPLETE |
5360 | 2024-08-23T21:51:13.315Z | [ recovery-image] Aug 23 21:51:12.694 INFO O| Aug 23 21:51:12.694 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-23T21:51:13.322Z | [ recovery-image] Aug 23 21:51:12.703 INFO O| Aug 23 21:51:12.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5362 | 2024-08-23T21:51:13.324Z | [ recovery-image] Aug 23 21:51:12.703 INFO O| Aug 23 21:51:12.703 INFO STEP 482 (remove_files) COMPLETE |
5363 | 2024-08-23T21:51:13.324Z | [ recovery-image] Aug 23 21:51:12.703 INFO O| Aug 23 21:51:12.703 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-23T21:51:13.332Z | [ recovery-image] Aug 23 21:51:12.713 INFO O| Aug 23 21:51:12.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5365 | 2024-08-23T21:51:13.334Z | [ recovery-image] Aug 23 21:51:12.713 INFO O| Aug 23 21:51:12.713 INFO STEP 483 (remove_files) COMPLETE |
5366 | 2024-08-23T21:51:13.334Z | [ recovery-image] Aug 23 21:51:12.713 INFO O| Aug 23 21:51:12.713 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-23T21:51:13.342Z | [ recovery-image] Aug 23 21:51:12.723 INFO O| Aug 23 21:51:12.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5368 | 2024-08-23T21:51:13.345Z | [ recovery-image] Aug 23 21:51:12.724 INFO O| Aug 23 21:51:12.723 INFO STEP 484 (remove_files) COMPLETE |
5369 | 2024-08-23T21:51:13.345Z | [ recovery-image] Aug 23 21:51:12.724 INFO O| Aug 23 21:51:12.724 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-23T21:51:13.352Z | [ recovery-image] Aug 23 21:51:12.733 INFO O| Aug 23 21:51:12.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5371 | 2024-08-23T21:51:13.355Z | [ recovery-image] Aug 23 21:51:12.733 INFO O| Aug 23 21:51:12.733 INFO STEP 485 (remove_files) COMPLETE |
5372 | 2024-08-23T21:51:13.355Z | [ recovery-image] Aug 23 21:51:12.733 INFO O| Aug 23 21:51:12.733 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-23T21:51:13.361Z | [ recovery-image] Aug 23 21:51:12.742 INFO O| Aug 23 21:51:12.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5374 | 2024-08-23T21:51:13.364Z | [ recovery-image] Aug 23 21:51:12.743 INFO O| Aug 23 21:51:12.742 INFO STEP 486 (remove_files) COMPLETE |
5375 | 2024-08-23T21:51:13.364Z | [ recovery-image] Aug 23 21:51:12.743 INFO O| Aug 23 21:51:12.743 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-23T21:51:13.371Z | [ recovery-image] Aug 23 21:51:12.752 INFO O| Aug 23 21:51:12.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5377 | 2024-08-23T21:51:13.371Z | [ recovery-image] Aug 23 21:51:12.752 INFO O| Aug 23 21:51:12.752 INFO STEP 487 (remove_files) COMPLETE |
5378 | 2024-08-23T21:51:13.371Z | [ recovery-image] Aug 23 21:51:12.752 INFO O| Aug 23 21:51:12.752 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-23T21:51:13.380Z | [ recovery-image] Aug 23 21:51:12.761 INFO O| Aug 23 21:51:12.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5380 | 2024-08-23T21:51:13.383Z | [ recovery-image] Aug 23 21:51:12.761 INFO O| Aug 23 21:51:12.761 INFO STEP 488 (remove_files) COMPLETE |
5381 | 2024-08-23T21:51:13.383Z | [ recovery-image] Aug 23 21:51:12.761 INFO O| Aug 23 21:51:12.761 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-23T21:51:13.390Z | [ recovery-image] Aug 23 21:51:12.771 INFO O| Aug 23 21:51:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5383 | 2024-08-23T21:51:13.392Z | [ recovery-image] Aug 23 21:51:12.771 INFO O| Aug 23 21:51:12.771 INFO STEP 489 (remove_files) COMPLETE |
5384 | 2024-08-23T21:51:13.392Z | [ recovery-image] Aug 23 21:51:12.771 INFO O| Aug 23 21:51:12.771 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-23T21:51:13.399Z | [ recovery-image] Aug 23 21:51:12.781 INFO O| Aug 23 21:51:12.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5386 | 2024-08-23T21:51:13.400Z | [ recovery-image] Aug 23 21:51:12.781 INFO O| Aug 23 21:51:12.781 INFO STEP 490 (remove_files) COMPLETE |
5387 | 2024-08-23T21:51:13.402Z | [ recovery-image] Aug 23 21:51:12.781 INFO O| Aug 23 21:51:12.781 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-23T21:51:13.409Z | [ recovery-image] Aug 23 21:51:12.790 INFO O| Aug 23 21:51:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5389 | 2024-08-23T21:51:13.409Z | [ recovery-image] Aug 23 21:51:12.790 INFO O| Aug 23 21:51:12.790 INFO STEP 491 (remove_files) COMPLETE |
5390 | 2024-08-23T21:51:13.409Z | [ recovery-image] Aug 23 21:51:12.790 INFO O| Aug 23 21:51:12.790 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-23T21:51:13.418Z | [ recovery-image] Aug 23 21:51:12.799 INFO O| Aug 23 21:51:12.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5392 | 2024-08-23T21:51:13.420Z | [ recovery-image] Aug 23 21:51:12.799 INFO O| Aug 23 21:51:12.799 INFO STEP 492 (remove_files) COMPLETE |
5393 | 2024-08-23T21:51:13.420Z | [ recovery-image] Aug 23 21:51:12.799 INFO O| Aug 23 21:51:12.799 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-23T21:51:13.427Z | [ recovery-image] Aug 23 21:51:12.808 INFO O| Aug 23 21:51:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5395 | 2024-08-23T21:51:13.430Z | [ recovery-image] Aug 23 21:51:12.808 INFO O| Aug 23 21:51:12.808 INFO STEP 493 (remove_files) COMPLETE |
5396 | 2024-08-23T21:51:13.430Z | [ recovery-image] Aug 23 21:51:12.808 INFO O| Aug 23 21:51:12.808 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-23T21:51:13.437Z | [ recovery-image] Aug 23 21:51:12.818 INFO O| Aug 23 21:51:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5398 | 2024-08-23T21:51:13.437Z | [ recovery-image] Aug 23 21:51:12.818 INFO O| Aug 23 21:51:12.818 INFO STEP 494 (remove_files) COMPLETE |
5399 | 2024-08-23T21:51:13.437Z | [ recovery-image] Aug 23 21:51:12.818 INFO O| Aug 23 21:51:12.818 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-23T21:51:13.446Z | [ recovery-image] Aug 23 21:51:12.827 INFO O| Aug 23 21:51:12.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5401 | 2024-08-23T21:51:13.446Z | [ recovery-image] Aug 23 21:51:12.827 INFO O| Aug 23 21:51:12.827 INFO STEP 495 (remove_files) COMPLETE |
5402 | 2024-08-23T21:51:13.446Z | [ recovery-image] Aug 23 21:51:12.827 INFO O| Aug 23 21:51:12.827 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-23T21:51:13.455Z | [ recovery-image] Aug 23 21:51:12.836 INFO O| Aug 23 21:51:12.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5404 | 2024-08-23T21:51:13.455Z | [ recovery-image] Aug 23 21:51:12.836 INFO O| Aug 23 21:51:12.836 INFO STEP 496 (remove_files) COMPLETE |
5405 | 2024-08-23T21:51:13.458Z | [ recovery-image] Aug 23 21:51:12.836 INFO O| Aug 23 21:51:12.836 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-23T21:51:13.464Z | [ recovery-image] Aug 23 21:51:12.846 INFO O| Aug 23 21:51:12.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5407 | 2024-08-23T21:51:13.467Z | [ recovery-image] Aug 23 21:51:12.846 INFO O| Aug 23 21:51:12.846 INFO STEP 497 (remove_files) COMPLETE |
5408 | 2024-08-23T21:51:13.467Z | [ recovery-image] Aug 23 21:51:12.846 INFO O| Aug 23 21:51:12.846 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-23T21:51:13.474Z | [ recovery-image] Aug 23 21:51:12.855 INFO O| Aug 23 21:51:12.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5410 | 2024-08-23T21:51:13.476Z | [ recovery-image] Aug 23 21:51:12.855 INFO O| Aug 23 21:51:12.855 INFO STEP 498 (remove_files) COMPLETE |
5411 | 2024-08-23T21:51:13.476Z | [ recovery-image] Aug 23 21:51:12.855 INFO O| Aug 23 21:51:12.855 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-23T21:51:13.483Z | [ recovery-image] Aug 23 21:51:12.864 INFO O| Aug 23 21:51:12.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5413 | 2024-08-23T21:51:13.483Z | [ recovery-image] Aug 23 21:51:12.864 INFO O| Aug 23 21:51:12.864 INFO STEP 499 (remove_files) COMPLETE |
5414 | 2024-08-23T21:51:13.483Z | [ recovery-image] Aug 23 21:51:12.864 INFO O| Aug 23 21:51:12.864 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-23T21:51:13.492Z | [ recovery-image] Aug 23 21:51:12.873 INFO O| Aug 23 21:51:12.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5416 | 2024-08-23T21:51:13.495Z | [ recovery-image] Aug 23 21:51:12.874 INFO O| Aug 23 21:51:12.873 INFO STEP 500 (remove_files) COMPLETE |
5417 | 2024-08-23T21:51:13.495Z | [ recovery-image] Aug 23 21:51:12.874 INFO O| Aug 23 21:51:12.874 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-23T21:51:13.502Z | [ recovery-image] Aug 23 21:51:12.883 INFO O| Aug 23 21:51:12.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5419 | 2024-08-23T21:51:13.504Z | [ recovery-image] Aug 23 21:51:12.883 INFO O| Aug 23 21:51:12.883 INFO STEP 501 (remove_files) COMPLETE |
5420 | 2024-08-23T21:51:13.504Z | [ recovery-image] Aug 23 21:51:12.883 INFO O| Aug 23 21:51:12.883 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-23T21:51:13.511Z | [ recovery-image] Aug 23 21:51:12.892 INFO O| Aug 23 21:51:12.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5422 | 2024-08-23T21:51:13.511Z | [ recovery-image] Aug 23 21:51:12.892 INFO O| Aug 23 21:51:12.892 INFO STEP 502 (remove_files) COMPLETE |
5423 | 2024-08-23T21:51:13.511Z | [ recovery-image] Aug 23 21:51:12.892 INFO O| Aug 23 21:51:12.892 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-23T21:51:13.521Z | [ recovery-image] Aug 23 21:51:12.902 INFO O| Aug 23 21:51:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5425 | 2024-08-23T21:51:13.521Z | [ recovery-image] Aug 23 21:51:12.902 INFO O| Aug 23 21:51:12.902 INFO STEP 503 (remove_files) COMPLETE |
5426 | 2024-08-23T21:51:13.523Z | [ recovery-image] Aug 23 21:51:12.902 INFO O| Aug 23 21:51:12.902 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-23T21:51:13.530Z | [ recovery-image] Aug 23 21:51:12.911 INFO O| Aug 23 21:51:12.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5428 | 2024-08-23T21:51:13.532Z | [ recovery-image] Aug 23 21:51:12.911 INFO O| Aug 23 21:51:12.911 INFO STEP 504 (remove_files) COMPLETE |
5429 | 2024-08-23T21:51:13.532Z | [ recovery-image] Aug 23 21:51:12.911 INFO O| Aug 23 21:51:12.911 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-23T21:51:13.539Z | [ recovery-image] Aug 23 21:51:12.920 INFO O| Aug 23 21:51:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5431 | 2024-08-23T21:51:13.539Z | [ recovery-image] Aug 23 21:51:12.920 INFO O| Aug 23 21:51:12.920 INFO STEP 505 (remove_files) COMPLETE |
5432 | 2024-08-23T21:51:13.541Z | [ recovery-image] Aug 23 21:51:12.920 INFO O| Aug 23 21:51:12.920 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-23T21:51:13.548Z | [ recovery-image] Aug 23 21:51:12.929 INFO O| Aug 23 21:51:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5434 | 2024-08-23T21:51:13.551Z | [ recovery-image] Aug 23 21:51:12.930 INFO O| Aug 23 21:51:12.930 INFO STEP 506 (remove_files) COMPLETE |
5435 | 2024-08-23T21:51:13.551Z | [ recovery-image] Aug 23 21:51:12.930 INFO O| Aug 23 21:51:12.930 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-23T21:51:13.559Z | [ recovery-image] Aug 23 21:51:12.940 INFO O| Aug 23 21:51:12.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5437 | 2024-08-23T21:51:13.561Z | [ recovery-image] Aug 23 21:51:12.940 INFO O| Aug 23 21:51:12.940 INFO STEP 507 (remove_files) COMPLETE |
5438 | 2024-08-23T21:51:13.561Z | [ recovery-image] Aug 23 21:51:12.940 INFO O| Aug 23 21:51:12.940 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-23T21:51:13.568Z | [ recovery-image] Aug 23 21:51:12.949 INFO O| Aug 23 21:51:12.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5440 | 2024-08-23T21:51:13.570Z | [ recovery-image] Aug 23 21:51:12.949 INFO O| Aug 23 21:51:12.949 INFO STEP 508 (remove_files) COMPLETE |
5441 | 2024-08-23T21:51:13.570Z | [ recovery-image] Aug 23 21:51:12.949 INFO O| Aug 23 21:51:12.949 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-23T21:51:13.577Z | [ recovery-image] Aug 23 21:51:12.958 INFO O| Aug 23 21:51:12.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5443 | 2024-08-23T21:51:13.580Z | [ recovery-image] Aug 23 21:51:12.959 INFO O| Aug 23 21:51:12.959 INFO STEP 509 (remove_files) COMPLETE |
5444 | 2024-08-23T21:51:13.580Z | [ recovery-image] Aug 23 21:51:12.959 INFO O| Aug 23 21:51:12.959 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-23T21:51:13.587Z | [ recovery-image] Aug 23 21:51:12.968 INFO O| Aug 23 21:51:12.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5446 | 2024-08-23T21:51:13.587Z | [ recovery-image] Aug 23 21:51:12.968 INFO O| Aug 23 21:51:12.968 INFO STEP 510 (remove_files) COMPLETE |
5447 | 2024-08-23T21:51:13.587Z | [ recovery-image] Aug 23 21:51:12.968 INFO O| Aug 23 21:51:12.968 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-23T21:51:13.596Z | [ recovery-image] Aug 23 21:51:12.977 INFO O| Aug 23 21:51:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5449 | 2024-08-23T21:51:13.596Z | [ recovery-image] Aug 23 21:51:12.977 INFO O| Aug 23 21:51:12.977 INFO STEP 511 (remove_files) COMPLETE |
5450 | 2024-08-23T21:51:13.598Z | [ recovery-image] Aug 23 21:51:12.977 INFO O| Aug 23 21:51:12.977 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-23T21:51:13.605Z | [ recovery-image] Aug 23 21:51:12.986 INFO O| Aug 23 21:51:12.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5452 | 2024-08-23T21:51:13.605Z | [ recovery-image] Aug 23 21:51:12.986 INFO O| Aug 23 21:51:12.986 INFO STEP 512 (remove_files) COMPLETE |
5453 | 2024-08-23T21:51:13.608Z | [ recovery-image] Aug 23 21:51:12.987 INFO O| Aug 23 21:51:12.986 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-23T21:51:13.615Z | [ recovery-image] Aug 23 21:51:12.996 INFO O| Aug 23 21:51:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5455 | 2024-08-23T21:51:13.615Z | [ recovery-image] Aug 23 21:51:12.996 INFO O| Aug 23 21:51:12.996 INFO STEP 513 (remove_files) COMPLETE |
5456 | 2024-08-23T21:51:13.617Z | [ recovery-image] Aug 23 21:51:12.996 INFO O| Aug 23 21:51:12.996 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-23T21:51:13.624Z | [ recovery-image] Aug 23 21:51:13.005 INFO O| Aug 23 21:51:13.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5458 | 2024-08-23T21:51:13.626Z | [ recovery-image] Aug 23 21:51:13.006 INFO O| Aug 23 21:51:13.006 INFO STEP 514 (remove_files) COMPLETE |
5459 | 2024-08-23T21:51:13.626Z | [ recovery-image] Aug 23 21:51:13.006 INFO O| Aug 23 21:51:13.006 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-23T21:51:13.634Z | [ recovery-image] Aug 23 21:51:13.015 INFO O| Aug 23 21:51:13.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5461 | 2024-08-23T21:51:13.634Z | [ recovery-image] Aug 23 21:51:13.015 INFO O| Aug 23 21:51:13.015 INFO STEP 515 (remove_files) COMPLETE |
5462 | 2024-08-23T21:51:13.636Z | [ recovery-image] Aug 23 21:51:13.015 INFO O| Aug 23 21:51:13.015 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-23T21:51:13.643Z | [ recovery-image] Aug 23 21:51:13.024 INFO O| Aug 23 21:51:13.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5464 | 2024-08-23T21:51:13.643Z | [ recovery-image] Aug 23 21:51:13.024 INFO O| Aug 23 21:51:13.024 INFO STEP 516 (remove_files) COMPLETE |
5465 | 2024-08-23T21:51:13.646Z | [ recovery-image] Aug 23 21:51:13.024 INFO O| Aug 23 21:51:13.024 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-23T21:51:13.653Z | [ recovery-image] Aug 23 21:51:13.034 INFO O| Aug 23 21:51:13.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5467 | 2024-08-23T21:51:13.655Z | [ recovery-image] Aug 23 21:51:13.034 INFO O| Aug 23 21:51:13.034 INFO STEP 517 (remove_files) COMPLETE |
5468 | 2024-08-23T21:51:13.655Z | [ recovery-image] Aug 23 21:51:13.034 INFO O| Aug 23 21:51:13.034 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-23T21:51:13.662Z | [ recovery-image] Aug 23 21:51:13.043 INFO O| Aug 23 21:51:13.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5470 | 2024-08-23T21:51:13.662Z | [ recovery-image] Aug 23 21:51:13.043 INFO O| Aug 23 21:51:13.043 INFO STEP 518 (remove_files) COMPLETE |
5471 | 2024-08-23T21:51:13.665Z | [ recovery-image] Aug 23 21:51:13.043 INFO O| Aug 23 21:51:13.043 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-23T21:51:13.671Z | [ recovery-image] Aug 23 21:51:13.052 INFO O| Aug 23 21:51:13.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5473 | 2024-08-23T21:51:13.671Z | [ recovery-image] Aug 23 21:51:13.052 INFO O| Aug 23 21:51:13.052 INFO STEP 519 (remove_files) COMPLETE |
5474 | 2024-08-23T21:51:13.674Z | [ recovery-image] Aug 23 21:51:13.052 INFO O| Aug 23 21:51:13.052 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-23T21:51:13.680Z | [ recovery-image] Aug 23 21:51:13.061 INFO O| Aug 23 21:51:13.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5476 | 2024-08-23T21:51:13.681Z | [ recovery-image] Aug 23 21:51:13.062 INFO O| Aug 23 21:51:13.062 INFO STEP 520 (remove_files) COMPLETE |
5477 | 2024-08-23T21:51:13.681Z | [ recovery-image] Aug 23 21:51:13.062 INFO O| Aug 23 21:51:13.062 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-23T21:51:13.690Z | [ recovery-image] Aug 23 21:51:13.071 INFO O| Aug 23 21:51:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5479 | 2024-08-23T21:51:13.690Z | [ recovery-image] Aug 23 21:51:13.071 INFO O| Aug 23 21:51:13.071 INFO STEP 521 (remove_files) COMPLETE |
5480 | 2024-08-23T21:51:13.690Z | [ recovery-image] Aug 23 21:51:13.071 INFO O| Aug 23 21:51:13.071 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-23T21:51:13.699Z | [ recovery-image] Aug 23 21:51:13.080 INFO O| Aug 23 21:51:13.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5482 | 2024-08-23T21:51:13.701Z | [ recovery-image] Aug 23 21:51:13.080 INFO O| Aug 23 21:51:13.080 INFO STEP 522 (remove_files) COMPLETE |
5483 | 2024-08-23T21:51:13.701Z | [ recovery-image] Aug 23 21:51:13.080 INFO O| Aug 23 21:51:13.080 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-23T21:51:13.708Z | [ recovery-image] Aug 23 21:51:13.089 INFO O| Aug 23 21:51:13.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5485 | 2024-08-23T21:51:13.708Z | [ recovery-image] Aug 23 21:51:13.089 INFO O| Aug 23 21:51:13.089 INFO STEP 523 (remove_files) COMPLETE |
5486 | 2024-08-23T21:51:13.711Z | [ recovery-image] Aug 23 21:51:13.089 INFO O| Aug 23 21:51:13.089 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-23T21:51:13.718Z | [ recovery-image] Aug 23 21:51:13.099 INFO O| Aug 23 21:51:13.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5488 | 2024-08-23T21:51:13.720Z | [ recovery-image] Aug 23 21:51:13.099 INFO O| Aug 23 21:51:13.099 INFO STEP 524 (remove_files) COMPLETE |
5489 | 2024-08-23T21:51:13.720Z | [ recovery-image] Aug 23 21:51:13.099 INFO O| Aug 23 21:51:13.099 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-23T21:51:13.727Z | [ recovery-image] Aug 23 21:51:13.108 INFO O| Aug 23 21:51:13.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5491 | 2024-08-23T21:51:13.727Z | [ recovery-image] Aug 23 21:51:13.108 INFO O| Aug 23 21:51:13.108 INFO STEP 525 (remove_files) COMPLETE |
5492 | 2024-08-23T21:51:13.730Z | [ recovery-image] Aug 23 21:51:13.108 INFO O| Aug 23 21:51:13.108 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-23T21:51:13.737Z | [ recovery-image] Aug 23 21:51:13.118 INFO O| Aug 23 21:51:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5494 | 2024-08-23T21:51:13.739Z | [ recovery-image] Aug 23 21:51:13.118 INFO O| Aug 23 21:51:13.118 INFO STEP 526 (remove_files) COMPLETE |
5495 | 2024-08-23T21:51:13.739Z | [ recovery-image] Aug 23 21:51:13.118 INFO O| Aug 23 21:51:13.118 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-23T21:51:13.746Z | [ recovery-image] Aug 23 21:51:13.127 INFO O| Aug 23 21:51:13.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5497 | 2024-08-23T21:51:13.746Z | [ recovery-image] Aug 23 21:51:13.127 INFO O| Aug 23 21:51:13.127 INFO STEP 527 (remove_files) COMPLETE |
5498 | 2024-08-23T21:51:13.748Z | [ recovery-image] Aug 23 21:51:13.127 INFO O| Aug 23 21:51:13.127 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-23T21:51:13.755Z | [ recovery-image] Aug 23 21:51:13.136 INFO O| Aug 23 21:51:13.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5500 | 2024-08-23T21:51:13.758Z | [ recovery-image] Aug 23 21:51:13.137 INFO O| Aug 23 21:51:13.136 INFO STEP 528 (remove_files) COMPLETE |
5501 | 2024-08-23T21:51:13.758Z | [ recovery-image] Aug 23 21:51:13.137 INFO O| Aug 23 21:51:13.136 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-23T21:51:13.765Z | [ recovery-image] Aug 23 21:51:13.146 INFO O| Aug 23 21:51:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5503 | 2024-08-23T21:51:13.767Z | [ recovery-image] Aug 23 21:51:13.146 INFO O| Aug 23 21:51:13.146 INFO STEP 529 (remove_files) COMPLETE |
5504 | 2024-08-23T21:51:13.767Z | [ recovery-image] Aug 23 21:51:13.146 INFO O| Aug 23 21:51:13.146 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-23T21:51:13.775Z | [ recovery-image] Aug 23 21:51:13.156 INFO O| Aug 23 21:51:13.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5506 | 2024-08-23T21:51:13.777Z | [ recovery-image] Aug 23 21:51:13.156 INFO O| Aug 23 21:51:13.156 INFO STEP 530 (remove_files) COMPLETE |
5507 | 2024-08-23T21:51:13.777Z | [ recovery-image] Aug 23 21:51:13.156 INFO O| Aug 23 21:51:13.156 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-23T21:51:13.784Z | [ recovery-image] Aug 23 21:51:13.165 INFO O| Aug 23 21:51:13.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5509 | 2024-08-23T21:51:13.784Z | [ recovery-image] Aug 23 21:51:13.165 INFO O| Aug 23 21:51:13.165 INFO STEP 531 (remove_files) COMPLETE |
5510 | 2024-08-23T21:51:13.787Z | [ recovery-image] Aug 23 21:51:13.165 INFO O| Aug 23 21:51:13.165 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-23T21:51:13.793Z | [ recovery-image] Aug 23 21:51:13.174 INFO O| Aug 23 21:51:13.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5512 | 2024-08-23T21:51:13.796Z | [ recovery-image] Aug 23 21:51:13.174 INFO O| Aug 23 21:51:13.174 INFO STEP 532 (remove_files) COMPLETE |
5513 | 2024-08-23T21:51:13.796Z | [ recovery-image] Aug 23 21:51:13.175 INFO O| Aug 23 21:51:13.174 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-23T21:51:13.803Z | [ recovery-image] Aug 23 21:51:13.184 INFO O| Aug 23 21:51:13.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5515 | 2024-08-23T21:51:13.803Z | [ recovery-image] Aug 23 21:51:13.184 INFO O| Aug 23 21:51:13.184 INFO STEP 533 (remove_files) COMPLETE |
5516 | 2024-08-23T21:51:13.806Z | [ recovery-image] Aug 23 21:51:13.184 INFO O| Aug 23 21:51:13.184 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-23T21:51:13.813Z | [ recovery-image] Aug 23 21:51:13.194 INFO O| Aug 23 21:51:13.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5518 | 2024-08-23T21:51:13.815Z | [ recovery-image] Aug 23 21:51:13.194 INFO O| Aug 23 21:51:13.194 INFO STEP 534 (remove_files) COMPLETE |
5519 | 2024-08-23T21:51:13.815Z | [ recovery-image] Aug 23 21:51:13.194 INFO O| Aug 23 21:51:13.194 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-23T21:51:13.822Z | [ recovery-image] Aug 23 21:51:13.203 INFO O| Aug 23 21:51:13.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5521 | 2024-08-23T21:51:13.822Z | [ recovery-image] Aug 23 21:51:13.203 INFO O| Aug 23 21:51:13.203 INFO STEP 535 (remove_files) COMPLETE |
5522 | 2024-08-23T21:51:13.825Z | [ recovery-image] Aug 23 21:51:13.203 INFO O| Aug 23 21:51:13.203 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-23T21:51:13.831Z | [ recovery-image] Aug 23 21:51:13.212 INFO O| Aug 23 21:51:13.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5524 | 2024-08-23T21:51:13.834Z | [ recovery-image] Aug 23 21:51:13.213 INFO O| Aug 23 21:51:13.213 INFO STEP 536 (remove_files) COMPLETE |
5525 | 2024-08-23T21:51:13.834Z | [ recovery-image] Aug 23 21:51:13.213 INFO O| Aug 23 21:51:13.213 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-23T21:51:13.841Z | [ recovery-image] Aug 23 21:51:13.222 INFO O| Aug 23 21:51:13.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5527 | 2024-08-23T21:51:13.841Z | [ recovery-image] Aug 23 21:51:13.222 INFO O| Aug 23 21:51:13.222 INFO STEP 537 (remove_files) COMPLETE |
5528 | 2024-08-23T21:51:13.843Z | [ recovery-image] Aug 23 21:51:13.222 INFO O| Aug 23 21:51:13.222 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-23T21:51:13.850Z | [ recovery-image] Aug 23 21:51:13.231 INFO O| Aug 23 21:51:13.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5530 | 2024-08-23T21:51:13.850Z | [ recovery-image] Aug 23 21:51:13.231 INFO O| Aug 23 21:51:13.231 INFO STEP 538 (remove_files) COMPLETE |
5531 | 2024-08-23T21:51:13.853Z | [ recovery-image] Aug 23 21:51:13.231 INFO O| Aug 23 21:51:13.231 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-23T21:51:13.859Z | [ recovery-image] Aug 23 21:51:13.240 INFO O| Aug 23 21:51:13.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5533 | 2024-08-23T21:51:13.862Z | [ recovery-image] Aug 23 21:51:13.240 INFO O| Aug 23 21:51:13.240 INFO STEP 539 (remove_files) COMPLETE |
5534 | 2024-08-23T21:51:13.862Z | [ recovery-image] Aug 23 21:51:13.240 INFO O| Aug 23 21:51:13.240 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-23T21:51:13.869Z | [ recovery-image] Aug 23 21:51:13.250 INFO O| Aug 23 21:51:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5536 | 2024-08-23T21:51:13.871Z | [ recovery-image] Aug 23 21:51:13.250 INFO O| Aug 23 21:51:13.250 INFO STEP 540 (remove_files) COMPLETE |
5537 | 2024-08-23T21:51:13.871Z | [ recovery-image] Aug 23 21:51:13.250 INFO O| Aug 23 21:51:13.250 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-23T21:51:13.878Z | [ recovery-image] Aug 23 21:51:13.259 INFO O| Aug 23 21:51:13.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5539 | 2024-08-23T21:51:13.878Z | [ recovery-image] Aug 23 21:51:13.259 INFO O| Aug 23 21:51:13.259 INFO STEP 541 (remove_files) COMPLETE |
5540 | 2024-08-23T21:51:13.880Z | [ recovery-image] Aug 23 21:51:13.259 INFO O| Aug 23 21:51:13.259 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-23T21:51:13.887Z | [ recovery-image] Aug 23 21:51:13.268 INFO O| Aug 23 21:51:13.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5542 | 2024-08-23T21:51:13.890Z | [ recovery-image] Aug 23 21:51:13.268 INFO O| Aug 23 21:51:13.268 INFO STEP 542 (remove_files) COMPLETE |
5543 | 2024-08-23T21:51:13.890Z | [ recovery-image] Aug 23 21:51:13.268 INFO O| Aug 23 21:51:13.268 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-23T21:51:13.896Z | [ recovery-image] Aug 23 21:51:13.277 INFO O| Aug 23 21:51:13.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5545 | 2024-08-23T21:51:13.896Z | [ recovery-image] Aug 23 21:51:13.278 INFO O| Aug 23 21:51:13.277 INFO STEP 543 (remove_files) COMPLETE |
5546 | 2024-08-23T21:51:13.899Z | [ recovery-image] Aug 23 21:51:13.278 INFO O| Aug 23 21:51:13.277 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-23T21:51:13.906Z | [ recovery-image] Aug 23 21:51:13.287 INFO O| Aug 23 21:51:13.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5548 | 2024-08-23T21:51:13.906Z | [ recovery-image] Aug 23 21:51:13.287 INFO O| Aug 23 21:51:13.287 INFO STEP 544 (remove_files) COMPLETE |
5549 | 2024-08-23T21:51:13.908Z | [ recovery-image] Aug 23 21:51:13.287 INFO O| Aug 23 21:51:13.287 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-23T21:51:13.915Z | [ recovery-image] Aug 23 21:51:13.296 INFO O| Aug 23 21:51:13.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5551 | 2024-08-23T21:51:13.918Z | [ recovery-image] Aug 23 21:51:13.296 INFO O| Aug 23 21:51:13.296 INFO STEP 545 (remove_files) COMPLETE |
5552 | 2024-08-23T21:51:13.918Z | [ recovery-image] Aug 23 21:51:13.296 INFO O| Aug 23 21:51:13.296 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-23T21:51:13.924Z | [ recovery-image] Aug 23 21:51:13.305 INFO O| Aug 23 21:51:13.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5554 | 2024-08-23T21:51:13.924Z | [ recovery-image] Aug 23 21:51:13.305 INFO O| Aug 23 21:51:13.305 INFO STEP 546 (remove_files) COMPLETE |
5555 | 2024-08-23T21:51:13.927Z | [ recovery-image] Aug 23 21:51:13.305 INFO O| Aug 23 21:51:13.305 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-23T21:51:13.934Z | [ recovery-image] Aug 23 21:51:13.315 INFO O| Aug 23 21:51:13.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5557 | 2024-08-23T21:51:13.936Z | [ recovery-image] Aug 23 21:51:13.315 INFO O| Aug 23 21:51:13.315 INFO STEP 547 (remove_files) COMPLETE |
5558 | 2024-08-23T21:51:13.936Z | [ recovery-image] Aug 23 21:51:13.315 INFO O| Aug 23 21:51:13.315 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-23T21:51:13.944Z | [ recovery-image] Aug 23 21:51:13.325 INFO O| Aug 23 21:51:13.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5560 | 2024-08-23T21:51:13.946Z | [ recovery-image] Aug 23 21:51:13.325 INFO O| Aug 23 21:51:13.325 INFO STEP 548 (remove_files) COMPLETE |
5561 | 2024-08-23T21:51:13.946Z | [ recovery-image] Aug 23 21:51:13.325 INFO O| Aug 23 21:51:13.325 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-23T21:51:13.954Z | [ recovery-image] Aug 23 21:51:13.335 INFO O| Aug 23 21:51:13.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5563 | 2024-08-23T21:51:13.954Z | [ recovery-image] Aug 23 21:51:13.335 INFO O| Aug 23 21:51:13.335 INFO STEP 549 (remove_files) COMPLETE |
5564 | 2024-08-23T21:51:13.956Z | [ recovery-image] Aug 23 21:51:13.335 INFO O| Aug 23 21:51:13.335 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-23T21:51:13.963Z | [ recovery-image] Aug 23 21:51:13.344 INFO O| Aug 23 21:51:13.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5566 | 2024-08-23T21:51:13.963Z | [ recovery-image] Aug 23 21:51:13.344 INFO O| Aug 23 21:51:13.344 INFO STEP 550 (remove_files) COMPLETE |
5567 | 2024-08-23T21:51:13.966Z | [ recovery-image] Aug 23 21:51:13.344 INFO O| Aug 23 21:51:13.344 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-23T21:51:13.972Z | [ recovery-image] Aug 23 21:51:13.353 INFO O| Aug 23 21:51:13.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5569 | 2024-08-23T21:51:13.975Z | [ recovery-image] Aug 23 21:51:13.353 INFO O| Aug 23 21:51:13.353 INFO STEP 551 (remove_files) COMPLETE |
5570 | 2024-08-23T21:51:13.975Z | [ recovery-image] Aug 23 21:51:13.353 INFO O| Aug 23 21:51:13.353 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-23T21:51:13.982Z | [ recovery-image] Aug 23 21:51:13.363 INFO O| Aug 23 21:51:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5572 | 2024-08-23T21:51:13.982Z | [ recovery-image] Aug 23 21:51:13.363 INFO O| Aug 23 21:51:13.363 INFO STEP 552 (remove_files) COMPLETE |
5573 | 2024-08-23T21:51:13.982Z | [ recovery-image] Aug 23 21:51:13.363 INFO O| Aug 23 21:51:13.363 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-23T21:51:13.992Z | [ recovery-image] Aug 23 21:51:13.373 INFO O| Aug 23 21:51:13.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5575 | 2024-08-23T21:51:13.994Z | [ recovery-image] Aug 23 21:51:13.373 INFO O| Aug 23 21:51:13.373 INFO STEP 553 (remove_files) COMPLETE |
5576 | 2024-08-23T21:51:13.994Z | [ recovery-image] Aug 23 21:51:13.373 INFO O| Aug 23 21:51:13.373 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-23T21:51:14.001Z | [ recovery-image] Aug 23 21:51:13.382 INFO O| Aug 23 21:51:13.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5578 | 2024-08-23T21:51:14.004Z | [ recovery-image] Aug 23 21:51:13.382 INFO O| Aug 23 21:51:13.382 INFO STEP 554 (remove_files) COMPLETE |
5579 | 2024-08-23T21:51:14.004Z | [ recovery-image] Aug 23 21:51:13.382 INFO O| Aug 23 21:51:13.382 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-23T21:51:14.011Z | [ recovery-image] Aug 23 21:51:13.392 INFO O| Aug 23 21:51:13.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5581 | 2024-08-23T21:51:14.013Z | [ recovery-image] Aug 23 21:51:13.392 INFO O| Aug 23 21:51:13.392 INFO STEP 555 (remove_files) COMPLETE |
5582 | 2024-08-23T21:51:14.013Z | [ recovery-image] Aug 23 21:51:13.392 INFO O| Aug 23 21:51:13.392 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-23T21:51:14.020Z | [ recovery-image] Aug 23 21:51:13.401 INFO O| Aug 23 21:51:13.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5584 | 2024-08-23T21:51:14.020Z | [ recovery-image] Aug 23 21:51:13.401 INFO O| Aug 23 21:51:13.401 INFO STEP 556 (remove_files) COMPLETE |
5585 | 2024-08-23T21:51:14.022Z | [ recovery-image] Aug 23 21:51:13.401 INFO O| Aug 23 21:51:13.401 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-23T21:51:14.029Z | [ recovery-image] Aug 23 21:51:13.410 INFO O| Aug 23 21:51:13.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5587 | 2024-08-23T21:51:14.029Z | [ recovery-image] Aug 23 21:51:13.410 INFO O| Aug 23 21:51:13.410 INFO STEP 557 (remove_files) COMPLETE |
5588 | 2024-08-23T21:51:14.029Z | [ recovery-image] Aug 23 21:51:13.410 INFO O| Aug 23 21:51:13.410 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-23T21:51:14.039Z | [ recovery-image] Aug 23 21:51:13.419 INFO O| Aug 23 21:51:13.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5590 | 2024-08-23T21:51:14.039Z | [ recovery-image] Aug 23 21:51:13.420 INFO O| Aug 23 21:51:13.420 INFO STEP 558 (remove_files) COMPLETE |
5591 | 2024-08-23T21:51:14.039Z | [ recovery-image] Aug 23 21:51:13.420 INFO O| Aug 23 21:51:13.420 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-23T21:51:14.048Z | [ recovery-image] Aug 23 21:51:13.429 INFO O| Aug 23 21:51:13.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5593 | 2024-08-23T21:51:14.048Z | [ recovery-image] Aug 23 21:51:13.429 INFO O| Aug 23 21:51:13.429 INFO STEP 559 (remove_files) COMPLETE |
5594 | 2024-08-23T21:51:14.050Z | [ recovery-image] Aug 23 21:51:13.429 INFO O| Aug 23 21:51:13.429 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-23T21:51:14.057Z | [ recovery-image] Aug 23 21:51:13.438 INFO O| Aug 23 21:51:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5596 | 2024-08-23T21:51:14.057Z | [ recovery-image] Aug 23 21:51:13.438 INFO O| Aug 23 21:51:13.438 INFO STEP 560 (remove_files) COMPLETE |
5597 | 2024-08-23T21:51:14.057Z | [ recovery-image] Aug 23 21:51:13.438 INFO O| Aug 23 21:51:13.438 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-23T21:51:14.066Z | [ recovery-image] Aug 23 21:51:13.447 INFO O| Aug 23 21:51:13.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5599 | 2024-08-23T21:51:14.066Z | [ recovery-image] Aug 23 21:51:13.447 INFO O| Aug 23 21:51:13.447 INFO STEP 561 (remove_files) COMPLETE |
5600 | 2024-08-23T21:51:14.069Z | [ recovery-image] Aug 23 21:51:13.447 INFO O| Aug 23 21:51:13.447 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-23T21:51:14.076Z | [ recovery-image] Aug 23 21:51:13.457 INFO O| Aug 23 21:51:13.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5602 | 2024-08-23T21:51:14.076Z | [ recovery-image] Aug 23 21:51:13.457 INFO O| Aug 23 21:51:13.457 INFO STEP 562 (remove_files) COMPLETE |
5603 | 2024-08-23T21:51:14.078Z | [ recovery-image] Aug 23 21:51:13.457 INFO O| Aug 23 21:51:13.457 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-23T21:51:14.085Z | [ recovery-image] Aug 23 21:51:13.466 INFO O| Aug 23 21:51:13.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5605 | 2024-08-23T21:51:14.085Z | [ recovery-image] Aug 23 21:51:13.466 INFO O| Aug 23 21:51:13.466 INFO STEP 563 (remove_files) COMPLETE |
5606 | 2024-08-23T21:51:14.085Z | [ recovery-image] Aug 23 21:51:13.466 INFO O| Aug 23 21:51:13.466 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-23T21:51:14.094Z | [ recovery-image] Aug 23 21:51:13.475 INFO O| Aug 23 21:51:13.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5608 | 2024-08-23T21:51:14.094Z | [ recovery-image] Aug 23 21:51:13.475 INFO O| Aug 23 21:51:13.475 INFO STEP 564 (remove_files) COMPLETE |
5609 | 2024-08-23T21:51:14.097Z | [ recovery-image] Aug 23 21:51:13.475 INFO O| Aug 23 21:51:13.475 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-23T21:51:14.103Z | [ recovery-image] Aug 23 21:51:13.484 INFO O| Aug 23 21:51:13.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5611 | 2024-08-23T21:51:14.103Z | [ recovery-image] Aug 23 21:51:13.484 INFO O| Aug 23 21:51:13.484 INFO STEP 565 (remove_files) COMPLETE |
5612 | 2024-08-23T21:51:14.103Z | [ recovery-image] Aug 23 21:51:13.484 INFO O| Aug 23 21:51:13.484 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-23T21:51:14.113Z | [ recovery-image] Aug 23 21:51:13.494 INFO O| Aug 23 21:51:13.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5614 | 2024-08-23T21:51:14.113Z | [ recovery-image] Aug 23 21:51:13.494 INFO O| Aug 23 21:51:13.494 INFO STEP 566 (remove_files) COMPLETE |
5615 | 2024-08-23T21:51:14.115Z | [ recovery-image] Aug 23 21:51:13.494 INFO O| Aug 23 21:51:13.494 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-23T21:51:14.122Z | [ recovery-image] Aug 23 21:51:13.503 INFO O| Aug 23 21:51:13.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5617 | 2024-08-23T21:51:14.122Z | [ recovery-image] Aug 23 21:51:13.503 INFO O| Aug 23 21:51:13.503 INFO STEP 567 (remove_files) COMPLETE |
5618 | 2024-08-23T21:51:14.122Z | [ recovery-image] Aug 23 21:51:13.503 INFO O| Aug 23 21:51:13.503 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-23T21:51:14.131Z | [ recovery-image] Aug 23 21:51:13.512 INFO O| Aug 23 21:51:13.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5620 | 2024-08-23T21:51:14.134Z | [ recovery-image] Aug 23 21:51:13.513 INFO O| Aug 23 21:51:13.513 INFO STEP 568 (remove_files) COMPLETE |
5621 | 2024-08-23T21:51:14.134Z | [ recovery-image] Aug 23 21:51:13.513 INFO O| Aug 23 21:51:13.513 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-23T21:51:14.141Z | [ recovery-image] Aug 23 21:51:13.522 INFO O| Aug 23 21:51:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5623 | 2024-08-23T21:51:14.141Z | [ recovery-image] Aug 23 21:51:13.522 INFO O| Aug 23 21:51:13.522 INFO STEP 569 (remove_files) COMPLETE |
5624 | 2024-08-23T21:51:14.141Z | [ recovery-image] Aug 23 21:51:13.522 INFO O| Aug 23 21:51:13.522 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-23T21:51:14.150Z | [ recovery-image] Aug 23 21:51:13.531 INFO O| Aug 23 21:51:13.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5626 | 2024-08-23T21:51:14.150Z | [ recovery-image] Aug 23 21:51:13.531 INFO O| Aug 23 21:51:13.531 INFO STEP 570 (remove_files) COMPLETE |
5627 | 2024-08-23T21:51:14.150Z | [ recovery-image] Aug 23 21:51:13.531 INFO O| Aug 23 21:51:13.531 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-23T21:51:14.160Z | [ recovery-image] Aug 23 21:51:13.541 INFO O| Aug 23 21:51:13.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5629 | 2024-08-23T21:51:14.162Z | [ recovery-image] Aug 23 21:51:13.541 INFO O| Aug 23 21:51:13.541 INFO STEP 571 (remove_files) COMPLETE |
5630 | 2024-08-23T21:51:14.162Z | [ recovery-image] Aug 23 21:51:13.541 INFO O| Aug 23 21:51:13.541 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-23T21:51:14.170Z | [ recovery-image] Aug 23 21:51:13.551 INFO O| Aug 23 21:51:13.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5632 | 2024-08-23T21:51:14.170Z | [ recovery-image] Aug 23 21:51:13.551 INFO O| Aug 23 21:51:13.551 INFO STEP 572 (remove_files) COMPLETE |
5633 | 2024-08-23T21:51:14.172Z | [ recovery-image] Aug 23 21:51:13.551 INFO O| Aug 23 21:51:13.551 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-23T21:51:14.179Z | [ recovery-image] Aug 23 21:51:13.560 INFO O| Aug 23 21:51:13.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5635 | 2024-08-23T21:51:14.179Z | [ recovery-image] Aug 23 21:51:13.560 INFO O| Aug 23 21:51:13.560 INFO STEP 573 (remove_files) COMPLETE |
5636 | 2024-08-23T21:51:14.181Z | [ recovery-image] Aug 23 21:51:13.560 INFO O| Aug 23 21:51:13.560 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-23T21:51:14.188Z | [ recovery-image] Aug 23 21:51:13.569 INFO O| Aug 23 21:51:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5638 | 2024-08-23T21:51:14.188Z | [ recovery-image] Aug 23 21:51:13.569 INFO O| Aug 23 21:51:13.569 INFO STEP 574 (remove_files) COMPLETE |
5639 | 2024-08-23T21:51:14.191Z | [ recovery-image] Aug 23 21:51:13.569 INFO O| Aug 23 21:51:13.569 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-23T21:51:14.198Z | [ recovery-image] Aug 23 21:51:13.579 INFO O| Aug 23 21:51:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5641 | 2024-08-23T21:51:14.198Z | [ recovery-image] Aug 23 21:51:13.579 INFO O| Aug 23 21:51:13.579 INFO STEP 575 (remove_files) COMPLETE |
5642 | 2024-08-23T21:51:14.198Z | [ recovery-image] Aug 23 21:51:13.579 INFO O| Aug 23 21:51:13.579 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-23T21:51:14.207Z | [ recovery-image] Aug 23 21:51:13.588 INFO O| Aug 23 21:51:13.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5644 | 2024-08-23T21:51:14.207Z | [ recovery-image] Aug 23 21:51:13.588 INFO O| Aug 23 21:51:13.588 INFO STEP 576 (remove_files) COMPLETE |
5645 | 2024-08-23T21:51:14.210Z | [ recovery-image] Aug 23 21:51:13.588 INFO O| Aug 23 21:51:13.588 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-23T21:51:14.216Z | [ recovery-image] Aug 23 21:51:13.597 INFO O| Aug 23 21:51:13.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5647 | 2024-08-23T21:51:14.216Z | [ recovery-image] Aug 23 21:51:13.597 INFO O| Aug 23 21:51:13.597 INFO STEP 577 (remove_files) COMPLETE |
5648 | 2024-08-23T21:51:14.219Z | [ recovery-image] Aug 23 21:51:13.597 INFO O| Aug 23 21:51:13.597 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-23T21:51:14.226Z | [ recovery-image] Aug 23 21:51:13.607 INFO O| Aug 23 21:51:13.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5650 | 2024-08-23T21:51:14.226Z | [ recovery-image] Aug 23 21:51:13.607 INFO O| Aug 23 21:51:13.607 INFO STEP 578 (remove_files) COMPLETE |
5651 | 2024-08-23T21:51:14.228Z | [ recovery-image] Aug 23 21:51:13.607 INFO O| Aug 23 21:51:13.607 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-23T21:51:14.235Z | [ recovery-image] Aug 23 21:51:13.616 INFO O| Aug 23 21:51:13.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5653 | 2024-08-23T21:51:14.237Z | [ recovery-image] Aug 23 21:51:13.616 INFO O| Aug 23 21:51:13.616 INFO STEP 579 (remove_files) COMPLETE |
5654 | 2024-08-23T21:51:14.237Z | [ recovery-image] Aug 23 21:51:13.616 INFO O| Aug 23 21:51:13.616 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-23T21:51:14.244Z | [ recovery-image] Aug 23 21:51:13.625 INFO O| Aug 23 21:51:13.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5656 | 2024-08-23T21:51:14.244Z | [ recovery-image] Aug 23 21:51:13.625 INFO O| Aug 23 21:51:13.625 INFO STEP 580 (remove_files) COMPLETE |
5657 | 2024-08-23T21:51:14.244Z | [ recovery-image] Aug 23 21:51:13.625 INFO O| Aug 23 21:51:13.625 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-23T21:51:14.253Z | [ recovery-image] Aug 23 21:51:13.634 INFO O| Aug 23 21:51:13.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5659 | 2024-08-23T21:51:14.253Z | [ recovery-image] Aug 23 21:51:13.634 INFO O| Aug 23 21:51:13.634 INFO STEP 581 (remove_files) COMPLETE |
5660 | 2024-08-23T21:51:14.253Z | [ recovery-image] Aug 23 21:51:13.634 INFO O| Aug 23 21:51:13.634 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-23T21:51:14.263Z | [ recovery-image] Aug 23 21:51:13.644 INFO O| Aug 23 21:51:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5662 | 2024-08-23T21:51:14.263Z | [ recovery-image] Aug 23 21:51:13.644 INFO O| Aug 23 21:51:13.644 INFO STEP 582 (remove_files) COMPLETE |
5663 | 2024-08-23T21:51:14.263Z | [ recovery-image] Aug 23 21:51:13.644 INFO O| Aug 23 21:51:13.644 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-23T21:51:14.273Z | [ recovery-image] Aug 23 21:51:13.653 INFO O| Aug 23 21:51:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5665 | 2024-08-23T21:51:14.273Z | [ recovery-image] Aug 23 21:51:13.653 INFO O| Aug 23 21:51:13.653 INFO STEP 583 (remove_files) COMPLETE |
5666 | 2024-08-23T21:51:14.275Z | [ recovery-image] Aug 23 21:51:13.653 INFO O| Aug 23 21:51:13.653 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-23T21:51:14.282Z | [ recovery-image] Aug 23 21:51:13.663 INFO O| Aug 23 21:51:13.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5668 | 2024-08-23T21:51:14.282Z | [ recovery-image] Aug 23 21:51:13.663 INFO O| Aug 23 21:51:13.663 INFO STEP 584 (remove_files) COMPLETE |
5669 | 2024-08-23T21:51:14.284Z | [ recovery-image] Aug 23 21:51:13.663 INFO O| Aug 23 21:51:13.663 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-23T21:51:14.291Z | [ recovery-image] Aug 23 21:51:13.672 INFO O| Aug 23 21:51:13.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5671 | 2024-08-23T21:51:14.291Z | [ recovery-image] Aug 23 21:51:13.672 INFO O| Aug 23 21:51:13.672 INFO STEP 585 (remove_files) COMPLETE |
5672 | 2024-08-23T21:51:14.291Z | [ recovery-image] Aug 23 21:51:13.672 INFO O| Aug 23 21:51:13.672 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-23T21:51:14.300Z | [ recovery-image] Aug 23 21:51:13.681 INFO O| Aug 23 21:51:13.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5674 | 2024-08-23T21:51:14.300Z | [ recovery-image] Aug 23 21:51:13.681 INFO O| Aug 23 21:51:13.681 INFO STEP 586 (remove_files) COMPLETE |
5675 | 2024-08-23T21:51:14.303Z | [ recovery-image] Aug 23 21:51:13.681 INFO O| Aug 23 21:51:13.681 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-23T21:51:14.309Z | [ recovery-image] Aug 23 21:51:13.690 INFO O| Aug 23 21:51:13.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5677 | 2024-08-23T21:51:14.312Z | [ recovery-image] Aug 23 21:51:13.690 INFO O| Aug 23 21:51:13.690 INFO STEP 587 (remove_files) COMPLETE |
5678 | 2024-08-23T21:51:14.312Z | [ recovery-image] Aug 23 21:51:13.690 INFO O| Aug 23 21:51:13.690 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-23T21:51:14.319Z | [ recovery-image] Aug 23 21:51:13.700 INFO O| Aug 23 21:51:13.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5680 | 2024-08-23T21:51:14.321Z | [ recovery-image] Aug 23 21:51:13.700 INFO O| Aug 23 21:51:13.700 INFO STEP 588 (remove_files) COMPLETE |
5681 | 2024-08-23T21:51:14.321Z | [ recovery-image] Aug 23 21:51:13.700 INFO O| Aug 23 21:51:13.700 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-23T21:51:14.328Z | [ recovery-image] Aug 23 21:51:13.709 INFO O| Aug 23 21:51:13.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5683 | 2024-08-23T21:51:14.328Z | [ recovery-image] Aug 23 21:51:13.709 INFO O| Aug 23 21:51:13.709 INFO STEP 589 (remove_files) COMPLETE |
5684 | 2024-08-23T21:51:14.330Z | [ recovery-image] Aug 23 21:51:13.709 INFO O| Aug 23 21:51:13.709 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-23T21:51:14.337Z | [ recovery-image] Aug 23 21:51:13.718 INFO O| Aug 23 21:51:13.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5686 | 2024-08-23T21:51:14.340Z | [ recovery-image] Aug 23 21:51:13.718 INFO O| Aug 23 21:51:13.718 INFO STEP 590 (remove_files) COMPLETE |
5687 | 2024-08-23T21:51:14.340Z | [ recovery-image] Aug 23 21:51:13.718 INFO O| Aug 23 21:51:13.718 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-23T21:51:14.347Z | [ recovery-image] Aug 23 21:51:13.727 INFO O| Aug 23 21:51:13.727 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-23T21:51:14.349Z | [ recovery-image] Aug 23 21:51:13.727 INFO O| Aug 23 21:51:13.727 INFO STEP 591 (remove_files) COMPLETE |
5690 | 2024-08-23T21:51:14.349Z | [ recovery-image] Aug 23 21:51:13.728 INFO O| Aug 23 21:51:13.727 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-23T21:51:14.356Z | [ recovery-image] Aug 23 21:51:13.737 INFO O| Aug 23 21:51:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5692 | 2024-08-23T21:51:14.356Z | [ recovery-image] Aug 23 21:51:13.737 INFO O| Aug 23 21:51:13.737 INFO STEP 592 (remove_files) COMPLETE |
5693 | 2024-08-23T21:51:14.356Z | [ recovery-image] Aug 23 21:51:13.737 INFO O| Aug 23 21:51:13.737 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-23T21:51:14.365Z | [ recovery-image] Aug 23 21:51:13.746 INFO O| Aug 23 21:51:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5695 | 2024-08-23T21:51:14.367Z | [ recovery-image] Aug 23 21:51:13.746 INFO O| Aug 23 21:51:13.746 INFO STEP 593 (remove_files) COMPLETE |
5696 | 2024-08-23T21:51:14.367Z | [ recovery-image] Aug 23 21:51:13.746 INFO O| Aug 23 21:51:13.746 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-23T21:51:14.374Z | [ recovery-image] Aug 23 21:51:13.755 INFO O| Aug 23 21:51:13.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5698 | 2024-08-23T21:51:14.374Z | [ recovery-image] Aug 23 21:51:13.755 INFO O| Aug 23 21:51:13.755 INFO STEP 594 (remove_files) COMPLETE |
5699 | 2024-08-23T21:51:14.377Z | [ recovery-image] Aug 23 21:51:13.755 INFO O| Aug 23 21:51:13.755 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-23T21:51:14.384Z | [ recovery-image] Aug 23 21:51:13.765 INFO O| Aug 23 21:51:13.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5701 | 2024-08-23T21:51:14.386Z | [ recovery-image] Aug 23 21:51:13.765 INFO O| Aug 23 21:51:13.765 INFO STEP 595 (remove_files) COMPLETE |
5702 | 2024-08-23T21:51:14.386Z | [ recovery-image] Aug 23 21:51:13.765 INFO O| Aug 23 21:51:13.765 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-23T21:51:14.393Z | [ recovery-image] Aug 23 21:51:13.774 INFO O| Aug 23 21:51:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5704 | 2024-08-23T21:51:14.393Z | [ recovery-image] Aug 23 21:51:13.774 INFO O| Aug 23 21:51:13.774 INFO STEP 596 (remove_files) COMPLETE |
5705 | 2024-08-23T21:51:14.396Z | [ recovery-image] Aug 23 21:51:13.774 INFO O| Aug 23 21:51:13.774 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-23T21:51:14.403Z | [ recovery-image] Aug 23 21:51:13.784 INFO O| Aug 23 21:51:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5707 | 2024-08-23T21:51:14.405Z | [ recovery-image] Aug 23 21:51:13.784 INFO O| Aug 23 21:51:13.784 INFO STEP 597 (remove_files) COMPLETE |
5708 | 2024-08-23T21:51:14.405Z | [ recovery-image] Aug 23 21:51:13.784 INFO O| Aug 23 21:51:13.784 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-23T21:51:14.414Z | [ recovery-image] Aug 23 21:51:13.793 INFO O| Aug 23 21:51:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5710 | 2024-08-23T21:51:14.414Z | [ recovery-image] Aug 23 21:51:13.793 INFO O| Aug 23 21:51:13.793 INFO STEP 598 (remove_files) COMPLETE |
5711 | 2024-08-23T21:51:14.416Z | [ recovery-image] Aug 23 21:51:13.793 INFO O| Aug 23 21:51:13.793 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-23T21:51:14.422Z | [ recovery-image] Aug 23 21:51:13.803 INFO O| Aug 23 21:51:13.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5713 | 2024-08-23T21:51:14.424Z | [ recovery-image] Aug 23 21:51:13.803 INFO O| Aug 23 21:51:13.803 INFO STEP 599 (remove_files) COMPLETE |
5714 | 2024-08-23T21:51:14.424Z | [ recovery-image] Aug 23 21:51:13.803 INFO O| Aug 23 21:51:13.803 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-23T21:51:14.432Z | [ recovery-image] Aug 23 21:51:13.812 INFO O| Aug 23 21:51:13.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5716 | 2024-08-23T21:51:14.432Z | [ recovery-image] Aug 23 21:51:13.813 INFO O| Aug 23 21:51:13.813 INFO STEP 600 (remove_files) COMPLETE |
5717 | 2024-08-23T21:51:14.432Z | [ recovery-image] Aug 23 21:51:13.813 INFO O| Aug 23 21:51:13.813 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-23T21:51:14.441Z | [ recovery-image] Aug 23 21:51:13.822 INFO O| Aug 23 21:51:13.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5719 | 2024-08-23T21:51:14.444Z | [ recovery-image] Aug 23 21:51:13.822 INFO O| Aug 23 21:51:13.822 INFO STEP 601 (remove_files) COMPLETE |
5720 | 2024-08-23T21:51:14.444Z | [ recovery-image] Aug 23 21:51:13.822 INFO O| Aug 23 21:51:13.822 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-23T21:51:14.450Z | [ recovery-image] Aug 23 21:51:13.831 INFO O| Aug 23 21:51:13.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5722 | 2024-08-23T21:51:14.450Z | [ recovery-image] Aug 23 21:51:13.831 INFO O| Aug 23 21:51:13.831 INFO STEP 602 (remove_files) COMPLETE |
5723 | 2024-08-23T21:51:14.450Z | [ recovery-image] Aug 23 21:51:13.831 INFO O| Aug 23 21:51:13.831 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-23T21:51:14.459Z | [ recovery-image] Aug 23 21:51:13.840 INFO O| Aug 23 21:51:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5725 | 2024-08-23T21:51:14.462Z | [ recovery-image] Aug 23 21:51:13.840 INFO O| Aug 23 21:51:13.840 INFO STEP 603 (remove_files) COMPLETE |
5726 | 2024-08-23T21:51:14.462Z | [ recovery-image] Aug 23 21:51:13.840 INFO O| Aug 23 21:51:13.840 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-23T21:51:14.469Z | [ recovery-image] Aug 23 21:51:13.850 INFO O| Aug 23 21:51:13.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5728 | 2024-08-23T21:51:14.469Z | [ recovery-image] Aug 23 21:51:13.850 INFO O| Aug 23 21:51:13.850 INFO STEP 604 (remove_files) COMPLETE |
5729 | 2024-08-23T21:51:14.472Z | [ recovery-image] Aug 23 21:51:13.850 INFO O| Aug 23 21:51:13.850 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-23T21:51:14.478Z | [ recovery-image] Aug 23 21:51:13.859 INFO O| Aug 23 21:51:13.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5731 | 2024-08-23T21:51:14.481Z | [ recovery-image] Aug 23 21:51:13.859 INFO O| Aug 23 21:51:13.859 INFO STEP 605 (remove_files) COMPLETE |
5732 | 2024-08-23T21:51:14.481Z | [ recovery-image] Aug 23 21:51:13.859 INFO O| Aug 23 21:51:13.859 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-23T21:51:14.488Z | [ recovery-image] Aug 23 21:51:13.868 INFO O| Aug 23 21:51:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5734 | 2024-08-23T21:51:14.488Z | [ recovery-image] Aug 23 21:51:13.868 INFO O| Aug 23 21:51:13.868 INFO STEP 606 (remove_files) COMPLETE |
5735 | 2024-08-23T21:51:14.490Z | [ recovery-image] Aug 23 21:51:13.868 INFO O| Aug 23 21:51:13.868 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-23T21:51:14.497Z | [ recovery-image] Aug 23 21:51:13.878 INFO O| Aug 23 21:51:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5737 | 2024-08-23T21:51:14.497Z | [ recovery-image] Aug 23 21:51:13.878 INFO O| Aug 23 21:51:13.878 INFO STEP 607 (remove_files) COMPLETE |
5738 | 2024-08-23T21:51:14.497Z | [ recovery-image] Aug 23 21:51:13.878 INFO O| Aug 23 21:51:13.878 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-23T21:51:14.506Z | [ recovery-image] Aug 23 21:51:13.887 INFO O| Aug 23 21:51:13.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5740 | 2024-08-23T21:51:14.506Z | [ recovery-image] Aug 23 21:51:13.887 INFO O| Aug 23 21:51:13.887 INFO STEP 608 (remove_files) COMPLETE |
5741 | 2024-08-23T21:51:14.506Z | [ recovery-image] Aug 23 21:51:13.887 INFO O| Aug 23 21:51:13.887 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-08-23T21:51:14.515Z | [ recovery-image] Aug 23 21:51:13.896 INFO O| Aug 23 21:51:13.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5743 | 2024-08-23T21:51:14.515Z | [ recovery-image] Aug 23 21:51:13.896 INFO O| Aug 23 21:51:13.896 INFO STEP 609 (remove_files) COMPLETE |
5744 | 2024-08-23T21:51:14.518Z | [ recovery-image] Aug 23 21:51:13.896 INFO O| Aug 23 21:51:13.896 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-08-23T21:51:14.525Z | [ recovery-image] Aug 23 21:51:13.906 INFO O| Aug 23 21:51:13.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5746 | 2024-08-23T21:51:14.525Z | [ recovery-image] Aug 23 21:51:13.906 INFO O| Aug 23 21:51:13.906 INFO STEP 610 (remove_files) COMPLETE |
5747 | 2024-08-23T21:51:14.527Z | [ recovery-image] Aug 23 21:51:13.906 INFO O| Aug 23 21:51:13.906 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-08-23T21:51:14.534Z | [ recovery-image] Aug 23 21:51:13.915 INFO O| Aug 23 21:51:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5749 | 2024-08-23T21:51:14.534Z | [ recovery-image] Aug 23 21:51:13.915 INFO O| Aug 23 21:51:13.915 INFO STEP 611 (remove_files) COMPLETE |
5750 | 2024-08-23T21:51:14.537Z | [ recovery-image] Aug 23 21:51:13.915 INFO O| Aug 23 21:51:13.915 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-23T21:51:14.543Z | [ recovery-image] Aug 23 21:51:13.924 INFO O| Aug 23 21:51:13.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5752 | 2024-08-23T21:51:14.546Z | [ recovery-image] Aug 23 21:51:13.924 INFO O| Aug 23 21:51:13.924 INFO STEP 612 (remove_files) COMPLETE |
5753 | 2024-08-23T21:51:14.546Z | [ recovery-image] Aug 23 21:51:13.924 INFO O| Aug 23 21:51:13.924 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-08-23T21:51:14.553Z | [ recovery-image] Aug 23 21:51:13.934 INFO O| Aug 23 21:51:13.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5755 | 2024-08-23T21:51:14.555Z | [ recovery-image] Aug 23 21:51:13.935 INFO O| Aug 23 21:51:13.935 INFO STEP 613 (remove_files) COMPLETE |
5756 | 2024-08-23T21:51:14.555Z | [ recovery-image] Aug 23 21:51:13.935 INFO O| Aug 23 21:51:13.935 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-23T21:51:14.563Z | [ recovery-image] Aug 23 21:51:13.944 INFO O| Aug 23 21:51:13.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5758 | 2024-08-23T21:51:14.563Z | [ recovery-image] Aug 23 21:51:13.944 INFO O| Aug 23 21:51:13.944 INFO STEP 614 (remove_files) COMPLETE |
5759 | 2024-08-23T21:51:14.565Z | [ recovery-image] Aug 23 21:51:13.944 INFO O| Aug 23 21:51:13.944 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-08-23T21:51:14.572Z | [ recovery-image] Aug 23 21:51:13.953 INFO O| Aug 23 21:51:13.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5761 | 2024-08-23T21:51:14.574Z | [ recovery-image] Aug 23 21:51:13.953 INFO O| Aug 23 21:51:13.953 INFO STEP 615 (remove_files) COMPLETE |
5762 | 2024-08-23T21:51:14.574Z | [ recovery-image] Aug 23 21:51:13.953 INFO O| Aug 23 21:51:13.953 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-08-23T21:51:14.582Z | [ recovery-image] Aug 23 21:51:13.962 INFO O| Aug 23 21:51:13.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5764 | 2024-08-23T21:51:14.582Z | [ recovery-image] Aug 23 21:51:13.963 INFO O| Aug 23 21:51:13.962 INFO STEP 616 (remove_files) COMPLETE |
5765 | 2024-08-23T21:51:14.584Z | [ recovery-image] Aug 23 21:51:13.963 INFO O| Aug 23 21:51:13.962 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-08-23T21:51:14.591Z | [ recovery-image] Aug 23 21:51:13.972 INFO O| Aug 23 21:51:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5767 | 2024-08-23T21:51:14.591Z | [ recovery-image] Aug 23 21:51:13.972 INFO O| Aug 23 21:51:13.972 INFO STEP 617 (remove_files) COMPLETE |
5768 | 2024-08-23T21:51:14.591Z | [ recovery-image] Aug 23 21:51:13.972 INFO O| Aug 23 21:51:13.972 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-08-23T21:51:14.600Z | [ recovery-image] Aug 23 21:51:13.981 INFO O| Aug 23 21:51:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5770 | 2024-08-23T21:51:14.602Z | [ recovery-image] Aug 23 21:51:13.981 INFO O| Aug 23 21:51:13.981 INFO STEP 618 (remove_files) COMPLETE |
5771 | 2024-08-23T21:51:14.603Z | [ recovery-image] Aug 23 21:51:13.981 INFO O| Aug 23 21:51:13.981 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-08-23T21:51:14.609Z | [ recovery-image] Aug 23 21:51:13.990 INFO O| Aug 23 21:51:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5773 | 2024-08-23T21:51:14.609Z | [ recovery-image] Aug 23 21:51:13.990 INFO O| Aug 23 21:51:13.990 INFO STEP 619 (remove_files) COMPLETE |
5774 | 2024-08-23T21:51:14.612Z | [ recovery-image] Aug 23 21:51:13.990 INFO O| Aug 23 21:51:13.990 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-23T21:51:14.618Z | [ recovery-image] Aug 23 21:51:13.999 INFO O| Aug 23 21:51:13.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5776 | 2024-08-23T21:51:14.618Z | [ recovery-image] Aug 23 21:51:13.999 INFO O| Aug 23 21:51:13.999 INFO STEP 620 (remove_files) COMPLETE |
5777 | 2024-08-23T21:51:14.621Z | [ recovery-image] Aug 23 21:51:13.999 INFO O| Aug 23 21:51:13.999 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-23T21:51:14.629Z | [ recovery-image] Aug 23 21:51:14.009 INFO O| Aug 23 21:51:14.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5779 | 2024-08-23T21:51:14.631Z | [ recovery-image] Aug 23 21:51:14.010 INFO O| Aug 23 21:51:14.010 INFO STEP 621 (remove_files) COMPLETE |
5780 | 2024-08-23T21:51:14.631Z | [ recovery-image] Aug 23 21:51:14.010 INFO O| Aug 23 21:51:14.010 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-08-23T21:51:14.639Z | [ recovery-image] Aug 23 21:51:14.020 INFO O| Aug 23 21:51:14.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5782 | 2024-08-23T21:51:14.639Z | [ recovery-image] Aug 23 21:51:14.020 INFO O| Aug 23 21:51:14.020 INFO STEP 622 (remove_files) COMPLETE |
5783 | 2024-08-23T21:51:14.641Z | [ recovery-image] Aug 23 21:51:14.020 INFO O| Aug 23 21:51:14.020 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-08-23T21:51:14.648Z | [ recovery-image] Aug 23 21:51:14.029 INFO O| Aug 23 21:51:14.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5785 | 2024-08-23T21:51:14.648Z | [ recovery-image] Aug 23 21:51:14.029 INFO O| Aug 23 21:51:14.029 INFO STEP 623 (remove_files) COMPLETE |
5786 | 2024-08-23T21:51:14.650Z | [ recovery-image] Aug 23 21:51:14.029 INFO O| Aug 23 21:51:14.029 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-23T21:51:14.657Z | [ recovery-image] Aug 23 21:51:14.038 INFO O| Aug 23 21:51:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5788 | 2024-08-23T21:51:14.657Z | [ recovery-image] Aug 23 21:51:14.038 INFO O| Aug 23 21:51:14.038 INFO STEP 624 (remove_files) COMPLETE |
5789 | 2024-08-23T21:51:14.660Z | [ recovery-image] Aug 23 21:51:14.038 INFO O| Aug 23 21:51:14.038 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-23T21:51:14.666Z | [ recovery-image] Aug 23 21:51:14.047 INFO O| Aug 23 21:51:14.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5791 | 2024-08-23T21:51:14.669Z | [ recovery-image] Aug 23 21:51:14.047 INFO O| Aug 23 21:51:14.047 INFO STEP 625 (remove_files) COMPLETE |
5792 | 2024-08-23T21:51:14.669Z | [ recovery-image] Aug 23 21:51:14.047 INFO O| Aug 23 21:51:14.047 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-23T21:51:14.676Z | [ recovery-image] Aug 23 21:51:14.057 INFO O| Aug 23 21:51:14.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5794 | 2024-08-23T21:51:14.676Z | [ recovery-image] Aug 23 21:51:14.057 INFO O| Aug 23 21:51:14.057 INFO STEP 626 (remove_files) COMPLETE |
5795 | 2024-08-23T21:51:14.679Z | [ recovery-image] Aug 23 21:51:14.057 INFO O| Aug 23 21:51:14.057 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-23T21:51:14.685Z | [ recovery-image] Aug 23 21:51:14.066 INFO O| Aug 23 21:51:14.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5797 | 2024-08-23T21:51:14.693Z | [ recovery-image] Aug 23 21:51:14.066 INFO O| Aug 23 21:51:14.066 INFO STEP 627 (remove_files) COMPLETE |
5798 | 2024-08-23T21:51:14.694Z | [ recovery-image] Aug 23 21:51:14.066 INFO O| Aug 23 21:51:14.066 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-23T21:51:14.697Z | [ recovery-image] Aug 23 21:51:14.075 INFO O| Aug 23 21:51:14.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5800 | 2024-08-23T21:51:14.697Z | [ recovery-image] Aug 23 21:51:14.075 INFO O| Aug 23 21:51:14.075 INFO STEP 628 (remove_files) COMPLETE |
5801 | 2024-08-23T21:51:14.697Z | [ recovery-image] Aug 23 21:51:14.075 INFO O| Aug 23 21:51:14.075 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-23T21:51:14.703Z | [ recovery-image] Aug 23 21:51:14.084 INFO O| Aug 23 21:51:14.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5803 | 2024-08-23T21:51:14.703Z | [ recovery-image] Aug 23 21:51:14.084 INFO O| Aug 23 21:51:14.084 INFO STEP 629 (remove_files) COMPLETE |
5804 | 2024-08-23T21:51:14.706Z | [ recovery-image] Aug 23 21:51:14.084 INFO O| Aug 23 21:51:14.084 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-23T21:51:14.713Z | [ recovery-image] Aug 23 21:51:14.094 INFO O| Aug 23 21:51:14.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5806 | 2024-08-23T21:51:14.715Z | [ recovery-image] Aug 23 21:51:14.094 INFO O| Aug 23 21:51:14.094 INFO STEP 630 (remove_files) COMPLETE |
5807 | 2024-08-23T21:51:14.715Z | [ recovery-image] Aug 23 21:51:14.094 INFO O| Aug 23 21:51:14.094 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-23T21:51:14.722Z | [ recovery-image] Aug 23 21:51:14.103 INFO O| Aug 23 21:51:14.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5809 | 2024-08-23T21:51:14.722Z | [ recovery-image] Aug 23 21:51:14.103 INFO O| Aug 23 21:51:14.103 INFO STEP 631 (remove_files) COMPLETE |
5810 | 2024-08-23T21:51:14.724Z | [ recovery-image] Aug 23 21:51:14.103 INFO O| Aug 23 21:51:14.103 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-23T21:51:14.731Z | [ recovery-image] Aug 23 21:51:14.112 INFO O| Aug 23 21:51:14.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5812 | 2024-08-23T21:51:14.734Z | [ recovery-image] Aug 23 21:51:14.112 INFO O| Aug 23 21:51:14.112 INFO STEP 632 (remove_files) COMPLETE |
5813 | 2024-08-23T21:51:14.734Z | [ recovery-image] Aug 23 21:51:14.112 INFO O| Aug 23 21:51:14.112 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-23T21:51:14.741Z | [ recovery-image] Aug 23 21:51:14.122 INFO O| Aug 23 21:51:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5815 | 2024-08-23T21:51:14.741Z | [ recovery-image] Aug 23 21:51:14.122 INFO O| Aug 23 21:51:14.122 INFO STEP 633 (remove_files) COMPLETE |
5816 | 2024-08-23T21:51:14.743Z | [ recovery-image] Aug 23 21:51:14.122 INFO O| Aug 23 21:51:14.122 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-23T21:51:14.750Z | [ recovery-image] Aug 23 21:51:14.131 INFO O| Aug 23 21:51:14.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5818 | 2024-08-23T21:51:14.750Z | [ recovery-image] Aug 23 21:51:14.131 INFO O| Aug 23 21:51:14.131 INFO STEP 634 (remove_files) COMPLETE |
5819 | 2024-08-23T21:51:14.753Z | [ recovery-image] Aug 23 21:51:14.131 INFO O| Aug 23 21:51:14.131 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-23T21:51:14.759Z | [ recovery-image] Aug 23 21:51:14.140 INFO O| Aug 23 21:51:14.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5821 | 2024-08-23T21:51:14.762Z | [ recovery-image] Aug 23 21:51:14.140 INFO O| Aug 23 21:51:14.140 INFO STEP 635 (remove_files) COMPLETE |
5822 | 2024-08-23T21:51:14.762Z | [ recovery-image] Aug 23 21:51:14.140 INFO O| Aug 23 21:51:14.140 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-23T21:51:14.768Z | [ recovery-image] Aug 23 21:51:14.149 INFO O| Aug 23 21:51:14.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5824 | 2024-08-23T21:51:14.771Z | [ recovery-image] Aug 23 21:51:14.149 INFO O| Aug 23 21:51:14.149 INFO STEP 636 (remove_files) COMPLETE |
5825 | 2024-08-23T21:51:14.771Z | [ recovery-image] Aug 23 21:51:14.149 INFO O| Aug 23 21:51:14.149 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-23T21:51:14.778Z | [ recovery-image] Aug 23 21:51:14.159 INFO O| Aug 23 21:51:14.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5827 | 2024-08-23T21:51:14.778Z | [ recovery-image] Aug 23 21:51:14.159 INFO O| Aug 23 21:51:14.159 INFO STEP 637 (remove_files) COMPLETE |
5828 | 2024-08-23T21:51:14.781Z | [ recovery-image] Aug 23 21:51:14.159 INFO O| Aug 23 21:51:14.159 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-23T21:51:14.787Z | [ recovery-image] Aug 23 21:51:14.168 INFO O| Aug 23 21:51:14.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5830 | 2024-08-23T21:51:14.787Z | [ recovery-image] Aug 23 21:51:14.168 INFO O| Aug 23 21:51:14.168 INFO STEP 638 (remove_files) COMPLETE |
5831 | 2024-08-23T21:51:14.790Z | [ recovery-image] Aug 23 21:51:14.168 INFO O| Aug 23 21:51:14.168 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-23T21:51:14.796Z | [ recovery-image] Aug 23 21:51:14.177 INFO O| Aug 23 21:51:14.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5833 | 2024-08-23T21:51:14.796Z | [ recovery-image] Aug 23 21:51:14.177 INFO O| Aug 23 21:51:14.177 INFO STEP 639 (remove_files) COMPLETE |
5834 | 2024-08-23T21:51:14.799Z | [ recovery-image] Aug 23 21:51:14.177 INFO O| Aug 23 21:51:14.177 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-23T21:51:14.807Z | [ recovery-image] Aug 23 21:51:14.186 INFO O| Aug 23 21:51:14.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5836 | 2024-08-23T21:51:14.810Z | [ recovery-image] Aug 23 21:51:14.187 INFO O| Aug 23 21:51:14.187 INFO STEP 640 (remove_files) COMPLETE |
5837 | 2024-08-23T21:51:14.810Z | [ recovery-image] Aug 23 21:51:14.187 INFO O| Aug 23 21:51:14.187 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-23T21:51:14.815Z | [ recovery-image] Aug 23 21:51:14.196 INFO O| Aug 23 21:51:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5839 | 2024-08-23T21:51:14.815Z | [ recovery-image] Aug 23 21:51:14.196 INFO O| Aug 23 21:51:14.196 INFO STEP 641 (remove_files) COMPLETE |
5840 | 2024-08-23T21:51:14.818Z | [ recovery-image] Aug 23 21:51:14.196 INFO O| Aug 23 21:51:14.196 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-23T21:51:14.824Z | [ recovery-image] Aug 23 21:51:14.205 INFO O| Aug 23 21:51:14.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5842 | 2024-08-23T21:51:14.824Z | [ recovery-image] Aug 23 21:51:14.205 INFO O| Aug 23 21:51:14.205 INFO STEP 642 (remove_files) COMPLETE |
5843 | 2024-08-23T21:51:14.824Z | [ recovery-image] Aug 23 21:51:14.205 INFO O| Aug 23 21:51:14.205 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-23T21:51:14.833Z | [ recovery-image] Aug 23 21:51:14.214 INFO O| Aug 23 21:51:14.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5845 | 2024-08-23T21:51:14.833Z | [ recovery-image] Aug 23 21:51:14.214 INFO O| Aug 23 21:51:14.214 INFO STEP 643 (remove_files) COMPLETE |
5846 | 2024-08-23T21:51:14.833Z | [ recovery-image] Aug 23 21:51:14.214 INFO O| Aug 23 21:51:14.214 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-23T21:51:14.843Z | [ recovery-image] Aug 23 21:51:14.223 INFO O| Aug 23 21:51:14.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5848 | 2024-08-23T21:51:14.845Z | [ recovery-image] Aug 23 21:51:14.223 INFO O| Aug 23 21:51:14.223 INFO STEP 644 (remove_files) COMPLETE |
5849 | 2024-08-23T21:51:14.845Z | [ recovery-image] Aug 23 21:51:14.224 INFO O| Aug 23 21:51:14.223 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-23T21:51:14.852Z | [ recovery-image] Aug 23 21:51:14.232 INFO O| Aug 23 21:51:14.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5851 | 2024-08-23T21:51:14.852Z | [ recovery-image] Aug 23 21:51:14.233 INFO O| Aug 23 21:51:14.232 INFO STEP 645 (remove_files) COMPLETE |
5852 | 2024-08-23T21:51:14.854Z | [ recovery-image] Aug 23 21:51:14.233 INFO O| Aug 23 21:51:14.233 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-23T21:51:14.861Z | [ recovery-image] Aug 23 21:51:14.242 INFO O| Aug 23 21:51:14.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5854 | 2024-08-23T21:51:14.861Z | [ recovery-image] Aug 23 21:51:14.242 INFO O| Aug 23 21:51:14.242 INFO STEP 646 (remove_files) COMPLETE |
5855 | 2024-08-23T21:51:14.861Z | [ recovery-image] Aug 23 21:51:14.242 INFO O| Aug 23 21:51:14.242 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-23T21:51:14.870Z | [ recovery-image] Aug 23 21:51:14.251 INFO O| Aug 23 21:51:14.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5857 | 2024-08-23T21:51:14.873Z | [ recovery-image] Aug 23 21:51:14.251 INFO O| Aug 23 21:51:14.251 INFO STEP 647 (remove_files) COMPLETE |
5858 | 2024-08-23T21:51:14.873Z | [ recovery-image] Aug 23 21:51:14.251 INFO O| Aug 23 21:51:14.251 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-23T21:51:14.879Z | [ recovery-image] Aug 23 21:51:14.260 INFO O| Aug 23 21:51:14.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5860 | 2024-08-23T21:51:14.879Z | [ recovery-image] Aug 23 21:51:14.260 INFO O| Aug 23 21:51:14.260 INFO STEP 648 (remove_files) COMPLETE |
5861 | 2024-08-23T21:51:14.882Z | [ recovery-image] Aug 23 21:51:14.260 INFO O| Aug 23 21:51:14.260 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-23T21:51:14.889Z | [ recovery-image] Aug 23 21:51:14.269 INFO O| Aug 23 21:51:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5863 | 2024-08-23T21:51:14.889Z | [ recovery-image] Aug 23 21:51:14.269 INFO O| Aug 23 21:51:14.269 INFO STEP 649 (remove_files) COMPLETE |
5864 | 2024-08-23T21:51:14.889Z | [ recovery-image] Aug 23 21:51:14.269 INFO O| Aug 23 21:51:14.269 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-23T21:51:14.898Z | [ recovery-image] Aug 23 21:51:14.279 INFO O| Aug 23 21:51:14.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5866 | 2024-08-23T21:51:14.898Z | [ recovery-image] Aug 23 21:51:14.279 INFO O| Aug 23 21:51:14.279 INFO STEP 650 (remove_files) COMPLETE |
5867 | 2024-08-23T21:51:14.900Z | [ recovery-image] Aug 23 21:51:14.279 INFO O| Aug 23 21:51:14.279 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-23T21:51:14.907Z | [ recovery-image] Aug 23 21:51:14.288 INFO O| Aug 23 21:51:14.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5869 | 2024-08-23T21:51:14.909Z | [ recovery-image] Aug 23 21:51:14.288 INFO O| Aug 23 21:51:14.288 INFO STEP 651 (remove_files) COMPLETE |
5870 | 2024-08-23T21:51:14.910Z | [ recovery-image] Aug 23 21:51:14.288 INFO O| Aug 23 21:51:14.288 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-23T21:51:14.916Z | [ recovery-image] Aug 23 21:51:14.297 INFO O| Aug 23 21:51:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5872 | 2024-08-23T21:51:14.919Z | [ recovery-image] Aug 23 21:51:14.297 INFO O| Aug 23 21:51:14.297 INFO STEP 652 (remove_files) COMPLETE |
5873 | 2024-08-23T21:51:14.919Z | [ recovery-image] Aug 23 21:51:14.297 INFO O| Aug 23 21:51:14.297 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-23T21:51:14.926Z | [ recovery-image] Aug 23 21:51:14.307 INFO O| Aug 23 21:51:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5875 | 2024-08-23T21:51:14.928Z | [ recovery-image] Aug 23 21:51:14.307 INFO O| Aug 23 21:51:14.307 INFO STEP 653 (remove_files) COMPLETE |
5876 | 2024-08-23T21:51:14.928Z | [ recovery-image] Aug 23 21:51:14.307 INFO O| Aug 23 21:51:14.307 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-08-23T21:51:14.935Z | [ recovery-image] Aug 23 21:51:14.316 INFO O| Aug 23 21:51:14.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5878 | 2024-08-23T21:51:14.935Z | [ recovery-image] Aug 23 21:51:14.316 INFO O| Aug 23 21:51:14.316 INFO STEP 654 (remove_files) COMPLETE |
5879 | 2024-08-23T21:51:14.937Z | [ recovery-image] Aug 23 21:51:14.316 INFO O| Aug 23 21:51:14.316 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-08-23T21:51:14.944Z | [ recovery-image] Aug 23 21:51:14.325 INFO O| Aug 23 21:51:14.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5881 | 2024-08-23T21:51:14.944Z | [ recovery-image] Aug 23 21:51:14.325 INFO O| Aug 23 21:51:14.325 INFO STEP 655 (remove_files) COMPLETE |
5882 | 2024-08-23T21:51:14.947Z | [ recovery-image] Aug 23 21:51:14.325 INFO O| Aug 23 21:51:14.325 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-23T21:51:14.953Z | [ recovery-image] Aug 23 21:51:14.334 INFO O| Aug 23 21:51:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5884 | 2024-08-23T21:51:14.953Z | [ recovery-image] Aug 23 21:51:14.334 INFO O| Aug 23 21:51:14.334 INFO STEP 656 (remove_files) COMPLETE |
5885 | 2024-08-23T21:51:14.956Z | [ recovery-image] Aug 23 21:51:14.334 INFO O| Aug 23 21:51:14.334 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-23T21:51:14.963Z | [ recovery-image] Aug 23 21:51:14.344 INFO O| Aug 23 21:51:14.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5887 | 2024-08-23T21:51:14.963Z | [ recovery-image] Aug 23 21:51:14.344 INFO O| Aug 23 21:51:14.344 INFO STEP 657 (remove_files) COMPLETE |
5888 | 2024-08-23T21:51:14.965Z | [ recovery-image] Aug 23 21:51:14.344 INFO O| Aug 23 21:51:14.344 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-23T21:51:14.972Z | [ recovery-image] Aug 23 21:51:14.353 INFO O| Aug 23 21:51:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5890 | 2024-08-23T21:51:14.974Z | [ recovery-image] Aug 23 21:51:14.353 INFO O| Aug 23 21:51:14.353 INFO STEP 658 (remove_files) COMPLETE |
5891 | 2024-08-23T21:51:14.974Z | [ recovery-image] Aug 23 21:51:14.353 INFO O| Aug 23 21:51:14.353 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-23T21:51:14.981Z | [ recovery-image] Aug 23 21:51:14.362 INFO O| Aug 23 21:51:14.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5893 | 2024-08-23T21:51:14.981Z | [ recovery-image] Aug 23 21:51:14.362 INFO O| Aug 23 21:51:14.362 INFO STEP 659 (remove_files) COMPLETE |
5894 | 2024-08-23T21:51:14.981Z | [ recovery-image] Aug 23 21:51:14.362 INFO O| Aug 23 21:51:14.362 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-23T21:51:14.990Z | [ recovery-image] Aug 23 21:51:14.371 INFO O| Aug 23 21:51:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5896 | 2024-08-23T21:51:14.993Z | [ recovery-image] Aug 23 21:51:14.372 INFO O| Aug 23 21:51:14.372 INFO STEP 660 (remove_files) COMPLETE |
5897 | 2024-08-23T21:51:14.993Z | [ recovery-image] Aug 23 21:51:14.372 INFO O| Aug 23 21:51:14.372 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-23T21:51:15.001Z | [ recovery-image] Aug 23 21:51:14.381 INFO O| Aug 23 21:51:14.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5899 | 2024-08-23T21:51:15.001Z | [ recovery-image] Aug 23 21:51:14.381 INFO O| Aug 23 21:51:14.381 INFO STEP 661 (remove_files) COMPLETE |
5900 | 2024-08-23T21:51:15.001Z | [ recovery-image] Aug 23 21:51:14.381 INFO O| Aug 23 21:51:14.381 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-08-23T21:51:15.010Z | [ recovery-image] Aug 23 21:51:14.390 INFO O| Aug 23 21:51:14.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5902 | 2024-08-23T21:51:15.010Z | [ recovery-image] Aug 23 21:51:14.391 INFO O| Aug 23 21:51:14.390 INFO STEP 662 (remove_files) COMPLETE |
5903 | 2024-08-23T21:51:15.010Z | [ recovery-image] Aug 23 21:51:14.391 INFO O| Aug 23 21:51:14.391 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-08-23T21:51:15.019Z | [ recovery-image] Aug 23 21:51:14.400 INFO O| Aug 23 21:51:14.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5905 | 2024-08-23T21:51:15.021Z | [ recovery-image] Aug 23 21:51:14.400 INFO O| Aug 23 21:51:14.400 INFO STEP 663 (remove_files) COMPLETE |
5906 | 2024-08-23T21:51:15.021Z | [ recovery-image] Aug 23 21:51:14.400 INFO O| Aug 23 21:51:14.400 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-08-23T21:51:15.028Z | [ recovery-image] Aug 23 21:51:14.409 INFO O| Aug 23 21:51:14.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5908 | 2024-08-23T21:51:15.028Z | [ recovery-image] Aug 23 21:51:14.409 INFO O| Aug 23 21:51:14.409 INFO STEP 664 (remove_files) COMPLETE |
5909 | 2024-08-23T21:51:15.028Z | [ recovery-image] Aug 23 21:51:14.409 INFO O| Aug 23 21:51:14.409 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-08-23T21:51:15.037Z | [ recovery-image] Aug 23 21:51:14.418 INFO O| Aug 23 21:51:14.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5911 | 2024-08-23T21:51:15.040Z | [ recovery-image] Aug 23 21:51:14.418 INFO O| Aug 23 21:51:14.418 INFO STEP 665 (remove_files) COMPLETE |
5912 | 2024-08-23T21:51:15.040Z | [ recovery-image] Aug 23 21:51:14.418 INFO O| Aug 23 21:51:14.418 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-08-23T21:51:15.047Z | [ recovery-image] Aug 23 21:51:14.427 INFO O| Aug 23 21:51:14.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5914 | 2024-08-23T21:51:15.047Z | [ recovery-image] Aug 23 21:51:14.427 INFO O| Aug 23 21:51:14.427 INFO STEP 666 (remove_files) COMPLETE |
5915 | 2024-08-23T21:51:15.049Z | [ recovery-image] Aug 23 21:51:14.427 INFO O| Aug 23 21:51:14.427 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-08-23T21:51:15.056Z | [ recovery-image] Aug 23 21:51:14.437 INFO O| Aug 23 21:51:14.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5917 | 2024-08-23T21:51:15.056Z | [ recovery-image] Aug 23 21:51:14.437 INFO O| Aug 23 21:51:14.437 INFO STEP 667 (remove_files) COMPLETE |
5918 | 2024-08-23T21:51:15.058Z | [ recovery-image] Aug 23 21:51:14.437 INFO O| Aug 23 21:51:14.437 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-08-23T21:51:15.065Z | [ recovery-image] Aug 23 21:51:14.446 INFO O| Aug 23 21:51:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5920 | 2024-08-23T21:51:15.065Z | [ recovery-image] Aug 23 21:51:14.446 INFO O| Aug 23 21:51:14.446 INFO STEP 668 (remove_files) COMPLETE |
5921 | 2024-08-23T21:51:15.068Z | [ recovery-image] Aug 23 21:51:14.446 INFO O| Aug 23 21:51:14.446 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-08-23T21:51:15.074Z | [ recovery-image] Aug 23 21:51:14.455 INFO O| Aug 23 21:51:14.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5923 | 2024-08-23T21:51:15.074Z | [ recovery-image] Aug 23 21:51:14.455 INFO O| Aug 23 21:51:14.455 INFO STEP 669 (remove_files) COMPLETE |
5924 | 2024-08-23T21:51:15.074Z | [ recovery-image] Aug 23 21:51:14.455 INFO O| Aug 23 21:51:14.455 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-08-23T21:51:15.084Z | [ recovery-image] Aug 23 21:51:14.464 INFO O| Aug 23 21:51:14.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5926 | 2024-08-23T21:51:15.084Z | [ recovery-image] Aug 23 21:51:14.464 INFO O| Aug 23 21:51:14.464 INFO STEP 670 (remove_files) COMPLETE |
5927 | 2024-08-23T21:51:15.084Z | [ recovery-image] Aug 23 21:51:14.464 INFO O| Aug 23 21:51:14.464 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-23T21:51:15.093Z | [ recovery-image] Aug 23 21:51:14.474 INFO O| Aug 23 21:51:14.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5929 | 2024-08-23T21:51:15.093Z | [ recovery-image] Aug 23 21:51:14.474 INFO O| Aug 23 21:51:14.474 INFO STEP 671 (remove_files) COMPLETE |
5930 | 2024-08-23T21:51:15.096Z | [ recovery-image] Aug 23 21:51:14.474 INFO O| Aug 23 21:51:14.474 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-23T21:51:15.102Z | [ recovery-image] Aug 23 21:51:14.483 INFO O| Aug 23 21:51:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5932 | 2024-08-23T21:51:15.105Z | [ recovery-image] Aug 23 21:51:14.484 INFO O| Aug 23 21:51:14.484 INFO STEP 672 (remove_files) COMPLETE |
5933 | 2024-08-23T21:51:15.105Z | [ recovery-image] Aug 23 21:51:14.484 INFO O| Aug 23 21:51:14.484 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-08-23T21:51:15.112Z | [ recovery-image] Aug 23 21:51:14.493 INFO O| Aug 23 21:51:14.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5935 | 2024-08-23T21:51:15.115Z | [ recovery-image] Aug 23 21:51:14.493 INFO O| Aug 23 21:51:14.493 INFO STEP 673 (remove_files) COMPLETE |
5936 | 2024-08-23T21:51:15.115Z | [ recovery-image] Aug 23 21:51:14.493 INFO O| Aug 23 21:51:14.493 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-08-23T21:51:15.121Z | [ recovery-image] Aug 23 21:51:14.502 INFO O| Aug 23 21:51:14.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5938 | 2024-08-23T21:51:15.124Z | [ recovery-image] Aug 23 21:51:14.502 INFO O| Aug 23 21:51:14.502 INFO STEP 674 (remove_files) COMPLETE |
5939 | 2024-08-23T21:51:15.124Z | [ recovery-image] Aug 23 21:51:14.502 INFO O| Aug 23 21:51:14.502 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-08-23T21:51:15.131Z | [ recovery-image] Aug 23 21:51:14.511 INFO O| Aug 23 21:51:14.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5941 | 2024-08-23T21:51:15.131Z | [ recovery-image] Aug 23 21:51:14.511 INFO O| Aug 23 21:51:14.511 INFO STEP 675 (remove_files) COMPLETE |
5942 | 2024-08-23T21:51:15.131Z | [ recovery-image] Aug 23 21:51:14.511 INFO O| Aug 23 21:51:14.511 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-08-23T21:51:15.140Z | [ recovery-image] Aug 23 21:51:14.521 INFO O| Aug 23 21:51:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5944 | 2024-08-23T21:51:15.142Z | [ recovery-image] Aug 23 21:51:14.521 INFO O| Aug 23 21:51:14.521 INFO STEP 676 (remove_files) COMPLETE |
5945 | 2024-08-23T21:51:15.142Z | [ recovery-image] Aug 23 21:51:14.521 INFO O| Aug 23 21:51:14.521 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-08-23T21:51:15.149Z | [ recovery-image] Aug 23 21:51:14.530 INFO O| Aug 23 21:51:14.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5947 | 2024-08-23T21:51:15.149Z | [ recovery-image] Aug 23 21:51:14.530 INFO O| Aug 23 21:51:14.530 INFO STEP 677 (remove_files) COMPLETE |
5948 | 2024-08-23T21:51:15.151Z | [ recovery-image] Aug 23 21:51:14.530 INFO O| Aug 23 21:51:14.530 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-08-23T21:51:15.158Z | [ recovery-image] Aug 23 21:51:14.539 INFO O| Aug 23 21:51:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5950 | 2024-08-23T21:51:15.158Z | [ recovery-image] Aug 23 21:51:14.539 INFO O| Aug 23 21:51:14.539 INFO STEP 678 (remove_files) COMPLETE |
5951 | 2024-08-23T21:51:15.161Z | [ recovery-image] Aug 23 21:51:14.539 INFO O| Aug 23 21:51:14.539 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-08-23T21:51:15.168Z | [ recovery-image] Aug 23 21:51:14.548 INFO O| Aug 23 21:51:14.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5953 | 2024-08-23T21:51:15.170Z | [ recovery-image] Aug 23 21:51:14.548 INFO O| Aug 23 21:51:14.548 INFO STEP 679 (remove_files) COMPLETE |
5954 | 2024-08-23T21:51:15.170Z | [ recovery-image] Aug 23 21:51:14.548 INFO O| Aug 23 21:51:14.548 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-08-23T21:51:15.177Z | [ recovery-image] Aug 23 21:51:14.558 INFO O| Aug 23 21:51:14.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5956 | 2024-08-23T21:51:15.177Z | [ recovery-image] Aug 23 21:51:14.558 INFO O| Aug 23 21:51:14.558 INFO STEP 680 (remove_files) COMPLETE |
5957 | 2024-08-23T21:51:15.177Z | [ recovery-image] Aug 23 21:51:14.558 INFO O| Aug 23 21:51:14.558 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-08-23T21:51:15.186Z | [ recovery-image] Aug 23 21:51:14.567 INFO O| Aug 23 21:51:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5959 | 2024-08-23T21:51:15.186Z | [ recovery-image] Aug 23 21:51:14.567 INFO O| Aug 23 21:51:14.567 INFO STEP 681 (remove_files) COMPLETE |
5960 | 2024-08-23T21:51:15.189Z | [ recovery-image] Aug 23 21:51:14.567 INFO O| Aug 23 21:51:14.567 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-23T21:51:15.195Z | [ recovery-image] Aug 23 21:51:14.576 INFO O| Aug 23 21:51:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5962 | 2024-08-23T21:51:15.198Z | [ recovery-image] Aug 23 21:51:14.576 INFO O| Aug 23 21:51:14.576 INFO STEP 682 (remove_files) COMPLETE |
5963 | 2024-08-23T21:51:15.198Z | [ recovery-image] Aug 23 21:51:14.576 INFO O| Aug 23 21:51:14.576 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-23T21:51:15.205Z | [ recovery-image] Aug 23 21:51:14.586 INFO O| Aug 23 21:51:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5965 | 2024-08-23T21:51:15.205Z | [ recovery-image] Aug 23 21:51:14.586 INFO O| Aug 23 21:51:14.586 INFO STEP 683 (remove_files) COMPLETE |
5966 | 2024-08-23T21:51:15.207Z | [ recovery-image] Aug 23 21:51:14.586 INFO O| Aug 23 21:51:14.586 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-23T21:51:15.214Z | [ recovery-image] Aug 23 21:51:14.595 INFO O| Aug 23 21:51:14.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5968 | 2024-08-23T21:51:15.214Z | [ recovery-image] Aug 23 21:51:14.595 INFO O| Aug 23 21:51:14.595 INFO STEP 684 (remove_files) COMPLETE |
5969 | 2024-08-23T21:51:15.217Z | [ recovery-image] Aug 23 21:51:14.595 INFO O| Aug 23 21:51:14.595 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-23T21:51:15.224Z | [ recovery-image] Aug 23 21:51:14.605 INFO O| Aug 23 21:51:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5971 | 2024-08-23T21:51:15.224Z | [ recovery-image] Aug 23 21:51:14.605 INFO O| Aug 23 21:51:14.605 INFO STEP 685 (remove_files) COMPLETE |
5972 | 2024-08-23T21:51:15.226Z | [ recovery-image] Aug 23 21:51:14.605 INFO O| Aug 23 21:51:14.605 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-23T21:51:15.233Z | [ recovery-image] Aug 23 21:51:14.614 INFO O| Aug 23 21:51:14.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5974 | 2024-08-23T21:51:15.233Z | [ recovery-image] Aug 23 21:51:14.614 INFO O| Aug 23 21:51:14.614 INFO STEP 686 (remove_files) COMPLETE |
5975 | 2024-08-23T21:51:15.236Z | [ recovery-image] Aug 23 21:51:14.614 INFO O| Aug 23 21:51:14.614 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-23T21:51:15.245Z | [ recovery-image] Aug 23 21:51:14.626 INFO O| Aug 23 21:51:14.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5977 | 2024-08-23T21:51:15.245Z | [ recovery-image] Aug 23 21:51:14.626 INFO O| Aug 23 21:51:14.626 INFO STEP 687 (remove_files) COMPLETE |
5978 | 2024-08-23T21:51:15.248Z | [ recovery-image] Aug 23 21:51:14.626 INFO O| Aug 23 21:51:14.626 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-23T21:51:15.256Z | [ recovery-image] Aug 23 21:51:14.636 INFO O| Aug 23 21:51:14.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5980 | 2024-08-23T21:51:15.258Z | [ recovery-image] Aug 23 21:51:14.636 INFO O| Aug 23 21:51:14.636 INFO STEP 688 (remove_files) COMPLETE |
5981 | 2024-08-23T21:51:15.258Z | [ recovery-image] Aug 23 21:51:14.636 INFO O| Aug 23 21:51:14.636 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-23T21:51:15.258Z | [ host-image] Aug 23 21:51:14.638 INFO O| Aug 23 21:51:14.638 INFO O| Download: Completed 8.42 MB in 4.06 seconds (2.1M/s) |
5983 | 2024-08-23T21:51:15.265Z | [ recovery-image] Aug 23 21:51:14.646 INFO O| Aug 23 21:51:14.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5984 | 2024-08-23T21:51:15.265Z | [ recovery-image] Aug 23 21:51:14.646 INFO O| Aug 23 21:51:14.646 INFO STEP 689 (remove_files) COMPLETE |
5985 | 2024-08-23T21:51:15.268Z | [ recovery-image] Aug 23 21:51:14.646 INFO O| Aug 23 21:51:14.646 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-08-23T21:51:15.275Z | [ recovery-image] Aug 23 21:51:14.656 INFO O| Aug 23 21:51:14.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5987 | 2024-08-23T21:51:15.278Z | [ recovery-image] Aug 23 21:51:14.656 INFO O| Aug 23 21:51:14.656 INFO STEP 690 (remove_files) COMPLETE |
5988 | 2024-08-23T21:51:15.278Z | [ recovery-image] Aug 23 21:51:14.656 INFO O| Aug 23 21:51:14.656 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-08-23T21:51:15.285Z | [ recovery-image] Aug 23 21:51:14.665 INFO O| Aug 23 21:51:14.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5990 | 2024-08-23T21:51:15.287Z | [ recovery-image] Aug 23 21:51:14.665 INFO O| Aug 23 21:51:14.665 INFO STEP 691 (remove_files) COMPLETE |
5991 | 2024-08-23T21:51:15.287Z | [ recovery-image] Aug 23 21:51:14.665 INFO O| Aug 23 21:51:14.665 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-08-23T21:51:15.294Z | [ recovery-image] Aug 23 21:51:14.675 INFO O| Aug 23 21:51:14.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5993 | 2024-08-23T21:51:15.296Z | [ recovery-image] Aug 23 21:51:14.675 INFO O| Aug 23 21:51:14.675 INFO STEP 692 (remove_files) COMPLETE |
5994 | 2024-08-23T21:51:15.296Z | [ recovery-image] Aug 23 21:51:14.675 INFO O| Aug 23 21:51:14.675 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-08-23T21:51:15.304Z | [ recovery-image] Aug 23 21:51:14.685 INFO O| Aug 23 21:51:14.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5996 | 2024-08-23T21:51:15.304Z | [ recovery-image] Aug 23 21:51:14.685 INFO O| Aug 23 21:51:14.685 INFO STEP 693 (remove_files) COMPLETE |
5997 | 2024-08-23T21:51:15.304Z | [ recovery-image] Aug 23 21:51:14.685 INFO O| Aug 23 21:51:14.685 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-08-23T21:51:15.313Z | [ host-image] Aug 23 21:51:14.694 INFO O| Aug 23 21:51:14.694 INFO O| Actions: 1/1361 actions (Installing new actions) |
5999 | 2024-08-23T21:51:15.315Z | [ recovery-image] Aug 23 21:51:14.694 INFO O| Aug 23 21:51:14.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6000 | 2024-08-23T21:51:15.315Z | [ recovery-image] Aug 23 21:51:14.694 INFO O| Aug 23 21:51:14.694 INFO STEP 694 (remove_files) COMPLETE |
6001 | 2024-08-23T21:51:15.315Z | [ recovery-image] Aug 23 21:51:14.694 INFO O| Aug 23 21:51:14.694 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-08-23T21:51:15.323Z | [ recovery-image] Aug 23 21:51:14.704 INFO O| Aug 23 21:51:14.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6003 | 2024-08-23T21:51:15.325Z | [ recovery-image] Aug 23 21:51:14.704 INFO O| Aug 23 21:51:14.704 INFO STEP 695 (remove_files) COMPLETE |
6004 | 2024-08-23T21:51:15.325Z | [ recovery-image] Aug 23 21:51:14.704 INFO O| Aug 23 21:51:14.704 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-08-23T21:51:15.332Z | [ recovery-image] Aug 23 21:51:14.713 INFO O| Aug 23 21:51:14.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6006 | 2024-08-23T21:51:15.335Z | [ recovery-image] Aug 23 21:51:14.714 INFO O| Aug 23 21:51:14.714 INFO STEP 696 (remove_files) COMPLETE |
6007 | 2024-08-23T21:51:15.335Z | [ recovery-image] Aug 23 21:51:14.714 INFO O| Aug 23 21:51:14.714 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-08-23T21:51:15.342Z | [ recovery-image] Aug 23 21:51:14.723 INFO O| Aug 23 21:51:14.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6009 | 2024-08-23T21:51:15.342Z | [ recovery-image] Aug 23 21:51:14.723 INFO O| Aug 23 21:51:14.723 INFO STEP 697 (remove_files) COMPLETE |
6010 | 2024-08-23T21:51:15.345Z | [ recovery-image] Aug 23 21:51:14.723 INFO O| Aug 23 21:51:14.723 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-08-23T21:51:15.353Z | [ recovery-image] Aug 23 21:51:14.733 INFO O| Aug 23 21:51:14.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6012 | 2024-08-23T21:51:15.355Z | [ recovery-image] Aug 23 21:51:14.733 INFO O| Aug 23 21:51:14.733 INFO STEP 698 (remove_files) COMPLETE |
6013 | 2024-08-23T21:51:15.355Z | [ recovery-image] Aug 23 21:51:14.733 INFO O| Aug 23 21:51:14.733 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-08-23T21:51:15.362Z | [ recovery-image] Aug 23 21:51:14.743 INFO O| Aug 23 21:51:14.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6015 | 2024-08-23T21:51:15.362Z | [ recovery-image] Aug 23 21:51:14.743 INFO O| Aug 23 21:51:14.743 INFO STEP 699 (remove_files) COMPLETE |
6016 | 2024-08-23T21:51:15.365Z | [ recovery-image] Aug 23 21:51:14.743 INFO O| Aug 23 21:51:14.743 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-08-23T21:51:15.372Z | [ recovery-image] Aug 23 21:51:14.752 INFO O| Aug 23 21:51:14.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6018 | 2024-08-23T21:51:15.374Z | [ recovery-image] Aug 23 21:51:14.752 INFO O| Aug 23 21:51:14.752 INFO STEP 700 (remove_files) COMPLETE |
6019 | 2024-08-23T21:51:15.374Z | [ recovery-image] Aug 23 21:51:14.752 INFO O| Aug 23 21:51:14.752 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-08-23T21:51:15.381Z | [ recovery-image] Aug 23 21:51:14.762 INFO O| Aug 23 21:51:14.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6021 | 2024-08-23T21:51:15.384Z | [ recovery-image] Aug 23 21:51:14.762 INFO O| Aug 23 21:51:14.762 INFO STEP 701 (remove_files) COMPLETE |
6022 | 2024-08-23T21:51:15.384Z | [ recovery-image] Aug 23 21:51:14.762 INFO O| Aug 23 21:51:14.762 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-08-23T21:51:15.391Z | [ recovery-image] Aug 23 21:51:14.771 INFO O| Aug 23 21:51:14.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6024 | 2024-08-23T21:51:15.391Z | [ recovery-image] Aug 23 21:51:14.772 INFO O| Aug 23 21:51:14.772 INFO STEP 702 (remove_files) COMPLETE |
6025 | 2024-08-23T21:51:15.394Z | [ recovery-image] Aug 23 21:51:14.772 INFO O| Aug 23 21:51:14.772 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-08-23T21:51:15.400Z | [ recovery-image] Aug 23 21:51:14.781 INFO O| Aug 23 21:51:14.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6027 | 2024-08-23T21:51:15.400Z | [ recovery-image] Aug 23 21:51:14.781 INFO O| Aug 23 21:51:14.781 INFO STEP 703 (remove_files) COMPLETE |
6028 | 2024-08-23T21:51:15.402Z | [ recovery-image] Aug 23 21:51:14.781 INFO O| Aug 23 21:51:14.781 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-08-23T21:51:15.410Z | [ recovery-image] Aug 23 21:51:14.790 INFO O| Aug 23 21:51:14.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6030 | 2024-08-23T21:51:15.410Z | [ recovery-image] Aug 23 21:51:14.790 INFO O| Aug 23 21:51:14.790 INFO STEP 704 (remove_files) COMPLETE |
6031 | 2024-08-23T21:51:15.412Z | [ recovery-image] Aug 23 21:51:14.790 INFO O| Aug 23 21:51:14.790 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-08-23T21:51:15.419Z | [ recovery-image] Aug 23 21:51:14.800 INFO O| Aug 23 21:51:14.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6033 | 2024-08-23T21:51:15.422Z | [ recovery-image] Aug 23 21:51:14.800 INFO O| Aug 23 21:51:14.800 INFO STEP 705 (remove_files) COMPLETE |
6034 | 2024-08-23T21:51:15.422Z | [ recovery-image] Aug 23 21:51:14.800 INFO O| Aug 23 21:51:14.800 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-08-23T21:51:15.428Z | [ recovery-image] Aug 23 21:51:14.809 INFO O| Aug 23 21:51:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6036 | 2024-08-23T21:51:15.428Z | [ recovery-image] Aug 23 21:51:14.809 INFO O| Aug 23 21:51:14.809 INFO STEP 706 (remove_files) COMPLETE |
6037 | 2024-08-23T21:51:15.431Z | [ recovery-image] Aug 23 21:51:14.809 INFO O| Aug 23 21:51:14.809 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-08-23T21:51:15.438Z | [ recovery-image] Aug 23 21:51:14.818 INFO O| Aug 23 21:51:14.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6039 | 2024-08-23T21:51:15.438Z | [ recovery-image] Aug 23 21:51:14.819 INFO O| Aug 23 21:51:14.818 INFO STEP 707 (remove_files) COMPLETE |
6040 | 2024-08-23T21:51:15.438Z | [ recovery-image] Aug 23 21:51:14.819 INFO O| Aug 23 21:51:14.818 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-08-23T21:51:15.447Z | [ recovery-image] Aug 23 21:51:14.828 INFO O| Aug 23 21:51:14.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6042 | 2024-08-23T21:51:15.447Z | [ recovery-image] Aug 23 21:51:14.828 INFO O| Aug 23 21:51:14.828 INFO STEP 708 (remove_files) COMPLETE |
6043 | 2024-08-23T21:51:15.450Z | [ recovery-image] Aug 23 21:51:14.828 INFO O| Aug 23 21:51:14.828 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-08-23T21:51:15.456Z | [ recovery-image] Aug 23 21:51:14.837 INFO O| Aug 23 21:51:14.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6045 | 2024-08-23T21:51:15.457Z | [ recovery-image] Aug 23 21:51:14.837 INFO O| Aug 23 21:51:14.837 INFO STEP 709 (remove_files) COMPLETE |
6046 | 2024-08-23T21:51:15.457Z | [ recovery-image] Aug 23 21:51:14.837 INFO O| Aug 23 21:51:14.837 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-08-23T21:51:15.466Z | [ recovery-image] Aug 23 21:51:14.847 INFO O| Aug 23 21:51:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6048 | 2024-08-23T21:51:15.466Z | [ recovery-image] Aug 23 21:51:14.847 INFO O| Aug 23 21:51:14.847 INFO STEP 710 (remove_files) COMPLETE |
6049 | 2024-08-23T21:51:15.469Z | [ recovery-image] Aug 23 21:51:14.847 INFO O| Aug 23 21:51:14.847 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-08-23T21:51:15.475Z | [ recovery-image] Aug 23 21:51:14.856 INFO O| Aug 23 21:51:14.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6051 | 2024-08-23T21:51:15.475Z | [ recovery-image] Aug 23 21:51:14.856 INFO O| Aug 23 21:51:14.856 INFO STEP 711 (remove_files) COMPLETE |
6052 | 2024-08-23T21:51:15.478Z | [ recovery-image] Aug 23 21:51:14.856 INFO O| Aug 23 21:51:14.856 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-08-23T21:51:15.484Z | [ recovery-image] Aug 23 21:51:14.865 INFO O| Aug 23 21:51:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6054 | 2024-08-23T21:51:15.484Z | [ recovery-image] Aug 23 21:51:14.865 INFO O| Aug 23 21:51:14.865 INFO STEP 712 (remove_files) COMPLETE |
6055 | 2024-08-23T21:51:15.487Z | [ recovery-image] Aug 23 21:51:14.865 INFO O| Aug 23 21:51:14.865 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-08-23T21:51:15.494Z | [ recovery-image] Aug 23 21:51:14.874 INFO O| Aug 23 21:51:14.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6057 | 2024-08-23T21:51:15.494Z | [ recovery-image] Aug 23 21:51:14.875 INFO O| Aug 23 21:51:14.874 INFO STEP 713 (remove_files) COMPLETE |
6058 | 2024-08-23T21:51:15.496Z | [ recovery-image] Aug 23 21:51:14.875 INFO O| Aug 23 21:51:14.875 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-08-23T21:51:15.503Z | [ recovery-image] Aug 23 21:51:14.884 INFO O| Aug 23 21:51:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6060 | 2024-08-23T21:51:15.503Z | [ recovery-image] Aug 23 21:51:14.884 INFO O| Aug 23 21:51:14.884 INFO STEP 714 (remove_files) COMPLETE |
6061 | 2024-08-23T21:51:15.506Z | [ recovery-image] Aug 23 21:51:14.884 INFO O| Aug 23 21:51:14.884 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-08-23T21:51:15.512Z | [ recovery-image] Aug 23 21:51:14.893 INFO O| Aug 23 21:51:14.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6063 | 2024-08-23T21:51:15.515Z | [ recovery-image] Aug 23 21:51:14.893 INFO O| Aug 23 21:51:14.893 INFO STEP 715 (remove_files) COMPLETE |
6064 | 2024-08-23T21:51:15.515Z | [ recovery-image] Aug 23 21:51:14.893 INFO O| Aug 23 21:51:14.893 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-08-23T21:51:15.522Z | [ recovery-image] Aug 23 21:51:14.902 INFO O| Aug 23 21:51:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6066 | 2024-08-23T21:51:15.522Z | [ recovery-image] Aug 23 21:51:14.902 INFO O| Aug 23 21:51:14.902 INFO STEP 716 (remove_files) COMPLETE |
6067 | 2024-08-23T21:51:15.524Z | [ recovery-image] Aug 23 21:51:14.903 INFO O| Aug 23 21:51:14.902 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-08-23T21:51:15.531Z | [ recovery-image] Aug 23 21:51:14.912 INFO O| Aug 23 21:51:14.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6069 | 2024-08-23T21:51:15.531Z | [ recovery-image] Aug 23 21:51:14.912 INFO O| Aug 23 21:51:14.912 INFO STEP 717 (remove_files) COMPLETE |
6070 | 2024-08-23T21:51:15.533Z | [ recovery-image] Aug 23 21:51:14.912 INFO O| Aug 23 21:51:14.912 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-08-23T21:51:15.540Z | [ recovery-image] Aug 23 21:51:14.921 INFO O| Aug 23 21:51:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6072 | 2024-08-23T21:51:15.543Z | [ recovery-image] Aug 23 21:51:14.921 INFO O| Aug 23 21:51:14.921 INFO STEP 718 (remove_files) COMPLETE |
6073 | 2024-08-23T21:51:15.543Z | [ recovery-image] Aug 23 21:51:14.921 INFO O| Aug 23 21:51:14.921 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-08-23T21:51:15.550Z | [ recovery-image] Aug 23 21:51:14.930 INFO O| Aug 23 21:51:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6075 | 2024-08-23T21:51:15.552Z | [ recovery-image] Aug 23 21:51:14.931 INFO O| Aug 23 21:51:14.931 INFO STEP 719 (remove_files) COMPLETE |
6076 | 2024-08-23T21:51:15.552Z | [ recovery-image] Aug 23 21:51:14.931 INFO O| Aug 23 21:51:14.931 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-08-23T21:51:15.559Z | [ recovery-image] Aug 23 21:51:14.940 INFO O| Aug 23 21:51:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6078 | 2024-08-23T21:51:15.559Z | [ recovery-image] Aug 23 21:51:14.940 INFO O| Aug 23 21:51:14.940 INFO STEP 720 (remove_files) COMPLETE |
6079 | 2024-08-23T21:51:15.559Z | [ recovery-image] Aug 23 21:51:14.940 INFO O| Aug 23 21:51:14.940 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-08-23T21:51:15.568Z | [ recovery-image] Aug 23 21:51:14.949 INFO O| Aug 23 21:51:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6081 | 2024-08-23T21:51:15.571Z | [ recovery-image] Aug 23 21:51:14.949 INFO O| Aug 23 21:51:14.949 INFO STEP 721 (remove_files) COMPLETE |
6082 | 2024-08-23T21:51:15.571Z | [ recovery-image] Aug 23 21:51:14.949 INFO O| Aug 23 21:51:14.949 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-08-23T21:51:15.578Z | [ recovery-image] Aug 23 21:51:14.958 INFO O| Aug 23 21:51:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6084 | 2024-08-23T21:51:15.578Z | [ recovery-image] Aug 23 21:51:14.958 INFO O| Aug 23 21:51:14.958 INFO STEP 722 (remove_files) COMPLETE |
6085 | 2024-08-23T21:51:15.578Z | [ recovery-image] Aug 23 21:51:14.958 INFO O| Aug 23 21:51:14.958 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-08-23T21:51:15.587Z | [ recovery-image] Aug 23 21:51:14.968 INFO O| Aug 23 21:51:14.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6087 | 2024-08-23T21:51:15.587Z | [ recovery-image] Aug 23 21:51:14.968 INFO O| Aug 23 21:51:14.968 INFO STEP 723 (remove_files) COMPLETE |
6088 | 2024-08-23T21:51:15.587Z | [ recovery-image] Aug 23 21:51:14.968 INFO O| Aug 23 21:51:14.968 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-08-23T21:51:15.597Z | [ recovery-image] Aug 23 21:51:14.977 INFO O| Aug 23 21:51:14.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6090 | 2024-08-23T21:51:15.600Z | [ recovery-image] Aug 23 21:51:14.977 INFO O| Aug 23 21:51:14.977 INFO STEP 724 (remove_files) COMPLETE |
6091 | 2024-08-23T21:51:15.600Z | [ recovery-image] Aug 23 21:51:14.977 INFO O| Aug 23 21:51:14.977 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-08-23T21:51:15.606Z | [ recovery-image] Aug 23 21:51:14.986 INFO O| Aug 23 21:51:14.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6093 | 2024-08-23T21:51:15.606Z | [ recovery-image] Aug 23 21:51:14.986 INFO O| Aug 23 21:51:14.986 INFO STEP 725 (remove_files) COMPLETE |
6094 | 2024-08-23T21:51:15.606Z | [ recovery-image] Aug 23 21:51:14.987 INFO O| Aug 23 21:51:14.986 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-08-23T21:51:15.615Z | [ recovery-image] Aug 23 21:51:14.996 INFO O| Aug 23 21:51:14.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6096 | 2024-08-23T21:51:15.615Z | [ recovery-image] Aug 23 21:51:14.996 INFO O| Aug 23 21:51:14.996 INFO STEP 726 (remove_files) COMPLETE |
6097 | 2024-08-23T21:51:15.615Z | [ recovery-image] Aug 23 21:51:14.996 INFO O| Aug 23 21:51:14.996 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-08-23T21:51:15.624Z | [ recovery-image] Aug 23 21:51:15.005 INFO O| Aug 23 21:51:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6099 | 2024-08-23T21:51:15.627Z | [ recovery-image] Aug 23 21:51:15.006 INFO O| Aug 23 21:51:15.006 INFO STEP 727 (remove_files) COMPLETE |
6100 | 2024-08-23T21:51:15.627Z | [ recovery-image] Aug 23 21:51:15.006 INFO O| Aug 23 21:51:15.006 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-08-23T21:51:15.635Z | [ recovery-image] Aug 23 21:51:15.016 INFO O| Aug 23 21:51:15.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6102 | 2024-08-23T21:51:15.639Z | [ recovery-image] Aug 23 21:51:15.016 INFO O| Aug 23 21:51:15.016 INFO STEP 728 (remove_files) COMPLETE |
6103 | 2024-08-23T21:51:15.639Z | [ recovery-image] Aug 23 21:51:15.016 INFO O| Aug 23 21:51:15.016 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-08-23T21:51:15.645Z | [ recovery-image] Aug 23 21:51:15.026 INFO O| Aug 23 21:51:15.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6105 | 2024-08-23T21:51:15.645Z | [ recovery-image] Aug 23 21:51:15.026 INFO O| Aug 23 21:51:15.026 INFO STEP 729 (remove_files) COMPLETE |
6106 | 2024-08-23T21:51:15.648Z | [ recovery-image] Aug 23 21:51:15.026 INFO O| Aug 23 21:51:15.026 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-08-23T21:51:15.655Z | [ recovery-image] Aug 23 21:51:15.035 INFO O| Aug 23 21:51:15.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6108 | 2024-08-23T21:51:15.657Z | [ recovery-image] Aug 23 21:51:15.035 INFO O| Aug 23 21:51:15.035 INFO STEP 730 (remove_files) COMPLETE |
6109 | 2024-08-23T21:51:15.657Z | [ recovery-image] Aug 23 21:51:15.036 INFO O| Aug 23 21:51:15.035 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-08-23T21:51:15.664Z | [ recovery-image] Aug 23 21:51:15.045 INFO O| Aug 23 21:51:15.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6111 | 2024-08-23T21:51:15.664Z | [ recovery-image] Aug 23 21:51:15.045 INFO O| Aug 23 21:51:15.045 INFO STEP 731 (remove_files) COMPLETE |
6112 | 2024-08-23T21:51:15.667Z | [ recovery-image] Aug 23 21:51:15.045 INFO O| Aug 23 21:51:15.045 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-08-23T21:51:15.674Z | [ recovery-image] Aug 23 21:51:15.054 INFO O| Aug 23 21:51:15.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6114 | 2024-08-23T21:51:15.676Z | [ recovery-image] Aug 23 21:51:15.054 INFO O| Aug 23 21:51:15.054 INFO STEP 732 (remove_files) COMPLETE |
6115 | 2024-08-23T21:51:15.676Z | [ recovery-image] Aug 23 21:51:15.054 INFO O| Aug 23 21:51:15.054 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-08-23T21:51:15.684Z | [ recovery-image] Aug 23 21:51:15.065 INFO O| Aug 23 21:51:15.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6117 | 2024-08-23T21:51:15.685Z | [ recovery-image] Aug 23 21:51:15.065 INFO O| Aug 23 21:51:15.065 INFO STEP 733 (remove_files) COMPLETE |
6118 | 2024-08-23T21:51:15.687Z | [ recovery-image] Aug 23 21:51:15.065 INFO O| Aug 23 21:51:15.065 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-08-23T21:51:15.694Z | [ recovery-image] Aug 23 21:51:15.075 INFO O| Aug 23 21:51:15.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6120 | 2024-08-23T21:51:15.694Z | [ recovery-image] Aug 23 21:51:15.075 INFO O| Aug 23 21:51:15.075 INFO STEP 734 (remove_files) COMPLETE |
6121 | 2024-08-23T21:51:15.696Z | [ recovery-image] Aug 23 21:51:15.075 INFO O| Aug 23 21:51:15.075 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-08-23T21:51:15.703Z | [ recovery-image] Aug 23 21:51:15.084 INFO O| Aug 23 21:51:15.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6123 | 2024-08-23T21:51:15.706Z | [ recovery-image] Aug 23 21:51:15.084 INFO O| Aug 23 21:51:15.084 INFO STEP 735 (remove_files) COMPLETE |
6124 | 2024-08-23T21:51:15.706Z | [ recovery-image] Aug 23 21:51:15.084 INFO O| Aug 23 21:51:15.084 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-08-23T21:51:15.713Z | [ recovery-image] Aug 23 21:51:15.093 INFO O| Aug 23 21:51:15.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6126 | 2024-08-23T21:51:15.713Z | [ recovery-image] Aug 23 21:51:15.093 INFO O| Aug 23 21:51:15.093 INFO STEP 736 (remove_files) COMPLETE |
6127 | 2024-08-23T21:51:15.715Z | [ recovery-image] Aug 23 21:51:15.093 INFO O| Aug 23 21:51:15.093 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-08-23T21:51:15.721Z | [ host-image] Aug 23 21:51:15.102 INFO O| Aug 23 21:51:15.102 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
6129 | 2024-08-23T21:51:15.724Z | [ recovery-image] Aug 23 21:51:15.103 INFO O| Aug 23 21:51:15.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6130 | 2024-08-23T21:51:15.724Z | [ recovery-image] Aug 23 21:51:15.103 INFO O| Aug 23 21:51:15.103 INFO STEP 737 (remove_files) COMPLETE |
6131 | 2024-08-23T21:51:15.724Z | [ recovery-image] Aug 23 21:51:15.103 INFO O| Aug 23 21:51:15.103 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-08-23T21:51:15.732Z | [ recovery-image] Aug 23 21:51:15.113 INFO O| Aug 23 21:51:15.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6133 | 2024-08-23T21:51:15.732Z | [ recovery-image] Aug 23 21:51:15.113 INFO O| Aug 23 21:51:15.113 INFO STEP 738 (remove_files) COMPLETE |
6134 | 2024-08-23T21:51:15.732Z | [ recovery-image] Aug 23 21:51:15.113 INFO O| Aug 23 21:51:15.113 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-08-23T21:51:15.742Z | [ recovery-image] Aug 23 21:51:15.122 INFO O| Aug 23 21:51:15.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6136 | 2024-08-23T21:51:15.742Z | [ recovery-image] Aug 23 21:51:15.122 INFO O| Aug 23 21:51:15.122 INFO STEP 739 (remove_files) COMPLETE |
6137 | 2024-08-23T21:51:15.744Z | [ recovery-image] Aug 23 21:51:15.122 INFO O| Aug 23 21:51:15.122 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-08-23T21:51:15.751Z | [ recovery-image] Aug 23 21:51:15.132 INFO O| Aug 23 21:51:15.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6139 | 2024-08-23T21:51:15.754Z | [ recovery-image] Aug 23 21:51:15.132 INFO O| Aug 23 21:51:15.132 INFO STEP 740 (remove_files) COMPLETE |
6140 | 2024-08-23T21:51:15.754Z | [ recovery-image] Aug 23 21:51:15.132 INFO O| Aug 23 21:51:15.132 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-08-23T21:51:15.761Z | [ recovery-image] Aug 23 21:51:15.142 INFO O| Aug 23 21:51:15.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6142 | 2024-08-23T21:51:15.761Z | [ recovery-image] Aug 23 21:51:15.142 INFO O| Aug 23 21:51:15.142 INFO STEP 741 (remove_files) COMPLETE |
6143 | 2024-08-23T21:51:15.764Z | [ recovery-image] Aug 23 21:51:15.142 INFO O| Aug 23 21:51:15.142 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-08-23T21:51:15.771Z | [ recovery-image] Aug 23 21:51:15.151 INFO O| Aug 23 21:51:15.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6145 | 2024-08-23T21:51:15.771Z | [ recovery-image] Aug 23 21:51:15.151 INFO O| Aug 23 21:51:15.151 INFO STEP 742 (remove_files) COMPLETE |
6146 | 2024-08-23T21:51:15.773Z | [ recovery-image] Aug 23 21:51:15.151 INFO O| Aug 23 21:51:15.151 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-08-23T21:51:15.781Z | [ recovery-image] Aug 23 21:51:15.161 INFO O| Aug 23 21:51:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6148 | 2024-08-23T21:51:15.781Z | [ recovery-image] Aug 23 21:51:15.161 INFO O| Aug 23 21:51:15.161 INFO STEP 743 (remove_files) COMPLETE |
6149 | 2024-08-23T21:51:15.783Z | [ recovery-image] Aug 23 21:51:15.161 INFO O| Aug 23 21:51:15.161 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-08-23T21:51:15.790Z | [ recovery-image] Aug 23 21:51:15.171 INFO O| Aug 23 21:51:15.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6151 | 2024-08-23T21:51:15.790Z | [ recovery-image] Aug 23 21:51:15.171 INFO O| Aug 23 21:51:15.171 INFO STEP 744 (remove_files) COMPLETE |
6152 | 2024-08-23T21:51:15.793Z | [ recovery-image] Aug 23 21:51:15.171 INFO O| Aug 23 21:51:15.171 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-23T21:51:15.800Z | [ recovery-image] Aug 23 21:51:15.180 INFO O| Aug 23 21:51:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6154 | 2024-08-23T21:51:15.800Z | [ recovery-image] Aug 23 21:51:15.180 INFO O| Aug 23 21:51:15.180 INFO STEP 745 (remove_files) COMPLETE |
6155 | 2024-08-23T21:51:15.802Z | [ recovery-image] Aug 23 21:51:15.181 INFO O| Aug 23 21:51:15.180 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-23T21:51:15.809Z | [ recovery-image] Aug 23 21:51:15.190 INFO O| Aug 23 21:51:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6157 | 2024-08-23T21:51:15.812Z | [ recovery-image] Aug 23 21:51:15.190 INFO O| Aug 23 21:51:15.190 INFO STEP 746 (remove_files) COMPLETE |
6158 | 2024-08-23T21:51:15.812Z | [ recovery-image] Aug 23 21:51:15.190 INFO O| Aug 23 21:51:15.190 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-23T21:51:15.819Z | [ recovery-image] Aug 23 21:51:15.200 INFO O| Aug 23 21:51:15.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6160 | 2024-08-23T21:51:15.822Z | [ recovery-image] Aug 23 21:51:15.200 INFO O| Aug 23 21:51:15.200 INFO STEP 747 (remove_files) COMPLETE |
6161 | 2024-08-23T21:51:15.822Z | [ recovery-image] Aug 23 21:51:15.200 INFO O| Aug 23 21:51:15.200 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-08-23T21:51:15.829Z | [ recovery-image] Aug 23 21:51:15.209 INFO O| Aug 23 21:51:15.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6163 | 2024-08-23T21:51:15.831Z | [ recovery-image] Aug 23 21:51:15.209 INFO O| Aug 23 21:51:15.209 INFO STEP 748 (remove_files) COMPLETE |
6164 | 2024-08-23T21:51:15.831Z | [ recovery-image] Aug 23 21:51:15.209 INFO O| Aug 23 21:51:15.209 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-08-23T21:51:15.838Z | [ recovery-image] Aug 23 21:51:15.219 INFO O| Aug 23 21:51:15.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6166 | 2024-08-23T21:51:15.841Z | [ recovery-image] Aug 23 21:51:15.219 INFO O| Aug 23 21:51:15.219 INFO STEP 749 (remove_files) COMPLETE |
6167 | 2024-08-23T21:51:15.841Z | [ recovery-image] Aug 23 21:51:15.219 INFO O| Aug 23 21:51:15.219 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-08-23T21:51:15.848Z | [ recovery-image] Aug 23 21:51:15.229 INFO O| Aug 23 21:51:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6169 | 2024-08-23T21:51:15.848Z | [ recovery-image] Aug 23 21:51:15.229 INFO O| Aug 23 21:51:15.229 INFO STEP 750 (remove_files) COMPLETE |
6170 | 2024-08-23T21:51:15.848Z | [ recovery-image] Aug 23 21:51:15.229 INFO O| Aug 23 21:51:15.229 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-08-23T21:51:16.862Z | [ recovery-image] Aug 23 21:51:15.239 INFO O| Aug 23 21:51:15.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6172 | 2024-08-23T21:51:16.862Z | [ recovery-image] Aug 23 21:51:15.239 INFO O| Aug 23 21:51:15.239 INFO STEP 751 (remove_files) COMPLETE |
6173 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.239 INFO O| Aug 23 21:51:15.239 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.250 INFO O| Aug 23 21:51:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6175 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.250 INFO O| Aug 23 21:51:15.250 INFO STEP 752 (remove_files) COMPLETE |
6176 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.250 INFO O| Aug 23 21:51:15.250 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.260 INFO O| Aug 23 21:51:15.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6178 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.260 INFO O| Aug 23 21:51:15.260 INFO STEP 753 (remove_files) COMPLETE |
6179 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.260 INFO O| Aug 23 21:51:15.260 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.270 INFO O| Aug 23 21:51:15.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6181 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.270 INFO O| Aug 23 21:51:15.270 INFO STEP 754 (remove_files) COMPLETE |
6182 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.270 INFO O| Aug 23 21:51:15.270 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.280 INFO O| Aug 23 21:51:15.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6184 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.280 INFO O| Aug 23 21:51:15.280 INFO STEP 755 (remove_files) COMPLETE |
6185 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.280 INFO O| Aug 23 21:51:15.280 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.290 INFO O| Aug 23 21:51:15.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6187 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.290 INFO O| Aug 23 21:51:15.290 INFO STEP 756 (remove_files) COMPLETE |
6188 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.290 INFO O| Aug 23 21:51:15.290 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.300 INFO O| Aug 23 21:51:15.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6190 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.300 INFO O| Aug 23 21:51:15.300 INFO STEP 757 (remove_files) COMPLETE |
6191 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.300 INFO O| Aug 23 21:51:15.300 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.310 INFO O| Aug 23 21:51:15.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6193 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.310 INFO O| Aug 23 21:51:15.310 INFO STEP 758 (remove_files) COMPLETE |
6194 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.310 INFO O| Aug 23 21:51:15.310 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.319 INFO O| Aug 23 21:51:15.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6196 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.320 INFO O| Aug 23 21:51:15.320 INFO STEP 759 (remove_files) COMPLETE |
6197 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.320 INFO O| Aug 23 21:51:15.320 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.330 INFO O| Aug 23 21:51:15.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6199 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.330 INFO O| Aug 23 21:51:15.330 INFO STEP 760 (remove_files) COMPLETE |
6200 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.330 INFO O| Aug 23 21:51:15.330 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-08-23T21:51:16.870Z | [ host-image] Aug 23 21:51:15.335 INFO O| Aug 23 21:51:15.335 INFO O| Done |
6202 | 2024-08-23T21:51:16.870Z | [ host-image] Aug 23 21:51:15.335 INFO O| Aug 23 21:51:15.335 INFO O| Done |
6203 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.340 INFO O| Aug 23 21:51:15.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6204 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.340 INFO O| Aug 23 21:51:15.340 INFO STEP 761 (remove_files) COMPLETE |
6205 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.340 INFO O| Aug 23 21:51:15.340 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-08-23T21:51:16.870Z | [ recovery-image] Aug 23 21:51:15.350 INFO O| Aug 23 21:51:15.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6207 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.350 INFO O| Aug 23 21:51:15.350 INFO STEP 762 (remove_files) COMPLETE |
6208 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.350 INFO O| Aug 23 21:51:15.350 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.359 INFO O| Aug 23 21:51:15.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6210 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.359 INFO O| Aug 23 21:51:15.359 INFO STEP 763 (remove_files) COMPLETE |
6211 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.359 INFO O| Aug 23 21:51:15.359 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.368 INFO O| Aug 23 21:51:15.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6213 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.368 INFO O| Aug 23 21:51:15.368 INFO STEP 764 (remove_files) COMPLETE |
6214 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.368 INFO O| Aug 23 21:51:15.368 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.377 INFO O| Aug 23 21:51:15.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6216 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.377 INFO O| Aug 23 21:51:15.377 INFO STEP 765 (remove_files) COMPLETE |
6217 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.377 INFO O| Aug 23 21:51:15.377 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.387 INFO O| Aug 23 21:51:15.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6219 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.387 INFO O| Aug 23 21:51:15.387 INFO STEP 766 (remove_files) COMPLETE |
6220 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.387 INFO O| Aug 23 21:51:15.387 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.396 INFO O| Aug 23 21:51:15.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6222 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.396 INFO O| Aug 23 21:51:15.396 INFO STEP 767 (remove_files) COMPLETE |
6223 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.396 INFO O| Aug 23 21:51:15.396 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.405 INFO O| Aug 23 21:51:15.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6225 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.405 INFO O| Aug 23 21:51:15.405 INFO STEP 768 (remove_files) COMPLETE |
6226 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.405 INFO O| Aug 23 21:51:15.405 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.414 INFO O| Aug 23 21:51:15.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6228 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.414 INFO O| Aug 23 21:51:15.414 INFO STEP 769 (remove_files) COMPLETE |
6229 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.414 INFO O| Aug 23 21:51:15.414 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.423 INFO O| Aug 23 21:51:15.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6231 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.424 INFO O| Aug 23 21:51:15.424 INFO STEP 770 (remove_files) COMPLETE |
6232 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.424 INFO O| Aug 23 21:51:15.424 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.433 INFO O| Aug 23 21:51:15.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6234 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.433 INFO O| Aug 23 21:51:15.433 INFO STEP 771 (remove_files) COMPLETE |
6235 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.433 INFO O| Aug 23 21:51:15.433 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.442 INFO O| Aug 23 21:51:15.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6237 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.442 INFO O| Aug 23 21:51:15.442 INFO STEP 772 (remove_files) COMPLETE |
6238 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.442 INFO O| Aug 23 21:51:15.442 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.451 INFO O| Aug 23 21:51:15.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6240 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.451 INFO O| Aug 23 21:51:15.451 INFO STEP 773 (remove_files) COMPLETE |
6241 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.451 INFO O| Aug 23 21:51:15.451 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.460 INFO O| Aug 23 21:51:15.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6243 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.460 INFO O| Aug 23 21:51:15.460 INFO STEP 774 (remove_files) COMPLETE |
6244 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.460 INFO O| Aug 23 21:51:15.460 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-08-23T21:51:16.871Z | [ recovery-image] Aug 23 21:51:15.470 INFO O| Aug 23 21:51:15.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6246 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.470 INFO O| Aug 23 21:51:15.470 INFO STEP 775 (remove_files) COMPLETE |
6247 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.470 INFO O| Aug 23 21:51:15.470 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.479 INFO O| Aug 23 21:51:15.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6249 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.479 INFO O| Aug 23 21:51:15.479 INFO STEP 776 (remove_files) COMPLETE |
6250 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.479 INFO O| Aug 23 21:51:15.479 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.488 INFO O| Aug 23 21:51:15.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6252 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.488 INFO O| Aug 23 21:51:15.488 INFO STEP 777 (remove_files) COMPLETE |
6253 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.488 INFO O| Aug 23 21:51:15.488 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.497 INFO O| Aug 23 21:51:15.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6255 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.497 INFO O| Aug 23 21:51:15.497 INFO STEP 778 (remove_files) COMPLETE |
6256 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.497 INFO O| Aug 23 21:51:15.497 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.507 INFO O| Aug 23 21:51:15.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6258 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.507 INFO O| Aug 23 21:51:15.507 INFO STEP 779 (remove_files) COMPLETE |
6259 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.507 INFO O| Aug 23 21:51:15.507 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.516 INFO O| Aug 23 21:51:15.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6261 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.516 INFO O| Aug 23 21:51:15.516 INFO STEP 780 (remove_files) COMPLETE |
6262 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.516 INFO O| Aug 23 21:51:15.516 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.525 INFO O| Aug 23 21:51:15.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6264 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.525 INFO O| Aug 23 21:51:15.525 INFO STEP 781 (remove_files) COMPLETE |
6265 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.525 INFO O| Aug 23 21:51:15.525 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.534 INFO O| Aug 23 21:51:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6267 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.534 INFO O| Aug 23 21:51:15.534 INFO STEP 782 (remove_files) COMPLETE |
6268 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.535 INFO O| Aug 23 21:51:15.534 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.544 INFO O| Aug 23 21:51:15.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6270 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.544 INFO O| Aug 23 21:51:15.544 INFO STEP 783 (remove_files) COMPLETE |
6271 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.544 INFO O| Aug 23 21:51:15.544 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-08-23T21:51:16.872Z | [ recovery-image] Aug 23 21:51:15.553 INFO O| Aug 23 21:51:15.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6273 | 2024-08-23T21:51:16.876Z | [ recovery-image] Aug 23 21:51:15.553 INFO O| Aug 23 21:51:15.553 INFO STEP 784 (remove_files) COMPLETE |
6274 | 2024-08-23T21:51:16.876Z | [ recovery-image] Aug 23 21:51:15.553 INFO O| Aug 23 21:51:15.553 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-08-23T21:51:16.876Z | [ recovery-image] Aug 23 21:51:15.562 INFO O| Aug 23 21:51:15.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6276 | 2024-08-23T21:51:16.876Z | [ recovery-image] Aug 23 21:51:15.562 INFO O| Aug 23 21:51:15.562 INFO STEP 785 (remove_files) COMPLETE |
6277 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.562 INFO O| Aug 23 21:51:15.562 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.571 INFO O| Aug 23 21:51:15.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6279 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.572 INFO O| Aug 23 21:51:15.571 INFO STEP 786 (remove_files) COMPLETE |
6280 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.572 INFO O| Aug 23 21:51:15.572 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.581 INFO O| Aug 23 21:51:15.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6282 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.581 INFO O| Aug 23 21:51:15.581 INFO STEP 787 (remove_files) COMPLETE |
6283 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.581 INFO O| Aug 23 21:51:15.581 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.590 INFO O| Aug 23 21:51:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6285 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.590 INFO O| Aug 23 21:51:15.590 INFO STEP 788 (remove_files) COMPLETE |
6286 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.590 INFO O| Aug 23 21:51:15.590 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.599 INFO O| Aug 23 21:51:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6288 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.599 INFO O| Aug 23 21:51:15.599 INFO STEP 789 (remove_files) COMPLETE |
6289 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.599 INFO O| Aug 23 21:51:15.599 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.608 INFO O| Aug 23 21:51:15.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6291 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.609 INFO O| Aug 23 21:51:15.608 INFO STEP 790 (remove_files) COMPLETE |
6292 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.609 INFO O| Aug 23 21:51:15.609 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.618 INFO O| Aug 23 21:51:15.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6294 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.618 INFO O| Aug 23 21:51:15.618 INFO STEP 791 (remove_files) COMPLETE |
6295 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.618 INFO O| Aug 23 21:51:15.618 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.627 INFO O| Aug 23 21:51:15.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6297 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.627 INFO O| Aug 23 21:51:15.627 INFO STEP 792 (remove_files) COMPLETE |
6298 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.627 INFO O| Aug 23 21:51:15.627 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.636 INFO O| Aug 23 21:51:15.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6300 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.636 INFO O| Aug 23 21:51:15.636 INFO STEP 793 (remove_files) COMPLETE |
6301 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.636 INFO O| Aug 23 21:51:15.636 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.645 INFO O| Aug 23 21:51:15.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6303 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.645 INFO O| Aug 23 21:51:15.645 INFO STEP 794 (remove_files) COMPLETE |
6304 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.646 INFO O| Aug 23 21:51:15.645 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.655 INFO O| Aug 23 21:51:15.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6306 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.655 INFO O| Aug 23 21:51:15.655 INFO STEP 795 (remove_files) COMPLETE |
6307 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.655 INFO O| Aug 23 21:51:15.655 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.664 INFO O| Aug 23 21:51:15.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6309 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.664 INFO O| Aug 23 21:51:15.664 INFO STEP 796 (remove_files) COMPLETE |
6310 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.664 INFO O| Aug 23 21:51:15.664 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.673 INFO O| Aug 23 21:51:15.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6312 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.674 INFO O| Aug 23 21:51:15.674 INFO STEP 797 (remove_files) COMPLETE |
6313 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.674 INFO O| Aug 23 21:51:15.674 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-08-23T21:51:16.877Z | [ recovery-image] Aug 23 21:51:15.683 INFO O| Aug 23 21:51:15.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6315 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.684 INFO O| Aug 23 21:51:15.684 INFO STEP 798 (remove_files) COMPLETE |
6316 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.684 INFO O| Aug 23 21:51:15.684 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-08-23T21:51:16.878Z | [ host-image] Aug 23 21:51:15.686 INFO O| Aug 23 21:51:15.686 INFO O| Done |
6318 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.693 INFO O| Aug 23 21:51:15.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6319 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.693 INFO O| Aug 23 21:51:15.693 INFO STEP 799 (remove_files) COMPLETE |
6320 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.693 INFO O| Aug 23 21:51:15.693 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.702 INFO O| Aug 23 21:51:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6322 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.702 INFO O| Aug 23 21:51:15.702 INFO STEP 800 (remove_files) COMPLETE |
6323 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.702 INFO O| Aug 23 21:51:15.702 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.712 INFO O| Aug 23 21:51:15.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6325 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.712 INFO O| Aug 23 21:51:15.712 INFO STEP 801 (remove_files) COMPLETE |
6326 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.712 INFO O| Aug 23 21:51:15.712 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.721 INFO O| Aug 23 21:51:15.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6328 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.721 INFO O| Aug 23 21:51:15.721 INFO STEP 802 (remove_files) COMPLETE |
6329 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.721 INFO O| Aug 23 21:51:15.721 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.731 INFO O| Aug 23 21:51:15.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6331 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.731 INFO O| Aug 23 21:51:15.731 INFO STEP 803 (remove_files) COMPLETE |
6332 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.731 INFO O| Aug 23 21:51:15.731 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.740 INFO O| Aug 23 21:51:15.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6334 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.740 INFO O| Aug 23 21:51:15.740 INFO STEP 804 (remove_files) COMPLETE |
6335 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.740 INFO O| Aug 23 21:51:15.740 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.749 INFO O| Aug 23 21:51:15.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6337 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.749 INFO O| Aug 23 21:51:15.749 INFO STEP 805 (remove_files) COMPLETE |
6338 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.749 INFO O| Aug 23 21:51:15.749 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.759 INFO O| Aug 23 21:51:15.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6340 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.759 INFO O| Aug 23 21:51:15.759 INFO STEP 806 (remove_files) COMPLETE |
6341 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.759 INFO O| Aug 23 21:51:15.759 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.768 INFO O| Aug 23 21:51:15.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6343 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.768 INFO O| Aug 23 21:51:15.768 INFO STEP 807 (remove_files) COMPLETE |
6344 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.768 INFO O| Aug 23 21:51:15.768 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.778 INFO O| Aug 23 21:51:15.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6346 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.778 INFO O| Aug 23 21:51:15.778 INFO STEP 808 (remove_files) COMPLETE |
6347 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.778 INFO O| Aug 23 21:51:15.778 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.787 INFO O| Aug 23 21:51:15.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6349 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.788 INFO O| Aug 23 21:51:15.788 INFO STEP 809 (remove_files) COMPLETE |
6350 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.788 INFO O| Aug 23 21:51:15.788 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.797 INFO O| Aug 23 21:51:15.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6352 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.797 INFO O| Aug 23 21:51:15.797 INFO STEP 810 (remove_files) COMPLETE |
6353 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.797 INFO O| Aug 23 21:51:15.797 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.806 INFO O| Aug 23 21:51:15.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6355 | 2024-08-23T21:51:16.878Z | [ recovery-image] Aug 23 21:51:15.807 INFO O| Aug 23 21:51:15.807 INFO STEP 811 (remove_files) COMPLETE |
6356 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.807 INFO O| Aug 23 21:51:15.807 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.816 INFO O| Aug 23 21:51:15.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6358 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.816 INFO O| Aug 23 21:51:15.816 INFO STEP 812 (remove_files) COMPLETE |
6359 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.816 INFO O| Aug 23 21:51:15.816 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.825 INFO O| Aug 23 21:51:15.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6361 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.826 INFO O| Aug 23 21:51:15.826 INFO STEP 813 (remove_files) COMPLETE |
6362 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.826 INFO O| Aug 23 21:51:15.826 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.835 INFO O| Aug 23 21:51:15.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6364 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.835 INFO O| Aug 23 21:51:15.835 INFO STEP 814 (remove_files) COMPLETE |
6365 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.835 INFO O| Aug 23 21:51:15.835 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.844 INFO O| Aug 23 21:51:15.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6367 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.844 INFO O| Aug 23 21:51:15.844 INFO STEP 815 (remove_files) COMPLETE |
6368 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.844 INFO O| Aug 23 21:51:15.844 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.853 INFO O| Aug 23 21:51:15.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6370 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.854 INFO O| Aug 23 21:51:15.854 INFO STEP 816 (remove_files) COMPLETE |
6371 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.854 INFO O| Aug 23 21:51:15.854 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-08-23T21:51:16.879Z | [ recovery-image] Aug 23 21:51:15.865 INFO O| Aug 23 21:51:15.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6373 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.865 INFO O| Aug 23 21:51:15.865 INFO STEP 817 (remove_files) COMPLETE |
6374 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.865 INFO O| Aug 23 21:51:15.865 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.874 INFO O| Aug 23 21:51:15.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6376 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.874 INFO O| Aug 23 21:51:15.874 INFO STEP 818 (remove_files) COMPLETE |
6377 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.874 INFO O| Aug 23 21:51:15.874 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.886 INFO O| Aug 23 21:51:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6379 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.886 INFO O| Aug 23 21:51:15.886 INFO STEP 819 (remove_files) COMPLETE |
6380 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.886 INFO O| Aug 23 21:51:15.886 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.895 INFO O| Aug 23 21:51:15.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6382 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.895 INFO O| Aug 23 21:51:15.895 INFO STEP 820 (remove_files) COMPLETE |
6383 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.895 INFO O| Aug 23 21:51:15.895 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.906 INFO O| Aug 23 21:51:15.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6385 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.906 INFO O| Aug 23 21:51:15.906 INFO STEP 821 (remove_files) COMPLETE |
6386 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.906 INFO O| Aug 23 21:51:15.906 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.916 INFO O| Aug 23 21:51:15.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6388 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.916 INFO O| Aug 23 21:51:15.916 INFO STEP 822 (remove_files) COMPLETE |
6389 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.916 INFO O| Aug 23 21:51:15.916 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.925 INFO O| Aug 23 21:51:15.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6391 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.925 INFO O| Aug 23 21:51:15.925 INFO STEP 823 (remove_files) COMPLETE |
6392 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.925 INFO O| Aug 23 21:51:15.925 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.936 INFO O| Aug 23 21:51:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6394 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.936 INFO O| Aug 23 21:51:15.936 INFO STEP 824 (remove_files) COMPLETE |
6395 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.936 INFO O| Aug 23 21:51:15.936 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.946 INFO O| Aug 23 21:51:15.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6397 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.946 INFO O| Aug 23 21:51:15.946 INFO STEP 825 (remove_files) COMPLETE |
6398 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.946 INFO O| Aug 23 21:51:15.946 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.955 INFO O| Aug 23 21:51:15.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6400 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.956 INFO O| Aug 23 21:51:15.955 INFO STEP 826 (remove_files) COMPLETE |
6401 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.956 INFO O| Aug 23 21:51:15.956 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-08-23T21:51:16.883Z | [ recovery-image] Aug 23 21:51:15.965 INFO O| Aug 23 21:51:15.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6403 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.965 INFO O| Aug 23 21:51:15.965 INFO STEP 827 (remove_files) COMPLETE |
6404 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.965 INFO O| Aug 23 21:51:15.965 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.975 INFO O| Aug 23 21:51:15.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6406 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.975 INFO O| Aug 23 21:51:15.975 INFO STEP 828 (remove_files) COMPLETE |
6407 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.975 INFO O| Aug 23 21:51:15.975 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.985 INFO O| Aug 23 21:51:15.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6409 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.985 INFO O| Aug 23 21:51:15.985 INFO STEP 829 (remove_files) COMPLETE |
6410 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.985 INFO O| Aug 23 21:51:15.985 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.994 INFO O| Aug 23 21:51:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6412 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.994 INFO O| Aug 23 21:51:15.994 INFO STEP 830 (remove_files) COMPLETE |
6413 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:15.994 INFO O| Aug 23 21:51:15.994 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.005 INFO O| Aug 23 21:51:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6415 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.005 INFO O| Aug 23 21:51:16.005 INFO STEP 831 (remove_files) COMPLETE |
6416 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.005 INFO O| Aug 23 21:51:16.005 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.015 INFO O| Aug 23 21:51:16.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6418 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.015 INFO O| Aug 23 21:51:16.015 INFO STEP 832 (remove_files) COMPLETE |
6419 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.015 INFO O| Aug 23 21:51:16.015 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.024 INFO O| Aug 23 21:51:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6421 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.024 INFO O| Aug 23 21:51:16.024 INFO STEP 833 (remove_files) COMPLETE |
6422 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.024 INFO O| Aug 23 21:51:16.024 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.034 INFO O| Aug 23 21:51:16.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6424 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.034 INFO O| Aug 23 21:51:16.034 INFO STEP 834 (remove_files) COMPLETE |
6425 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.034 INFO O| Aug 23 21:51:16.034 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.043 INFO O| Aug 23 21:51:16.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6427 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.043 INFO O| Aug 23 21:51:16.043 INFO STEP 835 (remove_files) COMPLETE |
6428 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.043 INFO O| Aug 23 21:51:16.043 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.053 INFO O| Aug 23 21:51:16.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6430 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.053 INFO O| Aug 23 21:51:16.053 INFO STEP 836 (remove_files) COMPLETE |
6431 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.053 INFO O| Aug 23 21:51:16.053 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.062 INFO O| Aug 23 21:51:16.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6433 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.062 INFO O| Aug 23 21:51:16.062 INFO STEP 837 (remove_files) COMPLETE |
6434 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.062 INFO O| Aug 23 21:51:16.062 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.072 INFO O| Aug 23 21:51:16.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6436 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.072 INFO O| Aug 23 21:51:16.072 INFO STEP 838 (remove_files) COMPLETE |
6437 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.072 INFO O| Aug 23 21:51:16.072 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.081 INFO O| Aug 23 21:51:16.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6439 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.081 INFO O| Aug 23 21:51:16.081 INFO STEP 839 (remove_files) COMPLETE |
6440 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.081 INFO O| Aug 23 21:51:16.081 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.091 INFO O| Aug 23 21:51:16.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6442 | 2024-08-23T21:51:16.884Z | [ recovery-image] Aug 23 21:51:16.091 INFO O| Aug 23 21:51:16.091 INFO STEP 840 (remove_files) COMPLETE |
6443 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.091 INFO O| Aug 23 21:51:16.091 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.100 INFO O| Aug 23 21:51:16.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6445 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.100 INFO O| Aug 23 21:51:16.100 INFO STEP 841 (remove_files) COMPLETE |
6446 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.100 INFO O| Aug 23 21:51:16.100 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.110 INFO O| Aug 23 21:51:16.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6448 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.110 INFO O| Aug 23 21:51:16.110 INFO STEP 842 (remove_files) COMPLETE |
6449 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.110 INFO O| Aug 23 21:51:16.110 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.120 INFO O| Aug 23 21:51:16.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6451 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.120 INFO O| Aug 23 21:51:16.120 INFO STEP 843 (remove_files) COMPLETE |
6452 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.120 INFO O| Aug 23 21:51:16.120 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.131 INFO O| Aug 23 21:51:16.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6454 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.131 INFO O| Aug 23 21:51:16.131 INFO STEP 844 (remove_files) COMPLETE |
6455 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.131 INFO O| Aug 23 21:51:16.131 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.141 INFO O| Aug 23 21:51:16.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6457 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.141 INFO O| Aug 23 21:51:16.141 INFO STEP 845 (remove_files) COMPLETE |
6458 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.141 INFO O| Aug 23 21:51:16.141 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.150 INFO O| Aug 23 21:51:16.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6460 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.150 INFO O| Aug 23 21:51:16.150 INFO STEP 846 (remove_files) COMPLETE |
6461 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.150 INFO O| Aug 23 21:51:16.150 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.160 INFO O| Aug 23 21:51:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6463 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.160 INFO O| Aug 23 21:51:16.160 INFO STEP 847 (remove_files) COMPLETE |
6464 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.160 INFO O| Aug 23 21:51:16.160 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.169 INFO O| Aug 23 21:51:16.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6466 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.169 INFO O| Aug 23 21:51:16.169 INFO STEP 848 (remove_files) COMPLETE |
6467 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.169 INFO O| Aug 23 21:51:16.169 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.179 INFO O| Aug 23 21:51:16.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6469 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.179 INFO O| Aug 23 21:51:16.179 INFO STEP 849 (remove_files) COMPLETE |
6470 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.179 INFO O| Aug 23 21:51:16.179 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.188 INFO O| Aug 23 21:51:16.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6472 | 2024-08-23T21:51:16.885Z | [ recovery-image] Aug 23 21:51:16.188 INFO O| Aug 23 21:51:16.188 INFO STEP 850 (remove_files) COMPLETE |
6473 | 2024-08-23T21:51:16.888Z | [ recovery-image] Aug 23 21:51:16.188 INFO O| Aug 23 21:51:16.188 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.198 INFO O| Aug 23 21:51:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6475 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.198 INFO O| Aug 23 21:51:16.198 INFO STEP 851 (remove_files) COMPLETE |
6476 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.198 INFO O| Aug 23 21:51:16.198 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.207 INFO O| Aug 23 21:51:16.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6478 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.207 INFO O| Aug 23 21:51:16.207 INFO STEP 852 (remove_files) COMPLETE |
6479 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.207 INFO O| Aug 23 21:51:16.207 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.217 INFO O| Aug 23 21:51:16.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6481 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.217 INFO O| Aug 23 21:51:16.217 INFO STEP 853 (remove_files) COMPLETE |
6482 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.217 INFO O| Aug 23 21:51:16.217 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.226 INFO O| Aug 23 21:51:16.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6484 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.226 INFO O| Aug 23 21:51:16.226 INFO STEP 854 (remove_files) COMPLETE |
6485 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.226 INFO O| Aug 23 21:51:16.226 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.236 INFO O| Aug 23 21:51:16.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6487 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.236 INFO O| Aug 23 21:51:16.236 INFO STEP 855 (remove_files) COMPLETE |
6488 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.236 INFO O| Aug 23 21:51:16.236 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.245 INFO O| Aug 23 21:51:16.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6490 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.245 INFO O| Aug 23 21:51:16.245 INFO STEP 856 (remove_files) COMPLETE |
6491 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.245 INFO O| Aug 23 21:51:16.245 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.255 INFO O| Aug 23 21:51:16.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6493 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.255 INFO O| Aug 23 21:51:16.255 INFO STEP 857 (remove_files) COMPLETE |
6494 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.255 INFO O| Aug 23 21:51:16.255 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.265 INFO O| Aug 23 21:51:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6496 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.265 INFO O| Aug 23 21:51:16.265 INFO STEP 858 (remove_files) COMPLETE |
6497 | 2024-08-23T21:51:16.889Z | [ recovery-image] Aug 23 21:51:16.265 INFO O| Aug 23 21:51:16.265 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-23T21:51:16.896Z | [ recovery-image] Aug 23 21:51:16.276 INFO O| Aug 23 21:51:16.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6499 | 2024-08-23T21:51:16.896Z | [ recovery-image] Aug 23 21:51:16.276 INFO O| Aug 23 21:51:16.276 INFO STEP 859 (remove_files) COMPLETE |
6500 | 2024-08-23T21:51:16.896Z | [ recovery-image] Aug 23 21:51:16.276 INFO O| Aug 23 21:51:16.276 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-23T21:51:16.905Z | [ recovery-image] Aug 23 21:51:16.286 INFO O| Aug 23 21:51:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6502 | 2024-08-23T21:51:16.905Z | [ recovery-image] Aug 23 21:51:16.286 INFO O| Aug 23 21:51:16.286 INFO STEP 860 (remove_files) COMPLETE |
6503 | 2024-08-23T21:51:16.905Z | [ recovery-image] Aug 23 21:51:16.286 INFO O| Aug 23 21:51:16.286 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-23T21:51:16.915Z | [ recovery-image] Aug 23 21:51:16.295 INFO O| Aug 23 21:51:16.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6505 | 2024-08-23T21:51:16.917Z | [ recovery-image] Aug 23 21:51:16.295 INFO O| Aug 23 21:51:16.295 INFO STEP 861 (remove_files) COMPLETE |
6506 | 2024-08-23T21:51:16.917Z | [ recovery-image] Aug 23 21:51:16.295 INFO O| Aug 23 21:51:16.295 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-23T21:51:16.924Z | [ recovery-image] Aug 23 21:51:16.304 INFO O| Aug 23 21:51:16.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6508 | 2024-08-23T21:51:16.924Z | [ recovery-image] Aug 23 21:51:16.304 INFO O| Aug 23 21:51:16.304 INFO STEP 862 (remove_files) COMPLETE |
6509 | 2024-08-23T21:51:16.926Z | [ recovery-image] Aug 23 21:51:16.305 INFO O| Aug 23 21:51:16.304 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-23T21:51:16.933Z | [ recovery-image] Aug 23 21:51:16.314 INFO O| Aug 23 21:51:16.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6511 | 2024-08-23T21:51:16.936Z | [ recovery-image] Aug 23 21:51:16.314 INFO O| Aug 23 21:51:16.314 INFO STEP 863 (remove_files) COMPLETE |
6512 | 2024-08-23T21:51:16.936Z | [ recovery-image] Aug 23 21:51:16.314 INFO O| Aug 23 21:51:16.314 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-23T21:51:16.944Z | [ recovery-image] Aug 23 21:51:16.323 INFO O| Aug 23 21:51:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6514 | 2024-08-23T21:51:16.944Z | [ recovery-image] Aug 23 21:51:16.323 INFO O| Aug 23 21:51:16.323 INFO STEP 864 (remove_files) COMPLETE |
6515 | 2024-08-23T21:51:16.944Z | [ recovery-image] Aug 23 21:51:16.323 INFO O| Aug 23 21:51:16.323 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-23T21:51:16.952Z | [ recovery-image] Aug 23 21:51:16.333 INFO O| Aug 23 21:51:16.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6517 | 2024-08-23T21:51:16.952Z | [ recovery-image] Aug 23 21:51:16.333 INFO O| Aug 23 21:51:16.333 INFO STEP 865 (remove_files) COMPLETE |
6518 | 2024-08-23T21:51:16.956Z | [ recovery-image] Aug 23 21:51:16.333 INFO O| Aug 23 21:51:16.333 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-23T21:51:16.962Z | [ recovery-image] Aug 23 21:51:16.342 INFO O| Aug 23 21:51:16.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6520 | 2024-08-23T21:51:16.962Z | [ recovery-image] Aug 23 21:51:16.342 INFO O| Aug 23 21:51:16.342 INFO STEP 866 (remove_files) COMPLETE |
6521 | 2024-08-23T21:51:16.964Z | [ recovery-image] Aug 23 21:51:16.342 INFO O| Aug 23 21:51:16.342 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-23T21:51:16.971Z | [ recovery-image] Aug 23 21:51:16.352 INFO O| Aug 23 21:51:16.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6523 | 2024-08-23T21:51:16.971Z | [ recovery-image] Aug 23 21:51:16.352 INFO O| Aug 23 21:51:16.352 INFO STEP 867 (remove_files) COMPLETE |
6524 | 2024-08-23T21:51:16.971Z | [ recovery-image] Aug 23 21:51:16.352 INFO O| Aug 23 21:51:16.352 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-23T21:51:16.980Z | [ recovery-image] Aug 23 21:51:16.361 INFO O| Aug 23 21:51:16.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6526 | 2024-08-23T21:51:16.981Z | [ recovery-image] Aug 23 21:51:16.361 INFO O| Aug 23 21:51:16.361 INFO STEP 868 (remove_files) COMPLETE |
6527 | 2024-08-23T21:51:16.983Z | [ recovery-image] Aug 23 21:51:16.361 INFO O| Aug 23 21:51:16.361 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-23T21:51:16.990Z | [ recovery-image] Aug 23 21:51:16.370 INFO O| Aug 23 21:51:16.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6529 | 2024-08-23T21:51:16.990Z | [ recovery-image] Aug 23 21:51:16.370 INFO O| Aug 23 21:51:16.370 INFO STEP 869 (remove_files) COMPLETE |
6530 | 2024-08-23T21:51:16.992Z | [ recovery-image] Aug 23 21:51:16.370 INFO O| Aug 23 21:51:16.370 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-23T21:51:16.999Z | [ recovery-image] Aug 23 21:51:16.380 INFO O| Aug 23 21:51:16.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6532 | 2024-08-23T21:51:16.999Z | [ recovery-image] Aug 23 21:51:16.380 INFO O| Aug 23 21:51:16.380 INFO STEP 870 (remove_files) COMPLETE |
6533 | 2024-08-23T21:51:16.999Z | [ recovery-image] Aug 23 21:51:16.380 INFO O| Aug 23 21:51:16.380 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-23T21:51:17.009Z | [ recovery-image] Aug 23 21:51:16.389 INFO O| Aug 23 21:51:16.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6535 | 2024-08-23T21:51:17.009Z | [ recovery-image] Aug 23 21:51:16.389 INFO O| Aug 23 21:51:16.389 INFO STEP 871 (remove_files) COMPLETE |
6536 | 2024-08-23T21:51:17.011Z | [ recovery-image] Aug 23 21:51:16.389 INFO O| Aug 23 21:51:16.389 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-23T21:51:17.020Z | [ recovery-image] Aug 23 21:51:16.399 INFO O| Aug 23 21:51:16.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6538 | 2024-08-23T21:51:17.022Z | [ recovery-image] Aug 23 21:51:16.399 INFO O| Aug 23 21:51:16.399 INFO STEP 872 (remove_files) COMPLETE |
6539 | 2024-08-23T21:51:17.022Z | [ recovery-image] Aug 23 21:51:16.399 INFO O| Aug 23 21:51:16.399 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-23T21:51:17.030Z | [ recovery-image] Aug 23 21:51:16.409 INFO O| Aug 23 21:51:16.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6541 | 2024-08-23T21:51:17.033Z | [ recovery-image] Aug 23 21:51:16.409 INFO O| Aug 23 21:51:16.409 INFO STEP 873 (remove_files) COMPLETE |
6542 | 2024-08-23T21:51:17.033Z | [ recovery-image] Aug 23 21:51:16.409 INFO O| Aug 23 21:51:16.409 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-23T21:51:17.040Z | [ recovery-image] Aug 23 21:51:16.420 INFO O| Aug 23 21:51:16.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6544 | 2024-08-23T21:51:17.042Z | [ recovery-image] Aug 23 21:51:16.420 INFO O| Aug 23 21:51:16.420 INFO STEP 874 (remove_files) COMPLETE |
6545 | 2024-08-23T21:51:17.042Z | [ recovery-image] Aug 23 21:51:16.420 INFO O| Aug 23 21:51:16.420 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-23T21:51:17.050Z | [ recovery-image] Aug 23 21:51:16.430 INFO O| Aug 23 21:51:16.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6547 | 2024-08-23T21:51:17.050Z | [ recovery-image] Aug 23 21:51:16.430 INFO O| Aug 23 21:51:16.430 INFO STEP 875 (remove_files) COMPLETE |
6548 | 2024-08-23T21:51:17.052Z | [ recovery-image] Aug 23 21:51:16.430 INFO O| Aug 23 21:51:16.430 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-23T21:51:17.060Z | [ recovery-image] Aug 23 21:51:16.440 INFO O| Aug 23 21:51:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6550 | 2024-08-23T21:51:17.060Z | [ recovery-image] Aug 23 21:51:16.441 INFO O| Aug 23 21:51:16.441 INFO STEP 876 (remove_files) COMPLETE |
6551 | 2024-08-23T21:51:17.060Z | [ recovery-image] Aug 23 21:51:16.441 INFO O| Aug 23 21:51:16.441 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-23T21:51:17.070Z | [ recovery-image] Aug 23 21:51:16.450 INFO O| Aug 23 21:51:16.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6553 | 2024-08-23T21:51:17.070Z | [ recovery-image] Aug 23 21:51:16.450 INFO O| Aug 23 21:51:16.450 INFO STEP 877 (remove_files) COMPLETE |
6554 | 2024-08-23T21:51:17.072Z | [ recovery-image] Aug 23 21:51:16.450 INFO O| Aug 23 21:51:16.450 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-23T21:51:17.079Z | [ recovery-image] Aug 23 21:51:16.460 INFO O| Aug 23 21:51:16.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6556 | 2024-08-23T21:51:17.079Z | [ recovery-image] Aug 23 21:51:16.460 INFO O| Aug 23 21:51:16.460 INFO STEP 878 (remove_files) COMPLETE |
6557 | 2024-08-23T21:51:17.079Z | [ recovery-image] Aug 23 21:51:16.460 INFO O| Aug 23 21:51:16.460 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-23T21:51:17.088Z | [ recovery-image] Aug 23 21:51:16.469 INFO O| Aug 23 21:51:16.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6559 | 2024-08-23T21:51:17.089Z | [ recovery-image] Aug 23 21:51:16.469 INFO O| Aug 23 21:51:16.469 INFO STEP 879 (remove_files) COMPLETE |
6560 | 2024-08-23T21:51:17.091Z | [ recovery-image] Aug 23 21:51:16.469 INFO O| Aug 23 21:51:16.469 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-23T21:51:17.098Z | [ recovery-image] Aug 23 21:51:16.478 INFO O| Aug 23 21:51:16.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6562 | 2024-08-23T21:51:17.101Z | [ recovery-image] Aug 23 21:51:16.479 INFO O| Aug 23 21:51:16.478 INFO STEP 880 (remove_files) COMPLETE |
6563 | 2024-08-23T21:51:17.101Z | [ recovery-image] Aug 23 21:51:16.479 INFO O| Aug 23 21:51:16.479 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-23T21:51:17.108Z | [ recovery-image] Aug 23 21:51:16.489 INFO O| Aug 23 21:51:16.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6565 | 2024-08-23T21:51:17.108Z | [ recovery-image] Aug 23 21:51:16.489 INFO O| Aug 23 21:51:16.489 INFO STEP 881 (remove_files) COMPLETE |
6566 | 2024-08-23T21:51:17.108Z | [ recovery-image] Aug 23 21:51:16.489 INFO O| Aug 23 21:51:16.489 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-23T21:51:17.118Z | [ recovery-image] Aug 23 21:51:16.498 INFO O| Aug 23 21:51:16.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6568 | 2024-08-23T21:51:17.120Z | [ recovery-image] Aug 23 21:51:16.499 INFO O| Aug 23 21:51:16.499 INFO STEP 882 (remove_files) COMPLETE |
6569 | 2024-08-23T21:51:17.120Z | [ recovery-image] Aug 23 21:51:16.499 INFO O| Aug 23 21:51:16.499 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-23T21:51:17.128Z | [ recovery-image] Aug 23 21:51:16.508 INFO O| Aug 23 21:51:16.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6571 | 2024-08-23T21:51:17.128Z | [ recovery-image] Aug 23 21:51:16.509 INFO O| Aug 23 21:51:16.509 INFO STEP 883 (remove_files) COMPLETE |
6572 | 2024-08-23T21:51:17.128Z | [ recovery-image] Aug 23 21:51:16.509 INFO O| Aug 23 21:51:16.509 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-23T21:51:17.138Z | [ recovery-image] Aug 23 21:51:16.518 INFO O| Aug 23 21:51:16.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6574 | 2024-08-23T21:51:17.138Z | [ recovery-image] Aug 23 21:51:16.518 INFO O| Aug 23 21:51:16.518 INFO STEP 884 (remove_files) COMPLETE |
6575 | 2024-08-23T21:51:17.140Z | [ recovery-image] Aug 23 21:51:16.518 INFO O| Aug 23 21:51:16.518 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-23T21:51:17.147Z | [ recovery-image] Aug 23 21:51:16.527 INFO O| Aug 23 21:51:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6577 | 2024-08-23T21:51:17.150Z | [ recovery-image] Aug 23 21:51:16.527 INFO O| Aug 23 21:51:16.527 INFO STEP 885 (remove_files) COMPLETE |
6578 | 2024-08-23T21:51:17.150Z | [ recovery-image] Aug 23 21:51:16.527 INFO O| Aug 23 21:51:16.527 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-23T21:51:17.156Z | [ recovery-image] Aug 23 21:51:16.537 INFO O| Aug 23 21:51:16.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6580 | 2024-08-23T21:51:17.156Z | [ recovery-image] Aug 23 21:51:16.537 INFO O| Aug 23 21:51:16.537 INFO STEP 886 (remove_files) COMPLETE |
6581 | 2024-08-23T21:51:17.156Z | [ recovery-image] Aug 23 21:51:16.537 INFO O| Aug 23 21:51:16.537 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-23T21:51:17.166Z | [ recovery-image] Aug 23 21:51:16.546 INFO O| Aug 23 21:51:16.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6583 | 2024-08-23T21:51:17.168Z | [ recovery-image] Aug 23 21:51:16.546 INFO O| Aug 23 21:51:16.546 INFO STEP 887 (remove_files) COMPLETE |
6584 | 2024-08-23T21:51:17.168Z | [ recovery-image] Aug 23 21:51:16.546 INFO O| Aug 23 21:51:16.546 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-23T21:51:17.175Z | [ recovery-image] Aug 23 21:51:16.556 INFO O| Aug 23 21:51:16.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6586 | 2024-08-23T21:51:17.178Z | [ recovery-image] Aug 23 21:51:16.556 INFO O| Aug 23 21:51:16.556 INFO STEP 888 (remove_files) COMPLETE |
6587 | 2024-08-23T21:51:17.178Z | [ recovery-image] Aug 23 21:51:16.556 INFO O| Aug 23 21:51:16.556 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-23T21:51:17.185Z | [ recovery-image] Aug 23 21:51:16.565 INFO O| Aug 23 21:51:16.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6589 | 2024-08-23T21:51:17.187Z | [ recovery-image] Aug 23 21:51:16.565 INFO O| Aug 23 21:51:16.565 INFO STEP 889 (remove_files) COMPLETE |
6590 | 2024-08-23T21:51:17.187Z | [ recovery-image] Aug 23 21:51:16.565 INFO O| Aug 23 21:51:16.565 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-23T21:51:17.194Z | [ recovery-image] Aug 23 21:51:16.575 INFO O| Aug 23 21:51:16.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6592 | 2024-08-23T21:51:17.194Z | [ recovery-image] Aug 23 21:51:16.575 INFO O| Aug 23 21:51:16.575 INFO STEP 890 (remove_files) COMPLETE |
6593 | 2024-08-23T21:51:17.194Z | [ recovery-image] Aug 23 21:51:16.575 INFO O| Aug 23 21:51:16.575 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-23T21:51:17.203Z | [ recovery-image] Aug 23 21:51:16.584 INFO O| Aug 23 21:51:16.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6595 | 2024-08-23T21:51:17.206Z | [ recovery-image] Aug 23 21:51:16.584 INFO O| Aug 23 21:51:16.584 INFO STEP 891 (remove_files) COMPLETE |
6596 | 2024-08-23T21:51:17.206Z | [ recovery-image] Aug 23 21:51:16.584 INFO O| Aug 23 21:51:16.584 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-23T21:51:17.213Z | [ recovery-image] Aug 23 21:51:16.593 INFO O| Aug 23 21:51:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6598 | 2024-08-23T21:51:17.213Z | [ recovery-image] Aug 23 21:51:16.593 INFO O| Aug 23 21:51:16.593 INFO STEP 892 (remove_files) COMPLETE |
6599 | 2024-08-23T21:51:17.213Z | [ recovery-image] Aug 23 21:51:16.593 INFO O| Aug 23 21:51:16.593 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-23T21:51:17.222Z | [ recovery-image] Aug 23 21:51:16.603 INFO O| Aug 23 21:51:16.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6601 | 2024-08-23T21:51:17.225Z | [ recovery-image] Aug 23 21:51:16.603 INFO O| Aug 23 21:51:16.603 INFO STEP 893 (remove_files) COMPLETE |
6602 | 2024-08-23T21:51:17.225Z | [ recovery-image] Aug 23 21:51:16.603 INFO O| Aug 23 21:51:16.603 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-23T21:51:17.232Z | [ recovery-image] Aug 23 21:51:16.612 INFO O| Aug 23 21:51:16.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6604 | 2024-08-23T21:51:17.234Z | [ recovery-image] Aug 23 21:51:16.612 INFO O| Aug 23 21:51:16.612 INFO STEP 894 (remove_files) COMPLETE |
6605 | 2024-08-23T21:51:17.234Z | [ recovery-image] Aug 23 21:51:16.612 INFO O| Aug 23 21:51:16.612 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-23T21:51:17.241Z | [ recovery-image] Aug 23 21:51:16.622 INFO O| Aug 23 21:51:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6607 | 2024-08-23T21:51:17.241Z | [ recovery-image] Aug 23 21:51:16.622 INFO O| Aug 23 21:51:16.622 INFO STEP 895 (remove_files) COMPLETE |
6608 | 2024-08-23T21:51:17.244Z | [ recovery-image] Aug 23 21:51:16.622 INFO O| Aug 23 21:51:16.622 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-23T21:51:17.251Z | [ recovery-image] Aug 23 21:51:16.631 INFO O| Aug 23 21:51:16.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6610 | 2024-08-23T21:51:17.251Z | [ recovery-image] Aug 23 21:51:16.631 INFO O| Aug 23 21:51:16.631 INFO STEP 896 (remove_files) COMPLETE |
6611 | 2024-08-23T21:51:17.253Z | [ recovery-image] Aug 23 21:51:16.631 INFO O| Aug 23 21:51:16.631 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-23T21:51:17.260Z | [ recovery-image] Aug 23 21:51:16.641 INFO O| Aug 23 21:51:16.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6613 | 2024-08-23T21:51:17.260Z | [ recovery-image] Aug 23 21:51:16.641 INFO O| Aug 23 21:51:16.641 INFO STEP 897 (remove_files) COMPLETE |
6614 | 2024-08-23T21:51:17.263Z | [ recovery-image] Aug 23 21:51:16.641 INFO O| Aug 23 21:51:16.641 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-23T21:51:17.270Z | [ recovery-image] Aug 23 21:51:16.650 INFO O| Aug 23 21:51:16.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6616 | 2024-08-23T21:51:17.272Z | [ recovery-image] Aug 23 21:51:16.650 INFO O| Aug 23 21:51:16.650 INFO STEP 898 (remove_files) COMPLETE |
6617 | 2024-08-23T21:51:17.272Z | [ recovery-image] Aug 23 21:51:16.650 INFO O| Aug 23 21:51:16.650 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-23T21:51:17.279Z | [ recovery-image] Aug 23 21:51:16.659 INFO O| Aug 23 21:51:16.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6619 | 2024-08-23T21:51:17.282Z | [ recovery-image] Aug 23 21:51:16.660 INFO O| Aug 23 21:51:16.660 INFO STEP 899 (remove_files) COMPLETE |
6620 | 2024-08-23T21:51:17.282Z | [ recovery-image] Aug 23 21:51:16.660 INFO O| Aug 23 21:51:16.660 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-23T21:51:17.288Z | [ recovery-image] Aug 23 21:51:16.669 INFO O| Aug 23 21:51:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6622 | 2024-08-23T21:51:17.289Z | [ recovery-image] Aug 23 21:51:16.669 INFO O| Aug 23 21:51:16.669 INFO STEP 900 (remove_files) COMPLETE |
6623 | 2024-08-23T21:51:17.291Z | [ recovery-image] Aug 23 21:51:16.669 INFO O| Aug 23 21:51:16.669 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-23T21:51:17.298Z | [ recovery-image] Aug 23 21:51:16.678 INFO O| Aug 23 21:51:16.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6625 | 2024-08-23T21:51:17.298Z | [ recovery-image] Aug 23 21:51:16.678 INFO O| Aug 23 21:51:16.678 INFO STEP 901 (remove_files) COMPLETE |
6626 | 2024-08-23T21:51:17.300Z | [ recovery-image] Aug 23 21:51:16.678 INFO O| Aug 23 21:51:16.678 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-23T21:51:17.307Z | [ recovery-image] Aug 23 21:51:16.688 INFO O| Aug 23 21:51:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6628 | 2024-08-23T21:51:17.307Z | [ recovery-image] Aug 23 21:51:16.688 INFO O| Aug 23 21:51:16.688 INFO STEP 902 (remove_files) COMPLETE |
6629 | 2024-08-23T21:51:17.310Z | [ recovery-image] Aug 23 21:51:16.688 INFO O| Aug 23 21:51:16.688 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-23T21:51:17.317Z | [ recovery-image] Aug 23 21:51:16.697 INFO O| Aug 23 21:51:16.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6631 | 2024-08-23T21:51:17.317Z | [ recovery-image] Aug 23 21:51:16.697 INFO O| Aug 23 21:51:16.697 INFO STEP 903 (remove_files) COMPLETE |
6632 | 2024-08-23T21:51:17.319Z | [ recovery-image] Aug 23 21:51:16.697 INFO O| Aug 23 21:51:16.697 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-23T21:51:17.326Z | [ recovery-image] Aug 23 21:51:16.706 INFO O| Aug 23 21:51:16.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6634 | 2024-08-23T21:51:17.326Z | [ recovery-image] Aug 23 21:51:16.707 INFO O| Aug 23 21:51:16.706 INFO STEP 904 (remove_files) COMPLETE |
6635 | 2024-08-23T21:51:17.328Z | [ recovery-image] Aug 23 21:51:16.707 INFO O| Aug 23 21:51:16.706 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-23T21:51:17.335Z | [ recovery-image] Aug 23 21:51:16.716 INFO O| Aug 23 21:51:16.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6637 | 2024-08-23T21:51:17.338Z | [ recovery-image] Aug 23 21:51:16.716 INFO O| Aug 23 21:51:16.716 INFO STEP 905 (remove_files) COMPLETE |
6638 | 2024-08-23T21:51:17.338Z | [ recovery-image] Aug 23 21:51:16.716 INFO O| Aug 23 21:51:16.716 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-23T21:51:17.345Z | [ recovery-image] Aug 23 21:51:16.725 INFO O| Aug 23 21:51:16.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6640 | 2024-08-23T21:51:17.345Z | [ recovery-image] Aug 23 21:51:16.725 INFO O| Aug 23 21:51:16.725 INFO STEP 906 (remove_files) COMPLETE |
6641 | 2024-08-23T21:51:17.345Z | [ recovery-image] Aug 23 21:51:16.725 INFO O| Aug 23 21:51:16.725 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-23T21:51:17.354Z | [ recovery-image] Aug 23 21:51:16.735 INFO O| Aug 23 21:51:16.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6643 | 2024-08-23T21:51:17.354Z | [ recovery-image] Aug 23 21:51:16.735 INFO O| Aug 23 21:51:16.735 INFO STEP 907 (remove_files) COMPLETE |
6644 | 2024-08-23T21:51:17.354Z | [ recovery-image] Aug 23 21:51:16.735 INFO O| Aug 23 21:51:16.735 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-23T21:51:17.364Z | [ recovery-image] Aug 23 21:51:16.744 INFO O| Aug 23 21:51:16.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6646 | 2024-08-23T21:51:17.364Z | [ recovery-image] Aug 23 21:51:16.744 INFO O| Aug 23 21:51:16.744 INFO STEP 908 (remove_files) COMPLETE |
6647 | 2024-08-23T21:51:17.366Z | [ recovery-image] Aug 23 21:51:16.744 INFO O| Aug 23 21:51:16.744 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-23T21:51:17.373Z | [ recovery-image] Aug 23 21:51:16.754 INFO O| Aug 23 21:51:16.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6649 | 2024-08-23T21:51:17.373Z | [ recovery-image] Aug 23 21:51:16.754 INFO O| Aug 23 21:51:16.754 INFO STEP 909 (remove_files) COMPLETE |
6650 | 2024-08-23T21:51:17.376Z | [ recovery-image] Aug 23 21:51:16.754 INFO O| Aug 23 21:51:16.754 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-23T21:51:17.383Z | [ recovery-image] Aug 23 21:51:16.763 INFO O| Aug 23 21:51:16.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6652 | 2024-08-23T21:51:17.383Z | [ recovery-image] Aug 23 21:51:16.763 INFO O| Aug 23 21:51:16.763 INFO STEP 910 (remove_files) COMPLETE |
6653 | 2024-08-23T21:51:17.383Z | [ recovery-image] Aug 23 21:51:16.763 INFO O| Aug 23 21:51:16.763 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-23T21:51:17.392Z | [ recovery-image] Aug 23 21:51:16.772 INFO O| Aug 23 21:51:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6655 | 2024-08-23T21:51:17.392Z | [ recovery-image] Aug 23 21:51:16.772 INFO O| Aug 23 21:51:16.772 INFO STEP 911 (remove_files) COMPLETE |
6656 | 2024-08-23T21:51:17.392Z | [ recovery-image] Aug 23 21:51:16.772 INFO O| Aug 23 21:51:16.772 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-23T21:51:17.401Z | [ recovery-image] Aug 23 21:51:16.782 INFO O| Aug 23 21:51:16.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6658 | 2024-08-23T21:51:17.402Z | [ recovery-image] Aug 23 21:51:16.782 INFO O| Aug 23 21:51:16.782 INFO STEP 912 (remove_files) COMPLETE |
6659 | 2024-08-23T21:51:17.402Z | [ recovery-image] Aug 23 21:51:16.782 INFO O| Aug 23 21:51:16.782 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-23T21:51:17.411Z | [ recovery-image] Aug 23 21:51:16.791 INFO O| Aug 23 21:51:16.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6661 | 2024-08-23T21:51:17.414Z | [ recovery-image] Aug 23 21:51:16.791 INFO O| Aug 23 21:51:16.791 INFO STEP 913 (remove_files) COMPLETE |
6662 | 2024-08-23T21:51:17.415Z | [ recovery-image] Aug 23 21:51:16.791 INFO O| Aug 23 21:51:16.791 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-23T21:51:17.420Z | [ recovery-image] Aug 23 21:51:16.801 INFO O| Aug 23 21:51:16.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6664 | 2024-08-23T21:51:17.420Z | [ recovery-image] Aug 23 21:51:16.801 INFO O| Aug 23 21:51:16.801 INFO STEP 914 (remove_files) COMPLETE |
6665 | 2024-08-23T21:51:17.423Z | [ recovery-image] Aug 23 21:51:16.801 INFO O| Aug 23 21:51:16.801 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-23T21:51:17.430Z | [ recovery-image] Aug 23 21:51:16.810 INFO O| Aug 23 21:51:16.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6667 | 2024-08-23T21:51:17.430Z | [ recovery-image] Aug 23 21:51:16.810 INFO O| Aug 23 21:51:16.810 INFO STEP 915 (remove_files) COMPLETE |
6668 | 2024-08-23T21:51:17.430Z | [ recovery-image] Aug 23 21:51:16.810 INFO O| Aug 23 21:51:16.810 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-23T21:51:17.439Z | [ recovery-image] Aug 23 21:51:16.819 INFO O| Aug 23 21:51:16.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6670 | 2024-08-23T21:51:17.439Z | [ recovery-image] Aug 23 21:51:16.819 INFO O| Aug 23 21:51:16.819 INFO STEP 916 (remove_files) COMPLETE |
6671 | 2024-08-23T21:51:17.442Z | [ recovery-image] Aug 23 21:51:16.820 INFO O| Aug 23 21:51:16.819 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-23T21:51:17.448Z | [ recovery-image] Aug 23 21:51:16.829 INFO O| Aug 23 21:51:16.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6673 | 2024-08-23T21:51:17.449Z | [ recovery-image] Aug 23 21:51:16.829 INFO O| Aug 23 21:51:16.829 INFO STEP 917 (remove_files) COMPLETE |
6674 | 2024-08-23T21:51:17.449Z | [ recovery-image] Aug 23 21:51:16.829 INFO O| Aug 23 21:51:16.829 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-23T21:51:17.458Z | [ recovery-image] Aug 23 21:51:16.838 INFO O| Aug 23 21:51:16.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6676 | 2024-08-23T21:51:17.458Z | [ recovery-image] Aug 23 21:51:16.838 INFO O| Aug 23 21:51:16.838 INFO STEP 918 (remove_files) COMPLETE |
6677 | 2024-08-23T21:51:17.460Z | [ recovery-image] Aug 23 21:51:16.838 INFO O| Aug 23 21:51:16.838 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-23T21:51:17.465Z | [ host-image] Aug 23 21:51:16.845 INFO O| Aug 23 21:51:16.845 INFO O| Done |
6679 | 2024-08-23T21:51:17.468Z | [ recovery-image] Aug 23 21:51:16.848 INFO O| Aug 23 21:51:16.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6680 | 2024-08-23T21:51:17.468Z | [ recovery-image] Aug 23 21:51:16.848 INFO O| Aug 23 21:51:16.848 INFO STEP 919 (remove_files) COMPLETE |
6681 | 2024-08-23T21:51:17.468Z | [ recovery-image] Aug 23 21:51:16.848 INFO O| Aug 23 21:51:16.848 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-08-23T21:51:17.477Z | [ recovery-image] Aug 23 21:51:16.857 INFO O| Aug 23 21:51:16.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6683 | 2024-08-23T21:51:17.477Z | [ recovery-image] Aug 23 21:51:16.857 INFO O| Aug 23 21:51:16.857 INFO STEP 920 (remove_files) COMPLETE |
6684 | 2024-08-23T21:51:17.477Z | [ recovery-image] Aug 23 21:51:16.857 INFO O| Aug 23 21:51:16.857 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-08-23T21:51:17.487Z | [ recovery-image] Aug 23 21:51:16.868 INFO O| Aug 23 21:51:16.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6686 | 2024-08-23T21:51:17.487Z | [ recovery-image] Aug 23 21:51:16.868 INFO O| Aug 23 21:51:16.868 INFO STEP 921 (remove_files) COMPLETE |
6687 | 2024-08-23T21:51:17.487Z | [ recovery-image] Aug 23 21:51:16.868 INFO O| Aug 23 21:51:16.868 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-08-23T21:51:17.490Z | [ host-image] Aug 23 21:51:16.870 INFO O| Aug 23 21:51:16.870 INFO O| Done |
6689 | 2024-08-23T21:51:17.490Z | [ host-image] Aug 23 21:51:16.870 INFO O| Aug 23 21:51:16.870 INFO O| Done |
6690 | 2024-08-23T21:51:17.497Z | [ recovery-image] Aug 23 21:51:16.878 INFO O| Aug 23 21:51:16.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6691 | 2024-08-23T21:51:17.500Z | [ recovery-image] Aug 23 21:51:16.878 INFO O| Aug 23 21:51:16.878 INFO STEP 922 (remove_files) COMPLETE |
6692 | 2024-08-23T21:51:17.500Z | [ recovery-image] Aug 23 21:51:16.878 INFO O| Aug 23 21:51:16.878 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-08-23T21:51:17.509Z | [ recovery-image] Aug 23 21:51:16.889 INFO O| Aug 23 21:51:16.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6694 | 2024-08-23T21:51:17.509Z | [ recovery-image] Aug 23 21:51:16.889 INFO O| Aug 23 21:51:16.889 INFO STEP 923 (remove_files) COMPLETE |
6695 | 2024-08-23T21:51:17.512Z | [ recovery-image] Aug 23 21:51:16.889 INFO O| Aug 23 21:51:16.889 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-08-23T21:51:17.519Z | [ recovery-image] Aug 23 21:51:16.899 INFO O| Aug 23 21:51:16.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6697 | 2024-08-23T21:51:17.521Z | [ recovery-image] Aug 23 21:51:16.899 INFO O| Aug 23 21:51:16.899 INFO STEP 924 (remove_files) COMPLETE |
6698 | 2024-08-23T21:51:17.521Z | [ recovery-image] Aug 23 21:51:16.899 INFO O| Aug 23 21:51:16.899 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-08-23T21:51:17.530Z | [ recovery-image] Aug 23 21:51:16.910 INFO O| Aug 23 21:51:16.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6700 | 2024-08-23T21:51:17.532Z | [ recovery-image] Aug 23 21:51:16.911 INFO O| Aug 23 21:51:16.910 INFO STEP 925 (remove_files) COMPLETE |
6701 | 2024-08-23T21:51:17.532Z | [ recovery-image] Aug 23 21:51:16.911 INFO O| Aug 23 21:51:16.911 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-08-23T21:51:17.533Z | [ host-image] Aug 23 21:51:16.911 INFO O| Aug 23 21:51:16.911 INFO O| Done |
6703 | 2024-08-23T21:51:17.540Z | [ recovery-image] Aug 23 21:51:16.920 INFO O| Aug 23 21:51:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6704 | 2024-08-23T21:51:17.540Z | [ recovery-image] Aug 23 21:51:16.921 INFO O| Aug 23 21:51:16.920 INFO STEP 926 (remove_files) COMPLETE |
6705 | 2024-08-23T21:51:17.540Z | [ recovery-image] Aug 23 21:51:16.921 INFO O| Aug 23 21:51:16.920 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-08-23T21:51:17.550Z | [ recovery-image] Aug 23 21:51:16.931 INFO O| Aug 23 21:51:16.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6707 | 2024-08-23T21:51:17.550Z | [ recovery-image] Aug 23 21:51:16.931 INFO O| Aug 23 21:51:16.931 INFO STEP 927 (remove_files) COMPLETE |
6708 | 2024-08-23T21:51:17.553Z | [ recovery-image] Aug 23 21:51:16.931 INFO O| Aug 23 21:51:16.931 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-08-23T21:51:17.561Z | [ recovery-image] Aug 23 21:51:16.941 INFO O| Aug 23 21:51:16.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6710 | 2024-08-23T21:51:17.561Z | [ recovery-image] Aug 23 21:51:16.941 INFO O| Aug 23 21:51:16.941 INFO STEP 928 (remove_files) COMPLETE |
6711 | 2024-08-23T21:51:17.563Z | [ recovery-image] Aug 23 21:51:16.941 INFO O| Aug 23 21:51:16.941 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-08-23T21:51:17.570Z | [ recovery-image] Aug 23 21:51:16.951 INFO O| Aug 23 21:51:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6713 | 2024-08-23T21:51:17.573Z | [ recovery-image] Aug 23 21:51:16.951 INFO O| Aug 23 21:51:16.951 INFO STEP 929 (remove_files) COMPLETE |
6714 | 2024-08-23T21:51:17.573Z | [ recovery-image] Aug 23 21:51:16.951 INFO O| Aug 23 21:51:16.951 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-08-23T21:51:17.580Z | [ recovery-image] Aug 23 21:51:16.960 INFO O| Aug 23 21:51:16.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6716 | 2024-08-23T21:51:17.582Z | [ recovery-image] Aug 23 21:51:16.960 INFO O| Aug 23 21:51:16.960 INFO STEP 930 (remove_files) COMPLETE |
6717 | 2024-08-23T21:51:17.582Z | [ recovery-image] Aug 23 21:51:16.960 INFO O| Aug 23 21:51:16.960 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-08-23T21:51:17.590Z | [ recovery-image] Aug 23 21:51:16.970 INFO O| Aug 23 21:51:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6719 | 2024-08-23T21:51:17.590Z | [ recovery-image] Aug 23 21:51:16.970 INFO O| Aug 23 21:51:16.970 INFO STEP 931 (remove_files) COMPLETE |
6720 | 2024-08-23T21:51:17.593Z | [ recovery-image] Aug 23 21:51:16.970 INFO O| Aug 23 21:51:16.970 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-08-23T21:51:17.599Z | [ recovery-image] Aug 23 21:51:16.980 INFO O| Aug 23 21:51:16.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6722 | 2024-08-23T21:51:17.600Z | [ recovery-image] Aug 23 21:51:16.980 INFO O| Aug 23 21:51:16.980 INFO STEP 932 (remove_files) COMPLETE |
6723 | 2024-08-23T21:51:17.602Z | [ recovery-image] Aug 23 21:51:16.980 INFO O| Aug 23 21:51:16.980 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-08-23T21:51:17.609Z | [ recovery-image] Aug 23 21:51:16.990 INFO O| Aug 23 21:51:16.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6725 | 2024-08-23T21:51:17.612Z | [ recovery-image] Aug 23 21:51:16.990 INFO O| Aug 23 21:51:16.990 INFO STEP 933 (remove_files) COMPLETE |
6726 | 2024-08-23T21:51:17.612Z | [ recovery-image] Aug 23 21:51:16.990 INFO O| Aug 23 21:51:16.990 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-08-23T21:51:17.619Z | [ recovery-image] Aug 23 21:51:16.999 INFO O| Aug 23 21:51:16.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6728 | 2024-08-23T21:51:17.619Z | [ recovery-image] Aug 23 21:51:17.000 INFO O| Aug 23 21:51:16.999 INFO STEP 934 (remove_files) COMPLETE |
6729 | 2024-08-23T21:51:17.619Z | [ recovery-image] Aug 23 21:51:17.000 INFO O| Aug 23 21:51:16.999 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-08-23T21:51:17.628Z | [ host-image] Aug 23 21:51:17.008 INFO O| Aug 23 21:51:17.008 INFO STEP 13 (pkg_install) COMPLETE |
6731 | 2024-08-23T21:51:17.628Z | [ host-image] Aug 23 21:51:17.008 INFO O| Aug 23 21:51:17.008 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6732 | 2024-08-23T21:51:17.633Z | [ recovery-image] Aug 23 21:51:17.010 INFO O| Aug 23 21:51:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6733 | 2024-08-23T21:51:17.633Z | [ recovery-image] Aug 23 21:51:17.010 INFO O| Aug 23 21:51:17.010 INFO STEP 935 (remove_files) COMPLETE |
6734 | 2024-08-23T21:51:17.633Z | [ recovery-image] Aug 23 21:51:17.010 INFO O| Aug 23 21:51:17.010 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-23T21:51:17.638Z | [ host-image] Aug 23 21:51:17.018 INFO O| Aug 23 21:51:17.018 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6736 | 2024-08-23T21:51:17.644Z | [ recovery-image] Aug 23 21:51:17.019 INFO O| Aug 23 21:51:17.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6737 | 2024-08-23T21:51:17.644Z | [ recovery-image] Aug 23 21:51:17.020 INFO O| Aug 23 21:51:17.020 INFO STEP 936 (remove_files) COMPLETE |
6738 | 2024-08-23T21:51:17.644Z | [ recovery-image] Aug 23 21:51:17.020 INFO O| Aug 23 21:51:17.020 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-08-23T21:51:17.649Z | [ recovery-image] Aug 23 21:51:17.029 INFO O| Aug 23 21:51:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6740 | 2024-08-23T21:51:17.649Z | [ recovery-image] Aug 23 21:51:17.029 INFO O| Aug 23 21:51:17.029 INFO STEP 937 (remove_files) COMPLETE |
6741 | 2024-08-23T21:51:17.649Z | [ recovery-image] Aug 23 21:51:17.029 INFO O| Aug 23 21:51:17.029 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-08-23T21:51:17.658Z | [ recovery-image] Aug 23 21:51:17.039 INFO O| Aug 23 21:51:17.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6743 | 2024-08-23T21:51:17.661Z | [ recovery-image] Aug 23 21:51:17.039 INFO O| Aug 23 21:51:17.039 INFO STEP 938 (remove_files) COMPLETE |
6744 | 2024-08-23T21:51:17.661Z | [ recovery-image] Aug 23 21:51:17.039 INFO O| Aug 23 21:51:17.039 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-08-23T21:51:17.668Z | [ recovery-image] Aug 23 21:51:17.048 INFO O| Aug 23 21:51:17.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6746 | 2024-08-23T21:51:17.670Z | [ recovery-image] Aug 23 21:51:17.048 INFO O| Aug 23 21:51:17.048 INFO STEP 939 (remove_files) COMPLETE |
6747 | 2024-08-23T21:51:17.670Z | [ recovery-image] Aug 23 21:51:17.048 INFO O| Aug 23 21:51:17.048 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-08-23T21:51:17.677Z | [ recovery-image] Aug 23 21:51:17.057 INFO O| Aug 23 21:51:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6749 | 2024-08-23T21:51:17.680Z | [ recovery-image] Aug 23 21:51:17.058 INFO O| Aug 23 21:51:17.058 INFO STEP 940 (remove_files) COMPLETE |
6750 | 2024-08-23T21:51:17.680Z | [ recovery-image] Aug 23 21:51:17.058 INFO O| Aug 23 21:51:17.058 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-08-23T21:51:17.687Z | [ recovery-image] Aug 23 21:51:17.067 INFO O| Aug 23 21:51:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6752 | 2024-08-23T21:51:17.687Z | [ recovery-image] Aug 23 21:51:17.067 INFO O| Aug 23 21:51:17.067 INFO STEP 941 (remove_files) COMPLETE |
6753 | 2024-08-23T21:51:17.687Z | [ recovery-image] Aug 23 21:51:17.067 INFO O| Aug 23 21:51:17.067 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-08-23T21:51:17.696Z | [ recovery-image] Aug 23 21:51:17.077 INFO O| Aug 23 21:51:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6755 | 2024-08-23T21:51:17.696Z | [ recovery-image] Aug 23 21:51:17.077 INFO O| Aug 23 21:51:17.077 INFO STEP 942 (remove_files) COMPLETE |
6756 | 2024-08-23T21:51:17.696Z | [ recovery-image] Aug 23 21:51:17.077 INFO O| Aug 23 21:51:17.077 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-08-23T21:51:17.706Z | [ recovery-image] Aug 23 21:51:17.086 INFO O| Aug 23 21:51:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6758 | 2024-08-23T21:51:17.706Z | [ recovery-image] Aug 23 21:51:17.086 INFO O| Aug 23 21:51:17.086 INFO STEP 943 (remove_files) COMPLETE |
6759 | 2024-08-23T21:51:17.706Z | [ recovery-image] Aug 23 21:51:17.086 INFO O| Aug 23 21:51:17.086 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-23T21:51:17.715Z | [ recovery-image] Aug 23 21:51:17.095 INFO O| Aug 23 21:51:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6761 | 2024-08-23T21:51:17.715Z | [ recovery-image] Aug 23 21:51:17.095 INFO O| Aug 23 21:51:17.095 INFO STEP 944 (remove_files) COMPLETE |
6762 | 2024-08-23T21:51:17.715Z | [ recovery-image] Aug 23 21:51:17.095 INFO O| Aug 23 21:51:17.095 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-23T21:51:17.724Z | [ recovery-image] Aug 23 21:51:17.105 INFO O| Aug 23 21:51:17.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6764 | 2024-08-23T21:51:17.724Z | [ recovery-image] Aug 23 21:51:17.105 INFO O| Aug 23 21:51:17.105 INFO STEP 945 (remove_files) COMPLETE |
6765 | 2024-08-23T21:51:17.724Z | [ recovery-image] Aug 23 21:51:17.105 INFO O| Aug 23 21:51:17.105 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-23T21:51:17.734Z | [ recovery-image] Aug 23 21:51:17.114 INFO O| Aug 23 21:51:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6767 | 2024-08-23T21:51:17.734Z | [ recovery-image] Aug 23 21:51:17.114 INFO O| Aug 23 21:51:17.114 INFO STEP 946 (remove_files) COMPLETE |
6768 | 2024-08-23T21:51:17.734Z | [ recovery-image] Aug 23 21:51:17.114 INFO O| Aug 23 21:51:17.114 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-23T21:51:17.743Z | [ recovery-image] Aug 23 21:51:17.124 INFO O| Aug 23 21:51:17.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6770 | 2024-08-23T21:51:17.743Z | [ recovery-image] Aug 23 21:51:17.124 INFO O| Aug 23 21:51:17.124 INFO STEP 947 (remove_files) COMPLETE |
6771 | 2024-08-23T21:51:17.746Z | [ recovery-image] Aug 23 21:51:17.124 INFO O| Aug 23 21:51:17.124 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-23T21:51:17.754Z | [ recovery-image] Aug 23 21:51:17.134 INFO O| Aug 23 21:51:17.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6773 | 2024-08-23T21:51:17.754Z | [ recovery-image] Aug 23 21:51:17.134 INFO O| Aug 23 21:51:17.134 INFO STEP 948 (remove_files) COMPLETE |
6774 | 2024-08-23T21:51:17.756Z | [ recovery-image] Aug 23 21:51:17.134 INFO O| Aug 23 21:51:17.134 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-23T21:51:17.764Z | [ recovery-image] Aug 23 21:51:17.144 INFO O| Aug 23 21:51:17.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6776 | 2024-08-23T21:51:17.764Z | [ recovery-image] Aug 23 21:51:17.144 INFO O| Aug 23 21:51:17.144 INFO STEP 949 (remove_files) COMPLETE |
6777 | 2024-08-23T21:51:17.764Z | [ recovery-image] Aug 23 21:51:17.144 INFO O| Aug 23 21:51:17.144 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-23T21:51:17.773Z | [ recovery-image] Aug 23 21:51:17.153 INFO O| Aug 23 21:51:17.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6779 | 2024-08-23T21:51:17.773Z | [ recovery-image] Aug 23 21:51:17.154 INFO O| Aug 23 21:51:17.154 INFO STEP 950 (remove_files) COMPLETE |
6780 | 2024-08-23T21:51:17.773Z | [ recovery-image] Aug 23 21:51:17.154 INFO O| Aug 23 21:51:17.154 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-23T21:51:17.783Z | [ recovery-image] Aug 23 21:51:17.163 INFO O| Aug 23 21:51:17.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6782 | 2024-08-23T21:51:17.786Z | [ recovery-image] Aug 23 21:51:17.163 INFO O| Aug 23 21:51:17.163 INFO STEP 951 (remove_files) COMPLETE |
6783 | 2024-08-23T21:51:17.786Z | [ recovery-image] Aug 23 21:51:17.163 INFO O| Aug 23 21:51:17.163 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-08-23T21:51:17.793Z | [ recovery-image] Aug 23 21:51:17.173 INFO O| Aug 23 21:51:17.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6785 | 2024-08-23T21:51:17.793Z | [ recovery-image] Aug 23 21:51:17.173 INFO O| Aug 23 21:51:17.173 INFO STEP 952 (remove_files) COMPLETE |
6786 | 2024-08-23T21:51:17.793Z | [ recovery-image] Aug 23 21:51:17.173 INFO O| Aug 23 21:51:17.173 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-08-23T21:51:17.803Z | [ recovery-image] Aug 23 21:51:17.183 INFO O| Aug 23 21:51:17.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6788 | 2024-08-23T21:51:17.805Z | [ recovery-image] Aug 23 21:51:17.183 INFO O| Aug 23 21:51:17.183 INFO STEP 953 (remove_files) COMPLETE |
6789 | 2024-08-23T21:51:17.805Z | [ recovery-image] Aug 23 21:51:17.183 INFO O| Aug 23 21:51:17.183 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-08-23T21:51:17.812Z | [ recovery-image] Aug 23 21:51:17.192 INFO O| Aug 23 21:51:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6791 | 2024-08-23T21:51:17.814Z | [ recovery-image] Aug 23 21:51:17.192 INFO O| Aug 23 21:51:17.192 INFO STEP 954 (remove_files) COMPLETE |
6792 | 2024-08-23T21:51:17.814Z | [ recovery-image] Aug 23 21:51:17.192 INFO O| Aug 23 21:51:17.192 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-08-23T21:51:17.821Z | [ recovery-image] Aug 23 21:51:17.202 INFO O| Aug 23 21:51:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6794 | 2024-08-23T21:51:17.821Z | [ recovery-image] Aug 23 21:51:17.202 INFO O| Aug 23 21:51:17.202 INFO STEP 955 (remove_files) COMPLETE |
6795 | 2024-08-23T21:51:17.824Z | [ recovery-image] Aug 23 21:51:17.202 INFO O| Aug 23 21:51:17.202 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-08-23T21:51:17.831Z | [ recovery-image] Aug 23 21:51:17.211 INFO O| Aug 23 21:51:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6797 | 2024-08-23T21:51:17.834Z | [ recovery-image] Aug 23 21:51:17.211 INFO O| Aug 23 21:51:17.211 INFO STEP 956 (remove_files) COMPLETE |
6798 | 2024-08-23T21:51:17.834Z | [ recovery-image] Aug 23 21:51:17.211 INFO O| Aug 23 21:51:17.211 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-08-23T21:51:17.840Z | [ recovery-image] Aug 23 21:51:17.220 INFO O| Aug 23 21:51:17.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6800 | 2024-08-23T21:51:17.840Z | [ recovery-image] Aug 23 21:51:17.221 INFO O| Aug 23 21:51:17.220 INFO STEP 957 (remove_files) COMPLETE |
6801 | 2024-08-23T21:51:17.845Z | [ recovery-image] Aug 23 21:51:17.221 INFO O| Aug 23 21:51:17.221 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-08-23T21:51:17.850Z | [ recovery-image] Aug 23 21:51:17.230 INFO O| Aug 23 21:51:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6803 | 2024-08-23T21:51:17.850Z | [ recovery-image] Aug 23 21:51:17.230 INFO O| Aug 23 21:51:17.230 INFO STEP 958 (remove_files) COMPLETE |
6804 | 2024-08-23T21:51:17.850Z | [ recovery-image] Aug 23 21:51:17.230 INFO O| Aug 23 21:51:17.230 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-08-23T21:51:17.859Z | [ recovery-image] Aug 23 21:51:17.239 INFO O| Aug 23 21:51:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6806 | 2024-08-23T21:51:17.859Z | [ recovery-image] Aug 23 21:51:17.239 INFO O| Aug 23 21:51:17.239 INFO STEP 959 (remove_files) COMPLETE |
6807 | 2024-08-23T21:51:17.859Z | [ recovery-image] Aug 23 21:51:17.240 INFO O| Aug 23 21:51:17.239 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-08-23T21:51:17.869Z | [ recovery-image] Aug 23 21:51:17.249 INFO O| Aug 23 21:51:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6809 | 2024-08-23T21:51:17.871Z | [ recovery-image] Aug 23 21:51:17.249 INFO O| Aug 23 21:51:17.249 INFO STEP 960 (remove_files) COMPLETE |
6810 | 2024-08-23T21:51:17.871Z | [ recovery-image] Aug 23 21:51:17.249 INFO O| Aug 23 21:51:17.249 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-08-23T21:51:17.878Z | [ recovery-image] Aug 23 21:51:17.258 INFO O| Aug 23 21:51:17.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6812 | 2024-08-23T21:51:17.881Z | [ recovery-image] Aug 23 21:51:17.258 INFO O| Aug 23 21:51:17.258 INFO STEP 961 (remove_files) COMPLETE |
6813 | 2024-08-23T21:51:17.881Z | [ recovery-image] Aug 23 21:51:17.258 INFO O| Aug 23 21:51:17.258 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-08-23T21:51:17.888Z | [ recovery-image] Aug 23 21:51:17.268 INFO O| Aug 23 21:51:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6815 | 2024-08-23T21:51:17.888Z | [ recovery-image] Aug 23 21:51:17.268 INFO O| Aug 23 21:51:17.268 INFO STEP 962 (remove_files) COMPLETE |
6816 | 2024-08-23T21:51:17.891Z | [ recovery-image] Aug 23 21:51:17.268 INFO O| Aug 23 21:51:17.268 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-08-23T21:51:17.898Z | [ recovery-image] Aug 23 21:51:17.278 INFO O| Aug 23 21:51:17.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6818 | 2024-08-23T21:51:17.901Z | [ recovery-image] Aug 23 21:51:17.278 INFO O| Aug 23 21:51:17.278 INFO STEP 963 (remove_files) COMPLETE |
6819 | 2024-08-23T21:51:17.901Z | [ recovery-image] Aug 23 21:51:17.278 INFO O| Aug 23 21:51:17.278 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-08-23T21:51:17.907Z | [ recovery-image] Aug 23 21:51:17.287 INFO O| Aug 23 21:51:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6821 | 2024-08-23T21:51:17.910Z | [ recovery-image] Aug 23 21:51:17.288 INFO O| Aug 23 21:51:17.288 INFO STEP 964 (remove_files) COMPLETE |
6822 | 2024-08-23T21:51:17.910Z | [ recovery-image] Aug 23 21:51:17.288 INFO O| Aug 23 21:51:17.288 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-08-23T21:51:17.917Z | [ recovery-image] Aug 23 21:51:17.298 INFO O| Aug 23 21:51:17.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6824 | 2024-08-23T21:51:17.921Z | [ recovery-image] Aug 23 21:51:17.298 INFO O| Aug 23 21:51:17.298 INFO STEP 965 (remove_files) COMPLETE |
6825 | 2024-08-23T21:51:17.921Z | [ recovery-image] Aug 23 21:51:17.298 INFO O| Aug 23 21:51:17.298 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-08-23T21:51:17.927Z | [ recovery-image] Aug 23 21:51:17.307 INFO O| Aug 23 21:51:17.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6827 | 2024-08-23T21:51:17.927Z | [ recovery-image] Aug 23 21:51:17.307 INFO O| Aug 23 21:51:17.307 INFO STEP 966 (remove_files) COMPLETE |
6828 | 2024-08-23T21:51:17.927Z | [ recovery-image] Aug 23 21:51:17.307 INFO O| Aug 23 21:51:17.307 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-08-23T21:51:17.937Z | [ recovery-image] Aug 23 21:51:17.317 INFO O| Aug 23 21:51:17.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6830 | 2024-08-23T21:51:17.937Z | [ recovery-image] Aug 23 21:51:17.317 INFO O| Aug 23 21:51:17.317 INFO STEP 967 (remove_files) COMPLETE |
6831 | 2024-08-23T21:51:17.940Z | [ recovery-image] Aug 23 21:51:17.317 INFO O| Aug 23 21:51:17.317 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-08-23T21:51:17.947Z | [ recovery-image] Aug 23 21:51:17.327 INFO O| Aug 23 21:51:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6833 | 2024-08-23T21:51:17.947Z | [ recovery-image] Aug 23 21:51:17.327 INFO O| Aug 23 21:51:17.327 INFO STEP 968 (remove_files) COMPLETE |
6834 | 2024-08-23T21:51:17.949Z | [ recovery-image] Aug 23 21:51:17.327 INFO O| Aug 23 21:51:17.327 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-08-23T21:51:17.956Z | [ recovery-image] Aug 23 21:51:17.336 INFO O| Aug 23 21:51:17.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6836 | 2024-08-23T21:51:17.956Z | [ recovery-image] Aug 23 21:51:17.336 INFO O| Aug 23 21:51:17.336 INFO STEP 969 (remove_files) COMPLETE |
6837 | 2024-08-23T21:51:17.956Z | [ recovery-image] Aug 23 21:51:17.336 INFO O| Aug 23 21:51:17.336 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-08-23T21:51:17.966Z | [ recovery-image] Aug 23 21:51:17.346 INFO O| Aug 23 21:51:17.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6839 | 2024-08-23T21:51:17.968Z | [ recovery-image] Aug 23 21:51:17.346 INFO O| Aug 23 21:51:17.346 INFO STEP 970 (remove_files) COMPLETE |
6840 | 2024-08-23T21:51:17.968Z | [ recovery-image] Aug 23 21:51:17.346 INFO O| Aug 23 21:51:17.346 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-08-23T21:51:17.975Z | [ recovery-image] Aug 23 21:51:17.355 INFO O| Aug 23 21:51:17.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6842 | 2024-08-23T21:51:17.977Z | [ recovery-image] Aug 23 21:51:17.355 INFO O| Aug 23 21:51:17.355 INFO STEP 971 (remove_files) COMPLETE |
6843 | 2024-08-23T21:51:17.977Z | [ recovery-image] Aug 23 21:51:17.355 INFO O| Aug 23 21:51:17.355 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-08-23T21:51:17.985Z | [ recovery-image] Aug 23 21:51:17.365 INFO O| Aug 23 21:51:17.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6845 | 2024-08-23T21:51:17.988Z | [ recovery-image] Aug 23 21:51:17.365 INFO O| Aug 23 21:51:17.365 INFO STEP 972 (remove_files) COMPLETE |
6846 | 2024-08-23T21:51:17.988Z | [ recovery-image] Aug 23 21:51:17.365 INFO O| Aug 23 21:51:17.365 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-08-23T21:51:17.996Z | [ recovery-image] Aug 23 21:51:17.376 INFO O| Aug 23 21:51:17.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6848 | 2024-08-23T21:51:17.998Z | [ recovery-image] Aug 23 21:51:17.376 INFO O| Aug 23 21:51:17.376 INFO STEP 973 (remove_files) COMPLETE |
6849 | 2024-08-23T21:51:17.998Z | [ recovery-image] Aug 23 21:51:17.376 INFO O| Aug 23 21:51:17.376 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-08-23T21:51:18.006Z | [ recovery-image] Aug 23 21:51:17.386 INFO O| Aug 23 21:51:17.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6851 | 2024-08-23T21:51:18.009Z | [ recovery-image] Aug 23 21:51:17.386 INFO O| Aug 23 21:51:17.386 INFO STEP 974 (remove_files) COMPLETE |
6852 | 2024-08-23T21:51:18.009Z | [ recovery-image] Aug 23 21:51:17.386 INFO O| Aug 23 21:51:17.386 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-08-23T21:51:18.016Z | [ recovery-image] Aug 23 21:51:17.396 INFO O| Aug 23 21:51:17.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6854 | 2024-08-23T21:51:18.016Z | [ recovery-image] Aug 23 21:51:17.396 INFO O| Aug 23 21:51:17.396 INFO STEP 975 (remove_files) COMPLETE |
6855 | 2024-08-23T21:51:18.016Z | [ recovery-image] Aug 23 21:51:17.396 INFO O| Aug 23 21:51:17.396 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-08-23T21:51:18.026Z | [ recovery-image] Aug 23 21:51:17.406 INFO O| Aug 23 21:51:17.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6857 | 2024-08-23T21:51:18.028Z | [ recovery-image] Aug 23 21:51:17.406 INFO O| Aug 23 21:51:17.406 INFO STEP 976 (remove_files) COMPLETE |
6858 | 2024-08-23T21:51:18.028Z | [ recovery-image] Aug 23 21:51:17.406 INFO O| Aug 23 21:51:17.406 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-08-23T21:51:18.035Z | [ recovery-image] Aug 23 21:51:17.416 INFO O| Aug 23 21:51:17.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6860 | 2024-08-23T21:51:18.038Z | [ recovery-image] Aug 23 21:51:17.416 INFO O| Aug 23 21:51:17.416 INFO STEP 977 (remove_files) COMPLETE |
6861 | 2024-08-23T21:51:18.038Z | [ recovery-image] Aug 23 21:51:17.416 INFO O| Aug 23 21:51:17.416 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-08-23T21:51:18.045Z | [ recovery-image] Aug 23 21:51:17.425 INFO O| Aug 23 21:51:17.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6863 | 2024-08-23T21:51:18.047Z | [ recovery-image] Aug 23 21:51:17.425 INFO O| Aug 23 21:51:17.425 INFO STEP 978 (remove_files) COMPLETE |
6864 | 2024-08-23T21:51:18.047Z | [ recovery-image] Aug 23 21:51:17.425 INFO O| Aug 23 21:51:17.425 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-08-23T21:51:18.055Z | [ recovery-image] Aug 23 21:51:17.435 INFO O| Aug 23 21:51:17.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6866 | 2024-08-23T21:51:18.057Z | [ recovery-image] Aug 23 21:51:17.435 INFO O| Aug 23 21:51:17.435 INFO STEP 979 (remove_files) COMPLETE |
6867 | 2024-08-23T21:51:18.057Z | [ recovery-image] Aug 23 21:51:17.435 INFO O| Aug 23 21:51:17.435 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-08-23T21:51:18.065Z | [ recovery-image] Aug 23 21:51:17.444 INFO O| Aug 23 21:51:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6869 | 2024-08-23T21:51:18.065Z | [ recovery-image] Aug 23 21:51:17.444 INFO O| Aug 23 21:51:17.444 INFO STEP 980 (remove_files) COMPLETE |
6870 | 2024-08-23T21:51:18.067Z | [ recovery-image] Aug 23 21:51:17.444 INFO O| Aug 23 21:51:17.444 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-08-23T21:51:18.073Z | [ recovery-image] Aug 23 21:51:17.454 INFO O| Aug 23 21:51:17.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6872 | 2024-08-23T21:51:18.076Z | [ recovery-image] Aug 23 21:51:17.454 INFO O| Aug 23 21:51:17.454 INFO STEP 981 (remove_files) COMPLETE |
6873 | 2024-08-23T21:51:18.076Z | [ recovery-image] Aug 23 21:51:17.454 INFO O| Aug 23 21:51:17.454 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-08-23T21:51:18.081Z | [ host-image] Aug 23 21:51:17.461 INFO O| Aug 23 21:51:17.461 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6875 | 2024-08-23T21:51:18.084Z | [ recovery-image] Aug 23 21:51:17.463 INFO O| Aug 23 21:51:17.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6876 | 2024-08-23T21:51:18.084Z | [ recovery-image] Aug 23 21:51:17.463 INFO O| Aug 23 21:51:17.463 INFO STEP 982 (remove_files) COMPLETE |
6877 | 2024-08-23T21:51:18.084Z | [ recovery-image] Aug 23 21:51:17.463 INFO O| Aug 23 21:51:17.463 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-08-23T21:51:18.092Z | [ recovery-image] Aug 23 21:51:17.473 INFO O| Aug 23 21:51:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6879 | 2024-08-23T21:51:18.092Z | [ recovery-image] Aug 23 21:51:17.473 INFO O| Aug 23 21:51:17.473 INFO STEP 983 (remove_files) COMPLETE |
6880 | 2024-08-23T21:51:18.092Z | [ recovery-image] Aug 23 21:51:17.473 INFO O| Aug 23 21:51:17.473 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-08-23T21:51:18.102Z | [ recovery-image] Aug 23 21:51:17.483 INFO O| Aug 23 21:51:17.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6882 | 2024-08-23T21:51:18.102Z | [ recovery-image] Aug 23 21:51:17.483 INFO O| Aug 23 21:51:17.483 INFO STEP 984 (remove_files) COMPLETE |
6883 | 2024-08-23T21:51:18.102Z | [ recovery-image] Aug 23 21:51:17.483 INFO O| Aug 23 21:51:17.483 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-08-23T21:51:18.113Z | [ recovery-image] Aug 23 21:51:17.493 INFO O| Aug 23 21:51:17.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6885 | 2024-08-23T21:51:18.113Z | [ recovery-image] Aug 23 21:51:17.493 INFO O| Aug 23 21:51:17.493 INFO STEP 985 (remove_files) COMPLETE |
6886 | 2024-08-23T21:51:18.113Z | [ recovery-image] Aug 23 21:51:17.493 INFO O| Aug 23 21:51:17.493 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-08-23T21:51:18.122Z | [ recovery-image] Aug 23 21:51:17.503 INFO O| Aug 23 21:51:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6888 | 2024-08-23T21:51:18.123Z | [ recovery-image] Aug 23 21:51:17.503 INFO O| Aug 23 21:51:17.503 INFO STEP 986 (remove_files) COMPLETE |
6889 | 2024-08-23T21:51:18.123Z | [ recovery-image] Aug 23 21:51:17.503 INFO O| Aug 23 21:51:17.503 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-08-23T21:51:18.132Z | [ recovery-image] Aug 23 21:51:17.512 INFO O| Aug 23 21:51:17.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6891 | 2024-08-23T21:51:18.135Z | [ recovery-image] Aug 23 21:51:17.513 INFO O| Aug 23 21:51:17.512 INFO STEP 987 (remove_files) COMPLETE |
6892 | 2024-08-23T21:51:18.135Z | [ recovery-image] Aug 23 21:51:17.513 INFO O| Aug 23 21:51:17.512 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-08-23T21:51:18.142Z | [ recovery-image] Aug 23 21:51:17.522 INFO O| Aug 23 21:51:17.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6894 | 2024-08-23T21:51:18.144Z | [ recovery-image] Aug 23 21:51:17.522 INFO O| Aug 23 21:51:17.522 INFO STEP 988 (remove_files) COMPLETE |
6895 | 2024-08-23T21:51:18.144Z | [ recovery-image] Aug 23 21:51:17.522 INFO O| Aug 23 21:51:17.522 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-08-23T21:51:18.151Z | [ recovery-image] Aug 23 21:51:17.532 INFO O| Aug 23 21:51:17.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6897 | 2024-08-23T21:51:18.152Z | [ recovery-image] Aug 23 21:51:17.532 INFO O| Aug 23 21:51:17.532 INFO STEP 989 (remove_files) COMPLETE |
6898 | 2024-08-23T21:51:18.154Z | [ recovery-image] Aug 23 21:51:17.532 INFO O| Aug 23 21:51:17.532 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-08-23T21:51:18.161Z | [ recovery-image] Aug 23 21:51:17.541 INFO O| Aug 23 21:51:17.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6900 | 2024-08-23T21:51:18.164Z | [ recovery-image] Aug 23 21:51:17.541 INFO O| Aug 23 21:51:17.541 INFO STEP 990 (remove_files) COMPLETE |
6901 | 2024-08-23T21:51:18.164Z | [ recovery-image] Aug 23 21:51:17.542 INFO O| Aug 23 21:51:17.541 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-08-23T21:51:18.171Z | [ recovery-image] Aug 23 21:51:17.551 INFO O| Aug 23 21:51:17.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6903 | 2024-08-23T21:51:18.171Z | [ recovery-image] Aug 23 21:51:17.551 INFO O| Aug 23 21:51:17.551 INFO STEP 991 (remove_files) COMPLETE |
6904 | 2024-08-23T21:51:18.171Z | [ recovery-image] Aug 23 21:51:17.551 INFO O| Aug 23 21:51:17.551 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-08-23T21:51:18.181Z | [ recovery-image] Aug 23 21:51:17.561 INFO O| Aug 23 21:51:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6906 | 2024-08-23T21:51:18.183Z | [ recovery-image] Aug 23 21:51:17.561 INFO O| Aug 23 21:51:17.561 INFO STEP 992 (remove_files) COMPLETE |
6907 | 2024-08-23T21:51:18.183Z | [ recovery-image] Aug 23 21:51:17.561 INFO O| Aug 23 21:51:17.561 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-08-23T21:51:18.191Z | [ recovery-image] Aug 23 21:51:17.571 INFO O| Aug 23 21:51:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6909 | 2024-08-23T21:51:18.191Z | [ recovery-image] Aug 23 21:51:17.571 INFO O| Aug 23 21:51:17.571 INFO STEP 993 (remove_files) COMPLETE |
6910 | 2024-08-23T21:51:18.191Z | [ recovery-image] Aug 23 21:51:17.571 INFO O| Aug 23 21:51:17.571 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-08-23T21:51:18.201Z | [ recovery-image] Aug 23 21:51:17.581 INFO O| Aug 23 21:51:17.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6912 | 2024-08-23T21:51:18.203Z | [ recovery-image] Aug 23 21:51:17.581 INFO O| Aug 23 21:51:17.581 INFO STEP 994 (remove_files) COMPLETE |
6913 | 2024-08-23T21:51:18.203Z | [ recovery-image] Aug 23 21:51:17.581 INFO O| Aug 23 21:51:17.581 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-08-23T21:51:18.210Z | [ recovery-image] Aug 23 21:51:17.590 INFO O| Aug 23 21:51:17.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6915 | 2024-08-23T21:51:18.210Z | [ recovery-image] Aug 23 21:51:17.591 INFO O| Aug 23 21:51:17.591 INFO STEP 995 (remove_files) COMPLETE |
6916 | 2024-08-23T21:51:18.213Z | [ recovery-image] Aug 23 21:51:17.591 INFO O| Aug 23 21:51:17.591 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-08-23T21:51:18.220Z | [ recovery-image] Aug 23 21:51:17.600 INFO O| Aug 23 21:51:17.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6918 | 2024-08-23T21:51:18.220Z | [ recovery-image] Aug 23 21:51:17.600 INFO O| Aug 23 21:51:17.600 INFO STEP 996 (remove_files) COMPLETE |
6919 | 2024-08-23T21:51:18.222Z | [ recovery-image] Aug 23 21:51:17.600 INFO O| Aug 23 21:51:17.600 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-08-23T21:51:18.229Z | [ recovery-image] Aug 23 21:51:17.610 INFO O| Aug 23 21:51:17.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6921 | 2024-08-23T21:51:18.229Z | [ recovery-image] Aug 23 21:51:17.610 INFO O| Aug 23 21:51:17.610 INFO STEP 997 (remove_files) COMPLETE |
6922 | 2024-08-23T21:51:18.229Z | [ recovery-image] Aug 23 21:51:17.610 INFO O| Aug 23 21:51:17.610 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-08-23T21:51:18.239Z | [ recovery-image] Aug 23 21:51:17.619 INFO O| Aug 23 21:51:17.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6924 | 2024-08-23T21:51:18.239Z | [ recovery-image] Aug 23 21:51:17.619 INFO O| Aug 23 21:51:17.619 INFO STEP 998 (remove_files) COMPLETE |
6925 | 2024-08-23T21:51:18.243Z | [ recovery-image] Aug 23 21:51:17.619 INFO O| Aug 23 21:51:17.619 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-08-23T21:51:18.260Z | [ recovery-image] Aug 23 21:51:17.638 INFO O| Aug 23 21:51:17.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6927 | 2024-08-23T21:51:18.260Z | [ recovery-image] Aug 23 21:51:17.639 INFO O| Aug 23 21:51:17.639 INFO STEP 999 (remove_files) COMPLETE |
6928 | 2024-08-23T21:51:18.262Z | [ recovery-image] Aug 23 21:51:17.639 INFO O| Aug 23 21:51:17.639 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-08-23T21:51:18.278Z | [ recovery-image] Aug 23 21:51:17.658 INFO O| Aug 23 21:51:17.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6930 | 2024-08-23T21:51:18.278Z | [ recovery-image] Aug 23 21:51:17.658 INFO O| Aug 23 21:51:17.658 INFO STEP 1000 (remove_files) COMPLETE |
6931 | 2024-08-23T21:51:18.280Z | [ recovery-image] Aug 23 21:51:17.658 INFO O| Aug 23 21:51:17.658 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-08-23T21:51:18.290Z | [ recovery-image] Aug 23 21:51:17.670 INFO O| Aug 23 21:51:17.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6933 | 2024-08-23T21:51:18.292Z | [ recovery-image] Aug 23 21:51:17.670 INFO O| Aug 23 21:51:17.670 INFO STEP 1001 (remove_files) COMPLETE |
6934 | 2024-08-23T21:51:18.293Z | [ recovery-image] Aug 23 21:51:17.670 INFO O| Aug 23 21:51:17.670 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-08-23T21:51:18.302Z | [ recovery-image] Aug 23 21:51:17.682 INFO O| Aug 23 21:51:17.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6936 | 2024-08-23T21:51:18.305Z | [ recovery-image] Aug 23 21:51:17.682 INFO O| Aug 23 21:51:17.682 INFO STEP 1002 (remove_files) COMPLETE |
6937 | 2024-08-23T21:51:18.305Z | [ recovery-image] Aug 23 21:51:17.682 INFO O| Aug 23 21:51:17.682 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-08-23T21:51:18.312Z | [ recovery-image] Aug 23 21:51:17.693 INFO O| Aug 23 21:51:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6939 | 2024-08-23T21:51:18.312Z | [ recovery-image] Aug 23 21:51:17.693 INFO O| Aug 23 21:51:17.693 INFO STEP 1003 (remove_files) COMPLETE |
6940 | 2024-08-23T21:51:18.315Z | [ recovery-image] Aug 23 21:51:17.693 INFO O| Aug 23 21:51:17.693 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-08-23T21:51:18.322Z | [ recovery-image] Aug 23 21:51:17.703 INFO O| Aug 23 21:51:17.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6942 | 2024-08-23T21:51:18.325Z | [ recovery-image] Aug 23 21:51:17.703 INFO O| Aug 23 21:51:17.703 INFO STEP 1004 (remove_files) COMPLETE |
6943 | 2024-08-23T21:51:18.325Z | [ recovery-image] Aug 23 21:51:17.703 INFO O| Aug 23 21:51:17.703 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-08-23T21:51:18.333Z | [ recovery-image] Aug 23 21:51:17.713 INFO O| Aug 23 21:51:17.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6945 | 2024-08-23T21:51:18.333Z | [ recovery-image] Aug 23 21:51:17.713 INFO O| Aug 23 21:51:17.713 INFO STEP 1005 (remove_files) COMPLETE |
6946 | 2024-08-23T21:51:18.336Z | [ recovery-image] Aug 23 21:51:17.713 INFO O| Aug 23 21:51:17.713 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-08-23T21:51:18.343Z | [ recovery-image] Aug 23 21:51:17.723 INFO O| Aug 23 21:51:17.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6948 | 2024-08-23T21:51:18.343Z | [ recovery-image] Aug 23 21:51:17.723 INFO O| Aug 23 21:51:17.723 INFO STEP 1006 (remove_files) COMPLETE |
6949 | 2024-08-23T21:51:18.343Z | [ recovery-image] Aug 23 21:51:17.723 INFO O| Aug 23 21:51:17.723 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-08-23T21:51:18.356Z | [ recovery-image] Aug 23 21:51:17.736 INFO O| Aug 23 21:51:17.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6951 | 2024-08-23T21:51:18.356Z | [ recovery-image] Aug 23 21:51:17.736 INFO O| Aug 23 21:51:17.736 INFO STEP 1007 (remove_files) COMPLETE |
6952 | 2024-08-23T21:51:18.356Z | [ recovery-image] Aug 23 21:51:17.736 INFO O| Aug 23 21:51:17.736 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-08-23T21:51:18.368Z | [ recovery-image] Aug 23 21:51:17.748 INFO O| Aug 23 21:51:17.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6954 | 2024-08-23T21:51:18.368Z | [ recovery-image] Aug 23 21:51:17.748 INFO O| Aug 23 21:51:17.748 INFO STEP 1008 (remove_files) COMPLETE |
6955 | 2024-08-23T21:51:18.368Z | [ recovery-image] Aug 23 21:51:17.748 INFO O| Aug 23 21:51:17.748 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-08-23T21:51:18.378Z | [ recovery-image] Aug 23 21:51:17.758 INFO O| Aug 23 21:51:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6957 | 2024-08-23T21:51:18.378Z | [ recovery-image] Aug 23 21:51:17.758 INFO O| Aug 23 21:51:17.758 INFO STEP 1009 (remove_files) COMPLETE |
6958 | 2024-08-23T21:51:18.378Z | [ recovery-image] Aug 23 21:51:17.758 INFO O| Aug 23 21:51:17.758 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-08-23T21:51:18.387Z | [ recovery-image] Aug 23 21:51:17.767 INFO O| Aug 23 21:51:17.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6960 | 2024-08-23T21:51:18.387Z | [ recovery-image] Aug 23 21:51:17.767 INFO O| Aug 23 21:51:17.767 INFO STEP 1010 (remove_files) COMPLETE |
6961 | 2024-08-23T21:51:18.390Z | [ recovery-image] Aug 23 21:51:17.767 INFO O| Aug 23 21:51:17.767 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-08-23T21:51:18.397Z | [ recovery-image] Aug 23 21:51:17.777 INFO O| Aug 23 21:51:17.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6963 | 2024-08-23T21:51:18.399Z | [ recovery-image] Aug 23 21:51:17.777 INFO O| Aug 23 21:51:17.777 INFO STEP 1011 (remove_files) COMPLETE |
6964 | 2024-08-23T21:51:18.399Z | [ recovery-image] Aug 23 21:51:17.777 INFO O| Aug 23 21:51:17.777 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-08-23T21:51:18.406Z | [ recovery-image] Aug 23 21:51:17.786 INFO O| Aug 23 21:51:17.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6966 | 2024-08-23T21:51:18.406Z | [ recovery-image] Aug 23 21:51:17.786 INFO O| Aug 23 21:51:17.786 INFO STEP 1012 (remove_files) COMPLETE |
6967 | 2024-08-23T21:51:18.409Z | [ recovery-image] Aug 23 21:51:17.786 INFO O| Aug 23 21:51:17.786 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-08-23T21:51:18.416Z | [ recovery-image] Aug 23 21:51:17.796 INFO O| Aug 23 21:51:17.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6969 | 2024-08-23T21:51:18.418Z | [ recovery-image] Aug 23 21:51:17.796 INFO O| Aug 23 21:51:17.796 INFO STEP 1013 (remove_files) COMPLETE |
6970 | 2024-08-23T21:51:18.418Z | [ recovery-image] Aug 23 21:51:17.796 INFO O| Aug 23 21:51:17.796 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-08-23T21:51:18.425Z | [ recovery-image] Aug 23 21:51:17.805 INFO O| Aug 23 21:51:17.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6972 | 2024-08-23T21:51:18.425Z | [ recovery-image] Aug 23 21:51:17.806 INFO O| Aug 23 21:51:17.806 INFO STEP 1014 (remove_files) COMPLETE |
6973 | 2024-08-23T21:51:18.425Z | [ recovery-image] Aug 23 21:51:17.806 INFO O| Aug 23 21:51:17.806 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-08-23T21:51:18.435Z | [ recovery-image] Aug 23 21:51:17.815 INFO O| Aug 23 21:51:17.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6975 | 2024-08-23T21:51:18.437Z | [ recovery-image] Aug 23 21:51:17.815 INFO O| Aug 23 21:51:17.815 INFO STEP 1015 (remove_files) COMPLETE |
6976 | 2024-08-23T21:51:18.437Z | [ recovery-image] Aug 23 21:51:17.815 INFO O| Aug 23 21:51:17.815 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-08-23T21:51:18.444Z | [ recovery-image] Aug 23 21:51:17.825 INFO O| Aug 23 21:51:17.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6978 | 2024-08-23T21:51:18.445Z | [ recovery-image] Aug 23 21:51:17.825 INFO O| Aug 23 21:51:17.825 INFO STEP 1016 (remove_files) COMPLETE |
6979 | 2024-08-23T21:51:18.447Z | [ recovery-image] Aug 23 21:51:17.825 INFO O| Aug 23 21:51:17.825 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-08-23T21:51:18.454Z | [ recovery-image] Aug 23 21:51:17.834 INFO O| Aug 23 21:51:17.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6981 | 2024-08-23T21:51:18.456Z | [ recovery-image] Aug 23 21:51:17.834 INFO O| Aug 23 21:51:17.834 INFO STEP 1017 (remove_files) COMPLETE |
6982 | 2024-08-23T21:51:18.456Z | [ recovery-image] Aug 23 21:51:17.835 INFO O| Aug 23 21:51:17.834 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-08-23T21:51:18.464Z | [ recovery-image] Aug 23 21:51:17.844 INFO O| Aug 23 21:51:17.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6984 | 2024-08-23T21:51:18.464Z | [ recovery-image] Aug 23 21:51:17.844 INFO O| Aug 23 21:51:17.844 INFO STEP 1018 (remove_files) COMPLETE |
6985 | 2024-08-23T21:51:18.466Z | [ recovery-image] Aug 23 21:51:17.844 INFO O| Aug 23 21:51:17.844 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-08-23T21:51:18.474Z | [ recovery-image] Aug 23 21:51:17.854 INFO O| Aug 23 21:51:17.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6987 | 2024-08-23T21:51:18.474Z | [ recovery-image] Aug 23 21:51:17.854 INFO O| Aug 23 21:51:17.854 INFO STEP 1019 (remove_files) COMPLETE |
6988 | 2024-08-23T21:51:18.476Z | [ recovery-image] Aug 23 21:51:17.854 INFO O| Aug 23 21:51:17.854 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-08-23T21:51:18.484Z | [ recovery-image] Aug 23 21:51:17.864 INFO O| Aug 23 21:51:17.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6990 | 2024-08-23T21:51:18.486Z | [ recovery-image] Aug 23 21:51:17.865 INFO O| Aug 23 21:51:17.865 INFO STEP 1020 (remove_files) COMPLETE |
6991 | 2024-08-23T21:51:18.486Z | [ recovery-image] Aug 23 21:51:17.865 INFO O| Aug 23 21:51:17.865 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-08-23T21:51:18.494Z | [ recovery-image] Aug 23 21:51:17.874 INFO O| Aug 23 21:51:17.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6993 | 2024-08-23T21:51:18.497Z | [ recovery-image] Aug 23 21:51:17.874 INFO O| Aug 23 21:51:17.874 INFO STEP 1021 (remove_files) COMPLETE |
6994 | 2024-08-23T21:51:18.497Z | [ recovery-image] Aug 23 21:51:17.874 INFO O| Aug 23 21:51:17.874 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-08-23T21:51:18.504Z | [ recovery-image] Aug 23 21:51:17.884 INFO O| Aug 23 21:51:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6996 | 2024-08-23T21:51:18.506Z | [ recovery-image] Aug 23 21:51:17.885 INFO O| Aug 23 21:51:17.885 INFO STEP 1022 (remove_files) COMPLETE |
6997 | 2024-08-23T21:51:18.506Z | [ recovery-image] Aug 23 21:51:17.885 INFO O| Aug 23 21:51:17.885 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-08-23T21:51:18.514Z | [ recovery-image] Aug 23 21:51:17.895 INFO O| Aug 23 21:51:17.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6999 | 2024-08-23T21:51:18.515Z | [ recovery-image] Aug 23 21:51:17.895 INFO O| Aug 23 21:51:17.895 INFO STEP 1023 (remove_files) COMPLETE |
7000 | 2024-08-23T21:51:18.515Z | [ recovery-image] Aug 23 21:51:17.895 INFO O| Aug 23 21:51:17.895 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-08-23T21:51:18.524Z | [ recovery-image] Aug 23 21:51:17.905 INFO O| Aug 23 21:51:17.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7002 | 2024-08-23T21:51:18.527Z | [ recovery-image] Aug 23 21:51:17.905 INFO O| Aug 23 21:51:17.905 INFO STEP 1024 (remove_files) COMPLETE |
7003 | 2024-08-23T21:51:18.527Z | [ recovery-image] Aug 23 21:51:17.905 INFO O| Aug 23 21:51:17.905 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-08-23T21:51:18.534Z | [ recovery-image] Aug 23 21:51:17.914 INFO O| Aug 23 21:51:17.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7005 | 2024-08-23T21:51:18.534Z | [ recovery-image] Aug 23 21:51:17.914 INFO O| Aug 23 21:51:17.914 INFO STEP 1025 (remove_files) COMPLETE |
7006 | 2024-08-23T21:51:18.534Z | [ recovery-image] Aug 23 21:51:17.914 INFO O| Aug 23 21:51:17.914 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-08-23T21:51:18.543Z | [ recovery-image] Aug 23 21:51:17.924 INFO O| Aug 23 21:51:17.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7008 | 2024-08-23T21:51:18.546Z | [ recovery-image] Aug 23 21:51:17.924 INFO O| Aug 23 21:51:17.924 INFO STEP 1026 (remove_files) COMPLETE |
7009 | 2024-08-23T21:51:18.546Z | [ recovery-image] Aug 23 21:51:17.924 INFO O| Aug 23 21:51:17.924 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-08-23T21:51:18.554Z | [ recovery-image] Aug 23 21:51:17.934 INFO O| Aug 23 21:51:17.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7011 | 2024-08-23T21:51:18.557Z | [ recovery-image] Aug 23 21:51:17.934 INFO O| Aug 23 21:51:17.934 INFO STEP 1027 (remove_files) COMPLETE |
7012 | 2024-08-23T21:51:18.557Z | [ recovery-image] Aug 23 21:51:17.934 INFO O| Aug 23 21:51:17.934 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-08-23T21:51:18.563Z | [ recovery-image] Aug 23 21:51:17.944 INFO O| Aug 23 21:51:17.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7014 | 2024-08-23T21:51:18.563Z | [ recovery-image] Aug 23 21:51:17.944 INFO O| Aug 23 21:51:17.944 INFO STEP 1028 (remove_files) COMPLETE |
7015 | 2024-08-23T21:51:18.563Z | [ recovery-image] Aug 23 21:51:17.944 INFO O| Aug 23 21:51:17.944 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-08-23T21:51:18.573Z | [ recovery-image] Aug 23 21:51:17.953 INFO O| Aug 23 21:51:17.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7017 | 2024-08-23T21:51:18.573Z | [ recovery-image] Aug 23 21:51:17.953 INFO O| Aug 23 21:51:17.953 INFO STEP 1029 (remove_files) COMPLETE |
7018 | 2024-08-23T21:51:18.573Z | [ recovery-image] Aug 23 21:51:17.953 INFO O| Aug 23 21:51:17.953 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-08-23T21:51:18.582Z | [ recovery-image] Aug 23 21:51:17.963 INFO O| Aug 23 21:51:17.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7020 | 2024-08-23T21:51:18.585Z | [ recovery-image] Aug 23 21:51:17.963 INFO O| Aug 23 21:51:17.963 INFO STEP 1030 (remove_files) COMPLETE |
7021 | 2024-08-23T21:51:18.585Z | [ recovery-image] Aug 23 21:51:17.963 INFO O| Aug 23 21:51:17.963 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-08-23T21:51:18.592Z | [ recovery-image] Aug 23 21:51:17.972 INFO O| Aug 23 21:51:17.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7023 | 2024-08-23T21:51:18.594Z | [ recovery-image] Aug 23 21:51:17.972 INFO O| Aug 23 21:51:17.972 INFO STEP 1031 (remove_files) COMPLETE |
7024 | 2024-08-23T21:51:18.594Z | [ recovery-image] Aug 23 21:51:17.972 INFO O| Aug 23 21:51:17.972 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-08-23T21:51:18.601Z | [ recovery-image] Aug 23 21:51:17.981 INFO O| Aug 23 21:51:17.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7026 | 2024-08-23T21:51:18.601Z | [ recovery-image] Aug 23 21:51:17.981 INFO O| Aug 23 21:51:17.981 INFO STEP 1032 (remove_files) COMPLETE |
7027 | 2024-08-23T21:51:18.604Z | [ recovery-image] Aug 23 21:51:17.981 INFO O| Aug 23 21:51:17.981 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-08-23T21:51:18.611Z | [ recovery-image] Aug 23 21:51:17.991 INFO O| Aug 23 21:51:17.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7029 | 2024-08-23T21:51:18.614Z | [ recovery-image] Aug 23 21:51:17.991 INFO O| Aug 23 21:51:17.991 INFO STEP 1033 (remove_files) COMPLETE |
7030 | 2024-08-23T21:51:18.614Z | [ recovery-image] Aug 23 21:51:17.991 INFO O| Aug 23 21:51:17.991 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-08-23T21:51:18.620Z | [ recovery-image] Aug 23 21:51:18.000 INFO O| Aug 23 21:51:18.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7032 | 2024-08-23T21:51:18.623Z | [ recovery-image] Aug 23 21:51:18.000 INFO O| Aug 23 21:51:18.000 INFO STEP 1034 (remove_files) COMPLETE |
7033 | 2024-08-23T21:51:18.623Z | [ recovery-image] Aug 23 21:51:18.000 INFO O| Aug 23 21:51:18.000 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-08-23T21:51:18.630Z | [ recovery-image] Aug 23 21:51:18.010 INFO O| Aug 23 21:51:18.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7035 | 2024-08-23T21:51:18.630Z | [ recovery-image] Aug 23 21:51:18.010 INFO O| Aug 23 21:51:18.010 INFO STEP 1035 (remove_files) COMPLETE |
7036 | 2024-08-23T21:51:18.630Z | [ recovery-image] Aug 23 21:51:18.010 INFO O| Aug 23 21:51:18.010 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-23T21:51:18.639Z | [ recovery-image] Aug 23 21:51:18.019 INFO O| Aug 23 21:51:18.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7038 | 2024-08-23T21:51:18.639Z | [ recovery-image] Aug 23 21:51:18.019 INFO O| Aug 23 21:51:18.019 INFO STEP 1036 (remove_files) COMPLETE |
7039 | 2024-08-23T21:51:18.639Z | [ recovery-image] Aug 23 21:51:18.019 INFO O| Aug 23 21:51:18.019 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-23T21:51:18.648Z | [ recovery-image] Aug 23 21:51:18.028 INFO O| Aug 23 21:51:18.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7041 | 2024-08-23T21:51:18.651Z | [ recovery-image] Aug 23 21:51:18.029 INFO O| Aug 23 21:51:18.029 INFO STEP 1037 (remove_files) COMPLETE |
7042 | 2024-08-23T21:51:18.651Z | [ recovery-image] Aug 23 21:51:18.029 INFO O| Aug 23 21:51:18.029 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-23T21:51:18.658Z | [ recovery-image] Aug 23 21:51:18.038 INFO O| Aug 23 21:51:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7044 | 2024-08-23T21:51:18.661Z | [ recovery-image] Aug 23 21:51:18.038 INFO O| Aug 23 21:51:18.038 INFO STEP 1038 (remove_files) COMPLETE |
7045 | 2024-08-23T21:51:18.661Z | [ recovery-image] Aug 23 21:51:18.038 INFO O| Aug 23 21:51:18.038 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-23T21:51:18.668Z | [ recovery-image] Aug 23 21:51:18.048 INFO O| Aug 23 21:51:18.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7047 | 2024-08-23T21:51:18.668Z | [ recovery-image] Aug 23 21:51:18.048 INFO O| Aug 23 21:51:18.048 INFO STEP 1039 (remove_files) COMPLETE |
7048 | 2024-08-23T21:51:18.670Z | [ recovery-image] Aug 23 21:51:18.048 INFO O| Aug 23 21:51:18.048 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-23T21:51:18.677Z | [ recovery-image] Aug 23 21:51:18.057 INFO O| Aug 23 21:51:18.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7050 | 2024-08-23T21:51:18.680Z | [ recovery-image] Aug 23 21:51:18.058 INFO O| Aug 23 21:51:18.058 INFO STEP 1040 (remove_files) COMPLETE |
7051 | 2024-08-23T21:51:18.680Z | [ recovery-image] Aug 23 21:51:18.058 INFO O| Aug 23 21:51:18.058 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-23T21:51:18.687Z | [ recovery-image] Aug 23 21:51:18.067 INFO O| Aug 23 21:51:18.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7053 | 2024-08-23T21:51:18.689Z | [ recovery-image] Aug 23 21:51:18.067 INFO O| Aug 23 21:51:18.067 INFO STEP 1041 (remove_files) COMPLETE |
7054 | 2024-08-23T21:51:18.689Z | [ recovery-image] Aug 23 21:51:18.067 INFO O| Aug 23 21:51:18.067 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-23T21:51:18.697Z | [ recovery-image] Aug 23 21:51:18.077 INFO O| Aug 23 21:51:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7056 | 2024-08-23T21:51:18.697Z | [ recovery-image] Aug 23 21:51:18.077 INFO O| Aug 23 21:51:18.077 INFO STEP 1042 (remove_files) COMPLETE |
7057 | 2024-08-23T21:51:18.699Z | [ recovery-image] Aug 23 21:51:18.077 INFO O| Aug 23 21:51:18.077 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-23T21:51:18.707Z | [ recovery-image] Aug 23 21:51:18.087 INFO O| Aug 23 21:51:18.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7059 | 2024-08-23T21:51:18.707Z | [ recovery-image] Aug 23 21:51:18.087 INFO O| Aug 23 21:51:18.087 INFO STEP 1043 (remove_files) COMPLETE |
7060 | 2024-08-23T21:51:18.710Z | [ recovery-image] Aug 23 21:51:18.087 INFO O| Aug 23 21:51:18.087 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-23T21:51:18.717Z | [ recovery-image] Aug 23 21:51:18.097 INFO O| Aug 23 21:51:18.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7062 | 2024-08-23T21:51:18.717Z | [ recovery-image] Aug 23 21:51:18.097 INFO O| Aug 23 21:51:18.097 INFO STEP 1044 (remove_files) COMPLETE |
7063 | 2024-08-23T21:51:18.719Z | [ recovery-image] Aug 23 21:51:18.097 INFO O| Aug 23 21:51:18.097 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-23T21:51:18.726Z | [ recovery-image] Aug 23 21:51:18.106 INFO O| Aug 23 21:51:18.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7065 | 2024-08-23T21:51:18.726Z | [ recovery-image] Aug 23 21:51:18.106 INFO O| Aug 23 21:51:18.106 INFO STEP 1045 (remove_files) COMPLETE |
7066 | 2024-08-23T21:51:18.726Z | [ recovery-image] Aug 23 21:51:18.106 INFO O| Aug 23 21:51:18.106 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-23T21:51:18.736Z | [ recovery-image] Aug 23 21:51:18.116 INFO O| Aug 23 21:51:18.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7068 | 2024-08-23T21:51:18.738Z | [ recovery-image] Aug 23 21:51:18.116 INFO O| Aug 23 21:51:18.116 INFO STEP 1046 (remove_files) COMPLETE |
7069 | 2024-08-23T21:51:18.738Z | [ recovery-image] Aug 23 21:51:18.116 INFO O| Aug 23 21:51:18.116 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-23T21:51:18.747Z | [ recovery-image] Aug 23 21:51:18.127 INFO O| Aug 23 21:51:18.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7071 | 2024-08-23T21:51:18.747Z | [ recovery-image] Aug 23 21:51:18.127 INFO O| Aug 23 21:51:18.127 INFO STEP 1047 (remove_files) COMPLETE |
7072 | 2024-08-23T21:51:18.750Z | [ recovery-image] Aug 23 21:51:18.127 INFO O| Aug 23 21:51:18.127 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-23T21:51:18.759Z | [ recovery-image] Aug 23 21:51:18.139 INFO O| Aug 23 21:51:18.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7074 | 2024-08-23T21:51:18.759Z | [ recovery-image] Aug 23 21:51:18.139 INFO O| Aug 23 21:51:18.139 INFO STEP 1048 (remove_files) COMPLETE |
7075 | 2024-08-23T21:51:18.762Z | [ recovery-image] Aug 23 21:51:18.139 INFO O| Aug 23 21:51:18.139 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-23T21:51:18.770Z | [ recovery-image] Aug 23 21:51:18.150 INFO O| Aug 23 21:51:18.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7077 | 2024-08-23T21:51:18.770Z | [ recovery-image] Aug 23 21:51:18.150 INFO O| Aug 23 21:51:18.150 INFO STEP 1049 (remove_files) COMPLETE |
7078 | 2024-08-23T21:51:18.770Z | [ recovery-image] Aug 23 21:51:18.150 INFO O| Aug 23 21:51:18.150 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-23T21:51:18.779Z | [ recovery-image] Aug 23 21:51:18.160 INFO O| Aug 23 21:51:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7080 | 2024-08-23T21:51:18.780Z | [ recovery-image] Aug 23 21:51:18.160 INFO O| Aug 23 21:51:18.160 INFO STEP 1050 (remove_files) COMPLETE |
7081 | 2024-08-23T21:51:18.782Z | [ recovery-image] Aug 23 21:51:18.160 INFO O| Aug 23 21:51:18.160 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-08-23T21:51:18.789Z | [ recovery-image] Aug 23 21:51:18.169 INFO O| Aug 23 21:51:18.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7083 | 2024-08-23T21:51:18.792Z | [ recovery-image] Aug 23 21:51:18.170 INFO O| Aug 23 21:51:18.170 INFO STEP 1051 (remove_files) COMPLETE |
7084 | 2024-08-23T21:51:18.792Z | [ recovery-image] Aug 23 21:51:18.170 INFO O| Aug 23 21:51:18.170 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-08-23T21:51:18.799Z | [ recovery-image] Aug 23 21:51:18.179 INFO O| Aug 23 21:51:18.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7086 | 2024-08-23T21:51:18.799Z | [ recovery-image] Aug 23 21:51:18.179 INFO O| Aug 23 21:51:18.179 INFO STEP 1052 (remove_files) COMPLETE |
7087 | 2024-08-23T21:51:18.801Z | [ recovery-image] Aug 23 21:51:18.179 INFO O| Aug 23 21:51:18.179 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-08-23T21:51:18.808Z | [ recovery-image] Aug 23 21:51:18.189 INFO O| Aug 23 21:51:18.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7089 | 2024-08-23T21:51:18.809Z | [ recovery-image] Aug 23 21:51:18.189 INFO O| Aug 23 21:51:18.189 INFO STEP 1053 (remove_files) COMPLETE |
7090 | 2024-08-23T21:51:18.811Z | [ recovery-image] Aug 23 21:51:18.189 INFO O| Aug 23 21:51:18.189 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-08-23T21:51:18.818Z | [ recovery-image] Aug 23 21:51:18.198 INFO O| Aug 23 21:51:18.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7092 | 2024-08-23T21:51:18.818Z | [ recovery-image] Aug 23 21:51:18.198 INFO O| Aug 23 21:51:18.198 INFO STEP 1054 (remove_files) COMPLETE |
7093 | 2024-08-23T21:51:18.822Z | [ recovery-image] Aug 23 21:51:18.198 INFO O| Aug 23 21:51:18.198 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-23T21:51:18.828Z | [ recovery-image] Aug 23 21:51:18.208 INFO O| Aug 23 21:51:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7095 | 2024-08-23T21:51:18.830Z | [ recovery-image] Aug 23 21:51:18.208 INFO O| Aug 23 21:51:18.208 INFO STEP 1055 (remove_files) COMPLETE |
7096 | 2024-08-23T21:51:18.830Z | [ recovery-image] Aug 23 21:51:18.208 INFO O| Aug 23 21:51:18.208 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-23T21:51:18.837Z | [ recovery-image] Aug 23 21:51:18.217 INFO O| Aug 23 21:51:18.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7098 | 2024-08-23T21:51:18.837Z | [ recovery-image] Aug 23 21:51:18.217 INFO O| Aug 23 21:51:18.217 INFO STEP 1056 (remove_files) COMPLETE |
7099 | 2024-08-23T21:51:18.840Z | [ recovery-image] Aug 23 21:51:18.217 INFO O| Aug 23 21:51:18.217 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-23T21:51:18.847Z | [ recovery-image] Aug 23 21:51:18.227 INFO O| Aug 23 21:51:18.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7101 | 2024-08-23T21:51:18.847Z | [ recovery-image] Aug 23 21:51:18.227 INFO O| Aug 23 21:51:18.227 INFO STEP 1057 (remove_files) COMPLETE |
7102 | 2024-08-23T21:51:18.850Z | [ recovery-image] Aug 23 21:51:18.227 INFO O| Aug 23 21:51:18.227 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-23T21:51:18.857Z | [ recovery-image] Aug 23 21:51:18.237 INFO O| Aug 23 21:51:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7104 | 2024-08-23T21:51:18.857Z | [ recovery-image] Aug 23 21:51:18.237 INFO O| Aug 23 21:51:18.237 INFO STEP 1058 (remove_files) COMPLETE |
7105 | 2024-08-23T21:51:18.857Z | [ recovery-image] Aug 23 21:51:18.237 INFO O| Aug 23 21:51:18.237 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-23T21:51:18.866Z | [ recovery-image] Aug 23 21:51:18.246 INFO O| Aug 23 21:51:18.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7107 | 2024-08-23T21:51:18.866Z | [ recovery-image] Aug 23 21:51:18.246 INFO O| Aug 23 21:51:18.246 INFO STEP 1059 (remove_files) COMPLETE |
7108 | 2024-08-23T21:51:18.869Z | [ recovery-image] Aug 23 21:51:18.246 INFO O| Aug 23 21:51:18.246 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-23T21:51:18.875Z | [ recovery-image] Aug 23 21:51:18.255 INFO O| Aug 23 21:51:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7110 | 2024-08-23T21:51:18.875Z | [ recovery-image] Aug 23 21:51:18.256 INFO O| Aug 23 21:51:18.255 INFO STEP 1060 (remove_files) COMPLETE |
7111 | 2024-08-23T21:51:18.878Z | [ recovery-image] Aug 23 21:51:18.256 INFO O| Aug 23 21:51:18.255 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-23T21:51:18.885Z | [ recovery-image] Aug 23 21:51:18.265 INFO O| Aug 23 21:51:18.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7113 | 2024-08-23T21:51:18.888Z | [ recovery-image] Aug 23 21:51:18.265 INFO O| Aug 23 21:51:18.265 INFO STEP 1061 (remove_files) COMPLETE |
7114 | 2024-08-23T21:51:18.888Z | [ recovery-image] Aug 23 21:51:18.265 INFO O| Aug 23 21:51:18.265 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-23T21:51:18.895Z | [ recovery-image] Aug 23 21:51:18.274 INFO O| Aug 23 21:51:18.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7116 | 2024-08-23T21:51:18.895Z | [ recovery-image] Aug 23 21:51:18.274 INFO O| Aug 23 21:51:18.274 INFO STEP 1062 (remove_files) COMPLETE |
7117 | 2024-08-23T21:51:18.895Z | [ recovery-image] Aug 23 21:51:18.275 INFO O| Aug 23 21:51:18.274 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-23T21:51:18.906Z | [ recovery-image] Aug 23 21:51:18.284 INFO O| Aug 23 21:51:18.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7119 | 2024-08-23T21:51:18.906Z | [ recovery-image] Aug 23 21:51:18.284 INFO O| Aug 23 21:51:18.284 INFO STEP 1063 (remove_files) COMPLETE |
7120 | 2024-08-23T21:51:18.909Z | [ recovery-image] Aug 23 21:51:18.284 INFO O| Aug 23 21:51:18.284 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-23T21:51:18.914Z | [ recovery-image] Aug 23 21:51:18.294 INFO O| Aug 23 21:51:18.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7122 | 2024-08-23T21:51:18.914Z | [ recovery-image] Aug 23 21:51:18.294 INFO O| Aug 23 21:51:18.294 INFO STEP 1064 (remove_files) COMPLETE |
7123 | 2024-08-23T21:51:18.914Z | [ recovery-image] Aug 23 21:51:18.294 INFO O| Aug 23 21:51:18.294 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-23T21:51:18.923Z | [ recovery-image] Aug 23 21:51:18.303 INFO O| Aug 23 21:51:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7125 | 2024-08-23T21:51:18.923Z | [ recovery-image] Aug 23 21:51:18.303 INFO O| Aug 23 21:51:18.303 INFO STEP 1065 (remove_files) COMPLETE |
7126 | 2024-08-23T21:51:18.923Z | [ recovery-image] Aug 23 21:51:18.303 INFO O| Aug 23 21:51:18.303 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-23T21:51:18.933Z | [ recovery-image] Aug 23 21:51:18.313 INFO O| Aug 23 21:51:18.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7128 | 2024-08-23T21:51:18.933Z | [ recovery-image] Aug 23 21:51:18.313 INFO O| Aug 23 21:51:18.313 INFO STEP 1066 (remove_files) COMPLETE |
7129 | 2024-08-23T21:51:18.935Z | [ recovery-image] Aug 23 21:51:18.313 INFO O| Aug 23 21:51:18.313 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-23T21:51:18.942Z | [ recovery-image] Aug 23 21:51:18.322 INFO O| Aug 23 21:51:18.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7131 | 2024-08-23T21:51:18.942Z | [ recovery-image] Aug 23 21:51:18.322 INFO O| Aug 23 21:51:18.322 INFO STEP 1067 (remove_files) COMPLETE |
7132 | 2024-08-23T21:51:18.945Z | [ recovery-image] Aug 23 21:51:18.322 INFO O| Aug 23 21:51:18.322 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-08-23T21:51:19.954Z | [ recovery-image] Aug 23 21:51:18.331 INFO O| Aug 23 21:51:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7134 | 2024-08-23T21:51:19.954Z | [ recovery-image] Aug 23 21:51:18.332 INFO O| Aug 23 21:51:18.332 INFO STEP 1068 (remove_files) COMPLETE |
7135 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.332 INFO O| Aug 23 21:51:18.332 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.341 INFO O| Aug 23 21:51:18.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7137 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.341 INFO O| Aug 23 21:51:18.341 INFO STEP 1069 (remove_files) COMPLETE |
7138 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.341 INFO O| Aug 23 21:51:18.341 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.350 INFO O| Aug 23 21:51:18.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7140 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.350 INFO O| Aug 23 21:51:18.350 INFO STEP 1070 (remove_files) COMPLETE |
7141 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.350 INFO O| Aug 23 21:51:18.350 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.360 INFO O| Aug 23 21:51:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7143 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.360 INFO O| Aug 23 21:51:18.360 INFO STEP 1071 (remove_files) COMPLETE |
7144 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.360 INFO O| Aug 23 21:51:18.360 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.370 INFO O| Aug 23 21:51:18.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7146 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.370 INFO O| Aug 23 21:51:18.370 INFO STEP 1072 (remove_files) COMPLETE |
7147 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.370 INFO O| Aug 23 21:51:18.370 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.380 INFO O| Aug 23 21:51:18.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7149 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.380 INFO O| Aug 23 21:51:18.380 INFO STEP 1073 (remove_files) COMPLETE |
7150 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.380 INFO O| Aug 23 21:51:18.380 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.390 INFO O| Aug 23 21:51:18.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7152 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.390 INFO O| Aug 23 21:51:18.390 INFO STEP 1074 (remove_files) COMPLETE |
7153 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.390 INFO O| Aug 23 21:51:18.390 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.400 INFO O| Aug 23 21:51:18.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7155 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.400 INFO O| Aug 23 21:51:18.400 INFO STEP 1075 (remove_files) COMPLETE |
7156 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.400 INFO O| Aug 23 21:51:18.400 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.410 INFO O| Aug 23 21:51:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7158 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.410 INFO O| Aug 23 21:51:18.410 INFO STEP 1076 (remove_files) COMPLETE |
7159 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.410 INFO O| Aug 23 21:51:18.410 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.419 INFO O| Aug 23 21:51:18.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7161 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.419 INFO O| Aug 23 21:51:18.419 INFO STEP 1077 (remove_files) COMPLETE |
7162 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.420 INFO O| Aug 23 21:51:18.419 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.429 INFO O| Aug 23 21:51:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7164 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.429 INFO O| Aug 23 21:51:18.429 INFO STEP 1078 (remove_files) COMPLETE |
7165 | 2024-08-23T21:51:19.959Z | [ recovery-image] Aug 23 21:51:18.429 INFO O| Aug 23 21:51:18.429 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.439 INFO O| Aug 23 21:51:18.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7167 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.439 INFO O| Aug 23 21:51:18.439 INFO STEP 1079 (remove_files) COMPLETE |
7168 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.439 INFO O| Aug 23 21:51:18.439 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.448 INFO O| Aug 23 21:51:18.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7170 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.448 INFO O| Aug 23 21:51:18.448 INFO STEP 1080 (remove_files) COMPLETE |
7171 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.448 INFO O| Aug 23 21:51:18.448 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.458 INFO O| Aug 23 21:51:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7173 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.458 INFO O| Aug 23 21:51:18.458 INFO STEP 1081 (remove_files) COMPLETE |
7174 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.458 INFO O| Aug 23 21:51:18.458 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.467 INFO O| Aug 23 21:51:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7176 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.467 INFO O| Aug 23 21:51:18.467 INFO STEP 1082 (remove_files) COMPLETE |
7177 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.467 INFO O| Aug 23 21:51:18.467 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.476 INFO O| Aug 23 21:51:18.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7179 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.477 INFO O| Aug 23 21:51:18.477 INFO STEP 1083 (remove_files) COMPLETE |
7180 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.477 INFO O| Aug 23 21:51:18.477 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.486 INFO O| Aug 23 21:51:18.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7182 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.486 INFO O| Aug 23 21:51:18.486 INFO STEP 1084 (remove_files) COMPLETE |
7183 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.486 INFO O| Aug 23 21:51:18.486 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.495 INFO O| Aug 23 21:51:18.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7185 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.495 INFO O| Aug 23 21:51:18.495 INFO STEP 1085 (remove_files) COMPLETE |
7186 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.495 INFO O| Aug 23 21:51:18.495 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.505 INFO O| Aug 23 21:51:18.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7188 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.505 INFO O| Aug 23 21:51:18.505 INFO STEP 1086 (remove_files) COMPLETE |
7189 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.505 INFO O| Aug 23 21:51:18.505 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.514 INFO O| Aug 23 21:51:18.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7191 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.514 INFO O| Aug 23 21:51:18.514 INFO STEP 1087 (remove_files) COMPLETE |
7192 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.514 INFO O| Aug 23 21:51:18.514 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.523 INFO O| Aug 23 21:51:18.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7194 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.524 INFO O| Aug 23 21:51:18.524 INFO STEP 1088 (remove_files) COMPLETE |
7195 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.524 INFO O| Aug 23 21:51:18.524 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.533 INFO O| Aug 23 21:51:18.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7197 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.533 INFO O| Aug 23 21:51:18.533 INFO STEP 1089 (remove_files) COMPLETE |
7198 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.533 INFO O| Aug 23 21:51:18.533 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.542 INFO O| Aug 23 21:51:18.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7200 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.542 INFO O| Aug 23 21:51:18.542 INFO STEP 1090 (remove_files) COMPLETE |
7201 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.542 INFO O| Aug 23 21:51:18.542 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.551 INFO O| Aug 23 21:51:18.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7203 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.551 INFO O| Aug 23 21:51:18.551 INFO STEP 1091 (remove_files) COMPLETE |
7204 | 2024-08-23T21:51:19.960Z | [ recovery-image] Aug 23 21:51:18.551 INFO O| Aug 23 21:51:18.551 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.561 INFO O| Aug 23 21:51:18.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7206 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.561 INFO O| Aug 23 21:51:18.561 INFO STEP 1092 (remove_files) COMPLETE |
7207 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.561 INFO O| Aug 23 21:51:18.561 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.570 INFO O| Aug 23 21:51:18.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7209 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.570 INFO O| Aug 23 21:51:18.570 INFO STEP 1093 (remove_files) COMPLETE |
7210 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.570 INFO O| Aug 23 21:51:18.570 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.579 INFO O| Aug 23 21:51:18.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7212 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.579 INFO O| Aug 23 21:51:18.579 INFO STEP 1094 (remove_files) COMPLETE |
7213 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.579 INFO O| Aug 23 21:51:18.579 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.589 INFO O| Aug 23 21:51:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7215 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.589 INFO O| Aug 23 21:51:18.589 INFO STEP 1095 (remove_files) COMPLETE |
7216 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.589 INFO O| Aug 23 21:51:18.589 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.598 INFO O| Aug 23 21:51:18.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7218 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.598 INFO O| Aug 23 21:51:18.598 INFO STEP 1096 (remove_files) COMPLETE |
7219 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.598 INFO O| Aug 23 21:51:18.598 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.607 INFO O| Aug 23 21:51:18.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7221 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.607 INFO O| Aug 23 21:51:18.607 INFO STEP 1097 (remove_files) COMPLETE |
7222 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.607 INFO O| Aug 23 21:51:18.607 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.616 INFO O| Aug 23 21:51:18.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7224 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.616 INFO O| Aug 23 21:51:18.616 INFO STEP 1098 (remove_files) COMPLETE |
7225 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.616 INFO O| Aug 23 21:51:18.616 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.626 INFO O| Aug 23 21:51:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7227 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.626 INFO O| Aug 23 21:51:18.626 INFO STEP 1099 (remove_files) COMPLETE |
7228 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.626 INFO O| Aug 23 21:51:18.626 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.635 INFO O| Aug 23 21:51:18.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7230 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.635 INFO O| Aug 23 21:51:18.635 INFO STEP 1100 (remove_files) COMPLETE |
7231 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.635 INFO O| Aug 23 21:51:18.635 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.645 INFO O| Aug 23 21:51:18.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7233 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.645 INFO O| Aug 23 21:51:18.645 INFO STEP 1101 (remove_files) COMPLETE |
7234 | 2024-08-23T21:51:19.961Z | [ recovery-image] Aug 23 21:51:18.645 INFO O| Aug 23 21:51:18.645 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.654 INFO O| Aug 23 21:51:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7236 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.654 INFO O| Aug 23 21:51:18.654 INFO STEP 1102 (remove_files) COMPLETE |
7237 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.654 INFO O| Aug 23 21:51:18.654 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.663 INFO O| Aug 23 21:51:18.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7239 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.663 INFO O| Aug 23 21:51:18.663 INFO STEP 1103 (remove_files) COMPLETE |
7240 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.664 INFO O| Aug 23 21:51:18.663 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.673 INFO O| Aug 23 21:51:18.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7242 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.673 INFO O| Aug 23 21:51:18.673 INFO STEP 1104 (remove_files) COMPLETE |
7243 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.673 INFO O| Aug 23 21:51:18.673 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-08-23T21:51:19.965Z | [ recovery-image] Aug 23 21:51:18.682 INFO O| Aug 23 21:51:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7245 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.682 INFO O| Aug 23 21:51:18.682 INFO STEP 1105 (remove_files) COMPLETE |
7246 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.682 INFO O| Aug 23 21:51:18.682 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.692 INFO O| Aug 23 21:51:18.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7248 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.692 INFO O| Aug 23 21:51:18.692 INFO STEP 1106 (remove_files) COMPLETE |
7249 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.692 INFO O| Aug 23 21:51:18.692 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.701 INFO O| Aug 23 21:51:18.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7251 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.701 INFO O| Aug 23 21:51:18.701 INFO STEP 1107 (remove_files) COMPLETE |
7252 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.701 INFO O| Aug 23 21:51:18.701 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.711 INFO O| Aug 23 21:51:18.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7254 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.711 INFO O| Aug 23 21:51:18.711 INFO STEP 1108 (remove_files) COMPLETE |
7255 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.711 INFO O| Aug 23 21:51:18.711 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.721 INFO O| Aug 23 21:51:18.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7257 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.721 INFO O| Aug 23 21:51:18.721 INFO STEP 1109 (remove_files) COMPLETE |
7258 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.721 INFO O| Aug 23 21:51:18.721 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.731 INFO O| Aug 23 21:51:18.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7260 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.731 INFO O| Aug 23 21:51:18.731 INFO STEP 1110 (remove_files) COMPLETE |
7261 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.731 INFO O| Aug 23 21:51:18.731 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.741 INFO O| Aug 23 21:51:18.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7263 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.741 INFO O| Aug 23 21:51:18.741 INFO STEP 1111 (remove_files) COMPLETE |
7264 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.741 INFO O| Aug 23 21:51:18.741 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.751 INFO O| Aug 23 21:51:18.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7266 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.751 INFO O| Aug 23 21:51:18.751 INFO STEP 1112 (remove_files) COMPLETE |
7267 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.751 INFO O| Aug 23 21:51:18.751 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.760 INFO O| Aug 23 21:51:18.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7269 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.760 INFO O| Aug 23 21:51:18.760 INFO STEP 1113 (remove_files) COMPLETE |
7270 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.760 INFO O| Aug 23 21:51:18.760 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.770 INFO O| Aug 23 21:51:18.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7272 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.771 INFO O| Aug 23 21:51:18.771 INFO STEP 1114 (remove_files) COMPLETE |
7273 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.771 INFO O| Aug 23 21:51:18.771 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.781 INFO O| Aug 23 21:51:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7275 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.781 INFO O| Aug 23 21:51:18.781 INFO STEP 1115 (remove_files) COMPLETE |
7276 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.781 INFO O| Aug 23 21:51:18.781 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.791 INFO O| Aug 23 21:51:18.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7278 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.791 INFO O| Aug 23 21:51:18.791 INFO STEP 1116 (remove_files) COMPLETE |
7279 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.791 INFO O| Aug 23 21:51:18.791 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.801 INFO O| Aug 23 21:51:18.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7281 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.801 INFO O| Aug 23 21:51:18.801 INFO STEP 1117 (remove_files) COMPLETE |
7282 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.801 INFO O| Aug 23 21:51:18.801 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.811 INFO O| Aug 23 21:51:18.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7284 | 2024-08-23T21:51:19.966Z | [ recovery-image] Aug 23 21:51:18.811 INFO O| Aug 23 21:51:18.811 INFO STEP 1118 (remove_files) COMPLETE |
7285 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.811 INFO O| Aug 23 21:51:18.811 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.820 INFO O| Aug 23 21:51:18.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7287 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.820 INFO O| Aug 23 21:51:18.820 INFO STEP 1119 (remove_files) COMPLETE |
7288 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.820 INFO O| Aug 23 21:51:18.820 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.830 INFO O| Aug 23 21:51:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7290 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.830 INFO O| Aug 23 21:51:18.830 INFO STEP 1120 (remove_files) COMPLETE |
7291 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.830 INFO O| Aug 23 21:51:18.830 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.839 INFO O| Aug 23 21:51:18.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7293 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.839 INFO O| Aug 23 21:51:18.839 INFO STEP 1121 (remove_files) COMPLETE |
7294 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.839 INFO O| Aug 23 21:51:18.839 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.849 INFO O| Aug 23 21:51:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7296 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.849 INFO O| Aug 23 21:51:18.849 INFO STEP 1122 (remove_files) COMPLETE |
7297 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.849 INFO O| Aug 23 21:51:18.849 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.858 INFO O| Aug 23 21:51:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7299 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.858 INFO O| Aug 23 21:51:18.858 INFO STEP 1123 (remove_files) COMPLETE |
7300 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.858 INFO O| Aug 23 21:51:18.858 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.868 INFO O| Aug 23 21:51:18.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7302 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.868 INFO O| Aug 23 21:51:18.868 INFO STEP 1124 (remove_files) COMPLETE |
7303 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.868 INFO O| Aug 23 21:51:18.868 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.877 INFO O| Aug 23 21:51:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7305 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.877 INFO O| Aug 23 21:51:18.877 INFO STEP 1125 (remove_files) COMPLETE |
7306 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.877 INFO O| Aug 23 21:51:18.877 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.886 INFO O| Aug 23 21:51:18.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7308 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.886 INFO O| Aug 23 21:51:18.886 INFO STEP 1126 (remove_files) COMPLETE |
7309 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.886 INFO O| Aug 23 21:51:18.886 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.896 INFO O| Aug 23 21:51:18.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7311 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.896 INFO O| Aug 23 21:51:18.896 INFO STEP 1127 (remove_files) COMPLETE |
7312 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.896 INFO O| Aug 23 21:51:18.896 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.905 INFO O| Aug 23 21:51:18.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7314 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.905 INFO O| Aug 23 21:51:18.905 INFO STEP 1128 (remove_files) COMPLETE |
7315 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.905 INFO O| Aug 23 21:51:18.905 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.914 INFO O| Aug 23 21:51:18.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7317 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.914 INFO O| Aug 23 21:51:18.914 INFO STEP 1129 (remove_files) COMPLETE |
7318 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.915 INFO O| Aug 23 21:51:18.914 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.924 INFO O| Aug 23 21:51:18.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7320 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.924 INFO O| Aug 23 21:51:18.924 INFO STEP 1130 (remove_files) COMPLETE |
7321 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.924 INFO O| Aug 23 21:51:18.924 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-08-23T21:51:19.967Z | [ recovery-image] Aug 23 21:51:18.933 INFO O| Aug 23 21:51:18.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7323 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.933 INFO O| Aug 23 21:51:18.933 INFO STEP 1131 (remove_files) COMPLETE |
7324 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.933 INFO O| Aug 23 21:51:18.933 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-08-23T21:51:19.968Z | [ host-image] Aug 23 21:51:18.934 INFO O| Aug 23 21:51:18.934 INFO O| Planning: Solver setup ... Done |
7326 | 2024-08-23T21:51:19.968Z | [ host-image] Aug 23 21:51:18.938 INFO O| Aug 23 21:51:18.938 INFO O| Planning: Running solver ... Done |
7327 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.943 INFO O| Aug 23 21:51:18.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7328 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.943 INFO O| Aug 23 21:51:18.943 INFO STEP 1132 (remove_files) COMPLETE |
7329 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.943 INFO O| Aug 23 21:51:18.943 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.952 INFO O| Aug 23 21:51:18.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7331 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.952 INFO O| Aug 23 21:51:18.952 INFO STEP 1133 (remove_files) COMPLETE |
7332 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.952 INFO O| Aug 23 21:51:18.952 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.961 INFO O| Aug 23 21:51:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7334 | 2024-08-23T21:51:19.968Z | [ recovery-image] Aug 23 21:51:18.962 INFO O| Aug 23 21:51:18.962 INFO STEP 1134 (remove_files) COMPLETE |
7335 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.962 INFO O| Aug 23 21:51:18.962 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.971 INFO O| Aug 23 21:51:18.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7337 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.971 INFO O| Aug 23 21:51:18.971 INFO STEP 1135 (remove_files) COMPLETE |
7338 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.971 INFO O| Aug 23 21:51:18.971 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-08-23T21:51:19.972Z | [ host-image] Aug 23 21:51:18.976 INFO O| Aug 23 21:51:18.976 INFO O| Planning: Finding local manifests ... Done |
7340 | 2024-08-23T21:51:19.972Z | [ host-image] Aug 23 21:51:18.977 INFO O| Aug 23 21:51:18.977 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7341 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.981 INFO O| Aug 23 21:51:18.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7342 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.981 INFO O| Aug 23 21:51:18.981 INFO STEP 1136 (remove_files) COMPLETE |
7343 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.981 INFO O| Aug 23 21:51:18.981 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.990 INFO O| Aug 23 21:51:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7345 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.990 INFO O| Aug 23 21:51:18.990 INFO STEP 1137 (remove_files) COMPLETE |
7346 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:18.990 INFO O| Aug 23 21:51:18.990 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.000 INFO O| Aug 23 21:51:18.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7348 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.000 INFO O| Aug 23 21:51:19.000 INFO STEP 1138 (remove_files) COMPLETE |
7349 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.000 INFO O| Aug 23 21:51:19.000 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.009 INFO O| Aug 23 21:51:19.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7351 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.009 INFO O| Aug 23 21:51:19.009 INFO STEP 1139 (remove_files) COMPLETE |
7352 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.009 INFO O| Aug 23 21:51:19.009 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.019 INFO O| Aug 23 21:51:19.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7354 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.019 INFO O| Aug 23 21:51:19.019 INFO STEP 1140 (remove_files) COMPLETE |
7355 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.019 INFO O| Aug 23 21:51:19.019 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.028 INFO O| Aug 23 21:51:19.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7357 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.028 INFO O| Aug 23 21:51:19.028 INFO STEP 1141 (remove_files) COMPLETE |
7358 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.028 INFO O| Aug 23 21:51:19.028 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.038 INFO O| Aug 23 21:51:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7360 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.038 INFO O| Aug 23 21:51:19.038 INFO STEP 1142 (remove_files) COMPLETE |
7361 | 2024-08-23T21:51:19.972Z | [ recovery-image] Aug 23 21:51:19.038 INFO O| Aug 23 21:51:19.038 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-08-23T21:51:19.972Z | [ host-image] Aug 23 21:51:19.039 INFO O| Aug 23 21:51:19.039 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7363 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.047 INFO O| Aug 23 21:51:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7364 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.047 INFO O| Aug 23 21:51:19.047 INFO STEP 1143 (remove_files) COMPLETE |
7365 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.047 INFO O| Aug 23 21:51:19.047 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.057 INFO O| Aug 23 21:51:19.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7367 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.057 INFO O| Aug 23 21:51:19.057 INFO STEP 1144 (remove_files) COMPLETE |
7368 | 2024-08-23T21:51:19.973Z | [ host-image] Aug 23 21:51:19.057 INFO O| Aug 23 21:51:19.057 INFO O| Planning: Package planning ... Done |
7369 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.057 INFO O| Aug 23 21:51:19.057 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-23T21:51:19.973Z | [ host-image] Aug 23 21:51:19.057 INFO O| Aug 23 21:51:19.057 INFO O| Planning: Merging actions ... Done |
7371 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.067 INFO O| Aug 23 21:51:19.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7372 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.067 INFO O| Aug 23 21:51:19.067 INFO STEP 1145 (remove_files) COMPLETE |
7373 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.067 INFO O| Aug 23 21:51:19.067 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.076 INFO O| Aug 23 21:51:19.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7375 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.077 INFO O| Aug 23 21:51:19.076 INFO STEP 1146 (remove_files) COMPLETE |
7376 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.077 INFO O| Aug 23 21:51:19.077 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.086 INFO O| Aug 23 21:51:19.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7378 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.086 INFO O| Aug 23 21:51:19.086 INFO STEP 1147 (remove_files) COMPLETE |
7379 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.086 INFO O| Aug 23 21:51:19.086 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.096 INFO O| Aug 23 21:51:19.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7381 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.096 INFO O| Aug 23 21:51:19.096 INFO STEP 1148 (remove_files) COMPLETE |
7382 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.096 INFO O| Aug 23 21:51:19.096 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.105 INFO O| Aug 23 21:51:19.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7384 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.106 INFO O| Aug 23 21:51:19.106 INFO STEP 1149 (remove_files) COMPLETE |
7385 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.106 INFO O| Aug 23 21:51:19.106 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.115 INFO O| Aug 23 21:51:19.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7387 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.115 INFO O| Aug 23 21:51:19.115 INFO STEP 1150 (remove_files) COMPLETE |
7388 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.115 INFO O| Aug 23 21:51:19.115 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-08-23T21:51:19.973Z | [ host-image] Aug 23 21:51:19.116 INFO O| Aug 23 21:51:19.116 INFO O| Planning: Checking for conflicting actions ... Done |
7390 | 2024-08-23T21:51:19.973Z | [ host-image] Aug 23 21:51:19.116 INFO O| Aug 23 21:51:19.116 INFO O| Planning: Consolidating action changes ... Done |
7391 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.124 INFO O| Aug 23 21:51:19.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7392 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.125 INFO O| Aug 23 21:51:19.124 INFO STEP 1151 (remove_files) COMPLETE |
7393 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.125 INFO O| Aug 23 21:51:19.125 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.134 INFO O| Aug 23 21:51:19.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7395 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.134 INFO O| Aug 23 21:51:19.134 INFO STEP 1152 (remove_files) COMPLETE |
7396 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.134 INFO O| Aug 23 21:51:19.134 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.143 INFO O| Aug 23 21:51:19.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7398 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.144 INFO O| Aug 23 21:51:19.143 INFO STEP 1153 (remove_files) COMPLETE |
7399 | 2024-08-23T21:51:19.973Z | [ recovery-image] Aug 23 21:51:19.144 INFO O| Aug 23 21:51:19.143 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.153 INFO O| Aug 23 21:51:19.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7401 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.153 INFO O| Aug 23 21:51:19.153 INFO STEP 1154 (remove_files) COMPLETE |
7402 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.153 INFO O| Aug 23 21:51:19.153 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.162 INFO O| Aug 23 21:51:19.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7404 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.162 INFO O| Aug 23 21:51:19.162 INFO STEP 1155 (remove_files) COMPLETE |
7405 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.162 INFO O| Aug 23 21:51:19.162 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.172 INFO O| Aug 23 21:51:19.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7407 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.172 INFO O| Aug 23 21:51:19.172 INFO STEP 1156 (remove_files) COMPLETE |
7408 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.172 INFO O| Aug 23 21:51:19.172 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.181 INFO O| Aug 23 21:51:19.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7410 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.181 INFO O| Aug 23 21:51:19.181 INFO STEP 1157 (remove_files) COMPLETE |
7411 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.181 INFO O| Aug 23 21:51:19.181 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.190 INFO O| Aug 23 21:51:19.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7413 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.191 INFO O| Aug 23 21:51:19.190 INFO STEP 1158 (remove_files) COMPLETE |
7414 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.191 INFO O| Aug 23 21:51:19.190 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.200 INFO O| Aug 23 21:51:19.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7416 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.200 INFO O| Aug 23 21:51:19.200 INFO STEP 1159 (remove_files) COMPLETE |
7417 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.200 INFO O| Aug 23 21:51:19.200 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.209 INFO O| Aug 23 21:51:19.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7419 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.209 INFO O| Aug 23 21:51:19.209 INFO STEP 1160 (remove_files) COMPLETE |
7420 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.209 INFO O| Aug 23 21:51:19.209 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.218 INFO O| Aug 23 21:51:19.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7422 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.218 INFO O| Aug 23 21:51:19.218 INFO STEP 1161 (remove_files) COMPLETE |
7423 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.218 INFO O| Aug 23 21:51:19.218 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.228 INFO O| Aug 23 21:51:19.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7425 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.228 INFO O| Aug 23 21:51:19.228 INFO STEP 1162 (remove_files) COMPLETE |
7426 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.228 INFO O| Aug 23 21:51:19.228 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.237 INFO O| Aug 23 21:51:19.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7428 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.237 INFO O| Aug 23 21:51:19.237 INFO STEP 1163 (remove_files) COMPLETE |
7429 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.237 INFO O| Aug 23 21:51:19.237 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.246 INFO O| Aug 23 21:51:19.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7431 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.246 INFO O| Aug 23 21:51:19.246 INFO STEP 1164 (remove_files) COMPLETE |
7432 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.246 INFO O| Aug 23 21:51:19.246 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.256 INFO O| Aug 23 21:51:19.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7434 | 2024-08-23T21:51:19.974Z | [ recovery-image] Aug 23 21:51:19.256 INFO O| Aug 23 21:51:19.256 INFO STEP 1165 (remove_files) COMPLETE |
7435 | 2024-08-23T21:51:19.977Z | [ recovery-image] Aug 23 21:51:19.256 INFO O| Aug 23 21:51:19.256 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-08-23T21:51:19.977Z | [ recovery-image] Aug 23 21:51:19.265 INFO O| Aug 23 21:51:19.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7437 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.265 INFO O| Aug 23 21:51:19.265 INFO STEP 1166 (remove_files) COMPLETE |
7438 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.265 INFO O| Aug 23 21:51:19.265 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.274 INFO O| Aug 23 21:51:19.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7440 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.274 INFO O| Aug 23 21:51:19.274 INFO STEP 1167 (remove_files) COMPLETE |
7441 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.274 INFO O| Aug 23 21:51:19.274 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.283 INFO O| Aug 23 21:51:19.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7443 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.284 INFO O| Aug 23 21:51:19.283 INFO STEP 1168 (remove_files) COMPLETE |
7444 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.284 INFO O| Aug 23 21:51:19.283 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-08-23T21:51:19.978Z | [ host-image] Aug 23 21:51:19.289 INFO O| Aug 23 21:51:19.289 INFO O| Planning: Evaluating mediators ... Done |
7446 | 2024-08-23T21:51:19.978Z | [ host-image] Aug 23 21:51:19.289 INFO O| Aug 23 21:51:19.289 INFO O| Planning: Planning completed in 1.83 seconds |
7447 | 2024-08-23T21:51:19.978Z | [ host-image] Aug 23 21:51:19.291 INFO O| Aug 23 21:51:19.291 INFO O| Packages to install: 1 |
7448 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.293 INFO O| Aug 23 21:51:19.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7449 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.293 INFO O| Aug 23 21:51:19.293 INFO STEP 1169 (remove_files) COMPLETE |
7450 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.293 INFO O| Aug 23 21:51:19.293 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-08-23T21:51:19.978Z | [ host-image] Aug 23 21:51:19.301 INFO O| Aug 23 21:51:19.301 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
7452 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.302 INFO O| Aug 23 21:51:19.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7453 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.302 INFO O| Aug 23 21:51:19.302 INFO STEP 1170 (remove_files) COMPLETE |
7454 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.302 INFO O| Aug 23 21:51:19.302 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.313 INFO O| Aug 23 21:51:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7456 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.313 INFO O| Aug 23 21:51:19.313 INFO STEP 1171 (remove_files) COMPLETE |
7457 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.313 INFO O| Aug 23 21:51:19.313 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.324 INFO O| Aug 23 21:51:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7459 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.324 INFO O| Aug 23 21:51:19.324 INFO STEP 1172 (remove_files) COMPLETE |
7460 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.324 INFO O| Aug 23 21:51:19.324 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.335 INFO O| Aug 23 21:51:19.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7462 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.336 INFO O| Aug 23 21:51:19.336 INFO STEP 1173 (remove_files) COMPLETE |
7463 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.336 INFO O| Aug 23 21:51:19.336 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.346 INFO O| Aug 23 21:51:19.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7465 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.346 INFO O| Aug 23 21:51:19.346 INFO STEP 1174 (remove_files) COMPLETE |
7466 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.346 INFO O| Aug 23 21:51:19.346 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.356 INFO O| Aug 23 21:51:19.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7468 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.356 INFO O| Aug 23 21:51:19.356 INFO STEP 1175 (remove_files) COMPLETE |
7469 | 2024-08-23T21:51:19.978Z | [ recovery-image] Aug 23 21:51:19.356 INFO O| Aug 23 21:51:19.356 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-08-23T21:51:19.986Z | [ recovery-image] Aug 23 21:51:19.366 INFO O| Aug 23 21:51:19.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7471 | 2024-08-23T21:51:19.986Z | [ recovery-image] Aug 23 21:51:19.366 INFO O| Aug 23 21:51:19.366 INFO STEP 1176 (remove_files) COMPLETE |
7472 | 2024-08-23T21:51:19.989Z | [ recovery-image] Aug 23 21:51:19.366 INFO O| Aug 23 21:51:19.366 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-08-23T21:51:19.998Z | [ recovery-image] Aug 23 21:51:19.378 INFO O| Aug 23 21:51:19.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7474 | 2024-08-23T21:51:20.001Z | [ recovery-image] Aug 23 21:51:19.378 INFO O| Aug 23 21:51:19.378 INFO STEP 1177 (remove_files) COMPLETE |
7475 | 2024-08-23T21:51:20.001Z | [ recovery-image] Aug 23 21:51:19.378 INFO O| Aug 23 21:51:19.378 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-08-23T21:51:20.013Z | [ recovery-image] Aug 23 21:51:19.393 INFO O| Aug 23 21:51:19.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7477 | 2024-08-23T21:51:20.013Z | [ recovery-image] Aug 23 21:51:19.393 INFO O| Aug 23 21:51:19.393 INFO STEP 1178 (remove_files) COMPLETE |
7478 | 2024-08-23T21:51:20.015Z | [ recovery-image] Aug 23 21:51:19.393 INFO O| Aug 23 21:51:19.393 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-08-23T21:51:20.026Z | [ recovery-image] Aug 23 21:51:19.405 INFO O| Aug 23 21:51:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7480 | 2024-08-23T21:51:20.028Z | [ recovery-image] Aug 23 21:51:19.406 INFO O| Aug 23 21:51:19.405 INFO STEP 1179 (remove_files) COMPLETE |
7481 | 2024-08-23T21:51:20.028Z | [ recovery-image] Aug 23 21:51:19.406 INFO O| Aug 23 21:51:19.406 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-08-23T21:51:20.038Z | [ recovery-image] Aug 23 21:51:19.418 INFO O| Aug 23 21:51:19.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7483 | 2024-08-23T21:51:20.041Z | [ recovery-image] Aug 23 21:51:19.418 INFO O| Aug 23 21:51:19.418 INFO STEP 1180 (remove_files) COMPLETE |
7484 | 2024-08-23T21:51:20.041Z | [ recovery-image] Aug 23 21:51:19.418 INFO O| Aug 23 21:51:19.418 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-08-23T21:51:20.050Z | [ recovery-image] Aug 23 21:51:19.430 INFO O| Aug 23 21:51:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7486 | 2024-08-23T21:51:20.050Z | [ recovery-image] Aug 23 21:51:19.430 INFO O| Aug 23 21:51:19.430 INFO STEP 1181 (remove_files) COMPLETE |
7487 | 2024-08-23T21:51:20.050Z | [ recovery-image] Aug 23 21:51:19.430 INFO O| Aug 23 21:51:19.430 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-08-23T21:51:20.060Z | [ recovery-image] Aug 23 21:51:19.440 INFO O| Aug 23 21:51:19.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7489 | 2024-08-23T21:51:20.060Z | [ recovery-image] Aug 23 21:51:19.440 INFO O| Aug 23 21:51:19.440 INFO STEP 1182 (remove_files) COMPLETE |
7490 | 2024-08-23T21:51:20.060Z | [ recovery-image] Aug 23 21:51:19.440 INFO O| Aug 23 21:51:19.440 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-08-23T21:51:20.071Z | [ recovery-image] Aug 23 21:51:19.451 INFO O| Aug 23 21:51:19.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7492 | 2024-08-23T21:51:20.073Z | [ recovery-image] Aug 23 21:51:19.451 INFO O| Aug 23 21:51:19.451 INFO STEP 1183 (remove_files) COMPLETE |
7493 | 2024-08-23T21:51:20.073Z | [ recovery-image] Aug 23 21:51:19.451 INFO O| Aug 23 21:51:19.451 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-08-23T21:51:20.082Z | [ recovery-image] Aug 23 21:51:19.461 INFO O| Aug 23 21:51:19.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7495 | 2024-08-23T21:51:20.082Z | [ recovery-image] Aug 23 21:51:19.461 INFO O| Aug 23 21:51:19.461 INFO STEP 1184 (remove_files) COMPLETE |
7496 | 2024-08-23T21:51:20.082Z | [ recovery-image] Aug 23 21:51:19.461 INFO O| Aug 23 21:51:19.461 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-08-23T21:51:20.093Z | [ recovery-image] Aug 23 21:51:19.473 INFO O| Aug 23 21:51:19.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7498 | 2024-08-23T21:51:20.096Z | [ recovery-image] Aug 23 21:51:19.473 INFO O| Aug 23 21:51:19.473 INFO STEP 1185 (remove_files) COMPLETE |
7499 | 2024-08-23T21:51:20.096Z | [ recovery-image] Aug 23 21:51:19.473 INFO O| Aug 23 21:51:19.473 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-08-23T21:51:20.106Z | [ recovery-image] Aug 23 21:51:19.486 INFO O| Aug 23 21:51:19.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7501 | 2024-08-23T21:51:20.109Z | [ recovery-image] Aug 23 21:51:19.486 INFO O| Aug 23 21:51:19.486 INFO STEP 1186 (remove_files) COMPLETE |
7502 | 2024-08-23T21:51:20.109Z | [ recovery-image] Aug 23 21:51:19.486 INFO O| Aug 23 21:51:19.486 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-08-23T21:51:20.117Z | [ recovery-image] Aug 23 21:51:19.497 INFO O| Aug 23 21:51:19.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7504 | 2024-08-23T21:51:20.120Z | [ recovery-image] Aug 23 21:51:19.497 INFO O| Aug 23 21:51:19.497 INFO STEP 1187 (remove_files) COMPLETE |
7505 | 2024-08-23T21:51:20.120Z | [ recovery-image] Aug 23 21:51:19.497 INFO O| Aug 23 21:51:19.497 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-08-23T21:51:20.128Z | [ recovery-image] Aug 23 21:51:19.508 INFO O| Aug 23 21:51:19.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7507 | 2024-08-23T21:51:20.128Z | [ recovery-image] Aug 23 21:51:19.508 INFO O| Aug 23 21:51:19.508 INFO STEP 1188 (remove_files) COMPLETE |
7508 | 2024-08-23T21:51:20.130Z | [ recovery-image] Aug 23 21:51:19.508 INFO O| Aug 23 21:51:19.508 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-08-23T21:51:20.139Z | [ recovery-image] Aug 23 21:51:19.519 INFO O| Aug 23 21:51:19.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7510 | 2024-08-23T21:51:20.141Z | [ recovery-image] Aug 23 21:51:19.519 INFO O| Aug 23 21:51:19.519 INFO STEP 1189 (remove_files) COMPLETE |
7511 | 2024-08-23T21:51:20.141Z | [ recovery-image] Aug 23 21:51:19.519 INFO O| Aug 23 21:51:19.519 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-08-23T21:51:20.149Z | [ recovery-image] Aug 23 21:51:19.529 INFO O| Aug 23 21:51:19.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7513 | 2024-08-23T21:51:20.152Z | [ recovery-image] Aug 23 21:51:19.529 INFO O| Aug 23 21:51:19.529 INFO STEP 1190 (remove_files) COMPLETE |
7514 | 2024-08-23T21:51:20.152Z | [ recovery-image] Aug 23 21:51:19.529 INFO O| Aug 23 21:51:19.529 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-08-23T21:51:20.160Z | [ recovery-image] Aug 23 21:51:19.539 INFO O| Aug 23 21:51:19.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7516 | 2024-08-23T21:51:20.160Z | [ recovery-image] Aug 23 21:51:19.540 INFO O| Aug 23 21:51:19.540 INFO STEP 1191 (remove_files) COMPLETE |
7517 | 2024-08-23T21:51:20.162Z | [ recovery-image] Aug 23 21:51:19.540 INFO O| Aug 23 21:51:19.540 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-08-23T21:51:20.170Z | [ recovery-image] Aug 23 21:51:19.550 INFO O| Aug 23 21:51:19.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7519 | 2024-08-23T21:51:20.172Z | [ recovery-image] Aug 23 21:51:19.550 INFO O| Aug 23 21:51:19.550 INFO STEP 1192 (remove_files) COMPLETE |
7520 | 2024-08-23T21:51:20.172Z | [ recovery-image] Aug 23 21:51:19.550 INFO O| Aug 23 21:51:19.550 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-08-23T21:51:20.179Z | [ recovery-image] Aug 23 21:51:19.559 INFO O| Aug 23 21:51:19.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7522 | 2024-08-23T21:51:20.179Z | [ recovery-image] Aug 23 21:51:19.559 INFO O| Aug 23 21:51:19.559 INFO STEP 1193 (remove_files) COMPLETE |
7523 | 2024-08-23T21:51:20.182Z | [ recovery-image] Aug 23 21:51:19.559 INFO O| Aug 23 21:51:19.559 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-08-23T21:51:20.188Z | [ recovery-image] Aug 23 21:51:19.568 INFO O| Aug 23 21:51:19.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7525 | 2024-08-23T21:51:20.188Z | [ recovery-image] Aug 23 21:51:19.568 INFO O| Aug 23 21:51:19.568 INFO STEP 1194 (remove_files) COMPLETE |
7526 | 2024-08-23T21:51:20.191Z | [ recovery-image] Aug 23 21:51:19.568 INFO O| Aug 23 21:51:19.568 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-08-23T21:51:20.199Z | [ recovery-image] Aug 23 21:51:19.579 INFO O| Aug 23 21:51:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7528 | 2024-08-23T21:51:20.199Z | [ recovery-image] Aug 23 21:51:19.579 INFO O| Aug 23 21:51:19.579 INFO STEP 1195 (remove_files) COMPLETE |
7529 | 2024-08-23T21:51:20.202Z | [ recovery-image] Aug 23 21:51:19.579 INFO O| Aug 23 21:51:19.579 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-08-23T21:51:20.212Z | [ recovery-image] Aug 23 21:51:19.592 INFO O| Aug 23 21:51:19.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7531 | 2024-08-23T21:51:20.212Z | [ recovery-image] Aug 23 21:51:19.592 INFO O| Aug 23 21:51:19.592 INFO STEP 1196 (remove_files) COMPLETE |
7532 | 2024-08-23T21:51:20.214Z | [ recovery-image] Aug 23 21:51:19.592 INFO O| Aug 23 21:51:19.592 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-08-23T21:51:20.221Z | [ recovery-image] Aug 23 21:51:19.601 INFO O| Aug 23 21:51:19.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7534 | 2024-08-23T21:51:20.224Z | [ recovery-image] Aug 23 21:51:19.601 INFO O| Aug 23 21:51:19.601 INFO STEP 1197 (remove_files) COMPLETE |
7535 | 2024-08-23T21:51:20.224Z | [ recovery-image] Aug 23 21:51:19.601 INFO O| Aug 23 21:51:19.601 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-08-23T21:51:20.230Z | [ recovery-image] Aug 23 21:51:19.610 INFO O| Aug 23 21:51:19.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7537 | 2024-08-23T21:51:20.233Z | [ recovery-image] Aug 23 21:51:19.610 INFO O| Aug 23 21:51:19.610 INFO STEP 1198 (remove_files) COMPLETE |
7538 | 2024-08-23T21:51:20.233Z | [ recovery-image] Aug 23 21:51:19.610 INFO O| Aug 23 21:51:19.610 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-08-23T21:51:20.240Z | [ recovery-image] Aug 23 21:51:19.620 INFO O| Aug 23 21:51:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7540 | 2024-08-23T21:51:20.240Z | [ recovery-image] Aug 23 21:51:19.620 INFO O| Aug 23 21:51:19.620 INFO STEP 1199 (remove_files) COMPLETE |
7541 | 2024-08-23T21:51:20.242Z | [ recovery-image] Aug 23 21:51:19.620 INFO O| Aug 23 21:51:19.620 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-08-23T21:51:20.249Z | [ recovery-image] Aug 23 21:51:19.629 INFO O| Aug 23 21:51:19.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7543 | 2024-08-23T21:51:20.249Z | [ recovery-image] Aug 23 21:51:19.629 INFO O| Aug 23 21:51:19.629 INFO STEP 1200 (remove_files) COMPLETE |
7544 | 2024-08-23T21:51:20.252Z | [ recovery-image] Aug 23 21:51:19.629 INFO O| Aug 23 21:51:19.629 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-08-23T21:51:20.258Z | [ recovery-image] Aug 23 21:51:19.638 INFO O| Aug 23 21:51:19.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7546 | 2024-08-23T21:51:20.258Z | [ recovery-image] Aug 23 21:51:19.638 INFO O| Aug 23 21:51:19.638 INFO STEP 1201 (remove_files) COMPLETE |
7547 | 2024-08-23T21:51:20.258Z | [ recovery-image] Aug 23 21:51:19.638 INFO O| Aug 23 21:51:19.638 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-08-23T21:51:20.267Z | [ recovery-image] Aug 23 21:51:19.647 INFO O| Aug 23 21:51:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7549 | 2024-08-23T21:51:20.267Z | [ recovery-image] Aug 23 21:51:19.647 INFO O| Aug 23 21:51:19.647 INFO STEP 1202 (remove_files) COMPLETE |
7550 | 2024-08-23T21:51:20.270Z | [ recovery-image] Aug 23 21:51:19.647 INFO O| Aug 23 21:51:19.647 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-08-23T21:51:20.277Z | [ recovery-image] Aug 23 21:51:19.657 INFO O| Aug 23 21:51:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7552 | 2024-08-23T21:51:20.277Z | [ recovery-image] Aug 23 21:51:19.657 INFO O| Aug 23 21:51:19.657 INFO STEP 1203 (remove_files) COMPLETE |
7553 | 2024-08-23T21:51:20.279Z | [ recovery-image] Aug 23 21:51:19.657 INFO O| Aug 23 21:51:19.657 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-08-23T21:51:20.286Z | [ recovery-image] Aug 23 21:51:19.666 INFO O| Aug 23 21:51:19.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7555 | 2024-08-23T21:51:20.286Z | [ recovery-image] Aug 23 21:51:19.666 INFO O| Aug 23 21:51:19.666 INFO STEP 1204 (remove_files) COMPLETE |
7556 | 2024-08-23T21:51:20.288Z | [ recovery-image] Aug 23 21:51:19.666 INFO O| Aug 23 21:51:19.666 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-08-23T21:51:20.295Z | [ recovery-image] Aug 23 21:51:19.675 INFO O| Aug 23 21:51:19.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7558 | 2024-08-23T21:51:20.295Z | [ recovery-image] Aug 23 21:51:19.675 INFO O| Aug 23 21:51:19.675 INFO STEP 1205 (remove_files) COMPLETE |
7559 | 2024-08-23T21:51:20.298Z | [ recovery-image] Aug 23 21:51:19.675 INFO O| Aug 23 21:51:19.675 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7560 | 2024-08-23T21:51:20.309Z | [ recovery-image] Aug 23 21:51:19.689 INFO O| Aug 23 21:51:19.689 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7561 | 2024-08-23T21:51:20.312Z | [ recovery-image] Aug 23 21:51:19.689 INFO O| Aug 23 21:51:19.689 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-23T21:51:20.648Z | [ host-image] Aug 23 21:51:20.028 INFO O| Aug 23 21:51:20.028 INFO O| Download: Completed 20.80 MB in 0.73 seconds (28.6M/s) |
7563 | 2024-08-23T21:51:20.673Z | [ host-image] Aug 23 21:51:20.053 INFO O| Aug 23 21:51:20.053 INFO O| Actions: 1/22 actions (Installing new actions) |
7564 | 2024-08-23T21:51:21.032Z | [ recovery-image] Aug 23 21:51:20.411 INFO O| Aug 23 21:51:20.411 INFO STEP 1206 (pack_tar) COMPLETE |
7565 | 2024-08-23T21:51:21.032Z | [ recovery-image] Aug 23 21:51:20.411 INFO O| Aug 23 21:51:20.411 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7566 | 2024-08-23T21:51:21.034Z | [ recovery-image] Aug 23 21:51:20.411 INFO O| Aug 23 21:51:20.411 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7567 | 2024-08-23T21:51:21.298Z | [ host-image] Aug 23 21:51:20.678 INFO O| Aug 23 21:51:20.678 INFO O| Actions: Completed 22 actions in 0.62 seconds. |
7568 | 2024-08-23T21:51:21.393Z | [ recovery-image] Aug 23 21:51:20.772 INFO O| Aug 23 21:51:20.772 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7569 | 2024-08-23T21:51:21.449Z | [ recovery-image] Aug 23 21:51:20.828 INFO O| Aug 23 21:51:20.828 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7570 | 2024-08-23T21:51:21.456Z | [ recovery-image] Aug 23 21:51:20.835 INFO image builder template: zfs-recovery... |
7571 | 2024-08-23T21:51:21.456Z | [ recovery-image] Aug 23 21:51:20.836 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/.tmpHa8UOy/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 |
7572 | 2024-08-23T21:51:21.488Z | [ recovery-image] Aug 23 21:51:20.868 INFO O| Aug 23 21:51:20.868 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7573 | 2024-08-23T21:51:21.492Z | [ recovery-image] Aug 23 21:51:20.872 INFO O| Aug 23 21:51:20.872 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7574 | 2024-08-23T21:51:21.543Z | [ host-image] Aug 23 21:51:20.922 INFO O| Aug 23 21:51:20.922 INFO O| Done |
7575 | 2024-08-23T21:51:21.543Z | [ host-image] Aug 23 21:51:20.922 INFO O| Aug 23 21:51:20.922 INFO O| Done |
7576 | 2024-08-23T21:51:21.548Z | [ recovery-image] Aug 23 21:51:20.928 INFO O| Aug 23 21:51:20.928 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7577 | 2024-08-23T21:51:21.602Z | [ recovery-image] Aug 23 21:51:20.982 INFO O| Aug 23 21:51:20.982 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7578 | 2024-08-23T21:51:21.602Z | [ recovery-image] Aug 23 21:51:20.982 INFO O| Aug 23 21:51:20.982 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7579 | 2024-08-23T21:51:21.606Z | [ recovery-image] Aug 23 21:51:20.986 INFO O| Aug 23 21:51:20.986 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7580 | 2024-08-23T21:51:21.695Z | [ recovery-image] Aug 23 21:51:21.075 INFO O| Aug 23 21:51:21.075 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7581 | 2024-08-23T21:51:21.739Z | [ recovery-image] Aug 23 21:51:21.119 INFO O| Aug 23 21:51:21.119 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7582 | 2024-08-23T21:51:21.749Z | [ recovery-image] Aug 23 21:51:21.128 INFO O| Aug 23 21:51:21.128 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7583 | 2024-08-23T21:51:21.753Z | [ recovery-image] Aug 23 21:51:21.133 INFO O| Aug 23 21:51:21.133 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7584 | 2024-08-23T21:51:21.756Z | [ recovery-image] Aug 23 21:51:21.134 INFO O| Aug 23 21:51:21.134 INFO no lofi found |
7585 | 2024-08-23T21:51:21.756Z | [ recovery-image] Aug 23 21:51:21.134 INFO O| Aug 23 21:51:21.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7586 | 2024-08-23T21:51:21.756Z | [ recovery-image] Aug 23 21:51:21.134 INFO O| Aug 23 21:51:21.134 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7587 | 2024-08-23T21:51:21.918Z | [ host-image] Aug 23 21:51:21.297 INFO O| Aug 23 21:51:21.297 INFO O| Done |
7588 | 2024-08-23T21:51:23.065Z | [ host-image] Aug 23 21:51:22.444 INFO O| Aug 23 21:51:22.444 INFO O| Done |
7589 | 2024-08-23T21:51:23.087Z | [ host-image] Aug 23 21:51:22.466 INFO O| Aug 23 21:51:22.466 INFO O| Done |
7590 | 2024-08-23T21:51:23.087Z | [ host-image] Aug 23 21:51:22.466 INFO O| Aug 23 21:51:22.466 INFO O| Done |
7591 | 2024-08-23T21:51:23.096Z | [ host-image] Aug 23 21:51:22.475 INFO O| Aug 23 21:51:22.475 INFO O| Done |
7592 | 2024-08-23T21:51:23.187Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO STEP 14 (pkg_install) COMPLETE |
7593 | 2024-08-23T21:51:23.187Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7594 | 2024-08-23T21:51:23.187Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO skip step because feature "mfg" is not enabled |
7595 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7596 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO skip step because feature "compliance" is not enabled |
7597 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7598 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO skip step because feature "stress" is not enabled |
7599 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7600 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO skip step because feature "nfs" is not enabled |
7601 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7602 | 2024-08-23T21:51:23.189Z | [ host-image] Aug 23 21:51:22.566 INFO O| Aug 23 21:51:22.566 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7603 | 2024-08-23T21:51:23.227Z | [ host-image] Aug 23 21:51:22.606 INFO O| Aug 23 21:51:22.606 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7604 | 2024-08-23T21:51:23.283Z | [ host-image] Aug 23 21:51:22.663 INFO O| Aug 23 21:51:22.662 INFO completed processing gimlet/ramdisk-01-os |
7605 | 2024-08-23T21:51:23.286Z | [ host-image] Aug 23 21:51:22.664 INFO omicron1 baseline generation... |
7606 | 2024-08-23T21:51:23.286Z | [ host-image] Aug 23 21:51:22.664 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7607 | 2024-08-23T21:51:23.630Z | [ recovery-image] Aug 23 21:51:23.009 INFO O| Aug 23 21:51:23.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
7608 | 2024-08-23T21:51:23.630Z | [ recovery-image] Aug 23 21:51:23.009 INFO O| Aug 23 21:51:23.009 INFO pool device = /dev/dsk/c2t1d0p0 |
7609 | 2024-08-23T21:51:23.633Z | [ recovery-image] Aug 23 21:51:23.010 INFO O| Aug 23 21:51:23.009 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"] |
7610 | 2024-08-23T21:51:23.678Z | [ host-image] Aug 23 21:51:23.057 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22828:20240823T105132Z |
7611 | 2024-08-23T21:51:23.706Z | [ recovery-image] Aug 23 21:51:23.085 INFO O| Aug 23 21:51:23.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7612 | 2024-08-23T21:51:23.706Z | [ recovery-image] Aug 23 21:51:23.085 INFO O| Aug 23 21:51:23.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7613 | 2024-08-23T21:51:23.726Z | [ recovery-image] Aug 23 21:51:23.106 INFO O| Aug 23 21:51:23.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7614 | 2024-08-23T21:51:23.785Z | [ recovery-image] Aug 23 21:51:23.164 INFO O| Aug 23 21:51:23.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7615 | 2024-08-23T21:51:23.821Z | [ recovery-image] Aug 23 21:51:23.201 INFO O| Aug 23 21:51:23.200 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7616 | 2024-08-23T21:51:23.837Z | [ recovery-image] Aug 23 21:51:23.217 INFO O| Aug 23 21:51:23.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7617 | 2024-08-23T21:51:23.848Z | [ recovery-image] Aug 23 21:51:23.227 INFO O| Aug 23 21:51:23.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7618 | 2024-08-23T21:51:23.893Z | [ recovery-image] Aug 23 21:51:23.272 INFO O| Aug 23 21:51:23.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7619 | 2024-08-23T21:51:23.895Z | [ recovery-image] Aug 23 21:51:23.272 INFO O| Aug 23 21:51:23.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7620 | 2024-08-23T21:51:23.895Z | [ recovery-image] Aug 23 21:51:23.272 INFO O| Aug 23 21:51:23.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7621 | 2024-08-23T21:51:23.903Z | [ recovery-image] Aug 23 21:51:23.282 INFO O| Aug 23 21:51:23.282 INFO boot environment UUID: d18dea6d-9703-4858-9446-71ff92d4bdc9 |
7622 | 2024-08-23T21:51:23.903Z | [ recovery-image] Aug 23 21:51:23.282 INFO O| Aug 23 21:51:23.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d18dea6d-9703-4858-9446-71ff92d4bdc9 |
7623 | 2024-08-23T21:51:23.913Z | [ recovery-image] Aug 23 21:51:23.292 INFO O| Aug 23 21:51:23.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7624 | 2024-08-23T21:51:23.923Z | [ recovery-image] Aug 23 21:51:23.302 INFO O| Aug 23 21:51:23.302 INFO STEP 0 (create_be) COMPLETE |
7625 | 2024-08-23T21:51:23.923Z | [ recovery-image] Aug 23 21:51:23.302 INFO O| Aug 23 21:51:23.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7626 | 2024-08-23T21:51:23.938Z | [ recovery-image] Aug 23 21:51:23.317 INFO O| Aug 23 21:51:23.317 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"] |
7627 | 2024-08-23T21:51:25.982Z | [ recovery-image] Aug 23 21:51:25.361 INFO O| Aug 23 21:51:25.361 INFO STEP 1 (unpack_tar) COMPLETE |
7628 | 2024-08-23T21:51:25.982Z | [ recovery-image] Aug 23 21:51:25.361 INFO O| Aug 23 21:51:25.361 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7629 | 2024-08-23T21:51:25.993Z | [ recovery-image] Aug 23 21:51:25.372 INFO O| Aug 23 21:51:25.372 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7630 | 2024-08-23T21:51:26.420Z | [ recovery-image] Aug 23 21:51:25.799 INFO O| Aug 23 21:51:25.799 INFO STEP 2 (devfsadm) COMPLETE |
7631 | 2024-08-23T21:51:26.420Z | [ recovery-image] Aug 23 21:51:25.799 INFO O| Aug 23 21:51:25.799 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7632 | 2024-08-23T21:51:26.431Z | [ recovery-image] Aug 23 21:51:25.810 INFO O| Aug 23 21:51:25.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7633 | 2024-08-23T21:51:26.433Z | [ recovery-image] Aug 23 21:51:25.810 INFO O| Aug 23 21:51:25.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7634 | 2024-08-23T21:51:26.434Z | [ recovery-image] Aug 23 21:51:25.810 INFO O| Aug 23 21:51:25.810 INFO STEP 3 (ensure_dir) COMPLETE |
7635 | 2024-08-23T21:51:26.434Z | [ recovery-image] Aug 23 21:51:25.810 INFO O| Aug 23 21:51:25.810 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7636 | 2024-08-23T21:51:26.442Z | [ recovery-image] Aug 23 21:51:25.821 INFO O| Aug 23 21:51:25.820 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7637 | 2024-08-23T21:51:26.445Z | [ recovery-image] Aug 23 21:51:25.821 INFO O| Aug 23 21:51:25.821 INFO STEP 4 (ensure_dir) COMPLETE |
7638 | 2024-08-23T21:51:26.445Z | [ recovery-image] Aug 23 21:51:25.821 INFO O| Aug 23 21:51:25.821 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7639 | 2024-08-23T21:51:26.453Z | [ recovery-image] Aug 23 21:51:25.831 INFO O| Aug 23 21:51:25.831 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7640 | 2024-08-23T21:51:26.453Z | [ recovery-image] Aug 23 21:51:25.832 INFO O| Aug 23 21:51:25.831 INFO STEP 5 (ensure_dir) COMPLETE |
7641 | 2024-08-23T21:51:26.453Z | [ recovery-image] Aug 23 21:51:25.832 INFO O| Aug 23 21:51:25.831 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7642 | 2024-08-23T21:51:26.463Z | [ recovery-image] Aug 23 21:51:25.842 INFO O| Aug 23 21:51:25.842 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7643 | 2024-08-23T21:51:26.463Z | [ recovery-image] Aug 23 21:51:25.842 INFO O| Aug 23 21:51:25.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7644 | 2024-08-23T21:51:26.466Z | [ recovery-image] Aug 23 21:51:25.842 INFO O| Aug 23 21:51:25.842 INFO STEP 6 (ensure_dir) COMPLETE |
7645 | 2024-08-23T21:51:26.466Z | [ recovery-image] Aug 23 21:51:25.842 INFO O| Aug 23 21:51:25.842 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7646 | 2024-08-23T21:51:26.474Z | [ recovery-image] Aug 23 21:51:25.852 INFO O| Aug 23 21:51:25.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7647 | 2024-08-23T21:51:26.474Z | [ recovery-image] Aug 23 21:51:25.852 INFO O| Aug 23 21:51:25.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7648 | 2024-08-23T21:51:26.476Z | [ recovery-image] Aug 23 21:51:25.852 INFO O| Aug 23 21:51:25.852 INFO STEP 7 (ensure_dir) COMPLETE |
7649 | 2024-08-23T21:51:26.476Z | [ recovery-image] Aug 23 21:51:25.852 INFO O| Aug 23 21:51:25.852 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7650 | 2024-08-23T21:51:26.484Z | [ recovery-image] Aug 23 21:51:25.863 INFO O| Aug 23 21:51:25.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7651 | 2024-08-23T21:51:26.486Z | [ recovery-image] Aug 23 21:51:25.863 INFO O| Aug 23 21:51:25.863 INFO STEP 8 (remove_files) COMPLETE |
7652 | 2024-08-23T21:51:26.486Z | [ recovery-image] Aug 23 21:51:25.863 INFO O| Aug 23 21:51:25.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7653 | 2024-08-23T21:51:26.494Z | [ recovery-image] Aug 23 21:51:25.873 INFO O| Aug 23 21:51:25.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7654 | 2024-08-23T21:51:26.496Z | [ recovery-image] Aug 23 21:51:25.874 INFO O| Aug 23 21:51:25.874 INFO STEP 9 (remove_files) COMPLETE |
7655 | 2024-08-23T21:51:26.496Z | [ recovery-image] Aug 23 21:51:25.874 INFO O| Aug 23 21:51:25.874 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7656 | 2024-08-23T21:51:26.505Z | [ recovery-image] Aug 23 21:51:25.883 INFO O| Aug 23 21:51:25.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7657 | 2024-08-23T21:51:26.507Z | [ recovery-image] Aug 23 21:51:25.884 INFO O| Aug 23 21:51:25.884 INFO STEP 10 (remove_files) COMPLETE |
7658 | 2024-08-23T21:51:26.507Z | [ recovery-image] Aug 23 21:51:25.884 INFO O| Aug 23 21:51:25.884 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7659 | 2024-08-23T21:51:26.515Z | [ recovery-image] Aug 23 21:51:25.893 INFO O| Aug 23 21:51:25.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7660 | 2024-08-23T21:51:26.517Z | [ recovery-image] Aug 23 21:51:25.894 INFO O| Aug 23 21:51:25.894 INFO STEP 11 (remove_files) COMPLETE |
7661 | 2024-08-23T21:51:26.517Z | [ recovery-image] Aug 23 21:51:25.894 INFO O| Aug 23 21:51:25.894 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7662 | 2024-08-23T21:51:26.524Z | [ recovery-image] Aug 23 21:51:25.903 INFO O| Aug 23 21:51:25.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7663 | 2024-08-23T21:51:26.527Z | [ recovery-image] Aug 23 21:51:25.903 INFO O| Aug 23 21:51:25.903 INFO STEP 12 (remove_files) COMPLETE |
7664 | 2024-08-23T21:51:26.527Z | [ recovery-image] Aug 23 21:51:25.903 INFO O| Aug 23 21:51:25.903 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7665 | 2024-08-23T21:51:26.534Z | [ recovery-image] Aug 23 21:51:25.913 INFO O| Aug 23 21:51:25.913 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7666 | 2024-08-23T21:51:26.537Z | [ recovery-image] Aug 23 21:51:25.913 INFO O| Aug 23 21:51:25.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7667 | 2024-08-23T21:51:26.537Z | [ recovery-image] Aug 23 21:51:25.913 INFO O| Aug 23 21:51:25.913 INFO STEP 13 (ensure_dir) COMPLETE |
7668 | 2024-08-23T21:51:26.537Z | [ recovery-image] Aug 23 21:51:25.913 INFO O| Aug 23 21:51:25.913 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7669 | 2024-08-23T21:51:26.545Z | [ recovery-image] Aug 23 21:51:25.923 INFO O| Aug 23 21:51:25.923 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7670 | 2024-08-23T21:51:26.547Z | [ recovery-image] Aug 23 21:51:25.924 INFO O| Aug 23 21:51:25.924 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7671 | 2024-08-23T21:51:26.547Z | [ recovery-image] Aug 23 21:51:25.924 INFO O| Aug 23 21:51:25.924 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7672 | 2024-08-23T21:51:26.547Z | [ recovery-image] Aug 23 21:51:25.924 INFO O| Aug 23 21:51:25.924 INFO STEP 14 (ensure_dir) COMPLETE |
7673 | 2024-08-23T21:51:26.547Z | [ recovery-image] Aug 23 21:51:25.924 INFO O| Aug 23 21:51:25.924 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7674 | 2024-08-23T21:51:26.555Z | [ recovery-image] Aug 23 21:51:25.934 INFO O| Aug 23 21:51:25.934 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7675 | 2024-08-23T21:51:26.555Z | [ recovery-image] Aug 23 21:51:25.934 INFO O| Aug 23 21:51:25.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7676 | 2024-08-23T21:51:26.558Z | [ recovery-image] Aug 23 21:51:25.934 INFO O| Aug 23 21:51:25.934 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7677 | 2024-08-23T21:51:26.558Z | [ recovery-image] Aug 23 21:51:25.934 INFO O| Aug 23 21:51:25.934 INFO STEP 15 (ensure_dir) COMPLETE |
7678 | 2024-08-23T21:51:26.558Z | [ recovery-image] Aug 23 21:51:25.934 INFO O| Aug 23 21:51:25.934 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7679 | 2024-08-23T21:51:26.565Z | [ recovery-image] Aug 23 21:51:25.944 INFO O| Aug 23 21:51:25.944 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7680 | 2024-08-23T21:51:26.565Z | [ recovery-image] Aug 23 21:51:25.944 INFO O| Aug 23 21:51:25.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7681 | 2024-08-23T21:51:26.567Z | [ recovery-image] Aug 23 21:51:25.944 INFO O| Aug 23 21:51:25.944 INFO STEP 16 (ensure_dir) COMPLETE |
7682 | 2024-08-23T21:51:26.567Z | [ recovery-image] Aug 23 21:51:25.944 INFO O| Aug 23 21:51:25.944 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7683 | 2024-08-23T21:51:26.575Z | [ recovery-image] Aug 23 21:51:25.953 INFO O| Aug 23 21:51:25.953 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7684 | 2024-08-23T21:51:26.575Z | [ recovery-image] Aug 23 21:51:25.953 INFO O| Aug 23 21:51:25.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7685 | 2024-08-23T21:51:26.577Z | [ recovery-image] Aug 23 21:51:25.953 INFO O| Aug 23 21:51:25.953 INFO STEP 17 (ensure_dir) COMPLETE |
7686 | 2024-08-23T21:51:26.577Z | [ recovery-image] Aug 23 21:51:25.953 INFO O| Aug 23 21:51:25.953 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7687 | 2024-08-23T21:51:26.585Z | [ recovery-image] Aug 23 21:51:25.964 INFO O| Aug 23 21:51:25.963 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7688 | 2024-08-23T21:51:26.585Z | [ recovery-image] Aug 23 21:51:25.964 INFO O| Aug 23 21:51:25.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7689 | 2024-08-23T21:51:26.587Z | [ recovery-image] Aug 23 21:51:25.964 INFO O| Aug 23 21:51:25.964 INFO ok! |
7690 | 2024-08-23T21:51:26.587Z | [ recovery-image] Aug 23 21:51:25.964 INFO O| Aug 23 21:51:25.964 INFO STEP 18 (ensure_symlink) COMPLETE |
7691 | 2024-08-23T21:51:26.587Z | [ recovery-image] Aug 23 21:51:25.964 INFO O| Aug 23 21:51:25.964 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7692 | 2024-08-23T21:51:26.595Z | [ recovery-image] Aug 23 21:51:25.974 INFO O| Aug 23 21:51:25.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7693 | 2024-08-23T21:51:26.595Z | [ recovery-image] Aug 23 21:51:25.974 INFO O| Aug 23 21:51:25.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7694 | 2024-08-23T21:51:26.595Z | [ recovery-image] Aug 23 21:51:25.974 INFO O| Aug 23 21:51:25.974 INFO ok! |
7695 | 2024-08-23T21:51:26.597Z | [ recovery-image] Aug 23 21:51:25.974 INFO O| Aug 23 21:51:25.974 INFO STEP 19 (ensure_file) COMPLETE |
7696 | 2024-08-23T21:51:26.598Z | [ recovery-image] Aug 23 21:51:25.974 INFO O| Aug 23 21:51:25.974 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7697 | 2024-08-23T21:51:26.604Z | [ recovery-image] Aug 23 21:51:25.983 INFO O| Aug 23 21:51:25.983 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7698 | 2024-08-23T21:51:26.604Z | [ recovery-image] Aug 23 21:51:25.983 INFO O| Aug 23 21:51:25.983 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7699 | 2024-08-23T21:51:26.607Z | [ recovery-image] Aug 23 21:51:25.983 INFO O| Aug 23 21:51:25.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7700 | 2024-08-23T21:51:26.607Z | [ recovery-image] Aug 23 21:51:25.983 INFO O| Aug 23 21:51:25.983 INFO ok! |
7701 | 2024-08-23T21:51:26.607Z | [ recovery-image] Aug 23 21:51:25.983 INFO O| Aug 23 21:51:25.983 INFO STEP 20 (ensure_symlink) COMPLETE |
7702 | 2024-08-23T21:51:26.607Z | [ recovery-image] Aug 23 21:51:25.983 INFO O| Aug 23 21:51:25.983 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7703 | 2024-08-23T21:51:26.614Z | [ recovery-image] Aug 23 21:51:25.993 INFO O| Aug 23 21:51:25.993 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7704 | 2024-08-23T21:51:26.617Z | [ recovery-image] Aug 23 21:51:25.993 INFO O| Aug 23 21:51:25.993 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7705 | 2024-08-23T21:51:26.617Z | [ recovery-image] Aug 23 21:51:25.993 INFO O| Aug 23 21:51:25.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7706 | 2024-08-23T21:51:26.617Z | [ recovery-image] Aug 23 21:51:25.993 INFO O| Aug 23 21:51:25.993 INFO ok! |
7707 | 2024-08-23T21:51:26.617Z | [ recovery-image] Aug 23 21:51:25.993 INFO O| Aug 23 21:51:25.993 INFO STEP 21 (ensure_symlink) COMPLETE |
7708 | 2024-08-23T21:51:26.617Z | [ recovery-image] Aug 23 21:51:25.993 INFO O| Aug 23 21:51:25.993 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7709 | 2024-08-23T21:51:26.625Z | [ recovery-image] Aug 23 21:51:26.003 INFO O| Aug 23 21:51:26.003 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7710 | 2024-08-23T21:51:26.625Z | [ recovery-image] Aug 23 21:51:26.004 INFO O| Aug 23 21:51:26.003 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7711 | 2024-08-23T21:51:26.628Z | [ recovery-image] Aug 23 21:51:26.004 INFO O| Aug 23 21:51:26.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7712 | 2024-08-23T21:51:26.628Z | [ recovery-image] Aug 23 21:51:26.004 INFO O| Aug 23 21:51:26.004 INFO ok! |
7713 | 2024-08-23T21:51:26.628Z | [ recovery-image] Aug 23 21:51:26.004 INFO O| Aug 23 21:51:26.004 INFO STEP 22 (ensure_symlink) COMPLETE |
7714 | 2024-08-23T21:51:26.628Z | [ recovery-image] Aug 23 21:51:26.004 INFO O| Aug 23 21:51:26.004 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7715 | 2024-08-23T21:51:26.635Z | [ recovery-image] Aug 23 21:51:26.014 INFO O| Aug 23 21:51:26.014 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7716 | 2024-08-23T21:51:26.635Z | [ recovery-image] Aug 23 21:51:26.014 INFO O| Aug 23 21:51:26.014 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7717 | 2024-08-23T21:51:26.638Z | [ recovery-image] Aug 23 21:51:26.014 INFO O| Aug 23 21:51:26.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7718 | 2024-08-23T21:51:26.638Z | [ recovery-image] Aug 23 21:51:26.014 INFO O| Aug 23 21:51:26.014 INFO ok! |
7719 | 2024-08-23T21:51:26.638Z | [ recovery-image] Aug 23 21:51:26.014 INFO O| Aug 23 21:51:26.014 INFO STEP 23 (ensure_symlink) COMPLETE |
7720 | 2024-08-23T21:51:26.638Z | [ recovery-image] Aug 23 21:51:26.014 INFO O| Aug 23 21:51:26.014 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7721 | 2024-08-23T21:51:26.645Z | [ recovery-image] Aug 23 21:51:26.024 INFO O| Aug 23 21:51:26.024 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7722 | 2024-08-23T21:51:26.648Z | [ recovery-image] Aug 23 21:51:26.024 INFO O| Aug 23 21:51:26.024 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 ... |
7723 | 2024-08-23T21:51:26.648Z | [ recovery-image] Aug 23 21:51:26.024 INFO O| Aug 23 21:51:26.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7724 | 2024-08-23T21:51:26.648Z | [ recovery-image] Aug 23 21:51:26.024 INFO O| Aug 23 21:51:26.024 INFO ok! |
7725 | 2024-08-23T21:51:26.648Z | [ recovery-image] Aug 23 21:51:26.024 INFO O| Aug 23 21:51:26.024 INFO STEP 24 (ensure_file) COMPLETE |
7726 | 2024-08-23T21:51:26.648Z | [ recovery-image] Aug 23 21:51:26.024 INFO O| Aug 23 21:51:26.024 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7727 | 2024-08-23T21:51:26.655Z | [ recovery-image] Aug 23 21:51:26.034 INFO O| Aug 23 21:51:26.034 INFO updating shadow file |
7728 | 2024-08-23T21:51:26.658Z | [ recovery-image] Aug 23 21:51:26.035 INFO O| Aug 23 21:51:26.034 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7729 | 2024-08-23T21:51:26.658Z | [ recovery-image] Aug 23 21:51:26.035 INFO O| Aug 23 21:51:26.035 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7730 | 2024-08-23T21:51:26.658Z | [ recovery-image] Aug 23 21:51:26.035 INFO O| Aug 23 21:51:26.035 INFO STEP 25 (shadow) COMPLETE |
7731 | 2024-08-23T21:51:26.658Z | [ recovery-image] Aug 23 21:51:26.035 INFO O| Aug 23 21:51:26.035 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7732 | 2024-08-23T21:51:26.666Z | [ recovery-image] Aug 23 21:51:26.044 INFO O| Aug 23 21:51:26.044 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7733 | 2024-08-23T21:51:26.666Z | [ recovery-image] Aug 23 21:51:26.044 INFO O| Aug 23 21:51:26.044 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7734 | 2024-08-23T21:51:26.669Z | [ recovery-image] Aug 23 21:51:26.044 INFO O| Aug 23 21:51:26.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7735 | 2024-08-23T21:51:26.669Z | [ recovery-image] Aug 23 21:51:26.045 INFO O| Aug 23 21:51:26.044 INFO ok! |
7736 | 2024-08-23T21:51:26.669Z | [ recovery-image] Aug 23 21:51:26.045 INFO O| Aug 23 21:51:26.044 INFO STEP 26 (ensure_file) COMPLETE |
7737 | 2024-08-23T21:51:26.669Z | [ recovery-image] Aug 23 21:51:26.045 INFO O| Aug 23 21:51:26.044 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7738 | 2024-08-23T21:51:26.677Z | [ recovery-image] Aug 23 21:51:26.056 INFO O| Aug 23 21:51:26.056 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7739 | 2024-08-23T21:51:26.678Z | [ recovery-image] Aug 23 21:51:26.056 INFO O| Aug 23 21:51:26.056 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7740 | 2024-08-23T21:51:26.680Z | [ recovery-image] Aug 23 21:51:26.056 INFO O| Aug 23 21:51:26.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7741 | 2024-08-23T21:51:26.680Z | [ recovery-image] Aug 23 21:51:26.056 INFO O| Aug 23 21:51:26.056 INFO ok! |
7742 | 2024-08-23T21:51:26.680Z | [ recovery-image] Aug 23 21:51:26.056 INFO O| Aug 23 21:51:26.056 INFO STEP 27 (ensure_file) COMPLETE |
7743 | 2024-08-23T21:51:26.680Z | [ recovery-image] Aug 23 21:51:26.056 INFO O| Aug 23 21:51:26.056 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7744 | 2024-08-23T21:51:26.688Z | [ recovery-image] Aug 23 21:51:26.066 INFO O| Aug 23 21:51:26.066 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7745 | 2024-08-23T21:51:26.688Z | [ recovery-image] Aug 23 21:51:26.066 INFO O| Aug 23 21:51:26.066 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7746 | 2024-08-23T21:51:26.688Z | [ recovery-image] Aug 23 21:51:26.067 INFO O| Aug 23 21:51:26.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7747 | 2024-08-23T21:51:26.688Z | [ recovery-image] Aug 23 21:51:26.067 INFO O| Aug 23 21:51:26.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7748 | 2024-08-23T21:51:26.688Z | [ recovery-image] Aug 23 21:51:26.067 INFO O| Aug 23 21:51:26.067 INFO ok! |
7749 | 2024-08-23T21:51:26.688Z | [ recovery-image] Aug 23 21:51:26.067 INFO O| Aug 23 21:51:26.067 INFO STEP 28 (ensure_file) COMPLETE |
7750 | 2024-08-23T21:51:26.688Z | [ recovery-image] Aug 23 21:51:26.067 INFO O| Aug 23 21:51:26.067 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7751 | 2024-08-23T21:51:26.697Z | [ recovery-image] Aug 23 21:51:26.076 INFO O| Aug 23 21:51:26.076 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7752 | 2024-08-23T21:51:26.702Z | [ recovery-image] Aug 23 21:51:26.076 INFO O| Aug 23 21:51:26.076 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7753 | 2024-08-23T21:51:26.702Z | [ recovery-image] Aug 23 21:51:26.076 INFO O| Aug 23 21:51:26.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7754 | 2024-08-23T21:51:26.702Z | [ recovery-image] Aug 23 21:51:26.076 INFO O| Aug 23 21:51:26.076 INFO ok! |
7755 | 2024-08-23T21:51:26.702Z | [ recovery-image] Aug 23 21:51:26.076 INFO O| Aug 23 21:51:26.076 INFO STEP 29 (ensure_file) COMPLETE |
7756 | 2024-08-23T21:51:26.702Z | [ recovery-image] Aug 23 21:51:26.076 INFO O| Aug 23 21:51:26.076 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7757 | 2024-08-23T21:51:26.707Z | [ recovery-image] Aug 23 21:51:26.086 INFO O| Aug 23 21:51:26.086 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7758 | 2024-08-23T21:51:26.710Z | [ recovery-image] Aug 23 21:51:26.086 INFO O| Aug 23 21:51:26.086 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7759 | 2024-08-23T21:51:26.710Z | [ recovery-image] Aug 23 21:51:26.086 INFO O| Aug 23 21:51:26.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7760 | 2024-08-23T21:51:26.710Z | [ recovery-image] Aug 23 21:51:26.086 INFO O| Aug 23 21:51:26.086 INFO ok! |
7761 | 2024-08-23T21:51:26.710Z | [ recovery-image] Aug 23 21:51:26.086 INFO O| Aug 23 21:51:26.086 INFO STEP 30 (ensure_file) COMPLETE |
7762 | 2024-08-23T21:51:26.710Z | [ recovery-image] Aug 23 21:51:26.086 INFO O| Aug 23 21:51:26.086 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7763 | 2024-08-23T21:51:26.718Z | [ recovery-image] Aug 23 21:51:26.097 INFO O| Aug 23 21:51:26.097 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7764 | 2024-08-23T21:51:26.721Z | [ recovery-image] Aug 23 21:51:26.097 INFO O| Aug 23 21:51:26.097 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7765 | 2024-08-23T21:51:26.721Z | [ recovery-image] Aug 23 21:51:26.097 INFO O| Aug 23 21:51:26.097 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7766 | 2024-08-23T21:51:26.721Z | [ recovery-image] Aug 23 21:51:26.097 INFO O| Aug 23 21:51:26.097 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7767 | 2024-08-23T21:51:26.721Z | [ recovery-image] Aug 23 21:51:26.097 INFO O| Aug 23 21:51:26.097 INFO ok! |
7768 | 2024-08-23T21:51:26.721Z | [ recovery-image] Aug 23 21:51:26.097 INFO O| Aug 23 21:51:26.097 INFO STEP 31 (ensure_file) COMPLETE |
7769 | 2024-08-23T21:51:26.721Z | [ recovery-image] Aug 23 21:51:26.097 INFO O| Aug 23 21:51:26.097 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7770 | 2024-08-23T21:51:26.728Z | [ recovery-image] Aug 23 21:51:26.107 INFO O| Aug 23 21:51:26.107 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7771 | 2024-08-23T21:51:26.728Z | [ recovery-image] Aug 23 21:51:26.107 INFO O| Aug 23 21:51:26.107 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7772 | 2024-08-23T21:51:26.731Z | [ recovery-image] Aug 23 21:51:26.107 INFO O| Aug 23 21:51:26.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7773 | 2024-08-23T21:51:26.731Z | [ recovery-image] Aug 23 21:51:26.107 INFO O| Aug 23 21:51:26.107 INFO ok! |
7774 | 2024-08-23T21:51:26.731Z | [ recovery-image] Aug 23 21:51:26.107 INFO O| Aug 23 21:51:26.107 INFO STEP 32 (ensure_file) COMPLETE |
7775 | 2024-08-23T21:51:26.731Z | [ recovery-image] Aug 23 21:51:26.107 INFO O| Aug 23 21:51:26.107 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7776 | 2024-08-23T21:51:26.738Z | [ recovery-image] Aug 23 21:51:26.117 INFO O| Aug 23 21:51:26.117 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7777 | 2024-08-23T21:51:26.741Z | [ recovery-image] Aug 23 21:51:26.117 INFO O| Aug 23 21:51:26.117 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7778 | 2024-08-23T21:51:26.741Z | [ recovery-image] Aug 23 21:51:26.117 INFO O| Aug 23 21:51:26.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7779 | 2024-08-23T21:51:26.741Z | [ recovery-image] Aug 23 21:51:26.117 INFO O| Aug 23 21:51:26.117 INFO ok! |
7780 | 2024-08-23T21:51:26.741Z | [ recovery-image] Aug 23 21:51:26.117 INFO O| Aug 23 21:51:26.117 INFO STEP 33 (ensure_file) COMPLETE |
7781 | 2024-08-23T21:51:26.741Z | [ recovery-image] Aug 23 21:51:26.117 INFO O| Aug 23 21:51:26.117 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7782 | 2024-08-23T21:51:26.748Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7783 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7784 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7785 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7786 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7787 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7788 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO ok! |
7789 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO STEP 34 (ensure_file) COMPLETE |
7790 | 2024-08-23T21:51:26.751Z | [ recovery-image] Aug 23 21:51:26.127 INFO O| Aug 23 21:51:26.127 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7791 | 2024-08-23T21:51:26.762Z | [ recovery-image] Aug 23 21:51:26.141 INFO O| Aug 23 21:51:26.141 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7792 | 2024-08-23T21:51:26.765Z | [ recovery-image] Aug 23 21:51:26.141 INFO O| Aug 23 21:51:26.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7793 | 2024-08-23T21:51:26.765Z | [ recovery-image] Aug 23 21:51:26.141 INFO O| Aug 23 21:51:26.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7794 | 2024-08-23T21:51:26.765Z | [ recovery-image] Aug 23 21:51:26.141 INFO O| Aug 23 21:51:26.141 INFO STEP 35 (ensure_dir) COMPLETE |
7795 | 2024-08-23T21:51:26.765Z | [ recovery-image] Aug 23 21:51:26.141 INFO O| Aug 23 21:51:26.141 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7796 | 2024-08-23T21:51:26.773Z | [ recovery-image] Aug 23 21:51:26.151 INFO O| Aug 23 21:51:26.151 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 |
7797 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.151 INFO O| Aug 23 21:51:26.151 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 ... |
7798 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.152 INFO O| Aug 23 21:51:26.151 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 |
7799 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.152 INFO O| Aug 23 21:51:26.152 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 |
7800 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.152 INFO O| Aug 23 21:51:26.152 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 |
7801 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.152 INFO O| Aug 23 21:51:26.152 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 |
7802 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.152 INFO O| Aug 23 21:51:26.152 INFO ok! |
7803 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.152 INFO O| Aug 23 21:51:26.152 INFO STEP 36 (ensure_file) COMPLETE |
7804 | 2024-08-23T21:51:26.775Z | [ recovery-image] Aug 23 21:51:26.152 INFO O| Aug 23 21:51:26.152 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7805 | 2024-08-23T21:51:26.783Z | [ recovery-image] Aug 23 21:51:26.162 INFO O| Aug 23 21:51:26.162 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7806 | 2024-08-23T21:51:26.786Z | [ recovery-image] Aug 23 21:51:26.162 INFO O| Aug 23 21:51:26.162 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 ... |
7807 | 2024-08-23T21:51:26.786Z | [ recovery-image] Aug 23 21:51:26.162 INFO O| Aug 23 21:51:26.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7808 | 2024-08-23T21:51:26.786Z | [ recovery-image] Aug 23 21:51:26.162 INFO O| Aug 23 21:51:26.162 INFO ok! |
7809 | 2024-08-23T21:51:26.786Z | [ recovery-image] Aug 23 21:51:26.162 INFO O| Aug 23 21:51:26.162 INFO STEP 37 (ensure_symlink) COMPLETE |
7810 | 2024-08-23T21:51:26.786Z | [ recovery-image] Aug 23 21:51:26.162 INFO O| Aug 23 21:51:26.162 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7811 | 2024-08-23T21:51:26.793Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7812 | 2024-08-23T21:51:26.793Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7813 | 2024-08-23T21:51:26.796Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7814 | 2024-08-23T21:51:26.796Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7815 | 2024-08-23T21:51:26.796Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7816 | 2024-08-23T21:51:26.796Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7817 | 2024-08-23T21:51:26.796Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO ok! |
7818 | 2024-08-23T21:51:26.796Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO STEP 38 (ensure_file) COMPLETE |
7819 | 2024-08-23T21:51:26.796Z | [ recovery-image] Aug 23 21:51:26.172 INFO O| Aug 23 21:51:26.172 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7820 | 2024-08-23T21:51:26.804Z | [ recovery-image] Aug 23 21:51:26.183 INFO O| Aug 23 21:51:26.183 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7821 | 2024-08-23T21:51:26.804Z | [ recovery-image] Aug 23 21:51:26.183 INFO O| Aug 23 21:51:26.183 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 ... |
7822 | 2024-08-23T21:51:26.807Z | [ recovery-image] Aug 23 21:51:26.183 INFO O| Aug 23 21:51:26.183 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 |
7823 | 2024-08-23T21:51:26.807Z | [ recovery-image] Aug 23 21:51:26.183 INFO O| Aug 23 21:51:26.183 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7824 | 2024-08-23T21:51:26.807Z | [ recovery-image] Aug 23 21:51:26.183 INFO O| Aug 23 21:51:26.183 INFO ok! |
7825 | 2024-08-23T21:51:26.807Z | [ recovery-image] Aug 23 21:51:26.183 INFO O| Aug 23 21:51:26.183 INFO STEP 39 (ensure_file) COMPLETE |
7826 | 2024-08-23T21:51:26.807Z | [ recovery-image] Aug 23 21:51:26.183 INFO O| Aug 23 21:51:26.183 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7827 | 2024-08-23T21:51:26.816Z | [ recovery-image] Aug 23 21:51:26.195 INFO O| Aug 23 21:51:26.195 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7828 | 2024-08-23T21:51:26.816Z | [ recovery-image] Aug 23 21:51:26.195 INFO O| Aug 23 21:51:26.195 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7829 | 2024-08-23T21:51:26.819Z | [ recovery-image] Aug 23 21:51:26.195 INFO O| Aug 23 21:51:26.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7830 | 2024-08-23T21:51:26.819Z | [ recovery-image] Aug 23 21:51:26.195 INFO O| Aug 23 21:51:26.195 INFO ok! |
7831 | 2024-08-23T21:51:26.819Z | [ recovery-image] Aug 23 21:51:26.195 INFO O| Aug 23 21:51:26.195 INFO STEP 40 (ensure_file) COMPLETE |
7832 | 2024-08-23T21:51:26.819Z | [ recovery-image] Aug 23 21:51:26.195 INFO O| Aug 23 21:51:26.195 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7833 | 2024-08-23T21:51:26.828Z | [ recovery-image] Aug 23 21:51:26.206 INFO O| Aug 23 21:51:26.206 INFO updating shadow file |
7834 | 2024-08-23T21:51:26.830Z | [ recovery-image] Aug 23 21:51:26.206 INFO O| Aug 23 21:51:26.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7835 | 2024-08-23T21:51:26.831Z | [ recovery-image] Aug 23 21:51:26.206 INFO O| Aug 23 21:51:26.206 INFO STEP 41 (shadow) COMPLETE |
7836 | 2024-08-23T21:51:26.831Z | [ recovery-image] Aug 23 21:51:26.206 INFO O| Aug 23 21:51:26.206 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7837 | 2024-08-23T21:51:26.840Z | [ recovery-image] Aug 23 21:51:26.219 INFO O| Aug 23 21:51:26.219 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7838 | 2024-08-23T21:51:26.840Z | [ recovery-image] Aug 23 21:51:26.219 INFO O| Aug 23 21:51:26.219 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7839 | 2024-08-23T21:51:26.843Z | [ recovery-image] Aug 23 21:51:26.219 INFO O| Aug 23 21:51:26.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7840 | 2024-08-23T21:51:26.843Z | [ recovery-image] Aug 23 21:51:26.219 INFO O| Aug 23 21:51:26.219 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7841 | 2024-08-23T21:51:26.843Z | [ recovery-image] Aug 23 21:51:26.219 INFO O| Aug 23 21:51:26.219 INFO ok! |
7842 | 2024-08-23T21:51:26.843Z | [ recovery-image] Aug 23 21:51:26.219 INFO O| Aug 23 21:51:26.219 INFO STEP 42 (ensure_file) COMPLETE |
7843 | 2024-08-23T21:51:26.843Z | [ recovery-image] Aug 23 21:51:26.219 INFO O| Aug 23 21:51:26.219 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7844 | 2024-08-23T21:51:26.851Z | [ recovery-image] Aug 23 21:51:26.230 INFO O| Aug 23 21:51:26.230 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7845 | 2024-08-23T21:51:26.851Z | [ recovery-image] Aug 23 21:51:26.230 INFO O| Aug 23 21:51:26.230 INFO STEP 43 (ensure_dir) COMPLETE |
7846 | 2024-08-23T21:51:26.854Z | [ recovery-image] Aug 23 21:51:26.230 INFO O| Aug 23 21:51:26.230 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7847 | 2024-08-23T21:51:26.861Z | [ recovery-image] Aug 23 21:51:26.240 INFO O| Aug 23 21:51:26.240 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7848 | 2024-08-23T21:51:26.862Z | [ recovery-image] Aug 23 21:51:26.240 INFO O| Aug 23 21:51:26.240 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7849 | 2024-08-23T21:51:26.862Z | [ recovery-image] Aug 23 21:51:26.240 INFO O| Aug 23 21:51:26.240 INFO STEP 44 (ensure_dir) COMPLETE |
7850 | 2024-08-23T21:51:26.864Z | [ recovery-image] Aug 23 21:51:26.240 INFO O| Aug 23 21:51:26.240 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7851 | 2024-08-23T21:51:26.872Z | [ recovery-image] Aug 23 21:51:26.250 INFO O| Aug 23 21:51:26.250 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7852 | 2024-08-23T21:51:26.872Z | [ recovery-image] Aug 23 21:51:26.250 INFO O| Aug 23 21:51:26.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7853 | 2024-08-23T21:51:26.874Z | [ recovery-image] Aug 23 21:51:26.250 INFO O| Aug 23 21:51:26.250 INFO STEP 45 (ensure_dir) COMPLETE |
7854 | 2024-08-23T21:51:26.874Z | [ recovery-image] Aug 23 21:51:26.250 INFO O| Aug 23 21:51:26.250 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7855 | 2024-08-23T21:51:26.881Z | [ recovery-image] Aug 23 21:51:26.260 INFO O| Aug 23 21:51:26.260 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7856 | 2024-08-23T21:51:26.881Z | [ recovery-image] Aug 23 21:51:26.260 INFO O| Aug 23 21:51:26.260 INFO copying /tmp/.tmpHa8UOy/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7857 | 2024-08-23T21:51:26.911Z | [ recovery-image] Aug 23 21:51:26.290 INFO O| Aug 23 21:51:26.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7858 | 2024-08-23T21:51:26.911Z | [ recovery-image] Aug 23 21:51:26.290 INFO O| Aug 23 21:51:26.290 INFO ok! |
7859 | 2024-08-23T21:51:26.914Z | [ recovery-image] Aug 23 21:51:26.290 INFO O| Aug 23 21:51:26.290 INFO STEP 46 (ensure_file) COMPLETE |
7860 | 2024-08-23T21:51:26.914Z | [ recovery-image] Aug 23 21:51:26.290 INFO O| Aug 23 21:51:26.290 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7861 | 2024-08-23T21:51:26.922Z | [ recovery-image] Aug 23 21:51:26.301 INFO O| Aug 23 21:51:26.301 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7862 | 2024-08-23T21:51:26.925Z | [ recovery-image] Aug 23 21:51:26.301 INFO O| Aug 23 21:51:26.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7863 | 2024-08-23T21:51:26.925Z | [ recovery-image] Aug 23 21:51:26.301 INFO O| Aug 23 21:51:26.301 INFO STEP 47 (ensure_dir) COMPLETE |
7864 | 2024-08-23T21:51:26.925Z | [ recovery-image] Aug 23 21:51:26.301 INFO O| Aug 23 21:51:26.301 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7865 | 2024-08-23T21:51:26.932Z | [ recovery-image] Aug 23 21:51:26.311 INFO O| Aug 23 21:51:26.311 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7866 | 2024-08-23T21:51:26.935Z | [ recovery-image] Aug 23 21:51:26.311 INFO O| Aug 23 21:51:26.311 INFO copying /tmp/.tmpHa8UOy/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7867 | 2024-08-23T21:51:26.935Z | [ recovery-image] Aug 23 21:51:26.311 INFO O| Aug 23 21:51:26.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7868 | 2024-08-23T21:51:26.935Z | [ recovery-image] Aug 23 21:51:26.311 INFO O| Aug 23 21:51:26.311 INFO ok! |
7869 | 2024-08-23T21:51:26.935Z | [ recovery-image] Aug 23 21:51:26.311 INFO O| Aug 23 21:51:26.311 INFO STEP 48 (ensure_file) COMPLETE |
7870 | 2024-08-23T21:51:26.935Z | [ recovery-image] Aug 23 21:51:26.311 INFO O| Aug 23 21:51:26.311 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7871 | 2024-08-23T21:51:26.942Z | [ recovery-image] Aug 23 21:51:26.321 INFO O| Aug 23 21:51:26.321 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7872 | 2024-08-23T21:51:26.943Z | [ recovery-image] Aug 23 21:51:26.321 INFO O| Aug 23 21:51:26.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7873 | 2024-08-23T21:51:26.945Z | [ recovery-image] Aug 23 21:51:26.321 INFO O| Aug 23 21:51:26.321 INFO STEP 49 (ensure_dir) COMPLETE |
7874 | 2024-08-23T21:51:26.945Z | [ recovery-image] Aug 23 21:51:26.321 INFO O| Aug 23 21:51:26.321 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7875 | 2024-08-23T21:51:26.952Z | [ recovery-image] Aug 23 21:51:26.331 INFO O| Aug 23 21:51:26.331 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7876 | 2024-08-23T21:51:26.952Z | [ recovery-image] Aug 23 21:51:26.331 INFO O| Aug 23 21:51:26.331 INFO copying /tmp/.tmpHa8UOy/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7877 | 2024-08-23T21:51:26.967Z | [ recovery-image] Aug 23 21:51:26.345 INFO O| Aug 23 21:51:26.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7878 | 2024-08-23T21:51:26.967Z | [ recovery-image] Aug 23 21:51:26.346 INFO O| Aug 23 21:51:26.345 INFO ok! |
7879 | 2024-08-23T21:51:26.967Z | [ recovery-image] Aug 23 21:51:26.346 INFO O| Aug 23 21:51:26.345 INFO STEP 50 (ensure_file) COMPLETE |
7880 | 2024-08-23T21:51:26.969Z | [ recovery-image] Aug 23 21:51:26.346 INFO O| Aug 23 21:51:26.345 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7881 | 2024-08-23T21:51:27.979Z | [ recovery-image] Aug 23 21:51:26.356 INFO O| Aug 23 21:51:26.356 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7882 | 2024-08-23T21:51:27.979Z | [ recovery-image] Aug 23 21:51:26.356 INFO O| Aug 23 21:51:26.356 INFO copying /tmp/.tmpHa8UOy/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7883 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.854 INFO O| Aug 23 21:51:26.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7884 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.854 INFO O| Aug 23 21:51:26.854 INFO ok! |
7885 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.854 INFO O| Aug 23 21:51:26.854 INFO STEP 51 (ensure_file) COMPLETE |
7886 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.854 INFO O| Aug 23 21:51:26.854 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7887 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.865 INFO O| Aug 23 21:51:26.865 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7888 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.865 INFO O| Aug 23 21:51:26.865 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7889 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.865 INFO O| Aug 23 21:51:26.865 INFO STEP 52 (ensure_dir) COMPLETE |
7890 | 2024-08-23T21:51:27.983Z | [ recovery-image] Aug 23 21:51:26.865 INFO O| Aug 23 21:51:26.865 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7891 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.875 INFO O| Aug 23 21:51:26.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7892 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.875 INFO O| Aug 23 21:51:26.875 INFO copying /tmp/.tmpHa8UOy/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 ... |
7893 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.875 INFO O| Aug 23 21:51:26.875 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 |
7894 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.875 INFO O| Aug 23 21:51:26.875 INFO ok! |
7895 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.875 INFO O| Aug 23 21:51:26.875 INFO STEP 53 (ensure_file) COMPLETE |
7896 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.875 INFO O| Aug 23 21:51:26.875 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7897 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.885 INFO O| Aug 23 21:51:26.885 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7898 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.885 INFO O| Aug 23 21:51:26.885 INFO copying /tmp/.tmpHa8UOy/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 ... |
7899 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.885 INFO O| Aug 23 21:51:26.885 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 |
7900 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.885 INFO O| Aug 23 21:51:26.885 INFO ok! |
7901 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.885 INFO O| Aug 23 21:51:26.885 INFO STEP 54 (ensure_file) COMPLETE |
7902 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.885 INFO O| Aug 23 21:51:26.885 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7903 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.894 INFO O| Aug 23 21:51:26.894 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7904 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.894 INFO O| Aug 23 21:51:26.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7905 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.894 INFO O| Aug 23 21:51:26.894 INFO STEP 55 (ensure_dir) COMPLETE |
7906 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.894 INFO O| Aug 23 21:51:26.894 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7907 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.904 INFO O| Aug 23 21:51:26.904 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7908 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.904 INFO O| Aug 23 21:51:26.904 INFO copying /tmp/.tmpHa8UOy/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 ... |
7909 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.904 INFO O| Aug 23 21:51:26.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7910 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.904 INFO O| Aug 23 21:51:26.904 INFO ok! |
7911 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.904 INFO O| Aug 23 21:51:26.904 INFO STEP 56 (ensure_file) COMPLETE |
7912 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.904 INFO O| Aug 23 21:51:26.904 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7913 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.914 INFO O| Aug 23 21:51:26.914 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7914 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.914 INFO O| Aug 23 21:51:26.914 INFO copying /tmp/.tmpHa8UOy/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 ... |
7915 | 2024-08-23T21:51:27.984Z | [ recovery-image] Aug 23 21:51:26.915 INFO O| Aug 23 21:51:26.915 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 |
7916 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.915 INFO O| Aug 23 21:51:26.915 INFO ok! |
7917 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.915 INFO O| Aug 23 21:51:26.915 INFO STEP 57 (ensure_file) COMPLETE |
7918 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.915 INFO O| Aug 23 21:51:26.915 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7919 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.924 INFO O| Aug 23 21:51:26.924 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7920 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.924 INFO O| Aug 23 21:51:26.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7921 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.924 INFO O| Aug 23 21:51:26.924 INFO STEP 58 (ensure_dir) COMPLETE |
7922 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.924 INFO O| Aug 23 21:51:26.924 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7923 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.934 INFO O| Aug 23 21:51:26.934 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7924 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.934 INFO O| Aug 23 21:51:26.934 INFO copying /tmp/.tmpHa8UOy/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 ... |
7925 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.934 INFO O| Aug 23 21:51:26.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7926 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.934 INFO O| Aug 23 21:51:26.934 INFO ok! |
7927 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.934 INFO O| Aug 23 21:51:26.934 INFO STEP 59 (ensure_file) COMPLETE |
7928 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.934 INFO O| Aug 23 21:51:26.934 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7929 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.944 INFO O| Aug 23 21:51:26.943 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7930 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.944 INFO O| Aug 23 21:51:26.944 INFO copying /tmp/.tmpHa8UOy/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7931 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.944 INFO O| Aug 23 21:51:26.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7932 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.944 INFO O| Aug 23 21:51:26.944 INFO ok! |
7933 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.944 INFO O| Aug 23 21:51:26.944 INFO STEP 60 (ensure_file) COMPLETE |
7934 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.944 INFO O| Aug 23 21:51:26.944 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7935 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.953 INFO O| Aug 23 21:51:26.953 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7936 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.953 INFO O| Aug 23 21:51:26.953 INFO STEP 61 (ensure_dir) COMPLETE |
7937 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.953 INFO O| Aug 23 21:51:26.953 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7938 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.963 INFO O| Aug 23 21:51:26.963 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7939 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.963 INFO O| Aug 23 21:51:26.963 INFO STEP 62 (ensure_dir) COMPLETE |
7940 | 2024-08-23T21:51:27.985Z | [ recovery-image] Aug 23 21:51:26.963 INFO O| Aug 23 21:51:26.963 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7941 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.972 INFO O| Aug 23 21:51:26.972 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7942 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.972 INFO O| Aug 23 21:51:26.972 INFO STEP 63 (ensure_dir) COMPLETE |
7943 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.972 INFO O| Aug 23 21:51:26.972 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7944 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.982 INFO O| Aug 23 21:51:26.982 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7945 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.982 INFO O| Aug 23 21:51:26.982 INFO STEP 64 (ensure_dir) COMPLETE |
7946 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.982 INFO O| Aug 23 21:51:26.982 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7947 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.992 INFO O| Aug 23 21:51:26.991 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7948 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.992 INFO O| Aug 23 21:51:26.991 INFO copying /tmp/.tmpHa8UOy/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7949 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.992 INFO O| Aug 23 21:51:26.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7950 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.992 INFO O| Aug 23 21:51:26.992 INFO ok! |
7951 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.992 INFO O| Aug 23 21:51:26.992 INFO STEP 65 (ensure_file) COMPLETE |
7952 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:26.992 INFO O| Aug 23 21:51:26.992 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7953 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.001 INFO O| Aug 23 21:51:27.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7954 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.002 INFO O| Aug 23 21:51:27.002 INFO STEP 66 (remove_files) COMPLETE |
7955 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.002 INFO O| Aug 23 21:51:27.002 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7956 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.012 INFO O| Aug 23 21:51:27.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7957 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.012 INFO O| Aug 23 21:51:27.012 INFO STEP 67 (remove_files) COMPLETE |
7958 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.012 INFO O| Aug 23 21:51:27.012 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7959 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.022 INFO O| Aug 23 21:51:27.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7960 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.022 INFO O| Aug 23 21:51:27.022 INFO STEP 68 (remove_files) COMPLETE |
7961 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.022 INFO O| Aug 23 21:51:27.022 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7962 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.032 INFO O| Aug 23 21:51:27.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7963 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.032 INFO O| Aug 23 21:51:27.032 INFO STEP 69 (remove_files) COMPLETE |
7964 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.032 INFO O| Aug 23 21:51:27.032 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7965 | 2024-08-23T21:51:27.986Z | [ recovery-image] Aug 23 21:51:27.041 INFO O| Aug 23 21:51:27.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7966 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.042 INFO O| Aug 23 21:51:27.042 INFO STEP 70 (remove_files) COMPLETE |
7967 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.042 INFO O| Aug 23 21:51:27.042 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7968 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.051 INFO O| Aug 23 21:51:27.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7969 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.052 INFO O| Aug 23 21:51:27.052 INFO STEP 71 (remove_files) COMPLETE |
7970 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.052 INFO O| Aug 23 21:51:27.052 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7971 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.061 INFO O| Aug 23 21:51:27.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7972 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.062 INFO O| Aug 23 21:51:27.061 INFO STEP 72 (remove_files) COMPLETE |
7973 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.062 INFO O| Aug 23 21:51:27.061 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7974 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.071 INFO O| Aug 23 21:51:27.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7975 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.071 INFO O| Aug 23 21:51:27.071 INFO STEP 73 (remove_files) COMPLETE |
7976 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.071 INFO O| Aug 23 21:51:27.071 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7977 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.081 INFO O| Aug 23 21:51:27.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7978 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.081 INFO O| Aug 23 21:51:27.081 INFO STEP 74 (remove_files) COMPLETE |
7979 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.081 INFO O| Aug 23 21:51:27.081 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7980 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.091 INFO O| Aug 23 21:51:27.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7981 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.091 INFO O| Aug 23 21:51:27.091 INFO STEP 75 (remove_files) COMPLETE |
7982 | 2024-08-23T21:51:27.987Z | [ recovery-image] Aug 23 21:51:27.091 INFO O| Aug 23 21:51:27.091 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7983 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.100 INFO O| Aug 23 21:51:27.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7984 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.100 INFO O| Aug 23 21:51:27.100 INFO STEP 76 (remove_files) COMPLETE |
7985 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.100 INFO O| Aug 23 21:51:27.100 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7986 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.111 INFO O| Aug 23 21:51:27.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7987 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.111 INFO O| Aug 23 21:51:27.111 INFO STEP 77 (remove_files) COMPLETE |
7988 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.111 INFO O| Aug 23 21:51:27.111 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7989 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.121 INFO O| Aug 23 21:51:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7990 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.121 INFO O| Aug 23 21:51:27.121 INFO STEP 78 (remove_files) COMPLETE |
7991 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.121 INFO O| Aug 23 21:51:27.121 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7992 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.131 INFO O| Aug 23 21:51:27.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7993 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.131 INFO O| Aug 23 21:51:27.131 INFO STEP 79 (remove_files) COMPLETE |
7994 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.131 INFO O| Aug 23 21:51:27.131 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7995 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.141 INFO O| Aug 23 21:51:27.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7996 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.141 INFO O| Aug 23 21:51:27.141 INFO STEP 80 (remove_files) COMPLETE |
7997 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.141 INFO O| Aug 23 21:51:27.141 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7998 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.151 INFO O| Aug 23 21:51:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7999 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.151 INFO O| Aug 23 21:51:27.151 INFO STEP 81 (remove_files) COMPLETE |
8000 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.151 INFO O| Aug 23 21:51:27.151 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8001 | 2024-08-23T21:51:27.991Z | [ recovery-image] Aug 23 21:51:27.161 INFO O| Aug 23 21:51:27.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8002 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.162 INFO O| Aug 23 21:51:27.161 INFO STEP 82 (remove_files) COMPLETE |
8003 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.162 INFO O| Aug 23 21:51:27.162 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8004 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.171 INFO O| Aug 23 21:51:27.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8005 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.171 INFO O| Aug 23 21:51:27.171 INFO STEP 83 (remove_files) COMPLETE |
8006 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.172 INFO O| Aug 23 21:51:27.171 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8007 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.181 INFO O| Aug 23 21:51:27.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8008 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.181 INFO O| Aug 23 21:51:27.181 INFO STEP 84 (remove_files) COMPLETE |
8009 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.181 INFO O| Aug 23 21:51:27.181 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8010 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.191 INFO O| Aug 23 21:51:27.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8011 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.191 INFO O| Aug 23 21:51:27.191 INFO STEP 85 (remove_files) COMPLETE |
8012 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.191 INFO O| Aug 23 21:51:27.191 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8013 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.201 INFO O| Aug 23 21:51:27.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8014 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.201 INFO O| Aug 23 21:51:27.201 INFO STEP 86 (remove_files) COMPLETE |
8015 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.201 INFO O| Aug 23 21:51:27.201 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8016 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.210 INFO O| Aug 23 21:51:27.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8017 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.211 INFO O| Aug 23 21:51:27.211 INFO STEP 87 (remove_files) COMPLETE |
8018 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.211 INFO O| Aug 23 21:51:27.211 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8019 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.221 INFO O| Aug 23 21:51:27.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8020 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.221 INFO O| Aug 23 21:51:27.221 INFO STEP 88 (remove_files) COMPLETE |
8021 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.221 INFO O| Aug 23 21:51:27.221 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8022 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.230 INFO O| Aug 23 21:51:27.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8023 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.231 INFO O| Aug 23 21:51:27.231 INFO STEP 89 (remove_files) COMPLETE |
8024 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.231 INFO O| Aug 23 21:51:27.231 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8025 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.240 INFO O| Aug 23 21:51:27.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8026 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.240 INFO O| Aug 23 21:51:27.240 INFO STEP 90 (remove_files) COMPLETE |
8027 | 2024-08-23T21:51:27.992Z | [ recovery-image] Aug 23 21:51:27.240 INFO O| Aug 23 21:51:27.240 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8028 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.250 INFO O| Aug 23 21:51:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8029 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.250 INFO O| Aug 23 21:51:27.250 INFO STEP 91 (remove_files) COMPLETE |
8030 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.250 INFO O| Aug 23 21:51:27.250 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8031 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.260 INFO O| Aug 23 21:51:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8032 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.260 INFO O| Aug 23 21:51:27.260 INFO STEP 92 (remove_files) COMPLETE |
8033 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.260 INFO O| Aug 23 21:51:27.260 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8034 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.270 INFO O| Aug 23 21:51:27.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8035 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.270 INFO O| Aug 23 21:51:27.270 INFO STEP 93 (remove_files) COMPLETE |
8036 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.270 INFO O| Aug 23 21:51:27.270 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8037 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.282 INFO O| Aug 23 21:51:27.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8038 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.282 INFO O| Aug 23 21:51:27.282 INFO STEP 94 (remove_files) COMPLETE |
8039 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.282 INFO O| Aug 23 21:51:27.282 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8040 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.296 INFO O| Aug 23 21:51:27.296 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8041 | 2024-08-23T21:51:27.993Z | [ recovery-image] Aug 23 21:51:27.296 INFO O| Aug 23 21:51:27.296 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8042 | 2024-08-23T21:51:34.723Z | [ recovery-image] Aug 23 21:51:34.100 INFO O| Aug 23 21:51:34.100 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 |
8043 | 2024-08-23T21:51:34.723Z | [ recovery-image] Aug 23 21:51:34.100 INFO O| Aug 23 21:51:34.100 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8044 | 2024-08-23T21:51:34.735Z | [ recovery-image] Aug 23 21:51:34.113 INFO O| Aug 23 21:51:34.112 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8045 | 2024-08-23T21:51:34.809Z | [ recovery-image] Aug 23 21:51:34.187 INFO O| Aug 23 21:51:34.186 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8046 | 2024-08-23T21:51:34.810Z | [ recovery-image] Aug 23 21:51:34.187 INFO O| Aug 23 21:51:34.187 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 ... |
8047 | 2024-08-23T21:51:34.813Z | [ recovery-image] Aug 23 21:51:34.188 INFO O| Aug 23 21:51:34.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8048 | 2024-08-23T21:51:34.813Z | [ recovery-image] Aug 23 21:51:34.188 INFO O| Aug 23 21:51:34.188 INFO ok! |
8049 | 2024-08-23T21:51:34.813Z | [ recovery-image] Aug 23 21:51:34.188 INFO O| Aug 23 21:51:34.188 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8050 | 2024-08-23T21:51:34.813Z | [ recovery-image] Aug 23 21:51:34.188 INFO O| Aug 23 21:51:34.188 INFO STEP 95 (seed_smf) COMPLETE |
8051 | 2024-08-23T21:51:34.813Z | [ recovery-image] Aug 23 21:51:34.188 INFO O| Aug 23 21:51:34.188 INFO steps complete; finalising image! |
8052 | 2024-08-23T21:51:34.813Z | [ recovery-image] Aug 23 21:51:34.188 INFO O| Aug 23 21:51:34.188 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8053 | 2024-08-23T21:51:34.861Z | [ recovery-image] Aug 23 21:51:34.238 INFO O| Aug 23 21:51:34.238 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Aug 23 21:51:34 2024) |
8054 | 2024-08-23T21:51:35.071Z | [ recovery-image] Aug 23 21:51:34.448 INFO O| Aug 23 21:51:34.448 INFO trim TEMPORARY-gimlet-zfs-recovery: (82% trimmed, started at Fri Aug 23 21:51:34 2024) |
8055 | 2024-08-23T21:51:35.291Z | [ recovery-image] Aug 23 21:51:34.668 INFO O| Aug 23 21:51:34.668 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio |
8056 | 2024-08-23T21:51:35.291Z | [ recovery-image] Aug 23 21:51:34.668 INFO O| Aug 23 21:51:34.668 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8057 | 2024-08-23T21:51:35.512Z | [ recovery-image] Aug 23 21:51:34.889 INFO O| Aug 23 21:51:34.889 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 |
8058 | 2024-08-23T21:51:35.512Z | [ recovery-image] Aug 23 21:51:34.889 INFO O| Aug 23 21:51:34.889 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8059 | 2024-08-23T21:51:38.525Z | [ recovery-image] Aug 23 21:51:37.901 INFO O| Aug 23 21:51:37.901 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8060 | 2024-08-23T21:51:38.525Z | [ recovery-image] Aug 23 21:51:37.901 INFO O| Aug 23 21:51:37.901 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8061 | 2024-08-23T21:51:38.527Z | [ recovery-image] Aug 23 21:51:37.901 INFO O| Aug 23 21:51:37.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8062 | 2024-08-23T21:51:38.528Z | [ recovery-image] Aug 23 21:51:37.901 INFO O| Aug 23 21:51:37.901 INFO completed processing gimlet/zfs-recovery |
8063 | 2024-08-23T21:51:38.528Z | [ recovery-image] Aug 23 21:51:37.901 INFO O| Aug 23 21:51:37.901 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8064 | 2024-08-23T21:51:38.931Z | [ recovery-image] Aug 23 21:51:38.308 INFO O| Aug 23 21:51:38.307 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8065 | 2024-08-23T21:51:39.013Z | [ recovery-image] Aug 23 21:51:38.389 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n" |
8066 | 2024-08-23T21:51:39.013Z | [ recovery-image] Aug 23 21:51:38.389 INFO expanded image name: "recovery d3979fd/${os_short_commit} 2024-08-23 21:26" -> "recovery d3979fd/8a4b918 2024-08-23 21:26" |
8067 | 2024-08-23T21:51:39.015Z | [ recovery-image] Aug 23 21:51:38.389 INFO output artefacts stored in: "/work/os-recovery" |
8068 | 2024-08-23T21:51:39.015Z | [ recovery-image] Aug 23 21:51:38.389 INFO collecting git info from project "chelsio-t6-roms"... |
8069 | 2024-08-23T21:51:39.036Z | [ recovery-image] Aug 23 21:51:38.412 INFO collecting git info from project "phbl"... |
8070 | 2024-08-23T21:51:39.043Z | [ recovery-image] Aug 23 21:51:38.418 INFO collecting git info from project "image-builder"... |
8071 | 2024-08-23T21:51:39.047Z | [ recovery-image] Aug 23 21:51:38.424 INFO collecting git info from project "bootserver"... |
8072 | 2024-08-23T21:51:39.052Z | [ recovery-image] Aug 23 21:51:38.429 INFO collecting git info from project "pilot"... |
8073 | 2024-08-23T21:51:39.063Z | [ recovery-image] Aug 23 21:51:38.440 INFO collecting git info from project "pinprick"... |
8074 | 2024-08-23T21:51:39.068Z | [ recovery-image] Aug 23 21:51:38.444 INFO collecting git info from project "amd-host-image-builder"... |
8075 | 2024-08-23T21:51:39.254Z | [ recovery-image] Aug 23 21:51:38.630 INFO collecting git info from project "amd-firmware"... |
8076 | 2024-08-23T21:51:39.475Z | [ recovery-image] Aug 23 21:51:38.851 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8077 | 2024-08-23T21:51:39.830Z | [ recovery-image] Aug 23 21:51:39.207 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8078 | 2024-08-23T21:51:40.176Z | [ recovery-image] Aug 23 21:51:39.553 INFO creating Oxide boot image... |
8079 | 2024-08-23T21:51:40.176Z | [ recovery-image] Aug 23 21:51:39.553 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d3979fd/8a4b918 2024-08-23 21:26", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8080 | 2024-08-23T21:52:12.081Z | [ host-image] Aug 23 21:52:11.451 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22828:20240823T105206Z |
8081 | 2024-08-23T21:52:12.081Z | [ host-image] Aug 23 21:52:11.451 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22828:20240823T105206Z |
8082 | 2024-08-23T21:52:12.083Z | [ host-image] Aug 23 21:52:11.452 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8083 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.452 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8084 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.452 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8085 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.452 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8086 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.453 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8087 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.453 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8088 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.453 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8089 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.453 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8090 | 2024-08-23T21:52:12.084Z | [ host-image] Aug 23 21:52:11.453 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22828:20240823T105207Z |
8091 | 2024-08-23T21:52:12.087Z | [ host-image] Aug 23 21:52:11.455 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22828:20240823T105208Z |
8092 | 2024-08-23T21:52:12.087Z | [ host-image] Aug 23 21:52:11.456 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22828:20240823T105208Z |
8093 | 2024-08-23T21:52:12.087Z | [ host-image] Aug 23 21:52:11.456 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22828:20240823T105208Z |
8094 | 2024-08-23T21:52:12.087Z | [ host-image] Aug 23 21:52:11.456 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8095 | 2024-08-23T21:52:12.087Z | [ host-image] Aug 23 21:52:11.457 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22828:20240823T105208Z |
8096 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22828:20240823T105208Z |
8097 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22828:20240823T105208Z |
8098 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22828:20240823T105209Z |
8099 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22828:20240823T105210Z |
8100 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22828:20240823T105210Z |
8101 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22828:20240823T105210Z |
8102 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22828:20240823T105210Z |
8103 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.458 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22828:20240823T105211Z |
8104 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22828:20240823T105212Z |
8105 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22828:20240823T105212Z |
8106 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22828:20240823T105214Z |
8107 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22828:20240823T105215Z |
8108 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8109 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22828:20240823T105216Z |
8110 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22828:20240823T105218Z |
8111 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.459 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22828:20240823T105219Z |
8112 | 2024-08-23T21:52:12.090Z | [ host-image] Aug 23 21:52:11.460 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22828:20240823T105220Z |
8113 | 2024-08-23T21:52:12.093Z | [ host-image] Aug 23 21:52:11.461 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22828:20240823T105221Z |
8114 | 2024-08-23T21:52:12.093Z | [ host-image] Aug 23 21:52:11.461 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22828:20240823T105221Z |
8115 | 2024-08-23T21:52:12.099Z | [ host-image] Aug 23 21:52:11.470 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8116 | 2024-08-23T21:52:12.102Z | [ host-image] Aug 23 21:52:11.470 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22828:20240823T105221Z |
8117 | 2024-08-23T21:52:12.102Z | [ host-image] Aug 23 21:52:11.470 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8118 | 2024-08-23T21:52:12.102Z | [ host-image] Aug 23 21:52:11.470 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8119 | 2024-08-23T21:52:12.102Z | [ host-image] Aug 23 21:52:11.471 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8120 | 2024-08-23T21:52:12.102Z | [ host-image] Aug 23 21:52:11.471 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22828:20240823T105222Z |
8121 | 2024-08-23T21:52:12.102Z | [ host-image] Aug 23 21:52:11.471 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8122 | 2024-08-23T21:52:12.102Z | [ host-image] Aug 23 21:52:11.472 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8123 | 2024-08-23T21:52:12.105Z | [ host-image] Aug 23 21:52:11.473 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8124 | 2024-08-23T21:52:12.105Z | [ host-image] Aug 23 21:52:11.473 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8125 | 2024-08-23T21:52:12.114Z | [ host-image] Aug 23 21:52:11.485 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8126 | 2024-08-23T21:52:12.117Z | [ host-image] Aug 23 21:52:11.485 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8127 | 2024-08-23T21:52:12.117Z | [ host-image] Aug 23 21:52:11.485 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8128 | 2024-08-23T21:52:12.117Z | [ host-image] Aug 23 21:52:11.486 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8129 | 2024-08-23T21:52:12.117Z | [ host-image] Aug 23 21:52:11.487 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8130 | 2024-08-23T21:52:12.117Z | [ host-image] Aug 23 21:52:11.487 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8131 | 2024-08-23T21:52:12.151Z | [ host-image] Aug 23 21:52:11.522 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8132 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.523 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8133 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.523 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8134 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.524 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22828:20240823T105223Z |
8135 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.524 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22828:20240823T105229Z |
8136 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.524 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8137 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.524 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22828:20240823T105230Z |
8138 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.524 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8139 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.524 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8140 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.524 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8141 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.525 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22828:20240823T105230Z |
8142 | 2024-08-23T21:52:12.154Z | [ host-image] Aug 23 21:52:11.525 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8143 | 2024-08-23T21:52:12.158Z | [ host-image] Aug 23 21:52:11.529 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8144 | 2024-08-23T21:52:12.161Z | [ host-image] Aug 23 21:52:11.529 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8145 | 2024-08-23T21:52:12.161Z | [ host-image] Aug 23 21:52:11.529 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8146 | 2024-08-23T21:52:12.161Z | [ host-image] Aug 23 21:52:11.530 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22828:20240823T105230Z |
8147 | 2024-08-23T21:52:12.161Z | [ host-image] Aug 23 21:52:11.530 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8148 | 2024-08-23T21:52:12.174Z | [ host-image] Aug 23 21:52:11.545 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8149 | 2024-08-23T21:52:12.176Z | [ host-image] Aug 23 21:52:11.545 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22828:20240823T105231Z |
8150 | 2024-08-23T21:52:12.177Z | [ host-image] Aug 23 21:52:11.547 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22828:20240823T105231Z |
8151 | 2024-08-23T21:52:12.177Z | [ host-image] Aug 23 21:52:11.547 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22828:20240823T105231Z |
8152 | 2024-08-23T21:52:12.179Z | [ host-image] Aug 23 21:52:11.547 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8153 | 2024-08-23T21:52:12.179Z | [ host-image] Aug 23 21:52:11.548 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22828:20240823T105233Z |
8154 | 2024-08-23T21:52:12.179Z | [ host-image] Aug 23 21:52:11.549 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22828:20240823T105233Z |
8155 | 2024-08-23T21:52:12.179Z | [ host-image] Aug 23 21:52:11.549 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22828:20240823T105233Z |
8156 | 2024-08-23T21:52:12.179Z | [ host-image] Aug 23 21:52:11.549 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22828:20240823T105233Z |
8157 | 2024-08-23T21:52:12.182Z | [ host-image] Aug 23 21:52:11.553 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8158 | 2024-08-23T21:52:12.184Z | [ host-image] Aug 23 21:52:11.553 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22828:20240823T105234Z |
8159 | 2024-08-23T21:52:12.184Z | [ host-image] Aug 23 21:52:11.554 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22828:20240823T105235Z |
8160 | 2024-08-23T21:52:12.184Z | [ host-image] Aug 23 21:52:11.554 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8161 | 2024-08-23T21:52:12.184Z | [ host-image] Aug 23 21:52:11.554 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22828:20240823T105235Z |
8162 | 2024-08-23T21:52:12.184Z | [ host-image] Aug 23 21:52:11.554 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22828:20240823T105235Z |
8163 | 2024-08-23T21:52:12.184Z | [ host-image] Aug 23 21:52:11.554 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22828:20240823T105235Z |
8164 | 2024-08-23T21:52:12.184Z | [ host-image] Aug 23 21:52:11.555 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22828:20240823T105236Z |
8165 | 2024-08-23T21:52:12.192Z | [ host-image] Aug 23 21:52:11.563 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22828:20240823T105236Z |
8166 | 2024-08-23T21:52:12.192Z | [ host-image] Aug 23 21:52:11.563 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8167 | 2024-08-23T21:52:12.195Z | [ host-image] Aug 23 21:52:11.565 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22828:20240823T105236Z |
8168 | 2024-08-23T21:52:12.197Z | [ host-image] Aug 23 21:52:11.567 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22828:20240823T105236Z |
8169 | 2024-08-23T21:52:12.197Z | [ host-image] Aug 23 21:52:11.567 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22828:20240823T105236Z |
8170 | 2024-08-23T21:52:12.197Z | [ host-image] Aug 23 21:52:11.567 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22828:20240823T105236Z |
8171 | 2024-08-23T21:52:12.198Z | [ host-image] Aug 23 21:52:11.568 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22828:20240823T105236Z |
8172 | 2024-08-23T21:52:12.198Z | [ host-image] Aug 23 21:52:11.568 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22828:20240823T105237Z |
8173 | 2024-08-23T21:52:12.207Z | [ host-image] Aug 23 21:52:11.578 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22828:20240823T105238Z |
8174 | 2024-08-23T21:52:12.210Z | [ host-image] Aug 23 21:52:11.578 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22828:20240823T105237Z |
8175 | 2024-08-23T21:52:12.210Z | [ host-image] Aug 23 21:52:11.579 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22828:20240823T105238Z |
8176 | 2024-08-23T21:52:12.210Z | [ host-image] Aug 23 21:52:11.580 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22828:20240823T105238Z |
8177 | 2024-08-23T21:52:12.210Z | [ host-image] Aug 23 21:52:11.580 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22828:20240823T105238Z |
8178 | 2024-08-23T21:52:12.231Z | [ host-image] Aug 23 21:52:11.602 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22828:20240823T105241Z |
8179 | 2024-08-23T21:52:12.231Z | [ host-image] Aug 23 21:52:11.602 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22828:20240823T105238Z |
8180 | 2024-08-23T21:52:12.233Z | [ host-image] Aug 23 21:52:11.602 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22828:20240823T105239Z |
8181 | 2024-08-23T21:52:12.233Z | [ host-image] Aug 23 21:52:11.602 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8182 | 2024-08-23T21:52:12.233Z | [ host-image] Aug 23 21:52:11.602 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8183 | 2024-08-23T21:52:12.261Z | [ host-image] Aug 23 21:52:11.631 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22828:20240823T105239Z |
8184 | 2024-08-23T21:52:12.263Z | [ host-image] Aug 23 21:52:11.632 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8185 | 2024-08-23T21:52:12.263Z | [ host-image] Aug 23 21:52:11.632 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22828:20240823T105239Z |
8186 | 2024-08-23T21:52:12.263Z | [ host-image] Aug 23 21:52:11.632 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22828:20240823T105239Z |
8187 | 2024-08-23T21:52:12.263Z | [ host-image] Aug 23 21:52:11.633 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22828:20240823T105239Z |
8188 | 2024-08-23T21:52:12.263Z | [ host-image] Aug 23 21:52:11.633 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8189 | 2024-08-23T21:52:12.263Z | [ host-image] Aug 23 21:52:11.634 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8190 | 2024-08-23T21:52:12.266Z | [ host-image] Aug 23 21:52:11.634 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22828:20240823T105240Z |
8191 | 2024-08-23T21:52:12.266Z | [ host-image] Aug 23 21:52:11.635 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22828:20240823T105240Z |
8192 | 2024-08-23T21:52:12.266Z | [ host-image] Aug 23 21:52:11.635 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22828:20240823T105240Z |
8193 | 2024-08-23T21:52:12.266Z | [ host-image] Aug 23 21:52:11.635 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22828:20240823T105240Z |
8194 | 2024-08-23T21:52:12.266Z | [ host-image] Aug 23 21:52:11.635 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22828:20240823T105241Z |
8195 | 2024-08-23T21:52:12.266Z | [ host-image] Aug 23 21:52:11.636 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22828:20240823T105241Z |
8196 | 2024-08-23T21:52:12.269Z | [ host-image] Aug 23 21:52:11.638 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8197 | 2024-08-23T21:52:12.269Z | [ host-image] Aug 23 21:52:11.639 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22828:20240823T105242Z |
8198 | 2024-08-23T21:52:12.271Z | [ host-image] Aug 23 21:52:11.640 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22828:20240823T105242Z |
8199 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.640 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22828:20240823T105242Z |
8200 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.641 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22828:20240823T105243Z |
8201 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.641 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22828:20240823T105242Z |
8202 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.641 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22828:20240823T105243Z |
8203 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.641 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8204 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.641 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8205 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.642 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22828:20240823T105245Z |
8206 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.642 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22828:20240823T105246Z |
8207 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.642 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8208 | 2024-08-23T21:52:12.272Z | [ host-image] Aug 23 21:52:11.642 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8209 | 2024-08-23T21:52:12.274Z | [ host-image] Aug 23 21:52:11.642 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8210 | 2024-08-23T21:52:12.274Z | [ host-image] Aug 23 21:52:11.642 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8211 | 2024-08-23T21:52:12.275Z | [ host-image] Aug 23 21:52:11.642 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8212 | 2024-08-23T21:52:12.275Z | [ host-image] Aug 23 21:52:11.643 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8213 | 2024-08-23T21:52:12.275Z | [ host-image] Aug 23 21:52:11.645 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8214 | 2024-08-23T21:52:12.275Z | [ host-image] Aug 23 21:52:11.645 INFO O| tempdir @ "/tmp/.tmpvU2zMB/tmp" |
8215 | 2024-08-23T21:52:12.275Z | [ host-image] Aug 23 21:52:11.645 INFO O| image root @ "/tmp/.tmpvU2zMB/tmp/root" |
8216 | 2024-08-23T21:52:12.275Z | [ host-image] Aug 23 21:52:11.645 INFO O| creating image... |
8217 | 2024-08-23T21:52:12.770Z | [ host-image] Aug 23 21:52:12.140 INFO O| copying publishers... |
8218 | 2024-08-23T21:52:18.741Z | [ host-image] Aug 23 21:52:18.110 INFO O| adding properties... |
8219 | 2024-08-23T21:52:19.752Z | [ host-image] Aug 23 21:52:19.121 INFO O| installing packages... |
8220 | 2024-08-23T21:52:32.973Z | [ recovery-image] Aug 23 21:52:32.340 INFO O| ok, image written! |
8221 | 2024-08-23T21:52:32.973Z | [ recovery-image] Aug 23 21:52:32.340 INFO O| ok, boot_image_csum file written! |
8222 | 2024-08-23T21:52:32.977Z | [ recovery-image] Aug 23 21:52:32.344 INFO creating boot archive (CPIO)... |
8223 | 2024-08-23T21:52:32.979Z | [ recovery-image] Aug 23 21:52:32.344 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 |
8224 | 2024-08-23T21:52:32.984Z | [ recovery-image] Aug 23 21:52:32.352 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8225 | 2024-08-23T21:52:32.984Z | [ recovery-image] Aug 23 21:52:32.352 INFO E| + outfile=/work/os-recovery/cpio |
8226 | 2024-08-23T21:52:32.987Z | [ recovery-image] Aug 23 21:52:32.352 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8227 | 2024-08-23T21:52:32.987Z | [ recovery-image] Aug 23 21:52:32.354 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8228 | 2024-08-23T21:52:32.987Z | [ recovery-image] Aug 23 21:52:32.354 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8229 | 2024-08-23T21:52:33.017Z | [ recovery-image] Aug 23 21:52:32.384 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8230 | 2024-08-23T21:52:33.017Z | [ recovery-image] Aug 23 21:52:32.384 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8231 | 2024-08-23T21:52:33.024Z | [ recovery-image] Aug 23 21:52:32.391 INFO creating compressed cpio/unix for nanobl-rs... |
8232 | 2024-08-23T21:52:33.024Z | [ recovery-image] Aug 23 21:52:32.391 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 |
8233 | 2024-08-23T21:52:33.303Z | [ recovery-image] Aug 23 21:52:32.670 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8234 | 2024-08-23T21:52:34.779Z | [ host-image] Aug 23 21:52:34.145 INFO O| seeding SMF database... |
8235 | 2024-08-23T21:52:37.649Z | [ recovery-image] Aug 23 21:52:37.015 INFO creating reset image... |
8236 | 2024-08-23T21:52:37.651Z | [ recovery-image] Aug 23 21:52:37.015 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8237 | 2024-08-23T21:52:37.865Z | [ recovery-image] Aug 23 21:52:37.231 INFO E| Updating crates.io index |
8238 | 2024-08-23T21:52:37.946Z | [ recovery-image] Aug 23 21:52:37.312 INFO E| Downloading crates ... |
8239 | 2024-08-23T21:52:37.994Z | [ recovery-image] Aug 23 21:52:37.361 INFO E| Downloaded shared_child v1.0.0 |
8240 | 2024-08-23T21:52:37.997Z | [ recovery-image] Aug 23 21:52:37.363 INFO E| Downloaded anstyle-query v1.0.2 |
8241 | 2024-08-23T21:52:37.999Z | [ recovery-image] Aug 23 21:52:37.364 INFO E| Downloaded anstyle v1.0.6 |
8242 | 2024-08-23T21:52:38.002Z | [ recovery-image] Aug 23 21:52:37.369 INFO E| Downloaded anstyle-parse v0.2.3 |
8243 | 2024-08-23T21:52:38.011Z | [ recovery-image] Aug 23 21:52:37.378 INFO E| Downloaded proc-macro2 v1.0.79 |
8244 | 2024-08-23T21:52:38.016Z | [ recovery-image] Aug 23 21:52:37.382 INFO E| Downloaded os_pipe v1.1.5 |
8245 | 2024-08-23T21:52:38.019Z | [ recovery-image] Aug 23 21:52:37.385 INFO E| Downloaded anstream v0.6.13 |
8246 | 2024-08-23T21:52:38.021Z | [ recovery-image] Aug 23 21:52:37.388 INFO E| Downloaded duct v0.13.7 |
8247 | 2024-08-23T21:52:38.024Z | [ recovery-image] Aug 23 21:52:37.389 INFO E| Downloaded clap_derive v4.5.3 |
8248 | 2024-08-23T21:52:38.026Z | [ recovery-image] Aug 23 21:52:37.391 INFO E| Downloaded clap v4.5.3 |
8249 | 2024-08-23T21:52:38.046Z | [ recovery-image] Aug 23 21:52:37.413 INFO E| Downloaded syn v2.0.53 |
8250 | 2024-08-23T21:52:38.072Z | [ recovery-image] Aug 23 21:52:37.439 INFO E| Downloaded libc v0.2.153 |
8251 | 2024-08-23T21:52:38.148Z | [ recovery-image] Aug 23 21:52:37.514 INFO E| Compiling proc-macro2 v1.0.79 |
8252 | 2024-08-23T21:52:38.148Z | [ recovery-image] Aug 23 21:52:37.514 INFO E| Compiling libc v0.2.153 |
8253 | 2024-08-23T21:52:38.151Z | [ recovery-image] Aug 23 21:52:37.514 INFO E| Compiling unicode-ident v1.0.12 |
8254 | 2024-08-23T21:52:38.151Z | [ recovery-image] Aug 23 21:52:37.514 INFO E| Compiling utf8parse v0.2.1 |
8255 | 2024-08-23T21:52:38.151Z | [ recovery-image] Aug 23 21:52:37.515 INFO E| Compiling anstyle v1.0.6 |
8256 | 2024-08-23T21:52:38.151Z | [ recovery-image] Aug 23 21:52:37.515 INFO E| Compiling anstyle-query v1.0.2 |
8257 | 2024-08-23T21:52:38.151Z | [ recovery-image] Aug 23 21:52:37.515 INFO E| Compiling colorchoice v1.0.0 |
8258 | 2024-08-23T21:52:38.151Z | [ recovery-image] Aug 23 21:52:37.515 INFO E| Compiling clap_lex v0.7.0 |
8259 | 2024-08-23T21:52:38.369Z | [ recovery-image] Aug 23 21:52:37.735 INFO E| Compiling anstyle-parse v0.2.3 |
8260 | 2024-08-23T21:52:38.423Z | [ recovery-image] Aug 23 21:52:37.789 INFO E| Compiling strsim v0.11.0 |
8261 | 2024-08-23T21:52:38.457Z | [ recovery-image] Aug 23 21:52:37.823 INFO E| Compiling heck v0.5.0 |
8262 | 2024-08-23T21:52:38.460Z | [ recovery-image] Aug 23 21:52:37.824 INFO E| Compiling once_cell v1.19.0 |
8263 | 2024-08-23T21:52:38.707Z | [ recovery-image] Aug 23 21:52:38.072 INFO E| Compiling anstream v0.6.13 |
8264 | 2024-08-23T21:52:39.075Z | [ recovery-image] Aug 23 21:52:38.441 INFO E| Compiling clap_builder v4.5.2 |
8265 | 2024-08-23T21:52:39.601Z | [ recovery-image] Aug 23 21:52:38.967 INFO E| Compiling quote v1.0.35 |
8266 | 2024-08-23T21:52:39.711Z | [ recovery-image] Aug 23 21:52:39.077 INFO E| Compiling shared_child v1.0.0 |
8267 | 2024-08-23T21:52:39.711Z | [ recovery-image] Aug 23 21:52:39.077 INFO E| Compiling os_pipe v1.1.5 |
8268 | 2024-08-23T21:52:39.862Z | [ recovery-image] Aug 23 21:52:39.228 INFO E| Compiling duct v0.13.7 |
8269 | 2024-08-23T21:52:39.961Z | [ recovery-image] Aug 23 21:52:39.327 INFO E| Compiling syn v2.0.53 |
8270 | 2024-08-23T21:52:43.444Z | [ host-image] Aug 23 21:52:42.809 INFO O| configuring SMF profile... |
8271 | 2024-08-23T21:52:43.446Z | [ host-image] Aug 23 21:52:42.809 INFO O| modifying shadow(5)... |
8272 | 2024-08-23T21:52:43.446Z | [ host-image] Aug 23 21:52:42.809 INFO O| loading user and group database... |
8273 | 2024-08-23T21:52:43.446Z | [ host-image] Aug 23 21:52:42.809 INFO O| assessing packaged files... |
8274 | 2024-08-23T21:52:44.972Z | [ recovery-image] Aug 23 21:52:44.337 INFO E| Compiling clap_derive v4.5.3 |
8275 | 2024-08-23T21:52:46.261Z | [ host-image] Aug 23 21:52:45.626 INFO O| creating archive... |
8276 | 2024-08-23T21:52:46.316Z | [ host-image] Aug 23 21:52:45.681 INFO O| missing from packaging: |
8277 | 2024-08-23T21:52:46.316Z | [ host-image] Aug 23 21:52:45.681 INFO O| "etc/.pwd.lock" |
8278 | 2024-08-23T21:52:46.319Z | [ host-image] Aug 23 21:52:45.681 INFO O| "etc/bash" |
8279 | 2024-08-23T21:52:46.325Z | [ host-image] Aug 23 21:52:45.690 INFO O| "etc/svc/profile/generic.xml" |
8280 | 2024-08-23T21:52:46.325Z | [ host-image] Aug 23 21:52:45.690 INFO O| "etc/svc/profile/inetd_services.xml" |
8281 | 2024-08-23T21:52:46.328Z | [ host-image] Aug 23 21:52:45.690 INFO O| "etc/svc/profile/name_service.xml" |
8282 | 2024-08-23T21:52:46.328Z | [ host-image] Aug 23 21:52:45.690 INFO O| "etc/svc/profile/platform.xml" |
8283 | 2024-08-23T21:52:46.328Z | [ host-image] Aug 23 21:52:45.690 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8284 | 2024-08-23T21:52:46.328Z | [ host-image] Aug 23 21:52:45.690 INFO O| "etc/svc/repository.db" |
8285 | 2024-08-23T21:52:46.341Z | [ host-image] Aug 23 21:52:45.706 INFO O| "opt/ooce/share" |
8286 | 2024-08-23T21:52:46.341Z | [ host-image] Aug 23 21:52:45.706 INFO O| "opt/ooce/share/man" |
8287 | 2024-08-23T21:52:46.343Z | [ host-image] Aug 23 21:52:45.706 INFO O| "opt/ooce/share/man/man1" |
8288 | 2024-08-23T21:52:46.353Z | [ host-image] Aug 23 21:52:45.718 INFO O| finishing archive... |
8289 | 2024-08-23T21:52:46.987Z | [ recovery-image] Aug 23 21:52:46.352 INFO E| Compiling clap v4.5.3 |
8290 | 2024-08-23T21:52:47.040Z | [ recovery-image] Aug 23 21:52:46.404 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8291 | 2024-08-23T21:52:48.131Z | [ recovery-image] Aug 23 21:52:47.495 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s |
8292 | 2024-08-23T21:52:48.139Z | [ recovery-image] Aug 23 21:52:47.504 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8293 | 2024-08-23T21:52:48.250Z | [ recovery-image] Aug 23 21:52:47.615 INFO E| Updating crates.io index |
8294 | 2024-08-23T21:52:48.405Z | [ recovery-image] Aug 23 21:52:47.769 INFO E| Downloading crates ... |
8295 | 2024-08-23T21:52:48.458Z | [ recovery-image] Aug 23 21:52:47.823 INFO E| Downloaded cpio_reader v0.1.1 |
8296 | 2024-08-23T21:52:48.461Z | [ recovery-image] Aug 23 21:52:47.825 INFO E| Downloaded seq-macro v0.3.5 |
8297 | 2024-08-23T21:52:48.479Z | [ recovery-image] Aug 23 21:52:47.844 INFO E| Downloaded raw-cpuid v10.7.0 |
8298 | 2024-08-23T21:52:48.483Z | [ recovery-image] Aug 23 21:52:47.847 INFO E| Downloaded bit_field v0.10.2 |
8299 | 2024-08-23T21:52:48.630Z | [ recovery-image] Aug 23 21:52:47.994 INFO E| Downloaded x86 v0.52.0 |
8300 | 2024-08-23T21:52:48.700Z | [ recovery-image] Aug 23 21:52:48.064 INFO E| Updating crates.io index |
8301 | 2024-08-23T21:52:48.747Z | [ recovery-image] Aug 23 21:52:48.112 INFO E| Downloading crates ... |
8302 | 2024-08-23T21:52:48.802Z | [ recovery-image] Aug 23 21:52:48.167 INFO E| Downloaded compiler_builtins v0.1.108 |
8303 | 2024-08-23T21:52:48.870Z | [ recovery-image] Aug 23 21:52:48.234 INFO E| Compiling compiler_builtins v0.1.108 |
8304 | 2024-08-23T21:52:48.870Z | [ recovery-image] Aug 23 21:52:48.234 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) |
8305 | 2024-08-23T21:52:48.872Z | [ recovery-image] Aug 23 21:52:48.234 INFO E| Compiling proc-macro2 v1.0.79 |
8306 | 2024-08-23T21:52:48.872Z | [ recovery-image] Aug 23 21:52:48.234 INFO E| Compiling unicode-ident v1.0.12 |
8307 | 2024-08-23T21:52:48.872Z | [ recovery-image] Aug 23 21:52:48.234 INFO E| Compiling syn v1.0.109 |
8308 | 2024-08-23T21:52:48.873Z | [ recovery-image] Aug 23 21:52:48.234 INFO E| Compiling x86 v0.52.0 |
8309 | 2024-08-23T21:52:48.873Z | [ recovery-image] Aug 23 21:52:48.234 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8310 | 2024-08-23T21:52:48.876Z | [ recovery-image] Aug 23 21:52:48.241 INFO E| Compiling seq-macro v0.3.5 |
8311 | 2024-08-23T21:52:49.307Z | [ host-image] Aug 23 21:52:48.671 INFO O| creating gzonly manifest... |
8312 | 2024-08-23T21:52:49.349Z | [ host-image] Aug 23 21:52:48.712 INFO O| ok |
8313 | 2024-08-23T21:52:49.488Z | [ host-image] Aug 23 21:52:48.852 INFO image builder template: ramdisk-02-trim... |
8314 | 2024-08-23T21:52:49.488Z | [ host-image] Aug 23 21:52:48.852 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/.tmpHa8UOy/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 |
8315 | 2024-08-23T21:52:49.516Z | [ host-image] Aug 23 21:52:48.880 INFO O| Aug 23 21:52:48.880 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8316 | 2024-08-23T21:52:49.520Z | [ host-image] Aug 23 21:52:48.885 INFO O| Aug 23 21:52:48.884 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8317 | 2024-08-23T21:52:49.620Z | [ host-image] Aug 23 21:52:48.984 INFO O| Aug 23 21:52:48.984 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8318 | 2024-08-23T21:52:49.693Z | [ host-image] Aug 23 21:52:49.057 INFO O| Aug 23 21:52:49.057 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8319 | 2024-08-23T21:52:49.693Z | [ host-image] Aug 23 21:52:49.057 INFO O| Aug 23 21:52:49.057 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8320 | 2024-08-23T21:52:49.698Z | [ host-image] Aug 23 21:52:49.063 INFO O| Aug 23 21:52:49.063 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8321 | 2024-08-23T21:52:49.703Z | [ host-image] Aug 23 21:52:49.067 INFO O| Aug 23 21:52:49.067 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8322 | 2024-08-23T21:52:49.708Z | [ host-image] Aug 23 21:52:49.072 INFO O| Aug 23 21:52:49.072 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8323 | 2024-08-23T21:52:49.917Z | [ host-image] Aug 23 21:52:49.281 INFO O| Aug 23 21:52:49.281 INFO rolled back to input snapshot; work may begin |
8324 | 2024-08-23T21:52:49.917Z | [ host-image] Aug 23 21:52:49.281 INFO O| Aug 23 21:52:49.281 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8325 | 2024-08-23T21:52:49.923Z | [ host-image] Aug 23 21:52:49.287 INFO O| Aug 23 21:52:49.287 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8326 | 2024-08-23T21:52:49.935Z | [ host-image] Aug 23 21:52:49.299 INFO O| Aug 23 21:52:49.299 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8327 | 2024-08-23T21:52:49.985Z | [ host-image] Aug 23 21:52:49.349 INFO O| Aug 23 21:52:49.349 INFO STEP 0 (remove_files) COMPLETE |
8328 | 2024-08-23T21:52:49.985Z | [ host-image] Aug 23 21:52:49.349 INFO O| Aug 23 21:52:49.349 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8329 | 2024-08-23T21:52:49.997Z | [ host-image] Aug 23 21:52:49.361 INFO O| Aug 23 21:52:49.361 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8330 | 2024-08-23T21:52:49.999Z | [ host-image] Aug 23 21:52:49.363 INFO O| Aug 23 21:52:49.363 INFO STEP 1 (remove_files) COMPLETE |
8331 | 2024-08-23T21:52:49.999Z | [ host-image] Aug 23 21:52:49.363 INFO O| Aug 23 21:52:49.363 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8332 | 2024-08-23T21:52:50.012Z | [ host-image] Aug 23 21:52:49.376 INFO O| Aug 23 21:52:49.376 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8333 | 2024-08-23T21:52:50.025Z | [ host-image] Aug 23 21:52:49.390 INFO O| Aug 23 21:52:49.389 INFO STEP 2 (remove_files) COMPLETE |
8334 | 2024-08-23T21:52:50.025Z | [ host-image] Aug 23 21:52:49.390 INFO O| Aug 23 21:52:49.390 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8335 | 2024-08-23T21:52:50.037Z | [ recovery-image] Aug 23 21:52:49.401 INFO E| Compiling quote v1.0.35 |
8336 | 2024-08-23T21:52:50.039Z | [ host-image] Aug 23 21:52:49.401 INFO O| Aug 23 21:52:49.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8337 | 2024-08-23T21:52:50.039Z | [ host-image] Aug 23 21:52:49.403 INFO O| Aug 23 21:52:49.402 INFO STEP 3 (remove_files) COMPLETE |
8338 | 2024-08-23T21:52:50.039Z | [ host-image] Aug 23 21:52:49.403 INFO O| Aug 23 21:52:49.403 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8339 | 2024-08-23T21:52:50.049Z | [ host-image] Aug 23 21:52:49.414 INFO O| Aug 23 21:52:49.413 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8340 | 2024-08-23T21:52:50.055Z | [ host-image] Aug 23 21:52:49.418 INFO O| Aug 23 21:52:49.418 INFO STEP 4 (remove_files) COMPLETE |
8341 | 2024-08-23T21:52:50.055Z | [ host-image] Aug 23 21:52:49.418 INFO O| Aug 23 21:52:49.418 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8342 | 2024-08-23T21:52:50.068Z | [ host-image] Aug 23 21:52:49.432 INFO O| Aug 23 21:52:49.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8343 | 2024-08-23T21:52:50.070Z | [ host-image] Aug 23 21:52:49.435 INFO O| Aug 23 21:52:49.435 INFO STEP 5 (remove_files) COMPLETE |
8344 | 2024-08-23T21:52:50.070Z | [ host-image] Aug 23 21:52:49.435 INFO O| Aug 23 21:52:49.435 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8345 | 2024-08-23T21:52:50.084Z | [ host-image] Aug 23 21:52:49.448 INFO O| Aug 23 21:52:49.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8346 | 2024-08-23T21:52:50.097Z | [ host-image] Aug 23 21:52:49.462 INFO O| Aug 23 21:52:49.461 INFO STEP 6 (remove_files) COMPLETE |
8347 | 2024-08-23T21:52:50.097Z | [ host-image] Aug 23 21:52:49.462 INFO O| Aug 23 21:52:49.462 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8348 | 2024-08-23T21:52:50.109Z | [ host-image] Aug 23 21:52:49.473 INFO O| Aug 23 21:52:49.473 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8349 | 2024-08-23T21:52:50.127Z | [ host-image] Aug 23 21:52:49.491 INFO O| Aug 23 21:52:49.491 INFO STEP 7 (remove_files) COMPLETE |
8350 | 2024-08-23T21:52:50.127Z | [ host-image] Aug 23 21:52:49.491 INFO O| Aug 23 21:52:49.491 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8351 | 2024-08-23T21:52:50.143Z | [ host-image] Aug 23 21:52:49.507 INFO O| Aug 23 21:52:49.507 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8352 | 2024-08-23T21:52:50.265Z | [ host-image] Aug 23 21:52:49.629 INFO O| Aug 23 21:52:49.629 INFO STEP 8 (remove_files) COMPLETE |
8353 | 2024-08-23T21:52:50.265Z | [ host-image] Aug 23 21:52:49.629 INFO O| Aug 23 21:52:49.629 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8354 | 2024-08-23T21:52:50.277Z | [ host-image] Aug 23 21:52:49.641 INFO O| Aug 23 21:52:49.641 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8355 | 2024-08-23T21:52:50.324Z | [ recovery-image] Aug 23 21:52:49.688 INFO E| Compiling syn v2.0.53 |
8356 | 2024-08-23T21:52:50.407Z | [ host-image] Aug 23 21:52:49.771 INFO O| Aug 23 21:52:49.771 INFO STEP 9 (remove_files) COMPLETE |
8357 | 2024-08-23T21:52:50.407Z | [ host-image] Aug 23 21:52:49.771 INFO O| Aug 23 21:52:49.771 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8358 | 2024-08-23T21:52:50.420Z | [ host-image] Aug 23 21:52:49.784 INFO O| Aug 23 21:52:49.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8359 | 2024-08-23T21:52:50.425Z | [ host-image] Aug 23 21:52:49.789 INFO O| Aug 23 21:52:49.789 INFO STEP 10 (remove_files) COMPLETE |
8360 | 2024-08-23T21:52:50.427Z | [ host-image] Aug 23 21:52:49.789 INFO O| Aug 23 21:52:49.789 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8361 | 2024-08-23T21:52:50.441Z | [ host-image] Aug 23 21:52:49.805 INFO O| Aug 23 21:52:49.805 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8362 | 2024-08-23T21:52:50.443Z | [ host-image] Aug 23 21:52:49.806 INFO O| Aug 23 21:52:49.806 INFO STEP 11 (remove_files) COMPLETE |
8363 | 2024-08-23T21:52:50.443Z | [ host-image] Aug 23 21:52:49.806 INFO O| Aug 23 21:52:49.806 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8364 | 2024-08-23T21:52:50.456Z | [ host-image] Aug 23 21:52:49.820 INFO O| Aug 23 21:52:49.820 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8365 | 2024-08-23T21:52:50.458Z | [ host-image] Aug 23 21:52:49.822 INFO O| Aug 23 21:52:49.822 INFO STEP 12 (remove_files) COMPLETE |
8366 | 2024-08-23T21:52:50.459Z | [ host-image] Aug 23 21:52:49.822 INFO O| Aug 23 21:52:49.822 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8367 | 2024-08-23T21:52:50.494Z | [ host-image] Aug 23 21:52:49.858 INFO O| Aug 23 21:52:49.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8368 | 2024-08-23T21:52:50.496Z | [ host-image] Aug 23 21:52:49.858 INFO O| Aug 23 21:52:49.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8369 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.858 INFO O| Aug 23 21:52:49.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8370 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.859 INFO O| Aug 23 21:52:49.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8371 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.859 INFO O| Aug 23 21:52:49.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8372 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.859 INFO O| Aug 23 21:52:49.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8373 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.859 INFO O| Aug 23 21:52:49.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8374 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.860 INFO O| Aug 23 21:52:49.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8375 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.860 INFO O| Aug 23 21:52:49.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8376 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.860 INFO O| Aug 23 21:52:49.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8377 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.861 INFO O| Aug 23 21:52:49.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8378 | 2024-08-23T21:52:50.497Z | [ host-image] Aug 23 21:52:49.861 INFO O| Aug 23 21:52:49.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8379 | 2024-08-23T21:52:50.499Z | [ host-image] Aug 23 21:52:49.861 INFO O| Aug 23 21:52:49.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8380 | 2024-08-23T21:52:50.499Z | [ host-image] Aug 23 21:52:49.861 INFO O| Aug 23 21:52:49.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8381 | 2024-08-23T21:52:50.499Z | [ host-image] Aug 23 21:52:49.861 INFO O| Aug 23 21:52:49.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8382 | 2024-08-23T21:52:50.499Z | [ host-image] Aug 23 21:52:49.861 INFO O| Aug 23 21:52:49.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8383 | 2024-08-23T21:52:50.499Z | [ host-image] Aug 23 21:52:49.861 INFO O| Aug 23 21:52:49.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8384 | 2024-08-23T21:52:50.771Z | [ host-image] Aug 23 21:52:50.135 INFO O| Aug 23 21:52:50.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8385 | 2024-08-23T21:52:50.774Z | [ host-image] Aug 23 21:52:50.136 INFO O| Aug 23 21:52:50.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8386 | 2024-08-23T21:52:50.813Z | [ host-image] Aug 23 21:52:50.177 INFO O| Aug 23 21:52:50.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8387 | 2024-08-23T21:52:50.816Z | [ host-image] Aug 23 21:52:50.177 INFO O| Aug 23 21:52:50.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8388 | 2024-08-23T21:52:50.898Z | [ host-image] Aug 23 21:52:50.262 INFO O| Aug 23 21:52:50.262 INFO STEP 13 (remove_files) COMPLETE |
8389 | 2024-08-23T21:52:50.898Z | [ host-image] Aug 23 21:52:50.262 INFO O| Aug 23 21:52:50.262 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8390 | 2024-08-23T21:52:50.912Z | [ host-image] Aug 23 21:52:50.276 INFO O| Aug 23 21:52:50.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8391 | 2024-08-23T21:52:50.915Z | [ host-image] Aug 23 21:52:50.279 INFO O| Aug 23 21:52:50.278 INFO STEP 14 (remove_files) COMPLETE |
8392 | 2024-08-23T21:52:50.915Z | [ host-image] Aug 23 21:52:50.279 INFO O| Aug 23 21:52:50.279 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8393 | 2024-08-23T21:52:50.928Z | [ host-image] Aug 23 21:52:50.292 INFO O| Aug 23 21:52:50.292 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8394 | 2024-08-23T21:52:50.940Z | [ host-image] Aug 23 21:52:50.303 INFO O| Aug 23 21:52:50.303 INFO STEP 15 (remove_files) COMPLETE |
8395 | 2024-08-23T21:52:50.940Z | [ host-image] Aug 23 21:52:50.304 INFO O| Aug 23 21:52:50.303 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8396 | 2024-08-23T21:52:50.955Z | [ host-image] Aug 23 21:52:50.319 INFO O| Aug 23 21:52:50.319 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8397 | 2024-08-23T21:52:50.958Z | [ host-image] Aug 23 21:52:50.319 INFO O| Aug 23 21:52:50.319 INFO STEP 16 (remove_files) COMPLETE |
8398 | 2024-08-23T21:52:50.958Z | [ host-image] Aug 23 21:52:50.320 INFO O| Aug 23 21:52:50.319 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-23T21:52:50.969Z | [ host-image] Aug 23 21:52:50.333 INFO O| Aug 23 21:52:50.333 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8400 | 2024-08-23T21:52:50.972Z | [ host-image] Aug 23 21:52:50.335 INFO O| Aug 23 21:52:50.335 INFO STEP 17 (remove_files) COMPLETE |
8401 | 2024-08-23T21:52:50.972Z | [ host-image] Aug 23 21:52:50.335 INFO O| Aug 23 21:52:50.335 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-23T21:52:50.985Z | [ host-image] Aug 23 21:52:50.349 INFO O| Aug 23 21:52:50.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8403 | 2024-08-23T21:52:50.985Z | [ host-image] Aug 23 21:52:50.349 INFO O| Aug 23 21:52:50.349 INFO STEP 18 (remove_files) COMPLETE |
8404 | 2024-08-23T21:52:50.985Z | [ host-image] Aug 23 21:52:50.349 INFO O| Aug 23 21:52:50.349 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-23T21:52:50.995Z | [ host-image] Aug 23 21:52:50.359 INFO O| Aug 23 21:52:50.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8406 | 2024-08-23T21:52:50.995Z | [ host-image] Aug 23 21:52:50.359 INFO O| Aug 23 21:52:50.359 INFO STEP 19 (remove_files) COMPLETE |
8407 | 2024-08-23T21:52:50.995Z | [ host-image] Aug 23 21:52:50.359 INFO O| Aug 23 21:52:50.359 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-23T21:52:51.005Z | [ host-image] Aug 23 21:52:50.369 INFO O| Aug 23 21:52:50.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8409 | 2024-08-23T21:52:51.005Z | [ host-image] Aug 23 21:52:50.369 INFO O| Aug 23 21:52:50.369 INFO STEP 20 (remove_files) COMPLETE |
8410 | 2024-08-23T21:52:51.007Z | [ host-image] Aug 23 21:52:50.369 INFO O| Aug 23 21:52:50.369 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-23T21:52:51.015Z | [ host-image] Aug 23 21:52:50.379 INFO O| Aug 23 21:52:50.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8412 | 2024-08-23T21:52:51.015Z | [ host-image] Aug 23 21:52:50.379 INFO O| Aug 23 21:52:50.379 INFO STEP 21 (remove_files) COMPLETE |
8413 | 2024-08-23T21:52:51.017Z | [ host-image] Aug 23 21:52:50.379 INFO O| Aug 23 21:52:50.379 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-23T21:52:51.024Z | [ host-image] Aug 23 21:52:50.388 INFO O| Aug 23 21:52:50.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8415 | 2024-08-23T21:52:51.025Z | [ host-image] Aug 23 21:52:50.389 INFO O| Aug 23 21:52:50.388 INFO STEP 22 (remove_files) COMPLETE |
8416 | 2024-08-23T21:52:51.027Z | [ host-image] Aug 23 21:52:50.389 INFO O| Aug 23 21:52:50.389 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-23T21:52:51.034Z | [ host-image] Aug 23 21:52:50.398 INFO O| Aug 23 21:52:50.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8418 | 2024-08-23T21:52:51.034Z | [ host-image] Aug 23 21:52:50.398 INFO O| Aug 23 21:52:50.398 INFO STEP 23 (remove_files) COMPLETE |
8419 | 2024-08-23T21:52:51.041Z | [ host-image] Aug 23 21:52:50.398 INFO O| Aug 23 21:52:50.398 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-23T21:52:51.051Z | [ host-image] Aug 23 21:52:50.410 INFO O| Aug 23 21:52:50.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8421 | 2024-08-23T21:52:51.051Z | [ host-image] Aug 23 21:52:50.410 INFO O| Aug 23 21:52:50.410 INFO STEP 24 (remove_files) COMPLETE |
8422 | 2024-08-23T21:52:51.051Z | [ host-image] Aug 23 21:52:50.410 INFO O| Aug 23 21:52:50.410 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-23T21:52:51.062Z | [ host-image] Aug 23 21:52:50.426 INFO O| Aug 23 21:52:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8424 | 2024-08-23T21:52:51.064Z | [ host-image] Aug 23 21:52:50.426 INFO O| Aug 23 21:52:50.426 INFO STEP 25 (remove_files) COMPLETE |
8425 | 2024-08-23T21:52:51.064Z | [ host-image] Aug 23 21:52:50.426 INFO O| Aug 23 21:52:50.426 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-23T21:52:51.073Z | [ host-image] Aug 23 21:52:50.437 INFO O| Aug 23 21:52:50.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8427 | 2024-08-23T21:52:51.073Z | [ host-image] Aug 23 21:52:50.437 INFO O| Aug 23 21:52:50.437 INFO STEP 26 (remove_files) COMPLETE |
8428 | 2024-08-23T21:52:51.073Z | [ host-image] Aug 23 21:52:50.437 INFO O| Aug 23 21:52:50.437 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-23T21:52:51.085Z | [ host-image] Aug 23 21:52:50.449 INFO O| Aug 23 21:52:50.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8430 | 2024-08-23T21:52:51.088Z | [ host-image] Aug 23 21:52:50.449 INFO O| Aug 23 21:52:50.449 INFO STEP 27 (remove_files) COMPLETE |
8431 | 2024-08-23T21:52:51.088Z | [ host-image] Aug 23 21:52:50.449 INFO O| Aug 23 21:52:50.449 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-23T21:52:51.095Z | [ host-image] Aug 23 21:52:50.459 INFO O| Aug 23 21:52:50.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8433 | 2024-08-23T21:52:51.095Z | [ host-image] Aug 23 21:52:50.459 INFO O| Aug 23 21:52:50.459 INFO STEP 28 (remove_files) COMPLETE |
8434 | 2024-08-23T21:52:51.098Z | [ host-image] Aug 23 21:52:50.459 INFO O| Aug 23 21:52:50.459 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-23T21:52:51.107Z | [ host-image] Aug 23 21:52:50.471 INFO O| Aug 23 21:52:50.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8436 | 2024-08-23T21:52:51.107Z | [ host-image] Aug 23 21:52:50.471 INFO O| Aug 23 21:52:50.471 INFO STEP 29 (remove_files) COMPLETE |
8437 | 2024-08-23T21:52:51.109Z | [ host-image] Aug 23 21:52:50.471 INFO O| Aug 23 21:52:50.471 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-23T21:52:51.117Z | [ host-image] Aug 23 21:52:50.481 INFO O| Aug 23 21:52:50.481 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8439 | 2024-08-23T21:52:51.120Z | [ host-image] Aug 23 21:52:50.481 INFO O| Aug 23 21:52:50.481 INFO STEP 30 (remove_files) COMPLETE |
8440 | 2024-08-23T21:52:51.120Z | [ host-image] Aug 23 21:52:50.481 INFO O| Aug 23 21:52:50.481 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8441 | 2024-08-23T21:52:51.128Z | [ host-image] Aug 23 21:52:50.491 INFO O| Aug 23 21:52:50.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8442 | 2024-08-23T21:52:51.128Z | [ host-image] Aug 23 21:52:50.492 INFO O| Aug 23 21:52:50.491 INFO STEP 31 (remove_files) COMPLETE |
8443 | 2024-08-23T21:52:51.130Z | [ host-image] Aug 23 21:52:50.492 INFO O| Aug 23 21:52:50.492 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8444 | 2024-08-23T21:52:51.138Z | [ host-image] Aug 23 21:52:50.502 INFO O| Aug 23 21:52:50.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8445 | 2024-08-23T21:52:51.140Z | [ host-image] Aug 23 21:52:50.502 INFO O| Aug 23 21:52:50.502 INFO STEP 32 (remove_files) COMPLETE |
8446 | 2024-08-23T21:52:51.140Z | [ host-image] Aug 23 21:52:50.502 INFO O| Aug 23 21:52:50.502 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8447 | 2024-08-23T21:52:51.148Z | [ host-image] Aug 23 21:52:50.512 INFO O| Aug 23 21:52:50.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8448 | 2024-08-23T21:52:51.150Z | [ host-image] Aug 23 21:52:50.512 INFO O| Aug 23 21:52:50.512 INFO STEP 33 (remove_files) COMPLETE |
8449 | 2024-08-23T21:52:51.150Z | [ host-image] Aug 23 21:52:50.512 INFO O| Aug 23 21:52:50.512 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8450 | 2024-08-23T21:52:51.161Z | [ host-image] Aug 23 21:52:50.525 INFO O| Aug 23 21:52:50.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8451 | 2024-08-23T21:52:51.161Z | [ host-image] Aug 23 21:52:50.525 INFO O| Aug 23 21:52:50.525 INFO STEP 34 (remove_files) COMPLETE |
8452 | 2024-08-23T21:52:51.163Z | [ host-image] Aug 23 21:52:50.525 INFO O| Aug 23 21:52:50.525 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8453 | 2024-08-23T21:52:51.174Z | [ host-image] Aug 23 21:52:50.538 INFO O| Aug 23 21:52:50.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8454 | 2024-08-23T21:52:51.176Z | [ host-image] Aug 23 21:52:50.538 INFO O| Aug 23 21:52:50.538 INFO STEP 35 (remove_files) COMPLETE |
8455 | 2024-08-23T21:52:51.176Z | [ host-image] Aug 23 21:52:50.538 INFO O| Aug 23 21:52:50.538 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8456 | 2024-08-23T21:52:51.189Z | [ host-image] Aug 23 21:52:50.553 INFO O| Aug 23 21:52:50.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8457 | 2024-08-23T21:52:51.189Z | [ host-image] Aug 23 21:52:50.553 INFO O| Aug 23 21:52:50.553 INFO STEP 36 (remove_files) COMPLETE |
8458 | 2024-08-23T21:52:51.191Z | [ host-image] Aug 23 21:52:50.553 INFO O| Aug 23 21:52:50.553 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8459 | 2024-08-23T21:52:51.204Z | [ host-image] Aug 23 21:52:50.567 INFO O| Aug 23 21:52:50.567 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8460 | 2024-08-23T21:52:51.204Z | [ host-image] Aug 23 21:52:50.567 INFO O| Aug 23 21:52:50.567 INFO STEP 37 (remove_files) COMPLETE |
8461 | 2024-08-23T21:52:51.204Z | [ host-image] Aug 23 21:52:50.567 INFO O| Aug 23 21:52:50.567 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8462 | 2024-08-23T21:52:51.213Z | [ host-image] Aug 23 21:52:50.577 INFO O| Aug 23 21:52:50.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8463 | 2024-08-23T21:52:51.213Z | [ host-image] Aug 23 21:52:50.577 INFO O| Aug 23 21:52:50.577 INFO STEP 38 (remove_files) COMPLETE |
8464 | 2024-08-23T21:52:51.213Z | [ host-image] Aug 23 21:52:50.577 INFO O| Aug 23 21:52:50.577 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8465 | 2024-08-23T21:52:51.223Z | [ host-image] Aug 23 21:52:50.587 INFO O| Aug 23 21:52:50.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8466 | 2024-08-23T21:52:51.223Z | [ host-image] Aug 23 21:52:50.587 INFO O| Aug 23 21:52:50.587 INFO STEP 39 (remove_files) COMPLETE |
8467 | 2024-08-23T21:52:51.223Z | [ host-image] Aug 23 21:52:50.587 INFO O| Aug 23 21:52:50.587 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8468 | 2024-08-23T21:52:51.234Z | [ host-image] Aug 23 21:52:50.598 INFO O| Aug 23 21:52:50.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8469 | 2024-08-23T21:52:51.234Z | [ host-image] Aug 23 21:52:50.598 INFO O| Aug 23 21:52:50.598 INFO STEP 40 (remove_files) COMPLETE |
8470 | 2024-08-23T21:52:51.236Z | [ host-image] Aug 23 21:52:50.598 INFO O| Aug 23 21:52:50.598 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8471 | 2024-08-23T21:52:51.244Z | [ host-image] Aug 23 21:52:50.608 INFO O| Aug 23 21:52:50.608 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8472 | 2024-08-23T21:52:51.244Z | [ host-image] Aug 23 21:52:50.608 INFO O| Aug 23 21:52:50.608 INFO STEP 41 (remove_files) COMPLETE |
8473 | 2024-08-23T21:52:51.244Z | [ host-image] Aug 23 21:52:50.608 INFO O| Aug 23 21:52:50.608 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8474 | 2024-08-23T21:52:51.259Z | [ host-image] Aug 23 21:52:50.623 INFO O| Aug 23 21:52:50.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8475 | 2024-08-23T21:52:51.259Z | [ host-image] Aug 23 21:52:50.623 INFO O| Aug 23 21:52:50.623 INFO STEP 42 (remove_files) COMPLETE |
8476 | 2024-08-23T21:52:51.259Z | [ host-image] Aug 23 21:52:50.623 INFO O| Aug 23 21:52:50.623 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8477 | 2024-08-23T21:52:51.275Z | [ host-image] Aug 23 21:52:50.639 INFO O| Aug 23 21:52:50.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8478 | 2024-08-23T21:52:51.275Z | [ host-image] Aug 23 21:52:50.639 INFO O| Aug 23 21:52:50.639 INFO STEP 43 (remove_files) COMPLETE |
8479 | 2024-08-23T21:52:51.278Z | [ host-image] Aug 23 21:52:50.639 INFO O| Aug 23 21:52:50.639 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8480 | 2024-08-23T21:52:51.286Z | [ host-image] Aug 23 21:52:50.650 INFO O| Aug 23 21:52:50.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8481 | 2024-08-23T21:52:51.288Z | [ host-image] Aug 23 21:52:50.650 INFO O| Aug 23 21:52:50.650 INFO STEP 44 (remove_files) COMPLETE |
8482 | 2024-08-23T21:52:51.288Z | [ host-image] Aug 23 21:52:50.650 INFO O| Aug 23 21:52:50.650 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8483 | 2024-08-23T21:52:51.298Z | [ host-image] Aug 23 21:52:50.661 INFO O| Aug 23 21:52:50.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8484 | 2024-08-23T21:52:51.298Z | [ host-image] Aug 23 21:52:50.661 INFO O| Aug 23 21:52:50.661 INFO STEP 45 (remove_files) COMPLETE |
8485 | 2024-08-23T21:52:51.300Z | [ host-image] Aug 23 21:52:50.662 INFO O| Aug 23 21:52:50.661 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8486 | 2024-08-23T21:52:51.311Z | [ host-image] Aug 23 21:52:50.675 INFO O| Aug 23 21:52:50.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8487 | 2024-08-23T21:52:51.314Z | [ host-image] Aug 23 21:52:50.675 INFO O| Aug 23 21:52:50.675 INFO STEP 46 (remove_files) COMPLETE |
8488 | 2024-08-23T21:52:51.314Z | [ host-image] Aug 23 21:52:50.675 INFO O| Aug 23 21:52:50.675 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8489 | 2024-08-23T21:52:51.328Z | [ host-image] Aug 23 21:52:50.691 INFO O| Aug 23 21:52:50.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8490 | 2024-08-23T21:52:51.328Z | [ host-image] Aug 23 21:52:50.692 INFO O| Aug 23 21:52:50.691 INFO STEP 47 (remove_files) COMPLETE |
8491 | 2024-08-23T21:52:51.330Z | [ host-image] Aug 23 21:52:50.692 INFO O| Aug 23 21:52:50.692 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8492 | 2024-08-23T21:52:51.338Z | [ host-image] Aug 23 21:52:50.702 INFO O| Aug 23 21:52:50.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8493 | 2024-08-23T21:52:51.338Z | [ host-image] Aug 23 21:52:50.702 INFO O| Aug 23 21:52:50.702 INFO STEP 48 (remove_files) COMPLETE |
8494 | 2024-08-23T21:52:51.341Z | [ host-image] Aug 23 21:52:50.702 INFO O| Aug 23 21:52:50.702 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8495 | 2024-08-23T21:52:51.348Z | [ host-image] Aug 23 21:52:50.712 INFO O| Aug 23 21:52:50.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8496 | 2024-08-23T21:52:51.348Z | [ host-image] Aug 23 21:52:50.712 INFO O| Aug 23 21:52:50.712 INFO STEP 49 (remove_files) COMPLETE |
8497 | 2024-08-23T21:52:51.348Z | [ host-image] Aug 23 21:52:50.712 INFO O| Aug 23 21:52:50.712 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8498 | 2024-08-23T21:52:51.358Z | [ host-image] Aug 23 21:52:50.722 INFO O| Aug 23 21:52:50.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8499 | 2024-08-23T21:52:51.358Z | [ host-image] Aug 23 21:52:50.722 INFO O| Aug 23 21:52:50.722 INFO STEP 50 (remove_files) COMPLETE |
8500 | 2024-08-23T21:52:51.358Z | [ host-image] Aug 23 21:52:50.722 INFO O| Aug 23 21:52:50.722 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8501 | 2024-08-23T21:52:51.370Z | [ host-image] Aug 23 21:52:50.734 INFO O| Aug 23 21:52:50.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8502 | 2024-08-23T21:52:51.372Z | [ host-image] Aug 23 21:52:50.734 INFO O| Aug 23 21:52:50.734 INFO STEP 51 (remove_files) COMPLETE |
8503 | 2024-08-23T21:52:51.372Z | [ host-image] Aug 23 21:52:50.734 INFO O| Aug 23 21:52:50.734 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8504 | 2024-08-23T21:52:51.383Z | [ host-image] Aug 23 21:52:50.746 INFO O| Aug 23 21:52:50.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8505 | 2024-08-23T21:52:51.383Z | [ host-image] Aug 23 21:52:50.746 INFO O| Aug 23 21:52:50.746 INFO STEP 52 (remove_files) COMPLETE |
8506 | 2024-08-23T21:52:51.383Z | [ host-image] Aug 23 21:52:50.746 INFO O| Aug 23 21:52:50.746 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8507 | 2024-08-23T21:52:51.394Z | [ host-image] Aug 23 21:52:50.758 INFO O| Aug 23 21:52:50.758 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8508 | 2024-08-23T21:52:51.397Z | [ host-image] Aug 23 21:52:50.758 INFO O| Aug 23 21:52:50.758 INFO STEP 53 (remove_files) COMPLETE |
8509 | 2024-08-23T21:52:51.397Z | [ host-image] Aug 23 21:52:50.758 INFO O| Aug 23 21:52:50.758 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8510 | 2024-08-23T21:52:51.408Z | [ host-image] Aug 23 21:52:50.772 INFO O| Aug 23 21:52:50.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8511 | 2024-08-23T21:52:51.408Z | [ host-image] Aug 23 21:52:50.772 INFO O| Aug 23 21:52:50.772 INFO STEP 54 (remove_files) COMPLETE |
8512 | 2024-08-23T21:52:51.408Z | [ host-image] Aug 23 21:52:50.772 INFO O| Aug 23 21:52:50.772 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8513 | 2024-08-23T21:52:51.420Z | [ host-image] Aug 23 21:52:50.783 INFO O| Aug 23 21:52:50.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8514 | 2024-08-23T21:52:51.420Z | [ host-image] Aug 23 21:52:50.783 INFO O| Aug 23 21:52:50.783 INFO STEP 55 (remove_files) COMPLETE |
8515 | 2024-08-23T21:52:51.423Z | [ host-image] Aug 23 21:52:50.783 INFO O| Aug 23 21:52:50.783 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8516 | 2024-08-23T21:52:51.430Z | [ host-image] Aug 23 21:52:50.794 INFO O| Aug 23 21:52:50.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8517 | 2024-08-23T21:52:51.430Z | [ host-image] Aug 23 21:52:50.794 INFO O| Aug 23 21:52:50.794 INFO STEP 56 (remove_files) COMPLETE |
8518 | 2024-08-23T21:52:51.432Z | [ host-image] Aug 23 21:52:50.794 INFO O| Aug 23 21:52:50.794 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8519 | 2024-08-23T21:52:51.443Z | [ host-image] Aug 23 21:52:50.806 INFO O| Aug 23 21:52:50.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8520 | 2024-08-23T21:52:51.443Z | [ host-image] Aug 23 21:52:50.807 INFO O| Aug 23 21:52:50.806 INFO STEP 57 (remove_files) COMPLETE |
8521 | 2024-08-23T21:52:51.445Z | [ host-image] Aug 23 21:52:50.807 INFO O| Aug 23 21:52:50.807 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8522 | 2024-08-23T21:52:51.454Z | [ host-image] Aug 23 21:52:50.817 INFO O| Aug 23 21:52:50.817 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8523 | 2024-08-23T21:52:51.454Z | [ host-image] Aug 23 21:52:50.817 INFO O| Aug 23 21:52:50.817 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8524 | 2024-08-23T21:52:51.456Z | [ host-image] Aug 23 21:52:50.818 INFO O| Aug 23 21:52:50.818 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8525 | 2024-08-23T21:52:51.456Z | [ host-image] Aug 23 21:52:50.818 INFO O| Aug 23 21:52:50.818 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8526 | 2024-08-23T21:52:51.456Z | [ host-image] Aug 23 21:52:50.818 INFO O| Aug 23 21:52:50.818 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-23T21:52:51.456Z | [ host-image] Aug 23 21:52:50.818 INFO O| Aug 23 21:52:50.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8528 | 2024-08-23T21:52:51.456Z | [ host-image] Aug 23 21:52:50.818 INFO O| Aug 23 21:52:50.818 INFO ok! |
8529 | 2024-08-23T21:52:51.456Z | [ host-image] Aug 23 21:52:50.818 INFO O| Aug 23 21:52:50.818 INFO STEP 58 (ensure_file) COMPLETE |
8530 | 2024-08-23T21:52:51.456Z | [ host-image] Aug 23 21:52:50.818 INFO O| Aug 23 21:52:50.818 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8531 | 2024-08-23T21:52:51.465Z | [ host-image] Aug 23 21:52:50.828 INFO O| Aug 23 21:52:50.828 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8532 | 2024-08-23T21:52:51.465Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.828 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8533 | 2024-08-23T21:52:51.467Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.829 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8534 | 2024-08-23T21:52:51.467Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.829 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8535 | 2024-08-23T21:52:51.467Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.829 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-23T21:52:51.468Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8537 | 2024-08-23T21:52:51.468Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.829 INFO ok! |
8538 | 2024-08-23T21:52:51.468Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.829 INFO STEP 59 (ensure_file) COMPLETE |
8539 | 2024-08-23T21:52:51.468Z | [ host-image] Aug 23 21:52:50.829 INFO O| Aug 23 21:52:50.829 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8540 | 2024-08-23T21:52:51.479Z | [ host-image] Aug 23 21:52:50.843 INFO O| Aug 23 21:52:50.843 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8541 | 2024-08-23T21:52:51.481Z | [ host-image] Aug 23 21:52:50.843 INFO O| Aug 23 21:52:50.843 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8542 | 2024-08-23T21:52:51.481Z | [ host-image] Aug 23 21:52:50.843 INFO O| Aug 23 21:52:50.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8543 | 2024-08-23T21:52:51.481Z | [ host-image] Aug 23 21:52:50.843 INFO O| Aug 23 21:52:50.843 INFO ok! |
8544 | 2024-08-23T21:52:51.481Z | [ host-image] Aug 23 21:52:50.843 INFO O| Aug 23 21:52:50.843 INFO STEP 60 (ensure_file) COMPLETE |
8545 | 2024-08-23T21:52:51.481Z | [ host-image] Aug 23 21:52:50.843 INFO O| Aug 23 21:52:50.843 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8546 | 2024-08-23T21:52:51.490Z | [ host-image] Aug 23 21:52:50.854 INFO O| Aug 23 21:52:50.854 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8547 | 2024-08-23T21:52:51.490Z | [ host-image] Aug 23 21:52:50.854 INFO O| Aug 23 21:52:50.854 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8548 | 2024-08-23T21:52:51.492Z | [ host-image] Aug 23 21:52:50.854 INFO O| Aug 23 21:52:50.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8549 | 2024-08-23T21:52:51.493Z | [ host-image] Aug 23 21:52:50.854 INFO O| Aug 23 21:52:50.854 INFO ok! |
8550 | 2024-08-23T21:52:51.493Z | [ host-image] Aug 23 21:52:50.854 INFO O| Aug 23 21:52:50.854 INFO STEP 61 (ensure_file) COMPLETE |
8551 | 2024-08-23T21:52:51.493Z | [ host-image] Aug 23 21:52:50.854 INFO O| Aug 23 21:52:50.854 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8552 | 2024-08-23T21:52:51.501Z | [ host-image] Aug 23 21:52:50.864 INFO O| Aug 23 21:52:50.864 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8553 | 2024-08-23T21:52:51.501Z | [ host-image] Aug 23 21:52:50.865 INFO O| Aug 23 21:52:50.865 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8554 | 2024-08-23T21:52:51.503Z | [ host-image] Aug 23 21:52:50.865 INFO O| Aug 23 21:52:50.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8555 | 2024-08-23T21:52:51.503Z | [ host-image] Aug 23 21:52:50.865 INFO O| Aug 23 21:52:50.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8556 | 2024-08-23T21:52:51.503Z | [ host-image] Aug 23 21:52:50.865 INFO O| Aug 23 21:52:50.865 INFO ok! |
8557 | 2024-08-23T21:52:51.503Z | [ host-image] Aug 23 21:52:50.865 INFO O| Aug 23 21:52:50.865 INFO STEP 62 (ensure_file) COMPLETE |
8558 | 2024-08-23T21:52:51.503Z | [ host-image] Aug 23 21:52:50.865 INFO O| Aug 23 21:52:50.865 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8559 | 2024-08-23T21:52:51.511Z | [ host-image] Aug 23 21:52:50.875 INFO O| Aug 23 21:52:50.875 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8560 | 2024-08-23T21:52:51.511Z | [ host-image] Aug 23 21:52:50.875 INFO O| Aug 23 21:52:50.875 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-23T21:52:51.514Z | [ host-image] Aug 23 21:52:50.875 INFO O| Aug 23 21:52:50.875 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-23T21:52:51.514Z | [ host-image] Aug 23 21:52:50.875 INFO O| Aug 23 21:52:50.875 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8563 | 2024-08-23T21:52:51.514Z | [ host-image] Aug 23 21:52:50.876 INFO O| Aug 23 21:52:50.875 INFO ok! |
8564 | 2024-08-23T21:52:51.514Z | [ host-image] Aug 23 21:52:50.876 INFO O| Aug 23 21:52:50.876 INFO STEP 63 (ensure_file) COMPLETE |
8565 | 2024-08-23T21:52:51.514Z | [ host-image] Aug 23 21:52:50.876 INFO O| Aug 23 21:52:50.876 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8566 | 2024-08-23T21:52:51.527Z | [ host-image] Aug 23 21:52:50.891 INFO O| Aug 23 21:52:50.890 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8567 | 2024-08-23T21:52:51.527Z | [ host-image] Aug 23 21:52:50.891 INFO O| Aug 23 21:52:50.891 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8568 | 2024-08-23T21:52:51.529Z | [ host-image] Aug 23 21:52:50.891 INFO O| Aug 23 21:52:50.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8569 | 2024-08-23T21:52:51.529Z | [ host-image] Aug 23 21:52:50.891 INFO O| Aug 23 21:52:50.891 INFO ok! |
8570 | 2024-08-23T21:52:51.529Z | [ host-image] Aug 23 21:52:50.891 INFO O| Aug 23 21:52:50.891 INFO STEP 64 (assemble_files) COMPLETE |
8571 | 2024-08-23T21:52:51.529Z | [ host-image] Aug 23 21:52:50.891 INFO O| Aug 23 21:52:50.891 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8572 | 2024-08-23T21:52:51.537Z | [ host-image] Aug 23 21:52:50.901 INFO O| Aug 23 21:52:50.901 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8573 | 2024-08-23T21:52:51.537Z | [ host-image] Aug 23 21:52:50.901 INFO O| Aug 23 21:52:50.901 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8574 | 2024-08-23T21:52:51.539Z | [ host-image] Aug 23 21:52:50.901 INFO O| Aug 23 21:52:50.901 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8575 | 2024-08-23T21:52:51.539Z | [ host-image] Aug 23 21:52:50.901 INFO O| Aug 23 21:52:50.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8576 | 2024-08-23T21:52:51.539Z | [ host-image] Aug 23 21:52:50.901 INFO O| Aug 23 21:52:50.901 INFO ok! |
8577 | 2024-08-23T21:52:51.539Z | [ host-image] Aug 23 21:52:50.901 INFO O| Aug 23 21:52:50.901 INFO STEP 65 (ensure_file) COMPLETE |
8578 | 2024-08-23T21:52:51.539Z | [ host-image] Aug 23 21:52:50.901 INFO O| Aug 23 21:52:50.901 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8579 | 2024-08-23T21:52:51.547Z | [ host-image] Aug 23 21:52:50.911 INFO O| Aug 23 21:52:50.911 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8580 | 2024-08-23T21:52:51.547Z | [ host-image] Aug 23 21:52:50.911 INFO O| Aug 23 21:52:50.911 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-23T21:52:51.547Z | [ host-image] Aug 23 21:52:50.911 INFO O| Aug 23 21:52:50.911 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8582 | 2024-08-23T21:52:51.550Z | [ host-image] Aug 23 21:52:50.911 INFO O| Aug 23 21:52:50.911 INFO STEP 66 (ensure_dir) COMPLETE |
8583 | 2024-08-23T21:52:51.550Z | [ host-image] Aug 23 21:52:50.911 INFO O| Aug 23 21:52:50.911 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8584 | 2024-08-23T21:52:51.558Z | [ host-image] Aug 23 21:52:50.922 INFO O| Aug 23 21:52:50.922 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8585 | 2024-08-23T21:52:51.558Z | [ host-image] Aug 23 21:52:50.922 INFO O| Aug 23 21:52:50.922 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-23T21:52:51.565Z | [ host-image] Aug 23 21:52:50.929 INFO O| Aug 23 21:52:50.929 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-23T21:52:51.567Z | [ host-image] Aug 23 21:52:50.929 INFO O| Aug 23 21:52:50.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8588 | 2024-08-23T21:52:51.567Z | [ host-image] Aug 23 21:52:50.929 INFO O| Aug 23 21:52:50.929 INFO ok! |
8589 | 2024-08-23T21:52:51.567Z | [ host-image] Aug 23 21:52:50.929 INFO O| Aug 23 21:52:50.929 INFO STEP 67 (ensure_file) COMPLETE |
8590 | 2024-08-23T21:52:51.567Z | [ host-image] Aug 23 21:52:50.929 INFO O| Aug 23 21:52:50.929 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-08-23T21:52:51.576Z | [ host-image] Aug 23 21:52:50.940 INFO O| Aug 23 21:52:50.940 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8592 | 2024-08-23T21:52:51.576Z | [ host-image] Aug 23 21:52:50.940 INFO O| Aug 23 21:52:50.940 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-23T21:52:51.578Z | [ host-image] Aug 23 21:52:50.940 INFO O| Aug 23 21:52:50.940 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-23T21:52:51.578Z | [ host-image] Aug 23 21:52:50.940 INFO O| Aug 23 21:52:50.940 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8595 | 2024-08-23T21:52:51.578Z | [ host-image] Aug 23 21:52:50.940 INFO O| Aug 23 21:52:50.940 INFO ok! |
8596 | 2024-08-23T21:52:51.578Z | [ host-image] Aug 23 21:52:50.940 INFO O| Aug 23 21:52:50.940 INFO STEP 68 (ensure_file) COMPLETE |
8597 | 2024-08-23T21:52:51.578Z | [ host-image] Aug 23 21:52:50.940 INFO O| Aug 23 21:52:50.940 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-08-23T21:52:51.591Z | [ host-image] Aug 23 21:52:50.955 INFO O| Aug 23 21:52:50.955 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8599 | 2024-08-23T21:52:51.593Z | [ host-image] Aug 23 21:52:50.955 INFO O| Aug 23 21:52:50.955 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-23T21:52:53.926Z | [ host-image] Aug 23 21:52:53.290 INFO O| Aug 23 21:52:53.289 INFO STEP 69 (pack_tar) COMPLETE |
8601 | 2024-08-23T21:52:53.929Z | [ host-image] Aug 23 21:52:53.290 INFO O| Aug 23 21:52:53.289 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8602 | 2024-08-23T21:52:53.929Z | [ host-image] Aug 23 21:52:53.290 INFO O| Aug 23 21:52:53.290 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8603 | 2024-08-23T21:52:54.118Z | [ recovery-image] Aug 23 21:52:53.481 INFO E| Compiling scroll_derive v0.12.0 |
8604 | 2024-08-23T21:52:54.215Z | [ host-image] Aug 23 21:52:53.579 INFO O| Aug 23 21:52:53.578 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8605 | 2024-08-23T21:52:54.310Z | [ host-image] Aug 23 21:52:53.673 INFO O| Aug 23 21:52:53.673 INFO completed processing gimlet/ramdisk-02-trim |
8606 | 2024-08-23T21:52:54.312Z | [ host-image] Aug 23 21:52:53.676 INFO image builder template: zfs... |
8607 | 2024-08-23T21:52:54.313Z | [ host-image] Aug 23 21:52:53.676 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/.tmpHa8UOy/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 |
8608 | 2024-08-23T21:52:54.334Z | [ host-image] Aug 23 21:52:53.697 INFO O| Aug 23 21:52:53.697 INFO skip include "stress" because feature "stress" is not enabled |
8609 | 2024-08-23T21:52:54.384Z | [ host-image] Aug 23 21:52:53.747 INFO O| Aug 23 21:52:53.747 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8610 | 2024-08-23T21:52:54.390Z | [ host-image] Aug 23 21:52:53.754 INFO O| Aug 23 21:52:53.754 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8611 | 2024-08-23T21:52:54.453Z | [ host-image] Aug 23 21:52:53.816 INFO O| Aug 23 21:52:53.816 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8612 | 2024-08-23T21:52:54.501Z | [ host-image] Aug 23 21:52:53.864 INFO O| Aug 23 21:52:53.864 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8613 | 2024-08-23T21:52:54.501Z | [ host-image] Aug 23 21:52:53.864 INFO O| Aug 23 21:52:53.864 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8614 | 2024-08-23T21:52:54.507Z | [ host-image] Aug 23 21:52:53.870 INFO O| Aug 23 21:52:53.870 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8615 | 2024-08-23T21:52:54.586Z | [ host-image] Aug 23 21:52:53.948 INFO O| Aug 23 21:52:53.948 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8616 | 2024-08-23T21:52:54.625Z | [ host-image] Aug 23 21:52:53.989 INFO O| Aug 23 21:52:53.988 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8617 | 2024-08-23T21:52:54.641Z | [ host-image] Aug 23 21:52:54.005 INFO O| Aug 23 21:52:54.004 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8618 | 2024-08-23T21:52:54.650Z | [ host-image] Aug 23 21:52:54.014 INFO O| Aug 23 21:52:54.013 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8619 | 2024-08-23T21:52:54.654Z | [ host-image] Aug 23 21:52:54.014 INFO O| Aug 23 21:52:54.014 INFO no lofi found |
8620 | 2024-08-23T21:52:54.654Z | [ host-image] Aug 23 21:52:54.014 INFO O| Aug 23 21:52:54.014 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8621 | 2024-08-23T21:52:54.654Z | [ host-image] Aug 23 21:52:54.014 INFO O| Aug 23 21:52:54.014 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8622 | 2024-08-23T21:52:56.530Z | [ recovery-image] Aug 23 21:52:55.893 INFO E| Compiling bitstruct_derive v0.1.0 |
8623 | 2024-08-23T21:52:56.647Z | [ host-image] Aug 23 21:52:56.009 INFO O| Aug 23 21:52:56.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8624 | 2024-08-23T21:52:56.647Z | [ host-image] Aug 23 21:52:56.010 INFO O| Aug 23 21:52:56.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8625 | 2024-08-23T21:52:56.649Z | [ host-image] Aug 23 21:52:56.010 INFO O| Aug 23 21:52:56.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"] |
8626 | 2024-08-23T21:52:56.725Z | [ host-image] Aug 23 21:52:56.088 INFO O| Aug 23 21:52:56.088 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8627 | 2024-08-23T21:52:56.725Z | [ host-image] Aug 23 21:52:56.088 INFO O| Aug 23 21:52:56.088 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8628 | 2024-08-23T21:52:56.745Z | [ host-image] Aug 23 21:52:56.108 INFO O| Aug 23 21:52:56.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8629 | 2024-08-23T21:52:56.810Z | [ host-image] Aug 23 21:52:56.173 INFO O| Aug 23 21:52:56.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8630 | 2024-08-23T21:52:56.849Z | [ host-image] Aug 23 21:52:56.212 INFO O| Aug 23 21:52:56.212 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8631 | 2024-08-23T21:52:56.867Z | [ host-image] Aug 23 21:52:56.230 INFO O| Aug 23 21:52:56.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8632 | 2024-08-23T21:52:56.881Z | [ host-image] Aug 23 21:52:56.244 INFO O| Aug 23 21:52:56.244 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8633 | 2024-08-23T21:52:56.939Z | [ host-image] Aug 23 21:52:56.302 INFO O| Aug 23 21:52:56.302 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8634 | 2024-08-23T21:52:56.942Z | [ host-image] Aug 23 21:52:56.302 INFO O| Aug 23 21:52:56.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8635 | 2024-08-23T21:52:56.942Z | [ host-image] Aug 23 21:52:56.302 INFO O| Aug 23 21:52:56.302 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8636 | 2024-08-23T21:52:56.955Z | [ host-image] Aug 23 21:52:56.318 INFO O| Aug 23 21:52:56.318 INFO boot environment UUID: be797e49-2dda-4a50-a905-3209727b23c4 |
8637 | 2024-08-23T21:52:56.955Z | [ host-image] Aug 23 21:52:56.318 INFO O| Aug 23 21:52:56.318 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = be797e49-2dda-4a50-a905-3209727b23c4 |
8638 | 2024-08-23T21:52:56.969Z | [ host-image] Aug 23 21:52:56.332 INFO O| Aug 23 21:52:56.332 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8639 | 2024-08-23T21:52:56.982Z | [ host-image] Aug 23 21:52:56.345 INFO O| Aug 23 21:52:56.345 INFO STEP 0 (create_be) COMPLETE |
8640 | 2024-08-23T21:52:56.982Z | [ host-image] Aug 23 21:52:56.345 INFO O| Aug 23 21:52:56.345 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8641 | 2024-08-23T21:52:56.998Z | [ host-image] Aug 23 21:52:56.360 INFO O| Aug 23 21:52:56.360 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8642 | 2024-08-23T21:53:14.367Z | [ recovery-image] Aug 23 21:53:13.723 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) |
8643 | 2024-08-23T21:53:17.267Z | [ host-image] Aug 23 21:53:16.626 INFO O| Aug 23 21:53:16.626 INFO STEP 1 (unpack_tar) COMPLETE |
8644 | 2024-08-23T21:53:17.267Z | [ host-image] Aug 23 21:53:16.626 INFO O| Aug 23 21:53:16.626 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8645 | 2024-08-23T21:53:17.280Z | [ host-image] Aug 23 21:53:16.639 INFO O| Aug 23 21:53:16.639 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8646 | 2024-08-23T21:53:17.334Z | [ recovery-image] Aug 23 21:53:16.693 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) |
8647 | 2024-08-23T21:53:17.496Z | [ host-image] Aug 23 21:53:16.855 INFO O| Aug 23 21:53:16.855 INFO STEP 2 (devfsadm) COMPLETE |
8648 | 2024-08-23T21:53:17.496Z | [ host-image] Aug 23 21:53:16.855 INFO O| Aug 23 21:53:16.855 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8649 | 2024-08-23T21:53:17.512Z | [ host-image] Aug 23 21:53:16.871 INFO O| Aug 23 21:53:16.871 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8650 | 2024-08-23T21:53:17.512Z | [ host-image] Aug 23 21:53:16.871 INFO O| Aug 23 21:53:16.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8651 | 2024-08-23T21:53:17.512Z | [ host-image] Aug 23 21:53:16.871 INFO O| Aug 23 21:53:16.871 INFO STEP 3 (ensure_dir) COMPLETE |
8652 | 2024-08-23T21:53:17.515Z | [ host-image] Aug 23 21:53:16.871 INFO O| Aug 23 21:53:16.871 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8653 | 2024-08-23T21:53:17.527Z | [ host-image] Aug 23 21:53:16.886 INFO O| Aug 23 21:53:16.886 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8654 | 2024-08-23T21:53:17.527Z | [ host-image] Aug 23 21:53:16.887 INFO O| Aug 23 21:53:16.886 INFO STEP 4 (ensure_dir) COMPLETE |
8655 | 2024-08-23T21:53:17.530Z | [ host-image] Aug 23 21:53:16.887 INFO O| Aug 23 21:53:16.886 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8656 | 2024-08-23T21:53:17.541Z | [ host-image] Aug 23 21:53:16.900 INFO O| Aug 23 21:53:16.900 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8657 | 2024-08-23T21:53:17.541Z | [ host-image] Aug 23 21:53:16.900 INFO O| Aug 23 21:53:16.900 INFO STEP 5 (ensure_dir) COMPLETE |
8658 | 2024-08-23T21:53:17.541Z | [ host-image] Aug 23 21:53:16.900 INFO O| Aug 23 21:53:16.900 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8659 | 2024-08-23T21:53:17.555Z | [ host-image] Aug 23 21:53:16.915 INFO O| Aug 23 21:53:16.914 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8660 | 2024-08-23T21:53:17.558Z | [ host-image] Aug 23 21:53:16.915 INFO O| Aug 23 21:53:16.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8661 | 2024-08-23T21:53:17.558Z | [ host-image] Aug 23 21:53:16.915 INFO O| Aug 23 21:53:16.915 INFO STEP 6 (ensure_dir) COMPLETE |
8662 | 2024-08-23T21:53:17.558Z | [ host-image] Aug 23 21:53:16.915 INFO O| Aug 23 21:53:16.915 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8663 | 2024-08-23T21:53:17.570Z | [ host-image] Aug 23 21:53:16.929 INFO O| Aug 23 21:53:16.929 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8664 | 2024-08-23T21:53:17.570Z | [ host-image] Aug 23 21:53:16.930 INFO O| Aug 23 21:53:16.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8665 | 2024-08-23T21:53:17.573Z | [ host-image] Aug 23 21:53:16.930 INFO O| Aug 23 21:53:16.930 INFO STEP 7 (ensure_dir) COMPLETE |
8666 | 2024-08-23T21:53:17.573Z | [ host-image] Aug 23 21:53:16.930 INFO O| Aug 23 21:53:16.930 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8667 | 2024-08-23T21:53:17.584Z | [ host-image] Aug 23 21:53:16.943 INFO O| Aug 23 21:53:16.943 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8668 | 2024-08-23T21:53:17.587Z | [ host-image] Aug 23 21:53:16.944 INFO O| Aug 23 21:53:16.944 INFO STEP 8 (remove_files) COMPLETE |
8669 | 2024-08-23T21:53:17.587Z | [ host-image] Aug 23 21:53:16.944 INFO O| Aug 23 21:53:16.944 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8670 | 2024-08-23T21:53:17.598Z | [ host-image] Aug 23 21:53:16.958 INFO O| Aug 23 21:53:16.957 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8671 | 2024-08-23T21:53:17.601Z | [ host-image] Aug 23 21:53:16.959 INFO O| Aug 23 21:53:16.959 INFO STEP 9 (remove_files) COMPLETE |
8672 | 2024-08-23T21:53:17.601Z | [ host-image] Aug 23 21:53:16.959 INFO O| Aug 23 21:53:16.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8673 | 2024-08-23T21:53:17.613Z | [ host-image] Aug 23 21:53:16.973 INFO O| Aug 23 21:53:16.972 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8674 | 2024-08-23T21:53:17.616Z | [ host-image] Aug 23 21:53:16.974 INFO O| Aug 23 21:53:16.973 INFO STEP 10 (remove_files) COMPLETE |
8675 | 2024-08-23T21:53:17.616Z | [ host-image] Aug 23 21:53:16.974 INFO O| Aug 23 21:53:16.974 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8676 | 2024-08-23T21:53:17.629Z | [ host-image] Aug 23 21:53:16.988 INFO O| Aug 23 21:53:16.988 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8677 | 2024-08-23T21:53:17.629Z | [ host-image] Aug 23 21:53:16.988 INFO O| Aug 23 21:53:16.988 INFO STEP 11 (remove_files) COMPLETE |
8678 | 2024-08-23T21:53:17.629Z | [ host-image] Aug 23 21:53:16.988 INFO O| Aug 23 21:53:16.988 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8679 | 2024-08-23T21:53:17.644Z | [ host-image] Aug 23 21:53:17.003 INFO O| Aug 23 21:53:17.003 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8680 | 2024-08-23T21:53:17.644Z | [ host-image] Aug 23 21:53:17.003 INFO O| Aug 23 21:53:17.003 INFO STEP 12 (remove_files) COMPLETE |
8681 | 2024-08-23T21:53:17.646Z | [ host-image] Aug 23 21:53:17.003 INFO O| Aug 23 21:53:17.003 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8682 | 2024-08-23T21:53:17.659Z | [ host-image] Aug 23 21:53:17.018 INFO O| Aug 23 21:53:17.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8683 | 2024-08-23T21:53:17.659Z | [ host-image] Aug 23 21:53:17.018 INFO O| Aug 23 21:53:17.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8684 | 2024-08-23T21:53:17.659Z | [ host-image] Aug 23 21:53:17.018 INFO O| Aug 23 21:53:17.018 INFO STEP 13 (ensure_dir) COMPLETE |
8685 | 2024-08-23T21:53:17.661Z | [ host-image] Aug 23 21:53:17.018 INFO O| Aug 23 21:53:17.018 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8686 | 2024-08-23T21:53:17.673Z | [ host-image] Aug 23 21:53:17.032 INFO O| Aug 23 21:53:17.032 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8687 | 2024-08-23T21:53:17.675Z | [ host-image] Aug 23 21:53:17.032 INFO O| Aug 23 21:53:17.032 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8688 | 2024-08-23T21:53:17.675Z | [ host-image] Aug 23 21:53:17.033 INFO O| Aug 23 21:53:17.033 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8689 | 2024-08-23T21:53:17.676Z | [ host-image] Aug 23 21:53:17.033 INFO O| Aug 23 21:53:17.033 INFO STEP 14 (ensure_dir) COMPLETE |
8690 | 2024-08-23T21:53:17.676Z | [ host-image] Aug 23 21:53:17.033 INFO O| Aug 23 21:53:17.033 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8691 | 2024-08-23T21:53:17.690Z | [ host-image] Aug 23 21:53:17.049 INFO O| Aug 23 21:53:17.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8692 | 2024-08-23T21:53:17.692Z | [ host-image] Aug 23 21:53:17.049 INFO O| Aug 23 21:53:17.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8693 | 2024-08-23T21:53:17.692Z | [ host-image] Aug 23 21:53:17.049 INFO O| Aug 23 21:53:17.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8694 | 2024-08-23T21:53:17.692Z | [ host-image] Aug 23 21:53:17.049 INFO O| Aug 23 21:53:17.049 INFO STEP 15 (ensure_dir) COMPLETE |
8695 | 2024-08-23T21:53:17.692Z | [ host-image] Aug 23 21:53:17.049 INFO O| Aug 23 21:53:17.049 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8696 | 2024-08-23T21:53:17.704Z | [ host-image] Aug 23 21:53:17.063 INFO O| Aug 23 21:53:17.063 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8697 | 2024-08-23T21:53:17.706Z | [ host-image] Aug 23 21:53:17.064 INFO O| Aug 23 21:53:17.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8698 | 2024-08-23T21:53:17.706Z | [ host-image] Aug 23 21:53:17.064 INFO O| Aug 23 21:53:17.064 INFO STEP 16 (ensure_dir) COMPLETE |
8699 | 2024-08-23T21:53:17.706Z | [ host-image] Aug 23 21:53:17.064 INFO O| Aug 23 21:53:17.064 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8700 | 2024-08-23T21:53:17.716Z | [ host-image] Aug 23 21:53:17.075 INFO O| Aug 23 21:53:17.075 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8701 | 2024-08-23T21:53:17.716Z | [ host-image] Aug 23 21:53:17.076 INFO O| Aug 23 21:53:17.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8702 | 2024-08-23T21:53:17.719Z | [ host-image] Aug 23 21:53:17.076 INFO O| Aug 23 21:53:17.076 INFO STEP 17 (ensure_dir) COMPLETE |
8703 | 2024-08-23T21:53:17.719Z | [ host-image] Aug 23 21:53:17.076 INFO O| Aug 23 21:53:17.076 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8704 | 2024-08-23T21:53:17.729Z | [ host-image] Aug 23 21:53:17.088 INFO O| Aug 23 21:53:17.088 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8705 | 2024-08-23T21:53:17.729Z | [ host-image] Aug 23 21:53:17.088 INFO O| Aug 23 21:53:17.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8706 | 2024-08-23T21:53:17.732Z | [ host-image] Aug 23 21:53:17.088 INFO O| Aug 23 21:53:17.088 INFO ok! |
8707 | 2024-08-23T21:53:17.732Z | [ host-image] Aug 23 21:53:17.088 INFO O| Aug 23 21:53:17.088 INFO STEP 18 (ensure_symlink) COMPLETE |
8708 | 2024-08-23T21:53:17.732Z | [ host-image] Aug 23 21:53:17.088 INFO O| Aug 23 21:53:17.088 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8709 | 2024-08-23T21:53:17.741Z | [ host-image] Aug 23 21:53:17.100 INFO O| Aug 23 21:53:17.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8710 | 2024-08-23T21:53:17.741Z | [ host-image] Aug 23 21:53:17.100 INFO O| Aug 23 21:53:17.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8711 | 2024-08-23T21:53:17.741Z | [ host-image] Aug 23 21:53:17.100 INFO O| Aug 23 21:53:17.100 INFO ok! |
8712 | 2024-08-23T21:53:17.752Z | [ host-image] Aug 23 21:53:17.100 INFO O| Aug 23 21:53:17.100 INFO STEP 19 (ensure_file) COMPLETE |
8713 | 2024-08-23T21:53:17.752Z | [ host-image] Aug 23 21:53:17.100 INFO O| Aug 23 21:53:17.100 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8714 | 2024-08-23T21:53:17.755Z | [ host-image] Aug 23 21:53:17.111 INFO O| Aug 23 21:53:17.111 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8715 | 2024-08-23T21:53:17.755Z | [ host-image] Aug 23 21:53:17.111 INFO O| Aug 23 21:53:17.111 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8716 | 2024-08-23T21:53:17.755Z | [ host-image] Aug 23 21:53:17.111 INFO O| Aug 23 21:53:17.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8717 | 2024-08-23T21:53:17.755Z | [ host-image] Aug 23 21:53:17.111 INFO O| Aug 23 21:53:17.111 INFO ok! |
8718 | 2024-08-23T21:53:17.755Z | [ host-image] Aug 23 21:53:17.111 INFO O| Aug 23 21:53:17.111 INFO STEP 20 (ensure_symlink) COMPLETE |
8719 | 2024-08-23T21:53:17.755Z | [ host-image] Aug 23 21:53:17.111 INFO O| Aug 23 21:53:17.111 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8720 | 2024-08-23T21:53:17.763Z | [ host-image] Aug 23 21:53:17.122 INFO O| Aug 23 21:53:17.121 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8721 | 2024-08-23T21:53:17.763Z | [ host-image] Aug 23 21:53:17.122 INFO O| Aug 23 21:53:17.122 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8722 | 2024-08-23T21:53:17.765Z | [ host-image] Aug 23 21:53:17.122 INFO O| Aug 23 21:53:17.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8723 | 2024-08-23T21:53:17.765Z | [ host-image] Aug 23 21:53:17.122 INFO O| Aug 23 21:53:17.122 INFO ok! |
8724 | 2024-08-23T21:53:17.765Z | [ host-image] Aug 23 21:53:17.122 INFO O| Aug 23 21:53:17.122 INFO STEP 21 (ensure_symlink) COMPLETE |
8725 | 2024-08-23T21:53:17.765Z | [ host-image] Aug 23 21:53:17.122 INFO O| Aug 23 21:53:17.122 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8726 | 2024-08-23T21:53:17.774Z | [ host-image] Aug 23 21:53:17.133 INFO O| Aug 23 21:53:17.133 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8727 | 2024-08-23T21:53:17.774Z | [ host-image] Aug 23 21:53:17.133 INFO O| Aug 23 21:53:17.133 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8728 | 2024-08-23T21:53:17.774Z | [ host-image] Aug 23 21:53:17.133 INFO O| Aug 23 21:53:17.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8729 | 2024-08-23T21:53:17.776Z | [ host-image] Aug 23 21:53:17.133 INFO O| Aug 23 21:53:17.133 INFO ok! |
8730 | 2024-08-23T21:53:17.776Z | [ host-image] Aug 23 21:53:17.133 INFO O| Aug 23 21:53:17.133 INFO STEP 22 (ensure_symlink) COMPLETE |
8731 | 2024-08-23T21:53:17.776Z | [ host-image] Aug 23 21:53:17.133 INFO O| Aug 23 21:53:17.133 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8732 | 2024-08-23T21:53:17.787Z | [ host-image] Aug 23 21:53:17.146 INFO O| Aug 23 21:53:17.146 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8733 | 2024-08-23T21:53:17.787Z | [ host-image] Aug 23 21:53:17.146 INFO O| Aug 23 21:53:17.146 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8734 | 2024-08-23T21:53:17.790Z | [ host-image] Aug 23 21:53:17.147 INFO O| Aug 23 21:53:17.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8735 | 2024-08-23T21:53:17.790Z | [ host-image] Aug 23 21:53:17.147 INFO O| Aug 23 21:53:17.147 INFO ok! |
8736 | 2024-08-23T21:53:17.790Z | [ host-image] Aug 23 21:53:17.147 INFO O| Aug 23 21:53:17.147 INFO STEP 23 (ensure_symlink) COMPLETE |
8737 | 2024-08-23T21:53:17.790Z | [ host-image] Aug 23 21:53:17.147 INFO O| Aug 23 21:53:17.147 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8738 | 2024-08-23T21:53:17.801Z | [ host-image] Aug 23 21:53:17.160 INFO O| Aug 23 21:53:17.160 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8739 | 2024-08-23T21:53:17.801Z | [ host-image] Aug 23 21:53:17.160 INFO O| Aug 23 21:53:17.160 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8740 | 2024-08-23T21:53:17.804Z | [ host-image] Aug 23 21:53:17.160 INFO O| Aug 23 21:53:17.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8741 | 2024-08-23T21:53:17.804Z | [ host-image] Aug 23 21:53:17.160 INFO O| Aug 23 21:53:17.160 INFO ok! |
8742 | 2024-08-23T21:53:17.804Z | [ host-image] Aug 23 21:53:17.160 INFO O| Aug 23 21:53:17.160 INFO STEP 24 (ensure_file) COMPLETE |
8743 | 2024-08-23T21:53:17.804Z | [ host-image] Aug 23 21:53:17.160 INFO O| Aug 23 21:53:17.160 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8744 | 2024-08-23T21:53:17.816Z | [ host-image] Aug 23 21:53:17.175 INFO O| Aug 23 21:53:17.175 INFO updating shadow file |
8745 | 2024-08-23T21:53:17.819Z | [ host-image] Aug 23 21:53:17.175 INFO O| Aug 23 21:53:17.175 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8746 | 2024-08-23T21:53:17.819Z | [ host-image] Aug 23 21:53:17.176 INFO O| Aug 23 21:53:17.176 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8747 | 2024-08-23T21:53:17.819Z | [ host-image] Aug 23 21:53:17.176 INFO O| Aug 23 21:53:17.176 INFO STEP 25 (shadow) COMPLETE |
8748 | 2024-08-23T21:53:17.820Z | [ host-image] Aug 23 21:53:17.176 INFO O| Aug 23 21:53:17.176 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8749 | 2024-08-23T21:53:17.826Z | [ host-image] Aug 23 21:53:17.186 INFO O| Aug 23 21:53:17.186 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8750 | 2024-08-23T21:53:17.829Z | [ host-image] Aug 23 21:53:17.186 INFO O| Aug 23 21:53:17.186 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8751 | 2024-08-23T21:53:17.829Z | [ host-image] Aug 23 21:53:17.186 INFO O| Aug 23 21:53:17.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8752 | 2024-08-23T21:53:17.829Z | [ host-image] Aug 23 21:53:17.186 INFO O| Aug 23 21:53:17.186 INFO ok! |
8753 | 2024-08-23T21:53:17.829Z | [ host-image] Aug 23 21:53:17.186 INFO O| Aug 23 21:53:17.186 INFO STEP 26 (ensure_file) COMPLETE |
8754 | 2024-08-23T21:53:17.829Z | [ host-image] Aug 23 21:53:17.186 INFO O| Aug 23 21:53:17.186 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8755 | 2024-08-23T21:53:17.839Z | [ host-image] Aug 23 21:53:17.198 INFO O| Aug 23 21:53:17.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8756 | 2024-08-23T21:53:17.839Z | [ host-image] Aug 23 21:53:17.198 INFO O| Aug 23 21:53:17.198 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8757 | 2024-08-23T21:53:17.842Z | [ host-image] Aug 23 21:53:17.198 INFO O| Aug 23 21:53:17.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8758 | 2024-08-23T21:53:17.842Z | [ host-image] Aug 23 21:53:17.198 INFO O| Aug 23 21:53:17.198 INFO ok! |
8759 | 2024-08-23T21:53:17.842Z | [ host-image] Aug 23 21:53:17.199 INFO O| Aug 23 21:53:17.198 INFO STEP 27 (ensure_file) COMPLETE |
8760 | 2024-08-23T21:53:17.842Z | [ host-image] Aug 23 21:53:17.199 INFO O| Aug 23 21:53:17.198 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8761 | 2024-08-23T21:53:17.850Z | [ host-image] Aug 23 21:53:17.209 INFO O| Aug 23 21:53:17.209 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8762 | 2024-08-23T21:53:17.850Z | [ host-image] Aug 23 21:53:17.209 INFO O| Aug 23 21:53:17.209 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8763 | 2024-08-23T21:53:17.853Z | [ host-image] Aug 23 21:53:17.209 INFO O| Aug 23 21:53:17.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8764 | 2024-08-23T21:53:17.853Z | [ host-image] Aug 23 21:53:17.210 INFO O| Aug 23 21:53:17.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8765 | 2024-08-23T21:53:17.853Z | [ host-image] Aug 23 21:53:17.210 INFO O| Aug 23 21:53:17.209 INFO ok! |
8766 | 2024-08-23T21:53:17.853Z | [ host-image] Aug 23 21:53:17.210 INFO O| Aug 23 21:53:17.210 INFO STEP 28 (ensure_file) COMPLETE |
8767 | 2024-08-23T21:53:17.853Z | [ host-image] Aug 23 21:53:17.210 INFO O| Aug 23 21:53:17.210 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8768 | 2024-08-23T21:53:17.863Z | [ host-image] Aug 23 21:53:17.222 INFO O| Aug 23 21:53:17.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8769 | 2024-08-23T21:53:17.863Z | [ host-image] Aug 23 21:53:17.222 INFO O| Aug 23 21:53:17.222 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8770 | 2024-08-23T21:53:17.866Z | [ host-image] Aug 23 21:53:17.222 INFO O| Aug 23 21:53:17.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8771 | 2024-08-23T21:53:17.866Z | [ host-image] Aug 23 21:53:17.222 INFO O| Aug 23 21:53:17.222 INFO ok! |
8772 | 2024-08-23T21:53:17.866Z | [ host-image] Aug 23 21:53:17.222 INFO O| Aug 23 21:53:17.222 INFO STEP 29 (ensure_file) COMPLETE |
8773 | 2024-08-23T21:53:17.866Z | [ host-image] Aug 23 21:53:17.222 INFO O| Aug 23 21:53:17.222 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8774 | 2024-08-23T21:53:17.874Z | [ host-image] Aug 23 21:53:17.234 INFO O| Aug 23 21:53:17.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8775 | 2024-08-23T21:53:17.874Z | [ host-image] Aug 23 21:53:17.234 INFO O| Aug 23 21:53:17.234 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8776 | 2024-08-23T21:53:17.874Z | [ host-image] Aug 23 21:53:17.234 INFO O| Aug 23 21:53:17.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8777 | 2024-08-23T21:53:17.877Z | [ host-image] Aug 23 21:53:17.234 INFO O| Aug 23 21:53:17.234 INFO ok! |
8778 | 2024-08-23T21:53:17.877Z | [ host-image] Aug 23 21:53:17.234 INFO O| Aug 23 21:53:17.234 INFO STEP 30 (ensure_file) COMPLETE |
8779 | 2024-08-23T21:53:17.877Z | [ host-image] Aug 23 21:53:17.234 INFO O| Aug 23 21:53:17.234 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8780 | 2024-08-23T21:53:17.885Z | [ host-image] Aug 23 21:53:17.245 INFO O| Aug 23 21:53:17.245 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8781 | 2024-08-23T21:53:17.885Z | [ host-image] Aug 23 21:53:17.245 INFO O| Aug 23 21:53:17.245 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8782 | 2024-08-23T21:53:17.888Z | [ host-image] Aug 23 21:53:17.245 INFO O| Aug 23 21:53:17.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8783 | 2024-08-23T21:53:17.888Z | [ host-image] Aug 23 21:53:17.245 INFO O| Aug 23 21:53:17.245 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8784 | 2024-08-23T21:53:17.888Z | [ host-image] Aug 23 21:53:17.245 INFO O| Aug 23 21:53:17.245 INFO ok! |
8785 | 2024-08-23T21:53:17.888Z | [ host-image] Aug 23 21:53:17.245 INFO O| Aug 23 21:53:17.245 INFO STEP 31 (ensure_file) COMPLETE |
8786 | 2024-08-23T21:53:17.888Z | [ host-image] Aug 23 21:53:17.245 INFO O| Aug 23 21:53:17.245 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8787 | 2024-08-23T21:53:17.898Z | [ host-image] Aug 23 21:53:17.257 INFO O| Aug 23 21:53:17.257 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8788 | 2024-08-23T21:53:17.898Z | [ host-image] Aug 23 21:53:17.257 INFO O| Aug 23 21:53:17.257 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8789 | 2024-08-23T21:53:17.900Z | [ host-image] Aug 23 21:53:17.257 INFO O| Aug 23 21:53:17.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8790 | 2024-08-23T21:53:17.900Z | [ host-image] Aug 23 21:53:17.257 INFO O| Aug 23 21:53:17.257 INFO ok! |
8791 | 2024-08-23T21:53:17.900Z | [ host-image] Aug 23 21:53:17.257 INFO O| Aug 23 21:53:17.257 INFO STEP 32 (ensure_file) COMPLETE |
8792 | 2024-08-23T21:53:17.901Z | [ host-image] Aug 23 21:53:17.257 INFO O| Aug 23 21:53:17.257 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8793 | 2024-08-23T21:53:17.908Z | [ host-image] Aug 23 21:53:17.268 INFO O| Aug 23 21:53:17.268 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8794 | 2024-08-23T21:53:17.909Z | [ host-image] Aug 23 21:53:17.268 INFO O| Aug 23 21:53:17.268 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8795 | 2024-08-23T21:53:17.911Z | [ host-image] Aug 23 21:53:17.268 INFO O| Aug 23 21:53:17.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8796 | 2024-08-23T21:53:17.911Z | [ host-image] Aug 23 21:53:17.268 INFO O| Aug 23 21:53:17.268 INFO ok! |
8797 | 2024-08-23T21:53:17.911Z | [ host-image] Aug 23 21:53:17.268 INFO O| Aug 23 21:53:17.268 INFO STEP 33 (ensure_file) COMPLETE |
8798 | 2024-08-23T21:53:17.911Z | [ host-image] Aug 23 21:53:17.268 INFO O| Aug 23 21:53:17.268 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8799 | 2024-08-23T21:53:17.919Z | [ host-image] Aug 23 21:53:17.278 INFO O| Aug 23 21:53:17.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8800 | 2024-08-23T21:53:17.919Z | [ host-image] Aug 23 21:53:17.278 INFO O| Aug 23 21:53:17.278 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8801 | 2024-08-23T21:53:17.921Z | [ host-image] Aug 23 21:53:17.278 INFO O| Aug 23 21:53:17.278 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8802 | 2024-08-23T21:53:17.921Z | [ host-image] Aug 23 21:53:17.278 INFO O| Aug 23 21:53:17.278 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8803 | 2024-08-23T21:53:17.921Z | [ host-image] Aug 23 21:53:17.279 INFO O| Aug 23 21:53:17.278 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8804 | 2024-08-23T21:53:17.922Z | [ host-image] Aug 23 21:53:17.279 INFO O| Aug 23 21:53:17.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8805 | 2024-08-23T21:53:17.922Z | [ host-image] Aug 23 21:53:17.279 INFO O| Aug 23 21:53:17.279 INFO ok! |
8806 | 2024-08-23T21:53:17.922Z | [ host-image] Aug 23 21:53:17.279 INFO O| Aug 23 21:53:17.279 INFO STEP 34 (ensure_file) COMPLETE |
8807 | 2024-08-23T21:53:17.922Z | [ host-image] Aug 23 21:53:17.279 INFO O| Aug 23 21:53:17.279 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8808 | 2024-08-23T21:53:17.930Z | [ host-image] Aug 23 21:53:17.289 INFO O| Aug 23 21:53:17.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8809 | 2024-08-23T21:53:17.932Z | [ host-image] Aug 23 21:53:17.289 INFO O| Aug 23 21:53:17.289 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8810 | 2024-08-23T21:53:17.932Z | [ host-image] Aug 23 21:53:17.289 INFO O| Aug 23 21:53:17.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8811 | 2024-08-23T21:53:17.932Z | [ host-image] Aug 23 21:53:17.289 INFO O| Aug 23 21:53:17.289 INFO STEP 35 (ensure_dir) COMPLETE |
8812 | 2024-08-23T21:53:17.932Z | [ host-image] Aug 23 21:53:17.289 INFO O| Aug 23 21:53:17.289 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8813 | 2024-08-23T21:53:17.941Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 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 |
8814 | 2024-08-23T21:53:17.941Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 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 ... |
8815 | 2024-08-23T21:53:17.944Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 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 |
8816 | 2024-08-23T21:53:17.944Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 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 |
8817 | 2024-08-23T21:53:17.944Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 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 |
8818 | 2024-08-23T21:53:17.944Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 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 |
8819 | 2024-08-23T21:53:17.944Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 INFO ok! |
8820 | 2024-08-23T21:53:17.944Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 INFO STEP 36 (ensure_file) COMPLETE |
8821 | 2024-08-23T21:53:17.944Z | [ host-image] Aug 23 21:53:17.300 INFO O| Aug 23 21:53:17.300 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8822 | 2024-08-23T21:53:17.950Z | [ host-image] Aug 23 21:53:17.310 INFO O| Aug 23 21:53:17.310 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8823 | 2024-08-23T21:53:17.951Z | [ host-image] Aug 23 21:53:17.310 INFO O| Aug 23 21:53:17.310 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 ... |
8824 | 2024-08-23T21:53:17.953Z | [ host-image] Aug 23 21:53:17.310 INFO O| Aug 23 21:53:17.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8825 | 2024-08-23T21:53:17.953Z | [ host-image] Aug 23 21:53:17.310 INFO O| Aug 23 21:53:17.310 INFO ok! |
8826 | 2024-08-23T21:53:17.953Z | [ host-image] Aug 23 21:53:17.310 INFO O| Aug 23 21:53:17.310 INFO STEP 37 (ensure_symlink) COMPLETE |
8827 | 2024-08-23T21:53:17.953Z | [ host-image] Aug 23 21:53:17.310 INFO O| Aug 23 21:53:17.310 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8828 | 2024-08-23T21:53:17.961Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8829 | 2024-08-23T21:53:17.961Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8830 | 2024-08-23T21:53:17.963Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8831 | 2024-08-23T21:53:17.963Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8832 | 2024-08-23T21:53:17.963Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8833 | 2024-08-23T21:53:17.963Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8834 | 2024-08-23T21:53:17.963Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO ok! |
8835 | 2024-08-23T21:53:17.964Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO STEP 38 (ensure_file) COMPLETE |
8836 | 2024-08-23T21:53:17.964Z | [ host-image] Aug 23 21:53:17.320 INFO O| Aug 23 21:53:17.320 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8837 | 2024-08-23T21:53:17.971Z | [ host-image] Aug 23 21:53:17.330 INFO O| Aug 23 21:53:17.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8838 | 2024-08-23T21:53:17.971Z | [ host-image] Aug 23 21:53:17.330 INFO O| Aug 23 21:53:17.330 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 ... |
8839 | 2024-08-23T21:53:17.974Z | [ host-image] Aug 23 21:53:17.330 INFO O| Aug 23 21:53:17.330 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 |
8840 | 2024-08-23T21:53:17.974Z | [ host-image] Aug 23 21:53:17.330 INFO O| Aug 23 21:53:17.330 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8841 | 2024-08-23T21:53:17.974Z | [ host-image] Aug 23 21:53:17.330 INFO O| Aug 23 21:53:17.330 INFO ok! |
8842 | 2024-08-23T21:53:17.974Z | [ host-image] Aug 23 21:53:17.330 INFO O| Aug 23 21:53:17.330 INFO STEP 39 (ensure_file) COMPLETE |
8843 | 2024-08-23T21:53:17.974Z | [ host-image] Aug 23 21:53:17.331 INFO O| Aug 23 21:53:17.330 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8844 | 2024-08-23T21:53:17.981Z | [ host-image] Aug 23 21:53:17.340 INFO O| Aug 23 21:53:17.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8845 | 2024-08-23T21:53:17.981Z | [ host-image] Aug 23 21:53:17.340 INFO O| Aug 23 21:53:17.340 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8846 | 2024-08-23T21:53:17.984Z | [ host-image] Aug 23 21:53:17.340 INFO O| Aug 23 21:53:17.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8847 | 2024-08-23T21:53:17.984Z | [ host-image] Aug 23 21:53:17.340 INFO O| Aug 23 21:53:17.340 INFO ok! |
8848 | 2024-08-23T21:53:17.984Z | [ host-image] Aug 23 21:53:17.340 INFO O| Aug 23 21:53:17.340 INFO STEP 40 (ensure_file) COMPLETE |
8849 | 2024-08-23T21:53:17.984Z | [ host-image] Aug 23 21:53:17.340 INFO O| Aug 23 21:53:17.340 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8850 | 2024-08-23T21:53:17.991Z | [ host-image] Aug 23 21:53:17.350 INFO O| Aug 23 21:53:17.350 INFO updating shadow file |
8851 | 2024-08-23T21:53:17.993Z | [ host-image] Aug 23 21:53:17.350 INFO O| Aug 23 21:53:17.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8852 | 2024-08-23T21:53:17.993Z | [ host-image] Aug 23 21:53:17.350 INFO O| Aug 23 21:53:17.350 INFO STEP 41 (shadow) COMPLETE |
8853 | 2024-08-23T21:53:17.993Z | [ host-image] Aug 23 21:53:17.350 INFO O| Aug 23 21:53:17.350 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8854 | 2024-08-23T21:53:18.001Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8855 | 2024-08-23T21:53:18.001Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8856 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8857 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8858 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO ok! |
8859 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO STEP 42 (ensure_file) COMPLETE |
8860 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8861 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO skip step because feature "mfg" is not enabled |
8862 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8863 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO skip step because feature "mfg" is not enabled |
8864 | 2024-08-23T21:53:18.004Z | [ host-image] Aug 23 21:53:17.360 INFO O| Aug 23 21:53:17.360 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8865 | 2024-08-23T21:53:18.010Z | [ host-image] Aug 23 21:53:17.370 INFO O| Aug 23 21:53:17.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8866 | 2024-08-23T21:53:18.013Z | [ host-image] Aug 23 21:53:17.370 INFO O| Aug 23 21:53:17.370 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8867 | 2024-08-23T21:53:18.658Z | [ host-image] Aug 23 21:53:18.017 INFO O| Aug 23 21:53:18.016 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8868 | 2024-08-23T21:53:18.658Z | [ host-image] Aug 23 21:53:18.017 INFO O| Aug 23 21:53:18.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8869 | 2024-08-23T21:53:18.658Z | [ host-image] Aug 23 21:53:18.017 INFO O| Aug 23 21:53:18.017 INFO ok! |
8870 | 2024-08-23T21:53:18.660Z | [ host-image] Aug 23 21:53:18.017 INFO O| Aug 23 21:53:18.017 INFO STEP 45 (ensure_file) COMPLETE |
8871 | 2024-08-23T21:53:18.660Z | [ host-image] Aug 23 21:53:18.017 INFO O| Aug 23 21:53:18.017 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8872 | 2024-08-23T21:53:18.668Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.027 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8873 | 2024-08-23T21:53:18.668Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8874 | 2024-08-23T21:53:18.671Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8875 | 2024-08-23T21:53:18.671Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8876 | 2024-08-23T21:53:18.671Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8877 | 2024-08-23T21:53:18.671Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8878 | 2024-08-23T21:53:18.671Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO ok! |
8879 | 2024-08-23T21:53:18.671Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO STEP 46 (ensure_file) COMPLETE |
8880 | 2024-08-23T21:53:18.671Z | [ host-image] Aug 23 21:53:18.028 INFO O| Aug 23 21:53:18.028 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8881 | 2024-08-23T21:53:18.678Z | [ host-image] Aug 23 21:53:18.038 INFO O| Aug 23 21:53:18.038 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8882 | 2024-08-23T21:53:18.678Z | [ host-image] Aug 23 21:53:18.038 INFO O| Aug 23 21:53:18.038 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 ... |
8883 | 2024-08-23T21:53:18.681Z | [ host-image] Aug 23 21:53:18.038 INFO O| Aug 23 21:53:18.038 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 |
8884 | 2024-08-23T21:53:18.681Z | [ host-image] Aug 23 21:53:18.038 INFO O| Aug 23 21:53:18.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8885 | 2024-08-23T21:53:18.681Z | [ host-image] Aug 23 21:53:18.038 INFO O| Aug 23 21:53:18.038 INFO ok! |
8886 | 2024-08-23T21:53:18.681Z | [ host-image] Aug 23 21:53:18.038 INFO O| Aug 23 21:53:18.038 INFO STEP 47 (ensure_file) COMPLETE |
8887 | 2024-08-23T21:53:18.681Z | [ host-image] Aug 23 21:53:18.038 INFO O| Aug 23 21:53:18.038 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8888 | 2024-08-23T21:53:18.689Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8889 | 2024-08-23T21:53:18.689Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8890 | 2024-08-23T21:53:18.691Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8891 | 2024-08-23T21:53:18.691Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8892 | 2024-08-23T21:53:18.691Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8893 | 2024-08-23T21:53:18.692Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8894 | 2024-08-23T21:53:18.692Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO ok! |
8895 | 2024-08-23T21:53:18.692Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO STEP 48 (ensure_file) COMPLETE |
8896 | 2024-08-23T21:53:18.692Z | [ host-image] Aug 23 21:53:18.048 INFO O| Aug 23 21:53:18.048 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8897 | 2024-08-23T21:53:18.698Z | [ host-image] Aug 23 21:53:18.057 INFO O| Aug 23 21:53:18.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8898 | 2024-08-23T21:53:18.701Z | [ host-image] Aug 23 21:53:18.057 INFO O| Aug 23 21:53:18.057 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 ... |
8899 | 2024-08-23T21:53:18.701Z | [ host-image] Aug 23 21:53:18.058 INFO O| Aug 23 21:53:18.058 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 |
8900 | 2024-08-23T21:53:18.701Z | [ host-image] Aug 23 21:53:18.058 INFO O| Aug 23 21:53:18.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8901 | 2024-08-23T21:53:18.701Z | [ host-image] Aug 23 21:53:18.058 INFO O| Aug 23 21:53:18.058 INFO ok! |
8902 | 2024-08-23T21:53:18.701Z | [ host-image] Aug 23 21:53:18.058 INFO O| Aug 23 21:53:18.058 INFO STEP 49 (ensure_file) COMPLETE |
8903 | 2024-08-23T21:53:18.701Z | [ host-image] Aug 23 21:53:18.058 INFO O| Aug 23 21:53:18.058 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8904 | 2024-08-23T21:53:18.708Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8905 | 2024-08-23T21:53:18.708Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8906 | 2024-08-23T21:53:18.710Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8907 | 2024-08-23T21:53:18.710Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8908 | 2024-08-23T21:53:18.710Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8909 | 2024-08-23T21:53:18.710Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8910 | 2024-08-23T21:53:18.710Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO ok! |
8911 | 2024-08-23T21:53:18.711Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO STEP 50 (ensure_file) COMPLETE |
8912 | 2024-08-23T21:53:18.711Z | [ host-image] Aug 23 21:53:18.067 INFO O| Aug 23 21:53:18.067 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8913 | 2024-08-23T21:53:18.718Z | [ host-image] Aug 23 21:53:18.077 INFO O| Aug 23 21:53:18.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8914 | 2024-08-23T21:53:18.718Z | [ host-image] Aug 23 21:53:18.077 INFO O| Aug 23 21:53:18.077 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 ... |
8915 | 2024-08-23T21:53:18.720Z | [ host-image] Aug 23 21:53:18.077 INFO O| Aug 23 21:53:18.077 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 |
8916 | 2024-08-23T21:53:18.720Z | [ host-image] Aug 23 21:53:18.077 INFO O| Aug 23 21:53:18.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8917 | 2024-08-23T21:53:18.720Z | [ host-image] Aug 23 21:53:18.077 INFO O| Aug 23 21:53:18.077 INFO ok! |
8918 | 2024-08-23T21:53:18.721Z | [ host-image] Aug 23 21:53:18.077 INFO O| Aug 23 21:53:18.077 INFO STEP 51 (ensure_file) COMPLETE |
8919 | 2024-08-23T21:53:18.721Z | [ host-image] Aug 23 21:53:18.077 INFO O| Aug 23 21:53:18.077 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8920 | 2024-08-23T21:53:18.730Z | [ host-image] Aug 23 21:53:18.089 INFO O| Aug 23 21:53:18.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8921 | 2024-08-23T21:53:18.730Z | [ host-image] Aug 23 21:53:18.089 INFO O| Aug 23 21:53:18.089 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 ... |
8922 | 2024-08-23T21:53:18.733Z | [ host-image] Aug 23 21:53:18.089 INFO O| Aug 23 21:53:18.089 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 |
8923 | 2024-08-23T21:53:18.733Z | [ host-image] Aug 23 21:53:18.089 INFO O| Aug 23 21:53:18.089 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8924 | 2024-08-23T21:53:18.733Z | [ host-image] Aug 23 21:53:18.089 INFO O| Aug 23 21:53:18.089 INFO ok! |
8925 | 2024-08-23T21:53:18.733Z | [ host-image] Aug 23 21:53:18.090 INFO O| Aug 23 21:53:18.089 INFO STEP 52 (ensure_file) COMPLETE |
8926 | 2024-08-23T21:53:18.733Z | [ host-image] Aug 23 21:53:18.090 INFO O| Aug 23 21:53:18.089 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8927 | 2024-08-23T21:53:18.740Z | [ host-image] Aug 23 21:53:18.099 INFO O| Aug 23 21:53:18.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8928 | 2024-08-23T21:53:18.740Z | [ host-image] Aug 23 21:53:18.099 INFO O| Aug 23 21:53:18.099 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 ... |
8929 | 2024-08-23T21:53:18.743Z | [ host-image] Aug 23 21:53:18.099 INFO O| Aug 23 21:53:18.099 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 |
8930 | 2024-08-23T21:53:18.743Z | [ host-image] Aug 23 21:53:18.099 INFO O| Aug 23 21:53:18.099 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8931 | 2024-08-23T21:53:18.743Z | [ host-image] Aug 23 21:53:18.099 INFO O| Aug 23 21:53:18.099 INFO ok! |
8932 | 2024-08-23T21:53:18.743Z | [ host-image] Aug 23 21:53:18.099 INFO O| Aug 23 21:53:18.099 INFO STEP 53 (ensure_file) COMPLETE |
8933 | 2024-08-23T21:53:18.743Z | [ host-image] Aug 23 21:53:18.099 INFO O| Aug 23 21:53:18.099 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8934 | 2024-08-23T21:53:18.878Z | [ host-image] Aug 23 21:53:18.109 INFO O| Aug 23 21:53:18.109 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8935 | 2024-08-23T21:53:18.878Z | [ host-image] Aug 23 21:53:18.109 INFO O| Aug 23 21:53:18.109 INFO STEP 54 (ensure_dir) COMPLETE |
8936 | 2024-08-23T21:53:18.878Z | [ host-image] Aug 23 21:53:18.109 INFO O| Aug 23 21:53:18.109 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8937 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.121 INFO O| Aug 23 21:53:18.121 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8938 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.121 INFO O| Aug 23 21:53:18.121 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8939 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.121 INFO O| Aug 23 21:53:18.121 INFO STEP 55 (ensure_dir) COMPLETE |
8940 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.121 INFO O| Aug 23 21:53:18.121 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8941 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.130 INFO O| Aug 23 21:53:18.130 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8942 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.131 INFO O| Aug 23 21:53:18.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8943 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.131 INFO O| Aug 23 21:53:18.131 INFO STEP 56 (ensure_dir) COMPLETE |
8944 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.131 INFO O| Aug 23 21:53:18.131 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8945 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.140 INFO O| Aug 23 21:53:18.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8946 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.140 INFO O| Aug 23 21:53:18.140 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8947 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.154 INFO O| Aug 23 21:53:18.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8948 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.154 INFO O| Aug 23 21:53:18.154 INFO ok! |
8949 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.154 INFO O| Aug 23 21:53:18.154 INFO STEP 57 (ensure_file) COMPLETE |
8950 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.154 INFO O| Aug 23 21:53:18.154 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8951 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.165 INFO O| Aug 23 21:53:18.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8952 | 2024-08-23T21:53:18.881Z | [ host-image] Aug 23 21:53:18.165 INFO O| Aug 23 21:53:18.165 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8953 | 2024-08-23T21:53:19.906Z | [ host-image] Aug 23 21:53:19.265 INFO O| Aug 23 21:53:19.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8954 | 2024-08-23T21:53:19.906Z | [ host-image] Aug 23 21:53:19.265 INFO O| Aug 23 21:53:19.265 INFO ok! |
8955 | 2024-08-23T21:53:19.908Z | [ host-image] Aug 23 21:53:19.265 INFO O| Aug 23 21:53:19.265 INFO STEP 58 (ensure_file) COMPLETE |
8956 | 2024-08-23T21:53:19.908Z | [ host-image] Aug 23 21:53:19.265 INFO O| Aug 23 21:53:19.265 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8957 | 2024-08-23T21:53:19.919Z | [ host-image] Aug 23 21:53:19.278 INFO O| Aug 23 21:53:19.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8958 | 2024-08-23T21:53:19.921Z | [ host-image] Aug 23 21:53:19.278 INFO O| Aug 23 21:53:19.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8959 | 2024-08-23T21:53:19.921Z | [ host-image] Aug 23 21:53:19.278 INFO O| Aug 23 21:53:19.278 INFO STEP 59 (ensure_dir) COMPLETE |
8960 | 2024-08-23T21:53:19.921Z | [ host-image] Aug 23 21:53:19.278 INFO O| Aug 23 21:53:19.278 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8961 | 2024-08-23T21:53:19.929Z | [ host-image] Aug 23 21:53:19.288 INFO O| Aug 23 21:53:19.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8962 | 2024-08-23T21:53:19.929Z | [ host-image] Aug 23 21:53:19.288 INFO O| Aug 23 21:53:19.288 INFO copying /tmp/.tmpHa8UOy/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 ... |
8963 | 2024-08-23T21:53:19.932Z | [ host-image] Aug 23 21:53:19.288 INFO O| Aug 23 21:53:19.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8964 | 2024-08-23T21:53:19.932Z | [ host-image] Aug 23 21:53:19.289 INFO O| Aug 23 21:53:19.288 INFO ok! |
8965 | 2024-08-23T21:53:19.932Z | [ host-image] Aug 23 21:53:19.289 INFO O| Aug 23 21:53:19.288 INFO STEP 60 (ensure_file) COMPLETE |
8966 | 2024-08-23T21:53:19.932Z | [ host-image] Aug 23 21:53:19.289 INFO O| Aug 23 21:53:19.288 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8967 | 2024-08-23T21:53:19.939Z | [ host-image] Aug 23 21:53:19.298 INFO O| Aug 23 21:53:19.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8968 | 2024-08-23T21:53:19.941Z | [ host-image] Aug 23 21:53:19.298 INFO O| Aug 23 21:53:19.298 INFO copying /tmp/.tmpHa8UOy/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 ... |
8969 | 2024-08-23T21:53:19.941Z | [ host-image] Aug 23 21:53:19.298 INFO O| Aug 23 21:53:19.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8970 | 2024-08-23T21:53:19.941Z | [ host-image] Aug 23 21:53:19.298 INFO O| Aug 23 21:53:19.298 INFO ok! |
8971 | 2024-08-23T21:53:19.941Z | [ host-image] Aug 23 21:53:19.298 INFO O| Aug 23 21:53:19.298 INFO STEP 61 (ensure_file) COMPLETE |
8972 | 2024-08-23T21:53:19.941Z | [ host-image] Aug 23 21:53:19.298 INFO O| Aug 23 21:53:19.298 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8973 | 2024-08-23T21:53:19.950Z | [ host-image] Aug 23 21:53:19.309 INFO O| Aug 23 21:53:19.309 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8974 | 2024-08-23T21:53:19.953Z | [ host-image] Aug 23 21:53:19.310 INFO O| Aug 23 21:53:19.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8975 | 2024-08-23T21:53:19.953Z | [ host-image] Aug 23 21:53:19.310 INFO O| Aug 23 21:53:19.310 INFO STEP 62 (ensure_dir) COMPLETE |
8976 | 2024-08-23T21:53:19.953Z | [ host-image] Aug 23 21:53:19.310 INFO O| Aug 23 21:53:19.310 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8977 | 2024-08-23T21:53:19.968Z | [ host-image] Aug 23 21:53:19.327 INFO O| Aug 23 21:53:19.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8978 | 2024-08-23T21:53:19.968Z | [ host-image] Aug 23 21:53:19.327 INFO O| Aug 23 21:53:19.327 INFO copying /tmp/.tmpHa8UOy/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 ... |
8979 | 2024-08-23T21:53:19.971Z | [ host-image] Aug 23 21:53:19.327 INFO O| Aug 23 21:53:19.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8980 | 2024-08-23T21:53:19.971Z | [ host-image] Aug 23 21:53:19.327 INFO O| Aug 23 21:53:19.327 INFO ok! |
8981 | 2024-08-23T21:53:19.971Z | [ host-image] Aug 23 21:53:19.327 INFO O| Aug 23 21:53:19.327 INFO STEP 63 (ensure_file) COMPLETE |
8982 | 2024-08-23T21:53:19.971Z | [ host-image] Aug 23 21:53:19.327 INFO O| Aug 23 21:53:19.327 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8983 | 2024-08-23T21:53:19.979Z | [ host-image] Aug 23 21:53:19.338 INFO O| Aug 23 21:53:19.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8984 | 2024-08-23T21:53:19.979Z | [ host-image] Aug 23 21:53:19.338 INFO O| Aug 23 21:53:19.338 INFO copying /tmp/.tmpHa8UOy/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 ... |
8985 | 2024-08-23T21:53:19.982Z | [ host-image] Aug 23 21:53:19.338 INFO O| Aug 23 21:53:19.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8986 | 2024-08-23T21:53:19.982Z | [ host-image] Aug 23 21:53:19.339 INFO O| Aug 23 21:53:19.338 INFO ok! |
8987 | 2024-08-23T21:53:19.982Z | [ host-image] Aug 23 21:53:19.339 INFO O| Aug 23 21:53:19.338 INFO STEP 64 (ensure_file) COMPLETE |
8988 | 2024-08-23T21:53:19.982Z | [ host-image] Aug 23 21:53:19.339 INFO O| Aug 23 21:53:19.339 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8989 | 2024-08-23T21:53:19.990Z | [ host-image] Aug 23 21:53:19.349 INFO O| Aug 23 21:53:19.349 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8990 | 2024-08-23T21:53:19.993Z | [ host-image] Aug 23 21:53:19.349 INFO O| Aug 23 21:53:19.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8991 | 2024-08-23T21:53:19.993Z | [ host-image] Aug 23 21:53:19.349 INFO O| Aug 23 21:53:19.349 INFO STEP 65 (ensure_dir) COMPLETE |
8992 | 2024-08-23T21:53:19.993Z | [ host-image] Aug 23 21:53:19.349 INFO O| Aug 23 21:53:19.349 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8993 | 2024-08-23T21:53:20.000Z | [ host-image] Aug 23 21:53:19.359 INFO O| Aug 23 21:53:19.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8994 | 2024-08-23T21:53:20.000Z | [ host-image] Aug 23 21:53:19.359 INFO O| Aug 23 21:53:19.359 INFO copying /tmp/.tmpHa8UOy/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 ... |
8995 | 2024-08-23T21:53:20.003Z | [ host-image] Aug 23 21:53:19.359 INFO O| Aug 23 21:53:19.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8996 | 2024-08-23T21:53:20.003Z | [ host-image] Aug 23 21:53:19.359 INFO O| Aug 23 21:53:19.359 INFO ok! |
8997 | 2024-08-23T21:53:20.003Z | [ host-image] Aug 23 21:53:19.359 INFO O| Aug 23 21:53:19.359 INFO STEP 66 (ensure_file) COMPLETE |
8998 | 2024-08-23T21:53:20.003Z | [ host-image] Aug 23 21:53:19.359 INFO O| Aug 23 21:53:19.359 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8999 | 2024-08-23T21:53:20.011Z | [ host-image] Aug 23 21:53:19.370 INFO O| Aug 23 21:53:19.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9000 | 2024-08-23T21:53:20.011Z | [ host-image] Aug 23 21:53:19.370 INFO O| Aug 23 21:53:19.370 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9001 | 2024-08-23T21:53:20.013Z | [ host-image] Aug 23 21:53:19.370 INFO O| Aug 23 21:53:19.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9002 | 2024-08-23T21:53:20.013Z | [ host-image] Aug 23 21:53:19.370 INFO O| Aug 23 21:53:19.370 INFO ok! |
9003 | 2024-08-23T21:53:20.013Z | [ host-image] Aug 23 21:53:19.370 INFO O| Aug 23 21:53:19.370 INFO STEP 67 (ensure_file) COMPLETE |
9004 | 2024-08-23T21:53:20.013Z | [ host-image] Aug 23 21:53:19.370 INFO O| Aug 23 21:53:19.370 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9005 | 2024-08-23T21:53:20.022Z | [ host-image] Aug 23 21:53:19.381 INFO O| Aug 23 21:53:19.381 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9006 | 2024-08-23T21:53:20.024Z | [ host-image] Aug 23 21:53:19.381 INFO O| Aug 23 21:53:19.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9007 | 2024-08-23T21:53:20.024Z | [ host-image] Aug 23 21:53:19.381 INFO O| Aug 23 21:53:19.381 INFO STEP 68 (ensure_dir) COMPLETE |
9008 | 2024-08-23T21:53:20.024Z | [ host-image] Aug 23 21:53:19.381 INFO O| Aug 23 21:53:19.381 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9009 | 2024-08-23T21:53:20.032Z | [ host-image] Aug 23 21:53:19.391 INFO O| Aug 23 21:53:19.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9010 | 2024-08-23T21:53:20.032Z | [ host-image] Aug 23 21:53:19.391 INFO O| Aug 23 21:53:19.391 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9011 | 2024-08-23T21:53:20.605Z | [ host-image] Aug 23 21:53:19.964 INFO O| Aug 23 21:53:19.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9012 | 2024-08-23T21:53:20.608Z | [ host-image] Aug 23 21:53:19.964 INFO O| Aug 23 21:53:19.964 INFO ok! |
9013 | 2024-08-23T21:53:20.608Z | [ host-image] Aug 23 21:53:19.964 INFO O| Aug 23 21:53:19.964 INFO STEP 69 (ensure_file) COMPLETE |
9014 | 2024-08-23T21:53:20.608Z | [ host-image] Aug 23 21:53:19.964 INFO O| Aug 23 21:53:19.964 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9015 | 2024-08-23T21:53:20.616Z | [ host-image] Aug 23 21:53:19.975 INFO O| Aug 23 21:53:19.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9016 | 2024-08-23T21:53:20.616Z | [ host-image] Aug 23 21:53:19.975 INFO O| Aug 23 21:53:19.975 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9017 | 2024-08-23T21:53:21.398Z | [ recovery-image] Aug 23 21:53:20.751 INFO E| Compiling bitflags v1.3.2 |
9018 | 2024-08-23T21:53:21.398Z | [ recovery-image] Aug 23 21:53:20.751 INFO E| Compiling adler v1.0.2 |
9019 | 2024-08-23T21:53:21.398Z | [ recovery-image] Aug 23 21:53:20.751 INFO E| Compiling scroll v0.12.0 |
9020 | 2024-08-23T21:53:21.401Z | [ recovery-image] Aug 23 21:53:20.751 INFO E| Compiling log v0.4.21 |
9021 | 2024-08-23T21:53:21.401Z | [ recovery-image] Aug 23 21:53:20.751 INFO E| Compiling plain v0.2.3 |
9022 | 2024-08-23T21:53:21.401Z | [ recovery-image] Aug 23 21:53:20.751 INFO E| Compiling bit_field v0.10.2 |
9023 | 2024-08-23T21:53:21.401Z | [ recovery-image] Aug 23 21:53:20.751 INFO E| Compiling bitstruct v0.1.1 |
9024 | 2024-08-23T21:53:21.504Z | [ recovery-image] Aug 23 21:53:20.863 INFO E| Compiling raw-cpuid v10.7.0 |
9025 | 2024-08-23T21:53:21.670Z | [ recovery-image] Aug 23 21:53:21.024 INFO E| Compiling miniz_oxide v0.7.2 |
9026 | 2024-08-23T21:53:21.762Z | [ recovery-image] Aug 23 21:53:21.121 INFO E| Compiling cpio_reader v0.1.1 |
9027 | 2024-08-23T21:53:21.875Z | [ recovery-image] Aug 23 21:53:21.234 INFO E| Compiling static_assertions v1.1.0 |
9028 | 2024-08-23T21:53:22.351Z | [ recovery-image] Aug 23 21:53:21.710 INFO E| Compiling goblin v0.8.0 |
9029 | 2024-08-23T21:53:22.354Z | [ host-image] Aug 23 21:53:21.710 INFO O| Aug 23 21:53:21.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9030 | 2024-08-23T21:53:22.354Z | [ host-image] Aug 23 21:53:21.710 INFO O| Aug 23 21:53:21.710 INFO ok! |
9031 | 2024-08-23T21:53:22.354Z | [ host-image] Aug 23 21:53:21.710 INFO O| Aug 23 21:53:21.710 INFO STEP 70 (ensure_file) COMPLETE |
9032 | 2024-08-23T21:53:22.354Z | [ host-image] Aug 23 21:53:21.711 INFO O| Aug 23 21:53:21.710 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9033 | 2024-08-23T21:53:22.374Z | [ host-image] Aug 23 21:53:21.731 INFO O| Aug 23 21:53:21.727 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9034 | 2024-08-23T21:53:22.374Z | [ host-image] Aug 23 21:53:21.731 INFO O| Aug 23 21:53:21.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9035 | 2024-08-23T21:53:22.377Z | [ host-image] Aug 23 21:53:21.731 INFO O| Aug 23 21:53:21.727 INFO STEP 71 (ensure_dir) COMPLETE |
9036 | 2024-08-23T21:53:22.377Z | [ host-image] Aug 23 21:53:21.731 INFO O| Aug 23 21:53:21.727 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9037 | 2024-08-23T21:53:22.393Z | [ host-image] Aug 23 21:53:21.752 INFO O| Aug 23 21:53:21.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9038 | 2024-08-23T21:53:22.393Z | [ host-image] Aug 23 21:53:21.752 INFO O| Aug 23 21:53:21.752 INFO copying /tmp/.tmpHa8UOy/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 ... |
9039 | 2024-08-23T21:53:22.393Z | [ host-image] Aug 23 21:53:21.752 INFO O| Aug 23 21:53:21.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9040 | 2024-08-23T21:53:22.396Z | [ host-image] Aug 23 21:53:21.752 INFO O| Aug 23 21:53:21.752 INFO ok! |
9041 | 2024-08-23T21:53:22.396Z | [ host-image] Aug 23 21:53:21.752 INFO O| Aug 23 21:53:21.752 INFO STEP 72 (ensure_file) COMPLETE |
9042 | 2024-08-23T21:53:22.396Z | [ host-image] Aug 23 21:53:21.752 INFO O| Aug 23 21:53:21.752 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9043 | 2024-08-23T21:53:22.414Z | [ host-image] Aug 23 21:53:21.772 INFO O| Aug 23 21:53:21.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9044 | 2024-08-23T21:53:22.414Z | [ host-image] Aug 23 21:53:21.773 INFO O| Aug 23 21:53:21.772 INFO copying /tmp/.tmpHa8UOy/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 ... |
9045 | 2024-08-23T21:53:22.416Z | [ host-image] Aug 23 21:53:21.773 INFO O| Aug 23 21:53:21.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9046 | 2024-08-23T21:53:22.416Z | [ host-image] Aug 23 21:53:21.773 INFO O| Aug 23 21:53:21.773 INFO ok! |
9047 | 2024-08-23T21:53:22.416Z | [ host-image] Aug 23 21:53:21.773 INFO O| Aug 23 21:53:21.773 INFO STEP 73 (ensure_file) COMPLETE |
9048 | 2024-08-23T21:53:22.416Z | [ host-image] Aug 23 21:53:21.773 INFO O| Aug 23 21:53:21.773 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9049 | 2024-08-23T21:53:22.451Z | [ host-image] Aug 23 21:53:21.809 INFO O| Aug 23 21:53:21.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9050 | 2024-08-23T21:53:22.451Z | [ host-image] Aug 23 21:53:21.809 INFO O| Aug 23 21:53:21.809 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9051 | 2024-08-23T21:53:22.451Z | [ host-image] Aug 23 21:53:21.809 INFO O| Aug 23 21:53:21.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9052 | 2024-08-23T21:53:22.451Z | [ host-image] Aug 23 21:53:21.809 INFO O| Aug 23 21:53:21.809 INFO ok! |
9053 | 2024-08-23T21:53:22.453Z | [ host-image] Aug 23 21:53:21.809 INFO O| Aug 23 21:53:21.809 INFO STEP 74 (ensure_file) COMPLETE |
9054 | 2024-08-23T21:53:22.453Z | [ host-image] Aug 23 21:53:21.809 INFO O| Aug 23 21:53:21.809 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9055 | 2024-08-23T21:53:22.470Z | [ host-image] Aug 23 21:53:21.829 INFO O| Aug 23 21:53:21.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9056 | 2024-08-23T21:53:22.470Z | [ host-image] Aug 23 21:53:21.829 INFO O| Aug 23 21:53:21.829 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9057 | 2024-08-23T21:53:22.474Z | [ host-image] Aug 23 21:53:21.829 INFO O| Aug 23 21:53:21.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9058 | 2024-08-23T21:53:22.474Z | [ host-image] Aug 23 21:53:21.829 INFO O| Aug 23 21:53:21.829 INFO ok! |
9059 | 2024-08-23T21:53:22.474Z | [ host-image] Aug 23 21:53:21.829 INFO O| Aug 23 21:53:21.829 INFO STEP 75 (ensure_file) COMPLETE |
9060 | 2024-08-23T21:53:22.474Z | [ host-image] Aug 23 21:53:21.829 INFO O| Aug 23 21:53:21.829 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9061 | 2024-08-23T21:53:22.489Z | [ host-image] Aug 23 21:53:21.848 INFO O| Aug 23 21:53:21.847 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9062 | 2024-08-23T21:53:22.489Z | [ host-image] Aug 23 21:53:21.848 INFO O| Aug 23 21:53:21.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9063 | 2024-08-23T21:53:22.489Z | [ host-image] Aug 23 21:53:21.848 INFO O| Aug 23 21:53:21.848 INFO STEP 76 (ensure_dir) COMPLETE |
9064 | 2024-08-23T21:53:22.491Z | [ host-image] Aug 23 21:53:21.848 INFO O| Aug 23 21:53:21.848 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9065 | 2024-08-23T21:53:22.508Z | [ host-image] Aug 23 21:53:21.866 INFO O| Aug 23 21:53:21.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9066 | 2024-08-23T21:53:22.510Z | [ host-image] Aug 23 21:53:21.866 INFO O| Aug 23 21:53:21.866 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9067 | 2024-08-23T21:53:23.092Z | [ host-image] Aug 23 21:53:22.450 INFO O| Aug 23 21:53:22.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9068 | 2024-08-23T21:53:23.092Z | [ host-image] Aug 23 21:53:22.451 INFO O| Aug 23 21:53:22.450 INFO ok! |
9069 | 2024-08-23T21:53:23.092Z | [ host-image] Aug 23 21:53:22.451 INFO O| Aug 23 21:53:22.450 INFO STEP 77 (ensure_file) COMPLETE |
9070 | 2024-08-23T21:53:23.095Z | [ host-image] Aug 23 21:53:22.451 INFO O| Aug 23 21:53:22.450 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9071 | 2024-08-23T21:53:23.109Z | [ host-image] Aug 23 21:53:22.467 INFO O| Aug 23 21:53:22.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9072 | 2024-08-23T21:53:23.109Z | [ host-image] Aug 23 21:53:22.467 INFO O| Aug 23 21:53:22.467 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9073 | 2024-08-23T21:53:23.111Z | [ host-image] Aug 23 21:53:22.468 INFO O| Aug 23 21:53:22.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9074 | 2024-08-23T21:53:23.111Z | [ host-image] Aug 23 21:53:22.468 INFO O| Aug 23 21:53:22.468 INFO ok! |
9075 | 2024-08-23T21:53:23.111Z | [ host-image] Aug 23 21:53:22.468 INFO O| Aug 23 21:53:22.468 INFO STEP 78 (ensure_file) COMPLETE |
9076 | 2024-08-23T21:53:23.111Z | [ host-image] Aug 23 21:53:22.468 INFO O| Aug 23 21:53:22.468 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9077 | 2024-08-23T21:53:23.123Z | [ host-image] Aug 23 21:53:22.482 INFO O| Aug 23 21:53:22.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9078 | 2024-08-23T21:53:23.123Z | [ host-image] Aug 23 21:53:22.482 INFO O| Aug 23 21:53:22.482 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9079 | 2024-08-23T21:53:24.574Z | [ host-image] Aug 23 21:53:23.932 INFO O| Aug 23 21:53:23.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9080 | 2024-08-23T21:53:24.574Z | [ host-image] Aug 23 21:53:23.932 INFO O| Aug 23 21:53:23.932 INFO ok! |
9081 | 2024-08-23T21:53:24.574Z | [ host-image] Aug 23 21:53:23.932 INFO O| Aug 23 21:53:23.932 INFO STEP 79 (ensure_file) COMPLETE |
9082 | 2024-08-23T21:53:24.574Z | [ host-image] Aug 23 21:53:23.932 INFO O| Aug 23 21:53:23.932 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9083 | 2024-08-23T21:53:24.585Z | [ host-image] Aug 23 21:53:23.943 INFO O| Aug 23 21:53:23.943 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9084 | 2024-08-23T21:53:24.587Z | [ host-image] Aug 23 21:53:23.943 INFO O| Aug 23 21:53:23.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9085 | 2024-08-23T21:53:24.588Z | [ host-image] Aug 23 21:53:23.943 INFO O| Aug 23 21:53:23.943 INFO STEP 80 (ensure_dir) COMPLETE |
9086 | 2024-08-23T21:53:24.588Z | [ host-image] Aug 23 21:53:23.943 INFO O| Aug 23 21:53:23.943 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-23T21:53:24.594Z | [ host-image] Aug 23 21:53:23.953 INFO O| Aug 23 21:53:23.953 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9088 | 2024-08-23T21:53:24.597Z | [ host-image] Aug 23 21:53:23.953 INFO O| Aug 23 21:53:23.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9089 | 2024-08-23T21:53:24.597Z | [ host-image] Aug 23 21:53:23.953 INFO O| Aug 23 21:53:23.953 INFO STEP 81 (ensure_dir) COMPLETE |
9090 | 2024-08-23T21:53:24.597Z | [ host-image] Aug 23 21:53:23.953 INFO O| Aug 23 21:53:23.953 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9091 | 2024-08-23T21:53:24.606Z | [ host-image] Aug 23 21:53:23.964 INFO O| Aug 23 21:53:23.964 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9092 | 2024-08-23T21:53:24.606Z | [ host-image] Aug 23 21:53:23.965 INFO O| Aug 23 21:53:23.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9093 | 2024-08-23T21:53:24.606Z | [ host-image] Aug 23 21:53:23.965 INFO O| Aug 23 21:53:23.965 INFO STEP 82 (ensure_dir) COMPLETE |
9094 | 2024-08-23T21:53:24.606Z | [ host-image] Aug 23 21:53:23.965 INFO O| Aug 23 21:53:23.965 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9095 | 2024-08-23T21:53:24.620Z | [ host-image] Aug 23 21:53:23.978 INFO O| Aug 23 21:53:23.978 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9096 | 2024-08-23T21:53:24.620Z | [ host-image] Aug 23 21:53:23.978 INFO O| Aug 23 21:53:23.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9097 | 2024-08-23T21:53:24.620Z | [ host-image] Aug 23 21:53:23.978 INFO O| Aug 23 21:53:23.978 INFO STEP 83 (ensure_dir) COMPLETE |
9098 | 2024-08-23T21:53:24.622Z | [ host-image] Aug 23 21:53:23.978 INFO O| Aug 23 21:53:23.978 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9099 | 2024-08-23T21:53:24.632Z | [ host-image] Aug 23 21:53:23.991 INFO O| Aug 23 21:53:23.990 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9100 | 2024-08-23T21:53:24.635Z | [ host-image] Aug 23 21:53:23.991 INFO O| Aug 23 21:53:23.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9101 | 2024-08-23T21:53:24.635Z | [ host-image] Aug 23 21:53:23.991 INFO O| Aug 23 21:53:23.991 INFO STEP 84 (ensure_dir) COMPLETE |
9102 | 2024-08-23T21:53:24.635Z | [ host-image] Aug 23 21:53:23.991 INFO O| Aug 23 21:53:23.991 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-23T21:53:24.644Z | [ host-image] Aug 23 21:53:24.002 INFO O| Aug 23 21:53:24.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9104 | 2024-08-23T21:53:24.644Z | [ host-image] Aug 23 21:53:24.002 INFO O| Aug 23 21:53:24.002 INFO copying /tmp/.tmpHa8UOy/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 ... |
9105 | 2024-08-23T21:53:24.646Z | [ host-image] Aug 23 21:53:24.002 INFO O| Aug 23 21:53:24.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9106 | 2024-08-23T21:53:24.646Z | [ host-image] Aug 23 21:53:24.002 INFO O| Aug 23 21:53:24.002 INFO ok! |
9107 | 2024-08-23T21:53:24.646Z | [ host-image] Aug 23 21:53:24.002 INFO O| Aug 23 21:53:24.002 INFO STEP 85 (ensure_file) COMPLETE |
9108 | 2024-08-23T21:53:24.646Z | [ host-image] Aug 23 21:53:24.002 INFO O| Aug 23 21:53:24.002 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9109 | 2024-08-23T21:53:24.655Z | [ host-image] Aug 23 21:53:24.013 INFO O| Aug 23 21:53:24.013 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9110 | 2024-08-23T21:53:24.655Z | [ host-image] Aug 23 21:53:24.014 INFO O| Aug 23 21:53:24.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9111 | 2024-08-23T21:53:24.655Z | [ host-image] Aug 23 21:53:24.014 INFO O| Aug 23 21:53:24.014 INFO STEP 86 (ensure_dir) COMPLETE |
9112 | 2024-08-23T21:53:24.658Z | [ host-image] Aug 23 21:53:24.014 INFO O| Aug 23 21:53:24.014 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9113 | 2024-08-23T21:53:24.670Z | [ host-image] Aug 23 21:53:24.029 INFO O| Aug 23 21:53:24.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9114 | 2024-08-23T21:53:24.673Z | [ host-image] Aug 23 21:53:24.029 INFO O| Aug 23 21:53:24.029 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9115 | 2024-08-23T21:53:24.673Z | [ host-image] Aug 23 21:53:24.029 INFO O| Aug 23 21:53:24.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9116 | 2024-08-23T21:53:24.673Z | [ host-image] Aug 23 21:53:24.029 INFO O| Aug 23 21:53:24.029 INFO ok! |
9117 | 2024-08-23T21:53:24.673Z | [ host-image] Aug 23 21:53:24.029 INFO O| Aug 23 21:53:24.029 INFO STEP 87 (ensure_file) COMPLETE |
9118 | 2024-08-23T21:53:24.673Z | [ host-image] Aug 23 21:53:24.029 INFO O| Aug 23 21:53:24.029 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9119 | 2024-08-23T21:53:24.684Z | [ host-image] Aug 23 21:53:24.043 INFO O| Aug 23 21:53:24.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9120 | 2024-08-23T21:53:24.684Z | [ host-image] Aug 23 21:53:24.043 INFO O| Aug 23 21:53:24.043 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9121 | 2024-08-23T21:53:24.703Z | [ host-image] Aug 23 21:53:24.061 INFO O| Aug 23 21:53:24.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9122 | 2024-08-23T21:53:24.703Z | [ host-image] Aug 23 21:53:24.061 INFO O| Aug 23 21:53:24.061 INFO ok! |
9123 | 2024-08-23T21:53:24.706Z | [ host-image] Aug 23 21:53:24.061 INFO O| Aug 23 21:53:24.061 INFO STEP 88 (ensure_file) COMPLETE |
9124 | 2024-08-23T21:53:24.706Z | [ host-image] Aug 23 21:53:24.061 INFO O| Aug 23 21:53:24.061 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9125 | 2024-08-23T21:53:24.718Z | [ host-image] Aug 23 21:53:24.077 INFO O| Aug 23 21:53:24.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9126 | 2024-08-23T21:53:24.721Z | [ host-image] Aug 23 21:53:24.077 INFO O| Aug 23 21:53:24.077 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9127 | 2024-08-23T21:53:25.333Z | [ host-image] Aug 23 21:53:24.691 INFO O| Aug 23 21:53:24.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9128 | 2024-08-23T21:53:25.333Z | [ host-image] Aug 23 21:53:24.691 INFO O| Aug 23 21:53:24.691 INFO ok! |
9129 | 2024-08-23T21:53:25.336Z | [ host-image] Aug 23 21:53:24.691 INFO O| Aug 23 21:53:24.691 INFO STEP 89 (ensure_file) COMPLETE |
9130 | 2024-08-23T21:53:25.336Z | [ host-image] Aug 23 21:53:24.691 INFO O| Aug 23 21:53:24.691 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9131 | 2024-08-23T21:53:25.350Z | [ host-image] Aug 23 21:53:24.708 INFO O| Aug 23 21:53:24.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9132 | 2024-08-23T21:53:25.350Z | [ host-image] Aug 23 21:53:24.708 INFO O| Aug 23 21:53:24.708 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9133 | 2024-08-23T21:53:25.353Z | [ host-image] Aug 23 21:53:24.708 INFO O| Aug 23 21:53:24.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9134 | 2024-08-23T21:53:25.353Z | [ host-image] Aug 23 21:53:24.709 INFO O| Aug 23 21:53:24.708 INFO ok! |
9135 | 2024-08-23T21:53:25.353Z | [ host-image] Aug 23 21:53:24.709 INFO O| Aug 23 21:53:24.708 INFO STEP 90 (ensure_file) COMPLETE |
9136 | 2024-08-23T21:53:25.353Z | [ host-image] Aug 23 21:53:24.709 INFO O| Aug 23 21:53:24.708 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9137 | 2024-08-23T21:53:25.364Z | [ host-image] Aug 23 21:53:24.722 INFO O| Aug 23 21:53:24.722 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9138 | 2024-08-23T21:53:25.364Z | [ host-image] Aug 23 21:53:24.722 INFO O| Aug 23 21:53:24.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9139 | 2024-08-23T21:53:25.367Z | [ host-image] Aug 23 21:53:24.722 INFO O| Aug 23 21:53:24.722 INFO STEP 91 (ensure_dir) COMPLETE |
9140 | 2024-08-23T21:53:25.367Z | [ host-image] Aug 23 21:53:24.722 INFO O| Aug 23 21:53:24.722 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9141 | 2024-08-23T21:53:25.380Z | [ host-image] Aug 23 21:53:24.738 INFO O| Aug 23 21:53:24.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9142 | 2024-08-23T21:53:25.380Z | [ host-image] Aug 23 21:53:24.738 INFO O| Aug 23 21:53:24.738 INFO copying /tmp/.tmpHa8UOy/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 ... |
9143 | 2024-08-23T21:53:25.383Z | [ host-image] Aug 23 21:53:24.738 INFO O| Aug 23 21:53:24.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9144 | 2024-08-23T21:53:25.383Z | [ host-image] Aug 23 21:53:24.738 INFO O| Aug 23 21:53:24.738 INFO ok! |
9145 | 2024-08-23T21:53:25.383Z | [ host-image] Aug 23 21:53:24.738 INFO O| Aug 23 21:53:24.738 INFO STEP 92 (ensure_file) COMPLETE |
9146 | 2024-08-23T21:53:25.383Z | [ host-image] Aug 23 21:53:24.738 INFO O| Aug 23 21:53:24.738 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9147 | 2024-08-23T21:53:25.397Z | [ host-image] Aug 23 21:53:24.755 INFO O| Aug 23 21:53:24.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9148 | 2024-08-23T21:53:25.397Z | [ host-image] Aug 23 21:53:24.755 INFO O| Aug 23 21:53:24.755 INFO copying /tmp/.tmpHa8UOy/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 ... |
9149 | 2024-08-23T21:53:25.399Z | [ host-image] Aug 23 21:53:24.755 INFO O| Aug 23 21:53:24.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9150 | 2024-08-23T21:53:25.399Z | [ host-image] Aug 23 21:53:24.755 INFO O| Aug 23 21:53:24.755 INFO ok! |
9151 | 2024-08-23T21:53:25.399Z | [ host-image] Aug 23 21:53:24.755 INFO O| Aug 23 21:53:24.755 INFO STEP 93 (ensure_file) COMPLETE |
9152 | 2024-08-23T21:53:25.399Z | [ host-image] Aug 23 21:53:24.755 INFO O| Aug 23 21:53:24.755 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9153 | 2024-08-23T21:53:25.414Z | [ host-image] Aug 23 21:53:24.772 INFO O| Aug 23 21:53:24.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9154 | 2024-08-23T21:53:25.414Z | [ host-image] Aug 23 21:53:24.772 INFO O| Aug 23 21:53:24.772 INFO copying /tmp/.tmpHa8UOy/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 ... |
9155 | 2024-08-23T21:53:25.417Z | [ host-image] Aug 23 21:53:24.773 INFO O| Aug 23 21:53:24.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9156 | 2024-08-23T21:53:25.417Z | [ host-image] Aug 23 21:53:24.773 INFO O| Aug 23 21:53:24.773 INFO ok! |
9157 | 2024-08-23T21:53:25.417Z | [ host-image] Aug 23 21:53:24.773 INFO O| Aug 23 21:53:24.773 INFO STEP 94 (ensure_file) COMPLETE |
9158 | 2024-08-23T21:53:25.417Z | [ host-image] Aug 23 21:53:24.773 INFO O| Aug 23 21:53:24.773 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9159 | 2024-08-23T21:53:25.431Z | [ host-image] Aug 23 21:53:24.789 INFO O| Aug 23 21:53:24.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9160 | 2024-08-23T21:53:25.431Z | [ host-image] Aug 23 21:53:24.789 INFO O| Aug 23 21:53:24.789 INFO copying /tmp/.tmpHa8UOy/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 ... |
9161 | 2024-08-23T21:53:25.434Z | [ host-image] Aug 23 21:53:24.790 INFO O| Aug 23 21:53:24.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9162 | 2024-08-23T21:53:25.434Z | [ host-image] Aug 23 21:53:24.790 INFO O| Aug 23 21:53:24.790 INFO ok! |
9163 | 2024-08-23T21:53:25.434Z | [ host-image] Aug 23 21:53:24.790 INFO O| Aug 23 21:53:24.790 INFO STEP 95 (ensure_file) COMPLETE |
9164 | 2024-08-23T21:53:25.434Z | [ host-image] Aug 23 21:53:24.790 INFO O| Aug 23 21:53:24.790 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9165 | 2024-08-23T21:53:25.449Z | [ host-image] Aug 23 21:53:24.807 INFO O| Aug 23 21:53:24.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9166 | 2024-08-23T21:53:25.449Z | [ host-image] Aug 23 21:53:24.807 INFO O| Aug 23 21:53:24.807 INFO copying /tmp/.tmpHa8UOy/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 ... |
9167 | 2024-08-23T21:53:25.452Z | [ host-image] Aug 23 21:53:24.807 INFO O| Aug 23 21:53:24.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9168 | 2024-08-23T21:53:25.452Z | [ host-image] Aug 23 21:53:24.808 INFO O| Aug 23 21:53:24.807 INFO ok! |
9169 | 2024-08-23T21:53:25.452Z | [ host-image] Aug 23 21:53:24.808 INFO O| Aug 23 21:53:24.808 INFO STEP 96 (ensure_file) COMPLETE |
9170 | 2024-08-23T21:53:25.452Z | [ host-image] Aug 23 21:53:24.808 INFO O| Aug 23 21:53:24.808 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9171 | 2024-08-23T21:53:25.466Z | [ host-image] Aug 23 21:53:24.824 INFO O| Aug 23 21:53:24.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9172 | 2024-08-23T21:53:25.466Z | [ host-image] Aug 23 21:53:24.824 INFO O| Aug 23 21:53:24.824 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9173 | 2024-08-23T21:53:25.468Z | [ host-image] Aug 23 21:53:24.824 INFO O| Aug 23 21:53:24.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9174 | 2024-08-23T21:53:25.468Z | [ host-image] Aug 23 21:53:24.824 INFO O| Aug 23 21:53:24.824 INFO ok! |
9175 | 2024-08-23T21:53:25.468Z | [ host-image] Aug 23 21:53:24.825 INFO O| Aug 23 21:53:24.825 INFO STEP 97 (ensure_file) COMPLETE |
9176 | 2024-08-23T21:53:25.468Z | [ host-image] Aug 23 21:53:24.825 INFO O| Aug 23 21:53:24.825 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9177 | 2024-08-23T21:53:25.487Z | [ host-image] Aug 23 21:53:24.844 INFO O| Aug 23 21:53:24.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9178 | 2024-08-23T21:53:25.487Z | [ host-image] Aug 23 21:53:24.845 INFO O| Aug 23 21:53:24.844 INFO copying /tmp/.tmpHa8UOy/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 ... |
9179 | 2024-08-23T21:53:25.489Z | [ host-image] Aug 23 21:53:24.845 INFO O| Aug 23 21:53:24.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9180 | 2024-08-23T21:53:25.489Z | [ host-image] Aug 23 21:53:24.845 INFO O| Aug 23 21:53:24.845 INFO ok! |
9181 | 2024-08-23T21:53:25.489Z | [ host-image] Aug 23 21:53:24.845 INFO O| Aug 23 21:53:24.845 INFO STEP 98 (ensure_file) COMPLETE |
9182 | 2024-08-23T21:53:25.489Z | [ host-image] Aug 23 21:53:24.845 INFO O| Aug 23 21:53:24.845 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9183 | 2024-08-23T21:53:25.507Z | [ host-image] Aug 23 21:53:24.865 INFO O| Aug 23 21:53:24.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9184 | 2024-08-23T21:53:25.507Z | [ host-image] Aug 23 21:53:24.865 INFO O| Aug 23 21:53:24.865 INFO copying /tmp/.tmpHa8UOy/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 ... |
9185 | 2024-08-23T21:53:25.510Z | [ host-image] Aug 23 21:53:24.865 INFO O| Aug 23 21:53:24.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9186 | 2024-08-23T21:53:25.510Z | [ host-image] Aug 23 21:53:24.865 INFO O| Aug 23 21:53:24.865 INFO ok! |
9187 | 2024-08-23T21:53:25.510Z | [ host-image] Aug 23 21:53:24.865 INFO O| Aug 23 21:53:24.865 INFO STEP 99 (ensure_file) COMPLETE |
9188 | 2024-08-23T21:53:25.510Z | [ host-image] Aug 23 21:53:24.865 INFO O| Aug 23 21:53:24.865 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9189 | 2024-08-23T21:53:25.525Z | [ host-image] Aug 23 21:53:24.882 INFO O| Aug 23 21:53:24.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9190 | 2024-08-23T21:53:25.525Z | [ host-image] Aug 23 21:53:24.882 INFO O| Aug 23 21:53:24.882 INFO copying /tmp/.tmpHa8UOy/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 ... |
9191 | 2024-08-23T21:53:25.525Z | [ host-image] Aug 23 21:53:24.882 INFO O| Aug 23 21:53:24.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9192 | 2024-08-23T21:53:25.527Z | [ host-image] Aug 23 21:53:24.883 INFO O| Aug 23 21:53:24.882 INFO ok! |
9193 | 2024-08-23T21:53:25.527Z | [ host-image] Aug 23 21:53:24.883 INFO O| Aug 23 21:53:24.883 INFO STEP 100 (ensure_file) COMPLETE |
9194 | 2024-08-23T21:53:25.527Z | [ host-image] Aug 23 21:53:24.883 INFO O| Aug 23 21:53:24.883 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9195 | 2024-08-23T21:53:25.544Z | [ host-image] Aug 23 21:53:24.902 INFO O| Aug 23 21:53:24.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9196 | 2024-08-23T21:53:25.544Z | [ host-image] Aug 23 21:53:24.902 INFO O| Aug 23 21:53:24.902 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9197 | 2024-08-23T21:53:25.546Z | [ host-image] Aug 23 21:53:24.902 INFO O| Aug 23 21:53:24.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9198 | 2024-08-23T21:53:25.546Z | [ host-image] Aug 23 21:53:24.902 INFO O| Aug 23 21:53:24.902 INFO ok! |
9199 | 2024-08-23T21:53:25.546Z | [ host-image] Aug 23 21:53:24.902 INFO O| Aug 23 21:53:24.902 INFO STEP 101 (ensure_file) COMPLETE |
9200 | 2024-08-23T21:53:25.546Z | [ host-image] Aug 23 21:53:24.902 INFO O| Aug 23 21:53:24.902 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9201 | 2024-08-23T21:53:25.560Z | [ host-image] Aug 23 21:53:24.918 INFO O| Aug 23 21:53:24.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9202 | 2024-08-23T21:53:25.560Z | [ host-image] Aug 23 21:53:24.918 INFO O| Aug 23 21:53:24.918 INFO copying /tmp/.tmpHa8UOy/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 ... |
9203 | 2024-08-23T21:53:25.560Z | [ host-image] Aug 23 21:53:24.918 INFO O| Aug 23 21:53:24.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9204 | 2024-08-23T21:53:25.563Z | [ host-image] Aug 23 21:53:24.918 INFO O| Aug 23 21:53:24.918 INFO ok! |
9205 | 2024-08-23T21:53:25.563Z | [ host-image] Aug 23 21:53:24.918 INFO O| Aug 23 21:53:24.918 INFO STEP 102 (ensure_file) COMPLETE |
9206 | 2024-08-23T21:53:25.563Z | [ host-image] Aug 23 21:53:24.918 INFO O| Aug 23 21:53:24.918 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9207 | 2024-08-23T21:53:25.577Z | [ host-image] Aug 23 21:53:24.935 INFO O| Aug 23 21:53:24.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9208 | 2024-08-23T21:53:25.577Z | [ host-image] Aug 23 21:53:24.935 INFO O| Aug 23 21:53:24.935 INFO copying /tmp/.tmpHa8UOy/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 ... |
9209 | 2024-08-23T21:53:25.580Z | [ host-image] Aug 23 21:53:24.936 INFO O| Aug 23 21:53:24.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9210 | 2024-08-23T21:53:25.580Z | [ host-image] Aug 23 21:53:24.936 INFO O| Aug 23 21:53:24.936 INFO ok! |
9211 | 2024-08-23T21:53:25.580Z | [ host-image] Aug 23 21:53:24.936 INFO O| Aug 23 21:53:24.936 INFO STEP 103 (ensure_file) COMPLETE |
9212 | 2024-08-23T21:53:25.580Z | [ host-image] Aug 23 21:53:24.936 INFO O| Aug 23 21:53:24.936 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9213 | 2024-08-23T21:53:25.608Z | [ host-image] Aug 23 21:53:24.966 INFO O| Aug 23 21:53:24.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9214 | 2024-08-23T21:53:25.608Z | [ host-image] Aug 23 21:53:24.966 INFO O| Aug 23 21:53:24.966 INFO copying /tmp/.tmpHa8UOy/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 ... |
9215 | 2024-08-23T21:53:25.608Z | [ host-image] Aug 23 21:53:24.966 INFO O| Aug 23 21:53:24.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9216 | 2024-08-23T21:53:25.611Z | [ host-image] Aug 23 21:53:24.966 INFO O| Aug 23 21:53:24.966 INFO ok! |
9217 | 2024-08-23T21:53:25.611Z | [ host-image] Aug 23 21:53:24.966 INFO O| Aug 23 21:53:24.966 INFO STEP 104 (ensure_file) COMPLETE |
9218 | 2024-08-23T21:53:25.611Z | [ host-image] Aug 23 21:53:24.966 INFO O| Aug 23 21:53:24.966 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9219 | 2024-08-23T21:53:25.629Z | [ host-image] Aug 23 21:53:24.987 INFO O| Aug 23 21:53:24.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9220 | 2024-08-23T21:53:25.629Z | [ host-image] Aug 23 21:53:24.987 INFO O| Aug 23 21:53:24.987 INFO copying /tmp/.tmpHa8UOy/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 ... |
9221 | 2024-08-23T21:53:25.629Z | [ host-image] Aug 23 21:53:24.987 INFO O| Aug 23 21:53:24.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9222 | 2024-08-23T21:53:25.629Z | [ host-image] Aug 23 21:53:24.987 INFO O| Aug 23 21:53:24.987 INFO ok! |
9223 | 2024-08-23T21:53:25.629Z | [ host-image] Aug 23 21:53:24.987 INFO O| Aug 23 21:53:24.987 INFO STEP 105 (ensure_file) COMPLETE |
9224 | 2024-08-23T21:53:25.631Z | [ host-image] Aug 23 21:53:24.987 INFO O| Aug 23 21:53:24.987 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9225 | 2024-08-23T21:53:25.646Z | [ host-image] Aug 23 21:53:25.004 INFO O| Aug 23 21:53:25.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9226 | 2024-08-23T21:53:25.646Z | [ host-image] Aug 23 21:53:25.004 INFO O| Aug 23 21:53:25.004 INFO copying /tmp/.tmpHa8UOy/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 ... |
9227 | 2024-08-23T21:53:25.649Z | [ host-image] Aug 23 21:53:25.004 INFO O| Aug 23 21:53:25.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9228 | 2024-08-23T21:53:25.649Z | [ host-image] Aug 23 21:53:25.004 INFO O| Aug 23 21:53:25.004 INFO ok! |
9229 | 2024-08-23T21:53:25.649Z | [ host-image] Aug 23 21:53:25.004 INFO O| Aug 23 21:53:25.004 INFO STEP 106 (ensure_file) COMPLETE |
9230 | 2024-08-23T21:53:25.649Z | [ host-image] Aug 23 21:53:25.004 INFO O| Aug 23 21:53:25.004 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9231 | 2024-08-23T21:53:25.664Z | [ host-image] Aug 23 21:53:25.022 INFO O| Aug 23 21:53:25.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9232 | 2024-08-23T21:53:25.664Z | [ host-image] Aug 23 21:53:25.022 INFO O| Aug 23 21:53:25.022 INFO copying /tmp/.tmpHa8UOy/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 ... |
9233 | 2024-08-23T21:53:25.664Z | [ host-image] Aug 23 21:53:25.022 INFO O| Aug 23 21:53:25.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9234 | 2024-08-23T21:53:25.667Z | [ host-image] Aug 23 21:53:25.022 INFO O| Aug 23 21:53:25.022 INFO ok! |
9235 | 2024-08-23T21:53:25.667Z | [ host-image] Aug 23 21:53:25.022 INFO O| Aug 23 21:53:25.022 INFO STEP 107 (ensure_file) COMPLETE |
9236 | 2024-08-23T21:53:25.667Z | [ host-image] Aug 23 21:53:25.022 INFO O| Aug 23 21:53:25.022 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9237 | 2024-08-23T21:53:25.681Z | [ host-image] Aug 23 21:53:25.039 INFO O| Aug 23 21:53:25.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9238 | 2024-08-23T21:53:25.681Z | [ host-image] Aug 23 21:53:25.039 INFO O| Aug 23 21:53:25.039 INFO copying /tmp/.tmpHa8UOy/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 ... |
9239 | 2024-08-23T21:53:25.685Z | [ host-image] Aug 23 21:53:25.039 INFO O| Aug 23 21:53:25.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9240 | 2024-08-23T21:53:25.685Z | [ host-image] Aug 23 21:53:25.039 INFO O| Aug 23 21:53:25.039 INFO ok! |
9241 | 2024-08-23T21:53:25.685Z | [ host-image] Aug 23 21:53:25.039 INFO O| Aug 23 21:53:25.039 INFO STEP 108 (ensure_file) COMPLETE |
9242 | 2024-08-23T21:53:25.685Z | [ host-image] Aug 23 21:53:25.039 INFO O| Aug 23 21:53:25.039 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9243 | 2024-08-23T21:53:25.698Z | [ host-image] Aug 23 21:53:25.056 INFO O| Aug 23 21:53:25.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9244 | 2024-08-23T21:53:25.698Z | [ host-image] Aug 23 21:53:25.056 INFO O| Aug 23 21:53:25.056 INFO copying /tmp/.tmpHa8UOy/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 ... |
9245 | 2024-08-23T21:53:25.701Z | [ host-image] Aug 23 21:53:25.056 INFO O| Aug 23 21:53:25.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9246 | 2024-08-23T21:53:25.701Z | [ host-image] Aug 23 21:53:25.056 INFO O| Aug 23 21:53:25.056 INFO ok! |
9247 | 2024-08-23T21:53:25.701Z | [ host-image] Aug 23 21:53:25.056 INFO O| Aug 23 21:53:25.056 INFO STEP 109 (ensure_file) COMPLETE |
9248 | 2024-08-23T21:53:25.701Z | [ host-image] Aug 23 21:53:25.056 INFO O| Aug 23 21:53:25.056 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9249 | 2024-08-23T21:53:25.719Z | [ host-image] Aug 23 21:53:25.075 INFO O| Aug 23 21:53:25.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9250 | 2024-08-23T21:53:25.719Z | [ host-image] Aug 23 21:53:25.075 INFO O| Aug 23 21:53:25.075 INFO copying /tmp/.tmpHa8UOy/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 ... |
9251 | 2024-08-23T21:53:25.719Z | [ host-image] Aug 23 21:53:25.075 INFO O| Aug 23 21:53:25.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9252 | 2024-08-23T21:53:25.719Z | [ host-image] Aug 23 21:53:25.076 INFO O| Aug 23 21:53:25.075 INFO ok! |
9253 | 2024-08-23T21:53:25.719Z | [ host-image] Aug 23 21:53:25.076 INFO O| Aug 23 21:53:25.075 INFO STEP 110 (ensure_file) COMPLETE |
9254 | 2024-08-23T21:53:25.719Z | [ host-image] Aug 23 21:53:25.076 INFO O| Aug 23 21:53:25.075 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9255 | 2024-08-23T21:53:25.733Z | [ host-image] Aug 23 21:53:25.091 INFO O| Aug 23 21:53:25.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9256 | 2024-08-23T21:53:25.733Z | [ host-image] Aug 23 21:53:25.091 INFO O| Aug 23 21:53:25.091 INFO copying /tmp/.tmpHa8UOy/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 ... |
9257 | 2024-08-23T21:53:25.733Z | [ host-image] Aug 23 21:53:25.091 INFO O| Aug 23 21:53:25.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9258 | 2024-08-23T21:53:25.736Z | [ host-image] Aug 23 21:53:25.091 INFO O| Aug 23 21:53:25.091 INFO ok! |
9259 | 2024-08-23T21:53:25.736Z | [ host-image] Aug 23 21:53:25.091 INFO O| Aug 23 21:53:25.091 INFO STEP 111 (ensure_file) COMPLETE |
9260 | 2024-08-23T21:53:25.736Z | [ host-image] Aug 23 21:53:25.091 INFO O| Aug 23 21:53:25.091 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9261 | 2024-08-23T21:53:25.750Z | [ host-image] Aug 23 21:53:25.108 INFO O| Aug 23 21:53:25.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9262 | 2024-08-23T21:53:25.750Z | [ host-image] Aug 23 21:53:25.108 INFO O| Aug 23 21:53:25.108 INFO copying /tmp/.tmpHa8UOy/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 ... |
9263 | 2024-08-23T21:53:25.753Z | [ host-image] Aug 23 21:53:25.108 INFO O| Aug 23 21:53:25.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9264 | 2024-08-23T21:53:25.753Z | [ host-image] Aug 23 21:53:25.108 INFO O| Aug 23 21:53:25.108 INFO ok! |
9265 | 2024-08-23T21:53:25.753Z | [ host-image] Aug 23 21:53:25.108 INFO O| Aug 23 21:53:25.108 INFO STEP 112 (ensure_file) COMPLETE |
9266 | 2024-08-23T21:53:25.753Z | [ host-image] Aug 23 21:53:25.108 INFO O| Aug 23 21:53:25.108 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9267 | 2024-08-23T21:53:25.765Z | [ host-image] Aug 23 21:53:25.123 INFO O| Aug 23 21:53:25.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9268 | 2024-08-23T21:53:25.765Z | [ host-image] Aug 23 21:53:25.123 INFO O| Aug 23 21:53:25.123 INFO copying /tmp/.tmpHa8UOy/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 ... |
9269 | 2024-08-23T21:53:25.769Z | [ host-image] Aug 23 21:53:25.124 INFO O| Aug 23 21:53:25.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9270 | 2024-08-23T21:53:25.769Z | [ host-image] Aug 23 21:53:25.124 INFO O| Aug 23 21:53:25.124 INFO ok! |
9271 | 2024-08-23T21:53:25.769Z | [ host-image] Aug 23 21:53:25.124 INFO O| Aug 23 21:53:25.124 INFO STEP 113 (ensure_file) COMPLETE |
9272 | 2024-08-23T21:53:25.769Z | [ host-image] Aug 23 21:53:25.124 INFO O| Aug 23 21:53:25.124 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9273 | 2024-08-23T21:53:25.840Z | [ host-image] Aug 23 21:53:25.198 INFO O| Aug 23 21:53:25.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9274 | 2024-08-23T21:53:25.840Z | [ host-image] Aug 23 21:53:25.198 INFO O| Aug 23 21:53:25.198 INFO copying /tmp/.tmpHa8UOy/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 ... |
9275 | 2024-08-23T21:53:25.843Z | [ host-image] Aug 23 21:53:25.198 INFO O| Aug 23 21:53:25.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9276 | 2024-08-23T21:53:25.843Z | [ host-image] Aug 23 21:53:25.198 INFO O| Aug 23 21:53:25.198 INFO ok! |
9277 | 2024-08-23T21:53:25.843Z | [ host-image] Aug 23 21:53:25.198 INFO O| Aug 23 21:53:25.198 INFO STEP 114 (ensure_file) COMPLETE |
9278 | 2024-08-23T21:53:25.843Z | [ host-image] Aug 23 21:53:25.198 INFO O| Aug 23 21:53:25.198 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9279 | 2024-08-23T21:53:25.861Z | [ host-image] Aug 23 21:53:25.219 INFO O| Aug 23 21:53:25.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9280 | 2024-08-23T21:53:25.861Z | [ host-image] Aug 23 21:53:25.219 INFO O| Aug 23 21:53:25.219 INFO copying /tmp/.tmpHa8UOy/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 ... |
9281 | 2024-08-23T21:53:25.861Z | [ host-image] Aug 23 21:53:25.219 INFO O| Aug 23 21:53:25.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9282 | 2024-08-23T21:53:25.862Z | [ host-image] Aug 23 21:53:25.219 INFO O| Aug 23 21:53:25.219 INFO ok! |
9283 | 2024-08-23T21:53:25.864Z | [ host-image] Aug 23 21:53:25.219 INFO O| Aug 23 21:53:25.219 INFO STEP 115 (ensure_file) COMPLETE |
9284 | 2024-08-23T21:53:25.864Z | [ host-image] Aug 23 21:53:25.219 INFO O| Aug 23 21:53:25.219 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9285 | 2024-08-23T21:53:25.880Z | [ host-image] Aug 23 21:53:25.237 INFO O| Aug 23 21:53:25.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9286 | 2024-08-23T21:53:25.880Z | [ host-image] Aug 23 21:53:25.238 INFO O| Aug 23 21:53:25.237 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9287 | 2024-08-23T21:53:25.882Z | [ host-image] Aug 23 21:53:25.238 INFO O| Aug 23 21:53:25.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9288 | 2024-08-23T21:53:25.882Z | [ host-image] Aug 23 21:53:25.238 INFO O| Aug 23 21:53:25.238 INFO ok! |
9289 | 2024-08-23T21:53:25.882Z | [ host-image] Aug 23 21:53:25.238 INFO O| Aug 23 21:53:25.238 INFO STEP 116 (ensure_file) COMPLETE |
9290 | 2024-08-23T21:53:25.882Z | [ host-image] Aug 23 21:53:25.238 INFO O| Aug 23 21:53:25.238 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9291 | 2024-08-23T21:53:25.897Z | [ host-image] Aug 23 21:53:25.255 INFO O| Aug 23 21:53:25.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9292 | 2024-08-23T21:53:25.897Z | [ host-image] Aug 23 21:53:25.255 INFO O| Aug 23 21:53:25.255 INFO copying /tmp/.tmpHa8UOy/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 ... |
9293 | 2024-08-23T21:53:25.897Z | [ host-image] Aug 23 21:53:25.255 INFO O| Aug 23 21:53:25.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9294 | 2024-08-23T21:53:25.897Z | [ host-image] Aug 23 21:53:25.255 INFO O| Aug 23 21:53:25.255 INFO ok! |
9295 | 2024-08-23T21:53:25.900Z | [ host-image] Aug 23 21:53:25.255 INFO O| Aug 23 21:53:25.255 INFO STEP 117 (ensure_file) COMPLETE |
9296 | 2024-08-23T21:53:25.900Z | [ host-image] Aug 23 21:53:25.255 INFO O| Aug 23 21:53:25.255 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9297 | 2024-08-23T21:53:25.914Z | [ host-image] Aug 23 21:53:25.272 INFO O| Aug 23 21:53:25.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9298 | 2024-08-23T21:53:25.914Z | [ host-image] Aug 23 21:53:25.272 INFO O| Aug 23 21:53:25.272 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9299 | 2024-08-23T21:53:25.917Z | [ host-image] Aug 23 21:53:25.272 INFO O| Aug 23 21:53:25.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9300 | 2024-08-23T21:53:25.917Z | [ host-image] Aug 23 21:53:25.272 INFO O| Aug 23 21:53:25.272 INFO ok! |
9301 | 2024-08-23T21:53:25.917Z | [ host-image] Aug 23 21:53:25.272 INFO O| Aug 23 21:53:25.272 INFO STEP 118 (ensure_file) COMPLETE |
9302 | 2024-08-23T21:53:25.917Z | [ host-image] Aug 23 21:53:25.272 INFO O| Aug 23 21:53:25.272 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9303 | 2024-08-23T21:53:25.954Z | [ host-image] Aug 23 21:53:25.312 INFO O| Aug 23 21:53:25.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9304 | 2024-08-23T21:53:25.954Z | [ host-image] Aug 23 21:53:25.312 INFO O| Aug 23 21:53:25.312 INFO copying /tmp/.tmpHa8UOy/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9305 | 2024-08-23T21:53:31.069Z | [ host-image] Aug 23 21:53:30.426 INFO O| Aug 23 21:53:30.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9306 | 2024-08-23T21:53:31.069Z | [ host-image] Aug 23 21:53:30.426 INFO O| Aug 23 21:53:30.426 INFO ok! |
9307 | 2024-08-23T21:53:31.071Z | [ host-image] Aug 23 21:53:30.426 INFO O| Aug 23 21:53:30.426 INFO STEP 119 (ensure_file) COMPLETE |
9308 | 2024-08-23T21:53:31.071Z | [ host-image] Aug 23 21:53:30.426 INFO O| Aug 23 21:53:30.426 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9309 | 2024-08-23T21:53:31.080Z | [ host-image] Aug 23 21:53:30.438 INFO O| Aug 23 21:53:30.438 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9310 | 2024-08-23T21:53:31.080Z | [ host-image] Aug 23 21:53:30.438 INFO O| Aug 23 21:53:30.438 INFO STEP 120 (ensure_dir) COMPLETE |
9311 | 2024-08-23T21:53:31.083Z | [ host-image] Aug 23 21:53:30.438 INFO O| Aug 23 21:53:30.438 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9312 | 2024-08-23T21:53:31.090Z | [ host-image] Aug 23 21:53:30.447 INFO O| Aug 23 21:53:30.447 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9313 | 2024-08-23T21:53:31.090Z | [ host-image] Aug 23 21:53:30.447 INFO O| Aug 23 21:53:30.447 INFO STEP 121 (ensure_dir) COMPLETE |
9314 | 2024-08-23T21:53:31.095Z | [ host-image] Aug 23 21:53:30.447 INFO O| Aug 23 21:53:30.447 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9315 | 2024-08-23T21:53:31.100Z | [ host-image] Aug 23 21:53:30.457 INFO O| Aug 23 21:53:30.457 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9316 | 2024-08-23T21:53:31.100Z | [ host-image] Aug 23 21:53:30.457 INFO O| Aug 23 21:53:30.457 INFO STEP 122 (ensure_dir) COMPLETE |
9317 | 2024-08-23T21:53:31.100Z | [ host-image] Aug 23 21:53:30.457 INFO O| Aug 23 21:53:30.457 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9318 | 2024-08-23T21:53:31.110Z | [ host-image] Aug 23 21:53:30.467 INFO O| Aug 23 21:53:30.467 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9319 | 2024-08-23T21:53:31.112Z | [ host-image] Aug 23 21:53:30.467 INFO O| Aug 23 21:53:30.467 INFO STEP 123 (ensure_dir) COMPLETE |
9320 | 2024-08-23T21:53:31.112Z | [ host-image] Aug 23 21:53:30.467 INFO O| Aug 23 21:53:30.467 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9321 | 2024-08-23T21:53:31.120Z | [ host-image] Aug 23 21:53:30.477 INFO O| Aug 23 21:53:30.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9322 | 2024-08-23T21:53:31.120Z | [ host-image] Aug 23 21:53:30.477 INFO O| Aug 23 21:53:30.477 INFO copying /tmp/.tmpHa8UOy/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 ... |
9323 | 2024-08-23T21:53:31.122Z | [ host-image] Aug 23 21:53:30.477 INFO O| Aug 23 21:53:30.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9324 | 2024-08-23T21:53:31.122Z | [ host-image] Aug 23 21:53:30.477 INFO O| Aug 23 21:53:30.477 INFO ok! |
9325 | 2024-08-23T21:53:31.122Z | [ host-image] Aug 23 21:53:30.477 INFO O| Aug 23 21:53:30.477 INFO STEP 124 (ensure_file) COMPLETE |
9326 | 2024-08-23T21:53:31.122Z | [ host-image] Aug 23 21:53:30.477 INFO O| Aug 23 21:53:30.477 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9327 | 2024-08-23T21:53:31.130Z | [ host-image] Aug 23 21:53:30.487 INFO O| Aug 23 21:53:30.487 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9328 | 2024-08-23T21:53:31.130Z | [ host-image] Aug 23 21:53:30.487 INFO O| Aug 23 21:53:30.487 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9329 | 2024-08-23T21:53:31.130Z | [ host-image] Aug 23 21:53:30.487 INFO O| Aug 23 21:53:30.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9330 | 2024-08-23T21:53:31.132Z | [ host-image] Aug 23 21:53:30.487 INFO O| Aug 23 21:53:30.487 INFO STEP 125 (ensure_dir) COMPLETE |
9331 | 2024-08-23T21:53:31.132Z | [ host-image] Aug 23 21:53:30.487 INFO O| Aug 23 21:53:30.487 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-08-23T21:53:31.139Z | [ host-image] Aug 23 21:53:30.497 INFO O| Aug 23 21:53:30.497 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9333 | 2024-08-23T21:53:31.139Z | [ host-image] Aug 23 21:53:30.497 INFO O| Aug 23 21:53:30.497 INFO copying /tmp/.tmpHa8UOy/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9334 | 2024-08-23T21:53:31.142Z | [ host-image] Aug 23 21:53:30.497 INFO O| Aug 23 21:53:30.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9335 | 2024-08-23T21:53:31.142Z | [ host-image] Aug 23 21:53:30.497 INFO O| Aug 23 21:53:30.497 INFO ok! |
9336 | 2024-08-23T21:53:31.142Z | [ host-image] Aug 23 21:53:30.497 INFO O| Aug 23 21:53:30.497 INFO STEP 126 (ensure_file) COMPLETE |
9337 | 2024-08-23T21:53:31.142Z | [ host-image] Aug 23 21:53:30.497 INFO O| Aug 23 21:53:30.497 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9338 | 2024-08-23T21:53:31.149Z | [ host-image] Aug 23 21:53:30.506 INFO O| Aug 23 21:53:30.506 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9339 | 2024-08-23T21:53:31.152Z | [ host-image] Aug 23 21:53:30.506 INFO O| Aug 23 21:53:30.506 INFO STEP 127 (remove_files) COMPLETE |
9340 | 2024-08-23T21:53:31.152Z | [ host-image] Aug 23 21:53:30.507 INFO O| Aug 23 21:53:30.506 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9341 | 2024-08-23T21:53:31.159Z | [ host-image] Aug 23 21:53:30.516 INFO O| Aug 23 21:53:30.516 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9342 | 2024-08-23T21:53:31.161Z | [ host-image] Aug 23 21:53:30.516 INFO O| Aug 23 21:53:30.516 INFO STEP 128 (remove_files) COMPLETE |
9343 | 2024-08-23T21:53:31.161Z | [ host-image] Aug 23 21:53:30.516 INFO O| Aug 23 21:53:30.516 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9344 | 2024-08-23T21:53:31.169Z | [ host-image] Aug 23 21:53:30.526 INFO O| Aug 23 21:53:30.526 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9345 | 2024-08-23T21:53:31.171Z | [ host-image] Aug 23 21:53:30.526 INFO O| Aug 23 21:53:30.526 INFO STEP 129 (remove_files) COMPLETE |
9346 | 2024-08-23T21:53:31.171Z | [ host-image] Aug 23 21:53:30.526 INFO O| Aug 23 21:53:30.526 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9347 | 2024-08-23T21:53:31.178Z | [ host-image] Aug 23 21:53:30.535 INFO O| Aug 23 21:53:30.535 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9348 | 2024-08-23T21:53:31.181Z | [ host-image] Aug 23 21:53:30.536 INFO O| Aug 23 21:53:30.536 INFO STEP 130 (remove_files) COMPLETE |
9349 | 2024-08-23T21:53:31.181Z | [ host-image] Aug 23 21:53:30.536 INFO O| Aug 23 21:53:30.536 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9350 | 2024-08-23T21:53:31.188Z | [ host-image] Aug 23 21:53:30.545 INFO O| Aug 23 21:53:30.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9351 | 2024-08-23T21:53:31.190Z | [ host-image] Aug 23 21:53:30.545 INFO O| Aug 23 21:53:30.545 INFO STEP 131 (remove_files) COMPLETE |
9352 | 2024-08-23T21:53:31.190Z | [ host-image] Aug 23 21:53:30.545 INFO O| Aug 23 21:53:30.545 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9353 | 2024-08-23T21:53:31.197Z | [ host-image] Aug 23 21:53:30.555 INFO O| Aug 23 21:53:30.554 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9354 | 2024-08-23T21:53:31.200Z | [ host-image] Aug 23 21:53:30.555 INFO O| Aug 23 21:53:30.555 INFO STEP 132 (remove_files) COMPLETE |
9355 | 2024-08-23T21:53:31.200Z | [ host-image] Aug 23 21:53:30.555 INFO O| Aug 23 21:53:30.555 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9356 | 2024-08-23T21:53:31.208Z | [ host-image] Aug 23 21:53:30.565 INFO O| Aug 23 21:53:30.565 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9357 | 2024-08-23T21:53:31.208Z | [ host-image] Aug 23 21:53:30.565 INFO O| Aug 23 21:53:30.565 INFO STEP 133 (remove_files) COMPLETE |
9358 | 2024-08-23T21:53:31.211Z | [ host-image] Aug 23 21:53:30.565 INFO O| Aug 23 21:53:30.565 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9359 | 2024-08-23T21:53:31.217Z | [ host-image] Aug 23 21:53:30.575 INFO O| Aug 23 21:53:30.575 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9360 | 2024-08-23T21:53:31.220Z | [ host-image] Aug 23 21:53:30.575 INFO O| Aug 23 21:53:30.575 INFO STEP 134 (remove_files) COMPLETE |
9361 | 2024-08-23T21:53:31.220Z | [ host-image] Aug 23 21:53:30.575 INFO O| Aug 23 21:53:30.575 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9362 | 2024-08-23T21:53:31.227Z | [ host-image] Aug 23 21:53:30.584 INFO O| Aug 23 21:53:30.584 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9363 | 2024-08-23T21:53:31.229Z | [ host-image] Aug 23 21:53:30.584 INFO O| Aug 23 21:53:30.584 INFO STEP 135 (remove_files) COMPLETE |
9364 | 2024-08-23T21:53:31.229Z | [ host-image] Aug 23 21:53:30.584 INFO O| Aug 23 21:53:30.584 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9365 | 2024-08-23T21:53:31.236Z | [ host-image] Aug 23 21:53:30.593 INFO O| Aug 23 21:53:30.593 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9366 | 2024-08-23T21:53:31.236Z | [ host-image] Aug 23 21:53:30.594 INFO O| Aug 23 21:53:30.593 INFO STEP 136 (remove_files) COMPLETE |
9367 | 2024-08-23T21:53:31.239Z | [ host-image] Aug 23 21:53:30.594 INFO O| Aug 23 21:53:30.594 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9368 | 2024-08-23T21:53:31.246Z | [ host-image] Aug 23 21:53:30.603 INFO O| Aug 23 21:53:30.603 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9369 | 2024-08-23T21:53:31.246Z | [ host-image] Aug 23 21:53:30.603 INFO O| Aug 23 21:53:30.603 INFO STEP 137 (remove_files) COMPLETE |
9370 | 2024-08-23T21:53:31.246Z | [ host-image] Aug 23 21:53:30.603 INFO O| Aug 23 21:53:30.603 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9371 | 2024-08-23T21:53:31.256Z | [ host-image] Aug 23 21:53:30.613 INFO O| Aug 23 21:53:30.613 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9372 | 2024-08-23T21:53:31.256Z | [ host-image] Aug 23 21:53:30.613 INFO O| Aug 23 21:53:30.613 INFO STEP 138 (remove_files) COMPLETE |
9373 | 2024-08-23T21:53:31.258Z | [ host-image] Aug 23 21:53:30.613 INFO O| Aug 23 21:53:30.613 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9374 | 2024-08-23T21:53:31.267Z | [ host-image] Aug 23 21:53:30.624 INFO O| Aug 23 21:53:30.624 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9375 | 2024-08-23T21:53:31.267Z | [ host-image] Aug 23 21:53:30.624 INFO O| Aug 23 21:53:30.624 INFO STEP 139 (remove_files) COMPLETE |
9376 | 2024-08-23T21:53:31.267Z | [ host-image] Aug 23 21:53:30.624 INFO O| Aug 23 21:53:30.624 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9377 | 2024-08-23T21:53:31.277Z | [ host-image] Aug 23 21:53:30.634 INFO O| Aug 23 21:53:30.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9378 | 2024-08-23T21:53:31.277Z | [ host-image] Aug 23 21:53:30.634 INFO O| Aug 23 21:53:30.634 INFO STEP 140 (remove_files) COMPLETE |
9379 | 2024-08-23T21:53:31.277Z | [ host-image] Aug 23 21:53:30.634 INFO O| Aug 23 21:53:30.634 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9380 | 2024-08-23T21:53:31.286Z | [ host-image] Aug 23 21:53:30.643 INFO O| Aug 23 21:53:30.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9381 | 2024-08-23T21:53:31.288Z | [ host-image] Aug 23 21:53:30.643 INFO O| Aug 23 21:53:30.643 INFO STEP 141 (remove_files) COMPLETE |
9382 | 2024-08-23T21:53:31.288Z | [ host-image] Aug 23 21:53:30.643 INFO O| Aug 23 21:53:30.643 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9383 | 2024-08-23T21:53:31.296Z | [ host-image] Aug 23 21:53:30.653 INFO O| Aug 23 21:53:30.653 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9384 | 2024-08-23T21:53:31.296Z | [ host-image] Aug 23 21:53:30.653 INFO O| Aug 23 21:53:30.653 INFO STEP 142 (remove_files) COMPLETE |
9385 | 2024-08-23T21:53:31.298Z | [ host-image] Aug 23 21:53:30.653 INFO O| Aug 23 21:53:30.653 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9386 | 2024-08-23T21:53:31.306Z | [ host-image] Aug 23 21:53:30.663 INFO O| Aug 23 21:53:30.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9387 | 2024-08-23T21:53:31.306Z | [ host-image] Aug 23 21:53:30.663 INFO O| Aug 23 21:53:30.663 INFO STEP 143 (remove_files) COMPLETE |
9388 | 2024-08-23T21:53:31.308Z | [ host-image] Aug 23 21:53:30.663 INFO O| Aug 23 21:53:30.663 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9389 | 2024-08-23T21:53:31.315Z | [ host-image] Aug 23 21:53:30.672 INFO O| Aug 23 21:53:30.672 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9390 | 2024-08-23T21:53:31.315Z | [ host-image] Aug 23 21:53:30.673 INFO O| Aug 23 21:53:30.672 INFO STEP 144 (remove_files) COMPLETE |
9391 | 2024-08-23T21:53:31.315Z | [ host-image] Aug 23 21:53:30.673 INFO O| Aug 23 21:53:30.673 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9392 | 2024-08-23T21:53:31.325Z | [ host-image] Aug 23 21:53:30.682 INFO O| Aug 23 21:53:30.682 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9393 | 2024-08-23T21:53:31.328Z | [ host-image] Aug 23 21:53:30.682 INFO O| Aug 23 21:53:30.682 INFO STEP 145 (remove_files) COMPLETE |
9394 | 2024-08-23T21:53:31.328Z | [ host-image] Aug 23 21:53:30.682 INFO O| Aug 23 21:53:30.682 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9395 | 2024-08-23T21:53:31.334Z | [ host-image] Aug 23 21:53:30.692 INFO O| Aug 23 21:53:30.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9396 | 2024-08-23T21:53:31.334Z | [ host-image] Aug 23 21:53:30.692 INFO O| Aug 23 21:53:30.692 INFO STEP 146 (remove_files) COMPLETE |
9397 | 2024-08-23T21:53:31.335Z | [ host-image] Aug 23 21:53:30.692 INFO O| Aug 23 21:53:30.692 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9398 | 2024-08-23T21:53:31.344Z | [ host-image] Aug 23 21:53:30.701 INFO O| Aug 23 21:53:30.701 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9399 | 2024-08-23T21:53:31.344Z | [ host-image] Aug 23 21:53:30.701 INFO O| Aug 23 21:53:30.701 INFO STEP 147 (remove_files) COMPLETE |
9400 | 2024-08-23T21:53:31.346Z | [ host-image] Aug 23 21:53:30.701 INFO O| Aug 23 21:53:30.701 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9401 | 2024-08-23T21:53:31.354Z | [ host-image] Aug 23 21:53:30.711 INFO O| Aug 23 21:53:30.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9402 | 2024-08-23T21:53:31.356Z | [ host-image] Aug 23 21:53:30.711 INFO O| Aug 23 21:53:30.711 INFO STEP 148 (remove_files) COMPLETE |
9403 | 2024-08-23T21:53:31.356Z | [ host-image] Aug 23 21:53:30.711 INFO O| Aug 23 21:53:30.711 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9404 | 2024-08-23T21:53:31.365Z | [ host-image] Aug 23 21:53:30.722 INFO O| Aug 23 21:53:30.722 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9405 | 2024-08-23T21:53:31.365Z | [ host-image] Aug 23 21:53:30.722 INFO O| Aug 23 21:53:30.722 INFO STEP 149 (remove_files) COMPLETE |
9406 | 2024-08-23T21:53:31.368Z | [ host-image] Aug 23 21:53:30.722 INFO O| Aug 23 21:53:30.722 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9407 | 2024-08-23T21:53:31.376Z | [ host-image] Aug 23 21:53:30.733 INFO O| Aug 23 21:53:30.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9408 | 2024-08-23T21:53:31.378Z | [ host-image] Aug 23 21:53:30.733 INFO O| Aug 23 21:53:30.733 INFO STEP 150 (remove_files) COMPLETE |
9409 | 2024-08-23T21:53:31.378Z | [ host-image] Aug 23 21:53:30.733 INFO O| Aug 23 21:53:30.733 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9410 | 2024-08-23T21:53:31.386Z | [ host-image] Aug 23 21:53:30.743 INFO O| Aug 23 21:53:30.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9411 | 2024-08-23T21:53:31.386Z | [ host-image] Aug 23 21:53:30.743 INFO O| Aug 23 21:53:30.743 INFO STEP 151 (remove_files) COMPLETE |
9412 | 2024-08-23T21:53:31.386Z | [ host-image] Aug 23 21:53:30.743 INFO O| Aug 23 21:53:30.743 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9413 | 2024-08-23T21:53:31.395Z | [ host-image] Aug 23 21:53:30.753 INFO O| Aug 23 21:53:30.752 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9414 | 2024-08-23T21:53:31.395Z | [ host-image] Aug 23 21:53:30.753 INFO O| Aug 23 21:53:30.753 INFO STEP 152 (remove_files) COMPLETE |
9415 | 2024-08-23T21:53:31.398Z | [ host-image] Aug 23 21:53:30.753 INFO O| Aug 23 21:53:30.753 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9416 | 2024-08-23T21:53:31.405Z | [ host-image] Aug 23 21:53:30.762 INFO O| Aug 23 21:53:30.762 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9417 | 2024-08-23T21:53:31.405Z | [ host-image] Aug 23 21:53:30.762 INFO O| Aug 23 21:53:30.762 INFO STEP 153 (remove_files) COMPLETE |
9418 | 2024-08-23T21:53:31.408Z | [ host-image] Aug 23 21:53:30.762 INFO O| Aug 23 21:53:30.762 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9419 | 2024-08-23T21:53:31.415Z | [ host-image] Aug 23 21:53:30.772 INFO O| Aug 23 21:53:30.772 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9420 | 2024-08-23T21:53:31.415Z | [ host-image] Aug 23 21:53:30.772 INFO O| Aug 23 21:53:30.772 INFO STEP 154 (remove_files) COMPLETE |
9421 | 2024-08-23T21:53:31.417Z | [ host-image] Aug 23 21:53:30.772 INFO O| Aug 23 21:53:30.772 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9422 | 2024-08-23T21:53:31.424Z | [ host-image] Aug 23 21:53:30.782 INFO O| Aug 23 21:53:30.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9423 | 2024-08-23T21:53:31.427Z | [ host-image] Aug 23 21:53:30.782 INFO O| Aug 23 21:53:30.782 INFO STEP 155 (remove_files) COMPLETE |
9424 | 2024-08-23T21:53:31.427Z | [ host-image] Aug 23 21:53:30.782 INFO O| Aug 23 21:53:30.782 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9425 | 2024-08-23T21:53:31.439Z | [ host-image] Aug 23 21:53:30.796 INFO O| Aug 23 21:53:30.796 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9426 | 2024-08-23T21:53:31.441Z | [ host-image] Aug 23 21:53:30.796 INFO O| Aug 23 21:53:30.796 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9427 | 2024-08-23T21:53:31.834Z | [ recovery-image] Aug 23 21:53:31.191 INFO E| Finished `release` profile [optimized] target(s) in 43.67s |
9428 | 2024-08-23T21:53:31.856Z | [ recovery-image] Aug 23 21:53:31.213 INFO building host image... |
9429 | 2024-08-23T21:53:31.859Z | [ recovery-image] Aug 23 21:53:31.213 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") |
9430 | 2024-08-23T21:53:32.334Z | [ recovery-image] Aug 23 21:53:31.691 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9431 | 2024-08-23T21:53:33.726Z | [ recovery-image] Aug 23 21:53:33.083 INFO image complete! materials are in "/work/os-recovery" |
9432 | 2024-08-23T21:53:33.729Z | [ recovery-image] |
9433 | 2024-08-23T21:53:33.729Z | [ recovery-image] real 6:49.586219620 |
9434 | 2024-08-23T21:53:33.732Z | [ recovery-image] user 4:39.837574346 |
9435 | 2024-08-23T21:53:33.732Z | [ recovery-image] sys 1:00.026628232 |
9436 | 2024-08-23T21:53:33.732Z | [ recovery-image] trap 0.233060855 |
9437 | 2024-08-23T21:53:33.732Z | [ recovery-image] tflt 0.264986133 |
9438 | 2024-08-23T21:53:33.732Z | [ recovery-image] dflt 0.966788073 |
9439 | 2024-08-23T21:53:33.732Z | [ recovery-image] kflt 0.000280320 |
9440 | 2024-08-23T21:53:33.732Z | [ recovery-image] lock 15:50.929422093 |
9441 | 2024-08-23T21:53:33.732Z | [ recovery-image] slp 40:39.197553858 |
9442 | 2024-08-23T21:53:33.732Z | [ recovery-image] lat 1:31.263213632 |
9443 | 2024-08-23T21:53:33.732Z | [ recovery-image] stop 4.757630772 |
9444 | 2024-08-23T21:53:33.732Z | Aug 23 21:53:33.087 INFO [recovery-image] process exited with exit status: 0 (409.60722054s) |
9445 | 2024-08-23T21:53:37.386Z | [ host-image] Aug 23 21:53:36.742 INFO O| Aug 23 21:53:36.742 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 |
9446 | 2024-08-23T21:53:37.386Z | [ host-image] Aug 23 21:53:36.742 INFO O| Aug 23 21:53:36.742 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9447 | 2024-08-23T21:53:37.399Z | [ host-image] Aug 23 21:53:36.755 INFO O| Aug 23 21:53:36.755 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9448 | 2024-08-23T21:53:37.476Z | [ host-image] Aug 23 21:53:36.832 INFO O| Aug 23 21:53:36.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9449 | 2024-08-23T21:53:37.476Z | [ host-image] Aug 23 21:53:36.832 INFO O| Aug 23 21:53:36.832 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9450 | 2024-08-23T21:53:37.479Z | [ host-image] Aug 23 21:53:36.834 INFO O| Aug 23 21:53:36.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9451 | 2024-08-23T21:53:37.479Z | [ host-image] Aug 23 21:53:36.834 INFO O| Aug 23 21:53:36.834 INFO ok! |
9452 | 2024-08-23T21:53:37.479Z | [ host-image] Aug 23 21:53:36.834 INFO O| Aug 23 21:53:36.834 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9453 | 2024-08-23T21:53:37.479Z | [ host-image] Aug 23 21:53:36.834 INFO O| Aug 23 21:53:36.834 INFO STEP 156 (seed_smf) COMPLETE |
9454 | 2024-08-23T21:53:37.479Z | [ host-image] Aug 23 21:53:36.834 INFO O| Aug 23 21:53:36.834 INFO steps complete; finalising image! |
9455 | 2024-08-23T21:53:37.479Z | [ host-image] Aug 23 21:53:36.834 INFO O| Aug 23 21:53:36.834 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9456 | 2024-08-23T21:53:37.614Z | [ host-image] Aug 23 21:53:36.970 INFO O| Aug 23 21:53:36.970 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Aug 23 21:53:36 2024) |
9457 | 2024-08-23T21:53:37.836Z | [ host-image] Aug 23 21:53:37.191 INFO O| Aug 23 21:53:37.191 INFO temporary pool has 662M used, 170M avail, 1.88x compressratio |
9458 | 2024-08-23T21:53:37.836Z | [ host-image] Aug 23 21:53:37.192 INFO O| Aug 23 21:53:37.191 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9459 | 2024-08-23T21:53:38.103Z | [ host-image] Aug 23 21:53:37.459 INFO O| Aug 23 21:53:37.459 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9460 | 2024-08-23T21:53:38.103Z | [ host-image] Aug 23 21:53:37.459 INFO O| Aug 23 21:53:37.459 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9461 | 2024-08-23T21:53:39.140Z | [ host-image] Aug 23 21:53:38.495 INFO O| Aug 23 21:53:38.495 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9462 | 2024-08-23T21:53:39.140Z | [ host-image] Aug 23 21:53:38.495 INFO O| Aug 23 21:53:38.495 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9463 | 2024-08-23T21:53:39.143Z | [ host-image] Aug 23 21:53:38.495 INFO O| Aug 23 21:53:38.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9464 | 2024-08-23T21:53:39.143Z | [ host-image] Aug 23 21:53:38.495 INFO O| Aug 23 21:53:38.495 INFO completed processing gimlet/zfs |
9465 | 2024-08-23T21:53:39.143Z | [ host-image] Aug 23 21:53:38.495 INFO O| Aug 23 21:53:38.495 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9466 | 2024-08-23T21:53:45.550Z | [ host-image] Aug 23 21:53:44.905 INFO O| Aug 23 21:53:44.905 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9467 | 2024-08-23T21:53:45.631Z | [ host-image] Aug 23 21:53:44.985 INFO BUILD STRING "heads/stlouis-0-g8a4b91828c\n" |
9468 | 2024-08-23T21:53:45.631Z | [ host-image] Aug 23 21:53:44.985 INFO expanded image name: "ci d3979fd/${os_short_commit} 2024-08-23 21:26" -> "ci d3979fd/8a4b918 2024-08-23 21:26" |
9469 | 2024-08-23T21:53:45.633Z | [ host-image] Aug 23 21:53:44.986 INFO output artefacts stored in: "/work/os-host" |
9470 | 2024-08-23T21:53:45.633Z | [ host-image] Aug 23 21:53:44.986 INFO collecting git info from project "chelsio-t6-roms"... |
9471 | 2024-08-23T21:53:45.636Z | [ host-image] Aug 23 21:53:44.991 INFO collecting git info from project "phbl"... |
9472 | 2024-08-23T21:53:45.641Z | [ host-image] Aug 23 21:53:44.995 INFO collecting git info from project "image-builder"... |
9473 | 2024-08-23T21:53:45.645Z | [ host-image] Aug 23 21:53:44.999 INFO collecting git info from project "bootserver"... |
9474 | 2024-08-23T21:53:45.649Z | [ host-image] Aug 23 21:53:45.004 INFO collecting git info from project "pilot"... |
9475 | 2024-08-23T21:53:45.655Z | [ host-image] Aug 23 21:53:45.009 INFO collecting git info from project "pinprick"... |
9476 | 2024-08-23T21:53:45.659Z | [ host-image] Aug 23 21:53:45.013 INFO collecting git info from project "amd-host-image-builder"... |
9477 | 2024-08-23T21:53:45.671Z | [ host-image] Aug 23 21:53:45.026 INFO collecting git info from project "amd-firmware"... |
9478 | 2024-08-23T21:53:45.679Z | [ host-image] Aug 23 21:53:45.034 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9479 | 2024-08-23T21:53:46.151Z | [ host-image] Aug 23 21:53:45.385 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9480 | 2024-08-23T21:53:46.365Z | [ host-image] Aug 23 21:53:45.718 INFO creating Oxide boot image... |
9481 | 2024-08-23T21:53:46.365Z | [ host-image] Aug 23 21:53:45.718 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d3979fd/8a4b918 2024-08-23 21:26", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9482 | 2024-08-23T21:53:47.288Z | [ host-image] Aug 23 21:53:46.642 INFO O| ok, image written! |
9483 | 2024-08-23T21:53:47.288Z | [ host-image] Aug 23 21:53:46.642 INFO O| ok, boot_image_csum file written! |
9484 | 2024-08-23T21:53:47.291Z | [ host-image] Aug 23 21:53:46.645 INFO creating boot archive (CPIO)... |
9485 | 2024-08-23T21:53:47.293Z | [ host-image] Aug 23 21:53:46.645 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 |
9486 | 2024-08-23T21:53:47.302Z | [ host-image] Aug 23 21:53:46.656 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9487 | 2024-08-23T21:53:47.302Z | [ host-image] Aug 23 21:53:46.657 INFO E| + outfile=/work/os-host/cpio |
9488 | 2024-08-23T21:53:47.302Z | [ host-image] Aug 23 21:53:46.657 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9489 | 2024-08-23T21:53:47.304Z | [ host-image] Aug 23 21:53:46.659 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9490 | 2024-08-23T21:53:47.305Z | [ host-image] Aug 23 21:53:46.659 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9491 | 2024-08-23T21:53:47.338Z | [ host-image] Aug 23 21:53:46.692 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9492 | 2024-08-23T21:53:47.338Z | [ host-image] Aug 23 21:53:46.692 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9493 | 2024-08-23T21:53:47.345Z | [ host-image] Aug 23 21:53:46.700 INFO creating compressed cpio/unix for nanobl-rs... |
9494 | 2024-08-23T21:53:47.348Z | [ host-image] Aug 23 21:53:46.700 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 |
9495 | 2024-08-23T21:53:47.634Z | [ host-image] Aug 23 21:53:46.988 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9496 | 2024-08-23T21:53:51.978Z | [ host-image] Aug 23 21:53:51.331 INFO creating reset image... |
9497 | 2024-08-23T21:53:51.980Z | [ host-image] Aug 23 21:53:51.331 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9498 | 2024-08-23T21:53:52.062Z | [ host-image] Aug 23 21:53:51.415 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9499 | 2024-08-23T21:53:52.064Z | [ host-image] Aug 23 21:53:51.416 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9500 | 2024-08-23T21:53:52.126Z | [ host-image] Aug 23 21:53:51.480 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9501 | 2024-08-23T21:53:54.300Z | [ host-image] Aug 23 21:53:53.652 INFO E| Finished `release` profile [optimized] target(s) in 2.22s |
9502 | 2024-08-23T21:53:54.310Z | [ host-image] Aug 23 21:53:53.664 INFO building host image... |
9503 | 2024-08-23T21:53:54.313Z | [ host-image] Aug 23 21:53:53.664 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") |
9504 | 2024-08-23T21:53:54.749Z | [ host-image] Aug 23 21:53:54.101 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9505 | 2024-08-23T21:54:41.178Z | [ host-image] Aug 23 21:54:40.523 INFO image complete! materials are in "/work/os-host" |
9506 | 2024-08-23T21:54:41.181Z | [ host-image] |
9507 | 2024-08-23T21:54:41.183Z | [ host-image] real 8:10.459218749 |
9508 | 2024-08-23T21:54:41.183Z | [ host-image] user 4:00.712917736 |
9509 | 2024-08-23T21:54:41.183Z | [ host-image] sys 48.139985205 |
9510 | 2024-08-23T21:54:41.183Z | [ host-image] trap 0.144376771 |
9511 | 2024-08-23T21:54:41.183Z | [ host-image] tflt 0.005753718 |
9512 | 2024-08-23T21:54:41.183Z | [ host-image] dflt 0.043008680 |
9513 | 2024-08-23T21:54:41.183Z | [ host-image] kflt 0.000002269 |
9514 | 2024-08-23T21:54:41.183Z | [ host-image] lock 5:10.310029293 |
9515 | 2024-08-23T21:54:41.183Z | [ host-image] slp 44:01.803176560 |
9516 | 2024-08-23T21:54:41.183Z | [ host-image] lat 1:09.570631388 |
9517 | 2024-08-23T21:54:41.184Z | [ host-image] stop 0.746740105 |
9518 | 2024-08-23T21:54:41.184Z | Aug 23 21:54:40.527 INFO [host-image] process exited with exit status: 0 (490.470621524s) |
9519 | 2024-08-23T21:54:41.184Z | Aug 23 21:54:40.527 INFO [tuf-repo] running task |
9520 | 2024-08-23T21:54:48.295Z | Aug 23 21:54:47.638 INFO assembling repository in `/tmp/tufaceousXurddc`, component: OmicronRepoAssembler |
9521 | 2024-08-23T21:54:53.010Z | Aug 23 21:54:52.352 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9522 | 2024-08-23T21:54:53.406Z | Aug 23 21:54:52.749 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9523 | 2024-08-23T21:55:05.208Z | Aug 23 21:55:04.549 INFO [tuf-repo] task succeeded (24.022110658s) |
9524 | 2024-08-23T21:55:05.208Z | Aug 23 21:55:04.549 INFO all jobs completed in 1729.929628213s |
9525 | 2024-08-23T21:55:05.740Z | process exited: duration 2244806 ms, exit code 0 |
|
9526 | 2024-08-23T21:55:05.751Z | found 33 output files |
9527 | 2024-08-23T21:55:05.751Z | uploading: /work/manifest.toml (8404 bytes) |
9528 | 2024-08-23T21:55:06.761Z | uploaded: /work/manifest.toml |
9529 | 2024-08-23T21:55:06.761Z | uploading: /work/repo.zip (1784486204 bytes) |
9530 | 2024-08-23T21:55:39.802Z | uploaded: /work/repo.zip |
9531 | 2024-08-23T21:55:39.802Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9532 | 2024-08-23T21:55:40.810Z | uploaded: /work/repo.zip.sha256.txt |
9533 | 2024-08-23T21:55:40.811Z | uploading: /work/helios-setup.log (52296 bytes) |
9534 | 2024-08-23T21:55:41.822Z | uploaded: /work/helios-setup.log |
9535 | 2024-08-23T21:55:41.822Z | uploading: /work/host-image.log (194270 bytes) |
9536 | 2024-08-23T21:55:42.836Z | uploaded: /work/host-image.log |
9537 | 2024-08-23T21:55:42.836Z | uploading: /work/host-package.log (18948 bytes) |
9538 | 2024-08-23T21:55:43.844Z | uploaded: /work/host-package.log |
9539 | 2024-08-23T21:55:43.844Z | uploading: /work/host-target.log (101 bytes) |
9540 | 2024-08-23T21:55:44.851Z | uploaded: /work/host-target.log |
9541 | 2024-08-23T21:55:44.851Z | uploading: /work/omicron-package.log (4543 bytes) |
9542 | 2024-08-23T21:55:45.859Z | uploaded: /work/omicron-package.log |
9543 | 2024-08-23T21:55:45.861Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9544 | 2024-08-23T21:55:46.867Z | uploaded: /work/phbl-toolchain.log |
9545 | 2024-08-23T21:55:46.867Z | uploading: /work/recovery-image.log (590517 bytes) |
9546 | 2024-08-23T21:55:47.891Z | uploaded: /work/recovery-image.log |
9547 | 2024-08-23T21:55:47.891Z | uploading: /work/recovery-package.log (282 bytes) |
9548 | 2024-08-23T21:55:48.898Z | uploaded: /work/recovery-package.log |
9549 | 2024-08-23T21:55:48.901Z | uploading: /work/recovery-target.log (57 bytes) |
9550 | 2024-08-23T21:55:49.906Z | uploaded: /work/recovery-target.log |
9551 | 2024-08-23T21:55:49.909Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9552 | 2024-08-23T21:55:50.913Z | uploaded: /work/stamp-clickhouse.log |
9553 | 2024-08-23T21:55:50.913Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9554 | 2024-08-23T21:55:51.921Z | uploaded: /work/stamp-clickhouse_keeper.log |
9555 | 2024-08-23T21:55:51.921Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9556 | 2024-08-23T21:55:52.929Z | uploaded: /work/stamp-cockroachdb.log |
9557 | 2024-08-23T21:55:52.929Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9558 | 2024-08-23T21:55:53.937Z | uploaded: /work/stamp-crucible-dtrace.log |
9559 | 2024-08-23T21:55:53.937Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9560 | 2024-08-23T21:55:54.945Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9561 | 2024-08-23T21:55:54.947Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9562 | 2024-08-23T21:55:55.955Z | uploaded: /work/stamp-crucible-zone.log |
9563 | 2024-08-23T21:55:55.955Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9564 | 2024-08-23T21:55:56.963Z | uploaded: /work/stamp-external-dns.log |
9565 | 2024-08-23T21:55:56.963Z | uploading: /work/stamp-installinator.log (103 bytes) |
9566 | 2024-08-23T21:55:57.971Z | uploaded: /work/stamp-installinator.log |
9567 | 2024-08-23T21:55:57.971Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9568 | 2024-08-23T21:55:58.980Z | uploaded: /work/stamp-internal-dns.log |
9569 | 2024-08-23T21:55:58.980Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9570 | 2024-08-23T21:55:59.987Z | uploaded: /work/stamp-mg-ddm-gz.log |
9571 | 2024-08-23T21:55:59.987Z | uploading: /work/stamp-nexus.log (112 bytes) |
9572 | 2024-08-23T21:56:00.995Z | uploaded: /work/stamp-nexus.log |
9573 | 2024-08-23T21:56:00.995Z | uploading: /work/stamp-ntp.log (110 bytes) |
9574 | 2024-08-23T21:56:02.003Z | uploaded: /work/stamp-ntp.log |
9575 | 2024-08-23T21:56:02.003Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9576 | 2024-08-23T21:56:03.011Z | uploaded: /work/stamp-omicron-sled-agent.log |
9577 | 2024-08-23T21:56:03.011Z | uploading: /work/stamp-overlay.log (114 bytes) |
9578 | 2024-08-23T21:56:04.020Z | uploaded: /work/stamp-overlay.log |
9579 | 2024-08-23T21:56:04.023Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9580 | 2024-08-23T21:56:05.029Z | uploaded: /work/stamp-oximeter.log |
9581 | 2024-08-23T21:56:05.029Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9582 | 2024-08-23T21:56:06.038Z | uploaded: /work/stamp-oxlog.log |
9583 | 2024-08-23T21:56:06.038Z | uploading: /work/stamp-probe.log (112 bytes) |
9584 | 2024-08-23T21:56:07.046Z | uploaded: /work/stamp-probe.log |
9585 | 2024-08-23T21:56:07.046Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9586 | 2024-08-23T21:56:08.053Z | uploaded: /work/stamp-propolis-server.log |
9587 | 2024-08-23T21:56:08.053Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9588 | 2024-08-23T21:56:09.061Z | uploaded: /work/stamp-pumpkind-gz.log |
9589 | 2024-08-23T21:56:09.062Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9590 | 2024-08-23T21:56:10.069Z | uploaded: /work/stamp-switch-asic.log |
9591 | 2024-08-23T21:56:10.069Z | uploading: /work/verify-libraries.log (1992 bytes) |
9592 | 2024-08-23T21:56:11.077Z | uploaded: /work/verify-libraries.log |