|
|
|
1 | 2024-08-12T21:53:50.184Z | job assigned to worker 01J5498J9ZPMMX1NSJ7YD6Y19P (queued for 1 m 11 s) |
|
2 | 2024-08-12T21:53:58.265Z | starting task 0: "setup" |
3 | 2024-08-12T21:53:58.326Z | ++ uname -s |
4 | 2024-08-12T21:53:58.330Z | + kern=SunOS |
5 | 2024-08-12T21:53:58.330Z | + case "$kern" in |
6 | 2024-08-12T21:53:58.330Z | + groupadd -g 12345 build |
7 | 2024-08-12T21:53:58.333Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T21:54:00.342Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T21:54:00.513Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T21:54:00.515Z | + home_fs=zfs |
11 | 2024-08-12T21:54:00.516Z | + [[ zfs == autofs ]] |
12 | 2024-08-12T21:54:00.516Z | + mkdir -p /home/build |
13 | 2024-08-12T21:54:00.518Z | + chown build:build /home/build /work |
14 | 2024-08-12T21:54:02.520Z | + chmod 0700 /home/build /work |
15 | 2024-08-12T21:54:02.523Z | process exited: duration 4255 ms, exit code 0 |
|
16 | 2024-08-12T21:54:02.529Z | starting task 1: "rust-toolchain" |
17 | 2024-08-12T21:54:02.534Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-12T21:54:02.534Z | ' 1.80.1 |
19 | 2024-08-12T21:54:02.534Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-12T21:54:02.535Z | ' default |
21 | 2024-08-12T21:54:02.535Z | * toolchain channel = "1.80.1" |
22 | 2024-08-12T21:54:02.535Z | * toolchain profile = "default" |
23 | 2024-08-12T21:54:02.537Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-12T21:54:02.537Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-12T21:54:02.653Z | info: downloading installer |
26 | 2024-08-12T21:54:04.173Z | info: profile set to 'default' |
27 | 2024-08-12T21:54:04.173Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-12T21:54:04.176Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-12T21:54:04.313Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-12T21:54:04.313Z | info: downloading component 'cargo' |
31 | 2024-08-12T21:54:05.039Z | info: downloading component 'clippy' |
32 | 2024-08-12T21:54:05.300Z | info: downloading component 'rust-docs' |
33 | 2024-08-12T21:54:06.314Z | info: downloading component 'rust-std' |
34 | 2024-08-12T21:54:07.729Z | info: downloading component 'rustc' |
35 | 2024-08-12T21:54:11.629Z | info: downloading component 'rustfmt' |
36 | 2024-08-12T21:54:11.840Z | info: installing component 'cargo' |
37 | 2024-08-12T21:54:12.729Z | info: installing component 'clippy' |
38 | 2024-08-12T21:54:13.131Z | info: installing component 'rust-docs' |
39 | 2024-08-12T21:54:14.779Z | info: installing component 'rust-std' |
40 | 2024-08-12T21:54:16.514Z | info: installing component 'rustc' |
41 | 2024-08-12T21:54:21.264Z | info: installing component 'rustfmt' |
42 | 2024-08-12T21:54:21.628Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-12T21:54:21.628Z | |
44 | 2024-08-12T21:54:21.879Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-12T21:54:21.879Z | |
46 | 2024-08-12T21:54:21.882Z | |
47 | 2024-08-12T21:54:21.882Z | Rust is installed now. Great! |
48 | 2024-08-12T21:54:21.882Z | |
49 | 2024-08-12T21:54:21.882Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-12T21:54:21.882Z | environment variable. This has not been done automatically. |
51 | 2024-08-12T21:54:21.882Z | |
52 | 2024-08-12T21:54:21.882Z | To configure your current shell, you need to source |
53 | 2024-08-12T21:54:21.882Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-12T21:54:21.882Z | |
55 | 2024-08-12T21:54:21.883Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-12T21:54:21.883Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-12T21:54:21.883Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-12T21:54:21.985Z | + rustc --version |
59 | 2024-08-12T21:54:22.047Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-12T21:54:22.050Z | process exited: duration 19513 ms, exit code 0 |
|
61 | 2024-08-12T21:54:22.059Z | starting task 2: "authentication" |
62 | 2024-08-12T21:54:22.079Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-12T21:54:22.086Z | starting task 3: "clone repository" |
64 | 2024-08-12T21:54:22.090Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-12T21:54:22.094Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-12T21:54:22.461Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-12T21:54:29.517Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-12T21:54:29.517Z | + git fetch origin 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
69 | 2024-08-12T21:54:29.832Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-12T21:54:29.832Z | * branch 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 -> FETCH_HEAD |
71 | 2024-08-12T21:54:29.841Z | + [[ -n eliza/oximeter-units ]] |
72 | 2024-08-12T21:54:29.844Z | ++ git branch --show-current |
73 | 2024-08-12T21:54:29.846Z | + current=main |
74 | 2024-08-12T21:54:29.846Z | + [[ main != eliza/oximeter-units ]] |
75 | 2024-08-12T21:54:29.846Z | + git branch -f eliza/oximeter-units 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
76 | 2024-08-12T21:54:29.850Z | + git checkout -f eliza/oximeter-units |
77 | 2024-08-12T21:54:29.989Z | Switched to branch 'eliza/oximeter-units' |
78 | 2024-08-12T21:54:29.992Z | + git reset --hard 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
79 | 2024-08-12T21:54:30.128Z | HEAD is now at 75bedabd5 regen openapi |
80 | 2024-08-12T21:54:30.131Z | process exited: duration 8041 ms, exit code 0 |
|
81 | 2024-08-12T21:54:30.137Z | starting task 4: "build" |
82 | 2024-08-12T21:54:30.143Z | + cargo --version |
83 | 2024-08-12T21:54:30.197Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-12T21:54:30.200Z | + rustc --version |
85 | 2024-08-12T21:54:30.258Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-12T21:54:30.261Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-12T21:54:43.761Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-12T21:54:46.313Z | Startup: Caching catalogs ... Done |
89 | 2024-08-12T21:54:50.525Z | Planning: Solver setup ... Done (3.639s) |
90 | 2024-08-12T21:54:50.590Z | Planning: Running solver ... Done (0.065s) |
91 | 2024-08-12T21:54:50.644Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-08-12T21:54:50.680Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-12T21:54:50.926Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-12T21:54:50.975Z | Planning: Package planning ... Done (0.048s) |
95 | 2024-08-12T21:54:51.025Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-12T21:54:51.890Z | Planning: Checking for conflicting actions ... Done (0.865s) |
97 | 2024-08-12T21:54:51.902Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-12T21:54:56.146Z | Planning: Evaluating mediators ... Done (4.241s) |
99 | 2024-08-12T21:54:56.154Z | Planning: Planning completed in 9.77 seconds |
100 | 2024-08-12T21:54:56.242Z | Packages to install: 4 |
101 | 2024-08-12T21:54:56.242Z | Mediators to change: 2 |
102 | 2024-08-12T21:54:56.245Z | Services to change: 1 |
103 | 2024-08-12T21:54:56.245Z | Estimated space available: 155.75 GB |
104 | 2024-08-12T21:54:56.245Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-12T21:54:56.245Z | Create boot environment: No |
106 | 2024-08-12T21:54:56.245Z | Create backup boot environment: No |
107 | 2024-08-12T21:54:56.245Z | Rebuild boot archive: No |
108 | 2024-08-12T21:54:56.245Z | |
109 | 2024-08-12T21:54:56.245Z | Changed mediators: |
110 | 2024-08-12T21:54:56.245Z | mediator clang: |
111 | 2024-08-12T21:54:56.245Z | version: None -> 15 (system default) |
112 | 2024-08-12T21:54:56.245Z | |
113 | 2024-08-12T21:54:56.245Z | mediator llvm: |
114 | 2024-08-12T21:54:56.245Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-12T21:54:56.245Z | |
116 | 2024-08-12T21:54:56.246Z | Changed packages: |
117 | 2024-08-12T21:54:56.246Z | helios-dev |
118 | 2024-08-12T21:54:56.246Z | developer/build-essential |
119 | 2024-08-12T21:54:56.246Z | None -> 11-2.0 |
120 | 2024-08-12T21:54:56.246Z | library/libxmlsec1 |
121 | 2024-08-12T21:54:56.246Z | None -> 1.2.35-2.0 |
122 | 2024-08-12T21:54:56.246Z | ooce/developer/clang-15 |
123 | 2024-08-12T21:54:56.246Z | None -> 15.0.7-2.0 |
124 | 2024-08-12T21:54:56.246Z | ooce/developer/llvm-15 |
125 | 2024-08-12T21:54:56.246Z | None -> 15.0.7-2.0 |
126 | 2024-08-12T21:54:56.246Z | |
127 | 2024-08-12T21:54:56.246Z | Services: |
128 | 2024-08-12T21:54:56.246Z | restart_fmri: |
129 | 2024-08-12T21:54:56.246Z | svc:/system/update-man-index:default |
130 | 2024-08-12T21:54:56.374Z | |
131 | 2024-08-12T21:54:56.374Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-12T21:55:01.379Z | Download: 611/3290 items 17.8/212.6MB 8% complete (3.7M/s) |
133 | 2024-08-12T21:55:06.381Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
134 | 2024-08-12T21:55:11.422Z | Download: 2015/3290 items 118.7/212.6MB 55% complete (10.1M/s) |
135 | 2024-08-12T21:55:16.426Z | Download: 2547/3290 items 120.2/212.6MB 56% complete (3.7M/s) |
136 | 2024-08-12T21:55:21.429Z | Download: 3244/3290 items 190.6/212.6MB 89% complete (7.1M/s) |
137 | 2024-08-12T21:55:23.077Z | Download: Completed 212.60 MB in 26.69 seconds (8.0M/s) |
138 | 2024-08-12T21:55:23.937Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-08-12T21:55:29.064Z | Actions: 3643/3689 actions (Installing new actions) |
140 | 2024-08-12T21:55:29.111Z | Actions: Completed 3689 actions in 5.17 seconds. |
141 | 2024-08-12T21:55:29.389Z | Done (0.273s) |
142 | 2024-08-12T21:55:29.389Z | Done (0.000s) |
143 | 2024-08-12T21:55:29.752Z | Done (0.362s) |
144 | 2024-08-12T21:55:34.890Z | Done (4.970s) |
145 | 2024-08-12T21:55:35.081Z | Done (0.123s) |
146 | 2024-08-12T21:55:35.084Z | Done (0.000s) |
147 | 2024-08-12T21:55:35.349Z | Done (0.000s) |
148 | 2024-08-12T21:55:35.936Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-08-12T21:55:36.096Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-08-12T21:55:36.099Z | Planning: Consolidating action changes ... Done |
151 | 2024-08-12T21:55:36.359Z | Planning: Evaluating mediators ... Done |
152 | 2024-08-12T21:55:36.362Z | Planning: Planning completed in 0.42 seconds |
153 | 2024-08-12T21:55:36.392Z | Mediators to change: 2 |
154 | 2024-08-12T21:55:36.392Z | Create boot environment: No |
155 | 2024-08-12T21:55:36.395Z | Create backup boot environment: No |
156 | 2024-08-12T21:55:36.497Z | Done |
157 | 2024-08-12T21:55:36.497Z | Done |
158 | 2024-08-12T21:55:36.729Z | Done |
159 | 2024-08-12T21:55:40.134Z | Done |
160 | 2024-08-12T21:55:40.223Z | Done |
161 | 2024-08-12T21:55:40.226Z | Done |
162 | 2024-08-12T21:55:40.619Z | Done |
163 | 2024-08-12T21:55:41.216Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-08-12T21:55:41.219Z | Planning: Merging actions ... Done |
165 | 2024-08-12T21:55:41.406Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-08-12T21:55:41.415Z | Planning: Consolidating action changes ... Done |
167 | 2024-08-12T21:55:41.664Z | Planning: Evaluating mediators ... Done |
168 | 2024-08-12T21:55:41.718Z | Planning: Planning completed in 0.74 seconds |
169 | 2024-08-12T21:55:41.752Z | Packages to change: 1 |
170 | 2024-08-12T21:55:41.752Z | Mediators to change: 1 |
171 | 2024-08-12T21:55:41.755Z | Services to change: 1 |
172 | 2024-08-12T21:55:41.755Z | Create boot environment: No |
173 | 2024-08-12T21:55:41.755Z | Create backup boot environment: Yes |
174 | 2024-08-12T21:55:44.037Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-08-12T21:55:44.091Z | Actions: Completed 6 actions in 0.05 seconds. |
176 | 2024-08-12T21:55:44.093Z | Done |
177 | 2024-08-12T21:55:44.093Z | Done |
178 | 2024-08-12T21:55:44.167Z | Done |
179 | 2024-08-12T21:55:47.746Z | Done |
180 | 2024-08-12T21:55:47.829Z | Done |
181 | 2024-08-12T21:55:47.832Z | Done |
182 | 2024-08-12T21:55:48.265Z | Done |
183 | 2024-08-12T21:55:48.697Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-08-12T21:55:48.697Z | clang system 15 system |
185 | 2024-08-12T21:55:48.697Z | csh system system illumos |
186 | 2024-08-12T21:55:48.697Z | ctags system system illumos |
187 | 2024-08-12T21:55:48.697Z | gcc vendor 12 vendor |
188 | 2024-08-12T21:55:48.697Z | gcc system 10 system |
189 | 2024-08-12T21:55:48.697Z | gcc system 7 system |
190 | 2024-08-12T21:55:48.697Z | go system 1.20 system |
191 | 2024-08-12T21:55:48.697Z | go system 1.19 system |
192 | 2024-08-12T21:55:48.697Z | llvm system 15 system |
193 | 2024-08-12T21:55:48.697Z | llvm system 14 system |
194 | 2024-08-12T21:55:48.697Z | mariadb system 10.6 system |
195 | 2024-08-12T21:55:48.697Z | mta vendor vendor dma |
196 | 2024-08-12T21:55:48.697Z | openjdk system 17 system |
197 | 2024-08-12T21:55:48.697Z | openjdk system 11 system |
198 | 2024-08-12T21:55:48.697Z | openjdk system 1.8 system |
199 | 2024-08-12T21:55:48.697Z | openssl vendor 3 vendor |
200 | 2024-08-12T21:55:48.697Z | perl system 5.36 system |
201 | 2024-08-12T21:55:48.697Z | postgresql system 15 system |
202 | 2024-08-12T21:55:48.697Z | postgresql system 13 system |
203 | 2024-08-12T21:55:48.697Z | python vendor 3 vendor |
204 | 2024-08-12T21:55:48.697Z | python system 2 system |
205 | 2024-08-12T21:55:48.697Z | python3 system 3.11 system |
206 | 2024-08-12T21:55:48.697Z | ruby system 3.0 system |
207 | 2024-08-12T21:55:48.697Z | words vendor vendor american-english |
208 | 2024-08-12T21:55:48.697Z | words system system australian-english |
209 | 2024-08-12T21:55:48.697Z | words system system british-english |
210 | 2024-08-12T21:55:48.697Z | words system system canadian-english |
211 | 2024-08-12T21:55:48.697Z | words system system french |
212 | 2024-08-12T21:55:48.698Z | words system system italian |
213 | 2024-08-12T21:55:48.698Z | words system system ngerman |
214 | 2024-08-12T21:55:48.698Z | words system system ogerman |
215 | 2024-08-12T21:55:48.698Z | words system system spanish |
216 | 2024-08-12T21:55:49.023Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-08-12T21:55:49.023Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-08-12T21:55:50.717Z | FMRI IFO |
219 | 2024-08-12T21:55:50.717Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-08-12T21:55:50.717Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-08-12T21:55:50.717Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-08-12T21:55:50.717Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-08-12T21:55:50.718Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-08-12T21:55:51.300Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-08-12T21:55:51.562Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-08-12T21:55:51.827Z | Updating crates.io index |
234 | 2024-08-12T21:55:51.885Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-08-12T21:55:52.544Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-08-12T21:55:53.269Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-08-12T21:55:53.608Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-08-12T21:55:55.159Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-08-12T21:55:55.398Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-08-12T21:55:55.639Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-08-12T21:55:56.697Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-08-12T21:55:58.642Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-08-12T21:55:59.695Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-08-12T21:56:00.495Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-08-12T21:56:01.032Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-08-12T21:56:01.299Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-08-12T21:56:01.549Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-08-12T21:56:01.820Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-08-12T21:56:02.127Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-08-12T21:56:02.366Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-08-12T21:56:02.598Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-08-12T21:56:02.857Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-08-12T21:56:03.191Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-08-12T21:56:03.477Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-08-12T21:56:03.964Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-08-12T21:56:04.260Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-08-12T21:56:04.730Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-08-12T21:56:05.064Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-08-12T21:56:05.480Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-08-12T21:56:07.401Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-08-12T21:56:07.684Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-08-12T21:56:07.936Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-08-12T21:56:08.427Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-08-12T21:56:09.422Z | Downloading crates ... |
265 | 2024-08-12T21:56:09.612Z | Downloaded anstyle-parse v0.2.4 |
266 | 2024-08-12T21:56:09.618Z | Downloaded cargo_toml v0.20.4 |
267 | 2024-08-12T21:56:09.621Z | Downloaded anstream v0.6.14 |
268 | 2024-08-12T21:56:09.628Z | Downloaded scroll_derive v0.12.0 |
269 | 2024-08-12T21:56:09.639Z | Downloaded dtrace-parser v0.2.0 |
270 | 2024-08-12T21:56:09.646Z | Downloaded pretty-hex v0.4.1 |
271 | 2024-08-12T21:56:09.648Z | Downloaded equivalent v1.0.1 |
272 | 2024-08-12T21:56:09.649Z | Downloaded usdt v0.5.0 |
273 | 2024-08-12T21:56:09.653Z | Downloaded bytecount v0.6.8 |
274 | 2024-08-12T21:56:09.657Z | Downloaded colorchoice v1.0.1 |
275 | 2024-08-12T21:56:09.660Z | Downloaded autocfg v1.3.0 |
276 | 2024-08-12T21:56:09.660Z | Downloaded tabled_derive v0.7.0 |
277 | 2024-08-12T21:56:09.663Z | Downloaded itoa v1.0.11 |
278 | 2024-08-12T21:56:09.663Z | Downloaded strsim v0.11.1 |
279 | 2024-08-12T21:56:09.667Z | Downloaded serde_tokenstream v0.2.1 |
280 | 2024-08-12T21:56:09.670Z | Downloaded proc-macro-error-attr v1.0.4 |
281 | 2024-08-12T21:56:09.670Z | Downloaded memmap v0.7.0 |
282 | 2024-08-12T21:56:09.670Z | Downloaded fs-err v2.11.0 |
283 | 2024-08-12T21:56:09.673Z | Downloaded cargo_metadata v0.18.1 |
284 | 2024-08-12T21:56:09.677Z | Downloaded macaddr v1.0.1 |
285 | 2024-08-12T21:56:09.677Z | Downloaded errno v0.3.9 |
286 | 2024-08-12T21:56:09.680Z | Downloaded toml_datetime v0.6.8 |
287 | 2024-08-12T21:56:09.680Z | Downloaded thiserror v1.0.63 |
288 | 2024-08-12T21:56:09.683Z | Downloaded cargo-platform v0.1.8 |
289 | 2024-08-12T21:56:09.685Z | Downloaded usdt-attr-macro v0.5.0 |
290 | 2024-08-12T21:56:09.685Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-08-12T21:56:09.685Z | Downloaded is_terminal_polyfill v1.70.0 |
292 | 2024-08-12T21:56:09.688Z | Downloaded block-buffer v0.10.4 |
293 | 2024-08-12T21:56:09.692Z | Downloaded heck v0.4.1 |
294 | 2024-08-12T21:56:09.695Z | Downloaded cpufeatures v0.2.12 |
295 | 2024-08-12T21:56:09.695Z | Downloaded anstyle-query v1.0.3 |
296 | 2024-08-12T21:56:09.698Z | Downloaded utf8parse v0.2.1 |
297 | 2024-08-12T21:56:09.701Z | Downloaded thread-id v4.2.1 |
298 | 2024-08-12T21:56:09.701Z | Downloaded plain v0.2.3 |
299 | 2024-08-12T21:56:09.701Z | Downloaded heck v0.5.0 |
300 | 2024-08-12T21:56:09.703Z | Downloaded fnv v1.0.7 |
301 | 2024-08-12T21:56:09.703Z | Downloaded cfg-if v1.0.0 |
302 | 2024-08-12T21:56:09.706Z | Downloaded crypto-common v0.1.6 |
303 | 2024-08-12T21:56:09.706Z | Downloaded clap_lex v0.7.0 |
304 | 2024-08-12T21:56:09.709Z | Downloaded digest v0.10.7 |
305 | 2024-08-12T21:56:09.715Z | Downloaded quote v1.0.36 |
306 | 2024-08-12T21:56:09.718Z | Downloaded anstyle v1.0.8 |
307 | 2024-08-12T21:56:09.721Z | Downloaded pest_derive v2.7.10 |
308 | 2024-08-12T21:56:09.724Z | Downloaded bitflags v2.6.0 |
309 | 2024-08-12T21:56:09.726Z | Downloaded serde_spanned v0.6.7 |
310 | 2024-08-12T21:56:09.729Z | Downloaded pest_generator v2.7.10 |
311 | 2024-08-12T21:56:09.729Z | Downloaded version_check v0.9.5 |
312 | 2024-08-12T21:56:09.732Z | Downloaded thiserror-impl v1.0.63 |
313 | 2024-08-12T21:56:09.732Z | Downloaded swrite v0.1.0 |
314 | 2024-08-12T21:56:09.732Z | Downloaded dof v0.3.0 |
315 | 2024-08-12T21:56:09.736Z | Downloaded terminal_size v0.3.0 |
316 | 2024-08-12T21:56:09.741Z | Downloaded clap_derive v4.5.13 |
317 | 2024-08-12T21:56:09.744Z | Downloaded zerocopy-derive v0.7.34 |
318 | 2024-08-12T21:56:09.748Z | Downloaded usdt-impl v0.5.0 |
319 | 2024-08-12T21:56:09.751Z | Downloaded once_cell v1.19.0 |
320 | 2024-08-12T21:56:09.754Z | Downloaded anyhow v1.0.86 |
321 | 2024-08-12T21:56:09.756Z | Downloaded ryu v1.0.18 |
322 | 2024-08-12T21:56:09.760Z | Downloaded byteorder v1.5.0 |
323 | 2024-08-12T21:56:09.763Z | Downloaded semver v1.0.23 |
324 | 2024-08-12T21:56:09.763Z | Downloaded pest_meta v2.7.10 |
325 | 2024-08-12T21:56:09.766Z | Downloaded proc-macro-error v1.0.4 |
326 | 2024-08-12T21:56:09.769Z | Downloaded clap v4.5.15 |
327 | 2024-08-12T21:56:09.777Z | Downloaded camino v1.1.7 |
328 | 2024-08-12T21:56:09.780Z | Downloaded unicode-ident v1.0.12 |
329 | 2024-08-12T21:56:09.784Z | Downloaded typenum v1.17.0 |
330 | 2024-08-12T21:56:09.789Z | Downloaded sha2 v0.10.8 |
331 | 2024-08-12T21:56:09.789Z | Downloaded scroll v0.12.0 |
332 | 2024-08-12T21:56:09.794Z | Downloaded proc-macro2 v1.0.86 |
333 | 2024-08-12T21:56:09.794Z | Downloaded log v0.4.21 |
334 | 2024-08-12T21:56:09.794Z | Downloaded generic-array v0.14.7 |
335 | 2024-08-12T21:56:09.797Z | Downloaded toml v0.8.19 |
336 | 2024-08-12T21:56:09.803Z | Downloaded serde v1.0.206 |
337 | 2024-08-12T21:56:09.807Z | Downloaded ucd-trie v0.1.6 |
338 | 2024-08-12T21:56:09.810Z | Downloaded papergrid v0.11.0 |
339 | 2024-08-12T21:56:09.814Z | Downloaded indexmap v2.3.0 |
340 | 2024-08-12T21:56:09.817Z | Downloaded serde_derive v1.0.206 |
341 | 2024-08-12T21:56:09.847Z | Downloaded toml_edit v0.22.20 |
342 | 2024-08-12T21:56:09.869Z | Downloaded pest v2.7.10 |
343 | 2024-08-12T21:56:09.874Z | Downloaded memchr v2.7.2 |
344 | 2024-08-12T21:56:09.879Z | Downloaded hashbrown v0.14.5 |
345 | 2024-08-12T21:56:09.888Z | Downloaded serde_json v1.0.122 |
346 | 2024-08-12T21:56:09.895Z | Downloaded zerocopy v0.7.34 |
347 | 2024-08-12T21:56:09.911Z | Downloaded winnow v0.6.18 |
348 | 2024-08-12T21:56:09.920Z | Downloaded goblin v0.8.2 |
349 | 2024-08-12T21:56:09.925Z | Downloaded clap_builder v4.5.15 |
350 | 2024-08-12T21:56:09.932Z | Downloaded tabled v0.15.0 |
351 | 2024-08-12T21:56:09.948Z | Downloaded syn v2.0.72 |
352 | 2024-08-12T21:56:09.959Z | Downloaded syn v1.0.109 |
353 | 2024-08-12T21:56:09.969Z | Downloaded rustix v0.38.34 |
354 | 2024-08-12T21:56:09.992Z | Downloaded unicode-width v0.1.13 |
355 | 2024-08-12T21:56:10.001Z | Downloaded libc v0.2.155 |
356 | 2024-08-12T21:56:10.312Z | Compiling proc-macro2 v1.0.86 |
357 | 2024-08-12T21:56:10.315Z | Compiling unicode-ident v1.0.12 |
358 | 2024-08-12T21:56:10.315Z | Compiling version_check v0.9.5 |
359 | 2024-08-12T21:56:10.315Z | Compiling serde v1.0.206 |
360 | 2024-08-12T21:56:10.315Z | Compiling memchr v2.7.2 |
361 | 2024-08-12T21:56:10.315Z | Compiling thiserror v1.0.63 |
362 | 2024-08-12T21:56:10.315Z | Compiling libc v0.2.155 |
363 | 2024-08-12T21:56:10.345Z | Compiling ucd-trie v0.1.6 |
364 | 2024-08-12T21:56:10.575Z | Compiling ryu v1.0.18 |
365 | 2024-08-12T21:56:10.963Z | Compiling itoa v1.0.11 |
366 | 2024-08-12T21:56:11.177Z | Compiling once_cell v1.19.0 |
367 | 2024-08-12T21:56:11.178Z | Compiling byteorder v1.5.0 |
368 | 2024-08-12T21:56:11.572Z | Compiling serde_json v1.0.122 |
369 | 2024-08-12T21:56:12.548Z | Compiling proc-macro-error-attr v1.0.4 |
370 | 2024-08-12T21:56:12.584Z | Compiling usdt-impl v0.5.0 |
371 | 2024-08-12T21:56:12.615Z | Compiling syn v1.0.109 |
372 | 2024-08-12T21:56:12.668Z | Compiling rustix v0.38.34 |
373 | 2024-08-12T21:56:12.804Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-08-12T21:56:12.971Z | Compiling bitflags v2.6.0 |
375 | 2024-08-12T21:56:13.152Z | Compiling hashbrown v0.14.5 |
376 | 2024-08-12T21:56:13.195Z | Compiling equivalent v1.0.1 |
377 | 2024-08-12T21:56:13.313Z | Compiling plain v0.2.3 |
378 | 2024-08-12T21:56:13.469Z | Compiling thread-id v4.2.1 |
379 | 2024-08-12T21:56:13.496Z | Compiling log v0.4.21 |
380 | 2024-08-12T21:56:13.521Z | Compiling utf8parse v0.2.1 |
381 | 2024-08-12T21:56:13.674Z | Compiling quote v1.0.36 |
382 | 2024-08-12T21:56:13.702Z | Compiling anstyle-parse v0.2.4 |
383 | 2024-08-12T21:56:13.705Z | Compiling is_terminal_polyfill v1.70.0 |
384 | 2024-08-12T21:56:13.893Z | Compiling errno v0.3.9 |
385 | 2024-08-12T21:56:13.950Z | Compiling anstyle v1.0.8 |
386 | 2024-08-12T21:56:13.974Z | Compiling pretty-hex v0.4.1 |
387 | 2024-08-12T21:56:14.148Z | Compiling syn v2.0.72 |
388 | 2024-08-12T21:56:14.239Z | Compiling colorchoice v1.0.1 |
389 | 2024-08-12T21:56:14.423Z | Compiling autocfg v1.3.0 |
390 | 2024-08-12T21:56:14.451Z | Compiling anstyle-query v1.0.3 |
391 | 2024-08-12T21:56:14.489Z | Compiling semver v1.0.23 |
392 | 2024-08-12T21:56:14.608Z | Compiling indexmap v2.3.0 |
393 | 2024-08-12T21:56:14.655Z | Compiling winnow v0.6.18 |
394 | 2024-08-12T21:56:15.116Z | Compiling camino v1.1.7 |
395 | 2024-08-12T21:56:15.439Z | Compiling fs-err v2.11.0 |
396 | 2024-08-12T21:56:15.729Z | Compiling terminal_size v0.3.0 |
397 | 2024-08-12T21:56:15.777Z | Compiling anstream v0.6.14 |
398 | 2024-08-12T21:56:15.954Z | Compiling bytecount v0.6.8 |
399 | 2024-08-12T21:56:16.040Z | Compiling strsim v0.11.1 |
400 | 2024-08-12T21:56:16.064Z | Compiling anyhow v1.0.86 |
401 | 2024-08-12T21:56:16.065Z | Compiling unicode-width v0.1.13 |
402 | 2024-08-12T21:56:16.186Z | Compiling heck v0.4.1 |
403 | 2024-08-12T21:56:16.351Z | Compiling heck v0.5.0 |
404 | 2024-08-12T21:56:16.599Z | Compiling fnv v1.0.7 |
405 | 2024-08-12T21:56:16.719Z | Compiling clap_lex v0.7.0 |
406 | 2024-08-12T21:56:16.748Z | Compiling papergrid v0.11.0 |
407 | 2024-08-12T21:56:16.977Z | Compiling memmap v0.7.0 |
408 | 2024-08-12T21:56:17.042Z | Compiling clap_builder v4.5.15 |
409 | 2024-08-12T21:56:17.717Z | Compiling swrite v0.1.0 |
410 | 2024-08-12T21:56:19.702Z | Compiling tabled_derive v0.7.0 |
411 | 2024-08-12T21:56:21.170Z | Compiling tabled v0.15.0 |
412 | 2024-08-12T21:56:23.334Z | Compiling serde_derive v1.0.206 |
413 | 2024-08-12T21:56:23.334Z | Compiling thiserror-impl v1.0.63 |
414 | 2024-08-12T21:56:23.338Z | Compiling zerocopy-derive v0.7.34 |
415 | 2024-08-12T21:56:23.338Z | Compiling scroll_derive v0.12.0 |
416 | 2024-08-12T21:56:23.356Z | Compiling clap_derive v4.5.13 |
417 | 2024-08-12T21:56:24.832Z | Compiling scroll v0.12.0 |
418 | 2024-08-12T21:56:25.127Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-12T21:56:25.420Z | Compiling goblin v0.8.2 |
420 | 2024-08-12T21:56:26.281Z | Compiling pest v2.7.10 |
421 | 2024-08-12T21:56:27.602Z | Compiling clap v4.5.15 |
422 | 2024-08-12T21:56:28.619Z | Compiling pest_meta v2.7.10 |
423 | 2024-08-12T21:56:29.580Z | Compiling pest_generator v2.7.10 |
424 | 2024-08-12T21:56:31.745Z | Compiling pest_derive v2.7.10 |
425 | 2024-08-12T21:56:32.545Z | Compiling dtrace-parser v0.2.0 |
426 | 2024-08-12T21:56:33.942Z | Compiling toml_datetime v0.6.8 |
427 | 2024-08-12T21:56:33.942Z | Compiling serde_spanned v0.6.7 |
428 | 2024-08-12T21:56:33.945Z | Compiling cargo-platform v0.1.8 |
429 | 2024-08-12T21:56:34.324Z | Compiling serde_tokenstream v0.2.1 |
430 | 2024-08-12T21:56:34.494Z | Compiling toml_edit v0.22.20 |
431 | 2024-08-12T21:56:34.595Z | Compiling macaddr v1.0.1 |
432 | 2024-08-12T21:56:35.416Z | Compiling dof v0.3.0 |
433 | 2024-08-12T21:56:35.416Z | Compiling cargo_metadata v0.18.1 |
434 | 2024-08-12T21:56:37.509Z | Compiling toml v0.8.19 |
435 | 2024-08-12T21:56:37.542Z | Compiling usdt-macro v0.5.0 |
436 | 2024-08-12T21:56:37.542Z | Compiling usdt-attr-macro v0.5.0 |
437 | 2024-08-12T21:56:38.448Z | Compiling cargo_toml v0.20.4 |
438 | 2024-08-12T21:56:39.019Z | Compiling usdt v0.5.0 |
439 | 2024-08-12T21:56:42.528Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
440 | 2024-08-12T21:56:46.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.69s |
441 | 2024-08-12T21:56:47.043Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
442 | 2024-08-12T21:56:47.658Z | Downloading crates ... |
443 | 2024-08-12T21:56:47.780Z | Downloaded async-stream-impl v0.3.5 |
444 | 2024-08-12T21:56:47.791Z | Downloaded adler v1.0.2 |
445 | 2024-08-12T21:56:47.794Z | Downloaded atty v0.2.14 |
446 | 2024-08-12T21:56:47.798Z | Downloaded ciborium-io v0.2.2 |
447 | 2024-08-12T21:56:47.801Z | Downloaded cfg_aliases v0.1.1 |
448 | 2024-08-12T21:56:47.801Z | Downloaded bitstruct v0.1.1 |
449 | 2024-08-12T21:56:47.803Z | Downloaded cstr-argument v0.1.2 |
450 | 2024-08-12T21:56:47.803Z | Downloaded crunchy v0.2.2 |
451 | 2024-08-12T21:56:47.809Z | Downloaded instant v0.1.12 |
452 | 2024-08-12T21:56:47.815Z | Downloaded defmt-parser v0.3.4 |
453 | 2024-08-12T21:56:47.818Z | Downloaded atomic-waker v1.1.2 |
454 | 2024-08-12T21:56:47.821Z | Downloaded bb8 v0.8.5 |
455 | 2024-08-12T21:56:47.821Z | Downloaded linked-hash-map v0.5.6 |
456 | 2024-08-12T21:56:47.824Z | Downloaded is_ci v1.2.0 |
457 | 2024-08-12T21:56:47.827Z | Downloaded lazy_static v1.5.0 |
458 | 2024-08-12T21:56:47.829Z | Downloaded matches v0.1.10 |
459 | 2024-08-12T21:56:47.832Z | Downloaded match_cfg v0.1.0 |
460 | 2024-08-12T21:56:47.832Z | Downloaded num_threads v0.1.7 |
461 | 2024-08-12T21:56:47.835Z | Downloaded constant_time_eq v0.3.0 |
462 | 2024-08-12T21:56:47.838Z | Downloaded bit-vec v0.6.3 |
463 | 2024-08-12T21:56:47.838Z | Downloaded nodrop v0.1.14 |
464 | 2024-08-12T21:56:47.840Z | Downloaded newtype_derive v0.1.6 |
465 | 2024-08-12T21:56:47.840Z | Downloaded ciborium-ll v0.2.2 |
466 | 2024-08-12T21:56:47.843Z | Downloaded parse-size v1.0.0 |
467 | 2024-08-12T21:56:47.843Z | Downloaded openssl-probe v0.1.5 |
468 | 2024-08-12T21:56:47.846Z | Downloaded opaque-debug v0.3.1 |
469 | 2024-08-12T21:56:47.846Z | Downloaded camino-tempfile v1.1.1 |
470 | 2024-08-12T21:56:47.849Z | Downloaded libefi-sys v0.1.0 |
471 | 2024-08-12T21:56:47.854Z | Downloaded aead v0.5.2 |
472 | 2024-08-12T21:56:47.854Z | Downloaded is-terminal v0.4.12 |
473 | 2024-08-12T21:56:47.857Z | Downloaded colored v2.1.0 |
474 | 2024-08-12T21:56:47.857Z | Downloaded buf-list v1.0.3 |
475 | 2024-08-12T21:56:47.860Z | Downloaded cassowary v0.3.0 |
476 | 2024-08-12T21:56:47.860Z | Downloaded crossbeam-deque v0.8.5 |
477 | 2024-08-12T21:56:47.863Z | Downloaded newline-converter v0.3.0 |
478 | 2024-08-12T21:56:47.865Z | Downloaded data-encoding v2.6.0 |
479 | 2024-08-12T21:56:47.865Z | Downloaded num-derive v0.4.2 |
480 | 2024-08-12T21:56:47.868Z | Downloaded crucible-workspace-hack v0.1.0 |
481 | 2024-08-12T21:56:47.868Z | Downloaded bitstruct_derive v0.1.0 |
482 | 2024-08-12T21:56:47.871Z | Downloaded num-iter v0.1.45 |
483 | 2024-08-12T21:56:47.871Z | Downloaded lru v0.12.3 |
484 | 2024-08-12T21:56:47.873Z | Downloaded olpc-cjson v0.1.3 |
485 | 2024-08-12T21:56:47.873Z | Downloaded mockall v0.13.0 |
486 | 2024-08-12T21:56:47.876Z | Downloaded base16ct v0.2.0 |
487 | 2024-08-12T21:56:47.879Z | Downloaded bitfield v0.14.0 |
488 | 2024-08-12T21:56:47.879Z | Downloaded bit-set v0.5.3 |
489 | 2024-08-12T21:56:47.882Z | Downloaded assert_matches v1.5.0 |
490 | 2024-08-12T21:56:47.882Z | Downloaded sqlparser_derive v0.2.2 |
491 | 2024-08-12T21:56:47.885Z | Downloaded async-stream v0.3.5 |
492 | 2024-08-12T21:56:47.888Z | Downloaded md-5 v0.10.6 |
493 | 2024-08-12T21:56:47.891Z | Downloaded paste v1.0.15 |
494 | 2024-08-12T21:56:47.895Z | Downloaded darling_macro v0.20.9 |
495 | 2024-08-12T21:56:47.898Z | Downloaded spin v0.5.2 |
496 | 2024-08-12T21:56:47.901Z | Downloaded native-tls v0.2.11 |
497 | 2024-08-12T21:56:47.905Z | Downloaded cookie v0.17.0 |
498 | 2024-08-12T21:56:47.910Z | Downloaded parking_lot_core v0.8.6 |
499 | 2024-08-12T21:56:47.912Z | Downloaded owo-colors v4.0.0 |
500 | 2024-08-12T21:56:47.916Z | Downloaded nu-ansi-term v0.50.0 |
501 | 2024-08-12T21:56:47.919Z | Downloaded number_prefix v0.4.0 |
502 | 2024-08-12T21:56:47.922Z | Downloaded cookie_store v0.20.0 |
503 | 2024-08-12T21:56:47.925Z | Downloaded oso-derive v0.27.3 |
504 | 2024-08-12T21:56:47.925Z | Downloaded strum v0.26.3 |
505 | 2024-08-12T21:56:47.928Z | Downloaded openssl-macros v0.1.1 |
506 | 2024-08-12T21:56:47.928Z | Downloaded async-trait v0.1.81 |
507 | 2024-08-12T21:56:47.934Z | Downloaded defmt v0.3.8 |
508 | 2024-08-12T21:56:47.936Z | Downloaded time-core v0.1.2 |
509 | 2024-08-12T21:56:47.939Z | Downloaded csv-core v0.1.11 |
510 | 2024-08-12T21:56:47.942Z | Downloaded crc v3.2.1 |
511 | 2024-08-12T21:56:47.945Z | Downloaded cobs v0.2.3 |
512 | 2024-08-12T21:56:47.945Z | Downloaded foreign-types-shared v0.3.1 |
513 | 2024-08-12T21:56:47.948Z | Downloaded vte_generate_state_changes v0.1.1 |
514 | 2024-08-12T21:56:47.948Z | Downloaded lock_api v0.4.12 |
515 | 2024-08-12T21:56:47.951Z | Downloaded linear-map v1.2.0 |
516 | 2024-08-12T21:56:47.954Z | Downloaded oso v0.27.3 |
517 | 2024-08-12T21:56:47.957Z | Downloaded shlex v1.3.0 |
518 | 2024-08-12T21:56:47.959Z | Downloaded parking_lot v0.12.2 |
519 | 2024-08-12T21:56:47.962Z | Downloaded maybe-uninit v2.0.0 |
520 | 2024-08-12T21:56:47.965Z | Downloaded maplit v1.0.2 |
521 | 2024-08-12T21:56:47.965Z | Downloaded nanorand v0.7.0 |
522 | 2024-08-12T21:56:47.968Z | Downloaded lru-cache v0.1.2 |
523 | 2024-08-12T21:56:47.971Z | Downloaded derive_builder_macro v0.20.0 |
524 | 2024-08-12T21:56:47.974Z | Downloaded slog-envlogger v2.2.0 |
525 | 2024-08-12T21:56:47.974Z | Downloaded slab v0.4.9 |
526 | 2024-08-12T21:56:47.977Z | Downloaded packed_struct v0.10.1 |
527 | 2024-08-12T21:56:47.979Z | Downloaded num_cpus v1.16.0 |
528 | 2024-08-12T21:56:47.982Z | Downloaded time-macros v0.2.18 |
529 | 2024-08-12T21:56:47.985Z | Downloaded toolchain_find v0.4.0 |
530 | 2024-08-12T21:56:47.988Z | Downloaded structmeta-derive v0.3.0 |
531 | 2024-08-12T21:56:47.988Z | Downloaded thread_local v1.1.8 |
532 | 2024-08-12T21:56:47.991Z | Downloaded structmeta-derive v0.2.0 |
533 | 2024-08-12T21:56:47.991Z | Downloaded string_cache v0.8.7 |
534 | 2024-08-12T21:56:47.994Z | Downloaded parse-display-derive v0.10.0 |
535 | 2024-08-12T21:56:47.996Z | Downloaded arrayvec v0.7.4 |
536 | 2024-08-12T21:56:47.999Z | Downloaded base64 v0.13.1 |
537 | 2024-08-12T21:56:48.002Z | Downloaded newtype-uuid v1.1.0 |
538 | 2024-08-12T21:56:48.005Z | Downloaded xattr v1.3.1 |
539 | 2024-08-12T21:56:48.008Z | Downloaded ciborium v0.2.2 |
540 | 2024-08-12T21:56:48.011Z | Downloaded cipher v0.4.4 |
541 | 2024-08-12T21:56:48.014Z | Downloaded num-traits v0.2.19 |
542 | 2024-08-12T21:56:48.016Z | Downloaded debug-ignore v1.0.5 |
543 | 2024-08-12T21:56:48.020Z | Downloaded crc-any v2.5.0 |
544 | 2024-08-12T21:56:48.023Z | Downloaded num v0.4.3 |
545 | 2024-08-12T21:56:48.023Z | Downloaded mime_guess v2.0.4 |
546 | 2024-08-12T21:56:48.025Z | Downloaded memmap2 v0.9.4 |
547 | 2024-08-12T21:56:48.025Z | Downloaded darling v0.20.9 |
548 | 2024-08-12T21:56:48.031Z | Downloaded defmt-macros v0.3.9 |
549 | 2024-08-12T21:56:48.035Z | Downloaded want v0.3.1 |
550 | 2024-08-12T21:56:48.038Z | Downloaded waitgroup v0.1.2 |
551 | 2024-08-12T21:56:48.038Z | Downloaded fixedbitset v0.4.2 |
552 | 2024-08-12T21:56:48.042Z | Downloaded parking_lot v0.11.2 |
553 | 2024-08-12T21:56:48.045Z | Downloaded pin-utils v0.1.0 |
554 | 2024-08-12T21:56:48.045Z | Downloaded heck v0.3.3 |
555 | 2024-08-12T21:56:48.048Z | Downloaded tempfile v3.10.1 |
556 | 2024-08-12T21:56:48.050Z | Downloaded diesel_table_macro_syntax v0.2.0 |
557 | 2024-08-12T21:56:48.050Z | Downloaded vte v0.11.1 |
558 | 2024-08-12T21:56:48.053Z | Downloaded tracing-attributes v0.1.27 |
559 | 2024-08-12T21:56:48.057Z | Downloaded serde_repr v0.1.19 |
560 | 2024-08-12T21:56:48.061Z | Downloaded rand_xorshift v0.3.0 |
561 | 2024-08-12T21:56:48.064Z | Downloaded rustc-hash v1.1.0 |
562 | 2024-08-12T21:56:48.064Z | Downloaded rand_seeder v0.3.0 |
563 | 2024-08-12T21:56:48.066Z | Downloaded rustls-pemfile v1.0.4 |
564 | 2024-08-12T21:56:48.069Z | Downloaded yasna v0.5.2 |
565 | 2024-08-12T21:56:48.072Z | Downloaded cc v1.0.97 |
566 | 2024-08-12T21:56:48.075Z | Downloaded ident_case v1.0.1 |
567 | 2024-08-12T21:56:48.075Z | Downloaded hubpack_derive v0.1.1 |
568 | 2024-08-12T21:56:48.078Z | Downloaded siphasher v0.3.11 |
569 | 2024-08-12T21:56:48.078Z | Downloaded serde_urlencoded v0.7.1 |
570 | 2024-08-12T21:56:48.080Z | Downloaded hyper-staticfile v0.9.5 |
571 | 2024-08-12T21:56:48.083Z | Downloaded predicates-core v1.0.6 |
572 | 2024-08-12T21:56:48.083Z | Downloaded thiserror-impl-no-std v2.0.2 |
573 | 2024-08-12T21:56:48.087Z | Downloaded bytes v1.7.1 |
574 | 2024-08-12T21:56:48.090Z | Downloaded slog-dtrace v0.3.0 |
575 | 2024-08-12T21:56:48.093Z | Downloaded slog-json v2.6.1 |
576 | 2024-08-12T21:56:48.095Z | Downloaded base64 v0.21.7 |
577 | 2024-08-12T21:56:48.098Z | Downloaded postgres-types v0.2.7 |
578 | 2024-08-12T21:56:48.101Z | Downloaded supports-color v3.0.0 |
579 | 2024-08-12T21:56:48.104Z | Downloaded precomputed-hash v0.1.1 |
580 | 2024-08-12T21:56:48.104Z | Downloaded subtle v2.5.0 |
581 | 2024-08-12T21:56:48.107Z | Downloaded postgres-protocol v0.6.7 |
582 | 2024-08-12T21:56:48.110Z | Downloaded funty v2.0.0 |
583 | 2024-08-12T21:56:48.110Z | Downloaded fragile v2.0.0 |
584 | 2024-08-12T21:56:48.123Z | Downloaded enum-as-inner v0.5.1 |
585 | 2024-08-12T21:56:48.126Z | Downloaded hash32 v0.3.1 |
586 | 2024-08-12T21:56:48.129Z | Downloaded tar v0.4.41 |
587 | 2024-08-12T21:56:48.133Z | Downloaded serde-big-array v0.5.1 |
588 | 2024-08-12T21:56:48.136Z | Downloaded ref-cast v1.0.23 |
589 | 2024-08-12T21:56:48.136Z | Downloaded minimal-lexical v0.2.1 |
590 | 2024-08-12T21:56:48.142Z | Downloaded tap v1.0.1 |
591 | 2024-08-12T21:56:48.146Z | Downloaded ref-cast-impl v1.0.23 |
592 | 2024-08-12T21:56:48.147Z | Downloaded rpassword v7.3.1 |
593 | 2024-08-12T21:56:48.147Z | Downloaded fxhash v0.2.1 |
594 | 2024-08-12T21:56:48.150Z | Downloaded powerfmt v0.2.0 |
595 | 2024-08-12T21:56:48.152Z | Downloaded half v2.4.1 |
596 | 2024-08-12T21:56:48.155Z | Downloaded portpicker v0.1.1 |
597 | 2024-08-12T21:56:48.155Z | Downloaded tabwriter v1.4.0 |
598 | 2024-08-12T21:56:48.160Z | Downloaded humantime v2.1.0 |
599 | 2024-08-12T21:56:48.160Z | Downloaded erased-serde v0.3.31 |
600 | 2024-08-12T21:56:48.174Z | Downloaded env_logger v0.9.3 |
601 | 2024-08-12T21:56:48.174Z | Downloaded take_mut v0.2.2 |
602 | 2024-08-12T21:56:48.174Z | Downloaded sigpipe v0.1.3 |
603 | 2024-08-12T21:56:48.174Z | Downloaded rtoolbox v0.0.2 |
604 | 2024-08-12T21:56:48.174Z | Downloaded predicates-tree v1.0.9 |
605 | 2024-08-12T21:56:48.174Z | Downloaded utf-8 v0.7.6 |
606 | 2024-08-12T21:56:48.174Z | Downloaded predicates v3.1.2 |
607 | 2024-08-12T21:56:48.178Z | Downloaded tokio-tungstenite v0.20.1 |
608 | 2024-08-12T21:56:48.181Z | Downloaded openssl-sys v0.9.103 |
609 | 2024-08-12T21:56:48.187Z | Downloaded tower-service v0.3.2 |
610 | 2024-08-12T21:56:48.191Z | Downloaded serde_arrays v0.1.0 |
611 | 2024-08-12T21:56:48.191Z | Downloaded rustversion v1.0.17 |
612 | 2024-08-12T21:56:48.193Z | Downloaded stringprep v0.1.4 |
613 | 2024-08-12T21:56:48.196Z | Downloaded gethostname v0.5.0 |
614 | 2024-08-12T21:56:48.196Z | Downloaded http-range v0.1.5 |
615 | 2024-08-12T21:56:48.201Z | Downloaded wyz v0.5.1 |
616 | 2024-08-12T21:56:48.201Z | Downloaded spki v0.7.3 |
617 | 2024-08-12T21:56:48.204Z | Downloaded unicase v2.7.0 |
618 | 2024-08-12T21:56:48.204Z | Downloaded getopts v0.2.21 |
619 | 2024-08-12T21:56:48.207Z | Downloaded mio v0.8.11 |
620 | 2024-08-12T21:56:48.214Z | Downloaded rustc_version v0.4.0 |
621 | 2024-08-12T21:56:48.217Z | Downloaded peg-runtime v0.8.3 |
622 | 2024-08-12T21:56:48.220Z | Downloaded either v1.13.0 |
623 | 2024-08-12T21:56:48.223Z | Downloaded subprocess v0.2.9 |
624 | 2024-08-12T21:56:48.226Z | Downloaded strum_macros v0.24.3 |
625 | 2024-08-12T21:56:48.230Z | Downloaded dyn-clone v1.0.17 |
626 | 2024-08-12T21:56:48.233Z | Downloaded whoami v1.5.1 |
627 | 2024-08-12T21:56:48.233Z | Downloaded futures-task v0.3.30 |
628 | 2024-08-12T21:56:48.236Z | Downloaded tls_codec_derive v0.4.1 |
629 | 2024-08-12T21:56:48.239Z | Downloaded futures v0.3.30 |
630 | 2024-08-12T21:56:48.242Z | Downloaded sync_wrapper v0.1.2 |
631 | 2024-08-12T21:56:48.245Z | Downloaded zone_cfg_derive v0.1.2 |
632 | 2024-08-12T21:56:48.245Z | Downloaded strum_macros v0.25.3 |
633 | 2024-08-12T21:56:48.248Z | Downloaded num-bigint v0.4.5 |
634 | 2024-08-12T21:56:48.254Z | Downloaded zeroize v1.7.0 |
635 | 2024-08-12T21:56:48.257Z | Downloaded term v0.7.0 |
636 | 2024-08-12T21:56:48.260Z | Downloaded termtree v0.4.1 |
637 | 2024-08-12T21:56:48.263Z | Downloaded rand_core v0.6.4 |
638 | 2024-08-12T21:56:48.266Z | Downloaded hostname v0.4.0 |
639 | 2024-08-12T21:56:48.266Z | Downloaded pretty-hex v0.2.1 |
640 | 2024-08-12T21:56:48.269Z | Downloaded snafu v0.8.2 |
641 | 2024-08-12T21:56:48.275Z | Downloaded rustc-demangle v0.1.24 |
642 | 2024-08-12T21:56:48.278Z | Downloaded filetime v0.2.24 |
643 | 2024-08-12T21:56:48.281Z | Downloaded ff v0.13.0 |
644 | 2024-08-12T21:56:48.285Z | Downloaded scheduled-thread-pool v0.2.7 |
645 | 2024-08-12T21:56:48.285Z | Downloaded nom v7.1.3 |
646 | 2024-08-12T21:56:48.289Z | Downloaded foreign-types v0.5.0 |
647 | 2024-08-12T21:56:48.292Z | Downloaded foreign-types-macros v0.2.3 |
648 | 2024-08-12T21:56:48.292Z | Downloaded poly1305 v0.8.0 |
649 | 2024-08-12T21:56:48.296Z | Downloaded heapless v0.8.0 |
650 | 2024-08-12T21:56:48.300Z | Downloaded dirs-sys-next v0.1.2 |
651 | 2024-08-12T21:56:48.303Z | Downloaded phf_shared v0.11.2 |
652 | 2024-08-12T21:56:48.303Z | Downloaded libm v0.2.8 |
653 | 2024-08-12T21:56:48.312Z | Downloaded uzers v0.11.3 |
654 | 2024-08-12T21:56:48.315Z | Downloaded try-lock v0.2.5 |
655 | 2024-08-12T21:56:48.318Z | Downloaded same-file v1.0.6 |
656 | 2024-08-12T21:56:48.318Z | Downloaded structmeta v0.2.0 |
657 | 2024-08-12T21:56:48.321Z | Downloaded semver v0.1.20 |
658 | 2024-08-12T21:56:48.321Z | Downloaded secrecy v0.8.0 |
659 | 2024-08-12T21:56:48.323Z | Downloaded wait-timeout v0.2.0 |
660 | 2024-08-12T21:56:48.323Z | Downloaded peg-macros v0.8.4 |
661 | 2024-08-12T21:56:48.326Z | Downloaded itertools v0.10.5 |
662 | 2024-08-12T21:56:48.333Z | Downloaded impl-trait-for-tuples v0.2.2 |
663 | 2024-08-12T21:56:48.339Z | Downloaded phf_shared v0.10.0 |
664 | 2024-08-12T21:56:48.339Z | Downloaded unicode-truncate v1.0.0 |
665 | 2024-08-12T21:56:48.339Z | Downloaded serde_path_to_error v0.1.16 |
666 | 2024-08-12T21:56:48.342Z | Downloaded spin v0.9.8 |
667 | 2024-08-12T21:56:48.344Z | Downloaded unicode-xid v0.2.4 |
668 | 2024-08-12T21:56:48.347Z | Downloaded r2d2 v0.8.10 |
669 | 2024-08-12T21:56:48.347Z | Downloaded http v1.1.0 |
670 | 2024-08-12T21:56:48.351Z | Downloaded strum_macros v0.26.4 |
671 | 2024-08-12T21:56:48.354Z | Downloaded tinyvec_macros v0.1.1 |
672 | 2024-08-12T21:56:48.357Z | Downloaded group v0.13.0 |
673 | 2024-08-12T21:56:48.357Z | Downloaded dirs-next v2.0.0 |
674 | 2024-08-12T21:56:48.360Z | Downloaded similar v2.5.0 |
675 | 2024-08-12T21:56:48.363Z | Downloaded unsafe-libyaml v0.2.11 |
676 | 2024-08-12T21:56:48.367Z | Downloaded sha1 v0.10.6 |
677 | 2024-08-12T21:56:48.370Z | Downloaded slog v2.7.0 |
678 | 2024-08-12T21:56:48.373Z | Downloaded pin-project-lite v0.2.14 |
679 | 2024-08-12T21:56:48.378Z | Downloaded untrusted v0.7.1 |
680 | 2024-08-12T21:56:48.381Z | Downloaded home v0.5.9 |
681 | 2024-08-12T21:56:48.381Z | Downloaded float-cmp v0.9.0 |
682 | 2024-08-12T21:56:48.384Z | Downloaded stable_deref_trait v1.2.0 |
683 | 2024-08-12T21:56:48.384Z | Downloaded pkg-config v0.3.30 |
684 | 2024-08-12T21:56:48.387Z | Downloaded serde_derive_internals v0.29.1 |
685 | 2024-08-12T21:56:48.389Z | Downloaded tracing v0.1.40 |
686 | 2024-08-12T21:56:48.393Z | Downloaded serde_plain v1.0.2 |
687 | 2024-08-12T21:56:48.396Z | Downloaded slog-scope v4.4.0 |
688 | 2024-08-12T21:56:48.399Z | Downloaded time v0.3.36 |
689 | 2024-08-12T21:56:48.405Z | Downloaded num-bigint-dig v0.8.4 |
690 | 2024-08-12T21:56:48.412Z | Downloaded headers-core v0.2.0 |
691 | 2024-08-12T21:56:48.415Z | Downloaded resolv-conf v0.7.0 |
692 | 2024-08-12T21:56:48.418Z | Downloaded hash32 v0.2.1 |
693 | 2024-08-12T21:56:48.418Z | Downloaded tungstenite v0.20.1 |
694 | 2024-08-12T21:56:48.421Z | Downloaded untrusted v0.9.0 |
695 | 2024-08-12T21:56:48.424Z | Downloaded sqlformat v0.2.4 |
696 | 2024-08-12T21:56:48.427Z | Downloaded radium v0.7.0 |
697 | 2024-08-12T21:56:48.427Z | Downloaded expectorate v1.1.0 |
698 | 2024-08-12T21:56:48.431Z | Downloaded foreign-types v0.3.2 |
699 | 2024-08-12T21:56:48.435Z | Downloaded hex v0.4.3 |
700 | 2024-08-12T21:56:48.435Z | Downloaded static_assertions v1.1.0 |
701 | 2024-08-12T21:56:48.435Z | Downloaded ron v0.8.1 |
702 | 2024-08-12T21:56:48.440Z | Downloaded pem v3.0.4 |
703 | 2024-08-12T21:56:48.443Z | Downloaded smawk v0.3.2 |
704 | 2024-08-12T21:56:48.446Z | Downloaded ppv-lite86 v0.2.17 |
705 | 2024-08-12T21:56:48.446Z | Downloaded tokio-rustls v0.25.0 |
706 | 2024-08-12T21:56:48.449Z | Downloaded strip-ansi-escapes v0.2.0 |
707 | 2024-08-12T21:56:48.449Z | Downloaded smf v0.2.3 |
708 | 2024-08-12T21:56:48.451Z | Downloaded pkcs8 v0.10.2 |
709 | 2024-08-12T21:56:48.454Z | Downloaded peg v0.8.4 |
710 | 2024-08-12T21:56:48.457Z | Downloaded prettyplease v0.2.20 |
711 | 2024-08-12T21:56:48.461Z | Downloaded shell-words v1.1.0 |
712 | 2024-08-12T21:56:48.464Z | Downloaded signature v2.2.0 |
713 | 2024-08-12T21:56:48.467Z | Downloaded tokio-macros v2.3.0 |
714 | 2024-08-12T21:56:48.467Z | Downloaded tls_codec v0.4.1 |
715 | 2024-08-12T21:56:48.470Z | Downloaded slog-stdlog v4.1.1 |
716 | 2024-08-12T21:56:48.470Z | Downloaded schemars v0.8.21 |
717 | 2024-08-12T21:56:48.483Z | Downloaded hostname v0.3.1 |
718 | 2024-08-12T21:56:48.486Z | Downloaded hubpack v0.1.2 |
719 | 2024-08-12T21:56:48.489Z | Downloaded httpdate v1.0.3 |
720 | 2024-08-12T21:56:48.489Z | Downloaded highway v1.2.0 |
721 | 2024-08-12T21:56:48.492Z | Downloaded itertools v0.13.0 |
722 | 2024-08-12T21:56:48.498Z | Downloaded diesel_derives v2.2.2 |
723 | 2024-08-12T21:56:48.504Z | Downloaded hashbrown v0.13.2 |
724 | 2024-08-12T21:56:48.507Z | Downloaded unicode-linebreak v0.1.5 |
725 | 2024-08-12T21:56:48.510Z | Downloaded tokio-native-tls v0.3.1 |
726 | 2024-08-12T21:56:48.513Z | Downloaded blake3 v1.5.1 |
727 | 2024-08-12T21:56:48.518Z | Downloaded rustfmt-wrapper v0.2.1 |
728 | 2024-08-12T21:56:48.521Z | Downloaded steno v0.4.1 |
729 | 2024-08-12T21:56:48.524Z | Downloaded zerocopy v0.6.6 |
730 | 2024-08-12T21:56:48.527Z | Downloaded smallvec v0.6.14 |
731 | 2024-08-12T21:56:48.531Z | Downloaded aho-corasick v1.1.3 |
732 | 2024-08-12T21:56:48.534Z | Downloaded phf v0.11.2 |
733 | 2024-08-12T21:56:48.537Z | Downloaded tinyvec v1.6.0 |
734 | 2024-08-12T21:56:48.541Z | Downloaded serde_yaml v0.9.34+deprecated |
735 | 2024-08-12T21:56:48.545Z | Downloaded serde_with v3.8.3 |
736 | 2024-08-12T21:56:48.554Z | Downloaded elliptic-curve v0.13.8 |
737 | 2024-08-12T21:56:48.560Z | Downloaded signal-hook v0.3.17 |
738 | 2024-08-12T21:56:48.564Z | Downloaded test-strategy v0.3.1 |
739 | 2024-08-12T21:56:48.567Z | Downloaded rand v0.8.5 |
740 | 2024-08-12T21:56:48.571Z | Downloaded hashbrown v0.12.3 |
741 | 2024-08-12T21:56:48.575Z | Downloaded fatfs v0.3.6 |
742 | 2024-08-12T21:56:48.578Z | Downloaded uuid v1.10.0 |
743 | 2024-08-12T21:56:48.582Z | Downloaded pin-project v1.1.5 |
744 | 2024-08-12T21:56:48.594Z | Downloaded trust-dns-resolver v0.22.0 |
745 | 2024-08-12T21:56:48.600Z | Downloaded tungstenite v0.21.0 |
746 | 2024-08-12T21:56:48.603Z | Downloaded regex-automata v0.1.10 |
747 | 2024-08-12T21:56:48.609Z | Downloaded quick-xml v0.31.0 |
748 | 2024-08-12T21:56:48.616Z | Downloaded flume v0.11.0 |
749 | 2024-08-12T21:56:48.619Z | Downloaded h2 v0.3.26 |
750 | 2024-08-12T21:56:48.626Z | Downloaded indexmap v1.9.3 |
751 | 2024-08-12T21:56:48.630Z | Downloaded textwrap v0.16.1 |
752 | 2024-08-12T21:56:48.633Z | Downloaded unicode-segmentation v1.11.0 |
753 | 2024-08-12T21:56:48.637Z | Downloaded tokio-postgres v0.7.11 |
754 | 2024-08-12T21:56:48.642Z | Downloaded publicsuffix v2.2.3 |
755 | 2024-08-12T21:56:48.645Z | Downloaded typed-path v0.7.1 |
756 | 2024-08-12T21:56:48.652Z | Downloaded flate2 v1.0.31 |
757 | 2024-08-12T21:56:48.657Z | Downloaded portable-atomic v1.6.0 |
758 | 2024-08-12T21:56:48.664Z | Downloaded rustls-webpki v0.101.7 |
759 | 2024-08-12T21:56:48.680Z | Downloaded unicode-normalization v0.1.23 |
760 | 2024-08-12T21:56:48.684Z | Downloaded winnow v0.5.40 |
761 | 2024-08-12T21:56:48.693Z | Downloaded rustls-webpki v0.102.4 |
762 | 2024-08-12T21:56:48.712Z | Downloaded toml_edit v0.19.15 |
763 | 2024-08-12T21:56:48.730Z | Downloaded x509-cert v0.2.5 |
764 | 2024-08-12T21:56:48.736Z | Downloaded futures-util v0.3.30 |
765 | 2024-08-12T21:56:48.750Z | Downloaded idna v0.3.0 |
766 | 2024-08-12T21:56:48.756Z | Downloaded object v0.30.4 |
767 | 2024-08-12T21:56:48.767Z | Downloaded hyper v0.14.30 |
768 | 2024-08-12T21:56:48.775Z | Downloaded nix v0.27.1 |
769 | 2024-08-12T21:56:48.787Z | Downloaded object v0.32.2 |
770 | 2024-08-12T21:56:48.798Z | Downloaded reqwest v0.11.27 |
771 | 2024-08-12T21:56:48.808Z | Downloaded hkdf v0.12.4 |
772 | 2024-08-12T21:56:48.810Z | Downloaded sqlparser v0.45.0 |
773 | 2024-08-12T21:56:48.816Z | Downloaded bstr v0.2.17 |
774 | 2024-08-12T21:56:48.826Z | Downloaded vcpkg v0.2.15 |
775 | 2024-08-12T21:56:48.867Z | Downloaded smoltcp v0.11.0 |
776 | 2024-08-12T21:56:48.880Z | Downloaded radix_trie v0.2.1 |
777 | 2024-08-12T21:56:48.887Z | Downloaded gimli v0.28.1 |
778 | 2024-08-12T21:56:48.896Z | Downloaded bstr v1.9.1 |
779 | 2024-08-12T21:56:48.907Z | Downloaded smoltcp v0.9.1 |
780 | 2024-08-12T21:56:48.918Z | Downloaded rustls v0.21.12 |
781 | 2024-08-12T21:56:48.931Z | Downloaded polar-core v0.27.3 |
782 | 2024-08-12T21:56:48.939Z | Downloaded regex-syntax v0.6.29 |
783 | 2024-08-12T21:56:48.947Z | Downloaded rustls v0.22.4 |
784 | 2024-08-12T21:56:48.964Z | Downloaded openapiv3 v2.0.0 |
785 | 2024-08-12T21:56:48.975Z | Downloaded regex-syntax v0.8.4 |
786 | 2024-08-12T21:56:48.983Z | Downloaded regress v0.9.1 |
787 | 2024-08-12T21:56:48.992Z | Downloaded sled v0.34.7 |
788 | 2024-08-12T21:56:49.003Z | Downloaded ratatui v0.28.0 |
789 | 2024-08-12T21:56:49.023Z | Downloaded diesel v2.2.2 |
790 | 2024-08-12T21:56:49.042Z | Downloaded nix v0.28.0 |
791 | 2024-08-12T21:56:49.054Z | Downloaded zerocopy-derive v0.6.6 |
792 | 2024-08-12T21:56:49.064Z | Downloaded regex-automata v0.4.6 |
793 | 2024-08-12T21:56:49.082Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
794 | 2024-08-12T21:56:49.095Z | Downloaded idna v0.5.0 |
795 | 2024-08-12T21:56:49.103Z | Downloaded idna v0.2.3 |
796 | 2024-08-12T21:56:49.110Z | Downloaded sha3 v0.10.8 |
797 | 2024-08-12T21:56:49.115Z | Downloaded finl_unicode v1.2.0 |
798 | 2024-08-12T21:56:49.130Z | Downloaded petgraph v0.6.5 |
799 | 2024-08-12T21:56:49.150Z | Downloaded tokio v1.38.1 |
800 | 2024-08-12T21:56:49.190Z | Downloaded csv v1.3.0 |
801 | 2024-08-12T21:56:49.212Z | Downloaded webpki-roots v0.25.4 |
802 | 2024-08-12T21:56:49.217Z | Downloaded trust-dns-proto v0.22.0 |
803 | 2024-08-12T21:56:49.230Z | Downloaded regex v1.10.6 |
804 | 2024-08-12T21:56:49.245Z | Downloaded encoding_rs v0.8.34 |
805 | 2024-08-12T21:56:49.269Z | Downloaded proptest v1.5.0 |
806 | 2024-08-12T21:56:49.280Z | Downloaded curve25519-dalek v4.1.3 |
807 | 2024-08-12T21:56:49.291Z | Downloaded openssl v0.10.66 |
808 | 2024-08-12T21:56:49.301Z | Downloaded bitvec v1.0.1 |
809 | 2024-08-12T21:56:49.317Z | Downloaded rayon v1.10.0 |
810 | 2024-08-12T21:56:49.331Z | Downloaded lalrpop v0.19.12 |
811 | 2024-08-12T21:56:49.343Z | Downloaded chrono v0.4.38 |
812 | 2024-08-12T21:56:49.349Z | Downloaded zip v0.6.6 |
813 | 2024-08-12T21:56:49.354Z | Downloaded reedline v0.33.0 |
814 | 2024-08-12T21:56:49.364Z | Downloaded tough v0.17.1 |
815 | 2024-08-12T21:56:49.374Z | Downloaded rustyline v14.0.0 |
816 | 2024-08-12T21:56:49.380Z | Downloaded tokio-util v0.7.11 |
817 | 2024-08-12T21:56:49.386Z | Downloaded rsa v0.9.6 |
818 | 2024-08-12T21:56:49.392Z | Downloaded samael v0.0.15 |
819 | 2024-08-12T21:56:49.398Z | Downloaded hmac v0.12.1 |
820 | 2024-08-12T21:56:49.401Z | Downloaded toml v0.5.11 |
821 | 2024-08-12T21:56:49.405Z | Downloaded bindgen v0.69.4 |
822 | 2024-08-12T21:56:49.410Z | Downloaded headers v0.3.9 |
823 | 2024-08-12T21:56:49.416Z | Downloaded toml v0.7.8 |
824 | 2024-08-12T21:56:49.420Z | Downloaded fastrand v2.1.0 |
825 | 2024-08-12T21:56:49.424Z | Downloaded zeroize_derive v1.4.2 |
826 | 2024-08-12T21:56:49.424Z | Downloaded signal-hook-mio v0.2.4 |
827 | 2024-08-12T21:56:49.427Z | Downloaded endian-type v0.1.2 |
828 | 2024-08-12T21:56:49.427Z | Downloaded zone v0.1.8 |
829 | 2024-08-12T21:56:49.427Z | Downloaded fd-lock v4.0.2 |
830 | 2024-08-12T21:56:49.430Z | Downloaded httparse v1.8.0 |
831 | 2024-08-12T21:56:49.430Z | Downloaded heapless v0.7.17 |
832 | 2024-08-12T21:56:49.434Z | Downloaded trust-dns-server v0.22.1 |
833 | 2024-08-12T21:56:49.440Z | Downloaded ring v0.17.8 |
834 | 2024-08-12T21:56:49.513Z | Downloaded signal-hook-registry v1.4.2 |
835 | 2024-08-12T21:56:49.515Z | Downloaded http v0.2.12 |
836 | 2024-08-12T21:56:49.518Z | Downloaded which v4.4.2 |
837 | 2024-08-12T21:56:49.518Z | Downloaded indent_write v2.2.0 |
838 | 2024-08-12T21:56:49.522Z | Downloaded quick-error v1.2.3 |
839 | 2024-08-12T21:56:49.522Z | Downloaded pin-project-internal v1.1.5 |
840 | 2024-08-12T21:56:49.526Z | Downloaded crossterm v0.27.0 |
841 | 2024-08-12T21:56:49.530Z | Downloaded ring v0.16.20 |
842 | 2024-08-12T21:56:49.613Z | Downloaded postcard v1.0.8 |
843 | 2024-08-12T21:56:49.616Z | Downloaded derive_builder v0.20.0 |
844 | 2024-08-12T21:56:49.620Z | Downloaded itertools v0.12.1 |
845 | 2024-08-12T21:56:49.628Z | Downloaded ena v0.14.3 |
846 | 2024-08-12T21:56:49.635Z | Downloaded embedded-io v0.4.0 |
847 | 2024-08-12T21:56:49.635Z | Downloaded ron v0.7.1 |
848 | 2024-08-12T21:56:49.639Z | Downloaded rand_chacha v0.3.1 |
849 | 2024-08-12T21:56:49.639Z | Downloaded termios v0.3.3 |
850 | 2024-08-12T21:56:49.639Z | Downloaded termcolor v1.4.1 |
851 | 2024-08-12T21:56:49.644Z | Downloaded sec1 v0.7.3 |
852 | 2024-08-12T21:56:49.644Z | Downloaded sct v0.7.1 |
853 | 2024-08-12T21:56:49.648Z | Downloaded scopeguard v1.2.0 |
854 | 2024-08-12T21:56:49.648Z | Downloaded schemars_derive v0.8.21 |
855 | 2024-08-12T21:56:49.648Z | Downloaded psl-types v2.0.11 |
856 | 2024-08-12T21:56:49.648Z | Downloaded proc-macro-crate v1.3.1 |
857 | 2024-08-12T21:56:49.652Z | Downloaded globset v0.4.14 |
858 | 2024-08-12T21:56:49.653Z | Downloaded topological-sort v0.2.2 |
859 | 2024-08-12T21:56:49.653Z | Downloaded der_derive v0.7.2 |
860 | 2024-08-12T21:56:49.653Z | Downloaded glob v0.3.1 |
861 | 2024-08-12T21:56:49.657Z | Downloaded getrandom v0.2.14 |
862 | 2024-08-12T21:56:49.657Z | Downloaded socket2 v0.5.7 |
863 | 2024-08-12T21:56:49.661Z | Downloaded derive_builder_core v0.20.0 |
864 | 2024-08-12T21:56:49.661Z | Downloaded mio v1.0.1 |
865 | 2024-08-12T21:56:49.665Z | Downloaded crossterm v0.28.1 |
866 | 2024-08-12T21:56:49.673Z | Downloaded deranged v0.3.11 |
867 | 2024-08-12T21:56:49.677Z | Downloaded unicode-bidi v0.3.15 |
868 | 2024-08-12T21:56:49.677Z | Downloaded socket2 v0.4.10 |
869 | 2024-08-12T21:56:49.680Z | Downloaded der v0.7.9 |
870 | 2024-08-12T21:56:49.684Z | Downloaded futures-channel v0.3.30 |
871 | 2024-08-12T21:56:49.688Z | Downloaded unicode_categories v0.1.1 |
872 | 2024-08-12T21:56:49.688Z | Downloaded rcgen v0.12.1 |
873 | 2024-08-12T21:56:49.692Z | Downloaded rayon-core v1.12.1 |
874 | 2024-08-12T21:56:49.695Z | Downloaded tokio-rustls v0.24.1 |
875 | 2024-08-12T21:56:49.699Z | Downloaded smallvec v1.13.2 |
876 | 2024-08-12T21:56:49.699Z | Downloaded trust-dns-client v0.22.0 |
877 | 2024-08-12T21:56:49.708Z | Downloaded slog-bunyan v2.5.0 |
878 | 2024-08-12T21:56:49.713Z | Downloaded slog-async v2.8.0 |
879 | 2024-08-12T21:56:49.713Z | Downloaded env_logger v0.10.2 |
880 | 2024-08-12T21:56:49.713Z | Downloaded derive-where v1.2.7 |
881 | 2024-08-12T21:56:49.720Z | Downloaded rustc_version v0.1.7 |
882 | 2024-08-12T21:56:49.720Z | Downloaded unarray v0.1.4 |
883 | 2024-08-12T21:56:49.720Z | Downloaded diff v0.1.13 |
884 | 2024-08-12T21:56:49.723Z | Downloaded url v2.5.2 |
885 | 2024-08-12T21:56:49.723Z | Downloaded structmeta v0.3.0 |
886 | 2024-08-12T21:56:49.723Z | Downloaded futures-core v0.3.30 |
887 | 2024-08-12T21:56:49.723Z | Downloaded float-ord v0.3.2 |
888 | 2024-08-12T21:56:49.727Z | Downloaded libxml v0.3.3 |
889 | 2024-08-12T21:56:49.731Z | Downloaded walkdir v2.5.0 |
890 | 2024-08-12T21:56:49.735Z | Downloaded dsl_auto_type v0.1.2 |
891 | 2024-08-12T21:56:49.735Z | Downloaded hyper-rustls v0.24.2 |
892 | 2024-08-12T21:56:49.735Z | Downloaded futures-executor v0.3.30 |
893 | 2024-08-12T21:56:49.741Z | Downloaded crossbeam-channel v0.5.12 |
894 | 2024-08-12T21:56:49.746Z | Downloaded snafu-derive v0.8.2 |
895 | 2024-08-12T21:56:49.746Z | Downloaded vsss-rs v3.3.4 |
896 | 2024-08-12T21:56:49.746Z | Downloaded tracing-core v0.1.32 |
897 | 2024-08-12T21:56:49.750Z | Downloaded crypto-bigint v0.5.5 |
898 | 2024-08-12T21:56:49.754Z | Downloaded serde-hex v0.1.0 |
899 | 2024-08-12T21:56:49.754Z | Downloaded rusty-fork v0.3.0 |
900 | 2024-08-12T21:56:49.757Z | Downloaded tui-tree-widget v0.22.0 |
901 | 2024-08-12T21:56:49.757Z | Downloaded tokio-stream v0.1.15 |
902 | 2024-08-12T21:56:49.761Z | Downloaded rustls-pki-types v1.7.0 |
903 | 2024-08-12T21:56:49.766Z | Downloaded rustls-pemfile v2.1.3 |
904 | 2024-08-12T21:56:49.766Z | Downloaded derive_more v0.99.18 |
905 | 2024-08-12T21:56:49.772Z | Downloaded const_format v0.2.32 |
906 | 2024-08-12T21:56:49.775Z | Downloaded chacha20poly1305 v0.10.1 |
907 | 2024-08-12T21:56:49.776Z | Downloaded backtrace v0.3.71 |
908 | 2024-08-12T21:56:49.780Z | Downloaded form_urlencoded v1.2.1 |
909 | 2024-08-12T21:56:49.784Z | Downloaded tiny-keccak v2.0.2 |
910 | 2024-08-12T21:56:49.784Z | Downloaded difflib v0.4.0 |
911 | 2024-08-12T21:56:49.784Z | Downloaded universal-hash v0.5.1 |
912 | 2024-08-12T21:56:49.789Z | Downloaded compact_str v0.8.0 |
913 | 2024-08-12T21:56:49.789Z | Downloaded pkcs1 v0.7.5 |
914 | 2024-08-12T21:56:49.793Z | Downloaded pem-rfc7468 v0.7.0 |
915 | 2024-08-12T21:56:49.793Z | Downloaded omicron-zone-package v0.11.0 |
916 | 2024-08-12T21:56:49.797Z | Downloaded iana-time-zone v0.1.60 |
917 | 2024-08-12T21:56:49.801Z | Downloaded miniz_oxide v0.7.2 |
918 | 2024-08-12T21:56:49.801Z | Downloaded thiserror-no-std v2.0.2 |
919 | 2024-08-12T21:56:49.804Z | Downloaded indicatif v0.17.8 |
920 | 2024-08-12T21:56:49.807Z | Downloaded crossbeam-epoch v0.9.18 |
921 | 2024-08-12T21:56:49.810Z | Downloaded const-oid v0.9.6 |
922 | 2024-08-12T21:56:49.810Z | Downloaded password-hash v0.5.0 |
923 | 2024-08-12T21:56:49.814Z | Downloaded parking_lot_core v0.9.10 |
924 | 2024-08-12T21:56:49.818Z | Downloaded mockall_derive v0.13.0 |
925 | 2024-08-12T21:56:49.818Z | Downloaded futures-sink v0.3.30 |
926 | 2024-08-12T21:56:49.818Z | Downloaded futures-macro v0.3.30 |
927 | 2024-08-12T21:56:49.818Z | Downloaded futures-io v0.3.30 |
928 | 2024-08-12T21:56:49.822Z | Downloaded flagset v0.4.5 |
929 | 2024-08-12T21:56:49.822Z | Downloaded cookie v0.18.1 |
930 | 2024-08-12T21:56:49.825Z | Downloaded percent-encoding v2.3.1 |
931 | 2024-08-12T21:56:49.825Z | Downloaded tokio-tungstenite v0.21.0 |
932 | 2024-08-12T21:56:49.825Z | Downloaded num-rational v0.4.2 |
933 | 2024-08-12T21:56:49.828Z | Downloaded hyper-tls v0.5.0 |
934 | 2024-08-12T21:56:49.828Z | Downloaded http-body v0.4.6 |
935 | 2024-08-12T21:56:49.828Z | Downloaded fallible-iterator v0.2.0 |
936 | 2024-08-12T21:56:49.831Z | Downloaded display-error-chain v0.2.0 |
937 | 2024-08-12T21:56:49.831Z | Downloaded slog-term v2.9.1 |
938 | 2024-08-12T21:56:49.833Z | Downloaded serde_with_macros v3.8.3 |
939 | 2024-08-12T21:56:49.837Z | Downloaded num-integer v0.1.46 |
940 | 2024-08-12T21:56:49.841Z | Downloaded darling_core v0.20.9 |
941 | 2024-08-12T21:56:49.845Z | Downloaded base64 v0.22.1 |
942 | 2024-08-12T21:56:49.849Z | Downloaded arc-swap v1.7.1 |
943 | 2024-08-12T21:56:49.854Z | Downloaded signal-hook-tokio v0.3.1 |
944 | 2024-08-12T21:56:49.854Z | Downloaded num_enum_derive v0.5.11 |
945 | 2024-08-12T21:56:49.854Z | Downloaded allocator-api2 v0.2.18 |
946 | 2024-08-12T21:56:49.859Z | Downloaded base64ct v1.6.0 |
947 | 2024-08-12T21:56:49.859Z | Downloaded addr2line v0.21.0 |
948 | 2024-08-12T21:56:49.859Z | Downloaded clang-sys v1.7.0 |
949 | 2024-08-12T21:56:49.863Z | Downloaded bzip2 v0.4.4 |
950 | 2024-08-12T21:56:49.863Z | Downloaded bcs v0.1.6 |
951 | 2024-08-12T21:56:49.866Z | Downloaded nibble_vec v0.1.0 |
952 | 2024-08-12T21:56:49.866Z | Downloaded mime v0.3.17 |
953 | 2024-08-12T21:56:49.870Z | Downloaded crossbeam-utils v0.8.19 |
954 | 2024-08-12T21:56:49.876Z | Downloaded castaway v0.2.3 |
955 | 2024-08-12T21:56:49.876Z | Downloaded blake2 v0.10.6 |
956 | 2024-08-12T21:56:49.876Z | Downloaded ahash v0.8.11 |
957 | 2024-08-12T21:56:49.880Z | Downloaded const_format_proc_macros v0.2.32 |
958 | 2024-08-12T21:56:49.880Z | Downloaded cexpr v0.6.0 |
959 | 2024-08-12T21:56:49.885Z | Downloaded libloading v0.8.3 |
960 | 2024-08-12T21:56:49.885Z | Downloaded ipnet v2.9.0 |
961 | 2024-08-12T21:56:49.891Z | Downloaded crc-catalog v2.4.0 |
962 | 2024-08-12T21:56:49.891Z | Downloaded convert_case v0.4.0 |
963 | 2024-08-12T21:56:49.891Z | Downloaded ascii v1.1.0 |
964 | 2024-08-12T21:56:49.891Z | Downloaded foreign-types-shared v0.1.1 |
965 | 2024-08-12T21:56:49.900Z | Downloaded downcast v0.11.0 |
966 | 2024-08-12T21:56:49.900Z | Downloaded bitflags v1.3.2 |
967 | 2024-08-12T21:56:49.900Z | Downloaded backoff v0.4.0 |
968 | 2024-08-12T21:56:49.900Z | Downloaded path-slash v0.1.5 |
969 | 2024-08-12T21:56:49.900Z | Downloaded console v0.15.8 |
970 | 2024-08-12T21:56:49.906Z | Downloaded cancel-safe-futures v0.1.5 |
971 | 2024-08-12T21:56:49.906Z | Downloaded num-conv v0.1.0 |
972 | 2024-08-12T21:56:49.906Z | Downloaded new_debug_unreachable v1.0.6 |
973 | 2024-08-12T21:56:49.906Z | Downloaded normalize-line-endings v0.3.0 |
974 | 2024-08-12T21:56:49.906Z | Downloaded crc32fast v1.4.0 |
975 | 2024-08-12T21:56:49.911Z | Downloaded packed_struct_codegen v0.10.1 |
976 | 2024-08-12T21:56:49.911Z | Downloaded multer v3.1.0 |
977 | 2024-08-12T21:56:49.911Z | Downloaded chacha20 v0.9.1 |
978 | 2024-08-12T21:56:49.915Z | Downloaded libsw v3.3.1 |
979 | 2024-08-12T21:56:49.915Z | Downloaded lalrpop-util v0.19.12 |
980 | 2024-08-12T21:56:49.915Z | Downloaded kstat-rs v0.2.4 |
981 | 2024-08-12T21:56:49.915Z | Downloaded instability v0.3.2 |
982 | 2024-08-12T21:56:49.920Z | Downloaded argon2 v0.5.3 |
983 | 2024-08-12T21:56:49.920Z | Downloaded parse-display v0.10.0 |
984 | 2024-08-12T21:56:49.920Z | Downloaded num_enum v0.5.11 |
985 | 2024-08-12T21:56:49.925Z | Downloaded num-complex v0.4.6 |
986 | 2024-08-12T21:56:49.930Z | Downloaded lazycell v1.3.0 |
987 | 2024-08-12T21:56:49.931Z | Downloaded inout v0.1.3 |
988 | 2024-08-12T21:56:49.931Z | Downloaded memoffset v0.9.1 |
989 | 2024-08-12T21:56:49.931Z | Downloaded atomicwrites v0.4.3 |
990 | 2024-08-12T21:56:49.931Z | Downloaded managed v0.8.0 |
991 | 2024-08-12T21:56:49.934Z | Downloaded curve25519-dalek-derive v0.1.1 |
992 | 2024-08-12T21:56:49.934Z | Downloaded array-init v0.0.4 |
993 | 2024-08-12T21:56:49.934Z | Downloaded multimap v0.10.0 |
994 | 2024-08-12T21:56:49.934Z | Downloaded bitfield-struct v0.6.1 |
995 | 2024-08-12T21:56:49.934Z | Downloaded block-padding v0.3.3 |
996 | 2024-08-12T21:56:49.934Z | Downloaded arrayref v0.3.7 |
997 | 2024-08-12T21:56:49.934Z | Downloaded keccak v0.1.5 |
998 | 2024-08-12T21:56:49.942Z | Downloaded ipnetwork v0.20.0 |
999 | 2024-08-12T21:56:49.942Z | Downloaded indoc v1.0.9 |
1000 | 2024-08-12T21:56:49.946Z | Downloaded async-recursion v1.1.1 |
1001 | 2024-08-12T21:56:49.946Z | Downloaded ascii-canvas v3.0.0 |
1002 | 2024-08-12T21:56:50.045Z | Compiling cfg-if v1.0.0 |
1003 | 2024-08-12T21:56:50.046Z | Compiling serde v1.0.206 |
1004 | 2024-08-12T21:56:50.050Z | Compiling lock_api v0.4.12 |
1005 | 2024-08-12T21:56:50.050Z | Compiling scopeguard v1.2.0 |
1006 | 2024-08-12T21:56:50.050Z | Compiling log v0.4.21 |
1007 | 2024-08-12T21:56:50.050Z | Compiling cc v1.0.97 |
1008 | 2024-08-12T21:56:50.220Z | Compiling syn v2.0.72 |
1009 | 2024-08-12T21:56:50.265Z | Compiling getrandom v0.2.14 |
1010 | 2024-08-12T21:56:50.268Z | Compiling typenum v1.17.0 |
1011 | 2024-08-12T21:56:50.348Z | Compiling generic-array v0.14.7 |
1012 | 2024-08-12T21:56:50.662Z | Compiling rand_core v0.6.4 |
1013 | 2024-08-12T21:56:50.694Z | Compiling pin-project-lite v0.2.14 |
1014 | 2024-08-12T21:56:50.818Z | Compiling parking_lot_core v0.9.10 |
1015 | 2024-08-12T21:56:50.835Z | Compiling smallvec v1.13.2 |
1016 | 2024-08-12T21:56:50.868Z | Compiling signal-hook-registry v1.4.2 |
1017 | 2024-08-12T21:56:51.208Z | Compiling spin v0.9.8 |
1018 | 2024-08-12T21:56:51.228Z | Compiling mio v0.8.11 |
1019 | 2024-08-12T21:56:51.264Z | Compiling ahash v0.8.11 |
1020 | 2024-08-12T21:56:51.648Z | Compiling tinyvec_macros v0.1.1 |
1021 | 2024-08-12T21:56:51.704Z | Compiling socket2 v0.5.7 |
1022 | 2024-08-12T21:56:51.740Z | Compiling parking_lot v0.12.2 |
1023 | 2024-08-12T21:56:51.758Z | Compiling tinyvec v1.6.0 |
1024 | 2024-08-12T21:56:52.029Z | Compiling num_cpus v1.16.0 |
1025 | 2024-08-12T21:56:52.175Z | Compiling futures-core v0.3.30 |
1026 | 2024-08-12T21:56:52.450Z | Compiling libm v0.2.8 |
1027 | 2024-08-12T21:56:52.627Z | Compiling subtle v2.5.0 |
1028 | 2024-08-12T21:56:52.705Z | Compiling serde_json v1.0.122 |
1029 | 2024-08-12T21:56:52.752Z | Compiling const-oid v0.9.6 |
1030 | 2024-08-12T21:56:52.856Z | Compiling slab v0.4.9 |
1031 | 2024-08-12T21:56:53.089Z | Compiling num-traits v0.2.19 |
1032 | 2024-08-12T21:56:53.092Z | Compiling unicode-bidi v0.3.15 |
1033 | 2024-08-12T21:56:53.229Z | Compiling allocator-api2 v0.2.18 |
1034 | 2024-08-12T21:56:53.333Z | Compiling futures-sink v0.3.30 |
1035 | 2024-08-12T21:56:53.452Z | Compiling unicode-normalization v0.1.23 |
1036 | 2024-08-12T21:56:54.045Z | Compiling futures-channel v0.3.30 |
1037 | 2024-08-12T21:56:54.048Z | Compiling vcpkg v0.2.15 |
1038 | 2024-08-12T21:56:54.160Z | Compiling futures-task v0.3.30 |
1039 | 2024-08-12T21:56:54.492Z | Compiling pkg-config v0.3.30 |
1040 | 2024-08-12T21:56:54.523Z | Compiling pin-utils v0.1.0 |
1041 | 2024-08-12T21:56:54.630Z | Compiling futures-io v0.3.30 |
1042 | 2024-08-12T21:56:54.693Z | Compiling ring v0.17.8 |
1043 | 2024-08-12T21:56:54.844Z | Compiling ppv-lite86 v0.2.17 |
1044 | 2024-08-12T21:56:55.039Z | Compiling percent-encoding v2.3.1 |
1045 | 2024-08-12T21:56:55.415Z | Compiling tracing-core v0.1.32 |
1046 | 2024-08-12T21:56:55.482Z | Compiling powerfmt v0.2.0 |
1047 | 2024-08-12T21:56:55.794Z | Compiling rand_chacha v0.3.1 |
1048 | 2024-08-12T21:56:56.010Z | Compiling time-core v0.1.2 |
1049 | 2024-08-12T21:56:56.226Z | Compiling num-conv v0.1.0 |
1050 | 2024-08-12T21:56:56.371Z | Compiling rustix v0.38.34 |
1051 | 2024-08-12T21:56:56.611Z | Compiling untrusted v0.9.0 |
1052 | 2024-08-12T21:56:56.659Z | Compiling openssl-sys v0.9.103 |
1053 | 2024-08-12T21:56:56.786Z | Compiling syn v1.0.109 |
1054 | 2024-08-12T21:56:57.029Z | Compiling time-macros v0.2.18 |
1055 | 2024-08-12T21:56:57.374Z | Compiling rand v0.8.5 |
1056 | 2024-08-12T21:56:57.479Z | Compiling deranged v0.3.11 |
1057 | 2024-08-12T21:56:57.530Z | Compiling base64ct v1.6.0 |
1058 | 2024-08-12T21:56:58.161Z | Compiling openssl v0.10.66 |
1059 | 2024-08-12T21:56:58.419Z | Compiling foreign-types-shared v0.1.1 |
1060 | 2024-08-12T21:56:58.539Z | Compiling rustversion v1.0.17 |
1061 | 2024-08-12T21:56:58.611Z | Compiling num_threads v0.1.7 |
1062 | 2024-08-12T21:56:58.749Z | Compiling httparse v1.8.0 |
1063 | 2024-08-12T21:56:59.257Z | Compiling foreign-types v0.3.2 |
1064 | 2024-08-12T21:56:59.273Z | Compiling pem-rfc7468 v0.7.0 |
1065 | 2024-08-12T21:56:59.307Z | Compiling form_urlencoded v1.2.1 |
1066 | 2024-08-12T21:56:59.344Z | Compiling native-tls v0.2.11 |
1067 | 2024-08-12T21:56:59.596Z | Compiling try-lock v0.2.5 |
1068 | 2024-08-12T21:56:59.683Z | Compiling siphasher v0.3.11 |
1069 | 2024-08-12T21:56:59.719Z | Compiling flagset v0.4.5 |
1070 | 2024-08-12T21:56:59.918Z | Compiling crossbeam-utils v0.8.19 |
1071 | 2024-08-12T21:56:59.981Z | Compiling rustls v0.21.12 |
1072 | 2024-08-12T21:57:00.056Z | Compiling want v0.3.1 |
1073 | 2024-08-12T21:57:00.218Z | Compiling time v0.3.36 |
1074 | 2024-08-12T21:57:00.346Z | Compiling idna v0.5.0 |
1075 | 2024-08-12T21:57:00.557Z | Compiling lazy_static v1.5.0 |
1076 | 2024-08-12T21:57:00.691Z | Compiling cookie v0.17.0 |
1077 | 2024-08-12T21:57:00.966Z | Compiling aho-corasick v1.1.3 |
1078 | 2024-08-12T21:57:01.016Z | Compiling iana-time-zone v0.1.60 |
1079 | 2024-08-12T21:57:01.525Z | Compiling httpdate v1.0.3 |
1080 | 2024-08-12T21:57:01.738Z | Compiling regex-syntax v0.8.4 |
1081 | 2024-08-12T21:57:02.019Z | Compiling openssl-probe v0.1.5 |
1082 | 2024-08-12T21:57:02.074Z | Compiling finl_unicode v1.2.0 |
1083 | 2024-08-12T21:57:02.423Z | Compiling tower-service v0.3.2 |
1084 | 2024-08-12T21:57:02.565Z | Compiling cpufeatures v0.2.12 |
1085 | 2024-08-12T21:57:02.671Z | Compiling slog v2.7.0 |
1086 | 2024-08-12T21:57:02.720Z | Compiling adler v1.0.2 |
1087 | 2024-08-12T21:57:02.990Z | Compiling miniz_oxide v0.7.2 |
1088 | 2024-08-12T21:57:03.356Z | Compiling stringprep v0.1.4 |
1089 | 2024-08-12T21:57:04.687Z | Compiling url v2.5.2 |
1090 | 2024-08-12T21:57:05.563Z | Compiling serde_derive v1.0.206 |
1091 | 2024-08-12T21:57:05.867Z | Compiling zeroize_derive v1.4.2 |
1092 | 2024-08-12T21:57:06.149Z | Compiling zerocopy-derive v0.7.34 |
1093 | 2024-08-12T21:57:06.699Z | Compiling tokio-macros v2.3.0 |
1094 | 2024-08-12T21:57:06.796Z | Compiling thiserror-impl v1.0.63 |
1095 | 2024-08-12T21:57:07.604Z | Compiling zeroize v1.7.0 |
1096 | 2024-08-12T21:57:08.046Z | Compiling futures-macro v0.3.30 |
1097 | 2024-08-12T21:57:08.541Z | Compiling tracing-attributes v0.1.27 |
1098 | 2024-08-12T21:57:08.631Z | Compiling zerocopy v0.7.34 |
1099 | 2024-08-12T21:57:09.023Z | Compiling scroll_derive v0.12.0 |
1100 | 2024-08-12T21:57:09.540Z | Compiling crypto-common v0.1.6 |
1101 | 2024-08-12T21:57:09.798Z | Compiling block-buffer v0.10.4 |
1102 | 2024-08-12T21:57:10.095Z | Compiling digest v0.10.7 |
1103 | 2024-08-12T21:57:10.365Z | Compiling futures-util v0.3.30 |
1104 | 2024-08-12T21:57:10.417Z | Compiling thiserror v1.0.63 |
1105 | 2024-08-12T21:57:10.568Z | Compiling pest v2.7.10 |
1106 | 2024-08-12T21:57:10.615Z | Compiling hmac v0.12.1 |
1107 | 2024-08-12T21:57:10.654Z | Compiling scroll v0.12.0 |
1108 | 2024-08-12T21:57:10.896Z | Compiling hashbrown v0.14.5 |
1109 | 2024-08-12T21:57:10.938Z | Compiling der_derive v0.7.2 |
1110 | 2024-08-12T21:57:11.266Z | Compiling goblin v0.8.2 |
1111 | 2024-08-12T21:57:12.336Z | Compiling openssl-macros v0.1.1 |
1112 | 2024-08-12T21:57:12.698Z | Compiling tracing v0.1.40 |
1113 | 2024-08-12T21:57:13.246Z | Compiling pest_meta v2.7.10 |
1114 | 2024-08-12T21:57:13.288Z | Compiling rustls-webpki v0.101.7 |
1115 | 2024-08-12T21:57:13.764Z | Compiling der v0.7.9 |
1116 | 2024-08-12T21:57:13.814Z | Compiling sct v0.7.1 |
1117 | 2024-08-12T21:57:14.480Z | Compiling sha2 v0.10.8 |
1118 | 2024-08-12T21:57:15.461Z | Compiling pest_generator v2.7.10 |
1119 | 2024-08-12T21:57:17.135Z | Compiling spki v0.7.3 |
1120 | 2024-08-12T21:57:17.460Z | Compiling md-5 v0.10.6 |
1121 | 2024-08-12T21:57:17.518Z | Compiling regex-automata v0.4.6 |
1122 | 2024-08-12T21:57:17.627Z | Compiling num-integer v0.1.46 |
1123 | 2024-08-12T21:57:17.746Z | Compiling idna v0.3.0 |
1124 | 2024-08-12T21:57:18.411Z | Compiling backtrace v0.3.71 |
1125 | 2024-08-12T21:57:18.516Z | Compiling hash32 v0.2.1 |
1126 | 2024-08-12T21:57:18.707Z | Compiling pest_derive v2.7.10 |
1127 | 2024-08-12T21:57:18.903Z | Compiling smoltcp v0.9.1 |
1128 | 2024-08-12T21:57:18.924Z | Compiling stable_deref_trait v1.2.0 |
1129 | 2024-08-12T21:57:19.036Z | Compiling base64 v0.22.1 |
1130 | 2024-08-12T21:57:19.603Z | Compiling fallible-iterator v0.2.0 |
1131 | 2024-08-12T21:57:19.622Z | Compiling dtrace-parser v0.2.0 |
1132 | 2024-08-12T21:57:19.749Z | Compiling gimli v0.28.1 |
1133 | 2024-08-12T21:57:19.887Z | Compiling psl-types v2.0.11 |
1134 | 2024-08-12T21:57:20.110Z | Compiling crc32fast v1.4.0 |
1135 | 2024-08-12T21:57:20.382Z | Compiling signal-hook v0.3.17 |
1136 | 2024-08-12T21:57:20.725Z | Compiling publicsuffix v2.2.3 |
1137 | 2024-08-12T21:57:20.819Z | Compiling pkcs8 v0.10.2 |
1138 | 2024-08-12T21:57:20.998Z | Compiling hubpack_derive v0.1.1 |
1139 | 2024-08-12T21:57:21.425Z | Compiling bytes v1.7.1 |
1140 | 2024-08-12T21:57:21.575Z | Compiling bitflags v2.6.0 |
1141 | 2024-08-12T21:57:22.005Z | Compiling indexmap v2.3.0 |
1142 | 2024-08-12T21:57:22.059Z | Compiling semver v1.0.23 |
1143 | 2024-08-12T21:57:22.812Z | Compiling tokio v1.38.1 |
1144 | 2024-08-12T21:57:22.857Z | Compiling http v0.2.12 |
1145 | 2024-08-12T21:57:22.886Z | Compiling rustc_version v0.4.0 |
1146 | 2024-08-12T21:57:23.770Z | Compiling heapless v0.7.17 |
1147 | 2024-08-12T21:57:24.235Z | Compiling dof v0.3.0 |
1148 | 2024-08-12T21:57:25.139Z | Compiling http-body v0.4.6 |
1149 | 2024-08-12T21:57:25.310Z | Compiling uuid v1.10.0 |
1150 | 2024-08-12T21:57:25.547Z | Compiling usdt-impl v0.5.0 |
1151 | 2024-08-12T21:57:25.707Z | Compiling serde_tokenstream v0.2.1 |
1152 | 2024-08-12T21:57:26.321Z | Compiling toml_datetime v0.6.8 |
1153 | 2024-08-12T21:57:26.665Z | Compiling serde_spanned v0.6.7 |
1154 | 2024-08-12T21:57:26.850Z | Compiling chrono v0.4.38 |
1155 | 2024-08-12T21:57:26.884Z | Compiling terminal_size v0.3.0 |
1156 | 2024-08-12T21:57:26.936Z | Compiling addr2line v0.21.0 |
1157 | 2024-08-12T21:57:27.105Z | Compiling postgres-protocol v0.6.7 |
1158 | 2024-08-12T21:57:27.296Z | Compiling block-padding v0.3.3 |
1159 | 2024-08-12T21:57:27.568Z | Compiling async-trait v0.1.81 |
1160 | 2024-08-12T21:57:27.686Z | Compiling zerocopy-derive v0.6.6 |
1161 | 2024-08-12T21:57:29.538Z | Compiling phf_shared v0.11.2 |
1162 | 2024-08-12T21:57:29.584Z | Compiling serde_derive_internals v0.29.1 |
1163 | 2024-08-12T21:57:29.977Z | Compiling ff v0.13.0 |
1164 | 2024-08-12T21:57:30.162Z | Compiling object v0.32.2 |
1165 | 2024-08-12T21:57:30.223Z | Compiling fs-err v2.11.0 |
1166 | 2024-08-12T21:57:30.759Z | Compiling rustc-demangle v0.1.24 |
1167 | 2024-08-12T21:57:30.944Z | Compiling schemars v0.8.21 |
1168 | 2024-08-12T21:57:31.192Z | Compiling base64 v0.21.7 |
1169 | 2024-08-12T21:57:31.345Z | Compiling either v1.13.0 |
1170 | 2024-08-12T21:57:31.827Z | Compiling tokio-util v0.7.11 |
1171 | 2024-08-12T21:57:31.887Z | Compiling tokio-rustls v0.24.1 |
1172 | 2024-08-12T21:57:32.043Z | Compiling tokio-native-tls v0.3.1 |
1173 | 2024-08-12T21:57:32.062Z | Compiling anyhow v1.0.86 |
1174 | 2024-08-12T21:57:32.299Z | Compiling base16ct v0.2.0 |
1175 | 2024-08-12T21:57:32.320Z | Compiling ipnet v2.9.0 |
1176 | 2024-08-12T21:57:32.597Z | Compiling regex-automata v0.1.10 |
1177 | 2024-08-12T21:57:32.621Z | Compiling bit-vec v0.6.3 |
1178 | 2024-08-12T21:57:32.690Z | Compiling managed v0.8.0 |
1179 | 2024-08-12T21:57:33.085Z | Compiling h2 v0.3.26 |
1180 | 2024-08-12T21:57:33.125Z | Compiling bitflags v1.3.2 |
1181 | 2024-08-12T21:57:33.153Z | Compiling matches v0.1.10 |
1182 | 2024-08-12T21:57:33.171Z | Compiling winnow v0.5.40 |
1183 | 2024-08-12T21:57:33.246Z | Compiling idna v0.2.3 |
1184 | 2024-08-12T21:57:33.263Z | Compiling bstr v0.2.17 |
1185 | 2024-08-12T21:57:33.768Z | Compiling schemars_derive v0.8.21 |
1186 | 2024-08-12T21:57:34.711Z | Compiling sec1 v0.7.3 |
1187 | 2024-08-12T21:57:34.907Z | Compiling clap_builder v4.5.15 |
1188 | 2024-08-12T21:57:35.291Z | Compiling rustls-pemfile v1.0.4 |
1189 | 2024-08-12T21:57:35.478Z | Compiling group v0.13.0 |
1190 | 2024-08-12T21:57:35.707Z | Compiling zerocopy v0.6.6 |
1191 | 2024-08-12T21:57:35.800Z | Compiling phf v0.11.2 |
1192 | 2024-08-12T21:57:36.086Z | Compiling postgres-types v0.2.7 |
1193 | 2024-08-12T21:57:36.562Z | Compiling cookie_store v0.20.0 |
1194 | 2024-08-12T21:57:37.175Z | Compiling toml_edit v0.19.15 |
1195 | 2024-08-12T21:57:37.593Z | Compiling inout v0.1.3 |
1196 | 2024-08-12T21:57:37.703Z | Compiling usdt-macro v0.5.0 |
1197 | 2024-08-12T21:57:37.861Z | Compiling usdt-attr-macro v0.5.0 |
1198 | 2024-08-12T21:57:38.023Z | Compiling regex v1.10.6 |
1199 | 2024-08-12T21:57:38.906Z | Compiling hubpack v0.1.2 |
1200 | 2024-08-12T21:57:39.070Z | Compiling serde_urlencoded v0.7.1 |
1201 | 2024-08-12T21:57:39.563Z | Compiling num-bigint v0.4.5 |
1202 | 2024-08-12T21:57:39.583Z | Compiling futures-executor v0.3.30 |
1203 | 2024-08-12T21:57:39.600Z | Compiling enum-as-inner v0.5.1 |
1204 | 2024-08-12T21:57:40.130Z | Compiling hyper v0.14.30 |
1205 | 2024-08-12T21:57:40.298Z | Compiling hkdf v0.12.4 |
1206 | 2024-08-12T21:57:40.563Z | Compiling crypto-bigint v0.5.5 |
1207 | 2024-08-12T21:57:40.658Z | Compiling strum_macros v0.25.3 |
1208 | 2024-08-12T21:57:40.742Z | Compiling serde_repr v0.1.19 |
1209 | 2024-08-12T21:57:41.958Z | Compiling clap_derive v4.5.13 |
1210 | 2024-08-12T21:57:43.841Z | Compiling phf_shared v0.10.0 |
1211 | 2024-08-12T21:57:44.242Z | Compiling float-cmp v0.9.0 |
1212 | 2024-08-12T21:57:44.286Z | Compiling mio v1.0.1 |
1213 | 2024-08-12T21:57:44.461Z | Compiling encoding_rs v0.8.34 |
1214 | 2024-08-12T21:57:44.895Z | Compiling dyn-clone v1.0.17 |
1215 | 2024-08-12T21:57:45.118Z | Compiling sync_wrapper v0.1.2 |
1216 | 2024-08-12T21:57:45.151Z | Compiling fixedbitset v0.4.2 |
1217 | 2024-08-12T21:57:45.256Z | Compiling unicode-segmentation v1.11.0 |
1218 | 2024-08-12T21:57:45.504Z | Compiling minimal-lexical v0.2.1 |
1219 | 2024-08-12T21:57:45.657Z | Compiling new_debug_unreachable v1.0.6 |
1220 | 2024-08-12T21:57:45.756Z | Compiling static_assertions v1.1.0 |
1221 | 2024-08-12T21:57:45.857Z | Compiling normalize-line-endings v0.3.0 |
1222 | 2024-08-12T21:57:45.984Z | Compiling data-encoding v2.6.0 |
1223 | 2024-08-12T21:57:46.016Z | Compiling precomputed-hash v0.1.1 |
1224 | 2024-08-12T21:57:46.079Z | Compiling difflib v0.4.0 |
1225 | 2024-08-12T21:57:46.137Z | Compiling whoami v1.5.1 |
1226 | 2024-08-12T21:57:46.749Z | Compiling webpki-roots v0.25.4 |
1227 | 2024-08-12T21:57:46.767Z | Compiling mime v0.3.17 |
1228 | 2024-08-12T21:57:46.919Z | Compiling hyper-rustls v0.24.2 |
1229 | 2024-08-12T21:57:47.109Z | Compiling hyper-tls v0.5.0 |
1230 | 2024-08-12T21:57:47.288Z | Compiling predicates-core v1.0.6 |
1231 | 2024-08-12T21:57:47.353Z | Compiling clap v4.5.15 |
1232 | 2024-08-12T21:57:47.468Z | Compiling predicates v3.1.2 |
1233 | 2024-08-12T21:57:47.487Z | Compiling reqwest v0.11.27 |
1234 | 2024-08-12T21:57:47.614Z | Compiling console v0.15.8 |
1235 | 2024-08-12T21:57:47.642Z | Compiling trust-dns-proto v0.22.0 |
1236 | 2024-08-12T21:57:48.407Z | Compiling tokio-postgres v0.7.11 |
1237 | 2024-08-12T21:57:48.948Z | Compiling string_cache v0.8.7 |
1238 | 2024-08-12T21:57:49.178Z | Compiling nom v7.1.3 |
1239 | 2024-08-12T21:57:49.222Z | Compiling similar v2.5.0 |
1240 | 2024-08-12T21:57:49.407Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1241 | 2024-08-12T21:57:50.104Z | Compiling petgraph v0.6.5 |
1242 | 2024-08-12T21:57:50.503Z | Compiling toml_edit v0.22.20 |
1243 | 2024-08-12T21:57:52.905Z | Compiling signal-hook-mio v0.2.4 |
1244 | 2024-08-12T21:57:53.086Z | Compiling usdt v0.5.0 |
1245 | 2024-08-12T21:57:53.614Z | Compiling elliptic-curve v0.13.8 |
1246 | 2024-08-12T21:57:54.055Z | Compiling yasna v0.5.2 |
1247 | 2024-08-12T21:57:54.110Z | Compiling toml v0.7.8 |
1248 | 2024-08-12T21:57:54.473Z | Compiling futures v0.3.30 |
1249 | 2024-08-12T21:57:54.589Z | Compiling flate2 v1.0.31 |
1250 | 2024-08-12T21:57:55.656Z | Compiling cipher v0.4.4 |
1251 | 2024-08-12T21:57:55.835Z | Compiling bit-set v0.5.3 |
1252 | 2024-08-12T21:57:55.933Z | Compiling itertools v0.12.1 |
1253 | 2024-08-12T21:57:55.984Z | Compiling itertools v0.10.5 |
1254 | 2024-08-12T21:57:56.125Z | Compiling tokio-stream v0.1.15 |
1255 | 2024-08-12T21:57:56.153Z | Compiling openapiv3 v2.0.0 |
1256 | 2024-08-12T21:57:56.434Z | Compiling bstr v1.9.1 |
1257 | 2024-08-12T21:57:56.584Z | Compiling hex v0.4.3 |
1258 | 2024-08-12T21:57:57.112Z | Compiling num-iter v0.1.45 |
1259 | 2024-08-12T21:57:57.190Z | Compiling crossbeam-epoch v0.9.18 |
1260 | 2024-08-12T21:57:57.288Z | Compiling dirs-sys-next v0.1.2 |
1261 | 2024-08-12T21:57:57.966Z | Compiling lalrpop-util v0.19.12 |
1262 | 2024-08-12T21:57:57.969Z | Compiling unicode-xid v0.2.4 |
1263 | 2024-08-12T21:57:58.167Z | Compiling peg-runtime v0.8.3 |
1264 | 2024-08-12T21:57:58.253Z | Compiling dirs-next v2.0.0 |
1265 | 2024-08-12T21:57:58.336Z | Compiling thread_local v1.1.8 |
1266 | 2024-08-12T21:57:58.448Z | Compiling slog-async v2.8.0 |
1267 | 2024-08-12T21:57:58.784Z | Compiling term v0.7.0 |
1268 | 2024-08-12T21:57:58.821Z | Compiling xattr v1.3.1 |
1269 | 2024-08-12T21:57:58.890Z | Compiling crossbeam-channel v0.5.12 |
1270 | 2024-08-12T21:57:58.906Z | Compiling strum_macros v0.26.4 |
1271 | 2024-08-12T21:57:59.009Z | Compiling filetime v0.2.24 |
1272 | 2024-08-12T21:57:59.042Z | Compiling is-terminal v0.4.12 |
1273 | 2024-08-12T21:57:59.084Z | Compiling take_mut v0.2.2 |
1274 | 2024-08-12T21:57:59.163Z | Compiling camino v1.1.7 |
1275 | 2024-08-12T21:57:59.233Z | Compiling tar v0.4.41 |
1276 | 2024-08-12T21:57:59.324Z | Compiling slog-term v2.9.1 |
1277 | 2024-08-12T21:58:01.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1278 | 2024-08-12T21:58:01.959Z | Compiling strum v0.26.3 |
1279 | 2024-08-12T21:58:02.035Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1280 | 2024-08-12T21:58:07.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1281 | 2024-08-12T21:58:07.416Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1282 | 2024-08-12T21:58:07.459Z | Aug 12 21:58:06.190 INFO Starting download, target: Clickhouse |
1283 | 2024-08-12T21:58:07.459Z | Aug 12 21:58:06.190 INFO Starting download, target: Cockroach |
1284 | 2024-08-12T21:58:07.459Z | Aug 12 21:58:06.190 INFO Starting download, target: Console |
1285 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.190 INFO Starting download, target: DendriteOpenapi |
1286 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.190 INFO Starting download, target: DendriteStub |
1287 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.190 INFO Starting download, target: MaghemiteMgd |
1288 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.190 INFO Starting download, target: TransceiverControl |
1289 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.191 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1290 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.191 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1291 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.191 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1292 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.191 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1293 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.191 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1294 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.191 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1295 | 2024-08-12T21:58:07.462Z | Aug 12 21:58:06.191 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1296 | 2024-08-12T21:58:07.612Z | Aug 12 21:58:06.340 INFO Download complete, target: DendriteOpenapi |
1297 | 2024-08-12T21:58:07.703Z | Aug 12 21:58:06.432 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1298 | 2024-08-12T21:58:08.058Z | Aug 12 21:58:06.789 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1299 | 2024-08-12T21:58:08.114Z | Aug 12 21:58:06.845 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1300 | 2024-08-12T21:58:08.119Z | Aug 12 21:58:06.850 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1301 | 2024-08-12T21:58:08.509Z | Aug 12 21:58:07.239 INFO Download complete, target: TransceiverControl |
1302 | 2024-08-12T21:58:08.521Z | Aug 12 21:58:07.252 INFO Download complete, target: Console |
1303 | 2024-08-12T21:58:09.344Z | Aug 12 21:58:08.075 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1304 | 2024-08-12T21:58:11.049Z | Aug 12 21:58:09.778 INFO Download complete, target: DendriteStub |
1305 | 2024-08-12T21:58:11.304Z | Aug 12 21:58:10.034 INFO Download complete, target: MaghemiteMgd |
1306 | 2024-08-12T21:58:12.285Z | Aug 12 21:58:11.014 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1307 | 2024-08-12T21:58:12.285Z | Aug 12 21:58:11.014 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1308 | 2024-08-12T21:58:20.308Z | Aug 12 21:58:19.031 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1309 | 2024-08-12T21:58:20.665Z | Aug 12 21:58:19.391 INFO Checking that binary works, target: Cockroach |
1310 | 2024-08-12T21:58:20.859Z | Aug 12 21:58:19.584 INFO Download complete, target: Cockroach |
1311 | 2024-08-12T21:58:23.361Z | Aug 12 21:58:22.085 INFO Checking that binary works, target: Clickhouse |
1312 | 2024-08-12T21:58:23.623Z | Aug 12 21:58:22.347 INFO Download complete, target: Clickhouse |
1313 | 2024-08-12T21:58:23.630Z | All prerequisites installed successfully |
1314 | 2024-08-12T21:58:23.633Z | |
1315 | 2024-08-12T21:58:23.633Z | real 3:53.226478332 |
1316 | 2024-08-12T21:58:23.633Z | user 11:34.636359244 |
1317 | 2024-08-12T21:58:23.633Z | sys 2:27.915581735 |
1318 | 2024-08-12T21:58:23.633Z | trap 0.456720703 |
1319 | 2024-08-12T21:58:23.633Z | tflt 4.596227218 |
1320 | 2024-08-12T21:58:23.633Z | dflt 5.476978948 |
1321 | 2024-08-12T21:58:23.633Z | kflt 0.141126454 |
1322 | 2024-08-12T21:58:23.633Z | lock 24:34.809140438 |
1323 | 2024-08-12T21:58:23.633Z | slp 45:04.167707554 |
1324 | 2024-08-12T21:58:23.633Z | lat 41.127465136 |
1325 | 2024-08-12T21:58:23.633Z | stop 1:49.773020368 |
1326 | 2024-08-12T21:58:23.633Z | + source ./tools/include/force-git-over-https.sh |
1327 | 2024-08-12T21:58:23.633Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1328 | 2024-08-12T21:58:23.633Z | ++ (( i = 0 )) |
1329 | 2024-08-12T21:58:23.633Z | ++ (( i < 5 )) |
1330 | 2024-08-12T21:58:23.633Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1331 | 2024-08-12T21:58:23.636Z | ++ (( i++ )) |
1332 | 2024-08-12T21:58:23.636Z | ++ (( i < 5 )) |
1333 | 2024-08-12T21:58:23.636Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1334 | 2024-08-12T21:58:23.639Z | ++ (( i++ )) |
1335 | 2024-08-12T21:58:23.639Z | ++ (( i < 5 )) |
1336 | 2024-08-12T21:58:23.639Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1337 | 2024-08-12T21:58:23.641Z | ++ (( i++ )) |
1338 | 2024-08-12T21:58:23.641Z | ++ (( i < 5 )) |
1339 | 2024-08-12T21:58:23.641Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1340 | 2024-08-12T21:58:23.644Z | ++ (( i++ )) |
1341 | 2024-08-12T21:58:23.644Z | ++ (( i < 5 )) |
1342 | 2024-08-12T21:58:23.644Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1343 | 2024-08-12T21:58:23.647Z | ++ (( i++ )) |
1344 | 2024-08-12T21:58:23.647Z | ++ (( i < 5 )) |
1345 | 2024-08-12T21:58:23.650Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1346 | 2024-08-12T21:58:23.650Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1347 | 2024-08-12T21:58:23.650Z | + rc=0 |
1348 | 2024-08-12T21:58:23.650Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1349 | 2024-08-12T21:58:58.130Z | + case $rc in |
1350 | 2024-08-12T21:58:58.130Z | + pfexec zfs create -p rpool/images/build/host |
1351 | 2024-08-12T21:58:58.375Z | + pfexec zfs create -p rpool/images/build/recovery |
1352 | 2024-08-12T21:58:58.446Z | + cargo xtask releng --output-dir /work |
1353 | 2024-08-12T21:58:58.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1354 | 2024-08-12T21:58:59.001Z | Running `target/debug/xtask releng --output-dir /work` |
1355 | 2024-08-12T21:58:59.840Z | Compiling proc-macro2 v1.0.86 |
1356 | 2024-08-12T21:58:59.840Z | Compiling unicode-ident v1.0.12 |
1357 | 2024-08-12T21:58:59.840Z | Compiling libc v0.2.155 |
1358 | 2024-08-12T21:58:59.843Z | Compiling serde v1.0.206 |
1359 | 2024-08-12T21:58:59.843Z | Compiling autocfg v1.3.0 |
1360 | 2024-08-12T21:58:59.843Z | Compiling version_check v0.9.5 |
1361 | 2024-08-12T21:58:59.843Z | Compiling cfg-if v1.0.0 |
1362 | 2024-08-12T21:59:00.111Z | Compiling cc v1.0.97 |
1363 | 2024-08-12T21:59:00.130Z | Compiling memchr v2.7.2 |
1364 | 2024-08-12T21:59:00.714Z | Compiling lock_api v0.4.12 |
1365 | 2024-08-12T21:59:00.740Z | Compiling ahash v0.8.11 |
1366 | 2024-08-12T21:59:01.034Z | Compiling libm v0.2.8 |
1367 | 2024-08-12T21:59:01.131Z | Compiling serde_json v1.0.122 |
1368 | 2024-08-12T21:59:01.501Z | Compiling num-traits v0.2.19 |
1369 | 2024-08-12T21:59:01.548Z | Compiling typenum v1.17.0 |
1370 | 2024-08-12T21:59:01.616Z | Compiling quote v1.0.36 |
1371 | 2024-08-12T21:59:01.805Z | Compiling parking_lot_core v0.9.10 |
1372 | 2024-08-12T21:59:02.221Z | Compiling syn v2.0.72 |
1373 | 2024-08-12T21:59:02.224Z | Compiling getrandom v0.2.14 |
1374 | 2024-08-12T21:59:02.270Z | Compiling once_cell v1.19.0 |
1375 | 2024-08-12T21:59:02.473Z | Compiling generic-array v0.14.7 |
1376 | 2024-08-12T21:59:02.591Z | Compiling byteorder v1.5.0 |
1377 | 2024-08-12T21:59:02.782Z | Compiling scopeguard v1.2.0 |
1378 | 2024-08-12T21:59:02.801Z | Compiling log v0.4.21 |
1379 | 2024-08-12T21:59:03.002Z | Compiling itoa v1.0.11 |
1380 | 2024-08-12T21:59:03.032Z | Compiling thiserror v1.0.63 |
1381 | 2024-08-12T21:59:03.209Z | Compiling slab v0.4.9 |
1382 | 2024-08-12T21:59:03.247Z | Compiling pkg-config v0.3.30 |
1383 | 2024-08-12T21:59:03.273Z | Compiling ring v0.17.8 |
1384 | 2024-08-12T21:59:03.542Z | Compiling semver v1.0.23 |
1385 | 2024-08-12T21:59:03.566Z | Compiling ryu v1.0.18 |
1386 | 2024-08-12T21:59:03.657Z | Compiling spin v0.9.8 |
1387 | 2024-08-12T21:59:03.784Z | Compiling vcpkg v0.2.15 |
1388 | 2024-08-12T21:59:03.857Z | Compiling pin-project-lite v0.2.14 |
1389 | 2024-08-12T21:59:04.002Z | Compiling smallvec v1.13.2 |
1390 | 2024-08-12T21:59:04.079Z | Compiling allocator-api2 v0.2.18 |
1391 | 2024-08-12T21:59:04.325Z | Compiling rand_core v0.6.4 |
1392 | 2024-08-12T21:59:04.842Z | Compiling time-core v0.1.2 |
1393 | 2024-08-12T21:59:04.855Z | Compiling num-conv v0.1.0 |
1394 | 2024-08-12T21:59:05.309Z | Compiling time-macros v0.2.18 |
1395 | 2024-08-12T21:59:05.461Z | Compiling signal-hook-registry v1.4.2 |
1396 | 2024-08-12T21:59:05.553Z | Compiling openssl-sys v0.9.103 |
1397 | 2024-08-12T21:59:06.032Z | Compiling rustix v0.38.34 |
1398 | 2024-08-12T21:59:06.607Z | Compiling httparse v1.8.0 |
1399 | 2024-08-12T21:59:06.774Z | Compiling heck v0.5.0 |
1400 | 2024-08-12T21:59:06.952Z | Compiling schemars v0.8.21 |
1401 | 2024-08-12T21:59:07.135Z | Compiling parking_lot v0.12.2 |
1402 | 2024-08-12T21:59:07.396Z | Compiling mio v0.8.11 |
1403 | 2024-08-12T21:59:07.987Z | Compiling futures-core v0.3.30 |
1404 | 2024-08-12T21:59:08.243Z | Compiling num_cpus v1.16.0 |
1405 | 2024-08-12T21:59:08.285Z | Compiling socket2 v0.5.7 |
1406 | 2024-08-12T21:59:08.354Z | Compiling openssl v0.10.66 |
1407 | 2024-08-12T21:59:08.449Z | Compiling const-oid v0.9.6 |
1408 | 2024-08-12T21:59:08.768Z | Compiling subtle v2.5.0 |
1409 | 2024-08-12T21:59:09.133Z | Compiling fnv v1.0.7 |
1410 | 2024-08-12T21:59:09.309Z | Compiling equivalent v1.0.1 |
1411 | 2024-08-12T21:59:09.606Z | Compiling syn v1.0.109 |
1412 | 2024-08-12T21:59:09.709Z | Compiling serde_derive_internals v0.29.1 |
1413 | 2024-08-12T21:59:09.765Z | Compiling rustls v0.21.12 |
1414 | 2024-08-12T21:59:10.011Z | Compiling native-tls v0.2.11 |
1415 | 2024-08-12T21:59:10.067Z | Compiling tinyvec_macros v0.1.1 |
1416 | 2024-08-12T21:59:10.210Z | Compiling tinyvec v1.6.0 |
1417 | 2024-08-12T21:59:10.412Z | Compiling crossbeam-utils v0.8.19 |
1418 | 2024-08-12T21:59:10.876Z | Compiling futures-sink v0.3.30 |
1419 | 2024-08-12T21:59:11.471Z | Compiling cookie v0.17.0 |
1420 | 2024-08-12T21:59:11.902Z | Compiling unicode-normalization v0.1.23 |
1421 | 2024-08-12T21:59:12.291Z | Compiling ucd-trie v0.1.6 |
1422 | 2024-08-12T21:59:12.619Z | Compiling iana-time-zone v0.1.60 |
1423 | 2024-08-12T21:59:13.028Z | Compiling futures-channel v0.3.30 |
1424 | 2024-08-12T21:59:13.344Z | Compiling unicode-bidi v0.3.15 |
1425 | 2024-08-12T21:59:13.518Z | Compiling pin-utils v0.1.0 |
1426 | 2024-08-12T21:59:13.647Z | Compiling slog v2.7.0 |
1427 | 2024-08-12T21:59:13.903Z | Compiling futures-io v0.3.30 |
1428 | 2024-08-12T21:59:14.255Z | Compiling futures-task v0.3.30 |
1429 | 2024-08-12T21:59:14.469Z | Compiling untrusted v0.9.0 |
1430 | 2024-08-12T21:59:15.052Z | Compiling aho-corasick v1.1.3 |
1431 | 2024-08-12T21:59:15.088Z | Compiling dyn-clone v1.0.17 |
1432 | 2024-08-12T21:59:15.159Z | Compiling powerfmt v0.2.0 |
1433 | 2024-08-12T21:59:15.229Z | Compiling regex-syntax v0.8.4 |
1434 | 2024-08-12T21:59:15.280Z | Compiling serde_derive v1.0.206 |
1435 | 2024-08-12T21:59:15.330Z | Compiling zerocopy-derive v0.7.34 |
1436 | 2024-08-12T21:59:15.712Z | Compiling zeroize_derive v1.4.2 |
1437 | 2024-08-12T21:59:16.568Z | Compiling tokio-macros v2.3.0 |
1438 | 2024-08-12T21:59:17.478Z | Compiling thiserror-impl v1.0.63 |
1439 | 2024-08-12T21:59:17.549Z | Compiling zerocopy v0.7.34 |
1440 | 2024-08-12T21:59:18.110Z | Compiling futures-macro v0.3.30 |
1441 | 2024-08-12T21:59:19.507Z | Compiling zeroize v1.7.0 |
1442 | 2024-08-12T21:59:20.618Z | Compiling tracing-attributes v0.1.27 |
1443 | 2024-08-12T21:59:20.769Z | Compiling hashbrown v0.14.5 |
1444 | 2024-08-12T21:59:21.441Z | Compiling schemars_derive v0.8.21 |
1445 | 2024-08-12T21:59:22.343Z | Compiling der_derive v0.7.2 |
1446 | 2024-08-12T21:59:22.643Z | Compiling openssl-macros v0.1.1 |
1447 | 2024-08-12T21:59:22.990Z | Compiling scroll_derive v0.12.0 |
1448 | 2024-08-12T21:59:24.368Z | Compiling pest v2.7.10 |
1449 | 2024-08-12T21:59:24.446Z | Compiling crypto-common v0.1.6 |
1450 | 2024-08-12T21:59:24.675Z | Compiling futures-util v0.3.30 |
1451 | 2024-08-12T21:59:24.767Z | Compiling block-buffer v0.10.4 |
1452 | 2024-08-12T21:59:24.926Z | Compiling crc32fast v1.4.0 |
1453 | 2024-08-12T21:59:25.410Z | Compiling digest v0.10.7 |
1454 | 2024-08-12T21:59:25.861Z | Compiling regex-automata v0.4.6 |
1455 | 2024-08-12T21:59:25.976Z | Compiling deranged v0.3.11 |
1456 | 2024-08-12T21:59:27.646Z | Compiling pest_meta v2.7.10 |
1457 | 2024-08-12T21:59:28.514Z | Compiling usdt-impl v0.5.0 |
1458 | 2024-08-12T21:59:29.334Z | Compiling pest_generator v2.7.10 |
1459 | 2024-08-12T21:59:30.433Z | Compiling bytes v1.7.1 |
1460 | 2024-08-12T21:59:32.169Z | Compiling bitflags v2.6.0 |
1461 | 2024-08-12T21:59:32.239Z | Compiling tokio v1.38.1 |
1462 | 2024-08-12T21:59:32.650Z | Compiling indexmap v2.3.0 |
1463 | 2024-08-12T21:59:32.801Z | Compiling serde_tokenstream v0.2.1 |
1464 | 2024-08-12T21:59:33.244Z | Compiling uuid v1.10.0 |
1465 | 2024-08-12T21:59:34.106Z | Compiling chrono v0.4.38 |
1466 | 2024-08-12T21:59:34.294Z | Compiling http v0.2.12 |
1467 | 2024-08-12T21:59:35.099Z | Compiling rustc_version v0.4.0 |
1468 | 2024-08-12T21:59:35.810Z | Compiling pest_derive v2.7.10 |
1469 | 2024-08-12T21:59:37.806Z | Compiling percent-encoding v2.3.1 |
1470 | 2024-08-12T21:59:38.054Z | Compiling heck v0.4.1 |
1471 | 2024-08-12T21:59:38.287Z | Compiling num_threads v0.1.7 |
1472 | 2024-08-12T21:59:38.444Z | Compiling heapless v0.7.17 |
1473 | 2024-08-12T21:59:38.551Z | Compiling time v0.3.36 |
1474 | 2024-08-12T21:59:39.541Z | Compiling scroll v0.12.0 |
1475 | 2024-08-12T21:59:39.574Z | Compiling zerocopy-derive v0.6.6 |
1476 | 2024-08-12T21:59:40.554Z | Compiling tracing-core v0.1.32 |
1477 | 2024-08-12T21:59:41.755Z | Compiling backtrace v0.3.71 |
1478 | 2024-08-12T21:59:42.293Z | Compiling errno v0.3.9 |
1479 | 2024-08-12T21:59:42.620Z | Compiling ppv-lite86 v0.2.17 |
1480 | 2024-08-12T21:59:43.272Z | Compiling plain v0.2.3 |
1481 | 2024-08-12T21:59:43.532Z | Compiling goblin v0.8.2 |
1482 | 2024-08-12T21:59:43.825Z | Compiling rand_chacha v0.3.1 |
1483 | 2024-08-12T21:59:44.204Z | Compiling tokio-util v0.7.11 |
1484 | 2024-08-12T21:59:44.765Z | Compiling tracing v0.1.40 |
1485 | 2024-08-12T21:59:45.668Z | Compiling regex v1.10.6 |
1486 | 2024-08-12T21:59:46.250Z | Compiling async-trait v0.1.81 |
1487 | 2024-08-12T21:59:47.452Z | Compiling pretty-hex v0.4.1 |
1488 | 2024-08-12T21:59:47.689Z | Compiling strsim v0.11.1 |
1489 | 2024-08-12T21:59:47.749Z | Compiling rustversion v1.0.17 |
1490 | 2024-08-12T21:59:48.604Z | Compiling rand v0.8.5 |
1491 | 2024-08-12T21:59:49.835Z | Compiling dof v0.3.0 |
1492 | 2024-08-12T21:59:50.718Z | Compiling form_urlencoded v1.2.1 |
1493 | 2024-08-12T21:59:50.747Z | Compiling dtrace-parser v0.2.0 |
1494 | 2024-08-12T21:59:51.102Z | Compiling thread-id v4.2.1 |
1495 | 2024-08-12T21:59:51.351Z | Compiling foreign-types-shared v0.1.1 |
1496 | 2024-08-12T21:59:51.438Z | Compiling anyhow v1.0.86 |
1497 | 2024-08-12T21:59:51.520Z | Compiling unicode-width v0.1.13 |
1498 | 2024-08-12T21:59:51.806Z | Compiling base64ct v1.6.0 |
1499 | 2024-08-12T21:59:52.072Z | Compiling signal-hook v0.3.17 |
1500 | 2024-08-12T21:59:52.326Z | Compiling smoltcp v0.9.1 |
1501 | 2024-08-12T21:59:52.472Z | Compiling try-lock v0.2.5 |
1502 | 2024-08-12T21:59:52.593Z | Compiling foreign-types v0.3.2 |
1503 | 2024-08-12T21:59:52.596Z | Compiling pem-rfc7468 v0.7.0 |
1504 | 2024-08-12T21:59:52.682Z | Compiling want v0.3.1 |
1505 | 2024-08-12T21:59:53.415Z | Compiling h2 v0.3.26 |
1506 | 2024-08-12T21:59:54.798Z | Compiling http-body v0.4.6 |
1507 | 2024-08-12T21:59:55.003Z | Compiling hmac v0.12.1 |
1508 | 2024-08-12T21:59:55.233Z | Compiling clap_derive v4.5.13 |
1509 | 2024-08-12T21:59:56.179Z | Compiling base64 v0.21.7 |
1510 | 2024-08-12T21:59:56.648Z | Compiling httpdate v1.0.3 |
1511 | 2024-08-12T21:59:57.419Z | Compiling tower-service v0.3.2 |
1512 | 2024-08-12T21:59:57.572Z | Compiling siphasher v0.3.11 |
1513 | 2024-08-12T21:59:57.963Z | Compiling flagset v0.4.5 |
1514 | 2024-08-12T21:59:58.229Z | Compiling der v0.7.9 |
1515 | 2024-08-12T22:00:01.891Z | Compiling hyper v0.14.30 |
1516 | 2024-08-12T22:00:10.489Z | Compiling rustls-webpki v0.101.7 |
1517 | 2024-08-12T22:00:11.222Z | Compiling sct v0.7.1 |
1518 | 2024-08-12T22:00:12.956Z | Compiling openapiv3 v2.0.0 |
1519 | 2024-08-12T22:00:15.078Z | Compiling hubpack_derive v0.1.1 |
1520 | 2024-08-12T22:00:15.720Z | Compiling idna v0.5.0 |
1521 | 2024-08-12T22:00:17.296Z | Compiling lazy_static v1.5.0 |
1522 | 2024-08-12T22:00:17.864Z | Compiling fs-err v2.11.0 |
1523 | 2024-08-12T22:00:18.018Z | Compiling adler v1.0.2 |
1524 | 2024-08-12T22:00:18.192Z | Compiling anstyle v1.0.8 |
1525 | 2024-08-12T22:00:18.674Z | Compiling utf8parse v0.2.1 |
1526 | 2024-08-12T22:00:18.999Z | Compiling openssl-probe v0.1.5 |
1527 | 2024-08-12T22:00:19.080Z | Compiling cpufeatures v0.2.12 |
1528 | 2024-08-12T22:00:19.302Z | Compiling finl_unicode v1.2.0 |
1529 | 2024-08-12T22:00:19.754Z | Compiling sha2 v0.10.8 |
1530 | 2024-08-12T22:00:19.953Z | Compiling stringprep v0.1.4 |
1531 | 2024-08-12T22:00:20.644Z | Compiling anstyle-parse v0.2.4 |
1532 | 2024-08-12T22:00:21.077Z | Compiling miniz_oxide v0.7.2 |
1533 | 2024-08-12T22:00:21.390Z | Compiling url v2.5.2 |
1534 | 2024-08-12T22:00:24.348Z | Compiling spki v0.7.3 |
1535 | 2024-08-12T22:00:24.740Z | Compiling usdt-attr-macro v0.5.0 |
1536 | 2024-08-12T22:00:25.052Z | Compiling usdt-macro v0.5.0 |
1537 | 2024-08-12T22:00:26.420Z | Compiling md-5 v0.10.6 |
1538 | 2024-08-12T22:00:26.706Z | Compiling toml_datetime v0.6.8 |
1539 | 2024-08-12T22:00:26.725Z | Compiling serde_spanned v0.6.7 |
1540 | 2024-08-12T22:00:26.931Z | Compiling regress v0.9.1 |
1541 | 2024-08-12T22:00:27.109Z | Compiling idna v0.3.0 |
1542 | 2024-08-12T22:00:28.666Z | Compiling num-integer v0.1.46 |
1543 | 2024-08-12T22:00:29.563Z | Compiling hash32 v0.2.1 |
1544 | 2024-08-12T22:00:29.581Z | Compiling encoding_rs v0.8.34 |
1545 | 2024-08-12T22:00:29.945Z | Compiling mime v0.3.17 |
1546 | 2024-08-12T22:00:30.825Z | Compiling is_terminal_polyfill v1.70.0 |
1547 | 2024-08-12T22:00:30.958Z | Compiling base64 v0.22.1 |
1548 | 2024-08-12T22:00:30.977Z | Compiling stable_deref_trait v1.2.0 |
1549 | 2024-08-12T22:00:31.016Z | Compiling psl-types v2.0.11 |
1550 | 2024-08-12T22:00:31.077Z | Compiling fallible-iterator v0.2.0 |
1551 | 2024-08-12T22:00:31.621Z | Compiling anstyle-query v1.0.3 |
1552 | 2024-08-12T22:00:31.624Z | Compiling gimli v0.28.1 |
1553 | 2024-08-12T22:00:31.725Z | Compiling colorchoice v1.0.1 |
1554 | 2024-08-12T22:00:31.759Z | Compiling postgres-protocol v0.6.7 |
1555 | 2024-08-12T22:00:31.892Z | Compiling anstream v0.6.14 |
1556 | 2024-08-12T22:00:32.552Z | Compiling publicsuffix v2.2.3 |
1557 | 2024-08-12T22:00:33.144Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1558 | 2024-08-12T22:00:36.561Z | Compiling addr2line v0.21.0 |
1559 | 2024-08-12T22:00:36.584Z | Compiling tokio-rustls v0.24.1 |
1560 | 2024-08-12T22:00:37.216Z | Compiling pkcs8 v0.10.2 |
1561 | 2024-08-12T22:00:37.443Z | Compiling terminal_size v0.3.0 |
1562 | 2024-08-12T22:00:37.652Z | Compiling tokio-native-tls v0.3.1 |
1563 | 2024-08-12T22:00:37.843Z | Compiling phf_shared v0.11.2 |
1564 | 2024-08-12T22:00:37.978Z | Compiling strum_macros v0.25.3 |
1565 | 2024-08-12T22:00:38.088Z | Compiling serde_urlencoded v0.7.1 |
1566 | 2024-08-12T22:00:38.234Z | Compiling enum-as-inner v0.5.1 |
1567 | 2024-08-12T22:00:39.310Z | Compiling block-padding v0.3.3 |
1568 | 2024-08-12T22:00:39.539Z | Compiling serde_repr v0.1.19 |
1569 | 2024-08-12T22:00:39.580Z | Compiling ff v0.13.0 |
1570 | 2024-08-12T22:00:40.321Z | Compiling object v0.32.2 |
1571 | 2024-08-12T22:00:40.609Z | Compiling either v1.13.0 |
1572 | 2024-08-12T22:00:40.924Z | Compiling bitflags v1.3.2 |
1573 | 2024-08-12T22:00:41.562Z | Compiling rustc-demangle v0.1.24 |
1574 | 2024-08-12T22:00:41.693Z | Compiling matches v0.1.10 |
1575 | 2024-08-12T22:00:41.795Z | Compiling clap_lex v0.7.0 |
1576 | 2024-08-12T22:00:42.192Z | Compiling base16ct v0.2.0 |
1577 | 2024-08-12T22:00:42.407Z | Compiling ipnet v2.9.0 |
1578 | 2024-08-12T22:00:42.481Z | Compiling bit-vec v0.6.3 |
1579 | 2024-08-12T22:00:42.798Z | Compiling regex-automata v0.1.10 |
1580 | 2024-08-12T22:00:43.480Z | Compiling managed v0.8.0 |
1581 | 2024-08-12T22:00:43.953Z | Compiling winnow v0.5.40 |
1582 | 2024-08-12T22:00:45.161Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1583 | 2024-08-12T22:00:45.513Z | Compiling bstr v0.2.17 |
1584 | 2024-08-12T22:00:46.011Z | Compiling sec1 v0.7.3 |
1585 | 2024-08-12T22:00:46.566Z | Compiling clap_builder v4.5.15 |
1586 | 2024-08-12T22:00:46.869Z | Compiling idna v0.2.3 |
1587 | 2024-08-12T22:00:47.564Z | Compiling toml_edit v0.19.15 |
1588 | 2024-08-12T22:00:47.792Z | Compiling rustls-pemfile v1.0.4 |
1589 | 2024-08-12T22:00:48.278Z | Compiling group v0.13.0 |
1590 | 2024-08-12T22:00:48.594Z | Compiling inout v0.1.3 |
1591 | 2024-08-12T22:00:48.955Z | Compiling phf v0.11.2 |
1592 | 2024-08-12T22:00:49.248Z | Compiling hyper-tls v0.5.0 |
1593 | 2024-08-12T22:00:49.345Z | Compiling hyper-rustls v0.24.2 |
1594 | 2024-08-12T22:00:49.680Z | Compiling cookie_store v0.20.0 |
1595 | 2024-08-12T22:00:49.967Z | Compiling postgres-types v0.2.7 |
1596 | 2024-08-12T22:00:49.970Z | Compiling num-bigint v0.4.5 |
1597 | 2024-08-12T22:00:51.479Z | Compiling hubpack v0.1.2 |
1598 | 2024-08-12T22:00:51.908Z | Compiling phf_shared v0.10.0 |
1599 | 2024-08-12T22:00:52.277Z | Compiling hkdf v0.12.4 |
1600 | 2024-08-12T22:00:52.830Z | Compiling zerocopy v0.6.6 |
1601 | 2024-08-12T22:00:53.003Z | Compiling futures-executor v0.3.30 |
1602 | 2024-08-12T22:00:53.509Z | Compiling crypto-bigint v0.5.5 |
1603 | 2024-08-12T22:00:53.649Z | Compiling float-cmp v0.9.0 |
1604 | 2024-08-12T22:00:53.711Z | Compiling mio v1.0.1 |
1605 | 2024-08-12T22:00:53.822Z | Compiling memmap v0.7.0 |
1606 | 2024-08-12T22:00:53.894Z | Compiling minimal-lexical v0.2.1 |
1607 | 2024-08-12T22:00:54.142Z | Compiling unicode-segmentation v1.11.0 |
1608 | 2024-08-12T22:00:54.294Z | Compiling difflib v0.4.0 |
1609 | 2024-08-12T22:00:54.392Z | Compiling data-encoding v2.6.0 |
1610 | 2024-08-12T22:00:54.395Z | Compiling winnow v0.6.18 |
1611 | 2024-08-12T22:00:54.680Z | Compiling sync_wrapper v0.1.2 |
1612 | 2024-08-12T22:00:54.908Z | Compiling new_debug_unreachable v1.0.6 |
1613 | 2024-08-12T22:00:55.010Z | Compiling normalize-line-endings v0.3.0 |
1614 | 2024-08-12T22:00:55.143Z | Compiling webpki-roots v0.25.4 |
1615 | 2024-08-12T22:00:55.321Z | Compiling predicates-core v1.0.6 |
1616 | 2024-08-12T22:00:55.324Z | Compiling whoami v1.5.1 |
1617 | 2024-08-12T22:00:55.781Z | Compiling static_assertions v1.1.0 |
1618 | 2024-08-12T22:00:56.048Z | Compiling fixedbitset v0.4.2 |
1619 | 2024-08-12T22:00:56.066Z | Compiling precomputed-hash v0.1.1 |
1620 | 2024-08-12T22:00:56.181Z | Compiling string_cache v0.8.7 |
1621 | 2024-08-12T22:00:56.304Z | Compiling elliptic-curve v0.13.8 |
1622 | 2024-08-12T22:00:56.461Z | Compiling petgraph v0.6.5 |
1623 | 2024-08-12T22:00:56.601Z | Compiling reqwest v0.11.27 |
1624 | 2024-08-12T22:00:56.967Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1625 | 2024-08-12T22:00:57.008Z | Compiling tokio-postgres v0.7.11 |
1626 | 2024-08-12T22:00:57.178Z | Compiling predicates v3.1.2 |
1627 | 2024-08-12T22:00:58.014Z | Compiling toml_edit v0.22.20 |
1628 | 2024-08-12T22:00:58.715Z | Compiling trust-dns-proto v0.22.0 |
1629 | 2024-08-12T22:01:00.377Z | Compiling similar v2.5.0 |
1630 | 2024-08-12T22:01:02.151Z | Compiling signal-hook-mio v0.2.4 |
1631 | 2024-08-12T22:01:02.330Z | Compiling nom v7.1.3 |
1632 | 2024-08-12T22:01:02.457Z | Compiling usdt v0.5.0 |
1633 | 2024-08-12T22:01:03.652Z | Compiling futures v0.3.30 |
1634 | 2024-08-12T22:01:03.823Z | Compiling yasna v0.5.2 |
1635 | 2024-08-12T22:01:05.241Z | Compiling toml v0.7.8 |
1636 | 2024-08-12T22:01:05.374Z | Compiling clap v4.5.15 |
1637 | 2024-08-12T22:01:05.447Z | Compiling flate2 v1.0.31 |
1638 | 2024-08-12T22:01:05.503Z | Compiling crossbeam-epoch v0.9.18 |
1639 | 2024-08-12T22:01:06.068Z | Compiling cipher v0.4.4 |
1640 | 2024-08-12T22:01:06.177Z | Compiling bit-set v0.5.3 |
1641 | 2024-08-12T22:01:06.205Z | Compiling itertools v0.12.1 |
1642 | 2024-08-12T22:01:06.330Z | Compiling itertools v0.10.5 |
1643 | 2024-08-12T22:01:06.473Z | Compiling num-iter v0.1.45 |
1644 | 2024-08-12T22:01:06.530Z | Compiling console v0.15.8 |
1645 | 2024-08-12T22:01:07.841Z | Compiling tokio-stream v0.1.15 |
1646 | 2024-08-12T22:01:07.959Z | Compiling bstr v1.9.1 |
1647 | 2024-08-12T22:01:08.749Z | Compiling hex v0.4.3 |
1648 | 2024-08-12T22:01:09.344Z | Compiling lalrpop-util v0.19.12 |
1649 | 2024-08-12T22:01:09.590Z | Compiling peg-runtime v0.8.3 |
1650 | 2024-08-12T22:01:09.682Z | Compiling radium v0.7.0 |
1651 | 2024-08-12T22:01:10.031Z | Compiling unicode-xid v0.2.4 |
1652 | 2024-08-12T22:01:10.134Z | Compiling camino v1.1.7 |
1653 | 2024-08-12T22:01:10.778Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1654 | 2024-08-12T22:01:15.715Z | Compiling is-terminal v0.4.12 |
1655 | 2024-08-12T22:01:17.972Z | Compiling tap v1.0.1 |
1656 | 2024-08-12T22:01:18.166Z | Compiling rustls-pki-types v1.7.0 |
1657 | 2024-08-12T22:01:18.262Z | Compiling ident_case v1.0.1 |
1658 | 2024-08-12T22:01:18.328Z | Compiling maybe-uninit v2.0.0 |
1659 | 2024-08-12T22:01:20.292Z | Compiling darling_core v0.20.9 |
1660 | 2024-08-12T22:01:26.518Z | Compiling wyz v0.5.1 |
1661 | 2024-08-12T22:01:33.865Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1662 | 2024-08-12T22:01:34.025Z | Compiling getopts v0.2.21 |
1663 | 2024-08-12T22:01:34.419Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1664 | 2024-08-12T22:01:34.785Z | Compiling dirs-sys-next v0.1.2 |
1665 | 2024-08-12T22:01:34.813Z | Compiling funty v2.0.0 |
1666 | 2024-08-12T22:01:34.870Z | Compiling num-bigint-dig v0.8.4 |
1667 | 2024-08-12T22:01:35.592Z | Compiling packed_struct v0.10.1 |
1668 | 2024-08-12T22:01:35.850Z | Compiling rustls v0.22.4 |
1669 | 2024-08-12T22:01:36.022Z | Compiling paste v1.0.15 |
1670 | 2024-08-12T22:01:36.178Z | Compiling unsafe-libyaml v0.2.11 |
1671 | 2024-08-12T22:01:36.648Z | Compiling bitvec v1.0.1 |
1672 | 2024-08-12T22:01:37.545Z | Compiling serde_yaml v0.9.34+deprecated |
1673 | 2024-08-12T22:01:38.013Z | Compiling dirs-next v2.0.0 |
1674 | 2024-08-12T22:01:41.196Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1675 | 2024-08-12T22:01:42.840Z | Compiling darling_macro v0.20.9 |
1676 | 2024-08-12T22:01:44.013Z | Compiling rustls-webpki v0.102.4 |
1677 | 2024-08-12T22:01:46.721Z | Compiling packed_struct_codegen v0.10.1 |
1678 | 2024-08-12T22:01:48.103Z | Compiling structmeta-derive v0.3.0 |
1679 | 2024-08-12T22:01:48.516Z | Compiling thread_local v1.1.8 |
1680 | 2024-08-12T22:01:49.186Z | Compiling indexmap v1.9.3 |
1681 | 2024-08-12T22:01:49.265Z | Compiling multer v3.1.0 |
1682 | 2024-08-12T22:01:49.509Z | Compiling crc-catalog v2.4.0 |
1683 | 2024-08-12T22:01:49.572Z | Compiling slog-async v2.8.0 |
1684 | 2024-08-12T22:01:49.623Z | Compiling rayon-core v1.12.1 |
1685 | 2024-08-12T22:01:50.033Z | Compiling match_cfg v0.1.0 |
1686 | 2024-08-12T22:01:50.078Z | Compiling nodrop v0.1.14 |
1687 | 2024-08-12T22:01:50.164Z | Compiling fastrand v2.1.0 |
1688 | 2024-08-12T22:01:50.229Z | Compiling array-init v0.0.4 |
1689 | 2024-08-12T22:01:50.583Z | Compiling tempfile v3.10.1 |
1690 | 2024-08-12T22:01:50.696Z | Compiling structmeta v0.3.0 |
1691 | 2024-08-12T22:01:50.809Z | Compiling hostname v0.3.1 |
1692 | 2024-08-12T22:01:51.427Z | Compiling crc v3.2.1 |
1693 | 2024-08-12T22:01:53.430Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1694 | 2024-08-12T22:01:53.947Z | Compiling smallvec v0.6.14 |
1695 | 2024-08-12T22:01:54.426Z | Compiling darling v0.20.9 |
1696 | 2024-08-12T22:01:54.716Z | Compiling term v0.7.0 |
1697 | 2024-08-12T22:02:00.994Z | Compiling crossbeam-deque v0.8.5 |
1698 | 2024-08-12T22:02:01.047Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1699 | 2024-08-12T22:02:01.389Z | Compiling pkcs1 v0.7.5 |
1700 | 2024-08-12T22:02:02.558Z | Compiling slog-json v2.6.1 |
1701 | 2024-08-12T22:02:03.701Z | Compiling crossbeam-channel v0.5.12 |
1702 | 2024-08-12T22:02:05.251Z | Compiling http v1.1.0 |
1703 | 2024-08-12T22:02:05.298Z | Compiling signature v2.2.0 |
1704 | 2024-08-12T22:02:07.957Z | Compiling pin-project-internal v1.1.5 |
1705 | 2024-08-12T22:02:08.497Z | Compiling async-stream-impl v0.3.5 |
1706 | 2024-08-12T22:02:10.028Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1707 | 2024-08-12T22:02:10.353Z | Compiling atomic-waker v1.1.2 |
1708 | 2024-08-12T22:02:10.891Z | Compiling bitfield v0.14.0 |
1709 | 2024-08-12T22:02:11.194Z | Compiling take_mut v0.2.2 |
1710 | 2024-08-12T22:02:11.572Z | Compiling hashbrown v0.12.3 |
1711 | 2024-08-12T22:02:12.173Z | Compiling same-file v1.0.6 |
1712 | 2024-08-12T22:02:12.451Z | Compiling termcolor v1.4.1 |
1713 | 2024-08-12T22:02:12.948Z | Compiling env_logger v0.10.2 |
1714 | 2024-08-12T22:02:16.336Z | Compiling walkdir v2.5.0 |
1715 | 2024-08-12T22:02:23.692Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1716 | 2024-08-12T22:02:23.809Z | Compiling pin-project v1.1.5 |
1717 | 2024-08-12T22:02:23.961Z | Compiling waitgroup v0.1.2 |
1718 | 2024-08-12T22:02:24.172Z | Compiling async-stream v0.3.5 |
1719 | 2024-08-12T22:02:24.497Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1720 | 2024-08-12T22:02:24.846Z | Compiling rsa v0.9.6 |
1721 | 2024-08-12T22:02:27.435Z | Compiling slog-bunyan v2.5.0 |
1722 | 2024-08-12T22:02:28.587Z | Compiling tokio-rustls v0.25.0 |
1723 | 2024-08-12T22:02:29.052Z | Compiling slog-term v2.9.1 |
1724 | 2024-08-12T22:02:29.077Z | Compiling bzip2 v0.4.4 |
1725 | 2024-08-12T22:02:29.542Z | Compiling serde_with_macros v3.8.3 |
1726 | 2024-08-12T22:02:30.339Z | Compiling serde-hex v0.1.0 |
1727 | 2024-08-12T22:02:31.680Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1728 | 2024-08-12T22:02:31.811Z | Compiling parse-display-derive v0.10.0 |
1729 | 2024-08-12T22:02:32.229Z | Compiling toml v0.8.19 |
1730 | 2024-08-12T22:02:32.248Z | Compiling rustls-pemfile v2.1.3 |
1731 | 2024-08-12T22:02:35.283Z | Compiling x509-cert v0.2.5 |
1732 | 2024-08-12T22:02:35.392Z | Compiling sha1 v0.10.6 |
1733 | 2024-08-12T22:02:35.730Z | Compiling ron v0.8.1 |
1734 | 2024-08-12T22:02:36.160Z | Compiling newtype-uuid v1.1.0 |
1735 | 2024-08-12T22:02:36.181Z | Compiling ipnetwork v0.20.0 |
1736 | 2024-08-12T22:02:36.520Z | Compiling strum_macros v0.26.4 |
1737 | 2024-08-12T22:02:37.640Z | Compiling xattr v1.3.1 |
1738 | 2024-08-12T22:02:38.297Z | Compiling snafu-derive v0.8.2 |
1739 | 2024-08-12T22:02:39.166Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1740 | 2024-08-12T22:02:39.276Z | Compiling serde_path_to_error v0.1.16 |
1741 | 2024-08-12T22:02:40.155Z | Compiling hashbrown v0.13.2 |
1742 | 2024-08-12T22:02:40.288Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1743 | 2024-08-12T22:02:40.974Z | Compiling ring v0.16.20 |
1744 | 2024-08-12T22:02:41.033Z | Compiling blake3 v1.5.1 |
1745 | 2024-08-12T22:02:41.548Z | Compiling filetime v0.2.24 |
1746 | 2024-08-12T22:02:41.626Z | Compiling hostname v0.4.0 |
1747 | 2024-08-12T22:02:41.688Z | Compiling instant v0.1.12 |
1748 | 2024-08-12T22:02:41.863Z | Compiling debug-ignore v1.0.5 |
1749 | 2024-08-12T22:02:41.886Z | Compiling crc-any v2.5.0 |
1750 | 2024-08-12T22:02:41.886Z | Compiling buf-list v1.0.3 |
1751 | 2024-08-12T22:02:42.536Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1752 | 2024-08-12T22:02:42.764Z | Compiling backoff v0.4.0 |
1753 | 2024-08-12T22:02:42.927Z | Compiling tar v0.4.41 |
1754 | 2024-08-12T22:02:43.073Z | Compiling snafu v0.8.2 |
1755 | 2024-08-12T22:02:43.544Z | Compiling object v0.30.4 |
1756 | 2024-08-12T22:02:44.392Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1757 | 2024-08-12T22:02:44.604Z | Compiling strum v0.26.3 |
1758 | 2024-08-12T22:02:44.802Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1759 | 2024-08-12T22:02:46.464Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1760 | 2024-08-12T22:02:46.801Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1761 | 2024-08-12T22:02:47.342Z | Compiling parse-display v0.10.0 |
1762 | 2024-08-12T22:02:48.244Z | Compiling serde_with v3.8.3 |
1763 | 2024-08-12T22:02:48.308Z | Compiling zip v0.6.6 |
1764 | 2024-08-12T22:02:49.211Z | Compiling rayon v1.10.0 |
1765 | 2024-08-12T22:02:50.242Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1766 | 2024-08-12T22:02:51.013Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1767 | 2024-08-12T22:02:51.127Z | Compiling camino-tempfile v1.1.1 |
1768 | 2024-08-12T22:02:51.905Z | Compiling globset v0.4.14 |
1769 | 2024-08-12T22:02:52.661Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1770 | 2024-08-12T22:02:52.844Z | Compiling pem v3.0.4 |
1771 | 2024-08-12T22:02:54.340Z | Compiling olpc-cjson v0.1.3 |
1772 | 2024-08-12T22:02:54.674Z | Compiling macaddr v1.0.1 |
1773 | 2024-08-12T22:02:54.983Z | Compiling serde_plain v1.0.2 |
1774 | 2024-08-12T22:02:55.304Z | Compiling async-recursion v1.1.1 |
1775 | 2024-08-12T22:02:55.492Z | Compiling memmap2 v0.9.4 |
1776 | 2024-08-12T22:02:56.057Z | Compiling arrayref v0.3.7 |
1777 | 2024-08-12T22:02:56.172Z | Compiling constant_time_eq v0.3.0 |
1778 | 2024-08-12T22:02:56.358Z | Compiling path-slash v0.1.5 |
1779 | 2024-08-12T22:02:56.539Z | Compiling typed-path v0.7.1 |
1780 | 2024-08-12T22:02:56.599Z | Compiling arrayvec v0.7.4 |
1781 | 2024-08-12T22:02:56.758Z | Compiling untrusted v0.7.1 |
1782 | 2024-08-12T22:02:56.972Z | Compiling spin v0.5.2 |
1783 | 2024-08-12T22:02:59.514Z | Compiling tough v0.17.1 |
1784 | 2024-08-12T22:02:59.744Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1785 | 2024-08-12T22:03:00.251Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1786 | 2024-08-12T22:03:04.138Z | Compiling itertools v0.13.0 |
1787 | 2024-08-12T22:03:04.781Z | Compiling cargo-platform v0.1.8 |
1788 | 2024-08-12T22:03:05.907Z | Compiling parse-size v1.0.0 |
1789 | 2024-08-12T22:03:06.207Z | Compiling topological-sort v0.2.2 |
1790 | 2024-08-12T22:03:06.523Z | Compiling omicron-zone-package v0.11.0 |
1791 | 2024-08-12T22:03:06.802Z | Compiling cargo_metadata v0.18.1 |
1792 | 2024-08-12T22:03:07.893Z | Compiling shell-words v1.1.0 |
1793 | 2024-08-12T22:03:12.371Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1794 | 2024-08-12T22:03:25.943Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1795 | 2024-08-12T22:03:39.674Z | Finished `release` profile [optimized] target(s) in 4m 40s |
1796 | 2024-08-12T22:03:39.809Z | Running `target/release/omicron-releng --output-dir /work` |
1797 | 2024-08-12T22:03:39.851Z | Aug 12 22:03:38.449 DEBG changing working directory to /work/oxidecomputer/omicron |
1798 | 2024-08-12T22:03:39.937Z | Aug 12 22:03:38.537 DEBG running: git rev-parse HEAD |
1799 | 2024-08-12T22:03:39.943Z | Aug 12 22:03:38.543 DEBG process exited with exit status: 0 (6.154078ms) |
1800 | 2024-08-12T22:03:39.943Z | Aug 12 22:03:38.543 INFO version: 10.0.0-0.ci+git75bedabd5ed |
1801 | 2024-08-12T22:03:39.983Z | Aug 12 22:03:38.582 INFO cloning helios to /work/oxidecomputer/helios |
1802 | 2024-08-12T22:03:39.983Z | Aug 12 22:03:38.582 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1803 | 2024-08-12T22:03:39.988Z | Cloning into '/work/oxidecomputer/helios'... |
1804 | 2024-08-12T22:03:40.742Z | Aug 12 22:03:39.341 DEBG process exited with exit status: 0 (758.905843ms) |
1805 | 2024-08-12T22:03:40.742Z | Aug 12 22:03:39.341 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1806 | 2024-08-12T22:03:40.749Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1807 | 2024-08-12T22:03:40.749Z | # branch.head master |
1808 | 2024-08-12T22:03:40.749Z | # branch.upstream origin/master |
1809 | 2024-08-12T22:03:40.749Z | # branch.ab +0 -0 |
1810 | 2024-08-12T22:03:40.752Z | Aug 12 22:03:39.349 DEBG process exited with exit status: 0 (7.914883ms) |
1811 | 2024-08-12T22:03:40.752Z | Aug 12 22:03:39.349 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1812 | 2024-08-12T22:03:41.446Z | Aug 12 22:03:40.045 DEBG process exited with exit status: 0 (695.941905ms) |
1813 | 2024-08-12T22:03:41.446Z | Aug 12 22:03:40.045 DEBG running: zfs list rpool/images/build/host |
1814 | 2024-08-12T22:03:41.453Z | NAME USED AVAIL REFER MOUNTPOINT |
1815 | 2024-08-12T22:03:41.453Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1816 | 2024-08-12T22:03:41.455Z | Aug 12 22:03:40.053 DEBG process exited with exit status: 0 (7.205573ms) |
1817 | 2024-08-12T22:03:41.456Z | Aug 12 22:03:40.053 DEBG running: zfs list rpool/images/build/recovery |
1818 | 2024-08-12T22:03:41.459Z | NAME USED AVAIL REFER MOUNTPOINT |
1819 | 2024-08-12T22:03:41.459Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1820 | 2024-08-12T22:03:41.462Z | Aug 12 22:03:40.059 DEBG process exited with exit status: 0 (6.100718ms) |
1821 | 2024-08-12T22:03:41.462Z | Aug 12 22:03:40.060 INFO [hubris-staging] running task |
1822 | 2024-08-12T22:03:41.462Z | Aug 12 22:03:40.060 INFO [hubris-production] running task |
1823 | 2024-08-12T22:03:41.462Z | Aug 12 22:03:40.060 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1824 | 2024-08-12T22:03:41.465Z | Aug 12 22:03:40.063 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 |
1825 | 2024-08-12T22:03:41.673Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1826 | 2024-08-12T22:03:41.969Z | [ omicron-package] Blocking waiting for file lock on package cache |
1827 | 2024-08-12T22:03:42.489Z | [ omicron-package] Blocking waiting for file lock on package cache |
1828 | 2024-08-12T22:03:42.721Z | [ omicron-package] Blocking waiting for file lock on package cache |
1829 | 2024-08-12T22:03:42.802Z | Aug 12 22:03:41.401 INFO [hubris-production] task succeeded (1.340469967s) |
1830 | 2024-08-12T22:03:43.441Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1831 | 2024-08-12T22:03:43.444Z | [ omicron-package] Compiling heapless v0.8.0 |
1832 | 2024-08-12T22:03:43.444Z | [ omicron-package] Compiling hash32 v0.3.1 |
1833 | 2024-08-12T22:03:43.444Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1834 | 2024-08-12T22:03:43.447Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1835 | 2024-08-12T22:03:43.447Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1836 | 2024-08-12T22:03:43.447Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2024-08-12T22:03:43.447Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1838 | 2024-08-12T22:03:44.126Z | [ omicron-package] Compiling cobs v0.2.3 |
1839 | 2024-08-12T22:03:45.136Z | [ omicron-package] Compiling postcard v1.0.8 |
1840 | 2024-08-12T22:03:45.260Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-12T22:03:45.263Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1842 | 2024-08-12T22:03:45.263Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1843 | 2024-08-12T22:03:45.369Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1844 | 2024-08-12T22:03:45.385Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1845 | 2024-08-12T22:03:45.929Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1846 | 2024-08-12T22:03:45.932Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1847 | 2024-08-12T22:03:46.832Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1848 | 2024-08-12T22:03:47.042Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1849 | 2024-08-12T22:03:47.172Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1850 | 2024-08-12T22:03:47.175Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1851 | 2024-08-12T22:03:48.007Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1852 | 2024-08-12T22:03:48.202Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1853 | 2024-08-12T22:03:48.212Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1854 | 2024-08-12T22:03:48.640Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1855 | 2024-08-12T22:03:49.094Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1856 | 2024-08-12T22:03:49.182Z | [ omicron-package] Compiling colored v2.1.0 |
1857 | 2024-08-12T22:03:49.421Z | [ omicron-package] Compiling socket2 v0.4.10 |
1858 | 2024-08-12T22:03:49.846Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1859 | 2024-08-12T22:03:49.949Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1860 | 2024-08-12T22:03:50.199Z | [ omicron-package] Compiling num_enum v0.5.11 |
1861 | 2024-08-12T22:03:50.598Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1862 | 2024-08-12T22:03:50.687Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1863 | 2024-08-12T22:03:50.859Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1864 | 2024-08-12T22:03:51.001Z | [ omicron-package] Compiling num-derive v0.4.2 |
1865 | 2024-08-12T22:03:51.157Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1866 | 2024-08-12T22:03:51.279Z | Aug 12 22:03:49.875 INFO [hubris-staging] task succeeded (9.814941904s) |
1867 | 2024-08-12T22:03:51.516Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1868 | 2024-08-12T22:03:51.711Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1869 | 2024-08-12T22:03:52.030Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1870 | 2024-08-12T22:03:52.446Z | [ omicron-package] Compiling smf v0.2.3 |
1871 | 2024-08-12T22:03:52.537Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1872 | 2024-08-12T22:03:52.723Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1873 | 2024-08-12T22:03:52.796Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1874 | 2024-08-12T22:03:53.737Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1875 | 2024-08-12T22:03:55.770Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1876 | 2024-08-12T22:03:55.806Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1877 | 2024-08-12T22:03:56.096Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1878 | 2024-08-12T22:03:57.793Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1879 | 2024-08-12T22:03:58.000Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1880 | 2024-08-12T22:03:58.073Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1881 | 2024-08-12T22:03:58.190Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1882 | 2024-08-12T22:03:59.110Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1883 | 2024-08-12T22:03:59.710Z | [ omicron-package] Compiling gethostname v0.5.0 |
1884 | 2024-08-12T22:04:00.069Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1885 | 2024-08-12T22:04:00.911Z | [ omicron-package] Compiling indicatif v0.17.8 |
1886 | 2024-08-12T22:04:01.630Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1887 | 2024-08-12T22:04:04.950Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1888 | 2024-08-12T22:04:05.465Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1889 | 2024-08-12T22:04:07.168Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1890 | 2024-08-12T22:04:25.148Z | [ helios-setup] Aug 12 22:04:23.729 INFO helios repository root is: /work/oxidecomputer/helios |
1891 | 2024-08-12T22:04:25.152Z | [ helios-setup] Aug 12 22:04:23.732 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1892 | 2024-08-12T22:04:25.152Z | [ helios-setup] Aug 12 22:04:23.732 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 |
1893 | 2024-08-12T22:04:25.152Z | [ helios-setup] Aug 12 22:04:23.732 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1894 | 2024-08-12T22:04:25.155Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1895 | 2024-08-12T22:04:25.791Z | [ helios-setup] Aug 12 22:04:24.373 INFO clone ok!, project: phbl |
1896 | 2024-08-12T22:04:25.794Z | [ helios-setup] Aug 12 22:04:24.373 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1897 | 2024-08-12T22:04:25.794Z | [ helios-setup] Aug 12 22:04:24.373 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1898 | 2024-08-12T22:04:25.794Z | [ helios-setup] Aug 12 22:04:24.373 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 |
1899 | 2024-08-12T22:04:25.794Z | [ helios-setup] Aug 12 22:04:24.373 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1900 | 2024-08-12T22:04:25.797Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1901 | 2024-08-12T22:04:26.598Z | [ helios-setup] Aug 12 22:04:25.180 INFO clone ok!, project: chelsio-t6-roms |
1902 | 2024-08-12T22:04:26.601Z | [ helios-setup] Aug 12 22:04:25.180 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 |
1903 | 2024-08-12T22:04:26.602Z | [ helios-setup] Aug 12 22:04:25.180 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1904 | 2024-08-12T22:04:26.602Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1905 | 2024-08-12T22:04:26.766Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.27s |
1906 | 2024-08-12T22:04:26.960Z | [ omicron-package] |
1907 | 2024-08-12T22:04:26.960Z | [ omicron-package] real 45.438810019 |
1908 | 2024-08-12T22:04:26.963Z | [ omicron-package] user 2:49.800468601 |
1909 | 2024-08-12T22:04:26.963Z | [ omicron-package] sys 21.756349602 |
1910 | 2024-08-12T22:04:26.963Z | [ omicron-package] trap 0.167585553 |
1911 | 2024-08-12T22:04:26.963Z | [ omicron-package] tflt 0.865681825 |
1912 | 2024-08-12T22:04:26.963Z | [ omicron-package] dflt 0.979000435 |
1913 | 2024-08-12T22:04:26.963Z | [ omicron-package] kflt 0.000244109 |
1914 | 2024-08-12T22:04:26.963Z | [ omicron-package] lock 5:28.926563752 |
1915 | 2024-08-12T22:04:26.963Z | [ omicron-package] slp 9:22.799537629 |
1916 | 2024-08-12T22:04:26.963Z | [ omicron-package] lat 1:40.886517450 |
1917 | 2024-08-12T22:04:26.963Z | [ omicron-package] stop 57.200967357 |
1918 | 2024-08-12T22:04:26.963Z | Aug 12 22:04:25.542 INFO [omicron-package] process exited with exit status: 0 (45.478762988s) |
1919 | 2024-08-12T22:04:26.963Z | Aug 12 22:04:25.542 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 |
1920 | 2024-08-12T22:04:26.999Z | Aug 12 22:04:25.581 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1921 | 2024-08-12T22:04:27.010Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1922 | 2024-08-12T22:04:27.012Z | [ host-target] Created new build target 'host' and set it as active |
1923 | 2024-08-12T22:04:27.012Z | Aug 12 22:04:25.593 INFO [host-target] process exited with exit status: 0 (50.694758ms) |
1924 | 2024-08-12T22:04:27.012Z | Aug 12 22:04:25.593 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1925 | 2024-08-12T22:04:27.016Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1926 | 2024-08-12T22:04:27.019Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1927 | 2024-08-12T22:04:27.019Z | Aug 12 22:04:25.599 INFO [recovery-target] process exited with exit status: 0 (17.907997ms) |
1928 | 2024-08-12T22:04:27.024Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1929 | 2024-08-12T22:04:27.366Z | [ helios-setup] Aug 12 22:04:25.947 INFO clone ok!, project: pilot |
1930 | 2024-08-12T22:04:27.369Z | [ helios-setup] Aug 12 22:04:25.947 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 |
1931 | 2024-08-12T22:04:27.369Z | [ helios-setup] Aug 12 22:04:25.947 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1932 | 2024-08-12T22:04:27.369Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1933 | 2024-08-12T22:04:27.852Z | [ helios-setup] Aug 12 22:04:26.433 INFO clone ok!, project: image-builder |
1934 | 2024-08-12T22:04:27.855Z | [ helios-setup] Aug 12 22:04:26.433 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 |
1935 | 2024-08-12T22:04:27.855Z | [ helios-setup] Aug 12 22:04:26.434 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 |
1936 | 2024-08-12T22:04:27.858Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1937 | 2024-08-12T22:04:28.102Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1938 | 2024-08-12T22:04:28.102Z | [ host-package] Compiling camino v1.1.7 |
1939 | 2024-08-12T22:04:28.102Z | [ host-package] Compiling password-hash v0.5.0 |
1940 | 2024-08-12T22:04:28.105Z | [ host-package] Compiling blake2 v0.10.6 |
1941 | 2024-08-12T22:04:28.105Z | [ host-package] Compiling derive-where v1.2.7 |
1942 | 2024-08-12T22:04:28.105Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1943 | 2024-08-12T22:04:28.216Z | [ host-package] Compiling humantime v2.1.0 |
1944 | 2024-08-12T22:04:28.228Z | [ host-package] Compiling newline-converter v0.3.0 |
1945 | 2024-08-12T22:04:28.416Z | [ host-package] Compiling expectorate v1.1.0 |
1946 | 2024-08-12T22:04:28.437Z | [ host-package] Compiling toml v0.8.19 |
1947 | 2024-08-12T22:04:28.715Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1948 | 2024-08-12T22:04:29.016Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1949 | 2024-08-12T22:04:29.035Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1950 | 2024-08-12T22:04:29.154Z | [ host-package] Compiling argon2 v0.5.3 |
1951 | 2024-08-12T22:04:29.194Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-08-12T22:04:29.220Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1953 | 2024-08-12T22:04:29.378Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1954 | 2024-08-12T22:04:29.512Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1955 | 2024-08-12T22:04:29.774Z | [ host-package] Compiling dirs-next v2.0.0 |
1956 | 2024-08-12T22:04:29.954Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1957 | 2024-08-12T22:04:29.977Z | [ host-package] Compiling prettyplease v0.2.20 |
1958 | 2024-08-12T22:04:30.083Z | [ host-package] Compiling convert_case v0.4.0 |
1959 | 2024-08-12T22:04:30.295Z | [ host-package] Compiling term v0.7.0 |
1960 | 2024-08-12T22:04:30.564Z | [ host-package] Compiling semver v0.1.20 |
1961 | 2024-08-12T22:04:30.584Z | [ host-package] Compiling is-terminal v0.4.12 |
1962 | 2024-08-12T22:04:30.724Z | [ host-package] Compiling home v0.5.9 |
1963 | 2024-08-12T22:04:30.893Z | [ host-package] Compiling derive_more v0.99.18 |
1964 | 2024-08-12T22:04:30.979Z | [ host-package] Compiling rustc_version v0.1.7 |
1965 | 2024-08-12T22:04:31.213Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1966 | 2024-08-12T22:04:31.418Z | [ host-package] Compiling newtype_derive v0.1.6 |
1967 | 2024-08-12T22:04:31.523Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1968 | 2024-08-12T22:04:31.621Z | [ host-package] Compiling rustls v0.22.4 |
1969 | 2024-08-12T22:04:31.672Z | [ host-package] Compiling thread_local v1.1.8 |
1970 | 2024-08-12T22:04:32.001Z | [ host-package] Compiling steno v0.4.1 |
1971 | 2024-08-12T22:04:32.175Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1972 | 2024-08-12T22:04:32.281Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1973 | 2024-08-12T22:04:32.713Z | [ host-package] Compiling match_cfg v0.1.0 |
1974 | 2024-08-12T22:04:32.819Z | [ host-package] Compiling hostname v0.3.1 |
1975 | 2024-08-12T22:04:33.070Z | [ host-package] Compiling lru-cache v0.1.2 |
1976 | 2024-08-12T22:04:34.109Z | [ host-package] Compiling multer v3.1.0 |
1977 | 2024-08-12T22:04:34.187Z | [ host-package] Compiling slog-async v2.8.0 |
1978 | 2024-08-12T22:04:34.263Z | [ host-package] Compiling slog-json v2.6.1 |
1979 | 2024-08-12T22:04:34.461Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
1980 | 2024-08-12T22:04:34.611Z | [ host-package] Compiling http v1.1.0 |
1981 | 2024-08-12T22:04:35.544Z | [ host-package] Compiling take_mut v0.2.2 |
1982 | 2024-08-12T22:04:35.565Z | [ host-package] Compiling atomic-waker v1.1.2 |
1983 | 2024-08-12T22:04:35.816Z | [ host-package] Compiling waitgroup v0.1.2 |
1984 | 2024-08-12T22:04:36.039Z | [ host-package] Compiling slog-bunyan v2.5.0 |
1985 | 2024-08-12T22:04:36.144Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1986 | 2024-08-12T22:04:36.159Z | [ helios-setup] Aug 12 22:04:34.735 INFO clone ok!, project: amd-host-image-builder |
1987 | 2024-08-12T22:04:36.161Z | [ helios-setup] Aug 12 22:04:34.735 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 |
1988 | 2024-08-12T22:04:36.161Z | [ helios-setup] Aug 12 22:04:34.735 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1989 | 2024-08-12T22:04:36.164Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1990 | 2024-08-12T22:04:36.286Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
1991 | 2024-08-12T22:04:36.792Z | [ host-package] Compiling slog-term v2.9.1 |
1992 | 2024-08-12T22:04:36.857Z | [ helios-setup] Aug 12 22:04:35.434 INFO clone ok!, project: bootserver |
1993 | 2024-08-12T22:04:36.860Z | [ helios-setup] Aug 12 22:04:35.435 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 |
1994 | 2024-08-12T22:04:36.860Z | [ helios-setup] Aug 12 22:04:35.435 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1995 | 2024-08-12T22:04:36.863Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1996 | 2024-08-12T22:04:37.477Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1997 | 2024-08-12T22:04:37.552Z | [ host-package] Compiling async-stream v0.3.5 |
1998 | 2024-08-12T22:04:37.657Z | [ host-package] Compiling sha1 v0.10.6 |
1999 | 2024-08-12T22:04:37.819Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2000 | 2024-08-12T22:04:37.848Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2001 | 2024-08-12T22:04:37.916Z | [ host-package] Compiling ipnetwork v0.20.0 |
2002 | 2024-08-12T22:04:38.052Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2003 | 2024-08-12T22:04:38.179Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2004 | 2024-08-12T22:04:38.200Z | [ host-package] Compiling hostname v0.4.0 |
2005 | 2024-08-12T22:04:38.445Z | [ host-package] Compiling instant v0.1.12 |
2006 | 2024-08-12T22:04:38.506Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2007 | 2024-08-12T22:04:38.667Z | [ host-package] Compiling debug-ignore v1.0.5 |
2008 | 2024-08-12T22:04:38.791Z | [ host-package] Compiling backoff v0.4.0 |
2009 | 2024-08-12T22:04:38.820Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2010 | 2024-08-12T22:04:39.052Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2011 | 2024-08-12T22:04:39.170Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2012 | 2024-08-12T22:04:39.409Z | [ host-package] Compiling parse-display v0.10.0 |
2013 | 2024-08-12T22:04:39.542Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2014 | 2024-08-12T22:04:39.731Z | [ host-package] Compiling serde_with v3.8.3 |
2015 | 2024-08-12T22:04:40.042Z | [ host-package] Compiling strum v0.26.3 |
2016 | 2024-08-12T22:04:40.246Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2017 | 2024-08-12T22:04:41.407Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2018 | 2024-08-12T22:04:41.587Z | [ host-package] Compiling num-rational v0.4.2 |
2019 | 2024-08-12T22:04:42.832Z | [ host-package] Compiling num-complex v0.4.6 |
2020 | 2024-08-12T22:04:43.309Z | [ host-package] Compiling macaddr v1.0.1 |
2021 | 2024-08-12T22:04:43.823Z | [ host-package] Compiling swrite v0.1.0 |
2022 | 2024-08-12T22:04:43.998Z | [ host-package] Compiling num v0.4.3 |
2023 | 2024-08-12T22:04:44.147Z | [ host-package] Compiling quick-error v1.2.3 |
2024 | 2024-08-12T22:04:44.331Z | [ host-package] Compiling float-ord v0.3.2 |
2025 | 2024-08-12T22:04:44.496Z | [ helios-setup] Aug 12 22:04:43.070 INFO clone ok!, project: amd-firmware |
2026 | 2024-08-12T22:04:44.499Z | [ helios-setup] Aug 12 22:04:43.070 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 |
2027 | 2024-08-12T22:04:44.499Z | [ helios-setup] Aug 12 22:04:43.070 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2028 | 2024-08-12T22:04:44.502Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2029 | 2024-08-12T22:04:44.591Z | [ host-package] Compiling resolv-conf v0.7.0 |
2030 | 2024-08-12T22:04:45.266Z | [ helios-setup] Aug 12 22:04:43.839 INFO clone ok!, project: pinprick |
2031 | 2024-08-12T22:04:45.268Z | [ helios-setup] Aug 12 22:04:43.840 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2032 | 2024-08-12T22:04:45.533Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2033 | 2024-08-12T22:04:46.414Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2034 | 2024-08-12T22:04:46.420Z | [ helios-setup] Aug 12 22:04:44.993 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2035 | 2024-08-12T22:04:46.700Z | [ host-package] Compiling rayon-core v1.12.1 |
2036 | 2024-08-12T22:04:46.757Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2037 | 2024-08-12T22:04:46.937Z | [ helios-setup] Aug 12 22:04:45.510 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2038 | 2024-08-12T22:04:46.940Z | [ helios-setup] Aug 12 22:04:45.510 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2039 | 2024-08-12T22:04:47.410Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2040 | 2024-08-12T22:04:47.552Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2041 | 2024-08-12T22:04:47.555Z | [ helios-setup] Aug 12 22:04:46.045 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2042 | 2024-08-12T22:04:47.917Z | [ host-package] Compiling fastrand v2.1.0 |
2043 | 2024-08-12T22:04:48.046Z | [ helios-setup] Aug 12 22:04:46.619 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2044 | 2024-08-12T22:04:48.046Z | [ helios-setup] Aug 12 22:04:46.619 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2045 | 2024-08-12T22:04:48.604Z | [ host-package] Compiling display-error-chain v0.2.0 |
2046 | 2024-08-12T22:04:48.679Z | [ helios-setup] Aug 12 22:04:47.251 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2047 | 2024-08-12T22:04:48.818Z | [ host-package] Compiling same-file v1.0.6 |
2048 | 2024-08-12T22:04:49.119Z | [ host-package] Compiling walkdir v2.5.0 |
2049 | 2024-08-12T22:04:49.292Z | [ helios-setup] Aug 12 22:04:47.864 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2050 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.864 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2051 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.864 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2052 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.864 INFO ok! |
2053 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.864 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2054 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.864 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2055 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.865 INFO ok! |
2056 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.865 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2057 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.865 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2058 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.865 INFO ok! |
2059 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.865 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2060 | 2024-08-12T22:04:49.295Z | [ helios-setup] Aug 12 22:04:47.865 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2061 | 2024-08-12T22:04:49.869Z | [ helios-setup] Aug 12 22:04:48.440 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2062 | 2024-08-12T22:04:50.013Z | [ host-package] Compiling tempfile v3.10.1 |
2063 | 2024-08-12T22:04:50.351Z | [ helios-setup] Aug 12 22:04:48.922 INFO E| From https://github.com/jclulow/hiercmd |
2064 | 2024-08-12T22:04:50.351Z | [ helios-setup] Aug 12 22:04:48.922 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2065 | 2024-08-12T22:04:50.372Z | [ helios-setup] Aug 12 22:04:48.944 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2066 | 2024-08-12T22:04:50.836Z | [ helios-setup] Aug 12 22:04:49.407 INFO E| From https://github.com/jclulow/network-interface |
2067 | 2024-08-12T22:04:50.836Z | [ helios-setup] Aug 12 22:04:49.408 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2068 | 2024-08-12T22:04:50.867Z | [ helios-setup] Aug 12 22:04:49.439 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2069 | 2024-08-12T22:04:51.368Z | [ helios-setup] Aug 12 22:04:49.939 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2070 | 2024-08-12T22:04:51.368Z | [ helios-setup] Aug 12 22:04:49.939 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2071 | 2024-08-12T22:04:51.408Z | [ helios-setup] Aug 12 22:04:49.979 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2072 | 2024-08-12T22:04:52.178Z | [ helios-setup] Aug 12 22:04:50.749 INFO E| From https://github.com/oxidecomputer/facade |
2073 | 2024-08-12T22:04:52.178Z | [ helios-setup] Aug 12 22:04:50.749 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2074 | 2024-08-12T22:04:52.264Z | [ helios-setup] Aug 12 22:04:50.835 INFO E| Updating crates.io index |
2075 | 2024-08-12T22:04:52.441Z | [ host-package] Compiling half v2.4.1 |
2076 | 2024-08-12T22:04:52.887Z | [ helios-setup] Aug 12 22:04:51.458 INFO E| Downloading crates ... |
2077 | 2024-08-12T22:04:53.065Z | [ helios-setup] Aug 12 22:04:51.635 INFO E| Downloaded anstream v0.2.6 |
2078 | 2024-08-12T22:04:53.072Z | [ helios-setup] Aug 12 22:04:51.642 INFO E| Downloaded ahash v0.7.6 |
2079 | 2024-08-12T22:04:53.079Z | [ helios-setup] Aug 12 22:04:51.650 INFO E| Downloaded clap_derive v4.2.0 |
2080 | 2024-08-12T22:04:53.092Z | [ helios-setup] Aug 12 22:04:51.655 INFO E| Downloaded const-random v0.1.15 |
2081 | 2024-08-12T22:04:53.092Z | [ helios-setup] Aug 12 22:04:51.657 INFO E| Downloaded concolor-override v1.0.0 |
2082 | 2024-08-12T22:04:53.092Z | [ helios-setup] Aug 12 22:04:51.659 INFO E| Downloaded autocfg v1.1.0 |
2083 | 2024-08-12T22:04:53.132Z | [ helios-setup] Aug 12 22:04:51.702 INFO E| Downloaded want v0.3.0 |
2084 | 2024-08-12T22:04:53.135Z | [ helios-setup] Aug 12 22:04:51.704 INFO E| Downloaded try-lock v0.2.4 |
2085 | 2024-08-12T22:04:53.142Z | [ helios-setup] Aug 12 22:04:51.713 INFO E| Downloaded serde_derive v1.0.204 |
2086 | 2024-08-12T22:04:53.146Z | [ helios-setup] Aug 12 22:04:51.717 INFO E| Downloaded futures-sink v0.3.28 |
2087 | 2024-08-12T22:04:53.149Z | [ helios-setup] Aug 12 22:04:51.719 INFO E| Downloaded project-root v0.2.2 |
2088 | 2024-08-12T22:04:53.149Z | [ helios-setup] Aug 12 22:04:51.720 INFO E| Downloaded const-random-macro v0.1.15 |
2089 | 2024-08-12T22:04:53.152Z | [ helios-setup] Aug 12 22:04:51.721 INFO E| Downloaded toolchain_find v0.2.0 |
2090 | 2024-08-12T22:04:53.160Z | [ helios-setup] Aug 12 22:04:51.730 INFO E| Downloaded strsim v0.10.0 |
2091 | 2024-08-12T22:04:53.162Z | [ helios-setup] Aug 12 22:04:51.733 INFO E| Downloaded smawk v0.3.1 |
2092 | 2024-08-12T22:04:53.165Z | [ helios-setup] Aug 12 22:04:51.736 INFO E| Downloaded thiserror-impl v1.0.38 |
2093 | 2024-08-12T22:04:53.168Z | [ helios-setup] Aug 12 22:04:51.739 INFO E| Downloaded slog-async v2.7.0 |
2094 | 2024-08-12T22:04:53.171Z | [ helios-setup] Aug 12 22:04:51.741 INFO E| Downloaded tokio-macros v2.0.0 |
2095 | 2024-08-12T22:04:53.174Z | [ helios-setup] Aug 12 22:04:51.743 INFO E| Downloaded lazy_static v1.4.0 |
2096 | 2024-08-12T22:04:53.176Z | [ helios-setup] Aug 12 22:04:51.745 INFO E| Downloaded futures-task v0.3.28 |
2097 | 2024-08-12T22:04:53.198Z | [ helios-setup] Aug 12 22:04:51.769 INFO E| Downloaded futures-macro v0.3.28 |
2098 | 2024-08-12T22:04:53.202Z | [ helios-setup] Aug 12 22:04:51.771 INFO E| Downloaded semver v1.0.17 |
2099 | 2024-08-12T22:04:53.204Z | [ helios-setup] Aug 12 22:04:51.775 INFO E| Downloaded thiserror v1.0.38 |
2100 | 2024-08-12T22:04:53.212Z | [ helios-setup] Aug 12 22:04:51.782 INFO E| Downloaded terminal_size v0.2.6 |
2101 | 2024-08-12T22:04:53.216Z | [ helios-setup] Aug 12 22:04:51.785 INFO E| Downloaded sct v0.7.0 |
2102 | 2024-08-12T22:04:53.220Z | [ helios-setup] Aug 12 22:04:51.791 INFO E| Downloaded scopeguard v1.1.0 |
2103 | 2024-08-12T22:04:53.223Z | [ helios-setup] Aug 12 22:04:51.793 INFO E| Downloaded semver v0.11.0 |
2104 | 2024-08-12T22:04:53.226Z | [ helios-setup] Aug 12 22:04:51.796 INFO E| Downloaded walkdir v2.3.3 |
2105 | 2024-08-12T22:04:53.229Z | [ helios-setup] Aug 12 22:04:51.800 INFO E| Downloaded toml_datetime v0.6.1 |
2106 | 2024-08-12T22:04:53.232Z | [ helios-setup] Aug 12 22:04:51.802 INFO E| Downloaded percent-encoding v2.2.0 |
2107 | 2024-08-12T22:04:53.235Z | [ helios-setup] Aug 12 22:04:51.803 INFO E| Downloaded paste v1.0.12 |
2108 | 2024-08-12T22:04:53.238Z | [ helios-setup] Aug 12 22:04:51.809 INFO E| Downloaded num_enum_derive v0.5.7 |
2109 | 2024-08-12T22:04:53.245Z | [ helios-setup] Aug 12 22:04:51.811 INFO E| Downloaded time v0.1.45 |
2110 | 2024-08-12T22:04:53.245Z | [ helios-setup] Aug 12 22:04:51.813 INFO E| Downloaded textwrap v0.16.0 |
2111 | 2024-08-12T22:04:53.248Z | [ helios-setup] Aug 12 22:04:51.817 INFO E| Downloaded smartstring v1.0.1 |
2112 | 2024-08-12T22:04:53.251Z | [ helios-setup] Aug 12 22:04:51.821 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2113 | 2024-08-12T22:04:53.253Z | [ helios-setup] Aug 12 22:04:51.823 INFO E| Downloaded once_cell v1.17.0 |
2114 | 2024-08-12T22:04:53.256Z | [ helios-setup] Aug 12 22:04:51.827 INFO E| Downloaded schemars v0.8.12 |
2115 | 2024-08-12T22:04:53.281Z | [ host-package] Compiling ciborium-io v0.2.2 |
2116 | 2024-08-12T22:04:53.284Z | [ helios-setup] Aug 12 22:04:51.854 INFO E| Downloaded unicode-ident v1.0.8 |
2117 | 2024-08-12T22:04:53.299Z | [ helios-setup] Aug 12 22:04:51.869 INFO E| Downloaded ryu v1.0.13 |
2118 | 2024-08-12T22:04:53.305Z | [ helios-setup] Aug 12 22:04:51.876 INFO E| Downloaded rustls-webpki v0.100.1 |
2119 | 2024-08-12T22:04:53.319Z | [ helios-setup] Aug 12 22:04:51.889 INFO E| Downloaded tracing-core v0.1.30 |
2120 | 2024-08-12T22:04:53.324Z | [ helios-setup] Aug 12 22:04:51.894 INFO E| Downloaded unicode-linebreak v0.1.4 |
2121 | 2024-08-12T22:04:53.328Z | [ helios-setup] Aug 12 22:04:51.898 INFO E| Downloaded unicode-normalization v0.1.22 |
2122 | 2024-08-12T22:04:53.334Z | [ helios-setup] Aug 12 22:04:51.905 INFO E| Downloaded pin-project-lite v0.2.9 |
2123 | 2024-08-12T22:04:53.343Z | [ helios-setup] Aug 12 22:04:51.914 INFO E| Downloaded tokio-util v0.7.7 |
2124 | 2024-08-12T22:04:53.356Z | [ helios-setup] Aug 12 22:04:51.926 INFO E| Downloaded winnow v0.4.1 |
2125 | 2024-08-12T22:04:53.371Z | [ helios-setup] Aug 12 22:04:51.940 INFO E| Downloaded syn v1.0.107 |
2126 | 2024-08-12T22:04:53.373Z | [ host-package] Compiling utf-8 v0.7.6 |
2127 | 2024-08-12T22:04:53.388Z | [ helios-setup] Aug 12 22:04:51.959 INFO E| Downloaded rustls v0.21.0 |
2128 | 2024-08-12T22:04:53.406Z | [ helios-setup] Aug 12 22:04:51.977 INFO E| Downloaded num-traits v0.2.15 |
2129 | 2024-08-12T22:04:53.410Z | [ helios-setup] Aug 12 22:04:51.981 INFO E| Downloaded tokio v1.27.0 |
2130 | 2024-08-12T22:04:53.461Z | [ helios-setup] Aug 12 22:04:52.031 INFO E| Downloaded flate2 v1.0.25 |
2131 | 2024-08-12T22:04:53.467Z | [ helios-setup] Aug 12 22:04:52.038 INFO E| Downloaded rayon-core v1.10.2 |
2132 | 2024-08-12T22:04:53.474Z | [ helios-setup] Aug 12 22:04:52.044 INFO E| Downloaded http v0.2.9 |
2133 | 2024-08-12T22:04:53.479Z | [ helios-setup] Aug 12 22:04:52.050 INFO E| Downloaded serde v1.0.204 |
2134 | 2024-08-12T22:04:53.485Z | [ helios-setup] Aug 12 22:04:52.055 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2135 | 2024-08-12T22:04:53.489Z | [ helios-setup] Aug 12 22:04:52.060 INFO E| Downloaded crossbeam-channel v0.5.6 |
2136 | 2024-08-12T22:04:53.492Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2137 | 2024-08-12T22:04:53.497Z | [ helios-setup] Aug 12 22:04:52.068 INFO E| Downloaded base64 v0.21.0 |
2138 | 2024-08-12T22:04:53.503Z | [ helios-setup] Aug 12 22:04:52.074 INFO E| Downloaded memchr v2.5.0 |
2139 | 2024-08-12T22:04:53.509Z | [ helios-setup] Aug 12 22:04:52.080 INFO E| Downloaded pest v2.5.7 |
2140 | 2024-08-12T22:04:53.518Z | [ helios-setup] Aug 12 22:04:52.089 INFO E| Downloaded mio v0.8.5 |
2141 | 2024-08-12T22:04:53.554Z | [ helios-setup] Aug 12 22:04:52.124 INFO E| Downloaded aho-corasick v0.7.20 |
2142 | 2024-08-12T22:04:53.560Z | [ helios-setup] Aug 12 22:04:52.131 INFO E| Downloaded clap v4.2.1 |
2143 | 2024-08-12T22:04:53.577Z | [ helios-setup] Aug 12 22:04:52.147 INFO E| Downloaded cc v1.0.78 |
2144 | 2024-08-12T22:04:53.581Z | [ helios-setup] Aug 12 22:04:52.152 INFO E| Downloaded reqwest v0.11.16 |
2145 | 2024-08-12T22:04:53.595Z | [ helios-setup] Aug 12 22:04:52.165 INFO E| Downloaded bytes v1.4.0 |
2146 | 2024-08-12T22:04:53.602Z | [ helios-setup] Aug 12 22:04:52.173 INFO E| Downloaded futures-util v0.3.28 |
2147 | 2024-08-12T22:04:53.625Z | [ helios-setup] Aug 12 22:04:52.196 INFO E| Downloaded rayon v1.6.1 |
2148 | 2024-08-12T22:04:53.640Z | [ helios-setup] Aug 12 22:04:52.211 INFO E| Downloaded chrono v0.4.24 |
2149 | 2024-08-12T22:04:53.651Z | [ helios-setup] Aug 12 22:04:52.222 INFO E| Downloaded hyper v0.14.25 |
2150 | 2024-08-12T22:04:53.663Z | [ helios-setup] Aug 12 22:04:52.233 INFO E| Downloaded git2 v0.16.1 |
2151 | 2024-08-12T22:04:53.676Z | [ helios-setup] Aug 12 22:04:52.247 INFO E| Downloaded regex v1.7.3 |
2152 | 2024-08-12T22:04:53.689Z | [ helios-setup] Aug 12 22:04:52.260 INFO E| Downloaded h2 v0.3.16 |
2153 | 2024-08-12T22:04:53.698Z | [ helios-setup] Aug 12 22:04:52.269 INFO E| Downloaded regress v0.5.0 |
2154 | 2024-08-12T22:04:53.708Z | [ helios-setup] Aug 12 22:04:52.279 INFO E| Downloaded clap_builder v4.2.1 |
2155 | 2024-08-12T22:04:53.719Z | [ helios-setup] Aug 12 22:04:52.289 INFO E| Downloaded rustix v0.37.3 |
2156 | 2024-08-12T22:04:53.757Z | [ helios-setup] Aug 12 22:04:52.327 INFO E| Downloaded futures v0.3.28 |
2157 | 2024-08-12T22:04:53.768Z | [ helios-setup] Aug 12 22:04:52.338 INFO E| Downloaded rhai v1.14.0 |
2158 | 2024-08-12T22:04:53.789Z | [ helios-setup] Aug 12 22:04:52.359 INFO E| Downloaded serde_json v1.0.95 |
2159 | 2024-08-12T22:04:53.801Z | [ helios-setup] Aug 12 22:04:52.371 INFO E| Downloaded openapiv3 v1.0.2 |
2160 | 2024-08-12T22:04:53.818Z | [ helios-setup] Aug 12 22:04:52.388 INFO E| Downloaded toml_edit v0.19.8 |
2161 | 2024-08-12T22:04:53.851Z | [ helios-setup] Aug 12 22:04:52.421 INFO E| Downloaded semver-parser v0.10.2 |
2162 | 2024-08-12T22:04:53.854Z | [ helios-setup] Aug 12 22:04:52.424 INFO E| Downloaded parking_lot v0.12.1 |
2163 | 2024-08-12T22:04:53.857Z | [ helios-setup] Aug 12 22:04:52.427 INFO E| Downloaded miniz_oxide v0.6.2 |
2164 | 2024-08-12T22:04:53.860Z | [ helios-setup] Aug 12 22:04:52.430 INFO E| Downloaded camino v1.1.4 |
2165 | 2024-08-12T22:04:53.862Z | [ host-package] Compiling ring v0.16.20 |
2166 | 2024-08-12T22:04:53.881Z | [ helios-setup] Aug 12 22:04:52.451 INFO E| Downloaded tracing v0.1.37 |
2167 | 2024-08-12T22:04:53.887Z | [ helios-setup] Aug 12 22:04:52.457 INFO E| Downloaded libc v0.2.139 |
2168 | 2024-08-12T22:04:53.932Z | [ helios-setup] Aug 12 22:04:52.502 INFO E| Downloaded url v2.3.1 |
2169 | 2024-08-12T22:04:53.937Z | [ helios-setup] Aug 12 22:04:52.507 INFO E| Downloaded schemars_derive v0.8.12 |
2170 | 2024-08-12T22:04:53.941Z | [ helios-setup] Aug 12 22:04:52.509 INFO E| Downloaded parking_lot_core v0.9.6 |
2171 | 2024-08-12T22:04:53.944Z | [ helios-setup] Aug 12 22:04:52.514 INFO E| Downloaded log v0.4.17 |
2172 | 2024-08-12T22:04:53.948Z | [ helios-setup] Aug 12 22:04:52.518 INFO E| Downloaded io-lifetimes v1.0.10 |
2173 | 2024-08-12T22:04:53.952Z | [ helios-setup] Aug 12 22:04:52.523 INFO E| Downloaded getrandom v0.2.8 |
2174 | 2024-08-12T22:04:53.957Z | [ helios-setup] Aug 12 22:04:52.528 INFO E| Downloaded crossbeam-utils v0.8.14 |
2175 | 2024-08-12T22:04:53.962Z | [ helios-setup] Aug 12 22:04:52.533 INFO E| Downloaded ahash v0.8.3 |
2176 | 2024-08-12T22:04:53.967Z | [ helios-setup] Aug 12 22:04:52.537 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2177 | 2024-08-12T22:04:53.973Z | [ helios-setup] Aug 12 22:04:52.544 INFO E| Downloaded unicode-bidi v0.3.13 |
2178 | 2024-08-12T22:04:53.977Z | [ helios-setup] Aug 12 22:04:52.547 INFO E| Downloaded typenum v1.16.0 |
2179 | 2024-08-12T22:04:53.981Z | [ helios-setup] Aug 12 22:04:52.551 INFO E| Downloaded tungstenite v0.18.0 |
2180 | 2024-08-12T22:04:53.986Z | [ helios-setup] Aug 12 22:04:52.557 INFO E| Downloaded socket2 v0.4.9 |
2181 | 2024-08-12T22:04:53.990Z | [ helios-setup] Aug 12 22:04:52.560 INFO E| Downloaded serde_yaml v0.9.21 |
2182 | 2024-08-12T22:04:53.997Z | [ helios-setup] Aug 12 22:04:52.567 INFO E| Downloaded rustls-pemfile v1.0.2 |
2183 | 2024-08-12T22:04:54.001Z | [ helios-setup] Aug 12 22:04:52.571 INFO E| Downloaded rhai_codegen v1.5.0 |
2184 | 2024-08-12T22:04:54.019Z | [ helios-setup] Aug 12 22:04:52.588 INFO E| Downloaded num_enum v0.5.7 |
2185 | 2024-08-12T22:04:54.025Z | [ helios-setup] Aug 12 22:04:52.595 INFO E| Downloaded futures-channel v0.3.28 |
2186 | 2024-08-12T22:04:54.028Z | [ helios-setup] Aug 12 22:04:52.598 INFO E| Downloaded cargo-lock v8.0.3 |
2187 | 2024-08-12T22:04:54.032Z | [ helios-setup] Aug 12 22:04:52.603 INFO E| Downloaded async-trait v0.1.68 |
2188 | 2024-08-12T22:04:54.037Z | [ helios-setup] Aug 12 22:04:52.608 INFO E| Downloaded uuid v1.3.0 |
2189 | 2024-08-12T22:04:54.045Z | [ helios-setup] Aug 12 22:04:52.615 INFO E| Downloaded ucd-trie v0.1.5 |
2190 | 2024-08-12T22:04:54.048Z | [ helios-setup] Aug 12 22:04:52.618 INFO E| Downloaded toml v0.7.3 |
2191 | 2024-08-12T22:04:54.054Z | [ helios-setup] Aug 12 22:04:52.624 INFO E| Downloaded tokio-rustls v0.24.0 |
2192 | 2024-08-12T22:04:54.057Z | [ helios-setup] Aug 12 22:04:52.628 INFO E| Downloaded num-integer v0.1.45 |
2193 | 2024-08-12T22:04:54.061Z | [ helios-setup] Aug 12 22:04:52.631 INFO E| Downloaded lock_api v0.4.9 |
2194 | 2024-08-12T22:04:54.063Z | [ helios-setup] Aug 12 22:04:52.634 INFO E| Downloaded ipnet v2.7.2 |
2195 | 2024-08-12T22:04:54.066Z | [ helios-setup] Aug 12 22:04:52.636 INFO E| Downloaded futures-executor v0.3.28 |
2196 | 2024-08-12T22:04:54.069Z | [ helios-setup] Aug 12 22:04:52.638 INFO E| Downloaded bincode v1.3.3 |
2197 | 2024-08-12T22:04:54.072Z | [ helios-setup] Aug 12 22:04:52.642 INFO E| Downloaded either v1.8.0 |
2198 | 2024-08-12T22:04:54.075Z | [ helios-setup] Aug 12 22:04:52.644 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2199 | 2024-08-12T22:04:54.077Z | [ helios-setup] Aug 12 22:04:52.648 INFO E| Downloaded slab v0.4.7 |
2200 | 2024-08-12T22:04:54.080Z | [ helios-setup] Aug 12 22:04:52.650 INFO E| Downloaded unicode-width v0.1.10 |
2201 | 2024-08-12T22:04:54.083Z | [ helios-setup] Aug 12 22:04:52.652 INFO E| Downloaded pkg-config v0.3.26 |
2202 | 2024-08-12T22:04:54.085Z | [ helios-setup] Aug 12 22:04:52.655 INFO E| Downloaded memoffset v0.7.1 |
2203 | 2024-08-12T22:04:54.088Z | [ helios-setup] Aug 12 22:04:52.656 INFO E| Downloaded jobserver v0.1.26 |
2204 | 2024-08-12T22:04:54.091Z | [ helios-setup] Aug 12 22:04:52.659 INFO E| Downloaded is-terminal v0.4.7 |
2205 | 2024-08-12T22:04:54.091Z | [ helios-setup] Aug 12 22:04:52.661 INFO E| Downloaded http-body v0.4.5 |
2206 | 2024-08-12T22:04:54.093Z | [ helios-setup] Aug 12 22:04:52.664 INFO E| Downloaded home v0.5.4 |
2207 | 2024-08-12T22:04:54.096Z | [ helios-setup] Aug 12 22:04:52.665 INFO E| Downloaded futures-io v0.3.28 |
2208 | 2024-08-12T22:04:54.099Z | [ helios-setup] Aug 12 22:04:52.667 INFO E| Downloaded futures-core v0.3.28 |
2209 | 2024-08-12T22:04:54.099Z | [ helios-setup] Aug 12 22:04:52.669 INFO E| Downloaded errno v0.3.1 |
2210 | 2024-08-12T22:04:54.102Z | [ helios-setup] Aug 12 22:04:52.671 INFO E| Downloaded tempfile v3.5.0 |
2211 | 2024-08-12T22:04:54.105Z | [ helios-setup] Aug 12 22:04:52.675 INFO E| Downloaded signal-hook-registry v1.4.0 |
2212 | 2024-08-12T22:04:54.107Z | [ helios-setup] Aug 12 22:04:52.677 INFO E| Downloaded encoding_rs v0.8.32 |
2213 | 2024-08-12T22:04:54.155Z | [ helios-setup] Aug 12 22:04:52.725 INFO E| Downloaded itoa v1.0.6 |
2214 | 2024-08-12T22:04:54.157Z | [ helios-setup] Aug 12 22:04:52.727 INFO E| Downloaded digest v0.10.6 |
2215 | 2024-08-12T22:04:54.163Z | [ helios-setup] Aug 12 22:04:52.734 INFO E| Downloaded concolor-query v0.3.3 |
2216 | 2024-08-12T22:04:54.166Z | [ helios-setup] Aug 12 22:04:52.735 INFO E| Downloaded clap_lex v0.4.1 |
2217 | 2024-08-12T22:04:54.169Z | [ helios-setup] Aug 12 22:04:52.740 INFO E| Downloaded smallvec v1.10.0 |
2218 | 2024-08-12T22:04:54.172Z | [ helios-setup] Aug 12 22:04:52.740 INFO E| Downloaded slog-bunyan v2.4.0 |
2219 | 2024-08-12T22:04:54.172Z | [ helios-setup] Aug 12 22:04:52.741 INFO E| Downloaded sha2 v0.10.6 |
2220 | 2024-08-12T22:04:54.175Z | [ helios-setup] Aug 12 22:04:52.744 INFO E| Downloaded serde_spanned v0.6.1 |
2221 | 2024-08-12T22:04:54.178Z | [ helios-setup] Aug 12 22:04:52.746 INFO E| Downloaded serde_path_to_error v0.1.11 |
2222 | 2024-08-12T22:04:54.178Z | [ helios-setup] Aug 12 22:04:52.748 INFO E| Downloaded serde_derive_internals v0.26.0 |
2223 | 2024-08-12T22:04:54.181Z | [ helios-setup] Aug 12 22:04:52.750 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2224 | 2024-08-12T22:04:54.183Z | [ helios-setup] Aug 12 22:04:52.754 INFO E| Downloaded proc-macro-crate v1.2.1 |
2225 | 2024-08-12T22:04:54.186Z | [ helios-setup] Aug 12 22:04:52.755 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2226 | 2024-08-12T22:04:54.255Z | [ host-package] Compiling blake3 v1.5.1 |
2227 | 2024-08-12T22:04:54.287Z | [ helios-setup] Aug 12 22:04:52.857 INFO E| Downloaded num_cpus v1.15.0 |
2228 | 2024-08-12T22:04:54.292Z | [ helios-setup] Aug 12 22:04:52.862 INFO E| Downloaded iana-time-zone v0.1.56 |
2229 | 2024-08-12T22:04:54.295Z | [ helios-setup] Aug 12 22:04:52.866 INFO E| Downloaded generic-array v0.14.6 |
2230 | 2024-08-12T22:04:54.300Z | [ helios-setup] Aug 12 22:04:52.868 INFO E| Downloaded byteorder v1.4.3 |
2231 | 2024-08-12T22:04:54.302Z | [ helios-setup] Aug 12 22:04:52.871 INFO E| Downloaded block-buffer v0.10.3 |
2232 | 2024-08-12T22:04:54.302Z | [ helios-setup] Aug 12 22:04:52.873 INFO E| Downloaded anyhow v1.0.68 |
2233 | 2024-08-12T22:04:54.310Z | [ helios-setup] Aug 12 22:04:52.880 INFO E| Downloaded anstyle v0.3.5 |
2234 | 2024-08-12T22:04:54.313Z | [ helios-setup] Aug 12 22:04:52.883 INFO E| Downloaded form_urlencoded v1.1.0 |
2235 | 2024-08-12T22:04:54.315Z | [ helios-setup] Aug 12 22:04:52.884 INFO E| Downloaded fastrand v1.9.0 |
2236 | 2024-08-12T22:04:54.315Z | [ helios-setup] Aug 12 22:04:52.886 INFO E| Downloaded anstyle-parse v0.1.1 |
2237 | 2024-08-12T22:04:54.319Z | [ helios-setup] Aug 12 22:04:52.889 INFO E| Downloaded sha1 v0.10.5 |
2238 | 2024-08-12T22:04:54.322Z | [ helios-setup] Aug 12 22:04:52.892 INFO E| Downloaded serde_tokenstream v0.2.0 |
2239 | 2024-08-12T22:04:54.328Z | [ helios-setup] Aug 12 22:04:52.898 INFO E| Downloaded httpdate v1.0.2 |
2240 | 2024-08-12T22:04:54.331Z | [ helios-setup] Aug 12 22:04:52.900 INFO E| Downloaded libz-sys v1.1.8 |
2241 | 2024-08-12T22:04:54.417Z | [ helios-setup] Aug 12 22:04:52.987 INFO E| Downloaded dyn-clone v1.0.11 |
2242 | 2024-08-12T22:04:54.420Z | [ helios-setup] Aug 12 22:04:52.990 INFO E| Downloaded crossbeam-deque v0.8.2 |
2243 | 2024-08-12T22:04:54.423Z | [ helios-setup] Aug 12 22:04:52.993 INFO E| Downloaded cpufeatures v0.2.5 |
2244 | 2024-08-12T22:04:54.426Z | [ helios-setup] Aug 12 22:04:52.995 INFO E| Downloaded built v0.6.0 |
2245 | 2024-08-12T22:04:54.714Z | [ helios-setup] Aug 12 22:04:53.284 INFO E| Compiling proc-macro2 v1.0.86 |
2246 | 2024-08-12T22:04:54.737Z | [ helios-setup] Aug 12 22:04:53.307 INFO E| Compiling libc v0.2.139 |
2247 | 2024-08-12T22:04:54.740Z | [ helios-setup] Aug 12 22:04:53.307 INFO E| Compiling unicode-ident v1.0.8 |
2248 | 2024-08-12T22:04:54.740Z | [ helios-setup] Aug 12 22:04:53.307 INFO E| Compiling autocfg v1.1.0 |
2249 | 2024-08-12T22:04:54.740Z | [ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling cfg-if v1.0.0 |
2250 | 2024-08-12T22:04:54.740Z | [ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling version_check v0.9.4 |
2251 | 2024-08-12T22:04:54.740Z | [ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling serde v1.0.204 |
2252 | 2024-08-12T22:04:54.740Z | [ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling syn v1.0.107 |
2253 | 2024-08-12T22:04:54.798Z | [ host-package] Compiling rayon v1.10.0 |
2254 | 2024-08-12T22:04:55.314Z | [ helios-setup] Aug 12 22:04:53.883 INFO E| Compiling memchr v2.5.0 |
2255 | 2024-08-12T22:04:56.151Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2256 | 2024-08-12T22:04:56.338Z | [ helios-setup] Aug 12 22:04:54.907 INFO E| Compiling once_cell v1.17.0 |
2257 | 2024-08-12T22:04:56.433Z | [ helios-setup] Aug 12 22:04:55.002 INFO E| Compiling log v0.4.17 |
2258 | 2024-08-12T22:04:56.436Z | [ helios-setup] Aug 12 22:04:55.003 INFO E| Compiling thiserror v1.0.38 |
2259 | 2024-08-12T22:04:57.234Z | [ helios-setup] Aug 12 22:04:55.803 INFO E| Compiling itoa v1.0.6 |
2260 | 2024-08-12T22:04:57.350Z | [ helios-setup] Aug 12 22:04:55.919 INFO E| Compiling serde_json v1.0.95 |
2261 | 2024-08-12T22:04:57.732Z | [ helios-setup] Aug 12 22:04:56.301 INFO E| Compiling quote v1.0.36 |
2262 | 2024-08-12T22:04:58.385Z | [ host-package] Compiling xattr v1.3.1 |
2263 | 2024-08-12T22:04:58.591Z | [ helios-setup] Aug 12 22:04:57.160 INFO E| Compiling syn v2.0.72 |
2264 | 2024-08-12T22:04:59.034Z | [ helios-setup] Aug 12 22:04:57.602 INFO E| Compiling jobserver v0.1.26 |
2265 | 2024-08-12T22:04:59.057Z | [ host-package] Compiling nibble_vec v0.1.0 |
2266 | 2024-08-12T22:04:59.218Z | [ helios-setup] Aug 12 22:04:57.786 INFO E| Compiling getrandom v0.2.8 |
2267 | 2024-08-12T22:04:59.514Z | [ helios-setup] Aug 12 22:04:58.082 INFO E| Compiling indexmap v1.9.3 |
2268 | 2024-08-12T22:04:59.732Z | [ helios-setup] Aug 12 22:04:58.301 INFO E| Compiling pin-project-lite v0.2.9 |
2269 | 2024-08-12T22:04:59.809Z | [ helios-setup] Aug 12 22:04:58.377 INFO E| Compiling cc v1.0.78 |
2270 | 2024-08-12T22:05:00.148Z | [ helios-setup] Aug 12 22:04:58.716 INFO E| Compiling scopeguard v1.1.0 |
2271 | 2024-08-12T22:05:00.226Z | [ helios-setup] Aug 12 22:04:58.794 INFO E| Compiling num-integer v0.1.45 |
2272 | 2024-08-12T22:05:00.467Z | [ helios-setup] Aug 12 22:04:59.035 INFO E| Compiling bytes v1.4.0 |
2273 | 2024-08-12T22:05:00.712Z | [ helios-setup] Aug 12 22:04:59.279 INFO E| Compiling futures-core v0.3.28 |
2274 | 2024-08-12T22:05:01.237Z | [ helios-setup] Aug 12 22:04:59.804 INFO E| Compiling ryu v1.0.13 |
2275 | 2024-08-12T22:05:02.405Z | [ helios-setup] Aug 12 22:05:00.971 INFO E| Compiling lock_api v0.4.9 |
2276 | 2024-08-12T22:05:02.510Z | [ helios-setup] Aug 12 22:05:01.076 INFO E| Compiling parking_lot_core v0.9.6 |
2277 | 2024-08-12T22:05:03.069Z | [ helios-setup] Aug 12 22:05:01.636 INFO E| Compiling bitflags v1.3.2 |
2278 | 2024-08-12T22:05:03.264Z | [ helios-setup] Aug 12 22:05:01.831 INFO E| Compiling typenum v1.16.0 |
2279 | 2024-08-12T22:05:04.017Z | [ helios-setup] Aug 12 22:05:02.579 INFO E| Compiling num_cpus v1.15.0 |
2280 | 2024-08-12T22:05:04.111Z | [ helios-setup] Aug 12 22:05:02.677 INFO E| Compiling slab v0.4.7 |
2281 | 2024-08-12T22:05:04.111Z | [ helios-setup] Aug 12 22:05:02.678 INFO E| Compiling generic-array v0.14.6 |
2282 | 2024-08-12T22:05:04.182Z | [ helios-setup] Aug 12 22:05:02.749 INFO E| Compiling futures-sink v0.3.28 |
2283 | 2024-08-12T22:05:04.198Z | [ helios-setup] Aug 12 22:05:02.750 INFO E| Compiling futures-task v0.3.28 |
2284 | 2024-08-12T22:05:04.198Z | [ host-package] Compiling filetime v0.2.24 |
2285 | 2024-08-12T22:05:04.325Z | [ helios-setup] Aug 12 22:05:02.891 INFO E| Compiling futures-channel v0.3.28 |
2286 | 2024-08-12T22:05:04.710Z | [ host-package] Compiling memmap2 v0.9.4 |
2287 | 2024-08-12T22:05:05.372Z | [ helios-setup] Aug 12 22:05:03.936 INFO E| Compiling tokio v1.27.0 |
2288 | 2024-08-12T22:05:05.501Z | [ host-package] Compiling arrayvec v0.7.4 |
2289 | 2024-08-12T22:05:05.686Z | [ helios-setup] Aug 12 22:05:04.252 INFO E| Compiling schemars v0.8.12 |
2290 | 2024-08-12T22:05:05.743Z | [ helios-setup] Aug 12 22:05:04.309 INFO E| Compiling futures-util v0.3.28 |
2291 | 2024-08-12T22:05:06.229Z | [ host-package] Compiling spin v0.5.2 |
2292 | 2024-08-12T22:05:06.684Z | [ helios-setup] Aug 12 22:05:05.249 INFO E| Compiling mio v0.8.5 |
2293 | 2024-08-12T22:05:06.711Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2294 | 2024-08-12T22:05:06.754Z | [ helios-setup] Aug 12 22:05:05.320 INFO E| Compiling signal-hook-registry v1.4.0 |
2295 | 2024-08-12T22:05:06.918Z | [ host-package] Compiling untrusted v0.7.1 |
2296 | 2024-08-12T22:05:07.079Z | [ helios-setup] Aug 12 22:05:05.644 INFO E| Compiling socket2 v0.4.9 |
2297 | 2024-08-12T22:05:07.236Z | [ helios-setup] Aug 12 22:05:05.801 INFO E| Compiling num-traits v0.2.15 |
2298 | 2024-08-12T22:05:07.319Z | [ helios-setup] Aug 12 22:05:05.884 INFO E| Compiling ahash v0.7.6 |
2299 | 2024-08-12T22:05:07.454Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2300 | 2024-08-12T22:05:07.533Z | [ host-package] Compiling arrayref v0.3.7 |
2301 | 2024-08-12T22:05:07.715Z | [ host-package] Compiling endian-type v0.1.2 |
2302 | 2024-08-12T22:05:08.190Z | [ helios-setup] Aug 12 22:05:06.755 INFO E| Compiling futures-io v0.3.28 |
2303 | 2024-08-12T22:05:08.267Z | [ host-package] Compiling radix_trie v0.2.1 |
2304 | 2024-08-12T22:05:08.804Z | [ helios-setup] Aug 12 22:05:07.368 INFO E| Compiling crunchy v0.2.2 |
2305 | 2024-08-12T22:05:09.131Z | [ helios-setup] Aug 12 22:05:07.695 INFO E| Compiling pin-utils v0.1.0 |
2306 | 2024-08-12T22:05:09.467Z | [ helios-setup] Aug 12 22:05:08.031 INFO E| Compiling io-lifetimes v1.0.10 |
2307 | 2024-08-12T22:05:10.309Z | [ host-package] Compiling tar v0.4.41 |
2308 | 2024-08-12T22:05:10.385Z | [ helios-setup] Aug 12 22:05:08.948 INFO E| Compiling serde_derive_internals v0.26.0 |
2309 | 2024-08-12T22:05:10.510Z | [ helios-setup] Aug 12 22:05:09.074 INFO E| Compiling ahash v0.8.3 |
2310 | 2024-08-12T22:05:10.872Z | [ helios-setup] Aug 12 22:05:09.435 INFO E| Compiling rustix v0.37.3 |
2311 | 2024-08-12T22:05:11.352Z | [ helios-setup] Aug 12 22:05:09.915 INFO E| Compiling tiny-keccak v2.0.2 |
2312 | 2024-08-12T22:05:11.606Z | [ helios-setup] Aug 12 22:05:10.170 INFO E| Compiling hashbrown v0.12.3 |
2313 | 2024-08-12T22:05:11.691Z | [ helios-setup] Aug 12 22:05:10.254 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2314 | 2024-08-12T22:05:13.160Z | [ helios-setup] Aug 12 22:05:11.723 INFO E| Compiling block-buffer v0.10.3 |
2315 | 2024-08-12T22:05:13.240Z | [ helios-setup] Aug 12 22:05:11.803 INFO E| Compiling crypto-common v0.1.6 |
2316 | 2024-08-12T22:05:13.692Z | [ host-package] Compiling ciborium v0.2.2 |
2317 | 2024-08-12T22:05:14.155Z | [ helios-setup] Aug 12 22:05:12.717 INFO E| Compiling errno v0.3.1 |
2318 | 2024-08-12T22:05:14.474Z | [ helios-setup] Aug 12 22:05:13.036 INFO E| Compiling slog v2.7.0 |
2319 | 2024-08-12T22:05:14.528Z | [ helios-setup] Aug 12 22:05:13.090 INFO E| Compiling pkg-config v0.3.26 |
2320 | 2024-08-12T22:05:14.700Z | [ helios-setup] Aug 12 22:05:13.262 INFO E| Compiling crossbeam-utils v0.8.14 |
2321 | 2024-08-12T22:05:14.700Z | [ helios-setup] Aug 12 22:05:13.262 INFO E| Compiling fnv v1.0.7 |
2322 | 2024-08-12T22:05:15.810Z | [ helios-setup] Aug 12 22:05:14.371 INFO E| Compiling http v0.2.9 |
2323 | 2024-08-12T22:05:16.198Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2324 | 2024-08-12T22:05:16.794Z | [ helios-setup] Aug 12 22:05:15.356 INFO E| Compiling digest v0.10.6 |
2325 | 2024-08-12T22:05:17.298Z | [ host-package] Compiling toolchain_find v0.4.0 |
2326 | 2024-08-12T22:05:17.411Z | [ host-package] Compiling maplit v1.0.2 |
2327 | 2024-08-12T22:05:17.603Z | [ host-package] Compiling topological-sort v0.2.2 |
2328 | 2024-08-12T22:05:18.211Z | [ host-package] Compiling crunchy v0.2.2 |
2329 | 2024-08-12T22:05:18.322Z | [ helios-setup] Aug 12 22:05:16.883 INFO E| Compiling aho-corasick v0.7.20 |
2330 | 2024-08-12T22:05:18.364Z | [ host-package] Compiling glob v0.3.1 |
2331 | 2024-08-12T22:05:18.809Z | [ helios-setup] Aug 12 22:05:17.369 INFO E| Compiling heck v0.4.1 |
2332 | 2024-08-12T22:05:18.903Z | [ helios-setup] Aug 12 22:05:17.464 INFO E| Compiling percent-encoding v2.2.0 |
2333 | 2024-08-12T22:05:19.234Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2334 | 2024-08-12T22:05:19.406Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2335 | 2024-08-12T22:05:19.504Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2336 | 2024-08-12T22:05:19.857Z | [ helios-setup] Aug 12 22:05:18.417 INFO E| Compiling unicode-width v0.1.10 |
2337 | 2024-08-12T22:05:20.034Z | [ helios-setup] Aug 12 22:05:18.594 INFO E| Compiling cpufeatures v0.2.5 |
2338 | 2024-08-12T22:05:20.190Z | [ helios-setup] Aug 12 22:05:18.750 INFO E| Compiling httparse v1.8.0 |
2339 | 2024-08-12T22:05:20.385Z | [ host-package] Compiling clang-sys v1.7.0 |
2340 | 2024-08-12T22:05:20.478Z | [ helios-setup] Aug 12 22:05:19.038 INFO E| Compiling anyhow v1.0.68 |
2341 | 2024-08-12T22:05:20.717Z | [ helios-setup] Aug 12 22:05:19.277 INFO E| Compiling thiserror-impl v1.0.38 |
2342 | 2024-08-12T22:05:20.901Z | [ helios-setup] Aug 12 22:05:19.460 INFO E| Compiling serde_derive v1.0.204 |
2343 | 2024-08-12T22:05:21.176Z | [ helios-setup] Aug 12 22:05:19.736 INFO E| Compiling tokio-macros v2.0.0 |
2344 | 2024-08-12T22:05:21.329Z | [ helios-setup] Aug 12 22:05:19.889 INFO E| Compiling futures-macro v0.3.28 |
2345 | 2024-08-12T22:05:21.411Z | [ helios-setup] Aug 12 22:05:19.970 INFO E| Compiling schemars_derive v0.8.12 |
2346 | 2024-08-12T22:05:21.622Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2347 | 2024-08-12T22:05:22.137Z | [ helios-setup] Aug 12 22:05:20.696 INFO E| Compiling tinyvec_macros v0.1.1 |
2348 | 2024-08-12T22:05:22.410Z | [ helios-setup] Aug 12 22:05:20.969 INFO E| Compiling regex-syntax v0.6.29 |
2349 | 2024-08-12T22:05:22.454Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2350 | 2024-08-12T22:05:22.780Z | [ helios-setup] Aug 12 22:05:21.338 INFO E| Compiling tinyvec v1.6.0 |
2351 | 2024-08-12T22:05:23.205Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2352 | 2024-08-12T22:05:23.506Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2353 | 2024-08-12T22:05:25.483Z | [ helios-setup] Aug 12 22:05:24.041 INFO E| Compiling const-random-macro v0.1.15 |
2354 | 2024-08-12T22:05:26.084Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2355 | 2024-08-12T22:05:26.113Z | [ host-package] Compiling arc-swap v1.7.1 |
2356 | 2024-08-12T22:05:26.702Z | [ helios-setup] Aug 12 22:05:25.259 INFO E| Compiling form_urlencoded v1.1.0 |
2357 | 2024-08-12T22:05:26.825Z | [ host-package] Compiling diesel_derives v2.2.2 |
2358 | 2024-08-12T22:05:27.252Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2359 | 2024-08-12T22:05:27.329Z | [ helios-setup] Aug 12 22:05:25.886 INFO E| Compiling hashbrown v0.13.2 |
2360 | 2024-08-12T22:05:27.499Z | [ host-package] Compiling slog-scope v4.4.0 |
2361 | 2024-08-12T22:05:27.568Z | [ helios-setup] Aug 12 22:05:26.123 INFO E| Compiling chrono v0.4.24 |
2362 | 2024-08-12T22:05:27.723Z | [ helios-setup] Aug 12 22:05:26.280 INFO E| Compiling libz-sys v1.1.8 |
2363 | 2024-08-12T22:05:28.311Z | [ host-package] Compiling r2d2 v0.8.10 |
2364 | 2024-08-12T22:05:29.330Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2365 | 2024-08-12T22:05:29.333Z | [ helios-setup] Aug 12 22:05:27.888 INFO E| Compiling regex v1.7.3 |
2366 | 2024-08-12T22:05:30.176Z | [ host-package] Compiling ena v0.14.3 |
2367 | 2024-08-12T22:05:30.334Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2368 | 2024-08-12T22:05:30.432Z | [ host-package] Compiling libloading v0.8.3 |
2369 | 2024-08-12T22:05:31.077Z | [ host-package] Compiling bindgen v0.69.4 |
2370 | 2024-08-12T22:05:31.488Z | [ host-package] Compiling regex-syntax v0.6.29 |
2371 | 2024-08-12T22:05:31.850Z | [ helios-setup] Aug 12 22:05:30.405 INFO E| Compiling dyn-clone v1.0.11 |
2372 | 2024-08-12T22:05:31.898Z | [ helios-setup] Aug 12 22:05:30.453 INFO E| Compiling uuid v1.3.0 |
2373 | 2024-08-12T22:05:32.258Z | [ helios-setup] Aug 12 22:05:30.813 INFO E| Compiling regress v0.5.0 |
2374 | 2024-08-12T22:05:32.377Z | [ host-package] Compiling diff v0.1.13 |
2375 | 2024-08-12T22:05:32.551Z | [ helios-setup] Aug 12 22:05:31.105 INFO E| Compiling const-random v0.1.15 |
2376 | 2024-08-12T22:05:32.632Z | [ helios-setup] Aug 12 22:05:31.187 INFO E| Compiling unicode-normalization v0.1.22 |
2377 | 2024-08-12T22:05:34.937Z | [ helios-setup] Aug 12 22:05:33.491 INFO E| Compiling getopts v0.2.21 |
2378 | 2024-08-12T22:05:35.276Z | [ helios-setup] Aug 12 22:05:33.830 INFO E| Compiling tracing-core v0.1.30 |
2379 | 2024-08-12T22:05:35.673Z | [ helios-setup] Aug 12 22:05:34.227 INFO E| Compiling memoffset v0.7.1 |
2380 | 2024-08-12T22:05:37.101Z | [ helios-setup] Aug 12 22:05:35.655 INFO E| Compiling time-core v0.1.2 |
2381 | 2024-08-12T22:05:38.106Z | [ helios-setup] Aug 12 22:05:36.659 INFO E| Compiling unicode-bidi v0.3.13 |
2382 | 2024-08-12T22:05:38.685Z | [ helios-setup] Aug 12 22:05:37.237 INFO E| Compiling powerfmt v0.2.0 |
2383 | 2024-08-12T22:05:39.057Z | [ helios-setup] Aug 12 22:05:37.609 INFO E| Compiling num-conv v0.1.0 |
2384 | 2024-08-12T22:05:39.839Z | [ helios-setup] Aug 12 22:05:38.391 INFO E| Compiling ucd-trie v0.1.5 |
2385 | 2024-08-12T22:05:41.171Z | [ helios-setup] Aug 12 22:05:39.723 INFO E| Compiling pest v2.5.7 |
2386 | 2024-08-12T22:05:41.380Z | [ helios-setup] Aug 12 22:05:39.932 INFO E| Compiling idna v0.3.0 |
2387 | 2024-08-12T22:05:41.539Z | [ helios-setup] Aug 12 22:05:40.090 INFO E| Compiling time-macros v0.2.18 |
2388 | 2024-08-12T22:05:41.723Z | [ host-package] Compiling lalrpop v0.19.12 |
2389 | 2024-08-12T22:05:42.810Z | [ helios-setup] Aug 12 22:05:41.361 INFO E| Compiling deranged v0.3.11 |
2390 | 2024-08-12T22:05:45.517Z | [ helios-setup] Aug 12 22:05:44.067 INFO E| Compiling tracing v0.1.37 |
2391 | 2024-08-12T22:05:47.358Z | [ helios-setup] Aug 12 22:05:45.907 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2392 | 2024-08-12T22:05:48.247Z | [ helios-setup] Aug 12 22:05:46.796 INFO E| Compiling time v0.1.45 |
2393 | 2024-08-12T22:05:48.308Z | [ helios-setup] Aug 12 22:05:46.856 INFO E| Compiling crossbeam-epoch v0.9.13 |
2394 | 2024-08-12T22:05:48.382Z | [ helios-setup] Aug 12 22:05:46.931 INFO E| Compiling num_threads v0.1.6 |
2395 | 2024-08-12T22:05:48.981Z | [ helios-setup] Aug 12 22:05:47.529 INFO E| Compiling smallvec v1.10.0 |
2396 | 2024-08-12T22:05:49.515Z | [ helios-setup] Aug 12 22:05:48.064 INFO E| Compiling toml v0.5.11 |
2397 | 2024-08-12T22:05:50.237Z | [ host-package] Compiling diesel v2.2.2 |
2398 | 2024-08-12T22:05:50.351Z | [ helios-setup] Aug 12 22:05:48.899 INFO E| Compiling serde_tokenstream v0.2.0 |
2399 | 2024-08-12T22:05:51.581Z | [ helios-setup] Aug 12 22:05:50.117 INFO E| Compiling parking_lot v0.12.1 |
2400 | 2024-08-12T22:05:52.233Z | [ helios-setup] Aug 12 22:05:50.780 INFO E| Compiling iana-time-zone v0.1.56 |
2401 | 2024-08-12T22:05:54.484Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2402 | 2024-08-12T22:05:55.268Z | [ helios-setup] Aug 12 22:05:53.814 INFO E| Compiling semver v1.0.17 |
2403 | 2024-08-12T22:05:55.827Z | [ helios-setup] Aug 12 22:05:54.372 INFO E| Compiling time v0.3.36 |
2404 | 2024-08-12T22:05:55.943Z | [ host-package] Compiling tungstenite v0.21.0 |
2405 | 2024-08-12T22:05:57.207Z | [ helios-setup] Aug 12 22:05:55.752 INFO E| Compiling semver-parser v0.10.2 |
2406 | 2024-08-12T22:06:00.132Z | [ helios-setup] Aug 12 22:05:58.676 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2407 | 2024-08-12T22:06:00.677Z | [ helios-setup] Aug 12 22:05:59.220 INFO E| Compiling url v2.3.1 |
2408 | 2024-08-12T22:06:02.875Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2409 | 2024-08-12T22:06:04.318Z | [ helios-setup] Aug 12 22:06:02.860 INFO E| Compiling crossbeam-channel v0.5.6 |
2410 | 2024-08-12T22:06:04.881Z | [ host-package] Compiling which v4.4.2 |
2411 | 2024-08-12T22:06:05.161Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2412 | 2024-08-12T22:06:05.303Z | [ helios-setup] Aug 12 22:06:03.845 INFO E| Compiling dirs-sys-next v0.1.2 |
2413 | 2024-08-12T22:06:05.684Z | [ host-package] Compiling cexpr v0.6.0 |
2414 | 2024-08-12T22:06:06.076Z | [ host-package] Compiling libsw v3.3.1 |
2415 | 2024-08-12T22:06:06.196Z | [ host-package] Compiling atty v0.2.14 |
2416 | 2024-08-12T22:06:06.533Z | [ host-package] Compiling linear-map v1.2.0 |
2417 | 2024-08-12T22:06:06.942Z | [ host-package] Compiling shlex v1.3.0 |
2418 | 2024-08-12T22:06:07.410Z | [ helios-setup] Aug 12 22:06:05.951 INFO E| Compiling same-file v1.0.6 |
2419 | 2024-08-12T22:06:07.410Z | [ host-package] Compiling owo-colors v4.0.0 |
2420 | 2024-08-12T22:06:07.769Z | [ host-package] Compiling rustc-hash v1.1.0 |
2421 | 2024-08-12T22:06:08.181Z | [ helios-setup] Aug 12 22:06:06.722 INFO E| Compiling crc32fast v1.3.2 |
2422 | 2024-08-12T22:06:08.197Z | [ host-package] Compiling lazycell v1.3.0 |
2423 | 2024-08-12T22:06:08.276Z | [ helios-setup] Aug 12 22:06:06.817 INFO E| Compiling try-lock v0.2.4 |
2424 | 2024-08-12T22:06:08.532Z | [ host-package] Compiling ref-cast v1.0.23 |
2425 | 2024-08-12T22:06:08.628Z | [ helios-setup] Aug 12 22:06:07.169 INFO E| Compiling want v0.3.0 |
2426 | 2024-08-12T22:06:09.773Z | [ helios-setup] Aug 12 22:06:08.313 INFO E| Compiling walkdir v2.3.3 |
2427 | 2024-08-12T22:06:09.828Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2428 | 2024-08-12T22:06:09.843Z | [ helios-setup] Aug 12 22:06:08.384 INFO E| Compiling dirs-next v2.0.0 |
2429 | 2024-08-12T22:06:10.385Z | [ helios-setup] Aug 12 22:06:08.925 INFO E| Compiling tokio-util v0.7.7 |
2430 | 2024-08-12T22:06:11.046Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2431 | 2024-08-12T22:06:13.319Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2432 | 2024-08-12T22:06:14.420Z | [ helios-setup] Aug 12 22:06:12.958 INFO E| Compiling h2 v0.3.16 |
2433 | 2024-08-12T22:06:14.908Z | [ helios-setup] Aug 12 22:06:13.446 INFO E| Compiling semver v0.11.0 |
2434 | 2024-08-12T22:06:15.744Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2435 | 2024-08-12T22:06:15.903Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2436 | 2024-08-12T22:06:16.380Z | [ helios-setup] Aug 12 22:06:14.918 INFO E| Compiling proc-macro-crate v1.2.1 |
2437 | 2024-08-12T22:06:16.622Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2438 | 2024-08-12T22:06:17.577Z | [ helios-setup] Aug 12 22:06:16.114 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2439 | 2024-08-12T22:06:18.030Z | [ helios-setup] Aug 12 22:06:16.567 INFO E| Compiling futures-executor v0.3.28 |
2440 | 2024-08-12T22:06:19.802Z | [ helios-setup] Aug 12 22:06:18.338 INFO E| Compiling http-body v0.4.5 |
2441 | 2024-08-12T22:06:20.256Z | [ helios-setup] Aug 12 22:06:18.793 INFO E| Compiling ring v0.16.20 |
2442 | 2024-08-12T22:06:20.720Z | [ helios-setup] Aug 12 22:06:19.255 INFO E| Compiling rand_core v0.6.4 |
2443 | 2024-08-12T22:06:20.923Z | [ host-package] Compiling headers-core v0.2.0 |
2444 | 2024-08-12T22:06:21.235Z | [ host-package] Compiling fxhash v0.2.1 |
2445 | 2024-08-12T22:06:22.009Z | [ host-package] Compiling libxml v0.3.3 |
2446 | 2024-08-12T22:06:22.365Z | [ helios-setup] Aug 12 22:06:20.900 INFO E| Compiling thread_local v1.1.7 |
2447 | 2024-08-12T22:06:22.429Z | [ helios-setup] Aug 12 22:06:20.965 INFO E| Compiling fastrand v1.9.0 |
2448 | 2024-08-12T22:06:23.188Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2449 | 2024-08-12T22:06:23.536Z | [ helios-setup] Aug 12 22:06:22.071 INFO E| Compiling lazy_static v1.4.0 |
2450 | 2024-08-12T22:06:23.916Z | [ helios-setup] Aug 12 22:06:22.451 INFO E| Compiling tower-service v0.3.2 |
2451 | 2024-08-12T22:06:23.981Z | [ helios-setup] Aug 12 22:06:22.516 INFO E| Compiling utf8parse v0.2.1 |
2452 | 2024-08-12T22:06:24.230Z | [ helios-setup] Aug 12 22:06:22.764 INFO E| Compiling home v0.5.4 |
2453 | 2024-08-12T22:06:24.843Z | [ helios-setup] Aug 12 22:06:23.378 INFO E| Compiling base64 v0.21.0 |
2454 | 2024-08-12T22:06:25.002Z | [ helios-setup] Aug 12 22:06:23.536 INFO E| Compiling adler v1.0.2 |
2455 | 2024-08-12T22:06:25.835Z | [ helios-setup] Aug 12 22:06:24.369 INFO E| Compiling rayon-core v1.10.2 |
2456 | 2024-08-12T22:06:26.539Z | [ helios-setup] Aug 12 22:06:25.072 INFO E| Compiling httpdate v1.0.2 |
2457 | 2024-08-12T22:06:26.663Z | [ helios-setup] Aug 12 22:06:25.196 INFO E| Compiling ppv-lite86 v0.2.17 |
2458 | 2024-08-12T22:06:26.737Z | [ host-package] Compiling headers v0.3.9 |
2459 | 2024-08-12T22:06:26.967Z | [ helios-setup] Aug 12 22:06:25.500 INFO E| Compiling hyper v0.14.25 |
2460 | 2024-08-12T22:06:28.091Z | [ helios-setup] Aug 12 22:06:26.624 INFO E| Compiling miniz_oxide v0.6.2 |
2461 | 2024-08-12T22:06:28.385Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2462 | 2024-08-12T22:06:28.602Z | [ helios-setup] Aug 12 22:06:27.135 INFO E| Compiling rand_chacha v0.3.1 |
2463 | 2024-08-12T22:06:30.529Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2464 | 2024-08-12T22:06:33.394Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2465 | 2024-08-12T22:06:33.611Z | [ helios-setup] Aug 12 22:06:32.140 INFO E| Compiling toolchain_find v0.2.0 |
2466 | 2024-08-12T22:06:34.188Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2467 | 2024-08-12T22:06:34.317Z | [ helios-setup] Aug 12 22:06:32.847 INFO E| Compiling anstyle-parse v0.1.1 |
2468 | 2024-08-12T22:06:34.564Z | [ helios-setup] Aug 12 22:06:33.095 INFO E| Compiling tempfile v3.5.0 |
2469 | 2024-08-12T22:06:35.754Z | [ host-package] Compiling polar-core v0.27.3 |
2470 | 2024-08-12T22:06:37.425Z | [ host-package] Compiling samael v0.0.15 |
2471 | 2024-08-12T22:06:37.483Z | [ host-package] Compiling strum_macros v0.24.3 |
2472 | 2024-08-12T22:06:39.473Z | [ host-package] Compiling unicase v2.7.0 |
2473 | 2024-08-12T22:06:40.380Z | [ host-package] Compiling cookie v0.18.1 |
2474 | 2024-08-12T22:06:41.256Z | [ host-package] Compiling indoc v1.0.9 |
2475 | 2024-08-12T22:06:43.544Z | [ host-package] Compiling derive_builder v0.20.0 |
2476 | 2024-08-12T22:06:43.616Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2477 | 2024-08-12T22:06:44.179Z | [ host-package] Compiling crossterm v0.28.1 |
2478 | 2024-08-12T22:06:44.585Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2479 | 2024-08-12T22:06:45.522Z | [ helios-setup] Aug 12 22:06:44.048 INFO E| Compiling futures v0.3.28 |
2480 | 2024-08-12T22:06:45.946Z | [ helios-setup] Aug 12 22:06:44.472 INFO E| Compiling num_enum_derive v0.5.7 |
2481 | 2024-08-12T22:06:50.081Z | [ helios-setup] Aug 12 22:06:48.606 INFO E| Compiling crossbeam-deque v0.8.2 |
2482 | 2024-08-12T22:06:50.237Z | [ helios-setup] Aug 12 22:06:48.761 INFO E| Compiling cargo-lock v8.0.3 |
2483 | 2024-08-12T22:06:51.214Z | [ helios-setup] Aug 12 22:06:49.738 INFO E| Compiling term v0.7.0 |
2484 | 2024-08-12T22:06:51.324Z | [ host-package] Compiling oso-derive v0.27.3 |
2485 | 2024-08-12T22:06:53.009Z | [ host-package] Compiling quick-xml v0.31.0 |
2486 | 2024-08-12T22:06:53.290Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2487 | 2024-08-12T22:06:54.294Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2488 | 2024-08-12T22:06:54.407Z | [ helios-setup] Aug 12 22:06:52.930 INFO E| Compiling serde_urlencoded v0.7.1 |
2489 | 2024-08-12T22:06:54.685Z | [ helios-setup] Aug 12 22:06:53.203 INFO E| Compiling sha1 v0.10.5 |
2490 | 2024-08-12T22:06:55.359Z | [ helios-setup] Aug 12 22:06:53.881 INFO E| Compiling sha2 v0.10.6 |
2491 | 2024-08-12T22:06:55.966Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2492 | 2024-08-12T22:06:56.211Z | [ helios-setup] Aug 12 22:06:54.733 INFO E| Compiling is-terminal v0.4.7 |
2493 | 2024-08-12T22:06:56.242Z | [ host-package] Compiling nix v0.28.0 |
2494 | 2024-08-12T22:06:56.805Z | [ helios-setup] Aug 12 22:06:55.326 INFO E| Compiling atty v0.2.14 |
2495 | 2024-08-12T22:06:57.233Z | [ helios-setup] Aug 12 22:06:55.754 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2496 | 2024-08-12T22:06:57.893Z | [ helios-setup] Aug 12 22:06:56.414 INFO E| Compiling concolor-query v0.3.3 |
2497 | 2024-08-12T22:06:58.141Z | [ helios-setup] Aug 12 22:06:56.662 INFO E| Compiling anstyle v0.3.5 |
2498 | 2024-08-12T22:06:58.433Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2499 | 2024-08-12T22:06:59.401Z | [ helios-setup] Aug 12 22:06:57.922 INFO E| Compiling concolor-override v1.0.0 |
2500 | 2024-08-12T22:06:59.435Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2501 | 2024-08-12T22:07:01.826Z | [ helios-setup] Aug 12 22:07:00.346 INFO E| Compiling anstream v0.2.6 |
2502 | 2024-08-12T22:07:02.543Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2503 | 2024-08-12T22:07:03.159Z | [ host-package] Compiling bb8 v0.8.5 |
2504 | 2024-08-12T22:07:03.477Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2505 | 2024-08-12T22:07:03.602Z | [ helios-setup] Aug 12 22:07:02.121 INFO E| Compiling slog-term v2.9.0 |
2506 | 2024-08-12T22:07:04.295Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2507 | 2024-08-12T22:07:04.476Z | [ helios-setup] Aug 12 22:07:02.994 INFO E| Compiling flate2 v1.0.25 |
2508 | 2024-08-12T22:07:04.560Z | [ helios-setup] Aug 12 22:07:03.078 INFO E| Compiling num_enum v0.5.7 |
2509 | 2024-08-12T22:07:05.014Z | [ helios-setup] Aug 12 22:07:03.532 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2510 | 2024-08-12T22:07:05.350Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2511 | 2024-08-12T22:07:06.144Z | [ helios-setup] Aug 12 22:07:04.662 INFO E| Compiling rand v0.8.5 |
2512 | 2024-08-12T22:07:06.278Z | [ helios-setup] Aug 12 22:07:04.795 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2513 | 2024-08-12T22:07:06.667Z | [ helios-setup] Aug 12 22:07:05.185 INFO E| Compiling openapiv3 v1.0.2 |
2514 | 2024-08-12T22:07:06.936Z | [ host-package] Compiling keccak v0.1.5 |
2515 | 2024-08-12T22:07:07.449Z | [ host-package] Compiling const_format v0.2.32 |
2516 | 2024-08-12T22:07:09.033Z | [ host-package] Compiling sha3 v0.10.8 |
2517 | 2024-08-12T22:07:09.224Z | [ helios-setup] Aug 12 22:07:07.741 INFO E| Compiling encoding_rs v0.8.32 |
2518 | 2024-08-12T22:07:09.261Z | [ host-package] Compiling vte v0.11.1 |
2519 | 2024-08-12T22:07:09.541Z | [ helios-setup] Aug 12 22:07:08.058 INFO E| Compiling ipnet v2.7.2 |
2520 | 2024-08-12T22:07:10.102Z | [ helios-setup] Aug 12 22:07:08.616 INFO E| Compiling project-root v0.2.2 |
2521 | 2024-08-12T22:07:10.805Z | [ helios-setup] Aug 12 22:07:09.321 INFO E| Compiling spin v0.5.2 |
2522 | 2024-08-12T22:07:10.863Z | [ host-package] Compiling fd-lock v4.0.2 |
2523 | 2024-08-12T22:07:11.188Z | [ host-package] Compiling universal-hash v0.5.1 |
2524 | 2024-08-12T22:07:11.259Z | [ helios-setup] Aug 12 22:07:09.775 INFO E| Compiling strsim v0.10.0 |
2525 | 2024-08-12T22:07:11.737Z | [ host-package] Compiling secrecy v0.8.0 |
2526 | 2024-08-12T22:07:11.740Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2527 | 2024-08-12T22:07:11.974Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2528 | 2024-08-12T22:07:12.269Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2529 | 2024-08-12T22:07:13.247Z | [ host-package] Compiling bytecount v0.6.8 |
2530 | 2024-08-12T22:07:13.333Z | [ host-package] Compiling opaque-debug v0.3.1 |
2531 | 2024-08-12T22:07:13.604Z | [ host-package] Compiling poly1305 v0.8.0 |
2532 | 2024-08-12T22:07:13.848Z | [ host-package] Compiling papergrid v0.11.0 |
2533 | 2024-08-12T22:07:14.480Z | [ helios-setup] Aug 12 22:07:12.994 INFO E| Compiling untrusted v0.7.1 |
2534 | 2024-08-12T22:07:14.669Z | [ helios-setup] Aug 12 22:07:13.184 INFO E| Compiling mime v0.3.17 |
2535 | 2024-08-12T22:07:15.216Z | [ helios-setup] Aug 12 22:07:13.731 INFO E| Compiling byteorder v1.4.3 |
2536 | 2024-08-12T22:07:15.276Z | [ helios-setup] Aug 12 22:07:13.791 INFO E| Compiling utf-8 v0.7.6 |
2537 | 2024-08-12T22:07:16.233Z | [ helios-setup] Aug 12 22:07:14.747 INFO E| Compiling either v1.8.0 |
2538 | 2024-08-12T22:07:16.299Z | [ helios-setup] Aug 12 22:07:14.813 INFO E| Compiling clap_lex v0.4.1 |
2539 | 2024-08-12T22:07:16.572Z | [ helios-setup] Aug 12 22:07:15.086 INFO E| Compiling unsafe-libyaml v0.2.8 |
2540 | 2024-08-12T22:07:16.691Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2541 | 2024-08-12T22:07:16.962Z | [ helios-setup] Aug 12 22:07:15.476 INFO E| Compiling base64 v0.13.1 |
2542 | 2024-08-12T22:07:17.112Z | [ helios-setup] Aug 12 22:07:15.625 INFO E| Compiling rayon v1.6.1 |
2543 | 2024-08-12T22:07:17.325Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2544 | 2024-08-12T22:07:17.927Z | [ helios-setup] Aug 12 22:07:16.441 INFO E| Compiling tungstenite v0.18.0 |
2545 | 2024-08-12T22:07:17.945Z | [ host-package] Compiling parking_lot v0.11.2 |
2546 | 2024-08-12T22:07:18.531Z | [ helios-setup] Aug 12 22:07:17.044 INFO E| Compiling clap_builder v4.2.1 |
2547 | 2024-08-12T22:07:19.217Z | [ helios-setup] Aug 12 22:07:17.729 INFO E| Compiling reqwest v0.11.16 |
2548 | 2024-08-12T22:07:20.458Z | [ helios-setup] Aug 12 22:07:18.970 INFO E| Compiling serde_yaml v0.9.21 |
2549 | 2024-08-12T22:07:21.549Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2550 | 2024-08-12T22:07:28.146Z | [ helios-setup] Aug 12 22:07:26.655 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2551 | 2024-08-12T22:07:28.931Z | [ helios-setup] Aug 12 22:07:27.440 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2552 | 2024-08-12T22:07:29.009Z | [ helios-setup] Aug 12 22:07:27.518 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2553 | 2024-08-12T22:07:30.900Z | [ host-package] Compiling oso v0.27.3 |
2554 | 2024-08-12T22:07:31.553Z | [ helios-setup] Aug 12 22:07:30.061 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2555 | 2024-08-12T22:07:32.855Z | [ helios-setup] Aug 12 22:07:31.363 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2556 | 2024-08-12T22:07:33.464Z | [ helios-setup] Aug 12 22:07:31.971 INFO E| Compiling clap_derive v4.2.0 |
2557 | 2024-08-12T22:07:36.943Z | [ helios-setup] Aug 12 22:07:35.449 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2558 | 2024-08-12T22:07:38.450Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2559 | 2024-08-12T22:07:38.725Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2560 | 2024-08-12T22:07:38.984Z | [ helios-setup] Aug 12 22:07:37.489 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2561 | 2024-08-12T22:07:39.622Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2562 | 2024-08-12T22:07:40.231Z | [ host-package] Compiling tabled_derive v0.7.0 |
2563 | 2024-08-12T22:07:43.021Z | [ helios-setup] Aug 12 22:07:41.525 INFO E| Compiling clap v4.2.1 |
2564 | 2024-08-12T22:07:43.819Z | [ host-package] Compiling chacha20 v0.9.1 |
2565 | 2024-08-12T22:07:44.724Z | [ host-package] Compiling crossterm v0.27.0 |
2566 | 2024-08-12T22:07:45.218Z | [ host-package] Compiling aead v0.5.2 |
2567 | 2024-08-12T22:07:46.240Z | [ host-package] Compiling peg-macros v0.8.4 |
2568 | 2024-08-12T22:07:48.576Z | [ host-package] Compiling kstat-rs v0.2.4 |
2569 | 2024-08-12T22:07:50.808Z | [ host-package] Compiling toml v0.5.11 |
2570 | 2024-08-12T22:07:53.900Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2571 | 2024-08-12T22:07:56.876Z | [ host-package] Compiling unicode_categories v0.1.1 |
2572 | 2024-08-12T22:07:57.145Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2573 | 2024-08-12T22:07:58.177Z | [ host-package] Compiling reedline v0.33.0 |
2574 | 2024-08-12T22:07:59.561Z | [ host-package] Compiling sqlformat v0.2.4 |
2575 | 2024-08-12T22:08:00.756Z | [ helios-setup] Aug 12 22:07:59.253 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2576 | 2024-08-12T22:08:04.303Z | [ helios-setup] Aug 12 22:08:02.798 INFO E| Compiling tokio-tungstenite v0.18.0 |
2577 | 2024-08-12T22:08:05.552Z | [ host-package] Compiling rustyline v14.0.0 |
2578 | 2024-08-12T22:08:05.584Z | [ helios-setup] Aug 12 22:08:04.075 INFO E| Compiling smartstring v1.0.1 |
2579 | 2024-08-12T22:08:05.726Z | [ host-package] Compiling sqlparser v0.45.0 |
2580 | 2024-08-12T22:08:06.777Z | [ helios-setup] Aug 12 22:08:05.271 INFO E| Compiling rustls v0.21.0 |
2581 | 2024-08-12T22:08:07.816Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2582 | 2024-08-12T22:08:08.785Z | [ helios-setup] Aug 12 22:08:07.278 INFO E| Compiling toml_datetime v0.6.1 |
2583 | 2024-08-12T22:08:10.327Z | [ helios-setup] Aug 12 22:08:08.819 INFO E| Compiling serde_spanned v0.6.1 |
2584 | 2024-08-12T22:08:11.203Z | [ helios-setup] Aug 12 22:08:09.696 INFO E| Compiling camino v1.1.4 |
2585 | 2024-08-12T22:08:12.958Z | [ helios-setup] Aug 12 22:08:11.450 INFO E| Compiling static_assertions v1.1.0 |
2586 | 2024-08-12T22:08:13.069Z | [ helios-setup] Aug 12 22:08:11.560 INFO E| Compiling match_cfg v0.1.0 |
2587 | 2024-08-12T22:08:13.172Z | [ helios-setup] Aug 12 22:08:11.664 INFO E| Compiling winnow v0.4.1 |
2588 | 2024-08-12T22:08:13.326Z | [ helios-setup] Aug 12 22:08:11.818 INFO E| Compiling paste v1.0.12 |
2589 | 2024-08-12T22:08:13.326Z | [ helios-setup] Aug 12 22:08:11.818 INFO E| Compiling slog-async v2.7.0 |
2590 | 2024-08-12T22:08:14.624Z | [ helios-setup] Aug 12 22:08:13.114 INFO E| Compiling async-trait v0.1.68 |
2591 | 2024-08-12T22:08:15.450Z | [ helios-setup] Aug 12 22:08:13.941 INFO E| Compiling hostname v0.3.1 |
2592 | 2024-08-12T22:08:16.172Z | [ helios-setup] Aug 12 22:08:14.662 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2593 | 2024-08-12T22:08:17.317Z | [ helios-setup] Aug 12 22:08:15.806 INFO E| Compiling slog-json v2.6.1 |
2594 | 2024-08-12T22:08:18.250Z | [ helios-setup] Aug 12 22:08:16.739 INFO E| Compiling unicode-linebreak v0.1.4 |
2595 | 2024-08-12T22:08:20.677Z | [ helios-setup] Aug 12 22:08:19.165 INFO E| Compiling toml_edit v0.19.8 |
2596 | 2024-08-12T22:08:21.018Z | [ host-package] Compiling peg v0.8.4 |
2597 | 2024-08-12T22:08:21.238Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2598 | 2024-08-12T22:08:23.876Z | [ helios-setup] Aug 12 22:08:22.363 INFO E| Compiling async-stream-impl v0.3.5 |
2599 | 2024-08-12T22:08:23.945Z | [ helios-setup] Aug 12 22:08:22.432 INFO E| Compiling rhai_codegen v1.5.0 |
2600 | 2024-08-12T22:08:26.966Z | [ helios-setup] Aug 12 22:08:25.452 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2601 | 2024-08-12T22:08:27.952Z | [ helios-setup] Aug 12 22:08:26.437 INFO E| Compiling take_mut v0.2.2 |
2602 | 2024-08-12T22:08:29.134Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2603 | 2024-08-12T22:08:29.828Z | [ helios-setup] Aug 12 22:08:28.313 INFO E| Compiling rhai v1.14.0 |
2604 | 2024-08-12T22:08:30.031Z | [ host-package] Compiling tabled v0.15.0 |
2605 | 2024-08-12T22:08:32.875Z | [ helios-setup] Aug 12 22:08:31.359 INFO E| Compiling toml v0.7.3 |
2606 | 2024-08-12T22:08:34.082Z | [ helios-setup] Aug 12 22:08:32.565 INFO E| Compiling async-stream v0.3.5 |
2607 | 2024-08-12T22:08:34.703Z | [ host-package] Compiling vsss-rs v3.3.4 |
2608 | 2024-08-12T22:08:35.581Z | [ helios-setup] Aug 12 22:08:34.064 INFO E| Compiling slog-bunyan v2.4.0 |
2609 | 2024-08-12T22:08:39.787Z | [ helios-setup] Aug 12 22:08:38.268 INFO E| Compiling rustls-pemfile v1.0.2 |
2610 | 2024-08-12T22:08:40.850Z | [ helios-setup] Aug 12 22:08:39.330 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2611 | 2024-08-12T22:08:40.953Z | [ helios-setup] Aug 12 22:08:39.433 INFO E| Compiling serde_path_to_error v0.1.11 |
2612 | 2024-08-12T22:08:41.880Z | [ helios-setup] Aug 12 22:08:40.360 INFO E| Compiling bincode v1.3.3 |
2613 | 2024-08-12T22:08:43.819Z | [ host-package] Compiling sled v0.34.7 |
2614 | 2024-08-12T22:08:43.863Z | [ helios-setup] Aug 12 22:08:42.342 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2615 | 2024-08-12T22:08:44.161Z | [ helios-setup] Aug 12 22:08:42.641 INFO E| Compiling terminal_size v0.2.6 |
2616 | 2024-08-12T22:08:44.365Z | [ helios-setup] Aug 12 22:08:42.844 INFO E| Compiling smawk v0.3.1 |
2617 | 2024-08-12T22:08:44.671Z | [ host-package] Compiling mime_guess v2.0.4 |
2618 | 2024-08-12T22:08:45.251Z | [ helios-setup] Aug 12 22:08:43.729 INFO E| Compiling textwrap v0.16.0 |
2619 | 2024-08-12T22:08:48.690Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2620 | 2024-08-12T22:08:50.871Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2621 | 2024-08-12T22:08:52.758Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2622 | 2024-08-12T22:08:53.474Z | [ host-package] Compiling env_logger v0.9.3 |
2623 | 2024-08-12T22:08:57.747Z | [ helios-setup] Aug 12 22:08:56.221 INFO E| Compiling rustls-webpki v0.100.1 |
2624 | 2024-08-12T22:08:57.815Z | [ helios-setup] Aug 12 22:08:56.289 INFO E| Compiling sct v0.7.0 |
2625 | 2024-08-12T22:09:01.302Z | [ host-package] Compiling tungstenite v0.20.1 |
2626 | 2024-08-12T22:09:04.106Z | [ helios-setup] Aug 12 22:09:02.577 INFO E| Compiling git2 v0.16.1 |
2627 | 2024-08-12T22:09:07.179Z | [ helios-setup] Aug 12 22:09:05.649 INFO E| Compiling tokio-rustls v0.24.0 |
2628 | 2024-08-12T22:09:08.672Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2629 | 2024-08-12T22:09:10.448Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2630 | 2024-08-12T22:09:11.895Z | [ helios-setup] Aug 12 22:09:10.363 INFO E| Compiling built v0.6.0 |
2631 | 2024-08-12T22:09:16.256Z | [ helios-setup] Aug 12 22:09:14.723 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2632 | 2024-08-12T22:09:19.317Z | [ helios-setup] Aug 12 22:09:17.782 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2633 | 2024-08-12T22:09:20.422Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2634 | 2024-08-12T22:09:20.635Z | [ helios-setup] Aug 12 22:09:19.100 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2635 | 2024-08-12T22:09:25.967Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2636 | 2024-08-12T22:09:35.044Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2637 | 2024-08-12T22:09:37.530Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2638 | 2024-08-12T22:09:38.514Z | [ host-package] Compiling bcs v0.1.6 |
2639 | 2024-08-12T22:09:38.808Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2640 | 2024-08-12T22:09:40.465Z | [ host-package] Compiling nanorand v0.7.0 |
2641 | 2024-08-12T22:09:41.300Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2642 | 2024-08-12T22:09:41.444Z | [ host-package] Compiling memoffset v0.9.1 |
2643 | 2024-08-12T22:09:41.535Z | [ host-package] Compiling ascii v1.1.0 |
2644 | 2024-08-12T22:09:42.399Z | [ host-package] Compiling highway v1.2.0 |
2645 | 2024-08-12T22:09:42.696Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2646 | 2024-08-12T22:09:43.984Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2647 | 2024-08-12T22:09:44.139Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2648 | 2024-08-12T22:09:44.679Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2649 | 2024-08-12T22:09:45.050Z | [ host-package] Compiling bitstruct v0.1.1 |
2650 | 2024-08-12T22:09:45.217Z | [ host-package] Compiling flume v0.11.0 |
2651 | 2024-08-12T22:09:45.250Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2652 | 2024-08-12T22:09:46.046Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2653 | 2024-08-12T22:09:46.049Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2654 | 2024-08-12T22:09:46.861Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2655 | 2024-08-12T22:09:48.343Z | [ helios-setup] Aug 12 22:09:46.797 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2656 | 2024-08-12T22:09:48.965Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2657 | 2024-08-12T22:09:50.860Z | [ helios-setup] Aug 12 22:09:49.312 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2658 | 2024-08-12T22:09:59.343Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2659 | 2024-08-12T22:10:01.729Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-08-12T22:10:05.352Z | [ host-package] Compiling serde_arrays v0.1.0 |
2661 | 2024-08-12T22:10:06.056Z | [ host-package] Compiling erased-serde v0.3.31 |
2662 | 2024-08-12T22:10:08.525Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2663 | 2024-08-12T22:10:09.802Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2664 | 2024-08-12T22:10:30.699Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2665 | 2024-08-12T22:10:32.319Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2666 | 2024-08-12T22:10:32.880Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2667 | 2024-08-12T22:10:35.273Z | [ helios-setup] Aug 12 22:10:33.691 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2668 | 2024-08-12T22:10:43.697Z | [ host-package] Compiling heck v0.3.3 |
2669 | 2024-08-12T22:10:44.190Z | [ host-package] Compiling rand_seeder v0.3.0 |
2670 | 2024-08-12T22:10:44.633Z | [ host-package] Compiling castaway v0.2.3 |
2671 | 2024-08-12T22:10:44.923Z | [ host-package] Compiling csv-core v0.1.11 |
2672 | 2024-08-12T22:10:45.970Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2673 | 2024-08-12T22:10:46.519Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2674 | 2024-08-12T22:10:46.942Z | [ host-package] Compiling http-range v0.1.5 |
2675 | 2024-08-12T22:10:47.633Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2676 | 2024-08-12T22:10:50.073Z | [ host-package] Compiling csv v1.3.0 |
2677 | 2024-08-12T22:10:51.682Z | [ host-package] Compiling compact_str v0.8.0 |
2678 | 2024-08-12T22:10:52.766Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2679 | 2024-08-12T22:10:53.243Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2680 | 2024-08-12T22:10:55.280Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2681 | 2024-08-12T22:10:55.586Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2682 | 2024-08-12T22:10:56.747Z | [ host-package] Compiling nix v0.27.1 |
2683 | 2024-08-12T22:11:02.057Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2684 | 2024-08-12T22:11:05.991Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2685 | 2024-08-12T22:11:13.046Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2686 | 2024-08-12T22:11:13.831Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2687 | 2024-08-12T22:11:14.668Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2688 | 2024-08-12T22:11:15.206Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2689 | 2024-08-12T22:11:15.563Z | [ host-package] Compiling lru v0.12.3 |
2690 | 2024-08-12T22:11:15.797Z | [ host-package] Compiling serde-big-array v0.5.1 |
2691 | 2024-08-12T22:11:16.317Z | [ host-package] Compiling instability v0.3.2 |
2692 | 2024-08-12T22:11:16.448Z | [ host-package] Compiling base64 v0.13.1 |
2693 | 2024-08-12T22:11:17.314Z | [ host-package] Compiling cassowary v0.3.0 |
2694 | 2024-08-12T22:11:18.158Z | [ host-package] Compiling ron v0.7.1 |
2695 | 2024-08-12T22:11:18.442Z | [ host-package] Compiling ratatui v0.28.0 |
2696 | 2024-08-12T22:11:28.359Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2697 | 2024-08-12T22:11:29.056Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2698 | 2024-08-12T22:11:30.382Z | [ host-package] Compiling zone v0.1.8 |
2699 | 2024-08-12T22:11:35.148Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2700 | 2024-08-12T22:11:38.605Z | [ helios-setup] Aug 12 22:11:37.014 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s |
2701 | 2024-08-12T22:11:38.759Z | [ helios-setup] Aug 12 22:11:37.168 INFO building project "pilot" ok (409 seconds) |
2702 | 2024-08-12T22:11:38.765Z | [ helios-setup] Aug 12 22:11:37.168 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2703 | 2024-08-12T22:11:38.765Z | [ helios-setup] Aug 12 22:11:37.168 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2704 | 2024-08-12T22:11:39.086Z | [ helios-setup] Aug 12 22:11:37.495 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2705 | 2024-08-12T22:11:39.596Z | [ helios-setup] Aug 12 22:11:38.005 INFO E| From https://github.com/jclulow/rust-jmclib |
2706 | 2024-08-12T22:11:39.596Z | [ helios-setup] Aug 12 22:11:38.005 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2707 | 2024-08-12T22:11:39.616Z | [ helios-setup] Aug 12 22:11:38.026 INFO E| Updating crates.io index |
2708 | 2024-08-12T22:11:39.718Z | [ helios-setup] Aug 12 22:11:38.128 INFO E| Downloading crates ... |
2709 | 2024-08-12T22:11:39.854Z | [ helios-setup] Aug 12 22:11:38.264 INFO E| Downloaded opaque-debug v0.3.0 |
2710 | 2024-08-12T22:11:39.857Z | [ helios-setup] Aug 12 22:11:38.266 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2711 | 2024-08-12T22:11:39.860Z | [ helios-setup] Aug 12 22:11:38.268 INFO E| Downloaded fastrand v2.0.0 |
2712 | 2024-08-12T22:11:39.862Z | [ helios-setup] Aug 12 22:11:38.270 INFO E| Downloaded digest v0.9.0 |
2713 | 2024-08-12T22:11:39.866Z | [ helios-setup] Aug 12 22:11:38.272 INFO E| Downloaded cpufeatures v0.2.9 |
2714 | 2024-08-12T22:11:39.866Z | [ helios-setup] Aug 12 22:11:38.274 INFO E| Downloaded md-5 v0.9.1 |
2715 | 2024-08-12T22:11:39.869Z | [ helios-setup] Aug 12 22:11:38.277 INFO E| Downloaded itoa v1.0.9 |
2716 | 2024-08-12T22:11:39.869Z | [ helios-setup] Aug 12 22:11:38.278 INFO E| Downloaded block-buffer v0.9.0 |
2717 | 2024-08-12T22:11:39.871Z | [ helios-setup] Aug 12 22:11:38.280 INFO E| Downloaded anyhow v1.0.72 |
2718 | 2024-08-12T22:11:39.876Z | [ helios-setup] Aug 12 22:11:38.285 INFO E| Downloaded sha-1 v0.9.8 |
2719 | 2024-08-12T22:11:39.879Z | [ helios-setup] Aug 12 22:11:38.288 INFO E| Downloaded proc-macro2 v1.0.66 |
2720 | 2024-08-12T22:11:39.883Z | [ helios-setup] Aug 12 22:11:38.292 INFO E| Downloaded getrandom v0.2.10 |
2721 | 2024-08-12T22:11:39.887Z | [ helios-setup] Aug 12 22:11:38.297 INFO E| Downloaded tempfile v3.7.0 |
2722 | 2024-08-12T22:11:39.890Z | [ helios-setup] Aug 12 22:11:38.300 INFO E| Downloaded quote v1.0.31 |
2723 | 2024-08-12T22:11:39.895Z | [ helios-setup] Aug 12 22:11:38.304 INFO E| Downloaded once_cell v1.18.0 |
2724 | 2024-08-12T22:11:39.898Z | [ helios-setup] Aug 12 22:11:38.308 INFO E| Downloaded uuid v0.8.2 |
2725 | 2024-08-12T22:11:39.904Z | [ helios-setup] Aug 12 22:11:38.314 INFO E| Downloaded unicode-ident v1.0.11 |
2726 | 2024-08-12T22:11:39.909Z | [ helios-setup] Aug 12 22:11:38.319 INFO E| Downloaded serde_derive v1.0.193 |
2727 | 2024-08-12T22:11:39.914Z | [ helios-setup] Aug 12 22:11:38.324 INFO E| Downloaded ryu v1.0.15 |
2728 | 2024-08-12T22:11:39.919Z | [ helios-setup] Aug 12 22:11:38.329 INFO E| Downloaded serde v1.0.193 |
2729 | 2024-08-12T22:11:39.926Z | [ helios-setup] Aug 12 22:11:38.335 INFO E| Downloaded bitflags v2.3.3 |
2730 | 2024-08-12T22:11:39.959Z | [ helios-setup] Aug 12 22:11:38.369 INFO E| Downloaded serde_json v1.0.103 |
2731 | 2024-08-12T22:11:39.972Z | [ helios-setup] Aug 12 22:11:38.382 INFO E| Downloaded rustix v0.38.4 |
2732 | 2024-08-12T22:11:40.008Z | [ helios-setup] Aug 12 22:11:38.417 INFO E| Downloaded syn v2.0.32 |
2733 | 2024-08-12T22:11:40.048Z | [ helios-setup] Aug 12 22:11:38.458 INFO E| Downloaded libc v0.2.147 |
2734 | 2024-08-12T22:11:40.294Z | [ helios-setup] Aug 12 22:11:38.704 INFO E| Compiling libc v0.2.147 |
2735 | 2024-08-12T22:11:40.326Z | [ helios-setup] Aug 12 22:11:38.735 INFO E| Compiling proc-macro2 v1.0.66 |
2736 | 2024-08-12T22:11:40.326Z | [ helios-setup] Aug 12 22:11:38.735 INFO E| Compiling unicode-ident v1.0.11 |
2737 | 2024-08-12T22:11:40.329Z | [ helios-setup] Aug 12 22:11:38.735 INFO E| Compiling cfg-if v1.0.0 |
2738 | 2024-08-12T22:11:40.329Z | [ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling version_check v0.9.4 |
2739 | 2024-08-12T22:11:40.329Z | [ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling typenum v1.16.0 |
2740 | 2024-08-12T22:11:40.329Z | [ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling serde v1.0.193 |
2741 | 2024-08-12T22:11:40.329Z | [ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling itoa v1.0.9 |
2742 | 2024-08-12T22:11:40.696Z | [ helios-setup] Aug 12 22:11:39.105 INFO E| Compiling rustix v0.38.4 |
2743 | 2024-08-12T22:11:40.835Z | [ helios-setup] Aug 12 22:11:39.244 INFO E| Compiling powerfmt v0.2.0 |
2744 | 2024-08-12T22:11:40.901Z | [ helios-setup] Aug 12 22:11:39.301 INFO E| Compiling num-conv v0.1.0 |
2745 | 2024-08-12T22:11:41.432Z | [ helios-setup] Aug 12 22:11:39.841 INFO E| Compiling time-core v0.1.2 |
2746 | 2024-08-12T22:11:41.673Z | [ helios-setup] Aug 12 22:11:40.081 INFO E| Compiling generic-array v0.14.7 |
2747 | 2024-08-12T22:11:41.682Z | [ helios-setup] Aug 12 22:11:40.090 INFO E| Compiling slog v2.7.0 |
2748 | 2024-08-12T22:11:41.825Z | [ helios-setup] Aug 12 22:11:40.232 INFO E| Compiling deranged v0.3.11 |
2749 | 2024-08-12T22:11:42.012Z | [ helios-setup] Aug 12 22:11:40.421 INFO E| Compiling time-macros v0.2.18 |
2750 | 2024-08-12T22:11:42.357Z | [ helios-setup] Aug 12 22:11:40.766 INFO E| Compiling num_threads v0.1.6 |
2751 | 2024-08-12T22:11:42.596Z | [ helios-setup] Aug 12 22:11:41.002 INFO E| Compiling once_cell v1.18.0 |
2752 | 2024-08-12T22:11:42.797Z | [ helios-setup] Aug 12 22:11:41.202 INFO E| Compiling bitflags v2.3.3 |
2753 | 2024-08-12T22:11:43.479Z | [ helios-setup] Aug 12 22:11:41.887 INFO E| Compiling thread_local v1.1.7 |
2754 | 2024-08-12T22:11:43.716Z | [ helios-setup] Aug 12 22:11:42.124 INFO E| Compiling quote v1.0.31 |
2755 | 2024-08-12T22:11:44.727Z | [ helios-setup] Aug 12 22:11:43.134 INFO E| Compiling syn v2.0.32 |
2756 | 2024-08-12T22:11:44.741Z | [ helios-setup] Aug 12 22:11:43.149 INFO E| Compiling dirs-sys-next v0.1.2 |
2757 | 2024-08-12T22:11:45.084Z | [ helios-setup] Aug 12 22:11:43.486 INFO E| Compiling errno v0.3.1 |
2758 | 2024-08-12T22:11:45.216Z | [ helios-setup] Aug 12 22:11:43.616 INFO E| Compiling dirs-next v2.0.0 |
2759 | 2024-08-12T22:11:45.454Z | [ helios-setup] Aug 12 22:11:43.861 INFO E| Compiling term v0.7.0 |
2760 | 2024-08-12T22:11:45.639Z | [ helios-setup] Aug 12 22:11:44.046 INFO E| Compiling atty v0.2.14 |
2761 | 2024-08-12T22:11:45.786Z | [ helios-setup] Aug 12 22:11:44.193 INFO E| Compiling opaque-debug v0.3.0 |
2762 | 2024-08-12T22:11:45.899Z | [ helios-setup] Aug 12 22:11:44.306 INFO E| Compiling anyhow v1.0.72 |
2763 | 2024-08-12T22:11:46.054Z | [ helios-setup] Aug 12 22:11:44.460 INFO E| Compiling fastrand v2.0.0 |
2764 | 2024-08-12T22:11:46.423Z | [ helios-setup] Aug 12 22:11:44.830 INFO E| Compiling serde_json v1.0.103 |
2765 | 2024-08-12T22:11:46.965Z | [ helios-setup] Aug 12 22:11:45.370 INFO E| Compiling digest v0.9.0 |
2766 | 2024-08-12T22:11:46.991Z | [ helios-setup] Aug 12 22:11:45.398 INFO E| Compiling block-buffer v0.9.0 |
2767 | 2024-08-12T22:11:47.149Z | [ helios-setup] Aug 12 22:11:45.554 INFO E| Compiling time v0.3.36 |
2768 | 2024-08-12T22:11:47.355Z | [ helios-setup] Aug 12 22:11:45.718 INFO E| Compiling getrandom v0.2.10 |
2769 | 2024-08-12T22:11:47.472Z | [ helios-setup] Aug 12 22:11:45.813 INFO E| Compiling cpufeatures v0.2.9 |
2770 | 2024-08-12T22:11:47.659Z | [ helios-setup] Aug 12 22:11:46.050 INFO E| Compiling ryu v1.0.15 |
2771 | 2024-08-12T22:11:47.726Z | [ helios-setup] Aug 12 22:11:46.130 INFO E| Compiling same-file v1.0.6 |
2772 | 2024-08-12T22:11:47.885Z | [ helios-setup] Aug 12 22:11:46.291 INFO E| Compiling unicode-width v0.1.10 |
2773 | 2024-08-12T22:11:48.195Z | [ helios-setup] Aug 12 22:11:46.600 INFO E| Compiling getopts v0.2.21 |
2774 | 2024-08-12T22:11:48.231Z | [ helios-setup] Aug 12 22:11:46.638 INFO E| Compiling walkdir v2.3.3 |
2775 | 2024-08-12T22:11:48.472Z | [ helios-setup] Aug 12 22:11:46.878 INFO E| Compiling sha-1 v0.9.8 |
2776 | 2024-08-12T22:11:49.203Z | [ helios-setup] Aug 12 22:11:47.609 INFO E| Compiling tempfile v3.7.0 |
2777 | 2024-08-12T22:11:49.513Z | [ helios-setup] Aug 12 22:11:47.919 INFO E| Compiling md-5 v0.9.1 |
2778 | 2024-08-12T22:11:49.786Z | [ helios-setup] Aug 12 22:11:48.191 INFO E| Compiling glob v0.3.1 |
2779 | 2024-08-12T22:11:50.287Z | [ helios-setup] Aug 12 22:11:48.688 INFO E| Compiling libdevinfo-sys v1.0.0 |
2780 | 2024-08-12T22:11:51.228Z | [ helios-setup] Aug 12 22:11:49.633 INFO E| Compiling slog-term v2.9.0 |
2781 | 2024-08-12T22:11:52.942Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2782 | 2024-08-12T22:11:55.180Z | [ helios-setup] Aug 12 22:11:53.583 INFO E| Compiling serde_derive v1.0.193 |
2783 | 2024-08-12T22:11:55.529Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2784 | 2024-08-12T22:11:58.910Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2785 | 2024-08-12T22:12:01.364Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2786 | 2024-08-12T22:12:03.648Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2787 | 2024-08-12T22:12:05.480Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2788 | 2024-08-12T22:12:05.950Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2789 | 2024-08-12T22:12:06.077Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2790 | 2024-08-12T22:12:06.352Z | [ host-package] Compiling portpicker v0.1.1 |
2791 | 2024-08-12T22:12:07.006Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2792 | 2024-08-12T22:12:07.677Z | [ host-package] Compiling smawk v0.3.2 |
2793 | 2024-08-12T22:12:08.043Z | [ host-package] Compiling textwrap v0.16.1 |
2794 | 2024-08-12T22:12:10.455Z | [ helios-setup] Aug 12 22:12:08.852 INFO E| Compiling toml v0.5.11 |
2795 | 2024-08-12T22:12:10.455Z | [ helios-setup] Aug 12 22:12:08.852 INFO E| Compiling uuid v0.8.2 |
2796 | 2024-08-12T22:12:11.886Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2797 | 2024-08-12T22:12:12.978Z | [ helios-setup] Aug 12 22:12:11.375 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2798 | 2024-08-12T22:12:15.936Z | [ helios-setup] Aug 12 22:12:14.331 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2799 | 2024-08-12T22:12:17.036Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2800 | 2024-08-12T22:12:19.504Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2801 | 2024-08-12T22:12:24.503Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2802 | 2024-08-12T22:12:28.470Z | [ helios-setup] Aug 12 22:12:26.861 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s |
2803 | 2024-08-12T22:12:28.506Z | [ helios-setup] Aug 12 22:12:26.897 INFO building project "image-builder" ok (49 seconds) |
2804 | 2024-08-12T22:12:28.506Z | [ helios-setup] Aug 12 22:12:26.897 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2805 | 2024-08-12T22:12:28.509Z | [ helios-setup] Aug 12 22:12:26.897 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2806 | 2024-08-12T22:12:28.517Z | [ helios-setup] Aug 12 22:12:26.907 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2807 | 2024-08-12T22:12:28.759Z | [ helios-setup] Aug 12 22:12:27.148 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2808 | 2024-08-12T22:12:28.759Z | [ helios-setup] Aug 12 22:12:27.148 INFO E| info: downloading component 'cargo' |
2809 | 2024-08-12T22:12:30.408Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-08-12T22:12:30.656Z | [ helios-setup] Aug 12 22:12:29.046 INFO E| info: downloading component 'clippy' |
2811 | 2024-08-12T22:12:31.462Z | [ helios-setup] Aug 12 22:12:29.851 INFO E| info: downloading component 'rust-docs' |
2812 | 2024-08-12T22:12:33.524Z | [ host-package] Compiling rcgen v0.12.1 |
2813 | 2024-08-12T22:12:33.942Z | [ helios-setup] Aug 12 22:12:32.330 INFO E| info: downloading component 'rust-src' |
2814 | 2024-08-12T22:12:34.321Z | [ helios-setup] Aug 12 22:12:32.710 INFO E| info: downloading component 'rust-std' |
2815 | 2024-08-12T22:12:35.746Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2816 | 2024-08-12T22:12:36.632Z | [ helios-setup] Aug 12 22:12:35.020 INFO E| info: downloading component 'rustc' |
2817 | 2024-08-12T22:12:37.150Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2818 | 2024-08-12T22:12:37.717Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2819 | 2024-08-12T22:12:38.060Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2820 | 2024-08-12T22:12:40.379Z | [ host-package] Compiling atomicwrites v0.4.3 |
2821 | 2024-08-12T22:12:40.969Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2822 | 2024-08-12T22:12:42.065Z | [ helios-setup] Aug 12 22:12:40.450 INFO E| info: downloading component 'rustfmt' |
2823 | 2024-08-12T22:12:42.429Z | [ helios-setup] Aug 12 22:12:40.814 INFO E| info: installing component 'cargo' |
2824 | 2024-08-12T22:12:43.975Z | [ helios-setup] Aug 12 22:12:42.359 INFO E| info: installing component 'clippy' |
2825 | 2024-08-12T22:12:44.056Z | [ host-package] Compiling fatfs v0.3.6 |
2826 | 2024-08-12T22:12:44.094Z | [ host-package] Compiling subprocess v0.2.9 |
2827 | 2024-08-12T22:12:44.431Z | [ helios-setup] Aug 12 22:12:42.815 INFO E| info: installing component 'rust-docs' |
2828 | 2024-08-12T22:12:45.465Z | [ host-package] Compiling rtoolbox v0.0.2 |
2829 | 2024-08-12T22:12:46.042Z | [ host-package] Compiling assert_matches v1.5.0 |
2830 | 2024-08-12T22:12:46.169Z | [ host-package] Compiling is_ci v1.2.0 |
2831 | 2024-08-12T22:12:46.635Z | [ host-package] Compiling supports-color v3.0.0 |
2832 | 2024-08-12T22:12:47.374Z | [ host-package] Compiling rpassword v7.3.1 |
2833 | 2024-08-12T22:12:48.036Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2834 | 2024-08-12T22:12:49.729Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2835 | 2024-08-12T22:12:49.884Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2836 | 2024-08-12T22:12:50.055Z | [ helios-setup] Aug 12 22:12:48.437 INFO E| info: installing component 'rust-src' |
2837 | 2024-08-12T22:12:50.822Z | [ helios-setup] Aug 12 22:12:49.204 INFO E| info: installing component 'rust-std' |
2838 | 2024-08-12T22:12:52.128Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
2839 | 2024-08-12T22:12:52.995Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2840 | 2024-08-12T22:12:53.589Z | [ helios-setup] Aug 12 22:12:51.969 INFO E| info: installing component 'rustc' |
2841 | 2024-08-12T22:12:56.105Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2842 | 2024-08-12T22:12:56.674Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2843 | 2024-08-12T22:12:57.048Z | [ host-package] Compiling uzers v0.11.3 |
2844 | 2024-08-12T22:12:57.955Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2845 | 2024-08-12T22:13:00.225Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2846 | 2024-08-12T22:13:00.627Z | [ helios-setup] Aug 12 22:12:59.005 INFO E| info: installing component 'rustfmt' |
2847 | 2024-08-12T22:13:01.561Z | [ helios-setup] Aug 12 22:12:59.937 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2848 | 2024-08-12T22:13:02.430Z | [ helios-setup] Aug 12 22:13:00.807 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2849 | 2024-08-12T22:13:02.430Z | [ helios-setup] Aug 12 22:13:00.807 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2850 | 2024-08-12T22:13:02.433Z | [ helios-setup] Aug 12 22:13:00.807 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2851 | 2024-08-12T22:13:02.462Z | [ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2852 | 2024-08-12T22:13:02.462Z | [ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2853 | 2024-08-12T22:13:02.465Z | [ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2854 | 2024-08-12T22:13:02.465Z | [ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2855 | 2024-08-12T22:13:02.465Z | [ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2856 | 2024-08-12T22:13:02.465Z | [ helios-setup] Aug 12 22:13:00.840 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2857 | 2024-08-12T22:13:02.465Z | [ helios-setup] Aug 12 22:13:00.840 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2858 | 2024-08-12T22:13:02.471Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2859 | 2024-08-12T22:13:02.522Z | [ helios-setup] Aug 12 22:13:00.899 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2860 | 2024-08-12T22:13:03.413Z | [ helios-setup] Aug 12 22:13:01.790 INFO E| From https://github.com/oxidecomputer/amd-efs |
2861 | 2024-08-12T22:13:03.413Z | [ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] empty -> origin/empty |
2862 | 2024-08-12T22:13:03.413Z | [ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2863 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] main -> origin/main |
2864 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] review -> origin/review |
2865 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.790 INFO E| * [new ref] -> origin/HEAD |
2866 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2867 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2868 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2869 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2870 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2871 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2872 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2873 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2874 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2875 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2876 | 2024-08-12T22:13:03.417Z | [ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2877 | 2024-08-12T22:13:03.441Z | [ helios-setup] Aug 12 22:13:01.817 INFO E| Updating crates.io index |
2878 | 2024-08-12T22:13:03.576Z | [ helios-setup] Aug 12 22:13:01.950 INFO E| Downloading crates ... |
2879 | 2024-08-12T22:13:03.726Z | [ helios-setup] Aug 12 22:13:02.102 INFO E| Downloaded fletcher v0.1.0 |
2880 | 2024-08-12T22:13:03.729Z | [ helios-setup] Aug 12 22:13:02.105 INFO E| Downloaded proc-macro-crate v0.1.5 |
2881 | 2024-08-12T22:13:03.732Z | [ helios-setup] Aug 12 22:13:02.107 INFO E| Downloaded strum v0.23.0 |
2882 | 2024-08-12T22:13:03.734Z | [ helios-setup] Aug 12 22:13:02.108 INFO E| Downloaded bytesize v1.3.0 |
2883 | 2024-08-12T22:13:03.762Z | [ helios-setup] Aug 12 22:13:02.138 INFO E| Downloaded semver v0.9.0 |
2884 | 2024-08-12T22:13:03.765Z | [ helios-setup] Aug 12 22:13:02.141 INFO E| Downloaded scroll_derive v0.10.5 |
2885 | 2024-08-12T22:13:03.767Z | [ helios-setup] Aug 12 22:13:02.142 INFO E| Downloaded pre v0.2.1 |
2886 | 2024-08-12T22:13:03.768Z | [ helios-setup] Aug 12 22:13:02.144 INFO E| Downloaded pest_generator v2.7.11 |
2887 | 2024-08-12T22:13:03.770Z | [ helios-setup] Aug 12 22:13:02.146 INFO E| Downloaded vec_map v0.8.2 |
2888 | 2024-08-12T22:13:03.773Z | [ helios-setup] Aug 12 22:13:02.148 INFO E| Downloaded parse_int v0.6.0 |
2889 | 2024-08-12T22:13:03.773Z | [ helios-setup] Aug 12 22:13:02.149 INFO E| Downloaded textwrap v0.11.0 |
2890 | 2024-08-12T22:13:03.776Z | [ helios-setup] Aug 12 22:13:02.152 INFO E| Downloaded strum_macros v0.23.1 |
2891 | 2024-08-12T22:13:03.779Z | [ helios-setup] Aug 12 22:13:02.155 INFO E| Downloaded rustc_version v0.2.3 |
2892 | 2024-08-12T22:13:03.782Z | [ helios-setup] Aug 12 22:13:02.157 INFO E| Downloaded ansi_term v0.12.1 |
2893 | 2024-08-12T22:13:03.785Z | [ helios-setup] Aug 12 22:13:02.160 INFO E| Downloaded scroll v0.10.2 |
2894 | 2024-08-12T22:13:03.788Z | [ helios-setup] Aug 12 22:13:02.164 INFO E| Downloaded structopt-derive v0.4.18 |
2895 | 2024-08-12T22:13:03.791Z | [ helios-setup] Aug 12 22:13:02.166 INFO E| Downloaded pre-proc-macro v0.2.1 |
2896 | 2024-08-12T22:13:03.794Z | [ helios-setup] Aug 12 22:13:02.169 INFO E| Downloaded structopt v0.3.26 |
2897 | 2024-08-12T22:13:03.805Z | [ helios-setup] Aug 12 22:13:02.182 INFO E| Downloaded pest_meta v2.7.11 |
2898 | 2024-08-12T22:13:03.809Z | [ helios-setup] Aug 12 22:13:02.186 INFO E| Downloaded pest v2.7.11 |
2899 | 2024-08-12T22:13:03.817Z | [ helios-setup] Aug 12 22:13:02.194 INFO E| Downloaded memchr v2.7.4 |
2900 | 2024-08-12T22:13:03.827Z | [ helios-setup] Aug 12 22:13:02.203 INFO E| Downloaded modular-bitfield v0.11.2 |
2901 | 2024-08-12T22:13:03.845Z | [ helios-setup] Aug 12 22:13:02.222 INFO E| Downloaded syn v2.0.71 |
2902 | 2024-08-12T22:13:03.862Z | [ helios-setup] Aug 12 22:13:02.239 INFO E| Downloaded serde_json v1.0.120 |
2903 | 2024-08-12T22:13:03.874Z | [ helios-setup] Aug 12 22:13:02.250 INFO E| Downloaded goblin v0.4.3 |
2904 | 2024-08-12T22:13:03.882Z | [ helios-setup] Aug 12 22:13:02.258 INFO E| Downloaded clap v2.34.0 |
2905 | 2024-08-12T22:13:03.893Z | [ helios-setup] Aug 12 22:13:02.269 INFO E| Downloaded log v0.4.22 |
2906 | 2024-08-12T22:13:03.896Z | [ helios-setup] Aug 12 22:13:02.273 INFO E| Downloaded pest_derive v2.7.11 |
2907 | 2024-08-12T22:13:03.920Z | [ helios-setup] Aug 12 22:13:02.296 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2908 | 2024-08-12T22:13:03.924Z | [ helios-setup] Aug 12 22:13:02.298 INFO E| Downloaded strsim v0.8.0 |
2909 | 2024-08-12T22:13:03.926Z | [ helios-setup] Aug 12 22:13:02.300 INFO E| Downloaded semver-parser v0.7.0 |
2910 | 2024-08-12T22:13:03.926Z | [ helios-setup] Aug 12 22:13:02.301 INFO E| Downloaded num-derive v0.3.3 |
2911 | 2024-08-12T22:13:03.929Z | [ helios-setup] Aug 12 22:13:02.304 INFO E| Downloaded memoffset v0.5.6 |
2912 | 2024-08-12T22:13:03.929Z | [ helios-setup] Aug 12 22:13:02.305 INFO E| Downloaded four-cc v0.3.0 |
2913 | 2024-08-12T22:13:03.932Z | [ helios-setup] Aug 12 22:13:02.307 INFO E| Downloaded cfg-if v0.1.10 |
2914 | 2024-08-12T22:13:04.021Z | [ helios-setup] Aug 12 22:13:02.397 INFO E| Compiling proc-macro2 v1.0.86 |
2915 | 2024-08-12T22:13:04.021Z | [ helios-setup] Aug 12 22:13:02.397 INFO E| Compiling unicode-ident v1.0.12 |
2916 | 2024-08-12T22:13:04.024Z | [ helios-setup] Aug 12 22:13:02.398 INFO E| Compiling syn v1.0.109 |
2917 | 2024-08-12T22:13:04.068Z | [ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling version_check v0.9.4 |
2918 | 2024-08-12T22:13:04.072Z | [ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling thiserror v1.0.63 |
2919 | 2024-08-12T22:13:04.072Z | [ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling semver-parser v0.7.0 |
2920 | 2024-08-12T22:13:04.072Z | [ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling autocfg v1.3.0 |
2921 | 2024-08-12T22:13:04.072Z | [ helios-setup] Aug 12 22:13:02.445 INFO E| Compiling serde v1.0.204 |
2922 | 2024-08-12T22:13:05.272Z | [ helios-setup] Aug 12 22:13:03.648 INFO E| Compiling semver v0.9.0 |
2923 | 2024-08-12T22:13:05.488Z | [ helios-setup] Aug 12 22:13:03.864 INFO E| Compiling serde_json v1.0.120 |
2924 | 2024-08-12T22:13:05.704Z | [ helios-setup] Aug 12 22:13:04.080 INFO E| Compiling num-traits v0.2.19 |
2925 | 2024-08-12T22:13:05.721Z | [ helios-setup] Aug 12 22:13:04.096 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2926 | 2024-08-12T22:13:05.746Z | [ helios-setup] Aug 12 22:13:04.119 INFO E| Compiling proc-macro-error v1.0.4 |
2927 | 2024-08-12T22:13:06.002Z | [ helios-setup] Aug 12 22:13:04.377 INFO E| Compiling unicode-segmentation v1.11.0 |
2928 | 2024-08-12T22:13:06.356Z | [ helios-setup] Aug 12 22:13:04.731 INFO E| Compiling rustc_version v0.2.3 |
2929 | 2024-08-12T22:13:06.377Z | [ helios-setup] Aug 12 22:13:04.752 INFO E| Compiling schemars v0.8.21 |
2930 | 2024-08-12T22:13:06.558Z | [ helios-setup] Aug 12 22:13:04.931 INFO E| Compiling itoa v1.0.11 |
2931 | 2024-08-12T22:13:06.640Z | [ helios-setup] Aug 12 22:13:05.015 INFO E| Compiling ryu v1.0.18 |
2932 | 2024-08-12T22:13:06.924Z | [ helios-setup] Aug 12 22:13:05.297 INFO E| Compiling memoffset v0.5.6 |
2933 | 2024-08-12T22:13:07.214Z | [ helios-setup] Aug 12 22:13:05.589 INFO E| Compiling rustversion v1.0.17 |
2934 | 2024-08-12T22:13:07.367Z | [ helios-setup] Aug 12 22:13:05.742 INFO E| Compiling heck v0.3.3 |
2935 | 2024-08-12T22:13:07.374Z | [ helios-setup] Aug 12 22:13:05.748 INFO E| Compiling pre-proc-macro v0.2.1 |
2936 | 2024-08-12T22:13:07.374Z | [ helios-setup] Aug 12 22:13:05.748 INFO E| Compiling lazy_static v1.5.0 |
2937 | 2024-08-12T22:13:07.582Z | [ helios-setup] Aug 12 22:13:05.957 INFO E| Compiling paste v1.0.15 |
2938 | 2024-08-12T22:13:07.742Z | [ helios-setup] Aug 12 22:13:06.117 INFO E| Compiling quote v1.0.36 |
2939 | 2024-08-12T22:13:07.898Z | [ helios-setup] Aug 12 22:13:06.273 INFO E| Compiling dyn-clone v1.0.17 |
2940 | 2024-08-12T22:13:08.065Z | [ helios-setup] Aug 12 22:13:06.440 INFO E| Compiling libc v0.2.155 |
2941 | 2024-08-12T22:13:08.241Z | [ helios-setup] Aug 12 22:13:06.616 INFO E| Compiling memchr v2.7.4 |
2942 | 2024-08-12T22:13:08.296Z | [ helios-setup] Aug 12 22:13:06.671 INFO E| Compiling syn v2.0.71 |
2943 | 2024-08-12T22:13:08.778Z | [ helios-setup] Aug 12 22:13:07.153 INFO E| Compiling ucd-trie v0.1.6 |
2944 | 2024-08-12T22:13:09.781Z | [ helios-setup] Aug 12 22:13:08.155 INFO E| Compiling pre v0.2.1 |
2945 | 2024-08-12T22:13:10.373Z | [ helios-setup] Aug 12 22:13:08.746 INFO E| Compiling cfg-if v0.1.10 |
2946 | 2024-08-12T22:13:10.387Z | [ helios-setup] Aug 12 22:13:08.760 INFO E| Compiling byteorder v1.5.0 |
2947 | 2024-08-12T22:13:10.464Z | [ helios-setup] Aug 12 22:13:08.838 INFO E| Compiling once_cell v1.19.0 |
2948 | 2024-08-12T22:13:10.911Z | [ helios-setup] Aug 12 22:13:09.285 INFO E| Compiling static_assertions v1.1.0 |
2949 | 2024-08-12T22:13:11.986Z | [ helios-setup] Aug 12 22:13:10.359 INFO E| Compiling unicode-width v0.1.13 |
2950 | 2024-08-12T22:13:12.446Z | [ helios-setup] Aug 12 22:13:10.817 INFO E| Compiling textwrap v0.11.0 |
2951 | 2024-08-12T22:13:13.072Z | [ helios-setup] Aug 12 22:13:11.445 INFO E| Compiling atty v0.2.14 |
2952 | 2024-08-12T22:13:13.384Z | [ helios-setup] Aug 12 22:13:11.756 INFO E| Compiling strum v0.23.0 |
2953 | 2024-08-12T22:13:13.674Z | [ helios-setup] Aug 12 22:13:12.040 INFO E| Compiling vec_map v0.8.2 |
2954 | 2024-08-12T22:13:13.718Z | [ helios-setup] Aug 12 22:13:12.091 INFO E| Compiling ansi_term v0.12.1 |
2955 | 2024-08-12T22:13:13.779Z | [ helios-setup] Aug 12 22:13:12.152 INFO E| Compiling bitflags v1.3.2 |
2956 | 2024-08-12T22:13:13.879Z | [ helios-setup] Aug 12 22:13:12.251 INFO E| Compiling fletcher v0.1.0 |
2957 | 2024-08-12T22:13:14.166Z | [ helios-setup] Aug 12 22:13:12.538 INFO E| Compiling strsim v0.8.0 |
2958 | 2024-08-12T22:13:14.181Z | [ helios-setup] Aug 12 22:13:12.554 INFO E| Compiling plain v0.2.3 |
2959 | 2024-08-12T22:13:14.356Z | [ helios-setup] Aug 12 22:13:12.728 INFO E| Compiling log v0.4.22 |
2960 | 2024-08-12T22:13:14.418Z | [ helios-setup] Aug 12 22:13:12.790 INFO E| Compiling bytesize v1.3.0 |
2961 | 2024-08-12T22:13:14.747Z | [ helios-setup] Aug 12 22:13:13.119 INFO E| Compiling parse_int v0.6.0 |
2962 | 2024-08-12T22:13:15.001Z | [ helios-setup] Aug 12 22:13:13.373 INFO E| Compiling clap v2.34.0 |
2963 | 2024-08-12T22:13:16.972Z | [ helios-setup] Aug 12 22:13:15.343 INFO E| Compiling serde_derive_internals v0.29.1 |
2964 | 2024-08-12T22:13:17.879Z | [ helios-setup] Aug 12 22:13:16.250 INFO E| Compiling toml v0.5.11 |
2965 | 2024-08-12T22:13:21.108Z | [ helios-setup] Aug 12 22:13:19.477 INFO E| Compiling proc-macro-crate v0.1.5 |
2966 | 2024-08-12T22:13:23.348Z | [ helios-setup] Aug 12 22:13:21.717 INFO E| Compiling thiserror-impl v1.0.63 |
2967 | 2024-08-12T22:13:23.351Z | [ helios-setup] Aug 12 22:13:21.717 INFO E| Compiling serde_derive v1.0.204 |
2968 | 2024-08-12T22:13:23.364Z | [ helios-setup] Aug 12 22:13:21.732 INFO E| Compiling schemars_derive v0.8.21 |
2969 | 2024-08-12T22:13:24.321Z | [ helios-setup] Aug 12 22:13:22.690 INFO E| Compiling zerocopy-derive v0.6.6 |
2970 | 2024-08-12T22:13:25.525Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2971 | 2024-08-12T22:13:27.872Z | [ helios-setup] Aug 12 22:13:26.239 INFO E| Compiling zerocopy v0.6.6 |
2972 | 2024-08-12T22:13:28.905Z | [ helios-setup] Aug 12 22:13:27.271 INFO E| Compiling pest v2.7.11 |
2973 | 2024-08-12T22:13:30.437Z | [ helios-setup] Aug 12 22:13:28.803 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2974 | 2024-08-12T22:13:30.847Z | [ helios-setup] Aug 12 22:13:29.213 INFO E| Compiling num-derive v0.3.3 |
2975 | 2024-08-12T22:13:32.158Z | [ helios-setup] Aug 12 22:13:30.523 INFO E| Compiling scroll_derive v0.10.5 |
2976 | 2024-08-12T22:13:32.851Z | [ helios-setup] Aug 12 22:13:31.216 INFO E| Compiling strum_macros v0.23.1 |
2977 | 2024-08-12T22:13:33.180Z | [ helios-setup] Aug 12 22:13:31.545 INFO E| Compiling structopt-derive v0.4.18 |
2978 | 2024-08-12T22:13:35.271Z | [ helios-setup] Aug 12 22:13:33.635 INFO E| Compiling pest_meta v2.7.11 |
2979 | 2024-08-12T22:13:35.562Z | [ helios-setup] Aug 12 22:13:33.925 INFO E| Compiling scroll v0.10.2 |
2980 | 2024-08-12T22:13:35.969Z | [ helios-setup] Aug 12 22:13:34.333 INFO E| Compiling modular-bitfield v0.11.2 |
2981 | 2024-08-12T22:13:36.875Z | [ helios-setup] Aug 12 22:13:35.239 INFO E| Compiling goblin v0.4.3 |
2982 | 2024-08-12T22:13:37.721Z | [ helios-setup] Aug 12 22:13:36.083 INFO E| Compiling pest_generator v2.7.11 |
2983 | 2024-08-12T22:13:38.637Z | [ helios-setup] Aug 12 22:13:37.000 INFO E| Compiling structopt v0.3.26 |
2984 | 2024-08-12T22:13:41.908Z | [ host-package] Compiling multimap v0.10.0 |
2985 | 2024-08-12T22:13:43.034Z | [ helios-setup] Aug 12 22:13:41.394 INFO E| Compiling pest_derive v2.7.11 |
2986 | 2024-08-12T22:13:46.803Z | [ helios-setup] Aug 12 22:13:45.162 INFO E| Compiling json5 v0.4.1 |
2987 | 2024-08-12T22:13:52.585Z | [ helios-setup] Aug 12 22:13:50.943 INFO E| Compiling four-cc v0.3.0 |
2988 | 2024-08-12T22:13:52.585Z | [ helios-setup] Aug 12 22:13:50.943 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2989 | 2024-08-12T22:13:52.856Z | [ helios-setup] Aug 12 22:13:51.212 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2990 | 2024-08-12T22:14:35.837Z | [ helios-setup] Aug 12 22:14:34.177 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2991 | 2024-08-12T22:14:51.837Z | [ helios-setup] Aug 12 22:14:50.162 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2992 | 2024-08-12T22:15:09.708Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2993 | 2024-08-12T22:15:44.226Z | [ helios-setup] Aug 12 22:15:42.503 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 42s |
2994 | 2024-08-12T22:15:44.228Z | [ helios-setup] Aug 12 22:15:42.539 INFO building project "amd-host-image-builder" ok (195 seconds) |
2995 | 2024-08-12T22:15:44.228Z | [ helios-setup] Aug 12 22:15:42.539 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2996 | 2024-08-12T22:15:44.228Z | [ helios-setup] Aug 12 22:15:42.539 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2997 | 2024-08-12T22:15:44.504Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2998 | 2024-08-12T22:15:44.521Z | [ helios-setup] Aug 12 22:15:42.834 INFO E| Downloading crates ... |
2999 | 2024-08-12T22:15:44.608Z | [ helios-setup] Aug 12 22:15:42.921 INFO E| Downloaded bytes v1.2.1 |
3000 | 2024-08-12T22:15:44.640Z | [ helios-setup] Aug 12 22:15:42.952 INFO E| Downloaded typenum v1.15.0 |
3001 | 2024-08-12T22:15:44.643Z | [ helios-setup] Aug 12 22:15:42.955 INFO E| Downloaded sha2 v0.10.5 |
3002 | 2024-08-12T22:15:44.645Z | [ helios-setup] Aug 12 22:15:42.958 INFO E| Downloaded digest v0.10.3 |
3003 | 2024-08-12T22:15:44.648Z | [ helios-setup] Aug 12 22:15:42.961 INFO E| Downloaded anyhow v1.0.62 |
3004 | 2024-08-12T22:15:44.847Z | [ helios-setup] Aug 12 22:15:43.158 INFO E| Compiling typenum v1.15.0 |
3005 | 2024-08-12T22:15:44.847Z | [ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling version_check v0.9.4 |
3006 | 2024-08-12T22:15:44.847Z | [ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling cfg-if v1.0.0 |
3007 | 2024-08-12T22:15:44.847Z | [ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling crc32fast v1.3.2 |
3008 | 2024-08-12T22:15:44.850Z | [ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling adler v1.0.2 |
3009 | 2024-08-12T22:15:44.850Z | [ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling anyhow v1.0.62 |
3010 | 2024-08-12T22:15:44.850Z | [ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling cpufeatures v0.2.5 |
3011 | 2024-08-12T22:15:44.850Z | [ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling unicode-width v0.1.10 |
3012 | 2024-08-12T22:15:45.433Z | [ helios-setup] Aug 12 22:15:43.746 INFO E| Compiling bytes v1.2.1 |
3013 | 2024-08-12T22:15:45.577Z | [ helios-setup] Aug 12 22:15:43.889 INFO E| Compiling miniz_oxide v0.6.2 |
3014 | 2024-08-12T22:15:45.849Z | [ helios-setup] Aug 12 22:15:44.161 INFO E| Compiling getopts v0.2.21 |
3015 | 2024-08-12T22:15:45.951Z | [ helios-setup] Aug 12 22:15:44.264 INFO E| Compiling bitflags v1.3.2 |
3016 | 2024-08-12T22:15:46.129Z | [ helios-setup] Aug 12 22:15:44.441 INFO E| Compiling generic-array v0.14.6 |
3017 | 2024-08-12T22:15:47.144Z | [ helios-setup] Aug 12 22:15:45.456 INFO E| Compiling flate2 v1.0.25 |
3018 | 2024-08-12T22:15:51.014Z | [ helios-setup] Aug 12 22:15:49.324 INFO E| Compiling crypto-common v0.1.6 |
3019 | 2024-08-12T22:15:51.014Z | [ helios-setup] Aug 12 22:15:49.324 INFO E| Compiling block-buffer v0.10.3 |
3020 | 2024-08-12T22:15:51.253Z | [ helios-setup] Aug 12 22:15:49.564 INFO E| Compiling digest v0.10.3 |
3021 | 2024-08-12T22:15:51.617Z | [ helios-setup] Aug 12 22:15:49.927 INFO E| Compiling sha2 v0.10.5 |
3022 | 2024-08-12T22:15:52.155Z | [ helios-setup] Aug 12 22:15:50.465 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3023 | 2024-08-12T22:15:57.645Z | [ helios-setup] Aug 12 22:15:55.947 INFO E| Finished `release` profile [optimized] target(s) in 13.32s |
3024 | 2024-08-12T22:15:57.656Z | [ helios-setup] Aug 12 22:15:55.963 INFO building project "bootserver" ok (13 seconds) |
3025 | 2024-08-12T22:15:57.656Z | [ helios-setup] Aug 12 22:15:55.963 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3026 | 2024-08-12T22:15:57.659Z | [ helios-setup] Aug 12 22:15:55.964 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3027 | 2024-08-12T22:15:58.052Z | [ helios-setup] Aug 12 22:15:56.358 INFO E| Compiling adler v1.0.2 |
3028 | 2024-08-12T22:15:58.266Z | [ helios-setup] Aug 12 22:15:56.572 INFO E| Compiling miniz_oxide v0.7.2 |
3029 | 2024-08-12T22:16:01.041Z | [ helios-setup] Aug 12 22:15:59.347 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3030 | 2024-08-12T22:16:02.115Z | [ helios-setup] Aug 12 22:16:00.421 INFO E| Finished `release` profile [optimized] target(s) in 4.37s |
3031 | 2024-08-12T22:16:02.123Z | [ helios-setup] Aug 12 22:16:00.429 INFO building project "pinprick" ok (4 seconds) |
3032 | 2024-08-12T22:16:02.126Z | [ helios-setup] rm -f helios-build |
3033 | 2024-08-12T22:16:02.130Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3034 | 2024-08-12T22:16:02.133Z | [ helios-setup] |
3035 | 2024-08-12T22:16:02.134Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3036 | 2024-08-12T22:16:02.137Z | [ helios-setup] |
3037 | 2024-08-12T22:16:02.137Z | [ helios-setup] |
3038 | 2024-08-12T22:16:02.137Z | [ helios-setup] real 12:20.376737837 |
3039 | 2024-08-12T22:16:02.137Z | [ helios-setup] user 29:04.135824563 |
3040 | 2024-08-12T22:16:02.137Z | [ helios-setup] sys 3:34.902336440 |
3041 | 2024-08-12T22:16:02.137Z | [ helios-setup] trap 1.620363468 |
3042 | 2024-08-12T22:16:02.137Z | [ helios-setup] tflt 7.405302899 |
3043 | 2024-08-12T22:16:02.137Z | [ helios-setup] dflt 39.857057356 |
3044 | 2024-08-12T22:16:02.137Z | [ helios-setup] kflt 0.060759316 |
3045 | 2024-08-12T22:16:02.137Z | [ helios-setup] lock 1:54:09.753276987 |
3046 | 2024-08-12T22:16:02.137Z | [ helios-setup] slp 3:46:37.587479471 |
3047 | 2024-08-12T22:16:02.137Z | [ helios-setup] lat 33:20.889560937 |
3048 | 2024-08-12T22:16:02.137Z | [ helios-setup] stop 4:39.002270706 |
3049 | 2024-08-12T22:16:02.137Z | Aug 12 22:16:00.443 INFO [helios-setup] process exited with exit status: 0 (740.382347704s) |
3050 | 2024-08-12T22:16:02.144Z | Aug 12 22:16:00.443 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3051 | 2024-08-12T22:16:02.157Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3052 | 2024-08-12T22:16:02.373Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3053 | 2024-08-12T22:16:02.376Z | [ phbl-toolchain] info: downloading component 'cargo' |
3054 | 2024-08-12T22:16:03.297Z | [ phbl-toolchain] info: downloading component 'clippy' |
3055 | 2024-08-12T22:16:03.670Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3056 | 2024-08-12T22:16:08.295Z | [ phbl-toolchain] info: downloading component 'miri' |
3057 | 2024-08-12T22:16:08.547Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3058 | 2024-08-12T22:16:10.121Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3059 | 2024-08-12T22:16:10.568Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3060 | 2024-08-12T22:16:13.082Z | [ phbl-toolchain] info: downloading component 'rustc' |
3061 | 2024-08-12T22:16:19.362Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3062 | 2024-08-12T22:16:19.732Z | [ phbl-toolchain] info: installing component 'cargo' |
3063 | 2024-08-12T22:16:21.117Z | [ phbl-toolchain] info: installing component 'clippy' |
3064 | 2024-08-12T22:16:21.677Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3065 | 2024-08-12T22:16:27.666Z | [ phbl-toolchain] info: installing component 'miri' |
3066 | 2024-08-12T22:16:28.028Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3067 | 2024-08-12T22:16:34.562Z | [ phbl-toolchain] info: installing component 'rust-src' |
3068 | 2024-08-12T22:16:35.592Z | [ phbl-toolchain] info: installing component 'rust-std' |
3069 | 2024-08-12T22:16:38.170Z | [ phbl-toolchain] info: installing component 'rustc' |
3070 | 2024-08-12T22:16:44.798Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3071 | 2024-08-12T22:16:45.594Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3072 | 2024-08-12T22:16:45.597Z | Aug 12 22:16:43.884 INFO [phbl-toolchain] process exited with exit status: 0 (43.441123316s) |
3073 | 2024-08-12T22:22:52.611Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 25s |
3074 | 2024-08-12T22:23:43.626Z | Aug 12 22:23:41.749 INFO [host-package] process exited with exit status: 0 (1156.156000911s) |
3075 | 2024-08-12T22:23:43.626Z | Aug 12 22:23:41.750 INFO [host-stamp] running task |
3076 | 2024-08-12T22:23:43.629Z | Aug 12 22:23:41.750 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3077 | 2024-08-12T22:23:43.633Z | Aug 12 22:23:41.756 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+git75bedabd5ed |
3078 | 2024-08-12T22:23:43.639Z | Aug 12 22:23:41.763 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+git75bedabd5ed |
3079 | 2024-08-12T22:23:43.646Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3080 | 2024-08-12T22:23:43.648Z | Aug 12 22:23:41.770 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+git75bedabd5ed |
3081 | 2024-08-12T22:23:43.651Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3082 | 2024-08-12T22:23:43.654Z | Aug 12 22:23:41.776 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+git75bedabd5ed |
3083 | 2024-08-12T22:23:43.658Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3084 | 2024-08-12T22:23:43.661Z | Aug 12 22:23:41.783 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+git75bedabd5ed |
3085 | 2024-08-12T22:23:43.665Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3086 | 2024-08-12T22:23:43.668Z | Aug 12 22:23:41.791 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+git75bedabd5ed |
3087 | 2024-08-12T22:23:43.675Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3088 | 2024-08-12T22:23:43.679Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3089 | 2024-08-12T22:23:43.679Z | Aug 12 22:23:41.801 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+git75bedabd5ed |
3090 | 2024-08-12T22:23:43.684Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3091 | 2024-08-12T22:23:43.687Z | Aug 12 22:23:41.811 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+git75bedabd5ed |
3092 | 2024-08-12T22:23:43.696Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3093 | 2024-08-12T22:23:43.700Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3094 | 2024-08-12T22:23:43.700Z | Aug 12 22:23:41.822 INFO [stamp-oxlog] process exited with exit status: 0 (38.627944ms) |
3095 | 2024-08-12T22:23:43.700Z | Aug 12 22:23:41.822 INFO [stamp-overlay] process exited with exit status: 0 (45.812654ms) |
3096 | 2024-08-12T22:23:43.703Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3097 | 2024-08-12T22:23:43.703Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3098 | 2024-08-12T22:23:43.706Z | Aug 12 22:23:41.829 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.36313ms) |
3099 | 2024-08-12T22:23:43.713Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3100 | 2024-08-12T22:23:43.739Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3101 | 2024-08-12T22:23:43.743Z | Aug 12 22:23:41.866 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (110.31095ms) |
3102 | 2024-08-12T22:23:43.894Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3103 | 2024-08-12T22:23:43.898Z | Aug 12 22:23:42.022 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (258.734234ms) |
3104 | 2024-08-12T22:23:44.008Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3105 | 2024-08-12T22:23:44.011Z | Aug 12 22:23:42.134 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (323.530302ms) |
3106 | 2024-08-12T22:23:44.873Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3107 | 2024-08-12T22:23:44.876Z | Aug 12 22:23:42.999 INFO [stamp-propolis-server] process exited with exit status: 0 (1.229196857s) |
3108 | 2024-08-12T22:23:44.950Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3109 | 2024-08-12T22:23:47.188Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3110 | 2024-08-12T22:23:53.967Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3111 | 2024-08-12T22:23:53.970Z | Aug 12 22:23:52.089 INFO [stamp-switch-asic] process exited with exit status: 0 (10.297313059s) |
3112 | 2024-08-12T22:23:53.970Z | Aug 12 22:23:52.089 INFO [host-stamp] task succeeded (10.339240364s) |
3113 | 2024-08-12T22:23:53.970Z | Aug 12 22:23:52.089 INFO [host-proto] running task |
3114 | 2024-08-12T22:23:54.399Z | Aug 12 22:23:52.518 INFO [host-proto] task succeeded (429.093231ms) |
3115 | 2024-08-12T22:23:54.399Z | Aug 12 22:23:52.518 INFO [host-profile] running task |
3116 | 2024-08-12T22:23:54.403Z | Aug 12 22:23:52.518 INFO [host-profile] task succeeded (301.17µs) |
3117 | 2024-08-12T22:23:54.403Z | Aug 12 22:23:52.519 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpqrCA2Y/proto/host/root -N 'ci 75bedab/${os_short_commit} 2024-08-12 22:03' -s host -B |
3118 | 2024-08-12T22:23:54.413Z | [ host-image] Aug 12 22:23:52.532 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3119 | 2024-08-12T22:23:54.413Z | [ host-image] Aug 12 22:23:52.532 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3120 | 2024-08-12T22:23:54.429Z | [ host-image] Aug 12 22:23:52.548 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqrCA2Y/proto/host/root" |
3121 | 2024-08-12T22:23:54.429Z | [ host-image] Aug 12 22:23:52.548 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3122 | 2024-08-12T22:23:54.432Z | [ host-image] Aug 12 22:23:52.548 INFO image builder template: ramdisk-01-os... |
3123 | 2024-08-12T22:23:54.432Z | [ host-image] Aug 12 22:23:52.548 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/.tmpqrCA2Y/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3124 | 2024-08-12T22:23:54.449Z | [ host-image] Aug 12 22:23:52.568 INFO O| Aug 12 22:23:52.567 INFO CREATE DATASET: rpool/images/build/host/output |
3125 | 2024-08-12T22:23:54.853Z | [ host-image] Aug 12 22:23:52.971 INFO O| Aug 12 22:23:52.971 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3126 | 2024-08-12T22:23:54.857Z | [ host-image] Aug 12 22:23:52.976 INFO O| Aug 12 22:23:52.976 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3127 | 2024-08-12T22:23:55.102Z | [ host-image] Aug 12 22:23:53.221 INFO O| Aug 12 22:23:53.220 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3128 | 2024-08-12T22:23:55.173Z | [ host-image] Aug 12 22:23:53.291 INFO O| Aug 12 22:23:53.291 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3129 | 2024-08-12T22:23:55.175Z | [ host-image] Aug 12 22:23:53.291 INFO O| Aug 12 22:23:53.291 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3130 | 2024-08-12T22:23:55.175Z | [ host-image] Aug 12 22:23:53.291 INFO O| Aug 12 22:23:53.291 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3131 | 2024-08-12T22:23:55.175Z | [ host-image] Aug 12 22:23:53.292 INFO O| Aug 12 22:23:53.291 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3132 | 2024-08-12T22:23:55.188Z | [ host-image] Aug 12 22:23:53.303 INFO O| Aug 12 22:23:53.303 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3133 | 2024-08-12T22:23:55.434Z | [ host-image] Aug 12 22:23:53.552 INFO O| Aug 12 22:23:53.552 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3134 | 2024-08-12T22:23:55.449Z | [ host-image] Aug 12 22:23:53.567 INFO O| Aug 12 22:23:53.567 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3135 | 2024-08-12T22:23:56.042Z | [ host-image] Aug 12 22:23:54.160 INFO O| Aug 12 22:23:54.160 INFO O| Caching catalogs ... Done |
3136 | 2024-08-12T22:23:56.169Z | [ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO STEP 0 (pkg_image_create) COMPLETE |
3137 | 2024-08-12T22:23:56.169Z | [ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3138 | 2024-08-12T22:23:56.172Z | [ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO skip step because feature "repo_redist" is not enabled |
3139 | 2024-08-12T22:23:56.172Z | [ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3140 | 2024-08-12T22:23:56.185Z | [ host-image] Aug 12 22:23:54.303 INFO O| Aug 12 22:23:54.303 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3141 | 2024-08-12T22:23:56.659Z | [ host-image] Aug 12 22:23:54.777 INFO O| Aug 12 22:23:54.777 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3142 | 2024-08-12T22:23:56.659Z | [ host-image] Aug 12 22:23:54.777 INFO O| Aug 12 22:23:54.777 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3143 | 2024-08-12T22:23:56.676Z | [ host-image] Aug 12 22:23:54.794 INFO O| Aug 12 22:23:54.794 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"] |
3144 | 2024-08-12T22:23:57.218Z | [ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3145 | 2024-08-12T22:23:57.218Z | [ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3146 | 2024-08-12T22:23:57.221Z | [ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO skip step because feature "repo_redist" is not enabled |
3147 | 2024-08-12T22:23:57.221Z | [ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3148 | 2024-08-12T22:23:57.779Z | [ host-image] Aug 12 22:23:55.897 INFO O| Aug 12 22:23:55.896 INFO variant opensolaris.zone is already global |
3149 | 2024-08-12T22:23:57.779Z | [ host-image] Aug 12 22:23:55.897 INFO O| Aug 12 22:23:55.897 INFO STEP 5 (pkg_change_variant) COMPLETE |
3150 | 2024-08-12T22:23:57.782Z | [ host-image] Aug 12 22:23:55.897 INFO O| Aug 12 22:23:55.897 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3151 | 2024-08-12T22:23:58.330Z | [ host-image] Aug 12 22:23:56.448 INFO O| Aug 12 22:23:56.447 INFO variant opensolaris.imagetype is full; changing to partial |
3152 | 2024-08-12T22:23:58.330Z | [ host-image] Aug 12 22:23:56.448 INFO O| Aug 12 22:23:56.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3153 | 2024-08-12T22:24:04.260Z | [ host-image] Aug 12 22:24:02.375 INFO O| Aug 12 22:24:02.375 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3154 | 2024-08-12T22:24:05.867Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.02s |
3155 | 2024-08-12T22:24:06.574Z | [ host-image] Aug 12 22:24:04.681 INFO O| Aug 12 22:24:04.681 INFO O| Startup: Caching catalogs ... Done |
3156 | 2024-08-12T22:24:06.625Z | [ host-image] Aug 12 22:24:04.736 INFO O| Aug 12 22:24:04.736 INFO O| Planning: Planning completed in 0.00 seconds |
3157 | 2024-08-12T22:24:06.636Z | [ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Planning: Consolidating action changes ... Done |
3158 | 2024-08-12T22:24:06.636Z | [ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Planning: Evaluating mediators ... Done |
3159 | 2024-08-12T22:24:06.636Z | [ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Planning: Planning completed in 0.00 seconds |
3160 | 2024-08-12T22:24:06.636Z | [ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Variants/Facets to change: 1 |
3161 | 2024-08-12T22:24:06.642Z | [ host-image] Aug 12 22:24:04.755 INFO O| Aug 12 22:24:04.755 INFO O| Done |
3162 | 2024-08-12T22:24:06.648Z | [ host-image] Aug 12 22:24:04.755 INFO O| Aug 12 22:24:04.755 INFO O| Done |
3163 | 2024-08-12T22:24:06.968Z | [ host-image] Aug 12 22:24:05.079 INFO O| Aug 12 22:24:05.079 INFO O| Done |
3164 | 2024-08-12T22:24:07.005Z | [ host-image] Aug 12 22:24:05.110 INFO O| Aug 12 22:24:05.110 INFO O| Done |
3165 | 2024-08-12T22:24:07.008Z | [ host-image] Aug 12 22:24:05.111 INFO O| Aug 12 22:24:05.111 INFO O| Done |
3166 | 2024-08-12T22:24:07.008Z | [ host-image] Aug 12 22:24:05.112 INFO O| Aug 12 22:24:05.112 INFO O| Done |
3167 | 2024-08-12T22:24:07.009Z | [ host-image] Aug 12 22:24:05.113 INFO O| Aug 12 22:24:05.113 INFO O| Done |
3168 | 2024-08-12T22:24:07.092Z | Aug 12 22:24:05.206 INFO [recovery-package] process exited with exit status: 0 (23.455920348s) |
3169 | 2024-08-12T22:24:07.092Z | Aug 12 22:24:05.206 INFO [recovery-stamp] running task |
3170 | 2024-08-12T22:24:07.095Z | Aug 12 22:24:05.206 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3171 | 2024-08-12T22:24:07.095Z | Aug 12 22:24:05.206 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+git75bedabd5ed |
3172 | 2024-08-12T22:24:07.105Z | Aug 12 22:24:05.219 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git75bedabd5ed |
3173 | 2024-08-12T22:24:07.117Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3174 | 2024-08-12T22:24:07.128Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3175 | 2024-08-12T22:24:07.192Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3176 | 2024-08-12T22:24:07.195Z | Aug 12 22:24:05.309 INFO [stamp-installinator] process exited with exit status: 0 (89.321472ms) |
3177 | 2024-08-12T22:24:07.231Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3178 | 2024-08-12T22:24:07.235Z | Aug 12 22:24:05.347 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (140.821566ms) |
3179 | 2024-08-12T22:24:07.235Z | Aug 12 22:24:05.347 INFO [recovery-stamp] task succeeded (141.24742ms) |
3180 | 2024-08-12T22:24:07.235Z | Aug 12 22:24:05.348 INFO [recovery-proto] running task |
3181 | 2024-08-12T22:24:07.235Z | Aug 12 22:24:05.348 INFO [tuf-stamp] running task |
3182 | 2024-08-12T22:24:07.238Z | Aug 12 22:24:05.348 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+git75bedabd5ed |
3183 | 2024-08-12T22:24:07.244Z | Aug 12 22:24:05.358 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+git75bedabd5ed |
3184 | 2024-08-12T22:24:07.254Z | Aug 12 22:24:05.366 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+git75bedabd5ed |
3185 | 2024-08-12T22:24:07.257Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3186 | 2024-08-12T22:24:07.260Z | Aug 12 22:24:05.373 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+git75bedabd5ed |
3187 | 2024-08-12T22:24:07.266Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3188 | 2024-08-12T22:24:07.269Z | Aug 12 22:24:05.383 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+git75bedabd5ed |
3189 | 2024-08-12T22:24:07.275Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3190 | 2024-08-12T22:24:07.278Z | Aug 12 22:24:05.392 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+git75bedabd5ed |
3191 | 2024-08-12T22:24:07.299Z | Aug 12 22:24:05.413 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+git75bedabd5ed |
3192 | 2024-08-12T22:24:07.316Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3193 | 2024-08-12T22:24:07.316Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3194 | 2024-08-12T22:24:07.319Z | Aug 12 22:24:05.433 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+git75bedabd5ed |
3195 | 2024-08-12T22:24:07.322Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3196 | 2024-08-12T22:24:07.325Z | [ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO STEP 6 (pkg_change_variant) COMPLETE |
3197 | 2024-08-12T22:24:07.325Z | [ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3198 | 2024-08-12T22:24:07.325Z | [ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO skip step because feature "debug_variant" is not enabled |
3199 | 2024-08-12T22:24:07.325Z | [ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3200 | 2024-08-12T22:24:07.394Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3201 | 2024-08-12T22:24:07.396Z | Aug 12 22:24:05.508 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+git75bedabd5ed |
3202 | 2024-08-12T22:24:07.411Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3203 | 2024-08-12T22:24:07.414Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3204 | 2024-08-12T22:24:07.414Z | Aug 12 22:24:05.525 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+git75bedabd5ed |
3205 | 2024-08-12T22:24:07.465Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3206 | 2024-08-12T22:24:07.468Z | Aug 12 22:24:05.578 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+git75bedabd5ed |
3207 | 2024-08-12T22:24:07.534Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3208 | 2024-08-12T22:24:07.537Z | Aug 12 22:24:05.648 INFO [stamp-probe] process exited with exit status: 0 (299.606627ms) |
3209 | 2024-08-12T22:24:07.537Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3210 | 2024-08-12T22:24:07.552Z | Aug 12 22:24:05.666 INFO [recovery-proto] task succeeded (318.621278ms) |
3211 | 2024-08-12T22:24:07.555Z | Aug 12 22:24:05.667 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpqrCA2Y/proto/recovery/root -N 'recovery 75bedab/${os_short_commit} 2024-08-12 22:03' -s recovery -R |
3212 | 2024-08-12T22:24:07.609Z | [ recovery-image] Aug 12 22:24:05.723 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3213 | 2024-08-12T22:24:07.609Z | [ recovery-image] Aug 12 22:24:05.723 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3214 | 2024-08-12T22:24:07.626Z | [ recovery-image] Aug 12 22:24:05.740 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqrCA2Y/proto/recovery/root" |
3215 | 2024-08-12T22:24:07.626Z | [ recovery-image] Aug 12 22:24:05.740 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3216 | 2024-08-12T22:24:07.629Z | [ recovery-image] Aug 12 22:24:05.740 INFO image builder template: ramdisk-01-os... |
3217 | 2024-08-12T22:24:07.629Z | [ recovery-image] Aug 12 22:24:05.740 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/.tmpqrCA2Y/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3218 | 2024-08-12T22:24:07.674Z | [ recovery-image] Aug 12 22:24:05.787 INFO O| Aug 12 22:24:05.787 INFO CREATE DATASET: rpool/images/build/recovery/output |
3219 | 2024-08-12T22:24:07.942Z | [ host-image] Aug 12 22:24:06.054 INFO O| Aug 12 22:24:06.054 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3220 | 2024-08-12T22:24:08.167Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3221 | 2024-08-12T22:24:08.217Z | Aug 12 22:24:06.330 INFO [stamp-ntp] process exited with exit status: 0 (752.042785ms) |
3222 | 2024-08-12T22:24:08.469Z | [ recovery-image] Aug 12 22:24:06.582 INFO O| Aug 12 22:24:06.582 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3223 | 2024-08-12T22:24:08.520Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3224 | 2024-08-12T22:24:08.522Z | [ recovery-image] Aug 12 22:24:06.634 INFO O| Aug 12 22:24:06.634 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3225 | 2024-08-12T22:24:08.551Z | Aug 12 22:24:06.664 INFO [stamp-internal-dns] process exited with exit status: 0 (1.271733581s) |
3226 | 2024-08-12T22:24:08.818Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3227 | 2024-08-12T22:24:08.827Z | Aug 12 22:24:06.936 INFO [stamp-external-dns] process exited with exit status: 0 (1.410764212s) |
3228 | 2024-08-12T22:24:08.835Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3229 | 2024-08-12T22:24:08.839Z | Aug 12 22:24:06.953 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.539668538s) |
3230 | 2024-08-12T22:24:08.860Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
3231 | 2024-08-12T22:24:08.881Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3232 | 2024-08-12T22:24:09.190Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3233 | 2024-08-12T22:24:09.194Z | Aug 12 22:24:07.307 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.867594422s) |
3234 | 2024-08-12T22:24:09.319Z | [ recovery-image] Aug 12 22:24:07.432 INFO O| Aug 12 22:24:07.432 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3235 | 2024-08-12T22:24:09.425Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3236 | 2024-08-12T22:24:09.429Z | Aug 12 22:24:07.542 INFO [stamp-oximeter] process exited with exit status: 0 (2.184041276s) |
3237 | 2024-08-12T22:24:09.432Z | [ recovery-image] Aug 12 22:24:07.544 INFO O| Aug 12 22:24:07.544 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3238 | 2024-08-12T22:24:09.432Z | [ recovery-image] Aug 12 22:24:07.544 INFO O| Aug 12 22:24:07.544 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3239 | 2024-08-12T22:24:09.432Z | [ recovery-image] Aug 12 22:24:07.545 INFO O| Aug 12 22:24:07.545 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3240 | 2024-08-12T22:24:09.432Z | [ recovery-image] Aug 12 22:24:07.545 INFO O| Aug 12 22:24:07.545 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3241 | 2024-08-12T22:24:09.443Z | [ recovery-image] Aug 12 22:24:07.556 INFO O| Aug 12 22:24:07.556 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3242 | 2024-08-12T22:24:09.505Z | [ host-image] Aug 12 22:24:07.618 INFO O| Aug 12 22:24:07.618 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3243 | 2024-08-12T22:24:09.508Z | [ host-image] Aug 12 22:24:07.619 INFO O| Aug 12 22:24:07.619 INFO O| Planning: Planning completed in 0.00 seconds |
3244 | 2024-08-12T22:24:09.508Z | [ host-image] Aug 12 22:24:07.620 INFO O| Aug 12 22:24:07.620 INFO O| Planning: Consolidating action changes ... Done |
3245 | 2024-08-12T22:24:09.508Z | [ host-image] Aug 12 22:24:07.620 INFO O| Aug 12 22:24:07.620 INFO O| Planning: Evaluating mediators ... Done |
3246 | 2024-08-12T22:24:09.508Z | [ host-image] Aug 12 22:24:07.621 INFO O| Aug 12 22:24:07.621 INFO O| Planning: Planning completed in 0.00 seconds |
3247 | 2024-08-12T22:24:09.511Z | [ host-image] Aug 12 22:24:07.621 INFO O| Aug 12 22:24:07.621 INFO O| Variants/Facets to change: 1 |
3248 | 2024-08-12T22:24:09.589Z | [ host-image] Aug 12 22:24:07.700 INFO O| Aug 12 22:24:07.700 INFO O| Done |
3249 | 2024-08-12T22:24:09.589Z | [ host-image] Aug 12 22:24:07.700 INFO O| Aug 12 22:24:07.700 INFO O| Done |
3250 | 2024-08-12T22:24:09.897Z | [ recovery-image] Aug 12 22:24:08.010 INFO O| Aug 12 22:24:08.010 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3251 | 2024-08-12T22:24:09.912Z | [ recovery-image] Aug 12 22:24:08.025 INFO O| Aug 12 22:24:08.025 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3252 | 2024-08-12T22:24:09.976Z | [ host-image] Aug 12 22:24:08.089 INFO O| Aug 12 22:24:08.089 INFO O| Done |
3253 | 2024-08-12T22:24:10.026Z | [ host-image] Aug 12 22:24:08.139 INFO O| Aug 12 22:24:08.139 INFO O| Done |
3254 | 2024-08-12T22:24:10.029Z | [ host-image] Aug 12 22:24:08.140 INFO O| Aug 12 22:24:08.140 INFO O| Done |
3255 | 2024-08-12T22:24:10.029Z | [ host-image] Aug 12 22:24:08.140 INFO O| Aug 12 22:24:08.140 INFO O| Done |
3256 | 2024-08-12T22:24:10.029Z | [ host-image] Aug 12 22:24:08.141 INFO O| Aug 12 22:24:08.141 INFO O| Done |
3257 | 2024-08-12T22:24:10.103Z | [ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 8 (pkg_change_facet) COMPLETE |
3258 | 2024-08-12T22:24:10.103Z | [ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3259 | 2024-08-12T22:24:10.103Z | [ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO skip step because feature "recovery" is not enabled |
3260 | 2024-08-12T22:24:10.106Z | [ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3261 | 2024-08-12T22:24:10.106Z | [ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO skip step because feature "recovery" is not enabled |
3262 | 2024-08-12T22:24:10.106Z | [ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3263 | 2024-08-12T22:24:10.119Z | [ host-image] Aug 12 22:24:08.232 INFO O| Aug 12 22:24:08.232 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"] |
3264 | 2024-08-12T22:24:10.420Z | [ recovery-image] Aug 12 22:24:08.533 INFO O| Aug 12 22:24:08.533 INFO O| Caching catalogs ... Done |
3265 | 2024-08-12T22:24:10.535Z | [ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO STEP 0 (pkg_image_create) COMPLETE |
3266 | 2024-08-12T22:24:10.535Z | [ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3267 | 2024-08-12T22:24:10.538Z | [ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO skip step because feature "repo_redist" is not enabled |
3268 | 2024-08-12T22:24:10.538Z | [ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3269 | 2024-08-12T22:24:10.549Z | [ recovery-image] Aug 12 22:24:08.661 INFO O| Aug 12 22:24:08.661 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"] |
3270 | 2024-08-12T22:24:10.733Z | [ host-image] Aug 12 22:24:08.846 INFO O| Aug 12 22:24:08.846 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3271 | 2024-08-12T22:24:10.879Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3272 | 2024-08-12T22:24:10.883Z | Aug 12 22:24:08.995 INFO [stamp-nexus] process exited with exit status: 0 (3.629566197s) |
3273 | 2024-08-12T22:24:10.995Z | [ recovery-image] Aug 12 22:24:09.108 INFO O| Aug 12 22:24:09.108 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3274 | 2024-08-12T22:24:10.995Z | [ recovery-image] Aug 12 22:24:09.108 INFO O| Aug 12 22:24:09.108 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3275 | 2024-08-12T22:24:11.009Z | [ recovery-image] Aug 12 22:24:09.121 INFO O| Aug 12 22:24:09.121 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"] |
3276 | 2024-08-12T22:24:11.490Z | [ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3277 | 2024-08-12T22:24:11.490Z | [ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3278 | 2024-08-12T22:24:11.493Z | [ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO skip step because feature "repo_redist" is not enabled |
3279 | 2024-08-12T22:24:11.493Z | [ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3280 | 2024-08-12T22:24:11.855Z | [ recovery-image] Aug 12 22:24:09.967 INFO O| Aug 12 22:24:09.967 INFO variant opensolaris.zone is already global |
3281 | 2024-08-12T22:24:11.858Z | [ recovery-image] Aug 12 22:24:09.967 INFO O| Aug 12 22:24:09.967 INFO STEP 5 (pkg_change_variant) COMPLETE |
3282 | 2024-08-12T22:24:11.858Z | [ recovery-image] Aug 12 22:24:09.967 INFO O| Aug 12 22:24:09.967 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3283 | 2024-08-12T22:24:12.332Z | [ recovery-image] Aug 12 22:24:10.444 INFO O| Aug 12 22:24:10.443 INFO variant opensolaris.imagetype is full; changing to partial |
3284 | 2024-08-12T22:24:12.332Z | [ recovery-image] Aug 12 22:24:10.444 INFO O| Aug 12 22:24:10.444 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3285 | 2024-08-12T22:24:12.765Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3286 | 2024-08-12T22:24:12.770Z | Aug 12 22:24:10.881 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.497779841s) |
3287 | 2024-08-12T22:24:15.543Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3288 | 2024-08-12T22:24:15.547Z | Aug 12 22:24:13.658 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.149922012s) |
3289 | 2024-08-12T22:24:15.693Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3290 | 2024-08-12T22:24:15.822Z | [verify-libraries] Compiling heck v0.4.1 |
3291 | 2024-08-12T22:24:15.822Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3292 | 2024-08-12T22:24:15.826Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3293 | 2024-08-12T22:24:15.836Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3294 | 2024-08-12T22:24:15.839Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3295 | 2024-08-12T22:24:15.857Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3296 | 2024-08-12T22:24:15.857Z | [verify-libraries] Compiling indent_write v2.2.0 |
3297 | 2024-08-12T22:24:15.898Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3298 | 2024-08-12T22:24:15.902Z | Aug 12 22:24:14.013 INFO [stamp-clickhouse] process exited with exit status: 0 (8.639355481s) |
3299 | 2024-08-12T22:24:15.906Z | Aug 12 22:24:14.013 INFO [tuf-stamp] task succeeded (8.665257491s) |
3300 | 2024-08-12T22:24:16.189Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3301 | 2024-08-12T22:24:16.313Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3302 | 2024-08-12T22:24:16.313Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3303 | 2024-08-12T22:24:16.379Z | [verify-libraries] Compiling termios v0.3.3 |
3304 | 2024-08-12T22:24:16.765Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3305 | 2024-08-12T22:24:17.122Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3306 | 2024-08-12T22:24:18.565Z | [ recovery-image] Aug 12 22:24:16.674 INFO O| Aug 12 22:24:16.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3307 | 2024-08-12T22:24:23.381Z | [ recovery-image] Aug 12 22:24:21.488 INFO O| Aug 12 22:24:21.488 INFO O| Startup: Caching catalogs ... Done |
3308 | 2024-08-12T22:24:23.449Z | [ recovery-image] Aug 12 22:24:21.557 INFO O| Aug 12 22:24:21.557 INFO O| Planning: Planning completed in 0.00 seconds |
3309 | 2024-08-12T22:24:23.452Z | [ recovery-image] Aug 12 22:24:21.558 INFO O| Aug 12 22:24:21.558 INFO O| Planning: Consolidating action changes ... Done |
3310 | 2024-08-12T22:24:23.452Z | [ recovery-image] Aug 12 22:24:21.558 INFO O| Aug 12 22:24:21.558 INFO O| Planning: Evaluating mediators ... Done |
3311 | 2024-08-12T22:24:23.452Z | [ recovery-image] Aug 12 22:24:21.559 INFO O| Aug 12 22:24:21.558 INFO O| Planning: Planning completed in 0.00 seconds |
3312 | 2024-08-12T22:24:23.452Z | [ recovery-image] Aug 12 22:24:21.559 INFO O| Aug 12 22:24:21.559 INFO O| Variants/Facets to change: 1 |
3313 | 2024-08-12T22:24:23.515Z | [ recovery-image] Aug 12 22:24:21.623 INFO O| Aug 12 22:24:21.623 INFO O| Done |
3314 | 2024-08-12T22:24:23.516Z | [ recovery-image] Aug 12 22:24:21.623 INFO O| Aug 12 22:24:21.623 INFO O| Done |
3315 | 2024-08-12T22:24:24.012Z | [ recovery-image] Aug 12 22:24:22.119 INFO O| Aug 12 22:24:22.119 INFO O| Done |
3316 | 2024-08-12T22:24:24.069Z | [ recovery-image] Aug 12 22:24:22.174 INFO O| Aug 12 22:24:22.174 INFO O| Done |
3317 | 2024-08-12T22:24:24.074Z | [ recovery-image] Aug 12 22:24:22.176 INFO O| Aug 12 22:24:22.176 INFO O| Done |
3318 | 2024-08-12T22:24:24.074Z | [ recovery-image] Aug 12 22:24:22.176 INFO O| Aug 12 22:24:22.176 INFO O| Done |
3319 | 2024-08-12T22:24:24.074Z | [ recovery-image] Aug 12 22:24:22.178 INFO O| Aug 12 22:24:22.178 INFO O| Done |
3320 | 2024-08-12T22:24:24.542Z | [ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO STEP 6 (pkg_change_variant) COMPLETE |
3321 | 2024-08-12T22:24:24.542Z | [ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3322 | 2024-08-12T22:24:24.545Z | [ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO skip step because feature "debug_variant" is not enabled |
3323 | 2024-08-12T22:24:24.545Z | [ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3324 | 2024-08-12T22:24:25.373Z | [ recovery-image] Aug 12 22:24:23.477 INFO O| Aug 12 22:24:23.476 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3325 | 2024-08-12T22:24:26.292Z | [ recovery-image] Aug 12 22:24:24.397 INFO O| Aug 12 22:24:24.397 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3326 | 2024-08-12T22:24:26.295Z | [ recovery-image] Aug 12 22:24:24.399 INFO O| Aug 12 22:24:24.399 INFO O| Planning: Planning completed in 0.00 seconds |
3327 | 2024-08-12T22:24:26.295Z | [ recovery-image] Aug 12 22:24:24.400 INFO O| Aug 12 22:24:24.400 INFO O| Planning: Consolidating action changes ... Done |
3328 | 2024-08-12T22:24:26.295Z | [ recovery-image] Aug 12 22:24:24.400 INFO O| Aug 12 22:24:24.400 INFO O| Planning: Evaluating mediators ... Done |
3329 | 2024-08-12T22:24:26.295Z | [ recovery-image] Aug 12 22:24:24.401 INFO O| Aug 12 22:24:24.401 INFO O| Planning: Planning completed in 0.00 seconds |
3330 | 2024-08-12T22:24:26.295Z | [ recovery-image] Aug 12 22:24:24.401 INFO O| Aug 12 22:24:24.401 INFO O| Variants/Facets to change: 1 |
3331 | 2024-08-12T22:24:26.348Z | [ recovery-image] Aug 12 22:24:24.455 INFO O| Aug 12 22:24:24.454 INFO O| Done |
3332 | 2024-08-12T22:24:26.348Z | [ recovery-image] Aug 12 22:24:24.455 INFO O| Aug 12 22:24:24.454 INFO O| Done |
3333 | 2024-08-12T22:24:26.770Z | [ recovery-image] Aug 12 22:24:24.876 INFO O| Aug 12 22:24:24.876 INFO O| Done |
3334 | 2024-08-12T22:24:26.839Z | [ recovery-image] Aug 12 22:24:24.943 INFO O| Aug 12 22:24:24.943 INFO O| Done |
3335 | 2024-08-12T22:24:26.843Z | [ recovery-image] Aug 12 22:24:24.944 INFO O| Aug 12 22:24:24.944 INFO O| Done |
3336 | 2024-08-12T22:24:26.843Z | [ recovery-image] Aug 12 22:24:24.944 INFO O| Aug 12 22:24:24.944 INFO O| Done |
3337 | 2024-08-12T22:24:26.844Z | [ recovery-image] Aug 12 22:24:24.946 INFO O| Aug 12 22:24:24.946 INFO O| Done |
3338 | 2024-08-12T22:24:26.956Z | [ recovery-image] Aug 12 22:24:25.061 INFO O| Aug 12 22:24:25.060 INFO STEP 8 (pkg_change_facet) COMPLETE |
3339 | 2024-08-12T22:24:26.956Z | [ recovery-image] Aug 12 22:24:25.061 INFO O| Aug 12 22:24:25.061 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3340 | 2024-08-12T22:24:27.573Z | [ recovery-image] Aug 12 22:24:25.678 INFO O| Aug 12 22:24:25.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3341 | 2024-08-12T22:24:28.466Z | [ recovery-image] Aug 12 22:24:26.571 INFO O| Aug 12 22:24:26.571 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3342 | 2024-08-12T22:24:28.468Z | [ recovery-image] Aug 12 22:24:26.573 INFO O| Aug 12 22:24:26.573 INFO O| Planning: Planning completed in 0.00 seconds |
3343 | 2024-08-12T22:24:28.468Z | [ recovery-image] Aug 12 22:24:26.574 INFO O| Aug 12 22:24:26.574 INFO O| Planning: Consolidating action changes ... Done |
3344 | 2024-08-12T22:24:28.471Z | [ recovery-image] Aug 12 22:24:26.574 INFO O| Aug 12 22:24:26.574 INFO O| Planning: Evaluating mediators ... Done |
3345 | 2024-08-12T22:24:28.471Z | [ recovery-image] Aug 12 22:24:26.575 INFO O| Aug 12 22:24:26.575 INFO O| Planning: Planning completed in 0.00 seconds |
3346 | 2024-08-12T22:24:28.471Z | [ recovery-image] Aug 12 22:24:26.575 INFO O| Aug 12 22:24:26.575 INFO O| Variants/Facets to change: 1 |
3347 | 2024-08-12T22:24:28.540Z | [ recovery-image] Aug 12 22:24:26.645 INFO O| Aug 12 22:24:26.645 INFO O| Done |
3348 | 2024-08-12T22:24:28.540Z | [ recovery-image] Aug 12 22:24:26.646 INFO O| Aug 12 22:24:26.645 INFO O| Done |
3349 | 2024-08-12T22:24:29.096Z | [ recovery-image] Aug 12 22:24:27.201 INFO O| Aug 12 22:24:27.201 INFO O| Done |
3350 | 2024-08-12T22:24:29.145Z | [ recovery-image] Aug 12 22:24:27.250 INFO O| Aug 12 22:24:27.250 INFO O| Done |
3351 | 2024-08-12T22:24:29.148Z | [ recovery-image] Aug 12 22:24:27.251 INFO O| Aug 12 22:24:27.251 INFO O| Done |
3352 | 2024-08-12T22:24:29.148Z | [ recovery-image] Aug 12 22:24:27.251 INFO O| Aug 12 22:24:27.251 INFO O| Done |
3353 | 2024-08-12T22:24:29.148Z | [ recovery-image] Aug 12 22:24:27.253 INFO O| Aug 12 22:24:27.253 INFO O| Done |
3354 | 2024-08-12T22:24:29.260Z | [ recovery-image] Aug 12 22:24:27.365 INFO O| Aug 12 22:24:27.365 INFO STEP 9 (pkg_change_facet) COMPLETE |
3355 | 2024-08-12T22:24:29.260Z | [ recovery-image] Aug 12 22:24:27.365 INFO O| Aug 12 22:24:27.365 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3356 | 2024-08-12T22:24:29.942Z | [ recovery-image] Aug 12 22:24:28.046 INFO O| Aug 12 22:24:28.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3357 | 2024-08-12T22:24:30.813Z | [ recovery-image] Aug 12 22:24:28.917 INFO O| Aug 12 22:24:28.917 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3358 | 2024-08-12T22:24:30.816Z | [ recovery-image] Aug 12 22:24:28.919 INFO O| Aug 12 22:24:28.919 INFO O| Planning: Planning completed in 0.00 seconds |
3359 | 2024-08-12T22:24:30.816Z | [ recovery-image] Aug 12 22:24:28.920 INFO O| Aug 12 22:24:28.920 INFO O| Planning: Consolidating action changes ... Done |
3360 | 2024-08-12T22:24:30.816Z | [ recovery-image] Aug 12 22:24:28.920 INFO O| Aug 12 22:24:28.920 INFO O| Planning: Evaluating mediators ... Done |
3361 | 2024-08-12T22:24:30.819Z | [ recovery-image] Aug 12 22:24:28.921 INFO O| Aug 12 22:24:28.921 INFO O| Planning: Planning completed in 0.00 seconds |
3362 | 2024-08-12T22:24:30.819Z | [ recovery-image] Aug 12 22:24:28.921 INFO O| Aug 12 22:24:28.921 INFO O| Variants/Facets to change: 1 |
3363 | 2024-08-12T22:24:30.890Z | [ recovery-image] Aug 12 22:24:28.995 INFO O| Aug 12 22:24:28.994 INFO O| Done |
3364 | 2024-08-12T22:24:30.890Z | [ recovery-image] Aug 12 22:24:28.995 INFO O| Aug 12 22:24:28.995 INFO O| Done |
3365 | 2024-08-12T22:24:31.392Z | [ recovery-image] Aug 12 22:24:29.495 INFO O| Aug 12 22:24:29.495 INFO O| Done |
3366 | 2024-08-12T22:24:31.453Z | [ recovery-image] Aug 12 22:24:29.557 INFO O| Aug 12 22:24:29.557 INFO O| Done |
3367 | 2024-08-12T22:24:31.459Z | [ recovery-image] Aug 12 22:24:29.558 INFO O| Aug 12 22:24:29.558 INFO O| Done |
3368 | 2024-08-12T22:24:31.459Z | [ recovery-image] Aug 12 22:24:29.558 INFO O| Aug 12 22:24:29.558 INFO O| Done |
3369 | 2024-08-12T22:24:31.459Z | [ recovery-image] Aug 12 22:24:29.560 INFO O| Aug 12 22:24:29.560 INFO O| Done |
3370 | 2024-08-12T22:24:31.542Z | [ recovery-image] Aug 12 22:24:29.646 INFO O| Aug 12 22:24:29.646 INFO STEP 10 (pkg_change_facet) COMPLETE |
3371 | 2024-08-12T22:24:31.542Z | [ recovery-image] Aug 12 22:24:29.646 INFO O| Aug 12 22:24:29.646 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3372 | 2024-08-12T22:24:31.563Z | [ recovery-image] Aug 12 22:24:29.666 INFO O| Aug 12 22:24:29.666 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"] |
3373 | 2024-08-12T22:24:32.555Z | [ recovery-image] Aug 12 22:24:30.653 INFO O| Aug 12 22:24:30.653 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3374 | 2024-08-12T22:24:36.938Z | [ host-image] Aug 12 22:24:35.040 INFO O| Aug 12 22:24:35.040 INFO O| Planning: Solver setup ... Done |
3375 | 2024-08-12T22:24:45.243Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3376 | 2024-08-12T22:24:48.720Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3377 | 2024-08-12T22:24:51.103Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3378 | 2024-08-12T22:24:59.023Z | [ host-image] Aug 12 22:24:57.117 INFO O| Aug 12 22:24:57.116 INFO O| Planning: Running solver ... Done |
3379 | 2024-08-12T22:24:59.353Z | [ host-image] Aug 12 22:24:57.447 INFO O| Aug 12 22:24:57.446 INFO O| Planning: Finding local manifests ... Done |
3380 | 2024-08-12T22:24:59.374Z | [ host-image] Aug 12 22:24:57.467 INFO O| Aug 12 22:24:57.466 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3381 | 2024-08-12T22:25:02.558Z | [ recovery-image] Aug 12 22:25:00.650 INFO O| Aug 12 22:25:00.650 INFO O| Planning: Solver setup ... Done |
3382 | 2024-08-12T22:25:04.825Z | [ host-image] Aug 12 22:25:02.916 INFO O| Aug 12 22:25:02.916 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3383 | 2024-08-12T22:25:06.242Z | [ host-image] Aug 12 22:25:04.332 INFO O| Aug 12 22:25:04.332 INFO O| Planning: Package planning ... Done |
3384 | 2024-08-12T22:25:07.870Z | [ host-image] Aug 12 22:25:05.959 INFO O| Aug 12 22:25:05.959 INFO O| Planning: Merging actions ... Done |
3385 | 2024-08-12T22:25:08.474Z | [ host-image] Aug 12 22:25:06.564 INFO O| Aug 12 22:25:06.563 INFO O| Planning: Checking for conflicting actions ... Done |
3386 | 2024-08-12T22:25:08.820Z | [ host-image] Aug 12 22:25:06.909 INFO O| Aug 12 22:25:06.909 INFO O| Planning: Consolidating action changes ... Done |
3387 | 2024-08-12T22:25:09.322Z | [ host-image] Aug 12 22:25:07.411 INFO O| Aug 12 22:25:07.411 INFO O| Planning: Evaluating mediators ... Done |
3388 | 2024-08-12T22:25:15.678Z | [ host-image] Aug 12 22:25:13.707 INFO O| Aug 12 22:25:13.707 INFO O| Planning: Planning completed in 64.86 seconds |
3389 | 2024-08-12T22:25:15.685Z | [ host-image] Aug 12 22:25:13.722 INFO O| Aug 12 22:25:13.722 INFO O| Packages to install: 124 |
3390 | 2024-08-12T22:25:15.685Z | [ host-image] Aug 12 22:25:13.722 INFO O| Aug 12 22:25:13.722 INFO O| Mediators to change: 4 |
3391 | 2024-08-12T22:25:15.685Z | [ host-image] Aug 12 22:25:13.722 INFO O| Aug 12 22:25:13.722 INFO O| Services to change: 6 |
3392 | 2024-08-12T22:25:15.773Z | [ host-image] Aug 12 22:25:13.859 INFO O| Aug 12 22:25:13.859 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete |
3393 | 2024-08-12T22:25:20.775Z | [ host-image] Aug 12 22:25:18.859 INFO O| Aug 12 22:25:18.859 INFO O| Download: 1139/22727 items 6.7/196.4MB 3% complete (1.4M/s) |
3394 | 2024-08-12T22:25:24.024Z | [ recovery-image] Aug 12 22:25:22.108 INFO O| Aug 12 22:25:22.108 INFO O| Planning: Running solver ... Done |
3395 | 2024-08-12T22:25:24.278Z | [ recovery-image] Aug 12 22:25:22.362 INFO O| Aug 12 22:25:22.361 INFO O| Planning: Finding local manifests ... Done |
3396 | 2024-08-12T22:25:24.296Z | [ recovery-image] Aug 12 22:25:22.379 INFO O| Aug 12 22:25:22.379 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3397 | 2024-08-12T22:25:26.277Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3398 | 2024-08-12T22:25:26.460Z | [ host-image] Aug 12 22:25:24.543 INFO O| Aug 12 22:25:24.543 INFO O| Download: 1642/22727 items 10.8/196.4MB 5% complete (1.1M/s) |
3399 | 2024-08-12T22:25:28.169Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3400 | 2024-08-12T22:25:29.018Z | [ recovery-image] Aug 12 22:25:27.100 INFO O| Aug 12 22:25:27.100 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3401 | 2024-08-12T22:25:30.006Z | [ recovery-image] Aug 12 22:25:28.087 INFO O| Aug 12 22:25:28.087 INFO O| Planning: Package planning ... Done |
3402 | 2024-08-12T22:25:30.706Z | [ recovery-image] Aug 12 22:25:28.787 INFO O| Aug 12 22:25:28.786 INFO O| Planning: Merging actions ... Done |
3403 | 2024-08-12T22:25:31.072Z | [ recovery-image] Aug 12 22:25:29.153 INFO O| Aug 12 22:25:29.153 INFO O| Planning: Checking for conflicting actions ... Done |
3404 | 2024-08-12T22:25:31.215Z | [ recovery-image] Aug 12 22:25:29.296 INFO O| Aug 12 22:25:29.296 INFO O| Planning: Consolidating action changes ... Done |
3405 | 2024-08-12T22:25:31.542Z | [ recovery-image] Aug 12 22:25:29.621 INFO O| Aug 12 22:25:29.621 INFO O| Planning: Evaluating mediators ... Done |
3406 | 2024-08-12T22:25:31.631Z | [ host-image] Aug 12 22:25:29.711 INFO O| Aug 12 22:25:29.711 INFO O| Download: 2096/22727 items 23.4/196.4MB 11% complete (1.6M/s) |
3407 | 2024-08-12T22:25:32.285Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3408 | 2024-08-12T22:25:36.634Z | [ host-image] Aug 12 22:25:34.713 INFO O| Aug 12 22:25:34.713 INFO O| Download: 2934/22727 items 33.7/196.4MB 17% complete (2.3M/s) |
3409 | 2024-08-12T22:25:37.391Z | [ recovery-image] Aug 12 22:25:35.469 INFO O| Aug 12 22:25:35.469 INFO O| Planning: Planning completed in 64.81 seconds |
3410 | 2024-08-12T22:25:37.398Z | [ recovery-image] Aug 12 22:25:35.476 INFO O| Aug 12 22:25:35.476 INFO O| Packages to install: 124 |
3411 | 2024-08-12T22:25:37.398Z | [ recovery-image] Aug 12 22:25:35.476 INFO O| Aug 12 22:25:35.476 INFO O| Mediators to change: 4 |
3412 | 2024-08-12T22:25:37.401Z | [ recovery-image] Aug 12 22:25:35.476 INFO O| Aug 12 22:25:35.476 INFO O| Services to change: 5 |
3413 | 2024-08-12T22:25:37.479Z | [ recovery-image] Aug 12 22:25:35.555 INFO O| Aug 12 22:25:35.555 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3414 | 2024-08-12T22:25:38.051Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3415 | 2024-08-12T22:25:41.636Z | [ host-image] Aug 12 22:25:39.713 INFO O| Aug 12 22:25:39.713 INFO O| Download: 3522/22727 items 35.7/196.4MB 18% complete (1.2M/s) |
3416 | 2024-08-12T22:25:42.739Z | [ recovery-image] Aug 12 22:25:40.815 INFO O| Aug 12 22:25:40.814 INFO O| Download: 999/15831 items 7.8/173.2MB 4% complete (1.6M/s) |
3417 | 2024-08-12T22:25:46.842Z | [ host-image] Aug 12 22:25:44.915 INFO O| Aug 12 22:25:44.915 INFO O| Download: 4490/22727 items 41.8/196.4MB 21% complete (1.0M/s) |
3418 | 2024-08-12T22:25:47.883Z | [ recovery-image] Aug 12 22:25:45.956 INFO O| Aug 12 22:25:45.955 INFO O| Download: 1213/15831 items 16.4/173.2MB 9% complete (1.6M/s) |
3419 | 2024-08-12T22:25:49.629Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3420 | 2024-08-12T22:25:51.845Z | [ host-image] Aug 12 22:25:49.917 INFO O| Aug 12 22:25:49.916 INFO O| Download: 5012/22727 items 45.8/196.4MB 23% complete (1.0M/s) |
3421 | 2024-08-12T22:25:53.060Z | [ recovery-image] Aug 12 22:25:51.132 INFO O| Aug 12 22:25:51.132 INFO O| Download: 1639/15831 items 25.5/173.2MB 14% complete (1.8M/s) |
3422 | 2024-08-12T22:25:54.591Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3423 | 2024-08-12T22:25:56.849Z | [ host-image] Aug 12 22:25:54.919 INFO O| Aug 12 22:25:54.918 INFO O| Download: 5982/22727 items 46.4/196.4MB 23% complete (465k/s) |
3424 | 2024-08-12T22:25:58.076Z | [ recovery-image] Aug 12 22:25:56.145 INFO O| Aug 12 22:25:56.145 INFO O| Download: 2516/15831 items 31.5/173.2MB 18% complete (1.4M/s) |
3425 | 2024-08-12T22:26:02.448Z | [ host-image] Aug 12 22:26:00.516 INFO O| Aug 12 22:26:00.516 INFO O| Download: 6760/22727 items 47.8/196.4MB 24% complete (263k/s) |
3426 | 2024-08-12T22:26:03.085Z | [ recovery-image] Aug 12 22:26:01.146 INFO O| Aug 12 22:26:01.146 INFO O| Download: 3428/15831 items 38.1/173.2MB 22% complete (1.3M/s) |
3427 | 2024-08-12T22:26:07.462Z | [ host-image] Aug 12 22:26:05.527 INFO O| Aug 12 22:26:05.527 INFO O| Download: 7024/22727 items 55.3/196.4MB 28% complete (859k/s) |
3428 | 2024-08-12T22:26:08.080Z | [ recovery-image] Aug 12 22:26:06.146 INFO O| Aug 12 22:26:06.146 INFO O| Download: 3988/15831 items 42.5/173.2MB 24% complete (1.1M/s) |
3429 | 2024-08-12T22:26:12.475Z | [ host-image] Aug 12 22:26:10.535 INFO O| Aug 12 22:26:10.535 INFO O| Download: 7740/22727 items 58.8/196.4MB 29% complete (1.1M/s) |
3430 | 2024-08-12T22:26:13.460Z | [ recovery-image] Aug 12 22:26:11.524 INFO O| Aug 12 22:26:11.524 INFO O| Download: 4769/15831 items 43.0/173.2MB 24% complete (519k/s) |
3431 | 2024-08-12T22:26:17.546Z | [ host-image] Aug 12 22:26:15.608 INFO O| Aug 12 22:26:15.608 INFO O| Download: 8232/22727 items 63.4/196.4MB 32% complete (1.2M/s) |
3432 | 2024-08-12T22:26:18.656Z | [ recovery-image] Aug 12 22:26:16.718 INFO O| Aug 12 22:26:16.718 INFO O| Download: 5721/15831 items 46.0/173.2MB 26% complete (307k/s) |
3433 | 2024-08-12T22:26:22.591Z | [ host-image] Aug 12 22:26:20.651 INFO O| Aug 12 22:26:20.651 INFO O| Download: 9379/22727 items 81.4/196.4MB 41% complete (2.2M/s) |
3434 | 2024-08-12T22:26:23.950Z | [ recovery-image] Aug 12 22:26:22.010 INFO O| Aug 12 22:26:22.010 INFO O| Download: 6093/15831 items 56.3/173.2MB 32% complete (1.2M/s) |
3435 | 2024-08-12T22:26:27.900Z | [ host-image] Aug 12 22:26:25.956 INFO O| Aug 12 22:26:25.956 INFO O| Download: 10410/22727 items 88.0/196.4MB 44% complete (2.5M/s) |
3436 | 2024-08-12T22:26:28.955Z | [ recovery-image] Aug 12 22:26:27.012 INFO O| Aug 12 22:26:27.012 INFO O| Download: 6218/15831 items 62.2/173.2MB 35% complete (1.6M/s) |
3437 | 2024-08-12T22:26:33.054Z | [ host-image] Aug 12 22:26:31.106 INFO O| Aug 12 22:26:31.106 INFO O| Download: 11078/22727 items 92.0/196.4MB 46% complete (1.1M/s) |
3438 | 2024-08-12T22:26:33.957Z | [ recovery-image] Aug 12 22:26:32.012 INFO O| Aug 12 22:26:32.012 INFO O| Download: 7207/15831 items 73.2/173.2MB 42% complete (1.7M/s) |
3439 | 2024-08-12T22:26:38.127Z | [ host-image] Aug 12 22:26:36.182 INFO O| Aug 12 22:26:36.181 INFO O| Download: 11233/22727 items 94.1/196.4MB 47% complete (684k/s) |
3440 | 2024-08-12T22:26:39.402Z | [ recovery-image] Aug 12 22:26:37.456 INFO O| Aug 12 22:26:37.456 INFO O| Download: 7897/15831 items 76.9/173.2MB 44% complete (1.5M/s) |
3441 | 2024-08-12T22:26:44.415Z | [ recovery-image] Aug 12 22:26:42.466 INFO O| Aug 12 22:26:42.466 INFO O| Download: 8670/15831 items 82.2/173.2MB 47% complete (858k/s) |
3442 | 2024-08-12T22:26:47.713Z | [ host-image] Aug 12 22:26:45.762 INFO O| Aug 12 22:26:45.762 INFO O| Download: 12012/22727 items 100.4/196.4MB 51% complete (872k/s) |
3443 | 2024-08-12T22:26:49.427Z | [ recovery-image] Aug 12 22:26:47.477 INFO O| Aug 12 22:26:47.477 INFO O| Download: 9455/15831 items 92.9/173.2MB 53% complete (1.6M/s) |
3444 | 2024-08-12T22:26:52.714Z | [ host-image] Aug 12 22:26:50.762 INFO O| Aug 12 22:26:50.762 INFO O| Download: 12591/22727 items 109.6/196.4MB 55% complete (997k/s) |
3445 | 2024-08-12T22:26:54.445Z | [ recovery-image] Aug 12 22:26:52.492 INFO O| Aug 12 22:26:52.492 INFO O| Download: 10130/15831 items 93.2/173.2MB 53% complete (1.1M/s) |
3446 | 2024-08-12T22:26:57.718Z | [ host-image] Aug 12 22:26:55.765 INFO O| Aug 12 22:26:55.765 INFO O| Download: 13447/22727 items 110.0/196.4MB 55% complete (990k/s) |
3447 | 2024-08-12T22:26:59.883Z | [ recovery-image] Aug 12 22:26:57.928 INFO O| Aug 12 22:26:57.928 INFO O| Download: 11009/15831 items 94.7/173.2MB 54% complete (168k/s) |
3448 | 2024-08-12T22:27:02.910Z | [ host-image] Aug 12 22:27:00.954 INFO O| Aug 12 22:27:00.954 INFO O| Download: 14414/22727 items 111.6/196.4MB 56% complete (199k/s) |
3449 | 2024-08-12T22:27:04.902Z | [ recovery-image] Aug 12 22:27:02.946 INFO O| Aug 12 22:27:02.946 INFO O| Download: 11494/15831 items 110.0/173.2MB 63% complete (1.6M/s) |
3450 | 2024-08-12T22:27:07.912Z | [ host-image] Aug 12 22:27:05.954 INFO O| Aug 12 22:27:05.954 INFO O| Download: 14799/22727 items 117.1/196.4MB 59% complete (721k/s) |
3451 | 2024-08-12T22:27:10.214Z | [ recovery-image] Aug 12 22:27:08.255 INFO O| Aug 12 22:27:08.255 INFO O| Download: 11943/15831 items 133.8/173.2MB 77% complete (3.9M/s) |
3452 | 2024-08-12T22:27:13.636Z | [ host-image] Aug 12 22:27:11.676 INFO O| Aug 12 22:27:11.676 INFO O| Download: 15713/22727 items 125.9/196.4MB 64% complete (1.5M/s) |
3453 | 2024-08-12T22:27:15.217Z | [ recovery-image] Aug 12 22:27:13.256 INFO O| Aug 12 22:27:13.256 INFO O| Download: 13599/15831 items 143.9/173.2MB 83% complete (3.4M/s) |
3454 | 2024-08-12T22:27:18.646Z | [ host-image] Aug 12 22:27:16.684 INFO O| Aug 12 22:27:16.684 INFO O| Download: 16771/22727 items 140.6/196.4MB 71% complete (2.3M/s) |
3455 | 2024-08-12T22:27:20.225Z | [ recovery-image] Aug 12 22:27:18.262 INFO O| Aug 12 22:27:18.262 INFO O| Download: 14247/15831 items 146.3/173.2MB 84% complete (1.2M/s) |
3456 | 2024-08-12T22:27:23.667Z | [ host-image] Aug 12 22:27:21.703 INFO O| Aug 12 22:27:21.703 INFO O| Download: 17571/22727 items 147.8/196.4MB 75% complete (2.1M/s) |
3457 | 2024-08-12T22:27:25.360Z | [ recovery-image] Aug 12 22:27:23.395 INFO O| Aug 12 22:27:23.395 INFO O| Download: 14698/15831 items 148.6/173.2MB 85% complete (475k/s) |
3458 | 2024-08-12T22:27:28.846Z | [ host-image] Aug 12 22:27:26.880 INFO O| Aug 12 22:27:26.880 INFO O| Download: 18223/22727 items 160.6/196.4MB 81% complete (2.0M/s) |
3459 | 2024-08-12T22:27:30.526Z | [ recovery-image] Aug 12 22:27:28.559 INFO O| Aug 12 22:27:28.559 INFO O| Download: 15251/15831 items 157.9/173.2MB 91% complete (1.1M/s) |
3460 | 2024-08-12T22:27:34.386Z | [ host-image] Aug 12 22:27:32.418 INFO O| Aug 12 22:27:32.418 INFO O| Download: 18936/22727 items 163.6/196.4MB 83% complete (1.9M/s) |
3461 | 2024-08-12T22:27:35.718Z | [ recovery-image] Aug 12 22:27:33.749 INFO O| Aug 12 22:27:33.749 INFO O| Download: 15517/15831 items 165.8/173.2MB 95% complete (1.7M/s) |
3462 | 2024-08-12T22:27:39.495Z | [ host-image] Aug 12 22:27:37.525 INFO O| Aug 12 22:27:37.525 INFO O| Download: 19959/22727 items 167.2/196.4MB 85% complete (650k/s) |
3463 | 2024-08-12T22:27:40.730Z | [ recovery-image] Aug 12 22:27:38.760 INFO O| Aug 12 22:27:38.759 INFO O| Download: 15617/15831 items 166.9/173.2MB 96% complete (952k/s) |
3464 | 2024-08-12T22:27:43.468Z | [ recovery-image] Aug 12 22:27:41.496 INFO O| Aug 12 22:27:41.496 INFO O| Download: Completed 173.16 MB in 125.94 seconds (1.4M/s) |
3465 | 2024-08-12T22:27:44.385Z | [ recovery-image] Aug 12 22:27:42.413 INFO O| Aug 12 22:27:42.413 INFO O| Actions: 1/24964 actions (Installing new actions) |
3466 | 2024-08-12T22:27:44.501Z | [ host-image] Aug 12 22:27:42.528 INFO O| Aug 12 22:27:42.528 INFO O| Download: 20764/22727 items 170.9/196.4MB 87% complete (736k/s) |
3467 | 2024-08-12T22:27:49.389Z | [ recovery-image] Aug 12 22:27:47.415 INFO O| Aug 12 22:27:47.415 INFO O| Actions: 9846/24964 actions (Installing new actions) |
3468 | 2024-08-12T22:27:49.539Z | [ host-image] Aug 12 22:27:47.565 INFO O| Aug 12 22:27:47.565 INFO O| Download: 21536/22727 items 179.9/196.4MB 91% complete (1.3M/s) |
3469 | 2024-08-12T22:27:54.405Z | [ recovery-image] Aug 12 22:27:52.429 INFO O| Aug 12 22:27:52.429 INFO O| Actions: 17446/24964 actions (Installing new actions) |
3470 | 2024-08-12T22:27:54.555Z | [ host-image] Aug 12 22:27:52.578 INFO O| Aug 12 22:27:52.578 INFO O| Download: 22183/22727 items 194.2/196.4MB 98% complete (2.3M/s) |
3471 | 2024-08-12T22:27:57.835Z | [ host-image] Aug 12 22:27:55.857 INFO O| Aug 12 22:27:55.857 INFO O| Download: Completed 196.39 MB in 162.00 seconds (1.2M/s) |
3472 | 2024-08-12T22:27:59.408Z | [ recovery-image] Aug 12 22:27:57.430 INFO O| Aug 12 22:27:57.430 INFO O| Actions: 24490/24964 actions (Installing new actions) |
3473 | 2024-08-12T22:27:59.674Z | [ host-image] Aug 12 22:27:57.696 INFO O| Aug 12 22:27:57.696 INFO O| Actions: 1/49260 actions (Installing new actions) |
3474 | 2024-08-12T22:28:02.169Z | [ recovery-image] Aug 12 22:28:00.190 INFO O| Aug 12 22:28:00.190 INFO O| Actions: Completed 24964 actions in 17.77 seconds. |
3475 | 2024-08-12T22:28:02.661Z | [ recovery-image] Aug 12 22:28:00.681 INFO O| Aug 12 22:28:00.681 INFO O| Done |
3476 | 2024-08-12T22:28:02.661Z | [ recovery-image] Aug 12 22:28:00.682 INFO O| Aug 12 22:28:00.681 INFO O| Done |
3477 | 2024-08-12T22:28:03.785Z | [ recovery-image] Aug 12 22:28:01.805 INFO O| Aug 12 22:28:01.805 INFO O| Done |
3478 | 2024-08-12T22:28:04.686Z | [ host-image] Aug 12 22:28:02.705 INFO O| Aug 12 22:28:02.705 INFO O| Actions: 9507/49260 actions (Installing new actions) |
3479 | 2024-08-12T22:28:05.638Z | [ recovery-image] Aug 12 22:28:03.658 INFO O| Aug 12 22:28:03.658 INFO O| Done |
3480 | 2024-08-12T22:28:05.667Z | [ recovery-image] Aug 12 22:28:03.687 INFO O| Aug 12 22:28:03.687 INFO O| Done |
3481 | 2024-08-12T22:28:09.692Z | [ host-image] Aug 12 22:28:07.710 INFO O| Aug 12 22:28:07.710 INFO O| Actions: 14963/49260 actions (Installing new actions) |
3482 | 2024-08-12T22:28:14.695Z | [ host-image] Aug 12 22:28:12.711 INFO O| Aug 12 22:28:12.711 INFO O| Actions: 22474/49260 actions (Installing new actions) |
3483 | 2024-08-12T22:28:15.705Z | [ recovery-image] Aug 12 22:28:13.721 INFO O| Aug 12 22:28:13.720 INFO O| Done |
3484 | 2024-08-12T22:28:16.463Z | [ recovery-image] Aug 12 22:28:14.478 INFO O| Aug 12 22:28:14.478 INFO O| Done |
3485 | 2024-08-12T22:28:16.899Z | [ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 11 (pkg_install) COMPLETE |
3486 | 2024-08-12T22:28:16.899Z | [ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3487 | 2024-08-12T22:28:16.902Z | [ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO skip step because feature "recovery" is enabled |
3488 | 2024-08-12T22:28:16.902Z | [ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3489 | 2024-08-12T22:28:16.902Z | [ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO skip step because feature "omicron1" is not enabled |
3490 | 2024-08-12T22:28:16.902Z | [ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3491 | 2024-08-12T22:28:16.924Z | [ recovery-image] Aug 12 22:28:14.939 INFO O| Aug 12 22:28:14.938 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3492 | 2024-08-12T22:28:18.806Z | [ recovery-image] Aug 12 22:28:16.820 INFO O| Aug 12 22:28:16.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3493 | 2024-08-12T22:28:19.701Z | [ host-image] Aug 12 22:28:17.715 INFO O| Aug 12 22:28:17.715 INFO O| Actions: 46712/49260 actions (Installing new actions) |
3494 | 2024-08-12T22:28:21.526Z | [ recovery-image] Aug 12 22:28:19.539 INFO O| Aug 12 22:28:19.539 INFO O| Planning: Solver setup ... Done |
3495 | 2024-08-12T22:28:21.532Z | [ recovery-image] Aug 12 22:28:19.545 INFO O| Aug 12 22:28:19.545 INFO O| Planning: Running solver ... Done |
3496 | 2024-08-12T22:28:21.590Z | [ recovery-image] Aug 12 22:28:19.603 INFO O| Aug 12 22:28:19.603 INFO O| Planning: Finding local manifests ... Done |
3497 | 2024-08-12T22:28:21.592Z | [ recovery-image] Aug 12 22:28:19.604 INFO O| Aug 12 22:28:19.604 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3498 | 2024-08-12T22:28:21.793Z | [ recovery-image] Aug 12 22:28:19.806 INFO O| Aug 12 22:28:19.806 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3499 | 2024-08-12T22:28:21.827Z | [ recovery-image] Aug 12 22:28:19.840 INFO O| Aug 12 22:28:19.840 INFO O| Planning: Package planning ... Done |
3500 | 2024-08-12T22:28:21.830Z | [ recovery-image] Aug 12 22:28:19.841 INFO O| Aug 12 22:28:19.841 INFO O| Planning: Merging actions ... Done |
3501 | 2024-08-12T22:28:21.896Z | [ recovery-image] Aug 12 22:28:19.909 INFO O| Aug 12 22:28:19.909 INFO O| Planning: Checking for conflicting actions ... Done |
3502 | 2024-08-12T22:28:21.899Z | [ recovery-image] Aug 12 22:28:19.910 INFO O| Aug 12 22:28:19.910 INFO O| Planning: Consolidating action changes ... Done |
3503 | 2024-08-12T22:28:22.175Z | [ recovery-image] Aug 12 22:28:20.187 INFO O| Aug 12 22:28:20.187 INFO O| Planning: Evaluating mediators ... Done |
3504 | 2024-08-12T22:28:22.191Z | [ recovery-image] Aug 12 22:28:20.188 INFO O| Aug 12 22:28:20.188 INFO O| Planning: Planning completed in 3.37 seconds |
3505 | 2024-08-12T22:28:22.191Z | [ recovery-image] Aug 12 22:28:20.190 INFO O| Aug 12 22:28:20.190 INFO O| Packages to install: 1 |
3506 | 2024-08-12T22:28:22.197Z | [ recovery-image] Aug 12 22:28:20.210 INFO O| Aug 12 22:28:20.210 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3507 | 2024-08-12T22:28:23.152Z | [ recovery-image] Aug 12 22:28:21.164 INFO O| Aug 12 22:28:21.164 INFO O| Download: Completed 20.86 MB in 0.95 seconds (21.9M/s) |
3508 | 2024-08-12T22:28:23.254Z | [ recovery-image] Aug 12 22:28:21.266 INFO O| Aug 12 22:28:21.266 INFO O| Actions: 1/22 actions (Installing new actions) |
3509 | 2024-08-12T22:28:24.139Z | [ recovery-image] Aug 12 22:28:22.151 INFO O| Aug 12 22:28:22.151 INFO O| Actions: Completed 22 actions in 0.89 seconds. |
3510 | 2024-08-12T22:28:24.510Z | [ recovery-image] Aug 12 22:28:22.522 INFO O| Aug 12 22:28:22.522 INFO O| Done |
3511 | 2024-08-12T22:28:24.510Z | [ recovery-image] Aug 12 22:28:22.522 INFO O| Aug 12 22:28:22.522 INFO O| Done |
3512 | 2024-08-12T22:28:24.971Z | [ host-image] Aug 12 22:28:22.722 INFO O| Aug 12 22:28:22.722 INFO O| Actions: 48852/49260 actions (Installing new actions) |
3513 | 2024-08-12T22:28:25.427Z | [ recovery-image] Aug 12 22:28:23.439 INFO O| Aug 12 22:28:23.439 INFO O| Done |
3514 | 2024-08-12T22:28:25.580Z | [ host-image] Aug 12 22:28:23.591 INFO O| Aug 12 22:28:23.591 INFO O| Actions: Completed 49260 actions in 25.88 seconds. |
3515 | 2024-08-12T22:28:25.991Z | [ host-image] Aug 12 22:28:24.001 INFO O| Aug 12 22:28:24.001 INFO O| Done |
3516 | 2024-08-12T22:28:25.991Z | [ host-image] Aug 12 22:28:24.001 INFO O| Aug 12 22:28:24.001 INFO O| Done |
3517 | 2024-08-12T22:28:27.223Z | [ host-image] Aug 12 22:28:25.195 INFO O| Aug 12 22:28:25.195 INFO O| Done |
3518 | 2024-08-12T22:28:27.489Z | [ recovery-image] Aug 12 22:28:25.499 INFO O| Aug 12 22:28:25.499 INFO O| Done |
3519 | 2024-08-12T22:28:27.511Z | [ recovery-image] Aug 12 22:28:25.522 INFO O| Aug 12 22:28:25.521 INFO O| Done |
3520 | 2024-08-12T22:28:27.511Z | [ recovery-image] Aug 12 22:28:25.522 INFO O| Aug 12 22:28:25.522 INFO O| Done |
3521 | 2024-08-12T22:28:27.529Z | [ recovery-image] Aug 12 22:28:25.539 INFO O| Aug 12 22:28:25.539 INFO O| Done |
3522 | 2024-08-12T22:28:27.698Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 14 (pkg_install) COMPLETE |
3523 | 2024-08-12T22:28:27.698Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3524 | 2024-08-12T22:28:27.701Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "mfg" is not enabled |
3525 | 2024-08-12T22:28:27.701Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3526 | 2024-08-12T22:28:27.701Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "compliance" is not enabled |
3527 | 2024-08-12T22:28:27.701Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3528 | 2024-08-12T22:28:27.702Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "stress" is not enabled |
3529 | 2024-08-12T22:28:27.702Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3530 | 2024-08-12T22:28:27.702Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "nfs" is not enabled |
3531 | 2024-08-12T22:28:27.702Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3532 | 2024-08-12T22:28:27.702Z | [ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3533 | 2024-08-12T22:28:27.983Z | [ recovery-image] Aug 12 22:28:25.992 INFO O| Aug 12 22:28:25.992 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3534 | 2024-08-12T22:28:28.222Z | [ recovery-image] Aug 12 22:28:26.232 INFO O| Aug 12 22:28:26.232 INFO completed processing gimlet/ramdisk-01-os |
3535 | 2024-08-12T22:28:28.225Z | [ recovery-image] Aug 12 22:28:26.235 INFO image builder template: ramdisk-02-trim... |
3536 | 2024-08-12T22:28:28.225Z | [ recovery-image] Aug 12 22:28:26.235 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/.tmpqrCA2Y/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None |
3537 | 2024-08-12T22:28:28.270Z | [ recovery-image] Aug 12 22:28:26.280 INFO O| Aug 12 22:28:26.280 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3538 | 2024-08-12T22:28:28.298Z | [ recovery-image] Aug 12 22:28:26.308 INFO O| Aug 12 22:28:26.308 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3539 | 2024-08-12T22:28:28.473Z | [ recovery-image] Aug 12 22:28:26.483 INFO O| Aug 12 22:28:26.483 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3540 | 2024-08-12T22:28:28.621Z | [ recovery-image] Aug 12 22:28:26.632 INFO O| Aug 12 22:28:26.631 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3541 | 2024-08-12T22:28:28.624Z | [ recovery-image] Aug 12 22:28:26.632 INFO O| Aug 12 22:28:26.632 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3542 | 2024-08-12T22:28:28.634Z | [ recovery-image] Aug 12 22:28:26.644 INFO O| Aug 12 22:28:26.644 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3543 | 2024-08-12T22:28:28.642Z | [ recovery-image] Aug 12 22:28:26.652 INFO O| Aug 12 22:28:26.652 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3544 | 2024-08-12T22:28:28.653Z | [ recovery-image] Aug 12 22:28:26.662 INFO O| Aug 12 22:28:26.662 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3545 | 2024-08-12T22:28:29.066Z | [ recovery-image] Aug 12 22:28:27.076 INFO O| Aug 12 22:28:27.075 INFO rolled back to input snapshot; work may begin |
3546 | 2024-08-12T22:28:29.066Z | [ recovery-image] Aug 12 22:28:27.076 INFO O| Aug 12 22:28:27.076 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3547 | 2024-08-12T22:28:29.074Z | [ recovery-image] Aug 12 22:28:27.084 INFO O| Aug 12 22:28:27.084 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3548 | 2024-08-12T22:28:29.091Z | [ recovery-image] Aug 12 22:28:27.102 INFO O| Aug 12 22:28:27.102 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3549 | 2024-08-12T22:28:29.172Z | [ recovery-image] Aug 12 22:28:27.182 INFO O| Aug 12 22:28:27.182 INFO STEP 0 (remove_files) COMPLETE |
3550 | 2024-08-12T22:28:29.172Z | [ recovery-image] Aug 12 22:28:27.182 INFO O| Aug 12 22:28:27.182 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3551 | 2024-08-12T22:28:29.244Z | [ recovery-image] Aug 12 22:28:27.254 INFO O| Aug 12 22:28:27.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3552 | 2024-08-12T22:28:29.247Z | [ recovery-image] Aug 12 22:28:27.257 INFO O| Aug 12 22:28:27.257 INFO STEP 1 (remove_files) COMPLETE |
3553 | 2024-08-12T22:28:29.250Z | [ recovery-image] Aug 12 22:28:27.257 INFO O| Aug 12 22:28:27.257 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3554 | 2024-08-12T22:28:29.306Z | [ recovery-image] Aug 12 22:28:27.316 INFO O| Aug 12 22:28:27.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3555 | 2024-08-12T22:28:29.329Z | [ recovery-image] Aug 12 22:28:27.337 INFO O| Aug 12 22:28:27.337 INFO STEP 2 (remove_files) COMPLETE |
3556 | 2024-08-12T22:28:29.329Z | [ recovery-image] Aug 12 22:28:27.337 INFO O| Aug 12 22:28:27.337 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3557 | 2024-08-12T22:28:29.362Z | [ recovery-image] Aug 12 22:28:27.372 INFO O| Aug 12 22:28:27.371 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3558 | 2024-08-12T22:28:29.364Z | [ recovery-image] Aug 12 22:28:27.375 INFO O| Aug 12 22:28:27.374 INFO STEP 3 (remove_files) COMPLETE |
3559 | 2024-08-12T22:28:29.364Z | [ recovery-image] Aug 12 22:28:27.375 INFO O| Aug 12 22:28:27.375 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3560 | 2024-08-12T22:28:29.400Z | [ recovery-image] Aug 12 22:28:27.410 INFO O| Aug 12 22:28:27.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3561 | 2024-08-12T22:28:29.406Z | [ recovery-image] Aug 12 22:28:27.416 INFO O| Aug 12 22:28:27.416 INFO STEP 4 (remove_files) COMPLETE |
3562 | 2024-08-12T22:28:29.406Z | [ recovery-image] Aug 12 22:28:27.416 INFO O| Aug 12 22:28:27.416 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3563 | 2024-08-12T22:28:29.439Z | [ recovery-image] Aug 12 22:28:27.449 INFO O| Aug 12 22:28:27.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3564 | 2024-08-12T22:28:29.442Z | [ recovery-image] Aug 12 22:28:27.450 INFO O| Aug 12 22:28:27.450 INFO STEP 5 (remove_files) COMPLETE |
3565 | 2024-08-12T22:28:29.442Z | [ recovery-image] Aug 12 22:28:27.450 INFO O| Aug 12 22:28:27.450 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3566 | 2024-08-12T22:28:29.462Z | [ recovery-image] Aug 12 22:28:27.472 INFO O| Aug 12 22:28:27.472 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3567 | 2024-08-12T22:28:29.480Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.489 INFO STEP 6 (remove_files) COMPLETE |
3568 | 2024-08-12T22:28:29.480Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3569 | 2024-08-12T22:28:29.480Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO skip step because feature "recovery" is enabled |
3570 | 2024-08-12T22:28:29.483Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3571 | 2024-08-12T22:28:29.483Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO skip step because feature "recovery" is enabled |
3572 | 2024-08-12T22:28:29.483Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3573 | 2024-08-12T22:28:29.483Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO skip step because feature "recovery" is enabled |
3574 | 2024-08-12T22:28:29.483Z | [ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3575 | 2024-08-12T22:28:29.504Z | [ recovery-image] Aug 12 22:28:27.513 INFO O| Aug 12 22:28:27.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3576 | 2024-08-12T22:28:29.510Z | [ recovery-image] Aug 12 22:28:27.519 INFO O| Aug 12 22:28:27.519 INFO STEP 10 (remove_files) COMPLETE |
3577 | 2024-08-12T22:28:29.510Z | [ recovery-image] Aug 12 22:28:27.519 INFO O| Aug 12 22:28:27.519 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3578 | 2024-08-12T22:28:29.534Z | [ recovery-image] Aug 12 22:28:27.543 INFO O| Aug 12 22:28:27.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3579 | 2024-08-12T22:28:29.536Z | [ recovery-image] Aug 12 22:28:27.545 INFO O| Aug 12 22:28:27.545 INFO STEP 11 (remove_files) COMPLETE |
3580 | 2024-08-12T22:28:29.536Z | [ recovery-image] Aug 12 22:28:27.545 INFO O| Aug 12 22:28:27.545 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3581 | 2024-08-12T22:28:29.571Z | [ recovery-image] Aug 12 22:28:27.581 INFO O| Aug 12 22:28:27.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3582 | 2024-08-12T22:28:29.574Z | [ recovery-image] Aug 12 22:28:27.584 INFO O| Aug 12 22:28:27.583 INFO STEP 12 (remove_files) COMPLETE |
3583 | 2024-08-12T22:28:29.574Z | [ recovery-image] Aug 12 22:28:27.584 INFO O| Aug 12 22:28:27.583 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3584 | 2024-08-12T22:28:29.684Z | [ recovery-image] Aug 12 22:28:27.694 INFO O| Aug 12 22:28:27.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3585 | 2024-08-12T22:28:29.774Z | [ recovery-image] Aug 12 22:28:27.784 INFO O| Aug 12 22:28:27.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3586 | 2024-08-12T22:28:29.813Z | [ recovery-image] Aug 12 22:28:27.823 INFO O| Aug 12 22:28:27.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3587 | 2024-08-12T22:28:29.817Z | [ recovery-image] Aug 12 22:28:27.823 INFO O| Aug 12 22:28:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3588 | 2024-08-12T22:28:29.828Z | [ recovery-image] Aug 12 22:28:27.838 INFO O| Aug 12 22:28:27.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3589 | 2024-08-12T22:28:29.891Z | [ host-image] Aug 12 22:28:27.901 INFO O| Aug 12 22:28:27.901 INFO O| Done |
3590 | 2024-08-12T22:28:29.965Z | [ host-image] Aug 12 22:28:27.975 INFO O| Aug 12 22:28:27.974 INFO O| Done |
3591 | 2024-08-12T22:28:30.128Z | [ recovery-image] Aug 12 22:28:28.137 INFO O| Aug 12 22:28:28.137 INFO STEP 13 (remove_files) COMPLETE |
3592 | 2024-08-12T22:28:30.128Z | [ recovery-image] Aug 12 22:28:28.137 INFO O| Aug 12 22:28:28.137 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3593 | 2024-08-12T22:28:30.150Z | [ recovery-image] Aug 12 22:28:28.160 INFO O| Aug 12 22:28:28.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3594 | 2024-08-12T22:28:30.153Z | [ recovery-image] Aug 12 22:28:28.162 INFO O| Aug 12 22:28:28.162 INFO STEP 14 (remove_files) COMPLETE |
3595 | 2024-08-12T22:28:30.153Z | [ recovery-image] Aug 12 22:28:28.162 INFO O| Aug 12 22:28:28.162 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3596 | 2024-08-12T22:28:30.176Z | [ recovery-image] Aug 12 22:28:28.186 INFO O| Aug 12 22:28:28.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3597 | 2024-08-12T22:28:30.185Z | [ recovery-image] Aug 12 22:28:28.195 INFO O| Aug 12 22:28:28.195 INFO STEP 15 (remove_files) COMPLETE |
3598 | 2024-08-12T22:28:30.185Z | [ recovery-image] Aug 12 22:28:28.195 INFO O| Aug 12 22:28:28.195 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3599 | 2024-08-12T22:28:30.208Z | [ recovery-image] Aug 12 22:28:28.218 INFO O| Aug 12 22:28:28.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3600 | 2024-08-12T22:28:30.211Z | [ recovery-image] Aug 12 22:28:28.218 INFO O| Aug 12 22:28:28.218 INFO STEP 16 (remove_files) COMPLETE |
3601 | 2024-08-12T22:28:30.211Z | [ recovery-image] Aug 12 22:28:28.218 INFO O| Aug 12 22:28:28.218 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3602 | 2024-08-12T22:28:30.232Z | [ recovery-image] Aug 12 22:28:28.241 INFO O| Aug 12 22:28:28.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3603 | 2024-08-12T22:28:30.234Z | [ recovery-image] Aug 12 22:28:28.243 INFO O| Aug 12 22:28:28.243 INFO STEP 17 (remove_files) COMPLETE |
3604 | 2024-08-12T22:28:30.234Z | [ recovery-image] Aug 12 22:28:28.243 INFO O| Aug 12 22:28:28.243 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3605 | 2024-08-12T22:28:30.254Z | [ recovery-image] Aug 12 22:28:28.264 INFO O| Aug 12 22:28:28.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3606 | 2024-08-12T22:28:30.257Z | [ recovery-image] Aug 12 22:28:28.264 INFO O| Aug 12 22:28:28.264 INFO STEP 18 (remove_files) COMPLETE |
3607 | 2024-08-12T22:28:30.257Z | [ recovery-image] Aug 12 22:28:28.264 INFO O| Aug 12 22:28:28.264 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3608 | 2024-08-12T22:28:30.286Z | [ recovery-image] Aug 12 22:28:28.295 INFO O| Aug 12 22:28:28.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3609 | 2024-08-12T22:28:30.286Z | [ recovery-image] Aug 12 22:28:28.295 INFO O| Aug 12 22:28:28.295 INFO STEP 19 (remove_files) COMPLETE |
3610 | 2024-08-12T22:28:30.289Z | [ recovery-image] Aug 12 22:28:28.295 INFO O| Aug 12 22:28:28.295 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3611 | 2024-08-12T22:28:30.309Z | [ recovery-image] Aug 12 22:28:28.318 INFO O| Aug 12 22:28:28.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3612 | 2024-08-12T22:28:30.309Z | [ recovery-image] Aug 12 22:28:28.319 INFO O| Aug 12 22:28:28.318 INFO STEP 20 (remove_files) COMPLETE |
3613 | 2024-08-12T22:28:30.312Z | [ recovery-image] Aug 12 22:28:28.319 INFO O| Aug 12 22:28:28.318 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3614 | 2024-08-12T22:28:30.348Z | [ recovery-image] Aug 12 22:28:28.357 INFO O| Aug 12 22:28:28.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3615 | 2024-08-12T22:28:30.348Z | [ recovery-image] Aug 12 22:28:28.357 INFO O| Aug 12 22:28:28.357 INFO STEP 21 (remove_files) COMPLETE |
3616 | 2024-08-12T22:28:30.348Z | [ recovery-image] Aug 12 22:28:28.357 INFO O| Aug 12 22:28:28.357 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3617 | 2024-08-12T22:28:30.373Z | [ recovery-image] Aug 12 22:28:28.382 INFO O| Aug 12 22:28:28.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3618 | 2024-08-12T22:28:30.373Z | [ recovery-image] Aug 12 22:28:28.382 INFO O| Aug 12 22:28:28.382 INFO STEP 22 (remove_files) COMPLETE |
3619 | 2024-08-12T22:28:30.373Z | [ recovery-image] Aug 12 22:28:28.382 INFO O| Aug 12 22:28:28.382 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3620 | 2024-08-12T22:28:30.404Z | [ recovery-image] Aug 12 22:28:28.413 INFO O| Aug 12 22:28:28.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3621 | 2024-08-12T22:28:30.404Z | [ recovery-image] Aug 12 22:28:28.413 INFO O| Aug 12 22:28:28.413 INFO STEP 23 (remove_files) COMPLETE |
3622 | 2024-08-12T22:28:30.404Z | [ recovery-image] Aug 12 22:28:28.413 INFO O| Aug 12 22:28:28.413 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3623 | 2024-08-12T22:28:30.427Z | [ recovery-image] Aug 12 22:28:28.436 INFO O| Aug 12 22:28:28.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3624 | 2024-08-12T22:28:30.427Z | [ recovery-image] Aug 12 22:28:28.436 INFO O| Aug 12 22:28:28.436 INFO STEP 24 (remove_files) COMPLETE |
3625 | 2024-08-12T22:28:30.430Z | [ recovery-image] Aug 12 22:28:28.436 INFO O| Aug 12 22:28:28.436 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3626 | 2024-08-12T22:28:30.460Z | [ recovery-image] Aug 12 22:28:28.469 INFO O| Aug 12 22:28:28.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3627 | 2024-08-12T22:28:30.460Z | [ recovery-image] Aug 12 22:28:28.470 INFO O| Aug 12 22:28:28.469 INFO STEP 25 (remove_files) COMPLETE |
3628 | 2024-08-12T22:28:30.463Z | [ recovery-image] Aug 12 22:28:28.470 INFO O| Aug 12 22:28:28.469 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3629 | 2024-08-12T22:28:30.481Z | [ recovery-image] Aug 12 22:28:28.490 INFO O| Aug 12 22:28:28.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3630 | 2024-08-12T22:28:30.481Z | [ recovery-image] Aug 12 22:28:28.490 INFO O| Aug 12 22:28:28.490 INFO STEP 26 (remove_files) COMPLETE |
3631 | 2024-08-12T22:28:30.484Z | [ recovery-image] Aug 12 22:28:28.490 INFO O| Aug 12 22:28:28.490 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3632 | 2024-08-12T22:28:30.539Z | [ recovery-image] Aug 12 22:28:28.548 INFO O| Aug 12 22:28:28.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3633 | 2024-08-12T22:28:30.539Z | [ recovery-image] Aug 12 22:28:28.548 INFO O| Aug 12 22:28:28.548 INFO STEP 27 (remove_files) COMPLETE |
3634 | 2024-08-12T22:28:30.542Z | [ recovery-image] Aug 12 22:28:28.548 INFO O| Aug 12 22:28:28.548 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-12T22:28:30.557Z | [ recovery-image] Aug 12 22:28:28.567 INFO O| Aug 12 22:28:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3636 | 2024-08-12T22:28:30.557Z | [ recovery-image] Aug 12 22:28:28.567 INFO O| Aug 12 22:28:28.567 INFO STEP 28 (remove_files) COMPLETE |
3637 | 2024-08-12T22:28:30.560Z | [ recovery-image] Aug 12 22:28:28.567 INFO O| Aug 12 22:28:28.567 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3638 | 2024-08-12T22:28:30.612Z | [ recovery-image] Aug 12 22:28:28.622 INFO O| Aug 12 22:28:28.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3639 | 2024-08-12T22:28:30.612Z | [ recovery-image] Aug 12 22:28:28.622 INFO O| Aug 12 22:28:28.622 INFO STEP 29 (remove_files) COMPLETE |
3640 | 2024-08-12T22:28:30.612Z | [ recovery-image] Aug 12 22:28:28.622 INFO O| Aug 12 22:28:28.622 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3641 | 2024-08-12T22:28:30.632Z | [ recovery-image] Aug 12 22:28:28.641 INFO O| Aug 12 22:28:28.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3642 | 2024-08-12T22:28:30.632Z | [ recovery-image] Aug 12 22:28:28.642 INFO O| Aug 12 22:28:28.642 INFO STEP 30 (remove_files) COMPLETE |
3643 | 2024-08-12T22:28:30.632Z | [ recovery-image] Aug 12 22:28:28.642 INFO O| Aug 12 22:28:28.642 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-12T22:28:30.649Z | [ recovery-image] Aug 12 22:28:28.659 INFO O| Aug 12 22:28:28.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3645 | 2024-08-12T22:28:30.649Z | [ recovery-image] Aug 12 22:28:28.659 INFO O| Aug 12 22:28:28.659 INFO STEP 31 (remove_files) COMPLETE |
3646 | 2024-08-12T22:28:30.649Z | [ recovery-image] Aug 12 22:28:28.659 INFO O| Aug 12 22:28:28.659 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3647 | 2024-08-12T22:28:30.666Z | [ recovery-image] Aug 12 22:28:28.675 INFO O| Aug 12 22:28:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3648 | 2024-08-12T22:28:30.666Z | [ recovery-image] Aug 12 22:28:28.675 INFO O| Aug 12 22:28:28.675 INFO STEP 32 (remove_files) COMPLETE |
3649 | 2024-08-12T22:28:30.668Z | [ recovery-image] Aug 12 22:28:28.675 INFO O| Aug 12 22:28:28.675 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3650 | 2024-08-12T22:28:30.718Z | [ recovery-image] Aug 12 22:28:28.727 INFO O| Aug 12 22:28:28.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3651 | 2024-08-12T22:28:30.718Z | [ recovery-image] Aug 12 22:28:28.727 INFO O| Aug 12 22:28:28.727 INFO STEP 33 (remove_files) COMPLETE |
3652 | 2024-08-12T22:28:30.718Z | [ recovery-image] Aug 12 22:28:28.727 INFO O| Aug 12 22:28:28.727 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3653 | 2024-08-12T22:28:30.736Z | [ recovery-image] Aug 12 22:28:28.745 INFO O| Aug 12 22:28:28.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3654 | 2024-08-12T22:28:30.736Z | [ recovery-image] Aug 12 22:28:28.745 INFO O| Aug 12 22:28:28.745 INFO STEP 34 (remove_files) COMPLETE |
3655 | 2024-08-12T22:28:30.736Z | [ recovery-image] Aug 12 22:28:28.745 INFO O| Aug 12 22:28:28.745 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3656 | 2024-08-12T22:28:30.775Z | [ recovery-image] Aug 12 22:28:28.784 INFO O| Aug 12 22:28:28.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3657 | 2024-08-12T22:28:30.775Z | [ recovery-image] Aug 12 22:28:28.784 INFO O| Aug 12 22:28:28.784 INFO STEP 35 (remove_files) COMPLETE |
3658 | 2024-08-12T22:28:30.777Z | [ recovery-image] Aug 12 22:28:28.784 INFO O| Aug 12 22:28:28.784 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3659 | 2024-08-12T22:28:30.805Z | [ recovery-image] Aug 12 22:28:28.814 INFO O| Aug 12 22:28:28.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3660 | 2024-08-12T22:28:30.805Z | [ recovery-image] Aug 12 22:28:28.814 INFO O| Aug 12 22:28:28.814 INFO STEP 36 (remove_files) COMPLETE |
3661 | 2024-08-12T22:28:30.805Z | [ recovery-image] Aug 12 22:28:28.814 INFO O| Aug 12 22:28:28.814 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3662 | 2024-08-12T22:28:30.825Z | [ recovery-image] Aug 12 22:28:28.834 INFO O| Aug 12 22:28:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3663 | 2024-08-12T22:28:30.825Z | [ recovery-image] Aug 12 22:28:28.834 INFO O| Aug 12 22:28:28.834 INFO STEP 37 (remove_files) COMPLETE |
3664 | 2024-08-12T22:28:30.828Z | [ recovery-image] Aug 12 22:28:28.834 INFO O| Aug 12 22:28:28.834 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3665 | 2024-08-12T22:28:30.858Z | [ recovery-image] Aug 12 22:28:28.866 INFO O| Aug 12 22:28:28.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3666 | 2024-08-12T22:28:30.858Z | [ recovery-image] Aug 12 22:28:28.866 INFO O| Aug 12 22:28:28.866 INFO STEP 38 (remove_files) COMPLETE |
3667 | 2024-08-12T22:28:30.861Z | [ recovery-image] Aug 12 22:28:28.866 INFO O| Aug 12 22:28:28.866 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3668 | 2024-08-12T22:28:30.874Z | [ recovery-image] Aug 12 22:28:28.884 INFO O| Aug 12 22:28:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3669 | 2024-08-12T22:28:30.874Z | [ recovery-image] Aug 12 22:28:28.884 INFO O| Aug 12 22:28:28.884 INFO STEP 39 (remove_files) COMPLETE |
3670 | 2024-08-12T22:28:30.877Z | [ recovery-image] Aug 12 22:28:28.884 INFO O| Aug 12 22:28:28.884 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3671 | 2024-08-12T22:28:30.893Z | [ recovery-image] Aug 12 22:28:28.903 INFO O| Aug 12 22:28:28.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3672 | 2024-08-12T22:28:30.893Z | [ recovery-image] Aug 12 22:28:28.903 INFO O| Aug 12 22:28:28.903 INFO STEP 40 (remove_files) COMPLETE |
3673 | 2024-08-12T22:28:30.896Z | [ recovery-image] Aug 12 22:28:28.903 INFO O| Aug 12 22:28:28.903 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3674 | 2024-08-12T22:28:30.911Z | [ recovery-image] Aug 12 22:28:28.920 INFO O| Aug 12 22:28:28.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3675 | 2024-08-12T22:28:30.911Z | [ recovery-image] Aug 12 22:28:28.920 INFO O| Aug 12 22:28:28.920 INFO STEP 41 (remove_files) COMPLETE |
3676 | 2024-08-12T22:28:30.911Z | [ recovery-image] Aug 12 22:28:28.920 INFO O| Aug 12 22:28:28.920 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3677 | 2024-08-12T22:28:30.929Z | [ recovery-image] Aug 12 22:28:28.938 INFO O| Aug 12 22:28:28.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3678 | 2024-08-12T22:28:30.929Z | [ recovery-image] Aug 12 22:28:28.938 INFO O| Aug 12 22:28:28.938 INFO STEP 42 (remove_files) COMPLETE |
3679 | 2024-08-12T22:28:30.929Z | [ recovery-image] Aug 12 22:28:28.938 INFO O| Aug 12 22:28:28.938 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3680 | 2024-08-12T22:28:30.948Z | [ recovery-image] Aug 12 22:28:28.957 INFO O| Aug 12 22:28:28.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3681 | 2024-08-12T22:28:30.948Z | [ recovery-image] Aug 12 22:28:28.957 INFO O| Aug 12 22:28:28.957 INFO STEP 43 (remove_files) COMPLETE |
3682 | 2024-08-12T22:28:30.948Z | [ recovery-image] Aug 12 22:28:28.957 INFO O| Aug 12 22:28:28.957 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3683 | 2024-08-12T22:28:30.966Z | [ recovery-image] Aug 12 22:28:28.974 INFO O| Aug 12 22:28:28.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3684 | 2024-08-12T22:28:30.966Z | [ recovery-image] Aug 12 22:28:28.974 INFO O| Aug 12 22:28:28.974 INFO STEP 44 (remove_files) COMPLETE |
3685 | 2024-08-12T22:28:30.966Z | [ recovery-image] Aug 12 22:28:28.974 INFO O| Aug 12 22:28:28.974 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3686 | 2024-08-12T22:28:30.985Z | [ recovery-image] Aug 12 22:28:28.993 INFO O| Aug 12 22:28:28.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3687 | 2024-08-12T22:28:30.988Z | [ recovery-image] Aug 12 22:28:28.993 INFO O| Aug 12 22:28:28.993 INFO STEP 45 (remove_files) COMPLETE |
3688 | 2024-08-12T22:28:30.988Z | [ recovery-image] Aug 12 22:28:28.994 INFO O| Aug 12 22:28:28.994 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3689 | 2024-08-12T22:28:31.008Z | [ recovery-image] Aug 12 22:28:29.017 INFO O| Aug 12 22:28:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3690 | 2024-08-12T22:28:31.011Z | [ recovery-image] Aug 12 22:28:29.017 INFO O| Aug 12 22:28:29.017 INFO STEP 46 (remove_files) COMPLETE |
3691 | 2024-08-12T22:28:31.011Z | [ recovery-image] Aug 12 22:28:29.017 INFO O| Aug 12 22:28:29.017 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3692 | 2024-08-12T22:28:31.027Z | [ recovery-image] Aug 12 22:28:29.036 INFO O| Aug 12 22:28:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3693 | 2024-08-12T22:28:31.031Z | [ recovery-image] Aug 12 22:28:29.037 INFO O| Aug 12 22:28:29.037 INFO STEP 47 (remove_files) COMPLETE |
3694 | 2024-08-12T22:28:31.031Z | [ recovery-image] Aug 12 22:28:29.037 INFO O| Aug 12 22:28:29.037 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3695 | 2024-08-12T22:28:31.069Z | [ recovery-image] Aug 12 22:28:29.078 INFO O| Aug 12 22:28:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3696 | 2024-08-12T22:28:31.069Z | [ recovery-image] Aug 12 22:28:29.078 INFO O| Aug 12 22:28:29.078 INFO STEP 48 (remove_files) COMPLETE |
3697 | 2024-08-12T22:28:31.072Z | [ recovery-image] Aug 12 22:28:29.078 INFO O| Aug 12 22:28:29.078 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3698 | 2024-08-12T22:28:31.125Z | [ recovery-image] Aug 12 22:28:29.134 INFO O| Aug 12 22:28:29.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3699 | 2024-08-12T22:28:31.125Z | [ recovery-image] Aug 12 22:28:29.134 INFO O| Aug 12 22:28:29.134 INFO STEP 49 (remove_files) COMPLETE |
3700 | 2024-08-12T22:28:31.128Z | [ recovery-image] Aug 12 22:28:29.134 INFO O| Aug 12 22:28:29.134 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3701 | 2024-08-12T22:28:31.143Z | [ recovery-image] Aug 12 22:28:29.153 INFO O| Aug 12 22:28:29.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3702 | 2024-08-12T22:28:31.143Z | [ recovery-image] Aug 12 22:28:29.153 INFO O| Aug 12 22:28:29.153 INFO STEP 50 (remove_files) COMPLETE |
3703 | 2024-08-12T22:28:31.144Z | [ recovery-image] Aug 12 22:28:29.153 INFO O| Aug 12 22:28:29.153 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3704 | 2024-08-12T22:28:31.180Z | [ recovery-image] Aug 12 22:28:29.189 INFO O| Aug 12 22:28:29.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3705 | 2024-08-12T22:28:31.180Z | [ recovery-image] Aug 12 22:28:29.189 INFO O| Aug 12 22:28:29.189 INFO STEP 51 (remove_files) COMPLETE |
3706 | 2024-08-12T22:28:31.180Z | [ recovery-image] Aug 12 22:28:29.189 INFO O| Aug 12 22:28:29.189 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3707 | 2024-08-12T22:28:31.209Z | [ recovery-image] Aug 12 22:28:29.218 INFO O| Aug 12 22:28:29.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3708 | 2024-08-12T22:28:31.209Z | [ recovery-image] Aug 12 22:28:29.218 INFO O| Aug 12 22:28:29.218 INFO STEP 52 (remove_files) COMPLETE |
3709 | 2024-08-12T22:28:31.209Z | [ recovery-image] Aug 12 22:28:29.218 INFO O| Aug 12 22:28:29.218 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3710 | 2024-08-12T22:28:31.231Z | [ recovery-image] Aug 12 22:28:29.239 INFO O| Aug 12 22:28:29.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3711 | 2024-08-12T22:28:31.231Z | [ recovery-image] Aug 12 22:28:29.240 INFO O| Aug 12 22:28:29.240 INFO STEP 53 (remove_files) COMPLETE |
3712 | 2024-08-12T22:28:31.232Z | [ recovery-image] Aug 12 22:28:29.240 INFO O| Aug 12 22:28:29.240 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3713 | 2024-08-12T22:28:31.251Z | [ recovery-image] Aug 12 22:28:29.260 INFO O| Aug 12 22:28:29.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3714 | 2024-08-12T22:28:31.251Z | [ recovery-image] Aug 12 22:28:29.260 INFO O| Aug 12 22:28:29.260 INFO STEP 54 (remove_files) COMPLETE |
3715 | 2024-08-12T22:28:31.251Z | [ recovery-image] Aug 12 22:28:29.260 INFO O| Aug 12 22:28:29.260 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3716 | 2024-08-12T22:28:31.271Z | [ recovery-image] Aug 12 22:28:29.280 INFO O| Aug 12 22:28:29.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3717 | 2024-08-12T22:28:31.271Z | [ recovery-image] Aug 12 22:28:29.281 INFO O| Aug 12 22:28:29.281 INFO STEP 55 (remove_files) COMPLETE |
3718 | 2024-08-12T22:28:31.275Z | [ recovery-image] Aug 12 22:28:29.281 INFO O| Aug 12 22:28:29.281 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3719 | 2024-08-12T22:28:31.313Z | [ recovery-image] Aug 12 22:28:29.322 INFO O| Aug 12 22:28:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3720 | 2024-08-12T22:28:31.313Z | [ recovery-image] Aug 12 22:28:29.322 INFO O| Aug 12 22:28:29.322 INFO STEP 56 (remove_files) COMPLETE |
3721 | 2024-08-12T22:28:31.316Z | [ recovery-image] Aug 12 22:28:29.322 INFO O| Aug 12 22:28:29.322 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3722 | 2024-08-12T22:28:31.360Z | [ recovery-image] Aug 12 22:28:29.369 INFO O| Aug 12 22:28:29.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3723 | 2024-08-12T22:28:31.360Z | [ recovery-image] Aug 12 22:28:29.369 INFO O| Aug 12 22:28:29.369 INFO STEP 57 (remove_files) COMPLETE |
3724 | 2024-08-12T22:28:31.360Z | [ recovery-image] Aug 12 22:28:29.370 INFO O| Aug 12 22:28:29.369 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3725 | 2024-08-12T22:28:31.382Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3726 | 2024-08-12T22:28:31.382Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3727 | 2024-08-12T22:28:31.385Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3728 | 2024-08-12T22:28:31.386Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3729 | 2024-08-12T22:28:31.386Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3730 | 2024-08-12T22:28:31.386Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3731 | 2024-08-12T22:28:31.386Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO ok! |
3732 | 2024-08-12T22:28:31.386Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO STEP 58 (ensure_file) COMPLETE |
3733 | 2024-08-12T22:28:31.386Z | [ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3734 | 2024-08-12T22:28:31.422Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3735 | 2024-08-12T22:28:31.422Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3736 | 2024-08-12T22:28:31.424Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3737 | 2024-08-12T22:28:31.424Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3738 | 2024-08-12T22:28:31.424Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3739 | 2024-08-12T22:28:31.424Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3740 | 2024-08-12T22:28:31.424Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO ok! |
3741 | 2024-08-12T22:28:31.425Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO STEP 59 (ensure_file) COMPLETE |
3742 | 2024-08-12T22:28:31.425Z | [ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3743 | 2024-08-12T22:28:31.463Z | [ recovery-image] Aug 12 22:28:29.472 INFO O| Aug 12 22:28:29.472 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3744 | 2024-08-12T22:28:31.463Z | [ recovery-image] Aug 12 22:28:29.472 INFO O| Aug 12 22:28:29.472 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3745 | 2024-08-12T22:28:31.466Z | [ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3746 | 2024-08-12T22:28:31.466Z | [ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO ok! |
3747 | 2024-08-12T22:28:31.466Z | [ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO STEP 60 (ensure_file) COMPLETE |
3748 | 2024-08-12T22:28:31.466Z | [ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3749 | 2024-08-12T22:28:31.556Z | [ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.564 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3750 | 2024-08-12T22:28:31.556Z | [ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3751 | 2024-08-12T22:28:31.560Z | [ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3752 | 2024-08-12T22:28:31.560Z | [ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO ok! |
3753 | 2024-08-12T22:28:31.560Z | [ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO STEP 61 (ensure_file) COMPLETE |
3754 | 2024-08-12T22:28:31.560Z | [ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3755 | 2024-08-12T22:28:31.601Z | [ recovery-image] Aug 12 22:28:29.610 INFO O| Aug 12 22:28:29.610 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3756 | 2024-08-12T22:28:31.601Z | [ recovery-image] Aug 12 22:28:29.610 INFO O| Aug 12 22:28:29.610 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3757 | 2024-08-12T22:28:31.605Z | [ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3758 | 2024-08-12T22:28:31.605Z | [ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3759 | 2024-08-12T22:28:31.605Z | [ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO ok! |
3760 | 2024-08-12T22:28:31.605Z | [ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO STEP 62 (ensure_file) COMPLETE |
3761 | 2024-08-12T22:28:31.605Z | [ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3762 | 2024-08-12T22:28:31.638Z | [ recovery-image] Aug 12 22:28:29.647 INFO O| Aug 12 22:28:29.647 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3763 | 2024-08-12T22:28:31.639Z | [ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.647 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3764 | 2024-08-12T22:28:31.641Z | [ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3765 | 2024-08-12T22:28:31.642Z | [ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3766 | 2024-08-12T22:28:31.642Z | [ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO ok! |
3767 | 2024-08-12T22:28:31.642Z | [ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO STEP 63 (ensure_file) COMPLETE |
3768 | 2024-08-12T22:28:31.642Z | [ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3769 | 2024-08-12T22:28:31.657Z | [ recovery-image] Aug 12 22:28:29.666 INFO O| Aug 12 22:28:29.666 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3770 | 2024-08-12T22:28:31.657Z | [ recovery-image] Aug 12 22:28:29.666 INFO O| Aug 12 22:28:29.666 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3771 | 2024-08-12T22:28:31.660Z | [ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3772 | 2024-08-12T22:28:31.660Z | [ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.666 INFO ok! |
3773 | 2024-08-12T22:28:31.660Z | [ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.667 INFO STEP 64 (assemble_files) COMPLETE |
3774 | 2024-08-12T22:28:31.660Z | [ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.667 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3775 | 2024-08-12T22:28:31.683Z | [ recovery-image] Aug 12 22:28:29.692 INFO O| Aug 12 22:28:29.692 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3776 | 2024-08-12T22:28:31.683Z | [ recovery-image] Aug 12 22:28:29.692 INFO O| Aug 12 22:28:29.692 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3777 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3778 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3779 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO ok! |
3780 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 65 (ensure_file) COMPLETE |
3781 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3782 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO skip step because feature "omicron1" is not enabled |
3783 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3784 | 2024-08-12T22:28:31.686Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO skip step because feature "omicron1" is not enabled |
3785 | 2024-08-12T22:28:31.687Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3786 | 2024-08-12T22:28:31.687Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO skip step because feature "omicron1" is not enabled |
3787 | 2024-08-12T22:28:31.687Z | [ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3788 | 2024-08-12T22:28:31.720Z | [ recovery-image] Aug 12 22:28:29.727 INFO O| Aug 12 22:28:29.727 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3789 | 2024-08-12T22:28:31.720Z | [ recovery-image] Aug 12 22:28:29.727 INFO O| Aug 12 22:28:29.727 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3790 | 2024-08-12T22:28:35.140Z | [ recovery-image] Aug 12 22:28:33.148 INFO O| Aug 12 22:28:33.148 INFO STEP 69 (pack_tar) COMPLETE |
3791 | 2024-08-12T22:28:35.140Z | [ recovery-image] Aug 12 22:28:33.148 INFO O| Aug 12 22:28:33.148 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3792 | 2024-08-12T22:28:35.143Z | [ recovery-image] Aug 12 22:28:33.148 INFO O| Aug 12 22:28:33.148 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3793 | 2024-08-12T22:28:35.460Z | [ recovery-image] Aug 12 22:28:33.467 INFO O| Aug 12 22:28:33.467 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3794 | 2024-08-12T22:28:35.600Z | [ recovery-image] Aug 12 22:28:33.607 INFO O| Aug 12 22:28:33.607 INFO completed processing gimlet/ramdisk-02-trim |
3795 | 2024-08-12T22:28:35.605Z | [ recovery-image] Aug 12 22:28:33.611 INFO image builder template: ramdisk-03-recovery-trim... |
3796 | 2024-08-12T22:28:35.608Z | [ recovery-image] Aug 12 22:28:33.611 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/.tmpqrCA2Y/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None |
3797 | 2024-08-12T22:28:35.791Z | [ recovery-image] Aug 12 22:28:33.798 INFO O| Aug 12 22:28:33.798 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3798 | 2024-08-12T22:28:35.807Z | [ recovery-image] Aug 12 22:28:33.814 INFO O| Aug 12 22:28:33.814 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3799 | 2024-08-12T22:28:35.906Z | [ recovery-image] Aug 12 22:28:33.910 INFO O| Aug 12 22:28:33.910 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3800 | 2024-08-12T22:28:35.985Z | [ recovery-image] Aug 12 22:28:33.993 INFO O| Aug 12 22:28:33.992 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3801 | 2024-08-12T22:28:35.989Z | [ recovery-image] Aug 12 22:28:33.993 INFO O| Aug 12 22:28:33.993 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3802 | 2024-08-12T22:28:36.004Z | [ recovery-image] Aug 12 22:28:34.011 INFO O| Aug 12 22:28:34.011 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3803 | 2024-08-12T22:28:36.013Z | [ recovery-image] Aug 12 22:28:34.021 INFO O| Aug 12 22:28:34.020 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3804 | 2024-08-12T22:28:36.023Z | [ recovery-image] Aug 12 22:28:34.030 INFO O| Aug 12 22:28:34.030 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3805 | 2024-08-12T22:28:36.446Z | [ recovery-image] Aug 12 22:28:34.453 INFO O| Aug 12 22:28:34.453 INFO rolled back to input snapshot; work may begin |
3806 | 2024-08-12T22:28:36.446Z | [ recovery-image] Aug 12 22:28:34.453 INFO O| Aug 12 22:28:34.453 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3807 | 2024-08-12T22:28:36.452Z | [ recovery-image] Aug 12 22:28:34.459 INFO O| Aug 12 22:28:34.459 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3808 | 2024-08-12T22:28:36.463Z | [ recovery-image] Aug 12 22:28:34.470 INFO O| Aug 12 22:28:34.470 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3809 | 2024-08-12T22:28:36.466Z | [ recovery-image] Aug 12 22:28:34.473 INFO O| Aug 12 22:28:34.473 INFO STEP 0 (remove_files) COMPLETE |
3810 | 2024-08-12T22:28:36.466Z | [ recovery-image] Aug 12 22:28:34.473 INFO O| Aug 12 22:28:34.473 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3811 | 2024-08-12T22:28:36.476Z | [ recovery-image] Aug 12 22:28:34.484 INFO O| Aug 12 22:28:34.484 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3812 | 2024-08-12T22:28:36.540Z | [ recovery-image] Aug 12 22:28:34.547 INFO O| Aug 12 22:28:34.547 INFO STEP 1 (remove_files) COMPLETE |
3813 | 2024-08-12T22:28:36.540Z | [ recovery-image] Aug 12 22:28:34.547 INFO O| Aug 12 22:28:34.547 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3814 | 2024-08-12T22:28:36.553Z | [ recovery-image] Aug 12 22:28:34.560 INFO O| Aug 12 22:28:34.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3815 | 2024-08-12T22:28:36.555Z | [ recovery-image] Aug 12 22:28:34.562 INFO O| Aug 12 22:28:34.562 INFO STEP 2 (remove_files) COMPLETE |
3816 | 2024-08-12T22:28:36.555Z | [ recovery-image] Aug 12 22:28:34.562 INFO O| Aug 12 22:28:34.562 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3817 | 2024-08-12T22:28:36.565Z | [ recovery-image] Aug 12 22:28:34.572 INFO O| Aug 12 22:28:34.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3818 | 2024-08-12T22:28:36.603Z | [ recovery-image] Aug 12 22:28:34.611 INFO O| Aug 12 22:28:34.611 INFO STEP 3 (remove_files) COMPLETE |
3819 | 2024-08-12T22:28:36.603Z | [ recovery-image] Aug 12 22:28:34.611 INFO O| Aug 12 22:28:34.611 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3820 | 2024-08-12T22:28:36.615Z | [ recovery-image] Aug 12 22:28:34.622 INFO O| Aug 12 22:28:34.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3821 | 2024-08-12T22:28:36.632Z | [ recovery-image] Aug 12 22:28:34.639 INFO O| Aug 12 22:28:34.639 INFO STEP 4 (remove_files) COMPLETE |
3822 | 2024-08-12T22:28:36.632Z | [ recovery-image] Aug 12 22:28:34.639 INFO O| Aug 12 22:28:34.639 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3823 | 2024-08-12T22:28:36.645Z | [ recovery-image] Aug 12 22:28:34.652 INFO O| Aug 12 22:28:34.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3824 | 2024-08-12T22:28:36.648Z | [ recovery-image] Aug 12 22:28:34.656 INFO O| Aug 12 22:28:34.656 INFO STEP 5 (remove_files) COMPLETE |
3825 | 2024-08-12T22:28:36.648Z | [ recovery-image] Aug 12 22:28:34.656 INFO O| Aug 12 22:28:34.656 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3826 | 2024-08-12T22:28:36.659Z | [ recovery-image] Aug 12 22:28:34.666 INFO O| Aug 12 22:28:34.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3827 | 2024-08-12T22:28:36.662Z | [ recovery-image] Aug 12 22:28:34.668 INFO O| Aug 12 22:28:34.668 INFO STEP 6 (remove_files) COMPLETE |
3828 | 2024-08-12T22:28:36.662Z | [ recovery-image] Aug 12 22:28:34.668 INFO O| Aug 12 22:28:34.668 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3829 | 2024-08-12T22:28:36.671Z | [ recovery-image] Aug 12 22:28:34.678 INFO O| Aug 12 22:28:34.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3830 | 2024-08-12T22:28:36.673Z | [ recovery-image] Aug 12 22:28:34.680 INFO O| Aug 12 22:28:34.680 INFO STEP 7 (remove_files) COMPLETE |
3831 | 2024-08-12T22:28:36.673Z | [ recovery-image] Aug 12 22:28:34.680 INFO O| Aug 12 22:28:34.680 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3832 | 2024-08-12T22:28:36.686Z | [ recovery-image] Aug 12 22:28:34.693 INFO O| Aug 12 22:28:34.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3833 | 2024-08-12T22:28:36.690Z | [ recovery-image] Aug 12 22:28:34.696 INFO O| Aug 12 22:28:34.696 INFO STEP 8 (remove_files) COMPLETE |
3834 | 2024-08-12T22:28:36.690Z | [ recovery-image] Aug 12 22:28:34.696 INFO O| Aug 12 22:28:34.696 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3835 | 2024-08-12T22:28:36.702Z | [ recovery-image] Aug 12 22:28:34.709 INFO O| Aug 12 22:28:34.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3836 | 2024-08-12T22:28:36.705Z | [ recovery-image] Aug 12 22:28:34.710 INFO O| Aug 12 22:28:34.710 INFO STEP 9 (remove_files) COMPLETE |
3837 | 2024-08-12T22:28:36.705Z | [ recovery-image] Aug 12 22:28:34.710 INFO O| Aug 12 22:28:34.710 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3838 | 2024-08-12T22:28:36.716Z | [ recovery-image] Aug 12 22:28:34.723 INFO O| Aug 12 22:28:34.723 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3839 | 2024-08-12T22:28:36.719Z | [ recovery-image] Aug 12 22:28:34.724 INFO O| Aug 12 22:28:34.724 INFO STEP 10 (remove_files) COMPLETE |
3840 | 2024-08-12T22:28:36.719Z | [ recovery-image] Aug 12 22:28:34.724 INFO O| Aug 12 22:28:34.724 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3841 | 2024-08-12T22:28:36.728Z | [ recovery-image] Aug 12 22:28:34.735 INFO O| Aug 12 22:28:34.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3842 | 2024-08-12T22:28:36.775Z | [ recovery-image] Aug 12 22:28:34.782 INFO O| Aug 12 22:28:34.782 INFO STEP 11 (remove_files) COMPLETE |
3843 | 2024-08-12T22:28:36.775Z | [ recovery-image] Aug 12 22:28:34.782 INFO O| Aug 12 22:28:34.782 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3844 | 2024-08-12T22:28:36.789Z | [ recovery-image] Aug 12 22:28:34.796 INFO O| Aug 12 22:28:34.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3845 | 2024-08-12T22:28:36.792Z | [ recovery-image] Aug 12 22:28:34.799 INFO O| Aug 12 22:28:34.799 INFO STEP 12 (remove_files) COMPLETE |
3846 | 2024-08-12T22:28:36.792Z | [ recovery-image] Aug 12 22:28:34.799 INFO O| Aug 12 22:28:34.799 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3847 | 2024-08-12T22:28:36.804Z | [ recovery-image] Aug 12 22:28:34.811 INFO O| Aug 12 22:28:34.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3848 | 2024-08-12T22:28:36.807Z | [ recovery-image] Aug 12 22:28:34.813 INFO O| Aug 12 22:28:34.813 INFO STEP 13 (remove_files) COMPLETE |
3849 | 2024-08-12T22:28:36.807Z | [ recovery-image] Aug 12 22:28:34.813 INFO O| Aug 12 22:28:34.813 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3850 | 2024-08-12T22:28:36.816Z | [ recovery-image] Aug 12 22:28:34.823 INFO O| Aug 12 22:28:34.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3851 | 2024-08-12T22:28:36.819Z | [ recovery-image] Aug 12 22:28:34.823 INFO O| Aug 12 22:28:34.823 INFO STEP 14 (remove_files) COMPLETE |
3852 | 2024-08-12T22:28:36.819Z | [ recovery-image] Aug 12 22:28:34.823 INFO O| Aug 12 22:28:34.823 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3853 | 2024-08-12T22:28:36.826Z | [ recovery-image] Aug 12 22:28:34.833 INFO O| Aug 12 22:28:34.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3854 | 2024-08-12T22:28:36.829Z | [ recovery-image] Aug 12 22:28:34.835 INFO O| Aug 12 22:28:34.834 INFO STEP 15 (remove_files) COMPLETE |
3855 | 2024-08-12T22:28:36.829Z | [ recovery-image] Aug 12 22:28:34.835 INFO O| Aug 12 22:28:34.835 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3856 | 2024-08-12T22:28:36.837Z | [ recovery-image] Aug 12 22:28:34.844 INFO O| Aug 12 22:28:34.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3857 | 2024-08-12T22:28:36.843Z | [ recovery-image] Aug 12 22:28:34.850 INFO O| Aug 12 22:28:34.850 INFO STEP 16 (remove_files) COMPLETE |
3858 | 2024-08-12T22:28:36.843Z | [ recovery-image] Aug 12 22:28:34.850 INFO O| Aug 12 22:28:34.850 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3859 | 2024-08-12T22:28:36.853Z | [ recovery-image] Aug 12 22:28:34.861 INFO O| Aug 12 22:28:34.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3860 | 2024-08-12T22:28:36.856Z | [ recovery-image] Aug 12 22:28:34.861 INFO O| Aug 12 22:28:34.861 INFO STEP 17 (remove_files) COMPLETE |
3861 | 2024-08-12T22:28:36.856Z | [ recovery-image] Aug 12 22:28:34.861 INFO O| Aug 12 22:28:34.861 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3862 | 2024-08-12T22:28:36.864Z | [ recovery-image] Aug 12 22:28:34.871 INFO O| Aug 12 22:28:34.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3863 | 2024-08-12T22:28:36.867Z | [ recovery-image] Aug 12 22:28:34.871 INFO O| Aug 12 22:28:34.871 INFO STEP 18 (remove_files) COMPLETE |
3864 | 2024-08-12T22:28:36.867Z | [ recovery-image] Aug 12 22:28:34.871 INFO O| Aug 12 22:28:34.871 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3865 | 2024-08-12T22:28:36.874Z | [ recovery-image] Aug 12 22:28:34.881 INFO O| Aug 12 22:28:34.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3866 | 2024-08-12T22:28:36.910Z | [ recovery-image] Aug 12 22:28:34.917 INFO O| Aug 12 22:28:34.917 INFO STEP 19 (remove_files) COMPLETE |
3867 | 2024-08-12T22:28:36.910Z | [ recovery-image] Aug 12 22:28:34.917 INFO O| Aug 12 22:28:34.917 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3868 | 2024-08-12T22:28:36.924Z | [ recovery-image] Aug 12 22:28:34.931 INFO O| Aug 12 22:28:34.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3869 | 2024-08-12T22:28:36.927Z | [ recovery-image] Aug 12 22:28:34.932 INFO O| Aug 12 22:28:34.932 INFO STEP 20 (remove_files) COMPLETE |
3870 | 2024-08-12T22:28:36.927Z | [ recovery-image] Aug 12 22:28:34.932 INFO O| Aug 12 22:28:34.932 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3871 | 2024-08-12T22:28:36.938Z | [ recovery-image] Aug 12 22:28:34.944 INFO O| Aug 12 22:28:34.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3872 | 2024-08-12T22:28:36.940Z | [ recovery-image] Aug 12 22:28:34.944 INFO O| Aug 12 22:28:34.944 INFO STEP 21 (remove_files) COMPLETE |
3873 | 2024-08-12T22:28:36.940Z | [ recovery-image] Aug 12 22:28:34.944 INFO O| Aug 12 22:28:34.944 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3874 | 2024-08-12T22:28:36.949Z | [ recovery-image] Aug 12 22:28:34.956 INFO O| Aug 12 22:28:34.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3875 | 2024-08-12T22:28:36.952Z | [ recovery-image] Aug 12 22:28:34.956 INFO O| Aug 12 22:28:34.956 INFO STEP 22 (remove_files) COMPLETE |
3876 | 2024-08-12T22:28:36.952Z | [ recovery-image] Aug 12 22:28:34.956 INFO O| Aug 12 22:28:34.956 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3877 | 2024-08-12T22:28:36.960Z | [ recovery-image] Aug 12 22:28:34.968 INFO O| Aug 12 22:28:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3878 | 2024-08-12T22:28:36.963Z | [ recovery-image] Aug 12 22:28:34.968 INFO O| Aug 12 22:28:34.968 INFO STEP 23 (remove_files) COMPLETE |
3879 | 2024-08-12T22:28:36.963Z | [ recovery-image] Aug 12 22:28:34.968 INFO O| Aug 12 22:28:34.968 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3880 | 2024-08-12T22:28:36.974Z | [ recovery-image] Aug 12 22:28:34.981 INFO O| Aug 12 22:28:34.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3881 | 2024-08-12T22:28:36.976Z | [ recovery-image] Aug 12 22:28:34.981 INFO O| Aug 12 22:28:34.981 INFO STEP 24 (remove_files) COMPLETE |
3882 | 2024-08-12T22:28:36.976Z | [ recovery-image] Aug 12 22:28:34.981 INFO O| Aug 12 22:28:34.981 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3883 | 2024-08-12T22:28:36.987Z | [ recovery-image] Aug 12 22:28:34.994 INFO O| Aug 12 22:28:34.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3884 | 2024-08-12T22:28:36.987Z | [ recovery-image] Aug 12 22:28:34.994 INFO O| Aug 12 22:28:34.994 INFO STEP 25 (remove_files) COMPLETE |
3885 | 2024-08-12T22:28:36.987Z | [ recovery-image] Aug 12 22:28:34.994 INFO O| Aug 12 22:28:34.994 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3886 | 2024-08-12T22:28:37.001Z | [ recovery-image] Aug 12 22:28:35.008 INFO O| Aug 12 22:28:35.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3887 | 2024-08-12T22:28:37.004Z | [ recovery-image] Aug 12 22:28:35.008 INFO O| Aug 12 22:28:35.008 INFO STEP 26 (remove_files) COMPLETE |
3888 | 2024-08-12T22:28:37.004Z | [ recovery-image] Aug 12 22:28:35.008 INFO O| Aug 12 22:28:35.008 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3889 | 2024-08-12T22:28:37.014Z | [ recovery-image] Aug 12 22:28:35.020 INFO O| Aug 12 22:28:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3890 | 2024-08-12T22:28:37.017Z | [ recovery-image] Aug 12 22:28:35.020 INFO O| Aug 12 22:28:35.020 INFO STEP 27 (remove_files) COMPLETE |
3891 | 2024-08-12T22:28:37.017Z | [ recovery-image] Aug 12 22:28:35.020 INFO O| Aug 12 22:28:35.020 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3892 | 2024-08-12T22:28:37.026Z | [ recovery-image] Aug 12 22:28:35.030 INFO O| Aug 12 22:28:35.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3893 | 2024-08-12T22:28:37.030Z | [ recovery-image] Aug 12 22:28:35.031 INFO O| Aug 12 22:28:35.031 INFO STEP 28 (remove_files) COMPLETE |
3894 | 2024-08-12T22:28:37.030Z | [ recovery-image] Aug 12 22:28:35.031 INFO O| Aug 12 22:28:35.031 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3895 | 2024-08-12T22:28:37.036Z | [ recovery-image] Aug 12 22:28:35.043 INFO O| Aug 12 22:28:35.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3896 | 2024-08-12T22:28:37.036Z | [ recovery-image] Aug 12 22:28:35.044 INFO O| Aug 12 22:28:35.043 INFO STEP 29 (remove_files) COMPLETE |
3897 | 2024-08-12T22:28:37.036Z | [ recovery-image] Aug 12 22:28:35.044 INFO O| Aug 12 22:28:35.044 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3898 | 2024-08-12T22:28:37.046Z | [ recovery-image] Aug 12 22:28:35.054 INFO O| Aug 12 22:28:35.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3899 | 2024-08-12T22:28:37.049Z | [ recovery-image] Aug 12 22:28:35.054 INFO O| Aug 12 22:28:35.054 INFO STEP 30 (remove_files) COMPLETE |
3900 | 2024-08-12T22:28:37.049Z | [ recovery-image] Aug 12 22:28:35.054 INFO O| Aug 12 22:28:35.054 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3901 | 2024-08-12T22:28:37.056Z | [ recovery-image] Aug 12 22:28:35.064 INFO O| Aug 12 22:28:35.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3902 | 2024-08-12T22:28:37.056Z | [ recovery-image] Aug 12 22:28:35.064 INFO O| Aug 12 22:28:35.064 INFO STEP 31 (remove_files) COMPLETE |
3903 | 2024-08-12T22:28:37.059Z | [ recovery-image] Aug 12 22:28:35.064 INFO O| Aug 12 22:28:35.064 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3904 | 2024-08-12T22:28:37.066Z | [ recovery-image] Aug 12 22:28:35.074 INFO O| Aug 12 22:28:35.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3905 | 2024-08-12T22:28:37.069Z | [ recovery-image] Aug 12 22:28:35.075 INFO O| Aug 12 22:28:35.075 INFO STEP 32 (remove_files) COMPLETE |
3906 | 2024-08-12T22:28:37.069Z | [ recovery-image] Aug 12 22:28:35.075 INFO O| Aug 12 22:28:35.075 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3907 | 2024-08-12T22:28:37.078Z | [ recovery-image] Aug 12 22:28:35.085 INFO O| Aug 12 22:28:35.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3908 | 2024-08-12T22:28:37.078Z | [ recovery-image] Aug 12 22:28:35.085 INFO O| Aug 12 22:28:35.085 INFO STEP 33 (remove_files) COMPLETE |
3909 | 2024-08-12T22:28:37.078Z | [ recovery-image] Aug 12 22:28:35.085 INFO O| Aug 12 22:28:35.085 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3910 | 2024-08-12T22:28:37.088Z | [ recovery-image] Aug 12 22:28:35.095 INFO O| Aug 12 22:28:35.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3911 | 2024-08-12T22:28:37.091Z | [ recovery-image] Aug 12 22:28:35.095 INFO O| Aug 12 22:28:35.095 INFO STEP 34 (remove_files) COMPLETE |
3912 | 2024-08-12T22:28:37.091Z | [ recovery-image] Aug 12 22:28:35.095 INFO O| Aug 12 22:28:35.095 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3913 | 2024-08-12T22:28:37.097Z | [ recovery-image] Aug 12 22:28:35.105 INFO O| Aug 12 22:28:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3914 | 2024-08-12T22:28:37.100Z | [ recovery-image] Aug 12 22:28:35.105 INFO O| Aug 12 22:28:35.105 INFO STEP 35 (remove_files) COMPLETE |
3915 | 2024-08-12T22:28:37.100Z | [ recovery-image] Aug 12 22:28:35.105 INFO O| Aug 12 22:28:35.105 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3916 | 2024-08-12T22:28:37.108Z | [ recovery-image] Aug 12 22:28:35.115 INFO O| Aug 12 22:28:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3917 | 2024-08-12T22:28:37.111Z | [ recovery-image] Aug 12 22:28:35.115 INFO O| Aug 12 22:28:35.115 INFO STEP 36 (remove_files) COMPLETE |
3918 | 2024-08-12T22:28:37.111Z | [ recovery-image] Aug 12 22:28:35.115 INFO O| Aug 12 22:28:35.115 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3919 | 2024-08-12T22:28:37.118Z | [ recovery-image] Aug 12 22:28:35.125 INFO O| Aug 12 22:28:35.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3920 | 2024-08-12T22:28:37.120Z | [ recovery-image] Aug 12 22:28:35.125 INFO O| Aug 12 22:28:35.125 INFO STEP 37 (remove_files) COMPLETE |
3921 | 2024-08-12T22:28:37.120Z | [ recovery-image] Aug 12 22:28:35.125 INFO O| Aug 12 22:28:35.125 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3922 | 2024-08-12T22:28:37.128Z | [ recovery-image] Aug 12 22:28:35.135 INFO O| Aug 12 22:28:35.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3923 | 2024-08-12T22:28:37.128Z | [ recovery-image] Aug 12 22:28:35.135 INFO O| Aug 12 22:28:35.135 INFO STEP 38 (remove_files) COMPLETE |
3924 | 2024-08-12T22:28:37.128Z | [ recovery-image] Aug 12 22:28:35.135 INFO O| Aug 12 22:28:35.135 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3925 | 2024-08-12T22:28:37.138Z | [ recovery-image] Aug 12 22:28:35.145 INFO O| Aug 12 22:28:35.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3926 | 2024-08-12T22:28:37.138Z | [ recovery-image] Aug 12 22:28:35.145 INFO O| Aug 12 22:28:35.145 INFO STEP 39 (remove_files) COMPLETE |
3927 | 2024-08-12T22:28:37.138Z | [ recovery-image] Aug 12 22:28:35.145 INFO O| Aug 12 22:28:35.145 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3928 | 2024-08-12T22:28:37.148Z | [ recovery-image] Aug 12 22:28:35.155 INFO O| Aug 12 22:28:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3929 | 2024-08-12T22:28:37.148Z | [ recovery-image] Aug 12 22:28:35.155 INFO O| Aug 12 22:28:35.155 INFO STEP 40 (remove_files) COMPLETE |
3930 | 2024-08-12T22:28:37.151Z | [ recovery-image] Aug 12 22:28:35.155 INFO O| Aug 12 22:28:35.155 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3931 | 2024-08-12T22:28:37.158Z | [ recovery-image] Aug 12 22:28:35.165 INFO O| Aug 12 22:28:35.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3932 | 2024-08-12T22:28:37.158Z | [ recovery-image] Aug 12 22:28:35.165 INFO O| Aug 12 22:28:35.165 INFO STEP 41 (remove_files) COMPLETE |
3933 | 2024-08-12T22:28:37.158Z | [ recovery-image] Aug 12 22:28:35.165 INFO O| Aug 12 22:28:35.165 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3934 | 2024-08-12T22:28:37.168Z | [ recovery-image] Aug 12 22:28:35.175 INFO O| Aug 12 22:28:35.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3935 | 2024-08-12T22:28:37.168Z | [ recovery-image] Aug 12 22:28:35.176 INFO O| Aug 12 22:28:35.176 INFO STEP 42 (remove_files) COMPLETE |
3936 | 2024-08-12T22:28:37.171Z | [ recovery-image] Aug 12 22:28:35.176 INFO O| Aug 12 22:28:35.176 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3937 | 2024-08-12T22:28:37.178Z | [ recovery-image] Aug 12 22:28:35.186 INFO O| Aug 12 22:28:35.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
3938 | 2024-08-12T22:28:37.178Z | [ recovery-image] Aug 12 22:28:35.186 INFO O| Aug 12 22:28:35.186 INFO STEP 43 (remove_files) COMPLETE |
3939 | 2024-08-12T22:28:37.181Z | [ recovery-image] Aug 12 22:28:35.186 INFO O| Aug 12 22:28:35.186 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3940 | 2024-08-12T22:28:37.188Z | [ recovery-image] Aug 12 22:28:35.196 INFO O| Aug 12 22:28:35.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
3941 | 2024-08-12T22:28:37.191Z | [ recovery-image] Aug 12 22:28:35.196 INFO O| Aug 12 22:28:35.196 INFO STEP 44 (remove_files) COMPLETE |
3942 | 2024-08-12T22:28:37.191Z | [ recovery-image] Aug 12 22:28:35.196 INFO O| Aug 12 22:28:35.196 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3943 | 2024-08-12T22:28:37.200Z | [ recovery-image] Aug 12 22:28:35.206 INFO O| Aug 12 22:28:35.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
3944 | 2024-08-12T22:28:37.200Z | [ recovery-image] Aug 12 22:28:35.206 INFO O| Aug 12 22:28:35.206 INFO STEP 45 (remove_files) COMPLETE |
3945 | 2024-08-12T22:28:37.203Z | [ recovery-image] Aug 12 22:28:35.206 INFO O| Aug 12 22:28:35.206 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3946 | 2024-08-12T22:28:37.209Z | [ recovery-image] Aug 12 22:28:35.216 INFO O| Aug 12 22:28:35.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
3947 | 2024-08-12T22:28:37.209Z | [ recovery-image] Aug 12 22:28:35.216 INFO O| Aug 12 22:28:35.216 INFO STEP 46 (remove_files) COMPLETE |
3948 | 2024-08-12T22:28:37.212Z | [ recovery-image] Aug 12 22:28:35.216 INFO O| Aug 12 22:28:35.216 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3949 | 2024-08-12T22:28:37.219Z | [ recovery-image] Aug 12 22:28:35.226 INFO O| Aug 12 22:28:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
3950 | 2024-08-12T22:28:37.222Z | [ recovery-image] Aug 12 22:28:35.226 INFO O| Aug 12 22:28:35.226 INFO STEP 47 (remove_files) COMPLETE |
3951 | 2024-08-12T22:28:37.222Z | [ recovery-image] Aug 12 22:28:35.226 INFO O| Aug 12 22:28:35.226 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3952 | 2024-08-12T22:28:37.229Z | [ recovery-image] Aug 12 22:28:35.236 INFO O| Aug 12 22:28:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
3953 | 2024-08-12T22:28:37.232Z | [ recovery-image] Aug 12 22:28:35.236 INFO O| Aug 12 22:28:35.236 INFO STEP 48 (remove_files) COMPLETE |
3954 | 2024-08-12T22:28:37.232Z | [ recovery-image] Aug 12 22:28:35.236 INFO O| Aug 12 22:28:35.236 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3955 | 2024-08-12T22:28:37.239Z | [ recovery-image] Aug 12 22:28:35.247 INFO O| Aug 12 22:28:35.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
3956 | 2024-08-12T22:28:37.239Z | [ recovery-image] Aug 12 22:28:35.247 INFO O| Aug 12 22:28:35.247 INFO STEP 49 (remove_files) COMPLETE |
3957 | 2024-08-12T22:28:37.239Z | [ recovery-image] Aug 12 22:28:35.247 INFO O| Aug 12 22:28:35.247 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3958 | 2024-08-12T22:28:37.249Z | [ recovery-image] Aug 12 22:28:35.256 INFO O| Aug 12 22:28:35.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
3959 | 2024-08-12T22:28:37.249Z | [ recovery-image] Aug 12 22:28:35.257 INFO O| Aug 12 22:28:35.256 INFO STEP 50 (remove_files) COMPLETE |
3960 | 2024-08-12T22:28:37.252Z | [ recovery-image] Aug 12 22:28:35.257 INFO O| Aug 12 22:28:35.256 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3961 | 2024-08-12T22:28:37.260Z | [ recovery-image] Aug 12 22:28:35.267 INFO O| Aug 12 22:28:35.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
3962 | 2024-08-12T22:28:37.263Z | [ recovery-image] Aug 12 22:28:35.267 INFO O| Aug 12 22:28:35.267 INFO STEP 51 (remove_files) COMPLETE |
3963 | 2024-08-12T22:28:37.263Z | [ recovery-image] Aug 12 22:28:35.267 INFO O| Aug 12 22:28:35.267 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3964 | 2024-08-12T22:28:37.270Z | [ recovery-image] Aug 12 22:28:35.277 INFO O| Aug 12 22:28:35.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
3965 | 2024-08-12T22:28:37.270Z | [ recovery-image] Aug 12 22:28:35.277 INFO O| Aug 12 22:28:35.277 INFO STEP 52 (remove_files) COMPLETE |
3966 | 2024-08-12T22:28:37.271Z | [ recovery-image] Aug 12 22:28:35.277 INFO O| Aug 12 22:28:35.277 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3967 | 2024-08-12T22:28:37.281Z | [ recovery-image] Aug 12 22:28:35.288 INFO O| Aug 12 22:28:35.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
3968 | 2024-08-12T22:28:37.283Z | [ recovery-image] Aug 12 22:28:35.288 INFO O| Aug 12 22:28:35.288 INFO STEP 53 (remove_files) COMPLETE |
3969 | 2024-08-12T22:28:37.283Z | [ recovery-image] Aug 12 22:28:35.288 INFO O| Aug 12 22:28:35.288 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3970 | 2024-08-12T22:28:37.291Z | [ recovery-image] Aug 12 22:28:35.299 INFO O| Aug 12 22:28:35.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
3971 | 2024-08-12T22:28:37.294Z | [ recovery-image] Aug 12 22:28:35.299 INFO O| Aug 12 22:28:35.299 INFO STEP 54 (remove_files) COMPLETE |
3972 | 2024-08-12T22:28:37.294Z | [ recovery-image] Aug 12 22:28:35.299 INFO O| Aug 12 22:28:35.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3973 | 2024-08-12T22:28:37.302Z | [ recovery-image] Aug 12 22:28:35.309 INFO O| Aug 12 22:28:35.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
3974 | 2024-08-12T22:28:37.305Z | [ recovery-image] Aug 12 22:28:35.310 INFO O| Aug 12 22:28:35.310 INFO STEP 55 (remove_files) COMPLETE |
3975 | 2024-08-12T22:28:37.305Z | [ recovery-image] Aug 12 22:28:35.310 INFO O| Aug 12 22:28:35.310 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3976 | 2024-08-12T22:28:37.313Z | [ recovery-image] Aug 12 22:28:35.320 INFO O| Aug 12 22:28:35.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
3977 | 2024-08-12T22:28:37.313Z | [ recovery-image] Aug 12 22:28:35.320 INFO O| Aug 12 22:28:35.320 INFO STEP 56 (remove_files) COMPLETE |
3978 | 2024-08-12T22:28:37.316Z | [ recovery-image] Aug 12 22:28:35.320 INFO O| Aug 12 22:28:35.320 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3979 | 2024-08-12T22:28:37.325Z | [ recovery-image] Aug 12 22:28:35.332 INFO O| Aug 12 22:28:35.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
3980 | 2024-08-12T22:28:37.329Z | [ recovery-image] Aug 12 22:28:35.332 INFO O| Aug 12 22:28:35.332 INFO STEP 57 (remove_files) COMPLETE |
3981 | 2024-08-12T22:28:37.329Z | [ recovery-image] Aug 12 22:28:35.332 INFO O| Aug 12 22:28:35.332 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3982 | 2024-08-12T22:28:37.338Z | [ recovery-image] Aug 12 22:28:35.345 INFO O| Aug 12 22:28:35.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
3983 | 2024-08-12T22:28:37.340Z | [ recovery-image] Aug 12 22:28:35.345 INFO O| Aug 12 22:28:35.345 INFO STEP 58 (remove_files) COMPLETE |
3984 | 2024-08-12T22:28:37.340Z | [ recovery-image] Aug 12 22:28:35.345 INFO O| Aug 12 22:28:35.345 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3985 | 2024-08-12T22:28:37.350Z | [ recovery-image] Aug 12 22:28:35.357 INFO O| Aug 12 22:28:35.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
3986 | 2024-08-12T22:28:37.352Z | [ recovery-image] Aug 12 22:28:35.357 INFO O| Aug 12 22:28:35.357 INFO STEP 59 (remove_files) COMPLETE |
3987 | 2024-08-12T22:28:37.352Z | [ recovery-image] Aug 12 22:28:35.357 INFO O| Aug 12 22:28:35.357 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3988 | 2024-08-12T22:28:37.362Z | [ recovery-image] Aug 12 22:28:35.369 INFO O| Aug 12 22:28:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
3989 | 2024-08-12T22:28:37.364Z | [ recovery-image] Aug 12 22:28:35.369 INFO O| Aug 12 22:28:35.369 INFO STEP 60 (remove_files) COMPLETE |
3990 | 2024-08-12T22:28:37.364Z | [ recovery-image] Aug 12 22:28:35.369 INFO O| Aug 12 22:28:35.369 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3991 | 2024-08-12T22:28:37.375Z | [ recovery-image] Aug 12 22:28:35.381 INFO O| Aug 12 22:28:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
3992 | 2024-08-12T22:28:37.375Z | [ recovery-image] Aug 12 22:28:35.382 INFO O| Aug 12 22:28:35.381 INFO STEP 61 (remove_files) COMPLETE |
3993 | 2024-08-12T22:28:37.378Z | [ recovery-image] Aug 12 22:28:35.382 INFO O| Aug 12 22:28:35.382 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3994 | 2024-08-12T22:28:37.387Z | [ recovery-image] Aug 12 22:28:35.394 INFO O| Aug 12 22:28:35.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
3995 | 2024-08-12T22:28:37.387Z | [ recovery-image] Aug 12 22:28:35.394 INFO O| Aug 12 22:28:35.394 INFO STEP 62 (remove_files) COMPLETE |
3996 | 2024-08-12T22:28:37.387Z | [ recovery-image] Aug 12 22:28:35.394 INFO O| Aug 12 22:28:35.394 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3997 | 2024-08-12T22:28:37.398Z | [ recovery-image] Aug 12 22:28:35.404 INFO O| Aug 12 22:28:35.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
3998 | 2024-08-12T22:28:37.398Z | [ recovery-image] Aug 12 22:28:35.404 INFO O| Aug 12 22:28:35.404 INFO STEP 63 (remove_files) COMPLETE |
3999 | 2024-08-12T22:28:37.398Z | [ recovery-image] Aug 12 22:28:35.405 INFO O| Aug 12 22:28:35.404 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4000 | 2024-08-12T22:28:37.407Z | [ recovery-image] Aug 12 22:28:35.414 INFO O| Aug 12 22:28:35.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4001 | 2024-08-12T22:28:37.410Z | [ recovery-image] Aug 12 22:28:35.415 INFO O| Aug 12 22:28:35.414 INFO STEP 64 (remove_files) COMPLETE |
4002 | 2024-08-12T22:28:37.410Z | [ recovery-image] Aug 12 22:28:35.415 INFO O| Aug 12 22:28:35.415 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4003 | 2024-08-12T22:28:37.418Z | [ recovery-image] Aug 12 22:28:35.425 INFO O| Aug 12 22:28:35.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4004 | 2024-08-12T22:28:37.418Z | [ recovery-image] Aug 12 22:28:35.425 INFO O| Aug 12 22:28:35.425 INFO STEP 65 (remove_files) COMPLETE |
4005 | 2024-08-12T22:28:37.421Z | [ recovery-image] Aug 12 22:28:35.425 INFO O| Aug 12 22:28:35.425 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4006 | 2024-08-12T22:28:37.427Z | [ recovery-image] Aug 12 22:28:35.434 INFO O| Aug 12 22:28:35.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4007 | 2024-08-12T22:28:37.427Z | [ recovery-image] Aug 12 22:28:35.435 INFO O| Aug 12 22:28:35.435 INFO STEP 66 (remove_files) COMPLETE |
4008 | 2024-08-12T22:28:37.430Z | [ recovery-image] Aug 12 22:28:35.435 INFO O| Aug 12 22:28:35.435 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4009 | 2024-08-12T22:28:37.440Z | [ recovery-image] Aug 12 22:28:35.444 INFO O| Aug 12 22:28:35.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4010 | 2024-08-12T22:28:37.440Z | [ recovery-image] Aug 12 22:28:35.445 INFO O| Aug 12 22:28:35.445 INFO STEP 67 (remove_files) COMPLETE |
4011 | 2024-08-12T22:28:37.440Z | [ recovery-image] Aug 12 22:28:35.445 INFO O| Aug 12 22:28:35.445 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4012 | 2024-08-12T22:28:37.448Z | [ recovery-image] Aug 12 22:28:35.455 INFO O| Aug 12 22:28:35.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4013 | 2024-08-12T22:28:37.452Z | [ recovery-image] Aug 12 22:28:35.455 INFO O| Aug 12 22:28:35.455 INFO STEP 68 (remove_files) COMPLETE |
4014 | 2024-08-12T22:28:37.452Z | [ recovery-image] Aug 12 22:28:35.455 INFO O| Aug 12 22:28:35.455 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4015 | 2024-08-12T22:28:37.459Z | [ recovery-image] Aug 12 22:28:35.466 INFO O| Aug 12 22:28:35.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4016 | 2024-08-12T22:28:37.459Z | [ recovery-image] Aug 12 22:28:35.466 INFO O| Aug 12 22:28:35.466 INFO STEP 69 (remove_files) COMPLETE |
4017 | 2024-08-12T22:28:37.462Z | [ recovery-image] Aug 12 22:28:35.466 INFO O| Aug 12 22:28:35.466 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4018 | 2024-08-12T22:28:37.469Z | [ recovery-image] Aug 12 22:28:35.476 INFO O| Aug 12 22:28:35.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4019 | 2024-08-12T22:28:37.469Z | [ recovery-image] Aug 12 22:28:35.476 INFO O| Aug 12 22:28:35.476 INFO STEP 70 (remove_files) COMPLETE |
4020 | 2024-08-12T22:28:37.472Z | [ recovery-image] Aug 12 22:28:35.476 INFO O| Aug 12 22:28:35.476 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4021 | 2024-08-12T22:28:37.479Z | [ recovery-image] Aug 12 22:28:35.485 INFO O| Aug 12 22:28:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4022 | 2024-08-12T22:28:37.479Z | [ recovery-image] Aug 12 22:28:35.486 INFO O| Aug 12 22:28:35.486 INFO STEP 71 (remove_files) COMPLETE |
4023 | 2024-08-12T22:28:37.479Z | [ recovery-image] Aug 12 22:28:35.486 INFO O| Aug 12 22:28:35.486 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4024 | 2024-08-12T22:28:37.489Z | [ recovery-image] Aug 12 22:28:35.495 INFO O| Aug 12 22:28:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4025 | 2024-08-12T22:28:37.489Z | [ recovery-image] Aug 12 22:28:35.496 INFO O| Aug 12 22:28:35.495 INFO STEP 72 (remove_files) COMPLETE |
4026 | 2024-08-12T22:28:37.489Z | [ recovery-image] Aug 12 22:28:35.496 INFO O| Aug 12 22:28:35.495 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4027 | 2024-08-12T22:28:37.499Z | [ recovery-image] Aug 12 22:28:35.505 INFO O| Aug 12 22:28:35.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4028 | 2024-08-12T22:28:37.499Z | [ recovery-image] Aug 12 22:28:35.505 INFO O| Aug 12 22:28:35.505 INFO STEP 73 (remove_files) COMPLETE |
4029 | 2024-08-12T22:28:37.502Z | [ recovery-image] Aug 12 22:28:35.505 INFO O| Aug 12 22:28:35.505 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4030 | 2024-08-12T22:28:37.508Z | [ recovery-image] Aug 12 22:28:35.515 INFO O| Aug 12 22:28:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4031 | 2024-08-12T22:28:37.508Z | [ recovery-image] Aug 12 22:28:35.515 INFO O| Aug 12 22:28:35.515 INFO STEP 74 (remove_files) COMPLETE |
4032 | 2024-08-12T22:28:37.508Z | [ recovery-image] Aug 12 22:28:35.515 INFO O| Aug 12 22:28:35.515 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4033 | 2024-08-12T22:28:37.518Z | [ recovery-image] Aug 12 22:28:35.525 INFO O| Aug 12 22:28:35.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4034 | 2024-08-12T22:28:37.518Z | [ recovery-image] Aug 12 22:28:35.525 INFO O| Aug 12 22:28:35.525 INFO STEP 75 (remove_files) COMPLETE |
4035 | 2024-08-12T22:28:37.518Z | [ recovery-image] Aug 12 22:28:35.525 INFO O| Aug 12 22:28:35.525 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4036 | 2024-08-12T22:28:37.528Z | [ recovery-image] Aug 12 22:28:35.535 INFO O| Aug 12 22:28:35.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4037 | 2024-08-12T22:28:37.532Z | [ recovery-image] Aug 12 22:28:35.535 INFO O| Aug 12 22:28:35.535 INFO STEP 76 (remove_files) COMPLETE |
4038 | 2024-08-12T22:28:37.532Z | [ recovery-image] Aug 12 22:28:35.535 INFO O| Aug 12 22:28:35.535 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4039 | 2024-08-12T22:28:37.538Z | [ recovery-image] Aug 12 22:28:35.545 INFO O| Aug 12 22:28:35.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4040 | 2024-08-12T22:28:37.541Z | [ recovery-image] Aug 12 22:28:35.545 INFO O| Aug 12 22:28:35.545 INFO STEP 77 (remove_files) COMPLETE |
4041 | 2024-08-12T22:28:37.541Z | [ recovery-image] Aug 12 22:28:35.545 INFO O| Aug 12 22:28:35.545 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4042 | 2024-08-12T22:28:37.548Z | [ recovery-image] Aug 12 22:28:35.555 INFO O| Aug 12 22:28:35.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4043 | 2024-08-12T22:28:37.551Z | [ recovery-image] Aug 12 22:28:35.555 INFO O| Aug 12 22:28:35.555 INFO STEP 78 (remove_files) COMPLETE |
4044 | 2024-08-12T22:28:37.551Z | [ recovery-image] Aug 12 22:28:35.555 INFO O| Aug 12 22:28:35.555 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4045 | 2024-08-12T22:28:37.568Z | [ recovery-image] Aug 12 22:28:35.565 INFO O| Aug 12 22:28:35.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4046 | 2024-08-12T22:28:37.568Z | [ recovery-image] Aug 12 22:28:35.565 INFO O| Aug 12 22:28:35.565 INFO STEP 79 (remove_files) COMPLETE |
4047 | 2024-08-12T22:28:37.568Z | [ recovery-image] Aug 12 22:28:35.565 INFO O| Aug 12 22:28:35.565 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4048 | 2024-08-12T22:28:37.571Z | [ recovery-image] Aug 12 22:28:35.575 INFO O| Aug 12 22:28:35.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4049 | 2024-08-12T22:28:37.571Z | [ recovery-image] Aug 12 22:28:35.575 INFO O| Aug 12 22:28:35.575 INFO STEP 80 (remove_files) COMPLETE |
4050 | 2024-08-12T22:28:37.571Z | [ recovery-image] Aug 12 22:28:35.575 INFO O| Aug 12 22:28:35.575 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4051 | 2024-08-12T22:28:37.578Z | [ recovery-image] Aug 12 22:28:35.584 INFO O| Aug 12 22:28:35.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4052 | 2024-08-12T22:28:37.578Z | [ recovery-image] Aug 12 22:28:35.584 INFO O| Aug 12 22:28:35.584 INFO STEP 81 (remove_files) COMPLETE |
4053 | 2024-08-12T22:28:37.578Z | [ recovery-image] Aug 12 22:28:35.584 INFO O| Aug 12 22:28:35.584 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4054 | 2024-08-12T22:28:37.587Z | [ recovery-image] Aug 12 22:28:35.594 INFO O| Aug 12 22:28:35.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4055 | 2024-08-12T22:28:37.587Z | [ recovery-image] Aug 12 22:28:35.594 INFO O| Aug 12 22:28:35.594 INFO STEP 82 (remove_files) COMPLETE |
4056 | 2024-08-12T22:28:37.590Z | [ recovery-image] Aug 12 22:28:35.594 INFO O| Aug 12 22:28:35.594 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4057 | 2024-08-12T22:28:37.597Z | [ recovery-image] Aug 12 22:28:35.604 INFO O| Aug 12 22:28:35.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4058 | 2024-08-12T22:28:37.602Z | [ recovery-image] Aug 12 22:28:35.604 INFO O| Aug 12 22:28:35.604 INFO STEP 83 (remove_files) COMPLETE |
4059 | 2024-08-12T22:28:37.602Z | [ recovery-image] Aug 12 22:28:35.604 INFO O| Aug 12 22:28:35.604 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4060 | 2024-08-12T22:28:37.607Z | [ recovery-image] Aug 12 22:28:35.614 INFO O| Aug 12 22:28:35.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4061 | 2024-08-12T22:28:37.610Z | [ recovery-image] Aug 12 22:28:35.614 INFO O| Aug 12 22:28:35.614 INFO STEP 84 (remove_files) COMPLETE |
4062 | 2024-08-12T22:28:37.610Z | [ recovery-image] Aug 12 22:28:35.614 INFO O| Aug 12 22:28:35.614 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4063 | 2024-08-12T22:28:37.616Z | [ recovery-image] Aug 12 22:28:35.623 INFO O| Aug 12 22:28:35.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4064 | 2024-08-12T22:28:37.619Z | [ recovery-image] Aug 12 22:28:35.623 INFO O| Aug 12 22:28:35.623 INFO STEP 85 (remove_files) COMPLETE |
4065 | 2024-08-12T22:28:37.619Z | [ recovery-image] Aug 12 22:28:35.623 INFO O| Aug 12 22:28:35.623 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4066 | 2024-08-12T22:28:37.626Z | [ recovery-image] Aug 12 22:28:35.633 INFO O| Aug 12 22:28:35.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4067 | 2024-08-12T22:28:37.626Z | [ recovery-image] Aug 12 22:28:35.633 INFO O| Aug 12 22:28:35.633 INFO STEP 86 (remove_files) COMPLETE |
4068 | 2024-08-12T22:28:37.626Z | [ recovery-image] Aug 12 22:28:35.633 INFO O| Aug 12 22:28:35.633 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4069 | 2024-08-12T22:28:37.636Z | [ recovery-image] Aug 12 22:28:35.643 INFO O| Aug 12 22:28:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4070 | 2024-08-12T22:28:37.639Z | [ recovery-image] Aug 12 22:28:35.643 INFO O| Aug 12 22:28:35.643 INFO STEP 87 (remove_files) COMPLETE |
4071 | 2024-08-12T22:28:37.639Z | [ recovery-image] Aug 12 22:28:35.643 INFO O| Aug 12 22:28:35.643 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4072 | 2024-08-12T22:28:37.646Z | [ recovery-image] Aug 12 22:28:35.653 INFO O| Aug 12 22:28:35.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4073 | 2024-08-12T22:28:37.649Z | [ recovery-image] Aug 12 22:28:35.653 INFO O| Aug 12 22:28:35.653 INFO STEP 88 (remove_files) COMPLETE |
4074 | 2024-08-12T22:28:37.649Z | [ recovery-image] Aug 12 22:28:35.653 INFO O| Aug 12 22:28:35.653 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4075 | 2024-08-12T22:28:37.656Z | [ recovery-image] Aug 12 22:28:35.663 INFO O| Aug 12 22:28:35.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4076 | 2024-08-12T22:28:37.656Z | [ recovery-image] Aug 12 22:28:35.663 INFO O| Aug 12 22:28:35.663 INFO STEP 89 (remove_files) COMPLETE |
4077 | 2024-08-12T22:28:37.658Z | [ recovery-image] Aug 12 22:28:35.663 INFO O| Aug 12 22:28:35.663 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4078 | 2024-08-12T22:28:37.666Z | [ recovery-image] Aug 12 22:28:35.673 INFO O| Aug 12 22:28:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4079 | 2024-08-12T22:28:37.666Z | [ recovery-image] Aug 12 22:28:35.673 INFO O| Aug 12 22:28:35.673 INFO STEP 90 (remove_files) COMPLETE |
4080 | 2024-08-12T22:28:37.669Z | [ recovery-image] Aug 12 22:28:35.673 INFO O| Aug 12 22:28:35.673 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4081 | 2024-08-12T22:28:37.676Z | [ recovery-image] Aug 12 22:28:35.683 INFO O| Aug 12 22:28:35.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4082 | 2024-08-12T22:28:37.676Z | [ recovery-image] Aug 12 22:28:35.683 INFO O| Aug 12 22:28:35.683 INFO STEP 91 (remove_files) COMPLETE |
4083 | 2024-08-12T22:28:37.676Z | [ recovery-image] Aug 12 22:28:35.683 INFO O| Aug 12 22:28:35.683 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4084 | 2024-08-12T22:28:37.686Z | [ recovery-image] Aug 12 22:28:35.693 INFO O| Aug 12 22:28:35.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4085 | 2024-08-12T22:28:37.686Z | [ recovery-image] Aug 12 22:28:35.693 INFO O| Aug 12 22:28:35.693 INFO STEP 92 (remove_files) COMPLETE |
4086 | 2024-08-12T22:28:37.686Z | [ recovery-image] Aug 12 22:28:35.693 INFO O| Aug 12 22:28:35.693 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4087 | 2024-08-12T22:28:37.696Z | [ recovery-image] Aug 12 22:28:35.703 INFO O| Aug 12 22:28:35.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4088 | 2024-08-12T22:28:37.696Z | [ recovery-image] Aug 12 22:28:35.703 INFO O| Aug 12 22:28:35.703 INFO STEP 93 (remove_files) COMPLETE |
4089 | 2024-08-12T22:28:37.696Z | [ recovery-image] Aug 12 22:28:35.703 INFO O| Aug 12 22:28:35.703 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4090 | 2024-08-12T22:28:37.706Z | [ recovery-image] Aug 12 22:28:35.713 INFO O| Aug 12 22:28:35.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4091 | 2024-08-12T22:28:37.709Z | [ recovery-image] Aug 12 22:28:35.714 INFO O| Aug 12 22:28:35.714 INFO STEP 94 (remove_files) COMPLETE |
4092 | 2024-08-12T22:28:37.709Z | [ recovery-image] Aug 12 22:28:35.714 INFO O| Aug 12 22:28:35.714 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4093 | 2024-08-12T22:28:37.720Z | [ recovery-image] Aug 12 22:28:35.727 INFO O| Aug 12 22:28:35.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4094 | 2024-08-12T22:28:37.720Z | [ recovery-image] Aug 12 22:28:35.727 INFO O| Aug 12 22:28:35.727 INFO STEP 95 (remove_files) COMPLETE |
4095 | 2024-08-12T22:28:37.723Z | [ recovery-image] Aug 12 22:28:35.727 INFO O| Aug 12 22:28:35.727 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4096 | 2024-08-12T22:28:37.733Z | [ recovery-image] Aug 12 22:28:35.739 INFO O| Aug 12 22:28:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4097 | 2024-08-12T22:28:37.733Z | [ recovery-image] Aug 12 22:28:35.739 INFO O| Aug 12 22:28:35.739 INFO STEP 96 (remove_files) COMPLETE |
4098 | 2024-08-12T22:28:37.733Z | [ recovery-image] Aug 12 22:28:35.740 INFO O| Aug 12 22:28:35.739 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4099 | 2024-08-12T22:28:37.743Z | [ recovery-image] Aug 12 22:28:35.750 INFO O| Aug 12 22:28:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4100 | 2024-08-12T22:28:37.744Z | [ recovery-image] Aug 12 22:28:35.750 INFO O| Aug 12 22:28:35.750 INFO STEP 97 (remove_files) COMPLETE |
4101 | 2024-08-12T22:28:37.746Z | [ recovery-image] Aug 12 22:28:35.751 INFO O| Aug 12 22:28:35.750 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4102 | 2024-08-12T22:28:37.754Z | [ recovery-image] Aug 12 22:28:35.761 INFO O| Aug 12 22:28:35.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4103 | 2024-08-12T22:28:37.757Z | [ recovery-image] Aug 12 22:28:35.761 INFO O| Aug 12 22:28:35.761 INFO STEP 98 (remove_files) COMPLETE |
4104 | 2024-08-12T22:28:37.757Z | [ recovery-image] Aug 12 22:28:35.761 INFO O| Aug 12 22:28:35.761 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4105 | 2024-08-12T22:28:37.764Z | [ recovery-image] Aug 12 22:28:35.771 INFO O| Aug 12 22:28:35.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4106 | 2024-08-12T22:28:37.766Z | [ recovery-image] Aug 12 22:28:35.771 INFO O| Aug 12 22:28:35.771 INFO STEP 99 (remove_files) COMPLETE |
4107 | 2024-08-12T22:28:37.766Z | [ recovery-image] Aug 12 22:28:35.771 INFO O| Aug 12 22:28:35.771 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4108 | 2024-08-12T22:28:37.774Z | [ recovery-image] Aug 12 22:28:35.780 INFO O| Aug 12 22:28:35.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4109 | 2024-08-12T22:28:37.774Z | [ recovery-image] Aug 12 22:28:35.780 INFO O| Aug 12 22:28:35.780 INFO STEP 100 (remove_files) COMPLETE |
4110 | 2024-08-12T22:28:37.774Z | [ recovery-image] Aug 12 22:28:35.780 INFO O| Aug 12 22:28:35.780 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4111 | 2024-08-12T22:28:37.784Z | [ recovery-image] Aug 12 22:28:35.790 INFO O| Aug 12 22:28:35.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4112 | 2024-08-12T22:28:37.784Z | [ recovery-image] Aug 12 22:28:35.790 INFO O| Aug 12 22:28:35.790 INFO STEP 101 (remove_files) COMPLETE |
4113 | 2024-08-12T22:28:37.784Z | [ recovery-image] Aug 12 22:28:35.791 INFO O| Aug 12 22:28:35.790 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4114 | 2024-08-12T22:28:37.794Z | [ recovery-image] Aug 12 22:28:35.801 INFO O| Aug 12 22:28:35.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4115 | 2024-08-12T22:28:37.794Z | [ recovery-image] Aug 12 22:28:35.801 INFO O| Aug 12 22:28:35.801 INFO STEP 102 (remove_files) COMPLETE |
4116 | 2024-08-12T22:28:37.797Z | [ recovery-image] Aug 12 22:28:35.801 INFO O| Aug 12 22:28:35.801 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4117 | 2024-08-12T22:28:37.806Z | [ recovery-image] Aug 12 22:28:35.813 INFO O| Aug 12 22:28:35.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4118 | 2024-08-12T22:28:37.806Z | [ recovery-image] Aug 12 22:28:35.813 INFO O| Aug 12 22:28:35.813 INFO STEP 103 (remove_files) COMPLETE |
4119 | 2024-08-12T22:28:37.806Z | [ recovery-image] Aug 12 22:28:35.813 INFO O| Aug 12 22:28:35.813 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4120 | 2024-08-12T22:28:37.817Z | [ recovery-image] Aug 12 22:28:35.823 INFO O| Aug 12 22:28:35.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4121 | 2024-08-12T22:28:37.817Z | [ recovery-image] Aug 12 22:28:35.823 INFO O| Aug 12 22:28:35.823 INFO STEP 104 (remove_files) COMPLETE |
4122 | 2024-08-12T22:28:37.819Z | [ recovery-image] Aug 12 22:28:35.823 INFO O| Aug 12 22:28:35.823 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4123 | 2024-08-12T22:28:37.827Z | [ recovery-image] Aug 12 22:28:35.833 INFO O| Aug 12 22:28:35.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4124 | 2024-08-12T22:28:37.829Z | [ recovery-image] Aug 12 22:28:35.834 INFO O| Aug 12 22:28:35.834 INFO STEP 105 (remove_files) COMPLETE |
4125 | 2024-08-12T22:28:37.829Z | [ recovery-image] Aug 12 22:28:35.834 INFO O| Aug 12 22:28:35.834 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4126 | 2024-08-12T22:28:37.837Z | [ recovery-image] Aug 12 22:28:35.844 INFO O| Aug 12 22:28:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4127 | 2024-08-12T22:28:37.837Z | [ recovery-image] Aug 12 22:28:35.844 INFO O| Aug 12 22:28:35.844 INFO STEP 106 (remove_files) COMPLETE |
4128 | 2024-08-12T22:28:37.840Z | [ recovery-image] Aug 12 22:28:35.844 INFO O| Aug 12 22:28:35.844 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4129 | 2024-08-12T22:28:37.847Z | [ recovery-image] Aug 12 22:28:35.854 INFO O| Aug 12 22:28:35.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4130 | 2024-08-12T22:28:37.850Z | [ recovery-image] Aug 12 22:28:35.855 INFO O| Aug 12 22:28:35.855 INFO STEP 107 (remove_files) COMPLETE |
4131 | 2024-08-12T22:28:37.850Z | [ recovery-image] Aug 12 22:28:35.855 INFO O| Aug 12 22:28:35.855 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4132 | 2024-08-12T22:28:37.859Z | [ recovery-image] Aug 12 22:28:35.865 INFO O| Aug 12 22:28:35.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4133 | 2024-08-12T22:28:37.859Z | [ recovery-image] Aug 12 22:28:35.865 INFO O| Aug 12 22:28:35.865 INFO STEP 108 (remove_files) COMPLETE |
4134 | 2024-08-12T22:28:37.859Z | [ recovery-image] Aug 12 22:28:35.866 INFO O| Aug 12 22:28:35.865 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4135 | 2024-08-12T22:28:37.870Z | [ recovery-image] Aug 12 22:28:35.877 INFO O| Aug 12 22:28:35.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4136 | 2024-08-12T22:28:37.870Z | [ recovery-image] Aug 12 22:28:35.877 INFO O| Aug 12 22:28:35.877 INFO STEP 109 (remove_files) COMPLETE |
4137 | 2024-08-12T22:28:37.873Z | [ recovery-image] Aug 12 22:28:35.877 INFO O| Aug 12 22:28:35.877 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4138 | 2024-08-12T22:28:37.882Z | [ recovery-image] Aug 12 22:28:35.888 INFO O| Aug 12 22:28:35.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4139 | 2024-08-12T22:28:37.884Z | [ recovery-image] Aug 12 22:28:35.888 INFO O| Aug 12 22:28:35.888 INFO STEP 110 (remove_files) COMPLETE |
4140 | 2024-08-12T22:28:37.884Z | [ recovery-image] Aug 12 22:28:35.888 INFO O| Aug 12 22:28:35.888 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4141 | 2024-08-12T22:28:37.893Z | [ recovery-image] Aug 12 22:28:35.900 INFO O| Aug 12 22:28:35.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4142 | 2024-08-12T22:28:37.893Z | [ recovery-image] Aug 12 22:28:35.900 INFO O| Aug 12 22:28:35.900 INFO STEP 111 (remove_files) COMPLETE |
4143 | 2024-08-12T22:28:37.896Z | [ recovery-image] Aug 12 22:28:35.900 INFO O| Aug 12 22:28:35.900 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4144 | 2024-08-12T22:28:37.904Z | [ recovery-image] Aug 12 22:28:35.911 INFO O| Aug 12 22:28:35.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4145 | 2024-08-12T22:28:37.904Z | [ recovery-image] Aug 12 22:28:35.911 INFO O| Aug 12 22:28:35.911 INFO STEP 112 (remove_files) COMPLETE |
4146 | 2024-08-12T22:28:37.904Z | [ recovery-image] Aug 12 22:28:35.911 INFO O| Aug 12 22:28:35.911 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4147 | 2024-08-12T22:28:37.915Z | [ recovery-image] Aug 12 22:28:35.922 INFO O| Aug 12 22:28:35.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4148 | 2024-08-12T22:28:37.916Z | [ recovery-image] Aug 12 22:28:35.922 INFO O| Aug 12 22:28:35.922 INFO STEP 113 (remove_files) COMPLETE |
4149 | 2024-08-12T22:28:37.916Z | [ recovery-image] Aug 12 22:28:35.922 INFO O| Aug 12 22:28:35.922 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4150 | 2024-08-12T22:28:37.927Z | [ recovery-image] Aug 12 22:28:35.934 INFO O| Aug 12 22:28:35.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4151 | 2024-08-12T22:28:37.927Z | [ recovery-image] Aug 12 22:28:35.934 INFO O| Aug 12 22:28:35.934 INFO STEP 114 (remove_files) COMPLETE |
4152 | 2024-08-12T22:28:37.930Z | [ recovery-image] Aug 12 22:28:35.934 INFO O| Aug 12 22:28:35.934 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4153 | 2024-08-12T22:28:37.938Z | [ recovery-image] Aug 12 22:28:35.945 INFO O| Aug 12 22:28:35.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4154 | 2024-08-12T22:28:37.938Z | [ recovery-image] Aug 12 22:28:35.945 INFO O| Aug 12 22:28:35.945 INFO STEP 115 (remove_files) COMPLETE |
4155 | 2024-08-12T22:28:37.938Z | [ recovery-image] Aug 12 22:28:35.945 INFO O| Aug 12 22:28:35.945 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4156 | 2024-08-12T22:28:37.949Z | [ recovery-image] Aug 12 22:28:35.956 INFO O| Aug 12 22:28:35.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4157 | 2024-08-12T22:28:37.949Z | [ recovery-image] Aug 12 22:28:35.956 INFO O| Aug 12 22:28:35.956 INFO STEP 116 (remove_files) COMPLETE |
4158 | 2024-08-12T22:28:37.952Z | [ recovery-image] Aug 12 22:28:35.956 INFO O| Aug 12 22:28:35.956 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4159 | 2024-08-12T22:28:37.961Z | [ recovery-image] Aug 12 22:28:35.968 INFO O| Aug 12 22:28:35.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4160 | 2024-08-12T22:28:37.964Z | [ recovery-image] Aug 12 22:28:35.968 INFO O| Aug 12 22:28:35.968 INFO STEP 117 (remove_files) COMPLETE |
4161 | 2024-08-12T22:28:37.964Z | [ recovery-image] Aug 12 22:28:35.968 INFO O| Aug 12 22:28:35.968 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4162 | 2024-08-12T22:28:37.974Z | [ recovery-image] Aug 12 22:28:35.980 INFO O| Aug 12 22:28:35.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4163 | 2024-08-12T22:28:37.976Z | [ recovery-image] Aug 12 22:28:35.981 INFO O| Aug 12 22:28:35.980 INFO STEP 118 (remove_files) COMPLETE |
4164 | 2024-08-12T22:28:37.976Z | [ recovery-image] Aug 12 22:28:35.981 INFO O| Aug 12 22:28:35.980 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4165 | 2024-08-12T22:28:37.984Z | [ recovery-image] Aug 12 22:28:35.991 INFO O| Aug 12 22:28:35.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4166 | 2024-08-12T22:28:37.984Z | [ recovery-image] Aug 12 22:28:35.991 INFO O| Aug 12 22:28:35.991 INFO STEP 119 (remove_files) COMPLETE |
4167 | 2024-08-12T22:28:37.984Z | [ recovery-image] Aug 12 22:28:35.991 INFO O| Aug 12 22:28:35.991 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4168 | 2024-08-12T22:28:37.996Z | [ recovery-image] Aug 12 22:28:36.003 INFO O| Aug 12 22:28:36.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4169 | 2024-08-12T22:28:37.997Z | [ recovery-image] Aug 12 22:28:36.003 INFO O| Aug 12 22:28:36.003 INFO STEP 120 (remove_files) COMPLETE |
4170 | 2024-08-12T22:28:37.999Z | [ recovery-image] Aug 12 22:28:36.003 INFO O| Aug 12 22:28:36.003 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4171 | 2024-08-12T22:28:38.008Z | [ recovery-image] Aug 12 22:28:36.014 INFO O| Aug 12 22:28:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4172 | 2024-08-12T22:28:38.008Z | [ recovery-image] Aug 12 22:28:36.015 INFO O| Aug 12 22:28:36.015 INFO STEP 121 (remove_files) COMPLETE |
4173 | 2024-08-12T22:28:38.010Z | [ recovery-image] Aug 12 22:28:36.015 INFO O| Aug 12 22:28:36.015 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4174 | 2024-08-12T22:28:38.020Z | [ recovery-image] Aug 12 22:28:36.027 INFO O| Aug 12 22:28:36.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4175 | 2024-08-12T22:28:38.023Z | [ recovery-image] Aug 12 22:28:36.027 INFO O| Aug 12 22:28:36.027 INFO STEP 122 (remove_files) COMPLETE |
4176 | 2024-08-12T22:28:38.023Z | [ recovery-image] Aug 12 22:28:36.027 INFO O| Aug 12 22:28:36.027 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4177 | 2024-08-12T22:28:38.032Z | [ recovery-image] Aug 12 22:28:36.039 INFO O| Aug 12 22:28:36.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4178 | 2024-08-12T22:28:38.032Z | [ recovery-image] Aug 12 22:28:36.039 INFO O| Aug 12 22:28:36.039 INFO STEP 123 (remove_files) COMPLETE |
4179 | 2024-08-12T22:28:38.033Z | [ recovery-image] Aug 12 22:28:36.039 INFO O| Aug 12 22:28:36.039 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4180 | 2024-08-12T22:28:38.045Z | [ recovery-image] Aug 12 22:28:36.052 INFO O| Aug 12 22:28:36.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4181 | 2024-08-12T22:28:38.045Z | [ recovery-image] Aug 12 22:28:36.052 INFO O| Aug 12 22:28:36.052 INFO STEP 124 (remove_files) COMPLETE |
4182 | 2024-08-12T22:28:38.048Z | [ recovery-image] Aug 12 22:28:36.052 INFO O| Aug 12 22:28:36.052 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4183 | 2024-08-12T22:28:38.061Z | [ recovery-image] Aug 12 22:28:36.067 INFO O| Aug 12 22:28:36.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4184 | 2024-08-12T22:28:38.061Z | [ recovery-image] Aug 12 22:28:36.067 INFO O| Aug 12 22:28:36.067 INFO STEP 125 (remove_files) COMPLETE |
4185 | 2024-08-12T22:28:38.064Z | [ recovery-image] Aug 12 22:28:36.067 INFO O| Aug 12 22:28:36.067 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4186 | 2024-08-12T22:28:38.074Z | [ recovery-image] Aug 12 22:28:36.080 INFO O| Aug 12 22:28:36.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4187 | 2024-08-12T22:28:38.074Z | [ recovery-image] Aug 12 22:28:36.080 INFO O| Aug 12 22:28:36.080 INFO STEP 126 (remove_files) COMPLETE |
4188 | 2024-08-12T22:28:38.077Z | [ recovery-image] Aug 12 22:28:36.080 INFO O| Aug 12 22:28:36.080 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4189 | 2024-08-12T22:28:38.086Z | [ recovery-image] Aug 12 22:28:36.093 INFO O| Aug 12 22:28:36.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4190 | 2024-08-12T22:28:38.089Z | [ recovery-image] Aug 12 22:28:36.093 INFO O| Aug 12 22:28:36.093 INFO STEP 127 (remove_files) COMPLETE |
4191 | 2024-08-12T22:28:38.089Z | [ recovery-image] Aug 12 22:28:36.093 INFO O| Aug 12 22:28:36.093 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4192 | 2024-08-12T22:28:38.096Z | [ recovery-image] Aug 12 22:28:36.103 INFO O| Aug 12 22:28:36.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4193 | 2024-08-12T22:28:38.096Z | [ recovery-image] Aug 12 22:28:36.103 INFO O| Aug 12 22:28:36.103 INFO STEP 128 (remove_files) COMPLETE |
4194 | 2024-08-12T22:28:38.099Z | [ recovery-image] Aug 12 22:28:36.103 INFO O| Aug 12 22:28:36.103 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4195 | 2024-08-12T22:28:38.107Z | [ recovery-image] Aug 12 22:28:36.113 INFO O| Aug 12 22:28:36.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4196 | 2024-08-12T22:28:38.109Z | [ recovery-image] Aug 12 22:28:36.113 INFO O| Aug 12 22:28:36.113 INFO STEP 129 (remove_files) COMPLETE |
4197 | 2024-08-12T22:28:38.109Z | [ recovery-image] Aug 12 22:28:36.113 INFO O| Aug 12 22:28:36.113 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4198 | 2024-08-12T22:28:38.116Z | [ recovery-image] Aug 12 22:28:36.123 INFO O| Aug 12 22:28:36.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4199 | 2024-08-12T22:28:38.119Z | [ recovery-image] Aug 12 22:28:36.123 INFO O| Aug 12 22:28:36.123 INFO STEP 130 (remove_files) COMPLETE |
4200 | 2024-08-12T22:28:38.119Z | [ recovery-image] Aug 12 22:28:36.123 INFO O| Aug 12 22:28:36.123 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4201 | 2024-08-12T22:28:38.127Z | [ recovery-image] Aug 12 22:28:36.133 INFO O| Aug 12 22:28:36.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4202 | 2024-08-12T22:28:38.127Z | [ recovery-image] Aug 12 22:28:36.133 INFO O| Aug 12 22:28:36.133 INFO STEP 131 (remove_files) COMPLETE |
4203 | 2024-08-12T22:28:38.129Z | [ recovery-image] Aug 12 22:28:36.133 INFO O| Aug 12 22:28:36.133 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4204 | 2024-08-12T22:28:38.139Z | [ recovery-image] Aug 12 22:28:36.146 INFO O| Aug 12 22:28:36.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4205 | 2024-08-12T22:28:38.139Z | [ recovery-image] Aug 12 22:28:36.146 INFO O| Aug 12 22:28:36.146 INFO STEP 132 (remove_files) COMPLETE |
4206 | 2024-08-12T22:28:38.142Z | [ recovery-image] Aug 12 22:28:36.146 INFO O| Aug 12 22:28:36.146 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4207 | 2024-08-12T22:28:38.151Z | [ recovery-image] Aug 12 22:28:36.157 INFO O| Aug 12 22:28:36.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4208 | 2024-08-12T22:28:38.153Z | [ recovery-image] Aug 12 22:28:36.158 INFO O| Aug 12 22:28:36.158 INFO STEP 133 (remove_files) COMPLETE |
4209 | 2024-08-12T22:28:38.154Z | [ recovery-image] Aug 12 22:28:36.158 INFO O| Aug 12 22:28:36.158 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-08-12T22:28:38.162Z | [ recovery-image] Aug 12 22:28:36.169 INFO O| Aug 12 22:28:36.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4211 | 2024-08-12T22:28:38.162Z | [ recovery-image] Aug 12 22:28:36.169 INFO O| Aug 12 22:28:36.169 INFO STEP 134 (remove_files) COMPLETE |
4212 | 2024-08-12T22:28:38.165Z | [ recovery-image] Aug 12 22:28:36.169 INFO O| Aug 12 22:28:36.169 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-08-12T22:28:38.175Z | [ recovery-image] Aug 12 22:28:36.182 INFO O| Aug 12 22:28:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4214 | 2024-08-12T22:28:38.175Z | [ recovery-image] Aug 12 22:28:36.182 INFO O| Aug 12 22:28:36.182 INFO STEP 135 (remove_files) COMPLETE |
4215 | 2024-08-12T22:28:38.178Z | [ recovery-image] Aug 12 22:28:36.182 INFO O| Aug 12 22:28:36.182 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-08-12T22:28:38.187Z | [ recovery-image] Aug 12 22:28:36.193 INFO O| Aug 12 22:28:36.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4217 | 2024-08-12T22:28:38.187Z | [ recovery-image] Aug 12 22:28:36.193 INFO O| Aug 12 22:28:36.193 INFO STEP 136 (remove_files) COMPLETE |
4218 | 2024-08-12T22:28:38.187Z | [ recovery-image] Aug 12 22:28:36.193 INFO O| Aug 12 22:28:36.193 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4219 | 2024-08-12T22:28:38.199Z | [ recovery-image] Aug 12 22:28:36.206 INFO O| Aug 12 22:28:36.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4220 | 2024-08-12T22:28:38.199Z | [ recovery-image] Aug 12 22:28:36.206 INFO O| Aug 12 22:28:36.206 INFO STEP 137 (remove_files) COMPLETE |
4221 | 2024-08-12T22:28:38.202Z | [ recovery-image] Aug 12 22:28:36.206 INFO O| Aug 12 22:28:36.206 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4222 | 2024-08-12T22:28:38.211Z | [ recovery-image] Aug 12 22:28:36.217 INFO O| Aug 12 22:28:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4223 | 2024-08-12T22:28:38.211Z | [ recovery-image] Aug 12 22:28:36.217 INFO O| Aug 12 22:28:36.217 INFO STEP 138 (remove_files) COMPLETE |
4224 | 2024-08-12T22:28:38.211Z | [ recovery-image] Aug 12 22:28:36.218 INFO O| Aug 12 22:28:36.217 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-08-12T22:28:38.223Z | [ recovery-image] Aug 12 22:28:36.230 INFO O| Aug 12 22:28:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4226 | 2024-08-12T22:28:38.223Z | [ recovery-image] Aug 12 22:28:36.230 INFO O| Aug 12 22:28:36.230 INFO STEP 139 (remove_files) COMPLETE |
4227 | 2024-08-12T22:28:38.226Z | [ recovery-image] Aug 12 22:28:36.230 INFO O| Aug 12 22:28:36.230 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-08-12T22:28:38.234Z | [ recovery-image] Aug 12 22:28:36.240 INFO O| Aug 12 22:28:36.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4229 | 2024-08-12T22:28:38.234Z | [ recovery-image] Aug 12 22:28:36.240 INFO O| Aug 12 22:28:36.240 INFO STEP 140 (remove_files) COMPLETE |
4230 | 2024-08-12T22:28:38.236Z | [ recovery-image] Aug 12 22:28:36.240 INFO O| Aug 12 22:28:36.240 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-08-12T22:28:38.244Z | [ recovery-image] Aug 12 22:28:36.251 INFO O| Aug 12 22:28:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4232 | 2024-08-12T22:28:38.244Z | [ recovery-image] Aug 12 22:28:36.251 INFO O| Aug 12 22:28:36.251 INFO STEP 141 (remove_files) COMPLETE |
4233 | 2024-08-12T22:28:38.245Z | [ recovery-image] Aug 12 22:28:36.251 INFO O| Aug 12 22:28:36.251 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-08-12T22:28:38.254Z | [ recovery-image] Aug 12 22:28:36.261 INFO O| Aug 12 22:28:36.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4235 | 2024-08-12T22:28:38.254Z | [ recovery-image] Aug 12 22:28:36.261 INFO O| Aug 12 22:28:36.261 INFO STEP 142 (remove_files) COMPLETE |
4236 | 2024-08-12T22:28:38.257Z | [ recovery-image] Aug 12 22:28:36.261 INFO O| Aug 12 22:28:36.261 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-08-12T22:28:38.264Z | [ recovery-image] Aug 12 22:28:36.271 INFO O| Aug 12 22:28:36.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4238 | 2024-08-12T22:28:38.264Z | [ recovery-image] Aug 12 22:28:36.271 INFO O| Aug 12 22:28:36.271 INFO STEP 143 (remove_files) COMPLETE |
4239 | 2024-08-12T22:28:38.264Z | [ recovery-image] Aug 12 22:28:36.271 INFO O| Aug 12 22:28:36.271 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-08-12T22:28:38.274Z | [ recovery-image] Aug 12 22:28:36.281 INFO O| Aug 12 22:28:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4241 | 2024-08-12T22:28:38.274Z | [ recovery-image] Aug 12 22:28:36.281 INFO O| Aug 12 22:28:36.281 INFO STEP 144 (remove_files) COMPLETE |
4242 | 2024-08-12T22:28:38.274Z | [ recovery-image] Aug 12 22:28:36.281 INFO O| Aug 12 22:28:36.281 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-08-12T22:28:38.284Z | [ recovery-image] Aug 12 22:28:36.291 INFO O| Aug 12 22:28:36.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4244 | 2024-08-12T22:28:38.284Z | [ recovery-image] Aug 12 22:28:36.291 INFO O| Aug 12 22:28:36.291 INFO STEP 145 (remove_files) COMPLETE |
4245 | 2024-08-12T22:28:38.288Z | [ recovery-image] Aug 12 22:28:36.291 INFO O| Aug 12 22:28:36.291 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-08-12T22:28:38.295Z | [ recovery-image] Aug 12 22:28:36.301 INFO O| Aug 12 22:28:36.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4247 | 2024-08-12T22:28:38.297Z | [ recovery-image] Aug 12 22:28:36.302 INFO O| Aug 12 22:28:36.302 INFO STEP 146 (remove_files) COMPLETE |
4248 | 2024-08-12T22:28:38.297Z | [ recovery-image] Aug 12 22:28:36.302 INFO O| Aug 12 22:28:36.302 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-08-12T22:28:38.305Z | [ recovery-image] Aug 12 22:28:36.312 INFO O| Aug 12 22:28:36.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4250 | 2024-08-12T22:28:38.305Z | [ recovery-image] Aug 12 22:28:36.312 INFO O| Aug 12 22:28:36.312 INFO STEP 147 (remove_files) COMPLETE |
4251 | 2024-08-12T22:28:38.308Z | [ recovery-image] Aug 12 22:28:36.312 INFO O| Aug 12 22:28:36.312 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-08-12T22:28:38.315Z | [ recovery-image] Aug 12 22:28:36.322 INFO O| Aug 12 22:28:36.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4253 | 2024-08-12T22:28:38.315Z | [ recovery-image] Aug 12 22:28:36.322 INFO O| Aug 12 22:28:36.322 INFO STEP 148 (remove_files) COMPLETE |
4254 | 2024-08-12T22:28:38.315Z | [ recovery-image] Aug 12 22:28:36.322 INFO O| Aug 12 22:28:36.322 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-08-12T22:28:38.327Z | [ recovery-image] Aug 12 22:28:36.333 INFO O| Aug 12 22:28:36.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4256 | 2024-08-12T22:28:38.327Z | [ recovery-image] Aug 12 22:28:36.333 INFO O| Aug 12 22:28:36.333 INFO STEP 149 (remove_files) COMPLETE |
4257 | 2024-08-12T22:28:38.329Z | [ recovery-image] Aug 12 22:28:36.333 INFO O| Aug 12 22:28:36.333 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-08-12T22:28:38.337Z | [ recovery-image] Aug 12 22:28:36.343 INFO O| Aug 12 22:28:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4259 | 2024-08-12T22:28:38.337Z | [ recovery-image] Aug 12 22:28:36.343 INFO O| Aug 12 22:28:36.343 INFO STEP 150 (remove_files) COMPLETE |
4260 | 2024-08-12T22:28:38.340Z | [ recovery-image] Aug 12 22:28:36.343 INFO O| Aug 12 22:28:36.343 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-08-12T22:28:38.347Z | [ recovery-image] Aug 12 22:28:36.354 INFO O| Aug 12 22:28:36.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4262 | 2024-08-12T22:28:38.347Z | [ recovery-image] Aug 12 22:28:36.354 INFO O| Aug 12 22:28:36.354 INFO STEP 151 (remove_files) COMPLETE |
4263 | 2024-08-12T22:28:38.347Z | [ recovery-image] Aug 12 22:28:36.354 INFO O| Aug 12 22:28:36.354 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-08-12T22:28:38.357Z | [ recovery-image] Aug 12 22:28:36.364 INFO O| Aug 12 22:28:36.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4265 | 2024-08-12T22:28:38.357Z | [ recovery-image] Aug 12 22:28:36.364 INFO O| Aug 12 22:28:36.364 INFO STEP 152 (remove_files) COMPLETE |
4266 | 2024-08-12T22:28:38.360Z | [ recovery-image] Aug 12 22:28:36.364 INFO O| Aug 12 22:28:36.364 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-08-12T22:28:38.370Z | [ recovery-image] Aug 12 22:28:36.377 INFO O| Aug 12 22:28:36.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4268 | 2024-08-12T22:28:38.370Z | [ recovery-image] Aug 12 22:28:36.377 INFO O| Aug 12 22:28:36.377 INFO STEP 153 (remove_files) COMPLETE |
4269 | 2024-08-12T22:28:38.374Z | [ recovery-image] Aug 12 22:28:36.377 INFO O| Aug 12 22:28:36.377 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-08-12T22:28:38.381Z | [ recovery-image] Aug 12 22:28:36.388 INFO O| Aug 12 22:28:36.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4271 | 2024-08-12T22:28:38.381Z | [ recovery-image] Aug 12 22:28:36.388 INFO O| Aug 12 22:28:36.388 INFO STEP 154 (remove_files) COMPLETE |
4272 | 2024-08-12T22:28:38.384Z | [ recovery-image] Aug 12 22:28:36.388 INFO O| Aug 12 22:28:36.388 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-08-12T22:28:38.394Z | [ recovery-image] Aug 12 22:28:36.398 INFO O| Aug 12 22:28:36.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4274 | 2024-08-12T22:28:38.397Z | [ recovery-image] Aug 12 22:28:36.399 INFO O| Aug 12 22:28:36.399 INFO STEP 155 (remove_files) COMPLETE |
4275 | 2024-08-12T22:28:38.397Z | [ recovery-image] Aug 12 22:28:36.399 INFO O| Aug 12 22:28:36.399 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-08-12T22:28:38.402Z | [ recovery-image] Aug 12 22:28:36.409 INFO O| Aug 12 22:28:36.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4277 | 2024-08-12T22:28:38.402Z | [ recovery-image] Aug 12 22:28:36.409 INFO O| Aug 12 22:28:36.409 INFO STEP 156 (remove_files) COMPLETE |
4278 | 2024-08-12T22:28:38.405Z | [ recovery-image] Aug 12 22:28:36.409 INFO O| Aug 12 22:28:36.409 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-08-12T22:28:38.413Z | [ recovery-image] Aug 12 22:28:36.419 INFO O| Aug 12 22:28:36.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4280 | 2024-08-12T22:28:38.413Z | [ recovery-image] Aug 12 22:28:36.419 INFO O| Aug 12 22:28:36.419 INFO STEP 157 (remove_files) COMPLETE |
4281 | 2024-08-12T22:28:38.416Z | [ recovery-image] Aug 12 22:28:36.419 INFO O| Aug 12 22:28:36.419 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-08-12T22:28:38.424Z | [ recovery-image] Aug 12 22:28:36.429 INFO O| Aug 12 22:28:36.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4283 | 2024-08-12T22:28:38.427Z | [ recovery-image] Aug 12 22:28:36.430 INFO O| Aug 12 22:28:36.429 INFO STEP 158 (remove_files) COMPLETE |
4284 | 2024-08-12T22:28:38.427Z | [ recovery-image] Aug 12 22:28:36.430 INFO O| Aug 12 22:28:36.429 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-08-12T22:28:38.433Z | [ recovery-image] Aug 12 22:28:36.440 INFO O| Aug 12 22:28:36.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4286 | 2024-08-12T22:28:38.436Z | [ recovery-image] Aug 12 22:28:36.441 INFO O| Aug 12 22:28:36.441 INFO STEP 159 (remove_files) COMPLETE |
4287 | 2024-08-12T22:28:38.436Z | [ recovery-image] Aug 12 22:28:36.441 INFO O| Aug 12 22:28:36.441 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-08-12T22:28:38.444Z | [ recovery-image] Aug 12 22:28:36.450 INFO O| Aug 12 22:28:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4289 | 2024-08-12T22:28:38.444Z | [ recovery-image] Aug 12 22:28:36.451 INFO O| Aug 12 22:28:36.451 INFO STEP 160 (remove_files) COMPLETE |
4290 | 2024-08-12T22:28:38.444Z | [ recovery-image] Aug 12 22:28:36.451 INFO O| Aug 12 22:28:36.451 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-08-12T22:28:38.454Z | [ recovery-image] Aug 12 22:28:36.461 INFO O| Aug 12 22:28:36.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4292 | 2024-08-12T22:28:38.454Z | [ recovery-image] Aug 12 22:28:36.461 INFO O| Aug 12 22:28:36.461 INFO STEP 161 (remove_files) COMPLETE |
4293 | 2024-08-12T22:28:38.457Z | [ recovery-image] Aug 12 22:28:36.461 INFO O| Aug 12 22:28:36.461 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-08-12T22:28:38.464Z | [ recovery-image] Aug 12 22:28:36.471 INFO O| Aug 12 22:28:36.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4295 | 2024-08-12T22:28:38.464Z | [ recovery-image] Aug 12 22:28:36.471 INFO O| Aug 12 22:28:36.471 INFO STEP 162 (remove_files) COMPLETE |
4296 | 2024-08-12T22:28:38.467Z | [ recovery-image] Aug 12 22:28:36.471 INFO O| Aug 12 22:28:36.471 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-08-12T22:28:38.477Z | [ recovery-image] Aug 12 22:28:36.484 INFO O| Aug 12 22:28:36.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4298 | 2024-08-12T22:28:38.477Z | [ recovery-image] Aug 12 22:28:36.484 INFO O| Aug 12 22:28:36.484 INFO STEP 163 (remove_files) COMPLETE |
4299 | 2024-08-12T22:28:38.480Z | [ recovery-image] Aug 12 22:28:36.484 INFO O| Aug 12 22:28:36.484 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-08-12T22:28:38.487Z | [ recovery-image] Aug 12 22:28:36.494 INFO O| Aug 12 22:28:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4301 | 2024-08-12T22:28:38.487Z | [ recovery-image] Aug 12 22:28:36.494 INFO O| Aug 12 22:28:36.494 INFO STEP 164 (remove_files) COMPLETE |
4302 | 2024-08-12T22:28:38.487Z | [ recovery-image] Aug 12 22:28:36.494 INFO O| Aug 12 22:28:36.494 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-08-12T22:28:38.498Z | [ recovery-image] Aug 12 22:28:36.504 INFO O| Aug 12 22:28:36.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4304 | 2024-08-12T22:28:38.498Z | [ recovery-image] Aug 12 22:28:36.504 INFO O| Aug 12 22:28:36.504 INFO STEP 165 (remove_files) COMPLETE |
4305 | 2024-08-12T22:28:38.498Z | [ recovery-image] Aug 12 22:28:36.504 INFO O| Aug 12 22:28:36.504 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-08-12T22:28:38.508Z | [ recovery-image] Aug 12 22:28:36.515 INFO O| Aug 12 22:28:36.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4307 | 2024-08-12T22:28:38.511Z | [ recovery-image] Aug 12 22:28:36.515 INFO O| Aug 12 22:28:36.515 INFO STEP 166 (remove_files) COMPLETE |
4308 | 2024-08-12T22:28:38.511Z | [ recovery-image] Aug 12 22:28:36.515 INFO O| Aug 12 22:28:36.515 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-08-12T22:28:38.596Z | [ recovery-image] Aug 12 22:28:36.527 INFO O| Aug 12 22:28:36.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4310 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.527 INFO O| Aug 12 22:28:36.527 INFO STEP 167 (remove_files) COMPLETE |
4311 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.527 INFO O| Aug 12 22:28:36.527 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.537 INFO O| Aug 12 22:28:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4313 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.537 INFO O| Aug 12 22:28:36.537 INFO STEP 168 (remove_files) COMPLETE |
4314 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.537 INFO O| Aug 12 22:28:36.537 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.550 INFO O| Aug 12 22:28:36.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4316 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.550 INFO O| Aug 12 22:28:36.550 INFO STEP 169 (remove_files) COMPLETE |
4317 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.550 INFO O| Aug 12 22:28:36.550 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.563 INFO O| Aug 12 22:28:36.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4319 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.563 INFO O| Aug 12 22:28:36.563 INFO STEP 170 (remove_files) COMPLETE |
4320 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.563 INFO O| Aug 12 22:28:36.563 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.574 INFO O| Aug 12 22:28:36.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4322 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.574 INFO O| Aug 12 22:28:36.574 INFO STEP 171 (remove_files) COMPLETE |
4323 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.574 INFO O| Aug 12 22:28:36.574 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.586 INFO O| Aug 12 22:28:36.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4325 | 2024-08-12T22:28:38.599Z | [ recovery-image] Aug 12 22:28:36.587 INFO O| Aug 12 22:28:36.587 INFO STEP 172 (remove_files) COMPLETE |
4326 | 2024-08-12T22:28:38.600Z | [ recovery-image] Aug 12 22:28:36.587 INFO O| Aug 12 22:28:36.587 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-08-12T22:28:38.600Z | [ recovery-image] Aug 12 22:28:36.597 INFO O| Aug 12 22:28:36.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4328 | 2024-08-12T22:28:38.600Z | [ recovery-image] Aug 12 22:28:36.597 INFO O| Aug 12 22:28:36.597 INFO STEP 173 (remove_files) COMPLETE |
4329 | 2024-08-12T22:28:38.600Z | [ recovery-image] Aug 12 22:28:36.597 INFO O| Aug 12 22:28:36.597 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-08-12T22:28:38.603Z | [ recovery-image] Aug 12 22:28:36.609 INFO O| Aug 12 22:28:36.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4331 | 2024-08-12T22:28:38.603Z | [ recovery-image] Aug 12 22:28:36.609 INFO O| Aug 12 22:28:36.609 INFO STEP 174 (remove_files) COMPLETE |
4332 | 2024-08-12T22:28:38.603Z | [ recovery-image] Aug 12 22:28:36.609 INFO O| Aug 12 22:28:36.609 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-08-12T22:28:38.612Z | [ recovery-image] Aug 12 22:28:36.619 INFO O| Aug 12 22:28:36.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4334 | 2024-08-12T22:28:38.612Z | [ recovery-image] Aug 12 22:28:36.619 INFO O| Aug 12 22:28:36.619 INFO STEP 175 (remove_files) COMPLETE |
4335 | 2024-08-12T22:28:38.612Z | [ recovery-image] Aug 12 22:28:36.619 INFO O| Aug 12 22:28:36.619 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-08-12T22:28:38.622Z | [ recovery-image] Aug 12 22:28:36.629 INFO O| Aug 12 22:28:36.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4337 | 2024-08-12T22:28:38.623Z | [ recovery-image] Aug 12 22:28:36.629 INFO O| Aug 12 22:28:36.629 INFO STEP 176 (remove_files) COMPLETE |
4338 | 2024-08-12T22:28:38.626Z | [ recovery-image] Aug 12 22:28:36.629 INFO O| Aug 12 22:28:36.629 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-08-12T22:28:38.634Z | [ recovery-image] Aug 12 22:28:36.640 INFO O| Aug 12 22:28:36.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4340 | 2024-08-12T22:28:38.634Z | [ recovery-image] Aug 12 22:28:36.640 INFO O| Aug 12 22:28:36.640 INFO STEP 177 (remove_files) COMPLETE |
4341 | 2024-08-12T22:28:38.636Z | [ recovery-image] Aug 12 22:28:36.640 INFO O| Aug 12 22:28:36.640 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-08-12T22:28:38.644Z | [ recovery-image] Aug 12 22:28:36.650 INFO O| Aug 12 22:28:36.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4343 | 2024-08-12T22:28:38.644Z | [ recovery-image] Aug 12 22:28:36.650 INFO O| Aug 12 22:28:36.650 INFO STEP 178 (remove_files) COMPLETE |
4344 | 2024-08-12T22:28:38.644Z | [ recovery-image] Aug 12 22:28:36.650 INFO O| Aug 12 22:28:36.650 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-08-12T22:28:38.654Z | [ recovery-image] Aug 12 22:28:36.660 INFO O| Aug 12 22:28:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4346 | 2024-08-12T22:28:38.656Z | [ recovery-image] Aug 12 22:28:36.660 INFO O| Aug 12 22:28:36.660 INFO STEP 179 (remove_files) COMPLETE |
4347 | 2024-08-12T22:28:38.656Z | [ recovery-image] Aug 12 22:28:36.660 INFO O| Aug 12 22:28:36.660 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-08-12T22:28:38.665Z | [ recovery-image] Aug 12 22:28:36.670 INFO O| Aug 12 22:28:36.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4349 | 2024-08-12T22:28:38.665Z | [ recovery-image] Aug 12 22:28:36.670 INFO O| Aug 12 22:28:36.670 INFO STEP 180 (remove_files) COMPLETE |
4350 | 2024-08-12T22:28:38.665Z | [ recovery-image] Aug 12 22:28:36.670 INFO O| Aug 12 22:28:36.670 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-08-12T22:28:38.675Z | [ recovery-image] Aug 12 22:28:36.682 INFO O| Aug 12 22:28:36.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4352 | 2024-08-12T22:28:38.675Z | [ recovery-image] Aug 12 22:28:36.682 INFO O| Aug 12 22:28:36.682 INFO STEP 181 (remove_files) COMPLETE |
4353 | 2024-08-12T22:28:38.675Z | [ recovery-image] Aug 12 22:28:36.682 INFO O| Aug 12 22:28:36.682 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-08-12T22:28:38.685Z | [ recovery-image] Aug 12 22:28:36.692 INFO O| Aug 12 22:28:36.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4355 | 2024-08-12T22:28:38.688Z | [ recovery-image] Aug 12 22:28:36.692 INFO O| Aug 12 22:28:36.692 INFO STEP 182 (remove_files) COMPLETE |
4356 | 2024-08-12T22:28:38.688Z | [ recovery-image] Aug 12 22:28:36.692 INFO O| Aug 12 22:28:36.692 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-08-12T22:28:38.697Z | [ recovery-image] Aug 12 22:28:36.703 INFO O| Aug 12 22:28:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4358 | 2024-08-12T22:28:38.699Z | [ recovery-image] Aug 12 22:28:36.704 INFO O| Aug 12 22:28:36.704 INFO STEP 183 (remove_files) COMPLETE |
4359 | 2024-08-12T22:28:38.699Z | [ recovery-image] Aug 12 22:28:36.704 INFO O| Aug 12 22:28:36.704 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-08-12T22:28:38.707Z | [ recovery-image] Aug 12 22:28:36.714 INFO O| Aug 12 22:28:36.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4361 | 2024-08-12T22:28:38.707Z | [ recovery-image] Aug 12 22:28:36.714 INFO O| Aug 12 22:28:36.714 INFO STEP 184 (remove_files) COMPLETE |
4362 | 2024-08-12T22:28:38.707Z | [ recovery-image] Aug 12 22:28:36.714 INFO O| Aug 12 22:28:36.714 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-08-12T22:28:38.717Z | [ recovery-image] Aug 12 22:28:36.724 INFO O| Aug 12 22:28:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4364 | 2024-08-12T22:28:38.717Z | [ recovery-image] Aug 12 22:28:36.724 INFO O| Aug 12 22:28:36.724 INFO STEP 185 (remove_files) COMPLETE |
4365 | 2024-08-12T22:28:38.717Z | [ recovery-image] Aug 12 22:28:36.724 INFO O| Aug 12 22:28:36.724 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-08-12T22:28:38.728Z | [ recovery-image] Aug 12 22:28:36.734 INFO O| Aug 12 22:28:36.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4367 | 2024-08-12T22:28:38.729Z | [ recovery-image] Aug 12 22:28:36.734 INFO O| Aug 12 22:28:36.734 INFO STEP 186 (remove_files) COMPLETE |
4368 | 2024-08-12T22:28:38.732Z | [ recovery-image] Aug 12 22:28:36.734 INFO O| Aug 12 22:28:36.734 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-08-12T22:28:38.737Z | [ recovery-image] Aug 12 22:28:36.744 INFO O| Aug 12 22:28:36.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4370 | 2024-08-12T22:28:38.737Z | [ recovery-image] Aug 12 22:28:36.744 INFO O| Aug 12 22:28:36.744 INFO STEP 187 (remove_files) COMPLETE |
4371 | 2024-08-12T22:28:38.740Z | [ recovery-image] Aug 12 22:28:36.744 INFO O| Aug 12 22:28:36.744 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-08-12T22:28:38.748Z | [ recovery-image] Aug 12 22:28:36.754 INFO O| Aug 12 22:28:36.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4373 | 2024-08-12T22:28:38.748Z | [ recovery-image] Aug 12 22:28:36.754 INFO O| Aug 12 22:28:36.754 INFO STEP 188 (remove_files) COMPLETE |
4374 | 2024-08-12T22:28:38.748Z | [ recovery-image] Aug 12 22:28:36.754 INFO O| Aug 12 22:28:36.754 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-08-12T22:28:38.758Z | [ recovery-image] Aug 12 22:28:36.764 INFO O| Aug 12 22:28:36.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4376 | 2024-08-12T22:28:38.758Z | [ recovery-image] Aug 12 22:28:36.764 INFO O| Aug 12 22:28:36.764 INFO STEP 189 (remove_files) COMPLETE |
4377 | 2024-08-12T22:28:38.758Z | [ recovery-image] Aug 12 22:28:36.764 INFO O| Aug 12 22:28:36.764 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-08-12T22:28:38.768Z | [ recovery-image] Aug 12 22:28:36.775 INFO O| Aug 12 22:28:36.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4379 | 2024-08-12T22:28:38.768Z | [ recovery-image] Aug 12 22:28:36.775 INFO O| Aug 12 22:28:36.775 INFO STEP 190 (remove_files) COMPLETE |
4380 | 2024-08-12T22:28:38.771Z | [ recovery-image] Aug 12 22:28:36.775 INFO O| Aug 12 22:28:36.775 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-08-12T22:28:38.778Z | [ recovery-image] Aug 12 22:28:36.785 INFO O| Aug 12 22:28:36.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4382 | 2024-08-12T22:28:38.778Z | [ recovery-image] Aug 12 22:28:36.785 INFO O| Aug 12 22:28:36.785 INFO STEP 191 (remove_files) COMPLETE |
4383 | 2024-08-12T22:28:38.781Z | [ recovery-image] Aug 12 22:28:36.785 INFO O| Aug 12 22:28:36.785 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-08-12T22:28:38.789Z | [ recovery-image] Aug 12 22:28:36.795 INFO O| Aug 12 22:28:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4385 | 2024-08-12T22:28:38.789Z | [ recovery-image] Aug 12 22:28:36.795 INFO O| Aug 12 22:28:36.795 INFO STEP 192 (remove_files) COMPLETE |
4386 | 2024-08-12T22:28:38.789Z | [ recovery-image] Aug 12 22:28:36.795 INFO O| Aug 12 22:28:36.795 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-08-12T22:28:38.799Z | [ recovery-image] Aug 12 22:28:36.805 INFO O| Aug 12 22:28:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4388 | 2024-08-12T22:28:38.802Z | [ recovery-image] Aug 12 22:28:36.805 INFO O| Aug 12 22:28:36.805 INFO STEP 193 (remove_files) COMPLETE |
4389 | 2024-08-12T22:28:38.802Z | [ recovery-image] Aug 12 22:28:36.805 INFO O| Aug 12 22:28:36.805 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-08-12T22:28:38.809Z | [ recovery-image] Aug 12 22:28:36.816 INFO O| Aug 12 22:28:36.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4391 | 2024-08-12T22:28:38.812Z | [ recovery-image] Aug 12 22:28:36.816 INFO O| Aug 12 22:28:36.816 INFO STEP 194 (remove_files) COMPLETE |
4392 | 2024-08-12T22:28:38.812Z | [ recovery-image] Aug 12 22:28:36.816 INFO O| Aug 12 22:28:36.816 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-08-12T22:28:38.819Z | [ recovery-image] Aug 12 22:28:36.826 INFO O| Aug 12 22:28:36.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4394 | 2024-08-12T22:28:38.822Z | [ recovery-image] Aug 12 22:28:36.826 INFO O| Aug 12 22:28:36.826 INFO STEP 195 (remove_files) COMPLETE |
4395 | 2024-08-12T22:28:38.822Z | [ recovery-image] Aug 12 22:28:36.826 INFO O| Aug 12 22:28:36.826 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-08-12T22:28:38.830Z | [ recovery-image] Aug 12 22:28:36.836 INFO O| Aug 12 22:28:36.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4397 | 2024-08-12T22:28:38.830Z | [ recovery-image] Aug 12 22:28:36.836 INFO O| Aug 12 22:28:36.836 INFO STEP 196 (remove_files) COMPLETE |
4398 | 2024-08-12T22:28:38.833Z | [ recovery-image] Aug 12 22:28:36.836 INFO O| Aug 12 22:28:36.836 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-08-12T22:28:38.840Z | [ recovery-image] Aug 12 22:28:36.847 INFO O| Aug 12 22:28:36.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4400 | 2024-08-12T22:28:38.840Z | [ recovery-image] Aug 12 22:28:36.847 INFO O| Aug 12 22:28:36.847 INFO STEP 197 (remove_files) COMPLETE |
4401 | 2024-08-12T22:28:38.840Z | [ recovery-image] Aug 12 22:28:36.847 INFO O| Aug 12 22:28:36.847 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-08-12T22:28:38.851Z | [ recovery-image] Aug 12 22:28:36.857 INFO O| Aug 12 22:28:36.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4403 | 2024-08-12T22:28:38.854Z | [ recovery-image] Aug 12 22:28:36.857 INFO O| Aug 12 22:28:36.857 INFO STEP 198 (remove_files) COMPLETE |
4404 | 2024-08-12T22:28:38.854Z | [ recovery-image] Aug 12 22:28:36.857 INFO O| Aug 12 22:28:36.857 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-08-12T22:28:38.862Z | [ recovery-image] Aug 12 22:28:36.867 INFO O| Aug 12 22:28:36.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4406 | 2024-08-12T22:28:38.862Z | [ recovery-image] Aug 12 22:28:36.867 INFO O| Aug 12 22:28:36.867 INFO STEP 199 (remove_files) COMPLETE |
4407 | 2024-08-12T22:28:38.867Z | [ recovery-image] Aug 12 22:28:36.867 INFO O| Aug 12 22:28:36.867 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-08-12T22:28:38.872Z | [ recovery-image] Aug 12 22:28:36.877 INFO O| Aug 12 22:28:36.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4409 | 2024-08-12T22:28:38.873Z | [ recovery-image] Aug 12 22:28:36.877 INFO O| Aug 12 22:28:36.877 INFO STEP 200 (remove_files) COMPLETE |
4410 | 2024-08-12T22:28:38.873Z | [ recovery-image] Aug 12 22:28:36.877 INFO O| Aug 12 22:28:36.877 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-08-12T22:28:38.883Z | [ recovery-image] Aug 12 22:28:36.888 INFO O| Aug 12 22:28:36.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4412 | 2024-08-12T22:28:38.883Z | [ recovery-image] Aug 12 22:28:36.888 INFO O| Aug 12 22:28:36.888 INFO STEP 201 (remove_files) COMPLETE |
4413 | 2024-08-12T22:28:38.892Z | [ recovery-image] Aug 12 22:28:36.888 INFO O| Aug 12 22:28:36.888 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-08-12T22:28:38.897Z | [ recovery-image] Aug 12 22:28:36.898 INFO O| Aug 12 22:28:36.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4415 | 2024-08-12T22:28:38.897Z | [ recovery-image] Aug 12 22:28:36.898 INFO O| Aug 12 22:28:36.898 INFO STEP 202 (remove_files) COMPLETE |
4416 | 2024-08-12T22:28:38.897Z | [ recovery-image] Aug 12 22:28:36.898 INFO O| Aug 12 22:28:36.898 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-08-12T22:28:38.903Z | [ recovery-image] Aug 12 22:28:36.908 INFO O| Aug 12 22:28:36.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4418 | 2024-08-12T22:28:38.904Z | [ recovery-image] Aug 12 22:28:36.908 INFO O| Aug 12 22:28:36.908 INFO STEP 203 (remove_files) COMPLETE |
4419 | 2024-08-12T22:28:38.904Z | [ recovery-image] Aug 12 22:28:36.908 INFO O| Aug 12 22:28:36.908 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-08-12T22:28:38.913Z | [ recovery-image] Aug 12 22:28:36.918 INFO O| Aug 12 22:28:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4421 | 2024-08-12T22:28:38.913Z | [ recovery-image] Aug 12 22:28:36.918 INFO O| Aug 12 22:28:36.918 INFO STEP 204 (remove_files) COMPLETE |
4422 | 2024-08-12T22:28:38.918Z | [ recovery-image] Aug 12 22:28:36.918 INFO O| Aug 12 22:28:36.918 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-08-12T22:28:38.925Z | [ recovery-image] Aug 12 22:28:36.929 INFO O| Aug 12 22:28:36.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4424 | 2024-08-12T22:28:38.925Z | [ recovery-image] Aug 12 22:28:36.929 INFO O| Aug 12 22:28:36.929 INFO STEP 205 (remove_files) COMPLETE |
4425 | 2024-08-12T22:28:38.925Z | [ recovery-image] Aug 12 22:28:36.929 INFO O| Aug 12 22:28:36.929 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-08-12T22:28:38.934Z | [ recovery-image] Aug 12 22:28:36.940 INFO O| Aug 12 22:28:36.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4427 | 2024-08-12T22:28:38.934Z | [ recovery-image] Aug 12 22:28:36.940 INFO O| Aug 12 22:28:36.940 INFO STEP 206 (remove_files) COMPLETE |
4428 | 2024-08-12T22:28:38.938Z | [ recovery-image] Aug 12 22:28:36.940 INFO O| Aug 12 22:28:36.940 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-08-12T22:28:38.944Z | [ recovery-image] Aug 12 22:28:36.950 INFO O| Aug 12 22:28:36.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4430 | 2024-08-12T22:28:38.948Z | [ recovery-image] Aug 12 22:28:36.950 INFO O| Aug 12 22:28:36.950 INFO STEP 207 (remove_files) COMPLETE |
4431 | 2024-08-12T22:28:38.948Z | [ recovery-image] Aug 12 22:28:36.950 INFO O| Aug 12 22:28:36.950 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-08-12T22:28:38.954Z | [ recovery-image] Aug 12 22:28:36.960 INFO O| Aug 12 22:28:36.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4433 | 2024-08-12T22:28:38.954Z | [ recovery-image] Aug 12 22:28:36.960 INFO O| Aug 12 22:28:36.960 INFO STEP 208 (remove_files) COMPLETE |
4434 | 2024-08-12T22:28:38.959Z | [ recovery-image] Aug 12 22:28:36.960 INFO O| Aug 12 22:28:36.960 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-08-12T22:28:38.964Z | [ recovery-image] Aug 12 22:28:36.970 INFO O| Aug 12 22:28:36.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4436 | 2024-08-12T22:28:38.964Z | [ recovery-image] Aug 12 22:28:36.970 INFO O| Aug 12 22:28:36.970 INFO STEP 209 (remove_files) COMPLETE |
4437 | 2024-08-12T22:28:38.968Z | [ recovery-image] Aug 12 22:28:36.970 INFO O| Aug 12 22:28:36.970 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-08-12T22:28:38.975Z | [ recovery-image] Aug 12 22:28:36.980 INFO O| Aug 12 22:28:36.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4439 | 2024-08-12T22:28:38.976Z | [ recovery-image] Aug 12 22:28:36.980 INFO O| Aug 12 22:28:36.980 INFO STEP 210 (remove_files) COMPLETE |
4440 | 2024-08-12T22:28:38.979Z | [ recovery-image] Aug 12 22:28:36.980 INFO O| Aug 12 22:28:36.980 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-08-12T22:28:38.987Z | [ recovery-image] Aug 12 22:28:36.990 INFO O| Aug 12 22:28:36.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4442 | 2024-08-12T22:28:38.987Z | [ recovery-image] Aug 12 22:28:36.990 INFO O| Aug 12 22:28:36.990 INFO STEP 211 (remove_files) COMPLETE |
4443 | 2024-08-12T22:28:38.990Z | [ recovery-image] Aug 12 22:28:36.990 INFO O| Aug 12 22:28:36.990 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-08-12T22:28:38.994Z | [ recovery-image] Aug 12 22:28:37.001 INFO O| Aug 12 22:28:37.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4445 | 2024-08-12T22:28:38.994Z | [ recovery-image] Aug 12 22:28:37.001 INFO O| Aug 12 22:28:37.001 INFO STEP 212 (remove_files) COMPLETE |
4446 | 2024-08-12T22:28:38.994Z | [ recovery-image] Aug 12 22:28:37.001 INFO O| Aug 12 22:28:37.001 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-08-12T22:28:39.005Z | [ recovery-image] Aug 12 22:28:37.011 INFO O| Aug 12 22:28:37.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4448 | 2024-08-12T22:28:39.005Z | [ recovery-image] Aug 12 22:28:37.011 INFO O| Aug 12 22:28:37.011 INFO STEP 213 (remove_files) COMPLETE |
4449 | 2024-08-12T22:28:39.005Z | [ recovery-image] Aug 12 22:28:37.011 INFO O| Aug 12 22:28:37.011 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-08-12T22:28:39.016Z | [ recovery-image] Aug 12 22:28:37.022 INFO O| Aug 12 22:28:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4451 | 2024-08-12T22:28:39.016Z | [ recovery-image] Aug 12 22:28:37.022 INFO O| Aug 12 22:28:37.022 INFO STEP 214 (remove_files) COMPLETE |
4452 | 2024-08-12T22:28:39.018Z | [ recovery-image] Aug 12 22:28:37.022 INFO O| Aug 12 22:28:37.022 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-08-12T22:28:39.027Z | [ recovery-image] Aug 12 22:28:37.032 INFO O| Aug 12 22:28:37.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4454 | 2024-08-12T22:28:39.027Z | [ recovery-image] Aug 12 22:28:37.032 INFO O| Aug 12 22:28:37.032 INFO STEP 215 (remove_files) COMPLETE |
4455 | 2024-08-12T22:28:39.027Z | [ recovery-image] Aug 12 22:28:37.032 INFO O| Aug 12 22:28:37.032 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-08-12T22:28:39.036Z | [ recovery-image] Aug 12 22:28:37.042 INFO O| Aug 12 22:28:37.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4457 | 2024-08-12T22:28:39.040Z | [ recovery-image] Aug 12 22:28:37.042 INFO O| Aug 12 22:28:37.042 INFO STEP 216 (remove_files) COMPLETE |
4458 | 2024-08-12T22:28:39.040Z | [ recovery-image] Aug 12 22:28:37.042 INFO O| Aug 12 22:28:37.042 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-08-12T22:28:39.046Z | [ recovery-image] Aug 12 22:28:37.053 INFO O| Aug 12 22:28:37.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4460 | 2024-08-12T22:28:39.050Z | [ recovery-image] Aug 12 22:28:37.053 INFO O| Aug 12 22:28:37.053 INFO STEP 217 (remove_files) COMPLETE |
4461 | 2024-08-12T22:28:39.050Z | [ recovery-image] Aug 12 22:28:37.053 INFO O| Aug 12 22:28:37.053 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-08-12T22:28:39.057Z | [ recovery-image] Aug 12 22:28:37.063 INFO O| Aug 12 22:28:37.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4463 | 2024-08-12T22:28:39.061Z | [ recovery-image] Aug 12 22:28:37.063 INFO O| Aug 12 22:28:37.063 INFO STEP 218 (remove_files) COMPLETE |
4464 | 2024-08-12T22:28:39.061Z | [ recovery-image] Aug 12 22:28:37.063 INFO O| Aug 12 22:28:37.063 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-08-12T22:28:39.067Z | [ recovery-image] Aug 12 22:28:37.073 INFO O| Aug 12 22:28:37.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4466 | 2024-08-12T22:28:39.067Z | [ recovery-image] Aug 12 22:28:37.073 INFO O| Aug 12 22:28:37.073 INFO STEP 219 (remove_files) COMPLETE |
4467 | 2024-08-12T22:28:39.070Z | [ recovery-image] Aug 12 22:28:37.073 INFO O| Aug 12 22:28:37.073 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-08-12T22:28:39.081Z | [ recovery-image] Aug 12 22:28:37.083 INFO O| Aug 12 22:28:37.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4469 | 2024-08-12T22:28:39.081Z | [ recovery-image] Aug 12 22:28:37.083 INFO O| Aug 12 22:28:37.083 INFO STEP 220 (remove_files) COMPLETE |
4470 | 2024-08-12T22:28:39.084Z | [ recovery-image] Aug 12 22:28:37.083 INFO O| Aug 12 22:28:37.083 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-08-12T22:28:39.087Z | [ recovery-image] Aug 12 22:28:37.093 INFO O| Aug 12 22:28:37.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4472 | 2024-08-12T22:28:39.087Z | [ recovery-image] Aug 12 22:28:37.093 INFO O| Aug 12 22:28:37.093 INFO STEP 221 (remove_files) COMPLETE |
4473 | 2024-08-12T22:28:39.087Z | [ recovery-image] Aug 12 22:28:37.093 INFO O| Aug 12 22:28:37.093 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-08-12T22:28:39.098Z | [ recovery-image] Aug 12 22:28:37.104 INFO O| Aug 12 22:28:37.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4475 | 2024-08-12T22:28:39.098Z | [ recovery-image] Aug 12 22:28:37.104 INFO O| Aug 12 22:28:37.104 INFO STEP 222 (remove_files) COMPLETE |
4476 | 2024-08-12T22:28:39.101Z | [ recovery-image] Aug 12 22:28:37.104 INFO O| Aug 12 22:28:37.104 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-08-12T22:28:39.108Z | [ recovery-image] Aug 12 22:28:37.114 INFO O| Aug 12 22:28:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4478 | 2024-08-12T22:28:39.108Z | [ recovery-image] Aug 12 22:28:37.114 INFO O| Aug 12 22:28:37.114 INFO STEP 223 (remove_files) COMPLETE |
4479 | 2024-08-12T22:28:39.111Z | [ recovery-image] Aug 12 22:28:37.114 INFO O| Aug 12 22:28:37.114 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-08-12T22:28:39.118Z | [ recovery-image] Aug 12 22:28:37.124 INFO O| Aug 12 22:28:37.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4481 | 2024-08-12T22:28:39.118Z | [ recovery-image] Aug 12 22:28:37.125 INFO O| Aug 12 22:28:37.124 INFO STEP 224 (remove_files) COMPLETE |
4482 | 2024-08-12T22:28:39.118Z | [ recovery-image] Aug 12 22:28:37.125 INFO O| Aug 12 22:28:37.125 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-08-12T22:28:39.130Z | [ recovery-image] Aug 12 22:28:37.135 INFO O| Aug 12 22:28:37.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4484 | 2024-08-12T22:28:39.134Z | [ recovery-image] Aug 12 22:28:37.135 INFO O| Aug 12 22:28:37.135 INFO STEP 225 (remove_files) COMPLETE |
4485 | 2024-08-12T22:28:39.134Z | [ recovery-image] Aug 12 22:28:37.135 INFO O| Aug 12 22:28:37.135 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-08-12T22:28:39.143Z | [ recovery-image] Aug 12 22:28:37.147 INFO O| Aug 12 22:28:37.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4487 | 2024-08-12T22:28:39.145Z | [ recovery-image] Aug 12 22:28:37.147 INFO O| Aug 12 22:28:37.147 INFO STEP 226 (remove_files) COMPLETE |
4488 | 2024-08-12T22:28:39.145Z | [ recovery-image] Aug 12 22:28:37.148 INFO O| Aug 12 22:28:37.147 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-08-12T22:28:39.155Z | [ recovery-image] Aug 12 22:28:37.162 INFO O| Aug 12 22:28:37.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4490 | 2024-08-12T22:28:39.156Z | [ recovery-image] Aug 12 22:28:37.162 INFO O| Aug 12 22:28:37.162 INFO STEP 227 (remove_files) COMPLETE |
4491 | 2024-08-12T22:28:39.159Z | [ recovery-image] Aug 12 22:28:37.162 INFO O| Aug 12 22:28:37.162 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-08-12T22:28:39.170Z | [ recovery-image] Aug 12 22:28:37.176 INFO O| Aug 12 22:28:37.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4493 | 2024-08-12T22:28:39.170Z | [ recovery-image] Aug 12 22:28:37.176 INFO O| Aug 12 22:28:37.176 INFO STEP 228 (remove_files) COMPLETE |
4494 | 2024-08-12T22:28:39.173Z | [ recovery-image] Aug 12 22:28:37.176 INFO O| Aug 12 22:28:37.176 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-08-12T22:28:39.180Z | [ recovery-image] Aug 12 22:28:37.186 INFO O| Aug 12 22:28:37.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4496 | 2024-08-12T22:28:39.180Z | [ recovery-image] Aug 12 22:28:37.186 INFO O| Aug 12 22:28:37.186 INFO STEP 229 (remove_files) COMPLETE |
4497 | 2024-08-12T22:28:39.183Z | [ recovery-image] Aug 12 22:28:37.186 INFO O| Aug 12 22:28:37.186 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-08-12T22:28:39.194Z | [ recovery-image] Aug 12 22:28:37.201 INFO O| Aug 12 22:28:37.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4499 | 2024-08-12T22:28:39.194Z | [ recovery-image] Aug 12 22:28:37.201 INFO O| Aug 12 22:28:37.201 INFO STEP 230 (remove_files) COMPLETE |
4500 | 2024-08-12T22:28:39.197Z | [ recovery-image] Aug 12 22:28:37.201 INFO O| Aug 12 22:28:37.201 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-08-12T22:28:39.209Z | [ recovery-image] Aug 12 22:28:37.215 INFO O| Aug 12 22:28:37.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4502 | 2024-08-12T22:28:39.212Z | [ recovery-image] Aug 12 22:28:37.215 INFO O| Aug 12 22:28:37.215 INFO STEP 231 (remove_files) COMPLETE |
4503 | 2024-08-12T22:28:39.212Z | [ recovery-image] Aug 12 22:28:37.215 INFO O| Aug 12 22:28:37.215 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-08-12T22:28:39.221Z | [ recovery-image] Aug 12 22:28:37.227 INFO O| Aug 12 22:28:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4505 | 2024-08-12T22:28:39.221Z | [ recovery-image] Aug 12 22:28:37.227 INFO O| Aug 12 22:28:37.227 INFO STEP 232 (remove_files) COMPLETE |
4506 | 2024-08-12T22:28:39.221Z | [ recovery-image] Aug 12 22:28:37.227 INFO O| Aug 12 22:28:37.227 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-08-12T22:28:39.231Z | [ recovery-image] Aug 12 22:28:37.238 INFO O| Aug 12 22:28:37.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4508 | 2024-08-12T22:28:39.231Z | [ recovery-image] Aug 12 22:28:37.238 INFO O| Aug 12 22:28:37.238 INFO STEP 233 (remove_files) COMPLETE |
4509 | 2024-08-12T22:28:39.231Z | [ recovery-image] Aug 12 22:28:37.238 INFO O| Aug 12 22:28:37.238 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-08-12T22:28:39.243Z | [ recovery-image] Aug 12 22:28:37.248 INFO O| Aug 12 22:28:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4511 | 2024-08-12T22:28:39.243Z | [ recovery-image] Aug 12 22:28:37.248 INFO O| Aug 12 22:28:37.248 INFO STEP 234 (remove_files) COMPLETE |
4512 | 2024-08-12T22:28:39.243Z | [ recovery-image] Aug 12 22:28:37.248 INFO O| Aug 12 22:28:37.248 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-08-12T22:28:39.252Z | [ recovery-image] Aug 12 22:28:37.258 INFO O| Aug 12 22:28:37.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4514 | 2024-08-12T22:28:39.252Z | [ recovery-image] Aug 12 22:28:37.258 INFO O| Aug 12 22:28:37.258 INFO STEP 235 (remove_files) COMPLETE |
4515 | 2024-08-12T22:28:39.256Z | [ recovery-image] Aug 12 22:28:37.258 INFO O| Aug 12 22:28:37.258 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-08-12T22:28:39.262Z | [ recovery-image] Aug 12 22:28:37.268 INFO O| Aug 12 22:28:37.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4517 | 2024-08-12T22:28:39.262Z | [ recovery-image] Aug 12 22:28:37.268 INFO O| Aug 12 22:28:37.268 INFO STEP 236 (remove_files) COMPLETE |
4518 | 2024-08-12T22:28:39.265Z | [ recovery-image] Aug 12 22:28:37.268 INFO O| Aug 12 22:28:37.268 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-08-12T22:28:39.272Z | [ recovery-image] Aug 12 22:28:37.278 INFO O| Aug 12 22:28:37.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4520 | 2024-08-12T22:28:39.272Z | [ recovery-image] Aug 12 22:28:37.278 INFO O| Aug 12 22:28:37.278 INFO STEP 237 (remove_files) COMPLETE |
4521 | 2024-08-12T22:28:39.272Z | [ recovery-image] Aug 12 22:28:37.278 INFO O| Aug 12 22:28:37.278 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-08-12T22:28:39.282Z | [ recovery-image] Aug 12 22:28:37.288 INFO O| Aug 12 22:28:37.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4523 | 2024-08-12T22:28:39.285Z | [ recovery-image] Aug 12 22:28:37.288 INFO O| Aug 12 22:28:37.288 INFO STEP 238 (remove_files) COMPLETE |
4524 | 2024-08-12T22:28:39.285Z | [ recovery-image] Aug 12 22:28:37.288 INFO O| Aug 12 22:28:37.288 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-08-12T22:28:39.292Z | [ recovery-image] Aug 12 22:28:37.298 INFO O| Aug 12 22:28:37.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4526 | 2024-08-12T22:28:39.292Z | [ recovery-image] Aug 12 22:28:37.298 INFO O| Aug 12 22:28:37.298 INFO STEP 239 (remove_files) COMPLETE |
4527 | 2024-08-12T22:28:39.292Z | [ recovery-image] Aug 12 22:28:37.298 INFO O| Aug 12 22:28:37.298 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-08-12T22:28:39.302Z | [ recovery-image] Aug 12 22:28:37.308 INFO O| Aug 12 22:28:37.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4529 | 2024-08-12T22:28:39.302Z | [ recovery-image] Aug 12 22:28:37.308 INFO O| Aug 12 22:28:37.308 INFO STEP 240 (remove_files) COMPLETE |
4530 | 2024-08-12T22:28:39.304Z | [ recovery-image] Aug 12 22:28:37.308 INFO O| Aug 12 22:28:37.308 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-08-12T22:28:39.312Z | [ recovery-image] Aug 12 22:28:37.318 INFO O| Aug 12 22:28:37.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4532 | 2024-08-12T22:28:39.312Z | [ recovery-image] Aug 12 22:28:37.318 INFO O| Aug 12 22:28:37.318 INFO STEP 241 (remove_files) COMPLETE |
4533 | 2024-08-12T22:28:39.315Z | [ recovery-image] Aug 12 22:28:37.318 INFO O| Aug 12 22:28:37.318 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-08-12T22:28:39.322Z | [ recovery-image] Aug 12 22:28:37.328 INFO O| Aug 12 22:28:37.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4535 | 2024-08-12T22:28:39.322Z | [ recovery-image] Aug 12 22:28:37.328 INFO O| Aug 12 22:28:37.328 INFO STEP 242 (remove_files) COMPLETE |
4536 | 2024-08-12T22:28:39.324Z | [ recovery-image] Aug 12 22:28:37.328 INFO O| Aug 12 22:28:37.328 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-08-12T22:28:39.332Z | [ recovery-image] Aug 12 22:28:37.338 INFO O| Aug 12 22:28:37.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4538 | 2024-08-12T22:28:39.335Z | [ recovery-image] Aug 12 22:28:37.338 INFO O| Aug 12 22:28:37.338 INFO STEP 243 (remove_files) COMPLETE |
4539 | 2024-08-12T22:28:39.335Z | [ recovery-image] Aug 12 22:28:37.339 INFO O| Aug 12 22:28:37.338 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-08-12T22:28:39.342Z | [ recovery-image] Aug 12 22:28:37.349 INFO O| Aug 12 22:28:37.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4541 | 2024-08-12T22:28:39.345Z | [ recovery-image] Aug 12 22:28:37.349 INFO O| Aug 12 22:28:37.349 INFO STEP 244 (remove_files) COMPLETE |
4542 | 2024-08-12T22:28:39.345Z | [ recovery-image] Aug 12 22:28:37.349 INFO O| Aug 12 22:28:37.349 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-08-12T22:28:39.353Z | [ recovery-image] Aug 12 22:28:37.359 INFO O| Aug 12 22:28:37.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4544 | 2024-08-12T22:28:39.353Z | [ recovery-image] Aug 12 22:28:37.359 INFO O| Aug 12 22:28:37.359 INFO STEP 245 (remove_files) COMPLETE |
4545 | 2024-08-12T22:28:39.353Z | [ recovery-image] Aug 12 22:28:37.359 INFO O| Aug 12 22:28:37.359 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-08-12T22:28:39.363Z | [ recovery-image] Aug 12 22:28:37.369 INFO O| Aug 12 22:28:37.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4547 | 2024-08-12T22:28:39.365Z | [ recovery-image] Aug 12 22:28:37.369 INFO O| Aug 12 22:28:37.369 INFO STEP 246 (remove_files) COMPLETE |
4548 | 2024-08-12T22:28:39.365Z | [ recovery-image] Aug 12 22:28:37.369 INFO O| Aug 12 22:28:37.369 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-08-12T22:28:39.373Z | [ recovery-image] Aug 12 22:28:37.379 INFO O| Aug 12 22:28:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4550 | 2024-08-12T22:28:39.375Z | [ recovery-image] Aug 12 22:28:37.379 INFO O| Aug 12 22:28:37.379 INFO STEP 247 (remove_files) COMPLETE |
4551 | 2024-08-12T22:28:39.375Z | [ recovery-image] Aug 12 22:28:37.379 INFO O| Aug 12 22:28:37.379 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-08-12T22:28:39.383Z | [ recovery-image] Aug 12 22:28:37.389 INFO O| Aug 12 22:28:37.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4553 | 2024-08-12T22:28:39.386Z | [ recovery-image] Aug 12 22:28:37.389 INFO O| Aug 12 22:28:37.389 INFO STEP 248 (remove_files) COMPLETE |
4554 | 2024-08-12T22:28:39.386Z | [ recovery-image] Aug 12 22:28:37.389 INFO O| Aug 12 22:28:37.389 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-08-12T22:28:39.393Z | [ recovery-image] Aug 12 22:28:37.400 INFO O| Aug 12 22:28:37.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4556 | 2024-08-12T22:28:39.396Z | [ recovery-image] Aug 12 22:28:37.400 INFO O| Aug 12 22:28:37.400 INFO STEP 249 (remove_files) COMPLETE |
4557 | 2024-08-12T22:28:39.396Z | [ recovery-image] Aug 12 22:28:37.400 INFO O| Aug 12 22:28:37.400 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-08-12T22:28:39.404Z | [ recovery-image] Aug 12 22:28:37.410 INFO O| Aug 12 22:28:37.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4559 | 2024-08-12T22:28:39.404Z | [ recovery-image] Aug 12 22:28:37.410 INFO O| Aug 12 22:28:37.410 INFO STEP 250 (remove_files) COMPLETE |
4560 | 2024-08-12T22:28:39.404Z | [ recovery-image] Aug 12 22:28:37.410 INFO O| Aug 12 22:28:37.410 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-08-12T22:28:39.414Z | [ recovery-image] Aug 12 22:28:37.421 INFO O| Aug 12 22:28:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4562 | 2024-08-12T22:28:39.415Z | [ recovery-image] Aug 12 22:28:37.421 INFO O| Aug 12 22:28:37.421 INFO STEP 251 (remove_files) COMPLETE |
4563 | 2024-08-12T22:28:39.417Z | [ recovery-image] Aug 12 22:28:37.421 INFO O| Aug 12 22:28:37.421 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-08-12T22:28:39.425Z | [ recovery-image] Aug 12 22:28:37.431 INFO O| Aug 12 22:28:37.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4565 | 2024-08-12T22:28:39.427Z | [ recovery-image] Aug 12 22:28:37.431 INFO O| Aug 12 22:28:37.431 INFO STEP 252 (remove_files) COMPLETE |
4566 | 2024-08-12T22:28:39.427Z | [ recovery-image] Aug 12 22:28:37.431 INFO O| Aug 12 22:28:37.431 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-08-12T22:28:39.437Z | [ recovery-image] Aug 12 22:28:37.441 INFO O| Aug 12 22:28:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4568 | 2024-08-12T22:28:39.437Z | [ recovery-image] Aug 12 22:28:37.441 INFO O| Aug 12 22:28:37.441 INFO STEP 253 (remove_files) COMPLETE |
4569 | 2024-08-12T22:28:39.437Z | [ recovery-image] Aug 12 22:28:37.441 INFO O| Aug 12 22:28:37.441 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-08-12T22:28:39.445Z | [ recovery-image] Aug 12 22:28:37.451 INFO O| Aug 12 22:28:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4571 | 2024-08-12T22:28:39.445Z | [ recovery-image] Aug 12 22:28:37.451 INFO O| Aug 12 22:28:37.451 INFO STEP 254 (remove_files) COMPLETE |
4572 | 2024-08-12T22:28:39.445Z | [ recovery-image] Aug 12 22:28:37.451 INFO O| Aug 12 22:28:37.451 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-08-12T22:28:39.455Z | [ recovery-image] Aug 12 22:28:37.461 INFO O| Aug 12 22:28:37.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4574 | 2024-08-12T22:28:39.458Z | [ recovery-image] Aug 12 22:28:37.461 INFO O| Aug 12 22:28:37.461 INFO STEP 255 (remove_files) COMPLETE |
4575 | 2024-08-12T22:28:39.458Z | [ recovery-image] Aug 12 22:28:37.462 INFO O| Aug 12 22:28:37.461 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-08-12T22:28:39.466Z | [ recovery-image] Aug 12 22:28:37.473 INFO O| Aug 12 22:28:37.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4577 | 2024-08-12T22:28:39.469Z | [ recovery-image] Aug 12 22:28:37.473 INFO O| Aug 12 22:28:37.473 INFO STEP 256 (remove_files) COMPLETE |
4578 | 2024-08-12T22:28:39.469Z | [ recovery-image] Aug 12 22:28:37.473 INFO O| Aug 12 22:28:37.473 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-08-12T22:28:39.477Z | [ recovery-image] Aug 12 22:28:37.483 INFO O| Aug 12 22:28:37.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4580 | 2024-08-12T22:28:39.477Z | [ recovery-image] Aug 12 22:28:37.483 INFO O| Aug 12 22:28:37.483 INFO STEP 257 (remove_files) COMPLETE |
4581 | 2024-08-12T22:28:39.477Z | [ recovery-image] Aug 12 22:28:37.483 INFO O| Aug 12 22:28:37.483 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-08-12T22:28:39.487Z | [ recovery-image] Aug 12 22:28:37.493 INFO O| Aug 12 22:28:37.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4583 | 2024-08-12T22:28:39.487Z | [ recovery-image] Aug 12 22:28:37.493 INFO O| Aug 12 22:28:37.493 INFO STEP 258 (remove_files) COMPLETE |
4584 | 2024-08-12T22:28:39.487Z | [ recovery-image] Aug 12 22:28:37.493 INFO O| Aug 12 22:28:37.493 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-08-12T22:28:39.497Z | [ recovery-image] Aug 12 22:28:37.504 INFO O| Aug 12 22:28:37.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4586 | 2024-08-12T22:28:39.497Z | [ recovery-image] Aug 12 22:28:37.504 INFO O| Aug 12 22:28:37.504 INFO STEP 259 (remove_files) COMPLETE |
4587 | 2024-08-12T22:28:39.498Z | [ recovery-image] Aug 12 22:28:37.504 INFO O| Aug 12 22:28:37.504 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-08-12T22:28:39.510Z | [ recovery-image] Aug 12 22:28:37.516 INFO O| Aug 12 22:28:37.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4589 | 2024-08-12T22:28:39.510Z | [ recovery-image] Aug 12 22:28:37.517 INFO O| Aug 12 22:28:37.517 INFO STEP 260 (remove_files) COMPLETE |
4590 | 2024-08-12T22:28:39.510Z | [ recovery-image] Aug 12 22:28:37.517 INFO O| Aug 12 22:28:37.517 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-08-12T22:28:39.523Z | [ recovery-image] Aug 12 22:28:37.529 INFO O| Aug 12 22:28:37.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4592 | 2024-08-12T22:28:39.523Z | [ recovery-image] Aug 12 22:28:37.529 INFO O| Aug 12 22:28:37.529 INFO STEP 261 (remove_files) COMPLETE |
4593 | 2024-08-12T22:28:39.523Z | [ recovery-image] Aug 12 22:28:37.529 INFO O| Aug 12 22:28:37.529 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-08-12T22:28:39.535Z | [ recovery-image] Aug 12 22:28:37.542 INFO O| Aug 12 22:28:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4595 | 2024-08-12T22:28:39.535Z | [ recovery-image] Aug 12 22:28:37.542 INFO O| Aug 12 22:28:37.542 INFO STEP 262 (remove_files) COMPLETE |
4596 | 2024-08-12T22:28:39.535Z | [ recovery-image] Aug 12 22:28:37.542 INFO O| Aug 12 22:28:37.542 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-08-12T22:28:39.548Z | [ recovery-image] Aug 12 22:28:37.554 INFO O| Aug 12 22:28:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4598 | 2024-08-12T22:28:39.551Z | [ recovery-image] Aug 12 22:28:37.554 INFO O| Aug 12 22:28:37.554 INFO STEP 263 (remove_files) COMPLETE |
4599 | 2024-08-12T22:28:39.551Z | [ recovery-image] Aug 12 22:28:37.554 INFO O| Aug 12 22:28:37.554 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-08-12T22:28:39.561Z | [ recovery-image] Aug 12 22:28:37.567 INFO O| Aug 12 22:28:37.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4601 | 2024-08-12T22:28:39.561Z | [ recovery-image] Aug 12 22:28:37.567 INFO O| Aug 12 22:28:37.567 INFO STEP 264 (remove_files) COMPLETE |
4602 | 2024-08-12T22:28:39.561Z | [ recovery-image] Aug 12 22:28:37.567 INFO O| Aug 12 22:28:37.567 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-08-12T22:28:39.573Z | [ recovery-image] Aug 12 22:28:37.579 INFO O| Aug 12 22:28:37.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4604 | 2024-08-12T22:28:39.573Z | [ recovery-image] Aug 12 22:28:37.579 INFO O| Aug 12 22:28:37.579 INFO STEP 265 (remove_files) COMPLETE |
4605 | 2024-08-12T22:28:39.577Z | [ recovery-image] Aug 12 22:28:37.579 INFO O| Aug 12 22:28:37.579 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-08-12T22:28:39.585Z | [ recovery-image] Aug 12 22:28:37.591 INFO O| Aug 12 22:28:37.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4607 | 2024-08-12T22:28:39.585Z | [ recovery-image] Aug 12 22:28:37.591 INFO O| Aug 12 22:28:37.591 INFO STEP 266 (remove_files) COMPLETE |
4608 | 2024-08-12T22:28:39.585Z | [ recovery-image] Aug 12 22:28:37.591 INFO O| Aug 12 22:28:37.591 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-08-12T22:28:39.595Z | [ recovery-image] Aug 12 22:28:37.601 INFO O| Aug 12 22:28:37.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4610 | 2024-08-12T22:28:39.598Z | [ recovery-image] Aug 12 22:28:37.601 INFO O| Aug 12 22:28:37.601 INFO STEP 267 (remove_files) COMPLETE |
4611 | 2024-08-12T22:28:39.598Z | [ recovery-image] Aug 12 22:28:37.601 INFO O| Aug 12 22:28:37.601 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-08-12T22:28:39.606Z | [ recovery-image] Aug 12 22:28:37.612 INFO O| Aug 12 22:28:37.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4613 | 2024-08-12T22:28:39.608Z | [ recovery-image] Aug 12 22:28:37.612 INFO O| Aug 12 22:28:37.612 INFO STEP 268 (remove_files) COMPLETE |
4614 | 2024-08-12T22:28:39.608Z | [ recovery-image] Aug 12 22:28:37.612 INFO O| Aug 12 22:28:37.612 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-08-12T22:28:39.616Z | [ recovery-image] Aug 12 22:28:37.622 INFO O| Aug 12 22:28:37.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4616 | 2024-08-12T22:28:39.616Z | [ recovery-image] Aug 12 22:28:37.622 INFO O| Aug 12 22:28:37.622 INFO STEP 269 (remove_files) COMPLETE |
4617 | 2024-08-12T22:28:39.619Z | [ recovery-image] Aug 12 22:28:37.622 INFO O| Aug 12 22:28:37.622 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-08-12T22:28:39.626Z | [ recovery-image] Aug 12 22:28:37.632 INFO O| Aug 12 22:28:37.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4619 | 2024-08-12T22:28:39.626Z | [ recovery-image] Aug 12 22:28:37.633 INFO O| Aug 12 22:28:37.633 INFO STEP 270 (remove_files) COMPLETE |
4620 | 2024-08-12T22:28:39.626Z | [ recovery-image] Aug 12 22:28:37.633 INFO O| Aug 12 22:28:37.633 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-12T22:28:39.637Z | [ recovery-image] Aug 12 22:28:37.643 INFO O| Aug 12 22:28:37.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4622 | 2024-08-12T22:28:39.637Z | [ recovery-image] Aug 12 22:28:37.643 INFO O| Aug 12 22:28:37.643 INFO STEP 271 (remove_files) COMPLETE |
4623 | 2024-08-12T22:28:39.639Z | [ recovery-image] Aug 12 22:28:37.643 INFO O| Aug 12 22:28:37.643 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-12T22:28:39.647Z | [ recovery-image] Aug 12 22:28:37.653 INFO O| Aug 12 22:28:37.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4625 | 2024-08-12T22:28:39.647Z | [ recovery-image] Aug 12 22:28:37.653 INFO O| Aug 12 22:28:37.653 INFO STEP 272 (remove_files) COMPLETE |
4626 | 2024-08-12T22:28:39.649Z | [ recovery-image] Aug 12 22:28:37.653 INFO O| Aug 12 22:28:37.653 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-12T22:28:39.657Z | [ recovery-image] Aug 12 22:28:37.663 INFO O| Aug 12 22:28:37.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4628 | 2024-08-12T22:28:39.660Z | [ recovery-image] Aug 12 22:28:37.663 INFO O| Aug 12 22:28:37.663 INFO STEP 273 (remove_files) COMPLETE |
4629 | 2024-08-12T22:28:39.660Z | [ recovery-image] Aug 12 22:28:37.663 INFO O| Aug 12 22:28:37.663 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-12T22:28:39.667Z | [ recovery-image] Aug 12 22:28:37.673 INFO O| Aug 12 22:28:37.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4631 | 2024-08-12T22:28:39.667Z | [ recovery-image] Aug 12 22:28:37.673 INFO O| Aug 12 22:28:37.673 INFO STEP 274 (remove_files) COMPLETE |
4632 | 2024-08-12T22:28:39.670Z | [ recovery-image] Aug 12 22:28:37.673 INFO O| Aug 12 22:28:37.673 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-12T22:28:39.677Z | [ recovery-image] Aug 12 22:28:37.683 INFO O| Aug 12 22:28:37.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4634 | 2024-08-12T22:28:39.677Z | [ recovery-image] Aug 12 22:28:37.684 INFO O| Aug 12 22:28:37.684 INFO STEP 275 (remove_files) COMPLETE |
4635 | 2024-08-12T22:28:39.680Z | [ recovery-image] Aug 12 22:28:37.684 INFO O| Aug 12 22:28:37.684 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-12T22:28:39.688Z | [ recovery-image] Aug 12 22:28:37.694 INFO O| Aug 12 22:28:37.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4637 | 2024-08-12T22:28:39.688Z | [ recovery-image] Aug 12 22:28:37.694 INFO O| Aug 12 22:28:37.694 INFO STEP 276 (remove_files) COMPLETE |
4638 | 2024-08-12T22:28:39.688Z | [ recovery-image] Aug 12 22:28:37.694 INFO O| Aug 12 22:28:37.694 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-12T22:28:39.698Z | [ recovery-image] Aug 12 22:28:37.704 INFO O| Aug 12 22:28:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4640 | 2024-08-12T22:28:39.700Z | [ recovery-image] Aug 12 22:28:37.704 INFO O| Aug 12 22:28:37.704 INFO STEP 277 (remove_files) COMPLETE |
4641 | 2024-08-12T22:28:39.700Z | [ recovery-image] Aug 12 22:28:37.704 INFO O| Aug 12 22:28:37.704 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-12T22:28:39.709Z | [ recovery-image] Aug 12 22:28:37.716 INFO O| Aug 12 22:28:37.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4643 | 2024-08-12T22:28:39.709Z | [ recovery-image] Aug 12 22:28:37.716 INFO O| Aug 12 22:28:37.716 INFO STEP 278 (remove_files) COMPLETE |
4644 | 2024-08-12T22:28:39.712Z | [ recovery-image] Aug 12 22:28:37.716 INFO O| Aug 12 22:28:37.716 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-12T22:28:39.722Z | [ recovery-image] Aug 12 22:28:37.728 INFO O| Aug 12 22:28:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4646 | 2024-08-12T22:28:39.722Z | [ recovery-image] Aug 12 22:28:37.728 INFO O| Aug 12 22:28:37.728 INFO STEP 279 (remove_files) COMPLETE |
4647 | 2024-08-12T22:28:39.725Z | [ recovery-image] Aug 12 22:28:37.728 INFO O| Aug 12 22:28:37.728 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-12T22:28:39.733Z | [ recovery-image] Aug 12 22:28:37.739 INFO O| Aug 12 22:28:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4649 | 2024-08-12T22:28:39.733Z | [ recovery-image] Aug 12 22:28:37.739 INFO O| Aug 12 22:28:37.739 INFO STEP 280 (remove_files) COMPLETE |
4650 | 2024-08-12T22:28:39.736Z | [ recovery-image] Aug 12 22:28:37.739 INFO O| Aug 12 22:28:37.739 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-12T22:28:39.745Z | [ recovery-image] Aug 12 22:28:37.751 INFO O| Aug 12 22:28:37.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4652 | 2024-08-12T22:28:39.748Z | [ recovery-image] Aug 12 22:28:37.751 INFO O| Aug 12 22:28:37.751 INFO STEP 281 (remove_files) COMPLETE |
4653 | 2024-08-12T22:28:39.748Z | [ recovery-image] Aug 12 22:28:37.751 INFO O| Aug 12 22:28:37.751 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-12T22:28:39.756Z | [ recovery-image] Aug 12 22:28:37.762 INFO O| Aug 12 22:28:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4655 | 2024-08-12T22:28:39.759Z | [ recovery-image] Aug 12 22:28:37.762 INFO O| Aug 12 22:28:37.762 INFO STEP 282 (remove_files) COMPLETE |
4656 | 2024-08-12T22:28:39.759Z | [ recovery-image] Aug 12 22:28:37.762 INFO O| Aug 12 22:28:37.762 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-12T22:28:39.767Z | [ recovery-image] Aug 12 22:28:37.773 INFO O| Aug 12 22:28:37.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4658 | 2024-08-12T22:28:39.770Z | [ recovery-image] Aug 12 22:28:37.773 INFO O| Aug 12 22:28:37.773 INFO STEP 283 (remove_files) COMPLETE |
4659 | 2024-08-12T22:28:39.770Z | [ recovery-image] Aug 12 22:28:37.773 INFO O| Aug 12 22:28:37.773 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-12T22:28:39.777Z | [ recovery-image] Aug 12 22:28:37.783 INFO O| Aug 12 22:28:37.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4661 | 2024-08-12T22:28:39.777Z | [ recovery-image] Aug 12 22:28:37.783 INFO O| Aug 12 22:28:37.783 INFO STEP 284 (remove_files) COMPLETE |
4662 | 2024-08-12T22:28:39.780Z | [ recovery-image] Aug 12 22:28:37.783 INFO O| Aug 12 22:28:37.783 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-12T22:28:39.788Z | [ recovery-image] Aug 12 22:28:37.794 INFO O| Aug 12 22:28:37.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4664 | 2024-08-12T22:28:39.788Z | [ recovery-image] Aug 12 22:28:37.794 INFO O| Aug 12 22:28:37.794 INFO STEP 285 (remove_files) COMPLETE |
4665 | 2024-08-12T22:28:39.790Z | [ recovery-image] Aug 12 22:28:37.794 INFO O| Aug 12 22:28:37.794 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-12T22:28:39.798Z | [ recovery-image] Aug 12 22:28:37.804 INFO O| Aug 12 22:28:37.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4667 | 2024-08-12T22:28:39.801Z | [ recovery-image] Aug 12 22:28:37.804 INFO O| Aug 12 22:28:37.804 INFO STEP 286 (remove_files) COMPLETE |
4668 | 2024-08-12T22:28:39.801Z | [ recovery-image] Aug 12 22:28:37.804 INFO O| Aug 12 22:28:37.804 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-12T22:28:39.811Z | [ recovery-image] Aug 12 22:28:37.817 INFO O| Aug 12 22:28:37.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4670 | 2024-08-12T22:28:39.811Z | [ recovery-image] Aug 12 22:28:37.817 INFO O| Aug 12 22:28:37.817 INFO STEP 287 (remove_files) COMPLETE |
4671 | 2024-08-12T22:28:39.811Z | [ recovery-image] Aug 12 22:28:37.817 INFO O| Aug 12 22:28:37.817 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-12T22:28:39.821Z | [ recovery-image] Aug 12 22:28:37.827 INFO O| Aug 12 22:28:37.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4673 | 2024-08-12T22:28:39.821Z | [ recovery-image] Aug 12 22:28:37.827 INFO O| Aug 12 22:28:37.827 INFO STEP 288 (remove_files) COMPLETE |
4674 | 2024-08-12T22:28:39.824Z | [ recovery-image] Aug 12 22:28:37.827 INFO O| Aug 12 22:28:37.827 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-12T22:28:39.831Z | [ recovery-image] Aug 12 22:28:37.837 INFO O| Aug 12 22:28:37.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4676 | 2024-08-12T22:28:39.831Z | [ recovery-image] Aug 12 22:28:37.837 INFO O| Aug 12 22:28:37.837 INFO STEP 289 (remove_files) COMPLETE |
4677 | 2024-08-12T22:28:39.831Z | [ recovery-image] Aug 12 22:28:37.837 INFO O| Aug 12 22:28:37.837 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-12T22:28:39.842Z | [ recovery-image] Aug 12 22:28:37.848 INFO O| Aug 12 22:28:37.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4679 | 2024-08-12T22:28:39.842Z | [ recovery-image] Aug 12 22:28:37.848 INFO O| Aug 12 22:28:37.848 INFO STEP 290 (remove_files) COMPLETE |
4680 | 2024-08-12T22:28:39.845Z | [ recovery-image] Aug 12 22:28:37.848 INFO O| Aug 12 22:28:37.848 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-12T22:28:39.852Z | [ recovery-image] Aug 12 22:28:37.858 INFO O| Aug 12 22:28:37.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4682 | 2024-08-12T22:28:39.852Z | [ recovery-image] Aug 12 22:28:37.858 INFO O| Aug 12 22:28:37.858 INFO STEP 291 (remove_files) COMPLETE |
4683 | 2024-08-12T22:28:39.852Z | [ recovery-image] Aug 12 22:28:37.858 INFO O| Aug 12 22:28:37.858 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-12T22:28:39.862Z | [ recovery-image] Aug 12 22:28:37.868 INFO O| Aug 12 22:28:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4685 | 2024-08-12T22:28:39.863Z | [ recovery-image] Aug 12 22:28:37.869 INFO O| Aug 12 22:28:37.869 INFO STEP 292 (remove_files) COMPLETE |
4686 | 2024-08-12T22:28:39.865Z | [ recovery-image] Aug 12 22:28:37.869 INFO O| Aug 12 22:28:37.869 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-12T22:28:39.872Z | [ recovery-image] Aug 12 22:28:37.879 INFO O| Aug 12 22:28:37.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4688 | 2024-08-12T22:28:39.872Z | [ recovery-image] Aug 12 22:28:37.879 INFO O| Aug 12 22:28:37.879 INFO STEP 293 (remove_files) COMPLETE |
4689 | 2024-08-12T22:28:39.872Z | [ recovery-image] Aug 12 22:28:37.879 INFO O| Aug 12 22:28:37.879 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-12T22:28:39.883Z | [ recovery-image] Aug 12 22:28:37.889 INFO O| Aug 12 22:28:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4691 | 2024-08-12T22:28:39.885Z | [ recovery-image] Aug 12 22:28:37.889 INFO O| Aug 12 22:28:37.889 INFO STEP 294 (remove_files) COMPLETE |
4692 | 2024-08-12T22:28:39.885Z | [ recovery-image] Aug 12 22:28:37.889 INFO O| Aug 12 22:28:37.889 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-12T22:28:39.896Z | [ recovery-image] Aug 12 22:28:37.902 INFO O| Aug 12 22:28:37.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4694 | 2024-08-12T22:28:39.896Z | [ recovery-image] Aug 12 22:28:37.902 INFO O| Aug 12 22:28:37.902 INFO STEP 295 (remove_files) COMPLETE |
4695 | 2024-08-12T22:28:39.899Z | [ recovery-image] Aug 12 22:28:37.902 INFO O| Aug 12 22:28:37.902 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-12T22:28:39.911Z | [ recovery-image] Aug 12 22:28:37.917 INFO O| Aug 12 22:28:37.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4697 | 2024-08-12T22:28:39.911Z | [ recovery-image] Aug 12 22:28:37.917 INFO O| Aug 12 22:28:37.917 INFO STEP 296 (remove_files) COMPLETE |
4698 | 2024-08-12T22:28:39.913Z | [ recovery-image] Aug 12 22:28:37.917 INFO O| Aug 12 22:28:37.917 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-12T22:28:39.923Z | [ recovery-image] Aug 12 22:28:37.929 INFO O| Aug 12 22:28:37.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4700 | 2024-08-12T22:28:39.923Z | [ recovery-image] Aug 12 22:28:37.929 INFO O| Aug 12 22:28:37.929 INFO STEP 297 (remove_files) COMPLETE |
4701 | 2024-08-12T22:28:39.926Z | [ recovery-image] Aug 12 22:28:37.929 INFO O| Aug 12 22:28:37.929 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-08-12T22:28:39.934Z | [ recovery-image] Aug 12 22:28:37.940 INFO O| Aug 12 22:28:37.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4703 | 2024-08-12T22:28:39.934Z | [ recovery-image] Aug 12 22:28:37.940 INFO O| Aug 12 22:28:37.940 INFO STEP 298 (remove_files) COMPLETE |
4704 | 2024-08-12T22:28:39.936Z | [ recovery-image] Aug 12 22:28:37.940 INFO O| Aug 12 22:28:37.940 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-08-12T22:28:39.947Z | [ recovery-image] Aug 12 22:28:37.953 INFO O| Aug 12 22:28:37.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4706 | 2024-08-12T22:28:39.947Z | [ recovery-image] Aug 12 22:28:37.953 INFO O| Aug 12 22:28:37.953 INFO STEP 299 (remove_files) COMPLETE |
4707 | 2024-08-12T22:28:39.949Z | [ recovery-image] Aug 12 22:28:37.953 INFO O| Aug 12 22:28:37.953 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-08-12T22:28:39.957Z | [ recovery-image] Aug 12 22:28:37.963 INFO O| Aug 12 22:28:37.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4709 | 2024-08-12T22:28:39.957Z | [ recovery-image] Aug 12 22:28:37.963 INFO O| Aug 12 22:28:37.963 INFO STEP 300 (remove_files) COMPLETE |
4710 | 2024-08-12T22:28:39.957Z | [ recovery-image] Aug 12 22:28:37.963 INFO O| Aug 12 22:28:37.963 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-08-12T22:28:39.967Z | [ recovery-image] Aug 12 22:28:37.973 INFO O| Aug 12 22:28:37.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4712 | 2024-08-12T22:28:39.970Z | [ recovery-image] Aug 12 22:28:37.973 INFO O| Aug 12 22:28:37.973 INFO STEP 301 (remove_files) COMPLETE |
4713 | 2024-08-12T22:28:39.970Z | [ recovery-image] Aug 12 22:28:37.973 INFO O| Aug 12 22:28:37.973 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-08-12T22:28:39.979Z | [ recovery-image] Aug 12 22:28:37.985 INFO O| Aug 12 22:28:37.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4715 | 2024-08-12T22:28:39.979Z | [ recovery-image] Aug 12 22:28:37.985 INFO O| Aug 12 22:28:37.985 INFO STEP 302 (remove_files) COMPLETE |
4716 | 2024-08-12T22:28:39.982Z | [ recovery-image] Aug 12 22:28:37.985 INFO O| Aug 12 22:28:37.985 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-08-12T22:28:39.989Z | [ recovery-image] Aug 12 22:28:37.995 INFO O| Aug 12 22:28:37.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4718 | 2024-08-12T22:28:39.992Z | [ recovery-image] Aug 12 22:28:37.996 INFO O| Aug 12 22:28:37.995 INFO STEP 303 (remove_files) COMPLETE |
4719 | 2024-08-12T22:28:39.992Z | [ recovery-image] Aug 12 22:28:37.996 INFO O| Aug 12 22:28:37.996 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-08-12T22:28:40.001Z | [ recovery-image] Aug 12 22:28:38.007 INFO O| Aug 12 22:28:38.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4721 | 2024-08-12T22:28:40.001Z | [ recovery-image] Aug 12 22:28:38.007 INFO O| Aug 12 22:28:38.007 INFO STEP 304 (remove_files) COMPLETE |
4722 | 2024-08-12T22:28:40.001Z | [ recovery-image] Aug 12 22:28:38.007 INFO O| Aug 12 22:28:38.007 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-08-12T22:28:40.011Z | [ recovery-image] Aug 12 22:28:38.017 INFO O| Aug 12 22:28:38.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4724 | 2024-08-12T22:28:40.011Z | [ recovery-image] Aug 12 22:28:38.017 INFO O| Aug 12 22:28:38.017 INFO STEP 305 (remove_files) COMPLETE |
4725 | 2024-08-12T22:28:40.014Z | [ recovery-image] Aug 12 22:28:38.017 INFO O| Aug 12 22:28:38.017 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-08-12T22:28:40.022Z | [ recovery-image] Aug 12 22:28:38.028 INFO O| Aug 12 22:28:38.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4727 | 2024-08-12T22:28:40.025Z | [ recovery-image] Aug 12 22:28:38.028 INFO O| Aug 12 22:28:38.028 INFO STEP 306 (remove_files) COMPLETE |
4728 | 2024-08-12T22:28:40.025Z | [ recovery-image] Aug 12 22:28:38.028 INFO O| Aug 12 22:28:38.028 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-08-12T22:28:40.032Z | [ recovery-image] Aug 12 22:28:38.038 INFO O| Aug 12 22:28:38.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4730 | 2024-08-12T22:28:40.032Z | [ recovery-image] Aug 12 22:28:38.038 INFO O| Aug 12 22:28:38.038 INFO STEP 307 (remove_files) COMPLETE |
4731 | 2024-08-12T22:28:40.032Z | [ recovery-image] Aug 12 22:28:38.038 INFO O| Aug 12 22:28:38.038 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-08-12T22:28:40.043Z | [ recovery-image] Aug 12 22:28:38.049 INFO O| Aug 12 22:28:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4733 | 2024-08-12T22:28:40.043Z | [ recovery-image] Aug 12 22:28:38.049 INFO O| Aug 12 22:28:38.049 INFO STEP 308 (remove_files) COMPLETE |
4734 | 2024-08-12T22:28:40.043Z | [ recovery-image] Aug 12 22:28:38.049 INFO O| Aug 12 22:28:38.049 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-08-12T22:28:40.053Z | [ recovery-image] Aug 12 22:28:38.059 INFO O| Aug 12 22:28:38.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4736 | 2024-08-12T22:28:40.053Z | [ recovery-image] Aug 12 22:28:38.059 INFO O| Aug 12 22:28:38.059 INFO STEP 309 (remove_files) COMPLETE |
4737 | 2024-08-12T22:28:40.053Z | [ recovery-image] Aug 12 22:28:38.059 INFO O| Aug 12 22:28:38.059 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-08-12T22:28:40.063Z | [ recovery-image] Aug 12 22:28:38.069 INFO O| Aug 12 22:28:38.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4739 | 2024-08-12T22:28:40.063Z | [ recovery-image] Aug 12 22:28:38.069 INFO O| Aug 12 22:28:38.069 INFO STEP 310 (remove_files) COMPLETE |
4740 | 2024-08-12T22:28:40.063Z | [ recovery-image] Aug 12 22:28:38.069 INFO O| Aug 12 22:28:38.069 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-08-12T22:28:40.073Z | [ recovery-image] Aug 12 22:28:38.079 INFO O| Aug 12 22:28:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4742 | 2024-08-12T22:28:40.073Z | [ recovery-image] Aug 12 22:28:38.079 INFO O| Aug 12 22:28:38.079 INFO STEP 311 (remove_files) COMPLETE |
4743 | 2024-08-12T22:28:40.076Z | [ recovery-image] Aug 12 22:28:38.079 INFO O| Aug 12 22:28:38.079 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-08-12T22:28:40.084Z | [ recovery-image] Aug 12 22:28:38.090 INFO O| Aug 12 22:28:38.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4745 | 2024-08-12T22:28:40.084Z | [ recovery-image] Aug 12 22:28:38.090 INFO O| Aug 12 22:28:38.090 INFO STEP 312 (remove_files) COMPLETE |
4746 | 2024-08-12T22:28:40.084Z | [ recovery-image] Aug 12 22:28:38.090 INFO O| Aug 12 22:28:38.090 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-12T22:28:40.094Z | [ recovery-image] Aug 12 22:28:38.100 INFO O| Aug 12 22:28:38.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4748 | 2024-08-12T22:28:40.094Z | [ recovery-image] Aug 12 22:28:38.100 INFO O| Aug 12 22:28:38.100 INFO STEP 313 (remove_files) COMPLETE |
4749 | 2024-08-12T22:28:40.097Z | [ recovery-image] Aug 12 22:28:38.100 INFO O| Aug 12 22:28:38.100 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-12T22:28:40.104Z | [ recovery-image] Aug 12 22:28:38.110 INFO O| Aug 12 22:28:38.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4751 | 2024-08-12T22:28:40.104Z | [ recovery-image] Aug 12 22:28:38.110 INFO O| Aug 12 22:28:38.110 INFO STEP 314 (remove_files) COMPLETE |
4752 | 2024-08-12T22:28:40.107Z | [ recovery-image] Aug 12 22:28:38.110 INFO O| Aug 12 22:28:38.110 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-12T22:28:40.119Z | [ recovery-image] Aug 12 22:28:38.121 INFO O| Aug 12 22:28:38.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4754 | 2024-08-12T22:28:40.119Z | [ recovery-image] Aug 12 22:28:38.121 INFO O| Aug 12 22:28:38.121 INFO STEP 315 (remove_files) COMPLETE |
4755 | 2024-08-12T22:28:40.119Z | [ recovery-image] Aug 12 22:28:38.121 INFO O| Aug 12 22:28:38.121 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-12T22:28:40.125Z | [ recovery-image] Aug 12 22:28:38.131 INFO O| Aug 12 22:28:38.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4757 | 2024-08-12T22:28:40.125Z | [ recovery-image] Aug 12 22:28:38.131 INFO O| Aug 12 22:28:38.131 INFO STEP 316 (remove_files) COMPLETE |
4758 | 2024-08-12T22:28:40.128Z | [ recovery-image] Aug 12 22:28:38.131 INFO O| Aug 12 22:28:38.131 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-12T22:28:40.135Z | [ recovery-image] Aug 12 22:28:38.141 INFO O| Aug 12 22:28:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4760 | 2024-08-12T22:28:40.138Z | [ recovery-image] Aug 12 22:28:38.141 INFO O| Aug 12 22:28:38.141 INFO STEP 317 (remove_files) COMPLETE |
4761 | 2024-08-12T22:28:40.138Z | [ recovery-image] Aug 12 22:28:38.141 INFO O| Aug 12 22:28:38.141 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-12T22:28:40.145Z | [ recovery-image] Aug 12 22:28:38.151 INFO O| Aug 12 22:28:38.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4763 | 2024-08-12T22:28:40.146Z | [ recovery-image] Aug 12 22:28:38.151 INFO O| Aug 12 22:28:38.151 INFO STEP 318 (remove_files) COMPLETE |
4764 | 2024-08-12T22:28:40.146Z | [ recovery-image] Aug 12 22:28:38.152 INFO O| Aug 12 22:28:38.151 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-12T22:28:40.155Z | [ recovery-image] Aug 12 22:28:38.161 INFO O| Aug 12 22:28:38.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4766 | 2024-08-12T22:28:40.158Z | [ recovery-image] Aug 12 22:28:38.161 INFO O| Aug 12 22:28:38.161 INFO STEP 319 (remove_files) COMPLETE |
4767 | 2024-08-12T22:28:40.158Z | [ recovery-image] Aug 12 22:28:38.162 INFO O| Aug 12 22:28:38.161 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-12T22:28:40.166Z | [ recovery-image] Aug 12 22:28:38.171 INFO O| Aug 12 22:28:38.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4769 | 2024-08-12T22:28:40.166Z | [ recovery-image] Aug 12 22:28:38.172 INFO O| Aug 12 22:28:38.172 INFO STEP 320 (remove_files) COMPLETE |
4770 | 2024-08-12T22:28:40.168Z | [ recovery-image] Aug 12 22:28:38.172 INFO O| Aug 12 22:28:38.172 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-12T22:28:40.176Z | [ recovery-image] Aug 12 22:28:38.182 INFO O| Aug 12 22:28:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4772 | 2024-08-12T22:28:40.176Z | [ recovery-image] Aug 12 22:28:38.182 INFO O| Aug 12 22:28:38.182 INFO STEP 321 (remove_files) COMPLETE |
4773 | 2024-08-12T22:28:40.179Z | [ recovery-image] Aug 12 22:28:38.182 INFO O| Aug 12 22:28:38.182 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-12T22:28:40.186Z | [ recovery-image] Aug 12 22:28:38.192 INFO O| Aug 12 22:28:38.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4775 | 2024-08-12T22:28:40.186Z | [ recovery-image] Aug 12 22:28:38.192 INFO O| Aug 12 22:28:38.192 INFO STEP 322 (remove_files) COMPLETE |
4776 | 2024-08-12T22:28:40.189Z | [ recovery-image] Aug 12 22:28:38.192 INFO O| Aug 12 22:28:38.192 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-12T22:28:40.198Z | [ recovery-image] Aug 12 22:28:38.204 INFO O| Aug 12 22:28:38.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4778 | 2024-08-12T22:28:40.198Z | [ recovery-image] Aug 12 22:28:38.204 INFO O| Aug 12 22:28:38.204 INFO STEP 323 (remove_files) COMPLETE |
4779 | 2024-08-12T22:28:40.198Z | [ recovery-image] Aug 12 22:28:38.204 INFO O| Aug 12 22:28:38.204 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-12T22:28:40.208Z | [ recovery-image] Aug 12 22:28:38.214 INFO O| Aug 12 22:28:38.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4781 | 2024-08-12T22:28:40.208Z | [ recovery-image] Aug 12 22:28:38.214 INFO O| Aug 12 22:28:38.214 INFO STEP 324 (remove_files) COMPLETE |
4782 | 2024-08-12T22:28:40.208Z | [ recovery-image] Aug 12 22:28:38.214 INFO O| Aug 12 22:28:38.214 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-12T22:28:40.219Z | [ recovery-image] Aug 12 22:28:38.224 INFO O| Aug 12 22:28:38.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4784 | 2024-08-12T22:28:40.219Z | [ recovery-image] Aug 12 22:28:38.225 INFO O| Aug 12 22:28:38.224 INFO STEP 325 (remove_files) COMPLETE |
4785 | 2024-08-12T22:28:40.220Z | [ recovery-image] Aug 12 22:28:38.225 INFO O| Aug 12 22:28:38.224 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-12T22:28:40.229Z | [ recovery-image] Aug 12 22:28:38.234 INFO O| Aug 12 22:28:38.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4787 | 2024-08-12T22:28:40.229Z | [ recovery-image] Aug 12 22:28:38.235 INFO O| Aug 12 22:28:38.235 INFO STEP 326 (remove_files) COMPLETE |
4788 | 2024-08-12T22:28:40.231Z | [ recovery-image] Aug 12 22:28:38.235 INFO O| Aug 12 22:28:38.235 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-12T22:28:40.239Z | [ recovery-image] Aug 12 22:28:38.245 INFO O| Aug 12 22:28:38.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4790 | 2024-08-12T22:28:40.239Z | [ recovery-image] Aug 12 22:28:38.245 INFO O| Aug 12 22:28:38.245 INFO STEP 327 (remove_files) COMPLETE |
4791 | 2024-08-12T22:28:40.241Z | [ recovery-image] Aug 12 22:28:38.245 INFO O| Aug 12 22:28:38.245 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-12T22:28:40.250Z | [ recovery-image] Aug 12 22:28:38.256 INFO O| Aug 12 22:28:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4793 | 2024-08-12T22:28:40.252Z | [ recovery-image] Aug 12 22:28:38.256 INFO O| Aug 12 22:28:38.256 INFO STEP 328 (remove_files) COMPLETE |
4794 | 2024-08-12T22:28:40.252Z | [ recovery-image] Aug 12 22:28:38.256 INFO O| Aug 12 22:28:38.256 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-12T22:28:40.260Z | [ recovery-image] Aug 12 22:28:38.266 INFO O| Aug 12 22:28:38.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4796 | 2024-08-12T22:28:40.260Z | [ recovery-image] Aug 12 22:28:38.266 INFO O| Aug 12 22:28:38.266 INFO STEP 329 (remove_files) COMPLETE |
4797 | 2024-08-12T22:28:40.260Z | [ recovery-image] Aug 12 22:28:38.266 INFO O| Aug 12 22:28:38.266 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-12T22:28:40.271Z | [ recovery-image] Aug 12 22:28:38.277 INFO O| Aug 12 22:28:38.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4799 | 2024-08-12T22:28:40.271Z | [ recovery-image] Aug 12 22:28:38.277 INFO O| Aug 12 22:28:38.277 INFO STEP 330 (remove_files) COMPLETE |
4800 | 2024-08-12T22:28:40.274Z | [ recovery-image] Aug 12 22:28:38.277 INFO O| Aug 12 22:28:38.277 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-12T22:28:40.283Z | [ recovery-image] Aug 12 22:28:38.289 INFO O| Aug 12 22:28:38.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4802 | 2024-08-12T22:28:40.284Z | [ recovery-image] Aug 12 22:28:38.289 INFO O| Aug 12 22:28:38.289 INFO STEP 331 (remove_files) COMPLETE |
4803 | 2024-08-12T22:28:40.286Z | [ recovery-image] Aug 12 22:28:38.289 INFO O| Aug 12 22:28:38.289 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-12T22:28:40.294Z | [ recovery-image] Aug 12 22:28:38.300 INFO O| Aug 12 22:28:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4805 | 2024-08-12T22:28:40.294Z | [ recovery-image] Aug 12 22:28:38.300 INFO O| Aug 12 22:28:38.300 INFO STEP 332 (remove_files) COMPLETE |
4806 | 2024-08-12T22:28:40.294Z | [ recovery-image] Aug 12 22:28:38.300 INFO O| Aug 12 22:28:38.300 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-12T22:28:40.306Z | [ recovery-image] Aug 12 22:28:38.311 INFO O| Aug 12 22:28:38.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4808 | 2024-08-12T22:28:40.306Z | [ recovery-image] Aug 12 22:28:38.311 INFO O| Aug 12 22:28:38.311 INFO STEP 333 (remove_files) COMPLETE |
4809 | 2024-08-12T22:28:40.308Z | [ recovery-image] Aug 12 22:28:38.311 INFO O| Aug 12 22:28:38.311 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-12T22:28:40.316Z | [ recovery-image] Aug 12 22:28:38.322 INFO O| Aug 12 22:28:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4811 | 2024-08-12T22:28:40.316Z | [ recovery-image] Aug 12 22:28:38.322 INFO O| Aug 12 22:28:38.322 INFO STEP 334 (remove_files) COMPLETE |
4812 | 2024-08-12T22:28:40.316Z | [ recovery-image] Aug 12 22:28:38.322 INFO O| Aug 12 22:28:38.322 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-12T22:28:40.326Z | [ recovery-image] Aug 12 22:28:38.332 INFO O| Aug 12 22:28:38.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4814 | 2024-08-12T22:28:40.326Z | [ recovery-image] Aug 12 22:28:38.332 INFO O| Aug 12 22:28:38.332 INFO STEP 335 (remove_files) COMPLETE |
4815 | 2024-08-12T22:28:40.329Z | [ recovery-image] Aug 12 22:28:38.332 INFO O| Aug 12 22:28:38.332 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-12T22:28:40.337Z | [ recovery-image] Aug 12 22:28:38.343 INFO O| Aug 12 22:28:38.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4817 | 2024-08-12T22:28:40.337Z | [ recovery-image] Aug 12 22:28:38.343 INFO O| Aug 12 22:28:38.343 INFO STEP 336 (remove_files) COMPLETE |
4818 | 2024-08-12T22:28:40.337Z | [ recovery-image] Aug 12 22:28:38.343 INFO O| Aug 12 22:28:38.343 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-12T22:28:40.348Z | [ recovery-image] Aug 12 22:28:38.354 INFO O| Aug 12 22:28:38.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4820 | 2024-08-12T22:28:40.348Z | [ recovery-image] Aug 12 22:28:38.354 INFO O| Aug 12 22:28:38.354 INFO STEP 337 (remove_files) COMPLETE |
4821 | 2024-08-12T22:28:40.351Z | [ recovery-image] Aug 12 22:28:38.354 INFO O| Aug 12 22:28:38.354 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-12T22:28:40.360Z | [ recovery-image] Aug 12 22:28:38.365 INFO O| Aug 12 22:28:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4823 | 2024-08-12T22:28:40.360Z | [ recovery-image] Aug 12 22:28:38.365 INFO O| Aug 12 22:28:38.365 INFO STEP 338 (remove_files) COMPLETE |
4824 | 2024-08-12T22:28:40.363Z | [ recovery-image] Aug 12 22:28:38.365 INFO O| Aug 12 22:28:38.365 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-12T22:28:40.371Z | [ recovery-image] Aug 12 22:28:38.377 INFO O| Aug 12 22:28:38.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4826 | 2024-08-12T22:28:40.371Z | [ recovery-image] Aug 12 22:28:38.377 INFO O| Aug 12 22:28:38.377 INFO STEP 339 (remove_files) COMPLETE |
4827 | 2024-08-12T22:28:40.374Z | [ recovery-image] Aug 12 22:28:38.377 INFO O| Aug 12 22:28:38.377 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-12T22:28:40.382Z | [ recovery-image] Aug 12 22:28:38.388 INFO O| Aug 12 22:28:38.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4829 | 2024-08-12T22:28:40.385Z | [ recovery-image] Aug 12 22:28:38.388 INFO O| Aug 12 22:28:38.388 INFO STEP 340 (remove_files) COMPLETE |
4830 | 2024-08-12T22:28:40.385Z | [ recovery-image] Aug 12 22:28:38.388 INFO O| Aug 12 22:28:38.388 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-12T22:28:40.393Z | [ recovery-image] Aug 12 22:28:38.398 INFO O| Aug 12 22:28:38.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4832 | 2024-08-12T22:28:40.393Z | [ recovery-image] Aug 12 22:28:38.398 INFO O| Aug 12 22:28:38.398 INFO STEP 341 (remove_files) COMPLETE |
4833 | 2024-08-12T22:28:40.393Z | [ recovery-image] Aug 12 22:28:38.398 INFO O| Aug 12 22:28:38.398 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-08-12T22:28:40.404Z | [ recovery-image] Aug 12 22:28:38.409 INFO O| Aug 12 22:28:38.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4835 | 2024-08-12T22:28:40.407Z | [ recovery-image] Aug 12 22:28:38.409 INFO O| Aug 12 22:28:38.409 INFO STEP 342 (remove_files) COMPLETE |
4836 | 2024-08-12T22:28:40.407Z | [ recovery-image] Aug 12 22:28:38.409 INFO O| Aug 12 22:28:38.409 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-08-12T22:28:40.413Z | [ recovery-image] Aug 12 22:28:38.419 INFO O| Aug 12 22:28:38.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4838 | 2024-08-12T22:28:40.413Z | [ recovery-image] Aug 12 22:28:38.419 INFO O| Aug 12 22:28:38.419 INFO STEP 343 (remove_files) COMPLETE |
4839 | 2024-08-12T22:28:40.413Z | [ recovery-image] Aug 12 22:28:38.419 INFO O| Aug 12 22:28:38.419 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-08-12T22:28:40.424Z | [ recovery-image] Aug 12 22:28:38.430 INFO O| Aug 12 22:28:38.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4841 | 2024-08-12T22:28:40.424Z | [ recovery-image] Aug 12 22:28:38.430 INFO O| Aug 12 22:28:38.430 INFO STEP 344 (remove_files) COMPLETE |
4842 | 2024-08-12T22:28:40.424Z | [ recovery-image] Aug 12 22:28:38.430 INFO O| Aug 12 22:28:38.430 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-08-12T22:28:40.434Z | [ recovery-image] Aug 12 22:28:38.440 INFO O| Aug 12 22:28:38.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4844 | 2024-08-12T22:28:40.437Z | [ recovery-image] Aug 12 22:28:38.440 INFO O| Aug 12 22:28:38.440 INFO STEP 345 (remove_files) COMPLETE |
4845 | 2024-08-12T22:28:40.437Z | [ recovery-image] Aug 12 22:28:38.440 INFO O| Aug 12 22:28:38.440 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-08-12T22:28:40.445Z | [ recovery-image] Aug 12 22:28:38.451 INFO O| Aug 12 22:28:38.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4847 | 2024-08-12T22:28:40.445Z | [ recovery-image] Aug 12 22:28:38.451 INFO O| Aug 12 22:28:38.451 INFO STEP 346 (remove_files) COMPLETE |
4848 | 2024-08-12T22:28:40.445Z | [ recovery-image] Aug 12 22:28:38.451 INFO O| Aug 12 22:28:38.451 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-08-12T22:28:40.455Z | [ recovery-image] Aug 12 22:28:38.461 INFO O| Aug 12 22:28:38.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4850 | 2024-08-12T22:28:40.455Z | [ recovery-image] Aug 12 22:28:38.461 INFO O| Aug 12 22:28:38.461 INFO STEP 347 (remove_files) COMPLETE |
4851 | 2024-08-12T22:28:40.455Z | [ recovery-image] Aug 12 22:28:38.461 INFO O| Aug 12 22:28:38.461 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-08-12T22:28:40.465Z | [ recovery-image] Aug 12 22:28:38.471 INFO O| Aug 12 22:28:38.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4853 | 2024-08-12T22:28:40.468Z | [ recovery-image] Aug 12 22:28:38.471 INFO O| Aug 12 22:28:38.471 INFO STEP 348 (remove_files) COMPLETE |
4854 | 2024-08-12T22:28:40.468Z | [ recovery-image] Aug 12 22:28:38.471 INFO O| Aug 12 22:28:38.471 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-08-12T22:28:40.476Z | [ recovery-image] Aug 12 22:28:38.482 INFO O| Aug 12 22:28:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4856 | 2024-08-12T22:28:40.476Z | [ recovery-image] Aug 12 22:28:38.482 INFO O| Aug 12 22:28:38.482 INFO STEP 349 (remove_files) COMPLETE |
4857 | 2024-08-12T22:28:40.479Z | [ recovery-image] Aug 12 22:28:38.482 INFO O| Aug 12 22:28:38.482 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-08-12T22:28:40.486Z | [ recovery-image] Aug 12 22:28:38.492 INFO O| Aug 12 22:28:38.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4859 | 2024-08-12T22:28:40.486Z | [ recovery-image] Aug 12 22:28:38.492 INFO O| Aug 12 22:28:38.492 INFO STEP 350 (remove_files) COMPLETE |
4860 | 2024-08-12T22:28:40.489Z | [ recovery-image] Aug 12 22:28:38.492 INFO O| Aug 12 22:28:38.492 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-08-12T22:28:40.495Z | [ host-image] Aug 12 22:28:38.501 INFO O| Aug 12 22:28:38.501 INFO O| Done |
4862 | 2024-08-12T22:28:40.498Z | [ recovery-image] Aug 12 22:28:38.503 INFO O| Aug 12 22:28:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4863 | 2024-08-12T22:28:40.498Z | [ recovery-image] Aug 12 22:28:38.503 INFO O| Aug 12 22:28:38.503 INFO STEP 351 (remove_files) COMPLETE |
4864 | 2024-08-12T22:28:40.498Z | [ recovery-image] Aug 12 22:28:38.503 INFO O| Aug 12 22:28:38.503 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-08-12T22:28:40.508Z | [ recovery-image] Aug 12 22:28:38.514 INFO O| Aug 12 22:28:38.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4866 | 2024-08-12T22:28:40.508Z | [ recovery-image] Aug 12 22:28:38.514 INFO O| Aug 12 22:28:38.514 INFO STEP 352 (remove_files) COMPLETE |
4867 | 2024-08-12T22:28:40.511Z | [ recovery-image] Aug 12 22:28:38.514 INFO O| Aug 12 22:28:38.514 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-08-12T22:28:40.520Z | [ recovery-image] Aug 12 22:28:38.525 INFO O| Aug 12 22:28:38.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4869 | 2024-08-12T22:28:40.520Z | [ recovery-image] Aug 12 22:28:38.526 INFO O| Aug 12 22:28:38.526 INFO STEP 353 (remove_files) COMPLETE |
4870 | 2024-08-12T22:28:40.520Z | [ recovery-image] Aug 12 22:28:38.526 INFO O| Aug 12 22:28:38.526 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-08-12T22:28:40.531Z | [ recovery-image] Aug 12 22:28:38.537 INFO O| Aug 12 22:28:38.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4872 | 2024-08-12T22:28:40.531Z | [ recovery-image] Aug 12 22:28:38.537 INFO O| Aug 12 22:28:38.537 INFO STEP 354 (remove_files) COMPLETE |
4873 | 2024-08-12T22:28:40.534Z | [ recovery-image] Aug 12 22:28:38.537 INFO O| Aug 12 22:28:38.537 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-08-12T22:28:40.543Z | [ recovery-image] Aug 12 22:28:38.549 INFO O| Aug 12 22:28:38.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4875 | 2024-08-12T22:28:40.543Z | [ recovery-image] Aug 12 22:28:38.549 INFO O| Aug 12 22:28:38.549 INFO STEP 355 (remove_files) COMPLETE |
4876 | 2024-08-12T22:28:40.546Z | [ recovery-image] Aug 12 22:28:38.549 INFO O| Aug 12 22:28:38.549 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-08-12T22:28:40.555Z | [ recovery-image] Aug 12 22:28:38.560 INFO O| Aug 12 22:28:38.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4878 | 2024-08-12T22:28:40.555Z | [ recovery-image] Aug 12 22:28:38.560 INFO O| Aug 12 22:28:38.560 INFO STEP 356 (remove_files) COMPLETE |
4879 | 2024-08-12T22:28:40.557Z | [ recovery-image] Aug 12 22:28:38.561 INFO O| Aug 12 22:28:38.560 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-08-12T22:28:40.565Z | [ recovery-image] Aug 12 22:28:38.571 INFO O| Aug 12 22:28:38.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4881 | 2024-08-12T22:28:40.566Z | [ recovery-image] Aug 12 22:28:38.571 INFO O| Aug 12 22:28:38.571 INFO STEP 357 (remove_files) COMPLETE |
4882 | 2024-08-12T22:28:40.568Z | [ recovery-image] Aug 12 22:28:38.571 INFO O| Aug 12 22:28:38.571 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-08-12T22:28:40.577Z | [ recovery-image] Aug 12 22:28:38.582 INFO O| Aug 12 22:28:38.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4884 | 2024-08-12T22:28:40.577Z | [ recovery-image] Aug 12 22:28:38.582 INFO O| Aug 12 22:28:38.582 INFO STEP 358 (remove_files) COMPLETE |
4885 | 2024-08-12T22:28:40.580Z | [ recovery-image] Aug 12 22:28:38.582 INFO O| Aug 12 22:28:38.582 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-08-12T22:28:40.587Z | [ recovery-image] Aug 12 22:28:38.593 INFO O| Aug 12 22:28:38.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4887 | 2024-08-12T22:28:40.587Z | [ recovery-image] Aug 12 22:28:38.593 INFO O| Aug 12 22:28:38.593 INFO STEP 359 (remove_files) COMPLETE |
4888 | 2024-08-12T22:28:40.587Z | [ recovery-image] Aug 12 22:28:38.593 INFO O| Aug 12 22:28:38.593 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-08-12T22:28:40.598Z | [ recovery-image] Aug 12 22:28:38.604 INFO O| Aug 12 22:28:38.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4890 | 2024-08-12T22:28:40.598Z | [ recovery-image] Aug 12 22:28:38.604 INFO O| Aug 12 22:28:38.604 INFO STEP 360 (remove_files) COMPLETE |
4891 | 2024-08-12T22:28:40.598Z | [ recovery-image] Aug 12 22:28:38.604 INFO O| Aug 12 22:28:38.604 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-08-12T22:28:40.609Z | [ recovery-image] Aug 12 22:28:38.615 INFO O| Aug 12 22:28:38.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4893 | 2024-08-12T22:28:40.609Z | [ recovery-image] Aug 12 22:28:38.615 INFO O| Aug 12 22:28:38.615 INFO STEP 361 (remove_files) COMPLETE |
4894 | 2024-08-12T22:28:40.611Z | [ recovery-image] Aug 12 22:28:38.615 INFO O| Aug 12 22:28:38.615 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-08-12T22:28:40.619Z | [ recovery-image] Aug 12 22:28:38.625 INFO O| Aug 12 22:28:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4896 | 2024-08-12T22:28:40.619Z | [ recovery-image] Aug 12 22:28:38.625 INFO O| Aug 12 22:28:38.625 INFO STEP 362 (remove_files) COMPLETE |
4897 | 2024-08-12T22:28:40.619Z | [ recovery-image] Aug 12 22:28:38.625 INFO O| Aug 12 22:28:38.625 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-08-12T22:28:40.629Z | [ recovery-image] Aug 12 22:28:38.635 INFO O| Aug 12 22:28:38.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4899 | 2024-08-12T22:28:40.632Z | [ recovery-image] Aug 12 22:28:38.635 INFO O| Aug 12 22:28:38.635 INFO STEP 363 (remove_files) COMPLETE |
4900 | 2024-08-12T22:28:40.632Z | [ recovery-image] Aug 12 22:28:38.635 INFO O| Aug 12 22:28:38.635 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-08-12T22:28:40.640Z | [ recovery-image] Aug 12 22:28:38.646 INFO O| Aug 12 22:28:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4902 | 2024-08-12T22:28:40.640Z | [ recovery-image] Aug 12 22:28:38.646 INFO O| Aug 12 22:28:38.646 INFO STEP 364 (remove_files) COMPLETE |
4903 | 2024-08-12T22:28:40.643Z | [ recovery-image] Aug 12 22:28:38.646 INFO O| Aug 12 22:28:38.646 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-08-12T22:28:40.650Z | [ recovery-image] Aug 12 22:28:38.656 INFO O| Aug 12 22:28:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4905 | 2024-08-12T22:28:40.651Z | [ recovery-image] Aug 12 22:28:38.656 INFO O| Aug 12 22:28:38.656 INFO STEP 365 (remove_files) COMPLETE |
4906 | 2024-08-12T22:28:40.653Z | [ recovery-image] Aug 12 22:28:38.656 INFO O| Aug 12 22:28:38.656 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-08-12T22:28:40.661Z | [ recovery-image] Aug 12 22:28:38.667 INFO O| Aug 12 22:28:38.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4908 | 2024-08-12T22:28:40.661Z | [ recovery-image] Aug 12 22:28:38.667 INFO O| Aug 12 22:28:38.667 INFO STEP 366 (remove_files) COMPLETE |
4909 | 2024-08-12T22:28:40.664Z | [ recovery-image] Aug 12 22:28:38.667 INFO O| Aug 12 22:28:38.667 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-08-12T22:28:40.672Z | [ recovery-image] Aug 12 22:28:38.678 INFO O| Aug 12 22:28:38.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4911 | 2024-08-12T22:28:40.672Z | [ recovery-image] Aug 12 22:28:38.678 INFO O| Aug 12 22:28:38.678 INFO STEP 367 (remove_files) COMPLETE |
4912 | 2024-08-12T22:28:40.675Z | [ recovery-image] Aug 12 22:28:38.678 INFO O| Aug 12 22:28:38.678 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-08-12T22:28:40.683Z | [ recovery-image] Aug 12 22:28:38.688 INFO O| Aug 12 22:28:38.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4914 | 2024-08-12T22:28:40.683Z | [ recovery-image] Aug 12 22:28:38.689 INFO O| Aug 12 22:28:38.688 INFO STEP 368 (remove_files) COMPLETE |
4915 | 2024-08-12T22:28:40.683Z | [ recovery-image] Aug 12 22:28:38.689 INFO O| Aug 12 22:28:38.688 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-08-12T22:28:40.693Z | [ recovery-image] Aug 12 22:28:38.699 INFO O| Aug 12 22:28:38.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4917 | 2024-08-12T22:28:40.693Z | [ recovery-image] Aug 12 22:28:38.699 INFO O| Aug 12 22:28:38.699 INFO STEP 369 (remove_files) COMPLETE |
4918 | 2024-08-12T22:28:40.693Z | [ recovery-image] Aug 12 22:28:38.699 INFO O| Aug 12 22:28:38.699 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-08-12T22:28:40.704Z | [ recovery-image] Aug 12 22:28:38.709 INFO O| Aug 12 22:28:38.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4920 | 2024-08-12T22:28:40.704Z | [ recovery-image] Aug 12 22:28:38.709 INFO O| Aug 12 22:28:38.709 INFO STEP 370 (remove_files) COMPLETE |
4921 | 2024-08-12T22:28:40.707Z | [ recovery-image] Aug 12 22:28:38.709 INFO O| Aug 12 22:28:38.709 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-08-12T22:28:40.714Z | [ recovery-image] Aug 12 22:28:38.720 INFO O| Aug 12 22:28:38.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4923 | 2024-08-12T22:28:40.714Z | [ recovery-image] Aug 12 22:28:38.720 INFO O| Aug 12 22:28:38.720 INFO STEP 371 (remove_files) COMPLETE |
4924 | 2024-08-12T22:28:40.714Z | [ recovery-image] Aug 12 22:28:38.720 INFO O| Aug 12 22:28:38.720 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-08-12T22:28:40.724Z | [ recovery-image] Aug 12 22:28:38.730 INFO O| Aug 12 22:28:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4926 | 2024-08-12T22:28:40.725Z | [ recovery-image] Aug 12 22:28:38.730 INFO O| Aug 12 22:28:38.730 INFO STEP 372 (remove_files) COMPLETE |
4927 | 2024-08-12T22:28:40.727Z | [ recovery-image] Aug 12 22:28:38.730 INFO O| Aug 12 22:28:38.730 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-08-12T22:28:40.735Z | [ recovery-image] Aug 12 22:28:38.741 INFO O| Aug 12 22:28:38.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4929 | 2024-08-12T22:28:40.735Z | [ recovery-image] Aug 12 22:28:38.741 INFO O| Aug 12 22:28:38.741 INFO STEP 373 (remove_files) COMPLETE |
4930 | 2024-08-12T22:28:40.738Z | [ recovery-image] Aug 12 22:28:38.741 INFO O| Aug 12 22:28:38.741 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-08-12T22:28:40.746Z | [ recovery-image] Aug 12 22:28:38.752 INFO O| Aug 12 22:28:38.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4932 | 2024-08-12T22:28:40.746Z | [ recovery-image] Aug 12 22:28:38.752 INFO O| Aug 12 22:28:38.752 INFO STEP 374 (remove_files) COMPLETE |
4933 | 2024-08-12T22:28:40.749Z | [ recovery-image] Aug 12 22:28:38.752 INFO O| Aug 12 22:28:38.752 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-08-12T22:28:40.757Z | [ recovery-image] Aug 12 22:28:38.762 INFO O| Aug 12 22:28:38.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
4935 | 2024-08-12T22:28:40.760Z | [ recovery-image] Aug 12 22:28:38.762 INFO O| Aug 12 22:28:38.762 INFO STEP 375 (remove_files) COMPLETE |
4936 | 2024-08-12T22:28:40.760Z | [ recovery-image] Aug 12 22:28:38.763 INFO O| Aug 12 22:28:38.762 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-08-12T22:28:40.769Z | [ recovery-image] Aug 12 22:28:38.774 INFO O| Aug 12 22:28:38.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
4938 | 2024-08-12T22:28:40.771Z | [ recovery-image] Aug 12 22:28:38.774 INFO O| Aug 12 22:28:38.774 INFO STEP 376 (remove_files) COMPLETE |
4939 | 2024-08-12T22:28:40.771Z | [ recovery-image] Aug 12 22:28:38.774 INFO O| Aug 12 22:28:38.774 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-08-12T22:28:40.779Z | [ recovery-image] Aug 12 22:28:38.785 INFO O| Aug 12 22:28:38.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
4941 | 2024-08-12T22:28:40.779Z | [ recovery-image] Aug 12 22:28:38.785 INFO O| Aug 12 22:28:38.785 INFO STEP 377 (remove_files) COMPLETE |
4942 | 2024-08-12T22:28:40.779Z | [ recovery-image] Aug 12 22:28:38.785 INFO O| Aug 12 22:28:38.785 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-08-12T22:28:40.790Z | [ recovery-image] Aug 12 22:28:38.795 INFO O| Aug 12 22:28:38.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
4944 | 2024-08-12T22:28:40.790Z | [ recovery-image] Aug 12 22:28:38.795 INFO O| Aug 12 22:28:38.795 INFO STEP 378 (remove_files) COMPLETE |
4945 | 2024-08-12T22:28:40.792Z | [ recovery-image] Aug 12 22:28:38.795 INFO O| Aug 12 22:28:38.795 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-08-12T22:28:40.802Z | [ recovery-image] Aug 12 22:28:38.807 INFO O| Aug 12 22:28:38.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
4947 | 2024-08-12T22:28:40.805Z | [ recovery-image] Aug 12 22:28:38.807 INFO O| Aug 12 22:28:38.807 INFO STEP 379 (remove_files) COMPLETE |
4948 | 2024-08-12T22:28:40.805Z | [ recovery-image] Aug 12 22:28:38.807 INFO O| Aug 12 22:28:38.807 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-08-12T22:28:40.812Z | [ recovery-image] Aug 12 22:28:38.818 INFO O| Aug 12 22:28:38.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
4950 | 2024-08-12T22:28:40.815Z | [ recovery-image] Aug 12 22:28:38.818 INFO O| Aug 12 22:28:38.818 INFO STEP 380 (remove_files) COMPLETE |
4951 | 2024-08-12T22:28:40.815Z | [ recovery-image] Aug 12 22:28:38.818 INFO O| Aug 12 22:28:38.818 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-08-12T22:28:40.822Z | [ recovery-image] Aug 12 22:28:38.828 INFO O| Aug 12 22:28:38.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
4953 | 2024-08-12T22:28:40.825Z | [ recovery-image] Aug 12 22:28:38.828 INFO O| Aug 12 22:28:38.828 INFO STEP 381 (remove_files) COMPLETE |
4954 | 2024-08-12T22:28:40.825Z | [ recovery-image] Aug 12 22:28:38.828 INFO O| Aug 12 22:28:38.828 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-08-12T22:28:40.834Z | [ recovery-image] Aug 12 22:28:38.839 INFO O| Aug 12 22:28:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
4956 | 2024-08-12T22:28:40.836Z | [ recovery-image] Aug 12 22:28:38.839 INFO O| Aug 12 22:28:38.839 INFO STEP 382 (remove_files) COMPLETE |
4957 | 2024-08-12T22:28:40.836Z | [ recovery-image] Aug 12 22:28:38.839 INFO O| Aug 12 22:28:38.839 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-08-12T22:28:40.844Z | [ recovery-image] Aug 12 22:28:38.850 INFO O| Aug 12 22:28:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
4959 | 2024-08-12T22:28:40.844Z | [ recovery-image] Aug 12 22:28:38.850 INFO O| Aug 12 22:28:38.850 INFO STEP 383 (remove_files) COMPLETE |
4960 | 2024-08-12T22:28:40.844Z | [ recovery-image] Aug 12 22:28:38.850 INFO O| Aug 12 22:28:38.850 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-08-12T22:28:40.855Z | [ recovery-image] Aug 12 22:28:38.861 INFO O| Aug 12 22:28:38.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
4962 | 2024-08-12T22:28:40.858Z | [ recovery-image] Aug 12 22:28:38.861 INFO O| Aug 12 22:28:38.861 INFO STEP 384 (remove_files) COMPLETE |
4963 | 2024-08-12T22:28:40.858Z | [ recovery-image] Aug 12 22:28:38.861 INFO O| Aug 12 22:28:38.861 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-08-12T22:28:40.867Z | [ recovery-image] Aug 12 22:28:38.871 INFO O| Aug 12 22:28:38.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
4965 | 2024-08-12T22:28:40.867Z | [ recovery-image] Aug 12 22:28:38.872 INFO O| Aug 12 22:28:38.872 INFO STEP 385 (remove_files) COMPLETE |
4966 | 2024-08-12T22:28:40.870Z | [ recovery-image] Aug 12 22:28:38.872 INFO O| Aug 12 22:28:38.872 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-08-12T22:28:40.876Z | [ recovery-image] Aug 12 22:28:38.882 INFO O| Aug 12 22:28:38.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
4968 | 2024-08-12T22:28:40.879Z | [ recovery-image] Aug 12 22:28:38.882 INFO O| Aug 12 22:28:38.882 INFO STEP 386 (remove_files) COMPLETE |
4969 | 2024-08-12T22:28:40.879Z | [ recovery-image] Aug 12 22:28:38.882 INFO O| Aug 12 22:28:38.882 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-08-12T22:28:40.886Z | [ recovery-image] Aug 12 22:28:38.892 INFO O| Aug 12 22:28:38.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
4971 | 2024-08-12T22:28:40.889Z | [ recovery-image] Aug 12 22:28:38.893 INFO O| Aug 12 22:28:38.893 INFO STEP 387 (remove_files) COMPLETE |
4972 | 2024-08-12T22:28:40.889Z | [ recovery-image] Aug 12 22:28:38.893 INFO O| Aug 12 22:28:38.893 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-08-12T22:28:40.897Z | [ recovery-image] Aug 12 22:28:38.903 INFO O| Aug 12 22:28:38.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
4974 | 2024-08-12T22:28:40.901Z | [ recovery-image] Aug 12 22:28:38.903 INFO O| Aug 12 22:28:38.903 INFO STEP 388 (remove_files) COMPLETE |
4975 | 2024-08-12T22:28:40.901Z | [ recovery-image] Aug 12 22:28:38.903 INFO O| Aug 12 22:28:38.903 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-08-12T22:28:40.908Z | [ recovery-image] Aug 12 22:28:38.914 INFO O| Aug 12 22:28:38.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
4977 | 2024-08-12T22:28:40.908Z | [ recovery-image] Aug 12 22:28:38.914 INFO O| Aug 12 22:28:38.914 INFO STEP 389 (remove_files) COMPLETE |
4978 | 2024-08-12T22:28:40.911Z | [ recovery-image] Aug 12 22:28:38.914 INFO O| Aug 12 22:28:38.914 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-08-12T22:28:40.919Z | [ recovery-image] Aug 12 22:28:38.925 INFO O| Aug 12 22:28:38.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
4980 | 2024-08-12T22:28:40.922Z | [ recovery-image] Aug 12 22:28:38.925 INFO O| Aug 12 22:28:38.925 INFO STEP 390 (remove_files) COMPLETE |
4981 | 2024-08-12T22:28:40.922Z | [ recovery-image] Aug 12 22:28:38.925 INFO O| Aug 12 22:28:38.925 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-08-12T22:28:40.932Z | [ recovery-image] Aug 12 22:28:38.936 INFO O| Aug 12 22:28:38.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
4983 | 2024-08-12T22:28:40.932Z | [ recovery-image] Aug 12 22:28:38.936 INFO O| Aug 12 22:28:38.936 INFO STEP 391 (remove_files) COMPLETE |
4984 | 2024-08-12T22:28:40.936Z | [ recovery-image] Aug 12 22:28:38.936 INFO O| Aug 12 22:28:38.936 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-08-12T22:28:40.942Z | [ recovery-image] Aug 12 22:28:38.947 INFO O| Aug 12 22:28:38.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
4986 | 2024-08-12T22:28:40.942Z | [ recovery-image] Aug 12 22:28:38.947 INFO O| Aug 12 22:28:38.947 INFO STEP 392 (remove_files) COMPLETE |
4987 | 2024-08-12T22:28:40.944Z | [ recovery-image] Aug 12 22:28:38.947 INFO O| Aug 12 22:28:38.947 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-08-12T22:28:40.953Z | [ recovery-image] Aug 12 22:28:38.958 INFO O| Aug 12 22:28:38.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
4989 | 2024-08-12T22:28:40.953Z | [ recovery-image] Aug 12 22:28:38.958 INFO O| Aug 12 22:28:38.958 INFO STEP 393 (remove_files) COMPLETE |
4990 | 2024-08-12T22:28:40.953Z | [ recovery-image] Aug 12 22:28:38.958 INFO O| Aug 12 22:28:38.958 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-08-12T22:28:40.963Z | [ recovery-image] Aug 12 22:28:38.969 INFO O| Aug 12 22:28:38.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
4992 | 2024-08-12T22:28:40.963Z | [ recovery-image] Aug 12 22:28:38.969 INFO O| Aug 12 22:28:38.969 INFO STEP 394 (remove_files) COMPLETE |
4993 | 2024-08-12T22:28:40.966Z | [ recovery-image] Aug 12 22:28:38.969 INFO O| Aug 12 22:28:38.969 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-08-12T22:28:40.974Z | [ recovery-image] Aug 12 22:28:38.979 INFO O| Aug 12 22:28:38.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
4995 | 2024-08-12T22:28:40.974Z | [ recovery-image] Aug 12 22:28:38.980 INFO O| Aug 12 22:28:38.980 INFO STEP 395 (remove_files) COMPLETE |
4996 | 2024-08-12T22:28:40.976Z | [ recovery-image] Aug 12 22:28:38.980 INFO O| Aug 12 22:28:38.980 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-08-12T22:28:40.985Z | [ recovery-image] Aug 12 22:28:38.990 INFO O| Aug 12 22:28:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
4998 | 2024-08-12T22:28:40.985Z | [ recovery-image] Aug 12 22:28:38.991 INFO O| Aug 12 22:28:38.991 INFO STEP 396 (remove_files) COMPLETE |
4999 | 2024-08-12T22:28:40.988Z | [ recovery-image] Aug 12 22:28:38.991 INFO O| Aug 12 22:28:38.991 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-08-12T22:28:40.995Z | [ recovery-image] Aug 12 22:28:39.001 INFO O| Aug 12 22:28:39.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5001 | 2024-08-12T22:28:40.998Z | [ recovery-image] Aug 12 22:28:39.001 INFO O| Aug 12 22:28:39.001 INFO STEP 397 (remove_files) COMPLETE |
5002 | 2024-08-12T22:28:40.998Z | [ recovery-image] Aug 12 22:28:39.001 INFO O| Aug 12 22:28:39.001 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-08-12T22:28:41.006Z | [ recovery-image] Aug 12 22:28:39.011 INFO O| Aug 12 22:28:39.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5004 | 2024-08-12T22:28:41.006Z | [ recovery-image] Aug 12 22:28:39.011 INFO O| Aug 12 22:28:39.011 INFO STEP 398 (remove_files) COMPLETE |
5005 | 2024-08-12T22:28:41.006Z | [ recovery-image] Aug 12 22:28:39.011 INFO O| Aug 12 22:28:39.011 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-08-12T22:28:41.013Z | [ host-image] Aug 12 22:28:39.018 INFO O| Aug 12 22:28:39.018 INFO O| Done |
5007 | 2024-08-12T22:28:41.017Z | [ recovery-image] Aug 12 22:28:39.022 INFO O| Aug 12 22:28:39.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5008 | 2024-08-12T22:28:41.018Z | [ recovery-image] Aug 12 22:28:39.022 INFO O| Aug 12 22:28:39.022 INFO STEP 399 (remove_files) COMPLETE |
5009 | 2024-08-12T22:28:41.020Z | [ recovery-image] Aug 12 22:28:39.022 INFO O| Aug 12 22:28:39.022 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-12T22:28:41.029Z | [ recovery-image] Aug 12 22:28:39.035 INFO O| Aug 12 22:28:39.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5011 | 2024-08-12T22:28:41.030Z | [ recovery-image] Aug 12 22:28:39.035 INFO O| Aug 12 22:28:39.035 INFO STEP 400 (remove_files) COMPLETE |
5012 | 2024-08-12T22:28:41.030Z | [ recovery-image] Aug 12 22:28:39.035 INFO O| Aug 12 22:28:39.035 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-12T22:28:41.049Z | [ recovery-image] Aug 12 22:28:39.048 INFO O| Aug 12 22:28:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5014 | 2024-08-12T22:28:41.049Z | [ recovery-image] Aug 12 22:28:39.048 INFO O| Aug 12 22:28:39.048 INFO STEP 401 (remove_files) COMPLETE |
5015 | 2024-08-12T22:28:41.049Z | [ recovery-image] Aug 12 22:28:39.048 INFO O| Aug 12 22:28:39.048 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-12T22:28:41.055Z | [ recovery-image] Aug 12 22:28:39.061 INFO O| Aug 12 22:28:39.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5017 | 2024-08-12T22:28:41.058Z | [ recovery-image] Aug 12 22:28:39.061 INFO O| Aug 12 22:28:39.061 INFO STEP 402 (remove_files) COMPLETE |
5018 | 2024-08-12T22:28:41.058Z | [ recovery-image] Aug 12 22:28:39.061 INFO O| Aug 12 22:28:39.061 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-12T22:28:41.069Z | [ recovery-image] Aug 12 22:28:39.075 INFO O| Aug 12 22:28:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5020 | 2024-08-12T22:28:41.069Z | [ recovery-image] Aug 12 22:28:39.075 INFO O| Aug 12 22:28:39.075 INFO STEP 403 (remove_files) COMPLETE |
5021 | 2024-08-12T22:28:41.072Z | [ recovery-image] Aug 12 22:28:39.075 INFO O| Aug 12 22:28:39.075 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-12T22:28:41.080Z | [ recovery-image] Aug 12 22:28:39.086 INFO O| Aug 12 22:28:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5023 | 2024-08-12T22:28:41.080Z | [ recovery-image] Aug 12 22:28:39.086 INFO O| Aug 12 22:28:39.086 INFO STEP 404 (remove_files) COMPLETE |
5024 | 2024-08-12T22:28:41.080Z | [ recovery-image] Aug 12 22:28:39.086 INFO O| Aug 12 22:28:39.086 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-12T22:28:41.091Z | [ recovery-image] Aug 12 22:28:39.096 INFO O| Aug 12 22:28:39.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5026 | 2024-08-12T22:28:41.091Z | [ recovery-image] Aug 12 22:28:39.096 INFO O| Aug 12 22:28:39.096 INFO STEP 405 (remove_files) COMPLETE |
5027 | 2024-08-12T22:28:41.091Z | [ recovery-image] Aug 12 22:28:39.096 INFO O| Aug 12 22:28:39.096 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-12T22:28:41.101Z | [ recovery-image] Aug 12 22:28:39.107 INFO O| Aug 12 22:28:39.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5029 | 2024-08-12T22:28:41.104Z | [ recovery-image] Aug 12 22:28:39.107 INFO O| Aug 12 22:28:39.107 INFO STEP 406 (remove_files) COMPLETE |
5030 | 2024-08-12T22:28:41.104Z | [ recovery-image] Aug 12 22:28:39.107 INFO O| Aug 12 22:28:39.107 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-12T22:28:41.112Z | [ recovery-image] Aug 12 22:28:39.118 INFO O| Aug 12 22:28:39.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5032 | 2024-08-12T22:28:41.112Z | [ recovery-image] Aug 12 22:28:39.118 INFO O| Aug 12 22:28:39.118 INFO STEP 407 (remove_files) COMPLETE |
5033 | 2024-08-12T22:28:41.112Z | [ recovery-image] Aug 12 22:28:39.118 INFO O| Aug 12 22:28:39.118 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-12T22:28:41.122Z | [ recovery-image] Aug 12 22:28:39.128 INFO O| Aug 12 22:28:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5035 | 2024-08-12T22:28:41.125Z | [ recovery-image] Aug 12 22:28:39.128 INFO O| Aug 12 22:28:39.128 INFO STEP 408 (remove_files) COMPLETE |
5036 | 2024-08-12T22:28:41.125Z | [ recovery-image] Aug 12 22:28:39.128 INFO O| Aug 12 22:28:39.128 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-12T22:28:41.133Z | [ recovery-image] Aug 12 22:28:39.139 INFO O| Aug 12 22:28:39.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5038 | 2024-08-12T22:28:41.136Z | [ recovery-image] Aug 12 22:28:39.139 INFO O| Aug 12 22:28:39.139 INFO STEP 409 (remove_files) COMPLETE |
5039 | 2024-08-12T22:28:41.136Z | [ recovery-image] Aug 12 22:28:39.139 INFO O| Aug 12 22:28:39.139 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-12T22:28:41.145Z | [ recovery-image] Aug 12 22:28:39.151 INFO O| Aug 12 22:28:39.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5041 | 2024-08-12T22:28:41.148Z | [ recovery-image] Aug 12 22:28:39.151 INFO O| Aug 12 22:28:39.151 INFO STEP 410 (remove_files) COMPLETE |
5042 | 2024-08-12T22:28:41.148Z | [ recovery-image] Aug 12 22:28:39.151 INFO O| Aug 12 22:28:39.151 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-12T22:28:41.156Z | [ recovery-image] Aug 12 22:28:39.161 INFO O| Aug 12 22:28:39.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5044 | 2024-08-12T22:28:41.156Z | [ recovery-image] Aug 12 22:28:39.161 INFO O| Aug 12 22:28:39.161 INFO STEP 411 (remove_files) COMPLETE |
5045 | 2024-08-12T22:28:41.158Z | [ recovery-image] Aug 12 22:28:39.161 INFO O| Aug 12 22:28:39.161 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-12T22:28:41.166Z | [ recovery-image] Aug 12 22:28:39.171 INFO O| Aug 12 22:28:39.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5047 | 2024-08-12T22:28:41.166Z | [ recovery-image] Aug 12 22:28:39.172 INFO O| Aug 12 22:28:39.172 INFO STEP 412 (remove_files) COMPLETE |
5048 | 2024-08-12T22:28:41.166Z | [ recovery-image] Aug 12 22:28:39.172 INFO O| Aug 12 22:28:39.172 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-12T22:28:41.176Z | [ recovery-image] Aug 12 22:28:39.182 INFO O| Aug 12 22:28:39.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5050 | 2024-08-12T22:28:41.179Z | [ recovery-image] Aug 12 22:28:39.182 INFO O| Aug 12 22:28:39.182 INFO STEP 413 (remove_files) COMPLETE |
5051 | 2024-08-12T22:28:41.179Z | [ recovery-image] Aug 12 22:28:39.182 INFO O| Aug 12 22:28:39.182 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-12T22:28:41.186Z | [ recovery-image] Aug 12 22:28:39.192 INFO O| Aug 12 22:28:39.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5053 | 2024-08-12T22:28:41.187Z | [ recovery-image] Aug 12 22:28:39.192 INFO O| Aug 12 22:28:39.192 INFO STEP 414 (remove_files) COMPLETE |
5054 | 2024-08-12T22:28:41.189Z | [ recovery-image] Aug 12 22:28:39.192 INFO O| Aug 12 22:28:39.192 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-12T22:28:41.197Z | [ recovery-image] Aug 12 22:28:39.202 INFO O| Aug 12 22:28:39.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5056 | 2024-08-12T22:28:41.197Z | [ recovery-image] Aug 12 22:28:39.202 INFO O| Aug 12 22:28:39.202 INFO STEP 415 (remove_files) COMPLETE |
5057 | 2024-08-12T22:28:41.200Z | [ recovery-image] Aug 12 22:28:39.202 INFO O| Aug 12 22:28:39.202 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-12T22:28:41.207Z | [ recovery-image] Aug 12 22:28:39.213 INFO O| Aug 12 22:28:39.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5059 | 2024-08-12T22:28:41.216Z | [ recovery-image] Aug 12 22:28:39.213 INFO O| Aug 12 22:28:39.213 INFO STEP 416 (remove_files) COMPLETE |
5060 | 2024-08-12T22:28:41.216Z | [ recovery-image] Aug 12 22:28:39.213 INFO O| Aug 12 22:28:39.213 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-12T22:28:41.220Z | [ recovery-image] Aug 12 22:28:39.223 INFO O| Aug 12 22:28:39.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5062 | 2024-08-12T22:28:41.220Z | [ recovery-image] Aug 12 22:28:39.223 INFO O| Aug 12 22:28:39.223 INFO STEP 417 (remove_files) COMPLETE |
5063 | 2024-08-12T22:28:41.220Z | [ recovery-image] Aug 12 22:28:39.223 INFO O| Aug 12 22:28:39.223 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-12T22:28:41.228Z | [ recovery-image] Aug 12 22:28:39.233 INFO O| Aug 12 22:28:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5065 | 2024-08-12T22:28:41.230Z | [ recovery-image] Aug 12 22:28:39.233 INFO O| Aug 12 22:28:39.233 INFO STEP 418 (remove_files) COMPLETE |
5066 | 2024-08-12T22:28:41.230Z | [ recovery-image] Aug 12 22:28:39.233 INFO O| Aug 12 22:28:39.233 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-12T22:28:41.240Z | [ recovery-image] Aug 12 22:28:39.245 INFO O| Aug 12 22:28:39.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5068 | 2024-08-12T22:28:41.240Z | [ recovery-image] Aug 12 22:28:39.245 INFO O| Aug 12 22:28:39.245 INFO STEP 419 (remove_files) COMPLETE |
5069 | 2024-08-12T22:28:41.242Z | [ recovery-image] Aug 12 22:28:39.245 INFO O| Aug 12 22:28:39.245 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-12T22:28:41.250Z | [ recovery-image] Aug 12 22:28:39.256 INFO O| Aug 12 22:28:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5071 | 2024-08-12T22:28:41.253Z | [ recovery-image] Aug 12 22:28:39.256 INFO O| Aug 12 22:28:39.256 INFO STEP 420 (remove_files) COMPLETE |
5072 | 2024-08-12T22:28:41.253Z | [ recovery-image] Aug 12 22:28:39.256 INFO O| Aug 12 22:28:39.256 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-12T22:28:41.264Z | [ host-image] Aug 12 22:28:39.263 INFO O| Aug 12 22:28:39.263 INFO STEP 11 (pkg_install) COMPLETE |
5074 | 2024-08-12T22:28:41.264Z | [ host-image] Aug 12 22:28:39.263 INFO O| Aug 12 22:28:39.263 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5075 | 2024-08-12T22:28:41.274Z | [ recovery-image] Aug 12 22:28:39.267 INFO O| Aug 12 22:28:39.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5076 | 2024-08-12T22:28:41.274Z | [ recovery-image] Aug 12 22:28:39.267 INFO O| Aug 12 22:28:39.267 INFO STEP 421 (remove_files) COMPLETE |
5077 | 2024-08-12T22:28:41.274Z | [ recovery-image] Aug 12 22:28:39.267 INFO O| Aug 12 22:28:39.267 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-08-12T22:28:41.274Z | [ host-image] Aug 12 22:28:39.274 INFO O| Aug 12 22:28:39.274 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
5079 | 2024-08-12T22:28:41.274Z | [ recovery-image] Aug 12 22:28:39.279 INFO O| Aug 12 22:28:39.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5080 | 2024-08-12T22:28:41.274Z | [ recovery-image] Aug 12 22:28:39.279 INFO O| Aug 12 22:28:39.279 INFO STEP 422 (remove_files) COMPLETE |
5081 | 2024-08-12T22:28:41.274Z | [ recovery-image] Aug 12 22:28:39.279 INFO O| Aug 12 22:28:39.279 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-12T22:28:41.285Z | [ recovery-image] Aug 12 22:28:39.291 INFO O| Aug 12 22:28:39.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5083 | 2024-08-12T22:28:41.285Z | [ recovery-image] Aug 12 22:28:39.291 INFO O| Aug 12 22:28:39.291 INFO STEP 423 (remove_files) COMPLETE |
5084 | 2024-08-12T22:28:41.288Z | [ recovery-image] Aug 12 22:28:39.291 INFO O| Aug 12 22:28:39.291 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-12T22:28:41.296Z | [ recovery-image] Aug 12 22:28:39.301 INFO O| Aug 12 22:28:39.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5086 | 2024-08-12T22:28:41.296Z | [ recovery-image] Aug 12 22:28:39.301 INFO O| Aug 12 22:28:39.301 INFO STEP 424 (remove_files) COMPLETE |
5087 | 2024-08-12T22:28:41.303Z | [ recovery-image] Aug 12 22:28:39.301 INFO O| Aug 12 22:28:39.301 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-12T22:28:41.339Z | [ recovery-image] Aug 12 22:28:39.338 INFO O| Aug 12 22:28:39.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5089 | 2024-08-12T22:28:41.342Z | [ recovery-image] Aug 12 22:28:39.338 INFO O| Aug 12 22:28:39.338 INFO STEP 425 (remove_files) COMPLETE |
5090 | 2024-08-12T22:28:41.342Z | [ recovery-image] Aug 12 22:28:39.338 INFO O| Aug 12 22:28:39.338 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-12T22:28:41.353Z | [ recovery-image] Aug 12 22:28:39.357 INFO O| Aug 12 22:28:39.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5092 | 2024-08-12T22:28:41.361Z | [ recovery-image] Aug 12 22:28:39.357 INFO O| Aug 12 22:28:39.357 INFO STEP 426 (remove_files) COMPLETE |
5093 | 2024-08-12T22:28:41.400Z | [ recovery-image] Aug 12 22:28:39.358 INFO O| Aug 12 22:28:39.357 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-12T22:28:41.404Z | [ recovery-image] Aug 12 22:28:39.407 INFO O| Aug 12 22:28:39.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5095 | 2024-08-12T22:28:41.404Z | [ recovery-image] Aug 12 22:28:39.407 INFO O| Aug 12 22:28:39.407 INFO STEP 427 (remove_files) COMPLETE |
5096 | 2024-08-12T22:28:41.404Z | [ recovery-image] Aug 12 22:28:39.407 INFO O| Aug 12 22:28:39.407 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-12T22:28:41.419Z | [ recovery-image] Aug 12 22:28:39.424 INFO O| Aug 12 22:28:39.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5098 | 2024-08-12T22:28:41.419Z | [ recovery-image] Aug 12 22:28:39.424 INFO O| Aug 12 22:28:39.424 INFO STEP 428 (remove_files) COMPLETE |
5099 | 2024-08-12T22:28:41.419Z | [ recovery-image] Aug 12 22:28:39.424 INFO O| Aug 12 22:28:39.424 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-12T22:28:41.433Z | [ recovery-image] Aug 12 22:28:39.438 INFO O| Aug 12 22:28:39.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5101 | 2024-08-12T22:28:41.433Z | [ recovery-image] Aug 12 22:28:39.438 INFO O| Aug 12 22:28:39.438 INFO STEP 429 (remove_files) COMPLETE |
5102 | 2024-08-12T22:28:41.435Z | [ recovery-image] Aug 12 22:28:39.438 INFO O| Aug 12 22:28:39.438 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-12T22:28:41.448Z | [ recovery-image] Aug 12 22:28:39.453 INFO O| Aug 12 22:28:39.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5104 | 2024-08-12T22:28:41.448Z | [ recovery-image] Aug 12 22:28:39.453 INFO O| Aug 12 22:28:39.453 INFO STEP 430 (remove_files) COMPLETE |
5105 | 2024-08-12T22:28:41.451Z | [ recovery-image] Aug 12 22:28:39.453 INFO O| Aug 12 22:28:39.453 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-12T22:28:41.461Z | [ recovery-image] Aug 12 22:28:39.466 INFO O| Aug 12 22:28:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5107 | 2024-08-12T22:28:41.461Z | [ recovery-image] Aug 12 22:28:39.467 INFO O| Aug 12 22:28:39.466 INFO STEP 431 (remove_files) COMPLETE |
5108 | 2024-08-12T22:28:41.461Z | [ recovery-image] Aug 12 22:28:39.467 INFO O| Aug 12 22:28:39.466 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-12T22:28:41.473Z | [ recovery-image] Aug 12 22:28:39.478 INFO O| Aug 12 22:28:39.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5110 | 2024-08-12T22:28:41.473Z | [ recovery-image] Aug 12 22:28:39.478 INFO O| Aug 12 22:28:39.478 INFO STEP 432 (remove_files) COMPLETE |
5111 | 2024-08-12T22:28:41.475Z | [ recovery-image] Aug 12 22:28:39.478 INFO O| Aug 12 22:28:39.478 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-12T22:28:41.485Z | [ recovery-image] Aug 12 22:28:39.490 INFO O| Aug 12 22:28:39.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5113 | 2024-08-12T22:28:41.485Z | [ recovery-image] Aug 12 22:28:39.491 INFO O| Aug 12 22:28:39.491 INFO STEP 433 (remove_files) COMPLETE |
5114 | 2024-08-12T22:28:41.487Z | [ recovery-image] Aug 12 22:28:39.491 INFO O| Aug 12 22:28:39.491 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-12T22:28:41.499Z | [ recovery-image] Aug 12 22:28:39.504 INFO O| Aug 12 22:28:39.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5116 | 2024-08-12T22:28:41.499Z | [ recovery-image] Aug 12 22:28:39.504 INFO O| Aug 12 22:28:39.504 INFO STEP 434 (remove_files) COMPLETE |
5117 | 2024-08-12T22:28:41.501Z | [ recovery-image] Aug 12 22:28:39.504 INFO O| Aug 12 22:28:39.504 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-12T22:28:41.512Z | [ recovery-image] Aug 12 22:28:39.517 INFO O| Aug 12 22:28:39.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5119 | 2024-08-12T22:28:41.515Z | [ recovery-image] Aug 12 22:28:39.517 INFO O| Aug 12 22:28:39.517 INFO STEP 435 (remove_files) COMPLETE |
5120 | 2024-08-12T22:28:41.515Z | [ recovery-image] Aug 12 22:28:39.517 INFO O| Aug 12 22:28:39.517 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-12T22:28:41.524Z | [ recovery-image] Aug 12 22:28:39.530 INFO O| Aug 12 22:28:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5122 | 2024-08-12T22:28:41.524Z | [ recovery-image] Aug 12 22:28:39.530 INFO O| Aug 12 22:28:39.530 INFO STEP 436 (remove_files) COMPLETE |
5123 | 2024-08-12T22:28:41.524Z | [ recovery-image] Aug 12 22:28:39.530 INFO O| Aug 12 22:28:39.530 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-12T22:28:41.536Z | [ recovery-image] Aug 12 22:28:39.541 INFO O| Aug 12 22:28:39.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5125 | 2024-08-12T22:28:41.538Z | [ recovery-image] Aug 12 22:28:39.541 INFO O| Aug 12 22:28:39.541 INFO STEP 437 (remove_files) COMPLETE |
5126 | 2024-08-12T22:28:41.538Z | [ recovery-image] Aug 12 22:28:39.541 INFO O| Aug 12 22:28:39.541 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-12T22:28:41.547Z | [ recovery-image] Aug 12 22:28:39.552 INFO O| Aug 12 22:28:39.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5128 | 2024-08-12T22:28:41.550Z | [ recovery-image] Aug 12 22:28:39.552 INFO O| Aug 12 22:28:39.552 INFO STEP 438 (remove_files) COMPLETE |
5129 | 2024-08-12T22:28:41.550Z | [ recovery-image] Aug 12 22:28:39.553 INFO O| Aug 12 22:28:39.552 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-12T22:28:41.558Z | [ recovery-image] Aug 12 22:28:39.564 INFO O| Aug 12 22:28:39.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5131 | 2024-08-12T22:28:41.558Z | [ recovery-image] Aug 12 22:28:39.564 INFO O| Aug 12 22:28:39.564 INFO STEP 439 (remove_files) COMPLETE |
5132 | 2024-08-12T22:28:41.561Z | [ recovery-image] Aug 12 22:28:39.564 INFO O| Aug 12 22:28:39.564 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-12T22:28:41.570Z | [ recovery-image] Aug 12 22:28:39.575 INFO O| Aug 12 22:28:39.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5134 | 2024-08-12T22:28:41.570Z | [ recovery-image] Aug 12 22:28:39.575 INFO O| Aug 12 22:28:39.575 INFO STEP 440 (remove_files) COMPLETE |
5135 | 2024-08-12T22:28:41.573Z | [ recovery-image] Aug 12 22:28:39.576 INFO O| Aug 12 22:28:39.575 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-12T22:28:41.582Z | [ recovery-image] Aug 12 22:28:39.587 INFO O| Aug 12 22:28:39.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5137 | 2024-08-12T22:28:41.584Z | [ recovery-image] Aug 12 22:28:39.587 INFO O| Aug 12 22:28:39.587 INFO STEP 441 (remove_files) COMPLETE |
5138 | 2024-08-12T22:28:41.585Z | [ recovery-image] Aug 12 22:28:39.587 INFO O| Aug 12 22:28:39.587 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-12T22:28:41.594Z | [ recovery-image] Aug 12 22:28:39.599 INFO O| Aug 12 22:28:39.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5140 | 2024-08-12T22:28:41.596Z | [ recovery-image] Aug 12 22:28:39.599 INFO O| Aug 12 22:28:39.599 INFO STEP 442 (remove_files) COMPLETE |
5141 | 2024-08-12T22:28:41.596Z | [ recovery-image] Aug 12 22:28:39.599 INFO O| Aug 12 22:28:39.599 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-12T22:28:41.606Z | [ recovery-image] Aug 12 22:28:39.611 INFO O| Aug 12 22:28:39.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5143 | 2024-08-12T22:28:41.606Z | [ recovery-image] Aug 12 22:28:39.611 INFO O| Aug 12 22:28:39.611 INFO STEP 443 (remove_files) COMPLETE |
5144 | 2024-08-12T22:28:41.606Z | [ recovery-image] Aug 12 22:28:39.612 INFO O| Aug 12 22:28:39.611 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-12T22:28:41.618Z | [ recovery-image] Aug 12 22:28:39.623 INFO O| Aug 12 22:28:39.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5146 | 2024-08-12T22:28:41.618Z | [ recovery-image] Aug 12 22:28:39.623 INFO O| Aug 12 22:28:39.623 INFO STEP 444 (remove_files) COMPLETE |
5147 | 2024-08-12T22:28:41.621Z | [ recovery-image] Aug 12 22:28:39.623 INFO O| Aug 12 22:28:39.623 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-12T22:28:41.630Z | [ recovery-image] Aug 12 22:28:39.636 INFO O| Aug 12 22:28:39.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5149 | 2024-08-12T22:28:41.633Z | [ recovery-image] Aug 12 22:28:39.636 INFO O| Aug 12 22:28:39.636 INFO STEP 445 (remove_files) COMPLETE |
5150 | 2024-08-12T22:28:41.633Z | [ recovery-image] Aug 12 22:28:39.636 INFO O| Aug 12 22:28:39.636 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-12T22:28:41.643Z | [ recovery-image] Aug 12 22:28:39.648 INFO O| Aug 12 22:28:39.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5152 | 2024-08-12T22:28:41.643Z | [ recovery-image] Aug 12 22:28:39.648 INFO O| Aug 12 22:28:39.648 INFO STEP 446 (remove_files) COMPLETE |
5153 | 2024-08-12T22:28:41.645Z | [ recovery-image] Aug 12 22:28:39.648 INFO O| Aug 12 22:28:39.648 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-12T22:28:41.657Z | [ recovery-image] Aug 12 22:28:39.662 INFO O| Aug 12 22:28:39.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5155 | 2024-08-12T22:28:41.657Z | [ recovery-image] Aug 12 22:28:39.662 INFO O| Aug 12 22:28:39.662 INFO STEP 447 (remove_files) COMPLETE |
5156 | 2024-08-12T22:28:41.660Z | [ recovery-image] Aug 12 22:28:39.662 INFO O| Aug 12 22:28:39.662 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-12T22:28:41.675Z | [ recovery-image] Aug 12 22:28:39.681 INFO O| Aug 12 22:28:39.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5158 | 2024-08-12T22:28:41.675Z | [ recovery-image] Aug 12 22:28:39.681 INFO O| Aug 12 22:28:39.681 INFO STEP 448 (remove_files) COMPLETE |
5159 | 2024-08-12T22:28:41.675Z | [ recovery-image] Aug 12 22:28:39.681 INFO O| Aug 12 22:28:39.681 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-12T22:28:41.687Z | [ recovery-image] Aug 12 22:28:39.693 INFO O| Aug 12 22:28:39.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5161 | 2024-08-12T22:28:41.687Z | [ recovery-image] Aug 12 22:28:39.693 INFO O| Aug 12 22:28:39.693 INFO STEP 449 (remove_files) COMPLETE |
5162 | 2024-08-12T22:28:41.687Z | [ recovery-image] Aug 12 22:28:39.693 INFO O| Aug 12 22:28:39.693 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-12T22:28:41.747Z | [ recovery-image] Aug 12 22:28:39.752 INFO O| Aug 12 22:28:39.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5164 | 2024-08-12T22:28:41.747Z | [ recovery-image] Aug 12 22:28:39.752 INFO O| Aug 12 22:28:39.752 INFO STEP 450 (remove_files) COMPLETE |
5165 | 2024-08-12T22:28:41.747Z | [ recovery-image] Aug 12 22:28:39.752 INFO O| Aug 12 22:28:39.752 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-12T22:28:41.758Z | [ recovery-image] Aug 12 22:28:39.764 INFO O| Aug 12 22:28:39.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5167 | 2024-08-12T22:28:41.761Z | [ recovery-image] Aug 12 22:28:39.764 INFO O| Aug 12 22:28:39.764 INFO STEP 451 (remove_files) COMPLETE |
5168 | 2024-08-12T22:28:41.761Z | [ recovery-image] Aug 12 22:28:39.764 INFO O| Aug 12 22:28:39.764 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-12T22:28:41.769Z | [ recovery-image] Aug 12 22:28:39.774 INFO O| Aug 12 22:28:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5170 | 2024-08-12T22:28:41.769Z | [ recovery-image] Aug 12 22:28:39.775 INFO O| Aug 12 22:28:39.774 INFO STEP 452 (remove_files) COMPLETE |
5171 | 2024-08-12T22:28:41.769Z | [ recovery-image] Aug 12 22:28:39.775 INFO O| Aug 12 22:28:39.775 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-12T22:28:41.779Z | [ recovery-image] Aug 12 22:28:39.785 INFO O| Aug 12 22:28:39.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5173 | 2024-08-12T22:28:41.782Z | [ recovery-image] Aug 12 22:28:39.785 INFO O| Aug 12 22:28:39.785 INFO STEP 453 (remove_files) COMPLETE |
5174 | 2024-08-12T22:28:41.782Z | [ recovery-image] Aug 12 22:28:39.785 INFO O| Aug 12 22:28:39.785 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-12T22:28:41.790Z | [ recovery-image] Aug 12 22:28:39.795 INFO O| Aug 12 22:28:39.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5176 | 2024-08-12T22:28:41.790Z | [ recovery-image] Aug 12 22:28:39.795 INFO O| Aug 12 22:28:39.795 INFO STEP 454 (remove_files) COMPLETE |
5177 | 2024-08-12T22:28:41.790Z | [ recovery-image] Aug 12 22:28:39.795 INFO O| Aug 12 22:28:39.795 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-12T22:28:41.800Z | [ recovery-image] Aug 12 22:28:39.806 INFO O| Aug 12 22:28:39.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5179 | 2024-08-12T22:28:41.800Z | [ recovery-image] Aug 12 22:28:39.806 INFO O| Aug 12 22:28:39.806 INFO STEP 455 (remove_files) COMPLETE |
5180 | 2024-08-12T22:28:41.800Z | [ recovery-image] Aug 12 22:28:39.806 INFO O| Aug 12 22:28:39.806 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-12T22:28:41.811Z | [ recovery-image] Aug 12 22:28:39.816 INFO O| Aug 12 22:28:39.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5182 | 2024-08-12T22:28:41.811Z | [ recovery-image] Aug 12 22:28:39.816 INFO O| Aug 12 22:28:39.816 INFO STEP 456 (remove_files) COMPLETE |
5183 | 2024-08-12T22:28:41.811Z | [ recovery-image] Aug 12 22:28:39.816 INFO O| Aug 12 22:28:39.816 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-12T22:28:41.821Z | [ recovery-image] Aug 12 22:28:39.826 INFO O| Aug 12 22:28:39.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5185 | 2024-08-12T22:28:41.821Z | [ recovery-image] Aug 12 22:28:39.827 INFO O| Aug 12 22:28:39.827 INFO STEP 457 (remove_files) COMPLETE |
5186 | 2024-08-12T22:28:41.824Z | [ recovery-image] Aug 12 22:28:39.827 INFO O| Aug 12 22:28:39.827 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-12T22:28:41.833Z | [ recovery-image] Aug 12 22:28:39.839 INFO O| Aug 12 22:28:39.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5188 | 2024-08-12T22:28:41.836Z | [ recovery-image] Aug 12 22:28:39.839 INFO O| Aug 12 22:28:39.839 INFO STEP 458 (remove_files) COMPLETE |
5189 | 2024-08-12T22:28:41.836Z | [ recovery-image] Aug 12 22:28:39.839 INFO O| Aug 12 22:28:39.839 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-12T22:28:41.845Z | [ recovery-image] Aug 12 22:28:39.851 INFO O| Aug 12 22:28:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5191 | 2024-08-12T22:28:41.845Z | [ recovery-image] Aug 12 22:28:39.851 INFO O| Aug 12 22:28:39.851 INFO STEP 459 (remove_files) COMPLETE |
5192 | 2024-08-12T22:28:41.848Z | [ recovery-image] Aug 12 22:28:39.851 INFO O| Aug 12 22:28:39.851 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-12T22:28:41.857Z | [ recovery-image] Aug 12 22:28:39.862 INFO O| Aug 12 22:28:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5194 | 2024-08-12T22:28:41.857Z | [ recovery-image] Aug 12 22:28:39.862 INFO O| Aug 12 22:28:39.862 INFO STEP 460 (remove_files) COMPLETE |
5195 | 2024-08-12T22:28:41.857Z | [ recovery-image] Aug 12 22:28:39.862 INFO O| Aug 12 22:28:39.862 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-12T22:28:41.868Z | [ recovery-image] Aug 12 22:28:39.873 INFO O| Aug 12 22:28:39.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5197 | 2024-08-12T22:28:41.868Z | [ recovery-image] Aug 12 22:28:39.873 INFO O| Aug 12 22:28:39.873 INFO STEP 461 (remove_files) COMPLETE |
5198 | 2024-08-12T22:28:41.870Z | [ recovery-image] Aug 12 22:28:39.873 INFO O| Aug 12 22:28:39.873 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-12T22:28:41.878Z | [ recovery-image] Aug 12 22:28:39.883 INFO O| Aug 12 22:28:39.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5200 | 2024-08-12T22:28:41.878Z | [ recovery-image] Aug 12 22:28:39.883 INFO O| Aug 12 22:28:39.883 INFO STEP 462 (remove_files) COMPLETE |
5201 | 2024-08-12T22:28:41.878Z | [ recovery-image] Aug 12 22:28:39.883 INFO O| Aug 12 22:28:39.883 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-12T22:28:41.887Z | [ host-image] Aug 12 22:28:39.892 INFO O| Aug 12 22:28:39.892 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5203 | 2024-08-12T22:28:41.890Z | [ recovery-image] Aug 12 22:28:39.894 INFO O| Aug 12 22:28:39.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5204 | 2024-08-12T22:28:41.890Z | [ recovery-image] Aug 12 22:28:39.894 INFO O| Aug 12 22:28:39.894 INFO STEP 463 (remove_files) COMPLETE |
5205 | 2024-08-12T22:28:41.890Z | [ recovery-image] Aug 12 22:28:39.894 INFO O| Aug 12 22:28:39.894 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-12T22:28:41.900Z | [ recovery-image] Aug 12 22:28:39.905 INFO O| Aug 12 22:28:39.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5207 | 2024-08-12T22:28:41.900Z | [ recovery-image] Aug 12 22:28:39.905 INFO O| Aug 12 22:28:39.905 INFO STEP 464 (remove_files) COMPLETE |
5208 | 2024-08-12T22:28:41.902Z | [ recovery-image] Aug 12 22:28:39.905 INFO O| Aug 12 22:28:39.905 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-12T22:28:41.910Z | [ recovery-image] Aug 12 22:28:39.916 INFO O| Aug 12 22:28:39.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5210 | 2024-08-12T22:28:41.913Z | [ recovery-image] Aug 12 22:28:39.916 INFO O| Aug 12 22:28:39.916 INFO STEP 465 (remove_files) COMPLETE |
5211 | 2024-08-12T22:28:41.913Z | [ recovery-image] Aug 12 22:28:39.916 INFO O| Aug 12 22:28:39.916 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-12T22:28:41.921Z | [ recovery-image] Aug 12 22:28:39.927 INFO O| Aug 12 22:28:39.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5213 | 2024-08-12T22:28:41.921Z | [ recovery-image] Aug 12 22:28:39.927 INFO O| Aug 12 22:28:39.927 INFO STEP 466 (remove_files) COMPLETE |
5214 | 2024-08-12T22:28:41.924Z | [ recovery-image] Aug 12 22:28:39.927 INFO O| Aug 12 22:28:39.927 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-12T22:28:41.933Z | [ recovery-image] Aug 12 22:28:39.938 INFO O| Aug 12 22:28:39.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5216 | 2024-08-12T22:28:41.933Z | [ recovery-image] Aug 12 22:28:39.938 INFO O| Aug 12 22:28:39.938 INFO STEP 467 (remove_files) COMPLETE |
5217 | 2024-08-12T22:28:41.935Z | [ recovery-image] Aug 12 22:28:39.938 INFO O| Aug 12 22:28:39.938 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-12T22:28:41.943Z | [ recovery-image] Aug 12 22:28:39.949 INFO O| Aug 12 22:28:39.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5219 | 2024-08-12T22:28:41.944Z | [ recovery-image] Aug 12 22:28:39.949 INFO O| Aug 12 22:28:39.949 INFO STEP 468 (remove_files) COMPLETE |
5220 | 2024-08-12T22:28:41.946Z | [ recovery-image] Aug 12 22:28:39.949 INFO O| Aug 12 22:28:39.949 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-12T22:28:41.954Z | [ recovery-image] Aug 12 22:28:39.959 INFO O| Aug 12 22:28:39.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5222 | 2024-08-12T22:28:41.954Z | [ recovery-image] Aug 12 22:28:39.959 INFO O| Aug 12 22:28:39.959 INFO STEP 469 (remove_files) COMPLETE |
5223 | 2024-08-12T22:28:41.956Z | [ recovery-image] Aug 12 22:28:39.959 INFO O| Aug 12 22:28:39.959 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-08-12T22:28:41.964Z | [ recovery-image] Aug 12 22:28:39.969 INFO O| Aug 12 22:28:39.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5225 | 2024-08-12T22:28:41.964Z | [ recovery-image] Aug 12 22:28:39.969 INFO O| Aug 12 22:28:39.969 INFO STEP 470 (remove_files) COMPLETE |
5226 | 2024-08-12T22:28:41.967Z | [ recovery-image] Aug 12 22:28:39.969 INFO O| Aug 12 22:28:39.969 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-12T22:28:41.975Z | [ recovery-image] Aug 12 22:28:39.980 INFO O| Aug 12 22:28:39.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5228 | 2024-08-12T22:28:41.975Z | [ recovery-image] Aug 12 22:28:39.980 INFO O| Aug 12 22:28:39.980 INFO STEP 471 (remove_files) COMPLETE |
5229 | 2024-08-12T22:28:41.977Z | [ recovery-image] Aug 12 22:28:39.980 INFO O| Aug 12 22:28:39.980 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-12T22:28:41.987Z | [ recovery-image] Aug 12 22:28:39.991 INFO O| Aug 12 22:28:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5231 | 2024-08-12T22:28:41.987Z | [ recovery-image] Aug 12 22:28:39.991 INFO O| Aug 12 22:28:39.991 INFO STEP 472 (remove_files) COMPLETE |
5232 | 2024-08-12T22:28:41.987Z | [ recovery-image] Aug 12 22:28:39.991 INFO O| Aug 12 22:28:39.991 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-08-12T22:28:41.997Z | [ recovery-image] Aug 12 22:28:40.002 INFO O| Aug 12 22:28:40.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5234 | 2024-08-12T22:28:41.997Z | [ recovery-image] Aug 12 22:28:40.003 INFO O| Aug 12 22:28:40.002 INFO STEP 473 (remove_files) COMPLETE |
5235 | 2024-08-12T22:28:41.997Z | [ recovery-image] Aug 12 22:28:40.003 INFO O| Aug 12 22:28:40.003 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-08-12T22:28:42.009Z | [ recovery-image] Aug 12 22:28:40.014 INFO O| Aug 12 22:28:40.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5237 | 2024-08-12T22:28:42.009Z | [ recovery-image] Aug 12 22:28:40.015 INFO O| Aug 12 22:28:40.014 INFO STEP 474 (remove_files) COMPLETE |
5238 | 2024-08-12T22:28:42.012Z | [ recovery-image] Aug 12 22:28:40.015 INFO O| Aug 12 22:28:40.015 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-08-12T22:28:42.020Z | [ recovery-image] Aug 12 22:28:40.026 INFO O| Aug 12 22:28:40.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5240 | 2024-08-12T22:28:42.023Z | [ recovery-image] Aug 12 22:28:40.026 INFO O| Aug 12 22:28:40.026 INFO STEP 475 (remove_files) COMPLETE |
5241 | 2024-08-12T22:28:42.023Z | [ recovery-image] Aug 12 22:28:40.026 INFO O| Aug 12 22:28:40.026 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-08-12T22:28:42.031Z | [ recovery-image] Aug 12 22:28:40.036 INFO O| Aug 12 22:28:40.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5243 | 2024-08-12T22:28:42.031Z | [ recovery-image] Aug 12 22:28:40.036 INFO O| Aug 12 22:28:40.036 INFO STEP 476 (remove_files) COMPLETE |
5244 | 2024-08-12T22:28:42.034Z | [ recovery-image] Aug 12 22:28:40.036 INFO O| Aug 12 22:28:40.036 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-08-12T22:28:42.042Z | [ recovery-image] Aug 12 22:28:40.047 INFO O| Aug 12 22:28:40.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5246 | 2024-08-12T22:28:42.042Z | [ recovery-image] Aug 12 22:28:40.047 INFO O| Aug 12 22:28:40.047 INFO STEP 477 (remove_files) COMPLETE |
5247 | 2024-08-12T22:28:42.044Z | [ recovery-image] Aug 12 22:28:40.047 INFO O| Aug 12 22:28:40.047 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-08-12T22:28:42.053Z | [ recovery-image] Aug 12 22:28:40.057 INFO O| Aug 12 22:28:40.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5249 | 2024-08-12T22:28:42.056Z | [ recovery-image] Aug 12 22:28:40.057 INFO O| Aug 12 22:28:40.057 INFO STEP 478 (remove_files) COMPLETE |
5250 | 2024-08-12T22:28:42.056Z | [ recovery-image] Aug 12 22:28:40.057 INFO O| Aug 12 22:28:40.057 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-08-12T22:28:42.064Z | [ recovery-image] Aug 12 22:28:40.068 INFO O| Aug 12 22:28:40.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5252 | 2024-08-12T22:28:42.066Z | [ recovery-image] Aug 12 22:28:40.068 INFO O| Aug 12 22:28:40.068 INFO STEP 479 (remove_files) COMPLETE |
5253 | 2024-08-12T22:28:42.067Z | [ recovery-image] Aug 12 22:28:40.068 INFO O| Aug 12 22:28:40.068 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-08-12T22:28:42.073Z | [ recovery-image] Aug 12 22:28:40.078 INFO O| Aug 12 22:28:40.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5255 | 2024-08-12T22:28:42.075Z | [ recovery-image] Aug 12 22:28:40.078 INFO O| Aug 12 22:28:40.078 INFO STEP 480 (remove_files) COMPLETE |
5256 | 2024-08-12T22:28:42.075Z | [ recovery-image] Aug 12 22:28:40.078 INFO O| Aug 12 22:28:40.078 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-08-12T22:28:42.085Z | [ recovery-image] Aug 12 22:28:40.090 INFO O| Aug 12 22:28:40.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5258 | 2024-08-12T22:28:42.085Z | [ recovery-image] Aug 12 22:28:40.090 INFO O| Aug 12 22:28:40.090 INFO STEP 481 (remove_files) COMPLETE |
5259 | 2024-08-12T22:28:42.087Z | [ recovery-image] Aug 12 22:28:40.090 INFO O| Aug 12 22:28:40.090 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-08-12T22:28:42.095Z | [ recovery-image] Aug 12 22:28:40.100 INFO O| Aug 12 22:28:40.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5261 | 2024-08-12T22:28:42.097Z | [ recovery-image] Aug 12 22:28:40.100 INFO O| Aug 12 22:28:40.100 INFO STEP 482 (remove_files) COMPLETE |
5262 | 2024-08-12T22:28:42.097Z | [ recovery-image] Aug 12 22:28:40.100 INFO O| Aug 12 22:28:40.100 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-08-12T22:28:42.105Z | [ recovery-image] Aug 12 22:28:40.110 INFO O| Aug 12 22:28:40.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5264 | 2024-08-12T22:28:42.108Z | [ recovery-image] Aug 12 22:28:40.110 INFO O| Aug 12 22:28:40.110 INFO STEP 483 (remove_files) COMPLETE |
5265 | 2024-08-12T22:28:42.108Z | [ recovery-image] Aug 12 22:28:40.110 INFO O| Aug 12 22:28:40.110 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-08-12T22:28:42.115Z | [ recovery-image] Aug 12 22:28:40.120 INFO O| Aug 12 22:28:40.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5267 | 2024-08-12T22:28:42.118Z | [ recovery-image] Aug 12 22:28:40.120 INFO O| Aug 12 22:28:40.120 INFO STEP 484 (remove_files) COMPLETE |
5268 | 2024-08-12T22:28:42.118Z | [ recovery-image] Aug 12 22:28:40.120 INFO O| Aug 12 22:28:40.120 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-08-12T22:28:42.125Z | [ recovery-image] Aug 12 22:28:40.130 INFO O| Aug 12 22:28:40.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5270 | 2024-08-12T22:28:42.128Z | [ recovery-image] Aug 12 22:28:40.131 INFO O| Aug 12 22:28:40.130 INFO STEP 485 (remove_files) COMPLETE |
5271 | 2024-08-12T22:28:42.128Z | [ recovery-image] Aug 12 22:28:40.131 INFO O| Aug 12 22:28:40.130 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-08-12T22:28:42.136Z | [ recovery-image] Aug 12 22:28:40.141 INFO O| Aug 12 22:28:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5273 | 2024-08-12T22:28:42.136Z | [ recovery-image] Aug 12 22:28:40.141 INFO O| Aug 12 22:28:40.141 INFO STEP 486 (remove_files) COMPLETE |
5274 | 2024-08-12T22:28:42.138Z | [ recovery-image] Aug 12 22:28:40.141 INFO O| Aug 12 22:28:40.141 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-08-12T22:28:42.146Z | [ recovery-image] Aug 12 22:28:40.151 INFO O| Aug 12 22:28:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5276 | 2024-08-12T22:28:42.146Z | [ recovery-image] Aug 12 22:28:40.151 INFO O| Aug 12 22:28:40.151 INFO STEP 487 (remove_files) COMPLETE |
5277 | 2024-08-12T22:28:42.146Z | [ recovery-image] Aug 12 22:28:40.151 INFO O| Aug 12 22:28:40.151 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-08-12T22:28:42.159Z | [ recovery-image] Aug 12 22:28:40.165 INFO O| Aug 12 22:28:40.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5279 | 2024-08-12T22:28:42.162Z | [ recovery-image] Aug 12 22:28:40.165 INFO O| Aug 12 22:28:40.165 INFO STEP 488 (remove_files) COMPLETE |
5280 | 2024-08-12T22:28:42.162Z | [ recovery-image] Aug 12 22:28:40.165 INFO O| Aug 12 22:28:40.165 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-08-12T22:28:42.173Z | [ recovery-image] Aug 12 22:28:40.178 INFO O| Aug 12 22:28:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5282 | 2024-08-12T22:28:42.173Z | [ recovery-image] Aug 12 22:28:40.178 INFO O| Aug 12 22:28:40.178 INFO STEP 489 (remove_files) COMPLETE |
5283 | 2024-08-12T22:28:42.176Z | [ recovery-image] Aug 12 22:28:40.178 INFO O| Aug 12 22:28:40.178 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-08-12T22:28:42.186Z | [ recovery-image] Aug 12 22:28:40.191 INFO O| Aug 12 22:28:40.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5285 | 2024-08-12T22:28:42.186Z | [ recovery-image] Aug 12 22:28:40.191 INFO O| Aug 12 22:28:40.191 INFO STEP 490 (remove_files) COMPLETE |
5286 | 2024-08-12T22:28:42.189Z | [ recovery-image] Aug 12 22:28:40.192 INFO O| Aug 12 22:28:40.191 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-08-12T22:28:42.200Z | [ recovery-image] Aug 12 22:28:40.205 INFO O| Aug 12 22:28:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5288 | 2024-08-12T22:28:42.207Z | [ recovery-image] Aug 12 22:28:40.205 INFO O| Aug 12 22:28:40.205 INFO STEP 491 (remove_files) COMPLETE |
5289 | 2024-08-12T22:28:42.207Z | [ recovery-image] Aug 12 22:28:40.205 INFO O| Aug 12 22:28:40.205 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-08-12T22:28:42.214Z | [ recovery-image] Aug 12 22:28:40.219 INFO O| Aug 12 22:28:40.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5291 | 2024-08-12T22:28:42.216Z | [ recovery-image] Aug 12 22:28:40.219 INFO O| Aug 12 22:28:40.219 INFO STEP 492 (remove_files) COMPLETE |
5292 | 2024-08-12T22:28:42.216Z | [ recovery-image] Aug 12 22:28:40.219 INFO O| Aug 12 22:28:40.219 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-08-12T22:28:42.228Z | [ recovery-image] Aug 12 22:28:40.233 INFO O| Aug 12 22:28:40.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5294 | 2024-08-12T22:28:42.230Z | [ recovery-image] Aug 12 22:28:40.233 INFO O| Aug 12 22:28:40.233 INFO STEP 493 (remove_files) COMPLETE |
5295 | 2024-08-12T22:28:42.230Z | [ recovery-image] Aug 12 22:28:40.233 INFO O| Aug 12 22:28:40.233 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-08-12T22:28:42.241Z | [ recovery-image] Aug 12 22:28:40.246 INFO O| Aug 12 22:28:40.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5297 | 2024-08-12T22:28:42.241Z | [ recovery-image] Aug 12 22:28:40.246 INFO O| Aug 12 22:28:40.246 INFO STEP 494 (remove_files) COMPLETE |
5298 | 2024-08-12T22:28:42.241Z | [ recovery-image] Aug 12 22:28:40.246 INFO O| Aug 12 22:28:40.246 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-08-12T22:28:42.254Z | [ recovery-image] Aug 12 22:28:40.258 INFO O| Aug 12 22:28:40.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5300 | 2024-08-12T22:28:42.258Z | [ recovery-image] Aug 12 22:28:40.259 INFO O| Aug 12 22:28:40.259 INFO STEP 495 (remove_files) COMPLETE |
5301 | 2024-08-12T22:28:42.258Z | [ recovery-image] Aug 12 22:28:40.259 INFO O| Aug 12 22:28:40.259 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-08-12T22:28:42.267Z | [ recovery-image] Aug 12 22:28:40.271 INFO O| Aug 12 22:28:40.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5303 | 2024-08-12T22:28:42.267Z | [ recovery-image] Aug 12 22:28:40.271 INFO O| Aug 12 22:28:40.271 INFO STEP 496 (remove_files) COMPLETE |
5304 | 2024-08-12T22:28:42.270Z | [ recovery-image] Aug 12 22:28:40.271 INFO O| Aug 12 22:28:40.271 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-08-12T22:28:42.279Z | [ recovery-image] Aug 12 22:28:40.284 INFO O| Aug 12 22:28:40.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5306 | 2024-08-12T22:28:42.282Z | [ recovery-image] Aug 12 22:28:40.284 INFO O| Aug 12 22:28:40.284 INFO STEP 497 (remove_files) COMPLETE |
5307 | 2024-08-12T22:28:42.282Z | [ recovery-image] Aug 12 22:28:40.284 INFO O| Aug 12 22:28:40.284 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-08-12T22:28:42.290Z | [ recovery-image] Aug 12 22:28:40.295 INFO O| Aug 12 22:28:40.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5309 | 2024-08-12T22:28:42.293Z | [ recovery-image] Aug 12 22:28:40.295 INFO O| Aug 12 22:28:40.295 INFO STEP 498 (remove_files) COMPLETE |
5310 | 2024-08-12T22:28:42.293Z | [ recovery-image] Aug 12 22:28:40.295 INFO O| Aug 12 22:28:40.295 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-08-12T22:28:42.301Z | [ recovery-image] Aug 12 22:28:40.306 INFO O| Aug 12 22:28:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5312 | 2024-08-12T22:28:42.301Z | [ recovery-image] Aug 12 22:28:40.306 INFO O| Aug 12 22:28:40.306 INFO STEP 499 (remove_files) COMPLETE |
5313 | 2024-08-12T22:28:42.304Z | [ recovery-image] Aug 12 22:28:40.306 INFO O| Aug 12 22:28:40.306 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-08-12T22:28:42.311Z | [ recovery-image] Aug 12 22:28:40.316 INFO O| Aug 12 22:28:40.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5315 | 2024-08-12T22:28:42.311Z | [ recovery-image] Aug 12 22:28:40.316 INFO O| Aug 12 22:28:40.316 INFO STEP 500 (remove_files) COMPLETE |
5316 | 2024-08-12T22:28:42.311Z | [ recovery-image] Aug 12 22:28:40.316 INFO O| Aug 12 22:28:40.316 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-08-12T22:28:42.321Z | [ recovery-image] Aug 12 22:28:40.327 INFO O| Aug 12 22:28:40.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5318 | 2024-08-12T22:28:42.322Z | [ recovery-image] Aug 12 22:28:40.327 INFO O| Aug 12 22:28:40.327 INFO STEP 501 (remove_files) COMPLETE |
5319 | 2024-08-12T22:28:42.322Z | [ recovery-image] Aug 12 22:28:40.327 INFO O| Aug 12 22:28:40.327 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-08-12T22:28:42.332Z | [ recovery-image] Aug 12 22:28:40.337 INFO O| Aug 12 22:28:40.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5321 | 2024-08-12T22:28:42.332Z | [ recovery-image] Aug 12 22:28:40.337 INFO O| Aug 12 22:28:40.337 INFO STEP 502 (remove_files) COMPLETE |
5322 | 2024-08-12T22:28:42.335Z | [ recovery-image] Aug 12 22:28:40.337 INFO O| Aug 12 22:28:40.337 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-08-12T22:28:42.344Z | [ recovery-image] Aug 12 22:28:40.349 INFO O| Aug 12 22:28:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5324 | 2024-08-12T22:28:42.344Z | [ recovery-image] Aug 12 22:28:40.349 INFO O| Aug 12 22:28:40.349 INFO STEP 503 (remove_files) COMPLETE |
5325 | 2024-08-12T22:28:42.347Z | [ recovery-image] Aug 12 22:28:40.349 INFO O| Aug 12 22:28:40.349 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-08-12T22:28:42.359Z | [ recovery-image] Aug 12 22:28:40.363 INFO O| Aug 12 22:28:40.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5327 | 2024-08-12T22:28:42.362Z | [ recovery-image] Aug 12 22:28:40.363 INFO O| Aug 12 22:28:40.363 INFO STEP 504 (remove_files) COMPLETE |
5328 | 2024-08-12T22:28:42.362Z | [ recovery-image] Aug 12 22:28:40.363 INFO O| Aug 12 22:28:40.363 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-08-12T22:28:42.372Z | [ recovery-image] Aug 12 22:28:40.377 INFO O| Aug 12 22:28:40.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5330 | 2024-08-12T22:28:42.372Z | [ recovery-image] Aug 12 22:28:40.377 INFO O| Aug 12 22:28:40.377 INFO STEP 505 (remove_files) COMPLETE |
5331 | 2024-08-12T22:28:42.372Z | [ recovery-image] Aug 12 22:28:40.377 INFO O| Aug 12 22:28:40.377 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-08-12T22:28:42.385Z | [ recovery-image] Aug 12 22:28:40.390 INFO O| Aug 12 22:28:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5333 | 2024-08-12T22:28:42.388Z | [ recovery-image] Aug 12 22:28:40.390 INFO O| Aug 12 22:28:40.390 INFO STEP 506 (remove_files) COMPLETE |
5334 | 2024-08-12T22:28:42.388Z | [ recovery-image] Aug 12 22:28:40.390 INFO O| Aug 12 22:28:40.390 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-08-12T22:28:42.397Z | [ recovery-image] Aug 12 22:28:40.402 INFO O| Aug 12 22:28:40.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5336 | 2024-08-12T22:28:42.397Z | [ recovery-image] Aug 12 22:28:40.402 INFO O| Aug 12 22:28:40.402 INFO STEP 507 (remove_files) COMPLETE |
5337 | 2024-08-12T22:28:42.397Z | [ recovery-image] Aug 12 22:28:40.402 INFO O| Aug 12 22:28:40.402 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-08-12T22:28:42.407Z | [ recovery-image] Aug 12 22:28:40.412 INFO O| Aug 12 22:28:40.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5339 | 2024-08-12T22:28:42.407Z | [ recovery-image] Aug 12 22:28:40.412 INFO O| Aug 12 22:28:40.412 INFO STEP 508 (remove_files) COMPLETE |
5340 | 2024-08-12T22:28:42.410Z | [ recovery-image] Aug 12 22:28:40.412 INFO O| Aug 12 22:28:40.412 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-08-12T22:28:42.418Z | [ recovery-image] Aug 12 22:28:40.423 INFO O| Aug 12 22:28:40.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5342 | 2024-08-12T22:28:42.418Z | [ recovery-image] Aug 12 22:28:40.423 INFO O| Aug 12 22:28:40.423 INFO STEP 509 (remove_files) COMPLETE |
5343 | 2024-08-12T22:28:42.422Z | [ recovery-image] Aug 12 22:28:40.423 INFO O| Aug 12 22:28:40.423 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-08-12T22:28:42.429Z | [ recovery-image] Aug 12 22:28:40.434 INFO O| Aug 12 22:28:40.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5345 | 2024-08-12T22:28:42.429Z | [ recovery-image] Aug 12 22:28:40.434 INFO O| Aug 12 22:28:40.434 INFO STEP 510 (remove_files) COMPLETE |
5346 | 2024-08-12T22:28:42.429Z | [ recovery-image] Aug 12 22:28:40.434 INFO O| Aug 12 22:28:40.434 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-08-12T22:28:42.443Z | [ recovery-image] Aug 12 22:28:40.448 INFO O| Aug 12 22:28:40.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5348 | 2024-08-12T22:28:42.446Z | [ recovery-image] Aug 12 22:28:40.448 INFO O| Aug 12 22:28:40.448 INFO STEP 511 (remove_files) COMPLETE |
5349 | 2024-08-12T22:28:42.446Z | [ recovery-image] Aug 12 22:28:40.448 INFO O| Aug 12 22:28:40.448 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-08-12T22:28:42.455Z | [ recovery-image] Aug 12 22:28:40.460 INFO O| Aug 12 22:28:40.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5351 | 2024-08-12T22:28:42.458Z | [ recovery-image] Aug 12 22:28:40.461 INFO O| Aug 12 22:28:40.460 INFO STEP 512 (remove_files) COMPLETE |
5352 | 2024-08-12T22:28:42.458Z | [ recovery-image] Aug 12 22:28:40.461 INFO O| Aug 12 22:28:40.461 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-08-12T22:28:42.467Z | [ recovery-image] Aug 12 22:28:40.472 INFO O| Aug 12 22:28:40.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5354 | 2024-08-12T22:28:42.467Z | [ recovery-image] Aug 12 22:28:40.472 INFO O| Aug 12 22:28:40.472 INFO STEP 513 (remove_files) COMPLETE |
5355 | 2024-08-12T22:28:42.470Z | [ recovery-image] Aug 12 22:28:40.473 INFO O| Aug 12 22:28:40.472 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-08-12T22:28:42.479Z | [ recovery-image] Aug 12 22:28:40.484 INFO O| Aug 12 22:28:40.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5357 | 2024-08-12T22:28:42.479Z | [ recovery-image] Aug 12 22:28:40.484 INFO O| Aug 12 22:28:40.484 INFO STEP 514 (remove_files) COMPLETE |
5358 | 2024-08-12T22:28:42.479Z | [ recovery-image] Aug 12 22:28:40.484 INFO O| Aug 12 22:28:40.484 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-08-12T22:28:42.491Z | [ recovery-image] Aug 12 22:28:40.496 INFO O| Aug 12 22:28:40.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5360 | 2024-08-12T22:28:42.491Z | [ recovery-image] Aug 12 22:28:40.496 INFO O| Aug 12 22:28:40.496 INFO STEP 515 (remove_files) COMPLETE |
5361 | 2024-08-12T22:28:42.493Z | [ recovery-image] Aug 12 22:28:40.496 INFO O| Aug 12 22:28:40.496 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-08-12T22:28:42.503Z | [ recovery-image] Aug 12 22:28:40.508 INFO O| Aug 12 22:28:40.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5363 | 2024-08-12T22:28:42.503Z | [ recovery-image] Aug 12 22:28:40.508 INFO O| Aug 12 22:28:40.508 INFO STEP 516 (remove_files) COMPLETE |
5364 | 2024-08-12T22:28:42.506Z | [ recovery-image] Aug 12 22:28:40.508 INFO O| Aug 12 22:28:40.508 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-08-12T22:28:42.516Z | [ recovery-image] Aug 12 22:28:40.521 INFO O| Aug 12 22:28:40.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5366 | 2024-08-12T22:28:42.516Z | [ recovery-image] Aug 12 22:28:40.521 INFO O| Aug 12 22:28:40.521 INFO STEP 517 (remove_files) COMPLETE |
5367 | 2024-08-12T22:28:42.516Z | [ recovery-image] Aug 12 22:28:40.521 INFO O| Aug 12 22:28:40.521 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-08-12T22:28:42.527Z | [ recovery-image] Aug 12 22:28:40.531 INFO O| Aug 12 22:28:40.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5369 | 2024-08-12T22:28:42.527Z | [ recovery-image] Aug 12 22:28:40.531 INFO O| Aug 12 22:28:40.531 INFO STEP 518 (remove_files) COMPLETE |
5370 | 2024-08-12T22:28:42.529Z | [ recovery-image] Aug 12 22:28:40.531 INFO O| Aug 12 22:28:40.531 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-08-12T22:28:42.537Z | [ recovery-image] Aug 12 22:28:40.542 INFO O| Aug 12 22:28:40.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5372 | 2024-08-12T22:28:42.537Z | [ recovery-image] Aug 12 22:28:40.542 INFO O| Aug 12 22:28:40.542 INFO STEP 519 (remove_files) COMPLETE |
5373 | 2024-08-12T22:28:42.540Z | [ recovery-image] Aug 12 22:28:40.542 INFO O| Aug 12 22:28:40.542 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-08-12T22:28:42.548Z | [ recovery-image] Aug 12 22:28:40.553 INFO O| Aug 12 22:28:40.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5375 | 2024-08-12T22:28:42.551Z | [ recovery-image] Aug 12 22:28:40.553 INFO O| Aug 12 22:28:40.553 INFO STEP 520 (remove_files) COMPLETE |
5376 | 2024-08-12T22:28:42.551Z | [ recovery-image] Aug 12 22:28:40.553 INFO O| Aug 12 22:28:40.553 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-08-12T22:28:42.559Z | [ recovery-image] Aug 12 22:28:40.563 INFO O| Aug 12 22:28:40.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5378 | 2024-08-12T22:28:42.562Z | [ recovery-image] Aug 12 22:28:40.563 INFO O| Aug 12 22:28:40.563 INFO STEP 521 (remove_files) COMPLETE |
5379 | 2024-08-12T22:28:42.562Z | [ recovery-image] Aug 12 22:28:40.563 INFO O| Aug 12 22:28:40.563 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-08-12T22:28:42.571Z | [ recovery-image] Aug 12 22:28:40.576 INFO O| Aug 12 22:28:40.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5381 | 2024-08-12T22:28:42.574Z | [ recovery-image] Aug 12 22:28:40.577 INFO O| Aug 12 22:28:40.576 INFO STEP 522 (remove_files) COMPLETE |
5382 | 2024-08-12T22:28:42.574Z | [ recovery-image] Aug 12 22:28:40.577 INFO O| Aug 12 22:28:40.577 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-08-12T22:28:42.586Z | [ recovery-image] Aug 12 22:28:40.591 INFO O| Aug 12 22:28:40.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5384 | 2024-08-12T22:28:42.588Z | [ recovery-image] Aug 12 22:28:40.591 INFO O| Aug 12 22:28:40.591 INFO STEP 523 (remove_files) COMPLETE |
5385 | 2024-08-12T22:28:42.588Z | [ recovery-image] Aug 12 22:28:40.591 INFO O| Aug 12 22:28:40.591 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-08-12T22:28:42.600Z | [ recovery-image] Aug 12 22:28:40.605 INFO O| Aug 12 22:28:40.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5387 | 2024-08-12T22:28:42.603Z | [ recovery-image] Aug 12 22:28:40.605 INFO O| Aug 12 22:28:40.605 INFO STEP 524 (remove_files) COMPLETE |
5388 | 2024-08-12T22:28:42.603Z | [ recovery-image] Aug 12 22:28:40.605 INFO O| Aug 12 22:28:40.605 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-08-12T22:28:42.610Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 28s |
5390 | 2024-08-12T22:28:42.615Z | [ recovery-image] Aug 12 22:28:40.620 INFO O| Aug 12 22:28:40.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5391 | 2024-08-12T22:28:42.617Z | [ recovery-image] Aug 12 22:28:40.620 INFO O| Aug 12 22:28:40.620 INFO STEP 525 (remove_files) COMPLETE |
5392 | 2024-08-12T22:28:42.617Z | [ recovery-image] Aug 12 22:28:40.620 INFO O| Aug 12 22:28:40.620 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-08-12T22:28:42.632Z | [ recovery-image] Aug 12 22:28:40.637 INFO O| Aug 12 22:28:40.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5394 | 2024-08-12T22:28:42.632Z | [ recovery-image] Aug 12 22:28:40.637 INFO O| Aug 12 22:28:40.637 INFO STEP 526 (remove_files) COMPLETE |
5395 | 2024-08-12T22:28:42.632Z | [ recovery-image] Aug 12 22:28:40.637 INFO O| Aug 12 22:28:40.637 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-08-12T22:28:42.653Z | [ recovery-image] Aug 12 22:28:40.658 INFO O| Aug 12 22:28:40.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5397 | 2024-08-12T22:28:42.653Z | [ recovery-image] Aug 12 22:28:40.658 INFO O| Aug 12 22:28:40.658 INFO STEP 527 (remove_files) COMPLETE |
5398 | 2024-08-12T22:28:42.653Z | [ recovery-image] Aug 12 22:28:40.658 INFO O| Aug 12 22:28:40.658 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-08-12T22:28:42.673Z | [ recovery-image] Aug 12 22:28:40.678 INFO O| Aug 12 22:28:40.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5400 | 2024-08-12T22:28:42.673Z | [ recovery-image] Aug 12 22:28:40.678 INFO O| Aug 12 22:28:40.678 INFO STEP 528 (remove_files) COMPLETE |
5401 | 2024-08-12T22:28:42.676Z | [ recovery-image] Aug 12 22:28:40.678 INFO O| Aug 12 22:28:40.678 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-08-12T22:28:42.693Z | [ recovery-image] Aug 12 22:28:40.698 INFO O| Aug 12 22:28:40.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5403 | 2024-08-12T22:28:42.696Z | [ recovery-image] Aug 12 22:28:40.698 INFO O| Aug 12 22:28:40.698 INFO STEP 529 (remove_files) COMPLETE |
5404 | 2024-08-12T22:28:42.696Z | [ recovery-image] Aug 12 22:28:40.698 INFO O| Aug 12 22:28:40.698 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-08-12T22:28:42.713Z | [ recovery-image] Aug 12 22:28:40.718 INFO O| Aug 12 22:28:40.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5406 | 2024-08-12T22:28:42.714Z | [ recovery-image] Aug 12 22:28:40.718 INFO O| Aug 12 22:28:40.718 INFO STEP 530 (remove_files) COMPLETE |
5407 | 2024-08-12T22:28:42.714Z | [ recovery-image] Aug 12 22:28:40.718 INFO O| Aug 12 22:28:40.718 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-08-12T22:28:42.734Z | [ recovery-image] Aug 12 22:28:40.739 INFO O| Aug 12 22:28:40.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5409 | 2024-08-12T22:28:42.734Z | [ recovery-image] Aug 12 22:28:40.739 INFO O| Aug 12 22:28:40.739 INFO STEP 531 (remove_files) COMPLETE |
5410 | 2024-08-12T22:28:42.737Z | [ recovery-image] Aug 12 22:28:40.739 INFO O| Aug 12 22:28:40.739 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-08-12T22:28:42.752Z | [ recovery-image] Aug 12 22:28:40.756 INFO O| Aug 12 22:28:40.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5412 | 2024-08-12T22:28:42.752Z | [ recovery-image] Aug 12 22:28:40.757 INFO O| Aug 12 22:28:40.756 INFO STEP 532 (remove_files) COMPLETE |
5413 | 2024-08-12T22:28:42.754Z | [ recovery-image] Aug 12 22:28:40.757 INFO O| Aug 12 22:28:40.756 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-08-12T22:28:42.772Z | [ recovery-image] Aug 12 22:28:40.777 INFO O| Aug 12 22:28:40.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5415 | 2024-08-12T22:28:42.775Z | [ recovery-image] Aug 12 22:28:40.777 INFO O| Aug 12 22:28:40.777 INFO STEP 533 (remove_files) COMPLETE |
5416 | 2024-08-12T22:28:42.775Z | [ recovery-image] Aug 12 22:28:40.777 INFO O| Aug 12 22:28:40.777 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-08-12T22:28:42.791Z | [ recovery-image] Aug 12 22:28:40.796 INFO O| Aug 12 22:28:40.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5418 | 2024-08-12T22:28:42.794Z | [ recovery-image] Aug 12 22:28:40.796 INFO O| Aug 12 22:28:40.796 INFO STEP 534 (remove_files) COMPLETE |
5419 | 2024-08-12T22:28:42.794Z | [ recovery-image] Aug 12 22:28:40.796 INFO O| Aug 12 22:28:40.796 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-08-12T22:28:42.805Z | [ recovery-image] Aug 12 22:28:40.810 INFO O| Aug 12 22:28:40.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5421 | 2024-08-12T22:28:42.808Z | [ recovery-image] Aug 12 22:28:40.810 INFO O| Aug 12 22:28:40.810 INFO STEP 535 (remove_files) COMPLETE |
5422 | 2024-08-12T22:28:42.808Z | [ recovery-image] Aug 12 22:28:40.810 INFO O| Aug 12 22:28:40.810 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-08-12T22:28:42.824Z | [ recovery-image] Aug 12 22:28:40.829 INFO O| Aug 12 22:28:40.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5424 | 2024-08-12T22:28:42.827Z | [ recovery-image] Aug 12 22:28:40.829 INFO O| Aug 12 22:28:40.829 INFO STEP 536 (remove_files) COMPLETE |
5425 | 2024-08-12T22:28:42.827Z | [ recovery-image] Aug 12 22:28:40.829 INFO O| Aug 12 22:28:40.829 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-08-12T22:28:42.839Z | [ recovery-image] Aug 12 22:28:40.844 INFO O| Aug 12 22:28:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5427 | 2024-08-12T22:28:42.843Z | [ recovery-image] Aug 12 22:28:40.845 INFO O| Aug 12 22:28:40.845 INFO STEP 537 (remove_files) COMPLETE |
5428 | 2024-08-12T22:28:42.843Z | [ recovery-image] Aug 12 22:28:40.845 INFO O| Aug 12 22:28:40.845 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-08-12T22:28:42.853Z | [ recovery-image] Aug 12 22:28:40.858 INFO O| Aug 12 22:28:40.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5430 | 2024-08-12T22:28:42.853Z | [ recovery-image] Aug 12 22:28:40.858 INFO O| Aug 12 22:28:40.858 INFO STEP 538 (remove_files) COMPLETE |
5431 | 2024-08-12T22:28:42.856Z | [ recovery-image] Aug 12 22:28:40.858 INFO O| Aug 12 22:28:40.858 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-08-12T22:28:42.866Z | [ recovery-image] Aug 12 22:28:40.871 INFO O| Aug 12 22:28:40.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5433 | 2024-08-12T22:28:42.869Z | [ recovery-image] Aug 12 22:28:40.871 INFO O| Aug 12 22:28:40.871 INFO STEP 539 (remove_files) COMPLETE |
5434 | 2024-08-12T22:28:42.869Z | [ recovery-image] Aug 12 22:28:40.871 INFO O| Aug 12 22:28:40.871 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-08-12T22:28:42.880Z | [ recovery-image] Aug 12 22:28:40.885 INFO O| Aug 12 22:28:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5436 | 2024-08-12T22:28:42.882Z | [ recovery-image] Aug 12 22:28:40.885 INFO O| Aug 12 22:28:40.885 INFO STEP 540 (remove_files) COMPLETE |
5437 | 2024-08-12T22:28:42.883Z | [ recovery-image] Aug 12 22:28:40.885 INFO O| Aug 12 22:28:40.885 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-08-12T22:28:42.893Z | [ recovery-image] Aug 12 22:28:40.898 INFO O| Aug 12 22:28:40.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5439 | 2024-08-12T22:28:42.896Z | [ recovery-image] Aug 12 22:28:40.898 INFO O| Aug 12 22:28:40.898 INFO STEP 541 (remove_files) COMPLETE |
5440 | 2024-08-12T22:28:42.896Z | [ recovery-image] Aug 12 22:28:40.898 INFO O| Aug 12 22:28:40.898 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-08-12T22:28:42.907Z | [ recovery-image] Aug 12 22:28:40.912 INFO O| Aug 12 22:28:40.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5442 | 2024-08-12T22:28:42.910Z | [ recovery-image] Aug 12 22:28:40.912 INFO O| Aug 12 22:28:40.912 INFO STEP 542 (remove_files) COMPLETE |
5443 | 2024-08-12T22:28:42.910Z | [ recovery-image] Aug 12 22:28:40.912 INFO O| Aug 12 22:28:40.912 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-08-12T22:28:42.927Z | [ recovery-image] Aug 12 22:28:40.932 INFO O| Aug 12 22:28:40.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5445 | 2024-08-12T22:28:42.930Z | [ recovery-image] Aug 12 22:28:40.932 INFO O| Aug 12 22:28:40.932 INFO STEP 543 (remove_files) COMPLETE |
5446 | 2024-08-12T22:28:42.930Z | [ recovery-image] Aug 12 22:28:40.932 INFO O| Aug 12 22:28:40.932 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-08-12T22:28:42.940Z | [ recovery-image] Aug 12 22:28:40.945 INFO O| Aug 12 22:28:40.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5448 | 2024-08-12T22:28:42.943Z | [ recovery-image] Aug 12 22:28:40.945 INFO O| Aug 12 22:28:40.945 INFO STEP 544 (remove_files) COMPLETE |
5449 | 2024-08-12T22:28:42.943Z | [ recovery-image] Aug 12 22:28:40.945 INFO O| Aug 12 22:28:40.945 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-08-12T22:28:42.954Z | [ recovery-image] Aug 12 22:28:40.959 INFO O| Aug 12 22:28:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5451 | 2024-08-12T22:28:42.957Z | [ recovery-image] Aug 12 22:28:40.959 INFO O| Aug 12 22:28:40.959 INFO STEP 545 (remove_files) COMPLETE |
5452 | 2024-08-12T22:28:42.958Z | [ recovery-image] Aug 12 22:28:40.959 INFO O| Aug 12 22:28:40.959 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-08-12T22:28:42.967Z | [ recovery-image] Aug 12 22:28:40.972 INFO O| Aug 12 22:28:40.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5454 | 2024-08-12T22:28:42.970Z | [ recovery-image] Aug 12 22:28:40.972 INFO O| Aug 12 22:28:40.972 INFO STEP 546 (remove_files) COMPLETE |
5455 | 2024-08-12T22:28:42.970Z | [ recovery-image] Aug 12 22:28:40.972 INFO O| Aug 12 22:28:40.972 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-08-12T22:28:42.986Z | [ recovery-image] Aug 12 22:28:40.991 INFO O| Aug 12 22:28:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5457 | 2024-08-12T22:28:42.989Z | [ recovery-image] Aug 12 22:28:40.991 INFO O| Aug 12 22:28:40.991 INFO STEP 547 (remove_files) COMPLETE |
5458 | 2024-08-12T22:28:42.989Z | [ recovery-image] Aug 12 22:28:40.991 INFO O| Aug 12 22:28:40.991 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-08-12T22:28:42.997Z | Aug 12 22:28:41.002 INFO [verify-libraries] process exited with exit status: 0 (275.795125251s) |
5460 | 2024-08-12T22:28:43.005Z | [ recovery-image] Aug 12 22:28:41.010 INFO O| Aug 12 22:28:41.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5461 | 2024-08-12T22:28:43.008Z | [ recovery-image] Aug 12 22:28:41.010 INFO O| Aug 12 22:28:41.010 INFO STEP 548 (remove_files) COMPLETE |
5462 | 2024-08-12T22:28:43.008Z | [ recovery-image] Aug 12 22:28:41.010 INFO O| Aug 12 22:28:41.010 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-12T22:28:43.021Z | [ recovery-image] Aug 12 22:28:41.025 INFO O| Aug 12 22:28:41.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5464 | 2024-08-12T22:28:43.023Z | [ recovery-image] Aug 12 22:28:41.025 INFO O| Aug 12 22:28:41.025 INFO STEP 549 (remove_files) COMPLETE |
5465 | 2024-08-12T22:28:43.023Z | [ recovery-image] Aug 12 22:28:41.025 INFO O| Aug 12 22:28:41.025 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-12T22:28:43.035Z | [ recovery-image] Aug 12 22:28:41.040 INFO O| Aug 12 22:28:41.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5467 | 2024-08-12T22:28:43.039Z | [ recovery-image] Aug 12 22:28:41.040 INFO O| Aug 12 22:28:41.040 INFO STEP 550 (remove_files) COMPLETE |
5468 | 2024-08-12T22:28:43.039Z | [ recovery-image] Aug 12 22:28:41.040 INFO O| Aug 12 22:28:41.040 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-12T22:28:43.050Z | [ recovery-image] Aug 12 22:28:41.055 INFO O| Aug 12 22:28:41.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5470 | 2024-08-12T22:28:43.050Z | [ recovery-image] Aug 12 22:28:41.055 INFO O| Aug 12 22:28:41.055 INFO STEP 551 (remove_files) COMPLETE |
5471 | 2024-08-12T22:28:43.053Z | [ recovery-image] Aug 12 22:28:41.055 INFO O| Aug 12 22:28:41.055 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-12T22:28:43.067Z | [ recovery-image] Aug 12 22:28:41.070 INFO O| Aug 12 22:28:41.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5473 | 2024-08-12T22:28:43.067Z | [ recovery-image] Aug 12 22:28:41.070 INFO O| Aug 12 22:28:41.070 INFO STEP 552 (remove_files) COMPLETE |
5474 | 2024-08-12T22:28:43.070Z | [ recovery-image] Aug 12 22:28:41.070 INFO O| Aug 12 22:28:41.070 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-12T22:28:43.081Z | [ recovery-image] Aug 12 22:28:41.085 INFO O| Aug 12 22:28:41.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5476 | 2024-08-12T22:28:43.081Z | [ recovery-image] Aug 12 22:28:41.085 INFO O| Aug 12 22:28:41.085 INFO STEP 553 (remove_files) COMPLETE |
5477 | 2024-08-12T22:28:43.084Z | [ recovery-image] Aug 12 22:28:41.085 INFO O| Aug 12 22:28:41.085 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-12T22:28:43.095Z | [ recovery-image] Aug 12 22:28:41.100 INFO O| Aug 12 22:28:41.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5479 | 2024-08-12T22:28:43.098Z | [ recovery-image] Aug 12 22:28:41.100 INFO O| Aug 12 22:28:41.100 INFO STEP 554 (remove_files) COMPLETE |
5480 | 2024-08-12T22:28:43.098Z | [ recovery-image] Aug 12 22:28:41.100 INFO O| Aug 12 22:28:41.100 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-12T22:28:43.110Z | [ recovery-image] Aug 12 22:28:41.115 INFO O| Aug 12 22:28:41.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5482 | 2024-08-12T22:28:43.113Z | [ recovery-image] Aug 12 22:28:41.115 INFO O| Aug 12 22:28:41.115 INFO STEP 555 (remove_files) COMPLETE |
5483 | 2024-08-12T22:28:43.113Z | [ recovery-image] Aug 12 22:28:41.115 INFO O| Aug 12 22:28:41.115 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-12T22:28:43.125Z | [ recovery-image] Aug 12 22:28:41.130 INFO O| Aug 12 22:28:41.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5485 | 2024-08-12T22:28:43.128Z | [ recovery-image] Aug 12 22:28:41.130 INFO O| Aug 12 22:28:41.130 INFO STEP 556 (remove_files) COMPLETE |
5486 | 2024-08-12T22:28:43.128Z | [ recovery-image] Aug 12 22:28:41.130 INFO O| Aug 12 22:28:41.130 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-12T22:28:43.140Z | [ recovery-image] Aug 12 22:28:41.145 INFO O| Aug 12 22:28:41.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5488 | 2024-08-12T22:28:43.143Z | [ recovery-image] Aug 12 22:28:41.145 INFO O| Aug 12 22:28:41.145 INFO STEP 557 (remove_files) COMPLETE |
5489 | 2024-08-12T22:28:43.143Z | [ recovery-image] Aug 12 22:28:41.146 INFO O| Aug 12 22:28:41.145 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-12T22:28:43.156Z | [ recovery-image] Aug 12 22:28:41.161 INFO O| Aug 12 22:28:41.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5491 | 2024-08-12T22:28:43.159Z | [ recovery-image] Aug 12 22:28:41.161 INFO O| Aug 12 22:28:41.161 INFO STEP 558 (remove_files) COMPLETE |
5492 | 2024-08-12T22:28:43.159Z | [ recovery-image] Aug 12 22:28:41.161 INFO O| Aug 12 22:28:41.161 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-12T22:28:43.174Z | [ recovery-image] Aug 12 22:28:41.178 INFO O| Aug 12 22:28:41.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5494 | 2024-08-12T22:28:43.174Z | [ recovery-image] Aug 12 22:28:41.178 INFO O| Aug 12 22:28:41.178 INFO STEP 559 (remove_files) COMPLETE |
5495 | 2024-08-12T22:28:43.176Z | [ recovery-image] Aug 12 22:28:41.178 INFO O| Aug 12 22:28:41.178 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-12T22:28:43.189Z | [ recovery-image] Aug 12 22:28:41.194 INFO O| Aug 12 22:28:41.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5497 | 2024-08-12T22:28:43.192Z | [ recovery-image] Aug 12 22:28:41.194 INFO O| Aug 12 22:28:41.194 INFO STEP 560 (remove_files) COMPLETE |
5498 | 2024-08-12T22:28:43.192Z | [ recovery-image] Aug 12 22:28:41.194 INFO O| Aug 12 22:28:41.194 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-12T22:28:43.205Z | [ recovery-image] Aug 12 22:28:41.210 INFO O| Aug 12 22:28:41.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5500 | 2024-08-12T22:28:43.205Z | [ recovery-image] Aug 12 22:28:41.210 INFO O| Aug 12 22:28:41.210 INFO STEP 561 (remove_files) COMPLETE |
5501 | 2024-08-12T22:28:43.208Z | [ recovery-image] Aug 12 22:28:41.210 INFO O| Aug 12 22:28:41.210 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-12T22:28:43.222Z | [ recovery-image] Aug 12 22:28:41.226 INFO O| Aug 12 22:28:41.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5503 | 2024-08-12T22:28:43.222Z | [ recovery-image] Aug 12 22:28:41.226 INFO O| Aug 12 22:28:41.226 INFO STEP 562 (remove_files) COMPLETE |
5504 | 2024-08-12T22:28:43.222Z | [ recovery-image] Aug 12 22:28:41.226 INFO O| Aug 12 22:28:41.226 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-12T22:28:43.238Z | [ recovery-image] Aug 12 22:28:41.242 INFO O| Aug 12 22:28:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5506 | 2024-08-12T22:28:43.240Z | [ recovery-image] Aug 12 22:28:41.242 INFO O| Aug 12 22:28:41.242 INFO STEP 563 (remove_files) COMPLETE |
5507 | 2024-08-12T22:28:43.240Z | [ recovery-image] Aug 12 22:28:41.242 INFO O| Aug 12 22:28:41.242 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-12T22:28:43.252Z | [ recovery-image] Aug 12 22:28:41.257 INFO O| Aug 12 22:28:41.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5509 | 2024-08-12T22:28:43.255Z | [ recovery-image] Aug 12 22:28:41.257 INFO O| Aug 12 22:28:41.257 INFO STEP 564 (remove_files) COMPLETE |
5510 | 2024-08-12T22:28:43.255Z | [ recovery-image] Aug 12 22:28:41.257 INFO O| Aug 12 22:28:41.257 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-12T22:28:43.266Z | [ recovery-image] Aug 12 22:28:41.271 INFO O| Aug 12 22:28:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5512 | 2024-08-12T22:28:43.269Z | [ recovery-image] Aug 12 22:28:41.271 INFO O| Aug 12 22:28:41.271 INFO STEP 565 (remove_files) COMPLETE |
5513 | 2024-08-12T22:28:43.269Z | [ recovery-image] Aug 12 22:28:41.271 INFO O| Aug 12 22:28:41.271 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-12T22:28:43.280Z | [ recovery-image] Aug 12 22:28:41.285 INFO O| Aug 12 22:28:41.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5515 | 2024-08-12T22:28:43.283Z | [ recovery-image] Aug 12 22:28:41.285 INFO O| Aug 12 22:28:41.285 INFO STEP 566 (remove_files) COMPLETE |
5516 | 2024-08-12T22:28:43.283Z | [ recovery-image] Aug 12 22:28:41.285 INFO O| Aug 12 22:28:41.285 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-12T22:28:43.294Z | [ recovery-image] Aug 12 22:28:41.299 INFO O| Aug 12 22:28:41.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5518 | 2024-08-12T22:28:43.294Z | [ recovery-image] Aug 12 22:28:41.299 INFO O| Aug 12 22:28:41.299 INFO STEP 567 (remove_files) COMPLETE |
5519 | 2024-08-12T22:28:43.294Z | [ recovery-image] Aug 12 22:28:41.299 INFO O| Aug 12 22:28:41.299 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-12T22:28:43.312Z | [ recovery-image] Aug 12 22:28:41.314 INFO O| Aug 12 22:28:41.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5521 | 2024-08-12T22:28:43.312Z | [ recovery-image] Aug 12 22:28:41.314 INFO O| Aug 12 22:28:41.314 INFO STEP 568 (remove_files) COMPLETE |
5522 | 2024-08-12T22:28:43.316Z | [ recovery-image] Aug 12 22:28:41.314 INFO O| Aug 12 22:28:41.314 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-12T22:28:43.324Z | [ recovery-image] Aug 12 22:28:41.329 INFO O| Aug 12 22:28:41.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5524 | 2024-08-12T22:28:43.324Z | [ recovery-image] Aug 12 22:28:41.329 INFO O| Aug 12 22:28:41.329 INFO STEP 569 (remove_files) COMPLETE |
5525 | 2024-08-12T22:28:43.324Z | [ recovery-image] Aug 12 22:28:41.329 INFO O| Aug 12 22:28:41.329 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-12T22:28:43.339Z | [ recovery-image] Aug 12 22:28:41.344 INFO O| Aug 12 22:28:41.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5527 | 2024-08-12T22:28:43.342Z | [ recovery-image] Aug 12 22:28:41.344 INFO O| Aug 12 22:28:41.344 INFO STEP 570 (remove_files) COMPLETE |
5528 | 2024-08-12T22:28:43.342Z | [ recovery-image] Aug 12 22:28:41.344 INFO O| Aug 12 22:28:41.344 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-12T22:28:43.355Z | [ recovery-image] Aug 12 22:28:41.359 INFO O| Aug 12 22:28:41.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5530 | 2024-08-12T22:28:43.355Z | [ recovery-image] Aug 12 22:28:41.359 INFO O| Aug 12 22:28:41.359 INFO STEP 571 (remove_files) COMPLETE |
5531 | 2024-08-12T22:28:43.358Z | [ recovery-image] Aug 12 22:28:41.359 INFO O| Aug 12 22:28:41.359 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-12T22:28:43.369Z | [ recovery-image] Aug 12 22:28:41.374 INFO O| Aug 12 22:28:41.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5533 | 2024-08-12T22:28:43.369Z | [ recovery-image] Aug 12 22:28:41.374 INFO O| Aug 12 22:28:41.374 INFO STEP 572 (remove_files) COMPLETE |
5534 | 2024-08-12T22:28:43.372Z | [ recovery-image] Aug 12 22:28:41.374 INFO O| Aug 12 22:28:41.374 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-12T22:28:43.384Z | [ recovery-image] Aug 12 22:28:41.389 INFO O| Aug 12 22:28:41.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5536 | 2024-08-12T22:28:43.387Z | [ recovery-image] Aug 12 22:28:41.389 INFO O| Aug 12 22:28:41.389 INFO STEP 573 (remove_files) COMPLETE |
5537 | 2024-08-12T22:28:43.387Z | [ recovery-image] Aug 12 22:28:41.389 INFO O| Aug 12 22:28:41.389 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-12T22:28:43.399Z | [ recovery-image] Aug 12 22:28:41.404 INFO O| Aug 12 22:28:41.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5539 | 2024-08-12T22:28:43.402Z | [ recovery-image] Aug 12 22:28:41.404 INFO O| Aug 12 22:28:41.404 INFO STEP 574 (remove_files) COMPLETE |
5540 | 2024-08-12T22:28:43.402Z | [ recovery-image] Aug 12 22:28:41.404 INFO O| Aug 12 22:28:41.404 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-12T22:28:43.412Z | [ recovery-image] Aug 12 22:28:41.416 INFO O| Aug 12 22:28:41.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5542 | 2024-08-12T22:28:43.414Z | [ recovery-image] Aug 12 22:28:41.416 INFO O| Aug 12 22:28:41.416 INFO STEP 575 (remove_files) COMPLETE |
5543 | 2024-08-12T22:28:43.414Z | [ recovery-image] Aug 12 22:28:41.416 INFO O| Aug 12 22:28:41.416 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-12T22:28:43.422Z | [ recovery-image] Aug 12 22:28:41.426 INFO O| Aug 12 22:28:41.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5545 | 2024-08-12T22:28:43.424Z | [ recovery-image] Aug 12 22:28:41.426 INFO O| Aug 12 22:28:41.426 INFO STEP 576 (remove_files) COMPLETE |
5546 | 2024-08-12T22:28:43.424Z | [ recovery-image] Aug 12 22:28:41.426 INFO O| Aug 12 22:28:41.426 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-12T22:28:43.432Z | [ recovery-image] Aug 12 22:28:41.436 INFO O| Aug 12 22:28:41.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5548 | 2024-08-12T22:28:43.432Z | [ recovery-image] Aug 12 22:28:41.436 INFO O| Aug 12 22:28:41.436 INFO STEP 577 (remove_files) COMPLETE |
5549 | 2024-08-12T22:28:43.432Z | [ recovery-image] Aug 12 22:28:41.436 INFO O| Aug 12 22:28:41.436 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-12T22:28:43.441Z | [ recovery-image] Aug 12 22:28:41.446 INFO O| Aug 12 22:28:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5551 | 2024-08-12T22:28:43.444Z | [ recovery-image] Aug 12 22:28:41.446 INFO O| Aug 12 22:28:41.446 INFO STEP 578 (remove_files) COMPLETE |
5552 | 2024-08-12T22:28:43.444Z | [ recovery-image] Aug 12 22:28:41.447 INFO O| Aug 12 22:28:41.446 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-12T22:28:43.453Z | [ recovery-image] Aug 12 22:28:41.457 INFO O| Aug 12 22:28:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5554 | 2024-08-12T22:28:43.456Z | [ recovery-image] Aug 12 22:28:41.457 INFO O| Aug 12 22:28:41.457 INFO STEP 579 (remove_files) COMPLETE |
5555 | 2024-08-12T22:28:43.456Z | [ recovery-image] Aug 12 22:28:41.457 INFO O| Aug 12 22:28:41.457 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-12T22:28:43.462Z | [ recovery-image] Aug 12 22:28:41.467 INFO O| Aug 12 22:28:41.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5557 | 2024-08-12T22:28:43.462Z | [ recovery-image] Aug 12 22:28:41.467 INFO O| Aug 12 22:28:41.467 INFO STEP 580 (remove_files) COMPLETE |
5558 | 2024-08-12T22:28:43.465Z | [ recovery-image] Aug 12 22:28:41.467 INFO O| Aug 12 22:28:41.467 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-12T22:28:43.472Z | [ recovery-image] Aug 12 22:28:41.476 INFO O| Aug 12 22:28:41.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5560 | 2024-08-12T22:28:43.472Z | [ recovery-image] Aug 12 22:28:41.476 INFO O| Aug 12 22:28:41.476 INFO STEP 581 (remove_files) COMPLETE |
5561 | 2024-08-12T22:28:43.472Z | [ recovery-image] Aug 12 22:28:41.476 INFO O| Aug 12 22:28:41.476 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-12T22:28:43.481Z | [ recovery-image] Aug 12 22:28:41.486 INFO O| Aug 12 22:28:41.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5563 | 2024-08-12T22:28:43.481Z | [ recovery-image] Aug 12 22:28:41.486 INFO O| Aug 12 22:28:41.486 INFO STEP 582 (remove_files) COMPLETE |
5564 | 2024-08-12T22:28:43.484Z | [ recovery-image] Aug 12 22:28:41.486 INFO O| Aug 12 22:28:41.486 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-12T22:28:43.491Z | [ recovery-image] Aug 12 22:28:41.496 INFO O| Aug 12 22:28:41.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5566 | 2024-08-12T22:28:43.491Z | [ recovery-image] Aug 12 22:28:41.496 INFO O| Aug 12 22:28:41.496 INFO STEP 583 (remove_files) COMPLETE |
5567 | 2024-08-12T22:28:43.491Z | [ recovery-image] Aug 12 22:28:41.496 INFO O| Aug 12 22:28:41.496 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-12T22:28:43.500Z | [ recovery-image] Aug 12 22:28:41.505 INFO O| Aug 12 22:28:41.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5569 | 2024-08-12T22:28:43.500Z | [ recovery-image] Aug 12 22:28:41.505 INFO O| Aug 12 22:28:41.505 INFO STEP 584 (remove_files) COMPLETE |
5570 | 2024-08-12T22:28:43.500Z | [ recovery-image] Aug 12 22:28:41.505 INFO O| Aug 12 22:28:41.505 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-12T22:28:43.510Z | [ recovery-image] Aug 12 22:28:41.515 INFO O| Aug 12 22:28:41.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5572 | 2024-08-12T22:28:43.512Z | [ recovery-image] Aug 12 22:28:41.515 INFO O| Aug 12 22:28:41.515 INFO STEP 585 (remove_files) COMPLETE |
5573 | 2024-08-12T22:28:43.512Z | [ recovery-image] Aug 12 22:28:41.515 INFO O| Aug 12 22:28:41.515 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-12T22:28:43.520Z | [ recovery-image] Aug 12 22:28:41.524 INFO O| Aug 12 22:28:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5575 | 2024-08-12T22:28:43.523Z | [ recovery-image] Aug 12 22:28:41.525 INFO O| Aug 12 22:28:41.524 INFO STEP 586 (remove_files) COMPLETE |
5576 | 2024-08-12T22:28:43.523Z | [ recovery-image] Aug 12 22:28:41.525 INFO O| Aug 12 22:28:41.525 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-12T22:28:43.529Z | [ recovery-image] Aug 12 22:28:41.534 INFO O| Aug 12 22:28:41.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5578 | 2024-08-12T22:28:43.529Z | [ recovery-image] Aug 12 22:28:41.534 INFO O| Aug 12 22:28:41.534 INFO STEP 587 (remove_files) COMPLETE |
5579 | 2024-08-12T22:28:43.532Z | [ recovery-image] Aug 12 22:28:41.534 INFO O| Aug 12 22:28:41.534 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-12T22:28:43.539Z | [ recovery-image] Aug 12 22:28:41.544 INFO O| Aug 12 22:28:41.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5581 | 2024-08-12T22:28:43.539Z | [ recovery-image] Aug 12 22:28:41.544 INFO O| Aug 12 22:28:41.544 INFO STEP 588 (remove_files) COMPLETE |
5582 | 2024-08-12T22:28:43.542Z | [ recovery-image] Aug 12 22:28:41.544 INFO O| Aug 12 22:28:41.544 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-12T22:28:43.549Z | [ recovery-image] Aug 12 22:28:41.553 INFO O| Aug 12 22:28:41.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5584 | 2024-08-12T22:28:43.549Z | [ recovery-image] Aug 12 22:28:41.554 INFO O| Aug 12 22:28:41.554 INFO STEP 589 (remove_files) COMPLETE |
5585 | 2024-08-12T22:28:43.552Z | [ recovery-image] Aug 12 22:28:41.554 INFO O| Aug 12 22:28:41.554 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-12T22:28:43.559Z | [ recovery-image] Aug 12 22:28:41.563 INFO O| Aug 12 22:28:41.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5587 | 2024-08-12T22:28:43.559Z | [ recovery-image] Aug 12 22:28:41.563 INFO O| Aug 12 22:28:41.563 INFO STEP 590 (remove_files) COMPLETE |
5588 | 2024-08-12T22:28:43.562Z | [ recovery-image] Aug 12 22:28:41.563 INFO O| Aug 12 22:28:41.563 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-12T22:28:43.568Z | [ recovery-image] Aug 12 22:28:41.573 INFO O| Aug 12 22:28:41.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5590 | 2024-08-12T22:28:43.568Z | [ recovery-image] Aug 12 22:28:41.573 INFO O| Aug 12 22:28:41.573 INFO STEP 591 (remove_files) COMPLETE |
5591 | 2024-08-12T22:28:43.571Z | [ recovery-image] Aug 12 22:28:41.573 INFO O| Aug 12 22:28:41.573 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-12T22:28:43.578Z | [ recovery-image] Aug 12 22:28:41.583 INFO O| Aug 12 22:28:41.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5593 | 2024-08-12T22:28:43.581Z | [ recovery-image] Aug 12 22:28:41.583 INFO O| Aug 12 22:28:41.583 INFO STEP 592 (remove_files) COMPLETE |
5594 | 2024-08-12T22:28:43.581Z | [ recovery-image] Aug 12 22:28:41.583 INFO O| Aug 12 22:28:41.583 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-12T22:28:43.588Z | [ recovery-image] Aug 12 22:28:41.592 INFO O| Aug 12 22:28:41.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5596 | 2024-08-12T22:28:43.588Z | [ recovery-image] Aug 12 22:28:41.593 INFO O| Aug 12 22:28:41.592 INFO STEP 593 (remove_files) COMPLETE |
5597 | 2024-08-12T22:28:43.591Z | [ recovery-image] Aug 12 22:28:41.593 INFO O| Aug 12 22:28:41.593 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-12T22:28:43.597Z | [ recovery-image] Aug 12 22:28:41.602 INFO O| Aug 12 22:28:41.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5599 | 2024-08-12T22:28:43.606Z | [ recovery-image] Aug 12 22:28:41.603 INFO O| Aug 12 22:28:41.603 INFO STEP 594 (remove_files) COMPLETE |
5600 | 2024-08-12T22:28:43.606Z | [ recovery-image] Aug 12 22:28:41.603 INFO O| Aug 12 22:28:41.603 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-12T22:28:43.611Z | [ recovery-image] Aug 12 22:28:41.613 INFO O| Aug 12 22:28:41.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5602 | 2024-08-12T22:28:43.611Z | [ recovery-image] Aug 12 22:28:41.613 INFO O| Aug 12 22:28:41.613 INFO STEP 595 (remove_files) COMPLETE |
5603 | 2024-08-12T22:28:43.611Z | [ recovery-image] Aug 12 22:28:41.613 INFO O| Aug 12 22:28:41.613 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-12T22:28:43.620Z | [ recovery-image] Aug 12 22:28:41.624 INFO O| Aug 12 22:28:41.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5605 | 2024-08-12T22:28:43.622Z | [ recovery-image] Aug 12 22:28:41.624 INFO O| Aug 12 22:28:41.624 INFO STEP 596 (remove_files) COMPLETE |
5606 | 2024-08-12T22:28:43.622Z | [ recovery-image] Aug 12 22:28:41.624 INFO O| Aug 12 22:28:41.624 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-12T22:28:43.631Z | [ recovery-image] Aug 12 22:28:41.635 INFO O| Aug 12 22:28:41.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5608 | 2024-08-12T22:28:43.631Z | [ recovery-image] Aug 12 22:28:41.635 INFO O| Aug 12 22:28:41.635 INFO STEP 597 (remove_files) COMPLETE |
5609 | 2024-08-12T22:28:43.634Z | [ recovery-image] Aug 12 22:28:41.636 INFO O| Aug 12 22:28:41.635 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-12T22:28:43.641Z | [ recovery-image] Aug 12 22:28:41.645 INFO O| Aug 12 22:28:41.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5611 | 2024-08-12T22:28:43.643Z | [ recovery-image] Aug 12 22:28:41.645 INFO O| Aug 12 22:28:41.645 INFO STEP 598 (remove_files) COMPLETE |
5612 | 2024-08-12T22:28:43.643Z | [ recovery-image] Aug 12 22:28:41.645 INFO O| Aug 12 22:28:41.645 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-12T22:28:43.650Z | [ recovery-image] Aug 12 22:28:41.655 INFO O| Aug 12 22:28:41.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5614 | 2024-08-12T22:28:43.653Z | [ recovery-image] Aug 12 22:28:41.655 INFO O| Aug 12 22:28:41.655 INFO STEP 599 (remove_files) COMPLETE |
5615 | 2024-08-12T22:28:43.653Z | [ recovery-image] Aug 12 22:28:41.655 INFO O| Aug 12 22:28:41.655 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-12T22:28:43.660Z | [ recovery-image] Aug 12 22:28:41.665 INFO O| Aug 12 22:28:41.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5617 | 2024-08-12T22:28:43.660Z | [ recovery-image] Aug 12 22:28:41.665 INFO O| Aug 12 22:28:41.665 INFO STEP 600 (remove_files) COMPLETE |
5618 | 2024-08-12T22:28:43.663Z | [ recovery-image] Aug 12 22:28:41.665 INFO O| Aug 12 22:28:41.665 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-12T22:28:43.670Z | [ recovery-image] Aug 12 22:28:41.674 INFO O| Aug 12 22:28:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5620 | 2024-08-12T22:28:43.672Z | [ recovery-image] Aug 12 22:28:41.675 INFO O| Aug 12 22:28:41.675 INFO STEP 601 (remove_files) COMPLETE |
5621 | 2024-08-12T22:28:43.672Z | [ recovery-image] Aug 12 22:28:41.675 INFO O| Aug 12 22:28:41.675 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-12T22:28:43.679Z | [ recovery-image] Aug 12 22:28:41.684 INFO O| Aug 12 22:28:41.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5623 | 2024-08-12T22:28:43.682Z | [ recovery-image] Aug 12 22:28:41.684 INFO O| Aug 12 22:28:41.684 INFO STEP 602 (remove_files) COMPLETE |
5624 | 2024-08-12T22:28:43.682Z | [ recovery-image] Aug 12 22:28:41.684 INFO O| Aug 12 22:28:41.684 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-12T22:28:43.689Z | [ recovery-image] Aug 12 22:28:41.694 INFO O| Aug 12 22:28:41.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5626 | 2024-08-12T22:28:43.692Z | [ recovery-image] Aug 12 22:28:41.694 INFO O| Aug 12 22:28:41.694 INFO STEP 603 (remove_files) COMPLETE |
5627 | 2024-08-12T22:28:43.692Z | [ recovery-image] Aug 12 22:28:41.694 INFO O| Aug 12 22:28:41.694 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-12T22:28:43.698Z | [ recovery-image] Aug 12 22:28:41.703 INFO O| Aug 12 22:28:41.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5629 | 2024-08-12T22:28:43.701Z | [ recovery-image] Aug 12 22:28:41.703 INFO O| Aug 12 22:28:41.703 INFO STEP 604 (remove_files) COMPLETE |
5630 | 2024-08-12T22:28:43.701Z | [ recovery-image] Aug 12 22:28:41.703 INFO O| Aug 12 22:28:41.703 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-12T22:28:43.708Z | [ recovery-image] Aug 12 22:28:41.713 INFO O| Aug 12 22:28:41.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5632 | 2024-08-12T22:28:43.708Z | [ recovery-image] Aug 12 22:28:41.713 INFO O| Aug 12 22:28:41.713 INFO STEP 605 (remove_files) COMPLETE |
5633 | 2024-08-12T22:28:43.711Z | [ recovery-image] Aug 12 22:28:41.713 INFO O| Aug 12 22:28:41.713 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-12T22:28:43.718Z | [ recovery-image] Aug 12 22:28:41.722 INFO O| Aug 12 22:28:41.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5635 | 2024-08-12T22:28:43.720Z | [ recovery-image] Aug 12 22:28:41.723 INFO O| Aug 12 22:28:41.723 INFO STEP 606 (remove_files) COMPLETE |
5636 | 2024-08-12T22:28:43.720Z | [ recovery-image] Aug 12 22:28:41.723 INFO O| Aug 12 22:28:41.723 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-12T22:28:43.728Z | [ recovery-image] Aug 12 22:28:41.732 INFO O| Aug 12 22:28:41.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5638 | 2024-08-12T22:28:43.730Z | [ recovery-image] Aug 12 22:28:41.732 INFO O| Aug 12 22:28:41.732 INFO STEP 607 (remove_files) COMPLETE |
5639 | 2024-08-12T22:28:43.730Z | [ recovery-image] Aug 12 22:28:41.732 INFO O| Aug 12 22:28:41.732 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-12T22:28:43.737Z | [ recovery-image] Aug 12 22:28:41.742 INFO O| Aug 12 22:28:41.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5641 | 2024-08-12T22:28:43.737Z | [ recovery-image] Aug 12 22:28:41.742 INFO O| Aug 12 22:28:41.742 INFO STEP 608 (remove_files) COMPLETE |
5642 | 2024-08-12T22:28:43.740Z | [ recovery-image] Aug 12 22:28:41.742 INFO O| Aug 12 22:28:41.742 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-12T22:28:43.750Z | [ recovery-image] Aug 12 22:28:41.754 INFO O| Aug 12 22:28:41.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5644 | 2024-08-12T22:28:43.754Z | [ recovery-image] Aug 12 22:28:41.754 INFO O| Aug 12 22:28:41.754 INFO STEP 609 (remove_files) COMPLETE |
5645 | 2024-08-12T22:28:43.754Z | [ recovery-image] Aug 12 22:28:41.754 INFO O| Aug 12 22:28:41.754 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-12T22:28:43.760Z | [ recovery-image] Aug 12 22:28:41.764 INFO O| Aug 12 22:28:41.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5647 | 2024-08-12T22:28:43.762Z | [ recovery-image] Aug 12 22:28:41.764 INFO O| Aug 12 22:28:41.764 INFO STEP 610 (remove_files) COMPLETE |
5648 | 2024-08-12T22:28:43.762Z | [ recovery-image] Aug 12 22:28:41.764 INFO O| Aug 12 22:28:41.764 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-12T22:28:43.770Z | [ recovery-image] Aug 12 22:28:41.774 INFO O| Aug 12 22:28:41.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5650 | 2024-08-12T22:28:43.770Z | [ recovery-image] Aug 12 22:28:41.775 INFO O| Aug 12 22:28:41.775 INFO STEP 611 (remove_files) COMPLETE |
5651 | 2024-08-12T22:28:43.772Z | [ recovery-image] Aug 12 22:28:41.775 INFO O| Aug 12 22:28:41.775 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-12T22:28:43.781Z | [ recovery-image] Aug 12 22:28:41.786 INFO O| Aug 12 22:28:41.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5653 | 2024-08-12T22:28:43.781Z | [ recovery-image] Aug 12 22:28:41.786 INFO O| Aug 12 22:28:41.786 INFO STEP 612 (remove_files) COMPLETE |
5654 | 2024-08-12T22:28:43.781Z | [ recovery-image] Aug 12 22:28:41.786 INFO O| Aug 12 22:28:41.786 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-12T22:28:43.793Z | [ recovery-image] Aug 12 22:28:41.798 INFO O| Aug 12 22:28:41.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5656 | 2024-08-12T22:28:43.793Z | [ recovery-image] Aug 12 22:28:41.798 INFO O| Aug 12 22:28:41.798 INFO STEP 613 (remove_files) COMPLETE |
5657 | 2024-08-12T22:28:43.796Z | [ recovery-image] Aug 12 22:28:41.798 INFO O| Aug 12 22:28:41.798 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-12T22:28:43.806Z | [ recovery-image] Aug 12 22:28:41.810 INFO O| Aug 12 22:28:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5659 | 2024-08-12T22:28:43.809Z | [ recovery-image] Aug 12 22:28:41.811 INFO O| Aug 12 22:28:41.811 INFO STEP 614 (remove_files) COMPLETE |
5660 | 2024-08-12T22:28:43.809Z | [ recovery-image] Aug 12 22:28:41.811 INFO O| Aug 12 22:28:41.811 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-12T22:28:43.819Z | [ recovery-image] Aug 12 22:28:41.824 INFO O| Aug 12 22:28:41.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5662 | 2024-08-12T22:28:43.819Z | [ recovery-image] Aug 12 22:28:41.824 INFO O| Aug 12 22:28:41.824 INFO STEP 615 (remove_files) COMPLETE |
5663 | 2024-08-12T22:28:43.822Z | [ recovery-image] Aug 12 22:28:41.824 INFO O| Aug 12 22:28:41.824 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-12T22:28:43.832Z | [ recovery-image] Aug 12 22:28:41.836 INFO O| Aug 12 22:28:41.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5665 | 2024-08-12T22:28:43.832Z | [ recovery-image] Aug 12 22:28:41.837 INFO O| Aug 12 22:28:41.837 INFO STEP 616 (remove_files) COMPLETE |
5666 | 2024-08-12T22:28:43.832Z | [ recovery-image] Aug 12 22:28:41.837 INFO O| Aug 12 22:28:41.837 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-12T22:28:43.844Z | [ recovery-image] Aug 12 22:28:41.848 INFO O| Aug 12 22:28:41.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5668 | 2024-08-12T22:28:43.847Z | [ recovery-image] Aug 12 22:28:41.848 INFO O| Aug 12 22:28:41.848 INFO STEP 617 (remove_files) COMPLETE |
5669 | 2024-08-12T22:28:43.847Z | [ recovery-image] Aug 12 22:28:41.848 INFO O| Aug 12 22:28:41.848 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-12T22:28:43.854Z | [ recovery-image] Aug 12 22:28:41.859 INFO O| Aug 12 22:28:41.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5671 | 2024-08-12T22:28:43.854Z | [ recovery-image] Aug 12 22:28:41.859 INFO O| Aug 12 22:28:41.859 INFO STEP 618 (remove_files) COMPLETE |
5672 | 2024-08-12T22:28:43.857Z | [ recovery-image] Aug 12 22:28:41.859 INFO O| Aug 12 22:28:41.859 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-12T22:28:43.864Z | [ recovery-image] Aug 12 22:28:41.869 INFO O| Aug 12 22:28:41.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5674 | 2024-08-12T22:28:43.867Z | [ recovery-image] Aug 12 22:28:41.869 INFO O| Aug 12 22:28:41.869 INFO STEP 619 (remove_files) COMPLETE |
5675 | 2024-08-12T22:28:43.867Z | [ recovery-image] Aug 12 22:28:41.869 INFO O| Aug 12 22:28:41.869 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-12T22:28:43.874Z | [ recovery-image] Aug 12 22:28:41.879 INFO O| Aug 12 22:28:41.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5677 | 2024-08-12T22:28:43.877Z | [ recovery-image] Aug 12 22:28:41.879 INFO O| Aug 12 22:28:41.879 INFO STEP 620 (remove_files) COMPLETE |
5678 | 2024-08-12T22:28:43.877Z | [ recovery-image] Aug 12 22:28:41.879 INFO O| Aug 12 22:28:41.879 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-12T22:28:43.884Z | [ recovery-image] Aug 12 22:28:41.889 INFO O| Aug 12 22:28:41.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5680 | 2024-08-12T22:28:43.885Z | [ recovery-image] Aug 12 22:28:41.889 INFO O| Aug 12 22:28:41.889 INFO STEP 621 (remove_files) COMPLETE |
5681 | 2024-08-12T22:28:43.887Z | [ recovery-image] Aug 12 22:28:41.889 INFO O| Aug 12 22:28:41.889 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-12T22:28:43.894Z | [ recovery-image] Aug 12 22:28:41.899 INFO O| Aug 12 22:28:41.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5683 | 2024-08-12T22:28:43.897Z | [ recovery-image] Aug 12 22:28:41.899 INFO O| Aug 12 22:28:41.899 INFO STEP 622 (remove_files) COMPLETE |
5684 | 2024-08-12T22:28:43.897Z | [ recovery-image] Aug 12 22:28:41.899 INFO O| Aug 12 22:28:41.899 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-12T22:28:43.904Z | [ recovery-image] Aug 12 22:28:41.909 INFO O| Aug 12 22:28:41.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5686 | 2024-08-12T22:28:43.904Z | [ recovery-image] Aug 12 22:28:41.909 INFO O| Aug 12 22:28:41.909 INFO STEP 623 (remove_files) COMPLETE |
5687 | 2024-08-12T22:28:43.907Z | [ recovery-image] Aug 12 22:28:41.909 INFO O| Aug 12 22:28:41.909 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-12T22:28:43.914Z | [ recovery-image] Aug 12 22:28:41.918 INFO O| Aug 12 22:28:41.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5689 | 2024-08-12T22:28:43.916Z | [ recovery-image] Aug 12 22:28:41.919 INFO O| Aug 12 22:28:41.919 INFO STEP 624 (remove_files) COMPLETE |
5690 | 2024-08-12T22:28:43.916Z | [ recovery-image] Aug 12 22:28:41.919 INFO O| Aug 12 22:28:41.919 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-12T22:28:43.924Z | [ recovery-image] Aug 12 22:28:41.929 INFO O| Aug 12 22:28:41.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5692 | 2024-08-12T22:28:43.927Z | [ recovery-image] Aug 12 22:28:41.929 INFO O| Aug 12 22:28:41.929 INFO STEP 625 (remove_files) COMPLETE |
5693 | 2024-08-12T22:28:43.927Z | [ recovery-image] Aug 12 22:28:41.929 INFO O| Aug 12 22:28:41.929 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-12T22:28:43.934Z | [ recovery-image] Aug 12 22:28:41.939 INFO O| Aug 12 22:28:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5695 | 2024-08-12T22:28:43.934Z | [ recovery-image] Aug 12 22:28:41.939 INFO O| Aug 12 22:28:41.939 INFO STEP 626 (remove_files) COMPLETE |
5696 | 2024-08-12T22:28:43.937Z | [ recovery-image] Aug 12 22:28:41.939 INFO O| Aug 12 22:28:41.939 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-12T22:28:43.944Z | [ recovery-image] Aug 12 22:28:41.949 INFO O| Aug 12 22:28:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5698 | 2024-08-12T22:28:43.944Z | [ recovery-image] Aug 12 22:28:41.949 INFO O| Aug 12 22:28:41.949 INFO STEP 627 (remove_files) COMPLETE |
5699 | 2024-08-12T22:28:43.947Z | [ recovery-image] Aug 12 22:28:41.949 INFO O| Aug 12 22:28:41.949 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-12T22:28:43.954Z | [ recovery-image] Aug 12 22:28:41.958 INFO O| Aug 12 22:28:41.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5701 | 2024-08-12T22:28:43.954Z | [ recovery-image] Aug 12 22:28:41.959 INFO O| Aug 12 22:28:41.959 INFO STEP 628 (remove_files) COMPLETE |
5702 | 2024-08-12T22:28:43.957Z | [ recovery-image] Aug 12 22:28:41.959 INFO O| Aug 12 22:28:41.959 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-12T22:28:43.959Z | [ host-image] Aug 12 22:28:41.962 INFO O| Aug 12 22:28:41.962 INFO O| Planning: Solver setup ... Done |
5704 | 2024-08-12T22:28:43.962Z | [ host-image] Aug 12 22:28:41.965 INFO O| Aug 12 22:28:41.965 INFO O| Planning: Running solver ... Done |
5705 | 2024-08-12T22:28:43.964Z | [ recovery-image] Aug 12 22:28:41.968 INFO O| Aug 12 22:28:41.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5706 | 2024-08-12T22:28:43.964Z | [ recovery-image] Aug 12 22:28:41.968 INFO O| Aug 12 22:28:41.968 INFO STEP 629 (remove_files) COMPLETE |
5707 | 2024-08-12T22:28:43.964Z | [ recovery-image] Aug 12 22:28:41.969 INFO O| Aug 12 22:28:41.968 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-08-12T22:28:43.974Z | [ recovery-image] Aug 12 22:28:41.978 INFO O| Aug 12 22:28:41.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5709 | 2024-08-12T22:28:43.974Z | [ recovery-image] Aug 12 22:28:41.978 INFO O| Aug 12 22:28:41.978 INFO STEP 630 (remove_files) COMPLETE |
5710 | 2024-08-12T22:28:43.977Z | [ recovery-image] Aug 12 22:28:41.978 INFO O| Aug 12 22:28:41.978 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-08-12T22:28:43.984Z | [ recovery-image] Aug 12 22:28:41.988 INFO O| Aug 12 22:28:41.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5712 | 2024-08-12T22:28:43.986Z | [ recovery-image] Aug 12 22:28:41.988 INFO O| Aug 12 22:28:41.988 INFO STEP 631 (remove_files) COMPLETE |
5713 | 2024-08-12T22:28:43.986Z | [ recovery-image] Aug 12 22:28:41.988 INFO O| Aug 12 22:28:41.988 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-08-12T22:28:43.994Z | [ recovery-image] Aug 12 22:28:41.998 INFO O| Aug 12 22:28:41.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5715 | 2024-08-12T22:28:43.994Z | [ recovery-image] Aug 12 22:28:41.998 INFO O| Aug 12 22:28:41.998 INFO STEP 632 (remove_files) COMPLETE |
5716 | 2024-08-12T22:28:43.996Z | [ recovery-image] Aug 12 22:28:41.998 INFO O| Aug 12 22:28:41.998 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-08-12T22:28:44.000Z | [ host-image] Aug 12 22:28:42.004 INFO O| Aug 12 22:28:42.004 INFO O| Planning: Finding local manifests ... Done |
5718 | 2024-08-12T22:28:44.003Z | [ host-image] Aug 12 22:28:42.006 INFO O| Aug 12 22:28:42.006 INFO O| Planning: Fetching manifests: 0/4 0% complete |
5719 | 2024-08-12T22:28:44.005Z | [ recovery-image] Aug 12 22:28:42.009 INFO O| Aug 12 22:28:42.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5720 | 2024-08-12T22:28:44.005Z | [ recovery-image] Aug 12 22:28:42.009 INFO O| Aug 12 22:28:42.009 INFO STEP 633 (remove_files) COMPLETE |
5721 | 2024-08-12T22:28:44.005Z | [ recovery-image] Aug 12 22:28:42.009 INFO O| Aug 12 22:28:42.009 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-08-12T22:28:44.015Z | [ recovery-image] Aug 12 22:28:42.019 INFO O| Aug 12 22:28:42.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5723 | 2024-08-12T22:28:44.015Z | [ recovery-image] Aug 12 22:28:42.020 INFO O| Aug 12 22:28:42.019 INFO STEP 634 (remove_files) COMPLETE |
5724 | 2024-08-12T22:28:44.019Z | [ recovery-image] Aug 12 22:28:42.020 INFO O| Aug 12 22:28:42.020 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-08-12T22:28:44.025Z | [ recovery-image] Aug 12 22:28:42.029 INFO O| Aug 12 22:28:42.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5726 | 2024-08-12T22:28:44.025Z | [ recovery-image] Aug 12 22:28:42.029 INFO O| Aug 12 22:28:42.029 INFO STEP 635 (remove_files) COMPLETE |
5727 | 2024-08-12T22:28:44.028Z | [ recovery-image] Aug 12 22:28:42.030 INFO O| Aug 12 22:28:42.029 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-08-12T22:28:44.035Z | [ recovery-image] Aug 12 22:28:42.039 INFO O| Aug 12 22:28:42.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5729 | 2024-08-12T22:28:44.037Z | [ recovery-image] Aug 12 22:28:42.039 INFO O| Aug 12 22:28:42.039 INFO STEP 636 (remove_files) COMPLETE |
5730 | 2024-08-12T22:28:44.037Z | [ recovery-image] Aug 12 22:28:42.039 INFO O| Aug 12 22:28:42.039 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-08-12T22:28:44.044Z | [ recovery-image] Aug 12 22:28:42.049 INFO O| Aug 12 22:28:42.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5732 | 2024-08-12T22:28:44.047Z | [ recovery-image] Aug 12 22:28:42.049 INFO O| Aug 12 22:28:42.049 INFO STEP 637 (remove_files) COMPLETE |
5733 | 2024-08-12T22:28:44.047Z | [ recovery-image] Aug 12 22:28:42.049 INFO O| Aug 12 22:28:42.049 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-08-12T22:28:44.054Z | [ recovery-image] Aug 12 22:28:42.059 INFO O| Aug 12 22:28:42.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5735 | 2024-08-12T22:28:44.057Z | [ recovery-image] Aug 12 22:28:42.059 INFO O| Aug 12 22:28:42.059 INFO STEP 638 (remove_files) COMPLETE |
5736 | 2024-08-12T22:28:44.057Z | [ recovery-image] Aug 12 22:28:42.059 INFO O| Aug 12 22:28:42.059 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-08-12T22:28:44.064Z | [ recovery-image] Aug 12 22:28:42.068 INFO O| Aug 12 22:28:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5738 | 2024-08-12T22:28:44.064Z | [ recovery-image] Aug 12 22:28:42.069 INFO O| Aug 12 22:28:42.068 INFO STEP 639 (remove_files) COMPLETE |
5739 | 2024-08-12T22:28:44.067Z | [ recovery-image] Aug 12 22:28:42.069 INFO O| Aug 12 22:28:42.069 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-08-12T22:28:44.075Z | [ recovery-image] Aug 12 22:28:42.078 INFO O| Aug 12 22:28:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5741 | 2024-08-12T22:28:44.075Z | [ recovery-image] Aug 12 22:28:42.078 INFO O| Aug 12 22:28:42.078 INFO STEP 640 (remove_files) COMPLETE |
5742 | 2024-08-12T22:28:44.078Z | [ recovery-image] Aug 12 22:28:42.078 INFO O| Aug 12 22:28:42.078 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-08-12T22:28:44.083Z | [ recovery-image] Aug 12 22:28:42.088 INFO O| Aug 12 22:28:42.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5744 | 2024-08-12T22:28:44.083Z | [ recovery-image] Aug 12 22:28:42.088 INFO O| Aug 12 22:28:42.088 INFO STEP 641 (remove_files) COMPLETE |
5745 | 2024-08-12T22:28:44.086Z | [ recovery-image] Aug 12 22:28:42.088 INFO O| Aug 12 22:28:42.088 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-08-12T22:28:44.090Z | [ host-image] Aug 12 22:28:42.094 INFO O| Aug 12 22:28:42.094 INFO O| Planning: Fetching manifests: 4/4 100% complete |
5747 | 2024-08-12T22:28:44.096Z | [ recovery-image] Aug 12 22:28:42.097 INFO O| Aug 12 22:28:42.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5748 | 2024-08-12T22:28:44.096Z | [ recovery-image] Aug 12 22:28:42.098 INFO O| Aug 12 22:28:42.098 INFO STEP 642 (remove_files) COMPLETE |
5749 | 2024-08-12T22:28:44.096Z | [ recovery-image] Aug 12 22:28:42.098 INFO O| Aug 12 22:28:42.098 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-08-12T22:28:44.103Z | [ recovery-image] Aug 12 22:28:42.107 INFO O| Aug 12 22:28:42.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5751 | 2024-08-12T22:28:44.103Z | [ recovery-image] Aug 12 22:28:42.108 INFO O| Aug 12 22:28:42.108 INFO STEP 643 (remove_files) COMPLETE |
5752 | 2024-08-12T22:28:44.103Z | [ recovery-image] Aug 12 22:28:42.108 INFO O| Aug 12 22:28:42.108 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-08-12T22:28:44.112Z | [ host-image] Aug 12 22:28:42.117 INFO O| Aug 12 22:28:42.117 INFO O| Planning: Package planning ... Done |
5754 | 2024-08-12T22:28:44.115Z | [ recovery-image] Aug 12 22:28:42.118 INFO O| Aug 12 22:28:42.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5755 | 2024-08-12T22:28:44.115Z | [ recovery-image] Aug 12 22:28:42.118 INFO O| Aug 12 22:28:42.118 INFO STEP 644 (remove_files) COMPLETE |
5756 | 2024-08-12T22:28:44.115Z | [ recovery-image] Aug 12 22:28:42.118 INFO O| Aug 12 22:28:42.118 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-12T22:28:44.118Z | [ host-image] Aug 12 22:28:42.120 INFO O| Aug 12 22:28:42.120 INFO O| Planning: Merging actions ... Done |
5758 | 2024-08-12T22:28:44.123Z | [ recovery-image] Aug 12 22:28:42.128 INFO O| Aug 12 22:28:42.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5759 | 2024-08-12T22:28:44.123Z | [ recovery-image] Aug 12 22:28:42.128 INFO O| Aug 12 22:28:42.128 INFO STEP 645 (remove_files) COMPLETE |
5760 | 2024-08-12T22:28:44.126Z | [ recovery-image] Aug 12 22:28:42.128 INFO O| Aug 12 22:28:42.128 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-12T22:28:44.134Z | [ recovery-image] Aug 12 22:28:42.138 INFO O| Aug 12 22:28:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5762 | 2024-08-12T22:28:44.136Z | [ recovery-image] Aug 12 22:28:42.138 INFO O| Aug 12 22:28:42.138 INFO STEP 646 (remove_files) COMPLETE |
5763 | 2024-08-12T22:28:44.136Z | [ recovery-image] Aug 12 22:28:42.138 INFO O| Aug 12 22:28:42.138 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-12T22:28:44.143Z | [ recovery-image] Aug 12 22:28:42.148 INFO O| Aug 12 22:28:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5765 | 2024-08-12T22:28:44.146Z | [ recovery-image] Aug 12 22:28:42.148 INFO O| Aug 12 22:28:42.148 INFO STEP 647 (remove_files) COMPLETE |
5766 | 2024-08-12T22:28:44.147Z | [ recovery-image] Aug 12 22:28:42.148 INFO O| Aug 12 22:28:42.148 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-12T22:28:44.153Z | [ recovery-image] Aug 12 22:28:42.158 INFO O| Aug 12 22:28:42.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5768 | 2024-08-12T22:28:44.156Z | [ recovery-image] Aug 12 22:28:42.158 INFO O| Aug 12 22:28:42.158 INFO STEP 648 (remove_files) COMPLETE |
5769 | 2024-08-12T22:28:44.156Z | [ recovery-image] Aug 12 22:28:42.158 INFO O| Aug 12 22:28:42.158 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-12T22:28:44.163Z | [ recovery-image] Aug 12 22:28:42.168 INFO O| Aug 12 22:28:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5771 | 2024-08-12T22:28:44.166Z | [ recovery-image] Aug 12 22:28:42.168 INFO O| Aug 12 22:28:42.168 INFO STEP 649 (remove_files) COMPLETE |
5772 | 2024-08-12T22:28:44.166Z | [ recovery-image] Aug 12 22:28:42.168 INFO O| Aug 12 22:28:42.168 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-12T22:28:44.173Z | [ recovery-image] Aug 12 22:28:42.177 INFO O| Aug 12 22:28:42.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5774 | 2024-08-12T22:28:44.173Z | [ recovery-image] Aug 12 22:28:42.177 INFO O| Aug 12 22:28:42.177 INFO STEP 650 (remove_files) COMPLETE |
5775 | 2024-08-12T22:28:44.173Z | [ recovery-image] Aug 12 22:28:42.177 INFO O| Aug 12 22:28:42.177 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-12T22:28:44.183Z | [ recovery-image] Aug 12 22:28:42.187 INFO O| Aug 12 22:28:42.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5777 | 2024-08-12T22:28:44.183Z | [ recovery-image] Aug 12 22:28:42.187 INFO O| Aug 12 22:28:42.187 INFO STEP 651 (remove_files) COMPLETE |
5778 | 2024-08-12T22:28:44.185Z | [ recovery-image] Aug 12 22:28:42.187 INFO O| Aug 12 22:28:42.187 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-12T22:28:44.192Z | [ recovery-image] Aug 12 22:28:42.197 INFO O| Aug 12 22:28:42.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5780 | 2024-08-12T22:28:44.195Z | [ recovery-image] Aug 12 22:28:42.197 INFO O| Aug 12 22:28:42.197 INFO STEP 652 (remove_files) COMPLETE |
5781 | 2024-08-12T22:28:44.195Z | [ recovery-image] Aug 12 22:28:42.197 INFO O| Aug 12 22:28:42.197 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-12T22:28:44.195Z | [ host-image] Aug 12 22:28:42.198 INFO O| Aug 12 22:28:42.198 INFO O| Planning: Checking for conflicting actions ... Done |
5783 | 2024-08-12T22:28:44.198Z | [ host-image] Aug 12 22:28:42.199 INFO O| Aug 12 22:28:42.199 INFO O| Planning: Consolidating action changes ... Done |
5784 | 2024-08-12T22:28:44.203Z | [ recovery-image] Aug 12 22:28:42.207 INFO O| Aug 12 22:28:42.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5785 | 2024-08-12T22:28:44.203Z | [ recovery-image] Aug 12 22:28:42.207 INFO O| Aug 12 22:28:42.207 INFO STEP 653 (remove_files) COMPLETE |
5786 | 2024-08-12T22:28:44.205Z | [ recovery-image] Aug 12 22:28:42.207 INFO O| Aug 12 22:28:42.207 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-12T22:28:44.212Z | [ recovery-image] Aug 12 22:28:42.217 INFO O| Aug 12 22:28:42.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5788 | 2024-08-12T22:28:44.212Z | [ recovery-image] Aug 12 22:28:42.217 INFO O| Aug 12 22:28:42.217 INFO STEP 654 (remove_files) COMPLETE |
5789 | 2024-08-12T22:28:44.212Z | [ recovery-image] Aug 12 22:28:42.217 INFO O| Aug 12 22:28:42.217 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-12T22:28:44.222Z | [ recovery-image] Aug 12 22:28:42.226 INFO O| Aug 12 22:28:42.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5791 | 2024-08-12T22:28:44.222Z | [ recovery-image] Aug 12 22:28:42.227 INFO O| Aug 12 22:28:42.227 INFO STEP 655 (remove_files) COMPLETE |
5792 | 2024-08-12T22:28:44.225Z | [ recovery-image] Aug 12 22:28:42.227 INFO O| Aug 12 22:28:42.227 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-12T22:28:44.232Z | [ recovery-image] Aug 12 22:28:42.237 INFO O| Aug 12 22:28:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5794 | 2024-08-12T22:28:44.235Z | [ recovery-image] Aug 12 22:28:42.237 INFO O| Aug 12 22:28:42.237 INFO STEP 656 (remove_files) COMPLETE |
5795 | 2024-08-12T22:28:44.235Z | [ recovery-image] Aug 12 22:28:42.237 INFO O| Aug 12 22:28:42.237 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-12T22:28:44.243Z | [ recovery-image] Aug 12 22:28:42.247 INFO O| Aug 12 22:28:42.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5797 | 2024-08-12T22:28:44.243Z | [ recovery-image] Aug 12 22:28:42.247 INFO O| Aug 12 22:28:42.247 INFO STEP 657 (remove_files) COMPLETE |
5798 | 2024-08-12T22:28:44.246Z | [ recovery-image] Aug 12 22:28:42.247 INFO O| Aug 12 22:28:42.247 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-12T22:28:44.253Z | [ recovery-image] Aug 12 22:28:42.257 INFO O| Aug 12 22:28:42.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5800 | 2024-08-12T22:28:44.256Z | [ recovery-image] Aug 12 22:28:42.258 INFO O| Aug 12 22:28:42.258 INFO STEP 658 (remove_files) COMPLETE |
5801 | 2024-08-12T22:28:44.256Z | [ recovery-image] Aug 12 22:28:42.258 INFO O| Aug 12 22:28:42.258 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-12T22:28:44.264Z | [ recovery-image] Aug 12 22:28:42.268 INFO O| Aug 12 22:28:42.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5803 | 2024-08-12T22:28:44.264Z | [ recovery-image] Aug 12 22:28:42.268 INFO O| Aug 12 22:28:42.268 INFO STEP 659 (remove_files) COMPLETE |
5804 | 2024-08-12T22:28:44.267Z | [ recovery-image] Aug 12 22:28:42.268 INFO O| Aug 12 22:28:42.268 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-12T22:28:44.274Z | [ recovery-image] Aug 12 22:28:42.278 INFO O| Aug 12 22:28:42.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5806 | 2024-08-12T22:28:44.274Z | [ recovery-image] Aug 12 22:28:42.278 INFO O| Aug 12 22:28:42.278 INFO STEP 660 (remove_files) COMPLETE |
5807 | 2024-08-12T22:28:44.276Z | [ recovery-image] Aug 12 22:28:42.278 INFO O| Aug 12 22:28:42.278 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-12T22:28:44.283Z | [ recovery-image] Aug 12 22:28:42.288 INFO O| Aug 12 22:28:42.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5809 | 2024-08-12T22:28:44.283Z | [ recovery-image] Aug 12 22:28:42.288 INFO O| Aug 12 22:28:42.288 INFO STEP 661 (remove_files) COMPLETE |
5810 | 2024-08-12T22:28:44.286Z | [ recovery-image] Aug 12 22:28:42.288 INFO O| Aug 12 22:28:42.288 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-12T22:28:44.293Z | [ recovery-image] Aug 12 22:28:42.297 INFO O| Aug 12 22:28:42.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5812 | 2024-08-12T22:28:44.293Z | [ recovery-image] Aug 12 22:28:42.297 INFO O| Aug 12 22:28:42.297 INFO STEP 662 (remove_files) COMPLETE |
5813 | 2024-08-12T22:28:44.293Z | [ recovery-image] Aug 12 22:28:42.297 INFO O| Aug 12 22:28:42.297 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-12T22:28:44.302Z | [ recovery-image] Aug 12 22:28:42.307 INFO O| Aug 12 22:28:42.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5815 | 2024-08-12T22:28:44.302Z | [ recovery-image] Aug 12 22:28:42.307 INFO O| Aug 12 22:28:42.307 INFO STEP 663 (remove_files) COMPLETE |
5816 | 2024-08-12T22:28:44.302Z | [ recovery-image] Aug 12 22:28:42.307 INFO O| Aug 12 22:28:42.307 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-12T22:28:44.313Z | [ recovery-image] Aug 12 22:28:42.316 INFO O| Aug 12 22:28:42.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5818 | 2024-08-12T22:28:44.313Z | [ recovery-image] Aug 12 22:28:42.316 INFO O| Aug 12 22:28:42.316 INFO STEP 664 (remove_files) COMPLETE |
5819 | 2024-08-12T22:28:44.313Z | [ recovery-image] Aug 12 22:28:42.316 INFO O| Aug 12 22:28:42.316 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-12T22:28:44.322Z | [ recovery-image] Aug 12 22:28:42.326 INFO O| Aug 12 22:28:42.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5821 | 2024-08-12T22:28:44.322Z | [ recovery-image] Aug 12 22:28:42.326 INFO O| Aug 12 22:28:42.326 INFO STEP 665 (remove_files) COMPLETE |
5822 | 2024-08-12T22:28:44.326Z | [ recovery-image] Aug 12 22:28:42.326 INFO O| Aug 12 22:28:42.326 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-12T22:28:44.331Z | [ recovery-image] Aug 12 22:28:42.335 INFO O| Aug 12 22:28:42.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5824 | 2024-08-12T22:28:44.334Z | [ recovery-image] Aug 12 22:28:42.336 INFO O| Aug 12 22:28:42.335 INFO STEP 666 (remove_files) COMPLETE |
5825 | 2024-08-12T22:28:44.334Z | [ recovery-image] Aug 12 22:28:42.336 INFO O| Aug 12 22:28:42.336 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-12T22:28:44.341Z | [ recovery-image] Aug 12 22:28:42.345 INFO O| Aug 12 22:28:42.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5827 | 2024-08-12T22:28:44.344Z | [ recovery-image] Aug 12 22:28:42.345 INFO O| Aug 12 22:28:42.345 INFO STEP 667 (remove_files) COMPLETE |
5828 | 2024-08-12T22:28:44.344Z | [ recovery-image] Aug 12 22:28:42.345 INFO O| Aug 12 22:28:42.345 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-12T22:28:44.350Z | [ recovery-image] Aug 12 22:28:42.355 INFO O| Aug 12 22:28:42.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5830 | 2024-08-12T22:28:44.350Z | [ recovery-image] Aug 12 22:28:42.355 INFO O| Aug 12 22:28:42.355 INFO STEP 668 (remove_files) COMPLETE |
5831 | 2024-08-12T22:28:44.353Z | [ recovery-image] Aug 12 22:28:42.355 INFO O| Aug 12 22:28:42.355 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-12T22:28:44.360Z | [ recovery-image] Aug 12 22:28:42.364 INFO O| Aug 12 22:28:42.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5833 | 2024-08-12T22:28:44.360Z | [ recovery-image] Aug 12 22:28:42.364 INFO O| Aug 12 22:28:42.364 INFO STEP 669 (remove_files) COMPLETE |
5834 | 2024-08-12T22:28:44.363Z | [ recovery-image] Aug 12 22:28:42.364 INFO O| Aug 12 22:28:42.364 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-12T22:28:44.369Z | [ recovery-image] Aug 12 22:28:42.374 INFO O| Aug 12 22:28:42.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5836 | 2024-08-12T22:28:44.370Z | [ recovery-image] Aug 12 22:28:42.374 INFO O| Aug 12 22:28:42.374 INFO STEP 670 (remove_files) COMPLETE |
5837 | 2024-08-12T22:28:44.372Z | [ recovery-image] Aug 12 22:28:42.374 INFO O| Aug 12 22:28:42.374 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-12T22:28:44.375Z | [ host-image] Aug 12 22:28:42.377 INFO O| Aug 12 22:28:42.377 INFO O| Planning: Evaluating mediators ... Done |
5839 | 2024-08-12T22:28:44.375Z | [ host-image] Aug 12 22:28:42.378 INFO O| Aug 12 22:28:42.378 INFO O| Planning: Planning completed in 2.49 seconds |
5840 | 2024-08-12T22:28:44.378Z | [ host-image] Aug 12 22:28:42.380 INFO O| Aug 12 22:28:42.380 INFO O| Packages to install: 4 |
5841 | 2024-08-12T22:28:44.378Z | [ host-image] Aug 12 22:28:42.380 INFO O| Aug 12 22:28:42.380 INFO O| Services to change: 2 |
5842 | 2024-08-12T22:28:44.381Z | [ recovery-image] Aug 12 22:28:42.384 INFO O| Aug 12 22:28:42.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5843 | 2024-08-12T22:28:44.381Z | [ recovery-image] Aug 12 22:28:42.384 INFO O| Aug 12 22:28:42.384 INFO STEP 671 (remove_files) COMPLETE |
5844 | 2024-08-12T22:28:44.381Z | [ recovery-image] Aug 12 22:28:42.384 INFO O| Aug 12 22:28:42.384 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-08-12T22:28:44.386Z | [ host-image] Aug 12 22:28:42.390 INFO O| Aug 12 22:28:42.390 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
5846 | 2024-08-12T22:28:44.389Z | [ recovery-image] Aug 12 22:28:42.394 INFO O| Aug 12 22:28:42.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5847 | 2024-08-12T22:28:44.392Z | [ recovery-image] Aug 12 22:28:42.394 INFO O| Aug 12 22:28:42.394 INFO STEP 672 (remove_files) COMPLETE |
5848 | 2024-08-12T22:28:44.392Z | [ recovery-image] Aug 12 22:28:42.394 INFO O| Aug 12 22:28:42.394 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-08-12T22:28:44.402Z | [ recovery-image] Aug 12 22:28:42.406 INFO O| Aug 12 22:28:42.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5850 | 2024-08-12T22:28:44.404Z | [ recovery-image] Aug 12 22:28:42.406 INFO O| Aug 12 22:28:42.406 INFO STEP 673 (remove_files) COMPLETE |
5851 | 2024-08-12T22:28:44.404Z | [ recovery-image] Aug 12 22:28:42.406 INFO O| Aug 12 22:28:42.406 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-08-12T22:28:44.412Z | [ recovery-image] Aug 12 22:28:42.416 INFO O| Aug 12 22:28:42.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5853 | 2024-08-12T22:28:44.412Z | [ recovery-image] Aug 12 22:28:42.416 INFO O| Aug 12 22:28:42.416 INFO STEP 674 (remove_files) COMPLETE |
5854 | 2024-08-12T22:28:44.415Z | [ recovery-image] Aug 12 22:28:42.416 INFO O| Aug 12 22:28:42.416 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-08-12T22:28:44.422Z | [ recovery-image] Aug 12 22:28:42.426 INFO O| Aug 12 22:28:42.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5856 | 2024-08-12T22:28:44.422Z | [ recovery-image] Aug 12 22:28:42.426 INFO O| Aug 12 22:28:42.426 INFO STEP 675 (remove_files) COMPLETE |
5857 | 2024-08-12T22:28:44.425Z | [ recovery-image] Aug 12 22:28:42.426 INFO O| Aug 12 22:28:42.426 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-08-12T22:28:44.432Z | [ recovery-image] Aug 12 22:28:42.436 INFO O| Aug 12 22:28:42.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5859 | 2024-08-12T22:28:44.434Z | [ recovery-image] Aug 12 22:28:42.436 INFO O| Aug 12 22:28:42.436 INFO STEP 676 (remove_files) COMPLETE |
5860 | 2024-08-12T22:28:44.434Z | [ recovery-image] Aug 12 22:28:42.436 INFO O| Aug 12 22:28:42.436 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-08-12T22:28:44.443Z | [ recovery-image] Aug 12 22:28:42.447 INFO O| Aug 12 22:28:42.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5862 | 2024-08-12T22:28:44.443Z | [ recovery-image] Aug 12 22:28:42.448 INFO O| Aug 12 22:28:42.447 INFO STEP 677 (remove_files) COMPLETE |
5863 | 2024-08-12T22:28:44.446Z | [ recovery-image] Aug 12 22:28:42.448 INFO O| Aug 12 22:28:42.448 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-08-12T22:28:44.455Z | [ recovery-image] Aug 12 22:28:42.460 INFO O| Aug 12 22:28:42.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5865 | 2024-08-12T22:28:44.459Z | [ recovery-image] Aug 12 22:28:42.461 INFO O| Aug 12 22:28:42.460 INFO STEP 678 (remove_files) COMPLETE |
5866 | 2024-08-12T22:28:44.459Z | [ recovery-image] Aug 12 22:28:42.461 INFO O| Aug 12 22:28:42.461 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-08-12T22:28:44.467Z | [ recovery-image] Aug 12 22:28:42.471 INFO O| Aug 12 22:28:42.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5868 | 2024-08-12T22:28:44.467Z | [ recovery-image] Aug 12 22:28:42.471 INFO O| Aug 12 22:28:42.471 INFO STEP 679 (remove_files) COMPLETE |
5869 | 2024-08-12T22:28:44.469Z | [ recovery-image] Aug 12 22:28:42.471 INFO O| Aug 12 22:28:42.471 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-08-12T22:28:44.476Z | [ recovery-image] Aug 12 22:28:42.481 INFO O| Aug 12 22:28:42.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5871 | 2024-08-12T22:28:44.477Z | [ recovery-image] Aug 12 22:28:42.481 INFO O| Aug 12 22:28:42.481 INFO STEP 680 (remove_files) COMPLETE |
5872 | 2024-08-12T22:28:44.479Z | [ recovery-image] Aug 12 22:28:42.481 INFO O| Aug 12 22:28:42.481 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-08-12T22:28:44.487Z | [ recovery-image] Aug 12 22:28:42.490 INFO O| Aug 12 22:28:42.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5874 | 2024-08-12T22:28:44.487Z | [ recovery-image] Aug 12 22:28:42.490 INFO O| Aug 12 22:28:42.490 INFO STEP 681 (remove_files) COMPLETE |
5875 | 2024-08-12T22:28:44.489Z | [ recovery-image] Aug 12 22:28:42.490 INFO O| Aug 12 22:28:42.490 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-08-12T22:28:44.497Z | [ recovery-image] Aug 12 22:28:42.501 INFO O| Aug 12 22:28:42.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5877 | 2024-08-12T22:28:44.497Z | [ recovery-image] Aug 12 22:28:42.501 INFO O| Aug 12 22:28:42.501 INFO STEP 682 (remove_files) COMPLETE |
5878 | 2024-08-12T22:28:44.497Z | [ recovery-image] Aug 12 22:28:42.501 INFO O| Aug 12 22:28:42.501 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-08-12T22:28:44.507Z | [ recovery-image] Aug 12 22:28:42.511 INFO O| Aug 12 22:28:42.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5880 | 2024-08-12T22:28:44.507Z | [ recovery-image] Aug 12 22:28:42.511 INFO O| Aug 12 22:28:42.511 INFO STEP 683 (remove_files) COMPLETE |
5881 | 2024-08-12T22:28:44.507Z | [ recovery-image] Aug 12 22:28:42.511 INFO O| Aug 12 22:28:42.511 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-08-12T22:28:44.517Z | [ recovery-image] Aug 12 22:28:42.521 INFO O| Aug 12 22:28:42.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5883 | 2024-08-12T22:28:44.519Z | [ recovery-image] Aug 12 22:28:42.521 INFO O| Aug 12 22:28:42.521 INFO STEP 684 (remove_files) COMPLETE |
5884 | 2024-08-12T22:28:44.519Z | [ recovery-image] Aug 12 22:28:42.521 INFO O| Aug 12 22:28:42.521 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-08-12T22:28:44.527Z | [ recovery-image] Aug 12 22:28:42.531 INFO O| Aug 12 22:28:42.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5886 | 2024-08-12T22:28:44.528Z | [ recovery-image] Aug 12 22:28:42.531 INFO O| Aug 12 22:28:42.531 INFO STEP 685 (remove_files) COMPLETE |
5887 | 2024-08-12T22:28:44.528Z | [ recovery-image] Aug 12 22:28:42.531 INFO O| Aug 12 22:28:42.531 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-08-12T22:28:44.536Z | [ recovery-image] Aug 12 22:28:42.540 INFO O| Aug 12 22:28:42.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5889 | 2024-08-12T22:28:44.536Z | [ recovery-image] Aug 12 22:28:42.540 INFO O| Aug 12 22:28:42.540 INFO STEP 686 (remove_files) COMPLETE |
5890 | 2024-08-12T22:28:44.536Z | [ recovery-image] Aug 12 22:28:42.540 INFO O| Aug 12 22:28:42.540 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-08-12T22:28:44.546Z | [ recovery-image] Aug 12 22:28:42.550 INFO O| Aug 12 22:28:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5892 | 2024-08-12T22:28:44.546Z | [ recovery-image] Aug 12 22:28:42.550 INFO O| Aug 12 22:28:42.550 INFO STEP 687 (remove_files) COMPLETE |
5893 | 2024-08-12T22:28:44.548Z | [ recovery-image] Aug 12 22:28:42.550 INFO O| Aug 12 22:28:42.550 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-08-12T22:28:44.555Z | [ recovery-image] Aug 12 22:28:42.559 INFO O| Aug 12 22:28:42.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5895 | 2024-08-12T22:28:44.558Z | [ recovery-image] Aug 12 22:28:42.559 INFO O| Aug 12 22:28:42.559 INFO STEP 688 (remove_files) COMPLETE |
5896 | 2024-08-12T22:28:44.558Z | [ recovery-image] Aug 12 22:28:42.559 INFO O| Aug 12 22:28:42.559 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-08-12T22:28:44.564Z | [ recovery-image] Aug 12 22:28:42.569 INFO O| Aug 12 22:28:42.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5898 | 2024-08-12T22:28:44.564Z | [ recovery-image] Aug 12 22:28:42.569 INFO O| Aug 12 22:28:42.569 INFO STEP 689 (remove_files) COMPLETE |
5899 | 2024-08-12T22:28:44.564Z | [ recovery-image] Aug 12 22:28:42.569 INFO O| Aug 12 22:28:42.569 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-08-12T22:28:44.574Z | [ recovery-image] Aug 12 22:28:42.578 INFO O| Aug 12 22:28:42.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5901 | 2024-08-12T22:28:44.574Z | [ recovery-image] Aug 12 22:28:42.578 INFO O| Aug 12 22:28:42.578 INFO STEP 690 (remove_files) COMPLETE |
5902 | 2024-08-12T22:28:44.574Z | [ recovery-image] Aug 12 22:28:42.578 INFO O| Aug 12 22:28:42.578 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-08-12T22:28:44.584Z | [ recovery-image] Aug 12 22:28:42.588 INFO O| Aug 12 22:28:42.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5904 | 2024-08-12T22:28:44.584Z | [ recovery-image] Aug 12 22:28:42.588 INFO O| Aug 12 22:28:42.588 INFO STEP 691 (remove_files) COMPLETE |
5905 | 2024-08-12T22:28:44.587Z | [ recovery-image] Aug 12 22:28:42.588 INFO O| Aug 12 22:28:42.588 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-08-12T22:28:44.593Z | [ recovery-image] Aug 12 22:28:42.597 INFO O| Aug 12 22:28:42.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5907 | 2024-08-12T22:28:44.593Z | [ recovery-image] Aug 12 22:28:42.597 INFO O| Aug 12 22:28:42.597 INFO STEP 692 (remove_files) COMPLETE |
5908 | 2024-08-12T22:28:44.593Z | [ recovery-image] Aug 12 22:28:42.597 INFO O| Aug 12 22:28:42.597 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-08-12T22:28:44.603Z | [ recovery-image] Aug 12 22:28:42.607 INFO O| Aug 12 22:28:42.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5910 | 2024-08-12T22:28:44.603Z | [ recovery-image] Aug 12 22:28:42.607 INFO O| Aug 12 22:28:42.607 INFO STEP 693 (remove_files) COMPLETE |
5911 | 2024-08-12T22:28:44.606Z | [ recovery-image] Aug 12 22:28:42.607 INFO O| Aug 12 22:28:42.607 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-08-12T22:28:44.613Z | [ recovery-image] Aug 12 22:28:42.617 INFO O| Aug 12 22:28:42.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5913 | 2024-08-12T22:28:44.616Z | [ recovery-image] Aug 12 22:28:42.617 INFO O| Aug 12 22:28:42.617 INFO STEP 694 (remove_files) COMPLETE |
5914 | 2024-08-12T22:28:44.616Z | [ recovery-image] Aug 12 22:28:42.617 INFO O| Aug 12 22:28:42.617 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-08-12T22:28:44.622Z | [ recovery-image] Aug 12 22:28:42.626 INFO O| Aug 12 22:28:42.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5916 | 2024-08-12T22:28:44.622Z | [ recovery-image] Aug 12 22:28:42.626 INFO O| Aug 12 22:28:42.626 INFO STEP 695 (remove_files) COMPLETE |
5917 | 2024-08-12T22:28:44.625Z | [ recovery-image] Aug 12 22:28:42.626 INFO O| Aug 12 22:28:42.626 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-08-12T22:28:44.632Z | [ recovery-image] Aug 12 22:28:42.636 INFO O| Aug 12 22:28:42.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5919 | 2024-08-12T22:28:44.632Z | [ recovery-image] Aug 12 22:28:42.636 INFO O| Aug 12 22:28:42.636 INFO STEP 696 (remove_files) COMPLETE |
5920 | 2024-08-12T22:28:44.632Z | [ recovery-image] Aug 12 22:28:42.636 INFO O| Aug 12 22:28:42.636 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-08-12T22:28:44.641Z | [ recovery-image] Aug 12 22:28:42.645 INFO O| Aug 12 22:28:42.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5922 | 2024-08-12T22:28:44.644Z | [ recovery-image] Aug 12 22:28:42.646 INFO O| Aug 12 22:28:42.646 INFO STEP 697 (remove_files) COMPLETE |
5923 | 2024-08-12T22:28:44.644Z | [ recovery-image] Aug 12 22:28:42.646 INFO O| Aug 12 22:28:42.646 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-08-12T22:28:44.652Z | [ recovery-image] Aug 12 22:28:42.656 INFO O| Aug 12 22:28:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5925 | 2024-08-12T22:28:44.654Z | [ recovery-image] Aug 12 22:28:42.656 INFO O| Aug 12 22:28:42.656 INFO STEP 698 (remove_files) COMPLETE |
5926 | 2024-08-12T22:28:44.654Z | [ recovery-image] Aug 12 22:28:42.656 INFO O| Aug 12 22:28:42.656 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-08-12T22:28:44.661Z | [ recovery-image] Aug 12 22:28:42.665 INFO O| Aug 12 22:28:42.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5928 | 2024-08-12T22:28:44.661Z | [ recovery-image] Aug 12 22:28:42.665 INFO O| Aug 12 22:28:42.665 INFO STEP 699 (remove_files) COMPLETE |
5929 | 2024-08-12T22:28:44.664Z | [ recovery-image] Aug 12 22:28:42.665 INFO O| Aug 12 22:28:42.665 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-08-12T22:28:44.671Z | [ recovery-image] Aug 12 22:28:42.675 INFO O| Aug 12 22:28:42.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5931 | 2024-08-12T22:28:44.673Z | [ recovery-image] Aug 12 22:28:42.675 INFO O| Aug 12 22:28:42.675 INFO STEP 700 (remove_files) COMPLETE |
5932 | 2024-08-12T22:28:44.673Z | [ recovery-image] Aug 12 22:28:42.675 INFO O| Aug 12 22:28:42.675 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-08-12T22:28:44.680Z | [ recovery-image] Aug 12 22:28:42.684 INFO O| Aug 12 22:28:42.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5934 | 2024-08-12T22:28:44.680Z | [ recovery-image] Aug 12 22:28:42.684 INFO O| Aug 12 22:28:42.684 INFO STEP 701 (remove_files) COMPLETE |
5935 | 2024-08-12T22:28:44.683Z | [ recovery-image] Aug 12 22:28:42.685 INFO O| Aug 12 22:28:42.684 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-08-12T22:28:44.690Z | [ recovery-image] Aug 12 22:28:42.694 INFO O| Aug 12 22:28:42.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5937 | 2024-08-12T22:28:44.690Z | [ recovery-image] Aug 12 22:28:42.694 INFO O| Aug 12 22:28:42.694 INFO STEP 702 (remove_files) COMPLETE |
5938 | 2024-08-12T22:28:44.692Z | [ recovery-image] Aug 12 22:28:42.694 INFO O| Aug 12 22:28:42.694 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-08-12T22:28:44.699Z | [ recovery-image] Aug 12 22:28:42.703 INFO O| Aug 12 22:28:42.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5940 | 2024-08-12T22:28:44.699Z | [ recovery-image] Aug 12 22:28:42.704 INFO O| Aug 12 22:28:42.703 INFO STEP 703 (remove_files) COMPLETE |
5941 | 2024-08-12T22:28:44.699Z | [ recovery-image] Aug 12 22:28:42.704 INFO O| Aug 12 22:28:42.704 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-08-12T22:28:44.709Z | [ recovery-image] Aug 12 22:28:42.713 INFO O| Aug 12 22:28:42.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5943 | 2024-08-12T22:28:44.712Z | [ recovery-image] Aug 12 22:28:42.713 INFO O| Aug 12 22:28:42.713 INFO STEP 704 (remove_files) COMPLETE |
5944 | 2024-08-12T22:28:44.712Z | [ recovery-image] Aug 12 22:28:42.713 INFO O| Aug 12 22:28:42.713 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-08-12T22:28:44.718Z | [ recovery-image] Aug 12 22:28:42.722 INFO O| Aug 12 22:28:42.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5946 | 2024-08-12T22:28:44.718Z | [ recovery-image] Aug 12 22:28:42.723 INFO O| Aug 12 22:28:42.723 INFO STEP 705 (remove_files) COMPLETE |
5947 | 2024-08-12T22:28:44.721Z | [ recovery-image] Aug 12 22:28:42.723 INFO O| Aug 12 22:28:42.723 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-08-12T22:28:44.728Z | [ recovery-image] Aug 12 22:28:42.732 INFO O| Aug 12 22:28:42.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
5949 | 2024-08-12T22:28:44.731Z | [ recovery-image] Aug 12 22:28:42.732 INFO O| Aug 12 22:28:42.732 INFO STEP 706 (remove_files) COMPLETE |
5950 | 2024-08-12T22:28:44.731Z | [ recovery-image] Aug 12 22:28:42.732 INFO O| Aug 12 22:28:42.732 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-08-12T22:28:44.737Z | [ recovery-image] Aug 12 22:28:42.741 INFO O| Aug 12 22:28:42.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
5952 | 2024-08-12T22:28:44.737Z | [ recovery-image] Aug 12 22:28:42.742 INFO O| Aug 12 22:28:42.742 INFO STEP 707 (remove_files) COMPLETE |
5953 | 2024-08-12T22:28:44.740Z | [ recovery-image] Aug 12 22:28:42.742 INFO O| Aug 12 22:28:42.742 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-08-12T22:28:44.747Z | [ recovery-image] Aug 12 22:28:42.751 INFO O| Aug 12 22:28:42.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
5955 | 2024-08-12T22:28:44.747Z | [ recovery-image] Aug 12 22:28:42.751 INFO O| Aug 12 22:28:42.751 INFO STEP 708 (remove_files) COMPLETE |
5956 | 2024-08-12T22:28:44.750Z | [ recovery-image] Aug 12 22:28:42.751 INFO O| Aug 12 22:28:42.751 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-08-12T22:28:44.757Z | [ recovery-image] Aug 12 22:28:42.761 INFO O| Aug 12 22:28:42.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
5958 | 2024-08-12T22:28:44.759Z | [ recovery-image] Aug 12 22:28:42.761 INFO O| Aug 12 22:28:42.761 INFO STEP 709 (remove_files) COMPLETE |
5959 | 2024-08-12T22:28:44.759Z | [ recovery-image] Aug 12 22:28:42.761 INFO O| Aug 12 22:28:42.761 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-08-12T22:28:44.766Z | [ recovery-image] Aug 12 22:28:42.770 INFO O| Aug 12 22:28:42.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
5961 | 2024-08-12T22:28:44.766Z | [ recovery-image] Aug 12 22:28:42.770 INFO O| Aug 12 22:28:42.770 INFO STEP 710 (remove_files) COMPLETE |
5962 | 2024-08-12T22:28:44.769Z | [ recovery-image] Aug 12 22:28:42.770 INFO O| Aug 12 22:28:42.770 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-08-12T22:28:44.776Z | [ recovery-image] Aug 12 22:28:42.780 INFO O| Aug 12 22:28:42.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
5964 | 2024-08-12T22:28:44.776Z | [ recovery-image] Aug 12 22:28:42.780 INFO O| Aug 12 22:28:42.780 INFO STEP 711 (remove_files) COMPLETE |
5965 | 2024-08-12T22:28:44.778Z | [ recovery-image] Aug 12 22:28:42.780 INFO O| Aug 12 22:28:42.780 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-08-12T22:28:44.785Z | [ recovery-image] Aug 12 22:28:42.789 INFO O| Aug 12 22:28:42.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
5967 | 2024-08-12T22:28:44.785Z | [ recovery-image] Aug 12 22:28:42.789 INFO O| Aug 12 22:28:42.789 INFO STEP 712 (remove_files) COMPLETE |
5968 | 2024-08-12T22:28:44.787Z | [ recovery-image] Aug 12 22:28:42.789 INFO O| Aug 12 22:28:42.789 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-08-12T22:28:44.794Z | [ recovery-image] Aug 12 22:28:42.798 INFO O| Aug 12 22:28:42.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
5970 | 2024-08-12T22:28:44.797Z | [ recovery-image] Aug 12 22:28:42.798 INFO O| Aug 12 22:28:42.798 INFO STEP 713 (remove_files) COMPLETE |
5971 | 2024-08-12T22:28:44.797Z | [ recovery-image] Aug 12 22:28:42.798 INFO O| Aug 12 22:28:42.798 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-08-12T22:28:44.804Z | [ recovery-image] Aug 12 22:28:42.808 INFO O| Aug 12 22:28:42.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
5973 | 2024-08-12T22:28:44.807Z | [ recovery-image] Aug 12 22:28:42.808 INFO O| Aug 12 22:28:42.808 INFO STEP 714 (remove_files) COMPLETE |
5974 | 2024-08-12T22:28:44.807Z | [ recovery-image] Aug 12 22:28:42.808 INFO O| Aug 12 22:28:42.808 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-08-12T22:28:44.813Z | [ recovery-image] Aug 12 22:28:42.818 INFO O| Aug 12 22:28:42.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
5976 | 2024-08-12T22:28:44.816Z | [ recovery-image] Aug 12 22:28:42.818 INFO O| Aug 12 22:28:42.818 INFO STEP 715 (remove_files) COMPLETE |
5977 | 2024-08-12T22:28:44.816Z | [ recovery-image] Aug 12 22:28:42.818 INFO O| Aug 12 22:28:42.818 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-08-12T22:28:44.823Z | [ recovery-image] Aug 12 22:28:42.827 INFO O| Aug 12 22:28:42.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
5979 | 2024-08-12T22:28:44.823Z | [ recovery-image] Aug 12 22:28:42.827 INFO O| Aug 12 22:28:42.827 INFO STEP 716 (remove_files) COMPLETE |
5980 | 2024-08-12T22:28:44.826Z | [ recovery-image] Aug 12 22:28:42.827 INFO O| Aug 12 22:28:42.827 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-08-12T22:28:44.832Z | [ recovery-image] Aug 12 22:28:42.836 INFO O| Aug 12 22:28:42.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
5982 | 2024-08-12T22:28:44.835Z | [ recovery-image] Aug 12 22:28:42.837 INFO O| Aug 12 22:28:42.836 INFO STEP 717 (remove_files) COMPLETE |
5983 | 2024-08-12T22:28:44.835Z | [ recovery-image] Aug 12 22:28:42.837 INFO O| Aug 12 22:28:42.836 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-08-12T22:28:44.842Z | [ recovery-image] Aug 12 22:28:42.846 INFO O| Aug 12 22:28:42.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
5985 | 2024-08-12T22:28:44.845Z | [ recovery-image] Aug 12 22:28:42.846 INFO O| Aug 12 22:28:42.846 INFO STEP 718 (remove_files) COMPLETE |
5986 | 2024-08-12T22:28:44.845Z | [ recovery-image] Aug 12 22:28:42.846 INFO O| Aug 12 22:28:42.846 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-08-12T22:28:44.852Z | [ recovery-image] Aug 12 22:28:42.856 INFO O| Aug 12 22:28:42.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
5988 | 2024-08-12T22:28:44.852Z | [ recovery-image] Aug 12 22:28:42.856 INFO O| Aug 12 22:28:42.856 INFO STEP 719 (remove_files) COMPLETE |
5989 | 2024-08-12T22:28:44.854Z | [ recovery-image] Aug 12 22:28:42.856 INFO O| Aug 12 22:28:42.856 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-08-12T22:28:44.862Z | [ recovery-image] Aug 12 22:28:42.865 INFO O| Aug 12 22:28:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
5991 | 2024-08-12T22:28:44.865Z | [ recovery-image] Aug 12 22:28:42.865 INFO O| Aug 12 22:28:42.865 INFO STEP 720 (remove_files) COMPLETE |
5992 | 2024-08-12T22:28:44.865Z | [ recovery-image] Aug 12 22:28:42.865 INFO O| Aug 12 22:28:42.865 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-08-12T22:28:44.873Z | [ recovery-image] Aug 12 22:28:42.877 INFO O| Aug 12 22:28:42.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
5994 | 2024-08-12T22:28:44.873Z | [ recovery-image] Aug 12 22:28:42.877 INFO O| Aug 12 22:28:42.877 INFO STEP 721 (remove_files) COMPLETE |
5995 | 2024-08-12T22:28:44.875Z | [ recovery-image] Aug 12 22:28:42.877 INFO O| Aug 12 22:28:42.877 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-08-12T22:28:44.885Z | [ recovery-image] Aug 12 22:28:42.889 INFO O| Aug 12 22:28:42.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
5997 | 2024-08-12T22:28:44.885Z | [ recovery-image] Aug 12 22:28:42.889 INFO O| Aug 12 22:28:42.889 INFO STEP 722 (remove_files) COMPLETE |
5998 | 2024-08-12T22:28:44.887Z | [ recovery-image] Aug 12 22:28:42.889 INFO O| Aug 12 22:28:42.889 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-08-12T22:28:44.896Z | [ recovery-image] Aug 12 22:28:42.899 INFO O| Aug 12 22:28:42.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6000 | 2024-08-12T22:28:44.896Z | [ recovery-image] Aug 12 22:28:42.899 INFO O| Aug 12 22:28:42.899 INFO STEP 723 (remove_files) COMPLETE |
6001 | 2024-08-12T22:28:44.896Z | [ recovery-image] Aug 12 22:28:42.899 INFO O| Aug 12 22:28:42.899 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-08-12T22:28:44.905Z | [ recovery-image] Aug 12 22:28:42.909 INFO O| Aug 12 22:28:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6003 | 2024-08-12T22:28:44.905Z | [ recovery-image] Aug 12 22:28:42.909 INFO O| Aug 12 22:28:42.909 INFO STEP 724 (remove_files) COMPLETE |
6004 | 2024-08-12T22:28:44.908Z | [ recovery-image] Aug 12 22:28:42.909 INFO O| Aug 12 22:28:42.909 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-08-12T22:28:44.917Z | [ recovery-image] Aug 12 22:28:42.921 INFO O| Aug 12 22:28:42.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6006 | 2024-08-12T22:28:44.917Z | [ recovery-image] Aug 12 22:28:42.921 INFO O| Aug 12 22:28:42.921 INFO STEP 725 (remove_files) COMPLETE |
6007 | 2024-08-12T22:28:44.917Z | [ recovery-image] Aug 12 22:28:42.921 INFO O| Aug 12 22:28:42.921 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-08-12T22:28:44.929Z | [ recovery-image] Aug 12 22:28:42.933 INFO O| Aug 12 22:28:42.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6009 | 2024-08-12T22:28:44.932Z | [ recovery-image] Aug 12 22:28:42.933 INFO O| Aug 12 22:28:42.933 INFO STEP 726 (remove_files) COMPLETE |
6010 | 2024-08-12T22:28:44.932Z | [ recovery-image] Aug 12 22:28:42.933 INFO O| Aug 12 22:28:42.933 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-08-12T22:28:44.942Z | [ recovery-image] Aug 12 22:28:42.946 INFO O| Aug 12 22:28:42.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6012 | 2024-08-12T22:28:44.942Z | [ recovery-image] Aug 12 22:28:42.946 INFO O| Aug 12 22:28:42.946 INFO STEP 727 (remove_files) COMPLETE |
6013 | 2024-08-12T22:28:44.945Z | [ recovery-image] Aug 12 22:28:42.946 INFO O| Aug 12 22:28:42.946 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-08-12T22:28:44.957Z | [ recovery-image] Aug 12 22:28:42.961 INFO O| Aug 12 22:28:42.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6015 | 2024-08-12T22:28:44.957Z | [ recovery-image] Aug 12 22:28:42.961 INFO O| Aug 12 22:28:42.961 INFO STEP 728 (remove_files) COMPLETE |
6016 | 2024-08-12T22:28:44.960Z | [ recovery-image] Aug 12 22:28:42.961 INFO O| Aug 12 22:28:42.961 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-08-12T22:28:44.967Z | [ recovery-image] Aug 12 22:28:42.971 INFO O| Aug 12 22:28:42.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6018 | 2024-08-12T22:28:44.967Z | [ recovery-image] Aug 12 22:28:42.971 INFO O| Aug 12 22:28:42.971 INFO STEP 729 (remove_files) COMPLETE |
6019 | 2024-08-12T22:28:44.970Z | [ recovery-image] Aug 12 22:28:42.971 INFO O| Aug 12 22:28:42.971 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-08-12T22:28:44.977Z | [ recovery-image] Aug 12 22:28:42.981 INFO O| Aug 12 22:28:42.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6021 | 2024-08-12T22:28:44.979Z | [ recovery-image] Aug 12 22:28:42.981 INFO O| Aug 12 22:28:42.981 INFO STEP 730 (remove_files) COMPLETE |
6022 | 2024-08-12T22:28:44.979Z | [ recovery-image] Aug 12 22:28:42.981 INFO O| Aug 12 22:28:42.981 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-08-12T22:28:44.986Z | [ recovery-image] Aug 12 22:28:42.990 INFO O| Aug 12 22:28:42.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6024 | 2024-08-12T22:28:44.989Z | [ recovery-image] Aug 12 22:28:42.990 INFO O| Aug 12 22:28:42.990 INFO STEP 731 (remove_files) COMPLETE |
6025 | 2024-08-12T22:28:44.989Z | [ recovery-image] Aug 12 22:28:42.991 INFO O| Aug 12 22:28:42.990 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-08-12T22:28:44.996Z | [ recovery-image] Aug 12 22:28:43.000 INFO O| Aug 12 22:28:43.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6027 | 2024-08-12T22:28:44.996Z | [ recovery-image] Aug 12 22:28:43.000 INFO O| Aug 12 22:28:43.000 INFO STEP 732 (remove_files) COMPLETE |
6028 | 2024-08-12T22:28:44.996Z | [ recovery-image] Aug 12 22:28:43.000 INFO O| Aug 12 22:28:43.000 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-08-12T22:28:45.007Z | [ recovery-image] Aug 12 22:28:43.011 INFO O| Aug 12 22:28:43.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6030 | 2024-08-12T22:28:45.007Z | [ recovery-image] Aug 12 22:28:43.011 INFO O| Aug 12 22:28:43.011 INFO STEP 733 (remove_files) COMPLETE |
6031 | 2024-08-12T22:28:45.010Z | [ recovery-image] Aug 12 22:28:43.011 INFO O| Aug 12 22:28:43.011 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-08-12T22:28:45.018Z | [ recovery-image] Aug 12 22:28:43.022 INFO O| Aug 12 22:28:43.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6033 | 2024-08-12T22:28:45.018Z | [ recovery-image] Aug 12 22:28:43.022 INFO O| Aug 12 22:28:43.022 INFO STEP 734 (remove_files) COMPLETE |
6034 | 2024-08-12T22:28:45.021Z | [ recovery-image] Aug 12 22:28:43.022 INFO O| Aug 12 22:28:43.022 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-08-12T22:28:45.027Z | [ recovery-image] Aug 12 22:28:43.031 INFO O| Aug 12 22:28:43.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6036 | 2024-08-12T22:28:45.027Z | [ recovery-image] Aug 12 22:28:43.031 INFO O| Aug 12 22:28:43.031 INFO STEP 735 (remove_files) COMPLETE |
6037 | 2024-08-12T22:28:45.030Z | [ recovery-image] Aug 12 22:28:43.031 INFO O| Aug 12 22:28:43.031 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-08-12T22:28:45.037Z | [ recovery-image] Aug 12 22:28:43.041 INFO O| Aug 12 22:28:43.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6039 | 2024-08-12T22:28:45.039Z | [ recovery-image] Aug 12 22:28:43.041 INFO O| Aug 12 22:28:43.041 INFO STEP 736 (remove_files) COMPLETE |
6040 | 2024-08-12T22:28:45.039Z | [ recovery-image] Aug 12 22:28:43.041 INFO O| Aug 12 22:28:43.041 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-08-12T22:28:45.046Z | [ recovery-image] Aug 12 22:28:43.050 INFO O| Aug 12 22:28:43.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6042 | 2024-08-12T22:28:45.049Z | [ recovery-image] Aug 12 22:28:43.051 INFO O| Aug 12 22:28:43.051 INFO STEP 737 (remove_files) COMPLETE |
6043 | 2024-08-12T22:28:45.049Z | [ recovery-image] Aug 12 22:28:43.051 INFO O| Aug 12 22:28:43.051 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-08-12T22:28:45.056Z | [ recovery-image] Aug 12 22:28:43.060 INFO O| Aug 12 22:28:43.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6045 | 2024-08-12T22:28:45.056Z | [ recovery-image] Aug 12 22:28:43.060 INFO O| Aug 12 22:28:43.060 INFO STEP 738 (remove_files) COMPLETE |
6046 | 2024-08-12T22:28:45.059Z | [ recovery-image] Aug 12 22:28:43.060 INFO O| Aug 12 22:28:43.060 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-08-12T22:28:45.068Z | [ recovery-image] Aug 12 22:28:43.069 INFO O| Aug 12 22:28:43.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6048 | 2024-08-12T22:28:45.071Z | [ recovery-image] Aug 12 22:28:43.070 INFO O| Aug 12 22:28:43.070 INFO STEP 739 (remove_files) COMPLETE |
6049 | 2024-08-12T22:28:45.071Z | [ recovery-image] Aug 12 22:28:43.070 INFO O| Aug 12 22:28:43.070 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-08-12T22:28:45.076Z | [ recovery-image] Aug 12 22:28:43.079 INFO O| Aug 12 22:28:43.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6051 | 2024-08-12T22:28:45.080Z | [ recovery-image] Aug 12 22:28:43.079 INFO O| Aug 12 22:28:43.079 INFO STEP 740 (remove_files) COMPLETE |
6052 | 2024-08-12T22:28:45.080Z | [ recovery-image] Aug 12 22:28:43.079 INFO O| Aug 12 22:28:43.079 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-08-12T22:28:45.084Z | [ recovery-image] Aug 12 22:28:43.088 INFO O| Aug 12 22:28:43.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6054 | 2024-08-12T22:28:45.087Z | [ recovery-image] Aug 12 22:28:43.089 INFO O| Aug 12 22:28:43.089 INFO STEP 741 (remove_files) COMPLETE |
6055 | 2024-08-12T22:28:45.087Z | [ recovery-image] Aug 12 22:28:43.089 INFO O| Aug 12 22:28:43.089 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-08-12T22:28:45.094Z | [ recovery-image] Aug 12 22:28:43.098 INFO O| Aug 12 22:28:43.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6057 | 2024-08-12T22:28:45.097Z | [ recovery-image] Aug 12 22:28:43.098 INFO O| Aug 12 22:28:43.098 INFO STEP 742 (remove_files) COMPLETE |
6058 | 2024-08-12T22:28:45.097Z | [ recovery-image] Aug 12 22:28:43.098 INFO O| Aug 12 22:28:43.098 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-08-12T22:28:45.103Z | [ recovery-image] Aug 12 22:28:43.107 INFO O| Aug 12 22:28:43.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6060 | 2024-08-12T22:28:45.106Z | [ recovery-image] Aug 12 22:28:43.107 INFO O| Aug 12 22:28:43.107 INFO STEP 743 (remove_files) COMPLETE |
6061 | 2024-08-12T22:28:45.106Z | [ recovery-image] Aug 12 22:28:43.107 INFO O| Aug 12 22:28:43.107 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-08-12T22:28:45.113Z | [ recovery-image] Aug 12 22:28:43.117 INFO O| Aug 12 22:28:43.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6063 | 2024-08-12T22:28:45.113Z | [ recovery-image] Aug 12 22:28:43.117 INFO O| Aug 12 22:28:43.117 INFO STEP 744 (remove_files) COMPLETE |
6064 | 2024-08-12T22:28:45.113Z | [ recovery-image] Aug 12 22:28:43.117 INFO O| Aug 12 22:28:43.117 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-08-12T22:28:45.123Z | [ recovery-image] Aug 12 22:28:43.127 INFO O| Aug 12 22:28:43.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6066 | 2024-08-12T22:28:45.123Z | [ recovery-image] Aug 12 22:28:43.127 INFO O| Aug 12 22:28:43.127 INFO STEP 745 (remove_files) COMPLETE |
6067 | 2024-08-12T22:28:45.128Z | [ recovery-image] Aug 12 22:28:43.127 INFO O| Aug 12 22:28:43.127 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-08-12T22:28:45.133Z | [ recovery-image] Aug 12 22:28:43.137 INFO O| Aug 12 22:28:43.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6069 | 2024-08-12T22:28:45.135Z | [ recovery-image] Aug 12 22:28:43.137 INFO O| Aug 12 22:28:43.137 INFO STEP 746 (remove_files) COMPLETE |
6070 | 2024-08-12T22:28:45.135Z | [ recovery-image] Aug 12 22:28:43.137 INFO O| Aug 12 22:28:43.137 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-08-12T22:28:45.142Z | [ recovery-image] Aug 12 22:28:43.146 INFO O| Aug 12 22:28:43.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6072 | 2024-08-12T22:28:45.142Z | [ recovery-image] Aug 12 22:28:43.146 INFO O| Aug 12 22:28:43.146 INFO STEP 747 (remove_files) COMPLETE |
6073 | 2024-08-12T22:28:45.142Z | [ recovery-image] Aug 12 22:28:43.146 INFO O| Aug 12 22:28:43.146 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-08-12T22:28:45.152Z | [ recovery-image] Aug 12 22:28:43.156 INFO O| Aug 12 22:28:43.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6075 | 2024-08-12T22:28:45.152Z | [ recovery-image] Aug 12 22:28:43.156 INFO O| Aug 12 22:28:43.156 INFO STEP 748 (remove_files) COMPLETE |
6076 | 2024-08-12T22:28:45.152Z | [ recovery-image] Aug 12 22:28:43.156 INFO O| Aug 12 22:28:43.156 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-08-12T22:28:45.161Z | [ recovery-image] Aug 12 22:28:43.165 INFO O| Aug 12 22:28:43.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6078 | 2024-08-12T22:28:45.165Z | [ recovery-image] Aug 12 22:28:43.165 INFO O| Aug 12 22:28:43.165 INFO STEP 749 (remove_files) COMPLETE |
6079 | 2024-08-12T22:28:45.165Z | [ recovery-image] Aug 12 22:28:43.165 INFO O| Aug 12 22:28:43.165 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-08-12T22:28:45.171Z | [ recovery-image] Aug 12 22:28:43.175 INFO O| Aug 12 22:28:43.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6081 | 2024-08-12T22:28:45.174Z | [ recovery-image] Aug 12 22:28:43.175 INFO O| Aug 12 22:28:43.175 INFO STEP 750 (remove_files) COMPLETE |
6082 | 2024-08-12T22:28:45.174Z | [ recovery-image] Aug 12 22:28:43.175 INFO O| Aug 12 22:28:43.175 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-08-12T22:28:45.181Z | [ recovery-image] Aug 12 22:28:43.184 INFO O| Aug 12 22:28:43.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6084 | 2024-08-12T22:28:45.181Z | [ recovery-image] Aug 12 22:28:43.185 INFO O| Aug 12 22:28:43.185 INFO STEP 751 (remove_files) COMPLETE |
6085 | 2024-08-12T22:28:45.181Z | [ recovery-image] Aug 12 22:28:43.185 INFO O| Aug 12 22:28:43.185 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-08-12T22:28:45.190Z | [ recovery-image] Aug 12 22:28:43.194 INFO O| Aug 12 22:28:43.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6087 | 2024-08-12T22:28:45.190Z | [ recovery-image] Aug 12 22:28:43.194 INFO O| Aug 12 22:28:43.194 INFO STEP 752 (remove_files) COMPLETE |
6088 | 2024-08-12T22:28:45.193Z | [ recovery-image] Aug 12 22:28:43.194 INFO O| Aug 12 22:28:43.194 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-08-12T22:28:45.199Z | [ recovery-image] Aug 12 22:28:43.203 INFO O| Aug 12 22:28:43.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6090 | 2024-08-12T22:28:45.199Z | [ recovery-image] Aug 12 22:28:43.203 INFO O| Aug 12 22:28:43.203 INFO STEP 753 (remove_files) COMPLETE |
6091 | 2024-08-12T22:28:45.202Z | [ recovery-image] Aug 12 22:28:43.203 INFO O| Aug 12 22:28:43.203 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-08-12T22:28:45.209Z | [ recovery-image] Aug 12 22:28:43.213 INFO O| Aug 12 22:28:43.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6093 | 2024-08-12T22:28:45.212Z | [ recovery-image] Aug 12 22:28:43.213 INFO O| Aug 12 22:28:43.213 INFO STEP 754 (remove_files) COMPLETE |
6094 | 2024-08-12T22:28:45.212Z | [ recovery-image] Aug 12 22:28:43.213 INFO O| Aug 12 22:28:43.213 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-08-12T22:28:45.218Z | [ recovery-image] Aug 12 22:28:43.222 INFO O| Aug 12 22:28:43.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6096 | 2024-08-12T22:28:45.218Z | [ recovery-image] Aug 12 22:28:43.222 INFO O| Aug 12 22:28:43.222 INFO STEP 755 (remove_files) COMPLETE |
6097 | 2024-08-12T22:28:45.218Z | [ recovery-image] Aug 12 22:28:43.222 INFO O| Aug 12 22:28:43.222 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-08-12T22:28:45.228Z | [ recovery-image] Aug 12 22:28:43.232 INFO O| Aug 12 22:28:43.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6099 | 2024-08-12T22:28:45.230Z | [ recovery-image] Aug 12 22:28:43.232 INFO O| Aug 12 22:28:43.232 INFO STEP 756 (remove_files) COMPLETE |
6100 | 2024-08-12T22:28:45.231Z | [ recovery-image] Aug 12 22:28:43.232 INFO O| Aug 12 22:28:43.232 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-08-12T22:28:45.237Z | [ recovery-image] Aug 12 22:28:43.241 INFO O| Aug 12 22:28:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6102 | 2024-08-12T22:28:45.240Z | [ recovery-image] Aug 12 22:28:43.242 INFO O| Aug 12 22:28:43.242 INFO STEP 757 (remove_files) COMPLETE |
6103 | 2024-08-12T22:28:45.240Z | [ recovery-image] Aug 12 22:28:43.242 INFO O| Aug 12 22:28:43.242 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-08-12T22:28:45.248Z | [ recovery-image] Aug 12 22:28:43.252 INFO O| Aug 12 22:28:43.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6105 | 2024-08-12T22:28:45.251Z | [ recovery-image] Aug 12 22:28:43.252 INFO O| Aug 12 22:28:43.252 INFO STEP 758 (remove_files) COMPLETE |
6106 | 2024-08-12T22:28:45.251Z | [ recovery-image] Aug 12 22:28:43.252 INFO O| Aug 12 22:28:43.252 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-08-12T22:28:45.257Z | [ recovery-image] Aug 12 22:28:43.261 INFO O| Aug 12 22:28:43.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6108 | 2024-08-12T22:28:45.260Z | [ recovery-image] Aug 12 22:28:43.261 INFO O| Aug 12 22:28:43.261 INFO STEP 759 (remove_files) COMPLETE |
6109 | 2024-08-12T22:28:45.260Z | [ recovery-image] Aug 12 22:28:43.261 INFO O| Aug 12 22:28:43.261 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-08-12T22:28:45.267Z | [ recovery-image] Aug 12 22:28:43.271 INFO O| Aug 12 22:28:43.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6111 | 2024-08-12T22:28:45.269Z | [ recovery-image] Aug 12 22:28:43.271 INFO O| Aug 12 22:28:43.271 INFO STEP 760 (remove_files) COMPLETE |
6112 | 2024-08-12T22:28:45.269Z | [ recovery-image] Aug 12 22:28:43.271 INFO O| Aug 12 22:28:43.271 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-08-12T22:28:45.276Z | [ recovery-image] Aug 12 22:28:43.280 INFO O| Aug 12 22:28:43.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6114 | 2024-08-12T22:28:45.276Z | [ recovery-image] Aug 12 22:28:43.280 INFO O| Aug 12 22:28:43.280 INFO STEP 761 (remove_files) COMPLETE |
6115 | 2024-08-12T22:28:45.276Z | [ recovery-image] Aug 12 22:28:43.280 INFO O| Aug 12 22:28:43.280 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-08-12T22:28:45.286Z | [ recovery-image] Aug 12 22:28:43.290 INFO O| Aug 12 22:28:43.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6117 | 2024-08-12T22:28:45.286Z | [ recovery-image] Aug 12 22:28:43.290 INFO O| Aug 12 22:28:43.290 INFO STEP 762 (remove_files) COMPLETE |
6118 | 2024-08-12T22:28:45.288Z | [ recovery-image] Aug 12 22:28:43.290 INFO O| Aug 12 22:28:43.290 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-08-12T22:28:45.296Z | [ recovery-image] Aug 12 22:28:43.299 INFO O| Aug 12 22:28:43.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6120 | 2024-08-12T22:28:45.296Z | [ recovery-image] Aug 12 22:28:43.299 INFO O| Aug 12 22:28:43.299 INFO STEP 763 (remove_files) COMPLETE |
6121 | 2024-08-12T22:28:45.296Z | [ recovery-image] Aug 12 22:28:43.299 INFO O| Aug 12 22:28:43.299 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-08-12T22:28:45.304Z | [ recovery-image] Aug 12 22:28:43.308 INFO O| Aug 12 22:28:43.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6123 | 2024-08-12T22:28:45.307Z | [ recovery-image] Aug 12 22:28:43.309 INFO O| Aug 12 22:28:43.309 INFO STEP 764 (remove_files) COMPLETE |
6124 | 2024-08-12T22:28:45.307Z | [ recovery-image] Aug 12 22:28:43.309 INFO O| Aug 12 22:28:43.309 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-08-12T22:28:45.314Z | [ recovery-image] Aug 12 22:28:43.318 INFO O| Aug 12 22:28:43.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6126 | 2024-08-12T22:28:45.314Z | [ recovery-image] Aug 12 22:28:43.318 INFO O| Aug 12 22:28:43.318 INFO STEP 765 (remove_files) COMPLETE |
6127 | 2024-08-12T22:28:45.314Z | [ recovery-image] Aug 12 22:28:43.318 INFO O| Aug 12 22:28:43.318 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-08-12T22:28:45.324Z | [ recovery-image] Aug 12 22:28:43.328 INFO O| Aug 12 22:28:43.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6129 | 2024-08-12T22:28:45.324Z | [ recovery-image] Aug 12 22:28:43.328 INFO O| Aug 12 22:28:43.328 INFO STEP 766 (remove_files) COMPLETE |
6130 | 2024-08-12T22:28:45.326Z | [ recovery-image] Aug 12 22:28:43.328 INFO O| Aug 12 22:28:43.328 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-08-12T22:28:45.333Z | [ recovery-image] Aug 12 22:28:43.337 INFO O| Aug 12 22:28:43.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6132 | 2024-08-12T22:28:45.333Z | [ recovery-image] Aug 12 22:28:43.337 INFO O| Aug 12 22:28:43.337 INFO STEP 767 (remove_files) COMPLETE |
6133 | 2024-08-12T22:28:45.333Z | [ recovery-image] Aug 12 22:28:43.337 INFO O| Aug 12 22:28:43.337 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-08-12T22:28:45.343Z | [ recovery-image] Aug 12 22:28:43.347 INFO O| Aug 12 22:28:43.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6135 | 2024-08-12T22:28:45.343Z | [ recovery-image] Aug 12 22:28:43.347 INFO O| Aug 12 22:28:43.347 INFO STEP 768 (remove_files) COMPLETE |
6136 | 2024-08-12T22:28:45.346Z | [ recovery-image] Aug 12 22:28:43.347 INFO O| Aug 12 22:28:43.347 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-08-12T22:28:45.352Z | [ recovery-image] Aug 12 22:28:43.356 INFO O| Aug 12 22:28:43.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6138 | 2024-08-12T22:28:45.355Z | [ recovery-image] Aug 12 22:28:43.356 INFO O| Aug 12 22:28:43.356 INFO STEP 769 (remove_files) COMPLETE |
6139 | 2024-08-12T22:28:45.355Z | [ recovery-image] Aug 12 22:28:43.356 INFO O| Aug 12 22:28:43.356 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-08-12T22:28:45.362Z | [ recovery-image] Aug 12 22:28:43.366 INFO O| Aug 12 22:28:43.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6141 | 2024-08-12T22:28:45.365Z | [ recovery-image] Aug 12 22:28:43.366 INFO O| Aug 12 22:28:43.366 INFO STEP 770 (remove_files) COMPLETE |
6142 | 2024-08-12T22:28:45.365Z | [ recovery-image] Aug 12 22:28:43.366 INFO O| Aug 12 22:28:43.366 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-08-12T22:28:45.371Z | [ recovery-image] Aug 12 22:28:43.375 INFO O| Aug 12 22:28:43.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6144 | 2024-08-12T22:28:45.371Z | [ recovery-image] Aug 12 22:28:43.375 INFO O| Aug 12 22:28:43.375 INFO STEP 771 (remove_files) COMPLETE |
6145 | 2024-08-12T22:28:45.374Z | [ recovery-image] Aug 12 22:28:43.375 INFO O| Aug 12 22:28:43.375 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-08-12T22:28:45.381Z | [ recovery-image] Aug 12 22:28:43.385 INFO O| Aug 12 22:28:43.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6147 | 2024-08-12T22:28:45.381Z | [ recovery-image] Aug 12 22:28:43.385 INFO O| Aug 12 22:28:43.385 INFO STEP 772 (remove_files) COMPLETE |
6148 | 2024-08-12T22:28:45.384Z | [ recovery-image] Aug 12 22:28:43.385 INFO O| Aug 12 22:28:43.385 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-08-12T22:28:45.389Z | [ host-image] Aug 12 22:28:43.393 INFO O| Aug 12 22:28:43.393 INFO O| Download: Completed 1.39 MB in 1.00 seconds (1.4M/s) |
6150 | 2024-08-12T22:28:45.392Z | [ recovery-image] Aug 12 22:28:43.395 INFO O| Aug 12 22:28:43.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6151 | 2024-08-12T22:28:45.392Z | [ recovery-image] Aug 12 22:28:43.395 INFO O| Aug 12 22:28:43.395 INFO STEP 773 (remove_files) COMPLETE |
6152 | 2024-08-12T22:28:45.392Z | [ recovery-image] Aug 12 22:28:43.395 INFO O| Aug 12 22:28:43.395 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-12T22:28:45.400Z | [ recovery-image] Aug 12 22:28:43.404 INFO O| Aug 12 22:28:43.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6154 | 2024-08-12T22:28:45.400Z | [ recovery-image] Aug 12 22:28:43.404 INFO O| Aug 12 22:28:43.404 INFO STEP 774 (remove_files) COMPLETE |
6155 | 2024-08-12T22:28:45.400Z | [ recovery-image] Aug 12 22:28:43.404 INFO O| Aug 12 22:28:43.404 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-12T22:28:45.411Z | [ recovery-image] Aug 12 22:28:43.415 INFO O| Aug 12 22:28:43.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6157 | 2024-08-12T22:28:45.413Z | [ recovery-image] Aug 12 22:28:43.415 INFO O| Aug 12 22:28:43.415 INFO STEP 775 (remove_files) COMPLETE |
6158 | 2024-08-12T22:28:45.414Z | [ recovery-image] Aug 12 22:28:43.415 INFO O| Aug 12 22:28:43.415 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-12T22:28:45.416Z | [ host-image] Aug 12 22:28:43.418 INFO O| Aug 12 22:28:43.418 INFO O| Actions: 1/238 actions (Installing new actions) |
6160 | 2024-08-12T22:28:45.421Z | [ recovery-image] Aug 12 22:28:43.425 INFO O| Aug 12 22:28:43.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6161 | 2024-08-12T22:28:45.424Z | [ recovery-image] Aug 12 22:28:43.425 INFO O| Aug 12 22:28:43.425 INFO STEP 776 (remove_files) COMPLETE |
6162 | 2024-08-12T22:28:45.424Z | [ recovery-image] Aug 12 22:28:43.425 INFO O| Aug 12 22:28:43.425 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-08-12T22:28:45.433Z | [ recovery-image] Aug 12 22:28:43.435 INFO O| Aug 12 22:28:43.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6164 | 2024-08-12T22:28:45.434Z | [ recovery-image] Aug 12 22:28:43.435 INFO O| Aug 12 22:28:43.435 INFO STEP 777 (remove_files) COMPLETE |
6165 | 2024-08-12T22:28:45.436Z | [ recovery-image] Aug 12 22:28:43.435 INFO O| Aug 12 22:28:43.435 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-08-12T22:28:45.441Z | [ recovery-image] Aug 12 22:28:43.445 INFO O| Aug 12 22:28:43.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6167 | 2024-08-12T22:28:45.444Z | [ recovery-image] Aug 12 22:28:43.445 INFO O| Aug 12 22:28:43.445 INFO STEP 778 (remove_files) COMPLETE |
6168 | 2024-08-12T22:28:45.444Z | [ recovery-image] Aug 12 22:28:43.445 INFO O| Aug 12 22:28:43.445 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-08-12T22:28:45.451Z | [ recovery-image] Aug 12 22:28:43.455 INFO O| Aug 12 22:28:43.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6170 | 2024-08-12T22:28:45.451Z | [ recovery-image] Aug 12 22:28:43.455 INFO O| Aug 12 22:28:43.455 INFO STEP 779 (remove_files) COMPLETE |
6171 | 2024-08-12T22:28:45.451Z | [ recovery-image] Aug 12 22:28:43.455 INFO O| Aug 12 22:28:43.455 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-08-12T22:28:45.460Z | [ recovery-image] Aug 12 22:28:43.464 INFO O| Aug 12 22:28:43.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6173 | 2024-08-12T22:28:45.460Z | [ recovery-image] Aug 12 22:28:43.464 INFO O| Aug 12 22:28:43.464 INFO STEP 780 (remove_files) COMPLETE |
6174 | 2024-08-12T22:28:45.464Z | [ recovery-image] Aug 12 22:28:43.464 INFO O| Aug 12 22:28:43.464 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-08-12T22:28:45.471Z | [ recovery-image] Aug 12 22:28:43.474 INFO O| Aug 12 22:28:43.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6176 | 2024-08-12T22:28:45.471Z | [ recovery-image] Aug 12 22:28:43.474 INFO O| Aug 12 22:28:43.474 INFO STEP 781 (remove_files) COMPLETE |
6177 | 2024-08-12T22:28:45.474Z | [ recovery-image] Aug 12 22:28:43.474 INFO O| Aug 12 22:28:43.474 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-08-12T22:28:45.480Z | [ recovery-image] Aug 12 22:28:43.484 INFO O| Aug 12 22:28:43.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6179 | 2024-08-12T22:28:45.480Z | [ recovery-image] Aug 12 22:28:43.484 INFO O| Aug 12 22:28:43.484 INFO STEP 782 (remove_files) COMPLETE |
6180 | 2024-08-12T22:28:45.480Z | [ recovery-image] Aug 12 22:28:43.484 INFO O| Aug 12 22:28:43.484 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-08-12T22:28:45.490Z | [ recovery-image] Aug 12 22:28:43.494 INFO O| Aug 12 22:28:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6182 | 2024-08-12T22:28:45.490Z | [ recovery-image] Aug 12 22:28:43.494 INFO O| Aug 12 22:28:43.494 INFO STEP 783 (remove_files) COMPLETE |
6183 | 2024-08-12T22:28:45.490Z | [ recovery-image] Aug 12 22:28:43.494 INFO O| Aug 12 22:28:43.494 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-08-12T22:28:45.501Z | [ recovery-image] Aug 12 22:28:43.505 INFO O| Aug 12 22:28:43.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6185 | 2024-08-12T22:28:45.501Z | [ recovery-image] Aug 12 22:28:43.505 INFO O| Aug 12 22:28:43.505 INFO STEP 784 (remove_files) COMPLETE |
6186 | 2024-08-12T22:28:45.504Z | [ recovery-image] Aug 12 22:28:43.505 INFO O| Aug 12 22:28:43.505 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-08-12T22:28:45.511Z | [ recovery-image] Aug 12 22:28:43.515 INFO O| Aug 12 22:28:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6188 | 2024-08-12T22:28:45.511Z | [ recovery-image] Aug 12 22:28:43.515 INFO O| Aug 12 22:28:43.515 INFO STEP 785 (remove_files) COMPLETE |
6189 | 2024-08-12T22:28:45.514Z | [ recovery-image] Aug 12 22:28:43.515 INFO O| Aug 12 22:28:43.515 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-08-12T22:28:45.520Z | [ recovery-image] Aug 12 22:28:43.524 INFO O| Aug 12 22:28:43.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6191 | 2024-08-12T22:28:45.523Z | [ recovery-image] Aug 12 22:28:43.524 INFO O| Aug 12 22:28:43.524 INFO STEP 786 (remove_files) COMPLETE |
6192 | 2024-08-12T22:28:45.523Z | [ recovery-image] Aug 12 22:28:43.524 INFO O| Aug 12 22:28:43.524 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-08-12T22:28:45.530Z | [ recovery-image] Aug 12 22:28:43.534 INFO O| Aug 12 22:28:43.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6194 | 2024-08-12T22:28:45.530Z | [ recovery-image] Aug 12 22:28:43.534 INFO O| Aug 12 22:28:43.534 INFO STEP 787 (remove_files) COMPLETE |
6195 | 2024-08-12T22:28:45.533Z | [ recovery-image] Aug 12 22:28:43.534 INFO O| Aug 12 22:28:43.534 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-08-12T22:28:45.533Z | [ host-image] Aug 12 22:28:43.536 INFO O| Aug 12 22:28:43.536 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
6197 | 2024-08-12T22:28:45.540Z | [ recovery-image] Aug 12 22:28:43.544 INFO O| Aug 12 22:28:43.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6198 | 2024-08-12T22:28:45.540Z | [ recovery-image] Aug 12 22:28:43.544 INFO O| Aug 12 22:28:43.544 INFO STEP 788 (remove_files) COMPLETE |
6199 | 2024-08-12T22:28:45.540Z | [ recovery-image] Aug 12 22:28:43.544 INFO O| Aug 12 22:28:43.544 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-08-12T22:28:45.550Z | [ recovery-image] Aug 12 22:28:43.553 INFO O| Aug 12 22:28:43.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6201 | 2024-08-12T22:28:45.552Z | [ recovery-image] Aug 12 22:28:43.553 INFO O| Aug 12 22:28:43.553 INFO STEP 789 (remove_files) COMPLETE |
6202 | 2024-08-12T22:28:45.553Z | [ recovery-image] Aug 12 22:28:43.553 INFO O| Aug 12 22:28:43.553 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-08-12T22:28:45.559Z | [ recovery-image] Aug 12 22:28:43.563 INFO O| Aug 12 22:28:43.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6204 | 2024-08-12T22:28:45.562Z | [ recovery-image] Aug 12 22:28:43.563 INFO O| Aug 12 22:28:43.563 INFO STEP 790 (remove_files) COMPLETE |
6205 | 2024-08-12T22:28:45.562Z | [ recovery-image] Aug 12 22:28:43.563 INFO O| Aug 12 22:28:43.563 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-08-12T22:28:45.570Z | [ recovery-image] Aug 12 22:28:43.573 INFO O| Aug 12 22:28:43.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6207 | 2024-08-12T22:28:45.572Z | [ recovery-image] Aug 12 22:28:43.573 INFO O| Aug 12 22:28:43.573 INFO STEP 791 (remove_files) COMPLETE |
6208 | 2024-08-12T22:28:45.572Z | [ recovery-image] Aug 12 22:28:43.573 INFO O| Aug 12 22:28:43.573 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-08-12T22:28:45.579Z | [ recovery-image] Aug 12 22:28:43.583 INFO O| Aug 12 22:28:43.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6210 | 2024-08-12T22:28:45.580Z | [ recovery-image] Aug 12 22:28:43.583 INFO O| Aug 12 22:28:43.583 INFO STEP 792 (remove_files) COMPLETE |
6211 | 2024-08-12T22:28:45.582Z | [ recovery-image] Aug 12 22:28:43.583 INFO O| Aug 12 22:28:43.583 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-08-12T22:28:45.590Z | [ recovery-image] Aug 12 22:28:43.593 INFO O| Aug 12 22:28:43.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6213 | 2024-08-12T22:28:45.593Z | [ recovery-image] Aug 12 22:28:43.593 INFO O| Aug 12 22:28:43.593 INFO STEP 793 (remove_files) COMPLETE |
6214 | 2024-08-12T22:28:45.593Z | [ recovery-image] Aug 12 22:28:43.593 INFO O| Aug 12 22:28:43.593 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-08-12T22:28:45.599Z | [ recovery-image] Aug 12 22:28:43.603 INFO O| Aug 12 22:28:43.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6216 | 2024-08-12T22:28:45.600Z | [ recovery-image] Aug 12 22:28:43.603 INFO O| Aug 12 22:28:43.603 INFO STEP 794 (remove_files) COMPLETE |
6217 | 2024-08-12T22:28:45.602Z | [ recovery-image] Aug 12 22:28:43.603 INFO O| Aug 12 22:28:43.603 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-12T22:28:45.610Z | [ recovery-image] Aug 12 22:28:43.613 INFO O| Aug 12 22:28:43.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6219 | 2024-08-12T22:28:45.610Z | [ recovery-image] Aug 12 22:28:43.613 INFO O| Aug 12 22:28:43.613 INFO STEP 795 (remove_files) COMPLETE |
6220 | 2024-08-12T22:28:45.613Z | [ recovery-image] Aug 12 22:28:43.613 INFO O| Aug 12 22:28:43.613 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-08-12T22:28:45.621Z | [ recovery-image] Aug 12 22:28:43.623 INFO O| Aug 12 22:28:43.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6222 | 2024-08-12T22:28:45.621Z | [ recovery-image] Aug 12 22:28:43.623 INFO O| Aug 12 22:28:43.623 INFO STEP 796 (remove_files) COMPLETE |
6223 | 2024-08-12T22:28:45.623Z | [ recovery-image] Aug 12 22:28:43.623 INFO O| Aug 12 22:28:43.623 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-08-12T22:28:45.629Z | [ recovery-image] Aug 12 22:28:43.633 INFO O| Aug 12 22:28:43.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6225 | 2024-08-12T22:28:45.634Z | [ recovery-image] Aug 12 22:28:43.633 INFO O| Aug 12 22:28:43.633 INFO STEP 797 (remove_files) COMPLETE |
6226 | 2024-08-12T22:28:45.634Z | [ recovery-image] Aug 12 22:28:43.633 INFO O| Aug 12 22:28:43.633 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-08-12T22:28:45.640Z | [ recovery-image] Aug 12 22:28:43.643 INFO O| Aug 12 22:28:43.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6228 | 2024-08-12T22:28:45.643Z | [ recovery-image] Aug 12 22:28:43.643 INFO O| Aug 12 22:28:43.643 INFO STEP 798 (remove_files) COMPLETE |
6229 | 2024-08-12T22:28:45.643Z | [ recovery-image] Aug 12 22:28:43.644 INFO O| Aug 12 22:28:43.643 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-08-12T22:28:45.650Z | [ recovery-image] Aug 12 22:28:43.654 INFO O| Aug 12 22:28:43.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6231 | 2024-08-12T22:28:45.650Z | [ recovery-image] Aug 12 22:28:43.654 INFO O| Aug 12 22:28:43.654 INFO STEP 799 (remove_files) COMPLETE |
6232 | 2024-08-12T22:28:45.650Z | [ recovery-image] Aug 12 22:28:43.654 INFO O| Aug 12 22:28:43.654 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-08-12T22:28:45.660Z | [ recovery-image] Aug 12 22:28:43.663 INFO O| Aug 12 22:28:43.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6234 | 2024-08-12T22:28:45.660Z | [ recovery-image] Aug 12 22:28:43.663 INFO O| Aug 12 22:28:43.663 INFO STEP 800 (remove_files) COMPLETE |
6235 | 2024-08-12T22:28:45.660Z | [ recovery-image] Aug 12 22:28:43.664 INFO O| Aug 12 22:28:43.663 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-08-12T22:28:45.670Z | [ recovery-image] Aug 12 22:28:43.673 INFO O| Aug 12 22:28:43.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6237 | 2024-08-12T22:28:45.670Z | [ recovery-image] Aug 12 22:28:43.674 INFO O| Aug 12 22:28:43.674 INFO STEP 801 (remove_files) COMPLETE |
6238 | 2024-08-12T22:28:45.670Z | [ recovery-image] Aug 12 22:28:43.674 INFO O| Aug 12 22:28:43.674 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-08-12T22:28:45.680Z | [ recovery-image] Aug 12 22:28:43.684 INFO O| Aug 12 22:28:43.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6240 | 2024-08-12T22:28:45.683Z | [ recovery-image] Aug 12 22:28:43.684 INFO O| Aug 12 22:28:43.684 INFO STEP 802 (remove_files) COMPLETE |
6241 | 2024-08-12T22:28:45.683Z | [ recovery-image] Aug 12 22:28:43.684 INFO O| Aug 12 22:28:43.684 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-08-12T22:28:45.690Z | [ recovery-image] Aug 12 22:28:43.694 INFO O| Aug 12 22:28:43.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6243 | 2024-08-12T22:28:45.693Z | [ recovery-image] Aug 12 22:28:43.694 INFO O| Aug 12 22:28:43.694 INFO STEP 803 (remove_files) COMPLETE |
6244 | 2024-08-12T22:28:45.693Z | [ recovery-image] Aug 12 22:28:43.694 INFO O| Aug 12 22:28:43.694 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-08-12T22:28:45.693Z | [ host-image] Aug 12 22:28:43.696 INFO O| Aug 12 22:28:43.696 INFO O| Done |
6246 | 2024-08-12T22:28:45.694Z | [ host-image] Aug 12 22:28:43.696 INFO O| Aug 12 22:28:43.696 INFO O| Done |
6247 | 2024-08-12T22:28:45.701Z | [ recovery-image] Aug 12 22:28:43.705 INFO O| Aug 12 22:28:43.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6248 | 2024-08-12T22:28:45.705Z | [ recovery-image] Aug 12 22:28:43.705 INFO O| Aug 12 22:28:43.705 INFO STEP 804 (remove_files) COMPLETE |
6249 | 2024-08-12T22:28:45.705Z | [ recovery-image] Aug 12 22:28:43.705 INFO O| Aug 12 22:28:43.705 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-08-12T22:28:45.711Z | [ recovery-image] Aug 12 22:28:43.715 INFO O| Aug 12 22:28:43.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6251 | 2024-08-12T22:28:45.711Z | [ recovery-image] Aug 12 22:28:43.715 INFO O| Aug 12 22:28:43.715 INFO STEP 805 (remove_files) COMPLETE |
6252 | 2024-08-12T22:28:45.711Z | [ recovery-image] Aug 12 22:28:43.715 INFO O| Aug 12 22:28:43.715 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-08-12T22:28:45.721Z | [ recovery-image] Aug 12 22:28:43.725 INFO O| Aug 12 22:28:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6254 | 2024-08-12T22:28:45.725Z | [ recovery-image] Aug 12 22:28:43.725 INFO O| Aug 12 22:28:43.725 INFO STEP 806 (remove_files) COMPLETE |
6255 | 2024-08-12T22:28:45.725Z | [ recovery-image] Aug 12 22:28:43.725 INFO O| Aug 12 22:28:43.725 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-08-12T22:28:45.731Z | [ recovery-image] Aug 12 22:28:43.734 INFO O| Aug 12 22:28:43.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6257 | 2024-08-12T22:28:45.731Z | [ recovery-image] Aug 12 22:28:43.734 INFO O| Aug 12 22:28:43.734 INFO STEP 807 (remove_files) COMPLETE |
6258 | 2024-08-12T22:28:45.733Z | [ recovery-image] Aug 12 22:28:43.734 INFO O| Aug 12 22:28:43.734 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-08-12T22:28:45.741Z | [ recovery-image] Aug 12 22:28:43.744 INFO O| Aug 12 22:28:43.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6260 | 2024-08-12T22:28:45.741Z | [ recovery-image] Aug 12 22:28:43.744 INFO O| Aug 12 22:28:43.744 INFO STEP 808 (remove_files) COMPLETE |
6261 | 2024-08-12T22:28:45.741Z | [ recovery-image] Aug 12 22:28:43.745 INFO O| Aug 12 22:28:43.744 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-08-12T22:28:45.750Z | [ recovery-image] Aug 12 22:28:43.754 INFO O| Aug 12 22:28:43.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6263 | 2024-08-12T22:28:45.753Z | [ recovery-image] Aug 12 22:28:43.754 INFO O| Aug 12 22:28:43.754 INFO STEP 809 (remove_files) COMPLETE |
6264 | 2024-08-12T22:28:45.753Z | [ recovery-image] Aug 12 22:28:43.754 INFO O| Aug 12 22:28:43.754 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-08-12T22:28:45.760Z | [ recovery-image] Aug 12 22:28:43.764 INFO O| Aug 12 22:28:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6266 | 2024-08-12T22:28:45.760Z | [ recovery-image] Aug 12 22:28:43.764 INFO O| Aug 12 22:28:43.764 INFO STEP 810 (remove_files) COMPLETE |
6267 | 2024-08-12T22:28:45.763Z | [ recovery-image] Aug 12 22:28:43.764 INFO O| Aug 12 22:28:43.764 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-08-12T22:28:45.770Z | [ recovery-image] Aug 12 22:28:43.773 INFO O| Aug 12 22:28:43.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6269 | 2024-08-12T22:28:45.772Z | [ recovery-image] Aug 12 22:28:43.773 INFO O| Aug 12 22:28:43.773 INFO STEP 811 (remove_files) COMPLETE |
6270 | 2024-08-12T22:28:45.772Z | [ recovery-image] Aug 12 22:28:43.773 INFO O| Aug 12 22:28:43.773 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-08-12T22:28:45.779Z | [ recovery-image] Aug 12 22:28:43.783 INFO O| Aug 12 22:28:43.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6272 | 2024-08-12T22:28:45.783Z | [ recovery-image] Aug 12 22:28:43.783 INFO O| Aug 12 22:28:43.783 INFO STEP 812 (remove_files) COMPLETE |
6273 | 2024-08-12T22:28:45.783Z | [ recovery-image] Aug 12 22:28:43.783 INFO O| Aug 12 22:28:43.783 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-08-12T22:28:45.789Z | [ recovery-image] Aug 12 22:28:43.793 INFO O| Aug 12 22:28:43.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6275 | 2024-08-12T22:28:45.789Z | [ recovery-image] Aug 12 22:28:43.793 INFO O| Aug 12 22:28:43.793 INFO STEP 813 (remove_files) COMPLETE |
6276 | 2024-08-12T22:28:45.792Z | [ recovery-image] Aug 12 22:28:43.793 INFO O| Aug 12 22:28:43.793 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-08-12T22:28:45.798Z | [ recovery-image] Aug 12 22:28:43.802 INFO O| Aug 12 22:28:43.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6278 | 2024-08-12T22:28:45.801Z | [ recovery-image] Aug 12 22:28:43.802 INFO O| Aug 12 22:28:43.802 INFO STEP 814 (remove_files) COMPLETE |
6279 | 2024-08-12T22:28:45.801Z | [ recovery-image] Aug 12 22:28:43.802 INFO O| Aug 12 22:28:43.802 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-08-12T22:28:45.808Z | [ recovery-image] Aug 12 22:28:43.812 INFO O| Aug 12 22:28:43.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6281 | 2024-08-12T22:28:45.808Z | [ recovery-image] Aug 12 22:28:43.812 INFO O| Aug 12 22:28:43.812 INFO STEP 815 (remove_files) COMPLETE |
6282 | 2024-08-12T22:28:45.808Z | [ recovery-image] Aug 12 22:28:43.812 INFO O| Aug 12 22:28:43.812 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-08-12T22:28:45.818Z | [ recovery-image] Aug 12 22:28:43.821 INFO O| Aug 12 22:28:43.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6284 | 2024-08-12T22:28:45.820Z | [ recovery-image] Aug 12 22:28:43.821 INFO O| Aug 12 22:28:43.821 INFO STEP 816 (remove_files) COMPLETE |
6285 | 2024-08-12T22:28:45.821Z | [ recovery-image] Aug 12 22:28:43.821 INFO O| Aug 12 22:28:43.821 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-08-12T22:28:45.827Z | [ recovery-image] Aug 12 22:28:43.831 INFO O| Aug 12 22:28:43.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6287 | 2024-08-12T22:28:45.830Z | [ recovery-image] Aug 12 22:28:43.831 INFO O| Aug 12 22:28:43.831 INFO STEP 817 (remove_files) COMPLETE |
6288 | 2024-08-12T22:28:45.830Z | [ recovery-image] Aug 12 22:28:43.831 INFO O| Aug 12 22:28:43.831 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-08-12T22:28:45.837Z | [ recovery-image] Aug 12 22:28:43.840 INFO O| Aug 12 22:28:43.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6290 | 2024-08-12T22:28:45.839Z | [ recovery-image] Aug 12 22:28:43.840 INFO O| Aug 12 22:28:43.840 INFO STEP 818 (remove_files) COMPLETE |
6291 | 2024-08-12T22:28:45.839Z | [ recovery-image] Aug 12 22:28:43.840 INFO O| Aug 12 22:28:43.840 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-08-12T22:28:45.846Z | [ recovery-image] Aug 12 22:28:43.850 INFO O| Aug 12 22:28:43.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6293 | 2024-08-12T22:28:45.846Z | [ recovery-image] Aug 12 22:28:43.850 INFO O| Aug 12 22:28:43.850 INFO STEP 819 (remove_files) COMPLETE |
6294 | 2024-08-12T22:28:45.846Z | [ recovery-image] Aug 12 22:28:43.850 INFO O| Aug 12 22:28:43.850 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-08-12T22:28:45.856Z | [ recovery-image] Aug 12 22:28:43.859 INFO O| Aug 12 22:28:43.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6296 | 2024-08-12T22:28:45.856Z | [ recovery-image] Aug 12 22:28:43.859 INFO O| Aug 12 22:28:43.859 INFO STEP 820 (remove_files) COMPLETE |
6297 | 2024-08-12T22:28:45.859Z | [ recovery-image] Aug 12 22:28:43.860 INFO O| Aug 12 22:28:43.859 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-08-12T22:28:45.865Z | [ recovery-image] Aug 12 22:28:43.869 INFO O| Aug 12 22:28:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6299 | 2024-08-12T22:28:45.868Z | [ recovery-image] Aug 12 22:28:43.869 INFO O| Aug 12 22:28:43.869 INFO STEP 821 (remove_files) COMPLETE |
6300 | 2024-08-12T22:28:45.868Z | [ recovery-image] Aug 12 22:28:43.869 INFO O| Aug 12 22:28:43.869 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-08-12T22:28:45.875Z | [ recovery-image] Aug 12 22:28:43.879 INFO O| Aug 12 22:28:43.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6302 | 2024-08-12T22:28:45.877Z | [ recovery-image] Aug 12 22:28:43.879 INFO O| Aug 12 22:28:43.879 INFO STEP 822 (remove_files) COMPLETE |
6303 | 2024-08-12T22:28:45.878Z | [ recovery-image] Aug 12 22:28:43.879 INFO O| Aug 12 22:28:43.879 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-08-12T22:28:45.885Z | [ recovery-image] Aug 12 22:28:43.889 INFO O| Aug 12 22:28:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6305 | 2024-08-12T22:28:45.885Z | [ recovery-image] Aug 12 22:28:43.889 INFO O| Aug 12 22:28:43.889 INFO STEP 823 (remove_files) COMPLETE |
6306 | 2024-08-12T22:28:45.888Z | [ recovery-image] Aug 12 22:28:43.889 INFO O| Aug 12 22:28:43.889 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-08-12T22:28:45.895Z | [ recovery-image] Aug 12 22:28:43.898 INFO O| Aug 12 22:28:43.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6308 | 2024-08-12T22:28:45.897Z | [ recovery-image] Aug 12 22:28:43.898 INFO O| Aug 12 22:28:43.898 INFO STEP 824 (remove_files) COMPLETE |
6309 | 2024-08-12T22:28:45.897Z | [ recovery-image] Aug 12 22:28:43.898 INFO O| Aug 12 22:28:43.898 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-08-12T22:28:45.904Z | [ recovery-image] Aug 12 22:28:43.908 INFO O| Aug 12 22:28:43.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6311 | 2024-08-12T22:28:45.907Z | [ recovery-image] Aug 12 22:28:43.908 INFO O| Aug 12 22:28:43.908 INFO STEP 825 (remove_files) COMPLETE |
6312 | 2024-08-12T22:28:45.907Z | [ recovery-image] Aug 12 22:28:43.908 INFO O| Aug 12 22:28:43.908 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-08-12T22:28:45.914Z | [ recovery-image] Aug 12 22:28:43.918 INFO O| Aug 12 22:28:43.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6314 | 2024-08-12T22:28:45.914Z | [ recovery-image] Aug 12 22:28:43.918 INFO O| Aug 12 22:28:43.918 INFO STEP 826 (remove_files) COMPLETE |
6315 | 2024-08-12T22:28:45.917Z | [ recovery-image] Aug 12 22:28:43.918 INFO O| Aug 12 22:28:43.918 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-08-12T22:28:45.924Z | [ recovery-image] Aug 12 22:28:43.927 INFO O| Aug 12 22:28:43.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6317 | 2024-08-12T22:28:45.926Z | [ recovery-image] Aug 12 22:28:43.927 INFO O| Aug 12 22:28:43.927 INFO STEP 827 (remove_files) COMPLETE |
6318 | 2024-08-12T22:28:45.926Z | [ recovery-image] Aug 12 22:28:43.927 INFO O| Aug 12 22:28:43.927 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-08-12T22:28:45.933Z | [ recovery-image] Aug 12 22:28:43.937 INFO O| Aug 12 22:28:43.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6320 | 2024-08-12T22:28:45.936Z | [ recovery-image] Aug 12 22:28:43.937 INFO O| Aug 12 22:28:43.937 INFO STEP 828 (remove_files) COMPLETE |
6321 | 2024-08-12T22:28:45.936Z | [ recovery-image] Aug 12 22:28:43.937 INFO O| Aug 12 22:28:43.937 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-08-12T22:28:45.943Z | [ recovery-image] Aug 12 22:28:43.946 INFO O| Aug 12 22:28:43.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6323 | 2024-08-12T22:28:45.945Z | [ recovery-image] Aug 12 22:28:43.946 INFO O| Aug 12 22:28:43.946 INFO STEP 829 (remove_files) COMPLETE |
6324 | 2024-08-12T22:28:45.945Z | [ recovery-image] Aug 12 22:28:43.946 INFO O| Aug 12 22:28:43.946 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-08-12T22:28:45.952Z | [ recovery-image] Aug 12 22:28:43.956 INFO O| Aug 12 22:28:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6326 | 2024-08-12T22:28:45.952Z | [ recovery-image] Aug 12 22:28:43.956 INFO O| Aug 12 22:28:43.956 INFO STEP 830 (remove_files) COMPLETE |
6327 | 2024-08-12T22:28:45.955Z | [ recovery-image] Aug 12 22:28:43.956 INFO O| Aug 12 22:28:43.956 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-08-12T22:28:45.962Z | [ recovery-image] Aug 12 22:28:43.966 INFO O| Aug 12 22:28:43.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6329 | 2024-08-12T22:28:45.962Z | [ recovery-image] Aug 12 22:28:43.966 INFO O| Aug 12 22:28:43.966 INFO STEP 831 (remove_files) COMPLETE |
6330 | 2024-08-12T22:28:45.965Z | [ recovery-image] Aug 12 22:28:43.966 INFO O| Aug 12 22:28:43.966 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-08-12T22:28:45.972Z | [ recovery-image] Aug 12 22:28:43.975 INFO O| Aug 12 22:28:43.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6332 | 2024-08-12T22:28:45.972Z | [ recovery-image] Aug 12 22:28:43.975 INFO O| Aug 12 22:28:43.975 INFO STEP 832 (remove_files) COMPLETE |
6333 | 2024-08-12T22:28:45.974Z | [ recovery-image] Aug 12 22:28:43.975 INFO O| Aug 12 22:28:43.975 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-08-12T22:28:45.981Z | [ recovery-image] Aug 12 22:28:43.985 INFO O| Aug 12 22:28:43.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6335 | 2024-08-12T22:28:45.984Z | [ recovery-image] Aug 12 22:28:43.985 INFO O| Aug 12 22:28:43.985 INFO STEP 833 (remove_files) COMPLETE |
6336 | 2024-08-12T22:28:45.984Z | [ recovery-image] Aug 12 22:28:43.985 INFO O| Aug 12 22:28:43.985 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-08-12T22:28:45.991Z | [ recovery-image] Aug 12 22:28:43.994 INFO O| Aug 12 22:28:43.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6338 | 2024-08-12T22:28:45.991Z | [ recovery-image] Aug 12 22:28:43.994 INFO O| Aug 12 22:28:43.994 INFO STEP 834 (remove_files) COMPLETE |
6339 | 2024-08-12T22:28:45.993Z | [ recovery-image] Aug 12 22:28:43.994 INFO O| Aug 12 22:28:43.994 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-08-12T22:28:46.001Z | [ recovery-image] Aug 12 22:28:44.004 INFO O| Aug 12 22:28:44.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6341 | 2024-08-12T22:28:46.001Z | [ recovery-image] Aug 12 22:28:44.004 INFO O| Aug 12 22:28:44.004 INFO STEP 835 (remove_files) COMPLETE |
6342 | 2024-08-12T22:28:46.004Z | [ recovery-image] Aug 12 22:28:44.004 INFO O| Aug 12 22:28:44.004 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-08-12T22:28:46.010Z | [ recovery-image] Aug 12 22:28:44.014 INFO O| Aug 12 22:28:44.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6344 | 2024-08-12T22:28:46.010Z | [ recovery-image] Aug 12 22:28:44.014 INFO O| Aug 12 22:28:44.014 INFO STEP 836 (remove_files) COMPLETE |
6345 | 2024-08-12T22:28:46.010Z | [ recovery-image] Aug 12 22:28:44.014 INFO O| Aug 12 22:28:44.014 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-08-12T22:28:46.020Z | [ recovery-image] Aug 12 22:28:44.024 INFO O| Aug 12 22:28:44.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6347 | 2024-08-12T22:28:46.020Z | [ recovery-image] Aug 12 22:28:44.024 INFO O| Aug 12 22:28:44.024 INFO STEP 837 (remove_files) COMPLETE |
6348 | 2024-08-12T22:28:46.023Z | [ recovery-image] Aug 12 22:28:44.024 INFO O| Aug 12 22:28:44.024 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-08-12T22:28:46.030Z | [ recovery-image] Aug 12 22:28:44.033 INFO O| Aug 12 22:28:44.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6350 | 2024-08-12T22:28:46.030Z | [ recovery-image] Aug 12 22:28:44.033 INFO O| Aug 12 22:28:44.033 INFO STEP 838 (remove_files) COMPLETE |
6351 | 2024-08-12T22:28:46.030Z | [ recovery-image] Aug 12 22:28:44.033 INFO O| Aug 12 22:28:44.033 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-08-12T22:28:46.039Z | [ recovery-image] Aug 12 22:28:44.043 INFO O| Aug 12 22:28:44.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6353 | 2024-08-12T22:28:46.039Z | [ recovery-image] Aug 12 22:28:44.043 INFO O| Aug 12 22:28:44.043 INFO STEP 839 (remove_files) COMPLETE |
6354 | 2024-08-12T22:28:46.042Z | [ recovery-image] Aug 12 22:28:44.043 INFO O| Aug 12 22:28:44.043 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-08-12T22:28:46.045Z | [ host-image] Aug 12 22:28:44.048 INFO O| Aug 12 22:28:44.048 INFO O| Done |
6356 | 2024-08-12T22:28:46.049Z | [ recovery-image] Aug 12 22:28:44.052 INFO O| Aug 12 22:28:44.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6357 | 2024-08-12T22:28:46.052Z | [ recovery-image] Aug 12 22:28:44.053 INFO O| Aug 12 22:28:44.053 INFO STEP 840 (remove_files) COMPLETE |
6358 | 2024-08-12T22:28:46.052Z | [ recovery-image] Aug 12 22:28:44.053 INFO O| Aug 12 22:28:44.053 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-08-12T22:28:46.059Z | [ recovery-image] Aug 12 22:28:44.062 INFO O| Aug 12 22:28:44.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6360 | 2024-08-12T22:28:46.059Z | [ recovery-image] Aug 12 22:28:44.062 INFO O| Aug 12 22:28:44.062 INFO STEP 841 (remove_files) COMPLETE |
6361 | 2024-08-12T22:28:46.061Z | [ recovery-image] Aug 12 22:28:44.062 INFO O| Aug 12 22:28:44.062 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-08-12T22:28:46.069Z | [ recovery-image] Aug 12 22:28:44.072 INFO O| Aug 12 22:28:44.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6363 | 2024-08-12T22:28:46.069Z | [ recovery-image] Aug 12 22:28:44.072 INFO O| Aug 12 22:28:44.072 INFO STEP 842 (remove_files) COMPLETE |
6364 | 2024-08-12T22:28:46.074Z | [ recovery-image] Aug 12 22:28:44.072 INFO O| Aug 12 22:28:44.072 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-08-12T22:28:46.079Z | [ recovery-image] Aug 12 22:28:44.082 INFO O| Aug 12 22:28:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6366 | 2024-08-12T22:28:46.079Z | [ recovery-image] Aug 12 22:28:44.082 INFO O| Aug 12 22:28:44.082 INFO STEP 843 (remove_files) COMPLETE |
6367 | 2024-08-12T22:28:46.079Z | [ recovery-image] Aug 12 22:28:44.082 INFO O| Aug 12 22:28:44.082 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-08-12T22:28:46.089Z | [ recovery-image] Aug 12 22:28:44.092 INFO O| Aug 12 22:28:44.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6369 | 2024-08-12T22:28:46.091Z | [ recovery-image] Aug 12 22:28:44.092 INFO O| Aug 12 22:28:44.092 INFO STEP 844 (remove_files) COMPLETE |
6370 | 2024-08-12T22:28:46.091Z | [ recovery-image] Aug 12 22:28:44.093 INFO O| Aug 12 22:28:44.092 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-08-12T22:28:46.099Z | [ recovery-image] Aug 12 22:28:44.102 INFO O| Aug 12 22:28:44.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6372 | 2024-08-12T22:28:46.099Z | [ recovery-image] Aug 12 22:28:44.102 INFO O| Aug 12 22:28:44.102 INFO STEP 845 (remove_files) COMPLETE |
6373 | 2024-08-12T22:28:46.099Z | [ recovery-image] Aug 12 22:28:44.102 INFO O| Aug 12 22:28:44.102 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-08-12T22:28:46.109Z | [ recovery-image] Aug 12 22:28:44.112 INFO O| Aug 12 22:28:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6375 | 2024-08-12T22:28:46.109Z | [ recovery-image] Aug 12 22:28:44.112 INFO O| Aug 12 22:28:44.112 INFO STEP 846 (remove_files) COMPLETE |
6376 | 2024-08-12T22:28:46.111Z | [ recovery-image] Aug 12 22:28:44.112 INFO O| Aug 12 22:28:44.112 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-08-12T22:28:46.119Z | [ recovery-image] Aug 12 22:28:44.122 INFO O| Aug 12 22:28:44.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6378 | 2024-08-12T22:28:46.119Z | [ recovery-image] Aug 12 22:28:44.122 INFO O| Aug 12 22:28:44.122 INFO STEP 847 (remove_files) COMPLETE |
6379 | 2024-08-12T22:28:46.119Z | [ recovery-image] Aug 12 22:28:44.122 INFO O| Aug 12 22:28:44.122 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-08-12T22:28:46.129Z | [ recovery-image] Aug 12 22:28:44.132 INFO O| Aug 12 22:28:44.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6381 | 2024-08-12T22:28:46.131Z | [ recovery-image] Aug 12 22:28:44.132 INFO O| Aug 12 22:28:44.132 INFO STEP 848 (remove_files) COMPLETE |
6382 | 2024-08-12T22:28:46.131Z | [ recovery-image] Aug 12 22:28:44.132 INFO O| Aug 12 22:28:44.132 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-08-12T22:28:46.139Z | [ recovery-image] Aug 12 22:28:44.142 INFO O| Aug 12 22:28:44.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6384 | 2024-08-12T22:28:46.141Z | [ recovery-image] Aug 12 22:28:44.142 INFO O| Aug 12 22:28:44.142 INFO STEP 849 (remove_files) COMPLETE |
6385 | 2024-08-12T22:28:46.141Z | [ recovery-image] Aug 12 22:28:44.142 INFO O| Aug 12 22:28:44.142 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-08-12T22:28:46.149Z | [ recovery-image] Aug 12 22:28:44.152 INFO O| Aug 12 22:28:44.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6387 | 2024-08-12T22:28:46.149Z | [ recovery-image] Aug 12 22:28:44.153 INFO O| Aug 12 22:28:44.152 INFO STEP 850 (remove_files) COMPLETE |
6388 | 2024-08-12T22:28:46.149Z | [ recovery-image] Aug 12 22:28:44.153 INFO O| Aug 12 22:28:44.152 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-08-12T22:28:46.159Z | [ recovery-image] Aug 12 22:28:44.162 INFO O| Aug 12 22:28:44.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6390 | 2024-08-12T22:28:46.162Z | [ recovery-image] Aug 12 22:28:44.163 INFO O| Aug 12 22:28:44.163 INFO STEP 851 (remove_files) COMPLETE |
6391 | 2024-08-12T22:28:46.162Z | [ recovery-image] Aug 12 22:28:44.163 INFO O| Aug 12 22:28:44.163 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-08-12T22:28:46.169Z | [ recovery-image] Aug 12 22:28:44.172 INFO O| Aug 12 22:28:44.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6393 | 2024-08-12T22:28:46.169Z | [ recovery-image] Aug 12 22:28:44.172 INFO O| Aug 12 22:28:44.172 INFO STEP 852 (remove_files) COMPLETE |
6394 | 2024-08-12T22:28:46.172Z | [ recovery-image] Aug 12 22:28:44.172 INFO O| Aug 12 22:28:44.172 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-08-12T22:28:46.178Z | [ recovery-image] Aug 12 22:28:44.182 INFO O| Aug 12 22:28:44.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6396 | 2024-08-12T22:28:46.178Z | [ recovery-image] Aug 12 22:28:44.182 INFO O| Aug 12 22:28:44.182 INFO STEP 853 (remove_files) COMPLETE |
6397 | 2024-08-12T22:28:46.178Z | [ recovery-image] Aug 12 22:28:44.182 INFO O| Aug 12 22:28:44.182 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-08-12T22:28:46.188Z | [ recovery-image] Aug 12 22:28:44.192 INFO O| Aug 12 22:28:44.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6399 | 2024-08-12T22:28:46.188Z | [ recovery-image] Aug 12 22:28:44.192 INFO O| Aug 12 22:28:44.192 INFO STEP 854 (remove_files) COMPLETE |
6400 | 2024-08-12T22:28:46.191Z | [ recovery-image] Aug 12 22:28:44.192 INFO O| Aug 12 22:28:44.192 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-08-12T22:28:46.198Z | [ recovery-image] Aug 12 22:28:44.201 INFO O| Aug 12 22:28:44.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6402 | 2024-08-12T22:28:46.198Z | [ recovery-image] Aug 12 22:28:44.201 INFO O| Aug 12 22:28:44.201 INFO STEP 855 (remove_files) COMPLETE |
6403 | 2024-08-12T22:28:46.198Z | [ recovery-image] Aug 12 22:28:44.201 INFO O| Aug 12 22:28:44.201 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-08-12T22:28:46.207Z | [ recovery-image] Aug 12 22:28:44.211 INFO O| Aug 12 22:28:44.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6405 | 2024-08-12T22:28:46.210Z | [ recovery-image] Aug 12 22:28:44.211 INFO O| Aug 12 22:28:44.211 INFO STEP 856 (remove_files) COMPLETE |
6406 | 2024-08-12T22:28:46.210Z | [ recovery-image] Aug 12 22:28:44.211 INFO O| Aug 12 22:28:44.211 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-08-12T22:28:46.217Z | [ recovery-image] Aug 12 22:28:44.220 INFO O| Aug 12 22:28:44.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6408 | 2024-08-12T22:28:46.220Z | [ recovery-image] Aug 12 22:28:44.221 INFO O| Aug 12 22:28:44.221 INFO STEP 857 (remove_files) COMPLETE |
6409 | 2024-08-12T22:28:46.220Z | [ recovery-image] Aug 12 22:28:44.221 INFO O| Aug 12 22:28:44.221 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-08-12T22:28:46.227Z | [ recovery-image] Aug 12 22:28:44.230 INFO O| Aug 12 22:28:44.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6411 | 2024-08-12T22:28:46.230Z | [ recovery-image] Aug 12 22:28:44.230 INFO O| Aug 12 22:28:44.230 INFO STEP 858 (remove_files) COMPLETE |
6412 | 2024-08-12T22:28:46.230Z | [ recovery-image] Aug 12 22:28:44.230 INFO O| Aug 12 22:28:44.230 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-08-12T22:28:46.236Z | [ recovery-image] Aug 12 22:28:44.240 INFO O| Aug 12 22:28:44.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6414 | 2024-08-12T22:28:46.236Z | [ recovery-image] Aug 12 22:28:44.240 INFO O| Aug 12 22:28:44.240 INFO STEP 859 (remove_files) COMPLETE |
6415 | 2024-08-12T22:28:46.239Z | [ recovery-image] Aug 12 22:28:44.240 INFO O| Aug 12 22:28:44.240 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-08-12T22:28:46.246Z | [ recovery-image] Aug 12 22:28:44.249 INFO O| Aug 12 22:28:44.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6417 | 2024-08-12T22:28:46.246Z | [ recovery-image] Aug 12 22:28:44.249 INFO O| Aug 12 22:28:44.249 INFO STEP 860 (remove_files) COMPLETE |
6418 | 2024-08-12T22:28:46.246Z | [ recovery-image] Aug 12 22:28:44.249 INFO O| Aug 12 22:28:44.249 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-08-12T22:28:46.256Z | [ recovery-image] Aug 12 22:28:44.259 INFO O| Aug 12 22:28:44.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6420 | 2024-08-12T22:28:46.256Z | [ recovery-image] Aug 12 22:28:44.260 INFO O| Aug 12 22:28:44.260 INFO STEP 861 (remove_files) COMPLETE |
6421 | 2024-08-12T22:28:46.260Z | [ recovery-image] Aug 12 22:28:44.260 INFO O| Aug 12 22:28:44.260 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-08-12T22:28:46.266Z | [ recovery-image] Aug 12 22:28:44.269 INFO O| Aug 12 22:28:44.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6423 | 2024-08-12T22:28:46.269Z | [ recovery-image] Aug 12 22:28:44.270 INFO O| Aug 12 22:28:44.270 INFO STEP 862 (remove_files) COMPLETE |
6424 | 2024-08-12T22:28:46.269Z | [ recovery-image] Aug 12 22:28:44.270 INFO O| Aug 12 22:28:44.270 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-08-12T22:28:46.278Z | [ recovery-image] Aug 12 22:28:44.279 INFO O| Aug 12 22:28:44.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6426 | 2024-08-12T22:28:46.281Z | [ recovery-image] Aug 12 22:28:44.279 INFO O| Aug 12 22:28:44.279 INFO STEP 863 (remove_files) COMPLETE |
6427 | 2024-08-12T22:28:46.281Z | [ recovery-image] Aug 12 22:28:44.280 INFO O| Aug 12 22:28:44.279 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-08-12T22:28:46.286Z | [ recovery-image] Aug 12 22:28:44.289 INFO O| Aug 12 22:28:44.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6429 | 2024-08-12T22:28:46.289Z | [ recovery-image] Aug 12 22:28:44.289 INFO O| Aug 12 22:28:44.289 INFO STEP 864 (remove_files) COMPLETE |
6430 | 2024-08-12T22:28:46.289Z | [ recovery-image] Aug 12 22:28:44.289 INFO O| Aug 12 22:28:44.289 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-08-12T22:28:46.296Z | [ recovery-image] Aug 12 22:28:44.299 INFO O| Aug 12 22:28:44.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6432 | 2024-08-12T22:28:46.296Z | [ recovery-image] Aug 12 22:28:44.299 INFO O| Aug 12 22:28:44.299 INFO STEP 865 (remove_files) COMPLETE |
6433 | 2024-08-12T22:28:46.300Z | [ recovery-image] Aug 12 22:28:44.299 INFO O| Aug 12 22:28:44.299 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-08-12T22:28:46.312Z | [ recovery-image] Aug 12 22:28:44.315 INFO O| Aug 12 22:28:44.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6435 | 2024-08-12T22:28:46.315Z | [ recovery-image] Aug 12 22:28:44.316 INFO O| Aug 12 22:28:44.315 INFO STEP 866 (remove_files) COMPLETE |
6436 | 2024-08-12T22:28:46.315Z | [ recovery-image] Aug 12 22:28:44.316 INFO O| Aug 12 22:28:44.316 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-08-12T22:28:46.338Z | [ recovery-image] Aug 12 22:28:44.339 INFO O| Aug 12 22:28:44.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6438 | 2024-08-12T22:28:46.341Z | [ recovery-image] Aug 12 22:28:44.340 INFO O| Aug 12 22:28:44.339 INFO STEP 867 (remove_files) COMPLETE |
6439 | 2024-08-12T22:28:46.344Z | [ recovery-image] Aug 12 22:28:44.340 INFO O| Aug 12 22:28:44.340 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-08-12T22:28:46.360Z | [ recovery-image] Aug 12 22:28:44.360 INFO O| Aug 12 22:28:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6441 | 2024-08-12T22:28:46.360Z | [ recovery-image] Aug 12 22:28:44.360 INFO O| Aug 12 22:28:44.360 INFO STEP 868 (remove_files) COMPLETE |
6442 | 2024-08-12T22:28:46.360Z | [ recovery-image] Aug 12 22:28:44.361 INFO O| Aug 12 22:28:44.360 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-08-12T22:28:46.376Z | [ recovery-image] Aug 12 22:28:44.376 INFO O| Aug 12 22:28:44.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6444 | 2024-08-12T22:28:46.376Z | [ recovery-image] Aug 12 22:28:44.376 INFO O| Aug 12 22:28:44.376 INFO STEP 869 (remove_files) COMPLETE |
6445 | 2024-08-12T22:28:46.376Z | [ recovery-image] Aug 12 22:28:44.377 INFO O| Aug 12 22:28:44.376 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-08-12T22:28:46.390Z | [ recovery-image] Aug 12 22:28:44.393 INFO O| Aug 12 22:28:44.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6447 | 2024-08-12T22:28:46.390Z | [ recovery-image] Aug 12 22:28:44.394 INFO O| Aug 12 22:28:44.394 INFO STEP 870 (remove_files) COMPLETE |
6448 | 2024-08-12T22:28:46.393Z | [ recovery-image] Aug 12 22:28:44.394 INFO O| Aug 12 22:28:44.394 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-08-12T22:28:46.402Z | [ recovery-image] Aug 12 22:28:44.406 INFO O| Aug 12 22:28:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6450 | 2024-08-12T22:28:46.402Z | [ recovery-image] Aug 12 22:28:44.406 INFO O| Aug 12 22:28:44.406 INFO STEP 871 (remove_files) COMPLETE |
6451 | 2024-08-12T22:28:46.405Z | [ recovery-image] Aug 12 22:28:44.406 INFO O| Aug 12 22:28:44.406 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-08-12T22:28:46.413Z | [ recovery-image] Aug 12 22:28:44.417 INFO O| Aug 12 22:28:44.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6453 | 2024-08-12T22:28:46.416Z | [ recovery-image] Aug 12 22:28:44.417 INFO O| Aug 12 22:28:44.417 INFO STEP 872 (remove_files) COMPLETE |
6454 | 2024-08-12T22:28:46.416Z | [ recovery-image] Aug 12 22:28:44.417 INFO O| Aug 12 22:28:44.417 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-08-12T22:28:46.426Z | [ recovery-image] Aug 12 22:28:44.429 INFO O| Aug 12 22:28:44.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6456 | 2024-08-12T22:28:46.438Z | [ recovery-image] Aug 12 22:28:44.429 INFO O| Aug 12 22:28:44.429 INFO STEP 873 (remove_files) COMPLETE |
6457 | 2024-08-12T22:28:46.438Z | [ recovery-image] Aug 12 22:28:44.429 INFO O| Aug 12 22:28:44.429 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-08-12T22:28:46.438Z | [ recovery-image] Aug 12 22:28:44.440 INFO O| Aug 12 22:28:44.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6459 | 2024-08-12T22:28:46.438Z | [ recovery-image] Aug 12 22:28:44.440 INFO O| Aug 12 22:28:44.440 INFO STEP 874 (remove_files) COMPLETE |
6460 | 2024-08-12T22:28:46.438Z | [ recovery-image] Aug 12 22:28:44.440 INFO O| Aug 12 22:28:44.440 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-08-12T22:28:46.448Z | [ recovery-image] Aug 12 22:28:44.450 INFO O| Aug 12 22:28:44.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6462 | 2024-08-12T22:28:46.451Z | [ recovery-image] Aug 12 22:28:44.450 INFO O| Aug 12 22:28:44.450 INFO STEP 875 (remove_files) COMPLETE |
6463 | 2024-08-12T22:28:46.451Z | [ recovery-image] Aug 12 22:28:44.450 INFO O| Aug 12 22:28:44.450 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-08-12T22:28:46.457Z | [ recovery-image] Aug 12 22:28:44.461 INFO O| Aug 12 22:28:44.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6465 | 2024-08-12T22:28:46.457Z | [ recovery-image] Aug 12 22:28:44.461 INFO O| Aug 12 22:28:44.461 INFO STEP 876 (remove_files) COMPLETE |
6466 | 2024-08-12T22:28:46.457Z | [ recovery-image] Aug 12 22:28:44.461 INFO O| Aug 12 22:28:44.461 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-08-12T22:28:46.470Z | [ recovery-image] Aug 12 22:28:44.473 INFO O| Aug 12 22:28:44.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6468 | 2024-08-12T22:28:46.470Z | [ recovery-image] Aug 12 22:28:44.473 INFO O| Aug 12 22:28:44.473 INFO STEP 877 (remove_files) COMPLETE |
6469 | 2024-08-12T22:28:46.473Z | [ recovery-image] Aug 12 22:28:44.473 INFO O| Aug 12 22:28:44.473 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-08-12T22:28:46.481Z | [ recovery-image] Aug 12 22:28:44.484 INFO O| Aug 12 22:28:44.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6471 | 2024-08-12T22:28:46.481Z | [ recovery-image] Aug 12 22:28:44.485 INFO O| Aug 12 22:28:44.485 INFO STEP 878 (remove_files) COMPLETE |
6472 | 2024-08-12T22:28:46.481Z | [ recovery-image] Aug 12 22:28:44.485 INFO O| Aug 12 22:28:44.485 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-08-12T22:28:46.491Z | [ recovery-image] Aug 12 22:28:44.495 INFO O| Aug 12 22:28:44.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6474 | 2024-08-12T22:28:46.494Z | [ recovery-image] Aug 12 22:28:44.495 INFO O| Aug 12 22:28:44.495 INFO STEP 879 (remove_files) COMPLETE |
6475 | 2024-08-12T22:28:46.494Z | [ recovery-image] Aug 12 22:28:44.495 INFO O| Aug 12 22:28:44.495 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-08-12T22:28:46.502Z | [ recovery-image] Aug 12 22:28:44.506 INFO O| Aug 12 22:28:44.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6477 | 2024-08-12T22:28:46.502Z | [ recovery-image] Aug 12 22:28:44.506 INFO O| Aug 12 22:28:44.506 INFO STEP 880 (remove_files) COMPLETE |
6478 | 2024-08-12T22:28:46.505Z | [ recovery-image] Aug 12 22:28:44.506 INFO O| Aug 12 22:28:44.506 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-08-12T22:28:46.513Z | [ recovery-image] Aug 12 22:28:44.516 INFO O| Aug 12 22:28:44.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6480 | 2024-08-12T22:28:46.516Z | [ recovery-image] Aug 12 22:28:44.516 INFO O| Aug 12 22:28:44.516 INFO STEP 881 (remove_files) COMPLETE |
6481 | 2024-08-12T22:28:46.516Z | [ recovery-image] Aug 12 22:28:44.516 INFO O| Aug 12 22:28:44.516 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-08-12T22:28:46.524Z | [ recovery-image] Aug 12 22:28:44.528 INFO O| Aug 12 22:28:44.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6483 | 2024-08-12T22:28:46.527Z | [ recovery-image] Aug 12 22:28:44.528 INFO O| Aug 12 22:28:44.528 INFO STEP 882 (remove_files) COMPLETE |
6484 | 2024-08-12T22:28:46.527Z | [ recovery-image] Aug 12 22:28:44.528 INFO O| Aug 12 22:28:44.528 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-08-12T22:28:46.538Z | [ recovery-image] Aug 12 22:28:44.541 INFO O| Aug 12 22:28:44.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6486 | 2024-08-12T22:28:46.538Z | [ recovery-image] Aug 12 22:28:44.541 INFO O| Aug 12 22:28:44.541 INFO STEP 883 (remove_files) COMPLETE |
6487 | 2024-08-12T22:28:46.538Z | [ recovery-image] Aug 12 22:28:44.541 INFO O| Aug 12 22:28:44.541 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-08-12T22:28:46.549Z | [ recovery-image] Aug 12 22:28:44.552 INFO O| Aug 12 22:28:44.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6489 | 2024-08-12T22:28:46.552Z | [ recovery-image] Aug 12 22:28:44.552 INFO O| Aug 12 22:28:44.552 INFO STEP 884 (remove_files) COMPLETE |
6490 | 2024-08-12T22:28:46.552Z | [ recovery-image] Aug 12 22:28:44.552 INFO O| Aug 12 22:28:44.552 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-08-12T22:28:46.560Z | [ recovery-image] Aug 12 22:28:44.563 INFO O| Aug 12 22:28:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6492 | 2024-08-12T22:28:46.560Z | [ recovery-image] Aug 12 22:28:44.563 INFO O| Aug 12 22:28:44.563 INFO STEP 885 (remove_files) COMPLETE |
6493 | 2024-08-12T22:28:46.563Z | [ recovery-image] Aug 12 22:28:44.563 INFO O| Aug 12 22:28:44.563 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-08-12T22:28:46.571Z | [ recovery-image] Aug 12 22:28:44.575 INFO O| Aug 12 22:28:44.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6495 | 2024-08-12T22:28:46.571Z | [ recovery-image] Aug 12 22:28:44.575 INFO O| Aug 12 22:28:44.575 INFO STEP 886 (remove_files) COMPLETE |
6496 | 2024-08-12T22:28:46.574Z | [ recovery-image] Aug 12 22:28:44.575 INFO O| Aug 12 22:28:44.575 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-08-12T22:28:46.585Z | [ recovery-image] Aug 12 22:28:44.588 INFO O| Aug 12 22:28:44.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6498 | 2024-08-12T22:28:46.585Z | [ recovery-image] Aug 12 22:28:44.588 INFO O| Aug 12 22:28:44.588 INFO STEP 887 (remove_files) COMPLETE |
6499 | 2024-08-12T22:28:46.585Z | [ recovery-image] Aug 12 22:28:44.588 INFO O| Aug 12 22:28:44.588 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-08-12T22:28:46.597Z | [ recovery-image] Aug 12 22:28:44.600 INFO O| Aug 12 22:28:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6501 | 2024-08-12T22:28:46.600Z | [ recovery-image] Aug 12 22:28:44.601 INFO O| Aug 12 22:28:44.601 INFO STEP 888 (remove_files) COMPLETE |
6502 | 2024-08-12T22:28:46.600Z | [ recovery-image] Aug 12 22:28:44.601 INFO O| Aug 12 22:28:44.601 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-08-12T22:28:46.609Z | [ recovery-image] Aug 12 22:28:44.612 INFO O| Aug 12 22:28:44.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6504 | 2024-08-12T22:28:46.609Z | [ recovery-image] Aug 12 22:28:44.612 INFO O| Aug 12 22:28:44.612 INFO STEP 889 (remove_files) COMPLETE |
6505 | 2024-08-12T22:28:46.609Z | [ recovery-image] Aug 12 22:28:44.612 INFO O| Aug 12 22:28:44.612 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-08-12T22:28:46.619Z | [ recovery-image] Aug 12 22:28:44.623 INFO O| Aug 12 22:28:44.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6507 | 2024-08-12T22:28:46.622Z | [ recovery-image] Aug 12 22:28:44.623 INFO O| Aug 12 22:28:44.623 INFO STEP 890 (remove_files) COMPLETE |
6508 | 2024-08-12T22:28:46.622Z | [ recovery-image] Aug 12 22:28:44.623 INFO O| Aug 12 22:28:44.623 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-08-12T22:28:46.629Z | [ recovery-image] Aug 12 22:28:44.633 INFO O| Aug 12 22:28:44.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6510 | 2024-08-12T22:28:46.632Z | [ recovery-image] Aug 12 22:28:44.633 INFO O| Aug 12 22:28:44.633 INFO STEP 891 (remove_files) COMPLETE |
6511 | 2024-08-12T22:28:46.632Z | [ recovery-image] Aug 12 22:28:44.633 INFO O| Aug 12 22:28:44.633 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-08-12T22:28:46.639Z | [ recovery-image] Aug 12 22:28:44.643 INFO O| Aug 12 22:28:44.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6513 | 2024-08-12T22:28:46.639Z | [ recovery-image] Aug 12 22:28:44.643 INFO O| Aug 12 22:28:44.643 INFO STEP 892 (remove_files) COMPLETE |
6514 | 2024-08-12T22:28:46.639Z | [ recovery-image] Aug 12 22:28:44.643 INFO O| Aug 12 22:28:44.643 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-08-12T22:28:46.649Z | [ recovery-image] Aug 12 22:28:44.653 INFO O| Aug 12 22:28:44.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6516 | 2024-08-12T22:28:46.649Z | [ recovery-image] Aug 12 22:28:44.653 INFO O| Aug 12 22:28:44.653 INFO STEP 893 (remove_files) COMPLETE |
6517 | 2024-08-12T22:28:46.649Z | [ recovery-image] Aug 12 22:28:44.653 INFO O| Aug 12 22:28:44.653 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-08-12T22:28:46.659Z | [ recovery-image] Aug 12 22:28:44.663 INFO O| Aug 12 22:28:44.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6519 | 2024-08-12T22:28:46.662Z | [ recovery-image] Aug 12 22:28:44.663 INFO O| Aug 12 22:28:44.663 INFO STEP 894 (remove_files) COMPLETE |
6520 | 2024-08-12T22:28:46.662Z | [ recovery-image] Aug 12 22:28:44.663 INFO O| Aug 12 22:28:44.663 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-08-12T22:28:46.671Z | [ recovery-image] Aug 12 22:28:44.674 INFO O| Aug 12 22:28:44.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6522 | 2024-08-12T22:28:46.671Z | [ recovery-image] Aug 12 22:28:44.674 INFO O| Aug 12 22:28:44.674 INFO STEP 895 (remove_files) COMPLETE |
6523 | 2024-08-12T22:28:46.674Z | [ recovery-image] Aug 12 22:28:44.674 INFO O| Aug 12 22:28:44.674 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-08-12T22:28:46.681Z | [ recovery-image] Aug 12 22:28:44.684 INFO O| Aug 12 22:28:44.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6525 | 2024-08-12T22:28:46.681Z | [ recovery-image] Aug 12 22:28:44.684 INFO O| Aug 12 22:28:44.684 INFO STEP 896 (remove_files) COMPLETE |
6526 | 2024-08-12T22:28:46.684Z | [ recovery-image] Aug 12 22:28:44.684 INFO O| Aug 12 22:28:44.684 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-08-12T22:28:46.691Z | [ recovery-image] Aug 12 22:28:44.694 INFO O| Aug 12 22:28:44.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6528 | 2024-08-12T22:28:46.691Z | [ recovery-image] Aug 12 22:28:44.694 INFO O| Aug 12 22:28:44.694 INFO STEP 897 (remove_files) COMPLETE |
6529 | 2024-08-12T22:28:46.691Z | [ recovery-image] Aug 12 22:28:44.694 INFO O| Aug 12 22:28:44.694 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-08-12T22:28:46.701Z | [ recovery-image] Aug 12 22:28:44.704 INFO O| Aug 12 22:28:44.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6531 | 2024-08-12T22:28:46.701Z | [ recovery-image] Aug 12 22:28:44.704 INFO O| Aug 12 22:28:44.704 INFO STEP 898 (remove_files) COMPLETE |
6532 | 2024-08-12T22:28:46.704Z | [ recovery-image] Aug 12 22:28:44.704 INFO O| Aug 12 22:28:44.704 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-08-12T22:28:46.710Z | [ recovery-image] Aug 12 22:28:44.714 INFO O| Aug 12 22:28:44.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6534 | 2024-08-12T22:28:46.710Z | [ recovery-image] Aug 12 22:28:44.714 INFO O| Aug 12 22:28:44.714 INFO STEP 899 (remove_files) COMPLETE |
6535 | 2024-08-12T22:28:46.713Z | [ recovery-image] Aug 12 22:28:44.714 INFO O| Aug 12 22:28:44.714 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-08-12T22:28:46.720Z | [ recovery-image] Aug 12 22:28:44.723 INFO O| Aug 12 22:28:44.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6537 | 2024-08-12T22:28:46.723Z | [ recovery-image] Aug 12 22:28:44.724 INFO O| Aug 12 22:28:44.724 INFO STEP 900 (remove_files) COMPLETE |
6538 | 2024-08-12T22:28:46.723Z | [ recovery-image] Aug 12 22:28:44.724 INFO O| Aug 12 22:28:44.724 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-08-12T22:28:46.730Z | [ recovery-image] Aug 12 22:28:44.733 INFO O| Aug 12 22:28:44.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6540 | 2024-08-12T22:28:46.730Z | [ recovery-image] Aug 12 22:28:44.733 INFO O| Aug 12 22:28:44.733 INFO STEP 901 (remove_files) COMPLETE |
6541 | 2024-08-12T22:28:46.732Z | [ recovery-image] Aug 12 22:28:44.733 INFO O| Aug 12 22:28:44.733 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-08-12T22:28:46.739Z | [ recovery-image] Aug 12 22:28:44.743 INFO O| Aug 12 22:28:44.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6543 | 2024-08-12T22:28:46.739Z | [ recovery-image] Aug 12 22:28:44.743 INFO O| Aug 12 22:28:44.743 INFO STEP 902 (remove_files) COMPLETE |
6544 | 2024-08-12T22:28:46.739Z | [ recovery-image] Aug 12 22:28:44.743 INFO O| Aug 12 22:28:44.743 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-08-12T22:28:46.749Z | [ recovery-image] Aug 12 22:28:44.753 INFO O| Aug 12 22:28:44.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6546 | 2024-08-12T22:28:46.749Z | [ recovery-image] Aug 12 22:28:44.753 INFO O| Aug 12 22:28:44.753 INFO STEP 903 (remove_files) COMPLETE |
6547 | 2024-08-12T22:28:46.752Z | [ recovery-image] Aug 12 22:28:44.753 INFO O| Aug 12 22:28:44.753 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-08-12T22:28:46.759Z | [ recovery-image] Aug 12 22:28:44.762 INFO O| Aug 12 22:28:44.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6549 | 2024-08-12T22:28:46.759Z | [ recovery-image] Aug 12 22:28:44.762 INFO O| Aug 12 22:28:44.762 INFO STEP 904 (remove_files) COMPLETE |
6550 | 2024-08-12T22:28:46.759Z | [ recovery-image] Aug 12 22:28:44.762 INFO O| Aug 12 22:28:44.762 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-08-12T22:28:46.769Z | [ recovery-image] Aug 12 22:28:44.772 INFO O| Aug 12 22:28:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6552 | 2024-08-12T22:28:46.772Z | [ recovery-image] Aug 12 22:28:44.772 INFO O| Aug 12 22:28:44.772 INFO STEP 905 (remove_files) COMPLETE |
6553 | 2024-08-12T22:28:46.772Z | [ recovery-image] Aug 12 22:28:44.772 INFO O| Aug 12 22:28:44.772 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-08-12T22:28:46.778Z | [ recovery-image] Aug 12 22:28:44.782 INFO O| Aug 12 22:28:44.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6555 | 2024-08-12T22:28:46.778Z | [ recovery-image] Aug 12 22:28:44.782 INFO O| Aug 12 22:28:44.782 INFO STEP 906 (remove_files) COMPLETE |
6556 | 2024-08-12T22:28:46.781Z | [ recovery-image] Aug 12 22:28:44.782 INFO O| Aug 12 22:28:44.782 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-08-12T22:28:46.788Z | [ recovery-image] Aug 12 22:28:44.791 INFO O| Aug 12 22:28:44.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6558 | 2024-08-12T22:28:46.788Z | [ recovery-image] Aug 12 22:28:44.791 INFO O| Aug 12 22:28:44.791 INFO STEP 907 (remove_files) COMPLETE |
6559 | 2024-08-12T22:28:46.788Z | [ recovery-image] Aug 12 22:28:44.791 INFO O| Aug 12 22:28:44.791 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-08-12T22:28:46.798Z | [ recovery-image] Aug 12 22:28:44.801 INFO O| Aug 12 22:28:44.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6561 | 2024-08-12T22:28:46.798Z | [ recovery-image] Aug 12 22:28:44.801 INFO O| Aug 12 22:28:44.801 INFO STEP 908 (remove_files) COMPLETE |
6562 | 2024-08-12T22:28:46.798Z | [ recovery-image] Aug 12 22:28:44.801 INFO O| Aug 12 22:28:44.801 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-08-12T22:28:46.807Z | [ recovery-image] Aug 12 22:28:44.811 INFO O| Aug 12 22:28:44.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6564 | 2024-08-12T22:28:46.807Z | [ recovery-image] Aug 12 22:28:44.811 INFO O| Aug 12 22:28:44.811 INFO STEP 909 (remove_files) COMPLETE |
6565 | 2024-08-12T22:28:46.808Z | [ recovery-image] Aug 12 22:28:44.811 INFO O| Aug 12 22:28:44.811 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-08-12T22:28:46.819Z | [ recovery-image] Aug 12 22:28:44.821 INFO O| Aug 12 22:28:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6567 | 2024-08-12T22:28:46.819Z | [ recovery-image] Aug 12 22:28:44.821 INFO O| Aug 12 22:28:44.821 INFO STEP 910 (remove_files) COMPLETE |
6568 | 2024-08-12T22:28:46.822Z | [ recovery-image] Aug 12 22:28:44.821 INFO O| Aug 12 22:28:44.821 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-08-12T22:28:46.828Z | [ recovery-image] Aug 12 22:28:44.831 INFO O| Aug 12 22:28:44.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6570 | 2024-08-12T22:28:46.828Z | [ recovery-image] Aug 12 22:28:44.831 INFO O| Aug 12 22:28:44.831 INFO STEP 911 (remove_files) COMPLETE |
6571 | 2024-08-12T22:28:46.831Z | [ recovery-image] Aug 12 22:28:44.831 INFO O| Aug 12 22:28:44.831 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-08-12T22:28:46.839Z | [ recovery-image] Aug 12 22:28:44.842 INFO O| Aug 12 22:28:44.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6573 | 2024-08-12T22:28:46.839Z | [ recovery-image] Aug 12 22:28:44.842 INFO O| Aug 12 22:28:44.842 INFO STEP 912 (remove_files) COMPLETE |
6574 | 2024-08-12T22:28:46.841Z | [ recovery-image] Aug 12 22:28:44.842 INFO O| Aug 12 22:28:44.842 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-08-12T22:28:46.849Z | [ recovery-image] Aug 12 22:28:44.852 INFO O| Aug 12 22:28:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6576 | 2024-08-12T22:28:46.849Z | [ recovery-image] Aug 12 22:28:44.852 INFO O| Aug 12 22:28:44.852 INFO STEP 913 (remove_files) COMPLETE |
6577 | 2024-08-12T22:28:46.849Z | [ recovery-image] Aug 12 22:28:44.852 INFO O| Aug 12 22:28:44.852 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-08-12T22:28:46.858Z | [ recovery-image] Aug 12 22:28:44.862 INFO O| Aug 12 22:28:44.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6579 | 2024-08-12T22:28:46.858Z | [ recovery-image] Aug 12 22:28:44.862 INFO O| Aug 12 22:28:44.862 INFO STEP 914 (remove_files) COMPLETE |
6580 | 2024-08-12T22:28:46.861Z | [ recovery-image] Aug 12 22:28:44.862 INFO O| Aug 12 22:28:44.862 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-08-12T22:28:46.868Z | [ recovery-image] Aug 12 22:28:44.872 INFO O| Aug 12 22:28:44.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6582 | 2024-08-12T22:28:46.868Z | [ recovery-image] Aug 12 22:28:44.872 INFO O| Aug 12 22:28:44.872 INFO STEP 915 (remove_files) COMPLETE |
6583 | 2024-08-12T22:28:46.871Z | [ recovery-image] Aug 12 22:28:44.872 INFO O| Aug 12 22:28:44.872 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-08-12T22:28:46.879Z | [ recovery-image] Aug 12 22:28:44.882 INFO O| Aug 12 22:28:44.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6585 | 2024-08-12T22:28:46.879Z | [ recovery-image] Aug 12 22:28:44.882 INFO O| Aug 12 22:28:44.882 INFO STEP 916 (remove_files) COMPLETE |
6586 | 2024-08-12T22:28:46.881Z | [ recovery-image] Aug 12 22:28:44.882 INFO O| Aug 12 22:28:44.882 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-08-12T22:28:46.889Z | [ recovery-image] Aug 12 22:28:44.892 INFO O| Aug 12 22:28:44.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6588 | 2024-08-12T22:28:46.889Z | [ recovery-image] Aug 12 22:28:44.892 INFO O| Aug 12 22:28:44.892 INFO STEP 917 (remove_files) COMPLETE |
6589 | 2024-08-12T22:28:46.891Z | [ recovery-image] Aug 12 22:28:44.892 INFO O| Aug 12 22:28:44.892 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-08-12T22:28:46.898Z | [ recovery-image] Aug 12 22:28:44.902 INFO O| Aug 12 22:28:44.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6591 | 2024-08-12T22:28:46.898Z | [ recovery-image] Aug 12 22:28:44.902 INFO O| Aug 12 22:28:44.902 INFO STEP 918 (remove_files) COMPLETE |
6592 | 2024-08-12T22:28:46.898Z | [ recovery-image] Aug 12 22:28:44.902 INFO O| Aug 12 22:28:44.902 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-08-12T22:28:46.908Z | [ recovery-image] Aug 12 22:28:44.911 INFO O| Aug 12 22:28:44.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6594 | 2024-08-12T22:28:46.911Z | [ recovery-image] Aug 12 22:28:44.911 INFO O| Aug 12 22:28:44.911 INFO STEP 919 (remove_files) COMPLETE |
6595 | 2024-08-12T22:28:46.911Z | [ recovery-image] Aug 12 22:28:44.911 INFO O| Aug 12 22:28:44.911 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-08-12T22:28:46.918Z | [ recovery-image] Aug 12 22:28:44.921 INFO O| Aug 12 22:28:44.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6597 | 2024-08-12T22:28:46.920Z | [ recovery-image] Aug 12 22:28:44.921 INFO O| Aug 12 22:28:44.921 INFO STEP 920 (remove_files) COMPLETE |
6598 | 2024-08-12T22:28:46.920Z | [ recovery-image] Aug 12 22:28:44.921 INFO O| Aug 12 22:28:44.921 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-08-12T22:28:46.927Z | [ recovery-image] Aug 12 22:28:44.931 INFO O| Aug 12 22:28:44.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6600 | 2024-08-12T22:28:46.930Z | [ recovery-image] Aug 12 22:28:44.931 INFO O| Aug 12 22:28:44.931 INFO STEP 921 (remove_files) COMPLETE |
6601 | 2024-08-12T22:28:46.930Z | [ recovery-image] Aug 12 22:28:44.931 INFO O| Aug 12 22:28:44.931 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-08-12T22:28:46.938Z | [ recovery-image] Aug 12 22:28:44.941 INFO O| Aug 12 22:28:44.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6603 | 2024-08-12T22:28:46.938Z | [ recovery-image] Aug 12 22:28:44.941 INFO O| Aug 12 22:28:44.941 INFO STEP 922 (remove_files) COMPLETE |
6604 | 2024-08-12T22:28:46.938Z | [ recovery-image] Aug 12 22:28:44.941 INFO O| Aug 12 22:28:44.941 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-08-12T22:28:46.948Z | [ recovery-image] Aug 12 22:28:44.951 INFO O| Aug 12 22:28:44.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6606 | 2024-08-12T22:28:46.948Z | [ recovery-image] Aug 12 22:28:44.951 INFO O| Aug 12 22:28:44.951 INFO STEP 923 (remove_files) COMPLETE |
6607 | 2024-08-12T22:28:46.950Z | [ recovery-image] Aug 12 22:28:44.951 INFO O| Aug 12 22:28:44.951 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-08-12T22:28:46.958Z | [ recovery-image] Aug 12 22:28:44.961 INFO O| Aug 12 22:28:44.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6609 | 2024-08-12T22:28:46.959Z | [ recovery-image] Aug 12 22:28:44.961 INFO O| Aug 12 22:28:44.961 INFO STEP 924 (remove_files) COMPLETE |
6610 | 2024-08-12T22:28:46.962Z | [ recovery-image] Aug 12 22:28:44.961 INFO O| Aug 12 22:28:44.961 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-08-12T22:28:46.967Z | [ recovery-image] Aug 12 22:28:44.970 INFO O| Aug 12 22:28:44.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6612 | 2024-08-12T22:28:46.967Z | [ recovery-image] Aug 12 22:28:44.970 INFO O| Aug 12 22:28:44.970 INFO STEP 925 (remove_files) COMPLETE |
6613 | 2024-08-12T22:28:46.970Z | [ recovery-image] Aug 12 22:28:44.970 INFO O| Aug 12 22:28:44.970 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-08-12T22:28:46.977Z | [ recovery-image] Aug 12 22:28:44.980 INFO O| Aug 12 22:28:44.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6615 | 2024-08-12T22:28:46.977Z | [ recovery-image] Aug 12 22:28:44.980 INFO O| Aug 12 22:28:44.980 INFO STEP 926 (remove_files) COMPLETE |
6616 | 2024-08-12T22:28:46.979Z | [ recovery-image] Aug 12 22:28:44.980 INFO O| Aug 12 22:28:44.980 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-08-12T22:28:46.986Z | [ recovery-image] Aug 12 22:28:44.990 INFO O| Aug 12 22:28:44.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6618 | 2024-08-12T22:28:46.986Z | [ recovery-image] Aug 12 22:28:44.990 INFO O| Aug 12 22:28:44.990 INFO STEP 927 (remove_files) COMPLETE |
6619 | 2024-08-12T22:28:46.986Z | [ recovery-image] Aug 12 22:28:44.990 INFO O| Aug 12 22:28:44.990 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-08-12T22:28:46.997Z | [ recovery-image] Aug 12 22:28:45.000 INFO O| Aug 12 22:28:45.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6621 | 2024-08-12T22:28:46.999Z | [ recovery-image] Aug 12 22:28:45.001 INFO O| Aug 12 22:28:45.001 INFO STEP 928 (remove_files) COMPLETE |
6622 | 2024-08-12T22:28:46.999Z | [ recovery-image] Aug 12 22:28:45.001 INFO O| Aug 12 22:28:45.001 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-08-12T22:28:47.010Z | [ recovery-image] Aug 12 22:28:45.013 INFO O| Aug 12 22:28:45.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6624 | 2024-08-12T22:28:47.010Z | [ recovery-image] Aug 12 22:28:45.013 INFO O| Aug 12 22:28:45.013 INFO STEP 929 (remove_files) COMPLETE |
6625 | 2024-08-12T22:28:47.013Z | [ recovery-image] Aug 12 22:28:45.013 INFO O| Aug 12 22:28:45.013 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-08-12T22:28:47.020Z | [ recovery-image] Aug 12 22:28:45.024 INFO O| Aug 12 22:28:45.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6627 | 2024-08-12T22:28:47.020Z | [ recovery-image] Aug 12 22:28:45.024 INFO O| Aug 12 22:28:45.024 INFO STEP 930 (remove_files) COMPLETE |
6628 | 2024-08-12T22:28:47.020Z | [ recovery-image] Aug 12 22:28:45.024 INFO O| Aug 12 22:28:45.024 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-08-12T22:28:47.030Z | [ recovery-image] Aug 12 22:28:45.034 INFO O| Aug 12 22:28:45.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6630 | 2024-08-12T22:28:47.031Z | [ recovery-image] Aug 12 22:28:45.034 INFO O| Aug 12 22:28:45.034 INFO STEP 931 (remove_files) COMPLETE |
6631 | 2024-08-12T22:28:47.033Z | [ recovery-image] Aug 12 22:28:45.034 INFO O| Aug 12 22:28:45.034 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-08-12T22:28:47.042Z | [ recovery-image] Aug 12 22:28:45.045 INFO O| Aug 12 22:28:45.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6633 | 2024-08-12T22:28:47.042Z | [ recovery-image] Aug 12 22:28:45.045 INFO O| Aug 12 22:28:45.045 INFO STEP 932 (remove_files) COMPLETE |
6634 | 2024-08-12T22:28:47.042Z | [ recovery-image] Aug 12 22:28:45.045 INFO O| Aug 12 22:28:45.045 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-08-12T22:28:47.052Z | [ recovery-image] Aug 12 22:28:45.055 INFO O| Aug 12 22:28:45.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6636 | 2024-08-12T22:28:47.052Z | [ recovery-image] Aug 12 22:28:45.055 INFO O| Aug 12 22:28:45.055 INFO STEP 933 (remove_files) COMPLETE |
6637 | 2024-08-12T22:28:47.055Z | [ recovery-image] Aug 12 22:28:45.055 INFO O| Aug 12 22:28:45.055 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-08-12T22:28:47.062Z | [ recovery-image] Aug 12 22:28:45.065 INFO O| Aug 12 22:28:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6639 | 2024-08-12T22:28:47.062Z | [ recovery-image] Aug 12 22:28:45.065 INFO O| Aug 12 22:28:45.065 INFO STEP 934 (remove_files) COMPLETE |
6640 | 2024-08-12T22:28:47.064Z | [ recovery-image] Aug 12 22:28:45.065 INFO O| Aug 12 22:28:45.065 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-08-12T22:28:47.073Z | [ recovery-image] Aug 12 22:28:45.077 INFO O| Aug 12 22:28:45.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6642 | 2024-08-12T22:28:47.074Z | [ recovery-image] Aug 12 22:28:45.077 INFO O| Aug 12 22:28:45.077 INFO STEP 935 (remove_files) COMPLETE |
6643 | 2024-08-12T22:28:47.074Z | [ recovery-image] Aug 12 22:28:45.077 INFO O| Aug 12 22:28:45.077 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-08-12T22:28:47.083Z | [ recovery-image] Aug 12 22:28:45.086 INFO O| Aug 12 22:28:45.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6645 | 2024-08-12T22:28:47.086Z | [ recovery-image] Aug 12 22:28:45.086 INFO O| Aug 12 22:28:45.086 INFO STEP 936 (remove_files) COMPLETE |
6646 | 2024-08-12T22:28:47.086Z | [ recovery-image] Aug 12 22:28:45.086 INFO O| Aug 12 22:28:45.086 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-08-12T22:28:47.095Z | [ recovery-image] Aug 12 22:28:45.098 INFO O| Aug 12 22:28:45.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6648 | 2024-08-12T22:28:47.095Z | [ recovery-image] Aug 12 22:28:45.098 INFO O| Aug 12 22:28:45.098 INFO STEP 937 (remove_files) COMPLETE |
6649 | 2024-08-12T22:28:47.098Z | [ recovery-image] Aug 12 22:28:45.098 INFO O| Aug 12 22:28:45.098 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-08-12T22:28:47.105Z | [ recovery-image] Aug 12 22:28:45.107 INFO O| Aug 12 22:28:45.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6651 | 2024-08-12T22:28:47.105Z | [ recovery-image] Aug 12 22:28:45.108 INFO O| Aug 12 22:28:45.108 INFO STEP 938 (remove_files) COMPLETE |
6652 | 2024-08-12T22:28:47.105Z | [ recovery-image] Aug 12 22:28:45.108 INFO O| Aug 12 22:28:45.108 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-08-12T22:28:47.114Z | [ recovery-image] Aug 12 22:28:45.117 INFO O| Aug 12 22:28:45.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6654 | 2024-08-12T22:28:47.114Z | [ recovery-image] Aug 12 22:28:45.117 INFO O| Aug 12 22:28:45.117 INFO STEP 939 (remove_files) COMPLETE |
6655 | 2024-08-12T22:28:47.114Z | [ recovery-image] Aug 12 22:28:45.117 INFO O| Aug 12 22:28:45.117 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-08-12T22:28:47.124Z | [ recovery-image] Aug 12 22:28:45.127 INFO O| Aug 12 22:28:45.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6657 | 2024-08-12T22:28:47.124Z | [ recovery-image] Aug 12 22:28:45.127 INFO O| Aug 12 22:28:45.127 INFO STEP 940 (remove_files) COMPLETE |
6658 | 2024-08-12T22:28:47.127Z | [ recovery-image] Aug 12 22:28:45.127 INFO O| Aug 12 22:28:45.127 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-08-12T22:28:47.133Z | [ recovery-image] Aug 12 22:28:45.137 INFO O| Aug 12 22:28:45.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6660 | 2024-08-12T22:28:47.136Z | [ recovery-image] Aug 12 22:28:45.137 INFO O| Aug 12 22:28:45.137 INFO STEP 941 (remove_files) COMPLETE |
6661 | 2024-08-12T22:28:47.136Z | [ recovery-image] Aug 12 22:28:45.137 INFO O| Aug 12 22:28:45.137 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-08-12T22:28:47.143Z | [ recovery-image] Aug 12 22:28:45.146 INFO O| Aug 12 22:28:45.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6663 | 2024-08-12T22:28:47.143Z | [ recovery-image] Aug 12 22:28:45.147 INFO O| Aug 12 22:28:45.146 INFO STEP 942 (remove_files) COMPLETE |
6664 | 2024-08-12T22:28:47.146Z | [ recovery-image] Aug 12 22:28:45.147 INFO O| Aug 12 22:28:45.147 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-08-12T22:28:47.153Z | [ recovery-image] Aug 12 22:28:45.156 INFO O| Aug 12 22:28:45.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6666 | 2024-08-12T22:28:47.153Z | [ recovery-image] Aug 12 22:28:45.156 INFO O| Aug 12 22:28:45.156 INFO STEP 943 (remove_files) COMPLETE |
6667 | 2024-08-12T22:28:47.156Z | [ recovery-image] Aug 12 22:28:45.156 INFO O| Aug 12 22:28:45.156 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-08-12T22:28:47.163Z | [ recovery-image] Aug 12 22:28:45.166 INFO O| Aug 12 22:28:45.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6669 | 2024-08-12T22:28:47.163Z | [ recovery-image] Aug 12 22:28:45.166 INFO O| Aug 12 22:28:45.166 INFO STEP 944 (remove_files) COMPLETE |
6670 | 2024-08-12T22:28:47.165Z | [ recovery-image] Aug 12 22:28:45.166 INFO O| Aug 12 22:28:45.166 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-08-12T22:28:47.172Z | [ recovery-image] Aug 12 22:28:45.175 INFO O| Aug 12 22:28:45.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6672 | 2024-08-12T22:28:47.175Z | [ recovery-image] Aug 12 22:28:45.176 INFO O| Aug 12 22:28:45.175 INFO STEP 945 (remove_files) COMPLETE |
6673 | 2024-08-12T22:28:47.175Z | [ recovery-image] Aug 12 22:28:45.176 INFO O| Aug 12 22:28:45.176 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-08-12T22:28:47.182Z | [ recovery-image] Aug 12 22:28:45.185 INFO O| Aug 12 22:28:45.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6675 | 2024-08-12T22:28:47.182Z | [ recovery-image] Aug 12 22:28:45.185 INFO O| Aug 12 22:28:45.185 INFO STEP 946 (remove_files) COMPLETE |
6676 | 2024-08-12T22:28:47.182Z | [ recovery-image] Aug 12 22:28:45.185 INFO O| Aug 12 22:28:45.185 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-08-12T22:28:47.192Z | [ recovery-image] Aug 12 22:28:45.195 INFO O| Aug 12 22:28:45.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6678 | 2024-08-12T22:28:47.192Z | [ recovery-image] Aug 12 22:28:45.195 INFO O| Aug 12 22:28:45.195 INFO STEP 947 (remove_files) COMPLETE |
6679 | 2024-08-12T22:28:47.194Z | [ recovery-image] Aug 12 22:28:45.195 INFO O| Aug 12 22:28:45.195 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-08-12T22:28:47.203Z | [ recovery-image] Aug 12 22:28:45.204 INFO O| Aug 12 22:28:45.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6681 | 2024-08-12T22:28:47.203Z | [ recovery-image] Aug 12 22:28:45.204 INFO O| Aug 12 22:28:45.204 INFO STEP 948 (remove_files) COMPLETE |
6682 | 2024-08-12T22:28:47.206Z | [ recovery-image] Aug 12 22:28:45.205 INFO O| Aug 12 22:28:45.204 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-08-12T22:28:47.212Z | [ recovery-image] Aug 12 22:28:45.214 INFO O| Aug 12 22:28:45.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6684 | 2024-08-12T22:28:47.212Z | [ recovery-image] Aug 12 22:28:45.214 INFO O| Aug 12 22:28:45.214 INFO STEP 949 (remove_files) COMPLETE |
6685 | 2024-08-12T22:28:47.212Z | [ recovery-image] Aug 12 22:28:45.214 INFO O| Aug 12 22:28:45.214 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-08-12T22:28:47.220Z | [ recovery-image] Aug 12 22:28:45.224 INFO O| Aug 12 22:28:45.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6687 | 2024-08-12T22:28:47.223Z | [ recovery-image] Aug 12 22:28:45.224 INFO O| Aug 12 22:28:45.224 INFO STEP 950 (remove_files) COMPLETE |
6688 | 2024-08-12T22:28:47.223Z | [ recovery-image] Aug 12 22:28:45.224 INFO O| Aug 12 22:28:45.224 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-08-12T22:28:47.230Z | [ recovery-image] Aug 12 22:28:45.233 INFO O| Aug 12 22:28:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6690 | 2024-08-12T22:28:47.233Z | [ recovery-image] Aug 12 22:28:45.233 INFO O| Aug 12 22:28:45.233 INFO STEP 951 (remove_files) COMPLETE |
6691 | 2024-08-12T22:28:47.233Z | [ recovery-image] Aug 12 22:28:45.233 INFO O| Aug 12 22:28:45.233 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-08-12T22:28:47.240Z | [ recovery-image] Aug 12 22:28:45.243 INFO O| Aug 12 22:28:45.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6693 | 2024-08-12T22:28:47.242Z | [ recovery-image] Aug 12 22:28:45.243 INFO O| Aug 12 22:28:45.243 INFO STEP 952 (remove_files) COMPLETE |
6694 | 2024-08-12T22:28:47.242Z | [ recovery-image] Aug 12 22:28:45.243 INFO O| Aug 12 22:28:45.243 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-08-12T22:28:47.252Z | [ recovery-image] Aug 12 22:28:45.255 INFO O| Aug 12 22:28:45.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6696 | 2024-08-12T22:28:47.255Z | [ recovery-image] Aug 12 22:28:45.255 INFO O| Aug 12 22:28:45.255 INFO STEP 953 (remove_files) COMPLETE |
6697 | 2024-08-12T22:28:47.255Z | [ recovery-image] Aug 12 22:28:45.255 INFO O| Aug 12 22:28:45.255 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-08-12T22:28:47.262Z | [ recovery-image] Aug 12 22:28:45.265 INFO O| Aug 12 22:28:45.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6699 | 2024-08-12T22:28:47.265Z | [ recovery-image] Aug 12 22:28:45.265 INFO O| Aug 12 22:28:45.265 INFO STEP 954 (remove_files) COMPLETE |
6700 | 2024-08-12T22:28:47.265Z | [ recovery-image] Aug 12 22:28:45.265 INFO O| Aug 12 22:28:45.265 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-08-12T22:28:47.272Z | [ recovery-image] Aug 12 22:28:45.275 INFO O| Aug 12 22:28:45.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6702 | 2024-08-12T22:28:47.275Z | [ recovery-image] Aug 12 22:28:45.275 INFO O| Aug 12 22:28:45.275 INFO STEP 955 (remove_files) COMPLETE |
6703 | 2024-08-12T22:28:47.275Z | [ recovery-image] Aug 12 22:28:45.275 INFO O| Aug 12 22:28:45.275 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-08-12T22:28:47.284Z | [ recovery-image] Aug 12 22:28:45.287 INFO O| Aug 12 22:28:45.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6705 | 2024-08-12T22:28:47.284Z | [ recovery-image] Aug 12 22:28:45.287 INFO O| Aug 12 22:28:45.287 INFO STEP 956 (remove_files) COMPLETE |
6706 | 2024-08-12T22:28:47.286Z | [ recovery-image] Aug 12 22:28:45.287 INFO O| Aug 12 22:28:45.287 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-08-12T22:28:47.293Z | [ recovery-image] Aug 12 22:28:45.296 INFO O| Aug 12 22:28:45.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6708 | 2024-08-12T22:28:47.293Z | [ recovery-image] Aug 12 22:28:45.296 INFO O| Aug 12 22:28:45.296 INFO STEP 957 (remove_files) COMPLETE |
6709 | 2024-08-12T22:28:47.296Z | [ recovery-image] Aug 12 22:28:45.296 INFO O| Aug 12 22:28:45.296 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-08-12T22:28:47.304Z | [ recovery-image] Aug 12 22:28:45.307 INFO O| Aug 12 22:28:45.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6711 | 2024-08-12T22:28:47.307Z | [ recovery-image] Aug 12 22:28:45.307 INFO O| Aug 12 22:28:45.307 INFO STEP 958 (remove_files) COMPLETE |
6712 | 2024-08-12T22:28:47.307Z | [ recovery-image] Aug 12 22:28:45.307 INFO O| Aug 12 22:28:45.307 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-08-12T22:28:47.307Z | [ host-image] Aug 12 22:28:45.308 INFO O| Aug 12 22:28:45.308 INFO O| Done |
6714 | 2024-08-12T22:28:47.314Z | [ recovery-image] Aug 12 22:28:45.317 INFO O| Aug 12 22:28:45.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6715 | 2024-08-12T22:28:47.314Z | [ recovery-image] Aug 12 22:28:45.317 INFO O| Aug 12 22:28:45.317 INFO STEP 959 (remove_files) COMPLETE |
6716 | 2024-08-12T22:28:47.314Z | [ recovery-image] Aug 12 22:28:45.317 INFO O| Aug 12 22:28:45.317 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-08-12T22:28:47.324Z | [ recovery-image] Aug 12 22:28:45.328 INFO O| Aug 12 22:28:45.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6718 | 2024-08-12T22:28:47.325Z | [ recovery-image] Aug 12 22:28:45.328 INFO O| Aug 12 22:28:45.328 INFO STEP 960 (remove_files) COMPLETE |
6719 | 2024-08-12T22:28:47.325Z | [ recovery-image] Aug 12 22:28:45.328 INFO O| Aug 12 22:28:45.328 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-08-12T22:28:47.333Z | [ host-image] Aug 12 22:28:45.336 INFO O| Aug 12 22:28:45.336 INFO O| Done |
6721 | 2024-08-12T22:28:47.336Z | [ host-image] Aug 12 22:28:45.336 INFO O| Aug 12 22:28:45.336 INFO O| Done |
6722 | 2024-08-12T22:28:47.339Z | [ recovery-image] Aug 12 22:28:45.339 INFO O| Aug 12 22:28:45.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6723 | 2024-08-12T22:28:47.339Z | [ recovery-image] Aug 12 22:28:45.339 INFO O| Aug 12 22:28:45.339 INFO STEP 961 (remove_files) COMPLETE |
6724 | 2024-08-12T22:28:47.339Z | [ recovery-image] Aug 12 22:28:45.339 INFO O| Aug 12 22:28:45.339 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-08-12T22:28:47.346Z | [ recovery-image] Aug 12 22:28:45.349 INFO O| Aug 12 22:28:45.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6726 | 2024-08-12T22:28:47.346Z | [ recovery-image] Aug 12 22:28:45.349 INFO O| Aug 12 22:28:45.349 INFO STEP 962 (remove_files) COMPLETE |
6727 | 2024-08-12T22:28:47.349Z | [ recovery-image] Aug 12 22:28:45.349 INFO O| Aug 12 22:28:45.349 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-08-12T22:28:47.349Z | [ host-image] Aug 12 22:28:45.351 INFO O| Aug 12 22:28:45.351 INFO O| Done |
6729 | 2024-08-12T22:28:47.356Z | [ recovery-image] Aug 12 22:28:45.359 INFO O| Aug 12 22:28:45.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6730 | 2024-08-12T22:28:47.356Z | [ recovery-image] Aug 12 22:28:45.359 INFO O| Aug 12 22:28:45.359 INFO STEP 963 (remove_files) COMPLETE |
6731 | 2024-08-12T22:28:47.356Z | [ recovery-image] Aug 12 22:28:45.359 INFO O| Aug 12 22:28:45.359 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-08-12T22:28:47.368Z | [ recovery-image] Aug 12 22:28:45.371 INFO O| Aug 12 22:28:45.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6733 | 2024-08-12T22:28:47.368Z | [ recovery-image] Aug 12 22:28:45.371 INFO O| Aug 12 22:28:45.371 INFO STEP 964 (remove_files) COMPLETE |
6734 | 2024-08-12T22:28:47.371Z | [ recovery-image] Aug 12 22:28:45.371 INFO O| Aug 12 22:28:45.371 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-12T22:28:47.380Z | [ recovery-image] Aug 12 22:28:45.383 INFO O| Aug 12 22:28:45.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6736 | 2024-08-12T22:28:47.380Z | [ recovery-image] Aug 12 22:28:45.383 INFO O| Aug 12 22:28:45.383 INFO STEP 965 (remove_files) COMPLETE |
6737 | 2024-08-12T22:28:47.383Z | [ recovery-image] Aug 12 22:28:45.383 INFO O| Aug 12 22:28:45.383 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-08-12T22:28:47.390Z | [ recovery-image] Aug 12 22:28:45.393 INFO O| Aug 12 22:28:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6739 | 2024-08-12T22:28:47.393Z | [ recovery-image] Aug 12 22:28:45.393 INFO O| Aug 12 22:28:45.393 INFO STEP 966 (remove_files) COMPLETE |
6740 | 2024-08-12T22:28:47.393Z | [ recovery-image] Aug 12 22:28:45.393 INFO O| Aug 12 22:28:45.393 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-08-12T22:28:47.400Z | [ recovery-image] Aug 12 22:28:45.403 INFO O| Aug 12 22:28:45.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6742 | 2024-08-12T22:28:47.400Z | [ recovery-image] Aug 12 22:28:45.403 INFO O| Aug 12 22:28:45.403 INFO STEP 967 (remove_files) COMPLETE |
6743 | 2024-08-12T22:28:47.400Z | [ recovery-image] Aug 12 22:28:45.403 INFO O| Aug 12 22:28:45.403 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-12T22:28:47.410Z | [ recovery-image] Aug 12 22:28:45.413 INFO O| Aug 12 22:28:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6745 | 2024-08-12T22:28:47.410Z | [ recovery-image] Aug 12 22:28:45.413 INFO O| Aug 12 22:28:45.413 INFO STEP 968 (remove_files) COMPLETE |
6746 | 2024-08-12T22:28:47.413Z | [ recovery-image] Aug 12 22:28:45.413 INFO O| Aug 12 22:28:45.413 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-12T22:28:47.420Z | [ recovery-image] Aug 12 22:28:45.423 INFO O| Aug 12 22:28:45.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6748 | 2024-08-12T22:28:47.422Z | [ recovery-image] Aug 12 22:28:45.423 INFO O| Aug 12 22:28:45.423 INFO STEP 969 (remove_files) COMPLETE |
6749 | 2024-08-12T22:28:47.423Z | [ recovery-image] Aug 12 22:28:45.423 INFO O| Aug 12 22:28:45.423 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-08-12T22:28:47.430Z | [ recovery-image] Aug 12 22:28:45.433 INFO O| Aug 12 22:28:45.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6751 | 2024-08-12T22:28:47.430Z | [ recovery-image] Aug 12 22:28:45.433 INFO O| Aug 12 22:28:45.433 INFO STEP 970 (remove_files) COMPLETE |
6752 | 2024-08-12T22:28:47.432Z | [ recovery-image] Aug 12 22:28:45.433 INFO O| Aug 12 22:28:45.433 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-12T22:28:47.441Z | [ recovery-image] Aug 12 22:28:45.443 INFO O| Aug 12 22:28:45.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6754 | 2024-08-12T22:28:47.444Z | [ recovery-image] Aug 12 22:28:45.443 INFO O| Aug 12 22:28:45.443 INFO STEP 971 (remove_files) COMPLETE |
6755 | 2024-08-12T22:28:47.444Z | [ recovery-image] Aug 12 22:28:45.443 INFO O| Aug 12 22:28:45.443 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-12T22:28:47.450Z | [ recovery-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6757 | 2024-08-12T22:28:47.452Z | [ host-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO STEP 12 (pkg_install) COMPLETE |
6758 | 2024-08-12T22:28:47.452Z | [ host-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6759 | 2024-08-12T22:28:47.453Z | [ recovery-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO STEP 972 (remove_files) COMPLETE |
6760 | 2024-08-12T22:28:47.453Z | [ recovery-image] Aug 12 22:28:45.454 INFO O| Aug 12 22:28:45.453 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-08-12T22:28:47.469Z | [ host-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.463 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
6762 | 2024-08-12T22:28:47.478Z | [ recovery-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6763 | 2024-08-12T22:28:47.478Z | [ recovery-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.464 INFO STEP 973 (remove_files) COMPLETE |
6764 | 2024-08-12T22:28:47.478Z | [ recovery-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.464 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-12T22:28:47.478Z | [ recovery-image] Aug 12 22:28:45.474 INFO O| Aug 12 22:28:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6766 | 2024-08-12T22:28:47.478Z | [ recovery-image] Aug 12 22:28:45.474 INFO O| Aug 12 22:28:45.474 INFO STEP 974 (remove_files) COMPLETE |
6767 | 2024-08-12T22:28:47.478Z | [ recovery-image] Aug 12 22:28:45.474 INFO O| Aug 12 22:28:45.474 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-12T22:28:47.483Z | [ recovery-image] Aug 12 22:28:45.484 INFO O| Aug 12 22:28:45.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6769 | 2024-08-12T22:28:47.483Z | [ recovery-image] Aug 12 22:28:45.484 INFO O| Aug 12 22:28:45.484 INFO STEP 975 (remove_files) COMPLETE |
6770 | 2024-08-12T22:28:47.486Z | [ recovery-image] Aug 12 22:28:45.484 INFO O| Aug 12 22:28:45.484 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-12T22:28:47.491Z | [ recovery-image] Aug 12 22:28:45.494 INFO O| Aug 12 22:28:45.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6772 | 2024-08-12T22:28:47.491Z | [ recovery-image] Aug 12 22:28:45.494 INFO O| Aug 12 22:28:45.494 INFO STEP 976 (remove_files) COMPLETE |
6773 | 2024-08-12T22:28:47.491Z | [ recovery-image] Aug 12 22:28:45.494 INFO O| Aug 12 22:28:45.494 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-12T22:28:47.500Z | [ recovery-image] Aug 12 22:28:45.503 INFO O| Aug 12 22:28:45.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6775 | 2024-08-12T22:28:47.503Z | [ recovery-image] Aug 12 22:28:45.503 INFO O| Aug 12 22:28:45.503 INFO STEP 977 (remove_files) COMPLETE |
6776 | 2024-08-12T22:28:47.503Z | [ recovery-image] Aug 12 22:28:45.503 INFO O| Aug 12 22:28:45.503 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-12T22:28:47.511Z | [ recovery-image] Aug 12 22:28:45.514 INFO O| Aug 12 22:28:45.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6778 | 2024-08-12T22:28:47.515Z | [ recovery-image] Aug 12 22:28:45.514 INFO O| Aug 12 22:28:45.514 INFO STEP 978 (remove_files) COMPLETE |
6779 | 2024-08-12T22:28:47.515Z | [ recovery-image] Aug 12 22:28:45.514 INFO O| Aug 12 22:28:45.514 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-12T22:28:47.521Z | [ recovery-image] Aug 12 22:28:45.524 INFO O| Aug 12 22:28:45.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6781 | 2024-08-12T22:28:47.523Z | [ recovery-image] Aug 12 22:28:45.524 INFO O| Aug 12 22:28:45.524 INFO STEP 979 (remove_files) COMPLETE |
6782 | 2024-08-12T22:28:47.524Z | [ recovery-image] Aug 12 22:28:45.524 INFO O| Aug 12 22:28:45.524 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-12T22:28:47.531Z | [ recovery-image] Aug 12 22:28:45.534 INFO O| Aug 12 22:28:45.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6784 | 2024-08-12T22:28:47.531Z | [ recovery-image] Aug 12 22:28:45.534 INFO O| Aug 12 22:28:45.534 INFO STEP 980 (remove_files) COMPLETE |
6785 | 2024-08-12T22:28:47.534Z | [ recovery-image] Aug 12 22:28:45.534 INFO O| Aug 12 22:28:45.534 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-12T22:28:47.541Z | [ recovery-image] Aug 12 22:28:45.544 INFO O| Aug 12 22:28:45.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6787 | 2024-08-12T22:28:47.544Z | [ recovery-image] Aug 12 22:28:45.544 INFO O| Aug 12 22:28:45.544 INFO STEP 981 (remove_files) COMPLETE |
6788 | 2024-08-12T22:28:47.544Z | [ recovery-image] Aug 12 22:28:45.544 INFO O| Aug 12 22:28:45.544 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-12T22:28:47.551Z | [ recovery-image] Aug 12 22:28:45.554 INFO O| Aug 12 22:28:45.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6790 | 2024-08-12T22:28:47.554Z | [ recovery-image] Aug 12 22:28:45.554 INFO O| Aug 12 22:28:45.554 INFO STEP 982 (remove_files) COMPLETE |
6791 | 2024-08-12T22:28:47.554Z | [ recovery-image] Aug 12 22:28:45.554 INFO O| Aug 12 22:28:45.554 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-12T22:28:47.565Z | [ recovery-image] Aug 12 22:28:45.563 INFO O| Aug 12 22:28:45.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6793 | 2024-08-12T22:28:47.565Z | [ recovery-image] Aug 12 22:28:45.563 INFO O| Aug 12 22:28:45.563 INFO STEP 983 (remove_files) COMPLETE |
6794 | 2024-08-12T22:28:47.568Z | [ recovery-image] Aug 12 22:28:45.563 INFO O| Aug 12 22:28:45.563 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-12T22:28:47.571Z | [ recovery-image] Aug 12 22:28:45.573 INFO O| Aug 12 22:28:45.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6796 | 2024-08-12T22:28:47.571Z | [ recovery-image] Aug 12 22:28:45.573 INFO O| Aug 12 22:28:45.573 INFO STEP 984 (remove_files) COMPLETE |
6797 | 2024-08-12T22:28:47.571Z | [ recovery-image] Aug 12 22:28:45.573 INFO O| Aug 12 22:28:45.573 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-12T22:28:47.580Z | [ recovery-image] Aug 12 22:28:45.583 INFO O| Aug 12 22:28:45.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6799 | 2024-08-12T22:28:47.580Z | [ recovery-image] Aug 12 22:28:45.583 INFO O| Aug 12 22:28:45.583 INFO STEP 985 (remove_files) COMPLETE |
6800 | 2024-08-12T22:28:47.583Z | [ recovery-image] Aug 12 22:28:45.583 INFO O| Aug 12 22:28:45.583 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-12T22:28:47.589Z | [ recovery-image] Aug 12 22:28:45.592 INFO O| Aug 12 22:28:45.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6802 | 2024-08-12T22:28:47.592Z | [ recovery-image] Aug 12 22:28:45.593 INFO O| Aug 12 22:28:45.593 INFO STEP 986 (remove_files) COMPLETE |
6803 | 2024-08-12T22:28:47.592Z | [ recovery-image] Aug 12 22:28:45.593 INFO O| Aug 12 22:28:45.593 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-12T22:28:47.601Z | [ recovery-image] Aug 12 22:28:45.602 INFO O| Aug 12 22:28:45.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6805 | 2024-08-12T22:28:47.601Z | [ recovery-image] Aug 12 22:28:45.602 INFO O| Aug 12 22:28:45.602 INFO STEP 987 (remove_files) COMPLETE |
6806 | 2024-08-12T22:28:47.603Z | [ recovery-image] Aug 12 22:28:45.602 INFO O| Aug 12 22:28:45.602 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-12T22:28:47.609Z | [ recovery-image] Aug 12 22:28:45.612 INFO O| Aug 12 22:28:45.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6808 | 2024-08-12T22:28:47.609Z | [ recovery-image] Aug 12 22:28:45.612 INFO O| Aug 12 22:28:45.612 INFO STEP 988 (remove_files) COMPLETE |
6809 | 2024-08-12T22:28:47.612Z | [ recovery-image] Aug 12 22:28:45.612 INFO O| Aug 12 22:28:45.612 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-12T22:28:47.619Z | [ recovery-image] Aug 12 22:28:45.622 INFO O| Aug 12 22:28:45.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6811 | 2024-08-12T22:28:47.619Z | [ recovery-image] Aug 12 22:28:45.622 INFO O| Aug 12 22:28:45.622 INFO STEP 989 (remove_files) COMPLETE |
6812 | 2024-08-12T22:28:47.622Z | [ recovery-image] Aug 12 22:28:45.622 INFO O| Aug 12 22:28:45.622 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-12T22:28:47.629Z | [ recovery-image] Aug 12 22:28:45.632 INFO O| Aug 12 22:28:45.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6814 | 2024-08-12T22:28:47.631Z | [ recovery-image] Aug 12 22:28:45.632 INFO O| Aug 12 22:28:45.632 INFO STEP 990 (remove_files) COMPLETE |
6815 | 2024-08-12T22:28:47.631Z | [ recovery-image] Aug 12 22:28:45.632 INFO O| Aug 12 22:28:45.632 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-12T22:28:47.638Z | [ recovery-image] Aug 12 22:28:45.642 INFO O| Aug 12 22:28:45.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6817 | 2024-08-12T22:28:47.639Z | [ recovery-image] Aug 12 22:28:45.642 INFO O| Aug 12 22:28:45.642 INFO STEP 991 (remove_files) COMPLETE |
6818 | 2024-08-12T22:28:47.639Z | [ recovery-image] Aug 12 22:28:45.642 INFO O| Aug 12 22:28:45.642 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-12T22:28:47.648Z | [ recovery-image] Aug 12 22:28:45.651 INFO O| Aug 12 22:28:45.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6820 | 2024-08-12T22:28:47.648Z | [ recovery-image] Aug 12 22:28:45.651 INFO O| Aug 12 22:28:45.651 INFO STEP 992 (remove_files) COMPLETE |
6821 | 2024-08-12T22:28:47.648Z | [ recovery-image] Aug 12 22:28:45.651 INFO O| Aug 12 22:28:45.651 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-12T22:28:47.658Z | [ recovery-image] Aug 12 22:28:45.661 INFO O| Aug 12 22:28:45.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6823 | 2024-08-12T22:28:47.660Z | [ recovery-image] Aug 12 22:28:45.661 INFO O| Aug 12 22:28:45.661 INFO STEP 993 (remove_files) COMPLETE |
6824 | 2024-08-12T22:28:47.660Z | [ recovery-image] Aug 12 22:28:45.661 INFO O| Aug 12 22:28:45.661 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-12T22:28:47.667Z | [ recovery-image] Aug 12 22:28:45.670 INFO O| Aug 12 22:28:45.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6826 | 2024-08-12T22:28:47.670Z | [ recovery-image] Aug 12 22:28:45.670 INFO O| Aug 12 22:28:45.670 INFO STEP 994 (remove_files) COMPLETE |
6827 | 2024-08-12T22:28:47.670Z | [ recovery-image] Aug 12 22:28:45.670 INFO O| Aug 12 22:28:45.670 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-12T22:28:47.677Z | [ recovery-image] Aug 12 22:28:45.680 INFO O| Aug 12 22:28:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6829 | 2024-08-12T22:28:47.677Z | [ recovery-image] Aug 12 22:28:45.680 INFO O| Aug 12 22:28:45.680 INFO STEP 995 (remove_files) COMPLETE |
6830 | 2024-08-12T22:28:47.679Z | [ recovery-image] Aug 12 22:28:45.680 INFO O| Aug 12 22:28:45.680 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-08-12T22:28:47.687Z | [ recovery-image] Aug 12 22:28:45.690 INFO O| Aug 12 22:28:45.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6832 | 2024-08-12T22:28:47.687Z | [ recovery-image] Aug 12 22:28:45.690 INFO O| Aug 12 22:28:45.690 INFO STEP 996 (remove_files) COMPLETE |
6833 | 2024-08-12T22:28:47.687Z | [ recovery-image] Aug 12 22:28:45.690 INFO O| Aug 12 22:28:45.690 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-12T22:28:47.697Z | [ recovery-image] Aug 12 22:28:45.700 INFO O| Aug 12 22:28:45.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6835 | 2024-08-12T22:28:47.697Z | [ recovery-image] Aug 12 22:28:45.700 INFO O| Aug 12 22:28:45.700 INFO STEP 997 (remove_files) COMPLETE |
6836 | 2024-08-12T22:28:47.699Z | [ recovery-image] Aug 12 22:28:45.700 INFO O| Aug 12 22:28:45.700 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-12T22:28:47.706Z | [ recovery-image] Aug 12 22:28:45.709 INFO O| Aug 12 22:28:45.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6838 | 2024-08-12T22:28:47.706Z | [ recovery-image] Aug 12 22:28:45.709 INFO O| Aug 12 22:28:45.709 INFO STEP 998 (remove_files) COMPLETE |
6839 | 2024-08-12T22:28:47.706Z | [ recovery-image] Aug 12 22:28:45.709 INFO O| Aug 12 22:28:45.709 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-12T22:28:47.716Z | [ recovery-image] Aug 12 22:28:45.719 INFO O| Aug 12 22:28:45.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6841 | 2024-08-12T22:28:47.716Z | [ recovery-image] Aug 12 22:28:45.719 INFO O| Aug 12 22:28:45.719 INFO STEP 999 (remove_files) COMPLETE |
6842 | 2024-08-12T22:28:47.716Z | [ recovery-image] Aug 12 22:28:45.719 INFO O| Aug 12 22:28:45.719 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-12T22:28:47.726Z | [ recovery-image] Aug 12 22:28:45.729 INFO O| Aug 12 22:28:45.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6844 | 2024-08-12T22:28:47.729Z | [ recovery-image] Aug 12 22:28:45.729 INFO O| Aug 12 22:28:45.729 INFO STEP 1000 (remove_files) COMPLETE |
6845 | 2024-08-12T22:28:47.729Z | [ recovery-image] Aug 12 22:28:45.729 INFO O| Aug 12 22:28:45.729 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-12T22:28:47.736Z | [ recovery-image] Aug 12 22:28:45.739 INFO O| Aug 12 22:28:45.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6847 | 2024-08-12T22:28:47.736Z | [ recovery-image] Aug 12 22:28:45.739 INFO O| Aug 12 22:28:45.739 INFO STEP 1001 (remove_files) COMPLETE |
6848 | 2024-08-12T22:28:47.738Z | [ recovery-image] Aug 12 22:28:45.739 INFO O| Aug 12 22:28:45.739 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-12T22:28:47.746Z | [ recovery-image] Aug 12 22:28:45.749 INFO O| Aug 12 22:28:45.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6850 | 2024-08-12T22:28:47.746Z | [ recovery-image] Aug 12 22:28:45.749 INFO O| Aug 12 22:28:45.749 INFO STEP 1002 (remove_files) COMPLETE |
6851 | 2024-08-12T22:28:47.751Z | [ recovery-image] Aug 12 22:28:45.749 INFO O| Aug 12 22:28:45.749 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-12T22:28:47.755Z | [ recovery-image] Aug 12 22:28:45.758 INFO O| Aug 12 22:28:45.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6853 | 2024-08-12T22:28:47.758Z | [ recovery-image] Aug 12 22:28:45.758 INFO O| Aug 12 22:28:45.758 INFO STEP 1003 (remove_files) COMPLETE |
6854 | 2024-08-12T22:28:47.758Z | [ recovery-image] Aug 12 22:28:45.758 INFO O| Aug 12 22:28:45.758 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-12T22:28:47.765Z | [ recovery-image] Aug 12 22:28:45.768 INFO O| Aug 12 22:28:45.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6856 | 2024-08-12T22:28:47.765Z | [ recovery-image] Aug 12 22:28:45.768 INFO O| Aug 12 22:28:45.768 INFO STEP 1004 (remove_files) COMPLETE |
6857 | 2024-08-12T22:28:47.768Z | [ recovery-image] Aug 12 22:28:45.768 INFO O| Aug 12 22:28:45.768 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-12T22:28:47.775Z | [ recovery-image] Aug 12 22:28:45.778 INFO O| Aug 12 22:28:45.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6859 | 2024-08-12T22:28:47.778Z | [ recovery-image] Aug 12 22:28:45.778 INFO O| Aug 12 22:28:45.778 INFO STEP 1005 (remove_files) COMPLETE |
6860 | 2024-08-12T22:28:47.778Z | [ recovery-image] Aug 12 22:28:45.778 INFO O| Aug 12 22:28:45.778 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-12T22:28:47.786Z | [ recovery-image] Aug 12 22:28:45.789 INFO O| Aug 12 22:28:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6862 | 2024-08-12T22:28:47.789Z | [ recovery-image] Aug 12 22:28:45.789 INFO O| Aug 12 22:28:45.789 INFO STEP 1006 (remove_files) COMPLETE |
6863 | 2024-08-12T22:28:47.790Z | [ recovery-image] Aug 12 22:28:45.789 INFO O| Aug 12 22:28:45.789 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-12T22:28:47.796Z | [ recovery-image] Aug 12 22:28:45.799 INFO O| Aug 12 22:28:45.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6865 | 2024-08-12T22:28:47.797Z | [ recovery-image] Aug 12 22:28:45.799 INFO O| Aug 12 22:28:45.799 INFO STEP 1007 (remove_files) COMPLETE |
6866 | 2024-08-12T22:28:47.800Z | [ recovery-image] Aug 12 22:28:45.799 INFO O| Aug 12 22:28:45.799 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-12T22:28:47.806Z | [ recovery-image] Aug 12 22:28:45.809 INFO O| Aug 12 22:28:45.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6868 | 2024-08-12T22:28:47.806Z | [ recovery-image] Aug 12 22:28:45.809 INFO O| Aug 12 22:28:45.809 INFO STEP 1008 (remove_files) COMPLETE |
6869 | 2024-08-12T22:28:47.809Z | [ recovery-image] Aug 12 22:28:45.809 INFO O| Aug 12 22:28:45.809 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-08-12T22:28:47.816Z | [ recovery-image] Aug 12 22:28:45.818 INFO O| Aug 12 22:28:45.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6871 | 2024-08-12T22:28:47.818Z | [ recovery-image] Aug 12 22:28:45.819 INFO O| Aug 12 22:28:45.819 INFO STEP 1009 (remove_files) COMPLETE |
6872 | 2024-08-12T22:28:47.818Z | [ recovery-image] Aug 12 22:28:45.819 INFO O| Aug 12 22:28:45.819 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-12T22:28:47.826Z | [ recovery-image] Aug 12 22:28:45.829 INFO O| Aug 12 22:28:45.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6874 | 2024-08-12T22:28:47.826Z | [ recovery-image] Aug 12 22:28:45.829 INFO O| Aug 12 22:28:45.829 INFO STEP 1010 (remove_files) COMPLETE |
6875 | 2024-08-12T22:28:47.828Z | [ recovery-image] Aug 12 22:28:45.829 INFO O| Aug 12 22:28:45.829 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-12T22:28:47.836Z | [ recovery-image] Aug 12 22:28:45.839 INFO O| Aug 12 22:28:45.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6877 | 2024-08-12T22:28:47.839Z | [ recovery-image] Aug 12 22:28:45.839 INFO O| Aug 12 22:28:45.839 INFO STEP 1011 (remove_files) COMPLETE |
6878 | 2024-08-12T22:28:47.839Z | [ recovery-image] Aug 12 22:28:45.839 INFO O| Aug 12 22:28:45.839 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-12T22:28:47.846Z | [ recovery-image] Aug 12 22:28:45.848 INFO O| Aug 12 22:28:45.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6880 | 2024-08-12T22:28:47.846Z | [ recovery-image] Aug 12 22:28:45.849 INFO O| Aug 12 22:28:45.849 INFO STEP 1012 (remove_files) COMPLETE |
6881 | 2024-08-12T22:28:47.848Z | [ recovery-image] Aug 12 22:28:45.849 INFO O| Aug 12 22:28:45.849 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-12T22:28:47.855Z | [ recovery-image] Aug 12 22:28:45.858 INFO O| Aug 12 22:28:45.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6883 | 2024-08-12T22:28:47.855Z | [ recovery-image] Aug 12 22:28:45.858 INFO O| Aug 12 22:28:45.858 INFO STEP 1013 (remove_files) COMPLETE |
6884 | 2024-08-12T22:28:47.855Z | [ recovery-image] Aug 12 22:28:45.858 INFO O| Aug 12 22:28:45.858 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-08-12T22:28:47.865Z | [ recovery-image] Aug 12 22:28:45.868 INFO O| Aug 12 22:28:45.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6886 | 2024-08-12T22:28:47.868Z | [ recovery-image] Aug 12 22:28:45.868 INFO O| Aug 12 22:28:45.868 INFO STEP 1014 (remove_files) COMPLETE |
6887 | 2024-08-12T22:28:47.868Z | [ recovery-image] Aug 12 22:28:45.868 INFO O| Aug 12 22:28:45.868 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-08-12T22:28:47.875Z | [ recovery-image] Aug 12 22:28:45.878 INFO O| Aug 12 22:28:45.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6889 | 2024-08-12T22:28:47.875Z | [ recovery-image] Aug 12 22:28:45.878 INFO O| Aug 12 22:28:45.878 INFO STEP 1015 (remove_files) COMPLETE |
6890 | 2024-08-12T22:28:47.875Z | [ recovery-image] Aug 12 22:28:45.878 INFO O| Aug 12 22:28:45.878 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-08-12T22:28:47.885Z | [ recovery-image] Aug 12 22:28:45.888 INFO O| Aug 12 22:28:45.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6892 | 2024-08-12T22:28:47.885Z | [ recovery-image] Aug 12 22:28:45.888 INFO O| Aug 12 22:28:45.888 INFO STEP 1016 (remove_files) COMPLETE |
6893 | 2024-08-12T22:28:47.887Z | [ recovery-image] Aug 12 22:28:45.888 INFO O| Aug 12 22:28:45.888 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-08-12T22:28:47.895Z | [ recovery-image] Aug 12 22:28:45.897 INFO O| Aug 12 22:28:45.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6895 | 2024-08-12T22:28:47.897Z | [ recovery-image] Aug 12 22:28:45.898 INFO O| Aug 12 22:28:45.898 INFO STEP 1017 (remove_files) COMPLETE |
6896 | 2024-08-12T22:28:47.897Z | [ recovery-image] Aug 12 22:28:45.898 INFO O| Aug 12 22:28:45.898 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-08-12T22:28:47.897Z | [ host-image] Aug 12 22:28:45.900 INFO O| Aug 12 22:28:45.900 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6898 | 2024-08-12T22:28:47.905Z | [ recovery-image] Aug 12 22:28:45.908 INFO O| Aug 12 22:28:45.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6899 | 2024-08-12T22:28:47.908Z | [ recovery-image] Aug 12 22:28:45.908 INFO O| Aug 12 22:28:45.908 INFO STEP 1018 (remove_files) COMPLETE |
6900 | 2024-08-12T22:28:47.908Z | [ recovery-image] Aug 12 22:28:45.908 INFO O| Aug 12 22:28:45.908 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-08-12T22:28:47.916Z | [ recovery-image] Aug 12 22:28:45.919 INFO O| Aug 12 22:28:45.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6902 | 2024-08-12T22:28:47.919Z | [ recovery-image] Aug 12 22:28:45.919 INFO O| Aug 12 22:28:45.919 INFO STEP 1019 (remove_files) COMPLETE |
6903 | 2024-08-12T22:28:47.919Z | [ recovery-image] Aug 12 22:28:45.919 INFO O| Aug 12 22:28:45.919 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-12T22:28:47.927Z | [ recovery-image] Aug 12 22:28:45.930 INFO O| Aug 12 22:28:45.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6905 | 2024-08-12T22:28:47.927Z | [ recovery-image] Aug 12 22:28:45.930 INFO O| Aug 12 22:28:45.930 INFO STEP 1020 (remove_files) COMPLETE |
6906 | 2024-08-12T22:28:47.927Z | [ recovery-image] Aug 12 22:28:45.930 INFO O| Aug 12 22:28:45.930 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-12T22:28:47.937Z | [ recovery-image] Aug 12 22:28:45.940 INFO O| Aug 12 22:28:45.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6908 | 2024-08-12T22:28:47.940Z | [ recovery-image] Aug 12 22:28:45.940 INFO O| Aug 12 22:28:45.940 INFO STEP 1021 (remove_files) COMPLETE |
6909 | 2024-08-12T22:28:47.940Z | [ recovery-image] Aug 12 22:28:45.940 INFO O| Aug 12 22:28:45.940 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-12T22:28:47.947Z | [ recovery-image] Aug 12 22:28:45.950 INFO O| Aug 12 22:28:45.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6911 | 2024-08-12T22:28:47.947Z | [ recovery-image] Aug 12 22:28:45.950 INFO O| Aug 12 22:28:45.950 INFO STEP 1022 (remove_files) COMPLETE |
6912 | 2024-08-12T22:28:47.947Z | [ recovery-image] Aug 12 22:28:45.950 INFO O| Aug 12 22:28:45.950 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-12T22:28:47.957Z | [ recovery-image] Aug 12 22:28:45.960 INFO O| Aug 12 22:28:45.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6914 | 2024-08-12T22:28:47.957Z | [ recovery-image] Aug 12 22:28:45.960 INFO O| Aug 12 22:28:45.960 INFO STEP 1023 (remove_files) COMPLETE |
6915 | 2024-08-12T22:28:47.957Z | [ recovery-image] Aug 12 22:28:45.960 INFO O| Aug 12 22:28:45.960 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-08-12T22:28:47.967Z | [ recovery-image] Aug 12 22:28:45.970 INFO O| Aug 12 22:28:45.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6917 | 2024-08-12T22:28:47.967Z | [ recovery-image] Aug 12 22:28:45.970 INFO O| Aug 12 22:28:45.970 INFO STEP 1024 (remove_files) COMPLETE |
6918 | 2024-08-12T22:28:47.967Z | [ recovery-image] Aug 12 22:28:45.970 INFO O| Aug 12 22:28:45.970 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-08-12T22:28:47.977Z | [ recovery-image] Aug 12 22:28:45.979 INFO O| Aug 12 22:28:45.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6920 | 2024-08-12T22:28:47.977Z | [ recovery-image] Aug 12 22:28:45.980 INFO O| Aug 12 22:28:45.980 INFO STEP 1025 (remove_files) COMPLETE |
6921 | 2024-08-12T22:28:47.979Z | [ recovery-image] Aug 12 22:28:45.980 INFO O| Aug 12 22:28:45.980 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-08-12T22:28:47.986Z | [ recovery-image] Aug 12 22:28:45.989 INFO O| Aug 12 22:28:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6923 | 2024-08-12T22:28:47.987Z | [ recovery-image] Aug 12 22:28:45.989 INFO O| Aug 12 22:28:45.989 INFO STEP 1026 (remove_files) COMPLETE |
6924 | 2024-08-12T22:28:47.989Z | [ recovery-image] Aug 12 22:28:45.989 INFO O| Aug 12 22:28:45.989 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-12T22:28:47.996Z | [ recovery-image] Aug 12 22:28:45.999 INFO O| Aug 12 22:28:45.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6926 | 2024-08-12T22:28:47.997Z | [ recovery-image] Aug 12 22:28:45.999 INFO O| Aug 12 22:28:45.999 INFO STEP 1027 (remove_files) COMPLETE |
6927 | 2024-08-12T22:28:47.997Z | [ recovery-image] Aug 12 22:28:45.999 INFO O| Aug 12 22:28:45.999 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-12T22:28:48.009Z | [ recovery-image] Aug 12 22:28:46.011 INFO O| Aug 12 22:28:46.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6929 | 2024-08-12T22:28:48.011Z | [ recovery-image] Aug 12 22:28:46.011 INFO O| Aug 12 22:28:46.011 INFO STEP 1028 (remove_files) COMPLETE |
6930 | 2024-08-12T22:28:48.011Z | [ recovery-image] Aug 12 22:28:46.011 INFO O| Aug 12 22:28:46.011 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-12T22:28:48.019Z | [ recovery-image] Aug 12 22:28:46.022 INFO O| Aug 12 22:28:46.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6932 | 2024-08-12T22:28:48.022Z | [ recovery-image] Aug 12 22:28:46.023 INFO O| Aug 12 22:28:46.023 INFO STEP 1029 (remove_files) COMPLETE |
6933 | 2024-08-12T22:28:48.022Z | [ recovery-image] Aug 12 22:28:46.023 INFO O| Aug 12 22:28:46.023 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-12T22:28:48.031Z | [ recovery-image] Aug 12 22:28:46.034 INFO O| Aug 12 22:28:46.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6935 | 2024-08-12T22:28:48.034Z | [ recovery-image] Aug 12 22:28:46.034 INFO O| Aug 12 22:28:46.034 INFO STEP 1030 (remove_files) COMPLETE |
6936 | 2024-08-12T22:28:48.034Z | [ recovery-image] Aug 12 22:28:46.034 INFO O| Aug 12 22:28:46.034 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-08-12T22:28:48.041Z | [ recovery-image] Aug 12 22:28:46.043 INFO O| Aug 12 22:28:46.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6938 | 2024-08-12T22:28:48.041Z | [ recovery-image] Aug 12 22:28:46.043 INFO O| Aug 12 22:28:46.043 INFO STEP 1031 (remove_files) COMPLETE |
6939 | 2024-08-12T22:28:48.041Z | [ recovery-image] Aug 12 22:28:46.044 INFO O| Aug 12 22:28:46.043 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-08-12T22:28:48.050Z | [ recovery-image] Aug 12 22:28:46.053 INFO O| Aug 12 22:28:46.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6941 | 2024-08-12T22:28:48.053Z | [ recovery-image] Aug 12 22:28:46.053 INFO O| Aug 12 22:28:46.053 INFO STEP 1032 (remove_files) COMPLETE |
6942 | 2024-08-12T22:28:48.053Z | [ recovery-image] Aug 12 22:28:46.053 INFO O| Aug 12 22:28:46.053 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-08-12T22:28:48.061Z | [ recovery-image] Aug 12 22:28:46.063 INFO O| Aug 12 22:28:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6944 | 2024-08-12T22:28:48.061Z | [ recovery-image] Aug 12 22:28:46.063 INFO O| Aug 12 22:28:46.063 INFO STEP 1033 (remove_files) COMPLETE |
6945 | 2024-08-12T22:28:48.061Z | [ recovery-image] Aug 12 22:28:46.063 INFO O| Aug 12 22:28:46.063 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-08-12T22:28:48.071Z | [ recovery-image] Aug 12 22:28:46.074 INFO O| Aug 12 22:28:46.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
6947 | 2024-08-12T22:28:48.071Z | [ recovery-image] Aug 12 22:28:46.074 INFO O| Aug 12 22:28:46.074 INFO STEP 1034 (remove_files) COMPLETE |
6948 | 2024-08-12T22:28:48.073Z | [ recovery-image] Aug 12 22:28:46.074 INFO O| Aug 12 22:28:46.074 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-08-12T22:28:48.085Z | [ recovery-image] Aug 12 22:28:46.084 INFO O| Aug 12 22:28:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
6950 | 2024-08-12T22:28:48.087Z | [ recovery-image] Aug 12 22:28:46.084 INFO O| Aug 12 22:28:46.084 INFO STEP 1035 (remove_files) COMPLETE |
6951 | 2024-08-12T22:28:48.087Z | [ recovery-image] Aug 12 22:28:46.084 INFO O| Aug 12 22:28:46.084 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-08-12T22:28:48.091Z | [ recovery-image] Aug 12 22:28:46.094 INFO O| Aug 12 22:28:46.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
6953 | 2024-08-12T22:28:48.091Z | [ recovery-image] Aug 12 22:28:46.094 INFO O| Aug 12 22:28:46.094 INFO STEP 1036 (remove_files) COMPLETE |
6954 | 2024-08-12T22:28:48.094Z | [ recovery-image] Aug 12 22:28:46.094 INFO O| Aug 12 22:28:46.094 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-08-12T22:28:48.100Z | [ recovery-image] Aug 12 22:28:46.103 INFO O| Aug 12 22:28:46.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
6956 | 2024-08-12T22:28:48.103Z | [ recovery-image] Aug 12 22:28:46.103 INFO O| Aug 12 22:28:46.103 INFO STEP 1037 (remove_files) COMPLETE |
6957 | 2024-08-12T22:28:48.103Z | [ recovery-image] Aug 12 22:28:46.103 INFO O| Aug 12 22:28:46.103 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-08-12T22:28:48.110Z | [ recovery-image] Aug 12 22:28:46.113 INFO O| Aug 12 22:28:46.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
6959 | 2024-08-12T22:28:48.113Z | [ recovery-image] Aug 12 22:28:46.113 INFO O| Aug 12 22:28:46.113 INFO STEP 1038 (remove_files) COMPLETE |
6960 | 2024-08-12T22:28:48.113Z | [ recovery-image] Aug 12 22:28:46.113 INFO O| Aug 12 22:28:46.113 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-08-12T22:28:48.120Z | [ recovery-image] Aug 12 22:28:46.123 INFO O| Aug 12 22:28:46.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
6962 | 2024-08-12T22:28:48.120Z | [ recovery-image] Aug 12 22:28:46.123 INFO O| Aug 12 22:28:46.123 INFO STEP 1039 (remove_files) COMPLETE |
6963 | 2024-08-12T22:28:48.120Z | [ recovery-image] Aug 12 22:28:46.123 INFO O| Aug 12 22:28:46.123 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-08-12T22:28:48.130Z | [ recovery-image] Aug 12 22:28:46.133 INFO O| Aug 12 22:28:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
6965 | 2024-08-12T22:28:48.130Z | [ recovery-image] Aug 12 22:28:46.133 INFO O| Aug 12 22:28:46.133 INFO STEP 1040 (remove_files) COMPLETE |
6966 | 2024-08-12T22:28:48.130Z | [ recovery-image] Aug 12 22:28:46.133 INFO O| Aug 12 22:28:46.133 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-08-12T22:28:48.144Z | [ recovery-image] Aug 12 22:28:46.143 INFO O| Aug 12 22:28:46.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
6968 | 2024-08-12T22:28:48.144Z | [ recovery-image] Aug 12 22:28:46.143 INFO O| Aug 12 22:28:46.143 INFO STEP 1041 (remove_files) COMPLETE |
6969 | 2024-08-12T22:28:48.148Z | [ recovery-image] Aug 12 22:28:46.143 INFO O| Aug 12 22:28:46.143 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-08-12T22:28:48.152Z | [ recovery-image] Aug 12 22:28:46.152 INFO O| Aug 12 22:28:46.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
6971 | 2024-08-12T22:28:48.152Z | [ recovery-image] Aug 12 22:28:46.152 INFO O| Aug 12 22:28:46.152 INFO STEP 1042 (remove_files) COMPLETE |
6972 | 2024-08-12T22:28:48.152Z | [ recovery-image] Aug 12 22:28:46.152 INFO O| Aug 12 22:28:46.152 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-08-12T22:28:48.160Z | [ recovery-image] Aug 12 22:28:46.162 INFO O| Aug 12 22:28:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
6974 | 2024-08-12T22:28:48.160Z | [ recovery-image] Aug 12 22:28:46.162 INFO O| Aug 12 22:28:46.162 INFO STEP 1043 (remove_files) COMPLETE |
6975 | 2024-08-12T22:28:48.160Z | [ recovery-image] Aug 12 22:28:46.163 INFO O| Aug 12 22:28:46.162 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-08-12T22:28:48.171Z | [ recovery-image] Aug 12 22:28:46.174 INFO O| Aug 12 22:28:46.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
6977 | 2024-08-12T22:28:48.171Z | [ recovery-image] Aug 12 22:28:46.174 INFO O| Aug 12 22:28:46.174 INFO STEP 1044 (remove_files) COMPLETE |
6978 | 2024-08-12T22:28:48.171Z | [ recovery-image] Aug 12 22:28:46.174 INFO O| Aug 12 22:28:46.174 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-08-12T22:28:48.182Z | [ recovery-image] Aug 12 22:28:46.185 INFO O| Aug 12 22:28:46.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
6980 | 2024-08-12T22:28:48.182Z | [ recovery-image] Aug 12 22:28:46.185 INFO O| Aug 12 22:28:46.185 INFO STEP 1045 (remove_files) COMPLETE |
6981 | 2024-08-12T22:28:48.182Z | [ recovery-image] Aug 12 22:28:46.185 INFO O| Aug 12 22:28:46.185 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-08-12T22:28:48.192Z | [ recovery-image] Aug 12 22:28:46.195 INFO O| Aug 12 22:28:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
6983 | 2024-08-12T22:28:48.192Z | [ recovery-image] Aug 12 22:28:46.195 INFO O| Aug 12 22:28:46.195 INFO STEP 1046 (remove_files) COMPLETE |
6984 | 2024-08-12T22:28:48.192Z | [ recovery-image] Aug 12 22:28:46.195 INFO O| Aug 12 22:28:46.195 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-08-12T22:28:48.202Z | [ recovery-image] Aug 12 22:28:46.205 INFO O| Aug 12 22:28:46.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
6986 | 2024-08-12T22:28:48.202Z | [ recovery-image] Aug 12 22:28:46.205 INFO O| Aug 12 22:28:46.205 INFO STEP 1047 (remove_files) COMPLETE |
6987 | 2024-08-12T22:28:48.202Z | [ recovery-image] Aug 12 22:28:46.205 INFO O| Aug 12 22:28:46.205 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-08-12T22:28:48.212Z | [ recovery-image] Aug 12 22:28:46.214 INFO O| Aug 12 22:28:46.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
6989 | 2024-08-12T22:28:48.212Z | [ recovery-image] Aug 12 22:28:46.214 INFO O| Aug 12 22:28:46.214 INFO STEP 1048 (remove_files) COMPLETE |
6990 | 2024-08-12T22:28:48.214Z | [ recovery-image] Aug 12 22:28:46.214 INFO O| Aug 12 22:28:46.214 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-08-12T22:28:48.221Z | [ recovery-image] Aug 12 22:28:46.224 INFO O| Aug 12 22:28:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
6992 | 2024-08-12T22:28:48.222Z | [ recovery-image] Aug 12 22:28:46.224 INFO O| Aug 12 22:28:46.224 INFO STEP 1049 (remove_files) COMPLETE |
6993 | 2024-08-12T22:28:48.224Z | [ recovery-image] Aug 12 22:28:46.224 INFO O| Aug 12 22:28:46.224 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-08-12T22:28:48.231Z | [ recovery-image] Aug 12 22:28:46.234 INFO O| Aug 12 22:28:46.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
6995 | 2024-08-12T22:28:48.234Z | [ recovery-image] Aug 12 22:28:46.234 INFO O| Aug 12 22:28:46.234 INFO STEP 1050 (remove_files) COMPLETE |
6996 | 2024-08-12T22:28:48.234Z | [ recovery-image] Aug 12 22:28:46.234 INFO O| Aug 12 22:28:46.234 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-08-12T22:28:48.241Z | [ recovery-image] Aug 12 22:28:46.244 INFO O| Aug 12 22:28:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
6998 | 2024-08-12T22:28:48.244Z | [ recovery-image] Aug 12 22:28:46.244 INFO O| Aug 12 22:28:46.244 INFO STEP 1051 (remove_files) COMPLETE |
6999 | 2024-08-12T22:28:48.244Z | [ recovery-image] Aug 12 22:28:46.244 INFO O| Aug 12 22:28:46.244 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-08-12T22:28:48.251Z | [ recovery-image] Aug 12 22:28:46.254 INFO O| Aug 12 22:28:46.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7001 | 2024-08-12T22:28:48.254Z | [ recovery-image] Aug 12 22:28:46.254 INFO O| Aug 12 22:28:46.254 INFO STEP 1052 (remove_files) COMPLETE |
7002 | 2024-08-12T22:28:48.254Z | [ recovery-image] Aug 12 22:28:46.254 INFO O| Aug 12 22:28:46.254 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-08-12T22:28:48.261Z | [ recovery-image] Aug 12 22:28:46.264 INFO O| Aug 12 22:28:46.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7004 | 2024-08-12T22:28:48.261Z | [ recovery-image] Aug 12 22:28:46.264 INFO O| Aug 12 22:28:46.264 INFO STEP 1053 (remove_files) COMPLETE |
7005 | 2024-08-12T22:28:48.264Z | [ recovery-image] Aug 12 22:28:46.264 INFO O| Aug 12 22:28:46.264 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-08-12T22:28:48.273Z | [ recovery-image] Aug 12 22:28:46.274 INFO O| Aug 12 22:28:46.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7007 | 2024-08-12T22:28:48.273Z | [ recovery-image] Aug 12 22:28:46.274 INFO O| Aug 12 22:28:46.274 INFO STEP 1054 (remove_files) COMPLETE |
7008 | 2024-08-12T22:28:48.276Z | [ recovery-image] Aug 12 22:28:46.274 INFO O| Aug 12 22:28:46.274 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-12T22:28:48.281Z | [ recovery-image] Aug 12 22:28:46.283 INFO O| Aug 12 22:28:46.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7010 | 2024-08-12T22:28:48.281Z | [ recovery-image] Aug 12 22:28:46.283 INFO O| Aug 12 22:28:46.283 INFO STEP 1055 (remove_files) COMPLETE |
7011 | 2024-08-12T22:28:48.281Z | [ recovery-image] Aug 12 22:28:46.283 INFO O| Aug 12 22:28:46.283 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-12T22:28:48.292Z | [ recovery-image] Aug 12 22:28:46.293 INFO O| Aug 12 22:28:46.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7013 | 2024-08-12T22:28:48.292Z | [ recovery-image] Aug 12 22:28:46.293 INFO O| Aug 12 22:28:46.293 INFO STEP 1056 (remove_files) COMPLETE |
7014 | 2024-08-12T22:28:48.292Z | [ recovery-image] Aug 12 22:28:46.293 INFO O| Aug 12 22:28:46.293 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-12T22:28:48.304Z | [ recovery-image] Aug 12 22:28:46.304 INFO O| Aug 12 22:28:46.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7016 | 2024-08-12T22:28:48.304Z | [ recovery-image] Aug 12 22:28:46.305 INFO O| Aug 12 22:28:46.305 INFO STEP 1057 (remove_files) COMPLETE |
7017 | 2024-08-12T22:28:48.304Z | [ recovery-image] Aug 12 22:28:46.305 INFO O| Aug 12 22:28:46.305 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-12T22:28:48.312Z | [ recovery-image] Aug 12 22:28:46.315 INFO O| Aug 12 22:28:46.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7019 | 2024-08-12T22:28:48.312Z | [ recovery-image] Aug 12 22:28:46.315 INFO O| Aug 12 22:28:46.315 INFO STEP 1058 (remove_files) COMPLETE |
7020 | 2024-08-12T22:28:48.312Z | [ recovery-image] Aug 12 22:28:46.315 INFO O| Aug 12 22:28:46.315 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-08-12T22:28:48.322Z | [ recovery-image] Aug 12 22:28:46.325 INFO O| Aug 12 22:28:46.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7022 | 2024-08-12T22:28:48.322Z | [ recovery-image] Aug 12 22:28:46.325 INFO O| Aug 12 22:28:46.325 INFO STEP 1059 (remove_files) COMPLETE |
7023 | 2024-08-12T22:28:48.325Z | [ recovery-image] Aug 12 22:28:46.325 INFO O| Aug 12 22:28:46.325 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-08-12T22:28:48.333Z | [ recovery-image] Aug 12 22:28:46.336 INFO O| Aug 12 22:28:46.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7025 | 2024-08-12T22:28:48.333Z | [ recovery-image] Aug 12 22:28:46.336 INFO O| Aug 12 22:28:46.336 INFO STEP 1060 (remove_files) COMPLETE |
7026 | 2024-08-12T22:28:48.333Z | [ recovery-image] Aug 12 22:28:46.336 INFO O| Aug 12 22:28:46.336 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-08-12T22:28:48.343Z | [ recovery-image] Aug 12 22:28:46.346 INFO O| Aug 12 22:28:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7028 | 2024-08-12T22:28:48.346Z | [ recovery-image] Aug 12 22:28:46.346 INFO O| Aug 12 22:28:46.346 INFO STEP 1061 (remove_files) COMPLETE |
7029 | 2024-08-12T22:28:48.346Z | [ recovery-image] Aug 12 22:28:46.346 INFO O| Aug 12 22:28:46.346 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-08-12T22:28:48.354Z | [ recovery-image] Aug 12 22:28:46.356 INFO O| Aug 12 22:28:46.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7031 | 2024-08-12T22:28:48.354Z | [ recovery-image] Aug 12 22:28:46.356 INFO O| Aug 12 22:28:46.356 INFO STEP 1062 (remove_files) COMPLETE |
7032 | 2024-08-12T22:28:48.357Z | [ recovery-image] Aug 12 22:28:46.357 INFO O| Aug 12 22:28:46.356 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-08-12T22:28:48.364Z | [ recovery-image] Aug 12 22:28:46.367 INFO O| Aug 12 22:28:46.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7034 | 2024-08-12T22:28:48.367Z | [ recovery-image] Aug 12 22:28:46.367 INFO O| Aug 12 22:28:46.367 INFO STEP 1063 (remove_files) COMPLETE |
7035 | 2024-08-12T22:28:48.367Z | [ recovery-image] Aug 12 22:28:46.367 INFO O| Aug 12 22:28:46.367 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-08-12T22:28:48.374Z | [ recovery-image] Aug 12 22:28:46.376 INFO O| Aug 12 22:28:46.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7037 | 2024-08-12T22:28:48.377Z | [ recovery-image] Aug 12 22:28:46.377 INFO O| Aug 12 22:28:46.376 INFO STEP 1064 (remove_files) COMPLETE |
7038 | 2024-08-12T22:28:48.377Z | [ recovery-image] Aug 12 22:28:46.377 INFO O| Aug 12 22:28:46.377 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-08-12T22:28:48.385Z | [ recovery-image] Aug 12 22:28:46.386 INFO O| Aug 12 22:28:46.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7040 | 2024-08-12T22:28:48.385Z | [ recovery-image] Aug 12 22:28:46.386 INFO O| Aug 12 22:28:46.386 INFO STEP 1065 (remove_files) COMPLETE |
7041 | 2024-08-12T22:28:48.385Z | [ recovery-image] Aug 12 22:28:46.386 INFO O| Aug 12 22:28:46.386 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-08-12T22:28:48.394Z | [ recovery-image] Aug 12 22:28:46.396 INFO O| Aug 12 22:28:46.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7043 | 2024-08-12T22:28:48.396Z | [ recovery-image] Aug 12 22:28:46.396 INFO O| Aug 12 22:28:46.396 INFO STEP 1066 (remove_files) COMPLETE |
7044 | 2024-08-12T22:28:48.396Z | [ recovery-image] Aug 12 22:28:46.396 INFO O| Aug 12 22:28:46.396 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-08-12T22:28:48.404Z | [ recovery-image] Aug 12 22:28:46.407 INFO O| Aug 12 22:28:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7046 | 2024-08-12T22:28:48.404Z | [ recovery-image] Aug 12 22:28:46.407 INFO O| Aug 12 22:28:46.407 INFO STEP 1067 (remove_files) COMPLETE |
7047 | 2024-08-12T22:28:48.407Z | [ recovery-image] Aug 12 22:28:46.407 INFO O| Aug 12 22:28:46.407 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-08-12T22:28:48.414Z | [ recovery-image] Aug 12 22:28:46.416 INFO O| Aug 12 22:28:46.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7049 | 2024-08-12T22:28:48.414Z | [ recovery-image] Aug 12 22:28:46.416 INFO O| Aug 12 22:28:46.416 INFO STEP 1068 (remove_files) COMPLETE |
7050 | 2024-08-12T22:28:48.417Z | [ recovery-image] Aug 12 22:28:46.417 INFO O| Aug 12 22:28:46.416 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-08-12T22:28:48.425Z | [ recovery-image] Aug 12 22:28:46.426 INFO O| Aug 12 22:28:46.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7052 | 2024-08-12T22:28:48.428Z | [ recovery-image] Aug 12 22:28:46.426 INFO O| Aug 12 22:28:46.426 INFO STEP 1069 (remove_files) COMPLETE |
7053 | 2024-08-12T22:28:48.428Z | [ recovery-image] Aug 12 22:28:46.427 INFO O| Aug 12 22:28:46.426 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-08-12T22:28:48.433Z | [ recovery-image] Aug 12 22:28:46.436 INFO O| Aug 12 22:28:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7055 | 2024-08-12T22:28:48.433Z | [ recovery-image] Aug 12 22:28:46.436 INFO O| Aug 12 22:28:46.436 INFO STEP 1070 (remove_files) COMPLETE |
7056 | 2024-08-12T22:28:48.436Z | [ recovery-image] Aug 12 22:28:46.436 INFO O| Aug 12 22:28:46.436 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-08-12T22:28:48.443Z | [ recovery-image] Aug 12 22:28:46.446 INFO O| Aug 12 22:28:46.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7058 | 2024-08-12T22:28:48.443Z | [ recovery-image] Aug 12 22:28:46.446 INFO O| Aug 12 22:28:46.446 INFO STEP 1071 (remove_files) COMPLETE |
7059 | 2024-08-12T22:28:48.446Z | [ recovery-image] Aug 12 22:28:46.446 INFO O| Aug 12 22:28:46.446 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-08-12T22:28:48.453Z | [ recovery-image] Aug 12 22:28:46.455 INFO O| Aug 12 22:28:46.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7061 | 2024-08-12T22:28:48.455Z | [ recovery-image] Aug 12 22:28:46.456 INFO O| Aug 12 22:28:46.455 INFO STEP 1072 (remove_files) COMPLETE |
7062 | 2024-08-12T22:28:48.455Z | [ recovery-image] Aug 12 22:28:46.456 INFO O| Aug 12 22:28:46.455 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-08-12T22:28:48.462Z | [ recovery-image] Aug 12 22:28:46.465 INFO O| Aug 12 22:28:46.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7064 | 2024-08-12T22:28:48.462Z | [ recovery-image] Aug 12 22:28:46.465 INFO O| Aug 12 22:28:46.465 INFO STEP 1073 (remove_files) COMPLETE |
7065 | 2024-08-12T22:28:48.462Z | [ recovery-image] Aug 12 22:28:46.465 INFO O| Aug 12 22:28:46.465 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-08-12T22:28:48.472Z | [ recovery-image] Aug 12 22:28:46.475 INFO O| Aug 12 22:28:46.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7067 | 2024-08-12T22:28:48.472Z | [ recovery-image] Aug 12 22:28:46.475 INFO O| Aug 12 22:28:46.475 INFO STEP 1074 (remove_files) COMPLETE |
7068 | 2024-08-12T22:28:48.472Z | [ recovery-image] Aug 12 22:28:46.475 INFO O| Aug 12 22:28:46.475 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-08-12T22:28:48.482Z | [ recovery-image] Aug 12 22:28:46.484 INFO O| Aug 12 22:28:46.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7070 | 2024-08-12T22:28:48.485Z | [ recovery-image] Aug 12 22:28:46.484 INFO O| Aug 12 22:28:46.484 INFO STEP 1075 (remove_files) COMPLETE |
7071 | 2024-08-12T22:28:48.485Z | [ recovery-image] Aug 12 22:28:46.484 INFO O| Aug 12 22:28:46.484 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-08-12T22:28:48.491Z | [ recovery-image] Aug 12 22:28:46.494 INFO O| Aug 12 22:28:46.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7073 | 2024-08-12T22:28:48.491Z | [ recovery-image] Aug 12 22:28:46.494 INFO O| Aug 12 22:28:46.494 INFO STEP 1076 (remove_files) COMPLETE |
7074 | 2024-08-12T22:28:48.494Z | [ recovery-image] Aug 12 22:28:46.494 INFO O| Aug 12 22:28:46.494 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-08-12T22:28:48.501Z | [ recovery-image] Aug 12 22:28:46.504 INFO O| Aug 12 22:28:46.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7076 | 2024-08-12T22:28:48.504Z | [ recovery-image] Aug 12 22:28:46.504 INFO O| Aug 12 22:28:46.504 INFO STEP 1077 (remove_files) COMPLETE |
7077 | 2024-08-12T22:28:48.504Z | [ recovery-image] Aug 12 22:28:46.504 INFO O| Aug 12 22:28:46.504 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-08-12T22:28:48.511Z | [ recovery-image] Aug 12 22:28:46.513 INFO O| Aug 12 22:28:46.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7079 | 2024-08-12T22:28:48.513Z | [ recovery-image] Aug 12 22:28:46.513 INFO O| Aug 12 22:28:46.513 INFO STEP 1078 (remove_files) COMPLETE |
7080 | 2024-08-12T22:28:48.513Z | [ recovery-image] Aug 12 22:28:46.513 INFO O| Aug 12 22:28:46.513 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-08-12T22:28:48.520Z | [ recovery-image] Aug 12 22:28:46.523 INFO O| Aug 12 22:28:46.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7082 | 2024-08-12T22:28:48.523Z | [ recovery-image] Aug 12 22:28:46.523 INFO O| Aug 12 22:28:46.523 INFO STEP 1079 (remove_files) COMPLETE |
7083 | 2024-08-12T22:28:48.523Z | [ recovery-image] Aug 12 22:28:46.523 INFO O| Aug 12 22:28:46.523 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-08-12T22:28:48.531Z | [ recovery-image] Aug 12 22:28:46.533 INFO O| Aug 12 22:28:46.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7085 | 2024-08-12T22:28:48.531Z | [ recovery-image] Aug 12 22:28:46.534 INFO O| Aug 12 22:28:46.533 INFO STEP 1080 (remove_files) COMPLETE |
7086 | 2024-08-12T22:28:48.534Z | [ recovery-image] Aug 12 22:28:46.534 INFO O| Aug 12 22:28:46.533 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-08-12T22:28:48.542Z | [ recovery-image] Aug 12 22:28:46.545 INFO O| Aug 12 22:28:46.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7088 | 2024-08-12T22:28:48.542Z | [ recovery-image] Aug 12 22:28:46.545 INFO O| Aug 12 22:28:46.545 INFO STEP 1081 (remove_files) COMPLETE |
7089 | 2024-08-12T22:28:48.545Z | [ recovery-image] Aug 12 22:28:46.545 INFO O| Aug 12 22:28:46.545 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-08-12T22:28:48.553Z | [ recovery-image] Aug 12 22:28:46.556 INFO O| Aug 12 22:28:46.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7091 | 2024-08-12T22:28:48.553Z | [ recovery-image] Aug 12 22:28:46.556 INFO O| Aug 12 22:28:46.556 INFO STEP 1082 (remove_files) COMPLETE |
7092 | 2024-08-12T22:28:48.553Z | [ recovery-image] Aug 12 22:28:46.556 INFO O| Aug 12 22:28:46.556 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-08-12T22:28:48.563Z | [ recovery-image] Aug 12 22:28:46.566 INFO O| Aug 12 22:28:46.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7094 | 2024-08-12T22:28:48.566Z | [ recovery-image] Aug 12 22:28:46.566 INFO O| Aug 12 22:28:46.566 INFO STEP 1083 (remove_files) COMPLETE |
7095 | 2024-08-12T22:28:48.566Z | [ recovery-image] Aug 12 22:28:46.566 INFO O| Aug 12 22:28:46.566 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-08-12T22:28:48.573Z | [ recovery-image] Aug 12 22:28:46.576 INFO O| Aug 12 22:28:46.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7097 | 2024-08-12T22:28:48.576Z | [ recovery-image] Aug 12 22:28:46.576 INFO O| Aug 12 22:28:46.576 INFO STEP 1084 (remove_files) COMPLETE |
7098 | 2024-08-12T22:28:48.576Z | [ recovery-image] Aug 12 22:28:46.576 INFO O| Aug 12 22:28:46.576 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-08-12T22:28:48.584Z | [ recovery-image] Aug 12 22:28:46.586 INFO O| Aug 12 22:28:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7100 | 2024-08-12T22:28:48.584Z | [ recovery-image] Aug 12 22:28:46.586 INFO O| Aug 12 22:28:46.586 INFO STEP 1085 (remove_files) COMPLETE |
7101 | 2024-08-12T22:28:48.586Z | [ recovery-image] Aug 12 22:28:46.586 INFO O| Aug 12 22:28:46.586 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-08-12T22:28:48.594Z | [ recovery-image] Aug 12 22:28:46.597 INFO O| Aug 12 22:28:46.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7103 | 2024-08-12T22:28:48.594Z | [ recovery-image] Aug 12 22:28:46.597 INFO O| Aug 12 22:28:46.597 INFO STEP 1086 (remove_files) COMPLETE |
7104 | 2024-08-12T22:28:48.594Z | [ recovery-image] Aug 12 22:28:46.597 INFO O| Aug 12 22:28:46.597 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-08-12T22:28:48.605Z | [ recovery-image] Aug 12 22:28:46.607 INFO O| Aug 12 22:28:46.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7106 | 2024-08-12T22:28:48.605Z | [ recovery-image] Aug 12 22:28:46.607 INFO O| Aug 12 22:28:46.607 INFO STEP 1087 (remove_files) COMPLETE |
7107 | 2024-08-12T22:28:48.608Z | [ recovery-image] Aug 12 22:28:46.607 INFO O| Aug 12 22:28:46.607 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-08-12T22:28:48.615Z | [ recovery-image] Aug 12 22:28:46.618 INFO O| Aug 12 22:28:46.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7109 | 2024-08-12T22:28:48.615Z | [ recovery-image] Aug 12 22:28:46.618 INFO O| Aug 12 22:28:46.618 INFO STEP 1088 (remove_files) COMPLETE |
7110 | 2024-08-12T22:28:48.618Z | [ recovery-image] Aug 12 22:28:46.618 INFO O| Aug 12 22:28:46.618 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-08-12T22:28:48.625Z | [ recovery-image] Aug 12 22:28:46.627 INFO O| Aug 12 22:28:46.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7112 | 2024-08-12T22:28:48.625Z | [ recovery-image] Aug 12 22:28:46.627 INFO O| Aug 12 22:28:46.627 INFO STEP 1089 (remove_files) COMPLETE |
7113 | 2024-08-12T22:28:48.628Z | [ recovery-image] Aug 12 22:28:46.628 INFO O| Aug 12 22:28:46.627 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-08-12T22:28:48.635Z | [ recovery-image] Aug 12 22:28:46.638 INFO O| Aug 12 22:28:46.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7115 | 2024-08-12T22:28:48.639Z | [ recovery-image] Aug 12 22:28:46.638 INFO O| Aug 12 22:28:46.638 INFO STEP 1090 (remove_files) COMPLETE |
7116 | 2024-08-12T22:28:48.639Z | [ recovery-image] Aug 12 22:28:46.638 INFO O| Aug 12 22:28:46.638 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-08-12T22:28:48.645Z | [ recovery-image] Aug 12 22:28:46.648 INFO O| Aug 12 22:28:46.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7118 | 2024-08-12T22:28:48.645Z | [ recovery-image] Aug 12 22:28:46.648 INFO O| Aug 12 22:28:46.648 INFO STEP 1091 (remove_files) COMPLETE |
7119 | 2024-08-12T22:28:48.645Z | [ recovery-image] Aug 12 22:28:46.648 INFO O| Aug 12 22:28:46.648 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-08-12T22:28:48.655Z | [ recovery-image] Aug 12 22:28:46.657 INFO O| Aug 12 22:28:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7121 | 2024-08-12T22:28:48.655Z | [ recovery-image] Aug 12 22:28:46.657 INFO O| Aug 12 22:28:46.657 INFO STEP 1092 (remove_files) COMPLETE |
7122 | 2024-08-12T22:28:48.658Z | [ recovery-image] Aug 12 22:28:46.657 INFO O| Aug 12 22:28:46.657 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-08-12T22:28:48.664Z | [ recovery-image] Aug 12 22:28:46.667 INFO O| Aug 12 22:28:46.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7124 | 2024-08-12T22:28:48.664Z | [ recovery-image] Aug 12 22:28:46.667 INFO O| Aug 12 22:28:46.667 INFO STEP 1093 (remove_files) COMPLETE |
7125 | 2024-08-12T22:28:48.664Z | [ recovery-image] Aug 12 22:28:46.667 INFO O| Aug 12 22:28:46.667 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-08-12T22:28:48.674Z | [ recovery-image] Aug 12 22:28:46.677 INFO O| Aug 12 22:28:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7127 | 2024-08-12T22:28:48.674Z | [ recovery-image] Aug 12 22:28:46.677 INFO O| Aug 12 22:28:46.677 INFO STEP 1094 (remove_files) COMPLETE |
7128 | 2024-08-12T22:28:48.677Z | [ recovery-image] Aug 12 22:28:46.677 INFO O| Aug 12 22:28:46.677 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-08-12T22:28:48.684Z | [ recovery-image] Aug 12 22:28:46.686 INFO O| Aug 12 22:28:46.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7130 | 2024-08-12T22:28:48.684Z | [ recovery-image] Aug 12 22:28:46.686 INFO O| Aug 12 22:28:46.686 INFO STEP 1095 (remove_files) COMPLETE |
7131 | 2024-08-12T22:28:48.686Z | [ recovery-image] Aug 12 22:28:46.686 INFO O| Aug 12 22:28:46.686 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-08-12T22:28:48.693Z | [ recovery-image] Aug 12 22:28:46.696 INFO O| Aug 12 22:28:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7133 | 2024-08-12T22:28:48.693Z | [ recovery-image] Aug 12 22:28:46.696 INFO O| Aug 12 22:28:46.696 INFO STEP 1096 (remove_files) COMPLETE |
7134 | 2024-08-12T22:28:48.696Z | [ recovery-image] Aug 12 22:28:46.696 INFO O| Aug 12 22:28:46.696 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-08-12T22:28:48.703Z | [ recovery-image] Aug 12 22:28:46.705 INFO O| Aug 12 22:28:46.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7136 | 2024-08-12T22:28:48.703Z | [ recovery-image] Aug 12 22:28:46.706 INFO O| Aug 12 22:28:46.706 INFO STEP 1097 (remove_files) COMPLETE |
7137 | 2024-08-12T22:28:48.706Z | [ recovery-image] Aug 12 22:28:46.706 INFO O| Aug 12 22:28:46.706 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-08-12T22:28:48.713Z | [ recovery-image] Aug 12 22:28:46.715 INFO O| Aug 12 22:28:46.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7139 | 2024-08-12T22:28:48.713Z | [ recovery-image] Aug 12 22:28:46.715 INFO O| Aug 12 22:28:46.715 INFO STEP 1098 (remove_files) COMPLETE |
7140 | 2024-08-12T22:28:48.713Z | [ recovery-image] Aug 12 22:28:46.715 INFO O| Aug 12 22:28:46.715 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-08-12T22:28:48.722Z | [ recovery-image] Aug 12 22:28:46.725 INFO O| Aug 12 22:28:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7142 | 2024-08-12T22:28:48.722Z | [ recovery-image] Aug 12 22:28:46.725 INFO O| Aug 12 22:28:46.725 INFO STEP 1099 (remove_files) COMPLETE |
7143 | 2024-08-12T22:28:48.725Z | [ recovery-image] Aug 12 22:28:46.725 INFO O| Aug 12 22:28:46.725 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-12T22:28:48.732Z | [ recovery-image] Aug 12 22:28:46.734 INFO O| Aug 12 22:28:46.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7145 | 2024-08-12T22:28:48.732Z | [ recovery-image] Aug 12 22:28:46.734 INFO O| Aug 12 22:28:46.734 INFO STEP 1100 (remove_files) COMPLETE |
7146 | 2024-08-12T22:28:48.734Z | [ recovery-image] Aug 12 22:28:46.734 INFO O| Aug 12 22:28:46.734 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-08-12T22:28:48.742Z | [ recovery-image] Aug 12 22:28:46.744 INFO O| Aug 12 22:28:46.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7148 | 2024-08-12T22:28:48.742Z | [ recovery-image] Aug 12 22:28:46.744 INFO O| Aug 12 22:28:46.744 INFO STEP 1101 (remove_files) COMPLETE |
7149 | 2024-08-12T22:28:48.744Z | [ recovery-image] Aug 12 22:28:46.744 INFO O| Aug 12 22:28:46.744 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-08-12T22:28:48.752Z | [ recovery-image] Aug 12 22:28:46.754 INFO O| Aug 12 22:28:46.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7151 | 2024-08-12T22:28:48.752Z | [ recovery-image] Aug 12 22:28:46.754 INFO O| Aug 12 22:28:46.754 INFO STEP 1102 (remove_files) COMPLETE |
7152 | 2024-08-12T22:28:48.752Z | [ recovery-image] Aug 12 22:28:46.754 INFO O| Aug 12 22:28:46.754 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-08-12T22:28:48.761Z | [ recovery-image] Aug 12 22:28:46.764 INFO O| Aug 12 22:28:46.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7154 | 2024-08-12T22:28:48.762Z | [ recovery-image] Aug 12 22:28:46.764 INFO O| Aug 12 22:28:46.764 INFO STEP 1103 (remove_files) COMPLETE |
7155 | 2024-08-12T22:28:48.764Z | [ recovery-image] Aug 12 22:28:46.764 INFO O| Aug 12 22:28:46.764 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-08-12T22:28:48.771Z | [ recovery-image] Aug 12 22:28:46.774 INFO O| Aug 12 22:28:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7157 | 2024-08-12T22:28:48.771Z | [ recovery-image] Aug 12 22:28:46.774 INFO O| Aug 12 22:28:46.774 INFO STEP 1104 (remove_files) COMPLETE |
7158 | 2024-08-12T22:28:48.774Z | [ recovery-image] Aug 12 22:28:46.774 INFO O| Aug 12 22:28:46.774 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-08-12T22:28:48.781Z | [ recovery-image] Aug 12 22:28:46.783 INFO O| Aug 12 22:28:46.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7160 | 2024-08-12T22:28:48.781Z | [ recovery-image] Aug 12 22:28:46.783 INFO O| Aug 12 22:28:46.783 INFO STEP 1105 (remove_files) COMPLETE |
7161 | 2024-08-12T22:28:48.784Z | [ recovery-image] Aug 12 22:28:46.783 INFO O| Aug 12 22:28:46.783 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-08-12T22:28:48.790Z | [ recovery-image] Aug 12 22:28:46.793 INFO O| Aug 12 22:28:46.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7163 | 2024-08-12T22:28:48.790Z | [ recovery-image] Aug 12 22:28:46.793 INFO O| Aug 12 22:28:46.793 INFO STEP 1106 (remove_files) COMPLETE |
7164 | 2024-08-12T22:28:48.790Z | [ recovery-image] Aug 12 22:28:46.793 INFO O| Aug 12 22:28:46.793 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-08-12T22:28:48.800Z | [ recovery-image] Aug 12 22:28:46.802 INFO O| Aug 12 22:28:46.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7166 | 2024-08-12T22:28:48.803Z | [ recovery-image] Aug 12 22:28:46.803 INFO O| Aug 12 22:28:46.803 INFO STEP 1107 (remove_files) COMPLETE |
7167 | 2024-08-12T22:28:48.803Z | [ recovery-image] Aug 12 22:28:46.803 INFO O| Aug 12 22:28:46.803 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-08-12T22:28:48.810Z | [ recovery-image] Aug 12 22:28:46.812 INFO O| Aug 12 22:28:46.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7169 | 2024-08-12T22:28:48.810Z | [ recovery-image] Aug 12 22:28:46.812 INFO O| Aug 12 22:28:46.812 INFO STEP 1108 (remove_files) COMPLETE |
7170 | 2024-08-12T22:28:48.810Z | [ recovery-image] Aug 12 22:28:46.812 INFO O| Aug 12 22:28:46.812 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-08-12T22:28:48.821Z | [ recovery-image] Aug 12 22:28:46.823 INFO O| Aug 12 22:28:46.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7172 | 2024-08-12T22:28:48.821Z | [ recovery-image] Aug 12 22:28:46.823 INFO O| Aug 12 22:28:46.823 INFO STEP 1109 (remove_files) COMPLETE |
7173 | 2024-08-12T22:28:48.821Z | [ recovery-image] Aug 12 22:28:46.823 INFO O| Aug 12 22:28:46.823 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-08-12T22:28:48.831Z | [ recovery-image] Aug 12 22:28:46.834 INFO O| Aug 12 22:28:46.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7175 | 2024-08-12T22:28:48.831Z | [ recovery-image] Aug 12 22:28:46.834 INFO O| Aug 12 22:28:46.834 INFO STEP 1110 (remove_files) COMPLETE |
7176 | 2024-08-12T22:28:48.834Z | [ recovery-image] Aug 12 22:28:46.834 INFO O| Aug 12 22:28:46.834 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-08-12T22:28:48.841Z | [ recovery-image] Aug 12 22:28:46.844 INFO O| Aug 12 22:28:46.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7178 | 2024-08-12T22:28:48.841Z | [ recovery-image] Aug 12 22:28:46.844 INFO O| Aug 12 22:28:46.844 INFO STEP 1111 (remove_files) COMPLETE |
7179 | 2024-08-12T22:28:48.841Z | [ recovery-image] Aug 12 22:28:46.844 INFO O| Aug 12 22:28:46.844 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-08-12T22:28:48.851Z | [ recovery-image] Aug 12 22:28:46.854 INFO O| Aug 12 22:28:46.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7181 | 2024-08-12T22:28:48.851Z | [ recovery-image] Aug 12 22:28:46.854 INFO O| Aug 12 22:28:46.854 INFO STEP 1112 (remove_files) COMPLETE |
7182 | 2024-08-12T22:28:48.851Z | [ recovery-image] Aug 12 22:28:46.854 INFO O| Aug 12 22:28:46.854 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-08-12T22:28:48.861Z | [ recovery-image] Aug 12 22:28:46.864 INFO O| Aug 12 22:28:46.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7184 | 2024-08-12T22:28:48.861Z | [ recovery-image] Aug 12 22:28:46.864 INFO O| Aug 12 22:28:46.864 INFO STEP 1113 (remove_files) COMPLETE |
7185 | 2024-08-12T22:28:48.864Z | [ recovery-image] Aug 12 22:28:46.864 INFO O| Aug 12 22:28:46.864 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-08-12T22:28:48.871Z | [ recovery-image] Aug 12 22:28:46.874 INFO O| Aug 12 22:28:46.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7187 | 2024-08-12T22:28:48.872Z | [ recovery-image] Aug 12 22:28:46.874 INFO O| Aug 12 22:28:46.874 INFO STEP 1114 (remove_files) COMPLETE |
7188 | 2024-08-12T22:28:48.874Z | [ recovery-image] Aug 12 22:28:46.874 INFO O| Aug 12 22:28:46.874 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-08-12T22:28:48.882Z | [ recovery-image] Aug 12 22:28:46.884 INFO O| Aug 12 22:28:46.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7190 | 2024-08-12T22:28:48.882Z | [ recovery-image] Aug 12 22:28:46.884 INFO O| Aug 12 22:28:46.884 INFO STEP 1115 (remove_files) COMPLETE |
7191 | 2024-08-12T22:28:48.882Z | [ recovery-image] Aug 12 22:28:46.884 INFO O| Aug 12 22:28:46.884 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-08-12T22:28:48.892Z | [ recovery-image] Aug 12 22:28:46.894 INFO O| Aug 12 22:28:46.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7193 | 2024-08-12T22:28:48.895Z | [ recovery-image] Aug 12 22:28:46.895 INFO O| Aug 12 22:28:46.895 INFO STEP 1116 (remove_files) COMPLETE |
7194 | 2024-08-12T22:28:48.895Z | [ recovery-image] Aug 12 22:28:46.895 INFO O| Aug 12 22:28:46.895 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-08-12T22:28:48.902Z | [ recovery-image] Aug 12 22:28:46.905 INFO O| Aug 12 22:28:46.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7196 | 2024-08-12T22:28:48.902Z | [ recovery-image] Aug 12 22:28:46.905 INFO O| Aug 12 22:28:46.905 INFO STEP 1117 (remove_files) COMPLETE |
7197 | 2024-08-12T22:28:48.902Z | [ recovery-image] Aug 12 22:28:46.905 INFO O| Aug 12 22:28:46.905 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-08-12T22:28:48.912Z | [ recovery-image] Aug 12 22:28:46.914 INFO O| Aug 12 22:28:46.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7199 | 2024-08-12T22:28:48.915Z | [ recovery-image] Aug 12 22:28:46.915 INFO O| Aug 12 22:28:46.914 INFO STEP 1118 (remove_files) COMPLETE |
7200 | 2024-08-12T22:28:48.915Z | [ recovery-image] Aug 12 22:28:46.915 INFO O| Aug 12 22:28:46.914 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-08-12T22:28:48.922Z | [ recovery-image] Aug 12 22:28:46.924 INFO O| Aug 12 22:28:46.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7202 | 2024-08-12T22:28:48.926Z | [ recovery-image] Aug 12 22:28:46.924 INFO O| Aug 12 22:28:46.924 INFO STEP 1119 (remove_files) COMPLETE |
7203 | 2024-08-12T22:28:48.926Z | [ recovery-image] Aug 12 22:28:46.924 INFO O| Aug 12 22:28:46.924 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-08-12T22:28:48.931Z | [ recovery-image] Aug 12 22:28:46.934 INFO O| Aug 12 22:28:46.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7205 | 2024-08-12T22:28:48.934Z | [ recovery-image] Aug 12 22:28:46.934 INFO O| Aug 12 22:28:46.934 INFO STEP 1120 (remove_files) COMPLETE |
7206 | 2024-08-12T22:28:48.934Z | [ recovery-image] Aug 12 22:28:46.934 INFO O| Aug 12 22:28:46.934 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-08-12T22:28:48.941Z | [ recovery-image] Aug 12 22:28:46.944 INFO O| Aug 12 22:28:46.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7208 | 2024-08-12T22:28:48.941Z | [ recovery-image] Aug 12 22:28:46.944 INFO O| Aug 12 22:28:46.944 INFO STEP 1121 (remove_files) COMPLETE |
7209 | 2024-08-12T22:28:48.941Z | [ recovery-image] Aug 12 22:28:46.944 INFO O| Aug 12 22:28:46.944 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-08-12T22:28:48.951Z | [ recovery-image] Aug 12 22:28:46.953 INFO O| Aug 12 22:28:46.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7211 | 2024-08-12T22:28:48.951Z | [ recovery-image] Aug 12 22:28:46.953 INFO O| Aug 12 22:28:46.953 INFO STEP 1122 (remove_files) COMPLETE |
7212 | 2024-08-12T22:28:48.954Z | [ recovery-image] Aug 12 22:28:46.954 INFO O| Aug 12 22:28:46.953 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-08-12T22:28:48.961Z | [ recovery-image] Aug 12 22:28:46.963 INFO O| Aug 12 22:28:46.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7214 | 2024-08-12T22:28:48.963Z | [ recovery-image] Aug 12 22:28:46.963 INFO O| Aug 12 22:28:46.963 INFO STEP 1123 (remove_files) COMPLETE |
7215 | 2024-08-12T22:28:48.963Z | [ recovery-image] Aug 12 22:28:46.963 INFO O| Aug 12 22:28:46.963 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-08-12T22:28:48.970Z | [ recovery-image] Aug 12 22:28:46.973 INFO O| Aug 12 22:28:46.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7217 | 2024-08-12T22:28:48.970Z | [ recovery-image] Aug 12 22:28:46.973 INFO O| Aug 12 22:28:46.973 INFO STEP 1124 (remove_files) COMPLETE |
7218 | 2024-08-12T22:28:48.970Z | [ recovery-image] Aug 12 22:28:46.973 INFO O| Aug 12 22:28:46.973 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-08-12T22:28:48.980Z | [ recovery-image] Aug 12 22:28:46.982 INFO O| Aug 12 22:28:46.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7220 | 2024-08-12T22:28:48.983Z | [ recovery-image] Aug 12 22:28:46.983 INFO O| Aug 12 22:28:46.983 INFO STEP 1125 (remove_files) COMPLETE |
7221 | 2024-08-12T22:28:48.983Z | [ recovery-image] Aug 12 22:28:46.983 INFO O| Aug 12 22:28:46.983 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-08-12T22:28:48.990Z | [ recovery-image] Aug 12 22:28:46.993 INFO O| Aug 12 22:28:46.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7223 | 2024-08-12T22:28:48.994Z | [ recovery-image] Aug 12 22:28:46.993 INFO O| Aug 12 22:28:46.993 INFO STEP 1126 (remove_files) COMPLETE |
7224 | 2024-08-12T22:28:48.994Z | [ recovery-image] Aug 12 22:28:46.993 INFO O| Aug 12 22:28:46.993 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-08-12T22:28:49.003Z | [ recovery-image] Aug 12 22:28:47.005 INFO O| Aug 12 22:28:47.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7226 | 2024-08-12T22:28:49.003Z | [ recovery-image] Aug 12 22:28:47.005 INFO O| Aug 12 22:28:47.005 INFO STEP 1127 (remove_files) COMPLETE |
7227 | 2024-08-12T22:28:49.003Z | [ recovery-image] Aug 12 22:28:47.005 INFO O| Aug 12 22:28:47.005 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-08-12T22:28:49.015Z | [ recovery-image] Aug 12 22:28:47.017 INFO O| Aug 12 22:28:47.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7229 | 2024-08-12T22:28:49.015Z | [ recovery-image] Aug 12 22:28:47.017 INFO O| Aug 12 22:28:47.017 INFO STEP 1128 (remove_files) COMPLETE |
7230 | 2024-08-12T22:28:49.015Z | [ recovery-image] Aug 12 22:28:47.017 INFO O| Aug 12 22:28:47.017 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-08-12T22:28:49.025Z | [ recovery-image] Aug 12 22:28:47.027 INFO O| Aug 12 22:28:47.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7232 | 2024-08-12T22:28:49.028Z | [ recovery-image] Aug 12 22:28:47.027 INFO O| Aug 12 22:28:47.027 INFO STEP 1129 (remove_files) COMPLETE |
7233 | 2024-08-12T22:28:49.028Z | [ recovery-image] Aug 12 22:28:47.027 INFO O| Aug 12 22:28:47.027 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-08-12T22:28:49.036Z | [ recovery-image] Aug 12 22:28:47.039 INFO O| Aug 12 22:28:47.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7235 | 2024-08-12T22:28:49.036Z | [ recovery-image] Aug 12 22:28:47.039 INFO O| Aug 12 22:28:47.039 INFO STEP 1130 (remove_files) COMPLETE |
7236 | 2024-08-12T22:28:49.036Z | [ recovery-image] Aug 12 22:28:47.039 INFO O| Aug 12 22:28:47.039 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-08-12T22:28:49.046Z | [ recovery-image] Aug 12 22:28:47.049 INFO O| Aug 12 22:28:47.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7238 | 2024-08-12T22:28:49.046Z | [ recovery-image] Aug 12 22:28:47.049 INFO O| Aug 12 22:28:47.049 INFO STEP 1131 (remove_files) COMPLETE |
7239 | 2024-08-12T22:28:49.049Z | [ recovery-image] Aug 12 22:28:47.049 INFO O| Aug 12 22:28:47.049 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-08-12T22:28:49.056Z | [ recovery-image] Aug 12 22:28:47.059 INFO O| Aug 12 22:28:47.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7241 | 2024-08-12T22:28:49.056Z | [ recovery-image] Aug 12 22:28:47.059 INFO O| Aug 12 22:28:47.059 INFO STEP 1132 (remove_files) COMPLETE |
7242 | 2024-08-12T22:28:49.056Z | [ recovery-image] Aug 12 22:28:47.059 INFO O| Aug 12 22:28:47.059 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-08-12T22:28:49.066Z | [ recovery-image] Aug 12 22:28:47.068 INFO O| Aug 12 22:28:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7244 | 2024-08-12T22:28:49.066Z | [ recovery-image] Aug 12 22:28:47.068 INFO O| Aug 12 22:28:47.068 INFO STEP 1133 (remove_files) COMPLETE |
7245 | 2024-08-12T22:28:49.066Z | [ recovery-image] Aug 12 22:28:47.068 INFO O| Aug 12 22:28:47.068 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-08-12T22:28:49.077Z | [ recovery-image] Aug 12 22:28:47.079 INFO O| Aug 12 22:28:47.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7247 | 2024-08-12T22:28:49.077Z | [ recovery-image] Aug 12 22:28:47.079 INFO O| Aug 12 22:28:47.079 INFO STEP 1134 (remove_files) COMPLETE |
7248 | 2024-08-12T22:28:49.080Z | [ recovery-image] Aug 12 22:28:47.079 INFO O| Aug 12 22:28:47.079 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-08-12T22:28:49.090Z | [ recovery-image] Aug 12 22:28:47.089 INFO O| Aug 12 22:28:47.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7250 | 2024-08-12T22:28:49.094Z | [ recovery-image] Aug 12 22:28:47.089 INFO O| Aug 12 22:28:47.089 INFO STEP 1135 (remove_files) COMPLETE |
7251 | 2024-08-12T22:28:49.094Z | [ recovery-image] Aug 12 22:28:47.089 INFO O| Aug 12 22:28:47.089 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-08-12T22:28:49.101Z | [ recovery-image] Aug 12 22:28:47.100 INFO O| Aug 12 22:28:47.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7253 | 2024-08-12T22:28:49.101Z | [ recovery-image] Aug 12 22:28:47.100 INFO O| Aug 12 22:28:47.100 INFO STEP 1136 (remove_files) COMPLETE |
7254 | 2024-08-12T22:28:49.101Z | [ recovery-image] Aug 12 22:28:47.100 INFO O| Aug 12 22:28:47.100 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-08-12T22:28:49.109Z | [ recovery-image] Aug 12 22:28:47.110 INFO O| Aug 12 22:28:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7256 | 2024-08-12T22:28:49.112Z | [ recovery-image] Aug 12 22:28:47.110 INFO O| Aug 12 22:28:47.110 INFO STEP 1137 (remove_files) COMPLETE |
7257 | 2024-08-12T22:28:49.112Z | [ recovery-image] Aug 12 22:28:47.110 INFO O| Aug 12 22:28:47.110 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-08-12T22:28:49.120Z | [ recovery-image] Aug 12 22:28:47.120 INFO O| Aug 12 22:28:47.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7259 | 2024-08-12T22:28:49.123Z | [ recovery-image] Aug 12 22:28:47.120 INFO O| Aug 12 22:28:47.120 INFO STEP 1138 (remove_files) COMPLETE |
7260 | 2024-08-12T22:28:49.123Z | [ recovery-image] Aug 12 22:28:47.120 INFO O| Aug 12 22:28:47.120 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-08-12T22:28:49.128Z | [ recovery-image] Aug 12 22:28:47.130 INFO O| Aug 12 22:28:47.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7262 | 2024-08-12T22:28:49.128Z | [ recovery-image] Aug 12 22:28:47.130 INFO O| Aug 12 22:28:47.130 INFO STEP 1139 (remove_files) COMPLETE |
7263 | 2024-08-12T22:28:49.131Z | [ recovery-image] Aug 12 22:28:47.130 INFO O| Aug 12 22:28:47.130 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-12T22:28:49.137Z | [ recovery-image] Aug 12 22:28:47.140 INFO O| Aug 12 22:28:47.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7265 | 2024-08-12T22:28:49.140Z | [ recovery-image] Aug 12 22:28:47.140 INFO O| Aug 12 22:28:47.140 INFO STEP 1140 (remove_files) COMPLETE |
7266 | 2024-08-12T22:28:49.140Z | [ recovery-image] Aug 12 22:28:47.140 INFO O| Aug 12 22:28:47.140 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-12T22:28:49.147Z | [ recovery-image] Aug 12 22:28:47.150 INFO O| Aug 12 22:28:47.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7268 | 2024-08-12T22:28:49.147Z | [ recovery-image] Aug 12 22:28:47.150 INFO O| Aug 12 22:28:47.150 INFO STEP 1141 (remove_files) COMPLETE |
7269 | 2024-08-12T22:28:49.150Z | [ recovery-image] Aug 12 22:28:47.150 INFO O| Aug 12 22:28:47.150 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-08-12T22:28:49.157Z | [ recovery-image] Aug 12 22:28:47.159 INFO O| Aug 12 22:28:47.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7271 | 2024-08-12T22:28:49.157Z | [ recovery-image] Aug 12 22:28:47.159 INFO O| Aug 12 22:28:47.159 INFO STEP 1142 (remove_files) COMPLETE |
7272 | 2024-08-12T22:28:49.160Z | [ recovery-image] Aug 12 22:28:47.159 INFO O| Aug 12 22:28:47.159 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-08-12T22:28:49.167Z | [ recovery-image] Aug 12 22:28:47.169 INFO O| Aug 12 22:28:47.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7274 | 2024-08-12T22:28:49.169Z | [ recovery-image] Aug 12 22:28:47.169 INFO O| Aug 12 22:28:47.169 INFO STEP 1143 (remove_files) COMPLETE |
7275 | 2024-08-12T22:28:49.170Z | [ recovery-image] Aug 12 22:28:47.169 INFO O| Aug 12 22:28:47.169 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-08-12T22:28:49.177Z | [ recovery-image] Aug 12 22:28:47.179 INFO O| Aug 12 22:28:47.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7277 | 2024-08-12T22:28:49.177Z | [ recovery-image] Aug 12 22:28:47.179 INFO O| Aug 12 22:28:47.179 INFO STEP 1144 (remove_files) COMPLETE |
7278 | 2024-08-12T22:28:49.180Z | [ recovery-image] Aug 12 22:28:47.179 INFO O| Aug 12 22:28:47.179 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-08-12T22:28:49.186Z | [ recovery-image] Aug 12 22:28:47.189 INFO O| Aug 12 22:28:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7280 | 2024-08-12T22:28:49.189Z | [ recovery-image] Aug 12 22:28:47.189 INFO O| Aug 12 22:28:47.189 INFO STEP 1145 (remove_files) COMPLETE |
7281 | 2024-08-12T22:28:49.189Z | [ recovery-image] Aug 12 22:28:47.189 INFO O| Aug 12 22:28:47.189 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-08-12T22:28:49.196Z | [ recovery-image] Aug 12 22:28:47.198 INFO O| Aug 12 22:28:47.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7283 | 2024-08-12T22:28:49.196Z | [ recovery-image] Aug 12 22:28:47.198 INFO O| Aug 12 22:28:47.198 INFO STEP 1146 (remove_files) COMPLETE |
7284 | 2024-08-12T22:28:49.199Z | [ recovery-image] Aug 12 22:28:47.198 INFO O| Aug 12 22:28:47.198 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-08-12T22:28:49.206Z | [ recovery-image] Aug 12 22:28:47.208 INFO O| Aug 12 22:28:47.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7286 | 2024-08-12T22:28:49.206Z | [ recovery-image] Aug 12 22:28:47.208 INFO O| Aug 12 22:28:47.208 INFO STEP 1147 (remove_files) COMPLETE |
7287 | 2024-08-12T22:28:49.206Z | [ recovery-image] Aug 12 22:28:47.208 INFO O| Aug 12 22:28:47.208 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-08-12T22:28:49.216Z | [ recovery-image] Aug 12 22:28:47.218 INFO O| Aug 12 22:28:47.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7289 | 2024-08-12T22:28:49.216Z | [ recovery-image] Aug 12 22:28:47.218 INFO O| Aug 12 22:28:47.218 INFO STEP 1148 (remove_files) COMPLETE |
7290 | 2024-08-12T22:28:49.219Z | [ recovery-image] Aug 12 22:28:47.218 INFO O| Aug 12 22:28:47.218 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-08-12T22:28:49.225Z | [ recovery-image] Aug 12 22:28:47.228 INFO O| Aug 12 22:28:47.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7292 | 2024-08-12T22:28:49.225Z | [ recovery-image] Aug 12 22:28:47.228 INFO O| Aug 12 22:28:47.228 INFO STEP 1149 (remove_files) COMPLETE |
7293 | 2024-08-12T22:28:49.225Z | [ recovery-image] Aug 12 22:28:47.228 INFO O| Aug 12 22:28:47.228 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-08-12T22:28:49.235Z | [ recovery-image] Aug 12 22:28:47.237 INFO O| Aug 12 22:28:47.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7295 | 2024-08-12T22:28:49.235Z | [ recovery-image] Aug 12 22:28:47.237 INFO O| Aug 12 22:28:47.237 INFO STEP 1150 (remove_files) COMPLETE |
7296 | 2024-08-12T22:28:49.238Z | [ recovery-image] Aug 12 22:28:47.237 INFO O| Aug 12 22:28:47.237 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-08-12T22:28:49.244Z | [ recovery-image] Aug 12 22:28:47.247 INFO O| Aug 12 22:28:47.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7298 | 2024-08-12T22:28:49.247Z | [ recovery-image] Aug 12 22:28:47.247 INFO O| Aug 12 22:28:47.247 INFO STEP 1151 (remove_files) COMPLETE |
7299 | 2024-08-12T22:28:49.247Z | [ recovery-image] Aug 12 22:28:47.247 INFO O| Aug 12 22:28:47.247 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-08-12T22:28:49.255Z | [ recovery-image] Aug 12 22:28:47.257 INFO O| Aug 12 22:28:47.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7301 | 2024-08-12T22:28:49.255Z | [ recovery-image] Aug 12 22:28:47.257 INFO O| Aug 12 22:28:47.257 INFO STEP 1152 (remove_files) COMPLETE |
7302 | 2024-08-12T22:28:49.255Z | [ recovery-image] Aug 12 22:28:47.257 INFO O| Aug 12 22:28:47.257 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-08-12T22:28:49.264Z | [ recovery-image] Aug 12 22:28:47.266 INFO O| Aug 12 22:28:47.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7304 | 2024-08-12T22:28:49.264Z | [ recovery-image] Aug 12 22:28:47.267 INFO O| Aug 12 22:28:47.266 INFO STEP 1153 (remove_files) COMPLETE |
7305 | 2024-08-12T22:28:49.267Z | [ recovery-image] Aug 12 22:28:47.267 INFO O| Aug 12 22:28:47.267 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-08-12T22:28:49.273Z | [ host-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.275 INFO O| Planning: Solver setup ... Done |
7307 | 2024-08-12T22:28:49.276Z | [ recovery-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7308 | 2024-08-12T22:28:49.276Z | [ recovery-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.276 INFO STEP 1154 (remove_files) COMPLETE |
7309 | 2024-08-12T22:28:49.276Z | [ recovery-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.276 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-12T22:28:49.279Z | [ host-image] Aug 12 22:28:47.280 INFO O| Aug 12 22:28:47.279 INFO O| Planning: Running solver ... Done |
7311 | 2024-08-12T22:28:49.284Z | [ recovery-image] Aug 12 22:28:47.286 INFO O| Aug 12 22:28:47.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7312 | 2024-08-12T22:28:49.284Z | [ recovery-image] Aug 12 22:28:47.287 INFO O| Aug 12 22:28:47.286 INFO STEP 1155 (remove_files) COMPLETE |
7313 | 2024-08-12T22:28:49.287Z | [ recovery-image] Aug 12 22:28:47.287 INFO O| Aug 12 22:28:47.287 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-08-12T22:28:49.295Z | [ recovery-image] Aug 12 22:28:47.297 INFO O| Aug 12 22:28:47.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7315 | 2024-08-12T22:28:49.295Z | [ recovery-image] Aug 12 22:28:47.298 INFO O| Aug 12 22:28:47.298 INFO STEP 1156 (remove_files) COMPLETE |
7316 | 2024-08-12T22:28:49.298Z | [ recovery-image] Aug 12 22:28:47.298 INFO O| Aug 12 22:28:47.298 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-08-12T22:28:49.305Z | [ recovery-image] Aug 12 22:28:47.308 INFO O| Aug 12 22:28:47.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7318 | 2024-08-12T22:28:49.308Z | [ recovery-image] Aug 12 22:28:47.308 INFO O| Aug 12 22:28:47.308 INFO STEP 1157 (remove_files) COMPLETE |
7319 | 2024-08-12T22:28:49.308Z | [ recovery-image] Aug 12 22:28:47.308 INFO O| Aug 12 22:28:47.308 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-08-12T22:28:49.315Z | [ recovery-image] Aug 12 22:28:47.318 INFO O| Aug 12 22:28:47.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7321 | 2024-08-12T22:28:49.318Z | [ recovery-image] Aug 12 22:28:47.318 INFO O| Aug 12 22:28:47.318 INFO STEP 1158 (remove_files) COMPLETE |
7322 | 2024-08-12T22:28:49.318Z | [ recovery-image] Aug 12 22:28:47.318 INFO O| Aug 12 22:28:47.318 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-08-12T22:28:49.318Z | [ host-image] Aug 12 22:28:47.320 INFO O| Aug 12 22:28:47.320 INFO O| Planning: Finding local manifests ... Done |
7324 | 2024-08-12T22:28:49.321Z | [ host-image] Aug 12 22:28:47.322 INFO O| Aug 12 22:28:47.321 INFO O| Planning: Fetching manifests: 0/6 0% complete |
7325 | 2024-08-12T22:28:49.325Z | [ recovery-image] Aug 12 22:28:47.327 INFO O| Aug 12 22:28:47.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7326 | 2024-08-12T22:28:49.325Z | [ recovery-image] Aug 12 22:28:47.327 INFO O| Aug 12 22:28:47.327 INFO STEP 1159 (remove_files) COMPLETE |
7327 | 2024-08-12T22:28:49.328Z | [ recovery-image] Aug 12 22:28:47.328 INFO O| Aug 12 22:28:47.327 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-08-12T22:28:49.335Z | [ recovery-image] Aug 12 22:28:47.337 INFO O| Aug 12 22:28:47.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7329 | 2024-08-12T22:28:49.335Z | [ recovery-image] Aug 12 22:28:47.337 INFO O| Aug 12 22:28:47.337 INFO STEP 1160 (remove_files) COMPLETE |
7330 | 2024-08-12T22:28:49.337Z | [ recovery-image] Aug 12 22:28:47.337 INFO O| Aug 12 22:28:47.337 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-08-12T22:28:49.344Z | [ recovery-image] Aug 12 22:28:47.347 INFO O| Aug 12 22:28:47.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7332 | 2024-08-12T22:28:49.345Z | [ recovery-image] Aug 12 22:28:47.347 INFO O| Aug 12 22:28:47.347 INFO STEP 1161 (remove_files) COMPLETE |
7333 | 2024-08-12T22:28:49.347Z | [ recovery-image] Aug 12 22:28:47.347 INFO O| Aug 12 22:28:47.347 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-08-12T22:28:49.355Z | [ recovery-image] Aug 12 22:28:47.357 INFO O| Aug 12 22:28:47.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7335 | 2024-08-12T22:28:49.355Z | [ recovery-image] Aug 12 22:28:47.357 INFO O| Aug 12 22:28:47.357 INFO STEP 1162 (remove_files) COMPLETE |
7336 | 2024-08-12T22:28:49.355Z | [ recovery-image] Aug 12 22:28:47.357 INFO O| Aug 12 22:28:47.357 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-08-12T22:28:49.365Z | [ recovery-image] Aug 12 22:28:47.367 INFO O| Aug 12 22:28:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7338 | 2024-08-12T22:28:49.365Z | [ recovery-image] Aug 12 22:28:47.367 INFO O| Aug 12 22:28:47.367 INFO STEP 1163 (remove_files) COMPLETE |
7339 | 2024-08-12T22:28:49.367Z | [ recovery-image] Aug 12 22:28:47.367 INFO O| Aug 12 22:28:47.367 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-12T22:28:49.376Z | [ recovery-image] Aug 12 22:28:47.378 INFO O| Aug 12 22:28:47.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7341 | 2024-08-12T22:28:49.378Z | [ recovery-image] Aug 12 22:28:47.378 INFO O| Aug 12 22:28:47.378 INFO STEP 1164 (remove_files) COMPLETE |
7342 | 2024-08-12T22:28:49.379Z | [ recovery-image] Aug 12 22:28:47.378 INFO O| Aug 12 22:28:47.378 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-12T22:28:49.386Z | [ recovery-image] Aug 12 22:28:47.388 INFO O| Aug 12 22:28:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7344 | 2024-08-12T22:28:49.386Z | [ recovery-image] Aug 12 22:28:47.389 INFO O| Aug 12 22:28:47.389 INFO STEP 1165 (remove_files) COMPLETE |
7345 | 2024-08-12T22:28:49.386Z | [ recovery-image] Aug 12 22:28:47.389 INFO O| Aug 12 22:28:47.389 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-12T22:28:49.398Z | [ recovery-image] Aug 12 22:28:47.400 INFO O| Aug 12 22:28:47.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7347 | 2024-08-12T22:28:49.398Z | [ recovery-image] Aug 12 22:28:47.400 INFO O| Aug 12 22:28:47.400 INFO STEP 1166 (remove_files) COMPLETE |
7348 | 2024-08-12T22:28:49.400Z | [ recovery-image] Aug 12 22:28:47.400 INFO O| Aug 12 22:28:47.400 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-12T22:28:49.411Z | [ recovery-image] Aug 12 22:28:47.414 INFO O| Aug 12 22:28:47.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7350 | 2024-08-12T22:28:49.411Z | [ recovery-image] Aug 12 22:28:47.414 INFO O| Aug 12 22:28:47.414 INFO STEP 1167 (remove_files) COMPLETE |
7351 | 2024-08-12T22:28:49.411Z | [ recovery-image] Aug 12 22:28:47.414 INFO O| Aug 12 22:28:47.414 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-12T22:28:49.424Z | [ recovery-image] Aug 12 22:28:47.426 INFO O| Aug 12 22:28:47.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7353 | 2024-08-12T22:28:49.424Z | [ recovery-image] Aug 12 22:28:47.426 INFO O| Aug 12 22:28:47.426 INFO STEP 1168 (remove_files) COMPLETE |
7354 | 2024-08-12T22:28:49.424Z | [ recovery-image] Aug 12 22:28:47.426 INFO O| Aug 12 22:28:47.426 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-12T22:28:49.436Z | [ recovery-image] Aug 12 22:28:47.438 INFO O| Aug 12 22:28:47.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7356 | 2024-08-12T22:28:49.439Z | [ recovery-image] Aug 12 22:28:47.438 INFO O| Aug 12 22:28:47.438 INFO STEP 1169 (remove_files) COMPLETE |
7357 | 2024-08-12T22:28:49.439Z | [ recovery-image] Aug 12 22:28:47.438 INFO O| Aug 12 22:28:47.438 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-12T22:28:49.449Z | [ recovery-image] Aug 12 22:28:47.451 INFO O| Aug 12 22:28:47.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7359 | 2024-08-12T22:28:49.451Z | [ recovery-image] Aug 12 22:28:47.451 INFO O| Aug 12 22:28:47.451 INFO STEP 1170 (remove_files) COMPLETE |
7360 | 2024-08-12T22:28:49.451Z | [ recovery-image] Aug 12 22:28:47.451 INFO O| Aug 12 22:28:47.451 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-12T22:28:49.460Z | [ recovery-image] Aug 12 22:28:47.462 INFO O| Aug 12 22:28:47.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7362 | 2024-08-12T22:28:49.462Z | [ recovery-image] Aug 12 22:28:47.462 INFO O| Aug 12 22:28:47.462 INFO STEP 1171 (remove_files) COMPLETE |
7363 | 2024-08-12T22:28:49.462Z | [ recovery-image] Aug 12 22:28:47.462 INFO O| Aug 12 22:28:47.462 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-12T22:28:49.470Z | [ recovery-image] Aug 12 22:28:47.472 INFO O| Aug 12 22:28:47.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7365 | 2024-08-12T22:28:49.473Z | [ recovery-image] Aug 12 22:28:47.473 INFO O| Aug 12 22:28:47.473 INFO STEP 1172 (remove_files) COMPLETE |
7366 | 2024-08-12T22:28:49.473Z | [ recovery-image] Aug 12 22:28:47.473 INFO O| Aug 12 22:28:47.473 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-12T22:28:49.481Z | [ recovery-image] Aug 12 22:28:47.483 INFO O| Aug 12 22:28:47.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7368 | 2024-08-12T22:28:49.483Z | [ recovery-image] Aug 12 22:28:47.483 INFO O| Aug 12 22:28:47.483 INFO STEP 1173 (remove_files) COMPLETE |
7369 | 2024-08-12T22:28:49.483Z | [ recovery-image] Aug 12 22:28:47.483 INFO O| Aug 12 22:28:47.483 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-12T22:28:49.492Z | [ recovery-image] Aug 12 22:28:47.493 INFO O| Aug 12 22:28:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7371 | 2024-08-12T22:28:49.492Z | [ recovery-image] Aug 12 22:28:47.493 INFO O| Aug 12 22:28:47.493 INFO STEP 1174 (remove_files) COMPLETE |
7372 | 2024-08-12T22:28:49.495Z | [ recovery-image] Aug 12 22:28:47.493 INFO O| Aug 12 22:28:47.493 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-12T22:28:49.500Z | [ recovery-image] Aug 12 22:28:47.503 INFO O| Aug 12 22:28:47.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7374 | 2024-08-12T22:28:49.503Z | [ recovery-image] Aug 12 22:28:47.503 INFO O| Aug 12 22:28:47.503 INFO STEP 1175 (remove_files) COMPLETE |
7375 | 2024-08-12T22:28:49.503Z | [ recovery-image] Aug 12 22:28:47.503 INFO O| Aug 12 22:28:47.503 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-12T22:28:49.510Z | [ recovery-image] Aug 12 22:28:47.512 INFO O| Aug 12 22:28:47.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7377 | 2024-08-12T22:28:49.510Z | [ recovery-image] Aug 12 22:28:47.513 INFO O| Aug 12 22:28:47.512 INFO STEP 1176 (remove_files) COMPLETE |
7378 | 2024-08-12T22:28:49.510Z | [ recovery-image] Aug 12 22:28:47.513 INFO O| Aug 12 22:28:47.513 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-12T22:28:49.520Z | [ recovery-image] Aug 12 22:28:47.522 INFO O| Aug 12 22:28:47.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7380 | 2024-08-12T22:28:49.520Z | [ recovery-image] Aug 12 22:28:47.522 INFO O| Aug 12 22:28:47.522 INFO STEP 1177 (remove_files) COMPLETE |
7381 | 2024-08-12T22:28:49.523Z | [ recovery-image] Aug 12 22:28:47.522 INFO O| Aug 12 22:28:47.522 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-12T22:28:49.529Z | [ recovery-image] Aug 12 22:28:47.532 INFO O| Aug 12 22:28:47.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7383 | 2024-08-12T22:28:49.529Z | [ recovery-image] Aug 12 22:28:47.532 INFO O| Aug 12 22:28:47.532 INFO STEP 1178 (remove_files) COMPLETE |
7384 | 2024-08-12T22:28:49.529Z | [ recovery-image] Aug 12 22:28:47.532 INFO O| Aug 12 22:28:47.532 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-12T22:28:49.533Z | [ host-image] Aug 12 22:28:47.535 INFO O| Aug 12 22:28:47.535 INFO O| Planning: Fetching manifests: 6/6 100% complete |
7386 | 2024-08-12T22:28:49.539Z | [ recovery-image] Aug 12 22:28:47.541 INFO O| Aug 12 22:28:47.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7387 | 2024-08-12T22:28:49.542Z | [ recovery-image] Aug 12 22:28:47.541 INFO O| Aug 12 22:28:47.541 INFO STEP 1179 (remove_files) COMPLETE |
7388 | 2024-08-12T22:28:49.542Z | [ recovery-image] Aug 12 22:28:47.542 INFO O| Aug 12 22:28:47.541 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-08-12T22:28:49.549Z | [ recovery-image] Aug 12 22:28:47.551 INFO O| Aug 12 22:28:47.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7390 | 2024-08-12T22:28:49.549Z | [ recovery-image] Aug 12 22:28:47.551 INFO O| Aug 12 22:28:47.551 INFO STEP 1180 (remove_files) COMPLETE |
7391 | 2024-08-12T22:28:49.552Z | [ recovery-image] Aug 12 22:28:47.551 INFO O| Aug 12 22:28:47.551 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-08-12T22:28:49.559Z | [ recovery-image] Aug 12 22:28:47.561 INFO O| Aug 12 22:28:47.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7393 | 2024-08-12T22:28:49.562Z | [ recovery-image] Aug 12 22:28:47.562 INFO O| Aug 12 22:28:47.562 INFO STEP 1181 (remove_files) COMPLETE |
7394 | 2024-08-12T22:28:49.562Z | [ recovery-image] Aug 12 22:28:47.562 INFO O| Aug 12 22:28:47.562 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-08-12T22:28:49.566Z | [ host-image] Aug 12 22:28:47.569 INFO O| Aug 12 22:28:47.569 INFO O| Planning: Package planning ... Done |
7396 | 2024-08-12T22:28:49.570Z | [ recovery-image] Aug 12 22:28:47.572 INFO O| Aug 12 22:28:47.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7397 | 2024-08-12T22:28:49.570Z | [ recovery-image] Aug 12 22:28:47.572 INFO O| Aug 12 22:28:47.572 INFO STEP 1182 (remove_files) COMPLETE |
7398 | 2024-08-12T22:28:49.572Z | [ recovery-image] Aug 12 22:28:47.572 INFO O| Aug 12 22:28:47.572 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-08-12T22:28:49.579Z | [ recovery-image] Aug 12 22:28:47.582 INFO O| Aug 12 22:28:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7400 | 2024-08-12T22:28:49.582Z | [ recovery-image] Aug 12 22:28:47.582 INFO O| Aug 12 22:28:47.582 INFO STEP 1183 (remove_files) COMPLETE |
7401 | 2024-08-12T22:28:49.582Z | [ recovery-image] Aug 12 22:28:47.582 INFO O| Aug 12 22:28:47.582 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-08-12T22:28:49.585Z | [ host-image] Aug 12 22:28:47.587 INFO O| Aug 12 22:28:47.587 INFO O| Planning: Merging actions ... Done |
7403 | 2024-08-12T22:28:49.589Z | [ recovery-image] Aug 12 22:28:47.591 INFO O| Aug 12 22:28:47.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7404 | 2024-08-12T22:28:49.592Z | [ recovery-image] Aug 12 22:28:47.591 INFO O| Aug 12 22:28:47.591 INFO STEP 1184 (remove_files) COMPLETE |
7405 | 2024-08-12T22:28:49.592Z | [ recovery-image] Aug 12 22:28:47.592 INFO O| Aug 12 22:28:47.591 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-12T22:28:49.599Z | [ recovery-image] Aug 12 22:28:47.601 INFO O| Aug 12 22:28:47.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7407 | 2024-08-12T22:28:49.602Z | [ recovery-image] Aug 12 22:28:47.601 INFO O| Aug 12 22:28:47.601 INFO STEP 1185 (remove_files) COMPLETE |
7408 | 2024-08-12T22:28:49.602Z | [ recovery-image] Aug 12 22:28:47.601 INFO O| Aug 12 22:28:47.601 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-12T22:28:49.609Z | [ recovery-image] Aug 12 22:28:47.611 INFO O| Aug 12 22:28:47.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7410 | 2024-08-12T22:28:49.609Z | [ recovery-image] Aug 12 22:28:47.611 INFO O| Aug 12 22:28:47.611 INFO STEP 1186 (remove_files) COMPLETE |
7411 | 2024-08-12T22:28:49.609Z | [ recovery-image] Aug 12 22:28:47.611 INFO O| Aug 12 22:28:47.611 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-12T22:28:49.619Z | [ recovery-image] Aug 12 22:28:47.621 INFO O| Aug 12 22:28:47.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7413 | 2024-08-12T22:28:49.622Z | [ recovery-image] Aug 12 22:28:47.621 INFO O| Aug 12 22:28:47.621 INFO STEP 1187 (remove_files) COMPLETE |
7414 | 2024-08-12T22:28:49.622Z | [ recovery-image] Aug 12 22:28:47.621 INFO O| Aug 12 22:28:47.621 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-12T22:28:49.628Z | [ recovery-image] Aug 12 22:28:47.631 INFO O| Aug 12 22:28:47.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7416 | 2024-08-12T22:28:49.628Z | [ recovery-image] Aug 12 22:28:47.631 INFO O| Aug 12 22:28:47.631 INFO STEP 1188 (remove_files) COMPLETE |
7417 | 2024-08-12T22:28:49.628Z | [ recovery-image] Aug 12 22:28:47.631 INFO O| Aug 12 22:28:47.631 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-12T22:28:49.638Z | [ recovery-image] Aug 12 22:28:47.640 INFO O| Aug 12 22:28:47.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7419 | 2024-08-12T22:28:49.641Z | [ recovery-image] Aug 12 22:28:47.641 INFO O| Aug 12 22:28:47.641 INFO STEP 1189 (remove_files) COMPLETE |
7420 | 2024-08-12T22:28:49.641Z | [ recovery-image] Aug 12 22:28:47.641 INFO O| Aug 12 22:28:47.641 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-12T22:28:49.648Z | [ recovery-image] Aug 12 22:28:47.650 INFO O| Aug 12 22:28:47.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7422 | 2024-08-12T22:28:49.648Z | [ recovery-image] Aug 12 22:28:47.650 INFO O| Aug 12 22:28:47.650 INFO STEP 1190 (remove_files) COMPLETE |
7423 | 2024-08-12T22:28:49.651Z | [ recovery-image] Aug 12 22:28:47.650 INFO O| Aug 12 22:28:47.650 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-12T22:28:49.658Z | [ recovery-image] Aug 12 22:28:47.660 INFO O| Aug 12 22:28:47.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7425 | 2024-08-12T22:28:49.658Z | [ recovery-image] Aug 12 22:28:47.660 INFO O| Aug 12 22:28:47.660 INFO STEP 1191 (remove_files) COMPLETE |
7426 | 2024-08-12T22:28:49.660Z | [ recovery-image] Aug 12 22:28:47.660 INFO O| Aug 12 22:28:47.660 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-12T22:28:49.660Z | [ host-image] Aug 12 22:28:47.661 INFO O| Aug 12 22:28:47.661 INFO O| Planning: Checking for conflicting actions ... Done |
7428 | 2024-08-12T22:28:49.663Z | [ host-image] Aug 12 22:28:47.665 INFO O| Aug 12 22:28:47.665 INFO O| Planning: Consolidating action changes ... Done |
7429 | 2024-08-12T22:28:49.668Z | [ recovery-image] Aug 12 22:28:47.670 INFO O| Aug 12 22:28:47.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7430 | 2024-08-12T22:28:49.671Z | [ recovery-image] Aug 12 22:28:47.670 INFO O| Aug 12 22:28:47.670 INFO STEP 1192 (remove_files) COMPLETE |
7431 | 2024-08-12T22:28:49.671Z | [ recovery-image] Aug 12 22:28:47.670 INFO O| Aug 12 22:28:47.670 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-08-12T22:28:49.677Z | [ recovery-image] Aug 12 22:28:47.679 INFO O| Aug 12 22:28:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7433 | 2024-08-12T22:28:49.680Z | [ recovery-image] Aug 12 22:28:47.679 INFO O| Aug 12 22:28:47.679 INFO STEP 1193 (remove_files) COMPLETE |
7434 | 2024-08-12T22:28:49.680Z | [ recovery-image] Aug 12 22:28:47.680 INFO O| Aug 12 22:28:47.679 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-08-12T22:28:49.687Z | [ recovery-image] Aug 12 22:28:47.689 INFO O| Aug 12 22:28:47.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7436 | 2024-08-12T22:28:49.689Z | [ recovery-image] Aug 12 22:28:47.689 INFO O| Aug 12 22:28:47.689 INFO STEP 1194 (remove_files) COMPLETE |
7437 | 2024-08-12T22:28:49.689Z | [ recovery-image] Aug 12 22:28:47.689 INFO O| Aug 12 22:28:47.689 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-08-12T22:28:49.698Z | [ recovery-image] Aug 12 22:28:47.701 INFO O| Aug 12 22:28:47.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7439 | 2024-08-12T22:28:49.698Z | [ recovery-image] Aug 12 22:28:47.701 INFO O| Aug 12 22:28:47.701 INFO STEP 1195 (remove_files) COMPLETE |
7440 | 2024-08-12T22:28:49.701Z | [ recovery-image] Aug 12 22:28:47.701 INFO O| Aug 12 22:28:47.701 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-08-12T22:28:49.708Z | [ recovery-image] Aug 12 22:28:47.711 INFO O| Aug 12 22:28:47.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7442 | 2024-08-12T22:28:49.711Z | [ recovery-image] Aug 12 22:28:47.711 INFO O| Aug 12 22:28:47.711 INFO STEP 1196 (remove_files) COMPLETE |
7443 | 2024-08-12T22:28:49.711Z | [ recovery-image] Aug 12 22:28:47.711 INFO O| Aug 12 22:28:47.711 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-08-12T22:28:49.720Z | [ recovery-image] Aug 12 22:28:47.722 INFO O| Aug 12 22:28:47.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7445 | 2024-08-12T22:28:49.720Z | [ recovery-image] Aug 12 22:28:47.722 INFO O| Aug 12 22:28:47.722 INFO STEP 1197 (remove_files) COMPLETE |
7446 | 2024-08-12T22:28:49.720Z | [ recovery-image] Aug 12 22:28:47.722 INFO O| Aug 12 22:28:47.722 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-08-12T22:28:49.730Z | [ recovery-image] Aug 12 22:28:47.732 INFO O| Aug 12 22:28:47.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7448 | 2024-08-12T22:28:49.730Z | [ recovery-image] Aug 12 22:28:47.732 INFO O| Aug 12 22:28:47.732 INFO STEP 1198 (remove_files) COMPLETE |
7449 | 2024-08-12T22:28:49.732Z | [ recovery-image] Aug 12 22:28:47.732 INFO O| Aug 12 22:28:47.732 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-08-12T22:28:49.739Z | [ recovery-image] Aug 12 22:28:47.742 INFO O| Aug 12 22:28:47.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7451 | 2024-08-12T22:28:49.739Z | [ recovery-image] Aug 12 22:28:47.742 INFO O| Aug 12 22:28:47.742 INFO STEP 1199 (remove_files) COMPLETE |
7452 | 2024-08-12T22:28:49.740Z | [ recovery-image] Aug 12 22:28:47.742 INFO O| Aug 12 22:28:47.742 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-08-12T22:28:49.749Z | [ recovery-image] Aug 12 22:28:47.752 INFO O| Aug 12 22:28:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7454 | 2024-08-12T22:28:49.749Z | [ recovery-image] Aug 12 22:28:47.752 INFO O| Aug 12 22:28:47.752 INFO STEP 1200 (remove_files) COMPLETE |
7455 | 2024-08-12T22:28:49.749Z | [ recovery-image] Aug 12 22:28:47.752 INFO O| Aug 12 22:28:47.752 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-08-12T22:28:49.759Z | [ recovery-image] Aug 12 22:28:47.761 INFO O| Aug 12 22:28:47.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7457 | 2024-08-12T22:28:49.759Z | [ recovery-image] Aug 12 22:28:47.761 INFO O| Aug 12 22:28:47.761 INFO STEP 1201 (remove_files) COMPLETE |
7458 | 2024-08-12T22:28:49.762Z | [ recovery-image] Aug 12 22:28:47.761 INFO O| Aug 12 22:28:47.761 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-08-12T22:28:49.769Z | [ recovery-image] Aug 12 22:28:47.771 INFO O| Aug 12 22:28:47.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7460 | 2024-08-12T22:28:49.769Z | [ recovery-image] Aug 12 22:28:47.771 INFO O| Aug 12 22:28:47.771 INFO STEP 1202 (remove_files) COMPLETE |
7461 | 2024-08-12T22:28:49.769Z | [ recovery-image] Aug 12 22:28:47.771 INFO O| Aug 12 22:28:47.771 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-08-12T22:28:49.778Z | [ recovery-image] Aug 12 22:28:47.781 INFO O| Aug 12 22:28:47.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7463 | 2024-08-12T22:28:49.781Z | [ recovery-image] Aug 12 22:28:47.781 INFO O| Aug 12 22:28:47.781 INFO STEP 1203 (remove_files) COMPLETE |
7464 | 2024-08-12T22:28:49.781Z | [ recovery-image] Aug 12 22:28:47.781 INFO O| Aug 12 22:28:47.781 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-08-12T22:28:49.788Z | [ recovery-image] Aug 12 22:28:47.790 INFO O| Aug 12 22:28:47.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7466 | 2024-08-12T22:28:49.788Z | [ recovery-image] Aug 12 22:28:47.790 INFO O| Aug 12 22:28:47.790 INFO STEP 1204 (remove_files) COMPLETE |
7467 | 2024-08-12T22:28:49.788Z | [ recovery-image] Aug 12 22:28:47.790 INFO O| Aug 12 22:28:47.790 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-08-12T22:28:49.802Z | [ recovery-image] Aug 12 22:28:47.800 INFO O| Aug 12 22:28:47.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7469 | 2024-08-12T22:28:49.806Z | [ recovery-image] Aug 12 22:28:47.800 INFO O| Aug 12 22:28:47.800 INFO STEP 1205 (remove_files) COMPLETE |
7470 | 2024-08-12T22:28:49.806Z | [ recovery-image] Aug 12 22:28:47.800 INFO O| Aug 12 22:28:47.800 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-08-12T22:28:49.809Z | [ recovery-image] Aug 12 22:28:47.809 INFO O| Aug 12 22:28:47.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7472 | 2024-08-12T22:28:49.809Z | [ recovery-image] Aug 12 22:28:47.809 INFO O| Aug 12 22:28:47.809 INFO STEP 1206 (remove_files) COMPLETE |
7473 | 2024-08-12T22:28:49.809Z | [ recovery-image] Aug 12 22:28:47.810 INFO O| Aug 12 22:28:47.809 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7474 | 2024-08-12T22:28:49.822Z | [ recovery-image] Aug 12 22:28:47.824 INFO O| Aug 12 22:28:47.824 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7475 | 2024-08-12T22:28:49.824Z | [ recovery-image] Aug 12 22:28:47.824 INFO O| Aug 12 22:28:47.824 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7476 | 2024-08-12T22:28:49.845Z | [ host-image] Aug 12 22:28:47.847 INFO O| Aug 12 22:28:47.847 INFO O| Planning: Evaluating mediators ... Done |
7477 | 2024-08-12T22:28:49.848Z | [ host-image] Aug 12 22:28:47.850 INFO O| Aug 12 22:28:47.850 INFO O| Planning: Planning completed in 1.95 seconds |
7478 | 2024-08-12T22:28:49.851Z | [ host-image] Aug 12 22:28:47.852 INFO O| Aug 12 22:28:47.852 INFO O| Packages to install: 6 |
7479 | 2024-08-12T22:28:49.851Z | [ host-image] Aug 12 22:28:47.852 INFO O| Aug 12 22:28:47.852 INFO O| Mediators to change: 1 |
7480 | 2024-08-12T22:28:49.851Z | [ host-image] Aug 12 22:28:47.852 INFO O| Aug 12 22:28:47.852 INFO O| Services to change: 1 |
7481 | 2024-08-12T22:28:49.864Z | [ host-image] Aug 12 22:28:47.864 INFO O| Aug 12 22:28:47.864 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
7482 | 2024-08-12T22:28:50.519Z | [ recovery-image] Aug 12 22:28:48.519 INFO O| Aug 12 22:28:48.519 INFO STEP 1207 (pack_tar) COMPLETE |
7483 | 2024-08-12T22:28:50.519Z | [ recovery-image] Aug 12 22:28:48.519 INFO O| Aug 12 22:28:48.519 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7484 | 2024-08-12T22:28:50.519Z | [ recovery-image] Aug 12 22:28:48.519 INFO O| Aug 12 22:28:48.519 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7485 | 2024-08-12T22:28:51.016Z | [ recovery-image] Aug 12 22:28:49.017 INFO O| Aug 12 22:28:49.017 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7486 | 2024-08-12T22:28:51.149Z | [ recovery-image] Aug 12 22:28:49.150 INFO O| Aug 12 22:28:49.150 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7487 | 2024-08-12T22:28:51.155Z | [ recovery-image] Aug 12 22:28:49.157 INFO image builder template: zfs-recovery... |
7488 | 2024-08-12T22:28:51.158Z | [ recovery-image] Aug 12 22:28:49.157 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/.tmpqrCA2Y/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None |
7489 | 2024-08-12T22:28:51.186Z | [ recovery-image] Aug 12 22:28:49.188 INFO O| Aug 12 22:28:49.188 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7490 | 2024-08-12T22:28:51.190Z | [ recovery-image] Aug 12 22:28:49.192 INFO O| Aug 12 22:28:49.192 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7491 | 2024-08-12T22:28:51.284Z | [ recovery-image] Aug 12 22:28:49.285 INFO O| Aug 12 22:28:49.285 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7492 | 2024-08-12T22:28:51.361Z | [ recovery-image] Aug 12 22:28:49.362 INFO O| Aug 12 22:28:49.362 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7493 | 2024-08-12T22:28:51.361Z | [ recovery-image] Aug 12 22:28:49.362 INFO O| Aug 12 22:28:49.362 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7494 | 2024-08-12T22:28:51.365Z | [ recovery-image] Aug 12 22:28:49.367 INFO O| Aug 12 22:28:49.367 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7495 | 2024-08-12T22:28:51.496Z | [ recovery-image] Aug 12 22:28:49.497 INFO O| Aug 12 22:28:49.497 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7496 | 2024-08-12T22:28:51.562Z | [ recovery-image] Aug 12 22:28:49.564 INFO O| Aug 12 22:28:49.564 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7497 | 2024-08-12T22:28:51.572Z | [ recovery-image] Aug 12 22:28:49.574 INFO O| Aug 12 22:28:49.574 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7498 | 2024-08-12T22:28:51.577Z | [ recovery-image] Aug 12 22:28:49.579 INFO O| Aug 12 22:28:49.579 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7499 | 2024-08-12T22:28:51.580Z | [ recovery-image] Aug 12 22:28:49.580 INFO O| Aug 12 22:28:49.580 INFO no lofi found |
7500 | 2024-08-12T22:28:51.580Z | [ recovery-image] Aug 12 22:28:49.580 INFO O| Aug 12 22:28:49.580 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7501 | 2024-08-12T22:28:51.580Z | [ recovery-image] Aug 12 22:28:49.580 INFO O| Aug 12 22:28:49.580 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7502 | 2024-08-12T22:28:53.009Z | [ recovery-image] Aug 12 22:28:51.009 INFO O| Aug 12 22:28:51.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
7503 | 2024-08-12T22:28:53.009Z | [ recovery-image] Aug 12 22:28:51.009 INFO O| Aug 12 22:28:51.009 INFO pool device = /dev/dsk/c2t1d0p0 |
7504 | 2024-08-12T22:28:53.011Z | [ recovery-image] Aug 12 22:28:51.009 INFO O| Aug 12 22:28:51.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"] |
7505 | 2024-08-12T22:28:53.079Z | [ recovery-image] Aug 12 22:28:51.080 INFO O| Aug 12 22:28:51.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7506 | 2024-08-12T22:28:53.079Z | [ recovery-image] Aug 12 22:28:51.080 INFO O| Aug 12 22:28:51.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7507 | 2024-08-12T22:28:53.096Z | [ recovery-image] Aug 12 22:28:51.096 INFO O| Aug 12 22:28:51.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7508 | 2024-08-12T22:28:53.152Z | [ recovery-image] Aug 12 22:28:51.153 INFO O| Aug 12 22:28:51.153 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7509 | 2024-08-12T22:28:53.188Z | [ recovery-image] Aug 12 22:28:51.189 INFO O| Aug 12 22:28:51.189 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7510 | 2024-08-12T22:28:53.200Z | [ recovery-image] Aug 12 22:28:51.201 INFO O| Aug 12 22:28:51.201 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7511 | 2024-08-12T22:28:53.209Z | [ recovery-image] Aug 12 22:28:51.210 INFO O| Aug 12 22:28:51.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7512 | 2024-08-12T22:28:53.253Z | [ recovery-image] Aug 12 22:28:51.253 INFO O| Aug 12 22:28:51.253 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7513 | 2024-08-12T22:28:53.256Z | [ recovery-image] Aug 12 22:28:51.254 INFO O| Aug 12 22:28:51.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7514 | 2024-08-12T22:28:53.256Z | [ recovery-image] Aug 12 22:28:51.254 INFO O| Aug 12 22:28:51.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7515 | 2024-08-12T22:28:53.264Z | [ recovery-image] Aug 12 22:28:51.265 INFO O| Aug 12 22:28:51.265 INFO boot environment UUID: 538007c3-4b5a-402f-9eac-95279ef11a45 |
7516 | 2024-08-12T22:28:53.264Z | [ recovery-image] Aug 12 22:28:51.265 INFO O| Aug 12 22:28:51.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 538007c3-4b5a-402f-9eac-95279ef11a45 |
7517 | 2024-08-12T22:28:53.274Z | [ recovery-image] Aug 12 22:28:51.275 INFO O| Aug 12 22:28:51.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7518 | 2024-08-12T22:28:53.284Z | [ recovery-image] Aug 12 22:28:51.284 INFO O| Aug 12 22:28:51.284 INFO STEP 0 (create_be) COMPLETE |
7519 | 2024-08-12T22:28:53.284Z | [ recovery-image] Aug 12 22:28:51.284 INFO O| Aug 12 22:28:51.284 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7520 | 2024-08-12T22:28:53.298Z | [ recovery-image] Aug 12 22:28:51.299 INFO O| Aug 12 22:28:51.299 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"] |
7521 | 2024-08-12T22:28:54.440Z | [ host-image] Aug 12 22:28:52.440 INFO O| Aug 12 22:28:52.440 INFO O| Download: Completed 8.42 MB in 4.58 seconds (1.8M/s) |
7522 | 2024-08-12T22:28:54.500Z | [ host-image] Aug 12 22:28:52.500 INFO O| Aug 12 22:28:52.500 INFO O| Actions: 1/1361 actions (Installing new actions) |
7523 | 2024-08-12T22:28:54.615Z | [ recovery-image] Aug 12 22:28:52.615 INFO O| Aug 12 22:28:52.615 INFO STEP 1 (unpack_tar) COMPLETE |
7524 | 2024-08-12T22:28:54.615Z | [ recovery-image] Aug 12 22:28:52.615 INFO O| Aug 12 22:28:52.615 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7525 | 2024-08-12T22:28:54.626Z | [ recovery-image] Aug 12 22:28:52.626 INFO O| Aug 12 22:28:52.626 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7526 | 2024-08-12T22:28:54.888Z | [ recovery-image] Aug 12 22:28:52.888 INFO O| Aug 12 22:28:52.888 INFO STEP 2 (devfsadm) COMPLETE |
7527 | 2024-08-12T22:28:54.888Z | [ recovery-image] Aug 12 22:28:52.888 INFO O| Aug 12 22:28:52.888 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7528 | 2024-08-12T22:28:54.899Z | [ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7529 | 2024-08-12T22:28:54.902Z | [ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7530 | 2024-08-12T22:28:54.902Z | [ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO STEP 3 (ensure_dir) COMPLETE |
7531 | 2024-08-12T22:28:54.902Z | [ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7532 | 2024-08-12T22:28:54.909Z | [ recovery-image] Aug 12 22:28:52.909 INFO O| Aug 12 22:28:52.909 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7533 | 2024-08-12T22:28:54.909Z | [ recovery-image] Aug 12 22:28:52.909 INFO O| Aug 12 22:28:52.909 INFO STEP 4 (ensure_dir) COMPLETE |
7534 | 2024-08-12T22:28:54.909Z | [ recovery-image] Aug 12 22:28:52.909 INFO O| Aug 12 22:28:52.909 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7535 | 2024-08-12T22:28:54.919Z | [ recovery-image] Aug 12 22:28:52.919 INFO O| Aug 12 22:28:52.919 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7536 | 2024-08-12T22:28:54.922Z | [ recovery-image] Aug 12 22:28:52.919 INFO O| Aug 12 22:28:52.919 INFO STEP 5 (ensure_dir) COMPLETE |
7537 | 2024-08-12T22:28:54.922Z | [ recovery-image] Aug 12 22:28:52.919 INFO O| Aug 12 22:28:52.919 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7538 | 2024-08-12T22:28:54.929Z | [ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7539 | 2024-08-12T22:28:54.929Z | [ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7540 | 2024-08-12T22:28:54.929Z | [ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO STEP 6 (ensure_dir) COMPLETE |
7541 | 2024-08-12T22:28:54.932Z | [ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7542 | 2024-08-12T22:28:54.939Z | [ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7543 | 2024-08-12T22:28:54.939Z | [ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7544 | 2024-08-12T22:28:54.942Z | [ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO STEP 7 (ensure_dir) COMPLETE |
7545 | 2024-08-12T22:28:54.942Z | [ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7546 | 2024-08-12T22:28:54.949Z | [ recovery-image] Aug 12 22:28:52.949 INFO O| Aug 12 22:28:52.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7547 | 2024-08-12T22:28:54.951Z | [ recovery-image] Aug 12 22:28:52.949 INFO O| Aug 12 22:28:52.949 INFO STEP 8 (remove_files) COMPLETE |
7548 | 2024-08-12T22:28:54.951Z | [ recovery-image] Aug 12 22:28:52.949 INFO O| Aug 12 22:28:52.949 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7549 | 2024-08-12T22:28:54.959Z | [ recovery-image] Aug 12 22:28:52.959 INFO O| Aug 12 22:28:52.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7550 | 2024-08-12T22:28:54.961Z | [ recovery-image] Aug 12 22:28:52.960 INFO O| Aug 12 22:28:52.960 INFO STEP 9 (remove_files) COMPLETE |
7551 | 2024-08-12T22:28:54.961Z | [ recovery-image] Aug 12 22:28:52.960 INFO O| Aug 12 22:28:52.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7552 | 2024-08-12T22:28:54.969Z | [ recovery-image] Aug 12 22:28:52.969 INFO O| Aug 12 22:28:52.969 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7553 | 2024-08-12T22:28:54.972Z | [ recovery-image] Aug 12 22:28:52.970 INFO O| Aug 12 22:28:52.970 INFO STEP 10 (remove_files) COMPLETE |
7554 | 2024-08-12T22:28:54.972Z | [ recovery-image] Aug 12 22:28:52.970 INFO O| Aug 12 22:28:52.970 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7555 | 2024-08-12T22:28:54.980Z | [ recovery-image] Aug 12 22:28:52.980 INFO O| Aug 12 22:28:52.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7556 | 2024-08-12T22:28:54.983Z | [ recovery-image] Aug 12 22:28:52.980 INFO O| Aug 12 22:28:52.980 INFO STEP 11 (remove_files) COMPLETE |
7557 | 2024-08-12T22:28:54.983Z | [ recovery-image] Aug 12 22:28:52.980 INFO O| Aug 12 22:28:52.980 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7558 | 2024-08-12T22:28:54.990Z | [ recovery-image] Aug 12 22:28:52.990 INFO O| Aug 12 22:28:52.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7559 | 2024-08-12T22:28:54.990Z | [ recovery-image] Aug 12 22:28:52.990 INFO O| Aug 12 22:28:52.990 INFO STEP 12 (remove_files) COMPLETE |
7560 | 2024-08-12T22:28:54.993Z | [ recovery-image] Aug 12 22:28:52.990 INFO O| Aug 12 22:28:52.990 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7561 | 2024-08-12T22:28:55.000Z | [ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7562 | 2024-08-12T22:28:55.000Z | [ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7563 | 2024-08-12T22:28:55.003Z | [ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO STEP 13 (ensure_dir) COMPLETE |
7564 | 2024-08-12T22:28:55.003Z | [ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7565 | 2024-08-12T22:28:55.011Z | [ recovery-image] Aug 12 22:28:53.011 INFO O| Aug 12 22:28:53.011 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7566 | 2024-08-12T22:28:55.014Z | [ recovery-image] Aug 12 22:28:53.011 INFO O| Aug 12 22:28:53.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7567 | 2024-08-12T22:28:55.014Z | [ recovery-image] Aug 12 22:28:53.012 INFO O| Aug 12 22:28:53.012 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7568 | 2024-08-12T22:28:55.014Z | [ recovery-image] Aug 12 22:28:53.012 INFO O| Aug 12 22:28:53.012 INFO STEP 14 (ensure_dir) COMPLETE |
7569 | 2024-08-12T22:28:55.014Z | [ recovery-image] Aug 12 22:28:53.012 INFO O| Aug 12 22:28:53.012 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7570 | 2024-08-12T22:28:55.022Z | [ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7571 | 2024-08-12T22:28:55.022Z | [ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7572 | 2024-08-12T22:28:55.022Z | [ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7573 | 2024-08-12T22:28:55.024Z | [ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO STEP 15 (ensure_dir) COMPLETE |
7574 | 2024-08-12T22:28:55.025Z | [ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7575 | 2024-08-12T22:28:55.030Z | [ host-image] Aug 12 22:28:53.030 INFO O| Aug 12 22:28:53.030 INFO O| Actions: Completed 1361 actions in 0.53 seconds. |
7576 | 2024-08-12T22:28:55.032Z | [ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7577 | 2024-08-12T22:28:55.032Z | [ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7578 | 2024-08-12T22:28:55.032Z | [ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO STEP 16 (ensure_dir) COMPLETE |
7579 | 2024-08-12T22:28:55.032Z | [ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7580 | 2024-08-12T22:28:55.042Z | [ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7581 | 2024-08-12T22:28:55.042Z | [ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7582 | 2024-08-12T22:28:55.045Z | [ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO STEP 17 (ensure_dir) COMPLETE |
7583 | 2024-08-12T22:28:55.045Z | [ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7584 | 2024-08-12T22:28:55.053Z | [ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7585 | 2024-08-12T22:28:55.053Z | [ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7586 | 2024-08-12T22:28:55.056Z | [ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO ok! |
7587 | 2024-08-12T22:28:55.056Z | [ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO STEP 18 (ensure_symlink) COMPLETE |
7588 | 2024-08-12T22:28:55.056Z | [ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7589 | 2024-08-12T22:28:55.063Z | [ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7590 | 2024-08-12T22:28:55.066Z | [ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7591 | 2024-08-12T22:28:55.066Z | [ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO ok! |
7592 | 2024-08-12T22:28:55.066Z | [ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO STEP 19 (ensure_file) COMPLETE |
7593 | 2024-08-12T22:28:55.066Z | [ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7594 | 2024-08-12T22:28:55.073Z | [ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7595 | 2024-08-12T22:28:55.073Z | [ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7596 | 2024-08-12T22:28:55.076Z | [ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7597 | 2024-08-12T22:28:55.076Z | [ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO ok! |
7598 | 2024-08-12T22:28:55.076Z | [ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO STEP 20 (ensure_symlink) COMPLETE |
7599 | 2024-08-12T22:28:55.076Z | [ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7600 | 2024-08-12T22:28:55.083Z | [ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7601 | 2024-08-12T22:28:55.083Z | [ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7602 | 2024-08-12T22:28:55.086Z | [ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7603 | 2024-08-12T22:28:55.086Z | [ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO ok! |
7604 | 2024-08-12T22:28:55.086Z | [ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO STEP 21 (ensure_symlink) COMPLETE |
7605 | 2024-08-12T22:28:55.086Z | [ recovery-image] Aug 12 22:28:53.084 INFO O| Aug 12 22:28:53.083 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7606 | 2024-08-12T22:28:55.094Z | [ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7607 | 2024-08-12T22:28:55.096Z | [ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7608 | 2024-08-12T22:28:55.096Z | [ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7609 | 2024-08-12T22:28:55.096Z | [ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO ok! |
7610 | 2024-08-12T22:28:55.096Z | [ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO STEP 22 (ensure_symlink) COMPLETE |
7611 | 2024-08-12T22:28:55.096Z | [ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7612 | 2024-08-12T22:28:55.104Z | [ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7613 | 2024-08-12T22:28:55.107Z | [ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7614 | 2024-08-12T22:28:55.107Z | [ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7615 | 2024-08-12T22:28:55.107Z | [ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO ok! |
7616 | 2024-08-12T22:28:55.107Z | [ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO STEP 23 (ensure_symlink) COMPLETE |
7617 | 2024-08-12T22:28:55.107Z | [ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7618 | 2024-08-12T22:28:55.115Z | [ recovery-image] Aug 12 22:28:53.114 INFO O| Aug 12 22:28:53.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7619 | 2024-08-12T22:28:55.121Z | [ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 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 ... |
7620 | 2024-08-12T22:28:55.121Z | [ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7621 | 2024-08-12T22:28:55.121Z | [ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO ok! |
7622 | 2024-08-12T22:28:55.121Z | [ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO STEP 24 (ensure_file) COMPLETE |
7623 | 2024-08-12T22:28:55.121Z | [ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7624 | 2024-08-12T22:28:55.127Z | [ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO updating shadow file |
7625 | 2024-08-12T22:28:55.133Z | [ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7626 | 2024-08-12T22:28:55.133Z | [ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7627 | 2024-08-12T22:28:55.133Z | [ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO STEP 25 (shadow) COMPLETE |
7628 | 2024-08-12T22:28:55.133Z | [ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7629 | 2024-08-12T22:28:55.143Z | [ recovery-image] Aug 12 22:28:53.138 INFO O| Aug 12 22:28:53.138 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7630 | 2024-08-12T22:28:55.144Z | [ recovery-image] Aug 12 22:28:53.138 INFO O| Aug 12 22:28:53.138 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7631 | 2024-08-12T22:28:55.144Z | [ recovery-image] Aug 12 22:28:53.138 INFO O| Aug 12 22:28:53.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7632 | 2024-08-12T22:28:55.144Z | [ recovery-image] Aug 12 22:28:53.139 INFO O| Aug 12 22:28:53.138 INFO ok! |
7633 | 2024-08-12T22:28:55.144Z | [ recovery-image] Aug 12 22:28:53.139 INFO O| Aug 12 22:28:53.138 INFO STEP 26 (ensure_file) COMPLETE |
7634 | 2024-08-12T22:28:55.144Z | [ recovery-image] Aug 12 22:28:53.139 INFO O| Aug 12 22:28:53.138 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7635 | 2024-08-12T22:28:55.151Z | [ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7636 | 2024-08-12T22:28:55.151Z | [ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7637 | 2024-08-12T22:28:55.151Z | [ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7638 | 2024-08-12T22:28:55.153Z | [ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO ok! |
7639 | 2024-08-12T22:28:55.154Z | [ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO STEP 27 (ensure_file) COMPLETE |
7640 | 2024-08-12T22:28:55.154Z | [ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7641 | 2024-08-12T22:28:55.162Z | [ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7642 | 2024-08-12T22:28:55.162Z | [ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7643 | 2024-08-12T22:28:55.166Z | [ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7644 | 2024-08-12T22:28:55.166Z | [ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7645 | 2024-08-12T22:28:55.166Z | [ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO ok! |
7646 | 2024-08-12T22:28:55.166Z | [ recovery-image] Aug 12 22:28:53.163 INFO O| Aug 12 22:28:53.162 INFO STEP 28 (ensure_file) COMPLETE |
7647 | 2024-08-12T22:28:55.166Z | [ recovery-image] Aug 12 22:28:53.163 INFO O| Aug 12 22:28:53.162 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7648 | 2024-08-12T22:28:55.174Z | [ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7649 | 2024-08-12T22:28:55.174Z | [ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7650 | 2024-08-12T22:28:55.177Z | [ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7651 | 2024-08-12T22:28:55.177Z | [ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO ok! |
7652 | 2024-08-12T22:28:55.177Z | [ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO STEP 29 (ensure_file) COMPLETE |
7653 | 2024-08-12T22:28:55.177Z | [ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7654 | 2024-08-12T22:28:55.187Z | [ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7655 | 2024-08-12T22:28:55.187Z | [ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7656 | 2024-08-12T22:28:55.190Z | [ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7657 | 2024-08-12T22:28:55.190Z | [ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO ok! |
7658 | 2024-08-12T22:28:55.190Z | [ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO STEP 30 (ensure_file) COMPLETE |
7659 | 2024-08-12T22:28:55.190Z | [ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7660 | 2024-08-12T22:28:55.199Z | [ recovery-image] Aug 12 22:28:53.199 INFO O| Aug 12 22:28:53.199 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7661 | 2024-08-12T22:28:55.202Z | [ recovery-image] Aug 12 22:28:53.199 INFO O| Aug 12 22:28:53.199 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7662 | 2024-08-12T22:28:55.202Z | [ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7663 | 2024-08-12T22:28:55.202Z | [ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7664 | 2024-08-12T22:28:55.202Z | [ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO ok! |
7665 | 2024-08-12T22:28:55.202Z | [ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO STEP 31 (ensure_file) COMPLETE |
7666 | 2024-08-12T22:28:55.202Z | [ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7667 | 2024-08-12T22:28:55.211Z | [ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7668 | 2024-08-12T22:28:55.213Z | [ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7669 | 2024-08-12T22:28:55.213Z | [ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7670 | 2024-08-12T22:28:55.213Z | [ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO ok! |
7671 | 2024-08-12T22:28:55.214Z | [ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO STEP 32 (ensure_file) COMPLETE |
7672 | 2024-08-12T22:28:55.214Z | [ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7673 | 2024-08-12T22:28:55.221Z | [ recovery-image] Aug 12 22:28:53.221 INFO O| Aug 12 22:28:53.221 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7674 | 2024-08-12T22:28:55.221Z | [ recovery-image] Aug 12 22:28:53.221 INFO O| Aug 12 22:28:53.221 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7675 | 2024-08-12T22:28:55.224Z | [ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7676 | 2024-08-12T22:28:55.224Z | [ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO ok! |
7677 | 2024-08-12T22:28:55.224Z | [ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO STEP 33 (ensure_file) COMPLETE |
7678 | 2024-08-12T22:28:55.224Z | [ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7679 | 2024-08-12T22:28:55.234Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7680 | 2024-08-12T22:28:55.234Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7681 | 2024-08-12T22:28:55.237Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7682 | 2024-08-12T22:28:55.237Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7683 | 2024-08-12T22:28:55.237Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7684 | 2024-08-12T22:28:55.237Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7685 | 2024-08-12T22:28:55.237Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO ok! |
7686 | 2024-08-12T22:28:55.237Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO STEP 34 (ensure_file) COMPLETE |
7687 | 2024-08-12T22:28:55.237Z | [ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7688 | 2024-08-12T22:28:55.245Z | [ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7689 | 2024-08-12T22:28:55.247Z | [ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7690 | 2024-08-12T22:28:55.247Z | [ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7691 | 2024-08-12T22:28:55.247Z | [ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO STEP 35 (ensure_dir) COMPLETE |
7692 | 2024-08-12T22:28:55.247Z | [ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7693 | 2024-08-12T22:28:55.255Z | [ recovery-image] Aug 12 22:28:53.255 INFO O| Aug 12 22:28:53.255 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 |
7694 | 2024-08-12T22:28:55.255Z | [ recovery-image] Aug 12 22:28:53.255 INFO O| Aug 12 22:28:53.255 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 ... |
7695 | 2024-08-12T22:28:55.258Z | [ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.255 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 |
7696 | 2024-08-12T22:28:55.258Z | [ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 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 |
7697 | 2024-08-12T22:28:55.258Z | [ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 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 |
7698 | 2024-08-12T22:28:55.258Z | [ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 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 |
7699 | 2024-08-12T22:28:55.258Z | [ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 INFO ok! |
7700 | 2024-08-12T22:28:55.258Z | [ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 INFO STEP 36 (ensure_file) COMPLETE |
7701 | 2024-08-12T22:28:55.258Z | [ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7702 | 2024-08-12T22:28:55.266Z | [ recovery-image] Aug 12 22:28:53.266 INFO O| Aug 12 22:28:53.266 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7703 | 2024-08-12T22:28:55.266Z | [ recovery-image] Aug 12 22:28:53.266 INFO O| Aug 12 22:28:53.266 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 ... |
7704 | 2024-08-12T22:28:55.269Z | [ recovery-image] Aug 12 22:28:53.266 INFO O| Aug 12 22:28:53.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7705 | 2024-08-12T22:28:55.269Z | [ recovery-image] Aug 12 22:28:53.267 INFO O| Aug 12 22:28:53.266 INFO ok! |
7706 | 2024-08-12T22:28:55.269Z | [ recovery-image] Aug 12 22:28:53.267 INFO O| Aug 12 22:28:53.267 INFO STEP 37 (ensure_symlink) COMPLETE |
7707 | 2024-08-12T22:28:55.269Z | [ recovery-image] Aug 12 22:28:53.267 INFO O| Aug 12 22:28:53.267 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7708 | 2024-08-12T22:28:55.277Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7709 | 2024-08-12T22:28:55.277Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7710 | 2024-08-12T22:28:55.280Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7711 | 2024-08-12T22:28:55.280Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7712 | 2024-08-12T22:28:55.280Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7713 | 2024-08-12T22:28:55.280Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7714 | 2024-08-12T22:28:55.280Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO ok! |
7715 | 2024-08-12T22:28:55.280Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO STEP 38 (ensure_file) COMPLETE |
7716 | 2024-08-12T22:28:55.280Z | [ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7717 | 2024-08-12T22:28:55.280Z | [ host-image] Aug 12 22:28:53.279 INFO O| Aug 12 22:28:53.279 INFO O| Done |
7718 | 2024-08-12T22:28:55.280Z | [ host-image] Aug 12 22:28:53.279 INFO O| Aug 12 22:28:53.279 INFO O| Done |
7719 | 2024-08-12T22:28:55.288Z | [ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7720 | 2024-08-12T22:28:55.288Z | [ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 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 ... |
7721 | 2024-08-12T22:28:55.291Z | [ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 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 |
7722 | 2024-08-12T22:28:55.291Z | [ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7723 | 2024-08-12T22:28:55.291Z | [ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 INFO ok! |
7724 | 2024-08-12T22:28:55.291Z | [ recovery-image] Aug 12 22:28:53.289 INFO O| Aug 12 22:28:53.288 INFO STEP 39 (ensure_file) COMPLETE |
7725 | 2024-08-12T22:28:55.291Z | [ recovery-image] Aug 12 22:28:53.289 INFO O| Aug 12 22:28:53.288 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7726 | 2024-08-12T22:28:55.300Z | [ recovery-image] Aug 12 22:28:53.300 INFO O| Aug 12 22:28:53.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7727 | 2024-08-12T22:28:55.301Z | [ recovery-image] Aug 12 22:28:53.300 INFO O| Aug 12 22:28:53.300 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7728 | 2024-08-12T22:28:55.301Z | [ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7729 | 2024-08-12T22:28:55.303Z | [ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.301 INFO ok! |
7730 | 2024-08-12T22:28:55.303Z | [ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.301 INFO STEP 40 (ensure_file) COMPLETE |
7731 | 2024-08-12T22:28:55.303Z | [ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.301 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7732 | 2024-08-12T22:28:55.311Z | [ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO updating shadow file |
7733 | 2024-08-12T22:28:55.315Z | [ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7734 | 2024-08-12T22:28:55.315Z | [ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO STEP 41 (shadow) COMPLETE |
7735 | 2024-08-12T22:28:55.315Z | [ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7736 | 2024-08-12T22:28:55.322Z | [ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7737 | 2024-08-12T22:28:55.322Z | [ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7738 | 2024-08-12T22:28:55.325Z | [ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7739 | 2024-08-12T22:28:55.325Z | [ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7740 | 2024-08-12T22:28:55.325Z | [ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO ok! |
7741 | 2024-08-12T22:28:55.325Z | [ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO STEP 42 (ensure_file) COMPLETE |
7742 | 2024-08-12T22:28:55.325Z | [ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7743 | 2024-08-12T22:28:55.333Z | [ recovery-image] Aug 12 22:28:53.333 INFO O| Aug 12 22:28:53.332 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7744 | 2024-08-12T22:28:55.333Z | [ recovery-image] Aug 12 22:28:53.333 INFO O| Aug 12 22:28:53.333 INFO STEP 43 (ensure_dir) COMPLETE |
7745 | 2024-08-12T22:28:55.333Z | [ recovery-image] Aug 12 22:28:53.333 INFO O| Aug 12 22:28:53.333 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7746 | 2024-08-12T22:28:55.343Z | [ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7747 | 2024-08-12T22:28:55.343Z | [ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7748 | 2024-08-12T22:28:55.345Z | [ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO STEP 44 (ensure_dir) COMPLETE |
7749 | 2024-08-12T22:28:55.345Z | [ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7750 | 2024-08-12T22:28:55.353Z | [ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7751 | 2024-08-12T22:28:55.353Z | [ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7752 | 2024-08-12T22:28:55.356Z | [ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO STEP 45 (ensure_dir) COMPLETE |
7753 | 2024-08-12T22:28:55.356Z | [ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7754 | 2024-08-12T22:28:55.363Z | [ recovery-image] Aug 12 22:28:53.363 INFO O| Aug 12 22:28:53.363 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7755 | 2024-08-12T22:28:55.363Z | [ recovery-image] Aug 12 22:28:53.363 INFO O| Aug 12 22:28:53.363 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7756 | 2024-08-12T22:28:55.400Z | [ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7757 | 2024-08-12T22:28:55.401Z | [ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO ok! |
7758 | 2024-08-12T22:28:55.404Z | [ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO STEP 46 (ensure_file) COMPLETE |
7759 | 2024-08-12T22:28:55.404Z | [ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7760 | 2024-08-12T22:28:55.412Z | [ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7761 | 2024-08-12T22:28:55.414Z | [ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7762 | 2024-08-12T22:28:55.414Z | [ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO STEP 47 (ensure_dir) COMPLETE |
7763 | 2024-08-12T22:28:55.414Z | [ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7764 | 2024-08-12T22:28:55.422Z | [ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7765 | 2024-08-12T22:28:55.422Z | [ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7766 | 2024-08-12T22:28:55.424Z | [ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7767 | 2024-08-12T22:28:55.424Z | [ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO ok! |
7768 | 2024-08-12T22:28:55.424Z | [ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO STEP 48 (ensure_file) COMPLETE |
7769 | 2024-08-12T22:28:55.424Z | [ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7770 | 2024-08-12T22:28:55.432Z | [ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7771 | 2024-08-12T22:28:55.435Z | [ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7772 | 2024-08-12T22:28:55.435Z | [ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO STEP 49 (ensure_dir) COMPLETE |
7773 | 2024-08-12T22:28:55.435Z | [ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7774 | 2024-08-12T22:28:55.442Z | [ recovery-image] Aug 12 22:28:53.442 INFO O| Aug 12 22:28:53.442 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7775 | 2024-08-12T22:28:55.443Z | [ recovery-image] Aug 12 22:28:53.442 INFO O| Aug 12 22:28:53.442 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7776 | 2024-08-12T22:28:55.461Z | [ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7777 | 2024-08-12T22:28:55.463Z | [ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO ok! |
7778 | 2024-08-12T22:28:55.463Z | [ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO STEP 50 (ensure_file) COMPLETE |
7779 | 2024-08-12T22:28:55.463Z | [ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7780 | 2024-08-12T22:28:55.472Z | [ recovery-image] Aug 12 22:28:53.472 INFO O| Aug 12 22:28:53.472 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7781 | 2024-08-12T22:28:55.472Z | [ recovery-image] Aug 12 22:28:53.472 INFO O| Aug 12 22:28:53.472 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7782 | 2024-08-12T22:28:55.803Z | [ host-image] Aug 12 22:28:53.802 INFO O| Aug 12 22:28:53.802 INFO O| Done |
7783 | 2024-08-12T22:28:55.997Z | [ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7784 | 2024-08-12T22:28:55.997Z | [ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO ok! |
7785 | 2024-08-12T22:28:55.997Z | [ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO STEP 51 (ensure_file) COMPLETE |
7786 | 2024-08-12T22:28:56.000Z | [ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7787 | 2024-08-12T22:28:56.011Z | [ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7788 | 2024-08-12T22:28:56.011Z | [ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7789 | 2024-08-12T22:28:56.014Z | [ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO STEP 52 (ensure_dir) COMPLETE |
7790 | 2024-08-12T22:28:56.014Z | [ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7791 | 2024-08-12T22:28:56.023Z | [ recovery-image] Aug 12 22:28:54.021 INFO O| Aug 12 22:28:54.021 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7792 | 2024-08-12T22:28:56.025Z | [ recovery-image] Aug 12 22:28:54.021 INFO O| Aug 12 22:28:54.021 INFO copying /tmp/.tmpqrCA2Y/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 ... |
7793 | 2024-08-12T22:28:56.025Z | [ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.021 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 |
7794 | 2024-08-12T22:28:56.025Z | [ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.022 INFO ok! |
7795 | 2024-08-12T22:28:56.025Z | [ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.022 INFO STEP 53 (ensure_file) COMPLETE |
7796 | 2024-08-12T22:28:56.025Z | [ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.022 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7797 | 2024-08-12T22:28:56.032Z | [ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7798 | 2024-08-12T22:28:56.032Z | [ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO copying /tmp/.tmpqrCA2Y/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 ... |
7799 | 2024-08-12T22:28:56.035Z | [ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 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 |
7800 | 2024-08-12T22:28:56.035Z | [ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO ok! |
7801 | 2024-08-12T22:28:56.035Z | [ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO STEP 54 (ensure_file) COMPLETE |
7802 | 2024-08-12T22:28:56.035Z | [ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7803 | 2024-08-12T22:28:56.043Z | [ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7804 | 2024-08-12T22:28:56.043Z | [ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7805 | 2024-08-12T22:28:56.046Z | [ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO STEP 55 (ensure_dir) COMPLETE |
7806 | 2024-08-12T22:28:56.046Z | [ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7807 | 2024-08-12T22:28:56.056Z | [ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7808 | 2024-08-12T22:28:56.056Z | [ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO copying /tmp/.tmpqrCA2Y/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 ... |
7809 | 2024-08-12T22:28:56.056Z | [ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7810 | 2024-08-12T22:28:56.059Z | [ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO ok! |
7811 | 2024-08-12T22:28:56.059Z | [ recovery-image] Aug 12 22:28:54.056 INFO O| Aug 12 22:28:54.055 INFO STEP 56 (ensure_file) COMPLETE |
7812 | 2024-08-12T22:28:56.059Z | [ recovery-image] Aug 12 22:28:54.056 INFO O| Aug 12 22:28:54.055 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7813 | 2024-08-12T22:28:56.067Z | [ recovery-image] Aug 12 22:28:54.066 INFO O| Aug 12 22:28:54.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7814 | 2024-08-12T22:28:56.067Z | [ recovery-image] Aug 12 22:28:54.066 INFO O| Aug 12 22:28:54.066 INFO copying /tmp/.tmpqrCA2Y/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 ... |
7815 | 2024-08-12T22:28:56.069Z | [ recovery-image] Aug 12 22:28:54.066 INFO O| Aug 12 22:28:54.066 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 |
7816 | 2024-08-12T22:28:56.069Z | [ recovery-image] Aug 12 22:28:54.067 INFO O| Aug 12 22:28:54.066 INFO ok! |
7817 | 2024-08-12T22:28:56.070Z | [ recovery-image] Aug 12 22:28:54.067 INFO O| Aug 12 22:28:54.066 INFO STEP 57 (ensure_file) COMPLETE |
7818 | 2024-08-12T22:28:56.070Z | [ recovery-image] Aug 12 22:28:54.067 INFO O| Aug 12 22:28:54.066 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7819 | 2024-08-12T22:28:56.077Z | [ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7820 | 2024-08-12T22:28:56.080Z | [ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7821 | 2024-08-12T22:28:56.080Z | [ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO STEP 58 (ensure_dir) COMPLETE |
7822 | 2024-08-12T22:28:56.080Z | [ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7823 | 2024-08-12T22:28:56.088Z | [ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7824 | 2024-08-12T22:28:56.091Z | [ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO copying /tmp/.tmpqrCA2Y/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 ... |
7825 | 2024-08-12T22:28:56.091Z | [ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7826 | 2024-08-12T22:28:56.091Z | [ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO ok! |
7827 | 2024-08-12T22:28:56.091Z | [ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO STEP 59 (ensure_file) COMPLETE |
7828 | 2024-08-12T22:28:56.091Z | [ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7829 | 2024-08-12T22:28:56.100Z | [ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7830 | 2024-08-12T22:28:56.100Z | [ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7831 | 2024-08-12T22:28:56.100Z | [ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7832 | 2024-08-12T22:28:56.100Z | [ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO ok! |
7833 | 2024-08-12T22:28:56.102Z | [ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO STEP 60 (ensure_file) COMPLETE |
7834 | 2024-08-12T22:28:56.102Z | [ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7835 | 2024-08-12T22:28:56.111Z | [ recovery-image] Aug 12 22:28:54.110 INFO O| Aug 12 22:28:54.110 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7836 | 2024-08-12T22:28:56.111Z | [ recovery-image] Aug 12 22:28:54.110 INFO O| Aug 12 22:28:54.110 INFO STEP 61 (ensure_dir) COMPLETE |
7837 | 2024-08-12T22:28:56.114Z | [ recovery-image] Aug 12 22:28:54.110 INFO O| Aug 12 22:28:54.110 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7838 | 2024-08-12T22:28:56.122Z | [ recovery-image] Aug 12 22:28:54.120 INFO O| Aug 12 22:28:54.120 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7839 | 2024-08-12T22:28:56.129Z | [ recovery-image] Aug 12 22:28:54.121 INFO O| Aug 12 22:28:54.120 INFO STEP 62 (ensure_dir) COMPLETE |
7840 | 2024-08-12T22:28:56.129Z | [ recovery-image] Aug 12 22:28:54.121 INFO O| Aug 12 22:28:54.120 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7841 | 2024-08-12T22:28:56.132Z | [ recovery-image] Aug 12 22:28:54.132 INFO O| Aug 12 22:28:54.132 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7842 | 2024-08-12T22:28:56.133Z | [ recovery-image] Aug 12 22:28:54.132 INFO O| Aug 12 22:28:54.132 INFO STEP 63 (ensure_dir) COMPLETE |
7843 | 2024-08-12T22:28:56.137Z | [ recovery-image] Aug 12 22:28:54.132 INFO O| Aug 12 22:28:54.132 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7844 | 2024-08-12T22:28:56.144Z | [ recovery-image] Aug 12 22:28:54.143 INFO O| Aug 12 22:28:54.143 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7845 | 2024-08-12T22:28:56.144Z | [ recovery-image] Aug 12 22:28:54.143 INFO O| Aug 12 22:28:54.143 INFO STEP 64 (ensure_dir) COMPLETE |
7846 | 2024-08-12T22:28:56.144Z | [ recovery-image] Aug 12 22:28:54.143 INFO O| Aug 12 22:28:54.143 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7847 | 2024-08-12T22:28:56.154Z | [ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7848 | 2024-08-12T22:28:56.154Z | [ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7849 | 2024-08-12T22:28:56.157Z | [ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7850 | 2024-08-12T22:28:56.157Z | [ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO ok! |
7851 | 2024-08-12T22:28:56.157Z | [ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO STEP 65 (ensure_file) COMPLETE |
7852 | 2024-08-12T22:28:56.157Z | [ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7853 | 2024-08-12T22:28:56.165Z | [ recovery-image] Aug 12 22:28:54.165 INFO O| Aug 12 22:28:54.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7854 | 2024-08-12T22:28:56.168Z | [ recovery-image] Aug 12 22:28:54.165 INFO O| Aug 12 22:28:54.165 INFO STEP 66 (remove_files) COMPLETE |
7855 | 2024-08-12T22:28:56.168Z | [ recovery-image] Aug 12 22:28:54.165 INFO O| Aug 12 22:28:54.165 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7856 | 2024-08-12T22:28:56.176Z | [ recovery-image] Aug 12 22:28:54.175 INFO O| Aug 12 22:28:54.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7857 | 2024-08-12T22:28:56.178Z | [ recovery-image] Aug 12 22:28:54.175 INFO O| Aug 12 22:28:54.175 INFO STEP 67 (remove_files) COMPLETE |
7858 | 2024-08-12T22:28:56.178Z | [ recovery-image] Aug 12 22:28:54.175 INFO O| Aug 12 22:28:54.175 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7859 | 2024-08-12T22:28:56.186Z | [ recovery-image] Aug 12 22:28:54.185 INFO O| Aug 12 22:28:54.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7860 | 2024-08-12T22:28:56.188Z | [ recovery-image] Aug 12 22:28:54.186 INFO O| Aug 12 22:28:54.186 INFO STEP 68 (remove_files) COMPLETE |
7861 | 2024-08-12T22:28:56.188Z | [ recovery-image] Aug 12 22:28:54.186 INFO O| Aug 12 22:28:54.186 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7862 | 2024-08-12T22:28:56.196Z | [ recovery-image] Aug 12 22:28:54.196 INFO O| Aug 12 22:28:54.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7863 | 2024-08-12T22:28:56.199Z | [ recovery-image] Aug 12 22:28:54.196 INFO O| Aug 12 22:28:54.196 INFO STEP 69 (remove_files) COMPLETE |
7864 | 2024-08-12T22:28:56.199Z | [ recovery-image] Aug 12 22:28:54.196 INFO O| Aug 12 22:28:54.196 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7865 | 2024-08-12T22:28:56.207Z | [ recovery-image] Aug 12 22:28:54.206 INFO O| Aug 12 22:28:54.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7866 | 2024-08-12T22:28:56.209Z | [ recovery-image] Aug 12 22:28:54.207 INFO O| Aug 12 22:28:54.206 INFO STEP 70 (remove_files) COMPLETE |
7867 | 2024-08-12T22:28:56.209Z | [ recovery-image] Aug 12 22:28:54.207 INFO O| Aug 12 22:28:54.207 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7868 | 2024-08-12T22:28:56.217Z | [ recovery-image] Aug 12 22:28:54.217 INFO O| Aug 12 22:28:54.217 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7869 | 2024-08-12T22:28:56.220Z | [ recovery-image] Aug 12 22:28:54.217 INFO O| Aug 12 22:28:54.217 INFO STEP 71 (remove_files) COMPLETE |
7870 | 2024-08-12T22:28:56.220Z | [ recovery-image] Aug 12 22:28:54.217 INFO O| Aug 12 22:28:54.217 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7871 | 2024-08-12T22:28:56.229Z | [ recovery-image] Aug 12 22:28:54.228 INFO O| Aug 12 22:28:54.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7872 | 2024-08-12T22:28:56.229Z | [ recovery-image] Aug 12 22:28:54.228 INFO O| Aug 12 22:28:54.228 INFO STEP 72 (remove_files) COMPLETE |
7873 | 2024-08-12T22:28:56.229Z | [ recovery-image] Aug 12 22:28:54.228 INFO O| Aug 12 22:28:54.228 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7874 | 2024-08-12T22:28:56.239Z | [ recovery-image] Aug 12 22:28:54.239 INFO O| Aug 12 22:28:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7875 | 2024-08-12T22:28:56.242Z | [ recovery-image] Aug 12 22:28:54.239 INFO O| Aug 12 22:28:54.239 INFO STEP 73 (remove_files) COMPLETE |
7876 | 2024-08-12T22:28:56.242Z | [ recovery-image] Aug 12 22:28:54.239 INFO O| Aug 12 22:28:54.239 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7877 | 2024-08-12T22:28:56.251Z | [ recovery-image] Aug 12 22:28:54.250 INFO O| Aug 12 22:28:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7878 | 2024-08-12T22:28:56.251Z | [ recovery-image] Aug 12 22:28:54.250 INFO O| Aug 12 22:28:54.250 INFO STEP 74 (remove_files) COMPLETE |
7879 | 2024-08-12T22:28:56.260Z | [ recovery-image] Aug 12 22:28:54.250 INFO O| Aug 12 22:28:54.250 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7880 | 2024-08-12T22:28:56.262Z | [ recovery-image] Aug 12 22:28:54.261 INFO O| Aug 12 22:28:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7881 | 2024-08-12T22:28:56.263Z | [ recovery-image] Aug 12 22:28:54.261 INFO O| Aug 12 22:28:54.261 INFO STEP 75 (remove_files) COMPLETE |
7882 | 2024-08-12T22:28:56.263Z | [ recovery-image] Aug 12 22:28:54.261 INFO O| Aug 12 22:28:54.261 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7883 | 2024-08-12T22:28:56.272Z | [ recovery-image] Aug 12 22:28:54.271 INFO O| Aug 12 22:28:54.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7884 | 2024-08-12T22:28:56.275Z | [ recovery-image] Aug 12 22:28:54.272 INFO O| Aug 12 22:28:54.271 INFO STEP 76 (remove_files) COMPLETE |
7885 | 2024-08-12T22:28:56.275Z | [ recovery-image] Aug 12 22:28:54.272 INFO O| Aug 12 22:28:54.271 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7886 | 2024-08-12T22:28:56.285Z | [ recovery-image] Aug 12 22:28:54.283 INFO O| Aug 12 22:28:54.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7887 | 2024-08-12T22:28:56.285Z | [ recovery-image] Aug 12 22:28:54.283 INFO O| Aug 12 22:28:54.283 INFO STEP 77 (remove_files) COMPLETE |
7888 | 2024-08-12T22:28:56.287Z | [ recovery-image] Aug 12 22:28:54.283 INFO O| Aug 12 22:28:54.283 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7889 | 2024-08-12T22:28:56.296Z | [ recovery-image] Aug 12 22:28:54.295 INFO O| Aug 12 22:28:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7890 | 2024-08-12T22:28:56.296Z | [ recovery-image] Aug 12 22:28:54.295 INFO O| Aug 12 22:28:54.295 INFO STEP 78 (remove_files) COMPLETE |
7891 | 2024-08-12T22:28:56.299Z | [ recovery-image] Aug 12 22:28:54.295 INFO O| Aug 12 22:28:54.295 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7892 | 2024-08-12T22:28:56.310Z | [ recovery-image] Aug 12 22:28:54.307 INFO O| Aug 12 22:28:54.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7893 | 2024-08-12T22:28:56.310Z | [ recovery-image] Aug 12 22:28:54.307 INFO O| Aug 12 22:28:54.307 INFO STEP 79 (remove_files) COMPLETE |
7894 | 2024-08-12T22:28:56.310Z | [ recovery-image] Aug 12 22:28:54.307 INFO O| Aug 12 22:28:54.307 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7895 | 2024-08-12T22:28:56.318Z | [ recovery-image] Aug 12 22:28:54.318 INFO O| Aug 12 22:28:54.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7896 | 2024-08-12T22:28:56.318Z | [ recovery-image] Aug 12 22:28:54.318 INFO O| Aug 12 22:28:54.318 INFO STEP 80 (remove_files) COMPLETE |
7897 | 2024-08-12T22:28:56.327Z | [ recovery-image] Aug 12 22:28:54.318 INFO O| Aug 12 22:28:54.318 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7898 | 2024-08-12T22:28:56.334Z | [ recovery-image] Aug 12 22:28:54.328 INFO O| Aug 12 22:28:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7899 | 2024-08-12T22:28:56.334Z | [ recovery-image] Aug 12 22:28:54.328 INFO O| Aug 12 22:28:54.328 INFO STEP 81 (remove_files) COMPLETE |
7900 | 2024-08-12T22:28:56.334Z | [ recovery-image] Aug 12 22:28:54.328 INFO O| Aug 12 22:28:54.328 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7901 | 2024-08-12T22:28:56.339Z | [ recovery-image] Aug 12 22:28:54.338 INFO O| Aug 12 22:28:54.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7902 | 2024-08-12T22:28:56.342Z | [ recovery-image] Aug 12 22:28:54.338 INFO O| Aug 12 22:28:54.338 INFO STEP 82 (remove_files) COMPLETE |
7903 | 2024-08-12T22:28:56.342Z | [ recovery-image] Aug 12 22:28:54.338 INFO O| Aug 12 22:28:54.338 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7904 | 2024-08-12T22:28:56.349Z | [ recovery-image] Aug 12 22:28:54.348 INFO O| Aug 12 22:28:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7905 | 2024-08-12T22:28:56.351Z | [ recovery-image] Aug 12 22:28:54.348 INFO O| Aug 12 22:28:54.348 INFO STEP 83 (remove_files) COMPLETE |
7906 | 2024-08-12T22:28:56.352Z | [ recovery-image] Aug 12 22:28:54.348 INFO O| Aug 12 22:28:54.348 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7907 | 2024-08-12T22:28:56.359Z | [ recovery-image] Aug 12 22:28:54.359 INFO O| Aug 12 22:28:54.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7908 | 2024-08-12T22:28:56.362Z | [ recovery-image] Aug 12 22:28:54.359 INFO O| Aug 12 22:28:54.359 INFO STEP 84 (remove_files) COMPLETE |
7909 | 2024-08-12T22:28:56.362Z | [ recovery-image] Aug 12 22:28:54.359 INFO O| Aug 12 22:28:54.359 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7910 | 2024-08-12T22:28:56.370Z | [ recovery-image] Aug 12 22:28:54.369 INFO O| Aug 12 22:28:54.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7911 | 2024-08-12T22:28:56.372Z | [ recovery-image] Aug 12 22:28:54.369 INFO O| Aug 12 22:28:54.369 INFO STEP 85 (remove_files) COMPLETE |
7912 | 2024-08-12T22:28:56.372Z | [ recovery-image] Aug 12 22:28:54.369 INFO O| Aug 12 22:28:54.369 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7913 | 2024-08-12T22:28:56.381Z | [ recovery-image] Aug 12 22:28:54.380 INFO O| Aug 12 22:28:54.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7914 | 2024-08-12T22:28:56.381Z | [ recovery-image] Aug 12 22:28:54.380 INFO O| Aug 12 22:28:54.380 INFO STEP 86 (remove_files) COMPLETE |
7915 | 2024-08-12T22:28:56.383Z | [ recovery-image] Aug 12 22:28:54.380 INFO O| Aug 12 22:28:54.380 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7916 | 2024-08-12T22:28:56.392Z | [ recovery-image] Aug 12 22:28:54.391 INFO O| Aug 12 22:28:54.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7917 | 2024-08-12T22:28:56.392Z | [ recovery-image] Aug 12 22:28:54.391 INFO O| Aug 12 22:28:54.391 INFO STEP 87 (remove_files) COMPLETE |
7918 | 2024-08-12T22:28:56.392Z | [ recovery-image] Aug 12 22:28:54.391 INFO O| Aug 12 22:28:54.391 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7919 | 2024-08-12T22:28:56.404Z | [ recovery-image] Aug 12 22:28:54.403 INFO O| Aug 12 22:28:54.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7920 | 2024-08-12T22:28:56.404Z | [ recovery-image] Aug 12 22:28:54.403 INFO O| Aug 12 22:28:54.403 INFO STEP 88 (remove_files) COMPLETE |
7921 | 2024-08-12T22:28:56.407Z | [ recovery-image] Aug 12 22:28:54.403 INFO O| Aug 12 22:28:54.403 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7922 | 2024-08-12T22:28:56.415Z | [ recovery-image] Aug 12 22:28:54.414 INFO O| Aug 12 22:28:54.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7923 | 2024-08-12T22:28:56.417Z | [ recovery-image] Aug 12 22:28:54.414 INFO O| Aug 12 22:28:54.414 INFO STEP 89 (remove_files) COMPLETE |
7924 | 2024-08-12T22:28:56.417Z | [ recovery-image] Aug 12 22:28:54.414 INFO O| Aug 12 22:28:54.414 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7925 | 2024-08-12T22:28:56.425Z | [ recovery-image] Aug 12 22:28:54.424 INFO O| Aug 12 22:28:54.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7926 | 2024-08-12T22:28:56.425Z | [ recovery-image] Aug 12 22:28:54.424 INFO O| Aug 12 22:28:54.424 INFO STEP 90 (remove_files) COMPLETE |
7927 | 2024-08-12T22:28:56.428Z | [ recovery-image] Aug 12 22:28:54.424 INFO O| Aug 12 22:28:54.424 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7928 | 2024-08-12T22:28:56.436Z | [ recovery-image] Aug 12 22:28:54.435 INFO O| Aug 12 22:28:54.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7929 | 2024-08-12T22:28:56.436Z | [ recovery-image] Aug 12 22:28:54.435 INFO O| Aug 12 22:28:54.435 INFO STEP 91 (remove_files) COMPLETE |
7930 | 2024-08-12T22:28:56.438Z | [ recovery-image] Aug 12 22:28:54.435 INFO O| Aug 12 22:28:54.435 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7931 | 2024-08-12T22:28:56.446Z | [ recovery-image] Aug 12 22:28:54.445 INFO O| Aug 12 22:28:54.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7932 | 2024-08-12T22:28:56.446Z | [ recovery-image] Aug 12 22:28:54.445 INFO O| Aug 12 22:28:54.445 INFO STEP 92 (remove_files) COMPLETE |
7933 | 2024-08-12T22:28:56.449Z | [ recovery-image] Aug 12 22:28:54.445 INFO O| Aug 12 22:28:54.445 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7934 | 2024-08-12T22:28:56.457Z | [ recovery-image] Aug 12 22:28:54.456 INFO O| Aug 12 22:28:54.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7935 | 2024-08-12T22:28:56.457Z | [ recovery-image] Aug 12 22:28:54.456 INFO O| Aug 12 22:28:54.456 INFO STEP 93 (remove_files) COMPLETE |
7936 | 2024-08-12T22:28:56.457Z | [ recovery-image] Aug 12 22:28:54.456 INFO O| Aug 12 22:28:54.456 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7937 | 2024-08-12T22:28:56.467Z | [ recovery-image] Aug 12 22:28:54.466 INFO O| Aug 12 22:28:54.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
7938 | 2024-08-12T22:28:56.467Z | [ recovery-image] Aug 12 22:28:54.466 INFO O| Aug 12 22:28:54.466 INFO STEP 94 (remove_files) COMPLETE |
7939 | 2024-08-12T22:28:56.467Z | [ recovery-image] Aug 12 22:28:54.466 INFO O| Aug 12 22:28:54.466 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7940 | 2024-08-12T22:28:56.482Z | [ recovery-image] Aug 12 22:28:54.481 INFO O| Aug 12 22:28:54.481 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
7941 | 2024-08-12T22:28:56.482Z | [ recovery-image] Aug 12 22:28:54.482 INFO O| Aug 12 22:28:54.481 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
7942 | 2024-08-12T22:28:57.200Z | [ host-image] Aug 12 22:28:55.199 INFO O| Aug 12 22:28:55.199 INFO O| Done |
7943 | 2024-08-12T22:28:57.233Z | [ host-image] Aug 12 22:28:55.232 INFO O| Aug 12 22:28:55.232 INFO O| Done |
7944 | 2024-08-12T22:28:57.236Z | [ host-image] Aug 12 22:28:55.232 INFO O| Aug 12 22:28:55.232 INFO O| Done |
7945 | 2024-08-12T22:28:57.282Z | [ host-image] Aug 12 22:28:55.281 INFO O| Aug 12 22:28:55.281 INFO O| Done |
7946 | 2024-08-12T22:28:57.397Z | [ host-image] Aug 12 22:28:55.395 INFO O| Aug 12 22:28:55.395 INFO STEP 13 (pkg_install) COMPLETE |
7947 | 2024-08-12T22:28:57.397Z | [ host-image] Aug 12 22:28:55.395 INFO O| Aug 12 22:28:55.395 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7948 | 2024-08-12T22:28:57.410Z | [ host-image] Aug 12 22:28:55.409 INFO O| Aug 12 22:28:55.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
7949 | 2024-08-12T22:28:57.925Z | [ host-image] Aug 12 22:28:55.923 INFO O| Aug 12 22:28:55.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7950 | 2024-08-12T22:28:59.297Z | [ host-image] Aug 12 22:28:57.295 INFO O| Aug 12 22:28:57.295 INFO O| Planning: Solver setup ... Done |
7951 | 2024-08-12T22:28:59.301Z | [ host-image] Aug 12 22:28:57.299 INFO O| Aug 12 22:28:57.299 INFO O| Planning: Running solver ... Done |
7952 | 2024-08-12T22:28:59.340Z | [ host-image] Aug 12 22:28:57.338 INFO O| Aug 12 22:28:57.338 INFO O| Planning: Finding local manifests ... Done |
7953 | 2024-08-12T22:28:59.344Z | [ host-image] Aug 12 22:28:57.339 INFO O| Aug 12 22:28:57.339 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7954 | 2024-08-12T22:28:59.481Z | [ host-image] Aug 12 22:28:57.479 INFO O| Aug 12 22:28:57.479 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7955 | 2024-08-12T22:28:59.501Z | [ host-image] Aug 12 22:28:57.499 INFO O| Aug 12 22:28:57.499 INFO O| Planning: Package planning ... Done |
7956 | 2024-08-12T22:28:59.504Z | [ host-image] Aug 12 22:28:57.500 INFO O| Aug 12 22:28:57.500 INFO O| Planning: Merging actions ... Done |
7957 | 2024-08-12T22:28:59.565Z | [ host-image] Aug 12 22:28:57.563 INFO O| Aug 12 22:28:57.562 INFO O| Planning: Checking for conflicting actions ... Done |
7958 | 2024-08-12T22:28:59.567Z | [ host-image] Aug 12 22:28:57.563 INFO O| Aug 12 22:28:57.563 INFO O| Planning: Consolidating action changes ... Done |
7959 | 2024-08-12T22:28:59.743Z | [ host-image] Aug 12 22:28:57.741 INFO O| Aug 12 22:28:57.741 INFO O| Planning: Evaluating mediators ... Done |
7960 | 2024-08-12T22:28:59.746Z | [ host-image] Aug 12 22:28:57.742 INFO O| Aug 12 22:28:57.742 INFO O| Planning: Planning completed in 1.82 seconds |
7961 | 2024-08-12T22:28:59.746Z | [ host-image] Aug 12 22:28:57.744 INFO O| Aug 12 22:28:57.744 INFO O| Packages to install: 1 |
7962 | 2024-08-12T22:28:59.756Z | [ host-image] Aug 12 22:28:57.754 INFO O| Aug 12 22:28:57.754 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
7963 | 2024-08-12T22:29:00.375Z | [ host-image] Aug 12 22:28:58.372 INFO O| Aug 12 22:28:58.372 INFO O| Download: Completed 20.86 MB in 0.62 seconds (33.8M/s) |
7964 | 2024-08-12T22:29:00.414Z | [ host-image] Aug 12 22:28:58.399 INFO O| Aug 12 22:28:58.399 INFO O| Actions: 1/22 actions (Installing new actions) |
7965 | 2024-08-12T22:29:01.135Z | [ host-image] Aug 12 22:28:59.132 INFO O| Aug 12 22:28:59.132 INFO O| Actions: Completed 22 actions in 0.73 seconds. |
7966 | 2024-08-12T22:29:01.373Z | [ host-image] Aug 12 22:28:59.370 INFO O| Aug 12 22:28:59.370 INFO O| Done |
7967 | 2024-08-12T22:29:01.373Z | [ host-image] Aug 12 22:28:59.370 INFO O| Aug 12 22:28:59.370 INFO O| Done |
7968 | 2024-08-12T22:29:01.711Z | [ host-image] Aug 12 22:28:59.708 INFO O| Aug 12 22:28:59.708 INFO O| Done |
7969 | 2024-08-12T22:29:02.944Z | [ host-image] Aug 12 22:29:00.940 INFO O| Aug 12 22:29:00.940 INFO O| Done |
7970 | 2024-08-12T22:29:02.969Z | [ host-image] Aug 12 22:29:00.965 INFO O| Aug 12 22:29:00.965 INFO O| Done |
7971 | 2024-08-12T22:29:02.969Z | [ host-image] Aug 12 22:29:00.966 INFO O| Aug 12 22:29:00.966 INFO O| Done |
7972 | 2024-08-12T22:29:02.984Z | [ host-image] Aug 12 22:29:00.981 INFO O| Aug 12 22:29:00.981 INFO O| Done |
7973 | 2024-08-12T22:29:03.105Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.101 INFO STEP 14 (pkg_install) COMPLETE |
7974 | 2024-08-12T22:29:03.105Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7975 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "mfg" is not enabled |
7976 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7977 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "compliance" is not enabled |
7978 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7979 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "stress" is not enabled |
7980 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7981 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "nfs" is not enabled |
7982 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7983 | 2024-08-12T22:29:03.108Z | [ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7984 | 2024-08-12T22:29:03.182Z | [ host-image] Aug 12 22:29:01.178 INFO O| Aug 12 22:29:01.177 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7985 | 2024-08-12T22:29:03.279Z | [ host-image] Aug 12 22:29:01.275 INFO O| Aug 12 22:29:01.275 INFO completed processing gimlet/ramdisk-01-os |
7986 | 2024-08-12T22:29:03.282Z | [ host-image] Aug 12 22:29:01.277 INFO omicron1 baseline generation... |
7987 | 2024-08-12T22:29:03.282Z | [ host-image] Aug 12 22:29:01.277 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7988 | 2024-08-12T22:29:03.478Z | [ recovery-image] Aug 12 22:29:01.474 INFO O| Aug 12 22:29:01.474 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 |
7989 | 2024-08-12T22:29:03.478Z | [ recovery-image] Aug 12 22:29:01.474 INFO O| Aug 12 22:29:01.474 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
7990 | 2024-08-12T22:29:03.491Z | [ recovery-image] Aug 12 22:29:01.487 INFO O| Aug 12 22:29:01.487 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"} |
7991 | 2024-08-12T22:29:03.567Z | [ recovery-image] Aug 12 22:29:01.563 INFO O| Aug 12 22:29:01.563 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
7992 | 2024-08-12T22:29:03.567Z | [ recovery-image] Aug 12 22:29:01.564 INFO O| Aug 12 22:29:01.563 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 ... |
7993 | 2024-08-12T22:29:03.571Z | [ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
7994 | 2024-08-12T22:29:03.571Z | [ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO ok! |
7995 | 2024-08-12T22:29:03.571Z | [ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
7996 | 2024-08-12T22:29:03.571Z | [ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO STEP 95 (seed_smf) COMPLETE |
7997 | 2024-08-12T22:29:03.571Z | [ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO steps complete; finalising image! |
7998 | 2024-08-12T22:29:03.571Z | [ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
7999 | 2024-08-12T22:29:03.603Z | [ recovery-image] Aug 12 22:29:01.599 INFO O| Aug 12 22:29:01.599 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Aug 12 22:29:01 2024) |
8000 | 2024-08-12T22:29:03.695Z | [ host-image] Aug 12 22:29:01.691 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22811:20240812T141753Z |
8001 | 2024-08-12T22:29:03.811Z | [ recovery-image] Aug 12 22:29:01.807 INFO O| Aug 12 22:29:01.807 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Mon Aug 12 22:29:01 2024) |
8002 | 2024-08-12T22:29:04.033Z | [ recovery-image] Aug 12 22:29:02.029 INFO O| Aug 12 22:29:02.029 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
8003 | 2024-08-12T22:29:04.033Z | [ recovery-image] Aug 12 22:29:02.029 INFO O| Aug 12 22:29:02.029 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8004 | 2024-08-12T22:29:04.276Z | [ recovery-image] Aug 12 22:29:02.272 INFO O| Aug 12 22:29:02.272 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 |
8005 | 2024-08-12T22:29:04.276Z | [ recovery-image] Aug 12 22:29:02.272 INFO O| Aug 12 22:29:02.272 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8006 | 2024-08-12T22:29:07.507Z | [ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8007 | 2024-08-12T22:29:07.507Z | [ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8008 | 2024-08-12T22:29:07.510Z | [ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8009 | 2024-08-12T22:29:07.510Z | [ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO completed processing gimlet/zfs-recovery |
8010 | 2024-08-12T22:29:07.510Z | [ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8011 | 2024-08-12T22:29:07.939Z | [ recovery-image] Aug 12 22:29:05.934 INFO O| Aug 12 22:29:05.933 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8012 | 2024-08-12T22:29:08.037Z | [ recovery-image] Aug 12 22:29:06.032 INFO BUILD STRING "heads/stlouis-0-gb0de91687b\n" |
8013 | 2024-08-12T22:29:08.037Z | [ recovery-image] Aug 12 22:29:06.032 INFO expanded image name: "recovery 75bedab/${os_short_commit} 2024-08-12 22:03" -> "recovery 75bedab/b0de916 2024-08-12 22:03" |
8014 | 2024-08-12T22:29:08.040Z | [ recovery-image] Aug 12 22:29:06.032 INFO output artefacts stored in: "/work/os-recovery" |
8015 | 2024-08-12T22:29:08.040Z | [ recovery-image] Aug 12 22:29:06.032 INFO collecting git info from project "chelsio-t6-roms"... |
8016 | 2024-08-12T22:29:08.061Z | [ recovery-image] Aug 12 22:29:06.056 INFO collecting git info from project "pilot"... |
8017 | 2024-08-12T22:29:08.075Z | [ recovery-image] Aug 12 22:29:06.069 INFO collecting git info from project "bootserver"... |
8018 | 2024-08-12T22:29:08.080Z | [ recovery-image] Aug 12 22:29:06.075 INFO collecting git info from project "amd-firmware"... |
8019 | 2024-08-12T22:29:08.308Z | [ recovery-image] Aug 12 22:29:06.302 INFO collecting git info from project "image-builder"... |
8020 | 2024-08-12T22:29:08.314Z | [ recovery-image] Aug 12 22:29:06.308 INFO collecting git info from project "phbl"... |
8021 | 2024-08-12T22:29:08.320Z | [ recovery-image] Aug 12 22:29:06.315 INFO collecting git info from project "pinprick"... |
8022 | 2024-08-12T22:29:08.325Z | [ recovery-image] Aug 12 22:29:06.320 INFO collecting git info from project "amd-host-image-builder"... |
8023 | 2024-08-12T22:29:08.573Z | [ recovery-image] Aug 12 22:29:06.568 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8024 | 2024-08-12T22:29:08.959Z | [ recovery-image] Aug 12 22:29:06.953 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8025 | 2024-08-12T22:29:09.352Z | [ recovery-image] Aug 12 22:29:07.344 INFO creating Oxide boot image... |
8026 | 2024-08-12T22:29:09.352Z | [ recovery-image] Aug 12 22:29:07.344 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 75bedab/b0de916 2024-08-12 22:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8027 | 2024-08-12T22:29:54.641Z | [ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22811:20240812T141826Z |
8028 | 2024-08-12T22:29:54.641Z | [ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22811:20240812T141826Z |
8029 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8030 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8031 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8032 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.618 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8033 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.618 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8034 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8035 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8036 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8037 | 2024-08-12T22:29:54.644Z | [ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22811:20240812T141826Z |
8038 | 2024-08-12T22:29:54.647Z | [ host-image] Aug 12 22:29:52.621 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22811:20240812T141827Z |
8039 | 2024-08-12T22:29:54.647Z | [ host-image] Aug 12 22:29:52.622 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22811:20240812T141827Z |
8040 | 2024-08-12T22:29:54.647Z | [ host-image] Aug 12 22:29:52.622 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22811:20240812T141827Z |
8041 | 2024-08-12T22:29:54.647Z | [ host-image] Aug 12 22:29:52.622 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8042 | 2024-08-12T22:29:54.647Z | [ host-image] Aug 12 22:29:52.623 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22811:20240812T141827Z |
8043 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22811:20240812T141828Z |
8044 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22811:20240812T141828Z |
8045 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22811:20240812T141828Z |
8046 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22811:20240812T141829Z |
8047 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22811:20240812T141829Z |
8048 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22811:20240812T141829Z |
8049 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22811:20240812T141829Z |
8050 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22811:20240812T141830Z |
8051 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22811:20240812T141831Z |
8052 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22811:20240812T141831Z |
8053 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22811:20240812T141833Z |
8054 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22811:20240812T141833Z |
8055 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8056 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22811:20240812T141835Z |
8057 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22811:20240812T141837Z |
8058 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.626 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22811:20240812T141838Z |
8059 | 2024-08-12T22:29:54.650Z | [ host-image] Aug 12 22:29:52.626 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22811:20240812T141838Z |
8060 | 2024-08-12T22:29:54.653Z | [ host-image] Aug 12 22:29:52.627 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22811:20240812T141840Z |
8061 | 2024-08-12T22:29:54.653Z | [ host-image] Aug 12 22:29:52.627 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22811:20240812T141840Z |
8062 | 2024-08-12T22:29:54.660Z | [ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8063 | 2024-08-12T22:29:54.663Z | [ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22811:20240812T141840Z |
8064 | 2024-08-12T22:29:54.663Z | [ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8065 | 2024-08-12T22:29:54.663Z | [ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8066 | 2024-08-12T22:29:54.663Z | [ host-image] Aug 12 22:29:52.638 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8067 | 2024-08-12T22:29:54.663Z | [ host-image] Aug 12 22:29:52.638 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22811:20240812T141840Z |
8068 | 2024-08-12T22:29:54.663Z | [ host-image] Aug 12 22:29:52.638 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8069 | 2024-08-12T22:29:54.663Z | [ host-image] Aug 12 22:29:52.639 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8070 | 2024-08-12T22:29:54.666Z | [ host-image] Aug 12 22:29:52.640 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8071 | 2024-08-12T22:29:54.666Z | [ host-image] Aug 12 22:29:52.640 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8072 | 2024-08-12T22:29:54.676Z | [ host-image] Aug 12 22:29:52.652 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8073 | 2024-08-12T22:29:54.679Z | [ host-image] Aug 12 22:29:52.653 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8074 | 2024-08-12T22:29:54.679Z | [ host-image] Aug 12 22:29:52.653 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8075 | 2024-08-12T22:29:54.679Z | [ host-image] Aug 12 22:29:52.653 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8076 | 2024-08-12T22:29:54.679Z | [ host-image] Aug 12 22:29:52.654 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8077 | 2024-08-12T22:29:54.679Z | [ host-image] Aug 12 22:29:52.654 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8078 | 2024-08-12T22:29:54.716Z | [ host-image] Aug 12 22:29:52.692 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8079 | 2024-08-12T22:29:54.718Z | [ host-image] Aug 12 22:29:52.692 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8080 | 2024-08-12T22:29:54.718Z | [ host-image] Aug 12 22:29:52.693 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8081 | 2024-08-12T22:29:54.718Z | [ host-image] Aug 12 22:29:52.693 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22811:20240812T141842Z |
8082 | 2024-08-12T22:29:54.718Z | [ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22811:20240812T141848Z |
8083 | 2024-08-12T22:29:54.718Z | [ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8084 | 2024-08-12T22:29:54.718Z | [ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22811:20240812T141848Z |
8085 | 2024-08-12T22:29:54.719Z | [ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8086 | 2024-08-12T22:29:54.719Z | [ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8087 | 2024-08-12T22:29:54.719Z | [ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8088 | 2024-08-12T22:29:54.719Z | [ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22811:20240812T141848Z |
8089 | 2024-08-12T22:29:54.719Z | [ host-image] Aug 12 22:29:52.695 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8090 | 2024-08-12T22:29:54.723Z | [ host-image] Aug 12 22:29:52.699 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8091 | 2024-08-12T22:29:54.726Z | [ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8092 | 2024-08-12T22:29:54.726Z | [ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8093 | 2024-08-12T22:29:54.726Z | [ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22811:20240812T141849Z |
8094 | 2024-08-12T22:29:54.726Z | [ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8095 | 2024-08-12T22:29:54.739Z | [ host-image] Aug 12 22:29:52.716 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8096 | 2024-08-12T22:29:54.742Z | [ host-image] Aug 12 22:29:52.716 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22811:20240812T141849Z |
8097 | 2024-08-12T22:29:54.742Z | [ host-image] Aug 12 22:29:52.718 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22811:20240812T141850Z |
8098 | 2024-08-12T22:29:54.745Z | [ host-image] Aug 12 22:29:52.719 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22811:20240812T141850Z |
8099 | 2024-08-12T22:29:54.745Z | [ host-image] Aug 12 22:29:52.719 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8100 | 2024-08-12T22:29:54.745Z | [ host-image] Aug 12 22:29:52.719 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22811:20240812T141851Z |
8101 | 2024-08-12T22:29:54.745Z | [ host-image] Aug 12 22:29:52.720 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22811:20240812T141851Z |
8102 | 2024-08-12T22:29:54.745Z | [ host-image] Aug 12 22:29:52.720 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22811:20240812T141851Z |
8103 | 2024-08-12T22:29:54.745Z | [ host-image] Aug 12 22:29:52.720 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22811:20240812T141851Z |
8104 | 2024-08-12T22:29:54.748Z | [ host-image] Aug 12 22:29:52.724 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8105 | 2024-08-12T22:29:54.751Z | [ host-image] Aug 12 22:29:52.725 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22811:20240812T141852Z |
8106 | 2024-08-12T22:29:54.751Z | [ host-image] Aug 12 22:29:52.725 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22811:20240812T141853Z |
8107 | 2024-08-12T22:29:54.751Z | [ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8108 | 2024-08-12T22:29:54.751Z | [ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22811:20240812T141853Z |
8109 | 2024-08-12T22:29:54.751Z | [ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22811:20240812T141854Z |
8110 | 2024-08-12T22:29:54.751Z | [ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22811:20240812T141854Z |
8111 | 2024-08-12T22:29:54.751Z | [ host-image] Aug 12 22:29:52.727 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22811:20240812T141854Z |
8112 | 2024-08-12T22:29:54.759Z | [ host-image] Aug 12 22:29:52.736 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22811:20240812T141854Z |
8113 | 2024-08-12T22:29:54.759Z | [ host-image] Aug 12 22:29:52.736 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8114 | 2024-08-12T22:29:54.763Z | [ host-image] Aug 12 22:29:52.738 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22811:20240812T141854Z |
8115 | 2024-08-12T22:29:54.766Z | [ host-image] Aug 12 22:29:52.739 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22811:20240812T141854Z |
8116 | 2024-08-12T22:29:54.766Z | [ host-image] Aug 12 22:29:52.739 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22811:20240812T141854Z |
8117 | 2024-08-12T22:29:54.766Z | [ host-image] Aug 12 22:29:52.740 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22811:20240812T141854Z |
8118 | 2024-08-12T22:29:54.766Z | [ host-image] Aug 12 22:29:52.741 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22811:20240812T141855Z |
8119 | 2024-08-12T22:29:54.766Z | [ host-image] Aug 12 22:29:52.741 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22811:20240812T141855Z |
8120 | 2024-08-12T22:29:54.775Z | [ host-image] Aug 12 22:29:52.751 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22811:20240812T141856Z |
8121 | 2024-08-12T22:29:54.778Z | [ host-image] Aug 12 22:29:52.752 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22811:20240812T141855Z |
8122 | 2024-08-12T22:29:54.778Z | [ host-image] Aug 12 22:29:52.752 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22811:20240812T141856Z |
8123 | 2024-08-12T22:29:54.778Z | [ host-image] Aug 12 22:29:52.753 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22811:20240812T141856Z |
8124 | 2024-08-12T22:29:54.778Z | [ host-image] Aug 12 22:29:52.753 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22811:20240812T141856Z |
8125 | 2024-08-12T22:29:54.801Z | [ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22811:20240812T141859Z |
8126 | 2024-08-12T22:29:54.801Z | [ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22811:20240812T141856Z |
8127 | 2024-08-12T22:29:54.801Z | [ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22811:20240812T141856Z |
8128 | 2024-08-12T22:29:54.804Z | [ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8129 | 2024-08-12T22:29:54.804Z | [ host-image] Aug 12 22:29:52.778 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8130 | 2024-08-12T22:29:54.834Z | [ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22811:20240812T141857Z |
8131 | 2024-08-12T22:29:54.834Z | [ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8132 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22811:20240812T141857Z |
8133 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22811:20240812T141857Z |
8134 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.812 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22811:20240812T141857Z |
8135 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.812 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8136 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8137 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22811:20240812T141858Z |
8138 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22811:20240812T141858Z |
8139 | 2024-08-12T22:29:54.837Z | [ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22811:20240812T141858Z |
8140 | 2024-08-12T22:29:54.840Z | [ host-image] Aug 12 22:29:52.814 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22811:20240812T141858Z |
8141 | 2024-08-12T22:29:54.840Z | [ host-image] Aug 12 22:29:52.814 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22811:20240812T141859Z |
8142 | 2024-08-12T22:29:54.840Z | [ host-image] Aug 12 22:29:52.814 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22811:20240812T141859Z |
8143 | 2024-08-12T22:29:54.843Z | [ host-image] Aug 12 22:29:52.817 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8144 | 2024-08-12T22:29:54.843Z | [ host-image] Aug 12 22:29:52.818 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22811:20240812T141900Z |
8145 | 2024-08-12T22:29:54.843Z | [ host-image] Aug 12 22:29:52.819 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22811:20240812T141900Z |
8146 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.819 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22811:20240812T141900Z |
8147 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22811:20240812T141901Z |
8148 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22811:20240812T141900Z |
8149 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22811:20240812T141901Z |
8150 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8151 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8152 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.821 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22811:20240812T141903Z |
8153 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.821 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22811:20240812T141903Z |
8154 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.821 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8155 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8156 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8157 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8158 | 2024-08-12T22:29:54.846Z | [ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8159 | 2024-08-12T22:29:54.850Z | [ host-image] Aug 12 22:29:52.823 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8160 | 2024-08-12T22:29:54.850Z | [ host-image] Aug 12 22:29:52.824 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8161 | 2024-08-12T22:29:54.850Z | [ host-image] Aug 12 22:29:52.824 INFO O| tempdir @ "/tmp/.tmpKZkHU5/tmp" |
8162 | 2024-08-12T22:29:54.850Z | [ host-image] Aug 12 22:29:52.824 INFO O| image root @ "/tmp/.tmpKZkHU5/tmp/root" |
8163 | 2024-08-12T22:29:54.850Z | [ host-image] Aug 12 22:29:52.824 INFO O| creating image... |
8164 | 2024-08-12T22:29:55.373Z | [ host-image] Aug 12 22:29:53.349 INFO O| copying publishers... |
8165 | 2024-08-12T22:30:01.357Z | [ host-image] Aug 12 22:29:59.331 INFO O| adding properties... |
8166 | 2024-08-12T22:30:02.142Z | [ recovery-image] Aug 12 22:30:00.115 INFO O| ok, image written! |
8167 | 2024-08-12T22:30:02.142Z | [ recovery-image] Aug 12 22:30:00.115 INFO O| ok, boot_image_csum file written! |
8168 | 2024-08-12T22:30:02.147Z | [ recovery-image] Aug 12 22:30:00.119 INFO creating boot archive (CPIO)... |
8169 | 2024-08-12T22:30:02.147Z | [ recovery-image] Aug 12 22:30:00.119 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 |
8170 | 2024-08-12T22:30:02.153Z | [ recovery-image] Aug 12 22:30:00.126 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8171 | 2024-08-12T22:30:02.153Z | [ recovery-image] Aug 12 22:30:00.126 INFO E| + outfile=/work/os-recovery/cpio |
8172 | 2024-08-12T22:30:02.155Z | [ recovery-image] Aug 12 22:30:00.126 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8173 | 2024-08-12T22:30:02.155Z | [ recovery-image] Aug 12 22:30:00.128 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8174 | 2024-08-12T22:30:02.156Z | [ recovery-image] Aug 12 22:30:00.128 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8175 | 2024-08-12T22:30:02.189Z | [ recovery-image] Aug 12 22:30:00.161 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8176 | 2024-08-12T22:30:02.189Z | [ recovery-image] Aug 12 22:30:00.162 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8177 | 2024-08-12T22:30:02.196Z | [ recovery-image] Aug 12 22:30:00.169 INFO creating compressed cpio/unix for nanobl-rs... |
8178 | 2024-08-12T22:30:02.196Z | [ recovery-image] Aug 12 22:30:00.169 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 |
8179 | 2024-08-12T22:30:02.439Z | [ host-image] Aug 12 22:30:00.412 INFO O| installing packages... |
8180 | 2024-08-12T22:30:02.480Z | [ recovery-image] Aug 12 22:30:00.453 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8181 | 2024-08-12T22:30:06.859Z | [ recovery-image] Aug 12 22:30:04.830 INFO creating reset image... |
8182 | 2024-08-12T22:30:06.862Z | [ recovery-image] Aug 12 22:30:04.830 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8183 | 2024-08-12T22:30:07.108Z | [ recovery-image] Aug 12 22:30:05.079 INFO E| Updating crates.io index |
8184 | 2024-08-12T22:30:07.200Z | [ recovery-image] Aug 12 22:30:05.171 INFO E| Downloading crates ... |
8185 | 2024-08-12T22:30:07.298Z | [ recovery-image] Aug 12 22:30:05.270 INFO E| Downloaded proc-macro2 v1.0.79 |
8186 | 2024-08-12T22:30:07.303Z | [ recovery-image] Aug 12 22:30:05.274 INFO E| Downloaded os_pipe v1.1.5 |
8187 | 2024-08-12T22:30:07.306Z | [ recovery-image] Aug 12 22:30:05.276 INFO E| Downloaded clap_derive v4.5.3 |
8188 | 2024-08-12T22:30:07.309Z | [ recovery-image] Aug 12 22:30:05.278 INFO E| Downloaded colorchoice v1.0.0 |
8189 | 2024-08-12T22:30:07.309Z | [ recovery-image] Aug 12 22:30:05.280 INFO E| Downloaded strsim v0.11.0 |
8190 | 2024-08-12T22:30:07.311Z | [ recovery-image] Aug 12 22:30:05.282 INFO E| Downloaded anstyle v1.0.6 |
8191 | 2024-08-12T22:30:07.317Z | [ recovery-image] Aug 12 22:30:05.288 INFO E| Downloaded anstyle-query v1.0.2 |
8192 | 2024-08-12T22:30:07.320Z | [ recovery-image] Aug 12 22:30:05.290 INFO E| Downloaded shared_child v1.0.0 |
8193 | 2024-08-12T22:30:07.322Z | [ recovery-image] Aug 12 22:30:05.291 INFO E| Downloaded duct v0.13.7 |
8194 | 2024-08-12T22:30:07.322Z | [ recovery-image] Aug 12 22:30:05.294 INFO E| Downloaded anstyle-parse v0.2.3 |
8195 | 2024-08-12T22:30:07.326Z | [ recovery-image] Aug 12 22:30:05.296 INFO E| Downloaded anstream v0.6.13 |
8196 | 2024-08-12T22:30:07.329Z | [ recovery-image] Aug 12 22:30:05.298 INFO E| Downloaded clap v4.5.3 |
8197 | 2024-08-12T22:30:07.354Z | [ recovery-image] Aug 12 22:30:05.325 INFO E| Downloaded clap_builder v4.5.2 |
8198 | 2024-08-12T22:30:07.368Z | [ recovery-image] Aug 12 22:30:05.339 INFO E| Downloaded syn v2.0.53 |
8199 | 2024-08-12T22:30:07.403Z | [ recovery-image] Aug 12 22:30:05.374 INFO E| Downloaded libc v0.2.153 |
8200 | 2024-08-12T22:30:07.484Z | [ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling proc-macro2 v1.0.79 |
8201 | 2024-08-12T22:30:07.484Z | [ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling libc v0.2.153 |
8202 | 2024-08-12T22:30:07.487Z | [ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling unicode-ident v1.0.12 |
8203 | 2024-08-12T22:30:07.487Z | [ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling utf8parse v0.2.1 |
8204 | 2024-08-12T22:30:07.487Z | [ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling colorchoice v1.0.0 |
8205 | 2024-08-12T22:30:07.487Z | [ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling anstyle-query v1.0.2 |
8206 | 2024-08-12T22:30:07.487Z | [ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling anstyle v1.0.6 |
8207 | 2024-08-12T22:30:07.490Z | [ recovery-image] Aug 12 22:30:05.459 INFO E| Compiling strsim v0.11.0 |
8208 | 2024-08-12T22:30:07.688Z | [ recovery-image] Aug 12 22:30:05.659 INFO E| Compiling anstyle-parse v0.2.3 |
8209 | 2024-08-12T22:30:07.730Z | [ recovery-image] Aug 12 22:30:05.701 INFO E| Compiling heck v0.5.0 |
8210 | 2024-08-12T22:30:07.756Z | [ recovery-image] Aug 12 22:30:05.727 INFO E| Compiling clap_lex v0.7.0 |
8211 | 2024-08-12T22:30:07.756Z | [ recovery-image] Aug 12 22:30:05.727 INFO E| Compiling once_cell v1.19.0 |
8212 | 2024-08-12T22:30:08.151Z | [ recovery-image] Aug 12 22:30:06.122 INFO E| Compiling anstream v0.6.13 |
8213 | 2024-08-12T22:30:08.547Z | [ recovery-image] Aug 12 22:30:06.518 INFO E| Compiling clap_builder v4.5.2 |
8214 | 2024-08-12T22:30:09.061Z | [ recovery-image] Aug 12 22:30:07.031 INFO E| Compiling shared_child v1.0.0 |
8215 | 2024-08-12T22:30:09.061Z | [ recovery-image] Aug 12 22:30:07.031 INFO E| Compiling os_pipe v1.1.5 |
8216 | 2024-08-12T22:30:09.099Z | [ recovery-image] Aug 12 22:30:07.068 INFO E| Compiling quote v1.0.35 |
8217 | 2024-08-12T22:30:09.215Z | [ recovery-image] Aug 12 22:30:07.185 INFO E| Compiling duct v0.13.7 |
8218 | 2024-08-12T22:30:09.481Z | [ recovery-image] Aug 12 22:30:07.451 INFO E| Compiling syn v2.0.53 |
8219 | 2024-08-12T22:30:14.586Z | [ recovery-image] Aug 12 22:30:12.551 INFO E| Compiling clap_derive v4.5.3 |
8220 | 2024-08-12T22:30:16.795Z | [ recovery-image] Aug 12 22:30:14.762 INFO E| Compiling clap v4.5.3 |
8221 | 2024-08-12T22:30:16.857Z | [ recovery-image] Aug 12 22:30:14.824 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8222 | 2024-08-12T22:30:18.088Z | [ recovery-image] Aug 12 22:30:16.054 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s |
8223 | 2024-08-12T22:30:18.097Z | [ recovery-image] Aug 12 22:30:16.063 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8224 | 2024-08-12T22:30:18.234Z | [ recovery-image] Aug 12 22:30:16.199 INFO E| Updating crates.io index |
8225 | 2024-08-12T22:30:18.294Z | [ recovery-image] Aug 12 22:30:16.260 INFO E| Downloading crates ... |
8226 | 2024-08-12T22:30:18.340Z | [ recovery-image] Aug 12 22:30:16.307 INFO E| Downloaded seq-macro v0.3.5 |
8227 | 2024-08-12T22:30:18.357Z | [ recovery-image] Aug 12 22:30:16.324 INFO E| Downloaded cpio_reader v0.1.1 |
8228 | 2024-08-12T22:30:18.362Z | [ recovery-image] Aug 12 22:30:16.325 INFO E| Downloaded bit_field v0.10.2 |
8229 | 2024-08-12T22:30:18.362Z | [ recovery-image] Aug 12 22:30:16.326 INFO E| Downloaded raw-cpuid v10.7.0 |
8230 | 2024-08-12T22:30:18.376Z | [ recovery-image] Aug 12 22:30:16.343 INFO E| Downloaded goblin v0.8.0 |
8231 | 2024-08-12T22:30:18.484Z | [ recovery-image] Aug 12 22:30:16.451 INFO E| Downloaded x86 v0.52.0 |
8232 | 2024-08-12T22:30:18.558Z | [ recovery-image] Aug 12 22:30:16.524 INFO E| Updating crates.io index |
8233 | 2024-08-12T22:30:18.607Z | [ recovery-image] Aug 12 22:30:16.573 INFO E| Downloading crates ... |
8234 | 2024-08-12T22:30:18.652Z | [ recovery-image] Aug 12 22:30:16.618 INFO E| Downloaded allocator-api2 v0.2.16 |
8235 | 2024-08-12T22:30:18.656Z | [ recovery-image] Aug 12 22:30:16.622 INFO E| Downloaded rustc-demangle v0.1.23 |
8236 | 2024-08-12T22:30:18.667Z | [ recovery-image] Aug 12 22:30:16.633 INFO E| Downloaded compiler_builtins v0.1.108 |
8237 | 2024-08-12T22:30:18.741Z | [ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling compiler_builtins v0.1.108 |
8238 | 2024-08-12T22:30:18.741Z | [ recovery-image] Aug 12 22:30:16.708 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) |
8239 | 2024-08-12T22:30:18.741Z | [ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling proc-macro2 v1.0.79 |
8240 | 2024-08-12T22:30:18.746Z | [ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling unicode-ident v1.0.12 |
8241 | 2024-08-12T22:30:18.746Z | [ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling syn v1.0.109 |
8242 | 2024-08-12T22:30:18.746Z | [ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling x86 v0.52.0 |
8243 | 2024-08-12T22:30:18.746Z | [ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8244 | 2024-08-12T22:30:18.746Z | [ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling seq-macro v0.3.5 |
8245 | 2024-08-12T22:30:18.961Z | [ host-image] Aug 12 22:30:16.927 INFO O| seeding SMF database... |
8246 | 2024-08-12T22:30:19.912Z | [ recovery-image] Aug 12 22:30:17.878 INFO E| Compiling quote v1.0.35 |
8247 | 2024-08-12T22:30:20.197Z | [ recovery-image] Aug 12 22:30:18.162 INFO E| Compiling syn v2.0.53 |
8248 | 2024-08-12T22:30:23.503Z | [ recovery-image] Aug 12 22:30:21.464 INFO E| Compiling scroll_derive v0.12.0 |
8249 | 2024-08-12T22:30:26.265Z | [ recovery-image] Aug 12 22:30:24.229 INFO E| Compiling bitstruct_derive v0.1.0 |
8250 | 2024-08-12T22:30:27.562Z | [ host-image] Aug 12 22:30:25.525 INFO O| configuring SMF profile... |
8251 | 2024-08-12T22:30:27.562Z | [ host-image] Aug 12 22:30:25.525 INFO O| modifying shadow(5)... |
8252 | 2024-08-12T22:30:27.566Z | [ host-image] Aug 12 22:30:25.525 INFO O| loading user and group database... |
8253 | 2024-08-12T22:30:27.566Z | [ host-image] Aug 12 22:30:25.525 INFO O| assessing packaged files... |
8254 | 2024-08-12T22:30:29.864Z | [ host-image] Aug 12 22:30:27.823 INFO O| creating archive... |
8255 | 2024-08-12T22:30:29.894Z | [ host-image] Aug 12 22:30:27.856 INFO O| missing from packaging: |
8256 | 2024-08-12T22:30:29.894Z | [ host-image] Aug 12 22:30:27.856 INFO O| "etc/.pwd.lock" |
8257 | 2024-08-12T22:30:29.899Z | [ host-image] Aug 12 22:30:27.856 INFO O| "etc/bash" |
8258 | 2024-08-12T22:30:29.903Z | [ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/generic.xml" |
8259 | 2024-08-12T22:30:29.903Z | [ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/inetd_services.xml" |
8260 | 2024-08-12T22:30:29.903Z | [ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/name_service.xml" |
8261 | 2024-08-12T22:30:29.903Z | [ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/platform.xml" |
8262 | 2024-08-12T22:30:29.903Z | [ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8263 | 2024-08-12T22:30:29.903Z | [ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/repository.db" |
8264 | 2024-08-12T22:30:29.908Z | [ host-image] Aug 12 22:30:27.871 INFO O| "opt/ooce/share" |
8265 | 2024-08-12T22:30:29.908Z | [ host-image] Aug 12 22:30:27.871 INFO O| "opt/ooce/share/man" |
8266 | 2024-08-12T22:30:29.912Z | [ host-image] Aug 12 22:30:27.871 INFO O| "opt/ooce/share/man/man1" |
8267 | 2024-08-12T22:30:29.918Z | [ host-image] Aug 12 22:30:27.880 INFO O| finishing archive... |
8268 | 2024-08-12T22:30:32.756Z | [ host-image] Aug 12 22:30:30.716 INFO O| creating gzonly manifest... |
8269 | 2024-08-12T22:30:32.768Z | [ host-image] Aug 12 22:30:30.729 INFO O| ok |
8270 | 2024-08-12T22:30:32.876Z | [ host-image] Aug 12 22:30:30.837 INFO image builder template: ramdisk-02-trim... |
8271 | 2024-08-12T22:30:32.877Z | [ host-image] Aug 12 22:30:30.837 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/.tmpqrCA2Y/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None |
8272 | 2024-08-12T22:30:32.905Z | [ host-image] Aug 12 22:30:30.862 INFO O| Aug 12 22:30:30.862 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8273 | 2024-08-12T22:30:32.912Z | [ host-image] Aug 12 22:30:30.867 INFO O| Aug 12 22:30:30.867 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8274 | 2024-08-12T22:30:33.017Z | [ host-image] Aug 12 22:30:30.977 INFO O| Aug 12 22:30:30.976 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8275 | 2024-08-12T22:30:33.073Z | [ host-image] Aug 12 22:30:31.034 INFO O| Aug 12 22:30:31.034 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8276 | 2024-08-12T22:30:33.073Z | [ host-image] Aug 12 22:30:31.034 INFO O| Aug 12 22:30:31.034 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8277 | 2024-08-12T22:30:33.079Z | [ host-image] Aug 12 22:30:31.040 INFO O| Aug 12 22:30:31.040 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8278 | 2024-08-12T22:30:33.084Z | [ host-image] Aug 12 22:30:31.045 INFO O| Aug 12 22:30:31.045 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8279 | 2024-08-12T22:30:33.090Z | [ host-image] Aug 12 22:30:31.051 INFO O| Aug 12 22:30:31.051 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8280 | 2024-08-12T22:30:33.303Z | [ host-image] Aug 12 22:30:31.264 INFO O| Aug 12 22:30:31.264 INFO rolled back to input snapshot; work may begin |
8281 | 2024-08-12T22:30:33.303Z | [ host-image] Aug 12 22:30:31.264 INFO O| Aug 12 22:30:31.264 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8282 | 2024-08-12T22:30:33.309Z | [ host-image] Aug 12 22:30:31.270 INFO O| Aug 12 22:30:31.270 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8283 | 2024-08-12T22:30:33.319Z | [ host-image] Aug 12 22:30:31.280 INFO O| Aug 12 22:30:31.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8284 | 2024-08-12T22:30:33.369Z | [ host-image] Aug 12 22:30:31.329 INFO O| Aug 12 22:30:31.329 INFO STEP 0 (remove_files) COMPLETE |
8285 | 2024-08-12T22:30:33.369Z | [ host-image] Aug 12 22:30:31.329 INFO O| Aug 12 22:30:31.329 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8286 | 2024-08-12T22:30:33.383Z | [ host-image] Aug 12 22:30:31.343 INFO O| Aug 12 22:30:31.343 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8287 | 2024-08-12T22:30:33.388Z | [ host-image] Aug 12 22:30:31.345 INFO O| Aug 12 22:30:31.345 INFO STEP 1 (remove_files) COMPLETE |
8288 | 2024-08-12T22:30:33.389Z | [ host-image] Aug 12 22:30:31.345 INFO O| Aug 12 22:30:31.345 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8289 | 2024-08-12T22:30:33.397Z | [ host-image] Aug 12 22:30:31.358 INFO O| Aug 12 22:30:31.358 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8290 | 2024-08-12T22:30:33.412Z | [ host-image] Aug 12 22:30:31.373 INFO O| Aug 12 22:30:31.373 INFO STEP 2 (remove_files) COMPLETE |
8291 | 2024-08-12T22:30:33.412Z | [ host-image] Aug 12 22:30:31.373 INFO O| Aug 12 22:30:31.373 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8292 | 2024-08-12T22:30:33.426Z | [ host-image] Aug 12 22:30:31.386 INFO O| Aug 12 22:30:31.386 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8293 | 2024-08-12T22:30:33.430Z | [ host-image] Aug 12 22:30:31.388 INFO O| Aug 12 22:30:31.388 INFO STEP 3 (remove_files) COMPLETE |
8294 | 2024-08-12T22:30:33.430Z | [ host-image] Aug 12 22:30:31.388 INFO O| Aug 12 22:30:31.388 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8295 | 2024-08-12T22:30:33.440Z | [ host-image] Aug 12 22:30:31.400 INFO O| Aug 12 22:30:31.400 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8296 | 2024-08-12T22:30:33.444Z | [ host-image] Aug 12 22:30:31.404 INFO O| Aug 12 22:30:31.404 INFO STEP 4 (remove_files) COMPLETE |
8297 | 2024-08-12T22:30:33.444Z | [ host-image] Aug 12 22:30:31.405 INFO O| Aug 12 22:30:31.404 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8298 | 2024-08-12T22:30:33.457Z | [ host-image] Aug 12 22:30:31.417 INFO O| Aug 12 22:30:31.417 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8299 | 2024-08-12T22:30:33.463Z | [ host-image] Aug 12 22:30:31.420 INFO O| Aug 12 22:30:31.420 INFO STEP 5 (remove_files) COMPLETE |
8300 | 2024-08-12T22:30:33.463Z | [ host-image] Aug 12 22:30:31.420 INFO O| Aug 12 22:30:31.420 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8301 | 2024-08-12T22:30:33.474Z | [ host-image] Aug 12 22:30:31.432 INFO O| Aug 12 22:30:31.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8302 | 2024-08-12T22:30:33.483Z | [ host-image] Aug 12 22:30:31.443 INFO O| Aug 12 22:30:31.443 INFO STEP 6 (remove_files) COMPLETE |
8303 | 2024-08-12T22:30:33.483Z | [ host-image] Aug 12 22:30:31.443 INFO O| Aug 12 22:30:31.443 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8304 | 2024-08-12T22:30:33.498Z | [ host-image] Aug 12 22:30:31.458 INFO O| Aug 12 22:30:31.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8305 | 2024-08-12T22:30:33.511Z | [ host-image] Aug 12 22:30:31.472 INFO O| Aug 12 22:30:31.472 INFO STEP 7 (remove_files) COMPLETE |
8306 | 2024-08-12T22:30:33.511Z | [ host-image] Aug 12 22:30:31.472 INFO O| Aug 12 22:30:31.472 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8307 | 2024-08-12T22:30:33.528Z | [ host-image] Aug 12 22:30:31.486 INFO O| Aug 12 22:30:31.486 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8308 | 2024-08-12T22:30:33.617Z | [ host-image] Aug 12 22:30:31.578 INFO O| Aug 12 22:30:31.578 INFO STEP 8 (remove_files) COMPLETE |
8309 | 2024-08-12T22:30:33.618Z | [ host-image] Aug 12 22:30:31.578 INFO O| Aug 12 22:30:31.578 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8310 | 2024-08-12T22:30:33.630Z | [ host-image] Aug 12 22:30:31.591 INFO O| Aug 12 22:30:31.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8311 | 2024-08-12T22:30:33.817Z | [ host-image] Aug 12 22:30:31.687 INFO O| Aug 12 22:30:31.687 INFO STEP 9 (remove_files) COMPLETE |
8312 | 2024-08-12T22:30:33.817Z | [ host-image] Aug 12 22:30:31.687 INFO O| Aug 12 22:30:31.687 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8313 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.700 INFO O| Aug 12 22:30:31.700 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8314 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.704 INFO O| Aug 12 22:30:31.704 INFO STEP 10 (remove_files) COMPLETE |
8315 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.704 INFO O| Aug 12 22:30:31.704 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8316 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.716 INFO O| Aug 12 22:30:31.716 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8317 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.717 INFO O| Aug 12 22:30:31.717 INFO STEP 11 (remove_files) COMPLETE |
8318 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.717 INFO O| Aug 12 22:30:31.717 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8319 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.729 INFO O| Aug 12 22:30:31.729 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8320 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.731 INFO O| Aug 12 22:30:31.731 INFO STEP 12 (remove_files) COMPLETE |
8321 | 2024-08-12T22:30:33.822Z | [ host-image] Aug 12 22:30:31.731 INFO O| Aug 12 22:30:31.731 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8322 | 2024-08-12T22:30:34.099Z | [ host-image] Aug 12 22:30:32.055 INFO O| Aug 12 22:30:32.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8323 | 2024-08-12T22:30:34.105Z | [ host-image] Aug 12 22:30:32.064 INFO O| Aug 12 22:30:32.064 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8324 | 2024-08-12T22:30:34.116Z | [ host-image] Aug 12 22:30:32.076 INFO O| Aug 12 22:30:32.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8325 | 2024-08-12T22:30:34.124Z | [ host-image] Aug 12 22:30:32.077 INFO O| Aug 12 22:30:32.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8326 | 2024-08-12T22:30:34.184Z | [ host-image] Aug 12 22:30:32.144 INFO O| Aug 12 22:30:32.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8327 | 2024-08-12T22:30:34.184Z | [ host-image] Aug 12 22:30:32.144 INFO O| Aug 12 22:30:32.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8328 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8329 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8330 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8331 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8332 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8333 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8334 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8335 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8336 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8337 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8338 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8339 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8340 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.147 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8341 | 2024-08-12T22:30:34.191Z | [ host-image] Aug 12 22:30:32.147 INFO O| Aug 12 22:30:32.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8342 | 2024-08-12T22:30:34.210Z | [ host-image] Aug 12 22:30:32.159 INFO O| Aug 12 22:30:32.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8343 | 2024-08-12T22:30:34.224Z | [ host-image] Aug 12 22:30:32.166 INFO O| Aug 12 22:30:32.166 INFO STEP 13 (remove_files) COMPLETE |
8344 | 2024-08-12T22:30:34.224Z | [ host-image] Aug 12 22:30:32.166 INFO O| Aug 12 22:30:32.166 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8345 | 2024-08-12T22:30:34.224Z | [ host-image] Aug 12 22:30:32.178 INFO O| Aug 12 22:30:32.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8346 | 2024-08-12T22:30:34.231Z | [ host-image] Aug 12 22:30:32.180 INFO O| Aug 12 22:30:32.179 INFO STEP 14 (remove_files) COMPLETE |
8347 | 2024-08-12T22:30:34.231Z | [ host-image] Aug 12 22:30:32.180 INFO O| Aug 12 22:30:32.180 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8348 | 2024-08-12T22:30:34.231Z | [ host-image] Aug 12 22:30:32.190 INFO O| Aug 12 22:30:32.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8349 | 2024-08-12T22:30:34.241Z | [ host-image] Aug 12 22:30:32.197 INFO O| Aug 12 22:30:32.197 INFO STEP 15 (remove_files) COMPLETE |
8350 | 2024-08-12T22:30:34.241Z | [ host-image] Aug 12 22:30:32.197 INFO O| Aug 12 22:30:32.197 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8351 | 2024-08-12T22:30:34.249Z | [ host-image] Aug 12 22:30:32.208 INFO O| Aug 12 22:30:32.208 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8352 | 2024-08-12T22:30:34.249Z | [ host-image] Aug 12 22:30:32.208 INFO O| Aug 12 22:30:32.208 INFO STEP 16 (remove_files) COMPLETE |
8353 | 2024-08-12T22:30:34.249Z | [ host-image] Aug 12 22:30:32.208 INFO O| Aug 12 22:30:32.208 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8354 | 2024-08-12T22:30:34.259Z | [ host-image] Aug 12 22:30:32.220 INFO O| Aug 12 22:30:32.220 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8355 | 2024-08-12T22:30:34.276Z | [ host-image] Aug 12 22:30:32.222 INFO O| Aug 12 22:30:32.221 INFO STEP 17 (remove_files) COMPLETE |
8356 | 2024-08-12T22:30:34.276Z | [ host-image] Aug 12 22:30:32.222 INFO O| Aug 12 22:30:32.222 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8357 | 2024-08-12T22:30:34.300Z | [ host-image] Aug 12 22:30:32.232 INFO O| Aug 12 22:30:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8358 | 2024-08-12T22:30:34.300Z | [ host-image] Aug 12 22:30:32.232 INFO O| Aug 12 22:30:32.232 INFO STEP 18 (remove_files) COMPLETE |
8359 | 2024-08-12T22:30:34.300Z | [ host-image] Aug 12 22:30:32.232 INFO O| Aug 12 22:30:32.232 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8360 | 2024-08-12T22:30:34.300Z | [ host-image] Aug 12 22:30:32.242 INFO O| Aug 12 22:30:32.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8361 | 2024-08-12T22:30:34.300Z | [ host-image] Aug 12 22:30:32.242 INFO O| Aug 12 22:30:32.242 INFO STEP 19 (remove_files) COMPLETE |
8362 | 2024-08-12T22:30:34.300Z | [ host-image] Aug 12 22:30:32.242 INFO O| Aug 12 22:30:32.242 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8363 | 2024-08-12T22:30:34.311Z | [ host-image] Aug 12 22:30:32.253 INFO O| Aug 12 22:30:32.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8364 | 2024-08-12T22:30:34.311Z | [ host-image] Aug 12 22:30:32.253 INFO O| Aug 12 22:30:32.253 INFO STEP 20 (remove_files) COMPLETE |
8365 | 2024-08-12T22:30:34.311Z | [ host-image] Aug 12 22:30:32.253 INFO O| Aug 12 22:30:32.253 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8366 | 2024-08-12T22:30:34.311Z | [ host-image] Aug 12 22:30:32.264 INFO O| Aug 12 22:30:32.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8367 | 2024-08-12T22:30:34.311Z | [ host-image] Aug 12 22:30:32.264 INFO O| Aug 12 22:30:32.264 INFO STEP 21 (remove_files) COMPLETE |
8368 | 2024-08-12T22:30:34.311Z | [ host-image] Aug 12 22:30:32.264 INFO O| Aug 12 22:30:32.264 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8369 | 2024-08-12T22:30:34.325Z | [ host-image] Aug 12 22:30:32.276 INFO O| Aug 12 22:30:32.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8370 | 2024-08-12T22:30:34.325Z | [ host-image] Aug 12 22:30:32.276 INFO O| Aug 12 22:30:32.276 INFO STEP 22 (remove_files) COMPLETE |
8371 | 2024-08-12T22:30:34.325Z | [ host-image] Aug 12 22:30:32.276 INFO O| Aug 12 22:30:32.276 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8372 | 2024-08-12T22:30:34.336Z | [ host-image] Aug 12 22:30:32.287 INFO O| Aug 12 22:30:32.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8373 | 2024-08-12T22:30:34.336Z | [ host-image] Aug 12 22:30:32.287 INFO O| Aug 12 22:30:32.287 INFO STEP 23 (remove_files) COMPLETE |
8374 | 2024-08-12T22:30:34.336Z | [ host-image] Aug 12 22:30:32.287 INFO O| Aug 12 22:30:32.287 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8375 | 2024-08-12T22:30:34.347Z | [ host-image] Aug 12 22:30:32.300 INFO O| Aug 12 22:30:32.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8376 | 2024-08-12T22:30:34.347Z | [ host-image] Aug 12 22:30:32.300 INFO O| Aug 12 22:30:32.300 INFO STEP 24 (remove_files) COMPLETE |
8377 | 2024-08-12T22:30:34.347Z | [ host-image] Aug 12 22:30:32.300 INFO O| Aug 12 22:30:32.300 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8378 | 2024-08-12T22:30:34.355Z | [ host-image] Aug 12 22:30:32.311 INFO O| Aug 12 22:30:32.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8379 | 2024-08-12T22:30:34.355Z | [ host-image] Aug 12 22:30:32.311 INFO O| Aug 12 22:30:32.311 INFO STEP 25 (remove_files) COMPLETE |
8380 | 2024-08-12T22:30:34.355Z | [ host-image] Aug 12 22:30:32.311 INFO O| Aug 12 22:30:32.311 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8381 | 2024-08-12T22:30:34.366Z | [ host-image] Aug 12 22:30:32.322 INFO O| Aug 12 22:30:32.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8382 | 2024-08-12T22:30:34.366Z | [ host-image] Aug 12 22:30:32.322 INFO O| Aug 12 22:30:32.322 INFO STEP 26 (remove_files) COMPLETE |
8383 | 2024-08-12T22:30:34.366Z | [ host-image] Aug 12 22:30:32.322 INFO O| Aug 12 22:30:32.322 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8384 | 2024-08-12T22:30:34.375Z | [ host-image] Aug 12 22:30:32.335 INFO O| Aug 12 22:30:32.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8385 | 2024-08-12T22:30:34.375Z | [ host-image] Aug 12 22:30:32.336 INFO O| Aug 12 22:30:32.336 INFO STEP 27 (remove_files) COMPLETE |
8386 | 2024-08-12T22:30:34.384Z | [ host-image] Aug 12 22:30:32.336 INFO O| Aug 12 22:30:32.336 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8387 | 2024-08-12T22:30:34.396Z | [ host-image] Aug 12 22:30:32.348 INFO O| Aug 12 22:30:32.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8388 | 2024-08-12T22:30:34.396Z | [ host-image] Aug 12 22:30:32.348 INFO O| Aug 12 22:30:32.348 INFO STEP 28 (remove_files) COMPLETE |
8389 | 2024-08-12T22:30:34.396Z | [ host-image] Aug 12 22:30:32.348 INFO O| Aug 12 22:30:32.348 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8390 | 2024-08-12T22:30:34.409Z | [ host-image] Aug 12 22:30:32.360 INFO O| Aug 12 22:30:32.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8391 | 2024-08-12T22:30:34.409Z | [ host-image] Aug 12 22:30:32.360 INFO O| Aug 12 22:30:32.360 INFO STEP 29 (remove_files) COMPLETE |
8392 | 2024-08-12T22:30:34.409Z | [ host-image] Aug 12 22:30:32.360 INFO O| Aug 12 22:30:32.360 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8393 | 2024-08-12T22:30:34.416Z | [ host-image] Aug 12 22:30:32.373 INFO O| Aug 12 22:30:32.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8394 | 2024-08-12T22:30:34.416Z | [ host-image] Aug 12 22:30:32.373 INFO O| Aug 12 22:30:32.373 INFO STEP 30 (remove_files) COMPLETE |
8395 | 2024-08-12T22:30:34.416Z | [ host-image] Aug 12 22:30:32.373 INFO O| Aug 12 22:30:32.373 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8396 | 2024-08-12T22:30:34.431Z | [ host-image] Aug 12 22:30:32.386 INFO O| Aug 12 22:30:32.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8397 | 2024-08-12T22:30:34.431Z | [ host-image] Aug 12 22:30:32.386 INFO O| Aug 12 22:30:32.386 INFO STEP 31 (remove_files) COMPLETE |
8398 | 2024-08-12T22:30:34.439Z | [ host-image] Aug 12 22:30:32.387 INFO O| Aug 12 22:30:32.386 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-12T22:30:34.439Z | [ host-image] Aug 12 22:30:32.397 INFO O| Aug 12 22:30:32.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8400 | 2024-08-12T22:30:34.439Z | [ host-image] Aug 12 22:30:32.397 INFO O| Aug 12 22:30:32.397 INFO STEP 32 (remove_files) COMPLETE |
8401 | 2024-08-12T22:30:34.439Z | [ host-image] Aug 12 22:30:32.397 INFO O| Aug 12 22:30:32.397 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-12T22:30:34.450Z | [ host-image] Aug 12 22:30:32.410 INFO O| Aug 12 22:30:32.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8403 | 2024-08-12T22:30:34.450Z | [ host-image] Aug 12 22:30:32.410 INFO O| Aug 12 22:30:32.410 INFO STEP 33 (remove_files) COMPLETE |
8404 | 2024-08-12T22:30:34.456Z | [ host-image] Aug 12 22:30:32.410 INFO O| Aug 12 22:30:32.410 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-12T22:30:34.465Z | [ host-image] Aug 12 22:30:32.421 INFO O| Aug 12 22:30:32.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8406 | 2024-08-12T22:30:34.465Z | [ host-image] Aug 12 22:30:32.422 INFO O| Aug 12 22:30:32.422 INFO STEP 34 (remove_files) COMPLETE |
8407 | 2024-08-12T22:30:34.465Z | [ host-image] Aug 12 22:30:32.422 INFO O| Aug 12 22:30:32.422 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-12T22:30:34.473Z | [ host-image] Aug 12 22:30:32.433 INFO O| Aug 12 22:30:32.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8409 | 2024-08-12T22:30:34.473Z | [ host-image] Aug 12 22:30:32.433 INFO O| Aug 12 22:30:32.433 INFO STEP 35 (remove_files) COMPLETE |
8410 | 2024-08-12T22:30:34.486Z | [ host-image] Aug 12 22:30:32.433 INFO O| Aug 12 22:30:32.433 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-12T22:30:34.495Z | [ host-image] Aug 12 22:30:32.446 INFO O| Aug 12 22:30:32.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8412 | 2024-08-12T22:30:34.495Z | [ host-image] Aug 12 22:30:32.446 INFO O| Aug 12 22:30:32.446 INFO STEP 36 (remove_files) COMPLETE |
8413 | 2024-08-12T22:30:34.495Z | [ host-image] Aug 12 22:30:32.446 INFO O| Aug 12 22:30:32.446 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-12T22:30:34.506Z | [ host-image] Aug 12 22:30:32.459 INFO O| Aug 12 22:30:32.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8415 | 2024-08-12T22:30:34.506Z | [ host-image] Aug 12 22:30:32.459 INFO O| Aug 12 22:30:32.459 INFO STEP 37 (remove_files) COMPLETE |
8416 | 2024-08-12T22:30:34.506Z | [ host-image] Aug 12 22:30:32.459 INFO O| Aug 12 22:30:32.459 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-12T22:30:34.514Z | [ host-image] Aug 12 22:30:32.470 INFO O| Aug 12 22:30:32.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8418 | 2024-08-12T22:30:34.514Z | [ host-image] Aug 12 22:30:32.470 INFO O| Aug 12 22:30:32.470 INFO STEP 38 (remove_files) COMPLETE |
8419 | 2024-08-12T22:30:34.514Z | [ host-image] Aug 12 22:30:32.470 INFO O| Aug 12 22:30:32.470 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-12T22:30:34.525Z | [ host-image] Aug 12 22:30:32.480 INFO O| Aug 12 22:30:32.480 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8421 | 2024-08-12T22:30:34.525Z | [ host-image] Aug 12 22:30:32.480 INFO O| Aug 12 22:30:32.480 INFO STEP 39 (remove_files) COMPLETE |
8422 | 2024-08-12T22:30:34.525Z | [ host-image] Aug 12 22:30:32.481 INFO O| Aug 12 22:30:32.480 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-12T22:30:34.535Z | [ host-image] Aug 12 22:30:32.491 INFO O| Aug 12 22:30:32.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8424 | 2024-08-12T22:30:34.535Z | [ host-image] Aug 12 22:30:32.491 INFO O| Aug 12 22:30:32.491 INFO STEP 40 (remove_files) COMPLETE |
8425 | 2024-08-12T22:30:34.535Z | [ host-image] Aug 12 22:30:32.491 INFO O| Aug 12 22:30:32.491 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-12T22:30:34.542Z | [ host-image] Aug 12 22:30:32.501 INFO O| Aug 12 22:30:32.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8427 | 2024-08-12T22:30:34.542Z | [ host-image] Aug 12 22:30:32.501 INFO O| Aug 12 22:30:32.501 INFO STEP 41 (remove_files) COMPLETE |
8428 | 2024-08-12T22:30:34.542Z | [ host-image] Aug 12 22:30:32.501 INFO O| Aug 12 22:30:32.501 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-12T22:30:34.552Z | [ host-image] Aug 12 22:30:32.511 INFO O| Aug 12 22:30:32.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8430 | 2024-08-12T22:30:34.552Z | [ host-image] Aug 12 22:30:32.511 INFO O| Aug 12 22:30:32.511 INFO STEP 42 (remove_files) COMPLETE |
8431 | 2024-08-12T22:30:34.552Z | [ host-image] Aug 12 22:30:32.511 INFO O| Aug 12 22:30:32.511 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-12T22:30:34.561Z | [ host-image] Aug 12 22:30:32.521 INFO O| Aug 12 22:30:32.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8433 | 2024-08-12T22:30:34.561Z | [ host-image] Aug 12 22:30:32.521 INFO O| Aug 12 22:30:32.521 INFO STEP 43 (remove_files) COMPLETE |
8434 | 2024-08-12T22:30:34.561Z | [ host-image] Aug 12 22:30:32.521 INFO O| Aug 12 22:30:32.521 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-12T22:30:34.571Z | [ host-image] Aug 12 22:30:32.531 INFO O| Aug 12 22:30:32.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8436 | 2024-08-12T22:30:34.571Z | [ host-image] Aug 12 22:30:32.532 INFO O| Aug 12 22:30:32.532 INFO STEP 44 (remove_files) COMPLETE |
8437 | 2024-08-12T22:30:34.571Z | [ host-image] Aug 12 22:30:32.532 INFO O| Aug 12 22:30:32.532 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-12T22:30:34.584Z | [ host-image] Aug 12 22:30:32.542 INFO O| Aug 12 22:30:32.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8439 | 2024-08-12T22:30:34.584Z | [ host-image] Aug 12 22:30:32.542 INFO O| Aug 12 22:30:32.542 INFO STEP 45 (remove_files) COMPLETE |
8440 | 2024-08-12T22:30:34.584Z | [ host-image] Aug 12 22:30:32.542 INFO O| Aug 12 22:30:32.542 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8441 | 2024-08-12T22:30:34.594Z | [ host-image] Aug 12 22:30:32.552 INFO O| Aug 12 22:30:32.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8442 | 2024-08-12T22:30:34.594Z | [ host-image] Aug 12 22:30:32.552 INFO O| Aug 12 22:30:32.552 INFO STEP 46 (remove_files) COMPLETE |
8443 | 2024-08-12T22:30:34.594Z | [ host-image] Aug 12 22:30:32.552 INFO O| Aug 12 22:30:32.552 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8444 | 2024-08-12T22:30:34.604Z | [ host-image] Aug 12 22:30:32.562 INFO O| Aug 12 22:30:32.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8445 | 2024-08-12T22:30:34.604Z | [ host-image] Aug 12 22:30:32.562 INFO O| Aug 12 22:30:32.562 INFO STEP 47 (remove_files) COMPLETE |
8446 | 2024-08-12T22:30:34.604Z | [ host-image] Aug 12 22:30:32.562 INFO O| Aug 12 22:30:32.562 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8447 | 2024-08-12T22:30:34.613Z | [ host-image] Aug 12 22:30:32.572 INFO O| Aug 12 22:30:32.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8448 | 2024-08-12T22:30:34.613Z | [ host-image] Aug 12 22:30:32.572 INFO O| Aug 12 22:30:32.572 INFO STEP 48 (remove_files) COMPLETE |
8449 | 2024-08-12T22:30:34.613Z | [ host-image] Aug 12 22:30:32.572 INFO O| Aug 12 22:30:32.572 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8450 | 2024-08-12T22:30:34.630Z | [ host-image] Aug 12 22:30:32.583 INFO O| Aug 12 22:30:32.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8451 | 2024-08-12T22:30:34.630Z | [ host-image] Aug 12 22:30:32.583 INFO O| Aug 12 22:30:32.583 INFO STEP 49 (remove_files) COMPLETE |
8452 | 2024-08-12T22:30:34.630Z | [ host-image] Aug 12 22:30:32.583 INFO O| Aug 12 22:30:32.583 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8453 | 2024-08-12T22:30:34.648Z | [ host-image] Aug 12 22:30:32.593 INFO O| Aug 12 22:30:32.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8454 | 2024-08-12T22:30:34.648Z | [ host-image] Aug 12 22:30:32.593 INFO O| Aug 12 22:30:32.593 INFO STEP 50 (remove_files) COMPLETE |
8455 | 2024-08-12T22:30:34.648Z | [ host-image] Aug 12 22:30:32.593 INFO O| Aug 12 22:30:32.593 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8456 | 2024-08-12T22:30:34.667Z | [ host-image] Aug 12 22:30:32.603 INFO O| Aug 12 22:30:32.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8457 | 2024-08-12T22:30:34.667Z | [ host-image] Aug 12 22:30:32.603 INFO O| Aug 12 22:30:32.603 INFO STEP 51 (remove_files) COMPLETE |
8458 | 2024-08-12T22:30:34.667Z | [ host-image] Aug 12 22:30:32.603 INFO O| Aug 12 22:30:32.603 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8459 | 2024-08-12T22:30:34.667Z | [ host-image] Aug 12 22:30:32.612 INFO O| Aug 12 22:30:32.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8460 | 2024-08-12T22:30:34.667Z | [ host-image] Aug 12 22:30:32.613 INFO O| Aug 12 22:30:32.613 INFO STEP 52 (remove_files) COMPLETE |
8461 | 2024-08-12T22:30:34.667Z | [ host-image] Aug 12 22:30:32.613 INFO O| Aug 12 22:30:32.613 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8462 | 2024-08-12T22:30:34.678Z | [ host-image] Aug 12 22:30:32.622 INFO O| Aug 12 22:30:32.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8463 | 2024-08-12T22:30:34.678Z | [ host-image] Aug 12 22:30:32.622 INFO O| Aug 12 22:30:32.622 INFO STEP 53 (remove_files) COMPLETE |
8464 | 2024-08-12T22:30:34.678Z | [ host-image] Aug 12 22:30:32.622 INFO O| Aug 12 22:30:32.622 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8465 | 2024-08-12T22:30:34.678Z | [ host-image] Aug 12 22:30:32.632 INFO O| Aug 12 22:30:32.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8466 | 2024-08-12T22:30:34.678Z | [ host-image] Aug 12 22:30:32.633 INFO O| Aug 12 22:30:32.632 INFO STEP 54 (remove_files) COMPLETE |
8467 | 2024-08-12T22:30:34.678Z | [ host-image] Aug 12 22:30:32.633 INFO O| Aug 12 22:30:32.633 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8468 | 2024-08-12T22:30:34.686Z | [ host-image] Aug 12 22:30:32.643 INFO O| Aug 12 22:30:32.643 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8469 | 2024-08-12T22:30:34.686Z | [ host-image] Aug 12 22:30:32.643 INFO O| Aug 12 22:30:32.643 INFO STEP 55 (remove_files) COMPLETE |
8470 | 2024-08-12T22:30:34.686Z | [ host-image] Aug 12 22:30:32.643 INFO O| Aug 12 22:30:32.643 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8471 | 2024-08-12T22:30:34.696Z | [ host-image] Aug 12 22:30:32.653 INFO O| Aug 12 22:30:32.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8472 | 2024-08-12T22:30:34.696Z | [ host-image] Aug 12 22:30:32.654 INFO O| Aug 12 22:30:32.654 INFO STEP 56 (remove_files) COMPLETE |
8473 | 2024-08-12T22:30:34.696Z | [ host-image] Aug 12 22:30:32.654 INFO O| Aug 12 22:30:32.654 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8474 | 2024-08-12T22:30:34.703Z | [ host-image] Aug 12 22:30:32.664 INFO O| Aug 12 22:30:32.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8475 | 2024-08-12T22:30:34.703Z | [ host-image] Aug 12 22:30:32.664 INFO O| Aug 12 22:30:32.664 INFO STEP 57 (remove_files) COMPLETE |
8476 | 2024-08-12T22:30:34.703Z | [ host-image] Aug 12 22:30:32.664 INFO O| Aug 12 22:30:32.664 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8477 | 2024-08-12T22:30:34.716Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8478 | 2024-08-12T22:30:34.716Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8479 | 2024-08-12T22:30:34.731Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8480 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8481 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8482 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8483 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO ok! |
8484 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO STEP 58 (ensure_file) COMPLETE |
8485 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8486 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8487 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8488 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8489 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8490 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8491 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8492 | 2024-08-12T22:30:34.732Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO ok! |
8493 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO STEP 59 (ensure_file) COMPLETE |
8494 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8495 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8496 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8497 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8498 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO ok! |
8499 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO STEP 60 (ensure_file) COMPLETE |
8500 | 2024-08-12T22:30:34.740Z | [ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8501 | 2024-08-12T22:30:34.749Z | [ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8502 | 2024-08-12T22:30:34.750Z | [ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8503 | 2024-08-12T22:30:34.750Z | [ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8504 | 2024-08-12T22:30:34.750Z | [ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO ok! |
8505 | 2024-08-12T22:30:34.750Z | [ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO STEP 61 (ensure_file) COMPLETE |
8506 | 2024-08-12T22:30:34.750Z | [ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8507 | 2024-08-12T22:30:34.762Z | [ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8508 | 2024-08-12T22:30:34.762Z | [ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8509 | 2024-08-12T22:30:34.762Z | [ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8510 | 2024-08-12T22:30:34.762Z | [ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8511 | 2024-08-12T22:30:34.762Z | [ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO ok! |
8512 | 2024-08-12T22:30:34.762Z | [ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO STEP 62 (ensure_file) COMPLETE |
8513 | 2024-08-12T22:30:34.762Z | [ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8514 | 2024-08-12T22:30:34.771Z | [ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.726 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8515 | 2024-08-12T22:30:34.771Z | [ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8516 | 2024-08-12T22:30:34.771Z | [ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8517 | 2024-08-12T22:30:34.771Z | [ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8518 | 2024-08-12T22:30:34.771Z | [ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO ok! |
8519 | 2024-08-12T22:30:34.771Z | [ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO STEP 63 (ensure_file) COMPLETE |
8520 | 2024-08-12T22:30:34.771Z | [ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8521 | 2024-08-12T22:30:34.780Z | [ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8522 | 2024-08-12T22:30:34.780Z | [ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8523 | 2024-08-12T22:30:34.780Z | [ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8524 | 2024-08-12T22:30:34.780Z | [ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO ok! |
8525 | 2024-08-12T22:30:34.780Z | [ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO STEP 64 (assemble_files) COMPLETE |
8526 | 2024-08-12T22:30:34.780Z | [ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8527 | 2024-08-12T22:30:34.790Z | [ host-image] Aug 12 22:30:32.747 INFO O| Aug 12 22:30:32.747 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8528 | 2024-08-12T22:30:34.790Z | [ host-image] Aug 12 22:30:32.747 INFO O| Aug 12 22:30:32.747 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8529 | 2024-08-12T22:30:34.790Z | [ host-image] Aug 12 22:30:32.747 INFO O| Aug 12 22:30:32.747 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8530 | 2024-08-12T22:30:34.790Z | [ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.747 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8531 | 2024-08-12T22:30:34.790Z | [ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.748 INFO ok! |
8532 | 2024-08-12T22:30:34.790Z | [ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.748 INFO STEP 65 (ensure_file) COMPLETE |
8533 | 2024-08-12T22:30:34.790Z | [ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.748 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8534 | 2024-08-12T22:30:34.802Z | [ host-image] Aug 12 22:30:32.758 INFO O| Aug 12 22:30:32.758 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8535 | 2024-08-12T22:30:34.802Z | [ host-image] Aug 12 22:30:32.758 INFO O| Aug 12 22:30:32.758 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8536 | 2024-08-12T22:30:34.802Z | [ host-image] Aug 12 22:30:32.758 INFO O| Aug 12 22:30:32.758 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8537 | 2024-08-12T22:30:34.802Z | [ host-image] Aug 12 22:30:32.759 INFO O| Aug 12 22:30:32.758 INFO STEP 66 (ensure_dir) COMPLETE |
8538 | 2024-08-12T22:30:34.802Z | [ host-image] Aug 12 22:30:32.759 INFO O| Aug 12 22:30:32.758 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8539 | 2024-08-12T22:30:34.809Z | [ host-image] Aug 12 22:30:32.769 INFO O| Aug 12 22:30:32.769 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8540 | 2024-08-12T22:30:34.809Z | [ host-image] Aug 12 22:30:32.769 INFO O| Aug 12 22:30:32.769 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 ... |
8541 | 2024-08-12T22:30:34.817Z | [ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 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 |
8542 | 2024-08-12T22:30:34.817Z | [ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8543 | 2024-08-12T22:30:34.817Z | [ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO ok! |
8544 | 2024-08-12T22:30:34.817Z | [ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO STEP 67 (ensure_file) COMPLETE |
8545 | 2024-08-12T22:30:34.817Z | [ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8546 | 2024-08-12T22:30:34.827Z | [ host-image] Aug 12 22:30:32.787 INFO O| Aug 12 22:30:32.787 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8547 | 2024-08-12T22:30:34.827Z | [ host-image] Aug 12 22:30:32.787 INFO O| Aug 12 22:30:32.787 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 ... |
8548 | 2024-08-12T22:30:34.835Z | [ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.787 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 |
8549 | 2024-08-12T22:30:34.835Z | [ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8550 | 2024-08-12T22:30:34.835Z | [ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO ok! |
8551 | 2024-08-12T22:30:34.835Z | [ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO STEP 68 (ensure_file) COMPLETE |
8552 | 2024-08-12T22:30:34.835Z | [ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8553 | 2024-08-12T22:30:34.843Z | [ host-image] Aug 12 22:30:32.803 INFO O| Aug 12 22:30:32.802 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8554 | 2024-08-12T22:30:34.844Z | [ host-image] Aug 12 22:30:32.803 INFO O| Aug 12 22:30:32.803 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8555 | 2024-08-12T22:30:41.178Z | [ host-image] Aug 12 22:30:34.965 INFO O| Aug 12 22:30:34.965 INFO STEP 69 (pack_tar) COMPLETE |
8556 | 2024-08-12T22:30:41.178Z | [ host-image] Aug 12 22:30:34.965 INFO O| Aug 12 22:30:34.965 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8557 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:34.965 INFO O| Aug 12 22:30:34.965 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8558 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:35.840 INFO O| Aug 12 22:30:35.840 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8559 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:35.904 INFO O| Aug 12 22:30:35.904 INFO completed processing gimlet/ramdisk-02-trim |
8560 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:35.907 INFO image builder template: zfs... |
8561 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:35.907 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/.tmpqrCA2Y/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None |
8562 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:35.921 INFO O| Aug 12 22:30:35.921 INFO skip include "stress" because feature "stress" is not enabled |
8563 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:35.955 INFO O| Aug 12 22:30:35.955 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8564 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:35.959 INFO O| Aug 12 22:30:35.959 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8565 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:36.046 INFO O| Aug 12 22:30:36.046 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8566 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:36.119 INFO O| Aug 12 22:30:36.119 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8567 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:36.119 INFO O| Aug 12 22:30:36.119 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8568 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:36.124 INFO O| Aug 12 22:30:36.124 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8569 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:36.210 INFO O| Aug 12 22:30:36.210 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8570 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:36.278 INFO O| Aug 12 22:30:36.278 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8571 | 2024-08-12T22:30:41.350Z | [ host-image] Aug 12 22:30:36.291 INFO O| Aug 12 22:30:36.291 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8572 | 2024-08-12T22:30:41.351Z | [ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8573 | 2024-08-12T22:30:41.351Z | [ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO no lofi found |
8574 | 2024-08-12T22:30:41.351Z | [ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8575 | 2024-08-12T22:30:41.351Z | [ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8576 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.010 INFO O| Aug 12 22:30:38.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8577 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.010 INFO O| Aug 12 22:30:38.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8578 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.010 INFO O| Aug 12 22:30:38.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"] |
8579 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.086 INFO O| Aug 12 22:30:38.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8580 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.086 INFO O| Aug 12 22:30:38.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8581 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.108 INFO O| Aug 12 22:30:38.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8582 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.176 INFO O| Aug 12 22:30:38.175 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8583 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.217 INFO O| Aug 12 22:30:38.217 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8584 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.232 INFO O| Aug 12 22:30:38.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8585 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.243 INFO O| Aug 12 22:30:38.243 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8586 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.292 INFO O| Aug 12 22:30:38.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8587 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.292 INFO O| Aug 12 22:30:38.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8588 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.292 INFO O| Aug 12 22:30:38.292 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8589 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.303 INFO O| Aug 12 22:30:38.303 INFO boot environment UUID: e5ea1be0-7511-4e3c-a1e6-ff6496402340 |
8590 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.303 INFO O| Aug 12 22:30:38.303 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e5ea1be0-7511-4e3c-a1e6-ff6496402340 |
8591 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.313 INFO O| Aug 12 22:30:38.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8592 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.324 INFO O| Aug 12 22:30:38.324 INFO STEP 0 (create_be) COMPLETE |
8593 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.324 INFO O| Aug 12 22:30:38.324 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8594 | 2024-08-12T22:30:41.362Z | [ host-image] Aug 12 22:30:38.343 INFO O| Aug 12 22:30:38.343 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8595 | 2024-08-12T22:30:41.362Z | [ recovery-image] Aug 12 22:30:39.306 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) |
8596 | 2024-08-12T22:30:44.298Z | [ recovery-image] Aug 12 22:30:42.249 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) |
8597 | 2024-08-12T22:30:48.660Z | [ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling bitflags v1.3.2 |
8598 | 2024-08-12T22:30:48.663Z | [ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling adler v1.0.2 |
8599 | 2024-08-12T22:30:48.663Z | [ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling bit_field v0.10.2 |
8600 | 2024-08-12T22:30:48.664Z | [ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling plain v0.2.3 |
8601 | 2024-08-12T22:30:48.664Z | [ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling scroll v0.12.0 |
8602 | 2024-08-12T22:30:48.664Z | [ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling log v0.4.21 |
8603 | 2024-08-12T22:30:48.664Z | [ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling bitstruct v0.1.1 |
8604 | 2024-08-12T22:30:48.796Z | [ recovery-image] Aug 12 22:30:46.750 INFO E| Compiling raw-cpuid v10.7.0 |
8605 | 2024-08-12T22:30:48.878Z | [ recovery-image] Aug 12 22:30:46.830 INFO E| Compiling cpio_reader v0.1.1 |
8606 | 2024-08-12T22:30:49.013Z | [ recovery-image] Aug 12 22:30:46.966 INFO E| Compiling static_assertions v1.1.0 |
8607 | 2024-08-12T22:30:49.133Z | [ recovery-image] Aug 12 22:30:47.085 INFO E| Compiling miniz_oxide v0.7.2 |
8608 | 2024-08-12T22:30:49.704Z | [ recovery-image] Aug 12 22:30:47.656 INFO E| Compiling goblin v0.8.0 |
8609 | 2024-08-12T22:31:00.837Z | [ recovery-image] Aug 12 22:30:58.787 INFO E| Finished `release` profile [optimized] target(s) in 42.70s |
8610 | 2024-08-12T22:31:00.862Z | [ recovery-image] Aug 12 22:30:58.812 INFO building host image... |
8611 | 2024-08-12T22:31:00.865Z | [ recovery-image] Aug 12 22:30:58.812 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") |
8612 | 2024-08-12T22:31:01.458Z | [ recovery-image] Aug 12 22:30:59.407 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8613 | 2024-08-12T22:31:02.297Z | [ host-image] Aug 12 22:31:00.246 INFO O| Aug 12 22:31:00.246 INFO STEP 1 (unpack_tar) COMPLETE |
8614 | 2024-08-12T22:31:02.300Z | [ host-image] Aug 12 22:31:00.246 INFO O| Aug 12 22:31:00.246 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8615 | 2024-08-12T22:31:02.310Z | [ host-image] Aug 12 22:31:00.259 INFO O| Aug 12 22:31:00.259 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8616 | 2024-08-12T22:31:02.762Z | [ host-image] Aug 12 22:31:00.711 INFO O| Aug 12 22:31:00.711 INFO STEP 2 (devfsadm) COMPLETE |
8617 | 2024-08-12T22:31:02.762Z | [ host-image] Aug 12 22:31:00.711 INFO O| Aug 12 22:31:00.711 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8618 | 2024-08-12T22:31:02.776Z | [ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8619 | 2024-08-12T22:31:02.776Z | [ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8620 | 2024-08-12T22:31:02.779Z | [ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO STEP 3 (ensure_dir) COMPLETE |
8621 | 2024-08-12T22:31:02.779Z | [ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8622 | 2024-08-12T22:31:02.788Z | [ host-image] Aug 12 22:31:00.737 INFO O| Aug 12 22:31:00.737 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8623 | 2024-08-12T22:31:02.788Z | [ host-image] Aug 12 22:31:00.737 INFO O| Aug 12 22:31:00.737 INFO STEP 4 (ensure_dir) COMPLETE |
8624 | 2024-08-12T22:31:02.791Z | [ host-image] Aug 12 22:31:00.737 INFO O| Aug 12 22:31:00.737 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8625 | 2024-08-12T22:31:02.800Z | [ host-image] Aug 12 22:31:00.749 INFO O| Aug 12 22:31:00.749 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8626 | 2024-08-12T22:31:02.802Z | [ host-image] Aug 12 22:31:00.749 INFO O| Aug 12 22:31:00.749 INFO STEP 5 (ensure_dir) COMPLETE |
8627 | 2024-08-12T22:31:02.803Z | [ host-image] Aug 12 22:31:00.749 INFO O| Aug 12 22:31:00.749 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8628 | 2024-08-12T22:31:02.810Z | [ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8629 | 2024-08-12T22:31:02.810Z | [ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8630 | 2024-08-12T22:31:02.813Z | [ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO STEP 6 (ensure_dir) COMPLETE |
8631 | 2024-08-12T22:31:02.813Z | [ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8632 | 2024-08-12T22:31:02.821Z | [ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8633 | 2024-08-12T22:31:02.821Z | [ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8634 | 2024-08-12T22:31:02.824Z | [ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO STEP 7 (ensure_dir) COMPLETE |
8635 | 2024-08-12T22:31:02.824Z | [ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8636 | 2024-08-12T22:31:02.833Z | [ host-image] Aug 12 22:31:00.782 INFO O| Aug 12 22:31:00.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8637 | 2024-08-12T22:31:02.836Z | [ host-image] Aug 12 22:31:00.782 INFO O| Aug 12 22:31:00.782 INFO STEP 8 (remove_files) COMPLETE |
8638 | 2024-08-12T22:31:02.836Z | [ host-image] Aug 12 22:31:00.782 INFO O| Aug 12 22:31:00.782 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8639 | 2024-08-12T22:31:02.843Z | [ host-image] Aug 12 22:31:00.792 INFO O| Aug 12 22:31:00.792 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8640 | 2024-08-12T22:31:02.846Z | [ host-image] Aug 12 22:31:00.793 INFO O| Aug 12 22:31:00.793 INFO STEP 9 (remove_files) COMPLETE |
8641 | 2024-08-12T22:31:02.846Z | [ host-image] Aug 12 22:31:00.793 INFO O| Aug 12 22:31:00.793 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8642 | 2024-08-12T22:31:02.854Z | [ host-image] Aug 12 22:31:00.803 INFO O| Aug 12 22:31:00.803 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8643 | 2024-08-12T22:31:02.856Z | [ host-image] Aug 12 22:31:00.804 INFO O| Aug 12 22:31:00.804 INFO STEP 10 (remove_files) COMPLETE |
8644 | 2024-08-12T22:31:02.857Z | [ host-image] Aug 12 22:31:00.804 INFO O| Aug 12 22:31:00.804 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8645 | 2024-08-12T22:31:02.865Z | [ host-image] Aug 12 22:31:00.814 INFO O| Aug 12 22:31:00.814 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8646 | 2024-08-12T22:31:02.868Z | [ host-image] Aug 12 22:31:00.814 INFO O| Aug 12 22:31:00.814 INFO STEP 11 (remove_files) COMPLETE |
8647 | 2024-08-12T22:31:02.868Z | [ host-image] Aug 12 22:31:00.814 INFO O| Aug 12 22:31:00.814 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8648 | 2024-08-12T22:31:02.874Z | [ host-image] Aug 12 22:31:00.824 INFO O| Aug 12 22:31:00.824 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8649 | 2024-08-12T22:31:02.877Z | [ host-image] Aug 12 22:31:00.824 INFO O| Aug 12 22:31:00.824 INFO STEP 12 (remove_files) COMPLETE |
8650 | 2024-08-12T22:31:02.877Z | [ host-image] Aug 12 22:31:00.824 INFO O| Aug 12 22:31:00.824 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8651 | 2024-08-12T22:31:02.884Z | [ host-image] Aug 12 22:31:00.833 INFO O| Aug 12 22:31:00.833 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8652 | 2024-08-12T22:31:02.887Z | [ host-image] Aug 12 22:31:00.834 INFO O| Aug 12 22:31:00.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8653 | 2024-08-12T22:31:02.887Z | [ host-image] Aug 12 22:31:00.834 INFO O| Aug 12 22:31:00.834 INFO STEP 13 (ensure_dir) COMPLETE |
8654 | 2024-08-12T22:31:02.887Z | [ host-image] Aug 12 22:31:00.834 INFO O| Aug 12 22:31:00.834 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8655 | 2024-08-12T22:31:02.894Z | [ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8656 | 2024-08-12T22:31:02.897Z | [ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8657 | 2024-08-12T22:31:02.897Z | [ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8658 | 2024-08-12T22:31:02.897Z | [ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO STEP 14 (ensure_dir) COMPLETE |
8659 | 2024-08-12T22:31:02.897Z | [ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8660 | 2024-08-12T22:31:02.903Z | [ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8661 | 2024-08-12T22:31:02.906Z | [ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8662 | 2024-08-12T22:31:02.906Z | [ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8663 | 2024-08-12T22:31:02.906Z | [ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO STEP 15 (ensure_dir) COMPLETE |
8664 | 2024-08-12T22:31:02.906Z | [ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8665 | 2024-08-12T22:31:02.913Z | [ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8666 | 2024-08-12T22:31:02.913Z | [ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8667 | 2024-08-12T22:31:02.916Z | [ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO STEP 16 (ensure_dir) COMPLETE |
8668 | 2024-08-12T22:31:02.916Z | [ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8669 | 2024-08-12T22:31:02.923Z | [ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8670 | 2024-08-12T22:31:02.923Z | [ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8671 | 2024-08-12T22:31:02.925Z | [ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO STEP 17 (ensure_dir) COMPLETE |
8672 | 2024-08-12T22:31:02.926Z | [ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8673 | 2024-08-12T22:31:02.935Z | [ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8674 | 2024-08-12T22:31:02.935Z | [ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8675 | 2024-08-12T22:31:02.935Z | [ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO ok! |
8676 | 2024-08-12T22:31:02.935Z | [ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO STEP 18 (ensure_symlink) COMPLETE |
8677 | 2024-08-12T22:31:02.935Z | [ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8678 | 2024-08-12T22:31:02.943Z | [ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8679 | 2024-08-12T22:31:02.943Z | [ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8680 | 2024-08-12T22:31:02.943Z | [ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO ok! |
8681 | 2024-08-12T22:31:02.946Z | [ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO STEP 19 (ensure_file) COMPLETE |
8682 | 2024-08-12T22:31:02.946Z | [ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8683 | 2024-08-12T22:31:02.952Z | [ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8684 | 2024-08-12T22:31:02.952Z | [ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8685 | 2024-08-12T22:31:02.955Z | [ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8686 | 2024-08-12T22:31:02.955Z | [ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO ok! |
8687 | 2024-08-12T22:31:02.955Z | [ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO STEP 20 (ensure_symlink) COMPLETE |
8688 | 2024-08-12T22:31:02.955Z | [ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8689 | 2024-08-12T22:31:02.963Z | [ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8690 | 2024-08-12T22:31:02.965Z | [ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8691 | 2024-08-12T22:31:02.965Z | [ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8692 | 2024-08-12T22:31:02.965Z | [ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO ok! |
8693 | 2024-08-12T22:31:02.965Z | [ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO STEP 21 (ensure_symlink) COMPLETE |
8694 | 2024-08-12T22:31:02.965Z | [ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8695 | 2024-08-12T22:31:02.973Z | [ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8696 | 2024-08-12T22:31:02.973Z | [ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8697 | 2024-08-12T22:31:02.976Z | [ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8698 | 2024-08-12T22:31:02.976Z | [ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO ok! |
8699 | 2024-08-12T22:31:02.976Z | [ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO STEP 22 (ensure_symlink) COMPLETE |
8700 | 2024-08-12T22:31:02.976Z | [ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8701 | 2024-08-12T22:31:02.983Z | [ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8702 | 2024-08-12T22:31:02.985Z | [ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8703 | 2024-08-12T22:31:02.985Z | [ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8704 | 2024-08-12T22:31:02.985Z | [ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO ok! |
8705 | 2024-08-12T22:31:02.985Z | [ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO STEP 23 (ensure_symlink) COMPLETE |
8706 | 2024-08-12T22:31:02.985Z | [ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8707 | 2024-08-12T22:31:02.993Z | [ host-image] Aug 12 22:31:00.942 INFO O| Aug 12 22:31:00.942 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8708 | 2024-08-12T22:31:02.996Z | [ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8709 | 2024-08-12T22:31:02.996Z | [ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8710 | 2024-08-12T22:31:02.996Z | [ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO ok! |
8711 | 2024-08-12T22:31:02.996Z | [ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO STEP 24 (ensure_file) COMPLETE |
8712 | 2024-08-12T22:31:02.996Z | [ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8713 | 2024-08-12T22:31:03.004Z | [ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO updating shadow file |
8714 | 2024-08-12T22:31:03.006Z | [ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8715 | 2024-08-12T22:31:03.006Z | [ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8716 | 2024-08-12T22:31:03.006Z | [ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO STEP 25 (shadow) COMPLETE |
8717 | 2024-08-12T22:31:03.006Z | [ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8718 | 2024-08-12T22:31:03.014Z | [ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8719 | 2024-08-12T22:31:03.017Z | [ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8720 | 2024-08-12T22:31:03.017Z | [ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8721 | 2024-08-12T22:31:03.017Z | [ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO ok! |
8722 | 2024-08-12T22:31:03.017Z | [ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO STEP 26 (ensure_file) COMPLETE |
8723 | 2024-08-12T22:31:03.017Z | [ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8724 | 2024-08-12T22:31:03.024Z | [ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8725 | 2024-08-12T22:31:03.024Z | [ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8726 | 2024-08-12T22:31:03.027Z | [ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8727 | 2024-08-12T22:31:03.027Z | [ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO ok! |
8728 | 2024-08-12T22:31:03.027Z | [ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO STEP 27 (ensure_file) COMPLETE |
8729 | 2024-08-12T22:31:03.027Z | [ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8730 | 2024-08-12T22:31:03.034Z | [ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8731 | 2024-08-12T22:31:03.036Z | [ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8732 | 2024-08-12T22:31:03.036Z | [ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8733 | 2024-08-12T22:31:03.036Z | [ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8734 | 2024-08-12T22:31:03.036Z | [ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO ok! |
8735 | 2024-08-12T22:31:03.036Z | [ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO STEP 28 (ensure_file) COMPLETE |
8736 | 2024-08-12T22:31:03.036Z | [ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8737 | 2024-08-12T22:31:03.044Z | [ host-image] Aug 12 22:31:00.993 INFO O| Aug 12 22:31:00.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8738 | 2024-08-12T22:31:03.044Z | [ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.993 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8739 | 2024-08-12T22:31:03.047Z | [ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8740 | 2024-08-12T22:31:03.047Z | [ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO ok! |
8741 | 2024-08-12T22:31:03.047Z | [ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO STEP 29 (ensure_file) COMPLETE |
8742 | 2024-08-12T22:31:03.047Z | [ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8743 | 2024-08-12T22:31:03.054Z | [ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8744 | 2024-08-12T22:31:03.054Z | [ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8745 | 2024-08-12T22:31:03.057Z | [ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8746 | 2024-08-12T22:31:03.057Z | [ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO ok! |
8747 | 2024-08-12T22:31:03.057Z | [ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO STEP 30 (ensure_file) COMPLETE |
8748 | 2024-08-12T22:31:03.057Z | [ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8749 | 2024-08-12T22:31:03.065Z | [ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8750 | 2024-08-12T22:31:03.065Z | [ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8751 | 2024-08-12T22:31:03.067Z | [ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8752 | 2024-08-12T22:31:03.067Z | [ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8753 | 2024-08-12T22:31:03.067Z | [ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO ok! |
8754 | 2024-08-12T22:31:03.067Z | [ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO STEP 31 (ensure_file) COMPLETE |
8755 | 2024-08-12T22:31:03.068Z | [ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8756 | 2024-08-12T22:31:03.075Z | [ host-image] Aug 12 22:31:01.024 INFO O| Aug 12 22:31:01.024 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8757 | 2024-08-12T22:31:03.075Z | [ host-image] Aug 12 22:31:01.024 INFO O| Aug 12 22:31:01.024 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8758 | 2024-08-12T22:31:03.078Z | [ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8759 | 2024-08-12T22:31:03.078Z | [ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.025 INFO ok! |
8760 | 2024-08-12T22:31:03.078Z | [ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.025 INFO STEP 32 (ensure_file) COMPLETE |
8761 | 2024-08-12T22:31:03.078Z | [ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.025 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8762 | 2024-08-12T22:31:03.086Z | [ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8763 | 2024-08-12T22:31:03.086Z | [ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8764 | 2024-08-12T22:31:03.088Z | [ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8765 | 2024-08-12T22:31:03.088Z | [ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO ok! |
8766 | 2024-08-12T22:31:03.088Z | [ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO STEP 33 (ensure_file) COMPLETE |
8767 | 2024-08-12T22:31:03.088Z | [ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8768 | 2024-08-12T22:31:03.096Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8769 | 2024-08-12T22:31:03.096Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8770 | 2024-08-12T22:31:03.098Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8771 | 2024-08-12T22:31:03.098Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8772 | 2024-08-12T22:31:03.098Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8773 | 2024-08-12T22:31:03.098Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8774 | 2024-08-12T22:31:03.098Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO ok! |
8775 | 2024-08-12T22:31:03.098Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO STEP 34 (ensure_file) COMPLETE |
8776 | 2024-08-12T22:31:03.099Z | [ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8777 | 2024-08-12T22:31:03.106Z | [ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8778 | 2024-08-12T22:31:03.109Z | [ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8779 | 2024-08-12T22:31:03.109Z | [ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8780 | 2024-08-12T22:31:03.109Z | [ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO STEP 35 (ensure_dir) COMPLETE |
8781 | 2024-08-12T22:31:03.109Z | [ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8782 | 2024-08-12T22:31:03.116Z | [ host-image] Aug 12 22:31:01.065 INFO O| Aug 12 22:31:01.065 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 |
8783 | 2024-08-12T22:31:03.116Z | [ host-image] Aug 12 22:31:01.065 INFO O| Aug 12 22:31:01.065 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 ... |
8784 | 2024-08-12T22:31:03.119Z | [ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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 |
8785 | 2024-08-12T22:31:03.119Z | [ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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 |
8786 | 2024-08-12T22:31:03.119Z | [ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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 |
8787 | 2024-08-12T22:31:03.119Z | [ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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 |
8788 | 2024-08-12T22:31:03.119Z | [ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 INFO ok! |
8789 | 2024-08-12T22:31:03.119Z | [ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 INFO STEP 36 (ensure_file) COMPLETE |
8790 | 2024-08-12T22:31:03.119Z | [ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8791 | 2024-08-12T22:31:03.127Z | [ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8792 | 2024-08-12T22:31:03.127Z | [ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 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 ... |
8793 | 2024-08-12T22:31:03.130Z | [ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8794 | 2024-08-12T22:31:03.130Z | [ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO ok! |
8795 | 2024-08-12T22:31:03.130Z | [ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO STEP 37 (ensure_symlink) COMPLETE |
8796 | 2024-08-12T22:31:03.130Z | [ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8797 | 2024-08-12T22:31:03.137Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8798 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8799 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8800 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8801 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8802 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8803 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO ok! |
8804 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO STEP 38 (ensure_file) COMPLETE |
8805 | 2024-08-12T22:31:03.140Z | [ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8806 | 2024-08-12T22:31:03.148Z | [ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8807 | 2024-08-12T22:31:03.148Z | [ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 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 ... |
8808 | 2024-08-12T22:31:03.150Z | [ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 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 |
8809 | 2024-08-12T22:31:03.150Z | [ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8810 | 2024-08-12T22:31:03.150Z | [ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO ok! |
8811 | 2024-08-12T22:31:03.150Z | [ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO STEP 39 (ensure_file) COMPLETE |
8812 | 2024-08-12T22:31:03.150Z | [ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8813 | 2024-08-12T22:31:03.158Z | [ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8814 | 2024-08-12T22:31:03.158Z | [ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8815 | 2024-08-12T22:31:03.158Z | [ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8816 | 2024-08-12T22:31:03.160Z | [ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO ok! |
8817 | 2024-08-12T22:31:03.160Z | [ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO STEP 40 (ensure_file) COMPLETE |
8818 | 2024-08-12T22:31:03.160Z | [ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8819 | 2024-08-12T22:31:03.167Z | [ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO updating shadow file |
8820 | 2024-08-12T22:31:03.170Z | [ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8821 | 2024-08-12T22:31:03.170Z | [ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO STEP 41 (shadow) COMPLETE |
8822 | 2024-08-12T22:31:03.170Z | [ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8823 | 2024-08-12T22:31:03.170Z | [ recovery-image] Aug 12 22:31:01.118 INFO image complete! materials are in "/work/os-recovery" |
8824 | 2024-08-12T22:31:03.173Z | [ recovery-image] |
8825 | 2024-08-12T22:31:03.173Z | [ recovery-image] real 6:55.403741372 |
8826 | 2024-08-12T22:31:03.173Z | [ recovery-image] user 4:41.933011108 |
8827 | 2024-08-12T22:31:03.173Z | [ recovery-image] sys 1:03.135411632 |
8828 | 2024-08-12T22:31:03.173Z | [ recovery-image] trap 0.232750976 |
8829 | 2024-08-12T22:31:03.173Z | [ recovery-image] tflt 0.597703359 |
8830 | 2024-08-12T22:31:03.173Z | [ recovery-image] dflt 1.775484815 |
8831 | 2024-08-12T22:31:03.173Z | [ recovery-image] kflt 0.000009956 |
8832 | 2024-08-12T22:31:03.173Z | [ recovery-image] lock 15:55.085577303 |
8833 | 2024-08-12T22:31:03.173Z | [ recovery-image] slp 41:16.266508390 |
8834 | 2024-08-12T22:31:03.173Z | [ recovery-image] lat 1:31.538343618 |
8835 | 2024-08-12T22:31:03.173Z | [ recovery-image] stop 3.224822628 |
8836 | 2024-08-12T22:31:03.173Z | Aug 12 22:31:01.121 INFO [recovery-image] process exited with exit status: 0 (415.453977048s) |
8837 | 2024-08-12T22:31:03.178Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8838 | 2024-08-12T22:31:03.178Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8839 | 2024-08-12T22:31:03.180Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8840 | 2024-08-12T22:31:03.180Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8841 | 2024-08-12T22:31:03.180Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO ok! |
8842 | 2024-08-12T22:31:03.180Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 42 (ensure_file) COMPLETE |
8843 | 2024-08-12T22:31:03.180Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8844 | 2024-08-12T22:31:03.180Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO skip step because feature "mfg" is not enabled |
8845 | 2024-08-12T22:31:03.181Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8846 | 2024-08-12T22:31:03.181Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO skip step because feature "mfg" is not enabled |
8847 | 2024-08-12T22:31:03.181Z | [ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8848 | 2024-08-12T22:31:03.188Z | [ host-image] Aug 12 22:31:01.137 INFO O| Aug 12 22:31:01.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8849 | 2024-08-12T22:31:03.188Z | [ host-image] Aug 12 22:31:01.137 INFO O| Aug 12 22:31:01.137 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8850 | 2024-08-12T22:31:03.823Z | [ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8851 | 2024-08-12T22:31:03.823Z | [ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8852 | 2024-08-12T22:31:03.823Z | [ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO ok! |
8853 | 2024-08-12T22:31:03.826Z | [ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO STEP 45 (ensure_file) COMPLETE |
8854 | 2024-08-12T22:31:03.826Z | [ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8855 | 2024-08-12T22:31:03.836Z | [ host-image] Aug 12 22:31:01.784 INFO O| Aug 12 22:31:01.784 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8856 | 2024-08-12T22:31:03.838Z | [ host-image] Aug 12 22:31:01.784 INFO O| Aug 12 22:31:01.784 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8857 | 2024-08-12T22:31:03.838Z | [ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8858 | 2024-08-12T22:31:03.838Z | [ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8859 | 2024-08-12T22:31:03.838Z | [ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8860 | 2024-08-12T22:31:03.839Z | [ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8861 | 2024-08-12T22:31:03.839Z | [ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO ok! |
8862 | 2024-08-12T22:31:03.839Z | [ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO STEP 46 (ensure_file) COMPLETE |
8863 | 2024-08-12T22:31:03.839Z | [ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8864 | 2024-08-12T22:31:03.847Z | [ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8865 | 2024-08-12T22:31:03.847Z | [ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 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 ... |
8866 | 2024-08-12T22:31:03.850Z | [ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 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 |
8867 | 2024-08-12T22:31:03.850Z | [ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8868 | 2024-08-12T22:31:03.850Z | [ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO ok! |
8869 | 2024-08-12T22:31:03.850Z | [ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO STEP 47 (ensure_file) COMPLETE |
8870 | 2024-08-12T22:31:03.850Z | [ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8871 | 2024-08-12T22:31:03.858Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8872 | 2024-08-12T22:31:03.858Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8873 | 2024-08-12T22:31:03.862Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8874 | 2024-08-12T22:31:03.862Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8875 | 2024-08-12T22:31:03.862Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8876 | 2024-08-12T22:31:03.862Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8877 | 2024-08-12T22:31:03.862Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO ok! |
8878 | 2024-08-12T22:31:03.863Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO STEP 48 (ensure_file) COMPLETE |
8879 | 2024-08-12T22:31:03.863Z | [ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8880 | 2024-08-12T22:31:03.869Z | [ host-image] Aug 12 22:31:01.817 INFO O| Aug 12 22:31:01.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8881 | 2024-08-12T22:31:03.869Z | [ host-image] Aug 12 22:31:01.817 INFO O| Aug 12 22:31:01.817 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 ... |
8882 | 2024-08-12T22:31:03.871Z | [ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 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 |
8883 | 2024-08-12T22:31:03.871Z | [ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8884 | 2024-08-12T22:31:03.871Z | [ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO ok! |
8885 | 2024-08-12T22:31:03.872Z | [ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO STEP 49 (ensure_file) COMPLETE |
8886 | 2024-08-12T22:31:03.872Z | [ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8887 | 2024-08-12T22:31:03.878Z | [ host-image] Aug 12 22:31:01.827 INFO O| Aug 12 22:31:01.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8888 | 2024-08-12T22:31:03.878Z | [ host-image] Aug 12 22:31:01.827 INFO O| Aug 12 22:31:01.827 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8889 | 2024-08-12T22:31:03.881Z | [ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8890 | 2024-08-12T22:31:03.881Z | [ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8891 | 2024-08-12T22:31:03.881Z | [ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8892 | 2024-08-12T22:31:03.881Z | [ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8893 | 2024-08-12T22:31:03.881Z | [ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO ok! |
8894 | 2024-08-12T22:31:03.882Z | [ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO STEP 50 (ensure_file) COMPLETE |
8895 | 2024-08-12T22:31:03.882Z | [ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8896 | 2024-08-12T22:31:03.889Z | [ host-image] Aug 12 22:31:01.837 INFO O| Aug 12 22:31:01.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8897 | 2024-08-12T22:31:03.889Z | [ host-image] Aug 12 22:31:01.837 INFO O| Aug 12 22:31:01.837 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 ... |
8898 | 2024-08-12T22:31:03.892Z | [ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 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 |
8899 | 2024-08-12T22:31:03.892Z | [ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8900 | 2024-08-12T22:31:03.892Z | [ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO ok! |
8901 | 2024-08-12T22:31:03.892Z | [ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO STEP 51 (ensure_file) COMPLETE |
8902 | 2024-08-12T22:31:03.892Z | [ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8903 | 2024-08-12T22:31:03.899Z | [ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8904 | 2024-08-12T22:31:03.899Z | [ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 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 ... |
8905 | 2024-08-12T22:31:03.902Z | [ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 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 |
8906 | 2024-08-12T22:31:03.902Z | [ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8907 | 2024-08-12T22:31:03.902Z | [ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO ok! |
8908 | 2024-08-12T22:31:03.902Z | [ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO STEP 52 (ensure_file) COMPLETE |
8909 | 2024-08-12T22:31:03.902Z | [ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8910 | 2024-08-12T22:31:03.910Z | [ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8911 | 2024-08-12T22:31:03.910Z | [ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 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 ... |
8912 | 2024-08-12T22:31:03.913Z | [ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 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 |
8913 | 2024-08-12T22:31:03.913Z | [ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8914 | 2024-08-12T22:31:03.913Z | [ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO ok! |
8915 | 2024-08-12T22:31:03.913Z | [ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO STEP 53 (ensure_file) COMPLETE |
8916 | 2024-08-12T22:31:03.913Z | [ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8917 | 2024-08-12T22:31:03.921Z | [ host-image] Aug 12 22:31:01.869 INFO O| Aug 12 22:31:01.869 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8918 | 2024-08-12T22:31:03.921Z | [ host-image] Aug 12 22:31:01.870 INFO O| Aug 12 22:31:01.869 INFO STEP 54 (ensure_dir) COMPLETE |
8919 | 2024-08-12T22:31:03.923Z | [ host-image] Aug 12 22:31:01.870 INFO O| Aug 12 22:31:01.869 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8920 | 2024-08-12T22:31:03.931Z | [ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8921 | 2024-08-12T22:31:03.931Z | [ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8922 | 2024-08-12T22:31:03.934Z | [ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO STEP 55 (ensure_dir) COMPLETE |
8923 | 2024-08-12T22:31:03.934Z | [ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8924 | 2024-08-12T22:31:03.943Z | [ host-image] Aug 12 22:31:01.890 INFO O| Aug 12 22:31:01.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8925 | 2024-08-12T22:31:03.943Z | [ host-image] Aug 12 22:31:01.891 INFO O| Aug 12 22:31:01.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8926 | 2024-08-12T22:31:03.943Z | [ host-image] Aug 12 22:31:01.891 INFO O| Aug 12 22:31:01.891 INFO STEP 56 (ensure_dir) COMPLETE |
8927 | 2024-08-12T22:31:03.946Z | [ host-image] Aug 12 22:31:01.891 INFO O| Aug 12 22:31:01.891 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8928 | 2024-08-12T22:31:03.954Z | [ host-image] Aug 12 22:31:01.903 INFO O| Aug 12 22:31:01.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8929 | 2024-08-12T22:31:03.954Z | [ host-image] Aug 12 22:31:01.903 INFO O| Aug 12 22:31:01.903 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8930 | 2024-08-12T22:31:03.969Z | [ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8931 | 2024-08-12T22:31:03.969Z | [ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO ok! |
8932 | 2024-08-12T22:31:03.972Z | [ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO STEP 57 (ensure_file) COMPLETE |
8933 | 2024-08-12T22:31:03.972Z | [ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8934 | 2024-08-12T22:31:03.981Z | [ host-image] Aug 12 22:31:01.930 INFO O| Aug 12 22:31:01.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8935 | 2024-08-12T22:31:03.981Z | [ host-image] Aug 12 22:31:01.930 INFO O| Aug 12 22:31:01.930 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8936 | 2024-08-12T22:31:05.076Z | [ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8937 | 2024-08-12T22:31:05.076Z | [ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO ok! |
8938 | 2024-08-12T22:31:05.079Z | [ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO STEP 58 (ensure_file) COMPLETE |
8939 | 2024-08-12T22:31:05.079Z | [ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8940 | 2024-08-12T22:31:05.088Z | [ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8941 | 2024-08-12T22:31:05.088Z | [ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8942 | 2024-08-12T22:31:05.088Z | [ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO STEP 59 (ensure_dir) COMPLETE |
8943 | 2024-08-12T22:31:05.088Z | [ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8944 | 2024-08-12T22:31:05.098Z | [ host-image] Aug 12 22:31:03.046 INFO O| Aug 12 22:31:03.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8945 | 2024-08-12T22:31:05.098Z | [ host-image] Aug 12 22:31:03.046 INFO O| Aug 12 22:31:03.046 INFO copying /tmp/.tmpqrCA2Y/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 ... |
8946 | 2024-08-12T22:31:05.098Z | [ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8947 | 2024-08-12T22:31:05.101Z | [ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.047 INFO ok! |
8948 | 2024-08-12T22:31:05.101Z | [ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.047 INFO STEP 60 (ensure_file) COMPLETE |
8949 | 2024-08-12T22:31:05.101Z | [ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.047 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8950 | 2024-08-12T22:31:05.109Z | [ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8951 | 2024-08-12T22:31:05.109Z | [ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO copying /tmp/.tmpqrCA2Y/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 ... |
8952 | 2024-08-12T22:31:05.112Z | [ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8953 | 2024-08-12T22:31:05.112Z | [ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO ok! |
8954 | 2024-08-12T22:31:05.112Z | [ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO STEP 61 (ensure_file) COMPLETE |
8955 | 2024-08-12T22:31:05.112Z | [ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8956 | 2024-08-12T22:31:05.119Z | [ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8957 | 2024-08-12T22:31:05.119Z | [ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8958 | 2024-08-12T22:31:05.119Z | [ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO STEP 62 (ensure_dir) COMPLETE |
8959 | 2024-08-12T22:31:05.122Z | [ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8960 | 2024-08-12T22:31:05.128Z | [ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8961 | 2024-08-12T22:31:05.128Z | [ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO copying /tmp/.tmpqrCA2Y/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 ... |
8962 | 2024-08-12T22:31:05.131Z | [ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8963 | 2024-08-12T22:31:05.131Z | [ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO ok! |
8964 | 2024-08-12T22:31:05.131Z | [ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO STEP 63 (ensure_file) COMPLETE |
8965 | 2024-08-12T22:31:05.131Z | [ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8966 | 2024-08-12T22:31:05.138Z | [ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8967 | 2024-08-12T22:31:05.138Z | [ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO copying /tmp/.tmpqrCA2Y/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 ... |
8968 | 2024-08-12T22:31:05.138Z | [ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8969 | 2024-08-12T22:31:05.141Z | [ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO ok! |
8970 | 2024-08-12T22:31:05.141Z | [ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO STEP 64 (ensure_file) COMPLETE |
8971 | 2024-08-12T22:31:05.141Z | [ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8972 | 2024-08-12T22:31:05.149Z | [ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.097 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8973 | 2024-08-12T22:31:05.149Z | [ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8974 | 2024-08-12T22:31:05.152Z | [ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.098 INFO STEP 65 (ensure_dir) COMPLETE |
8975 | 2024-08-12T22:31:05.152Z | [ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.098 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8976 | 2024-08-12T22:31:05.160Z | [ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8977 | 2024-08-12T22:31:05.160Z | [ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO copying /tmp/.tmpqrCA2Y/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 ... |
8978 | 2024-08-12T22:31:05.163Z | [ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8979 | 2024-08-12T22:31:05.163Z | [ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO ok! |
8980 | 2024-08-12T22:31:05.163Z | [ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO STEP 66 (ensure_file) COMPLETE |
8981 | 2024-08-12T22:31:05.163Z | [ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8982 | 2024-08-12T22:31:05.171Z | [ host-image] Aug 12 22:31:03.119 INFO O| Aug 12 22:31:03.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
8983 | 2024-08-12T22:31:05.171Z | [ host-image] Aug 12 22:31:03.119 INFO O| Aug 12 22:31:03.119 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
8984 | 2024-08-12T22:31:05.174Z | [ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
8985 | 2024-08-12T22:31:05.174Z | [ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.119 INFO ok! |
8986 | 2024-08-12T22:31:05.174Z | [ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.120 INFO STEP 67 (ensure_file) COMPLETE |
8987 | 2024-08-12T22:31:05.174Z | [ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.120 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8988 | 2024-08-12T22:31:05.183Z | [ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8989 | 2024-08-12T22:31:05.183Z | [ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8990 | 2024-08-12T22:31:05.183Z | [ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO STEP 68 (ensure_dir) COMPLETE |
8991 | 2024-08-12T22:31:05.186Z | [ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8992 | 2024-08-12T22:31:05.193Z | [ host-image] Aug 12 22:31:03.142 INFO O| Aug 12 22:31:03.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
8993 | 2024-08-12T22:31:05.194Z | [ host-image] Aug 12 22:31:03.142 INFO O| Aug 12 22:31:03.142 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
8994 | 2024-08-12T22:31:05.739Z | [ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
8995 | 2024-08-12T22:31:05.739Z | [ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO ok! |
8996 | 2024-08-12T22:31:05.742Z | [ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO STEP 69 (ensure_file) COMPLETE |
8997 | 2024-08-12T22:31:05.742Z | [ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8998 | 2024-08-12T22:31:05.751Z | [ host-image] Aug 12 22:31:03.699 INFO O| Aug 12 22:31:03.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
8999 | 2024-08-12T22:31:05.751Z | [ host-image] Aug 12 22:31:03.699 INFO O| Aug 12 22:31:03.699 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9000 | 2024-08-12T22:31:07.178Z | [ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9001 | 2024-08-12T22:31:07.178Z | [ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO ok! |
9002 | 2024-08-12T22:31:07.182Z | [ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO STEP 70 (ensure_file) COMPLETE |
9003 | 2024-08-12T22:31:07.182Z | [ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9004 | 2024-08-12T22:31:07.190Z | [ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9005 | 2024-08-12T22:31:07.190Z | [ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9006 | 2024-08-12T22:31:07.193Z | [ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO STEP 71 (ensure_dir) COMPLETE |
9007 | 2024-08-12T22:31:07.193Z | [ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9008 | 2024-08-12T22:31:07.201Z | [ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9009 | 2024-08-12T22:31:07.201Z | [ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9010 | 2024-08-12T22:31:07.205Z | [ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9011 | 2024-08-12T22:31:07.205Z | [ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO ok! |
9012 | 2024-08-12T22:31:07.205Z | [ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO STEP 72 (ensure_file) COMPLETE |
9013 | 2024-08-12T22:31:07.205Z | [ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9014 | 2024-08-12T22:31:07.212Z | [ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9015 | 2024-08-12T22:31:07.212Z | [ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9016 | 2024-08-12T22:31:07.216Z | [ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9017 | 2024-08-12T22:31:07.216Z | [ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO ok! |
9018 | 2024-08-12T22:31:07.216Z | [ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO STEP 73 (ensure_file) COMPLETE |
9019 | 2024-08-12T22:31:07.216Z | [ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9020 | 2024-08-12T22:31:07.223Z | [ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9021 | 2024-08-12T22:31:07.223Z | [ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9022 | 2024-08-12T22:31:07.223Z | [ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9023 | 2024-08-12T22:31:07.226Z | [ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO ok! |
9024 | 2024-08-12T22:31:07.226Z | [ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO STEP 74 (ensure_file) COMPLETE |
9025 | 2024-08-12T22:31:07.226Z | [ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9026 | 2024-08-12T22:31:07.234Z | [ host-image] Aug 12 22:31:05.181 INFO O| Aug 12 22:31:05.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9027 | 2024-08-12T22:31:07.234Z | [ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.181 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9028 | 2024-08-12T22:31:07.237Z | [ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9029 | 2024-08-12T22:31:07.237Z | [ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO ok! |
9030 | 2024-08-12T22:31:07.237Z | [ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO STEP 75 (ensure_file) COMPLETE |
9031 | 2024-08-12T22:31:07.237Z | [ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9032 | 2024-08-12T22:31:07.245Z | [ host-image] Aug 12 22:31:05.192 INFO O| Aug 12 22:31:05.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9033 | 2024-08-12T22:31:07.245Z | [ host-image] Aug 12 22:31:05.193 INFO O| Aug 12 22:31:05.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9034 | 2024-08-12T22:31:07.248Z | [ host-image] Aug 12 22:31:05.193 INFO O| Aug 12 22:31:05.192 INFO STEP 76 (ensure_dir) COMPLETE |
9035 | 2024-08-12T22:31:07.248Z | [ host-image] Aug 12 22:31:05.193 INFO O| Aug 12 22:31:05.193 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9036 | 2024-08-12T22:31:07.255Z | [ host-image] Aug 12 22:31:05.202 INFO O| Aug 12 22:31:05.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9037 | 2024-08-12T22:31:07.255Z | [ host-image] Aug 12 22:31:05.203 INFO O| Aug 12 22:31:05.202 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9038 | 2024-08-12T22:31:07.725Z | [ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9039 | 2024-08-12T22:31:07.725Z | [ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO ok! |
9040 | 2024-08-12T22:31:07.725Z | [ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO STEP 77 (ensure_file) COMPLETE |
9041 | 2024-08-12T22:31:07.725Z | [ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9042 | 2024-08-12T22:31:07.736Z | [ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9043 | 2024-08-12T22:31:07.736Z | [ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9044 | 2024-08-12T22:31:07.736Z | [ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9045 | 2024-08-12T22:31:07.739Z | [ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO ok! |
9046 | 2024-08-12T22:31:07.739Z | [ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO STEP 78 (ensure_file) COMPLETE |
9047 | 2024-08-12T22:31:07.739Z | [ host-image] Aug 12 22:31:05.684 INFO O| Aug 12 22:31:05.683 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9048 | 2024-08-12T22:31:07.746Z | [ host-image] Aug 12 22:31:05.693 INFO O| Aug 12 22:31:05.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9049 | 2024-08-12T22:31:07.748Z | [ host-image] Aug 12 22:31:05.693 INFO O| Aug 12 22:31:05.693 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9050 | 2024-08-12T22:31:08.304Z | [ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9051 | 2024-08-12T22:31:08.304Z | [ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO ok! |
9052 | 2024-08-12T22:31:08.304Z | [ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO STEP 79 (ensure_file) COMPLETE |
9053 | 2024-08-12T22:31:08.307Z | [ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9054 | 2024-08-12T22:31:08.317Z | [ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9055 | 2024-08-12T22:31:08.317Z | [ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9056 | 2024-08-12T22:31:08.317Z | [ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO STEP 80 (ensure_dir) COMPLETE |
9057 | 2024-08-12T22:31:08.319Z | [ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9058 | 2024-08-12T22:31:08.327Z | [ host-image] Aug 12 22:31:06.274 INFO O| Aug 12 22:31:06.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9059 | 2024-08-12T22:31:08.327Z | [ host-image] Aug 12 22:31:06.275 INFO O| Aug 12 22:31:06.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9060 | 2024-08-12T22:31:08.330Z | [ host-image] Aug 12 22:31:06.275 INFO O| Aug 12 22:31:06.275 INFO STEP 81 (ensure_dir) COMPLETE |
9061 | 2024-08-12T22:31:08.330Z | [ host-image] Aug 12 22:31:06.275 INFO O| Aug 12 22:31:06.275 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9062 | 2024-08-12T22:31:08.340Z | [ host-image] Aug 12 22:31:06.285 INFO O| Aug 12 22:31:06.285 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9063 | 2024-08-12T22:31:08.340Z | [ host-image] Aug 12 22:31:06.286 INFO O| Aug 12 22:31:06.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9064 | 2024-08-12T22:31:08.340Z | [ host-image] Aug 12 22:31:06.286 INFO O| Aug 12 22:31:06.286 INFO STEP 82 (ensure_dir) COMPLETE |
9065 | 2024-08-12T22:31:08.340Z | [ host-image] Aug 12 22:31:06.286 INFO O| Aug 12 22:31:06.286 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9066 | 2024-08-12T22:31:08.350Z | [ host-image] Aug 12 22:31:06.297 INFO O| Aug 12 22:31:06.297 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9067 | 2024-08-12T22:31:08.353Z | [ host-image] Aug 12 22:31:06.297 INFO O| Aug 12 22:31:06.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9068 | 2024-08-12T22:31:08.353Z | [ host-image] Aug 12 22:31:06.298 INFO O| Aug 12 22:31:06.297 INFO STEP 83 (ensure_dir) COMPLETE |
9069 | 2024-08-12T22:31:08.353Z | [ host-image] Aug 12 22:31:06.298 INFO O| Aug 12 22:31:06.297 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9070 | 2024-08-12T22:31:08.361Z | [ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9071 | 2024-08-12T22:31:08.361Z | [ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9072 | 2024-08-12T22:31:08.363Z | [ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO STEP 84 (ensure_dir) COMPLETE |
9073 | 2024-08-12T22:31:08.363Z | [ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9074 | 2024-08-12T22:31:08.371Z | [ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9075 | 2024-08-12T22:31:08.371Z | [ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.318 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9076 | 2024-08-12T22:31:08.375Z | [ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9077 | 2024-08-12T22:31:08.375Z | [ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO ok! |
9078 | 2024-08-12T22:31:08.375Z | [ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO STEP 85 (ensure_file) COMPLETE |
9079 | 2024-08-12T22:31:08.375Z | [ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9080 | 2024-08-12T22:31:08.384Z | [ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9081 | 2024-08-12T22:31:08.384Z | [ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9082 | 2024-08-12T22:31:08.390Z | [ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO STEP 86 (ensure_dir) COMPLETE |
9083 | 2024-08-12T22:31:08.390Z | [ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9084 | 2024-08-12T22:31:08.396Z | [ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9085 | 2024-08-12T22:31:08.396Z | [ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9086 | 2024-08-12T22:31:08.400Z | [ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9087 | 2024-08-12T22:31:08.400Z | [ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO ok! |
9088 | 2024-08-12T22:31:08.400Z | [ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO STEP 87 (ensure_file) COMPLETE |
9089 | 2024-08-12T22:31:08.400Z | [ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9090 | 2024-08-12T22:31:08.407Z | [ host-image] Aug 12 22:31:06.354 INFO O| Aug 12 22:31:06.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9091 | 2024-08-12T22:31:08.407Z | [ host-image] Aug 12 22:31:06.354 INFO O| Aug 12 22:31:06.354 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9092 | 2024-08-12T22:31:08.419Z | [ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9093 | 2024-08-12T22:31:08.419Z | [ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO ok! |
9094 | 2024-08-12T22:31:08.422Z | [ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO STEP 88 (ensure_file) COMPLETE |
9095 | 2024-08-12T22:31:08.422Z | [ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9096 | 2024-08-12T22:31:08.432Z | [ host-image] Aug 12 22:31:06.379 INFO O| Aug 12 22:31:06.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9097 | 2024-08-12T22:31:08.434Z | [ host-image] Aug 12 22:31:06.379 INFO O| Aug 12 22:31:06.379 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9098 | 2024-08-12T22:31:08.918Z | [ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9099 | 2024-08-12T22:31:08.918Z | [ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO ok! |
9100 | 2024-08-12T22:31:08.921Z | [ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO STEP 89 (ensure_file) COMPLETE |
9101 | 2024-08-12T22:31:08.921Z | [ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9102 | 2024-08-12T22:31:08.934Z | [ host-image] Aug 12 22:31:06.880 INFO O| Aug 12 22:31:06.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9103 | 2024-08-12T22:31:08.934Z | [ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.880 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9104 | 2024-08-12T22:31:08.936Z | [ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9105 | 2024-08-12T22:31:08.936Z | [ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO ok! |
9106 | 2024-08-12T22:31:08.936Z | [ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO STEP 90 (ensure_file) COMPLETE |
9107 | 2024-08-12T22:31:08.936Z | [ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9108 | 2024-08-12T22:31:08.946Z | [ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9109 | 2024-08-12T22:31:08.946Z | [ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9110 | 2024-08-12T22:31:08.946Z | [ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO STEP 91 (ensure_dir) COMPLETE |
9111 | 2024-08-12T22:31:08.946Z | [ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9112 | 2024-08-12T22:31:08.958Z | [ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9113 | 2024-08-12T22:31:08.958Z | [ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9114 | 2024-08-12T22:31:08.961Z | [ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9115 | 2024-08-12T22:31:08.961Z | [ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO ok! |
9116 | 2024-08-12T22:31:08.961Z | [ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO STEP 92 (ensure_file) COMPLETE |
9117 | 2024-08-12T22:31:08.961Z | [ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9118 | 2024-08-12T22:31:08.969Z | [ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9119 | 2024-08-12T22:31:08.969Z | [ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9120 | 2024-08-12T22:31:08.969Z | [ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9121 | 2024-08-12T22:31:08.969Z | [ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO ok! |
9122 | 2024-08-12T22:31:08.972Z | [ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO STEP 93 (ensure_file) COMPLETE |
9123 | 2024-08-12T22:31:08.972Z | [ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9124 | 2024-08-12T22:31:08.979Z | [ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9125 | 2024-08-12T22:31:08.979Z | [ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9126 | 2024-08-12T22:31:08.982Z | [ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9127 | 2024-08-12T22:31:08.982Z | [ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO ok! |
9128 | 2024-08-12T22:31:08.982Z | [ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO STEP 94 (ensure_file) COMPLETE |
9129 | 2024-08-12T22:31:08.982Z | [ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9130 | 2024-08-12T22:31:08.989Z | [ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9131 | 2024-08-12T22:31:08.989Z | [ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9132 | 2024-08-12T22:31:08.992Z | [ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9133 | 2024-08-12T22:31:08.992Z | [ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO ok! |
9134 | 2024-08-12T22:31:08.992Z | [ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO STEP 95 (ensure_file) COMPLETE |
9135 | 2024-08-12T22:31:08.992Z | [ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9136 | 2024-08-12T22:31:08.999Z | [ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9137 | 2024-08-12T22:31:08.999Z | [ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9138 | 2024-08-12T22:31:09.003Z | [ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9139 | 2024-08-12T22:31:09.003Z | [ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO ok! |
9140 | 2024-08-12T22:31:09.003Z | [ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO STEP 96 (ensure_file) COMPLETE |
9141 | 2024-08-12T22:31:09.003Z | [ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9142 | 2024-08-12T22:31:09.010Z | [ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9143 | 2024-08-12T22:31:09.010Z | [ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9144 | 2024-08-12T22:31:09.012Z | [ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9145 | 2024-08-12T22:31:09.012Z | [ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO ok! |
9146 | 2024-08-12T22:31:09.013Z | [ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO STEP 97 (ensure_file) COMPLETE |
9147 | 2024-08-12T22:31:09.013Z | [ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9148 | 2024-08-12T22:31:09.021Z | [ host-image] Aug 12 22:31:06.967 INFO O| Aug 12 22:31:06.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9149 | 2024-08-12T22:31:09.021Z | [ host-image] Aug 12 22:31:06.967 INFO O| Aug 12 22:31:06.967 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9150 | 2024-08-12T22:31:09.023Z | [ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9151 | 2024-08-12T22:31:09.023Z | [ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO ok! |
9152 | 2024-08-12T22:31:09.023Z | [ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO STEP 98 (ensure_file) COMPLETE |
9153 | 2024-08-12T22:31:09.023Z | [ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9154 | 2024-08-12T22:31:09.032Z | [ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9155 | 2024-08-12T22:31:09.032Z | [ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9156 | 2024-08-12T22:31:09.035Z | [ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9157 | 2024-08-12T22:31:09.035Z | [ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO ok! |
9158 | 2024-08-12T22:31:09.035Z | [ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO STEP 99 (ensure_file) COMPLETE |
9159 | 2024-08-12T22:31:09.035Z | [ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9160 | 2024-08-12T22:31:09.043Z | [ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9161 | 2024-08-12T22:31:09.043Z | [ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9162 | 2024-08-12T22:31:09.046Z | [ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9163 | 2024-08-12T22:31:09.046Z | [ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO ok! |
9164 | 2024-08-12T22:31:09.046Z | [ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO STEP 100 (ensure_file) COMPLETE |
9165 | 2024-08-12T22:31:09.046Z | [ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9166 | 2024-08-12T22:31:09.054Z | [ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9167 | 2024-08-12T22:31:09.054Z | [ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9168 | 2024-08-12T22:31:09.056Z | [ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9169 | 2024-08-12T22:31:09.056Z | [ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO ok! |
9170 | 2024-08-12T22:31:09.056Z | [ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO STEP 101 (ensure_file) COMPLETE |
9171 | 2024-08-12T22:31:09.057Z | [ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9172 | 2024-08-12T22:31:09.065Z | [ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9173 | 2024-08-12T22:31:09.065Z | [ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9174 | 2024-08-12T22:31:09.068Z | [ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9175 | 2024-08-12T22:31:09.068Z | [ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO ok! |
9176 | 2024-08-12T22:31:09.068Z | [ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO STEP 102 (ensure_file) COMPLETE |
9177 | 2024-08-12T22:31:09.068Z | [ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9178 | 2024-08-12T22:31:09.076Z | [ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9179 | 2024-08-12T22:31:09.080Z | [ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9180 | 2024-08-12T22:31:09.080Z | [ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9181 | 2024-08-12T22:31:09.080Z | [ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO ok! |
9182 | 2024-08-12T22:31:09.080Z | [ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO STEP 103 (ensure_file) COMPLETE |
9183 | 2024-08-12T22:31:09.080Z | [ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9184 | 2024-08-12T22:31:09.087Z | [ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9185 | 2024-08-12T22:31:09.087Z | [ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9186 | 2024-08-12T22:31:09.090Z | [ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9187 | 2024-08-12T22:31:09.090Z | [ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO ok! |
9188 | 2024-08-12T22:31:09.090Z | [ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO STEP 104 (ensure_file) COMPLETE |
9189 | 2024-08-12T22:31:09.090Z | [ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9190 | 2024-08-12T22:31:09.098Z | [ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9191 | 2024-08-12T22:31:09.098Z | [ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9192 | 2024-08-12T22:31:09.101Z | [ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9193 | 2024-08-12T22:31:09.101Z | [ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO ok! |
9194 | 2024-08-12T22:31:09.101Z | [ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO STEP 105 (ensure_file) COMPLETE |
9195 | 2024-08-12T22:31:09.101Z | [ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9196 | 2024-08-12T22:31:09.109Z | [ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9197 | 2024-08-12T22:31:09.109Z | [ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9198 | 2024-08-12T22:31:09.111Z | [ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9199 | 2024-08-12T22:31:09.111Z | [ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO ok! |
9200 | 2024-08-12T22:31:09.111Z | [ host-image] Aug 12 22:31:07.056 INFO O| Aug 12 22:31:07.055 INFO STEP 106 (ensure_file) COMPLETE |
9201 | 2024-08-12T22:31:09.111Z | [ host-image] Aug 12 22:31:07.056 INFO O| Aug 12 22:31:07.055 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9202 | 2024-08-12T22:31:09.120Z | [ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9203 | 2024-08-12T22:31:09.121Z | [ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9204 | 2024-08-12T22:31:09.123Z | [ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9205 | 2024-08-12T22:31:09.123Z | [ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO ok! |
9206 | 2024-08-12T22:31:09.123Z | [ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO STEP 107 (ensure_file) COMPLETE |
9207 | 2024-08-12T22:31:09.123Z | [ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9208 | 2024-08-12T22:31:09.133Z | [ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9209 | 2024-08-12T22:31:09.133Z | [ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9210 | 2024-08-12T22:31:09.136Z | [ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9211 | 2024-08-12T22:31:09.136Z | [ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO ok! |
9212 | 2024-08-12T22:31:09.136Z | [ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO STEP 108 (ensure_file) COMPLETE |
9213 | 2024-08-12T22:31:09.136Z | [ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9214 | 2024-08-12T22:31:09.145Z | [ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9215 | 2024-08-12T22:31:09.145Z | [ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9216 | 2024-08-12T22:31:09.146Z | [ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9217 | 2024-08-12T22:31:09.148Z | [ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO ok! |
9218 | 2024-08-12T22:31:09.148Z | [ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO STEP 109 (ensure_file) COMPLETE |
9219 | 2024-08-12T22:31:09.148Z | [ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9220 | 2024-08-12T22:31:09.160Z | [ host-image] Aug 12 22:31:07.106 INFO O| Aug 12 22:31:07.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9221 | 2024-08-12T22:31:09.160Z | [ host-image] Aug 12 22:31:07.106 INFO O| Aug 12 22:31:07.106 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9222 | 2024-08-12T22:31:09.163Z | [ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9223 | 2024-08-12T22:31:09.163Z | [ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.107 INFO ok! |
9224 | 2024-08-12T22:31:09.163Z | [ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.107 INFO STEP 110 (ensure_file) COMPLETE |
9225 | 2024-08-12T22:31:09.163Z | [ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.107 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9226 | 2024-08-12T22:31:09.173Z | [ host-image] Aug 12 22:31:07.119 INFO O| Aug 12 22:31:07.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9227 | 2024-08-12T22:31:09.175Z | [ host-image] Aug 12 22:31:07.119 INFO O| Aug 12 22:31:07.119 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9228 | 2024-08-12T22:31:09.175Z | [ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9229 | 2024-08-12T22:31:09.175Z | [ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO ok! |
9230 | 2024-08-12T22:31:09.175Z | [ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO STEP 111 (ensure_file) COMPLETE |
9231 | 2024-08-12T22:31:09.175Z | [ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9232 | 2024-08-12T22:31:09.183Z | [ host-image] Aug 12 22:31:07.130 INFO O| Aug 12 22:31:07.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9233 | 2024-08-12T22:31:09.184Z | [ host-image] Aug 12 22:31:07.130 INFO O| Aug 12 22:31:07.130 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9234 | 2024-08-12T22:31:09.186Z | [ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9235 | 2024-08-12T22:31:09.186Z | [ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.131 INFO ok! |
9236 | 2024-08-12T22:31:09.186Z | [ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.131 INFO STEP 112 (ensure_file) COMPLETE |
9237 | 2024-08-12T22:31:09.186Z | [ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.131 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9238 | 2024-08-12T22:31:09.194Z | [ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9239 | 2024-08-12T22:31:09.196Z | [ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9240 | 2024-08-12T22:31:09.196Z | [ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9241 | 2024-08-12T22:31:09.196Z | [ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO ok! |
9242 | 2024-08-12T22:31:09.196Z | [ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO STEP 113 (ensure_file) COMPLETE |
9243 | 2024-08-12T22:31:09.196Z | [ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9244 | 2024-08-12T22:31:09.204Z | [ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9245 | 2024-08-12T22:31:09.204Z | [ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9246 | 2024-08-12T22:31:09.206Z | [ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9247 | 2024-08-12T22:31:09.207Z | [ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO ok! |
9248 | 2024-08-12T22:31:09.207Z | [ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO STEP 114 (ensure_file) COMPLETE |
9249 | 2024-08-12T22:31:09.207Z | [ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9250 | 2024-08-12T22:31:09.214Z | [ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9251 | 2024-08-12T22:31:09.214Z | [ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9252 | 2024-08-12T22:31:09.217Z | [ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9253 | 2024-08-12T22:31:09.217Z | [ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO ok! |
9254 | 2024-08-12T22:31:09.217Z | [ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO STEP 115 (ensure_file) COMPLETE |
9255 | 2024-08-12T22:31:09.217Z | [ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9256 | 2024-08-12T22:31:09.225Z | [ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9257 | 2024-08-12T22:31:09.225Z | [ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9258 | 2024-08-12T22:31:09.228Z | [ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9259 | 2024-08-12T22:31:09.228Z | [ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO ok! |
9260 | 2024-08-12T22:31:09.228Z | [ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO STEP 116 (ensure_file) COMPLETE |
9261 | 2024-08-12T22:31:09.228Z | [ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9262 | 2024-08-12T22:31:09.237Z | [ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9263 | 2024-08-12T22:31:09.237Z | [ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9264 | 2024-08-12T22:31:09.240Z | [ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9265 | 2024-08-12T22:31:09.240Z | [ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO ok! |
9266 | 2024-08-12T22:31:09.240Z | [ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO STEP 117 (ensure_file) COMPLETE |
9267 | 2024-08-12T22:31:09.240Z | [ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9268 | 2024-08-12T22:31:09.250Z | [ host-image] Aug 12 22:31:07.196 INFO O| Aug 12 22:31:07.196 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9269 | 2024-08-12T22:31:09.250Z | [ host-image] Aug 12 22:31:07.196 INFO O| Aug 12 22:31:07.196 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9270 | 2024-08-12T22:31:09.252Z | [ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9271 | 2024-08-12T22:31:09.252Z | [ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.197 INFO ok! |
9272 | 2024-08-12T22:31:09.252Z | [ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.197 INFO STEP 118 (ensure_file) COMPLETE |
9273 | 2024-08-12T22:31:09.252Z | [ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.197 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9274 | 2024-08-12T22:31:09.260Z | [ host-image] Aug 12 22:31:07.207 INFO O| Aug 12 22:31:07.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9275 | 2024-08-12T22:31:09.260Z | [ host-image] Aug 12 22:31:07.207 INFO O| Aug 12 22:31:07.207 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9276 | 2024-08-12T22:31:12.476Z | [ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9277 | 2024-08-12T22:31:12.476Z | [ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO ok! |
9278 | 2024-08-12T22:31:12.479Z | [ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO STEP 119 (ensure_file) COMPLETE |
9279 | 2024-08-12T22:31:12.479Z | [ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9280 | 2024-08-12T22:31:12.488Z | [ host-image] Aug 12 22:31:10.434 INFO O| Aug 12 22:31:10.434 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9281 | 2024-08-12T22:31:12.488Z | [ host-image] Aug 12 22:31:10.434 INFO O| Aug 12 22:31:10.434 INFO STEP 120 (ensure_dir) COMPLETE |
9282 | 2024-08-12T22:31:12.491Z | [ host-image] Aug 12 22:31:10.434 INFO O| Aug 12 22:31:10.434 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9283 | 2024-08-12T22:31:12.498Z | [ host-image] Aug 12 22:31:10.444 INFO O| Aug 12 22:31:10.444 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9284 | 2024-08-12T22:31:12.498Z | [ host-image] Aug 12 22:31:10.444 INFO O| Aug 12 22:31:10.444 INFO STEP 121 (ensure_dir) COMPLETE |
9285 | 2024-08-12T22:31:12.501Z | [ host-image] Aug 12 22:31:10.444 INFO O| Aug 12 22:31:10.444 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9286 | 2024-08-12T22:31:12.508Z | [ host-image] Aug 12 22:31:10.454 INFO O| Aug 12 22:31:10.454 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9287 | 2024-08-12T22:31:12.508Z | [ host-image] Aug 12 22:31:10.454 INFO O| Aug 12 22:31:10.454 INFO STEP 122 (ensure_dir) COMPLETE |
9288 | 2024-08-12T22:31:12.508Z | [ host-image] Aug 12 22:31:10.454 INFO O| Aug 12 22:31:10.454 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9289 | 2024-08-12T22:31:12.519Z | [ host-image] Aug 12 22:31:10.464 INFO O| Aug 12 22:31:10.464 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9290 | 2024-08-12T22:31:12.519Z | [ host-image] Aug 12 22:31:10.464 INFO O| Aug 12 22:31:10.464 INFO STEP 123 (ensure_dir) COMPLETE |
9291 | 2024-08-12T22:31:12.519Z | [ host-image] Aug 12 22:31:10.464 INFO O| Aug 12 22:31:10.464 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9292 | 2024-08-12T22:31:12.528Z | [ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9293 | 2024-08-12T22:31:12.529Z | [ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO copying /tmp/.tmpqrCA2Y/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 ... |
9294 | 2024-08-12T22:31:12.531Z | [ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9295 | 2024-08-12T22:31:12.531Z | [ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO ok! |
9296 | 2024-08-12T22:31:12.531Z | [ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO STEP 124 (ensure_file) COMPLETE |
9297 | 2024-08-12T22:31:12.531Z | [ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9298 | 2024-08-12T22:31:12.540Z | [ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9299 | 2024-08-12T22:31:12.540Z | [ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9300 | 2024-08-12T22:31:12.543Z | [ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9301 | 2024-08-12T22:31:12.543Z | [ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO STEP 125 (ensure_dir) COMPLETE |
9302 | 2024-08-12T22:31:12.543Z | [ host-image] Aug 12 22:31:10.486 INFO O| Aug 12 22:31:10.485 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9303 | 2024-08-12T22:31:12.551Z | [ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.496 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9304 | 2024-08-12T22:31:12.551Z | [ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9305 | 2024-08-12T22:31:12.554Z | [ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9306 | 2024-08-12T22:31:12.554Z | [ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO ok! |
9307 | 2024-08-12T22:31:12.554Z | [ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO STEP 126 (ensure_file) COMPLETE |
9308 | 2024-08-12T22:31:12.554Z | [ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9309 | 2024-08-12T22:31:12.562Z | [ host-image] Aug 12 22:31:10.507 INFO O| Aug 12 22:31:10.507 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9310 | 2024-08-12T22:31:12.565Z | [ host-image] Aug 12 22:31:10.508 INFO O| Aug 12 22:31:10.508 INFO STEP 127 (remove_files) COMPLETE |
9311 | 2024-08-12T22:31:12.565Z | [ host-image] Aug 12 22:31:10.508 INFO O| Aug 12 22:31:10.508 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9312 | 2024-08-12T22:31:12.573Z | [ host-image] Aug 12 22:31:10.518 INFO O| Aug 12 22:31:10.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9313 | 2024-08-12T22:31:12.575Z | [ host-image] Aug 12 22:31:10.518 INFO O| Aug 12 22:31:10.518 INFO STEP 128 (remove_files) COMPLETE |
9314 | 2024-08-12T22:31:12.575Z | [ host-image] Aug 12 22:31:10.518 INFO O| Aug 12 22:31:10.518 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9315 | 2024-08-12T22:31:12.583Z | [ host-image] Aug 12 22:31:10.529 INFO O| Aug 12 22:31:10.529 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9316 | 2024-08-12T22:31:12.586Z | [ host-image] Aug 12 22:31:10.529 INFO O| Aug 12 22:31:10.529 INFO STEP 129 (remove_files) COMPLETE |
9317 | 2024-08-12T22:31:12.586Z | [ host-image] Aug 12 22:31:10.529 INFO O| Aug 12 22:31:10.529 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9318 | 2024-08-12T22:31:12.595Z | [ host-image] Aug 12 22:31:10.539 INFO O| Aug 12 22:31:10.539 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9319 | 2024-08-12T22:31:12.598Z | [ host-image] Aug 12 22:31:10.540 INFO O| Aug 12 22:31:10.540 INFO STEP 130 (remove_files) COMPLETE |
9320 | 2024-08-12T22:31:12.598Z | [ host-image] Aug 12 22:31:10.540 INFO O| Aug 12 22:31:10.540 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9321 | 2024-08-12T22:31:12.604Z | [ host-image] Aug 12 22:31:10.549 INFO O| Aug 12 22:31:10.549 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9322 | 2024-08-12T22:31:12.607Z | [ host-image] Aug 12 22:31:10.550 INFO O| Aug 12 22:31:10.550 INFO STEP 131 (remove_files) COMPLETE |
9323 | 2024-08-12T22:31:12.607Z | [ host-image] Aug 12 22:31:10.550 INFO O| Aug 12 22:31:10.550 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9324 | 2024-08-12T22:31:12.614Z | [ host-image] Aug 12 22:31:10.560 INFO O| Aug 12 22:31:10.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9325 | 2024-08-12T22:31:12.617Z | [ host-image] Aug 12 22:31:10.560 INFO O| Aug 12 22:31:10.560 INFO STEP 132 (remove_files) COMPLETE |
9326 | 2024-08-12T22:31:12.617Z | [ host-image] Aug 12 22:31:10.560 INFO O| Aug 12 22:31:10.560 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9327 | 2024-08-12T22:31:12.625Z | [ host-image] Aug 12 22:31:10.570 INFO O| Aug 12 22:31:10.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9328 | 2024-08-12T22:31:12.625Z | [ host-image] Aug 12 22:31:10.570 INFO O| Aug 12 22:31:10.570 INFO STEP 133 (remove_files) COMPLETE |
9329 | 2024-08-12T22:31:12.627Z | [ host-image] Aug 12 22:31:10.570 INFO O| Aug 12 22:31:10.570 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9330 | 2024-08-12T22:31:12.635Z | [ host-image] Aug 12 22:31:10.580 INFO O| Aug 12 22:31:10.580 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9331 | 2024-08-12T22:31:12.635Z | [ host-image] Aug 12 22:31:10.580 INFO O| Aug 12 22:31:10.580 INFO STEP 134 (remove_files) COMPLETE |
9332 | 2024-08-12T22:31:12.635Z | [ host-image] Aug 12 22:31:10.580 INFO O| Aug 12 22:31:10.580 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9333 | 2024-08-12T22:31:12.645Z | [ host-image] Aug 12 22:31:10.590 INFO O| Aug 12 22:31:10.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9334 | 2024-08-12T22:31:12.645Z | [ host-image] Aug 12 22:31:10.590 INFO O| Aug 12 22:31:10.590 INFO STEP 135 (remove_files) COMPLETE |
9335 | 2024-08-12T22:31:12.647Z | [ host-image] Aug 12 22:31:10.590 INFO O| Aug 12 22:31:10.590 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9336 | 2024-08-12T22:31:12.655Z | [ host-image] Aug 12 22:31:10.601 INFO O| Aug 12 22:31:10.601 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9337 | 2024-08-12T22:31:12.655Z | [ host-image] Aug 12 22:31:10.601 INFO O| Aug 12 22:31:10.601 INFO STEP 136 (remove_files) COMPLETE |
9338 | 2024-08-12T22:31:12.658Z | [ host-image] Aug 12 22:31:10.601 INFO O| Aug 12 22:31:10.601 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9339 | 2024-08-12T22:31:12.666Z | [ host-image] Aug 12 22:31:10.611 INFO O| Aug 12 22:31:10.611 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9340 | 2024-08-12T22:31:12.666Z | [ host-image] Aug 12 22:31:10.611 INFO O| Aug 12 22:31:10.611 INFO STEP 137 (remove_files) COMPLETE |
9341 | 2024-08-12T22:31:12.668Z | [ host-image] Aug 12 22:31:10.611 INFO O| Aug 12 22:31:10.611 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9342 | 2024-08-12T22:31:12.676Z | [ host-image] Aug 12 22:31:10.622 INFO O| Aug 12 22:31:10.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9343 | 2024-08-12T22:31:12.676Z | [ host-image] Aug 12 22:31:10.622 INFO O| Aug 12 22:31:10.622 INFO STEP 138 (remove_files) COMPLETE |
9344 | 2024-08-12T22:31:12.679Z | [ host-image] Aug 12 22:31:10.622 INFO O| Aug 12 22:31:10.622 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9345 | 2024-08-12T22:31:12.687Z | [ host-image] Aug 12 22:31:10.633 INFO O| Aug 12 22:31:10.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9346 | 2024-08-12T22:31:12.687Z | [ host-image] Aug 12 22:31:10.633 INFO O| Aug 12 22:31:10.633 INFO STEP 139 (remove_files) COMPLETE |
9347 | 2024-08-12T22:31:12.687Z | [ host-image] Aug 12 22:31:10.633 INFO O| Aug 12 22:31:10.633 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9348 | 2024-08-12T22:31:12.697Z | [ host-image] Aug 12 22:31:10.643 INFO O| Aug 12 22:31:10.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9349 | 2024-08-12T22:31:12.700Z | [ host-image] Aug 12 22:31:10.643 INFO O| Aug 12 22:31:10.643 INFO STEP 140 (remove_files) COMPLETE |
9350 | 2024-08-12T22:31:12.700Z | [ host-image] Aug 12 22:31:10.643 INFO O| Aug 12 22:31:10.643 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9351 | 2024-08-12T22:31:12.708Z | [ host-image] Aug 12 22:31:10.653 INFO O| Aug 12 22:31:10.653 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9352 | 2024-08-12T22:31:12.708Z | [ host-image] Aug 12 22:31:10.653 INFO O| Aug 12 22:31:10.653 INFO STEP 141 (remove_files) COMPLETE |
9353 | 2024-08-12T22:31:12.708Z | [ host-image] Aug 12 22:31:10.653 INFO O| Aug 12 22:31:10.653 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9354 | 2024-08-12T22:31:12.718Z | [ host-image] Aug 12 22:31:10.663 INFO O| Aug 12 22:31:10.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9355 | 2024-08-12T22:31:12.718Z | [ host-image] Aug 12 22:31:10.663 INFO O| Aug 12 22:31:10.663 INFO STEP 142 (remove_files) COMPLETE |
9356 | 2024-08-12T22:31:12.718Z | [ host-image] Aug 12 22:31:10.663 INFO O| Aug 12 22:31:10.663 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9357 | 2024-08-12T22:31:12.728Z | [ host-image] Aug 12 22:31:10.673 INFO O| Aug 12 22:31:10.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9358 | 2024-08-12T22:31:12.729Z | [ host-image] Aug 12 22:31:10.673 INFO O| Aug 12 22:31:10.673 INFO STEP 143 (remove_files) COMPLETE |
9359 | 2024-08-12T22:31:12.731Z | [ host-image] Aug 12 22:31:10.673 INFO O| Aug 12 22:31:10.673 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9360 | 2024-08-12T22:31:12.738Z | [ host-image] Aug 12 22:31:10.683 INFO O| Aug 12 22:31:10.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9361 | 2024-08-12T22:31:12.738Z | [ host-image] Aug 12 22:31:10.683 INFO O| Aug 12 22:31:10.683 INFO STEP 144 (remove_files) COMPLETE |
9362 | 2024-08-12T22:31:12.738Z | [ host-image] Aug 12 22:31:10.683 INFO O| Aug 12 22:31:10.683 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9363 | 2024-08-12T22:31:12.749Z | [ host-image] Aug 12 22:31:10.694 INFO O| Aug 12 22:31:10.694 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9364 | 2024-08-12T22:31:12.749Z | [ host-image] Aug 12 22:31:10.694 INFO O| Aug 12 22:31:10.694 INFO STEP 145 (remove_files) COMPLETE |
9365 | 2024-08-12T22:31:12.752Z | [ host-image] Aug 12 22:31:10.694 INFO O| Aug 12 22:31:10.694 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9366 | 2024-08-12T22:31:12.759Z | [ host-image] Aug 12 22:31:10.704 INFO O| Aug 12 22:31:10.704 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9367 | 2024-08-12T22:31:12.761Z | [ host-image] Aug 12 22:31:10.704 INFO O| Aug 12 22:31:10.704 INFO STEP 146 (remove_files) COMPLETE |
9368 | 2024-08-12T22:31:12.761Z | [ host-image] Aug 12 22:31:10.704 INFO O| Aug 12 22:31:10.704 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9369 | 2024-08-12T22:31:12.770Z | [ host-image] Aug 12 22:31:10.715 INFO O| Aug 12 22:31:10.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9370 | 2024-08-12T22:31:12.770Z | [ host-image] Aug 12 22:31:10.715 INFO O| Aug 12 22:31:10.715 INFO STEP 147 (remove_files) COMPLETE |
9371 | 2024-08-12T22:31:12.770Z | [ host-image] Aug 12 22:31:10.715 INFO O| Aug 12 22:31:10.715 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9372 | 2024-08-12T22:31:12.780Z | [ host-image] Aug 12 22:31:10.725 INFO O| Aug 12 22:31:10.725 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9373 | 2024-08-12T22:31:12.784Z | [ host-image] Aug 12 22:31:10.725 INFO O| Aug 12 22:31:10.725 INFO STEP 148 (remove_files) COMPLETE |
9374 | 2024-08-12T22:31:12.785Z | [ host-image] Aug 12 22:31:10.725 INFO O| Aug 12 22:31:10.725 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9375 | 2024-08-12T22:31:12.791Z | [ host-image] Aug 12 22:31:10.736 INFO O| Aug 12 22:31:10.736 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9376 | 2024-08-12T22:31:12.791Z | [ host-image] Aug 12 22:31:10.736 INFO O| Aug 12 22:31:10.736 INFO STEP 149 (remove_files) COMPLETE |
9377 | 2024-08-12T22:31:12.793Z | [ host-image] Aug 12 22:31:10.736 INFO O| Aug 12 22:31:10.736 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9378 | 2024-08-12T22:31:12.802Z | [ host-image] Aug 12 22:31:10.747 INFO O| Aug 12 22:31:10.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9379 | 2024-08-12T22:31:12.802Z | [ host-image] Aug 12 22:31:10.747 INFO O| Aug 12 22:31:10.747 INFO STEP 150 (remove_files) COMPLETE |
9380 | 2024-08-12T22:31:12.802Z | [ host-image] Aug 12 22:31:10.747 INFO O| Aug 12 22:31:10.747 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9381 | 2024-08-12T22:31:12.815Z | [ host-image] Aug 12 22:31:10.758 INFO O| Aug 12 22:31:10.758 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9382 | 2024-08-12T22:31:12.815Z | [ host-image] Aug 12 22:31:10.758 INFO O| Aug 12 22:31:10.758 INFO STEP 151 (remove_files) COMPLETE |
9383 | 2024-08-12T22:31:12.815Z | [ host-image] Aug 12 22:31:10.758 INFO O| Aug 12 22:31:10.758 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9384 | 2024-08-12T22:31:12.822Z | [ host-image] Aug 12 22:31:10.767 INFO O| Aug 12 22:31:10.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9385 | 2024-08-12T22:31:12.822Z | [ host-image] Aug 12 22:31:10.768 INFO O| Aug 12 22:31:10.768 INFO STEP 152 (remove_files) COMPLETE |
9386 | 2024-08-12T22:31:12.825Z | [ host-image] Aug 12 22:31:10.768 INFO O| Aug 12 22:31:10.768 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9387 | 2024-08-12T22:31:12.832Z | [ host-image] Aug 12 22:31:10.777 INFO O| Aug 12 22:31:10.777 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9388 | 2024-08-12T22:31:12.832Z | [ host-image] Aug 12 22:31:10.777 INFO O| Aug 12 22:31:10.777 INFO STEP 153 (remove_files) COMPLETE |
9389 | 2024-08-12T22:31:12.835Z | [ host-image] Aug 12 22:31:10.777 INFO O| Aug 12 22:31:10.777 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9390 | 2024-08-12T22:31:12.842Z | [ host-image] Aug 12 22:31:10.787 INFO O| Aug 12 22:31:10.787 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9391 | 2024-08-12T22:31:12.842Z | [ host-image] Aug 12 22:31:10.788 INFO O| Aug 12 22:31:10.787 INFO STEP 154 (remove_files) COMPLETE |
9392 | 2024-08-12T22:31:12.842Z | [ host-image] Aug 12 22:31:10.788 INFO O| Aug 12 22:31:10.788 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9393 | 2024-08-12T22:31:12.853Z | [ host-image] Aug 12 22:31:10.797 INFO O| Aug 12 22:31:10.797 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9394 | 2024-08-12T22:31:12.853Z | [ host-image] Aug 12 22:31:10.797 INFO O| Aug 12 22:31:10.797 INFO STEP 155 (remove_files) COMPLETE |
9395 | 2024-08-12T22:31:12.853Z | [ host-image] Aug 12 22:31:10.797 INFO O| Aug 12 22:31:10.797 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9396 | 2024-08-12T22:31:12.867Z | [ host-image] Aug 12 22:31:10.812 INFO O| Aug 12 22:31:10.812 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9397 | 2024-08-12T22:31:12.870Z | [ host-image] Aug 12 22:31:10.812 INFO O| Aug 12 22:31:10.812 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9398 | 2024-08-12T22:31:18.835Z | [ host-image] Aug 12 22:31:16.778 INFO O| Aug 12 22:31:16.778 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 |
9399 | 2024-08-12T22:31:18.835Z | [ host-image] Aug 12 22:31:16.778 INFO O| Aug 12 22:31:16.778 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9400 | 2024-08-12T22:31:18.850Z | [ host-image] Aug 12 22:31:16.792 INFO O| Aug 12 22:31:16.792 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9401 | 2024-08-12T22:31:18.933Z | [ host-image] Aug 12 22:31:16.875 INFO O| Aug 12 22:31:16.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9402 | 2024-08-12T22:31:18.933Z | [ host-image] Aug 12 22:31:16.875 INFO O| Aug 12 22:31:16.875 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9403 | 2024-08-12T22:31:18.935Z | [ host-image] Aug 12 22:31:16.877 INFO O| Aug 12 22:31:16.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9404 | 2024-08-12T22:31:18.935Z | [ host-image] Aug 12 22:31:16.877 INFO O| Aug 12 22:31:16.877 INFO ok! |
9405 | 2024-08-12T22:31:18.935Z | [ host-image] Aug 12 22:31:16.877 INFO O| Aug 12 22:31:16.877 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9406 | 2024-08-12T22:31:18.935Z | [ host-image] Aug 12 22:31:16.878 INFO O| Aug 12 22:31:16.877 INFO STEP 156 (seed_smf) COMPLETE |
9407 | 2024-08-12T22:31:18.935Z | [ host-image] Aug 12 22:31:16.878 INFO O| Aug 12 22:31:16.878 INFO steps complete; finalising image! |
9408 | 2024-08-12T22:31:18.935Z | [ host-image] Aug 12 22:31:16.878 INFO O| Aug 12 22:31:16.878 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9409 | 2024-08-12T22:31:19.076Z | [ host-image] Aug 12 22:31:17.019 INFO O| Aug 12 22:31:17.019 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Mon Aug 12 22:31:16 2024) |
9410 | 2024-08-12T22:31:19.301Z | [ host-image] Aug 12 22:31:17.244 INFO O| Aug 12 22:31:17.244 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio |
9411 | 2024-08-12T22:31:19.301Z | [ host-image] Aug 12 22:31:17.244 INFO O| Aug 12 22:31:17.244 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9412 | 2024-08-12T22:31:19.614Z | [ host-image] Aug 12 22:31:17.557 INFO O| Aug 12 22:31:17.556 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9413 | 2024-08-12T22:31:19.614Z | [ host-image] Aug 12 22:31:17.557 INFO O| Aug 12 22:31:17.557 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9414 | 2024-08-12T22:31:20.708Z | [ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9415 | 2024-08-12T22:31:20.708Z | [ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9416 | 2024-08-12T22:31:20.710Z | [ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9417 | 2024-08-12T22:31:20.710Z | [ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO completed processing gimlet/zfs |
9418 | 2024-08-12T22:31:20.711Z | [ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9419 | 2024-08-12T22:31:27.235Z | [ host-image] Aug 12 22:31:25.175 INFO O| Aug 12 22:31:25.175 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9420 | 2024-08-12T22:31:27.322Z | [ host-image] Aug 12 22:31:25.262 INFO BUILD STRING "heads/stlouis-0-gb0de91687b\n" |
9421 | 2024-08-12T22:31:27.323Z | [ host-image] Aug 12 22:31:25.262 INFO expanded image name: "ci 75bedab/${os_short_commit} 2024-08-12 22:03" -> "ci 75bedab/b0de916 2024-08-12 22:03" |
9422 | 2024-08-12T22:31:27.327Z | [ host-image] Aug 12 22:31:25.262 INFO output artefacts stored in: "/work/os-host" |
9423 | 2024-08-12T22:31:27.327Z | [ host-image] Aug 12 22:31:25.262 INFO collecting git info from project "chelsio-t6-roms"... |
9424 | 2024-08-12T22:31:27.329Z | [ host-image] Aug 12 22:31:25.268 INFO collecting git info from project "pilot"... |
9425 | 2024-08-12T22:31:27.334Z | [ host-image] Aug 12 22:31:25.274 INFO collecting git info from project "bootserver"... |
9426 | 2024-08-12T22:31:27.339Z | [ host-image] Aug 12 22:31:25.279 INFO collecting git info from project "amd-firmware"... |
9427 | 2024-08-12T22:31:27.349Z | [ host-image] Aug 12 22:31:25.289 INFO collecting git info from project "image-builder"... |
9428 | 2024-08-12T22:31:27.354Z | [ host-image] Aug 12 22:31:25.294 INFO collecting git info from project "phbl"... |
9429 | 2024-08-12T22:31:27.359Z | [ host-image] Aug 12 22:31:25.299 INFO collecting git info from project "pinprick"... |
9430 | 2024-08-12T22:31:27.368Z | [ host-image] Aug 12 22:31:25.304 INFO collecting git info from project "amd-host-image-builder"... |
9431 | 2024-08-12T22:31:27.378Z | [ host-image] Aug 12 22:31:25.318 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9432 | 2024-08-12T22:31:27.756Z | [ host-image] Aug 12 22:31:25.696 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9433 | 2024-08-12T22:31:28.133Z | [ host-image] Aug 12 22:31:26.072 INFO creating Oxide boot image... |
9434 | 2024-08-12T22:31:28.133Z | [ host-image] Aug 12 22:31:26.072 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 75bedab/b0de916 2024-08-12 22:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9435 | 2024-08-12T22:31:29.076Z | [ host-image] Aug 12 22:31:27.014 INFO O| ok, image written! |
9436 | 2024-08-12T22:31:29.076Z | [ host-image] Aug 12 22:31:27.014 INFO O| ok, boot_image_csum file written! |
9437 | 2024-08-12T22:31:29.079Z | [ host-image] Aug 12 22:31:27.017 INFO creating boot archive (CPIO)... |
9438 | 2024-08-12T22:31:29.079Z | [ host-image] Aug 12 22:31:27.017 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 |
9439 | 2024-08-12T22:31:29.086Z | [ host-image] Aug 12 22:31:27.025 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9440 | 2024-08-12T22:31:29.086Z | [ host-image] Aug 12 22:31:27.025 INFO E| + outfile=/work/os-host/cpio |
9441 | 2024-08-12T22:31:29.090Z | [ host-image] Aug 12 22:31:27.025 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9442 | 2024-08-12T22:31:29.090Z | [ host-image] Aug 12 22:31:27.027 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9443 | 2024-08-12T22:31:29.090Z | [ host-image] Aug 12 22:31:27.027 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9444 | 2024-08-12T22:31:29.124Z | [ host-image] Aug 12 22:31:27.063 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9445 | 2024-08-12T22:31:29.124Z | [ host-image] Aug 12 22:31:27.063 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9446 | 2024-08-12T22:31:29.134Z | [ host-image] Aug 12 22:31:27.073 INFO creating compressed cpio/unix for nanobl-rs... |
9447 | 2024-08-12T22:31:29.134Z | [ host-image] Aug 12 22:31:27.073 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 |
9448 | 2024-08-12T22:31:29.430Z | [ host-image] Aug 12 22:31:27.368 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9449 | 2024-08-12T22:31:33.825Z | [ host-image] Aug 12 22:31:31.762 INFO creating reset image... |
9450 | 2024-08-12T22:31:33.828Z | [ host-image] Aug 12 22:31:31.762 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9451 | 2024-08-12T22:31:33.920Z | [ host-image] Aug 12 22:31:31.857 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9452 | 2024-08-12T22:31:33.924Z | [ host-image] Aug 12 22:31:31.858 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9453 | 2024-08-12T22:31:33.997Z | [ host-image] Aug 12 22:31:31.934 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9454 | 2024-08-12T22:31:36.382Z | [ host-image] Aug 12 22:31:34.318 INFO E| Finished `release` profile [optimized] target(s) in 2.44s |
9455 | 2024-08-12T22:31:36.397Z | [ host-image] Aug 12 22:31:34.332 INFO building host image... |
9456 | 2024-08-12T22:31:36.400Z | [ host-image] Aug 12 22:31:34.332 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") |
9457 | 2024-08-12T22:31:36.861Z | [ host-image] Aug 12 22:31:34.796 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9458 | 2024-08-12T22:32:23.593Z | [ host-image] Aug 12 22:32:21.510 INFO image complete! materials are in "/work/os-host" |
9459 | 2024-08-12T22:32:23.595Z | [ host-image] |
9460 | 2024-08-12T22:32:23.595Z | [ host-image] real 8:28.983026275 |
9461 | 2024-08-12T22:32:23.598Z | [ host-image] user 4:02.932467127 |
9462 | 2024-08-12T22:32:23.598Z | [ host-image] sys 51.144624867 |
9463 | 2024-08-12T22:32:23.598Z | [ host-image] trap 0.141228057 |
9464 | 2024-08-12T22:32:23.598Z | [ host-image] tflt 0.017577244 |
9465 | 2024-08-12T22:32:23.598Z | [ host-image] dflt 0.021585876 |
9466 | 2024-08-12T22:32:23.598Z | [ host-image] kflt 0.000013654 |
9467 | 2024-08-12T22:32:23.598Z | [ host-image] lock 9:00.510264894 |
9468 | 2024-08-12T22:32:23.598Z | [ host-image] slp 46:07.377701177 |
9469 | 2024-08-12T22:32:23.598Z | [ host-image] lat 1:09.397346793 |
9470 | 2024-08-12T22:32:23.598Z | Aug 12 22:32:21.514 INFO [host-image] process exited with exit status: 0 (508.995132854s) |
9471 | 2024-08-12T22:32:23.598Z | [ host-image] stop 0.772562683 |
9472 | 2024-08-12T22:32:23.599Z | Aug 12 22:32:21.514 INFO [tuf-repo] running task |
9473 | 2024-08-12T22:32:30.751Z | Aug 12 22:32:28.666 INFO assembling repository in `/tmp/tufaceousuWZfEo`, component: OmicronRepoAssembler |
9474 | 2024-08-12T22:32:35.588Z | Aug 12 22:32:33.501 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9475 | 2024-08-12T22:32:35.818Z | Aug 12 22:32:33.730 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9476 | 2024-08-12T22:32:47.567Z | Aug 12 22:32:45.471 INFO [tuf-repo] task succeeded (23.957002772s) |
9477 | 2024-08-12T22:32:47.567Z | Aug 12 22:32:45.471 INFO all jobs completed in 1745.411293515s |
9478 | 2024-08-12T22:32:48.179Z | process exited: duration 2297132 ms, exit code 0 |
|
9479 | 2024-08-12T22:32:48.192Z | found 33 output files |
9480 | 2024-08-12T22:32:48.192Z | uploading: /work/manifest.toml (8404 bytes) |
9481 | 2024-08-12T22:32:49.202Z | uploaded: /work/manifest.toml |
9482 | 2024-08-12T22:32:49.203Z | uploading: /work/repo.zip (1764624226 bytes) |
9483 | 2024-08-12T22:33:23.318Z | uploaded: /work/repo.zip |
9484 | 2024-08-12T22:33:23.318Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9485 | 2024-08-12T22:33:24.336Z | uploaded: /work/repo.zip.sha256.txt |
9486 | 2024-08-12T22:33:24.337Z | uploading: /work/helios-setup.log (51621 bytes) |
9487 | 2024-08-12T22:33:25.352Z | uploaded: /work/helios-setup.log |
9488 | 2024-08-12T22:33:25.352Z | uploading: /work/host-image.log (194624 bytes) |
9489 | 2024-08-12T22:33:26.377Z | uploaded: /work/host-image.log |
9490 | 2024-08-12T22:33:26.377Z | uploading: /work/host-package.log (18070 bytes) |
9491 | 2024-08-12T22:33:27.389Z | uploaded: /work/host-package.log |
9492 | 2024-08-12T22:33:27.389Z | uploading: /work/host-target.log (101 bytes) |
9493 | 2024-08-12T22:33:28.399Z | uploaded: /work/host-target.log |
9494 | 2024-08-12T22:33:28.401Z | uploading: /work/omicron-package.log (4572 bytes) |
9495 | 2024-08-12T22:33:29.408Z | uploaded: /work/omicron-package.log |
9496 | 2024-08-12T22:33:29.408Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9497 | 2024-08-12T22:33:30.417Z | uploaded: /work/phbl-toolchain.log |
9498 | 2024-08-12T22:33:30.417Z | uploading: /work/recovery-image.log (591374 bytes) |
9499 | 2024-08-12T22:33:31.454Z | uploaded: /work/recovery-image.log |
9500 | 2024-08-12T22:33:31.454Z | uploading: /work/recovery-package.log (282 bytes) |
9501 | 2024-08-12T22:33:32.465Z | uploaded: /work/recovery-package.log |
9502 | 2024-08-12T22:33:32.465Z | uploading: /work/recovery-target.log (98 bytes) |
9503 | 2024-08-12T22:33:33.474Z | uploaded: /work/recovery-target.log |
9504 | 2024-08-12T22:33:33.474Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9505 | 2024-08-12T22:33:34.483Z | uploaded: /work/stamp-clickhouse.log |
9506 | 2024-08-12T22:33:34.483Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9507 | 2024-08-12T22:33:35.492Z | uploaded: /work/stamp-clickhouse_keeper.log |
9508 | 2024-08-12T22:33:35.492Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9509 | 2024-08-12T22:33:36.502Z | uploaded: /work/stamp-cockroachdb.log |
9510 | 2024-08-12T22:33:36.502Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9511 | 2024-08-12T22:33:37.511Z | uploaded: /work/stamp-crucible-dtrace.log |
9512 | 2024-08-12T22:33:37.511Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9513 | 2024-08-12T22:33:38.522Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9514 | 2024-08-12T22:33:38.522Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9515 | 2024-08-12T22:33:39.530Z | uploaded: /work/stamp-crucible-zone.log |
9516 | 2024-08-12T22:33:39.531Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9517 | 2024-08-12T22:33:40.542Z | uploaded: /work/stamp-external-dns.log |
9518 | 2024-08-12T22:33:40.542Z | uploading: /work/stamp-installinator.log (103 bytes) |
9519 | 2024-08-12T22:33:41.550Z | uploaded: /work/stamp-installinator.log |
9520 | 2024-08-12T22:33:41.550Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9521 | 2024-08-12T22:33:42.561Z | uploaded: /work/stamp-internal-dns.log |
9522 | 2024-08-12T22:33:42.561Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9523 | 2024-08-12T22:33:43.572Z | uploaded: /work/stamp-mg-ddm-gz.log |
9524 | 2024-08-12T22:33:43.572Z | uploading: /work/stamp-nexus.log (112 bytes) |
9525 | 2024-08-12T22:33:44.581Z | uploaded: /work/stamp-nexus.log |
9526 | 2024-08-12T22:33:44.581Z | uploading: /work/stamp-ntp.log (110 bytes) |
9527 | 2024-08-12T22:33:45.590Z | uploaded: /work/stamp-ntp.log |
9528 | 2024-08-12T22:33:45.590Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9529 | 2024-08-12T22:33:46.598Z | uploaded: /work/stamp-omicron-sled-agent.log |
9530 | 2024-08-12T22:33:46.598Z | uploading: /work/stamp-overlay.log (114 bytes) |
9531 | 2024-08-12T22:33:47.608Z | uploaded: /work/stamp-overlay.log |
9532 | 2024-08-12T22:33:47.608Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9533 | 2024-08-12T22:33:48.617Z | uploaded: /work/stamp-oximeter.log |
9534 | 2024-08-12T22:33:48.617Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9535 | 2024-08-12T22:33:49.627Z | uploaded: /work/stamp-oxlog.log |
9536 | 2024-08-12T22:33:49.627Z | uploading: /work/stamp-probe.log (112 bytes) |
9537 | 2024-08-12T22:33:50.636Z | uploaded: /work/stamp-probe.log |
9538 | 2024-08-12T22:33:50.636Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9539 | 2024-08-12T22:33:51.645Z | uploaded: /work/stamp-propolis-server.log |
9540 | 2024-08-12T22:33:51.645Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9541 | 2024-08-12T22:33:52.654Z | uploaded: /work/stamp-pumpkind-gz.log |
9542 | 2024-08-12T22:33:52.654Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9543 | 2024-08-12T22:33:53.664Z | uploaded: /work/stamp-switch-asic.log |
9544 | 2024-08-12T22:33:53.664Z | uploading: /work/verify-libraries.log (1883 bytes) |
9545 | 2024-08-12T22:33:54.675Z | uploaded: /work/verify-libraries.log |