|
|
|
1 | 2024-08-16T20:51:09.628Z | job assigned to worker 01J5EF95K4FNEJVGDRK8TDX17K (queued for 1 m 0 s) |
|
2 | 2024-08-16T20:51:18.274Z | starting task 0: "setup" |
3 | 2024-08-16T20:51:18.302Z | ++ uname -s |
4 | 2024-08-16T20:51:18.305Z | + kern=SunOS |
5 | 2024-08-16T20:51:18.305Z | + case "$kern" in |
6 | 2024-08-16T20:51:18.305Z | + groupadd -g 12345 build |
7 | 2024-08-16T20:51:18.308Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T20:51:20.320Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T20:51:20.462Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T20:51:20.464Z | + home_fs=zfs |
11 | 2024-08-16T20:51:20.465Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T20:51:20.465Z | + mkdir -p /home/build |
13 | 2024-08-16T20:51:20.467Z | + chown build:build /home/build /work |
14 | 2024-08-16T20:51:22.468Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T20:51:22.470Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-08-16T20:51:22.477Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T20:51:22.481Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T20:51:22.481Z | ' 1.80.1 |
19 | 2024-08-16T20:51:22.481Z | * toolchain channel = "1.80.1" |
20 | 2024-08-16T20:51:22.481Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-16T20:51:22.481Z | ' default |
22 | 2024-08-16T20:51:22.481Z | * toolchain profile = "default" |
23 | 2024-08-16T20:51:22.484Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T20:51:22.484Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T20:51:22.598Z | info: downloading installer |
26 | 2024-08-16T20:51:24.392Z | info: profile set to 'default' |
27 | 2024-08-16T20:51:24.392Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T20:51:24.394Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T20:51:24.544Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T20:51:24.544Z | info: downloading component 'cargo' |
31 | 2024-08-16T20:51:25.381Z | info: downloading component 'clippy' |
32 | 2024-08-16T20:51:25.679Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T20:51:26.847Z | info: downloading component 'rust-std' |
34 | 2024-08-16T20:51:32.074Z | info: downloading component 'rustc' |
35 | 2024-08-16T20:51:36.656Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T20:51:36.899Z | info: installing component 'cargo' |
37 | 2024-08-16T20:51:37.806Z | info: installing component 'clippy' |
38 | 2024-08-16T20:51:38.205Z | info: installing component 'rust-docs' |
39 | 2024-08-16T20:51:39.850Z | info: installing component 'rust-std' |
40 | 2024-08-16T20:51:41.569Z | info: installing component 'rustc' |
41 | 2024-08-16T20:51:46.379Z | info: installing component 'rustfmt' |
42 | 2024-08-16T20:51:46.733Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T20:51:46.734Z | |
44 | 2024-08-16T20:51:46.998Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T20:51:46.998Z | |
46 | 2024-08-16T20:51:47.010Z | |
47 | 2024-08-16T20:51:47.010Z | Rust is installed now. Great! |
48 | 2024-08-16T20:51:47.010Z | |
49 | 2024-08-16T20:51:47.010Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T20:51:47.010Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T20:51:47.010Z | |
52 | 2024-08-16T20:51:47.010Z | To configure your current shell, you need to source |
53 | 2024-08-16T20:51:47.010Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T20:51:47.010Z | |
55 | 2024-08-16T20:51:47.010Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T20:51:47.010Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T20:51:47.010Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T20:51:47.064Z | + rustc --version |
59 | 2024-08-16T20:51:47.128Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T20:51:47.131Z | process exited: duration 24653 ms, exit code 0 |
|
61 | 2024-08-16T20:51:47.136Z | starting task 2: "authentication" |
62 | 2024-08-16T20:51:47.157Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T20:51:47.165Z | starting task 3: "clone repository" |
64 | 2024-08-16T20:51:47.168Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T20:51:47.171Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T20:51:47.361Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T20:51:54.029Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T20:51:54.029Z | + git fetch origin 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
69 | 2024-08-16T20:51:54.306Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T20:51:54.306Z | * branch 5415c99751fe2732d8e0c09e1a269c0b06cdce88 -> FETCH_HEAD |
71 | 2024-08-16T20:51:54.316Z | + [[ -n bump-console-33b7a505 ]] |
72 | 2024-08-16T20:51:54.318Z | ++ git branch --show-current |
73 | 2024-08-16T20:51:54.320Z | + current=main |
74 | 2024-08-16T20:51:54.320Z | + [[ main != bump-console-33b7a505 ]] |
75 | 2024-08-16T20:51:54.320Z | + git branch -f bump-console-33b7a505 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
76 | 2024-08-16T20:51:54.323Z | + git checkout -f bump-console-33b7a505 |
77 | 2024-08-16T20:51:54.421Z | Switched to branch 'bump-console-33b7a505' |
78 | 2024-08-16T20:51:54.423Z | + git reset --hard 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
79 | 2024-08-16T20:51:54.517Z | HEAD is now at 5415c9975 Bump web console (vpc routers + routes, instance polling, edit quotas) |
80 | 2024-08-16T20:51:54.520Z | process exited: duration 7355 ms, exit code 0 |
|
81 | 2024-08-16T20:51:54.526Z | starting task 4: "build" |
82 | 2024-08-16T20:51:54.532Z | + cargo --version |
83 | 2024-08-16T20:51:54.586Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T20:51:54.590Z | + rustc --version |
85 | 2024-08-16T20:51:54.644Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T20:51:54.646Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-16T20:52:07.008Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-16T20:52:09.185Z | Startup: Caching catalogs ... Done |
89 | 2024-08-16T20:52:11.048Z | Planning: Solver setup ... Done (1.213s) |
90 | 2024-08-16T20:52:11.069Z | Planning: Running solver ... Done (0.020s) |
91 | 2024-08-16T20:52:11.106Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2024-08-16T20:52:11.152Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-16T20:52:12.034Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-16T20:52:12.186Z | Planning: Package planning ... Done (0.152s) |
95 | 2024-08-16T20:52:12.237Z | Planning: Merging actions ... Done (0.051s) |
96 | 2024-08-16T20:52:13.339Z | Planning: Checking for conflicting actions ... Done (1.102s) |
97 | 2024-08-16T20:52:13.351Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-16T20:52:18.174Z | Planning: Evaluating mediators ... Done (4.823s) |
99 | 2024-08-16T20:52:18.183Z | Planning: Planning completed in 8.93 seconds |
100 | 2024-08-16T20:52:18.790Z | Packages to install: 4 |
101 | 2024-08-16T20:52:18.790Z | Mediators to change: 2 |
102 | 2024-08-16T20:52:18.793Z | Services to change: 1 |
103 | 2024-08-16T20:52:18.793Z | Estimated space available: 155.72 GB |
104 | 2024-08-16T20:52:18.793Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-16T20:52:18.793Z | Create boot environment: No |
106 | 2024-08-16T20:52:18.793Z | Create backup boot environment: No |
107 | 2024-08-16T20:52:18.793Z | Rebuild boot archive: No |
108 | 2024-08-16T20:52:18.793Z | |
109 | 2024-08-16T20:52:18.793Z | Changed mediators: |
110 | 2024-08-16T20:52:18.793Z | mediator clang: |
111 | 2024-08-16T20:52:18.793Z | version: None -> 15 (system default) |
112 | 2024-08-16T20:52:18.793Z | |
113 | 2024-08-16T20:52:18.793Z | mediator llvm: |
114 | 2024-08-16T20:52:18.793Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-16T20:52:18.793Z | |
116 | 2024-08-16T20:52:18.793Z | Changed packages: |
117 | 2024-08-16T20:52:18.793Z | helios-dev |
118 | 2024-08-16T20:52:18.793Z | developer/build-essential |
119 | 2024-08-16T20:52:18.793Z | None -> 11-2.0 |
120 | 2024-08-16T20:52:18.793Z | library/libxmlsec1 |
121 | 2024-08-16T20:52:18.793Z | None -> 1.2.35-2.0 |
122 | 2024-08-16T20:52:18.793Z | ooce/developer/clang-15 |
123 | 2024-08-16T20:52:18.793Z | None -> 15.0.7-2.0 |
124 | 2024-08-16T20:52:18.793Z | ooce/developer/llvm-15 |
125 | 2024-08-16T20:52:18.793Z | None -> 15.0.7-2.0 |
126 | 2024-08-16T20:52:18.793Z | |
127 | 2024-08-16T20:52:18.793Z | Services: |
128 | 2024-08-16T20:52:18.793Z | restart_fmri: |
129 | 2024-08-16T20:52:18.793Z | svc:/system/update-man-index:default |
130 | 2024-08-16T20:52:18.971Z | |
131 | 2024-08-16T20:52:18.971Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-16T20:52:23.995Z | Download: 979/3290 items 19.4/212.6MB 9% complete (4.1M/s) |
133 | 2024-08-16T20:52:28.996Z | Download: 1261/3290 items 94.7/212.6MB 44% complete (9.4M/s) |
134 | 2024-08-16T20:52:34.506Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
135 | 2024-08-16T20:52:39.507Z | Download: 3117/3290 items 137.4/212.6MB 64% complete (2.7M/s) |
136 | 2024-08-16T20:52:46.229Z | Download: 3279/3290 items 210.8/212.6MB 99% complete (9.7M/s) |
137 | 2024-08-16T20:52:46.807Z | Download: Completed 212.60 MB in 27.83 seconds (7.6M/s) |
138 | 2024-08-16T20:52:47.057Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-08-16T20:52:52.097Z | Actions: 3598/3689 actions (Installing new actions) |
140 | 2024-08-16T20:52:52.472Z | Actions: Completed 3689 actions in 5.41 seconds. |
141 | 2024-08-16T20:52:52.753Z | Done (0.277s) |
142 | 2024-08-16T20:52:52.753Z | Done (0.000s) |
143 | 2024-08-16T20:52:53.119Z | Done (0.366s) |
144 | 2024-08-16T20:52:58.853Z | Done (5.558s) |
145 | 2024-08-16T20:52:58.991Z | Done (0.066s) |
146 | 2024-08-16T20:52:58.994Z | Done (0.000s) |
147 | 2024-08-16T20:52:59.203Z | Done (0.000s) |
148 | 2024-08-16T20:52:59.789Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-08-16T20:52:59.952Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-08-16T20:52:59.954Z | Planning: Consolidating action changes ... Done |
151 | 2024-08-16T20:53:00.231Z | Planning: Evaluating mediators ... Done |
152 | 2024-08-16T20:53:00.233Z | Planning: Planning completed in 0.44 seconds |
153 | 2024-08-16T20:53:00.264Z | Mediators to change: 2 |
154 | 2024-08-16T20:53:00.264Z | Create boot environment: No |
155 | 2024-08-16T20:53:00.268Z | Create backup boot environment: No |
156 | 2024-08-16T20:53:00.409Z | Done |
157 | 2024-08-16T20:53:00.409Z | Done |
158 | 2024-08-16T20:53:00.663Z | Done |
159 | 2024-08-16T20:53:04.204Z | Done |
160 | 2024-08-16T20:53:04.297Z | Done |
161 | 2024-08-16T20:53:04.301Z | Done |
162 | 2024-08-16T20:53:04.468Z | Done |
163 | 2024-08-16T20:53:05.073Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-08-16T20:53:05.076Z | Planning: Merging actions ... Done |
165 | 2024-08-16T20:53:05.263Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-08-16T20:53:05.266Z | Planning: Consolidating action changes ... Done |
167 | 2024-08-16T20:53:05.527Z | Planning: Evaluating mediators ... Done |
168 | 2024-08-16T20:53:05.583Z | Planning: Planning completed in 0.75 seconds |
169 | 2024-08-16T20:53:05.617Z | Packages to change: 1 |
170 | 2024-08-16T20:53:05.617Z | Mediators to change: 1 |
171 | 2024-08-16T20:53:05.620Z | Services to change: 1 |
172 | 2024-08-16T20:53:05.620Z | Create boot environment: No |
173 | 2024-08-16T20:53:05.620Z | Create backup boot environment: Yes |
174 | 2024-08-16T20:53:07.632Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-08-16T20:53:07.635Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2024-08-16T20:53:07.635Z | Done |
177 | 2024-08-16T20:53:07.635Z | Done |
178 | 2024-08-16T20:53:07.713Z | Done |
179 | 2024-08-16T20:53:11.301Z | Done |
180 | 2024-08-16T20:53:11.383Z | Done |
181 | 2024-08-16T20:53:11.386Z | Done |
182 | 2024-08-16T20:53:11.589Z | Done |
183 | 2024-08-16T20:53:12.027Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-08-16T20:53:12.028Z | clang system 15 system |
185 | 2024-08-16T20:53:12.028Z | csh system system illumos |
186 | 2024-08-16T20:53:12.028Z | ctags system system illumos |
187 | 2024-08-16T20:53:12.028Z | gcc vendor 12 vendor |
188 | 2024-08-16T20:53:12.028Z | gcc system 10 system |
189 | 2024-08-16T20:53:12.028Z | gcc system 7 system |
190 | 2024-08-16T20:53:12.028Z | go system 1.20 system |
191 | 2024-08-16T20:53:12.028Z | go system 1.19 system |
192 | 2024-08-16T20:53:12.028Z | llvm system 15 system |
193 | 2024-08-16T20:53:12.028Z | llvm system 14 system |
194 | 2024-08-16T20:53:12.028Z | mariadb system 10.6 system |
195 | 2024-08-16T20:53:12.028Z | mta vendor vendor dma |
196 | 2024-08-16T20:53:12.028Z | openjdk system 17 system |
197 | 2024-08-16T20:53:12.028Z | openjdk system 11 system |
198 | 2024-08-16T20:53:12.029Z | openjdk system 1.8 system |
199 | 2024-08-16T20:53:12.029Z | openssl vendor 3 vendor |
200 | 2024-08-16T20:53:12.029Z | perl system 5.36 system |
201 | 2024-08-16T20:53:12.029Z | postgresql system 15 system |
202 | 2024-08-16T20:53:12.029Z | postgresql system 13 system |
203 | 2024-08-16T20:53:12.029Z | python vendor 3 vendor |
204 | 2024-08-16T20:53:12.029Z | python system 2 system |
205 | 2024-08-16T20:53:12.029Z | python3 system 3.11 system |
206 | 2024-08-16T20:53:12.029Z | ruby system 3.0 system |
207 | 2024-08-16T20:53:12.029Z | words vendor vendor american-english |
208 | 2024-08-16T20:53:12.029Z | words system system australian-english |
209 | 2024-08-16T20:53:12.029Z | words system system british-english |
210 | 2024-08-16T20:53:12.029Z | words system system canadian-english |
211 | 2024-08-16T20:53:12.029Z | words system system french |
212 | 2024-08-16T20:53:12.029Z | words system system italian |
213 | 2024-08-16T20:53:12.029Z | words system system ngerman |
214 | 2024-08-16T20:53:12.030Z | words system system ogerman |
215 | 2024-08-16T20:53:12.030Z | words system system spanish |
216 | 2024-08-16T20:53:12.353Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-08-16T20:53:12.353Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-08-16T20:53:14.098Z | FMRI IFO |
219 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-08-16T20:53:14.098Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-08-16T20:53:14.686Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-08-16T20:53:14.941Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-08-16T20:53:15.259Z | Updating crates.io index |
234 | 2024-08-16T20:53:15.320Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-08-16T20:53:16.013Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-08-16T20:53:16.745Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-08-16T20:53:17.030Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-08-16T20:53:18.544Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-08-16T20:53:18.784Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-08-16T20:53:19.050Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-08-16T20:53:20.102Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-08-16T20:53:22.010Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-08-16T20:53:22.961Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-08-16T20:53:23.587Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-08-16T20:53:23.848Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-08-16T20:53:24.370Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-08-16T20:53:24.643Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-08-16T20:53:24.951Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-08-16T20:53:25.239Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-08-16T20:53:25.468Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-08-16T20:53:25.703Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-08-16T20:53:25.969Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-08-16T20:53:26.277Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-08-16T20:53:26.569Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-08-16T20:53:26.947Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-08-16T20:53:27.198Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-08-16T20:53:27.586Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-08-16T20:53:27.906Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-08-16T20:53:28.293Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-08-16T20:53:30.426Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-08-16T20:53:30.705Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-08-16T20:53:30.966Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-08-16T20:53:31.438Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-08-16T20:53:32.558Z | Downloading crates ... |
265 | 2024-08-16T20:53:32.651Z | Downloaded anyhow v1.0.86 |
266 | 2024-08-16T20:53:32.658Z | Downloaded swrite v0.1.0 |
267 | 2024-08-16T20:53:32.680Z | Downloaded bytecount v0.6.8 |
268 | 2024-08-16T20:53:32.683Z | Downloaded block-buffer v0.10.4 |
269 | 2024-08-16T20:53:32.683Z | Downloaded anstyle-parse v0.2.4 |
270 | 2024-08-16T20:53:32.689Z | Downloaded itoa v1.0.11 |
271 | 2024-08-16T20:53:32.692Z | Downloaded usdt-attr-macro v0.5.0 |
272 | 2024-08-16T20:53:32.695Z | Downloaded scroll_derive v0.12.0 |
273 | 2024-08-16T20:53:32.700Z | Downloaded cfg-if v1.0.0 |
274 | 2024-08-16T20:53:32.702Z | Downloaded cargo-platform v0.1.8 |
275 | 2024-08-16T20:53:32.703Z | Downloaded byteorder v1.5.0 |
276 | 2024-08-16T20:53:32.703Z | Downloaded autocfg v1.3.0 |
277 | 2024-08-16T20:53:32.705Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-08-16T20:53:32.705Z | Downloaded colorchoice v1.0.1 |
279 | 2024-08-16T20:53:32.708Z | Downloaded serde_spanned v0.6.7 |
280 | 2024-08-16T20:53:32.710Z | Downloaded thiserror-impl v1.0.63 |
281 | 2024-08-16T20:53:32.713Z | Downloaded utf8parse v0.2.1 |
282 | 2024-08-16T20:53:32.716Z | Downloaded fs-err v2.11.0 |
283 | 2024-08-16T20:53:32.716Z | Downloaded scroll v0.12.0 |
284 | 2024-08-16T20:53:32.719Z | Downloaded proc-macro-error-attr v1.0.4 |
285 | 2024-08-16T20:53:32.719Z | Downloaded heck v0.5.0 |
286 | 2024-08-16T20:53:32.721Z | Downloaded plain v0.2.3 |
287 | 2024-08-16T20:53:32.722Z | Downloaded heck v0.4.1 |
288 | 2024-08-16T20:53:32.722Z | Downloaded errno v0.3.9 |
289 | 2024-08-16T20:53:32.724Z | Downloaded crypto-common v0.1.6 |
290 | 2024-08-16T20:53:32.724Z | Downloaded anstyle v1.0.8 |
291 | 2024-08-16T20:53:32.727Z | Downloaded equivalent v1.0.1 |
292 | 2024-08-16T20:53:32.729Z | Downloaded is_terminal_polyfill v1.70.0 |
293 | 2024-08-16T20:53:32.733Z | Downloaded usdt-macro v0.5.0 |
294 | 2024-08-16T20:53:32.736Z | Downloaded cargo_metadata v0.18.1 |
295 | 2024-08-16T20:53:32.736Z | Downloaded anstream v0.6.14 |
296 | 2024-08-16T20:53:32.739Z | Downloaded usdt v0.5.0 |
297 | 2024-08-16T20:53:32.739Z | Downloaded memmap v0.7.0 |
298 | 2024-08-16T20:53:32.742Z | Downloaded macaddr v1.0.1 |
299 | 2024-08-16T20:53:32.742Z | Downloaded dtrace-parser v0.2.0 |
300 | 2024-08-16T20:53:32.744Z | Downloaded pest_generator v2.7.10 |
301 | 2024-08-16T20:53:32.744Z | Downloaded semver v1.0.23 |
302 | 2024-08-16T20:53:32.747Z | Downloaded clap_derive v4.5.13 |
303 | 2024-08-16T20:53:32.747Z | Downloaded cpufeatures v0.2.12 |
304 | 2024-08-16T20:53:32.754Z | Downloaded fnv v1.0.7 |
305 | 2024-08-16T20:53:32.758Z | Downloaded cargo_toml v0.20.4 |
306 | 2024-08-16T20:53:32.758Z | Downloaded toml_datetime v0.6.8 |
307 | 2024-08-16T20:53:32.764Z | Downloaded thiserror v1.0.63 |
308 | 2024-08-16T20:53:32.768Z | Downloaded digest v0.10.7 |
309 | 2024-08-16T20:53:32.772Z | Downloaded usdt-impl v0.5.0 |
310 | 2024-08-16T20:53:32.772Z | Downloaded terminal_size v0.3.0 |
311 | 2024-08-16T20:53:32.776Z | Downloaded quote v1.0.36 |
312 | 2024-08-16T20:53:32.776Z | Downloaded once_cell v1.19.0 |
313 | 2024-08-16T20:53:32.786Z | Downloaded version_check v0.9.5 |
314 | 2024-08-16T20:53:32.786Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-08-16T20:53:32.786Z | Downloaded tabled_derive v0.7.0 |
316 | 2024-08-16T20:53:32.786Z | Downloaded dof v0.3.0 |
317 | 2024-08-16T20:53:32.790Z | Downloaded bitflags v2.6.0 |
318 | 2024-08-16T20:53:32.790Z | Downloaded generic-array v0.14.7 |
319 | 2024-08-16T20:53:32.790Z | Downloaded strsim v0.11.1 |
320 | 2024-08-16T20:53:32.790Z | Downloaded clap_lex v0.7.0 |
321 | 2024-08-16T20:53:32.790Z | Downloaded thread-id v4.2.1 |
322 | 2024-08-16T20:53:32.790Z | Downloaded zerocopy-derive v0.7.34 |
323 | 2024-08-16T20:53:32.796Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2024-08-16T20:53:32.796Z | Downloaded clap v4.5.16 |
325 | 2024-08-16T20:53:32.802Z | Downloaded camino v1.1.8 |
326 | 2024-08-16T20:53:32.805Z | Downloaded toml v0.8.19 |
327 | 2024-08-16T20:53:32.809Z | Downloaded sha2 v0.10.8 |
328 | 2024-08-16T20:53:32.809Z | Downloaded pest_derive v2.7.10 |
329 | 2024-08-16T20:53:32.813Z | Downloaded proc-macro-error v1.0.4 |
330 | 2024-08-16T20:53:32.822Z | Downloaded serde_derive v1.0.207 |
331 | 2024-08-16T20:53:32.825Z | Downloaded ryu v1.0.18 |
332 | 2024-08-16T20:53:32.829Z | Downloaded log v0.4.21 |
333 | 2024-08-16T20:53:32.831Z | Downloaded ucd-trie v0.1.6 |
334 | 2024-08-16T20:53:32.843Z | Downloaded typenum v1.17.0 |
335 | 2024-08-16T20:53:32.846Z | Downloaded proc-macro2 v1.0.86 |
336 | 2024-08-16T20:53:32.849Z | Downloaded pest_meta v2.7.10 |
337 | 2024-08-16T20:53:32.854Z | Downloaded papergrid v0.11.0 |
338 | 2024-08-16T20:53:32.864Z | Downloaded unicode-ident v1.0.12 |
339 | 2024-08-16T20:53:32.883Z | Downloaded serde v1.0.207 |
340 | 2024-08-16T20:53:32.891Z | Downloaded indexmap v2.4.0 |
341 | 2024-08-16T20:53:32.908Z | Downloaded memchr v2.7.2 |
342 | 2024-08-16T20:53:32.913Z | Downloaded pest v2.7.10 |
343 | 2024-08-16T20:53:32.918Z | Downloaded toml_edit v0.22.20 |
344 | 2024-08-16T20:53:32.959Z | Downloaded winnow v0.6.18 |
345 | 2024-08-16T20:53:32.967Z | Downloaded hashbrown v0.14.5 |
346 | 2024-08-16T20:53:32.972Z | Downloaded serde_json v1.0.125 |
347 | 2024-08-16T20:53:32.979Z | Downloaded goblin v0.8.2 |
348 | 2024-08-16T20:53:32.984Z | Downloaded zerocopy v0.7.34 |
349 | 2024-08-16T20:53:32.999Z | Downloaded tabled v0.15.0 |
350 | 2024-08-16T20:53:33.013Z | Downloaded syn v1.0.109 |
351 | 2024-08-16T20:53:33.023Z | Downloaded syn v2.0.74 |
352 | 2024-08-16T20:53:33.033Z | Downloaded clap_builder v4.5.15 |
353 | 2024-08-16T20:53:33.039Z | Downloaded rustix v0.38.34 |
354 | 2024-08-16T20:53:33.060Z | Downloaded unicode-width v0.1.13 |
355 | 2024-08-16T20:53:33.079Z | Downloaded libc v0.2.155 |
356 | 2024-08-16T20:53:33.381Z | Compiling proc-macro2 v1.0.86 |
357 | 2024-08-16T20:53:33.381Z | Compiling unicode-ident v1.0.12 |
358 | 2024-08-16T20:53:33.385Z | Compiling version_check v0.9.5 |
359 | 2024-08-16T20:53:33.385Z | Compiling serde v1.0.207 |
360 | 2024-08-16T20:53:33.385Z | Compiling memchr v2.7.2 |
361 | 2024-08-16T20:53:33.385Z | Compiling thiserror v1.0.63 |
362 | 2024-08-16T20:53:33.385Z | Compiling libc v0.2.155 |
363 | 2024-08-16T20:53:33.385Z | Compiling ryu v1.0.18 |
364 | 2024-08-16T20:53:33.636Z | Compiling ucd-trie v0.1.6 |
365 | 2024-08-16T20:53:33.837Z | Compiling itoa v1.0.11 |
366 | 2024-08-16T20:53:34.185Z | Compiling once_cell v1.19.0 |
367 | 2024-08-16T20:53:34.261Z | Compiling byteorder v1.5.0 |
368 | 2024-08-16T20:53:34.487Z | Compiling serde_json v1.0.125 |
369 | 2024-08-16T20:53:35.413Z | Compiling usdt-impl v0.5.0 |
370 | 2024-08-16T20:53:35.450Z | Compiling proc-macro-error-attr v1.0.4 |
371 | 2024-08-16T20:53:35.453Z | Compiling syn v1.0.109 |
372 | 2024-08-16T20:53:35.469Z | Compiling rustix v0.38.34 |
373 | 2024-08-16T20:53:35.529Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-08-16T20:53:35.799Z | Compiling hashbrown v0.14.5 |
375 | 2024-08-16T20:53:35.828Z | Compiling log v0.4.21 |
376 | 2024-08-16T20:53:35.893Z | Compiling equivalent v1.0.1 |
377 | 2024-08-16T20:53:36.009Z | Compiling utf8parse v0.2.1 |
378 | 2024-08-16T20:53:36.161Z | Compiling bitflags v2.6.0 |
379 | 2024-08-16T20:53:36.186Z | Compiling plain v0.2.3 |
380 | 2024-08-16T20:53:36.211Z | Compiling thread-id v4.2.1 |
381 | 2024-08-16T20:53:36.308Z | Compiling anstyle-parse v0.2.4 |
382 | 2024-08-16T20:53:36.330Z | Compiling quote v1.0.36 |
383 | 2024-08-16T20:53:36.541Z | Compiling colorchoice v1.0.1 |
384 | 2024-08-16T20:53:36.639Z | Compiling camino v1.1.8 |
385 | 2024-08-16T20:53:36.678Z | Compiling anstyle-query v1.0.3 |
386 | 2024-08-16T20:53:36.701Z | Compiling errno v0.3.9 |
387 | 2024-08-16T20:53:36.806Z | Compiling syn v2.0.74 |
388 | 2024-08-16T20:53:37.010Z | Compiling is_terminal_polyfill v1.70.0 |
389 | 2024-08-16T20:53:37.074Z | Compiling indexmap v2.4.0 |
390 | 2024-08-16T20:53:37.134Z | Compiling semver v1.0.23 |
391 | 2024-08-16T20:53:37.159Z | Compiling pretty-hex v0.4.1 |
392 | 2024-08-16T20:53:37.314Z | Compiling anstyle v1.0.8 |
393 | 2024-08-16T20:53:37.366Z | Compiling autocfg v1.3.0 |
394 | 2024-08-16T20:53:37.660Z | Compiling winnow v0.6.18 |
395 | 2024-08-16T20:53:37.804Z | Compiling anstream v0.6.14 |
396 | 2024-08-16T20:53:38.274Z | Compiling terminal_size v0.3.0 |
397 | 2024-08-16T20:53:38.346Z | Compiling fs-err v2.11.0 |
398 | 2024-08-16T20:53:38.556Z | Compiling strsim v0.11.1 |
399 | 2024-08-16T20:53:38.615Z | Compiling unicode-width v0.1.13 |
400 | 2024-08-16T20:53:38.641Z | Compiling clap_lex v0.7.0 |
401 | 2024-08-16T20:53:38.670Z | Compiling fnv v1.0.7 |
402 | 2024-08-16T20:53:38.693Z | Compiling anyhow v1.0.86 |
403 | 2024-08-16T20:53:38.800Z | Compiling bytecount v0.6.8 |
404 | 2024-08-16T20:53:38.852Z | Compiling heck v0.4.1 |
405 | 2024-08-16T20:53:39.015Z | Compiling heck v0.5.0 |
406 | 2024-08-16T20:53:39.141Z | Compiling papergrid v0.11.0 |
407 | 2024-08-16T20:53:39.339Z | Compiling clap_builder v4.5.15 |
408 | 2024-08-16T20:53:39.506Z | Compiling memmap v0.7.0 |
409 | 2024-08-16T20:53:40.258Z | Compiling swrite v0.1.0 |
410 | 2024-08-16T20:53:41.907Z | Compiling tabled_derive v0.7.0 |
411 | 2024-08-16T20:53:43.340Z | Compiling tabled v0.15.0 |
412 | 2024-08-16T20:53:45.192Z | Compiling serde_derive v1.0.207 |
413 | 2024-08-16T20:53:45.192Z | Compiling thiserror-impl v1.0.63 |
414 | 2024-08-16T20:53:45.194Z | Compiling zerocopy-derive v0.7.34 |
415 | 2024-08-16T20:53:45.194Z | Compiling scroll_derive v0.12.0 |
416 | 2024-08-16T20:53:45.195Z | Compiling clap_derive v4.5.13 |
417 | 2024-08-16T20:53:46.480Z | Compiling scroll v0.12.0 |
418 | 2024-08-16T20:53:46.927Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-16T20:53:47.003Z | Compiling goblin v0.8.2 |
420 | 2024-08-16T20:53:47.845Z | Compiling pest v2.7.10 |
421 | 2024-08-16T20:53:49.101Z | Compiling clap v4.5.16 |
422 | 2024-08-16T20:53:50.018Z | Compiling pest_meta v2.7.10 |
423 | 2024-08-16T20:53:50.851Z | Compiling pest_generator v2.7.10 |
424 | 2024-08-16T20:53:52.730Z | Compiling pest_derive v2.7.10 |
425 | 2024-08-16T20:53:53.397Z | Compiling dtrace-parser v0.2.0 |
426 | 2024-08-16T20:53:55.127Z | Compiling serde_tokenstream v0.2.2 |
427 | 2024-08-16T20:53:55.165Z | Compiling toml_datetime v0.6.8 |
428 | 2024-08-16T20:53:55.165Z | Compiling serde_spanned v0.6.7 |
429 | 2024-08-16T20:53:55.169Z | Compiling cargo-platform v0.1.8 |
430 | 2024-08-16T20:53:55.449Z | Compiling toml_edit v0.22.20 |
431 | 2024-08-16T20:53:55.662Z | Compiling macaddr v1.0.1 |
432 | 2024-08-16T20:53:56.512Z | Compiling dof v0.3.0 |
433 | 2024-08-16T20:53:56.599Z | Compiling cargo_metadata v0.18.1 |
434 | 2024-08-16T20:53:58.283Z | Compiling usdt-macro v0.5.0 |
435 | 2024-08-16T20:53:58.283Z | Compiling usdt-attr-macro v0.5.0 |
436 | 2024-08-16T20:53:58.359Z | Compiling toml v0.8.19 |
437 | 2024-08-16T20:53:59.135Z | Compiling cargo_toml v0.20.4 |
438 | 2024-08-16T20:53:59.639Z | Compiling usdt v0.5.0 |
439 | 2024-08-16T20:54:02.897Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
440 | 2024-08-16T20:54:06.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.34s |
441 | 2024-08-16T20:54:07.057Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
442 | 2024-08-16T20:54:07.618Z | Downloading crates ... |
443 | 2024-08-16T20:54:07.731Z | Downloaded adler v1.0.2 |
444 | 2024-08-16T20:54:07.741Z | Downloaded addr2line v0.21.0 |
445 | 2024-08-16T20:54:07.747Z | Downloaded cfg_aliases v0.1.1 |
446 | 2024-08-16T20:54:07.750Z | Downloaded atomicwrites v0.4.3 |
447 | 2024-08-16T20:54:07.755Z | Downloaded bitstruct_derive v0.1.0 |
448 | 2024-08-16T20:54:07.761Z | Downloaded assert_matches v1.5.0 |
449 | 2024-08-16T20:54:07.764Z | Downloaded darling_macro v0.20.9 |
450 | 2024-08-16T20:54:07.766Z | Downloaded crucible-workspace-hack v0.1.0 |
451 | 2024-08-16T20:54:07.766Z | Downloaded ident_case v1.0.1 |
452 | 2024-08-16T20:54:07.769Z | Downloaded hyper-staticfile v0.9.5 |
453 | 2024-08-16T20:54:07.771Z | Downloaded async-stream v0.3.5 |
454 | 2024-08-16T20:54:07.774Z | Downloaded colored v2.1.0 |
455 | 2024-08-16T20:54:07.777Z | Downloaded iana-time-zone v0.1.60 |
456 | 2024-08-16T20:54:07.780Z | Downloaded defmt v0.3.8 |
457 | 2024-08-16T20:54:07.783Z | Downloaded constant_time_eq v0.3.0 |
458 | 2024-08-16T20:54:07.786Z | Downloaded match_cfg v0.1.0 |
459 | 2024-08-16T20:54:07.786Z | Downloaded is-terminal v0.4.12 |
460 | 2024-08-16T20:54:07.789Z | Downloaded newtype_derive v0.1.6 |
461 | 2024-08-16T20:54:07.792Z | Downloaded crc-catalog v2.4.0 |
462 | 2024-08-16T20:54:07.792Z | Downloaded debug-ignore v1.0.5 |
463 | 2024-08-16T20:54:07.794Z | Downloaded openssl-macros v0.1.1 |
464 | 2024-08-16T20:54:07.794Z | Downloaded number_prefix v0.4.0 |
465 | 2024-08-16T20:54:07.797Z | Downloaded oso-derive v0.27.3 |
466 | 2024-08-16T20:54:07.797Z | Downloaded atty v0.2.14 |
467 | 2024-08-16T20:54:07.801Z | Downloaded async-stream-impl v0.3.5 |
468 | 2024-08-16T20:54:07.801Z | Downloaded newline-converter v0.3.0 |
469 | 2024-08-16T20:54:07.804Z | Downloaded bb8 v0.8.5 |
470 | 2024-08-16T20:54:07.804Z | Downloaded linked-hash-map v0.5.6 |
471 | 2024-08-16T20:54:07.804Z | Downloaded num-conv v0.1.0 |
472 | 2024-08-16T20:54:07.807Z | Downloaded managed v0.8.0 |
473 | 2024-08-16T20:54:07.807Z | Downloaded lazycell v1.3.0 |
474 | 2024-08-16T20:54:07.810Z | Downloaded mime v0.3.17 |
475 | 2024-08-16T20:54:07.810Z | Downloaded libsw v3.3.1 |
476 | 2024-08-16T20:54:07.813Z | Downloaded crc v3.2.1 |
477 | 2024-08-16T20:54:07.815Z | Downloaded lru v0.12.3 |
478 | 2024-08-16T20:54:07.818Z | Downloaded cookie v0.17.0 |
479 | 2024-08-16T20:54:07.822Z | Downloaded keccak v0.1.5 |
480 | 2024-08-16T20:54:07.822Z | Downloaded instability v0.3.2 |
481 | 2024-08-16T20:54:07.825Z | Downloaded multimap v0.10.0 |
482 | 2024-08-16T20:54:07.825Z | Downloaded console v0.15.8 |
483 | 2024-08-16T20:54:07.828Z | Downloaded impl-trait-for-tuples v0.2.2 |
484 | 2024-08-16T20:54:07.831Z | Downloaded num_enum_derive v0.5.11 |
485 | 2024-08-16T20:54:07.831Z | Downloaded instant v0.1.12 |
486 | 2024-08-16T20:54:07.834Z | Downloaded ciborium-io v0.2.2 |
487 | 2024-08-16T20:54:07.834Z | Downloaded bitstruct v0.1.1 |
488 | 2024-08-16T20:54:07.836Z | Downloaded backoff v0.4.0 |
489 | 2024-08-16T20:54:07.839Z | Downloaded is_ci v1.2.0 |
490 | 2024-08-16T20:54:07.839Z | Downloaded bit-vec v0.6.3 |
491 | 2024-08-16T20:54:07.842Z | Downloaded lazy_static v1.5.0 |
492 | 2024-08-16T20:54:07.842Z | Downloaded cstr-argument v0.1.2 |
493 | 2024-08-16T20:54:07.844Z | Downloaded crunchy v0.2.2 |
494 | 2024-08-16T20:54:07.844Z | Downloaded nodrop v0.1.14 |
495 | 2024-08-16T20:54:07.847Z | Downloaded atomic-waker v1.1.2 |
496 | 2024-08-16T20:54:07.847Z | Downloaded ascii-canvas v3.0.0 |
497 | 2024-08-16T20:54:07.850Z | Downloaded md-5 v0.10.6 |
498 | 2024-08-16T20:54:07.850Z | Downloaded cobs v0.2.3 |
499 | 2024-08-16T20:54:07.853Z | Downloaded num-integer v0.1.46 |
500 | 2024-08-16T20:54:07.853Z | Downloaded bit-set v0.5.3 |
501 | 2024-08-16T20:54:07.857Z | Downloaded camino-tempfile v1.1.1 |
502 | 2024-08-16T20:54:07.863Z | Downloaded num-rational v0.4.2 |
503 | 2024-08-16T20:54:07.863Z | Downloaded ipnet v2.9.0 |
504 | 2024-08-16T20:54:07.875Z | Downloaded new_debug_unreachable v1.0.6 |
505 | 2024-08-16T20:54:07.875Z | Downloaded packed_struct v0.10.1 |
506 | 2024-08-16T20:54:07.875Z | Downloaded nu-ansi-term v0.50.0 |
507 | 2024-08-16T20:54:07.875Z | Downloaded schemars_derive v0.8.21 |
508 | 2024-08-16T20:54:07.876Z | Downloaded darling v0.20.9 |
509 | 2024-08-16T20:54:07.876Z | Downloaded num_threads v0.1.7 |
510 | 2024-08-16T20:54:07.880Z | Downloaded cancel-safe-futures v0.1.5 |
511 | 2024-08-16T20:54:07.880Z | Downloaded ascii v1.1.0 |
512 | 2024-08-16T20:54:07.880Z | Downloaded strum v0.26.3 |
513 | 2024-08-16T20:54:07.883Z | Downloaded omicron-zone-package v0.11.0 |
514 | 2024-08-16T20:54:07.886Z | Downloaded opaque-debug v0.3.1 |
515 | 2024-08-16T20:54:07.886Z | Downloaded base16ct v0.2.0 |
516 | 2024-08-16T20:54:07.888Z | Downloaded libefi-sys v0.1.0 |
517 | 2024-08-16T20:54:07.888Z | Downloaded memoffset v0.9.1 |
518 | 2024-08-16T20:54:07.891Z | Downloaded convert_case v0.4.0 |
519 | 2024-08-16T20:54:07.891Z | Downloaded chacha20 v0.9.1 |
520 | 2024-08-16T20:54:07.895Z | Downloaded cexpr v0.6.0 |
521 | 2024-08-16T20:54:07.895Z | Downloaded cbc v0.1.2 |
522 | 2024-08-16T20:54:07.899Z | Downloaded bitfield v0.14.0 |
523 | 2024-08-16T20:54:07.899Z | Downloaded cipher v0.4.4 |
524 | 2024-08-16T20:54:07.902Z | Downloaded data-encoding v2.6.0 |
525 | 2024-08-16T20:54:07.902Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2024-08-16T20:54:07.902Z | Downloaded maybe-uninit v2.0.0 |
527 | 2024-08-16T20:54:07.904Z | Downloaded slog-dtrace v0.3.0 |
528 | 2024-08-16T20:54:07.904Z | Downloaded lru-cache v0.1.2 |
529 | 2024-08-16T20:54:07.907Z | Downloaded sync_wrapper v0.1.2 |
530 | 2024-08-16T20:54:07.907Z | Downloaded nibble_vec v0.1.0 |
531 | 2024-08-16T20:54:07.911Z | Downloaded mockall v0.13.0 |
532 | 2024-08-16T20:54:07.911Z | Downloaded bcs v0.1.6 |
533 | 2024-08-16T20:54:07.915Z | Downloaded base64ct v1.6.0 |
534 | 2024-08-16T20:54:07.915Z | Downloaded indexmap v1.9.3 |
535 | 2024-08-16T20:54:07.918Z | Downloaded diesel_table_macro_syntax v0.2.0 |
536 | 2024-08-16T20:54:07.920Z | Downloaded toolchain_find v0.4.0 |
537 | 2024-08-16T20:54:07.923Z | Downloaded dirs-next v2.0.0 |
538 | 2024-08-16T20:54:07.923Z | Downloaded secrecy v0.8.0 |
539 | 2024-08-16T20:54:07.927Z | Downloaded foreign-types-shared v0.1.1 |
540 | 2024-08-16T20:54:07.927Z | Downloaded foreign-types-macros v0.2.3 |
541 | 2024-08-16T20:54:07.930Z | Downloaded slab v0.4.9 |
542 | 2024-08-16T20:54:07.930Z | Downloaded signal-hook-tokio v0.3.1 |
543 | 2024-08-16T20:54:07.930Z | Downloaded openssl-probe v0.1.5 |
544 | 2024-08-16T20:54:07.934Z | Downloaded olpc-cjson v0.1.3 |
545 | 2024-08-16T20:54:07.934Z | Downloaded static_assertions v1.1.0 |
546 | 2024-08-16T20:54:07.936Z | Downloaded jobserver v0.1.32 |
547 | 2024-08-16T20:54:07.936Z | Downloaded allocator-api2 v0.2.18 |
548 | 2024-08-16T20:54:07.939Z | Downloaded clang-sys v1.7.0 |
549 | 2024-08-16T20:54:07.941Z | Downloaded headers-core v0.2.0 |
550 | 2024-08-16T20:54:07.944Z | Downloaded thread_local v1.1.8 |
551 | 2024-08-16T20:54:07.944Z | Downloaded thiserror-no-std v2.0.2 |
552 | 2024-08-16T20:54:07.949Z | Downloaded spin v0.5.2 |
553 | 2024-08-16T20:54:07.952Z | Downloaded httpdate v1.0.3 |
554 | 2024-08-16T20:54:07.952Z | Downloaded untrusted v0.7.1 |
555 | 2024-08-16T20:54:07.958Z | Downloaded unicase v2.7.0 |
556 | 2024-08-16T20:54:07.958Z | Downloaded unarray v0.1.4 |
557 | 2024-08-16T20:54:07.961Z | Downloaded csv-core v0.1.11 |
558 | 2024-08-16T20:54:07.961Z | Downloaded supports-color v3.0.0 |
559 | 2024-08-16T20:54:07.961Z | Downloaded subtle v2.5.0 |
560 | 2024-08-16T20:54:07.961Z | Downloaded const-oid v0.9.6 |
561 | 2024-08-16T20:54:07.968Z | Downloaded bzip2 v0.4.4 |
562 | 2024-08-16T20:54:07.971Z | Downloaded dirs-sys-next v0.1.2 |
563 | 2024-08-16T20:54:07.971Z | Downloaded proc-macro-crate v1.3.1 |
564 | 2024-08-16T20:54:07.972Z | Downloaded fastrand v2.1.0 |
565 | 2024-08-16T20:54:07.972Z | Downloaded slog-term v2.9.1 |
566 | 2024-08-16T20:54:07.974Z | Downloaded num-complex v0.4.6 |
567 | 2024-08-16T20:54:07.974Z | Downloaded tui-tree-widget v0.22.0 |
568 | 2024-08-16T20:54:07.977Z | Downloaded fallible-streaming-iterator v0.1.9 |
569 | 2024-08-16T20:54:07.978Z | Downloaded memmap2 v0.9.4 |
570 | 2024-08-16T20:54:07.981Z | Downloaded lock_api v0.4.12 |
571 | 2024-08-16T20:54:07.981Z | Downloaded difflib v0.4.0 |
572 | 2024-08-16T20:54:07.983Z | Downloaded mockall_derive v0.13.0 |
573 | 2024-08-16T20:54:07.984Z | Downloaded cc v1.0.97 |
574 | 2024-08-16T20:54:07.988Z | Downloaded getopts v0.2.21 |
575 | 2024-08-16T20:54:07.992Z | Downloaded nanorand v0.7.0 |
576 | 2024-08-16T20:54:07.992Z | Downloaded tower-service v0.3.2 |
577 | 2024-08-16T20:54:07.995Z | Downloaded take_mut v0.2.2 |
578 | 2024-08-16T20:54:07.995Z | Downloaded cookie v0.18.1 |
579 | 2024-08-16T20:54:07.998Z | Downloaded const_format v0.2.32 |
580 | 2024-08-16T20:54:08.002Z | Downloaded hash32 v0.3.1 |
581 | 2024-08-16T20:54:08.006Z | Downloaded hostname v0.3.1 |
582 | 2024-08-16T20:54:08.008Z | Downloaded tokio-stream v0.1.15 |
583 | 2024-08-16T20:54:08.011Z | Downloaded mime_guess v2.0.4 |
584 | 2024-08-16T20:54:08.016Z | Downloaded percent-encoding v2.3.1 |
585 | 2024-08-16T20:54:08.016Z | Downloaded libloading v0.8.3 |
586 | 2024-08-16T20:54:08.016Z | Downloaded portpicker v0.1.1 |
587 | 2024-08-16T20:54:08.016Z | Downloaded foreign-types v0.5.0 |
588 | 2024-08-16T20:54:08.019Z | Downloaded miniz_oxide v0.7.2 |
589 | 2024-08-16T20:54:08.026Z | Downloaded backtrace v0.3.71 |
590 | 2024-08-16T20:54:08.029Z | Downloaded foreign-types-shared v0.3.1 |
591 | 2024-08-16T20:54:08.030Z | Downloaded rustc_version v0.4.0 |
592 | 2024-08-16T20:54:08.030Z | Downloaded resolv-conf v0.7.0 |
593 | 2024-08-16T20:54:08.032Z | Downloaded pin-utils v0.1.0 |
594 | 2024-08-16T20:54:08.032Z | Downloaded derive_builder_core v0.20.0 |
595 | 2024-08-16T20:54:08.036Z | Downloaded walkdir v2.5.0 |
596 | 2024-08-16T20:54:08.036Z | Downloaded vsss-rs v3.3.4 |
597 | 2024-08-16T20:54:08.039Z | Downloaded crypto-bigint v0.5.5 |
598 | 2024-08-16T20:54:08.045Z | Downloaded serde_urlencoded v0.7.1 |
599 | 2024-08-16T20:54:08.048Z | Downloaded precomputed-hash v0.1.1 |
600 | 2024-08-16T20:54:08.048Z | Downloaded scrypt v0.11.0 |
601 | 2024-08-16T20:54:08.052Z | Downloaded unicode-linebreak v0.1.5 |
602 | 2024-08-16T20:54:08.052Z | Downloaded socket2 v0.5.7 |
603 | 2024-08-16T20:54:08.056Z | Downloaded hubpack_derive v0.1.1 |
604 | 2024-08-16T20:54:08.056Z | Downloaded http-range v0.1.5 |
605 | 2024-08-16T20:54:08.056Z | Downloaded num-traits v0.2.19 |
606 | 2024-08-16T20:54:08.059Z | Downloaded sqlparser_derive v0.2.2 |
607 | 2024-08-16T20:54:08.059Z | Downloaded bytes v1.7.1 |
608 | 2024-08-16T20:54:08.062Z | Downloaded tap v1.0.1 |
609 | 2024-08-16T20:54:08.065Z | Downloaded compact_str v0.8.0 |
610 | 2024-08-16T20:54:08.068Z | Downloaded defmt-parser v0.3.4 |
611 | 2024-08-16T20:54:08.071Z | Downloaded postgres-types v0.2.7 |
612 | 2024-08-16T20:54:08.073Z | Downloaded pem-rfc7468 v0.7.0 |
613 | 2024-08-16T20:54:08.076Z | Downloaded which v4.4.2 |
614 | 2024-08-16T20:54:08.076Z | Downloaded yasna v0.5.2 |
615 | 2024-08-16T20:54:08.079Z | Downloaded unsafe-libyaml v0.2.11 |
616 | 2024-08-16T20:54:08.083Z | Downloaded defmt-macros v0.3.9 |
617 | 2024-08-16T20:54:08.086Z | Downloaded predicates-core v1.0.6 |
618 | 2024-08-16T20:54:08.088Z | Downloaded zerocopy v0.6.6 |
619 | 2024-08-16T20:54:08.091Z | Downloaded diff v0.1.13 |
620 | 2024-08-16T20:54:08.094Z | Downloaded humantime v2.1.0 |
621 | 2024-08-16T20:54:08.096Z | Downloaded minimal-lexical v0.2.1 |
622 | 2024-08-16T20:54:08.099Z | Downloaded futures-task v0.3.30 |
623 | 2024-08-16T20:54:08.101Z | Downloaded hex v0.4.3 |
624 | 2024-08-16T20:54:08.104Z | Downloaded ppv-lite86 v0.2.17 |
625 | 2024-08-16T20:54:08.104Z | Downloaded serde_with_macros v3.8.3 |
626 | 2024-08-16T20:54:08.107Z | Downloaded serde_repr v0.1.19 |
627 | 2024-08-16T20:54:08.110Z | Downloaded spin v0.9.8 |
628 | 2024-08-16T20:54:08.113Z | Downloaded fatfs v0.3.6 |
629 | 2024-08-16T20:54:08.115Z | Downloaded sct v0.7.1 |
630 | 2024-08-16T20:54:08.127Z | Downloaded darling_core v0.20.9 |
631 | 2024-08-16T20:54:08.133Z | Downloaded salsa20 v0.10.2 |
632 | 2024-08-16T20:54:08.135Z | Downloaded termtree v0.4.1 |
633 | 2024-08-16T20:54:08.138Z | Downloaded ena v0.14.3 |
634 | 2024-08-16T20:54:08.142Z | Downloaded zeroize v1.7.0 |
635 | 2024-08-16T20:54:08.142Z | Downloaded twox-hash v1.6.3 |
636 | 2024-08-16T20:54:08.144Z | Downloaded fallible-iterator v0.2.0 |
637 | 2024-08-16T20:54:08.144Z | Downloaded erased-serde v0.3.31 |
638 | 2024-08-16T20:54:08.147Z | Downloaded hyper-rustls v0.24.2 |
639 | 2024-08-16T20:54:08.150Z | Downloaded env_logger v0.9.3 |
640 | 2024-08-16T20:54:08.152Z | Downloaded derive_builder_macro v0.20.0 |
641 | 2024-08-16T20:54:08.155Z | Downloaded futures-io v0.3.30 |
642 | 2024-08-16T20:54:08.155Z | Downloaded dsl_auto_type v0.1.2 |
643 | 2024-08-16T20:54:08.158Z | Downloaded unicode-truncate v1.0.0 |
644 | 2024-08-16T20:54:08.158Z | Downloaded pem v3.0.4 |
645 | 2024-08-16T20:54:08.160Z | Downloaded wyz v0.5.1 |
646 | 2024-08-16T20:54:08.160Z | Downloaded string_cache v0.8.7 |
647 | 2024-08-16T20:54:08.164Z | Downloaded pkg-config v0.3.30 |
648 | 2024-08-16T20:54:08.167Z | Downloaded httparse v1.8.0 |
649 | 2024-08-16T20:54:08.167Z | Downloaded pkcs8 v0.10.2 |
650 | 2024-08-16T20:54:08.169Z | Downloaded rustc_version v0.1.7 |
651 | 2024-08-16T20:54:08.172Z | Downloaded hostname v0.4.0 |
652 | 2024-08-16T20:54:08.174Z | Downloaded slog v2.7.0 |
653 | 2024-08-16T20:54:08.179Z | Downloaded rand_chacha v0.3.1 |
654 | 2024-08-16T20:54:08.179Z | Downloaded sigpipe v0.1.3 |
655 | 2024-08-16T20:54:08.181Z | Downloaded radium v0.7.0 |
656 | 2024-08-16T20:54:08.181Z | Downloaded rustfmt-wrapper v0.2.1 |
657 | 2024-08-16T20:54:08.181Z | Downloaded r2d2 v0.8.10 |
658 | 2024-08-16T20:54:08.184Z | Downloaded rtoolbox v0.0.2 |
659 | 2024-08-16T20:54:08.184Z | Downloaded snafu-derive v0.8.2 |
660 | 2024-08-16T20:54:08.187Z | Downloaded tls_codec_derive v0.4.1 |
661 | 2024-08-16T20:54:08.189Z | Downloaded tar v0.4.41 |
662 | 2024-08-16T20:54:08.192Z | Downloaded smallvec v0.6.14 |
663 | 2024-08-16T20:54:08.192Z | Downloaded topological-sort v0.2.2 |
664 | 2024-08-16T20:54:08.195Z | Downloaded slog-scope v4.4.0 |
665 | 2024-08-16T20:54:08.195Z | Downloaded parking_lot v0.12.2 |
666 | 2024-08-16T20:54:08.199Z | Downloaded parse-display v0.10.0 |
667 | 2024-08-16T20:54:08.203Z | Downloaded rustc-demangle v0.1.24 |
668 | 2024-08-16T20:54:08.204Z | Downloaded parse-display-derive v0.10.0 |
669 | 2024-08-16T20:54:08.204Z | Downloaded itertools v0.10.5 |
670 | 2024-08-16T20:54:08.208Z | Downloaded stable_deref_trait v1.2.0 |
671 | 2024-08-16T20:54:08.211Z | Downloaded try-lock v0.2.5 |
672 | 2024-08-16T20:54:08.211Z | Downloaded hashlink v0.9.1 |
673 | 2024-08-16T20:54:08.215Z | Downloaded env_logger v0.10.2 |
674 | 2024-08-16T20:54:08.218Z | Downloaded rayon-core v1.12.1 |
675 | 2024-08-16T20:54:08.220Z | Downloaded either v1.13.0 |
676 | 2024-08-16T20:54:08.223Z | Downloaded nom v7.1.3 |
677 | 2024-08-16T20:54:08.227Z | Downloaded highway v1.2.0 |
678 | 2024-08-16T20:54:08.230Z | Downloaded phf_shared v0.10.0 |
679 | 2024-08-16T20:54:08.233Z | Downloaded postcard v1.0.8 |
680 | 2024-08-16T20:54:08.237Z | Downloaded serde_derive_internals v0.29.1 |
681 | 2024-08-16T20:54:08.237Z | Downloaded home v0.5.9 |
682 | 2024-08-16T20:54:08.242Z | Downloaded zone_cfg_derive v0.1.2 |
683 | 2024-08-16T20:54:08.242Z | Downloaded pretty-hex v0.2.1 |
684 | 2024-08-16T20:54:08.242Z | Downloaded funty v2.0.0 |
685 | 2024-08-16T20:54:08.242Z | Downloaded rand_core v0.6.4 |
686 | 2024-08-16T20:54:08.244Z | Downloaded diesel_derives v2.2.2 |
687 | 2024-08-16T20:54:08.247Z | Downloaded signal-hook-registry v1.4.2 |
688 | 2024-08-16T20:54:08.250Z | Downloaded want v0.3.1 |
689 | 2024-08-16T20:54:08.250Z | Downloaded termios v0.3.3 |
690 | 2024-08-16T20:54:08.253Z | Downloaded toml_edit v0.19.15 |
691 | 2024-08-16T20:54:08.267Z | Downloaded steno v0.4.1 |
692 | 2024-08-16T20:54:08.273Z | Downloaded serde-big-array v0.5.1 |
693 | 2024-08-16T20:54:08.276Z | Downloaded semver v0.1.20 |
694 | 2024-08-16T20:54:08.276Z | Downloaded zeroize_derive v1.4.2 |
695 | 2024-08-16T20:54:08.276Z | Downloaded predicates-tree v1.0.9 |
696 | 2024-08-16T20:54:08.279Z | Downloaded peg-macros v0.8.4 |
697 | 2024-08-16T20:54:08.279Z | Downloaded group v0.13.0 |
698 | 2024-08-16T20:54:08.285Z | Downloaded glob v0.3.1 |
699 | 2024-08-16T20:54:08.285Z | Downloaded fragile v2.0.0 |
700 | 2024-08-16T20:54:08.291Z | Downloaded untrusted v0.9.0 |
701 | 2024-08-16T20:54:08.291Z | Downloaded universal-hash v0.5.1 |
702 | 2024-08-16T20:54:08.291Z | Downloaded unicode-xid v0.2.4 |
703 | 2024-08-16T20:54:08.294Z | Downloaded tls_codec v0.4.1 |
704 | 2024-08-16T20:54:08.294Z | Downloaded tracing-attributes v0.1.27 |
705 | 2024-08-16T20:54:08.294Z | Downloaded tokio-tungstenite v0.21.0 |
706 | 2024-08-16T20:54:08.296Z | Downloaded tokio-tungstenite v0.20.1 |
707 | 2024-08-16T20:54:08.299Z | Downloaded globset v0.4.14 |
708 | 2024-08-16T20:54:08.301Z | Downloaded predicates v3.1.2 |
709 | 2024-08-16T20:54:08.304Z | Downloaded waitgroup v0.1.2 |
710 | 2024-08-16T20:54:08.304Z | Downloaded vte_generate_state_changes v0.1.1 |
711 | 2024-08-16T20:54:08.307Z | Downloaded signature v2.2.0 |
712 | 2024-08-16T20:54:08.307Z | Downloaded quick-error v1.2.3 |
713 | 2024-08-16T20:54:08.310Z | Downloaded signal-hook-mio v0.2.4 |
714 | 2024-08-16T20:54:08.310Z | Downloaded slog-stdlog v4.1.1 |
715 | 2024-08-16T20:54:08.313Z | Downloaded deranged v0.3.11 |
716 | 2024-08-16T20:54:08.313Z | Downloaded psl-types v2.0.11 |
717 | 2024-08-16T20:54:08.317Z | Downloaded scheduled-thread-pool v0.2.7 |
718 | 2024-08-16T20:54:08.317Z | Downloaded snafu v0.8.2 |
719 | 2024-08-16T20:54:08.321Z | Downloaded heapless v0.8.0 |
720 | 2024-08-16T20:54:08.325Z | Downloaded time-core v0.1.2 |
721 | 2024-08-16T20:54:08.328Z | Downloaded tiny-keccak v2.0.2 |
722 | 2024-08-16T20:54:08.331Z | Downloaded zone v0.1.8 |
723 | 2024-08-16T20:54:08.331Z | Downloaded toml v0.7.8 |
724 | 2024-08-16T20:54:08.334Z | Downloaded test-strategy v0.3.1 |
725 | 2024-08-16T20:54:08.337Z | Downloaded tungstenite v0.21.0 |
726 | 2024-08-16T20:54:08.340Z | Downloaded parse-size v1.0.0 |
727 | 2024-08-16T20:54:08.343Z | Downloaded futures-core v0.3.30 |
728 | 2024-08-16T20:54:08.343Z | Downloaded tokio-rustls v0.24.1 |
729 | 2024-08-16T20:54:08.346Z | Downloaded num-bigint-dig v0.8.4 |
730 | 2024-08-16T20:54:08.350Z | Downloaded float-ord v0.3.2 |
731 | 2024-08-16T20:54:08.354Z | Downloaded downcast v0.11.0 |
732 | 2024-08-16T20:54:08.354Z | Downloaded uzers v0.11.3 |
733 | 2024-08-16T20:54:08.357Z | Downloaded slog-async v2.8.0 |
734 | 2024-08-16T20:54:08.357Z | Downloaded slog-bunyan v2.5.0 |
735 | 2024-08-16T20:54:08.357Z | Downloaded flagset v0.4.5 |
736 | 2024-08-16T20:54:08.359Z | Downloaded rpassword v7.3.1 |
737 | 2024-08-16T20:54:08.360Z | Downloaded rand_xorshift v0.3.0 |
738 | 2024-08-16T20:54:08.362Z | Downloaded sec1 v0.7.3 |
739 | 2024-08-16T20:54:08.366Z | Downloaded phf_shared v0.11.2 |
740 | 2024-08-16T20:54:08.366Z | Downloaded pkcs5 v0.7.1 |
741 | 2024-08-16T20:54:08.368Z | Downloaded futures v0.3.30 |
742 | 2024-08-16T20:54:08.378Z | Downloaded crossterm v0.28.1 |
743 | 2024-08-16T20:54:08.382Z | Downloaded foreign-types v0.3.2 |
744 | 2024-08-16T20:54:08.382Z | Downloaded der_derive v0.7.2 |
745 | 2024-08-16T20:54:08.385Z | Downloaded strum_macros v0.26.4 |
746 | 2024-08-16T20:54:08.385Z | Downloaded similar v2.5.0 |
747 | 2024-08-16T20:54:08.389Z | Downloaded itertools v0.12.1 |
748 | 2024-08-16T20:54:08.397Z | Downloaded tinyvec_macros v0.1.1 |
749 | 2024-08-16T20:54:08.404Z | Downloaded ff v0.13.0 |
750 | 2024-08-16T20:54:08.404Z | Downloaded fd-lock v4.0.2 |
751 | 2024-08-16T20:54:08.407Z | Downloaded ref-cast-impl v1.0.23 |
752 | 2024-08-16T20:54:08.407Z | Downloaded float-cmp v0.9.0 |
753 | 2024-08-16T20:54:08.407Z | Downloaded filetime v0.2.24 |
754 | 2024-08-16T20:54:08.407Z | Downloaded peg-runtime v0.8.3 |
755 | 2024-08-16T20:54:08.407Z | Downloaded structmeta-derive v0.2.0 |
756 | 2024-08-16T20:54:08.407Z | Downloaded libxml v0.3.3 |
757 | 2024-08-16T20:54:08.413Z | Downloaded http-body v0.4.6 |
758 | 2024-08-16T20:54:08.415Z | Downloaded futures-channel v0.3.30 |
759 | 2024-08-16T20:54:08.424Z | Downloaded path-slash v0.1.5 |
760 | 2024-08-16T20:54:08.424Z | Downloaded signal-hook v0.3.17 |
761 | 2024-08-16T20:54:08.427Z | Downloaded itertools v0.13.0 |
762 | 2024-08-16T20:54:08.430Z | Downloaded structmeta v0.3.0 |
763 | 2024-08-16T20:54:08.430Z | Downloaded shlex v1.3.0 |
764 | 2024-08-16T20:54:08.433Z | Downloaded rusty-fork v0.3.0 |
765 | 2024-08-16T20:54:08.433Z | Downloaded parking_lot v0.11.2 |
766 | 2024-08-16T20:54:08.436Z | Downloaded rand v0.8.5 |
767 | 2024-08-16T20:54:08.438Z | Downloaded elliptic-curve v0.13.8 |
768 | 2024-08-16T20:54:08.441Z | Downloaded time-macros v0.2.18 |
769 | 2024-08-16T20:54:08.445Z | Downloaded utf-8 v0.7.6 |
770 | 2024-08-16T20:54:08.449Z | Downloaded subprocess v0.2.9 |
771 | 2024-08-16T20:54:08.449Z | Downloaded phf v0.11.2 |
772 | 2024-08-16T20:54:08.453Z | Downloaded derive-where v1.2.7 |
773 | 2024-08-16T20:54:08.453Z | Downloaded tokio-macros v2.4.0 |
774 | 2024-08-16T20:54:08.457Z | Downloaded serde_with v3.8.3 |
775 | 2024-08-16T20:54:08.461Z | Downloaded unicode-segmentation v1.11.0 |
776 | 2024-08-16T20:54:08.465Z | Downloaded hash32 v0.2.1 |
777 | 2024-08-16T20:54:08.474Z | Downloaded heck v0.3.3 |
778 | 2024-08-16T20:54:08.474Z | Downloaded ref-cast v1.0.23 |
779 | 2024-08-16T20:54:08.474Z | Downloaded tracing-core v0.1.32 |
780 | 2024-08-16T20:54:08.474Z | Downloaded paste v1.0.15 |
781 | 2024-08-16T20:54:08.477Z | Downloaded rcgen v0.12.1 |
782 | 2024-08-16T20:54:08.480Z | Downloaded pin-project-internal v1.1.5 |
783 | 2024-08-16T20:54:08.483Z | Downloaded unicode-normalization v0.1.23 |
784 | 2024-08-16T20:54:08.485Z | Downloaded uuid v1.10.0 |
785 | 2024-08-16T20:54:08.488Z | Downloaded aho-corasick v1.1.3 |
786 | 2024-08-16T20:54:08.493Z | Downloaded rand_seeder v0.3.0 |
787 | 2024-08-16T20:54:08.496Z | Downloaded derive_builder v0.20.0 |
788 | 2024-08-16T20:54:08.499Z | Downloaded stringprep v0.1.4 |
789 | 2024-08-16T20:54:08.501Z | Downloaded siphasher v0.3.11 |
790 | 2024-08-16T20:54:08.504Z | Downloaded password-hash v0.5.0 |
791 | 2024-08-16T20:54:08.504Z | Downloaded form_urlencoded v1.2.1 |
792 | 2024-08-16T20:54:08.507Z | Downloaded blake3 v1.5.1 |
793 | 2024-08-16T20:54:08.512Z | Downloaded zip v0.6.6 |
794 | 2024-08-16T20:54:08.516Z | Downloaded smawk v0.3.2 |
795 | 2024-08-16T20:54:08.520Z | Downloaded derive_more v0.99.18 |
796 | 2024-08-16T20:54:08.523Z | Downloaded unicode_categories v0.1.1 |
797 | 2024-08-16T20:54:08.525Z | Downloaded pin-project v1.1.5 |
798 | 2024-08-16T20:54:08.535Z | Downloaded vte v0.11.1 |
799 | 2024-08-16T20:54:08.538Z | Downloaded ron v0.8.1 |
800 | 2024-08-16T20:54:08.543Z | Downloaded hickory-server v0.24.1 |
801 | 2024-08-16T20:54:08.549Z | Downloaded half v2.4.1 |
802 | 2024-08-16T20:54:08.552Z | Downloaded der v0.7.9 |
803 | 2024-08-16T20:54:08.556Z | Downloaded tough v0.17.1 |
804 | 2024-08-16T20:54:08.564Z | Downloaded schemars v0.8.21 |
805 | 2024-08-16T20:54:08.576Z | Downloaded tokio-postgres v0.7.11 |
806 | 2024-08-16T20:54:08.581Z | Downloaded vergen v8.3.2 |
807 | 2024-08-16T20:54:08.583Z | Downloaded tokio-util v0.7.11 |
808 | 2024-08-16T20:54:08.590Z | Downloaded bindgen v0.69.4 |
809 | 2024-08-16T20:54:08.597Z | Downloaded headers v0.3.9 |
810 | 2024-08-16T20:54:08.603Z | Downloaded flume v0.11.0 |
811 | 2024-08-16T20:54:08.607Z | Downloaded winnow v0.5.40 |
812 | 2024-08-16T20:54:08.615Z | Downloaded http v1.1.0 |
813 | 2024-08-16T20:54:08.619Z | Downloaded hickory-resolver v0.24.1 |
814 | 2024-08-16T20:54:08.624Z | Downloaded rusqlite v0.31.0 |
815 | 2024-08-16T20:54:08.630Z | Downloaded regex-automata v0.1.10 |
816 | 2024-08-16T20:54:08.635Z | Downloaded flate2 v1.0.31 |
817 | 2024-08-16T20:54:08.640Z | Downloaded chrono v0.4.38 |
818 | 2024-08-16T20:54:08.648Z | Downloaded publicsuffix v2.2.3 |
819 | 2024-08-16T20:54:08.651Z | Downloaded time v0.3.36 |
820 | 2024-08-16T20:54:08.658Z | Downloaded idna v0.3.0 |
821 | 2024-08-16T20:54:08.664Z | Downloaded rayon v1.10.0 |
822 | 2024-08-16T20:54:08.673Z | Downloaded portable-atomic v1.6.0 |
823 | 2024-08-16T20:54:08.682Z | Downloaded hkdf v0.12.4 |
824 | 2024-08-16T20:54:08.684Z | Downloaded hyper v0.14.30 |
825 | 2024-08-16T20:54:08.689Z | Downloaded hashbrown v0.13.2 |
826 | 2024-08-16T20:54:08.693Z | Downloaded rustyline v14.0.0 |
827 | 2024-08-16T20:54:08.699Z | Downloaded smoltcp v0.9.1 |
828 | 2024-08-16T20:54:08.709Z | Downloaded h2 v0.3.26 |
829 | 2024-08-16T20:54:08.716Z | Downloaded reedline v0.33.0 |
830 | 2024-08-16T20:54:08.723Z | Downloaded sqlparser v0.45.0 |
831 | 2024-08-16T20:54:08.729Z | Downloaded webpki-roots v0.25.4 |
832 | 2024-08-16T20:54:08.733Z | Downloaded rustls-webpki v0.102.4 |
833 | 2024-08-16T20:54:08.751Z | Downloaded object v0.32.2 |
834 | 2024-08-16T20:54:08.761Z | Downloaded futures-util v0.3.30 |
835 | 2024-08-16T20:54:08.773Z | Downloaded git2 v0.19.0 |
836 | 2024-08-16T20:54:08.781Z | Downloaded idna v0.5.0 |
837 | 2024-08-16T20:54:08.788Z | Downloaded radix_trie v0.2.1 |
838 | 2024-08-16T20:54:08.793Z | Downloaded vcpkg v0.2.15 |
839 | 2024-08-16T20:54:08.834Z | Downloaded gimli v0.28.1 |
840 | 2024-08-16T20:54:08.841Z | Downloaded smoltcp v0.11.0 |
841 | 2024-08-16T20:54:08.853Z | Downloaded hickory-proto v0.24.1 |
842 | 2024-08-16T20:54:08.868Z | Downloaded proptest v1.5.0 |
843 | 2024-08-16T20:54:08.878Z | Downloaded diesel v2.2.2 |
844 | 2024-08-16T20:54:08.896Z | Downloaded regex-syntax v0.8.4 |
845 | 2024-08-16T20:54:08.905Z | Downloaded regex v1.10.6 |
846 | 2024-08-16T20:54:08.918Z | Downloaded nix v0.28.0 |
847 | 2024-08-16T20:54:08.930Z | Downloaded regex-syntax v0.6.29 |
848 | 2024-08-16T20:54:08.940Z | Downloaded polar-core v0.27.3 |
849 | 2024-08-16T20:54:08.948Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
850 | 2024-08-16T20:54:08.960Z | Downloaded openapiv3 v2.0.0 |
851 | 2024-08-16T20:54:08.974Z | Downloaded rustls v0.21.12 |
852 | 2024-08-16T20:54:08.986Z | Downloaded regress v0.9.1 |
853 | 2024-08-16T20:54:08.995Z | Downloaded petgraph v0.6.5 |
854 | 2024-08-16T20:54:09.014Z | Downloaded rustls v0.22.4 |
855 | 2024-08-16T20:54:09.027Z | Downloaded sha3 v0.10.8 |
856 | 2024-08-16T20:54:09.032Z | Downloaded csv v1.3.0 |
857 | 2024-08-16T20:54:09.052Z | Downloaded idna v0.4.0 |
858 | 2024-08-16T20:54:09.059Z | Downloaded encoding_rs v0.8.34 |
859 | 2024-08-16T20:54:09.081Z | Downloaded bstr v1.9.1 |
860 | 2024-08-16T20:54:09.091Z | Downloaded sled v0.34.7 |
861 | 2024-08-16T20:54:09.102Z | Downloaded bstr v0.2.17 |
862 | 2024-08-16T20:54:09.111Z | Downloaded openssl v0.10.66 |
863 | 2024-08-16T20:54:09.121Z | Downloaded object v0.30.4 |
864 | 2024-08-16T20:54:09.131Z | Downloaded nix v0.27.1 |
865 | 2024-08-16T20:54:09.142Z | Downloaded zerocopy-derive v0.6.6 |
866 | 2024-08-16T20:54:09.152Z | Downloaded ratatui v0.28.0 |
867 | 2024-08-16T20:54:09.172Z | Downloaded curve25519-dalek v4.1.3 |
868 | 2024-08-16T20:54:09.180Z | Downloaded quick-xml v0.31.0 |
869 | 2024-08-16T20:54:09.186Z | Downloaded lalrpop v0.19.12 |
870 | 2024-08-16T20:54:09.197Z | Downloaded bitvec v1.0.1 |
871 | 2024-08-16T20:54:09.212Z | Downloaded http v0.2.12 |
872 | 2024-08-16T20:54:09.216Z | Downloaded regex-automata v0.4.6 |
873 | 2024-08-16T20:54:09.233Z | Downloaded rustls-webpki v0.101.7 |
874 | 2024-08-16T20:54:09.247Z | Downloaded finl_unicode v1.2.0 |
875 | 2024-08-16T20:54:09.261Z | Downloaded reqwest v0.11.27 |
876 | 2024-08-16T20:54:09.268Z | Downloaded url v2.5.2 |
877 | 2024-08-16T20:54:09.271Z | Downloaded tungstenite v0.20.1 |
878 | 2024-08-16T20:54:09.275Z | Downloaded tracing v0.1.40 |
879 | 2024-08-16T20:54:09.280Z | Downloaded expectorate v1.1.0 |
880 | 2024-08-16T20:54:09.283Z | Downloaded tokio-native-tls v0.3.1 |
881 | 2024-08-16T20:54:09.283Z | Downloaded slog-envlogger v2.2.0 |
882 | 2024-08-16T20:54:09.286Z | Downloaded rustversion v1.0.17 |
883 | 2024-08-16T20:54:09.289Z | Downloaded rustls-pemfile v1.0.4 |
884 | 2024-08-16T20:54:09.289Z | Downloaded dyn-clone v1.0.17 |
885 | 2024-08-16T20:54:09.291Z | Downloaded tokio v1.39.2 |
886 | 2024-08-16T20:54:09.328Z | Downloaded structmeta-derive v0.3.0 |
887 | 2024-08-16T20:54:09.331Z | Downloaded tinyvec v1.6.0 |
888 | 2024-08-16T20:54:09.333Z | Downloaded ron v0.7.1 |
889 | 2024-08-16T20:54:09.337Z | Downloaded rsa v0.9.6 |
890 | 2024-08-16T20:54:09.342Z | Downloaded sha1 v0.10.6 |
891 | 2024-08-16T20:54:09.345Z | Downloaded same-file v1.0.6 |
892 | 2024-08-16T20:54:09.345Z | Downloaded peg v0.8.4 |
893 | 2024-08-16T20:54:09.347Z | Downloaded slog-json v2.6.1 |
894 | 2024-08-16T20:54:09.350Z | Downloaded tokio-rustls v0.25.0 |
895 | 2024-08-16T20:54:09.354Z | Downloaded hashbrown v0.12.3 |
896 | 2024-08-16T20:54:09.357Z | Downloaded fxhash v0.2.1 |
897 | 2024-08-16T20:54:09.357Z | Downloaded pbkdf2 v0.12.2 |
898 | 2024-08-16T20:54:09.359Z | Downloaded typed-path v0.7.1 |
899 | 2024-08-16T20:54:09.363Z | Downloaded hmac v0.12.1 |
900 | 2024-08-16T20:54:09.367Z | Downloaded scopeguard v1.2.0 |
901 | 2024-08-16T20:54:09.369Z | Downloaded poly1305 v0.8.0 |
902 | 2024-08-16T20:54:09.369Z | Downloaded pin-project-lite v0.2.14 |
903 | 2024-08-16T20:54:09.373Z | Downloaded getrandom v0.2.14 |
904 | 2024-08-16T20:54:09.375Z | Downloaded x509-cert v0.2.5 |
905 | 2024-08-16T20:54:09.382Z | Downloaded whoami v1.5.1 |
906 | 2024-08-16T20:54:09.385Z | Downloaded wait-timeout v0.2.0 |
907 | 2024-08-16T20:54:09.388Z | Downloaded strum_macros v0.25.3 |
908 | 2024-08-16T20:54:09.388Z | Downloaded strum_macros v0.24.3 |
909 | 2024-08-16T20:54:09.391Z | Downloaded fixedbitset v0.4.2 |
910 | 2024-08-16T20:54:09.391Z | Downloaded serde_yaml v0.9.34+deprecated |
911 | 2024-08-16T20:54:09.394Z | Downloaded samael v0.0.15 |
912 | 2024-08-16T20:54:09.402Z | Downloaded fallible-iterator v0.3.0 |
913 | 2024-08-16T20:54:09.406Z | Downloaded embedded-io v0.4.0 |
914 | 2024-08-16T20:54:09.406Z | Downloaded hickory-client v0.24.1 |
915 | 2024-08-16T20:54:09.406Z | Downloaded unicode-bidi v0.3.15 |
916 | 2024-08-16T20:54:09.409Z | Downloaded socket2 v0.4.10 |
917 | 2024-08-16T20:54:09.409Z | Downloaded heapless v0.7.17 |
918 | 2024-08-16T20:54:09.411Z | Downloaded libm v0.2.8 |
919 | 2024-08-16T20:54:09.419Z | Downloaded mio v0.8.11 |
920 | 2024-08-16T20:54:09.425Z | Downloaded crossterm v0.27.0 |
921 | 2024-08-16T20:54:09.431Z | Downloaded sqlformat v0.2.4 |
922 | 2024-08-16T20:54:09.434Z | Downloaded spki v0.7.3 |
923 | 2024-08-16T20:54:09.437Z | Downloaded smf v0.2.3 |
924 | 2024-08-16T20:54:09.437Z | Downloaded serde_plain v1.0.2 |
925 | 2024-08-16T20:54:09.437Z | Downloaded serde_path_to_error v0.1.16 |
926 | 2024-08-16T20:54:09.440Z | Downloaded serde-hex v0.1.0 |
927 | 2024-08-16T20:54:09.443Z | Downloaded display-error-chain v0.2.0 |
928 | 2024-08-16T20:54:09.443Z | Downloaded term v0.7.0 |
929 | 2024-08-16T20:54:09.446Z | Downloaded tempfile v3.10.1 |
930 | 2024-08-16T20:54:09.448Z | Downloaded prettyplease v0.2.20 |
931 | 2024-08-16T20:54:09.452Z | Downloaded rustc-hash v1.1.0 |
932 | 2024-08-16T20:54:09.452Z | Downloaded structmeta v0.2.0 |
933 | 2024-08-16T20:54:09.455Z | Downloaded smallvec v1.13.2 |
934 | 2024-08-16T20:54:09.455Z | Downloaded textwrap v0.16.1 |
935 | 2024-08-16T20:54:09.457Z | Downloaded mio v1.0.2 |
936 | 2024-08-16T20:54:09.461Z | Downloaded futures-sink v0.3.30 |
937 | 2024-08-16T20:54:09.464Z | Downloaded futures-macro v0.3.30 |
938 | 2024-08-16T20:54:09.464Z | Downloaded rustls-pemfile v2.1.3 |
939 | 2024-08-16T20:54:09.468Z | Downloaded openssl-sys v0.9.103 |
940 | 2024-08-16T20:54:09.470Z | Downloaded powerfmt v0.2.0 |
941 | 2024-08-16T20:54:09.474Z | Downloaded packed_struct_codegen v0.10.1 |
942 | 2024-08-16T20:54:09.474Z | Downloaded enum-as-inner v0.6.0 |
943 | 2024-08-16T20:54:09.476Z | Downloaded rustls-pki-types v1.7.0 |
944 | 2024-08-16T20:54:09.477Z | Downloaded postgres-protocol v0.6.7 |
945 | 2024-08-16T20:54:09.479Z | Downloaded parking_lot_core v0.9.10 |
946 | 2024-08-16T20:54:09.482Z | Downloaded crossbeam-channel v0.5.12 |
947 | 2024-08-16T20:54:09.485Z | Downloaded base64 v0.21.7 |
948 | 2024-08-16T20:54:09.487Z | Downloaded termcolor v1.4.1 |
949 | 2024-08-16T20:54:09.490Z | Downloaded tabwriter v1.4.0 |
950 | 2024-08-16T20:54:09.490Z | Downloaded pkcs1 v0.7.5 |
951 | 2024-08-16T20:54:09.492Z | Downloaded parking_lot_core v0.8.6 |
952 | 2024-08-16T20:54:09.495Z | Downloaded oso v0.27.3 |
953 | 2024-08-16T20:54:09.498Z | Downloaded arc-swap v1.7.1 |
954 | 2024-08-16T20:54:09.501Z | Downloaded strip-ansi-escapes v0.2.0 |
955 | 2024-08-16T20:54:09.504Z | Downloaded indicatif v0.17.8 |
956 | 2024-08-16T20:54:09.506Z | Downloaded chacha20poly1305 v0.10.1 |
957 | 2024-08-16T20:54:09.509Z | Downloaded blake2 v0.10.6 |
958 | 2024-08-16T20:54:09.511Z | Downloaded endian-type v0.1.2 |
959 | 2024-08-16T20:54:09.511Z | Downloaded crossbeam-utils v0.8.19 |
960 | 2024-08-16T20:54:09.514Z | Downloaded crc-any v2.5.0 |
961 | 2024-08-16T20:54:09.517Z | Downloaded gethostname v0.5.0 |
962 | 2024-08-16T20:54:09.517Z | Downloaded futures-executor v0.3.30 |
963 | 2024-08-16T20:54:09.520Z | Downloaded owo-colors v4.0.0 |
964 | 2024-08-16T20:54:09.520Z | Downloaded ipnetwork v0.20.0 |
965 | 2024-08-16T20:54:09.523Z | Downloaded base64 v0.22.1 |
966 | 2024-08-16T20:54:09.526Z | Downloaded xattr v1.3.1 |
967 | 2024-08-16T20:54:09.528Z | Downloaded thiserror-impl-no-std v2.0.2 |
968 | 2024-08-16T20:54:09.528Z | Downloaded crossbeam-deque v0.8.5 |
969 | 2024-08-16T20:54:09.531Z | Downloaded crc32fast v1.4.0 |
970 | 2024-08-16T20:54:09.533Z | Downloaded cookie_store v0.20.0 |
971 | 2024-08-16T20:54:09.533Z | Downloaded buf-list v1.0.3 |
972 | 2024-08-16T20:54:09.536Z | Downloaded argon2 v0.5.3 |
973 | 2024-08-16T20:54:09.539Z | Downloaded const_format_proc_macros v0.2.32 |
974 | 2024-08-16T20:54:09.539Z | Downloaded bitflags v1.3.2 |
975 | 2024-08-16T20:54:09.541Z | Downloaded num-derive v0.4.2 |
976 | 2024-08-16T20:54:09.544Z | Downloaded num_enum v0.5.11 |
977 | 2024-08-16T20:54:09.547Z | Downloaded num-iter v0.1.45 |
978 | 2024-08-16T20:54:09.550Z | Downloaded num v0.4.3 |
979 | 2024-08-16T20:54:09.550Z | Downloaded newtype-uuid v1.1.0 |
980 | 2024-08-16T20:54:09.553Z | Downloaded multer v3.1.0 |
981 | 2024-08-16T20:54:09.555Z | Downloaded shell-words v1.1.0 |
982 | 2024-08-16T20:54:09.555Z | Downloaded serde_arrays v0.1.0 |
983 | 2024-08-16T20:54:09.555Z | Downloaded crossbeam-epoch v0.9.18 |
984 | 2024-08-16T20:54:09.559Z | Downloaded hubpack v0.1.2 |
985 | 2024-08-16T20:54:09.559Z | Downloaded ciborium v0.2.2 |
986 | 2024-08-16T20:54:09.561Z | Downloaded base64 v0.13.1 |
987 | 2024-08-16T20:54:09.564Z | Downloaded cassowary v0.3.0 |
988 | 2024-08-16T20:54:09.567Z | Downloaded arrayvec v0.7.4 |
989 | 2024-08-16T20:54:09.567Z | Downloaded maplit v1.0.2 |
990 | 2024-08-16T20:54:09.569Z | Downloaded linear-map v1.2.0 |
991 | 2024-08-16T20:54:09.569Z | Downloaded lalrpop-util v0.19.12 |
992 | 2024-08-16T20:54:09.572Z | Downloaded inout v0.1.3 |
993 | 2024-08-16T20:54:09.572Z | Downloaded indent_write v2.2.0 |
994 | 2024-08-16T20:54:09.572Z | Downloaded kstat-rs v0.2.4 |
995 | 2024-08-16T20:54:09.574Z | Downloaded async-recursion v1.1.1 |
996 | 2024-08-16T20:54:09.577Z | Downloaded ahash v0.8.11 |
997 | 2024-08-16T20:54:09.579Z | Downloaded normalize-line-endings v0.3.0 |
998 | 2024-08-16T20:54:09.579Z | Downloaded array-init v0.0.4 |
999 | 2024-08-16T20:54:09.582Z | Downloaded aes v0.8.4 |
1000 | 2024-08-16T20:54:09.586Z | Downloaded native-tls v0.2.11 |
1001 | 2024-08-16T20:54:09.590Z | Downloaded arrayref v0.3.7 |
1002 | 2024-08-16T20:54:09.590Z | Downloaded indoc v1.0.9 |
1003 | 2024-08-16T20:54:09.593Z | Downloaded async-trait v0.1.81 |
1004 | 2024-08-16T20:54:09.593Z | Downloaded castaway v0.2.3 |
1005 | 2024-08-16T20:54:09.593Z | Downloaded bitfield-struct v0.6.1 |
1006 | 2024-08-16T20:54:09.596Z | Downloaded ciborium-ll v0.2.2 |
1007 | 2024-08-16T20:54:09.596Z | Downloaded aead v0.5.2 |
1008 | 2024-08-16T20:54:09.599Z | Downloaded hyper-tls v0.5.0 |
1009 | 2024-08-16T20:54:09.599Z | Downloaded block-padding v0.3.3 |
1010 | 2024-08-16T20:54:09.602Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1011 | 2024-08-16T20:54:10.238Z | Downloaded libz-sys v1.1.16 |
1012 | 2024-08-16T20:54:10.361Z | Downloaded ring v0.17.8 |
1013 | 2024-08-16T20:54:10.511Z | Downloaded libsqlite3-sys v0.28.0 |
1014 | 2024-08-16T20:54:10.588Z | Downloaded ring v0.16.20 |
1015 | 2024-08-16T20:54:10.768Z | Compiling cfg-if v1.0.0 |
1016 | 2024-08-16T20:54:10.768Z | Compiling serde v1.0.207 |
1017 | 2024-08-16T20:54:10.771Z | Compiling lock_api v0.4.12 |
1018 | 2024-08-16T20:54:10.771Z | Compiling scopeguard v1.2.0 |
1019 | 2024-08-16T20:54:10.910Z | Compiling typenum v1.17.0 |
1020 | 2024-08-16T20:54:10.925Z | Compiling generic-array v0.14.7 |
1021 | 2024-08-16T20:54:10.949Z | Compiling syn v2.0.74 |
1022 | 2024-08-16T20:54:10.964Z | Compiling log v0.4.21 |
1023 | 2024-08-16T20:54:11.010Z | Compiling getrandom v0.2.14 |
1024 | 2024-08-16T20:54:11.062Z | Compiling jobserver v0.1.32 |
1025 | 2024-08-16T20:54:11.290Z | Compiling rand_core v0.6.4 |
1026 | 2024-08-16T20:54:11.603Z | Compiling cc v1.0.97 |
1027 | 2024-08-16T20:54:11.619Z | Compiling subtle v2.5.0 |
1028 | 2024-08-16T20:54:11.651Z | Compiling const-oid v0.9.6 |
1029 | 2024-08-16T20:54:11.850Z | Compiling pin-project-lite v0.2.14 |
1030 | 2024-08-16T20:54:11.913Z | Compiling smallvec v1.13.2 |
1031 | 2024-08-16T20:54:11.986Z | Compiling parking_lot_core v0.9.10 |
1032 | 2024-08-16T20:54:11.989Z | Compiling spin v0.9.8 |
1033 | 2024-08-16T20:54:12.088Z | Compiling signal-hook-registry v1.4.2 |
1034 | 2024-08-16T20:54:12.323Z | Compiling mio v1.0.2 |
1035 | 2024-08-16T20:54:12.399Z | Compiling ahash v0.8.11 |
1036 | 2024-08-16T20:54:12.788Z | Compiling tinyvec_macros v0.1.1 |
1037 | 2024-08-16T20:54:12.893Z | Compiling parking_lot v0.12.2 |
1038 | 2024-08-16T20:54:12.969Z | Compiling tinyvec v1.6.0 |
1039 | 2024-08-16T20:54:13.275Z | Compiling socket2 v0.5.7 |
1040 | 2024-08-16T20:54:13.638Z | Compiling cpufeatures v0.2.12 |
1041 | 2024-08-16T20:54:13.733Z | Compiling libm v0.2.8 |
1042 | 2024-08-16T20:54:13.751Z | Compiling futures-core v0.3.30 |
1043 | 2024-08-16T20:54:13.913Z | Compiling serde_json v1.0.125 |
1044 | 2024-08-16T20:54:13.915Z | Compiling slab v0.4.9 |
1045 | 2024-08-16T20:54:13.999Z | Compiling num-traits v0.2.19 |
1046 | 2024-08-16T20:54:14.115Z | Compiling allocator-api2 v0.2.18 |
1047 | 2024-08-16T20:54:14.265Z | Compiling unicode-bidi v0.3.15 |
1048 | 2024-08-16T20:54:14.308Z | Compiling futures-sink v0.3.30 |
1049 | 2024-08-16T20:54:14.459Z | Compiling unicode-normalization v0.1.23 |
1050 | 2024-08-16T20:54:14.560Z | Compiling futures-channel v0.3.30 |
1051 | 2024-08-16T20:54:14.804Z | Compiling pkg-config v0.3.30 |
1052 | 2024-08-16T20:54:15.000Z | Compiling futures-task v0.3.30 |
1053 | 2024-08-16T20:54:15.018Z | Compiling futures-io v0.3.30 |
1054 | 2024-08-16T20:54:15.306Z | Compiling vcpkg v0.2.15 |
1055 | 2024-08-16T20:54:15.358Z | Compiling pin-utils v0.1.0 |
1056 | 2024-08-16T20:54:15.600Z | Compiling base64ct v1.6.0 |
1057 | 2024-08-16T20:54:15.768Z | Compiling flagset v0.4.5 |
1058 | 2024-08-16T20:54:15.911Z | Compiling ppv-lite86 v0.2.17 |
1059 | 2024-08-16T20:54:15.930Z | Compiling ring v0.17.8 |
1060 | 2024-08-16T20:54:15.982Z | Compiling percent-encoding v2.3.1 |
1061 | 2024-08-16T20:54:16.194Z | Compiling pem-rfc7468 v0.7.0 |
1062 | 2024-08-16T20:54:16.320Z | Compiling tracing-core v0.1.32 |
1063 | 2024-08-16T20:54:16.356Z | Compiling untrusted v0.9.0 |
1064 | 2024-08-16T20:54:16.567Z | Compiling rustix v0.38.34 |
1065 | 2024-08-16T20:54:16.778Z | Compiling rand_chacha v0.3.1 |
1066 | 2024-08-16T20:54:16.973Z | Compiling rustversion v1.0.17 |
1067 | 2024-08-16T20:54:17.489Z | Compiling rand v0.8.5 |
1068 | 2024-08-16T20:54:17.505Z | Compiling time-core v0.1.2 |
1069 | 2024-08-16T20:54:17.534Z | Compiling openssl-sys v0.9.103 |
1070 | 2024-08-16T20:54:17.666Z | Compiling num-conv v0.1.0 |
1071 | 2024-08-16T20:54:17.666Z | Compiling openssl v0.10.66 |
1072 | 2024-08-16T20:54:17.745Z | Compiling foreign-types-shared v0.1.1 |
1073 | 2024-08-16T20:54:17.852Z | Compiling powerfmt v0.2.0 |
1074 | 2024-08-16T20:54:17.931Z | Compiling httparse v1.8.0 |
1075 | 2024-08-16T20:54:18.083Z | Compiling time-macros v0.2.18 |
1076 | 2024-08-16T20:54:18.248Z | Compiling deranged v0.3.11 |
1077 | 2024-08-16T20:54:18.386Z | Compiling foreign-types v0.3.2 |
1078 | 2024-08-16T20:54:18.552Z | Compiling form_urlencoded v1.2.1 |
1079 | 2024-08-16T20:54:18.878Z | Compiling lazy_static v1.5.0 |
1080 | 2024-08-16T20:54:18.896Z | Compiling crossbeam-utils v0.8.19 |
1081 | 2024-08-16T20:54:19.012Z | Compiling rustls v0.21.12 |
1082 | 2024-08-16T20:54:19.247Z | Compiling try-lock v0.2.5 |
1083 | 2024-08-16T20:54:19.266Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-16T20:54:19.374Z | Compiling syn v1.0.109 |
1085 | 2024-08-16T20:54:19.391Z | Compiling siphasher v0.3.11 |
1086 | 2024-08-16T20:54:19.460Z | Compiling native-tls v0.2.11 |
1087 | 2024-08-16T20:54:19.769Z | Compiling want v0.3.1 |
1088 | 2024-08-16T20:54:20.046Z | Compiling idna v0.5.0 |
1089 | 2024-08-16T20:54:20.064Z | Compiling aho-corasick v1.1.3 |
1090 | 2024-08-16T20:54:20.378Z | Compiling cookie v0.17.0 |
1091 | 2024-08-16T20:54:20.651Z | Compiling httpdate v1.0.3 |
1092 | 2024-08-16T20:54:20.727Z | Compiling tower-service v0.3.2 |
1093 | 2024-08-16T20:54:20.848Z | Compiling iana-time-zone v0.1.60 |
1094 | 2024-08-16T20:54:21.112Z | Compiling slog v2.7.0 |
1095 | 2024-08-16T20:54:21.163Z | Compiling time v0.3.36 |
1096 | 2024-08-16T20:54:21.213Z | Compiling finl_unicode v1.2.0 |
1097 | 2024-08-16T20:54:21.293Z | Compiling openssl-probe v0.1.5 |
1098 | 2024-08-16T20:54:21.615Z | Compiling adler v1.0.2 |
1099 | 2024-08-16T20:54:21.651Z | Compiling regex-syntax v0.8.4 |
1100 | 2024-08-16T20:54:21.731Z | Compiling url v2.5.2 |
1101 | 2024-08-16T20:54:21.830Z | Compiling stringprep v0.1.4 |
1102 | 2024-08-16T20:54:21.848Z | Compiling miniz_oxide v0.7.2 |
1103 | 2024-08-16T20:54:23.624Z | Compiling num-integer v0.1.46 |
1104 | 2024-08-16T20:54:24.430Z | Compiling backtrace v0.3.71 |
1105 | 2024-08-16T20:54:24.613Z | Compiling idna v0.3.0 |
1106 | 2024-08-16T20:54:24.908Z | Compiling hash32 v0.2.1 |
1107 | 2024-08-16T20:54:25.144Z | Compiling serde_derive v1.0.207 |
1108 | 2024-08-16T20:54:25.278Z | Compiling zeroize_derive v1.4.2 |
1109 | 2024-08-16T20:54:25.298Z | Compiling zerocopy-derive v0.7.34 |
1110 | 2024-08-16T20:54:26.200Z | Compiling tokio-macros v2.4.0 |
1111 | 2024-08-16T20:54:26.388Z | Compiling thiserror-impl v1.0.63 |
1112 | 2024-08-16T20:54:26.715Z | Compiling futures-macro v0.3.30 |
1113 | 2024-08-16T20:54:26.879Z | Compiling zeroize v1.7.0 |
1114 | 2024-08-16T20:54:27.510Z | Compiling zerocopy v0.7.34 |
1115 | 2024-08-16T20:54:27.932Z | Compiling der_derive v0.7.2 |
1116 | 2024-08-16T20:54:28.132Z | Compiling tracing-attributes v0.1.27 |
1117 | 2024-08-16T20:54:28.665Z | Compiling crypto-common v0.1.6 |
1118 | 2024-08-16T20:54:28.778Z | Compiling block-buffer v0.10.4 |
1119 | 2024-08-16T20:54:28.905Z | Compiling block-padding v0.3.3 |
1120 | 2024-08-16T20:54:29.050Z | Compiling digest v0.10.7 |
1121 | 2024-08-16T20:54:29.166Z | Compiling inout v0.1.3 |
1122 | 2024-08-16T20:54:29.443Z | Compiling cipher v0.4.4 |
1123 | 2024-08-16T20:54:29.540Z | Compiling hmac v0.12.1 |
1124 | 2024-08-16T20:54:29.700Z | Compiling hashbrown v0.14.5 |
1125 | 2024-08-16T20:54:29.799Z | Compiling sha2 v0.10.8 |
1126 | 2024-08-16T20:54:29.802Z | Compiling thiserror v1.0.63 |
1127 | 2024-08-16T20:54:29.948Z | Compiling futures-util v0.3.30 |
1128 | 2024-08-16T20:54:29.966Z | Compiling pest v2.7.10 |
1129 | 2024-08-16T20:54:30.496Z | Compiling der v0.7.9 |
1130 | 2024-08-16T20:54:31.065Z | Compiling salsa20 v0.10.2 |
1131 | 2024-08-16T20:54:31.279Z | Compiling pbkdf2 v0.12.2 |
1132 | 2024-08-16T20:54:31.635Z | Compiling scroll_derive v0.12.0 |
1133 | 2024-08-16T20:54:32.069Z | Compiling tracing v0.1.40 |
1134 | 2024-08-16T20:54:32.571Z | Compiling pest_meta v2.7.10 |
1135 | 2024-08-16T20:54:32.942Z | Compiling spki v0.7.3 |
1136 | 2024-08-16T20:54:32.967Z | Compiling scroll v0.12.0 |
1137 | 2024-08-16T20:54:33.311Z | Compiling scrypt v0.11.0 |
1138 | 2024-08-16T20:54:33.516Z | Compiling cbc v0.1.2 |
1139 | 2024-08-16T20:54:33.544Z | Compiling aes v0.8.4 |
1140 | 2024-08-16T20:54:33.872Z | Compiling pest_generator v2.7.10 |
1141 | 2024-08-16T20:54:33.891Z | Compiling goblin v0.8.2 |
1142 | 2024-08-16T20:54:36.011Z | Compiling pkcs5 v0.7.1 |
1143 | 2024-08-16T20:54:36.293Z | Compiling openssl-macros v0.1.1 |
1144 | 2024-08-16T20:54:36.428Z | Compiling sct v0.7.1 |
1145 | 2024-08-16T20:54:36.806Z | Compiling pkcs8 v0.10.2 |
1146 | 2024-08-16T20:54:37.116Z | Compiling rustls-webpki v0.101.7 |
1147 | 2024-08-16T20:54:37.162Z | Compiling md-5 v0.10.6 |
1148 | 2024-08-16T20:54:37.296Z | Compiling regex-automata v0.4.6 |
1149 | 2024-08-16T20:54:37.422Z | Compiling psl-types v2.0.11 |
1150 | 2024-08-16T20:54:37.524Z | Compiling num-bigint-dig v0.8.4 |
1151 | 2024-08-16T20:54:37.617Z | Compiling fallible-iterator v0.2.0 |
1152 | 2024-08-16T20:54:37.629Z | Compiling signal-hook v0.3.17 |
1153 | 2024-08-16T20:54:37.708Z | Compiling pest_derive v2.7.10 |
1154 | 2024-08-16T20:54:37.818Z | Compiling smoltcp v0.9.1 |
1155 | 2024-08-16T20:54:38.293Z | Compiling stable_deref_trait v1.2.0 |
1156 | 2024-08-16T20:54:38.404Z | Compiling crc32fast v1.4.0 |
1157 | 2024-08-16T20:54:38.525Z | Compiling dtrace-parser v0.2.0 |
1158 | 2024-08-16T20:54:38.555Z | Compiling gimli v0.28.1 |
1159 | 2024-08-16T20:54:38.954Z | Compiling base64 v0.22.1 |
1160 | 2024-08-16T20:54:39.038Z | Compiling cfg_aliases v0.1.1 |
1161 | 2024-08-16T20:54:39.140Z | Compiling nix v0.28.0 |
1162 | 2024-08-16T20:54:39.736Z | Compiling bytes v1.7.1 |
1163 | 2024-08-16T20:54:39.893Z | Compiling bitflags v2.6.0 |
1164 | 2024-08-16T20:54:40.355Z | Compiling indexmap v2.4.0 |
1165 | 2024-08-16T20:54:40.698Z | Compiling tokio v1.39.2 |
1166 | 2024-08-16T20:54:41.032Z | Compiling http v0.2.12 |
1167 | 2024-08-16T20:54:41.849Z | Compiling semver v1.0.23 |
1168 | 2024-08-16T20:54:42.590Z | Compiling rustc_version v0.4.0 |
1169 | 2024-08-16T20:54:43.397Z | Compiling heapless v0.7.17 |
1170 | 2024-08-16T20:54:43.616Z | Compiling http-body v0.4.6 |
1171 | 2024-08-16T20:54:43.636Z | Compiling dof v0.3.0 |
1172 | 2024-08-16T20:54:44.078Z | Compiling uuid v1.10.0 |
1173 | 2024-08-16T20:54:44.572Z | Compiling usdt-impl v0.5.0 |
1174 | 2024-08-16T20:54:45.613Z | Compiling toml_datetime v0.6.8 |
1175 | 2024-08-16T20:54:45.906Z | Compiling chrono v0.4.38 |
1176 | 2024-08-16T20:54:46.134Z | Compiling serde_spanned v0.6.7 |
1177 | 2024-08-16T20:54:46.209Z | Compiling serde_tokenstream v0.2.2 |
1178 | 2024-08-16T20:54:46.383Z | Compiling terminal_size v0.3.0 |
1179 | 2024-08-16T20:54:46.630Z | Compiling addr2line v0.21.0 |
1180 | 2024-08-16T20:54:46.858Z | Compiling postgres-protocol v0.6.7 |
1181 | 2024-08-16T20:54:47.151Z | Compiling publicsuffix v2.2.3 |
1182 | 2024-08-16T20:54:47.296Z | Compiling hubpack_derive v0.1.1 |
1183 | 2024-08-16T20:54:47.404Z | Compiling zerocopy-derive v0.6.6 |
1184 | 2024-08-16T20:54:47.531Z | Compiling async-trait v0.1.81 |
1185 | 2024-08-16T20:54:48.186Z | Compiling num-iter v0.1.45 |
1186 | 2024-08-16T20:54:49.206Z | Compiling tokio-util v0.7.11 |
1187 | 2024-08-16T20:54:49.445Z | Compiling tokio-rustls v0.24.1 |
1188 | 2024-08-16T20:54:49.579Z | Compiling phf_shared v0.11.2 |
1189 | 2024-08-16T20:54:49.725Z | Compiling serde_derive_internals v0.29.1 |
1190 | 2024-08-16T20:54:49.847Z | Compiling ff v0.13.0 |
1191 | 2024-08-16T20:54:50.085Z | Compiling object v0.32.2 |
1192 | 2024-08-16T20:54:50.344Z | Compiling h2 v0.3.26 |
1193 | 2024-08-16T20:54:50.417Z | Compiling tokio-native-tls v0.3.1 |
1194 | 2024-08-16T20:54:50.564Z | Compiling fs-err v2.11.0 |
1195 | 2024-08-16T20:54:50.588Z | Compiling rustc-demangle v0.1.24 |
1196 | 2024-08-16T20:54:50.701Z | Compiling schemars v0.8.21 |
1197 | 2024-08-16T20:54:50.871Z | Compiling base16ct v0.2.0 |
1198 | 2024-08-16T20:54:51.082Z | Compiling base64 v0.21.7 |
1199 | 2024-08-16T20:54:51.185Z | Compiling ipnet v2.9.0 |
1200 | 2024-08-16T20:54:51.614Z | Compiling bitflags v1.3.2 |
1201 | 2024-08-16T20:54:51.729Z | Compiling regex-automata v0.1.10 |
1202 | 2024-08-16T20:54:51.912Z | Compiling anyhow v1.0.86 |
1203 | 2024-08-16T20:54:52.245Z | Compiling either v1.13.0 |
1204 | 2024-08-16T20:54:52.437Z | Compiling winnow v0.5.40 |
1205 | 2024-08-16T20:54:52.530Z | Compiling managed v0.8.0 |
1206 | 2024-08-16T20:54:52.690Z | Compiling schemars_derive v0.8.21 |
1207 | 2024-08-16T20:54:52.709Z | Compiling clap_builder v4.5.15 |
1208 | 2024-08-16T20:54:52.734Z | Compiling bstr v0.2.17 |
1209 | 2024-08-16T20:54:54.252Z | Compiling rustls-pemfile v1.0.4 |
1210 | 2024-08-16T20:54:54.736Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-16T20:54:55.281Z | Compiling group v0.13.0 |
1212 | 2024-08-16T20:54:55.312Z | Compiling phf v0.11.2 |
1213 | 2024-08-16T20:54:55.609Z | Compiling zerocopy v0.6.6 |
1214 | 2024-08-16T20:54:55.612Z | Compiling cookie_store v0.20.0 |
1215 | 2024-08-16T20:54:56.152Z | Compiling toml_edit v0.19.15 |
1216 | 2024-08-16T20:54:56.323Z | Compiling hubpack v0.1.2 |
1217 | 2024-08-16T20:54:56.431Z | Compiling postgres-types v0.2.7 |
1218 | 2024-08-16T20:54:57.164Z | Compiling hyper v0.14.30 |
1219 | 2024-08-16T20:54:58.354Z | Compiling usdt-macro v0.5.0 |
1220 | 2024-08-16T20:54:58.517Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-08-16T20:54:59.930Z | Compiling regex v1.10.6 |
1222 | 2024-08-16T20:55:00.269Z | Compiling serde_urlencoded v0.7.1 |
1223 | 2024-08-16T20:55:00.383Z | Compiling pkcs1 v0.7.5 |
1224 | 2024-08-16T20:55:00.830Z | Compiling futures-executor v0.3.30 |
1225 | 2024-08-16T20:55:00.891Z | Compiling hkdf v0.12.4 |
1226 | 2024-08-16T20:55:01.061Z | Compiling signature v2.2.0 |
1227 | 2024-08-16T20:55:01.168Z | Compiling crypto-bigint v0.5.5 |
1228 | 2024-08-16T20:55:01.376Z | Compiling strum_macros v0.25.3 |
1229 | 2024-08-16T20:55:01.399Z | Compiling serde_repr v0.1.19 |
1230 | 2024-08-16T20:55:01.450Z | Compiling enum-as-inner v0.6.0 |
1231 | 2024-08-16T20:55:02.286Z | Compiling clap_derive v4.5.13 |
1232 | 2024-08-16T20:55:02.602Z | Compiling phf_shared v0.10.0 |
1233 | 2024-08-16T20:55:02.646Z | Compiling float-cmp v0.9.0 |
1234 | 2024-08-16T20:55:02.876Z | Compiling idna v0.4.0 |
1235 | 2024-08-16T20:55:02.993Z | Compiling mio v0.8.11 |
1236 | 2024-08-16T20:55:04.302Z | Compiling hyper-rustls v0.24.2 |
1237 | 2024-08-16T20:55:04.305Z | Compiling hyper-tls v0.5.0 |
1238 | 2024-08-16T20:55:04.525Z | Compiling encoding_rs v0.8.34 |
1239 | 2024-08-16T20:55:04.658Z | Compiling precomputed-hash v0.1.1 |
1240 | 2024-08-16T20:55:04.680Z | Compiling difflib v0.4.0 |
1241 | 2024-08-16T20:55:04.783Z | Compiling data-encoding v2.6.0 |
1242 | 2024-08-16T20:55:05.639Z | Compiling normalize-line-endings v0.3.0 |
1243 | 2024-08-16T20:55:05.775Z | Compiling new_debug_unreachable v1.0.6 |
1244 | 2024-08-16T20:55:05.881Z | Compiling sync_wrapper v0.1.2 |
1245 | 2024-08-16T20:55:06.039Z | Compiling fixedbitset v0.4.2 |
1246 | 2024-08-16T20:55:06.286Z | Compiling unicode-segmentation v1.11.0 |
1247 | 2024-08-16T20:55:06.538Z | Compiling static_assertions v1.1.0 |
1248 | 2024-08-16T20:55:06.647Z | Compiling minimal-lexical v0.2.1 |
1249 | 2024-08-16T20:55:07.184Z | Compiling predicates-core v1.0.6 |
1250 | 2024-08-16T20:55:07.203Z | Compiling webpki-roots v0.25.4 |
1251 | 2024-08-16T20:55:07.234Z | Compiling mime v0.3.17 |
1252 | 2024-08-16T20:55:07.254Z | Compiling dyn-clone v1.0.17 |
1253 | 2024-08-16T20:55:07.359Z | Compiling whoami v1.5.1 |
1254 | 2024-08-16T20:55:07.383Z | Compiling bit-vec v0.6.3 |
1255 | 2024-08-16T20:55:07.404Z | Compiling console v0.15.8 |
1256 | 2024-08-16T20:55:07.556Z | Compiling clap v4.5.16 |
1257 | 2024-08-16T20:55:07.685Z | Compiling reqwest v0.11.27 |
1258 | 2024-08-16T20:55:07.823Z | Compiling tokio-postgres v0.7.11 |
1259 | 2024-08-16T20:55:07.859Z | Compiling bit-set v0.5.3 |
1260 | 2024-08-16T20:55:08.033Z | Compiling predicates v3.1.2 |
1261 | 2024-08-16T20:55:08.141Z | Compiling nom v7.1.3 |
1262 | 2024-08-16T20:55:08.953Z | Compiling similar v2.5.0 |
1263 | 2024-08-16T20:55:09.120Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1264 | 2024-08-16T20:55:09.817Z | Compiling petgraph v0.6.5 |
1265 | 2024-08-16T20:55:11.387Z | Compiling string_cache v0.8.7 |
1266 | 2024-08-16T20:55:11.427Z | Compiling hickory-proto v0.24.1 |
1267 | 2024-08-16T20:55:11.649Z | Compiling toml_edit v0.22.20 |
1268 | 2024-08-16T20:55:11.877Z | Compiling usdt v0.5.0 |
1269 | 2024-08-16T20:55:11.983Z | Compiling elliptic-curve v0.13.8 |
1270 | 2024-08-16T20:55:12.400Z | Compiling signal-hook-mio v0.2.4 |
1271 | 2024-08-16T20:55:12.584Z | Compiling rsa v0.9.6 |
1272 | 2024-08-16T20:55:12.807Z | Compiling futures v0.3.30 |
1273 | 2024-08-16T20:55:13.666Z | Compiling toml v0.7.8 |
1274 | 2024-08-16T20:55:13.866Z | Compiling flate2 v1.0.31 |
1275 | 2024-08-16T20:55:15.686Z | Compiling itertools v0.12.1 |
1276 | 2024-08-16T20:55:15.764Z | Compiling itertools v0.10.5 |
1277 | 2024-08-16T20:55:16.287Z | Compiling tokio-stream v0.1.15 |
1278 | 2024-08-16T20:55:17.186Z | Compiling bstr v1.9.1 |
1279 | 2024-08-16T20:55:17.299Z | Compiling openapiv3 v2.0.0 |
1280 | 2024-08-16T20:55:18.826Z | Compiling hex v0.4.3 |
1281 | 2024-08-16T20:55:18.895Z | Compiling sha1 v0.10.6 |
1282 | 2024-08-16T20:55:19.037Z | Compiling crossbeam-epoch v0.9.18 |
1283 | 2024-08-16T20:55:19.284Z | Compiling dirs-sys-next v0.1.2 |
1284 | 2024-08-16T20:55:19.343Z | Compiling lalrpop-util v0.19.12 |
1285 | 2024-08-16T20:55:19.718Z | Compiling unicode-xid v0.2.4 |
1286 | 2024-08-16T20:55:19.838Z | Compiling peg-runtime v0.8.3 |
1287 | 2024-08-16T20:55:19.902Z | Compiling dirs-next v2.0.0 |
1288 | 2024-08-16T20:55:19.955Z | Compiling thread_local v1.1.8 |
1289 | 2024-08-16T20:55:20.106Z | Compiling slog-async v2.8.0 |
1290 | 2024-08-16T20:55:20.198Z | Compiling term v0.7.0 |
1291 | 2024-08-16T20:55:20.514Z | Compiling xattr v1.3.1 |
1292 | 2024-08-16T20:55:20.533Z | Compiling strum_macros v0.26.4 |
1293 | 2024-08-16T20:55:20.703Z | Compiling crossbeam-channel v0.5.12 |
1294 | 2024-08-16T20:55:20.787Z | Compiling filetime v0.2.24 |
1295 | 2024-08-16T20:55:21.072Z | Compiling is-terminal v0.4.12 |
1296 | 2024-08-16T20:55:21.107Z | Compiling take_mut v0.2.2 |
1297 | 2024-08-16T20:55:21.210Z | Compiling slog-term v2.9.1 |
1298 | 2024-08-16T20:55:21.281Z | Compiling tar v0.4.41 |
1299 | 2024-08-16T20:55:21.848Z | Compiling camino v1.1.8 |
1300 | 2024-08-16T20:55:22.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1301 | 2024-08-16T20:55:23.740Z | Compiling strum v0.26.3 |
1302 | 2024-08-16T20:55:23.821Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1303 | 2024-08-16T20:55:29.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1304 | 2024-08-16T20:55:29.178Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1305 | 2024-08-16T20:55:29.226Z | Aug 16 20:55:28.295 INFO Starting download, target: Cockroach |
1306 | 2024-08-16T20:55:29.226Z | Aug 16 20:55:28.295 INFO Starting download, target: Console |
1307 | 2024-08-16T20:55:29.226Z | Aug 16 20:55:28.295 INFO Starting download, target: Clickhouse |
1308 | 2024-08-16T20:55:29.226Z | Aug 16 20:55:28.295 INFO Starting download, target: DendriteOpenapi |
1309 | 2024-08-16T20:55:29.226Z | Aug 16 20:55:28.295 INFO Starting download, target: DendriteStub |
1310 | 2024-08-16T20:55:29.226Z | Aug 16 20:55:28.295 INFO Starting download, target: MaghemiteMgd |
1311 | 2024-08-16T20:55:29.226Z | Aug 16 20:55:28.295 INFO Starting download, target: TransceiverControl |
1312 | 2024-08-16T20:55:29.229Z | Aug 16 20:55:28.296 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1313 | 2024-08-16T20:55:29.229Z | Aug 16 20:55:28.296 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1314 | 2024-08-16T20:55:29.229Z | Aug 16 20:55:28.296 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1315 | 2024-08-16T20:55:29.229Z | Aug 16 20:55:28.297 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1316 | 2024-08-16T20:55:29.229Z | Aug 16 20:55:28.297 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1317 | 2024-08-16T20:55:29.229Z | Aug 16 20:55:28.297 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1318 | 2024-08-16T20:55:29.229Z | Aug 16 20:55:28.297 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1319 | 2024-08-16T20:55:29.403Z | Aug 16 20:55:28.458 INFO Download complete, target: DendriteOpenapi |
1320 | 2024-08-16T20:55:29.555Z | Aug 16 20:55:28.620 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1321 | 2024-08-16T20:55:29.838Z | Aug 16 20:55:28.906 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1322 | 2024-08-16T20:55:30.069Z | Aug 16 20:55:29.138 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1323 | 2024-08-16T20:55:30.182Z | Aug 16 20:55:29.251 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1324 | 2024-08-16T20:55:30.244Z | Aug 16 20:55:29.313 INFO Download complete, target: Console |
1325 | 2024-08-16T20:55:30.332Z | Aug 16 20:55:29.401 INFO Download complete, target: TransceiverControl |
1326 | 2024-08-16T20:55:31.295Z | Aug 16 20:55:30.364 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-16T20:55:31.295Z | Aug 16 20:55:30.364 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-16T20:55:31.519Z | Aug 16 20:55:30.587 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1329 | 2024-08-16T20:55:33.414Z | Aug 16 20:55:32.483 INFO Download complete, target: MaghemiteMgd |
1330 | 2024-08-16T20:55:33.417Z | Aug 16 20:55:32.486 INFO Download complete, target: DendriteStub |
1331 | 2024-08-16T20:55:39.560Z | Aug 16 20:55:38.629 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1332 | 2024-08-16T20:55:39.900Z | Aug 16 20:55:38.968 INFO Checking that binary works, target: Cockroach |
1333 | 2024-08-16T20:55:40.097Z | Aug 16 20:55:39.162 INFO Download complete, target: Cockroach |
1334 | 2024-08-16T20:55:45.450Z | Aug 16 20:55:44.517 INFO Checking that binary works, target: Clickhouse |
1335 | 2024-08-16T20:55:45.674Z | Aug 16 20:55:44.742 INFO Download complete, target: Clickhouse |
1336 | 2024-08-16T20:55:45.681Z | All prerequisites installed successfully |
1337 | 2024-08-16T20:55:45.684Z | |
1338 | 2024-08-16T20:55:45.684Z | real 3:51.016987353 |
1339 | 2024-08-16T20:55:45.684Z | user 11:25.370099111 |
1340 | 2024-08-16T20:55:45.684Z | sys 2:25.817894589 |
1341 | 2024-08-16T20:55:45.684Z | trap 0.447696682 |
1342 | 2024-08-16T20:55:45.684Z | tflt 3.388655274 |
1343 | 2024-08-16T20:55:45.684Z | dflt 5.842686775 |
1344 | 2024-08-16T20:55:45.684Z | kflt 0.255148954 |
1345 | 2024-08-16T20:55:45.684Z | lock 22:13.841541910 |
1346 | 2024-08-16T20:55:45.684Z | slp 45:04.823942853 |
1347 | 2024-08-16T20:55:45.684Z | lat 40.130216566 |
1348 | 2024-08-16T20:55:45.684Z | stop 1:48.848658029 |
1349 | 2024-08-16T20:55:45.684Z | + source ./tools/include/force-git-over-https.sh |
1350 | 2024-08-16T20:55:45.684Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1351 | 2024-08-16T20:55:45.684Z | ++ (( i = 0 )) |
1352 | 2024-08-16T20:55:45.684Z | ++ (( i < 5 )) |
1353 | 2024-08-16T20:55:45.684Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1354 | 2024-08-16T20:55:45.687Z | ++ (( i++ )) |
1355 | 2024-08-16T20:55:45.687Z | ++ (( i < 5 )) |
1356 | 2024-08-16T20:55:45.689Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1357 | 2024-08-16T20:55:45.692Z | ++ (( i++ )) |
1358 | 2024-08-16T20:55:45.692Z | ++ (( i < 5 )) |
1359 | 2024-08-16T20:55:45.692Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1360 | 2024-08-16T20:55:45.694Z | ++ (( i++ )) |
1361 | 2024-08-16T20:55:45.694Z | ++ (( i < 5 )) |
1362 | 2024-08-16T20:55:45.694Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1363 | 2024-08-16T20:55:45.697Z | ++ (( i++ )) |
1364 | 2024-08-16T20:55:45.697Z | ++ (( i < 5 )) |
1365 | 2024-08-16T20:55:45.697Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1366 | 2024-08-16T20:55:45.699Z | ++ (( i++ )) |
1367 | 2024-08-16T20:55:45.699Z | ++ (( i < 5 )) |
1368 | 2024-08-16T20:55:45.702Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1369 | 2024-08-16T20:55:45.702Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1370 | 2024-08-16T20:55:45.702Z | + rc=0 |
1371 | 2024-08-16T20:55:45.702Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1372 | 2024-08-16T20:56:18.185Z | + case $rc in |
1373 | 2024-08-16T20:56:18.185Z | + pfexec zfs create -p rpool/images/build/host |
1374 | 2024-08-16T20:56:18.391Z | + pfexec zfs create -p rpool/images/build/recovery |
1375 | 2024-08-16T20:56:18.452Z | + cargo xtask releng --output-dir /work |
1376 | 2024-08-16T20:56:19.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1377 | 2024-08-16T20:56:19.024Z | Running `target/debug/xtask releng --output-dir /work` |
1378 | 2024-08-16T20:56:19.921Z | Compiling proc-macro2 v1.0.86 |
1379 | 2024-08-16T20:56:19.921Z | Compiling unicode-ident v1.0.12 |
1380 | 2024-08-16T20:56:19.924Z | Compiling libc v0.2.155 |
1381 | 2024-08-16T20:56:19.924Z | Compiling serde v1.0.207 |
1382 | 2024-08-16T20:56:19.924Z | Compiling version_check v0.9.5 |
1383 | 2024-08-16T20:56:19.925Z | Compiling autocfg v1.3.0 |
1384 | 2024-08-16T20:56:19.925Z | Compiling cfg-if v1.0.0 |
1385 | 2024-08-16T20:56:19.925Z | Compiling once_cell v1.19.0 |
1386 | 2024-08-16T20:56:20.266Z | Compiling typenum v1.17.0 |
1387 | 2024-08-16T20:56:20.338Z | Compiling memchr v2.7.2 |
1388 | 2024-08-16T20:56:20.646Z | Compiling generic-array v0.14.7 |
1389 | 2024-08-16T20:56:20.716Z | Compiling ahash v0.8.11 |
1390 | 2024-08-16T20:56:20.815Z | Compiling lock_api v0.4.12 |
1391 | 2024-08-16T20:56:21.107Z | Compiling serde_json v1.0.125 |
1392 | 2024-08-16T20:56:21.139Z | Compiling libm v0.2.8 |
1393 | 2024-08-16T20:56:21.194Z | Compiling num-traits v0.2.19 |
1394 | 2024-08-16T20:56:21.438Z | Compiling parking_lot_core v0.9.10 |
1395 | 2024-08-16T20:56:21.500Z | Compiling byteorder v1.5.0 |
1396 | 2024-08-16T20:56:21.874Z | Compiling quote v1.0.36 |
1397 | 2024-08-16T20:56:21.978Z | Compiling scopeguard v1.2.0 |
1398 | 2024-08-16T20:56:22.028Z | Compiling log v0.4.21 |
1399 | 2024-08-16T20:56:22.291Z | Compiling syn v2.0.74 |
1400 | 2024-08-16T20:56:22.413Z | Compiling getrandom v0.2.14 |
1401 | 2024-08-16T20:56:22.458Z | Compiling jobserver v0.1.32 |
1402 | 2024-08-16T20:56:22.571Z | Compiling thiserror v1.0.63 |
1403 | 2024-08-16T20:56:22.674Z | Compiling itoa v1.0.11 |
1404 | 2024-08-16T20:56:22.819Z | Compiling cc v1.0.97 |
1405 | 2024-08-16T20:56:22.979Z | Compiling slab v0.4.9 |
1406 | 2024-08-16T20:56:23.110Z | Compiling rand_core v0.6.4 |
1407 | 2024-08-16T20:56:23.287Z | Compiling pkg-config v0.3.30 |
1408 | 2024-08-16T20:56:23.654Z | Compiling semver v1.0.23 |
1409 | 2024-08-16T20:56:23.952Z | Compiling ryu v1.0.18 |
1410 | 2024-08-16T20:56:24.155Z | Compiling smallvec v1.13.2 |
1411 | 2024-08-16T20:56:24.181Z | Compiling vcpkg v0.2.15 |
1412 | 2024-08-16T20:56:24.327Z | Compiling pin-project-lite v0.2.14 |
1413 | 2024-08-16T20:56:24.550Z | Compiling spin v0.9.8 |
1414 | 2024-08-16T20:56:24.739Z | Compiling allocator-api2 v0.2.18 |
1415 | 2024-08-16T20:56:25.197Z | Compiling subtle v2.5.0 |
1416 | 2024-08-16T20:56:25.622Z | Compiling const-oid v0.9.6 |
1417 | 2024-08-16T20:56:25.863Z | Compiling signal-hook-registry v1.4.2 |
1418 | 2024-08-16T20:56:26.260Z | Compiling ring v0.17.8 |
1419 | 2024-08-16T20:56:26.664Z | Compiling openssl-sys v0.9.103 |
1420 | 2024-08-16T20:56:27.394Z | Compiling httparse v1.8.0 |
1421 | 2024-08-16T20:56:27.707Z | Compiling heck v0.5.0 |
1422 | 2024-08-16T20:56:27.850Z | Compiling rustix v0.38.34 |
1423 | 2024-08-16T20:56:28.203Z | Compiling schemars v0.8.21 |
1424 | 2024-08-16T20:56:28.375Z | Compiling parking_lot v0.12.2 |
1425 | 2024-08-16T20:56:28.433Z | Compiling mio v1.0.2 |
1426 | 2024-08-16T20:56:28.812Z | Compiling num-conv v0.1.0 |
1427 | 2024-08-16T20:56:28.922Z | Compiling time-core v0.1.2 |
1428 | 2024-08-16T20:56:29.133Z | Compiling futures-core v0.3.30 |
1429 | 2024-08-16T20:56:29.165Z | Compiling socket2 v0.5.7 |
1430 | 2024-08-16T20:56:29.201Z | Compiling time-macros v0.2.18 |
1431 | 2024-08-16T20:56:29.421Z | Compiling openssl v0.10.66 |
1432 | 2024-08-16T20:56:29.569Z | Compiling fnv v1.0.7 |
1433 | 2024-08-16T20:56:29.769Z | Compiling equivalent v1.0.1 |
1434 | 2024-08-16T20:56:30.000Z | Compiling native-tls v0.2.11 |
1435 | 2024-08-16T20:56:30.264Z | Compiling tinyvec_macros v0.1.1 |
1436 | 2024-08-16T20:56:30.433Z | Compiling serde_derive_internals v0.29.1 |
1437 | 2024-08-16T20:56:30.477Z | Compiling rustls v0.21.12 |
1438 | 2024-08-16T20:56:30.517Z | Compiling tinyvec v1.6.0 |
1439 | 2024-08-16T20:56:30.984Z | Compiling crossbeam-utils v0.8.19 |
1440 | 2024-08-16T20:56:31.484Z | Compiling futures-sink v0.3.30 |
1441 | 2024-08-16T20:56:31.900Z | Compiling cookie v0.17.0 |
1442 | 2024-08-16T20:56:32.237Z | Compiling unicode-normalization v0.1.23 |
1443 | 2024-08-16T20:56:32.320Z | Compiling cpufeatures v0.2.12 |
1444 | 2024-08-16T20:56:32.440Z | Compiling iana-time-zone v0.1.60 |
1445 | 2024-08-16T20:56:32.628Z | Compiling ucd-trie v0.1.6 |
1446 | 2024-08-16T20:56:32.837Z | Compiling futures-channel v0.3.30 |
1447 | 2024-08-16T20:56:33.083Z | Compiling futures-io v0.3.30 |
1448 | 2024-08-16T20:56:33.229Z | Compiling syn v1.0.109 |
1449 | 2024-08-16T20:56:33.397Z | Compiling pin-utils v0.1.0 |
1450 | 2024-08-16T20:56:33.409Z | Compiling unicode-bidi v0.3.15 |
1451 | 2024-08-16T20:56:33.554Z | Compiling slog v2.7.0 |
1452 | 2024-08-16T20:56:33.583Z | Compiling futures-task v0.3.30 |
1453 | 2024-08-16T20:56:34.088Z | Compiling untrusted v0.9.0 |
1454 | 2024-08-16T20:56:34.843Z | Compiling aho-corasick v1.1.3 |
1455 | 2024-08-16T20:56:34.948Z | Compiling crc32fast v1.4.0 |
1456 | 2024-08-16T20:56:35.013Z | Compiling regex-syntax v0.8.4 |
1457 | 2024-08-16T20:56:35.560Z | Compiling dyn-clone v1.0.17 |
1458 | 2024-08-16T20:56:35.797Z | Compiling usdt-impl v0.5.0 |
1459 | 2024-08-16T20:56:35.848Z | Compiling percent-encoding v2.3.1 |
1460 | 2024-08-16T20:56:35.879Z | Compiling serde_derive v1.0.207 |
1461 | 2024-08-16T20:56:36.282Z | Compiling zeroize_derive v1.4.2 |
1462 | 2024-08-16T20:56:36.357Z | Compiling zerocopy-derive v0.7.34 |
1463 | 2024-08-16T20:56:36.454Z | Compiling tokio-macros v2.4.0 |
1464 | 2024-08-16T20:56:37.855Z | Compiling thiserror-impl v1.0.63 |
1465 | 2024-08-16T20:56:38.104Z | Compiling zeroize v1.7.0 |
1466 | 2024-08-16T20:56:38.505Z | Compiling zerocopy v0.7.34 |
1467 | 2024-08-16T20:56:39.490Z | Compiling futures-macro v0.3.30 |
1468 | 2024-08-16T20:56:41.175Z | Compiling crypto-common v0.1.6 |
1469 | 2024-08-16T20:56:41.466Z | Compiling tracing-attributes v0.1.27 |
1470 | 2024-08-16T20:56:41.671Z | Compiling der_derive v0.7.2 |
1471 | 2024-08-16T20:56:41.811Z | Compiling hashbrown v0.14.5 |
1472 | 2024-08-16T20:56:42.384Z | Compiling block-buffer v0.10.4 |
1473 | 2024-08-16T20:56:42.633Z | Compiling digest v0.10.7 |
1474 | 2024-08-16T20:56:43.116Z | Compiling schemars_derive v0.8.21 |
1475 | 2024-08-16T20:56:44.418Z | Compiling openssl-macros v0.1.1 |
1476 | 2024-08-16T20:56:44.537Z | Compiling scroll_derive v0.12.0 |
1477 | 2024-08-16T20:56:44.645Z | Compiling hmac v0.12.1 |
1478 | 2024-08-16T20:56:44.950Z | Compiling pest v2.7.10 |
1479 | 2024-08-16T20:56:45.008Z | Compiling block-padding v0.3.3 |
1480 | 2024-08-16T20:56:45.283Z | Compiling inout v0.1.3 |
1481 | 2024-08-16T20:56:45.321Z | Compiling futures-util v0.3.30 |
1482 | 2024-08-16T20:56:45.778Z | Compiling cipher v0.4.4 |
1483 | 2024-08-16T20:56:46.354Z | Compiling sha2 v0.10.8 |
1484 | 2024-08-16T20:56:47.224Z | Compiling regex-automata v0.4.6 |
1485 | 2024-08-16T20:56:47.731Z | Compiling pest_meta v2.7.10 |
1486 | 2024-08-16T20:56:48.151Z | Compiling powerfmt v0.2.0 |
1487 | 2024-08-16T20:56:48.801Z | Compiling heck v0.4.1 |
1488 | 2024-08-16T20:56:49.382Z | Compiling pest_generator v2.7.10 |
1489 | 2024-08-16T20:56:50.704Z | Compiling bytes v1.7.1 |
1490 | 2024-08-16T20:56:52.377Z | Compiling bitflags v2.6.0 |
1491 | 2024-08-16T20:56:53.255Z | Compiling tokio v1.39.2 |
1492 | 2024-08-16T20:56:53.356Z | Compiling indexmap v2.4.0 |
1493 | 2024-08-16T20:56:54.104Z | Compiling serde_tokenstream v0.2.2 |
1494 | 2024-08-16T20:56:54.775Z | Compiling uuid v1.10.0 |
1495 | 2024-08-16T20:56:55.042Z | Compiling chrono v0.4.38 |
1496 | 2024-08-16T20:56:55.555Z | Compiling http v0.2.12 |
1497 | 2024-08-16T20:56:55.842Z | Compiling rustc_version v0.4.0 |
1498 | 2024-08-16T20:56:56.675Z | Compiling pest_derive v2.7.10 |
1499 | 2024-08-16T20:56:58.911Z | Compiling base64ct v1.6.0 |
1500 | 2024-08-16T20:56:59.190Z | Compiling heapless v0.7.17 |
1501 | 2024-08-16T20:56:59.648Z | Compiling pem-rfc7468 v0.7.0 |
1502 | 2024-08-16T20:56:59.756Z | Compiling deranged v0.3.11 |
1503 | 2024-08-16T20:57:00.174Z | Compiling scroll v0.12.0 |
1504 | 2024-08-16T20:57:00.276Z | Compiling zerocopy-derive v0.6.6 |
1505 | 2024-08-16T20:57:01.884Z | Compiling backtrace v0.3.71 |
1506 | 2024-08-16T20:57:02.361Z | Compiling tracing-core v0.1.32 |
1507 | 2024-08-16T20:57:02.385Z | Compiling errno v0.3.9 |
1508 | 2024-08-16T20:57:02.403Z | Compiling num_threads v0.1.7 |
1509 | 2024-08-16T20:57:02.526Z | Compiling flagset v0.4.5 |
1510 | 2024-08-16T20:57:02.640Z | Compiling num-bigint-dig v0.8.4 |
1511 | 2024-08-16T20:57:02.774Z | Compiling ppv-lite86 v0.2.17 |
1512 | 2024-08-16T20:57:03.004Z | Compiling plain v0.2.3 |
1513 | 2024-08-16T20:57:03.805Z | Compiling time v0.3.36 |
1514 | 2024-08-16T20:57:03.853Z | Compiling rand_chacha v0.3.1 |
1515 | 2024-08-16T20:57:04.706Z | Compiling goblin v0.8.2 |
1516 | 2024-08-16T20:57:04.727Z | Compiling tracing v0.1.40 |
1517 | 2024-08-16T20:57:04.744Z | Compiling tokio-util v0.7.11 |
1518 | 2024-08-16T20:57:04.955Z | Compiling der v0.7.9 |
1519 | 2024-08-16T20:57:07.050Z | Compiling regex v1.10.6 |
1520 | 2024-08-16T20:57:07.500Z | Compiling salsa20 v0.10.2 |
1521 | 2024-08-16T20:57:07.768Z | Compiling pbkdf2 v0.12.2 |
1522 | 2024-08-16T20:57:08.165Z | Compiling async-trait v0.1.81 |
1523 | 2024-08-16T20:57:08.644Z | Compiling rustversion v1.0.17 |
1524 | 2024-08-16T20:57:09.409Z | Compiling pretty-hex v0.4.1 |
1525 | 2024-08-16T20:57:09.656Z | Compiling strsim v0.11.1 |
1526 | 2024-08-16T20:57:11.313Z | Compiling scrypt v0.11.0 |
1527 | 2024-08-16T20:57:11.711Z | Compiling dof v0.3.0 |
1528 | 2024-08-16T20:57:11.884Z | Compiling spki v0.7.3 |
1529 | 2024-08-16T20:57:12.092Z | Compiling rand v0.8.5 |
1530 | 2024-08-16T20:57:12.954Z | Compiling dtrace-parser v0.2.0 |
1531 | 2024-08-16T20:57:13.730Z | Compiling aes v0.8.4 |
1532 | 2024-08-16T20:57:13.879Z | Compiling cbc v0.1.2 |
1533 | 2024-08-16T20:57:14.156Z | Compiling form_urlencoded v1.2.1 |
1534 | 2024-08-16T20:57:14.232Z | Compiling thread-id v4.2.1 |
1535 | 2024-08-16T20:57:14.367Z | Compiling signal-hook v0.3.17 |
1536 | 2024-08-16T20:57:14.674Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-08-16T20:57:14.801Z | Compiling unicode-width v0.1.13 |
1538 | 2024-08-16T20:57:14.874Z | Compiling try-lock v0.2.5 |
1539 | 2024-08-16T20:57:14.961Z | Compiling anyhow v1.0.86 |
1540 | 2024-08-16T20:57:14.981Z | Compiling smoltcp v0.9.1 |
1541 | 2024-08-16T20:57:15.173Z | Compiling foreign-types v0.3.2 |
1542 | 2024-08-16T20:57:15.199Z | Compiling want v0.3.1 |
1543 | 2024-08-16T20:57:15.543Z | Compiling pkcs5 v0.7.1 |
1544 | 2024-08-16T20:57:16.946Z | Compiling h2 v0.3.26 |
1545 | 2024-08-16T20:57:17.456Z | Compiling http-body v0.4.6 |
1546 | 2024-08-16T20:57:18.019Z | Compiling clap_derive v4.5.13 |
1547 | 2024-08-16T20:57:19.019Z | Compiling lazy_static v1.5.0 |
1548 | 2024-08-16T20:57:19.585Z | Compiling tower-service v0.3.2 |
1549 | 2024-08-16T20:57:20.208Z | Compiling cfg_aliases v0.1.1 |
1550 | 2024-08-16T20:57:20.320Z | Compiling siphasher v0.3.11 |
1551 | 2024-08-16T20:57:20.887Z | Compiling base64 v0.21.7 |
1552 | 2024-08-16T20:57:22.181Z | Compiling httpdate v1.0.3 |
1553 | 2024-08-16T20:57:22.722Z | Compiling nix v0.28.0 |
1554 | 2024-08-16T20:57:25.227Z | Compiling hyper v0.14.30 |
1555 | 2024-08-16T20:57:27.721Z | Compiling pkcs8 v0.10.2 |
1556 | 2024-08-16T20:57:33.263Z | Compiling rustls-webpki v0.101.7 |
1557 | 2024-08-16T20:57:35.028Z | Compiling sct v0.7.1 |
1558 | 2024-08-16T20:57:35.706Z | Compiling openapiv3 v2.0.0 |
1559 | 2024-08-16T20:57:38.939Z | Compiling hubpack_derive v0.1.1 |
1560 | 2024-08-16T20:57:39.373Z | Compiling idna v0.5.0 |
1561 | 2024-08-16T20:57:40.900Z | Compiling fs-err v2.11.0 |
1562 | 2024-08-16T20:57:40.985Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-08-16T20:57:41.272Z | Compiling adler v1.0.2 |
1564 | 2024-08-16T20:57:41.341Z | Compiling utf8parse v0.2.1 |
1565 | 2024-08-16T20:57:41.537Z | Compiling anstyle v1.0.8 |
1566 | 2024-08-16T20:57:41.576Z | Compiling finl_unicode v1.2.0 |
1567 | 2024-08-16T20:57:41.624Z | Compiling anstyle-parse v0.2.4 |
1568 | 2024-08-16T20:57:42.012Z | Compiling miniz_oxide v0.7.2 |
1569 | 2024-08-16T20:57:42.279Z | Compiling stringprep v0.1.4 |
1570 | 2024-08-16T20:57:44.046Z | Compiling url v2.5.2 |
1571 | 2024-08-16T20:57:47.213Z | Compiling usdt-attr-macro v0.5.0 |
1572 | 2024-08-16T20:57:47.390Z | Compiling usdt-macro v0.5.0 |
1573 | 2024-08-16T20:57:49.148Z | Compiling serde_spanned v0.6.7 |
1574 | 2024-08-16T20:57:49.372Z | Compiling toml_datetime v0.6.8 |
1575 | 2024-08-16T20:57:49.776Z | Compiling regress v0.9.1 |
1576 | 2024-08-16T20:57:49.833Z | Compiling md-5 v0.10.6 |
1577 | 2024-08-16T20:57:50.076Z | Compiling idna v0.3.0 |
1578 | 2024-08-16T20:57:51.642Z | Compiling num-integer v0.1.46 |
1579 | 2024-08-16T20:57:51.845Z | Compiling hash32 v0.2.1 |
1580 | 2024-08-16T20:57:52.213Z | Compiling encoding_rs v0.8.34 |
1581 | 2024-08-16T20:57:52.385Z | Compiling mime v0.3.17 |
1582 | 2024-08-16T20:57:53.810Z | Compiling psl-types v2.0.11 |
1583 | 2024-08-16T20:57:54.039Z | Compiling is_terminal_polyfill v1.70.0 |
1584 | 2024-08-16T20:57:54.063Z | Compiling stable_deref_trait v1.2.0 |
1585 | 2024-08-16T20:57:54.176Z | Compiling colorchoice v1.0.1 |
1586 | 2024-08-16T20:57:54.342Z | Compiling anstyle-query v1.0.3 |
1587 | 2024-08-16T20:57:54.392Z | Compiling base64 v0.22.1 |
1588 | 2024-08-16T20:57:54.484Z | Compiling gimli v0.28.1 |
1589 | 2024-08-16T20:57:54.563Z | Compiling fallible-iterator v0.2.0 |
1590 | 2024-08-16T20:57:54.596Z | Compiling anstream v0.6.14 |
1591 | 2024-08-16T20:57:55.055Z | Compiling publicsuffix v2.2.3 |
1592 | 2024-08-16T20:57:55.269Z | Compiling postgres-protocol v0.6.7 |
1593 | 2024-08-16T20:57:56.487Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1594 | 2024-08-16T20:57:56.506Z | Compiling num-iter v0.1.45 |
1595 | 2024-08-16T20:57:58.972Z | Compiling addr2line v0.21.0 |
1596 | 2024-08-16T20:57:59.624Z | Compiling tokio-rustls v0.24.1 |
1597 | 2024-08-16T20:58:00.518Z | Compiling terminal_size v0.3.0 |
1598 | 2024-08-16T20:58:00.733Z | Compiling tokio-native-tls v0.3.1 |
1599 | 2024-08-16T20:58:01.130Z | Compiling phf_shared v0.11.2 |
1600 | 2024-08-16T20:58:01.344Z | Compiling strum_macros v0.25.3 |
1601 | 2024-08-16T20:58:01.548Z | Compiling serde_urlencoded v0.7.1 |
1602 | 2024-08-16T20:58:03.108Z | Compiling enum-as-inner v0.6.0 |
1603 | 2024-08-16T20:58:03.161Z | Compiling serde_repr v0.1.19 |
1604 | 2024-08-16T20:58:03.781Z | Compiling ff v0.13.0 |
1605 | 2024-08-16T20:58:04.177Z | Compiling object v0.32.2 |
1606 | 2024-08-16T20:58:04.287Z | Compiling ipnet v2.9.0 |
1607 | 2024-08-16T20:58:04.494Z | Compiling managed v0.8.0 |
1608 | 2024-08-16T20:58:04.837Z | Compiling regex-automata v0.1.10 |
1609 | 2024-08-16T20:58:04.991Z | Compiling clap_lex v0.7.0 |
1610 | 2024-08-16T20:58:05.298Z | Compiling winnow v0.5.40 |
1611 | 2024-08-16T20:58:06.154Z | Compiling rustc-demangle v0.1.24 |
1612 | 2024-08-16T20:58:06.520Z | Compiling either v1.13.0 |
1613 | 2024-08-16T20:58:06.973Z | Compiling bitflags v1.3.2 |
1614 | 2024-08-16T20:58:07.091Z | Compiling base16ct v0.2.0 |
1615 | 2024-08-16T20:58:07.592Z | Compiling sec1 v0.7.3 |
1616 | 2024-08-16T20:58:08.772Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1617 | 2024-08-16T20:58:09.168Z | Compiling toml_edit v0.19.15 |
1618 | 2024-08-16T20:58:10.043Z | Compiling rustls-pemfile v1.0.4 |
1619 | 2024-08-16T20:58:10.285Z | Compiling bstr v0.2.17 |
1620 | 2024-08-16T20:58:10.440Z | Compiling clap_builder v4.5.15 |
1621 | 2024-08-16T20:58:11.580Z | Compiling group v0.13.0 |
1622 | 2024-08-16T20:58:12.582Z | Compiling phf v0.11.2 |
1623 | 2024-08-16T20:58:12.796Z | Compiling hyper-tls v0.5.0 |
1624 | 2024-08-16T20:58:13.230Z | Compiling hyper-rustls v0.24.2 |
1625 | 2024-08-16T20:58:13.661Z | Compiling cookie_store v0.20.0 |
1626 | 2024-08-16T20:58:14.202Z | Compiling postgres-types v0.2.7 |
1627 | 2024-08-16T20:58:15.181Z | Compiling hubpack v0.1.2 |
1628 | 2024-08-16T20:58:15.204Z | Compiling pkcs1 v0.7.5 |
1629 | 2024-08-16T20:58:15.587Z | Compiling phf_shared v0.10.0 |
1630 | 2024-08-16T20:58:16.130Z | Compiling zerocopy v0.6.6 |
1631 | 2024-08-16T20:58:16.150Z | Compiling futures-executor v0.3.30 |
1632 | 2024-08-16T20:58:16.178Z | Compiling hkdf v0.12.4 |
1633 | 2024-08-16T20:58:16.196Z | Compiling signature v2.2.0 |
1634 | 2024-08-16T20:58:16.199Z | Compiling crypto-bigint v0.5.5 |
1635 | 2024-08-16T20:58:16.449Z | Compiling idna v0.4.0 |
1636 | 2024-08-16T20:58:16.580Z | Compiling float-cmp v0.9.0 |
1637 | 2024-08-16T20:58:16.603Z | Compiling mio v0.8.11 |
1638 | 2024-08-16T20:58:16.814Z | Compiling memmap v0.7.0 |
1639 | 2024-08-16T20:58:17.156Z | Compiling whoami v1.5.1 |
1640 | 2024-08-16T20:58:17.681Z | Compiling fixedbitset v0.4.2 |
1641 | 2024-08-16T20:58:17.726Z | Compiling webpki-roots v0.25.4 |
1642 | 2024-08-16T20:58:17.900Z | Compiling precomputed-hash v0.1.1 |
1643 | 2024-08-16T20:58:17.995Z | Compiling difflib v0.4.0 |
1644 | 2024-08-16T20:58:18.043Z | Compiling predicates-core v1.0.6 |
1645 | 2024-08-16T20:58:18.065Z | Compiling static_assertions v1.1.0 |
1646 | 2024-08-16T20:58:18.169Z | Compiling sync_wrapper v0.1.2 |
1647 | 2024-08-16T20:58:18.340Z | Compiling new_debug_unreachable v1.0.6 |
1648 | 2024-08-16T20:58:18.401Z | Compiling bit-vec v0.6.3 |
1649 | 2024-08-16T20:58:18.461Z | Compiling normalize-line-endings v0.3.0 |
1650 | 2024-08-16T20:58:18.479Z | Compiling minimal-lexical v0.2.1 |
1651 | 2024-08-16T20:58:18.598Z | Compiling winnow v0.6.18 |
1652 | 2024-08-16T20:58:18.842Z | Compiling unicode-segmentation v1.11.0 |
1653 | 2024-08-16T20:58:18.908Z | Compiling data-encoding v2.6.0 |
1654 | 2024-08-16T20:58:18.989Z | Compiling nom v7.1.3 |
1655 | 2024-08-16T20:58:19.235Z | Compiling elliptic-curve v0.13.8 |
1656 | 2024-08-16T20:58:19.655Z | Compiling similar v2.5.0 |
1657 | 2024-08-16T20:58:19.775Z | Compiling hickory-proto v0.24.1 |
1658 | 2024-08-16T20:58:19.997Z | Compiling reqwest v0.11.27 |
1659 | 2024-08-16T20:58:20.603Z | Compiling bit-set v0.5.3 |
1660 | 2024-08-16T20:58:20.605Z | Compiling predicates v3.1.2 |
1661 | 2024-08-16T20:58:21.786Z | Compiling string_cache v0.8.7 |
1662 | 2024-08-16T20:58:22.025Z | Compiling toml_edit v0.22.20 |
1663 | 2024-08-16T20:58:22.213Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1664 | 2024-08-16T20:58:22.231Z | Compiling petgraph v0.6.5 |
1665 | 2024-08-16T20:58:22.683Z | Compiling tokio-postgres v0.7.11 |
1666 | 2024-08-16T20:58:26.216Z | Compiling signal-hook-mio v0.2.4 |
1667 | 2024-08-16T20:58:26.405Z | Compiling usdt v0.5.0 |
1668 | 2024-08-16T20:58:27.748Z | Compiling rsa v0.9.6 |
1669 | 2024-08-16T20:58:28.199Z | Compiling futures v0.3.30 |
1670 | 2024-08-16T20:58:29.100Z | Compiling clap v4.5.16 |
1671 | 2024-08-16T20:58:29.220Z | Compiling crossbeam-epoch v0.9.18 |
1672 | 2024-08-16T20:58:29.264Z | Compiling toml v0.7.8 |
1673 | 2024-08-16T20:58:29.435Z | Compiling flate2 v1.0.31 |
1674 | 2024-08-16T20:58:29.900Z | Compiling itertools v0.10.5 |
1675 | 2024-08-16T20:58:29.943Z | Compiling itertools v0.12.1 |
1676 | 2024-08-16T20:58:30.951Z | Compiling console v0.15.8 |
1677 | 2024-08-16T20:58:32.130Z | Compiling tokio-stream v0.1.15 |
1678 | 2024-08-16T20:58:32.393Z | Compiling bstr v1.9.1 |
1679 | 2024-08-16T20:58:32.716Z | Compiling hex v0.4.3 |
1680 | 2024-08-16T20:58:33.175Z | Compiling sha1 v0.10.6 |
1681 | 2024-08-16T20:58:33.455Z | Compiling lalrpop-util v0.19.12 |
1682 | 2024-08-16T20:58:33.801Z | Compiling peg-runtime v0.8.3 |
1683 | 2024-08-16T20:58:34.044Z | Compiling camino v1.1.8 |
1684 | 2024-08-16T20:58:34.456Z | Compiling radium v0.7.0 |
1685 | 2024-08-16T20:58:34.633Z | Compiling unicode-xid v0.2.4 |
1686 | 2024-08-16T20:58:34.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1687 | 2024-08-16T20:58:39.019Z | Compiling is-terminal v0.4.12 |
1688 | 2024-08-16T20:58:40.964Z | Compiling tap v1.0.1 |
1689 | 2024-08-16T20:58:41.129Z | Compiling maybe-uninit v2.0.0 |
1690 | 2024-08-16T20:58:41.161Z | Compiling ident_case v1.0.1 |
1691 | 2024-08-16T20:58:42.209Z | Compiling rustls-pki-types v1.7.0 |
1692 | 2024-08-16T20:58:49.674Z | Compiling darling_core v0.20.9 |
1693 | 2024-08-16T20:58:49.721Z | Compiling wyz v0.5.1 |
1694 | 2024-08-16T20:58:59.148Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1695 | 2024-08-16T20:58:59.498Z | Compiling getopts v0.2.21 |
1696 | 2024-08-16T20:59:00.285Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1697 | 2024-08-16T20:59:00.375Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-08-16T20:59:00.861Z | Compiling funty v2.0.0 |
1699 | 2024-08-16T20:59:01.252Z | Compiling unsafe-libyaml v0.2.11 |
1700 | 2024-08-16T20:59:03.015Z | Compiling rustls v0.22.4 |
1701 | 2024-08-16T20:59:03.034Z | Compiling paste v1.0.15 |
1702 | 2024-08-16T20:59:03.348Z | Compiling packed_struct v0.10.1 |
1703 | 2024-08-16T20:59:03.945Z | Compiling serde_yaml v0.9.34+deprecated |
1704 | 2024-08-16T20:59:05.041Z | Compiling bitvec v1.0.1 |
1705 | 2024-08-16T20:59:07.461Z | Compiling dirs-next v2.0.0 |
1706 | 2024-08-16T20:59:07.777Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1707 | 2024-08-16T20:59:10.846Z | Compiling darling_macro v0.20.9 |
1708 | 2024-08-16T20:59:11.763Z | Compiling rustls-webpki v0.102.4 |
1709 | 2024-08-16T20:59:14.479Z | Compiling packed_struct_codegen v0.10.1 |
1710 | 2024-08-16T20:59:15.627Z | Compiling structmeta-derive v0.3.0 |
1711 | 2024-08-16T20:59:16.160Z | Compiling thread_local v1.1.8 |
1712 | 2024-08-16T20:59:16.738Z | Compiling indexmap v1.9.3 |
1713 | 2024-08-16T20:59:16.840Z | Compiling multer v3.1.0 |
1714 | 2024-08-16T20:59:17.047Z | Compiling rayon-core v1.12.1 |
1715 | 2024-08-16T20:59:17.066Z | Compiling crc-catalog v2.4.0 |
1716 | 2024-08-16T20:59:17.231Z | Compiling slog-async v2.8.0 |
1717 | 2024-08-16T20:59:17.368Z | Compiling fastrand v2.1.0 |
1718 | 2024-08-16T20:59:17.579Z | Compiling match_cfg v0.1.0 |
1719 | 2024-08-16T20:59:17.610Z | Compiling nodrop v0.1.14 |
1720 | 2024-08-16T20:59:17.681Z | Compiling hostname v0.3.1 |
1721 | 2024-08-16T20:59:17.747Z | Compiling array-init v0.0.4 |
1722 | 2024-08-16T20:59:17.789Z | Compiling tempfile v3.10.1 |
1723 | 2024-08-16T20:59:18.233Z | Compiling structmeta v0.3.0 |
1724 | 2024-08-16T20:59:18.656Z | Compiling crc v3.2.1 |
1725 | 2024-08-16T20:59:20.516Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-08-16T20:59:21.311Z | Compiling darling v0.20.9 |
1727 | 2024-08-16T20:59:21.439Z | Compiling smallvec v0.6.14 |
1728 | 2024-08-16T20:59:21.966Z | Compiling term v0.7.0 |
1729 | 2024-08-16T20:59:25.099Z | Compiling crossbeam-deque v0.8.5 |
1730 | 2024-08-16T20:59:25.531Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1731 | 2024-08-16T20:59:26.409Z | Compiling slog-json v2.6.1 |
1732 | 2024-08-16T20:59:27.067Z | Compiling crossbeam-channel v0.5.12 |
1733 | 2024-08-16T20:59:27.579Z | Compiling http v1.1.0 |
1734 | 2024-08-16T20:59:28.733Z | Compiling async-stream-impl v0.3.5 |
1735 | 2024-08-16T20:59:29.044Z | Compiling pin-project-internal v1.1.5 |
1736 | 2024-08-16T20:59:32.255Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1737 | 2024-08-16T20:59:32.591Z | Compiling bitfield v0.14.0 |
1738 | 2024-08-16T20:59:32.908Z | Compiling atomic-waker v1.1.2 |
1739 | 2024-08-16T20:59:34.181Z | Compiling hashbrown v0.12.3 |
1740 | 2024-08-16T20:59:35.516Z | Compiling termcolor v1.4.1 |
1741 | 2024-08-16T20:59:35.694Z | Compiling take_mut v0.2.2 |
1742 | 2024-08-16T20:59:37.090Z | Compiling same-file v1.0.6 |
1743 | 2024-08-16T20:59:37.366Z | Compiling walkdir v2.5.0 |
1744 | 2024-08-16T20:59:40.986Z | Compiling env_logger v0.10.2 |
1745 | 2024-08-16T20:59:42.876Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1746 | 2024-08-16T20:59:45.402Z | Compiling waitgroup v0.1.2 |
1747 | 2024-08-16T20:59:45.852Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1748 | 2024-08-16T20:59:45.965Z | Compiling pin-project v1.1.5 |
1749 | 2024-08-16T20:59:47.024Z | Compiling async-stream v0.3.5 |
1750 | 2024-08-16T20:59:51.445Z | Compiling slog-bunyan v2.5.0 |
1751 | 2024-08-16T20:59:51.477Z | Compiling tokio-rustls v0.25.0 |
1752 | 2024-08-16T20:59:52.084Z | Compiling slog-term v2.9.1 |
1753 | 2024-08-16T20:59:52.311Z | Compiling serde-hex v0.1.0 |
1754 | 2024-08-16T20:59:54.778Z | Compiling serde_with_macros v3.8.3 |
1755 | 2024-08-16T20:59:55.330Z | Compiling bzip2 v0.4.4 |
1756 | 2024-08-16T20:59:55.797Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1757 | 2024-08-16T20:59:56.147Z | Compiling parse-display-derive v0.10.0 |
1758 | 2024-08-16T20:59:56.505Z | Compiling toml v0.8.19 |
1759 | 2024-08-16T20:59:57.432Z | Compiling rustls-pemfile v2.1.3 |
1760 | 2024-08-16T20:59:58.711Z | Compiling x509-cert v0.2.5 |
1761 | 2024-08-16T21:00:00.258Z | Compiling ron v0.8.1 |
1762 | 2024-08-16T21:00:00.454Z | Compiling strum_macros v0.26.4 |
1763 | 2024-08-16T21:00:01.351Z | Compiling newtype-uuid v1.1.0 |
1764 | 2024-08-16T21:00:01.719Z | Compiling ipnetwork v0.20.0 |
1765 | 2024-08-16T21:00:01.963Z | Compiling xattr v1.3.1 |
1766 | 2024-08-16T21:00:03.456Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1767 | 2024-08-16T21:00:03.546Z | Compiling serde_path_to_error v0.1.16 |
1768 | 2024-08-16T21:00:04.560Z | Compiling snafu-derive v0.8.2 |
1769 | 2024-08-16T21:00:05.009Z | Compiling hashbrown v0.13.2 |
1770 | 2024-08-16T21:00:05.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1771 | 2024-08-16T21:00:06.136Z | Compiling ring v0.16.20 |
1772 | 2024-08-16T21:00:06.263Z | Compiling blake3 v1.5.1 |
1773 | 2024-08-16T21:00:06.379Z | Compiling filetime v0.2.24 |
1774 | 2024-08-16T21:00:06.721Z | Compiling hostname v0.4.0 |
1775 | 2024-08-16T21:00:06.894Z | Compiling instant v0.1.12 |
1776 | 2024-08-16T21:00:06.980Z | Compiling buf-list v1.0.3 |
1777 | 2024-08-16T21:00:07.071Z | Compiling crc-any v2.5.0 |
1778 | 2024-08-16T21:00:07.117Z | Compiling debug-ignore v1.0.5 |
1779 | 2024-08-16T21:00:07.644Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1780 | 2024-08-16T21:00:08.238Z | Compiling backoff v0.4.0 |
1781 | 2024-08-16T21:00:09.207Z | Compiling tar v0.4.41 |
1782 | 2024-08-16T21:00:09.444Z | Compiling snafu v0.8.2 |
1783 | 2024-08-16T21:00:09.529Z | Compiling object v0.30.4 |
1784 | 2024-08-16T21:00:10.327Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1785 | 2024-08-16T21:00:10.552Z | Compiling strum v0.26.3 |
1786 | 2024-08-16T21:00:10.688Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1787 | 2024-08-16T21:00:10.754Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1788 | 2024-08-16T21:00:12.427Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1789 | 2024-08-16T21:00:12.977Z | Compiling parse-display v0.10.0 |
1790 | 2024-08-16T21:00:13.921Z | Compiling serde_with v3.8.3 |
1791 | 2024-08-16T21:00:14.366Z | Compiling zip v0.6.6 |
1792 | 2024-08-16T21:00:14.392Z | Compiling rayon v1.10.0 |
1793 | 2024-08-16T21:00:14.975Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1794 | 2024-08-16T21:00:15.721Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1795 | 2024-08-16T21:00:17.117Z | Compiling camino-tempfile v1.1.1 |
1796 | 2024-08-16T21:00:17.871Z | Compiling globset v0.4.14 |
1797 | 2024-08-16T21:00:18.303Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1798 | 2024-08-16T21:00:18.501Z | Compiling pem v3.0.4 |
1799 | 2024-08-16T21:00:20.004Z | Compiling olpc-cjson v0.1.3 |
1800 | 2024-08-16T21:00:20.156Z | Compiling macaddr v1.0.1 |
1801 | 2024-08-16T21:00:20.353Z | Compiling serde_plain v1.0.2 |
1802 | 2024-08-16T21:00:20.794Z | Compiling async-recursion v1.1.1 |
1803 | 2024-08-16T21:00:20.884Z | Compiling memmap2 v0.9.4 |
1804 | 2024-08-16T21:00:21.460Z | Compiling arrayvec v0.7.4 |
1805 | 2024-08-16T21:00:21.960Z | Compiling spin v0.5.2 |
1806 | 2024-08-16T21:00:22.243Z | Compiling path-slash v0.1.5 |
1807 | 2024-08-16T21:00:22.290Z | Compiling arrayref v0.3.7 |
1808 | 2024-08-16T21:00:22.406Z | Compiling untrusted v0.7.1 |
1809 | 2024-08-16T21:00:22.496Z | Compiling constant_time_eq v0.3.0 |
1810 | 2024-08-16T21:00:22.607Z | Compiling typed-path v0.7.1 |
1811 | 2024-08-16T21:00:25.284Z | Compiling tough v0.17.1 |
1812 | 2024-08-16T21:00:25.369Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1813 | 2024-08-16T21:00:25.514Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1814 | 2024-08-16T21:00:29.853Z | Compiling itertools v0.13.0 |
1815 | 2024-08-16T21:00:30.062Z | Compiling cargo-platform v0.1.8 |
1816 | 2024-08-16T21:00:30.256Z | Compiling parse-size v1.0.0 |
1817 | 2024-08-16T21:00:30.557Z | Compiling topological-sort v0.2.2 |
1818 | 2024-08-16T21:00:30.847Z | Compiling omicron-zone-package v0.11.0 |
1819 | 2024-08-16T21:00:31.164Z | Compiling cargo_metadata v0.18.1 |
1820 | 2024-08-16T21:00:33.616Z | Compiling shell-words v1.1.0 |
1821 | 2024-08-16T21:00:38.271Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1822 | 2024-08-16T21:00:50.826Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1823 | 2024-08-16T21:01:05.696Z | Finished `release` profile [optimized] target(s) in 4m 46s |
1824 | 2024-08-16T21:01:05.836Z | Running `target/release/omicron-releng --output-dir /work` |
1825 | 2024-08-16T21:01:05.879Z | Aug 16 21:01:04.925 DEBG changing working directory to /work/oxidecomputer/omicron |
1826 | 2024-08-16T21:01:05.971Z | Aug 16 21:01:05.017 DEBG running: git rev-parse HEAD |
1827 | 2024-08-16T21:01:05.978Z | Aug 16 21:01:05.024 DEBG process exited with exit status: 0 (6.846565ms) |
1828 | 2024-08-16T21:01:05.978Z | Aug 16 21:01:05.024 INFO version: 10.0.0-0.ci+git5415c99751f |
1829 | 2024-08-16T21:01:06.018Z | Aug 16 21:01:05.064 INFO cloning helios to /work/oxidecomputer/helios |
1830 | 2024-08-16T21:01:06.018Z | Aug 16 21:01:05.064 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1831 | 2024-08-16T21:01:06.025Z | Cloning into '/work/oxidecomputer/helios'... |
1832 | 2024-08-16T21:01:06.465Z | Aug 16 21:01:05.511 DEBG process exited with exit status: 0 (446.553727ms) |
1833 | 2024-08-16T21:01:06.465Z | Aug 16 21:01:05.511 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1834 | 2024-08-16T21:01:06.473Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1835 | 2024-08-16T21:01:06.474Z | # branch.head master |
1836 | 2024-08-16T21:01:06.474Z | # branch.upstream origin/master |
1837 | 2024-08-16T21:01:06.474Z | # branch.ab +0 -0 |
1838 | 2024-08-16T21:01:06.476Z | Aug 16 21:01:05.520 DEBG process exited with exit status: 0 (9.038984ms) |
1839 | 2024-08-16T21:01:06.476Z | Aug 16 21:01:05.520 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1840 | 2024-08-16T21:01:07.208Z | Aug 16 21:01:06.254 DEBG process exited with exit status: 0 (733.236375ms) |
1841 | 2024-08-16T21:01:07.208Z | Aug 16 21:01:06.254 DEBG running: zfs list rpool/images/build/host |
1842 | 2024-08-16T21:01:07.215Z | NAME USED AVAIL REFER MOUNTPOINT |
1843 | 2024-08-16T21:01:07.215Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1844 | 2024-08-16T21:01:07.217Z | Aug 16 21:01:06.261 DEBG process exited with exit status: 0 (7.427156ms) |
1845 | 2024-08-16T21:01:07.217Z | Aug 16 21:01:06.261 DEBG running: zfs list rpool/images/build/recovery |
1846 | 2024-08-16T21:01:07.221Z | NAME USED AVAIL REFER MOUNTPOINT |
1847 | 2024-08-16T21:01:07.221Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1848 | 2024-08-16T21:01:07.223Z | Aug 16 21:01:06.268 DEBG process exited with exit status: 0 (6.386838ms) |
1849 | 2024-08-16T21:01:07.223Z | Aug 16 21:01:06.269 INFO [hubris-staging] running task |
1850 | 2024-08-16T21:01:07.223Z | Aug 16 21:01:06.269 INFO [hubris-production] running task |
1851 | 2024-08-16T21:01:07.223Z | Aug 16 21:01:06.269 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1852 | 2024-08-16T21:01:07.227Z | Aug 16 21:01:06.272 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 |
1853 | 2024-08-16T21:01:07.516Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1854 | 2024-08-16T21:01:07.756Z | [ omicron-package] Blocking waiting for file lock on package cache |
1855 | 2024-08-16T21:01:08.282Z | [ omicron-package] Blocking waiting for file lock on package cache |
1856 | 2024-08-16T21:01:08.555Z | [ omicron-package] Blocking waiting for file lock on package cache |
1857 | 2024-08-16T21:01:08.572Z | Aug 16 21:01:07.617 INFO [hubris-production] task succeeded (1.348006651s) |
1858 | 2024-08-16T21:01:09.361Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1859 | 2024-08-16T21:01:09.364Z | [ omicron-package] Compiling heapless v0.8.0 |
1860 | 2024-08-16T21:01:09.364Z | [ omicron-package] Compiling hash32 v0.3.1 |
1861 | 2024-08-16T21:01:09.364Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1862 | 2024-08-16T21:01:09.364Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1863 | 2024-08-16T21:01:09.364Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1864 | 2024-08-16T21:01:09.364Z | [ omicron-package] Compiling cobs v0.2.3 |
1865 | 2024-08-16T21:01:09.364Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1866 | 2024-08-16T21:01:10.102Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1867 | 2024-08-16T21:01:10.545Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1868 | 2024-08-16T21:01:10.791Z | [ omicron-package] Compiling postcard v1.0.8 |
1869 | 2024-08-16T21:01:10.831Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1870 | 2024-08-16T21:01:11.130Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1871 | 2024-08-16T21:01:11.320Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1872 | 2024-08-16T21:01:11.470Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1873 | 2024-08-16T21:01:11.704Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1874 | 2024-08-16T21:01:11.850Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1875 | 2024-08-16T21:01:12.778Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1876 | 2024-08-16T21:01:12.963Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1877 | 2024-08-16T21:01:13.057Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1878 | 2024-08-16T21:01:13.064Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1879 | 2024-08-16T21:01:13.804Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1880 | 2024-08-16T21:01:13.888Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1881 | 2024-08-16T21:01:14.283Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1882 | 2024-08-16T21:01:14.389Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1883 | 2024-08-16T21:01:14.545Z | [ omicron-package] Compiling num_enum v0.5.11 |
1884 | 2024-08-16T21:01:14.798Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1885 | 2024-08-16T21:01:14.897Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1886 | 2024-08-16T21:01:14.933Z | [ omicron-package] Compiling colored v2.1.0 |
1887 | 2024-08-16T21:01:15.086Z | [ omicron-package] Compiling socket2 v0.4.10 |
1888 | 2024-08-16T21:01:15.786Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1889 | 2024-08-16T21:01:16.067Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1890 | 2024-08-16T21:01:16.069Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1891 | 2024-08-16T21:01:16.830Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1892 | 2024-08-16T21:01:16.980Z | [ omicron-package] Compiling num-derive v0.4.2 |
1893 | 2024-08-16T21:01:17.424Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1894 | 2024-08-16T21:01:17.533Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1895 | 2024-08-16T21:01:17.667Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1896 | 2024-08-16T21:01:17.740Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1897 | 2024-08-16T21:01:17.997Z | Aug 16 21:01:17.041 INFO [hubris-staging] task succeeded (10.772708351s) |
1898 | 2024-08-16T21:01:18.556Z | [ omicron-package] Compiling smf v0.2.3 |
1899 | 2024-08-16T21:01:18.687Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1900 | 2024-08-16T21:01:18.772Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1901 | 2024-08-16T21:01:18.985Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1902 | 2024-08-16T21:01:19.759Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1903 | 2024-08-16T21:01:21.948Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1904 | 2024-08-16T21:01:22.299Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1905 | 2024-08-16T21:01:22.904Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1906 | 2024-08-16T21:01:23.275Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1907 | 2024-08-16T21:01:23.581Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1908 | 2024-08-16T21:01:23.757Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1909 | 2024-08-16T21:01:23.884Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1910 | 2024-08-16T21:01:25.087Z | [ omicron-package] Compiling gethostname v0.5.0 |
1911 | 2024-08-16T21:01:25.148Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1912 | 2024-08-16T21:01:26.067Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1913 | 2024-08-16T21:01:27.025Z | [ omicron-package] Compiling indicatif v0.17.8 |
1914 | 2024-08-16T21:01:28.323Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1915 | 2024-08-16T21:01:31.620Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1916 | 2024-08-16T21:01:32.214Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1917 | 2024-08-16T21:01:33.810Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1918 | 2024-08-16T21:01:51.217Z | [ helios-setup] Aug 16 21:01:50.260 INFO helios repository root is: /work/oxidecomputer/helios |
1919 | 2024-08-16T21:01:51.220Z | [ helios-setup] Aug 16 21:01:50.261 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 |
1920 | 2024-08-16T21:01:51.220Z | [ helios-setup] Aug 16 21:01:50.261 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1921 | 2024-08-16T21:01:51.222Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1922 | 2024-08-16T21:01:52.117Z | [ helios-setup] Aug 16 21:01:51.159 INFO clone ok!, project: chelsio-t6-roms |
1923 | 2024-08-16T21:01:52.119Z | [ helios-setup] Aug 16 21:01:51.160 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1924 | 2024-08-16T21:01:52.119Z | [ helios-setup] Aug 16 21:01:51.160 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1925 | 2024-08-16T21:01:52.119Z | [ helios-setup] Aug 16 21:01:51.160 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 |
1926 | 2024-08-16T21:01:52.119Z | [ helios-setup] Aug 16 21:01:51.160 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1927 | 2024-08-16T21:01:52.122Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1928 | 2024-08-16T21:01:52.637Z | [ helios-setup] Aug 16 21:01:51.679 INFO clone ok!, project: image-builder |
1929 | 2024-08-16T21:01:52.640Z | [ helios-setup] Aug 16 21:01:51.679 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 |
1930 | 2024-08-16T21:01:52.640Z | [ helios-setup] Aug 16 21:01:51.679 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1931 | 2024-08-16T21:01:52.640Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1932 | 2024-08-16T21:01:52.952Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.71s |
1933 | 2024-08-16T21:01:53.143Z | [ helios-setup] Aug 16 21:01:52.184 INFO clone ok!, project: pinprick |
1934 | 2024-08-16T21:01:53.146Z | [ helios-setup] Aug 16 21:01:52.185 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 |
1935 | 2024-08-16T21:01:53.146Z | [ helios-setup] Aug 16 21:01:52.185 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1936 | 2024-08-16T21:01:53.146Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1937 | 2024-08-16T21:01:53.171Z | [ omicron-package] |
1938 | 2024-08-16T21:01:53.171Z | [ omicron-package] real 45.900266218 |
1939 | 2024-08-16T21:01:53.173Z | [ omicron-package] user 2:46.272886087 |
1940 | 2024-08-16T21:01:53.173Z | [ omicron-package] sys 22.586913561 |
1941 | 2024-08-16T21:01:53.173Z | [ omicron-package] trap 0.163275936 |
1942 | 2024-08-16T21:01:53.173Z | [ omicron-package] tflt 0.504369010 |
1943 | 2024-08-16T21:01:53.173Z | [ omicron-package] dflt 0.460924908 |
1944 | 2024-08-16T21:01:53.173Z | [ omicron-package] kflt 0.000000000 |
1945 | 2024-08-16T21:01:53.173Z | [ omicron-package] lock 5:39.892758672 |
1946 | 2024-08-16T21:01:53.173Z | [ omicron-package] slp 8:54.996240409 |
1947 | 2024-08-16T21:01:53.174Z | [ omicron-package] lat 1:35.558702332 |
1948 | 2024-08-16T21:01:53.174Z | Aug 16 21:01:52.214 INFO [omicron-package] process exited with exit status: 0 (45.94146992s) |
1949 | 2024-08-16T21:01:53.174Z | [ omicron-package] stop 1:00.540267282 |
1950 | 2024-08-16T21:01:53.174Z | Aug 16 21:01:52.214 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 |
1951 | 2024-08-16T21:01:53.216Z | Aug 16 21:01:52.259 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1952 | 2024-08-16T21:01:53.227Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1953 | 2024-08-16T21:01:53.230Z | [ host-target] Created new build target 'host' and set it as active |
1954 | 2024-08-16T21:01:53.230Z | Aug 16 21:01:52.272 INFO [host-target] process exited with exit status: 0 (57.810245ms) |
1955 | 2024-08-16T21:01:53.230Z | Aug 16 21:01:52.272 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1956 | 2024-08-16T21:01:53.235Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1957 | 2024-08-16T21:01:53.238Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1958 | 2024-08-16T21:01:53.238Z | Aug 16 21:01:52.279 INFO [recovery-target] process exited with exit status: 0 (19.947984ms) |
1959 | 2024-08-16T21:01:53.244Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1960 | 2024-08-16T21:01:53.615Z | [ helios-setup] Aug 16 21:01:52.657 INFO clone ok!, project: phbl |
1961 | 2024-08-16T21:01:53.617Z | [ helios-setup] Aug 16 21:01:52.658 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 |
1962 | 2024-08-16T21:01:53.617Z | [ helios-setup] Aug 16 21:01:52.658 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1963 | 2024-08-16T21:01:53.620Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1964 | 2024-08-16T21:01:54.075Z | [ helios-setup] Aug 16 21:01:53.117 INFO clone ok!, project: bootserver |
1965 | 2024-08-16T21:01:54.078Z | [ helios-setup] Aug 16 21:01:53.117 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 |
1966 | 2024-08-16T21:01:54.078Z | [ helios-setup] Aug 16 21:01:53.117 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1967 | 2024-08-16T21:01:54.078Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1968 | 2024-08-16T21:01:54.442Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1969 | 2024-08-16T21:01:54.443Z | [ host-package] Compiling camino v1.1.8 |
1970 | 2024-08-16T21:01:54.443Z | [ host-package] Compiling password-hash v0.5.0 |
1971 | 2024-08-16T21:01:54.446Z | [ host-package] Compiling blake2 v0.10.6 |
1972 | 2024-08-16T21:01:54.446Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1973 | 2024-08-16T21:01:54.446Z | [ host-package] Compiling derive-where v1.2.7 |
1974 | 2024-08-16T21:01:54.446Z | [ host-package] Compiling humantime v2.1.0 |
1975 | 2024-08-16T21:01:54.587Z | [ host-package] Compiling newline-converter v0.3.0 |
1976 | 2024-08-16T21:01:54.778Z | [ host-package] Compiling toml v0.8.19 |
1977 | 2024-08-16T21:01:54.847Z | [ host-package] Compiling expectorate v1.1.0 |
1978 | 2024-08-16T21:01:55.108Z | [ host-package] Compiling argon2 v0.5.3 |
1979 | 2024-08-16T21:01:55.432Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1980 | 2024-08-16T21:01:55.626Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1981 | 2024-08-16T21:01:55.868Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1982 | 2024-08-16T21:01:55.888Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1983 | 2024-08-16T21:01:56.072Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1984 | 2024-08-16T21:01:56.137Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1985 | 2024-08-16T21:01:56.312Z | [ host-package] Compiling convert_case v0.4.0 |
1986 | 2024-08-16T21:01:56.503Z | [ host-package] Compiling dirs-next v2.0.0 |
1987 | 2024-08-16T21:01:56.704Z | [ host-package] Compiling prettyplease v0.2.20 |
1988 | 2024-08-16T21:01:56.741Z | [ host-package] Compiling term v0.7.0 |
1989 | 2024-08-16T21:01:56.787Z | [ host-package] Compiling semver v0.1.20 |
1990 | 2024-08-16T21:01:57.069Z | [ host-package] Compiling is-terminal v0.4.12 |
1991 | 2024-08-16T21:01:57.129Z | [ host-package] Compiling derive_more v0.99.18 |
1992 | 2024-08-16T21:01:57.232Z | [ host-package] Compiling rustc_version v0.1.7 |
1993 | 2024-08-16T21:01:57.408Z | [ host-package] Compiling home v0.5.9 |
1994 | 2024-08-16T21:01:57.646Z | [ host-package] Compiling newtype_derive v0.1.6 |
1995 | 2024-08-16T21:01:57.669Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1996 | 2024-08-16T21:01:57.730Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1997 | 2024-08-16T21:01:58.108Z | [ host-package] Compiling slog-dtrace v0.3.0 |
1998 | 2024-08-16T21:01:58.223Z | [ host-package] Compiling steno v0.4.1 |
1999 | 2024-08-16T21:01:58.556Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2000 | 2024-08-16T21:01:58.632Z | [ host-package] Compiling rustls v0.22.4 |
2001 | 2024-08-16T21:01:58.667Z | [ host-package] Compiling thread_local v1.1.8 |
2002 | 2024-08-16T21:01:59.230Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2003 | 2024-08-16T21:01:59.655Z | [ host-package] Compiling match_cfg v0.1.0 |
2004 | 2024-08-16T21:01:59.771Z | [ host-package] Compiling hostname v0.3.1 |
2005 | 2024-08-16T21:02:00.164Z | [ host-package] Compiling lru-cache v0.1.2 |
2006 | 2024-08-16T21:02:00.820Z | [ helios-setup] Aug 16 21:01:59.862 INFO clone ok!, project: amd-firmware |
2007 | 2024-08-16T21:02:00.822Z | [ helios-setup] Aug 16 21:01:59.862 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 |
2008 | 2024-08-16T21:02:00.822Z | [ helios-setup] Aug 16 21:01:59.862 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2009 | 2024-08-16T21:02:00.825Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2010 | 2024-08-16T21:02:00.999Z | [ host-package] Compiling multer v3.1.0 |
2011 | 2024-08-16T21:02:01.080Z | [ host-package] Compiling slog-async v2.8.0 |
2012 | 2024-08-16T21:02:01.162Z | [ host-package] Compiling slog-json v2.6.1 |
2013 | 2024-08-16T21:02:01.538Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2014 | 2024-08-16T21:02:02.185Z | [ host-package] Compiling http v1.1.0 |
2015 | 2024-08-16T21:02:02.218Z | [ helios-setup] Aug 16 21:02:01.260 INFO clone ok!, project: pilot |
2016 | 2024-08-16T21:02:02.221Z | [ helios-setup] Aug 16 21:02:01.260 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 |
2017 | 2024-08-16T21:02:02.221Z | [ helios-setup] Aug 16 21:02:01.260 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 |
2018 | 2024-08-16T21:02:02.225Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2019 | 2024-08-16T21:02:02.226Z | [ host-package] Compiling take_mut v0.2.2 |
2020 | 2024-08-16T21:02:02.414Z | [ host-package] Compiling atomic-waker v1.1.2 |
2021 | 2024-08-16T21:02:02.624Z | [ host-package] Compiling waitgroup v0.1.2 |
2022 | 2024-08-16T21:02:02.851Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2023 | 2024-08-16T21:02:03.149Z | [ host-package] Compiling slog-term v2.9.1 |
2024 | 2024-08-16T21:02:03.282Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2025 | 2024-08-16T21:02:03.297Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2026 | 2024-08-16T21:02:03.848Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2027 | 2024-08-16T21:02:04.336Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2028 | 2024-08-16T21:02:04.355Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2029 | 2024-08-16T21:02:04.409Z | [ host-package] Compiling async-stream v0.3.5 |
2030 | 2024-08-16T21:02:04.615Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2031 | 2024-08-16T21:02:04.702Z | [ host-package] Compiling ipnetwork v0.20.0 |
2032 | 2024-08-16T21:02:04.803Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2033 | 2024-08-16T21:02:04.943Z | [ host-package] Compiling hostname v0.4.0 |
2034 | 2024-08-16T21:02:05.196Z | [ host-package] Compiling instant v0.1.12 |
2035 | 2024-08-16T21:02:05.288Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2036 | 2024-08-16T21:02:05.360Z | [ host-package] Compiling debug-ignore v1.0.5 |
2037 | 2024-08-16T21:02:05.528Z | [ host-package] Compiling backoff v0.4.0 |
2038 | 2024-08-16T21:02:05.622Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2039 | 2024-08-16T21:02:05.672Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2040 | 2024-08-16T21:02:05.877Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2041 | 2024-08-16T21:02:06.061Z | [ host-package] Compiling parse-display v0.10.0 |
2042 | 2024-08-16T21:02:06.376Z | [ host-package] Compiling serde_with v3.8.3 |
2043 | 2024-08-16T21:02:06.678Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-08-16T21:02:06.888Z | [ host-package] Compiling strum v0.26.3 |
2045 | 2024-08-16T21:02:07.090Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2046 | 2024-08-16T21:02:08.258Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2047 | 2024-08-16T21:02:08.434Z | [ host-package] Compiling num-rational v0.4.2 |
2048 | 2024-08-16T21:02:10.063Z | [ host-package] Compiling num-complex v0.4.6 |
2049 | 2024-08-16T21:02:10.196Z | [ host-package] Compiling macaddr v1.0.1 |
2050 | 2024-08-16T21:02:10.714Z | [ host-package] Compiling swrite v0.1.0 |
2051 | 2024-08-16T21:02:10.861Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2052 | 2024-08-16T21:02:10.873Z | [ helios-setup] Aug 16 21:02:09.915 INFO clone ok!, project: amd-host-image-builder |
2053 | 2024-08-16T21:02:10.876Z | [ helios-setup] Aug 16 21:02:09.915 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2054 | 2024-08-16T21:02:10.876Z | [ helios-setup] Aug 16 21:02:09.915 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2055 | 2024-08-16T21:02:11.108Z | [ host-package] Compiling float-ord v0.3.2 |
2056 | 2024-08-16T21:02:11.220Z | [ host-package] Compiling num v0.4.3 |
2057 | 2024-08-16T21:02:11.339Z | [ host-package] Compiling quick-error v1.2.3 |
2058 | 2024-08-16T21:02:11.366Z | [ host-package] Compiling utf-8 v0.7.6 |
2059 | 2024-08-16T21:02:11.532Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2060 | 2024-08-16T21:02:11.747Z | [ host-package] Compiling resolv-conf v0.7.0 |
2061 | 2024-08-16T21:02:11.988Z | [ helios-setup] Aug 16 21:02:11.029 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2062 | 2024-08-16T21:02:12.587Z | [ helios-setup] Aug 16 21:02:11.628 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2063 | 2024-08-16T21:02:12.589Z | [ helios-setup] Aug 16 21:02:11.628 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2064 | 2024-08-16T21:02:13.136Z | [ helios-setup] Aug 16 21:02:12.177 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2065 | 2024-08-16T21:02:13.697Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2066 | 2024-08-16T21:02:13.706Z | [ helios-setup] Aug 16 21:02:12.747 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2067 | 2024-08-16T21:02:13.738Z | [ helios-setup] Aug 16 21:02:12.748 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2068 | 2024-08-16T21:02:13.775Z | [ host-package] Compiling rayon-core v1.12.1 |
2069 | 2024-08-16T21:02:13.853Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2070 | 2024-08-16T21:02:14.044Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2071 | 2024-08-16T21:02:14.307Z | [ helios-setup] Aug 16 21:02:13.348 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2072 | 2024-08-16T21:02:14.533Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2073 | 2024-08-16T21:02:14.903Z | [ helios-setup] Aug 16 21:02:13.944 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2074 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.944 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2075 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.944 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2076 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO ok! |
2077 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2078 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2079 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO ok! |
2080 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2081 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2082 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO ok! |
2083 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2084 | 2024-08-16T21:02:14.906Z | [ helios-setup] Aug 16 21:02:13.945 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2085 | 2024-08-16T21:02:14.979Z | [ host-package] Compiling half v2.4.1 |
2086 | 2024-08-16T21:02:15.269Z | [ helios-setup] Aug 16 21:02:14.310 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2087 | 2024-08-16T21:02:15.816Z | [ helios-setup] Aug 16 21:02:14.831 INFO E| From https://github.com/jclulow/rust-jmclib |
2088 | 2024-08-16T21:02:15.816Z | [ helios-setup] Aug 16 21:02:14.831 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2089 | 2024-08-16T21:02:15.818Z | [ helios-setup] Aug 16 21:02:14.856 INFO E| Updating crates.io index |
2090 | 2024-08-16T21:02:15.818Z | [ host-package] Compiling display-error-chain v0.2.0 |
2091 | 2024-08-16T21:02:16.010Z | [ helios-setup] Aug 16 21:02:15.050 INFO E| Downloading crates ... |
2092 | 2024-08-16T21:02:16.068Z | [ host-package] Compiling fastrand v2.1.0 |
2093 | 2024-08-16T21:02:16.106Z | [ helios-setup] Aug 16 21:02:15.147 INFO E| Downloaded bitflags v2.3.3 |
2094 | 2024-08-16T21:02:16.110Z | [ helios-setup] Aug 16 21:02:15.152 INFO E| Downloaded ryu v1.0.15 |
2095 | 2024-08-16T21:02:16.123Z | [ helios-setup] Aug 16 21:02:15.164 INFO E| Downloaded opaque-debug v0.3.0 |
2096 | 2024-08-16T21:02:16.125Z | [ helios-setup] Aug 16 21:02:15.165 INFO E| Downloaded walkdir v2.3.3 |
2097 | 2024-08-16T21:02:16.128Z | [ helios-setup] Aug 16 21:02:15.168 INFO E| Downloaded unicode-width v0.1.10 |
2098 | 2024-08-16T21:02:16.130Z | [ helios-setup] Aug 16 21:02:15.171 INFO E| Downloaded md-5 v0.9.1 |
2099 | 2024-08-16T21:02:16.132Z | [ helios-setup] Aug 16 21:02:15.174 INFO E| Downloaded sha-1 v0.9.8 |
2100 | 2024-08-16T21:02:16.135Z | [ helios-setup] Aug 16 21:02:15.176 INFO E| Downloaded itoa v1.0.9 |
2101 | 2024-08-16T21:02:16.139Z | [ helios-setup] Aug 16 21:02:15.180 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2102 | 2024-08-16T21:02:16.141Z | [ helios-setup] Aug 16 21:02:15.181 INFO E| Downloaded quote v1.0.31 |
2103 | 2024-08-16T21:02:16.145Z | [ helios-setup] Aug 16 21:02:15.186 INFO E| Downloaded once_cell v1.18.0 |
2104 | 2024-08-16T21:02:16.149Z | [ helios-setup] Aug 16 21:02:15.190 INFO E| Downloaded tempfile v3.7.0 |
2105 | 2024-08-16T21:02:16.153Z | [ helios-setup] Aug 16 21:02:15.194 INFO E| Downloaded getrandom v0.2.10 |
2106 | 2024-08-16T21:02:16.159Z | [ helios-setup] Aug 16 21:02:15.200 INFO E| Downloaded uuid v0.8.2 |
2107 | 2024-08-16T21:02:16.165Z | [ helios-setup] Aug 16 21:02:15.206 INFO E| Downloaded typenum v1.16.0 |
2108 | 2024-08-16T21:02:16.170Z | [ helios-setup] Aug 16 21:02:15.211 INFO E| Downloaded serde v1.0.193 |
2109 | 2024-08-16T21:02:16.176Z | [ helios-setup] Aug 16 21:02:15.217 INFO E| Downloaded unicode-ident v1.0.11 |
2110 | 2024-08-16T21:02:16.182Z | [ helios-setup] Aug 16 21:02:15.223 INFO E| Downloaded serde_json v1.0.103 |
2111 | 2024-08-16T21:02:16.195Z | [ helios-setup] Aug 16 21:02:15.236 INFO E| Downloaded toml v0.5.11 |
2112 | 2024-08-16T21:02:16.198Z | [ helios-setup] Aug 16 21:02:15.239 INFO E| Downloaded syn v2.0.32 |
2113 | 2024-08-16T21:02:16.231Z | [ helios-setup] Aug 16 21:02:15.272 INFO E| Downloaded serde_derive v1.0.193 |
2114 | 2024-08-16T21:02:16.236Z | [ helios-setup] Aug 16 21:02:15.277 INFO E| Downloaded rustix v0.38.4 |
2115 | 2024-08-16T21:02:16.271Z | [ helios-setup] Aug 16 21:02:15.312 INFO E| Downloaded proc-macro2 v1.0.66 |
2116 | 2024-08-16T21:02:16.275Z | [ helios-setup] Aug 16 21:02:15.316 INFO E| Downloaded libc v0.2.147 |
2117 | 2024-08-16T21:02:16.316Z | [ helios-setup] Aug 16 21:02:15.356 INFO E| Downloaded anyhow v1.0.72 |
2118 | 2024-08-16T21:02:16.322Z | [ helios-setup] Aug 16 21:02:15.363 INFO E| Downloaded fastrand v2.0.0 |
2119 | 2024-08-16T21:02:16.324Z | [ helios-setup] Aug 16 21:02:15.365 INFO E| Downloaded errno v0.3.1 |
2120 | 2024-08-16T21:02:16.327Z | [ helios-setup] Aug 16 21:02:15.367 INFO E| Downloaded digest v0.9.0 |
2121 | 2024-08-16T21:02:16.329Z | [ helios-setup] Aug 16 21:02:15.369 INFO E| Downloaded block-buffer v0.9.0 |
2122 | 2024-08-16T21:02:16.329Z | [ helios-setup] Aug 16 21:02:15.370 INFO E| Downloaded cpufeatures v0.2.9 |
2123 | 2024-08-16T21:02:16.560Z | [ helios-setup] Aug 16 21:02:15.600 INFO E| Compiling libc v0.2.147 |
2124 | 2024-08-16T21:02:16.560Z | [ helios-setup] Aug 16 21:02:15.601 INFO E| Compiling proc-macro2 v1.0.66 |
2125 | 2024-08-16T21:02:16.560Z | [ helios-setup] Aug 16 21:02:15.601 INFO E| Compiling cfg-if v1.0.0 |
2126 | 2024-08-16T21:02:16.562Z | [ helios-setup] Aug 16 21:02:15.601 INFO E| Compiling unicode-ident v1.0.11 |
2127 | 2024-08-16T21:02:16.562Z | [ helios-setup] Aug 16 21:02:15.601 INFO E| Compiling version_check v0.9.4 |
2128 | 2024-08-16T21:02:16.562Z | [ helios-setup] Aug 16 21:02:15.601 INFO E| Compiling typenum v1.16.0 |
2129 | 2024-08-16T21:02:16.563Z | [ helios-setup] Aug 16 21:02:15.602 INFO E| Compiling serde v1.0.193 |
2130 | 2024-08-16T21:02:16.563Z | [ helios-setup] Aug 16 21:02:15.602 INFO E| Compiling powerfmt v0.2.0 |
2131 | 2024-08-16T21:02:16.614Z | [ host-package] Compiling ciborium-io v0.2.2 |
2132 | 2024-08-16T21:02:16.765Z | [ host-package] Compiling same-file v1.0.6 |
2133 | 2024-08-16T21:02:16.858Z | [ helios-setup] Aug 16 21:02:15.899 INFO E| Compiling time-core v0.1.2 |
2134 | 2024-08-16T21:02:17.274Z | [ helios-setup] Aug 16 21:02:16.315 INFO E| Compiling slog v2.7.0 |
2135 | 2024-08-16T21:02:17.314Z | [ helios-setup] Aug 16 21:02:16.355 INFO E| Compiling itoa v1.0.9 |
2136 | 2024-08-16T21:02:17.367Z | [ host-package] Compiling walkdir v2.5.0 |
2137 | 2024-08-16T21:02:17.777Z | [ helios-setup] Aug 16 21:02:16.813 INFO E| Compiling rustix v0.38.4 |
2138 | 2024-08-16T21:02:17.837Z | [ helios-setup] Aug 16 21:02:16.878 INFO E| Compiling num-conv v0.1.0 |
2139 | 2024-08-16T21:02:17.938Z | [ helios-setup] Aug 16 21:02:16.978 INFO E| Compiling deranged v0.3.11 |
2140 | 2024-08-16T21:02:18.176Z | [ helios-setup] Aug 16 21:02:17.216 INFO E| Compiling generic-array v0.14.7 |
2141 | 2024-08-16T21:02:18.446Z | [ helios-setup] Aug 16 21:02:17.487 INFO E| Compiling num_threads v0.1.6 |
2142 | 2024-08-16T21:02:18.629Z | [ helios-setup] Aug 16 21:02:17.666 INFO E| Compiling once_cell v1.18.0 |
2143 | 2024-08-16T21:02:18.697Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2144 | 2024-08-16T21:02:18.818Z | [ helios-setup] Aug 16 21:02:17.858 INFO E| Compiling time-macros v0.2.18 |
2145 | 2024-08-16T21:02:19.204Z | [ helios-setup] Aug 16 21:02:18.245 INFO E| Compiling bitflags v2.3.3 |
2146 | 2024-08-16T21:02:19.270Z | [ helios-setup] Aug 16 21:02:18.310 INFO E| Compiling thread_local v1.1.7 |
2147 | 2024-08-16T21:02:19.999Z | [ host-package] Compiling tempfile v3.10.1 |
2148 | 2024-08-16T21:02:20.215Z | [ helios-setup] Aug 16 21:02:19.256 INFO E| Compiling quote v1.0.31 |
2149 | 2024-08-16T21:02:20.730Z | [ helios-setup] Aug 16 21:02:19.770 INFO E| Compiling anyhow v1.0.72 |
2150 | 2024-08-16T21:02:20.838Z | [ helios-setup] Aug 16 21:02:19.878 INFO E| Compiling syn v2.0.32 |
2151 | 2024-08-16T21:02:21.372Z | [ helios-setup] Aug 16 21:02:20.413 INFO E| Compiling dirs-sys-next v0.1.2 |
2152 | 2024-08-16T21:02:21.497Z | [ helios-setup] Aug 16 21:02:20.537 INFO E| Compiling errno v0.3.1 |
2153 | 2024-08-16T21:02:21.740Z | [ helios-setup] Aug 16 21:02:20.780 INFO E| Compiling dirs-next v2.0.0 |
2154 | 2024-08-16T21:02:21.944Z | [ helios-setup] Aug 16 21:02:20.985 INFO E| Compiling term v0.7.0 |
2155 | 2024-08-16T21:02:22.231Z | [ helios-setup] Aug 16 21:02:21.272 INFO E| Compiling atty v0.2.14 |
2156 | 2024-08-16T21:02:22.544Z | [ helios-setup] Aug 16 21:02:21.584 INFO E| Compiling serde_json v1.0.103 |
2157 | 2024-08-16T21:02:22.680Z | [ helios-setup] Aug 16 21:02:21.721 INFO E| Compiling opaque-debug v0.3.0 |
2158 | 2024-08-16T21:02:22.772Z | [ helios-setup] Aug 16 21:02:21.812 INFO E| Compiling fastrand v2.0.0 |
2159 | 2024-08-16T21:02:23.538Z | [ helios-setup] Aug 16 21:02:22.572 INFO E| Compiling digest v0.9.0 |
2160 | 2024-08-16T21:02:23.575Z | [ helios-setup] Aug 16 21:02:22.616 INFO E| Compiling block-buffer v0.9.0 |
2161 | 2024-08-16T21:02:23.652Z | [ host-package] Compiling blake3 v1.5.1 |
2162 | 2024-08-16T21:02:23.903Z | [ helios-setup] Aug 16 21:02:22.944 INFO E| Compiling getrandom v0.2.10 |
2163 | 2024-08-16T21:02:23.923Z | [ helios-setup] Aug 16 21:02:22.964 INFO E| Compiling unicode-width v0.1.10 |
2164 | 2024-08-16T21:02:24.017Z | [ helios-setup] Aug 16 21:02:23.058 INFO E| Compiling cpufeatures v0.2.9 |
2165 | 2024-08-16T21:02:24.134Z | [ helios-setup] Aug 16 21:02:23.174 INFO E| Compiling ryu v1.0.15 |
2166 | 2024-08-16T21:02:24.370Z | [ helios-setup] Aug 16 21:02:23.410 INFO E| Compiling same-file v1.0.6 |
2167 | 2024-08-16T21:02:24.485Z | [ helios-setup] Aug 16 21:02:23.525 INFO E| Compiling getopts v0.2.21 |
2168 | 2024-08-16T21:02:24.567Z | [ host-package] Compiling ring v0.16.20 |
2169 | 2024-08-16T21:02:24.634Z | [ host-package] Compiling rayon v1.10.0 |
2170 | 2024-08-16T21:02:24.682Z | [ helios-setup] Aug 16 21:02:23.718 INFO E| Compiling walkdir v2.3.3 |
2171 | 2024-08-16T21:02:24.900Z | [ helios-setup] Aug 16 21:02:23.940 INFO E| Compiling sha-1 v0.9.8 |
2172 | 2024-08-16T21:02:24.934Z | [ helios-setup] Aug 16 21:02:23.974 INFO E| Compiling md-5 v0.9.1 |
2173 | 2024-08-16T21:02:24.940Z | [ helios-setup] Aug 16 21:02:23.980 INFO E| Compiling time v0.3.36 |
2174 | 2024-08-16T21:02:25.682Z | [ helios-setup] Aug 16 21:02:24.722 INFO E| Compiling tempfile v3.7.0 |
2175 | 2024-08-16T21:02:26.003Z | [ helios-setup] Aug 16 21:02:25.043 INFO E| Compiling libdevinfo-sys v1.0.0 |
2176 | 2024-08-16T21:02:26.142Z | [ host-package] Compiling ciborium v0.2.2 |
2177 | 2024-08-16T21:02:26.213Z | [ helios-setup] Aug 16 21:02:25.253 INFO E| Compiling glob v0.3.1 |
2178 | 2024-08-16T21:02:28.562Z | [ helios-setup] Aug 16 21:02:27.596 INFO E| Compiling slog-term v2.9.0 |
2179 | 2024-08-16T21:02:29.747Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2180 | 2024-08-16T21:02:30.013Z | [ helios-setup] Aug 16 21:02:29.043 INFO E| Compiling serde_derive v1.0.193 |
2181 | 2024-08-16T21:02:32.122Z | [ host-package] Compiling xattr v1.3.1 |
2182 | 2024-08-16T21:02:32.468Z | [ host-package] Compiling memmap2 v0.9.4 |
2183 | 2024-08-16T21:02:33.023Z | [ host-package] Compiling filetime v0.2.24 |
2184 | 2024-08-16T21:02:33.474Z | [ host-package] Compiling arrayvec v0.7.4 |
2185 | 2024-08-16T21:02:34.007Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2186 | 2024-08-16T21:02:34.336Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2187 | 2024-08-16T21:02:35.019Z | [ host-package] Compiling arrayref v0.3.7 |
2188 | 2024-08-16T21:02:35.187Z | [ host-package] Compiling spin v0.5.2 |
2189 | 2024-08-16T21:02:35.388Z | [ host-package] Compiling untrusted v0.7.1 |
2190 | 2024-08-16T21:02:36.676Z | [ host-package] Compiling tar v0.4.41 |
2191 | 2024-08-16T21:02:38.924Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2192 | 2024-08-16T21:02:39.513Z | [ host-package] Compiling toolchain_find v0.4.0 |
2193 | 2024-08-16T21:02:39.559Z | [ host-package] Compiling nibble_vec v0.1.0 |
2194 | 2024-08-16T21:02:39.837Z | [ host-package] Compiling atty v0.2.14 |
2195 | 2024-08-16T21:02:40.094Z | [ host-package] Compiling topological-sort v0.2.2 |
2196 | 2024-08-16T21:02:40.134Z | [ host-package] Compiling maplit v1.0.2 |
2197 | 2024-08-16T21:02:40.418Z | [ host-package] Compiling endian-type v0.1.2 |
2198 | 2024-08-16T21:02:40.473Z | [ host-package] Compiling crunchy v0.2.2 |
2199 | 2024-08-16T21:02:40.738Z | [ host-package] Compiling glob v0.3.1 |
2200 | 2024-08-16T21:02:41.117Z | [ host-package] Compiling radix_trie v0.2.1 |
2201 | 2024-08-16T21:02:41.710Z | [ host-package] Compiling clang-sys v1.7.0 |
2202 | 2024-08-16T21:02:42.231Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2203 | 2024-08-16T21:02:42.280Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2204 | 2024-08-16T21:02:42.336Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2205 | 2024-08-16T21:02:43.036Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2206 | 2024-08-16T21:02:43.347Z | [ host-package] Compiling tungstenite v0.21.0 |
2207 | 2024-08-16T21:02:44.321Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2208 | 2024-08-16T21:02:44.624Z | [ helios-setup] Aug 16 21:02:43.662 INFO E| Compiling toml v0.5.11 |
2209 | 2024-08-16T21:02:44.624Z | [ helios-setup] Aug 16 21:02:43.663 INFO E| Compiling uuid v0.8.2 |
2210 | 2024-08-16T21:02:45.030Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2211 | 2024-08-16T21:02:46.009Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2212 | 2024-08-16T21:02:46.990Z | [ helios-setup] Aug 16 21:02:46.029 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2213 | 2024-08-16T21:02:47.509Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2214 | 2024-08-16T21:02:48.216Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2215 | 2024-08-16T21:02:48.712Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2216 | 2024-08-16T21:02:48.744Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2217 | 2024-08-16T21:02:49.392Z | [ host-package] Compiling arc-swap v1.7.1 |
2218 | 2024-08-16T21:02:49.725Z | [ host-package] Compiling diesel_derives v2.2.2 |
2219 | 2024-08-16T21:02:49.837Z | [ host-package] Compiling r2d2 v0.8.10 |
2220 | 2024-08-16T21:02:50.035Z | [ helios-setup] Aug 16 21:02:49.073 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2221 | 2024-08-16T21:02:50.206Z | [ host-package] Compiling slog-scope v4.4.0 |
2222 | 2024-08-16T21:02:51.095Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2223 | 2024-08-16T21:02:51.136Z | [ host-package] Compiling ena v0.14.3 |
2224 | 2024-08-16T21:02:51.662Z | [ host-package] Compiling libloading v0.8.3 |
2225 | 2024-08-16T21:02:51.708Z | [ host-package] Compiling bindgen v0.69.4 |
2226 | 2024-08-16T21:02:52.157Z | [ host-package] Compiling diff v0.1.13 |
2227 | 2024-08-16T21:02:52.365Z | [ host-package] Compiling regex-syntax v0.6.29 |
2228 | 2024-08-16T21:02:58.401Z | [ host-package] Compiling lalrpop v0.19.12 |
2229 | 2024-08-16T21:03:03.046Z | [ host-package] Compiling diesel v2.2.2 |
2230 | 2024-08-16T21:03:03.427Z | [ helios-setup] Aug 16 21:03:02.464 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.43s |
2231 | 2024-08-16T21:03:03.460Z | [ helios-setup] Aug 16 21:03:02.497 INFO building project "image-builder" ok (48 seconds) |
2232 | 2024-08-16T21:03:03.460Z | [ helios-setup] Aug 16 21:03:02.497 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2233 | 2024-08-16T21:03:03.461Z | [ helios-setup] Aug 16 21:03:02.497 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2234 | 2024-08-16T21:03:03.872Z | [ helios-setup] Aug 16 21:03:02.910 INFO E| Compiling adler v1.0.2 |
2235 | 2024-08-16T21:03:04.083Z | [ helios-setup] Aug 16 21:03:03.120 INFO E| Compiling miniz_oxide v0.7.2 |
2236 | 2024-08-16T21:03:05.124Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2237 | 2024-08-16T21:03:06.008Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2238 | 2024-08-16T21:03:07.365Z | [ helios-setup] Aug 16 21:03:06.403 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2239 | 2024-08-16T21:03:07.425Z | [ host-package] Compiling which v4.4.2 |
2240 | 2024-08-16T21:03:07.520Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2241 | 2024-08-16T21:03:07.770Z | [ host-package] Compiling cexpr v0.6.0 |
2242 | 2024-08-16T21:03:07.806Z | [ host-package] Compiling libsw v3.3.1 |
2243 | 2024-08-16T21:03:07.983Z | [ host-package] Compiling shlex v1.3.0 |
2244 | 2024-08-16T21:03:08.215Z | [ host-package] Compiling owo-colors v4.0.0 |
2245 | 2024-08-16T21:03:08.468Z | [ helios-setup] Aug 16 21:03:07.505 INFO E| Finished `release` profile [optimized] target(s) in 4.89s |
2246 | 2024-08-16T21:03:08.476Z | [ helios-setup] Aug 16 21:03:07.512 INFO building project "pinprick" ok (5 seconds) |
2247 | 2024-08-16T21:03:08.476Z | [ helios-setup] Aug 16 21:03:07.512 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2248 | 2024-08-16T21:03:08.476Z | [ helios-setup] Aug 16 21:03:07.512 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2249 | 2024-08-16T21:03:08.494Z | [ host-package] Compiling linear-map v1.2.0 |
2250 | 2024-08-16T21:03:08.783Z | [ helios-setup] Aug 16 21:03:07.820 INFO E| Downloading crates ... |
2251 | 2024-08-16T21:03:08.852Z | [ helios-setup] Aug 16 21:03:07.889 INFO E| Downloaded sha2 v0.10.5 |
2252 | 2024-08-16T21:03:08.861Z | [ helios-setup] Aug 16 21:03:07.898 INFO E| Downloaded bytes v1.2.1 |
2253 | 2024-08-16T21:03:08.868Z | [ helios-setup] Aug 16 21:03:07.905 INFO E| Downloaded digest v0.10.3 |
2254 | 2024-08-16T21:03:08.871Z | [ helios-setup] Aug 16 21:03:07.909 INFO E| Downloaded generic-array v0.14.6 |
2255 | 2024-08-16T21:03:08.874Z | [ helios-setup] Aug 16 21:03:07.911 INFO E| Downloaded cpufeatures v0.2.5 |
2256 | 2024-08-16T21:03:08.876Z | [ helios-setup] Aug 16 21:03:07.914 INFO E| Downloaded block-buffer v0.10.3 |
2257 | 2024-08-16T21:03:08.879Z | [ helios-setup] Aug 16 21:03:07.915 INFO E| Downloaded typenum v1.15.0 |
2258 | 2024-08-16T21:03:08.883Z | [ helios-setup] Aug 16 21:03:07.919 INFO E| Downloaded flate2 v1.0.25 |
2259 | 2024-08-16T21:03:08.890Z | [ helios-setup] Aug 16 21:03:07.927 INFO E| Downloaded miniz_oxide v0.6.2 |
2260 | 2024-08-16T21:03:08.893Z | [ helios-setup] Aug 16 21:03:07.930 INFO E| Downloaded anyhow v1.0.62 |
2261 | 2024-08-16T21:03:08.977Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling typenum v1.15.0 |
2262 | 2024-08-16T21:03:08.977Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling version_check v0.9.4 |
2263 | 2024-08-16T21:03:08.977Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling cfg-if v1.0.0 |
2264 | 2024-08-16T21:03:08.977Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling crc32fast v1.3.2 |
2265 | 2024-08-16T21:03:08.980Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling anyhow v1.0.62 |
2266 | 2024-08-16T21:03:08.980Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling adler v1.0.2 |
2267 | 2024-08-16T21:03:08.980Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling cpufeatures v0.2.5 |
2268 | 2024-08-16T21:03:08.980Z | [ helios-setup] Aug 16 21:03:08.014 INFO E| Compiling unicode-width v0.1.10 |
2269 | 2024-08-16T21:03:09.000Z | [ host-package] Compiling lazycell v1.3.0 |
2270 | 2024-08-16T21:03:09.215Z | [ host-package] Compiling rustc-hash v1.1.0 |
2271 | 2024-08-16T21:03:09.441Z | [ host-package] Compiling ref-cast v1.0.23 |
2272 | 2024-08-16T21:03:09.816Z | [ helios-setup] Aug 16 21:03:08.854 INFO E| Compiling bytes v1.2.1 |
2273 | 2024-08-16T21:03:10.043Z | [ helios-setup] Aug 16 21:03:09.080 INFO E| Compiling miniz_oxide v0.6.2 |
2274 | 2024-08-16T21:03:10.089Z | [ helios-setup] Aug 16 21:03:09.126 INFO E| Compiling getopts v0.2.21 |
2275 | 2024-08-16T21:03:10.429Z | [ helios-setup] Aug 16 21:03:09.466 INFO E| Compiling bitflags v1.3.2 |
2276 | 2024-08-16T21:03:10.534Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2277 | 2024-08-16T21:03:11.014Z | [ helios-setup] Aug 16 21:03:10.051 INFO E| Compiling generic-array v0.14.6 |
2278 | 2024-08-16T21:03:11.693Z | [ helios-setup] Aug 16 21:03:10.730 INFO E| Compiling flate2 v1.0.25 |
2279 | 2024-08-16T21:03:12.831Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2280 | 2024-08-16T21:03:14.357Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2281 | 2024-08-16T21:03:15.047Z | [ helios-setup] Aug 16 21:03:14.084 INFO E| Compiling block-buffer v0.10.3 |
2282 | 2024-08-16T21:03:15.047Z | [ helios-setup] Aug 16 21:03:14.084 INFO E| Compiling crypto-common v0.1.6 |
2283 | 2024-08-16T21:03:15.293Z | [ helios-setup] Aug 16 21:03:14.330 INFO E| Compiling digest v0.10.3 |
2284 | 2024-08-16T21:03:15.673Z | [ helios-setup] Aug 16 21:03:14.709 INFO E| Compiling sha2 v0.10.5 |
2285 | 2024-08-16T21:03:16.180Z | [ helios-setup] Aug 16 21:03:15.217 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2286 | 2024-08-16T21:03:17.671Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2287 | 2024-08-16T21:03:18.115Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2288 | 2024-08-16T21:03:21.417Z | [ host-package] Compiling headers-core v0.2.0 |
2289 | 2024-08-16T21:03:21.801Z | [ host-package] Compiling fxhash v0.2.1 |
2290 | 2024-08-16T21:03:21.973Z | [ helios-setup] Aug 16 21:03:21.009 INFO E| Finished `release` profile [optimized] target(s) in 13.40s |
2291 | 2024-08-16T21:03:21.989Z | [ helios-setup] Aug 16 21:03:21.025 INFO building project "bootserver" ok (13 seconds) |
2292 | 2024-08-16T21:03:21.989Z | [ helios-setup] Aug 16 21:03:21.025 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2293 | 2024-08-16T21:03:21.989Z | [ helios-setup] Aug 16 21:03:21.025 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2294 | 2024-08-16T21:03:22.164Z | [ host-package] Compiling libxml v0.3.3 |
2295 | 2024-08-16T21:03:22.604Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2296 | 2024-08-16T21:03:22.624Z | [ helios-setup] Aug 16 21:03:21.661 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2297 | 2024-08-16T21:03:22.784Z | [ host-package] Compiling headers v0.3.9 |
2298 | 2024-08-16T21:03:23.070Z | [ helios-setup] Aug 16 21:03:22.106 INFO E| From https://github.com/jclulow/hiercmd |
2299 | 2024-08-16T21:03:23.070Z | [ helios-setup] Aug 16 21:03:22.106 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2300 | 2024-08-16T21:03:23.091Z | [ helios-setup] Aug 16 21:03:22.127 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2301 | 2024-08-16T21:03:23.615Z | [ helios-setup] Aug 16 21:03:22.651 INFO E| From https://github.com/jclulow/network-interface |
2302 | 2024-08-16T21:03:23.615Z | [ helios-setup] Aug 16 21:03:22.651 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2303 | 2024-08-16T21:03:23.643Z | [ helios-setup] Aug 16 21:03:22.679 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2304 | 2024-08-16T21:03:24.050Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2305 | 2024-08-16T21:03:24.119Z | [ helios-setup] Aug 16 21:03:23.156 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2306 | 2024-08-16T21:03:24.120Z | [ helios-setup] Aug 16 21:03:23.156 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2307 | 2024-08-16T21:03:24.155Z | [ helios-setup] Aug 16 21:03:23.191 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2308 | 2024-08-16T21:03:24.941Z | [ helios-setup] Aug 16 21:03:23.977 INFO E| From https://github.com/oxidecomputer/facade |
2309 | 2024-08-16T21:03:24.941Z | [ helios-setup] Aug 16 21:03:23.977 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2310 | 2024-08-16T21:03:25.116Z | [ helios-setup] Aug 16 21:03:24.065 INFO E| Updating crates.io index |
2311 | 2024-08-16T21:03:25.116Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2312 | 2024-08-16T21:03:25.758Z | [ helios-setup] Aug 16 21:03:24.794 INFO E| Downloading crates ... |
2313 | 2024-08-16T21:03:25.905Z | [ helios-setup] Aug 16 21:03:24.941 INFO E| Downloaded const-random-macro v0.1.15 |
2314 | 2024-08-16T21:03:25.950Z | [ helios-setup] Aug 16 21:03:24.986 INFO E| Downloaded const-random v0.1.15 |
2315 | 2024-08-16T21:03:25.957Z | [ helios-setup] Aug 16 21:03:24.993 INFO E| Downloaded want v0.3.0 |
2316 | 2024-08-16T21:03:25.960Z | [ helios-setup] Aug 16 21:03:24.996 INFO E| Downloaded serde_spanned v0.6.1 |
2317 | 2024-08-16T21:03:25.963Z | [ helios-setup] Aug 16 21:03:24.999 INFO E| Downloaded serde_path_to_error v0.1.11 |
2318 | 2024-08-16T21:03:25.971Z | [ helios-setup] Aug 16 21:03:25.007 INFO E| Downloaded thiserror v1.0.38 |
2319 | 2024-08-16T21:03:25.982Z | [ helios-setup] Aug 16 21:03:25.017 INFO E| Downloaded toolchain_find v0.2.0 |
2320 | 2024-08-16T21:03:25.985Z | [ helios-setup] Aug 16 21:03:25.020 INFO E| Downloaded slog-bunyan v2.4.0 |
2321 | 2024-08-16T21:03:25.987Z | [ helios-setup] Aug 16 21:03:25.023 INFO E| Downloaded slog-async v2.7.0 |
2322 | 2024-08-16T21:03:25.990Z | [ helios-setup] Aug 16 21:03:25.026 INFO E| Downloaded sha2 v0.10.6 |
2323 | 2024-08-16T21:03:25.995Z | [ helios-setup] Aug 16 21:03:25.031 INFO E| Downloaded serde_tokenstream v0.2.0 |
2324 | 2024-08-16T21:03:26.003Z | [ helios-setup] Aug 16 21:03:25.039 INFO E| Downloaded tokio-rustls v0.24.0 |
2325 | 2024-08-16T21:03:26.007Z | [ helios-setup] Aug 16 21:03:25.043 INFO E| Downloaded digest v0.10.6 |
2326 | 2024-08-16T21:03:26.011Z | [ helios-setup] Aug 16 21:03:25.047 INFO E| Downloaded smallvec v1.10.0 |
2327 | 2024-08-16T21:03:26.017Z | [ helios-setup] Aug 16 21:03:25.053 INFO E| Downloaded toml_datetime v0.6.1 |
2328 | 2024-08-16T21:03:26.019Z | [ helios-setup] Aug 16 21:03:25.055 INFO E| Downloaded semver v1.0.17 |
2329 | 2024-08-16T21:03:26.025Z | [ helios-setup] Aug 16 21:03:25.061 INFO E| Downloaded smartstring v1.0.1 |
2330 | 2024-08-16T21:03:26.030Z | [ helios-setup] Aug 16 21:03:25.066 INFO E| Downloaded unicode-bidi v0.3.13 |
2331 | 2024-08-16T21:03:26.036Z | [ helios-setup] Aug 16 21:03:25.071 INFO E| Downloaded toml v0.7.3 |
2332 | 2024-08-16T21:03:26.042Z | [ helios-setup] Aug 16 21:03:25.078 INFO E| Downloaded lazy_static v1.4.0 |
2333 | 2024-08-16T21:03:26.045Z | [ helios-setup] Aug 16 21:03:25.081 INFO E| Downloaded tempfile v3.5.0 |
2334 | 2024-08-16T21:03:26.049Z | [ helios-setup] Aug 16 21:03:25.085 INFO E| Downloaded textwrap v0.16.0 |
2335 | 2024-08-16T21:03:26.055Z | [ helios-setup] Aug 16 21:03:25.091 INFO E| Downloaded unicode-ident v1.0.8 |
2336 | 2024-08-16T21:03:26.061Z | [ helios-setup] Aug 16 21:03:25.097 INFO E| Downloaded ucd-trie v0.1.5 |
2337 | 2024-08-16T21:03:26.065Z | [ helios-setup] Aug 16 21:03:25.101 INFO E| Downloaded serde_yaml v0.9.21 |
2338 | 2024-08-16T21:03:26.072Z | [ helios-setup] Aug 16 21:03:25.108 INFO E| Downloaded unicode-linebreak v0.1.4 |
2339 | 2024-08-16T21:03:26.076Z | [ helios-setup] Aug 16 21:03:25.113 INFO E| Downloaded uuid v1.3.0 |
2340 | 2024-08-16T21:03:26.086Z | [ helios-setup] Aug 16 21:03:25.122 INFO E| Downloaded tungstenite v0.18.0 |
2341 | 2024-08-16T21:03:26.092Z | [ helios-setup] Aug 16 21:03:25.129 INFO E| Downloaded tokio-util v0.7.7 |
2342 | 2024-08-16T21:03:26.106Z | [ helios-setup] Aug 16 21:03:25.142 INFO E| Downloaded unicode-normalization v0.1.22 |
2343 | 2024-08-16T21:03:26.114Z | [ helios-setup] Aug 16 21:03:25.150 INFO E| Downloaded winnow v0.4.1 |
2344 | 2024-08-16T21:03:26.132Z | [ helios-setup] Aug 16 21:03:25.168 INFO E| Downloaded num-traits v0.2.15 |
2345 | 2024-08-16T21:03:26.137Z | [ helios-setup] Aug 16 21:03:25.173 INFO E| Downloaded syn v2.0.72 |
2346 | 2024-08-16T21:03:26.160Z | [ helios-setup] Aug 16 21:03:25.196 INFO E| Downloaded syn v1.0.107 |
2347 | 2024-08-16T21:03:26.178Z | [ helios-setup] Aug 16 21:03:25.215 INFO E| Downloaded cc v1.0.78 |
2348 | 2024-08-16T21:03:26.182Z | [ helios-setup] Aug 16 21:03:25.218 INFO E| Downloaded tokio v1.27.0 |
2349 | 2024-08-16T21:03:26.232Z | [ helios-setup] Aug 16 21:03:25.268 INFO E| Downloaded ryu v1.0.13 |
2350 | 2024-08-16T21:03:26.237Z | [ helios-setup] Aug 16 21:03:25.273 INFO E| Downloaded crossbeam-channel v0.5.6 |
2351 | 2024-08-16T21:03:26.245Z | [ helios-setup] Aug 16 21:03:25.281 INFO E| Downloaded rayon-core v1.10.2 |
2352 | 2024-08-16T21:03:26.252Z | [ helios-setup] Aug 16 21:03:25.288 INFO E| Downloaded mio v0.8.5 |
2353 | 2024-08-16T21:03:26.261Z | [ helios-setup] Aug 16 21:03:25.297 INFO E| Downloaded pest v2.5.7 |
2354 | 2024-08-16T21:03:26.270Z | [ helios-setup] Aug 16 21:03:25.306 INFO E| Downloaded http v0.2.9 |
2355 | 2024-08-16T21:03:26.278Z | [ helios-setup] Aug 16 21:03:25.313 INFO E| Downloaded base64 v0.21.0 |
2356 | 2024-08-16T21:03:26.284Z | [ helios-setup] Aug 16 21:03:25.319 INFO E| Downloaded futures-util v0.3.28 |
2357 | 2024-08-16T21:03:26.304Z | [ helios-setup] Aug 16 21:03:25.340 INFO E| Downloaded rustls-webpki v0.100.1 |
2358 | 2024-08-16T21:03:26.318Z | [ helios-setup] Aug 16 21:03:25.352 INFO E| Downloaded clap_builder v4.2.1 |
2359 | 2024-08-16T21:03:26.329Z | [ helios-setup] Aug 16 21:03:25.365 INFO E| Downloaded parking_lot_core v0.9.6 |
2360 | 2024-08-16T21:03:26.334Z | [ helios-setup] Aug 16 21:03:25.370 INFO E| Downloaded rayon v1.6.1 |
2361 | 2024-08-16T21:03:26.351Z | [ helios-setup] Aug 16 21:03:25.387 INFO E| Downloaded reqwest v0.11.16 |
2362 | 2024-08-16T21:03:26.394Z | [ helios-setup] Aug 16 21:03:25.430 INFO E| Downloaded h2 v0.3.16 |
2363 | 2024-08-16T21:03:26.405Z | [ helios-setup] Aug 16 21:03:25.441 INFO E| Downloaded hyper v0.14.25 |
2364 | 2024-08-16T21:03:26.420Z | [ helios-setup] Aug 16 21:03:25.456 INFO E| Downloaded rustls v0.21.0 |
2365 | 2024-08-16T21:03:26.469Z | [ helios-setup] Aug 16 21:03:25.505 INFO E| Downloaded regex v1.7.3 |
2366 | 2024-08-16T21:03:26.483Z | [ helios-setup] Aug 16 21:03:25.519 INFO E| Downloaded regress v0.5.0 |
2367 | 2024-08-16T21:03:26.494Z | [ helios-setup] Aug 16 21:03:25.530 INFO E| Downloaded chrono v0.4.24 |
2368 | 2024-08-16T21:03:26.507Z | [ helios-setup] Aug 16 21:03:25.543 INFO E| Downloaded git2 v0.16.1 |
2369 | 2024-08-16T21:03:26.521Z | [ helios-setup] Aug 16 21:03:25.557 INFO E| Downloaded rustix v0.37.3 |
2370 | 2024-08-16T21:03:26.551Z | [ helios-setup] Aug 16 21:03:25.587 INFO E| Downloaded openapiv3 v1.0.2 |
2371 | 2024-08-16T21:03:26.571Z | [ helios-setup] Aug 16 21:03:25.607 INFO E| Downloaded rhai v1.14.0 |
2372 | 2024-08-16T21:03:26.591Z | [ helios-setup] Aug 16 21:03:25.627 INFO E| Downloaded memchr v2.5.0 |
2373 | 2024-08-16T21:03:26.597Z | [ helios-setup] Aug 16 21:03:25.633 INFO E| Downloaded clap v4.2.1 |
2374 | 2024-08-16T21:03:26.611Z | [ helios-setup] Aug 16 21:03:25.647 INFO E| Downloaded bytes v1.4.0 |
2375 | 2024-08-16T21:03:26.617Z | [ helios-setup] Aug 16 21:03:25.653 INFO E| Downloaded libc v0.2.139 |
2376 | 2024-08-16T21:03:26.655Z | [ helios-setup] Aug 16 21:03:25.691 INFO E| Downloaded serde_json v1.0.95 |
2377 | 2024-08-16T21:03:26.667Z | [ helios-setup] Aug 16 21:03:25.704 INFO E| Downloaded schemars v0.8.12 |
2378 | 2024-08-16T21:03:26.687Z | [ helios-setup] Aug 16 21:03:25.723 INFO E| Downloaded rhai_codegen v1.5.0 |
2379 | 2024-08-16T21:03:26.700Z | [ helios-setup] Aug 16 21:03:25.736 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2380 | 2024-08-16T21:03:26.705Z | [ helios-setup] Aug 16 21:03:25.741 INFO E| Downloaded ahash v0.8.3 |
2381 | 2024-08-16T21:03:26.709Z | [ helios-setup] Aug 16 21:03:25.745 INFO E| Downloaded pin-project-lite v0.2.9 |
2382 | 2024-08-16T21:03:26.717Z | [ helios-setup] Aug 16 21:03:25.753 INFO E| Downloaded log v0.4.17 |
2383 | 2024-08-16T21:03:26.720Z | [ helios-setup] Aug 16 21:03:25.757 INFO E| Downloaded ipnet v2.7.2 |
2384 | 2024-08-16T21:03:26.723Z | [ helios-setup] Aug 16 21:03:25.760 INFO E| Downloaded iana-time-zone v0.1.56 |
2385 | 2024-08-16T21:03:26.728Z | [ helios-setup] Aug 16 21:03:25.764 INFO E| Downloaded getrandom v0.2.8 |
2386 | 2024-08-16T21:03:26.733Z | [ helios-setup] Aug 16 21:03:25.769 INFO E| Downloaded futures-channel v0.3.28 |
2387 | 2024-08-16T21:03:26.736Z | [ helios-setup] Aug 16 21:03:25.772 INFO E| Downloaded futures v0.3.28 |
2388 | 2024-08-16T21:03:26.744Z | [ helios-setup] Aug 16 21:03:25.779 INFO E| Downloaded crossbeam-utils v0.8.14 |
2389 | 2024-08-16T21:03:26.747Z | [ helios-setup] Aug 16 21:03:25.783 INFO E| Downloaded tracing-core v0.1.30 |
2390 | 2024-08-16T21:03:26.751Z | [ helios-setup] Aug 16 21:03:25.787 INFO E| Downloaded parking_lot v0.12.1 |
2391 | 2024-08-16T21:03:26.754Z | [ helios-setup] Aug 16 21:03:25.790 INFO E| Downloaded url v2.3.1 |
2392 | 2024-08-16T21:03:26.759Z | [ helios-setup] Aug 16 21:03:25.795 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2393 | 2024-08-16T21:03:26.763Z | [ helios-setup] Aug 16 21:03:25.799 INFO E| Downloaded toml_edit v0.19.8 |
2394 | 2024-08-16T21:03:26.782Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2395 | 2024-08-16T21:03:26.788Z | [ helios-setup] Aug 16 21:03:25.824 INFO E| Downloaded serde v1.0.204 |
2396 | 2024-08-16T21:03:26.793Z | [ helios-setup] Aug 16 21:03:25.829 INFO E| Downloaded tracing v0.1.37 |
2397 | 2024-08-16T21:03:26.800Z | [ helios-setup] Aug 16 21:03:25.836 INFO E| Downloaded clap_derive v4.2.0 |
2398 | 2024-08-16T21:03:26.803Z | [ helios-setup] Aug 16 21:03:25.838 INFO E| Downloaded camino v1.1.4 |
2399 | 2024-08-16T21:03:26.805Z | [ helios-setup] Aug 16 21:03:25.840 INFO E| Downloaded schemars_derive v0.8.12 |
2400 | 2024-08-16T21:03:26.808Z | [ helios-setup] Aug 16 21:03:25.842 INFO E| Downloaded cargo-lock v8.0.3 |
2401 | 2024-08-16T21:03:26.810Z | [ helios-setup] Aug 16 21:03:25.846 INFO E| Downloaded bincode v1.3.3 |
2402 | 2024-08-16T21:03:26.813Z | [ helios-setup] Aug 16 21:03:25.848 INFO E| Downloaded anyhow v1.0.68 |
2403 | 2024-08-16T21:03:26.818Z | [ helios-setup] Aug 16 21:03:25.854 INFO E| Downloaded time v0.1.45 |
2404 | 2024-08-16T21:03:26.820Z | [ helios-setup] Aug 16 21:03:25.856 INFO E| Downloaded encoding_rs v0.8.32 |
2405 | 2024-08-16T21:03:26.854Z | [ helios-setup] Aug 16 21:03:25.890 INFO E| Downloaded rustls-pemfile v1.0.2 |
2406 | 2024-08-16T21:03:26.857Z | [ helios-setup] Aug 16 21:03:25.893 INFO E| Downloaded percent-encoding v2.2.0 |
2407 | 2024-08-16T21:03:26.860Z | [ helios-setup] Aug 16 21:03:25.894 INFO E| Downloaded num_enum_derive v0.5.7 |
2408 | 2024-08-16T21:03:26.860Z | [ helios-setup] Aug 16 21:03:25.896 INFO E| Downloaded memoffset v0.7.1 |
2409 | 2024-08-16T21:03:26.863Z | [ helios-setup] Aug 16 21:03:25.897 INFO E| Downloaded futures-task v0.3.28 |
2410 | 2024-08-16T21:03:26.865Z | [ helios-setup] Aug 16 21:03:25.899 INFO E| Downloaded socket2 v0.4.9 |
2411 | 2024-08-16T21:03:26.868Z | [ helios-setup] Aug 16 21:03:25.902 INFO E| Downloaded proc-macro-crate v1.2.1 |
2412 | 2024-08-16T21:03:26.868Z | [ helios-setup] Aug 16 21:03:25.903 INFO E| Downloaded num_cpus v1.15.0 |
2413 | 2024-08-16T21:03:26.873Z | [ helios-setup] Aug 16 21:03:25.909 INFO E| Downloaded num-integer v0.1.45 |
2414 | 2024-08-16T21:03:26.875Z | [ helios-setup] Aug 16 21:03:25.911 INFO E| Downloaded itoa v1.0.6 |
2415 | 2024-08-16T21:03:26.878Z | [ helios-setup] Aug 16 21:03:25.913 INFO E| Downloaded futures-macro v0.3.28 |
2416 | 2024-08-16T21:03:26.880Z | [ helios-setup] Aug 16 21:03:25.915 INFO E| Downloaded futures-executor v0.3.28 |
2417 | 2024-08-16T21:03:26.883Z | [ helios-setup] Aug 16 21:03:25.917 INFO E| Downloaded httpdate v1.0.2 |
2418 | 2024-08-16T21:03:26.883Z | [ helios-setup] Aug 16 21:03:25.919 INFO E| Downloaded form_urlencoded v1.1.0 |
2419 | 2024-08-16T21:03:26.886Z | [ helios-setup] Aug 16 21:03:25.921 INFO E| Downloaded dyn-clone v1.0.11 |
2420 | 2024-08-16T21:03:26.888Z | [ helios-setup] Aug 16 21:03:25.923 INFO E| Downloaded ahash v0.7.6 |
2421 | 2024-08-16T21:03:26.891Z | [ helios-setup] Aug 16 21:03:25.927 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2422 | 2024-08-16T21:03:26.981Z | [ helios-setup] Aug 16 21:03:26.017 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2423 | 2024-08-16T21:03:26.987Z | [ helios-setup] Aug 16 21:03:26.020 INFO E| Downloaded once_cell v1.17.0 |
2424 | 2024-08-16T21:03:26.990Z | [ helios-setup] Aug 16 21:03:26.024 INFO E| Downloaded autocfg v1.1.0 |
2425 | 2024-08-16T21:03:26.993Z | [ helios-setup] Aug 16 21:03:26.026 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2426 | 2024-08-16T21:03:26.995Z | [ helios-setup] Aug 16 21:03:26.029 INFO E| Downloaded lock_api v0.4.9 |
2427 | 2024-08-16T21:03:26.995Z | [ helios-setup] Aug 16 21:03:26.031 INFO E| Downloaded io-lifetimes v1.0.10 |
2428 | 2024-08-16T21:03:26.999Z | [ helios-setup] Aug 16 21:03:26.035 INFO E| Downloaded anstyle v0.3.5 |
2429 | 2024-08-16T21:03:27.001Z | [ helios-setup] Aug 16 21:03:26.037 INFO E| Downloaded byteorder v1.4.3 |
2430 | 2024-08-16T21:03:27.004Z | [ helios-setup] Aug 16 21:03:26.040 INFO E| Downloaded async-trait v0.1.68 |
2431 | 2024-08-16T21:03:27.009Z | [ helios-setup] Aug 16 21:03:26.045 INFO E| Downloaded tokio-macros v2.0.0 |
2432 | 2024-08-16T21:03:27.011Z | [ helios-setup] Aug 16 21:03:26.047 INFO E| Downloaded libz-sys v1.1.8 |
2433 | 2024-08-16T21:03:27.091Z | [ helios-setup] Aug 16 21:03:26.127 INFO E| Downloaded slab v0.4.7 |
2434 | 2024-08-16T21:03:27.094Z | [ helios-setup] Aug 16 21:03:26.129 INFO E| Downloaded serde_derive_internals v0.26.0 |
2435 | 2024-08-16T21:03:27.097Z | [ helios-setup] Aug 16 21:03:26.132 INFO E| Downloaded project-root v0.2.2 |
2436 | 2024-08-16T21:03:27.097Z | [ helios-setup] Aug 16 21:03:26.133 INFO E| Downloaded thiserror-impl v1.0.38 |
2437 | 2024-08-16T21:03:27.100Z | [ helios-setup] Aug 16 21:03:26.134 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2438 | 2024-08-16T21:03:27.100Z | [ helios-setup] Aug 16 21:03:26.136 INFO E| Downloaded terminal_size v0.2.6 |
2439 | 2024-08-16T21:03:27.102Z | [ helios-setup] Aug 16 21:03:26.138 INFO E| Downloaded smawk v0.3.1 |
2440 | 2024-08-16T21:03:27.105Z | [ helios-setup] Aug 16 21:03:26.140 INFO E| Downloaded sha1 v0.10.5 |
2441 | 2024-08-16T21:03:27.107Z | [ helios-setup] Aug 16 21:03:26.142 INFO E| Downloaded semver v0.11.0 |
2442 | 2024-08-16T21:03:27.110Z | [ helios-setup] Aug 16 21:03:26.144 INFO E| Downloaded num_enum v0.5.7 |
2443 | 2024-08-16T21:03:27.114Z | [ helios-setup] Aug 16 21:03:26.150 INFO E| Downloaded home v0.5.4 |
2444 | 2024-08-16T21:03:27.116Z | [ helios-setup] Aug 16 21:03:26.151 INFO E| Downloaded anstyle-parse v0.1.1 |
2445 | 2024-08-16T21:03:27.119Z | [ helios-setup] Aug 16 21:03:26.154 INFO E| Downloaded anstream v0.2.6 |
2446 | 2024-08-16T21:03:27.121Z | [ helios-setup] Aug 16 21:03:26.157 INFO E| Downloaded scopeguard v1.1.0 |
2447 | 2024-08-16T21:03:27.124Z | [ helios-setup] Aug 16 21:03:26.158 INFO E| Downloaded concolor-query v0.3.3 |
2448 | 2024-08-16T21:03:27.124Z | [ helios-setup] Aug 16 21:03:26.160 INFO E| Downloaded pkg-config v0.3.26 |
2449 | 2024-08-16T21:03:27.127Z | [ helios-setup] Aug 16 21:03:26.162 INFO E| Downloaded paste v1.0.12 |
2450 | 2024-08-16T21:03:27.130Z | [ helios-setup] Aug 16 21:03:26.167 INFO E| Downloaded jobserver v0.1.26 |
2451 | 2024-08-16T21:03:27.133Z | [ helios-setup] Aug 16 21:03:26.169 INFO E| Downloaded is-terminal v0.4.7 |
2452 | 2024-08-16T21:03:27.135Z | [ helios-setup] Aug 16 21:03:26.171 INFO E| Downloaded http-body v0.4.5 |
2453 | 2024-08-16T21:03:27.138Z | [ helios-setup] Aug 16 21:03:26.173 INFO E| Downloaded futures-sink v0.3.28 |
2454 | 2024-08-16T21:03:27.138Z | [ helios-setup] Aug 16 21:03:26.174 INFO E| Downloaded futures-io v0.3.28 |
2455 | 2024-08-16T21:03:27.141Z | [ helios-setup] Aug 16 21:03:26.175 INFO E| Downloaded futures-core v0.3.28 |
2456 | 2024-08-16T21:03:27.143Z | [ helios-setup] Aug 16 21:03:26.177 INFO E| Downloaded fastrand v1.9.0 |
2457 | 2024-08-16T21:03:27.153Z | [ helios-setup] Aug 16 21:03:26.189 INFO E| Downloaded either v1.8.0 |
2458 | 2024-08-16T21:03:27.156Z | [ helios-setup] Aug 16 21:03:26.191 INFO E| Downloaded crossbeam-deque v0.8.2 |
2459 | 2024-08-16T21:03:27.159Z | [ helios-setup] Aug 16 21:03:26.194 INFO E| Downloaded clap_lex v0.4.1 |
2460 | 2024-08-16T21:03:27.161Z | [ helios-setup] Aug 16 21:03:26.196 INFO E| Downloaded built v0.6.0 |
2461 | 2024-08-16T21:03:27.164Z | [ helios-setup] Aug 16 21:03:26.198 INFO E| Downloaded try-lock v0.2.4 |
2462 | 2024-08-16T21:03:27.164Z | [ helios-setup] Aug 16 21:03:26.199 INFO E| Downloaded strsim v0.10.0 |
2463 | 2024-08-16T21:03:27.166Z | [ helios-setup] Aug 16 21:03:26.201 INFO E| Downloaded signal-hook-registry v1.4.0 |
2464 | 2024-08-16T21:03:27.169Z | [ helios-setup] Aug 16 21:03:26.203 INFO E| Downloaded serde_derive v1.0.204 |
2465 | 2024-08-16T21:03:27.172Z | [ helios-setup] Aug 16 21:03:26.208 INFO E| Downloaded semver-parser v0.10.2 |
2466 | 2024-08-16T21:03:27.174Z | [ helios-setup] Aug 16 21:03:26.210 INFO E| Downloaded sct v0.7.0 |
2467 | 2024-08-16T21:03:27.179Z | [ helios-setup] Aug 16 21:03:26.215 INFO E| Downloaded concolor-override v1.0.0 |
2468 | 2024-08-16T21:03:27.182Z | [ helios-setup] Aug 16 21:03:26.217 INFO E| Downloaded aho-corasick v0.7.20 |
2469 | 2024-08-16T21:03:27.347Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2470 | 2024-08-16T21:03:27.483Z | [ host-package] Compiling samael v0.0.15 |
2471 | 2024-08-16T21:03:27.528Z | [ helios-setup] Aug 16 21:03:26.564 INFO E| Compiling proc-macro2 v1.0.86 |
2472 | 2024-08-16T21:03:27.531Z | [ helios-setup] Aug 16 21:03:26.564 INFO E| Compiling libc v0.2.139 |
2473 | 2024-08-16T21:03:27.531Z | [ helios-setup] Aug 16 21:03:26.565 INFO E| Compiling unicode-ident v1.0.8 |
2474 | 2024-08-16T21:03:27.531Z | [ helios-setup] Aug 16 21:03:26.565 INFO E| Compiling autocfg v1.1.0 |
2475 | 2024-08-16T21:03:27.531Z | [ helios-setup] Aug 16 21:03:26.565 INFO E| Compiling cfg-if v1.0.0 |
2476 | 2024-08-16T21:03:27.532Z | [ helios-setup] Aug 16 21:03:26.565 INFO E| Compiling version_check v0.9.4 |
2477 | 2024-08-16T21:03:27.532Z | [ helios-setup] Aug 16 21:03:26.565 INFO E| Compiling serde v1.0.204 |
2478 | 2024-08-16T21:03:27.532Z | [ helios-setup] Aug 16 21:03:26.565 INFO E| Compiling syn v1.0.107 |
2479 | 2024-08-16T21:03:28.432Z | [ helios-setup] Aug 16 21:03:27.468 INFO E| Compiling memchr v2.5.0 |
2480 | 2024-08-16T21:03:28.969Z | [ host-package] Compiling strum_macros v0.24.3 |
2481 | 2024-08-16T21:03:29.274Z | [ helios-setup] Aug 16 21:03:28.309 INFO E| Compiling once_cell v1.17.0 |
2482 | 2024-08-16T21:03:29.313Z | [ helios-setup] Aug 16 21:03:28.349 INFO E| Compiling thiserror v1.0.38 |
2483 | 2024-08-16T21:03:29.442Z | [ helios-setup] Aug 16 21:03:28.478 INFO E| Compiling log v0.4.17 |
2484 | 2024-08-16T21:03:29.958Z | [ helios-setup] Aug 16 21:03:28.994 INFO E| Compiling itoa v1.0.6 |
2485 | 2024-08-16T21:03:30.308Z | [ helios-setup] Aug 16 21:03:29.344 INFO E| Compiling serde_json v1.0.95 |
2486 | 2024-08-16T21:03:30.550Z | [ host-package] Compiling cookie v0.18.1 |
2487 | 2024-08-16T21:03:31.196Z | [ helios-setup] Aug 16 21:03:30.232 INFO E| Compiling indexmap v1.9.3 |
2488 | 2024-08-16T21:03:31.358Z | [ host-package] Compiling unicase v2.7.0 |
2489 | 2024-08-16T21:03:31.382Z | [ helios-setup] Aug 16 21:03:30.418 INFO E| Compiling getrandom v0.2.8 |
2490 | 2024-08-16T21:03:31.626Z | [ helios-setup] Aug 16 21:03:30.661 INFO E| Compiling quote v1.0.36 |
2491 | 2024-08-16T21:03:32.103Z | [ helios-setup] Aug 16 21:03:31.139 INFO E| Compiling jobserver v0.1.26 |
2492 | 2024-08-16T21:03:32.251Z | [ helios-setup] Aug 16 21:03:31.287 INFO E| Compiling pin-project-lite v0.2.9 |
2493 | 2024-08-16T21:03:32.373Z | [ helios-setup] Aug 16 21:03:31.409 INFO E| Compiling scopeguard v1.1.0 |
2494 | 2024-08-16T21:03:32.473Z | [ helios-setup] Aug 16 21:03:31.509 INFO E| Compiling syn v2.0.72 |
2495 | 2024-08-16T21:03:32.512Z | [ host-package] Compiling indoc v1.0.9 |
2496 | 2024-08-16T21:03:32.735Z | [ helios-setup] Aug 16 21:03:31.770 INFO E| Compiling cc v1.0.78 |
2497 | 2024-08-16T21:03:32.850Z | [ helios-setup] Aug 16 21:03:31.886 INFO E| Compiling num-integer v0.1.45 |
2498 | 2024-08-16T21:03:33.015Z | [ helios-setup] Aug 16 21:03:32.049 INFO E| Compiling bytes v1.4.0 |
2499 | 2024-08-16T21:03:33.191Z | [ helios-setup] Aug 16 21:03:32.227 INFO E| Compiling futures-core v0.3.28 |
2500 | 2024-08-16T21:03:33.894Z | [ helios-setup] Aug 16 21:03:32.929 INFO E| Compiling ryu v1.0.13 |
2501 | 2024-08-16T21:03:34.481Z | [ host-package] Compiling polar-core v0.27.3 |
2502 | 2024-08-16T21:03:34.895Z | [ helios-setup] Aug 16 21:03:33.930 INFO E| Compiling lock_api v0.4.9 |
2503 | 2024-08-16T21:03:34.923Z | [ host-package] Compiling derive_builder v0.20.0 |
2504 | 2024-08-16T21:03:35.266Z | [ helios-setup] Aug 16 21:03:34.301 INFO E| Compiling parking_lot_core v0.9.6 |
2505 | 2024-08-16T21:03:35.382Z | [ helios-setup] Aug 16 21:03:34.418 INFO E| Compiling bitflags v1.3.2 |
2506 | 2024-08-16T21:03:35.547Z | [ helios-setup] Aug 16 21:03:34.582 INFO E| Compiling typenum v1.16.0 |
2507 | 2024-08-16T21:03:35.857Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2508 | 2024-08-16T21:03:35.915Z | [ helios-setup] Aug 16 21:03:34.950 INFO E| Compiling num_cpus v1.15.0 |
2509 | 2024-08-16T21:03:35.958Z | [ helios-setup] Aug 16 21:03:34.994 INFO E| Compiling generic-array v0.14.6 |
2510 | 2024-08-16T21:03:36.155Z | [ host-package] Compiling crossterm v0.28.1 |
2511 | 2024-08-16T21:03:36.275Z | [ helios-setup] Aug 16 21:03:35.310 INFO E| Compiling slab v0.4.7 |
2512 | 2024-08-16T21:03:36.330Z | [ helios-setup] Aug 16 21:03:35.344 INFO E| Compiling futures-sink v0.3.28 |
2513 | 2024-08-16T21:03:36.452Z | [ helios-setup] Aug 16 21:03:35.487 INFO E| Compiling futures-task v0.3.28 |
2514 | 2024-08-16T21:03:36.697Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2515 | 2024-08-16T21:03:36.822Z | [ helios-setup] Aug 16 21:03:35.857 INFO E| Compiling futures-channel v0.3.28 |
2516 | 2024-08-16T21:03:37.137Z | [ helios-setup] Aug 16 21:03:36.171 INFO E| Compiling tokio v1.27.0 |
2517 | 2024-08-16T21:03:37.510Z | [ helios-setup] Aug 16 21:03:36.545 INFO E| Compiling schemars v0.8.12 |
2518 | 2024-08-16T21:03:37.626Z | [ helios-setup] Aug 16 21:03:36.661 INFO E| Compiling futures-util v0.3.28 |
2519 | 2024-08-16T21:03:37.723Z | [ host-package] Compiling oso-derive v0.27.3 |
2520 | 2024-08-16T21:03:38.824Z | [ helios-setup] Aug 16 21:03:37.859 INFO E| Compiling mio v0.8.5 |
2521 | 2024-08-16T21:03:38.941Z | [ helios-setup] Aug 16 21:03:37.976 INFO E| Compiling socket2 v0.4.9 |
2522 | 2024-08-16T21:03:38.944Z | [ helios-setup] Aug 16 21:03:37.977 INFO E| Compiling signal-hook-registry v1.4.0 |
2523 | 2024-08-16T21:03:39.233Z | [ helios-setup] Aug 16 21:03:38.268 INFO E| Compiling ahash v0.7.6 |
2524 | 2024-08-16T21:03:39.492Z | [ helios-setup] Aug 16 21:03:38.527 INFO E| Compiling num-traits v0.2.15 |
2525 | 2024-08-16T21:03:39.894Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2526 | 2024-08-16T21:03:40.320Z | [ helios-setup] Aug 16 21:03:39.355 INFO E| Compiling io-lifetimes v1.0.10 |
2527 | 2024-08-16T21:03:40.785Z | [ helios-setup] Aug 16 21:03:39.820 INFO E| Compiling crunchy v0.2.2 |
2528 | 2024-08-16T21:03:41.707Z | [ helios-setup] Aug 16 21:03:40.741 INFO E| Compiling futures-io v0.3.28 |
2529 | 2024-08-16T21:03:41.788Z | [ helios-setup] Aug 16 21:03:40.823 INFO E| Compiling pin-utils v0.1.0 |
2530 | 2024-08-16T21:03:42.694Z | [ helios-setup] Aug 16 21:03:41.729 INFO E| Compiling ahash v0.8.3 |
2531 | 2024-08-16T21:03:42.766Z | [ helios-setup] Aug 16 21:03:41.800 INFO E| Compiling rustix v0.37.3 |
2532 | 2024-08-16T21:03:42.834Z | [ helios-setup] Aug 16 21:03:41.869 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2533 | 2024-08-16T21:03:43.050Z | [ helios-setup] Aug 16 21:03:42.085 INFO E| Compiling hashbrown v0.12.3 |
2534 | 2024-08-16T21:03:44.099Z | [ host-package] Compiling libz-sys v1.1.16 |
2535 | 2024-08-16T21:03:44.148Z | [ host-package] Compiling quick-xml v0.31.0 |
2536 | 2024-08-16T21:03:44.280Z | [ helios-setup] Aug 16 21:03:43.315 INFO E| Compiling tiny-keccak v2.0.2 |
2537 | 2024-08-16T21:03:44.457Z | [ helios-setup] Aug 16 21:03:43.492 INFO E| Compiling serde_derive_internals v0.26.0 |
2538 | 2024-08-16T21:03:44.562Z | [ helios-setup] Aug 16 21:03:43.597 INFO E| Compiling block-buffer v0.10.3 |
2539 | 2024-08-16T21:03:44.971Z | [ helios-setup] Aug 16 21:03:44.006 INFO E| Compiling crypto-common v0.1.6 |
2540 | 2024-08-16T21:03:45.510Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2541 | 2024-08-16T21:03:45.926Z | [ helios-setup] Aug 16 21:03:44.960 INFO E| Compiling errno v0.3.1 |
2542 | 2024-08-16T21:03:46.332Z | [ host-package] Compiling keccak v0.1.5 |
2543 | 2024-08-16T21:03:46.375Z | [ helios-setup] Aug 16 21:03:45.409 INFO E| Compiling slog v2.7.0 |
2544 | 2024-08-16T21:03:46.474Z | [ helios-setup] Aug 16 21:03:45.508 INFO E| Compiling crossbeam-utils v0.8.14 |
2545 | 2024-08-16T21:03:46.612Z | [ helios-setup] Aug 16 21:03:45.646 INFO E| Compiling fnv v1.0.7 |
2546 | 2024-08-16T21:03:46.977Z | [ helios-setup] Aug 16 21:03:46.009 INFO E| Compiling pkg-config v0.3.26 |
2547 | 2024-08-16T21:03:47.710Z | [ helios-setup] Aug 16 21:03:46.745 INFO E| Compiling http v0.2.9 |
2548 | 2024-08-16T21:03:48.783Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2549 | 2024-08-16T21:03:49.234Z | [ helios-setup] Aug 16 21:03:48.268 INFO E| Compiling digest v0.10.6 |
2550 | 2024-08-16T21:03:49.904Z | [ helios-setup] Aug 16 21:03:48.938 INFO E| Compiling aho-corasick v0.7.20 |
2551 | 2024-08-16T21:03:50.082Z | [ host-package] Compiling sha3 v0.10.8 |
2552 | 2024-08-16T21:03:50.854Z | [ helios-setup] Aug 16 21:03:49.883 INFO E| Compiling regex-syntax v0.6.29 |
2553 | 2024-08-16T21:03:51.385Z | [ helios-setup] Aug 16 21:03:50.419 INFO E| Compiling tinyvec_macros v0.1.1 |
2554 | 2024-08-16T21:03:51.484Z | [ helios-setup] Aug 16 21:03:50.518 INFO E| Compiling anyhow v1.0.68 |
2555 | 2024-08-16T21:03:52.271Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2556 | 2024-08-16T21:03:52.544Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2557 | 2024-08-16T21:03:52.740Z | [ helios-setup] Aug 16 21:03:51.775 INFO E| Compiling heck v0.4.1 |
2558 | 2024-08-16T21:03:52.943Z | [ helios-setup] Aug 16 21:03:51.976 INFO E| Compiling unicode-width v0.1.10 |
2559 | 2024-08-16T21:03:53.244Z | [ helios-setup] Aug 16 21:03:52.278 INFO E| Compiling percent-encoding v2.2.0 |
2560 | 2024-08-16T21:03:53.674Z | [ helios-setup] Aug 16 21:03:52.708 INFO E| Compiling httparse v1.8.0 |
2561 | 2024-08-16T21:03:53.775Z | [ helios-setup] Aug 16 21:03:52.809 INFO E| Compiling cpufeatures v0.2.5 |
2562 | 2024-08-16T21:03:53.777Z | [ helios-setup] Aug 16 21:03:52.810 INFO E| Compiling tinyvec v1.6.0 |
2563 | 2024-08-16T21:03:53.960Z | [ helios-setup] Aug 16 21:03:52.994 INFO E| Compiling form_urlencoded v1.1.0 |
2564 | 2024-08-16T21:03:54.075Z | [ helios-setup] Aug 16 21:03:53.109 INFO E| Compiling const-random-macro v0.1.15 |
2565 | 2024-08-16T21:03:54.674Z | [ helios-setup] Aug 16 21:03:53.708 INFO E| Compiling thiserror-impl v1.0.38 |
2566 | 2024-08-16T21:03:54.676Z | [ helios-setup] Aug 16 21:03:53.708 INFO E| Compiling serde_derive v1.0.204 |
2567 | 2024-08-16T21:03:54.914Z | [ helios-setup] Aug 16 21:03:53.948 INFO E| Compiling futures-macro v0.3.28 |
2568 | 2024-08-16T21:03:55.217Z | [ helios-setup] Aug 16 21:03:54.251 INFO E| Compiling tokio-macros v2.0.0 |
2569 | 2024-08-16T21:03:55.872Z | [ helios-setup] Aug 16 21:03:54.906 INFO E| Compiling schemars_derive v0.8.12 |
2570 | 2024-08-16T21:03:56.005Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2571 | 2024-08-16T21:03:57.023Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2572 | 2024-08-16T21:03:57.383Z | [ helios-setup] Aug 16 21:03:56.416 INFO E| Compiling hashbrown v0.13.2 |
2573 | 2024-08-16T21:03:57.937Z | [ host-package] Compiling bb8 v0.8.5 |
2574 | 2024-08-16T21:03:58.674Z | [ helios-setup] Aug 16 21:03:57.708 INFO E| Compiling regex v1.7.3 |
2575 | 2024-08-16T21:03:59.881Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2576 | 2024-08-16T21:04:00.449Z | [ helios-setup] Aug 16 21:03:59.483 INFO E| Compiling libz-sys v1.1.8 |
2577 | 2024-08-16T21:04:00.672Z | [ host-package] Compiling universal-hash v0.5.1 |
2578 | 2024-08-16T21:04:01.194Z | [ host-package] Compiling secrecy v0.8.0 |
2579 | 2024-08-16T21:04:01.476Z | [ helios-setup] Aug 16 21:04:00.509 INFO E| Compiling chrono v0.4.24 |
2580 | 2024-08-16T21:04:01.895Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2581 | 2024-08-16T21:04:02.144Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2582 | 2024-08-16T21:04:03.095Z | [ helios-setup] Aug 16 21:04:02.128 INFO E| Compiling dyn-clone v1.0.11 |
2583 | 2024-08-16T21:04:03.631Z | [ helios-setup] Aug 16 21:04:02.665 INFO E| Compiling uuid v1.3.0 |
2584 | 2024-08-16T21:04:03.853Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2585 | 2024-08-16T21:04:04.593Z | [ helios-setup] Aug 16 21:04:03.626 INFO E| Compiling unicode-normalization v0.1.22 |
2586 | 2024-08-16T21:04:04.806Z | [ helios-setup] Aug 16 21:04:03.839 INFO E| Compiling regress v0.5.0 |
2587 | 2024-08-16T21:04:04.939Z | [ host-package] Compiling opaque-debug v0.3.1 |
2588 | 2024-08-16T21:04:05.281Z | [ host-package] Compiling poly1305 v0.8.0 |
2589 | 2024-08-16T21:04:05.550Z | [ helios-setup] Aug 16 21:04:04.583 INFO E| Compiling const-random v0.1.15 |
2590 | 2024-08-16T21:04:06.975Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2591 | 2024-08-16T21:04:07.320Z | [ helios-setup] Aug 16 21:04:06.352 INFO E| Compiling getopts v0.2.21 |
2592 | 2024-08-16T21:04:07.410Z | [ host-package] Compiling vte v0.11.1 |
2593 | 2024-08-16T21:04:07.669Z | [ helios-setup] Aug 16 21:04:06.702 INFO E| Compiling tracing-core v0.1.30 |
2594 | 2024-08-16T21:04:07.925Z | [ helios-setup] Aug 16 21:04:06.956 INFO E| Compiling memoffset v0.7.1 |
2595 | 2024-08-16T21:04:08.112Z | [ host-package] Compiling const_format v0.2.32 |
2596 | 2024-08-16T21:04:08.133Z | [ helios-setup] Aug 16 21:04:07.166 INFO E| Compiling unicode-bidi v0.3.13 |
2597 | 2024-08-16T21:04:09.831Z | [ helios-setup] Aug 16 21:04:08.864 INFO E| Compiling powerfmt v0.2.0 |
2598 | 2024-08-16T21:04:09.937Z | [ helios-setup] Aug 16 21:04:08.970 INFO E| Compiling num-conv v0.1.0 |
2599 | 2024-08-16T21:04:10.878Z | [ helios-setup] Aug 16 21:04:09.911 INFO E| Compiling time-core v0.1.2 |
2600 | 2024-08-16T21:04:11.487Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2601 | 2024-08-16T21:04:11.833Z | [ helios-setup] Aug 16 21:04:10.866 INFO E| Compiling ucd-trie v0.1.5 |
2602 | 2024-08-16T21:04:12.124Z | [ helios-setup] Aug 16 21:04:11.156 INFO E| Compiling time-macros v0.2.18 |
2603 | 2024-08-16T21:04:12.169Z | [ host-package] Compiling chacha20 v0.9.1 |
2604 | 2024-08-16T21:04:12.233Z | [ host-package] Compiling fd-lock v4.0.2 |
2605 | 2024-08-16T21:04:12.831Z | [ host-package] Compiling aead v0.5.2 |
2606 | 2024-08-16T21:04:12.998Z | [ helios-setup] Aug 16 21:04:12.030 INFO E| Compiling idna v0.3.0 |
2607 | 2024-08-16T21:04:13.270Z | [ helios-setup] Aug 16 21:04:12.303 INFO E| Compiling pest v2.5.7 |
2608 | 2024-08-16T21:04:13.414Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2609 | 2024-08-16T21:04:13.829Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2610 | 2024-08-16T21:04:13.849Z | [ helios-setup] Aug 16 21:04:12.882 INFO E| Compiling deranged v0.3.11 |
2611 | 2024-08-16T21:04:14.827Z | [ host-package] Compiling bytecount v0.6.8 |
2612 | 2024-08-16T21:04:15.653Z | [ host-package] Compiling papergrid v0.11.0 |
2613 | 2024-08-16T21:04:16.312Z | [ helios-setup] Aug 16 21:04:15.344 INFO E| Compiling tracing v0.1.37 |
2614 | 2024-08-16T21:04:18.676Z | [ helios-setup] Aug 16 21:04:17.709 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2615 | 2024-08-16T21:04:18.805Z | [ helios-setup] Aug 16 21:04:17.837 INFO E| Compiling time v0.1.45 |
2616 | 2024-08-16T21:04:19.860Z | [ helios-setup] Aug 16 21:04:18.892 INFO E| Compiling crossbeam-epoch v0.9.13 |
2617 | 2024-08-16T21:04:20.992Z | [ helios-setup] Aug 16 21:04:20.024 INFO E| Compiling num_threads v0.1.6 |
2618 | 2024-08-16T21:04:21.348Z | [ helios-setup] Aug 16 21:04:20.380 INFO E| Compiling iana-time-zone v0.1.56 |
2619 | 2024-08-16T21:04:21.699Z | [ helios-setup] Aug 16 21:04:20.729 INFO E| Compiling semver v1.0.17 |
2620 | 2024-08-16T21:04:22.803Z | [ helios-setup] Aug 16 21:04:21.834 INFO E| Compiling toml v0.5.11 |
2621 | 2024-08-16T21:04:22.988Z | [ helios-setup] Aug 16 21:04:22.020 INFO E| Compiling serde_tokenstream v0.2.0 |
2622 | 2024-08-16T21:04:23.382Z | [ helios-setup] Aug 16 21:04:22.414 INFO E| Compiling smallvec v1.10.0 |
2623 | 2024-08-16T21:04:26.153Z | [ helios-setup] Aug 16 21:04:25.183 INFO E| Compiling parking_lot v0.12.1 |
2624 | 2024-08-16T21:04:26.381Z | [ helios-setup] Aug 16 21:04:25.413 INFO E| Compiling time v0.3.36 |
2625 | 2024-08-16T21:04:29.923Z | [ helios-setup] Aug 16 21:04:28.955 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2626 | 2024-08-16T21:04:32.245Z | [ host-package] Compiling oso v0.27.3 |
2627 | 2024-08-16T21:04:33.391Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2628 | 2024-08-16T21:04:35.643Z | [ helios-setup] Aug 16 21:04:34.674 INFO E| Compiling url v2.3.1 |
2629 | 2024-08-16T21:04:36.021Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2630 | 2024-08-16T21:04:36.613Z | [ helios-setup] Aug 16 21:04:35.644 INFO E| Compiling semver-parser v0.10.2 |
2631 | 2024-08-16T21:04:37.915Z | [ host-package] Compiling parking_lot v0.11.2 |
2632 | 2024-08-16T21:04:39.197Z | [ helios-setup] Aug 16 21:04:38.227 INFO E| Compiling crossbeam-channel v0.5.6 |
2633 | 2024-08-16T21:04:39.704Z | [ helios-setup] Aug 16 21:04:38.735 INFO E| Compiling dirs-sys-next v0.1.2 |
2634 | 2024-08-16T21:04:40.032Z | [ helios-setup] Aug 16 21:04:39.062 INFO E| Compiling try-lock v0.2.4 |
2635 | 2024-08-16T21:04:40.129Z | [ helios-setup] Aug 16 21:04:39.160 INFO E| Compiling crc32fast v1.3.2 |
2636 | 2024-08-16T21:04:40.208Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2637 | 2024-08-16T21:04:40.926Z | [ helios-setup] Aug 16 21:04:39.957 INFO E| Compiling same-file v1.0.6 |
2638 | 2024-08-16T21:04:41.537Z | [ host-package] Compiling vsss-rs v3.3.4 |
2639 | 2024-08-16T21:04:41.572Z | [ helios-setup] Aug 16 21:04:40.602 INFO E| Compiling walkdir v2.3.3 |
2640 | 2024-08-16T21:04:41.855Z | [ helios-setup] Aug 16 21:04:40.886 INFO E| Compiling want v0.3.0 |
2641 | 2024-08-16T21:04:42.539Z | [ helios-setup] Aug 16 21:04:41.570 INFO E| Compiling dirs-next v2.0.0 |
2642 | 2024-08-16T21:04:42.715Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2643 | 2024-08-16T21:04:43.197Z | [ helios-setup] Aug 16 21:04:42.227 INFO E| Compiling semver v0.11.0 |
2644 | 2024-08-16T21:04:45.109Z | [ helios-setup] Aug 16 21:04:44.049 INFO E| Compiling proc-macro-crate v1.2.1 |
2645 | 2024-08-16T21:04:45.759Z | [ helios-setup] Aug 16 21:04:44.789 INFO E| Compiling tokio-util v0.7.7 |
2646 | 2024-08-16T21:04:46.825Z | [ helios-setup] Aug 16 21:04:45.855 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2647 | 2024-08-16T21:04:48.040Z | [ helios-setup] Aug 16 21:04:47.070 INFO E| Compiling h2 v0.3.16 |
2648 | 2024-08-16T21:04:49.986Z | [ helios-setup] Aug 16 21:04:49.016 INFO E| Compiling futures-executor v0.3.28 |
2649 | 2024-08-16T21:04:50.574Z | [ helios-setup] Aug 16 21:04:49.604 INFO E| Compiling http-body v0.4.5 |
2650 | 2024-08-16T21:04:50.760Z | [ host-package] Compiling tabled_derive v0.7.0 |
2651 | 2024-08-16T21:04:51.880Z | [ helios-setup] Aug 16 21:04:50.910 INFO E| Compiling ring v0.16.20 |
2652 | 2024-08-16T21:04:52.057Z | [ host-package] Compiling crossterm v0.27.0 |
2653 | 2024-08-16T21:04:52.395Z | [ helios-setup] Aug 16 21:04:51.425 INFO E| Compiling rand_core v0.6.4 |
2654 | 2024-08-16T21:04:53.032Z | [ host-package] Compiling peg-macros v0.8.4 |
2655 | 2024-08-16T21:04:53.559Z | [ helios-setup] Aug 16 21:04:52.589 INFO E| Compiling thread_local v1.1.7 |
2656 | 2024-08-16T21:04:54.987Z | [ helios-setup] Aug 16 21:04:54.017 INFO E| Compiling home v0.5.4 |
2657 | 2024-08-16T21:04:55.555Z | [ helios-setup] Aug 16 21:04:54.585 INFO E| Compiling utf8parse v0.2.1 |
2658 | 2024-08-16T21:04:55.621Z | [ host-package] Compiling kstat-rs v0.2.4 |
2659 | 2024-08-16T21:04:55.777Z | [ helios-setup] Aug 16 21:04:54.806 INFO E| Compiling httpdate v1.0.2 |
2660 | 2024-08-16T21:04:55.861Z | [ helios-setup] Aug 16 21:04:54.891 INFO E| Compiling fastrand v1.9.0 |
2661 | 2024-08-16T21:04:56.234Z | [ helios-setup] Aug 16 21:04:55.264 INFO E| Compiling adler v1.0.2 |
2662 | 2024-08-16T21:04:56.674Z | [ helios-setup] Aug 16 21:04:55.704 INFO E| Compiling lazy_static v1.4.0 |
2663 | 2024-08-16T21:04:56.905Z | [ helios-setup] Aug 16 21:04:55.935 INFO E| Compiling tower-service v0.3.2 |
2664 | 2024-08-16T21:04:56.953Z | [ helios-setup] Aug 16 21:04:55.983 INFO E| Compiling rayon-core v1.10.2 |
2665 | 2024-08-16T21:04:57.102Z | [ helios-setup] Aug 16 21:04:56.132 INFO E| Compiling base64 v0.21.0 |
2666 | 2024-08-16T21:04:57.204Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2667 | 2024-08-16T21:04:57.312Z | [ helios-setup] Aug 16 21:04:56.342 INFO E| Compiling ppv-lite86 v0.2.17 |
2668 | 2024-08-16T21:04:58.037Z | [ helios-setup] Aug 16 21:04:57.067 INFO E| Compiling toolchain_find v0.2.0 |
2669 | 2024-08-16T21:04:58.979Z | [ helios-setup] Aug 16 21:04:58.009 INFO E| Compiling rand_chacha v0.3.1 |
2670 | 2024-08-16T21:04:59.044Z | [ helios-setup] Aug 16 21:04:58.073 INFO E| Compiling hyper v0.14.25 |
2671 | 2024-08-16T21:04:59.722Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2672 | 2024-08-16T21:04:59.747Z | [ helios-setup] Aug 16 21:04:58.777 INFO E| Compiling tempfile v3.5.0 |
2673 | 2024-08-16T21:05:00.457Z | [ host-package] Compiling unicode_categories v0.1.1 |
2674 | 2024-08-16T21:05:01.014Z | [ helios-setup] Aug 16 21:05:00.042 INFO E| Compiling miniz_oxide v0.6.2 |
2675 | 2024-08-16T21:05:01.657Z | [ host-package] Compiling sqlformat v0.2.4 |
2676 | 2024-08-16T21:05:02.365Z | [ helios-setup] Aug 16 21:05:01.394 INFO E| Compiling anstyle-parse v0.1.1 |
2677 | 2024-08-16T21:05:02.708Z | [ host-package] Compiling reedline v0.33.0 |
2678 | 2024-08-16T21:05:05.375Z | [ host-package] Compiling rustyline v14.0.0 |
2679 | 2024-08-16T21:05:06.326Z | [ helios-setup] Aug 16 21:05:05.355 INFO E| Compiling futures v0.3.28 |
2680 | 2024-08-16T21:05:07.993Z | [ host-package] Compiling peg v0.8.4 |
2681 | 2024-08-16T21:05:08.559Z | [ host-package] Compiling sqlparser v0.45.0 |
2682 | 2024-08-16T21:05:15.947Z | [ helios-setup] Aug 16 21:05:14.975 INFO E| Compiling cargo-lock v8.0.3 |
2683 | 2024-08-16T21:05:16.090Z | [ helios-setup] Aug 16 21:05:15.118 INFO E| Compiling num_enum_derive v0.5.7 |
2684 | 2024-08-16T21:05:23.060Z | [ helios-setup] Aug 16 21:05:22.087 INFO E| Compiling crossbeam-deque v0.8.2 |
2685 | 2024-08-16T21:05:24.002Z | [ helios-setup] Aug 16 21:05:23.030 INFO E| Compiling term v0.7.0 |
2686 | 2024-08-16T21:05:24.382Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2687 | 2024-08-16T21:05:25.354Z | [ helios-setup] Aug 16 21:05:24.381 INFO E| Compiling serde_urlencoded v0.7.1 |
2688 | 2024-08-16T21:05:25.559Z | [ helios-setup] Aug 16 21:05:24.586 INFO E| Compiling sha2 v0.10.6 |
2689 | 2024-08-16T21:05:26.490Z | [ helios-setup] Aug 16 21:05:25.518 INFO E| Compiling sha1 v0.10.5 |
2690 | 2024-08-16T21:05:26.858Z | [ host-package] Compiling tabled v0.15.0 |
2691 | 2024-08-16T21:05:26.880Z | [ helios-setup] Aug 16 21:05:25.907 INFO E| Compiling is-terminal v0.4.7 |
2692 | 2024-08-16T21:05:27.450Z | [ helios-setup] Aug 16 21:05:26.477 INFO E| Compiling atty v0.2.14 |
2693 | 2024-08-16T21:05:28.826Z | [ helios-setup] Aug 16 21:05:27.853 INFO E| Compiling anstyle v0.3.5 |
2694 | 2024-08-16T21:05:29.315Z | [ host-package] Compiling sled v0.34.7 |
2695 | 2024-08-16T21:05:30.396Z | [ helios-setup] Aug 16 21:05:29.423 INFO E| Compiling concolor-override v1.0.0 |
2696 | 2024-08-16T21:05:30.443Z | [ helios-setup] Aug 16 21:05:29.470 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2697 | 2024-08-16T21:05:30.454Z | [ helios-setup] Aug 16 21:05:29.471 INFO E| Compiling concolor-query v0.3.3 |
2698 | 2024-08-16T21:05:30.850Z | [ helios-setup] Aug 16 21:05:29.878 INFO E| Compiling anstream v0.2.6 |
2699 | 2024-08-16T21:05:32.575Z | [ helios-setup] Aug 16 21:05:31.602 INFO E| Compiling slog-term v2.9.0 |
2700 | 2024-08-16T21:05:33.095Z | [ helios-setup] Aug 16 21:05:32.122 INFO E| Compiling flate2 v1.0.25 |
2701 | 2024-08-16T21:05:34.242Z | [ helios-setup] Aug 16 21:05:33.269 INFO E| Compiling num_enum v0.5.7 |
2702 | 2024-08-16T21:05:34.850Z | [ helios-setup] Aug 16 21:05:33.876 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2703 | 2024-08-16T21:05:35.583Z | [ helios-setup] Aug 16 21:05:34.610 INFO E| Compiling rand v0.8.5 |
2704 | 2024-08-16T21:05:35.988Z | [ helios-setup] Aug 16 21:05:35.015 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2705 | 2024-08-16T21:05:36.201Z | [ helios-setup] Aug 16 21:05:35.228 INFO E| Compiling openapiv3 v1.0.2 |
2706 | 2024-08-16T21:05:38.494Z | [ helios-setup] Aug 16 21:05:37.512 INFO E| Compiling encoding_rs v0.8.32 |
2707 | 2024-08-16T21:05:39.653Z | [ helios-setup] Aug 16 21:05:38.679 INFO E| Compiling byteorder v1.4.3 |
2708 | 2024-08-16T21:05:40.912Z | [ helios-setup] Aug 16 21:05:39.939 INFO E| Compiling base64 v0.13.1 |
2709 | 2024-08-16T21:05:42.641Z | [ helios-setup] Aug 16 21:05:41.667 INFO E| Compiling spin v0.5.2 |
2710 | 2024-08-16T21:05:43.599Z | [ helios-setup] Aug 16 21:05:42.625 INFO E| Compiling unsafe-libyaml v0.2.8 |
2711 | 2024-08-16T21:05:45.159Z | [ helios-setup] Aug 16 21:05:44.186 INFO E| Compiling either v1.8.0 |
2712 | 2024-08-16T21:05:45.349Z | [ helios-setup] Aug 16 21:05:44.375 INFO E| Compiling project-root v0.2.2 |
2713 | 2024-08-16T21:05:45.804Z | [ helios-setup] Aug 16 21:05:44.831 INFO E| Compiling strsim v0.10.0 |
2714 | 2024-08-16T21:05:46.216Z | [ helios-setup] Aug 16 21:05:45.243 INFO E| Compiling mime v0.3.17 |
2715 | 2024-08-16T21:05:47.154Z | [ helios-setup] Aug 16 21:05:46.180 INFO E| Compiling utf-8 v0.7.6 |
2716 | 2024-08-16T21:05:47.920Z | [ helios-setup] Aug 16 21:05:46.946 INFO E| Compiling untrusted v0.7.1 |
2717 | 2024-08-16T21:05:48.636Z | [ helios-setup] Aug 16 21:05:47.662 INFO E| Compiling ipnet v2.7.2 |
2718 | 2024-08-16T21:05:48.731Z | [ helios-setup] Aug 16 21:05:47.757 INFO E| Compiling clap_lex v0.4.1 |
2719 | 2024-08-16T21:05:49.259Z | [ host-package] Compiling mime_guess v2.0.4 |
2720 | 2024-08-16T21:05:49.593Z | [ helios-setup] Aug 16 21:05:48.619 INFO E| Compiling clap_builder v4.2.1 |
2721 | 2024-08-16T21:05:49.659Z | [ helios-setup] Aug 16 21:05:48.685 INFO E| Compiling tungstenite v0.18.0 |
2722 | 2024-08-16T21:05:50.239Z | [ helios-setup] Aug 16 21:05:49.265 INFO E| Compiling reqwest v0.11.16 |
2723 | 2024-08-16T21:05:53.001Z | [ helios-setup] Aug 16 21:05:52.027 INFO E| Compiling serde_yaml v0.9.21 |
2724 | 2024-08-16T21:05:54.084Z | [ helios-setup] Aug 16 21:05:53.109 INFO E| Compiling rayon v1.6.1 |
2725 | 2024-08-16T21:05:56.667Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2024-08-16T21:05:56.949Z | [ host-package] Compiling hickory-client v0.24.1 |
2727 | 2024-08-16T21:05:59.445Z | [ host-package] Compiling env_logger v0.9.3 |
2728 | 2024-08-16T21:05:59.745Z | [ helios-setup] Aug 16 21:05:58.770 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2729 | 2024-08-16T21:06:00.289Z | [ helios-setup] Aug 16 21:05:59.314 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2730 | 2024-08-16T21:06:01.083Z | [ helios-setup] Aug 16 21:06:00.109 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2731 | 2024-08-16T21:06:04.337Z | [ helios-setup] Aug 16 21:06:03.361 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2732 | 2024-08-16T21:06:05.304Z | [ helios-setup] Aug 16 21:06:04.329 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2733 | 2024-08-16T21:06:06.215Z | [ helios-setup] Aug 16 21:06:05.240 INFO E| Compiling clap_derive v4.2.0 |
2734 | 2024-08-16T21:06:06.857Z | [ host-package] Compiling tungstenite v0.20.1 |
2735 | 2024-08-16T21:06:07.316Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2736 | 2024-08-16T21:06:08.918Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2737 | 2024-08-16T21:06:09.295Z | [ helios-setup] Aug 16 21:06:08.320 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2738 | 2024-08-16T21:06:11.855Z | [ helios-setup] Aug 16 21:06:10.879 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2739 | 2024-08-16T21:06:15.859Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2740 | 2024-08-16T21:06:16.501Z | [ helios-setup] Aug 16 21:06:15.525 INFO E| Compiling clap v4.2.1 |
2741 | 2024-08-16T21:06:19.782Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2742 | 2024-08-16T21:06:32.300Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2743 | 2024-08-16T21:06:34.391Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2744 | 2024-08-16T21:06:34.496Z | [ helios-setup] Aug 16 21:06:33.518 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2745 | 2024-08-16T21:06:35.845Z | [ host-package] Compiling hickory-server v0.24.1 |
2746 | 2024-08-16T21:06:36.002Z | [ host-package] Compiling bcs v0.1.6 |
2747 | 2024-08-16T21:06:37.719Z | [ helios-setup] Aug 16 21:06:36.741 INFO E| Compiling tokio-tungstenite v0.18.0 |
2748 | 2024-08-16T21:06:38.017Z | [ host-package] Compiling vergen v8.3.2 |
2749 | 2024-08-16T21:06:38.886Z | [ helios-setup] Aug 16 21:06:37.909 INFO E| Compiling smartstring v1.0.1 |
2750 | 2024-08-16T21:06:39.094Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2751 | 2024-08-16T21:06:39.192Z | [ host-package] Compiling cargo-platform v0.1.8 |
2752 | 2024-08-16T21:06:40.041Z | [ helios-setup] Aug 16 21:06:39.063 INFO E| Compiling rustls v0.21.0 |
2753 | 2024-08-16T21:06:40.308Z | [ host-package] Compiling nanorand v0.7.0 |
2754 | 2024-08-16T21:06:41.857Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2755 | 2024-08-16T21:06:42.201Z | [ host-package] Compiling memoffset v0.9.1 |
2756 | 2024-08-16T21:06:42.215Z | [ helios-setup] Aug 16 21:06:41.238 INFO E| Compiling toml_datetime v0.6.1 |
2757 | 2024-08-16T21:06:42.296Z | [ host-package] Compiling ascii v1.1.0 |
2758 | 2024-08-16T21:06:42.590Z | [ helios-setup] Aug 16 21:06:41.613 INFO E| Compiling serde_spanned v0.6.1 |
2759 | 2024-08-16T21:06:42.977Z | [ host-package] Compiling highway v1.2.0 |
2760 | 2024-08-16T21:06:43.242Z | [ helios-setup] Aug 16 21:06:42.264 INFO E| Compiling winnow v0.4.1 |
2761 | 2024-08-16T21:06:43.516Z | [ helios-setup] Aug 16 21:06:42.538 INFO E| Compiling camino v1.1.4 |
2762 | 2024-08-16T21:06:43.994Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2763 | 2024-08-16T21:06:44.840Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2764 | 2024-08-16T21:06:45.264Z | [ helios-setup] Aug 16 21:06:44.286 INFO E| Compiling slog-async v2.7.0 |
2765 | 2024-08-16T21:06:46.450Z | [ host-package] Compiling bitstruct v0.1.1 |
2766 | 2024-08-16T21:06:46.464Z | [ helios-setup] Aug 16 21:06:45.486 INFO E| Compiling async-trait v0.1.68 |
2767 | 2024-08-16T21:06:46.752Z | [ helios-setup] Aug 16 21:06:45.774 INFO E| Compiling paste v1.0.12 |
2768 | 2024-08-16T21:06:46.857Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2769 | 2024-08-16T21:06:47.678Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2770 | 2024-08-16T21:06:48.035Z | [ helios-setup] Aug 16 21:06:47.057 INFO E| Compiling static_assertions v1.1.0 |
2771 | 2024-08-16T21:06:48.158Z | [ helios-setup] Aug 16 21:06:47.180 INFO E| Compiling match_cfg v0.1.0 |
2772 | 2024-08-16T21:06:48.599Z | [ helios-setup] Aug 16 21:06:47.622 INFO E| Compiling hostname v0.3.1 |
2773 | 2024-08-16T21:06:49.009Z | [ host-package] Compiling flume v0.11.0 |
2774 | 2024-08-16T21:06:49.472Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2775 | 2024-08-16T21:06:50.004Z | [ helios-setup] Aug 16 21:06:49.025 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2776 | 2024-08-16T21:06:50.233Z | [ helios-setup] Aug 16 21:06:49.255 INFO E| Compiling slog-json v2.6.1 |
2777 | 2024-08-16T21:06:50.958Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2778 | 2024-08-16T21:06:51.163Z | [ helios-setup] Aug 16 21:06:50.184 INFO E| Compiling toml_edit v0.19.8 |
2779 | 2024-08-16T21:06:51.259Z | [ helios-setup] Aug 16 21:06:50.281 INFO E| Compiling unicode-linebreak v0.1.4 |
2780 | 2024-08-16T21:06:52.151Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2781 | 2024-08-16T21:06:56.110Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2782 | 2024-08-16T21:06:56.437Z | [ helios-setup] Aug 16 21:06:55.459 INFO E| Compiling async-stream-impl v0.3.5 |
2783 | 2024-08-16T21:06:57.369Z | [ helios-setup] Aug 16 21:06:56.390 INFO E| Compiling rhai_codegen v1.5.0 |
2784 | 2024-08-16T21:06:58.859Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2785 | 2024-08-16T21:06:59.347Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2786 | 2024-08-16T21:06:59.849Z | [ helios-setup] Aug 16 21:06:58.870 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2787 | 2024-08-16T21:07:01.167Z | [ helios-setup] Aug 16 21:07:00.187 INFO E| Compiling take_mut v0.2.2 |
2788 | 2024-08-16T21:07:03.163Z | [ helios-setup] Aug 16 21:07:02.184 INFO E| Compiling rhai v1.14.0 |
2789 | 2024-08-16T21:07:05.358Z | [ helios-setup] Aug 16 21:07:04.378 INFO E| Compiling async-stream v0.3.5 |
2790 | 2024-08-16T21:07:06.179Z | [ helios-setup] Aug 16 21:07:05.199 INFO E| Compiling toml v0.7.3 |
2791 | 2024-08-16T21:07:06.694Z | [ helios-setup] Aug 16 21:07:05.714 INFO E| Compiling slog-bunyan v2.4.0 |
2792 | 2024-08-16T21:07:10.795Z | [ host-package] Compiling git2 v0.19.0 |
2793 | 2024-08-16T21:07:12.168Z | [ helios-setup] Aug 16 21:07:11.188 INFO E| Compiling rustls-pemfile v1.0.2 |
2794 | 2024-08-16T21:07:12.294Z | [ helios-setup] Aug 16 21:07:11.314 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2795 | 2024-08-16T21:07:13.328Z | [ helios-setup] Aug 16 21:07:12.348 INFO E| Compiling serde_path_to_error v0.1.11 |
2796 | 2024-08-16T21:07:13.582Z | [ helios-setup] Aug 16 21:07:12.602 INFO E| Compiling bincode v1.3.3 |
2797 | 2024-08-16T21:07:15.688Z | [ helios-setup] Aug 16 21:07:14.708 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2798 | 2024-08-16T21:07:16.472Z | [ helios-setup] Aug 16 21:07:15.492 INFO E| Compiling terminal_size v0.2.6 |
2799 | 2024-08-16T21:07:17.246Z | [ helios-setup] Aug 16 21:07:16.265 INFO E| Compiling smawk v0.3.1 |
2800 | 2024-08-16T21:07:17.783Z | [ helios-setup] Aug 16 21:07:16.802 INFO E| Compiling textwrap v0.16.0 |
2801 | 2024-08-16T21:07:28.536Z | [ helios-setup] Aug 16 21:07:27.556 INFO E| Compiling rustls-webpki v0.100.1 |
2802 | 2024-08-16T21:07:28.666Z | [ helios-setup] Aug 16 21:07:27.677 INFO E| Compiling sct v0.7.0 |
2803 | 2024-08-16T21:07:29.456Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2804 | 2024-08-16T21:07:31.975Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2805 | 2024-08-16T21:07:35.605Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2806 | 2024-08-16T21:07:35.926Z | [ helios-setup] Aug 16 21:07:34.943 INFO E| Compiling git2 v0.16.1 |
2807 | 2024-08-16T21:07:37.735Z | [ host-package] Compiling serde_arrays v0.1.0 |
2808 | 2024-08-16T21:07:37.858Z | [ helios-setup] Aug 16 21:07:36.876 INFO E| Compiling tokio-rustls v0.24.0 |
2809 | 2024-08-16T21:07:38.130Z | [ host-package] Compiling erased-serde v0.3.31 |
2810 | 2024-08-16T21:07:41.162Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2811 | 2024-08-16T21:07:42.611Z | [ helios-setup] Aug 16 21:07:41.629 INFO E| Compiling built v0.6.0 |
2812 | 2024-08-16T21:07:47.350Z | [ helios-setup] Aug 16 21:07:46.367 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2813 | 2024-08-16T21:07:50.149Z | [ helios-setup] Aug 16 21:07:49.167 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2814 | 2024-08-16T21:07:51.533Z | [ helios-setup] Aug 16 21:07:50.551 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2815 | 2024-08-16T21:08:00.863Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2816 | 2024-08-16T21:08:02.958Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2817 | 2024-08-16T21:08:12.636Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2818 | 2024-08-16T21:08:13.012Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2819 | 2024-08-16T21:08:15.398Z | [ host-package] Compiling heck v0.3.3 |
2820 | 2024-08-16T21:08:15.913Z | [ host-package] Compiling castaway v0.2.3 |
2821 | 2024-08-16T21:08:16.136Z | [ host-package] Compiling rand_seeder v0.3.0 |
2822 | 2024-08-16T21:08:16.339Z | [ host-package] Compiling csv-core v0.1.11 |
2823 | 2024-08-16T21:08:16.581Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2824 | 2024-08-16T21:08:17.056Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2825 | 2024-08-16T21:08:17.250Z | [ host-package] Compiling http-range v0.1.5 |
2826 | 2024-08-16T21:08:17.964Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2827 | 2024-08-16T21:08:19.856Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2828 | 2024-08-16T21:08:20.273Z | [ helios-setup] Aug 16 21:08:19.288 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2829 | 2024-08-16T21:08:21.728Z | [ host-package] Compiling csv v1.3.0 |
2830 | 2024-08-16T21:08:22.592Z | [ helios-setup] Aug 16 21:08:21.607 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2831 | 2024-08-16T21:08:24.608Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2832 | 2024-08-16T21:08:25.150Z | [ host-package] Compiling compact_str v0.8.0 |
2833 | 2024-08-16T21:08:25.901Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2834 | 2024-08-16T21:08:29.002Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2835 | 2024-08-16T21:08:29.821Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2836 | 2024-08-16T21:08:31.515Z | [ host-package] Compiling nix v0.27.1 |
2837 | 2024-08-16T21:08:31.840Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2838 | 2024-08-16T21:08:34.384Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2839 | 2024-08-16T21:08:34.453Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2840 | 2024-08-16T21:08:36.948Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2841 | 2024-08-16T21:08:45.301Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2842 | 2024-08-16T21:08:46.049Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2843 | 2024-08-16T21:08:46.817Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2844 | 2024-08-16T21:08:47.649Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2845 | 2024-08-16T21:08:48.044Z | [ host-package] Compiling lru v0.12.3 |
2846 | 2024-08-16T21:08:48.792Z | [ host-package] Compiling hashlink v0.9.1 |
2847 | 2024-08-16T21:08:48.867Z | [ host-package] Compiling serde-big-array v0.5.1 |
2848 | 2024-08-16T21:08:49.734Z | [ host-package] Compiling instability v0.3.2 |
2849 | 2024-08-16T21:08:50.283Z | [ host-package] Compiling cassowary v0.3.0 |
2850 | 2024-08-16T21:08:50.548Z | [ host-package] Compiling base64 v0.13.1 |
2851 | 2024-08-16T21:08:51.993Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2852 | 2024-08-16T21:08:52.161Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2853 | 2024-08-16T21:08:52.761Z | [ host-package] Compiling ratatui v0.28.0 |
2854 | 2024-08-16T21:08:53.963Z | [ host-package] Compiling rusqlite v0.31.0 |
2855 | 2024-08-16T21:08:57.221Z | [ host-package] Compiling ron v0.7.1 |
2856 | 2024-08-16T21:09:05.588Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2857 | 2024-08-16T21:09:07.384Z | [ helios-setup] Aug 16 21:09:06.396 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2858 | 2024-08-16T21:09:08.811Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2859 | 2024-08-16T21:09:10.522Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2860 | 2024-08-16T21:09:16.613Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2861 | 2024-08-16T21:09:17.896Z | [ host-package] Compiling zone v0.1.8 |
2862 | 2024-08-16T21:09:22.351Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2863 | 2024-08-16T21:09:25.258Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2864 | 2024-08-16T21:09:35.628Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2865 | 2024-08-16T21:09:39.562Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2866 | 2024-08-16T21:09:39.799Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2867 | 2024-08-16T21:09:40.503Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2868 | 2024-08-16T21:09:49.348Z | [ host-package] Compiling twox-hash v1.6.3 |
2869 | 2024-08-16T21:09:51.356Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2870 | 2024-08-16T21:09:51.909Z | [ host-package] Compiling yasna v0.5.2 |
2871 | 2024-08-16T21:09:55.449Z | [ host-package] Compiling portpicker v0.1.1 |
2872 | 2024-08-16T21:09:56.403Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2873 | 2024-08-16T21:09:57.690Z | [ host-package] Compiling smawk v0.3.2 |
2874 | 2024-08-16T21:09:58.236Z | [ host-package] Compiling textwrap v0.16.1 |
2875 | 2024-08-16T21:09:58.414Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2876 | 2024-08-16T21:09:58.551Z | [ host-package] Compiling rcgen v0.12.1 |
2877 | 2024-08-16T21:09:58.674Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2878 | 2024-08-16T21:10:09.020Z | [ helios-setup] Aug 16 21:10:08.028 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s |
2879 | 2024-08-16T21:10:09.180Z | [ helios-setup] Aug 16 21:10:08.188 INFO building project "pilot" ok (407 seconds) |
2880 | 2024-08-16T21:10:09.182Z | [ helios-setup] Aug 16 21:10:08.188 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2881 | 2024-08-16T21:10:09.182Z | [ helios-setup] Aug 16 21:10:08.188 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2882 | 2024-08-16T21:10:09.190Z | [ helios-setup] Aug 16 21:10:08.198 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2883 | 2024-08-16T21:10:09.507Z | [ helios-setup] Aug 16 21:10:08.515 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2884 | 2024-08-16T21:10:09.510Z | [ helios-setup] Aug 16 21:10:08.515 INFO E| info: downloading component 'cargo' |
2885 | 2024-08-16T21:10:10.909Z | [ helios-setup] Aug 16 21:10:09.910 INFO E| info: downloading component 'clippy' |
2886 | 2024-08-16T21:10:11.166Z | [ helios-setup] Aug 16 21:10:10.174 INFO E| info: downloading component 'rust-docs' |
2887 | 2024-08-16T21:10:11.441Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2888 | 2024-08-16T21:10:12.253Z | [ helios-setup] Aug 16 21:10:11.261 INFO E| info: downloading component 'rust-src' |
2889 | 2024-08-16T21:10:12.472Z | [ helios-setup] Aug 16 21:10:11.479 INFO E| info: downloading component 'rust-std' |
2890 | 2024-08-16T21:10:14.356Z | [ helios-setup] Aug 16 21:10:13.364 INFO E| info: downloading component 'rustc' |
2891 | 2024-08-16T21:10:14.749Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2892 | 2024-08-16T21:10:16.065Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2893 | 2024-08-16T21:10:16.605Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2894 | 2024-08-16T21:10:19.613Z | [ helios-setup] Aug 16 21:10:18.620 INFO E| info: downloading component 'rustfmt' |
2895 | 2024-08-16T21:10:19.877Z | [ helios-setup] Aug 16 21:10:18.884 INFO E| info: installing component 'cargo' |
2896 | 2024-08-16T21:10:20.073Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2897 | 2024-08-16T21:10:20.758Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2898 | 2024-08-16T21:10:21.144Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2899 | 2024-08-16T21:10:21.303Z | [ helios-setup] Aug 16 21:10:20.309 INFO E| info: installing component 'clippy' |
2900 | 2024-08-16T21:10:21.848Z | [ helios-setup] Aug 16 21:10:20.855 INFO E| info: installing component 'rust-docs' |
2901 | 2024-08-16T21:10:22.667Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2902 | 2024-08-16T21:10:28.515Z | [ helios-setup] Aug 16 21:10:27.520 INFO E| info: installing component 'rust-src' |
2903 | 2024-08-16T21:10:29.230Z | [ helios-setup] Aug 16 21:10:28.236 INFO E| info: installing component 'rust-std' |
2904 | 2024-08-16T21:10:29.349Z | [ host-package] Compiling atomicwrites v0.4.3 |
2905 | 2024-08-16T21:10:29.504Z | [ host-package] Compiling fatfs v0.3.6 |
2906 | 2024-08-16T21:10:30.035Z | [ host-package] Compiling subprocess v0.2.9 |
2907 | 2024-08-16T21:10:31.106Z | [ host-package] Compiling rtoolbox v0.0.2 |
2908 | 2024-08-16T21:10:31.653Z | [ host-package] Compiling is_ci v1.2.0 |
2909 | 2024-08-16T21:10:31.843Z | [ helios-setup] Aug 16 21:10:30.849 INFO E| info: installing component 'rustc' |
2910 | 2024-08-16T21:10:32.049Z | [ host-package] Compiling assert_matches v1.5.0 |
2911 | 2024-08-16T21:10:32.871Z | [ host-package] Compiling supports-color v3.0.0 |
2912 | 2024-08-16T21:10:33.857Z | [ host-package] Compiling rpassword v7.3.1 |
2913 | 2024-08-16T21:10:33.923Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2914 | 2024-08-16T21:10:34.667Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2915 | 2024-08-16T21:10:35.695Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2916 | 2024-08-16T21:10:37.746Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
2917 | 2024-08-16T21:10:38.328Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2918 | 2024-08-16T21:10:38.459Z | [ helios-setup] Aug 16 21:10:37.465 INFO E| info: installing component 'rustfmt' |
2919 | 2024-08-16T21:10:39.441Z | [ helios-setup] Aug 16 21:10:38.447 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2920 | 2024-08-16T21:10:40.286Z | [ helios-setup] Aug 16 21:10:39.292 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2921 | 2024-08-16T21:10:40.286Z | [ helios-setup] Aug 16 21:10:39.292 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2922 | 2024-08-16T21:10:40.290Z | [ helios-setup] Aug 16 21:10:39.292 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2923 | 2024-08-16T21:10:40.317Z | [ helios-setup] Aug 16 21:10:39.322 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2924 | 2024-08-16T21:10:40.317Z | [ helios-setup] Aug 16 21:10:39.322 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2925 | 2024-08-16T21:10:40.320Z | [ helios-setup] Aug 16 21:10:39.322 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2926 | 2024-08-16T21:10:40.321Z | [ helios-setup] Aug 16 21:10:39.323 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2927 | 2024-08-16T21:10:40.321Z | [ helios-setup] Aug 16 21:10:39.323 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2928 | 2024-08-16T21:10:40.321Z | [ helios-setup] Aug 16 21:10:39.323 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2929 | 2024-08-16T21:10:40.321Z | [ helios-setup] Aug 16 21:10:39.323 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2930 | 2024-08-16T21:10:40.362Z | [ helios-setup] Aug 16 21:10:39.368 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2931 | 2024-08-16T21:10:41.206Z | [ helios-setup] Aug 16 21:10:40.212 INFO E| From https://github.com/oxidecomputer/amd-efs |
2932 | 2024-08-16T21:10:41.206Z | [ helios-setup] Aug 16 21:10:40.212 INFO E| * [new branch] empty -> origin/empty |
2933 | 2024-08-16T21:10:41.206Z | [ helios-setup] Aug 16 21:10:40.212 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2934 | 2024-08-16T21:10:41.208Z | [ helios-setup] Aug 16 21:10:40.212 INFO E| * [new branch] main -> origin/main |
2935 | 2024-08-16T21:10:41.208Z | [ helios-setup] Aug 16 21:10:40.212 INFO E| * [new branch] review -> origin/review |
2936 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.212 INFO E| * [new ref] -> origin/HEAD |
2937 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.213 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2938 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.213 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2939 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.213 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2940 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.213 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2941 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.213 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2942 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.213 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2943 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.214 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2944 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.214 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2945 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.214 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2946 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.214 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2947 | 2024-08-16T21:10:41.209Z | [ helios-setup] Aug 16 21:10:40.214 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2948 | 2024-08-16T21:10:41.234Z | [ helios-setup] Aug 16 21:10:40.239 INFO E| Updating crates.io index |
2949 | 2024-08-16T21:10:41.405Z | [ helios-setup] Aug 16 21:10:40.410 INFO E| Downloading crates ... |
2950 | 2024-08-16T21:10:41.574Z | [ helios-setup] Aug 16 21:10:40.579 INFO E| Downloaded bytesize v1.3.0 |
2951 | 2024-08-16T21:10:41.621Z | [ helios-setup] Aug 16 21:10:40.627 INFO E| Downloaded unic-ucd-version v0.9.0 |
2952 | 2024-08-16T21:10:41.623Z | [ helios-setup] Aug 16 21:10:40.628 INFO E| Downloaded unic-common v0.9.0 |
2953 | 2024-08-16T21:10:41.623Z | [ helios-setup] Aug 16 21:10:40.629 INFO E| Downloaded parse_int v0.6.0 |
2954 | 2024-08-16T21:10:41.626Z | [ helios-setup] Aug 16 21:10:40.630 INFO E| Downloaded memoffset v0.5.6 |
2955 | 2024-08-16T21:10:41.628Z | [ helios-setup] Aug 16 21:10:40.633 INFO E| Downloaded fletcher v0.1.0 |
2956 | 2024-08-16T21:10:41.628Z | [ helios-setup] Aug 16 21:10:40.634 INFO E| Downloaded cfg-if v0.1.10 |
2957 | 2024-08-16T21:10:41.719Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2958 | 2024-08-16T21:10:41.741Z | [ helios-setup] Aug 16 21:10:40.747 INFO E| Downloaded vec_map v0.8.2 |
2959 | 2024-08-16T21:10:41.744Z | [ helios-setup] Aug 16 21:10:40.748 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2960 | 2024-08-16T21:10:41.746Z | [ helios-setup] Aug 16 21:10:40.751 INFO E| Downloaded unic-char-range v0.9.0 |
2961 | 2024-08-16T21:10:41.754Z | [ helios-setup] Aug 16 21:10:40.759 INFO E| Downloaded modular-bitfield v0.11.2 |
2962 | 2024-08-16T21:10:41.772Z | [ helios-setup] Aug 16 21:10:40.778 INFO E| Downloaded structopt v0.3.26 |
2963 | 2024-08-16T21:10:41.785Z | [ helios-setup] Aug 16 21:10:40.791 INFO E| Downloaded pest v2.7.11 |
2964 | 2024-08-16T21:10:41.793Z | [ helios-setup] Aug 16 21:10:40.799 INFO E| Downloaded goblin v0.4.3 |
2965 | 2024-08-16T21:10:41.801Z | [ helios-setup] Aug 16 21:10:40.807 INFO E| Downloaded clap v2.34.0 |
2966 | 2024-08-16T21:10:41.812Z | [ helios-setup] Aug 16 21:10:40.817 INFO E| Downloaded pre-proc-macro v0.2.1 |
2967 | 2024-08-16T21:10:41.815Z | [ helios-setup] Aug 16 21:10:40.820 INFO E| Downloaded pest_meta v2.7.11 |
2968 | 2024-08-16T21:10:41.817Z | [ helios-setup] Aug 16 21:10:40.823 INFO E| Downloaded pest_derive v2.7.11 |
2969 | 2024-08-16T21:10:41.822Z | [ helios-setup] Aug 16 21:10:40.827 INFO E| Downloaded memchr v2.7.4 |
2970 | 2024-08-16T21:10:41.829Z | [ helios-setup] Aug 16 21:10:40.835 INFO E| Downloaded unic-char-property v0.9.0 |
2971 | 2024-08-16T21:10:41.833Z | [ helios-setup] Aug 16 21:10:40.837 INFO E| Downloaded textwrap v0.11.0 |
2972 | 2024-08-16T21:10:41.833Z | [ helios-setup] Aug 16 21:10:40.839 INFO E| Downloaded strum_macros v0.23.1 |
2973 | 2024-08-16T21:10:41.836Z | [ helios-setup] Aug 16 21:10:40.842 INFO E| Downloaded strum v0.23.0 |
2974 | 2024-08-16T21:10:41.838Z | [ helios-setup] Aug 16 21:10:40.843 INFO E| Downloaded structopt-derive v0.4.18 |
2975 | 2024-08-16T21:10:41.841Z | [ helios-setup] Aug 16 21:10:40.844 INFO E| Downloaded strsim v0.8.0 |
2976 | 2024-08-16T21:10:41.841Z | [ helios-setup] Aug 16 21:10:40.846 INFO E| Downloaded semver-parser v0.7.0 |
2977 | 2024-08-16T21:10:41.845Z | [ helios-setup] Aug 16 21:10:40.848 INFO E| Downloaded semver v0.9.0 |
2978 | 2024-08-16T21:10:41.847Z | [ helios-setup] Aug 16 21:10:40.850 INFO E| Downloaded scroll_derive v0.10.5 |
2979 | 2024-08-16T21:10:41.847Z | [ helios-setup] Aug 16 21:10:40.851 INFO E| Downloaded scroll v0.10.2 |
2980 | 2024-08-16T21:10:41.850Z | [ helios-setup] Aug 16 21:10:40.853 INFO E| Downloaded rustc_version v0.2.3 |
2981 | 2024-08-16T21:10:41.850Z | [ helios-setup] Aug 16 21:10:40.855 INFO E| Downloaded proc-macro-crate v0.1.5 |
2982 | 2024-08-16T21:10:41.850Z | [ helios-setup] Aug 16 21:10:40.856 INFO E| Downloaded pre v0.2.1 |
2983 | 2024-08-16T21:10:41.853Z | [ helios-setup] Aug 16 21:10:40.857 INFO E| Downloaded pest_generator v2.7.11 |
2984 | 2024-08-16T21:10:41.855Z | [ helios-setup] Aug 16 21:10:40.859 INFO E| Downloaded num-derive v0.3.3 |
2985 | 2024-08-16T21:10:41.855Z | [ helios-setup] Aug 16 21:10:40.861 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2986 | 2024-08-16T21:10:41.858Z | [ helios-setup] Aug 16 21:10:40.863 INFO E| Downloaded four-cc v0.3.0 |
2987 | 2024-08-16T21:10:41.867Z | [ helios-setup] Aug 16 21:10:40.864 INFO E| Downloaded ansi_term v0.12.1 |
2988 | 2024-08-16T21:10:41.945Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2989 | 2024-08-16T21:10:41.971Z | [ helios-setup] Aug 16 21:10:40.976 INFO E| Compiling proc-macro2 v1.0.86 |
2990 | 2024-08-16T21:10:41.971Z | [ helios-setup] Aug 16 21:10:40.976 INFO E| Compiling unicode-ident v1.0.12 |
2991 | 2024-08-16T21:10:41.973Z | [ helios-setup] Aug 16 21:10:40.976 INFO E| Compiling syn v1.0.109 |
2992 | 2024-08-16T21:10:41.973Z | [ helios-setup] Aug 16 21:10:40.976 INFO E| Compiling version_check v0.9.4 |
2993 | 2024-08-16T21:10:41.973Z | [ helios-setup] Aug 16 21:10:40.977 INFO E| Compiling autocfg v1.3.0 |
2994 | 2024-08-16T21:10:41.973Z | [ helios-setup] Aug 16 21:10:40.977 INFO E| Compiling semver-parser v0.7.0 |
2995 | 2024-08-16T21:10:41.973Z | [ helios-setup] Aug 16 21:10:40.977 INFO E| Compiling thiserror v1.0.63 |
2996 | 2024-08-16T21:10:41.973Z | [ helios-setup] Aug 16 21:10:40.977 INFO E| Compiling serde v1.0.204 |
2997 | 2024-08-16T21:10:42.560Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2998 | 2024-08-16T21:10:42.953Z | [ helios-setup] Aug 16 21:10:41.958 INFO E| Compiling semver v0.9.0 |
2999 | 2024-08-16T21:10:43.186Z | [ helios-setup] Aug 16 21:10:42.192 INFO E| Compiling serde_json v1.0.120 |
3000 | 2024-08-16T21:10:43.630Z | [ helios-setup] Aug 16 21:10:42.636 INFO E| Compiling itoa v1.0.11 |
3001 | 2024-08-16T21:10:43.934Z | [ host-package] Compiling uzers v0.11.3 |
3002 | 2024-08-16T21:10:43.956Z | [ helios-setup] Aug 16 21:10:42.962 INFO E| Compiling rustc_version v0.2.3 |
3003 | 2024-08-16T21:10:44.354Z | [ helios-setup] Aug 16 21:10:43.360 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3004 | 2024-08-16T21:10:44.385Z | [ helios-setup] Aug 16 21:10:43.390 INFO E| Compiling proc-macro-error v1.0.4 |
3005 | 2024-08-16T21:10:44.405Z | [ helios-setup] Aug 16 21:10:43.410 INFO E| Compiling schemars v0.8.21 |
3006 | 2024-08-16T21:10:44.522Z | [ helios-setup] Aug 16 21:10:43.527 INFO E| Compiling num-traits v0.2.19 |
3007 | 2024-08-16T21:10:44.616Z | [ helios-setup] Aug 16 21:10:43.622 INFO E| Compiling unicode-segmentation v1.11.0 |
3008 | 2024-08-16T21:10:44.903Z | [ helios-setup] Aug 16 21:10:43.908 INFO E| Compiling ryu v1.0.18 |
3009 | 2024-08-16T21:10:45.003Z | [ helios-setup] Aug 16 21:10:44.004 INFO E| Compiling pre-proc-macro v0.2.1 |
3010 | 2024-08-16T21:10:45.231Z | [ helios-setup] Aug 16 21:10:44.235 INFO E| Compiling memoffset v0.5.6 |
3011 | 2024-08-16T21:10:45.600Z | [ helios-setup] Aug 16 21:10:44.606 INFO E| Compiling rustversion v1.0.17 |
3012 | 2024-08-16T21:10:45.609Z | [ helios-setup] Aug 16 21:10:44.614 INFO E| Compiling lazy_static v1.5.0 |
3013 | 2024-08-16T21:10:45.761Z | [ helios-setup] Aug 16 21:10:44.767 INFO E| Compiling ucd-trie v0.1.6 |
3014 | 2024-08-16T21:10:45.857Z | [ helios-setup] Aug 16 21:10:44.862 INFO E| Compiling paste v1.0.15 |
3015 | 2024-08-16T21:10:45.862Z | [ helios-setup] Aug 16 21:10:44.868 INFO E| Compiling dyn-clone v1.0.17 |
3016 | 2024-08-16T21:10:46.011Z | [ helios-setup] Aug 16 21:10:45.017 INFO E| Compiling quote v1.0.36 |
3017 | 2024-08-16T21:10:46.184Z | [ helios-setup] Aug 16 21:10:45.190 INFO E| Compiling heck v0.3.3 |
3018 | 2024-08-16T21:10:46.309Z | [ helios-setup] Aug 16 21:10:45.314 INFO E| Compiling memchr v2.7.4 |
3019 | 2024-08-16T21:10:46.974Z | [ helios-setup] Aug 16 21:10:45.979 INFO E| Compiling syn v2.0.71 |
3020 | 2024-08-16T21:10:47.230Z | [ helios-setup] Aug 16 21:10:46.236 INFO E| Compiling libc v0.2.155 |
3021 | 2024-08-16T21:10:47.592Z | [ helios-setup] Aug 16 21:10:46.597 INFO E| Compiling pre v0.2.1 |
3022 | 2024-08-16T21:10:48.559Z | [ helios-setup] Aug 16 21:10:47.564 INFO E| Compiling once_cell v1.19.0 |
3023 | 2024-08-16T21:10:48.678Z | [ helios-setup] Aug 16 21:10:47.683 INFO E| Compiling static_assertions v1.1.0 |
3024 | 2024-08-16T21:10:48.771Z | [ helios-setup] Aug 16 21:10:47.776 INFO E| Compiling cfg-if v0.1.10 |
3025 | 2024-08-16T21:10:48.884Z | [ helios-setup] Aug 16 21:10:47.889 INFO E| Compiling byteorder v1.5.0 |
3026 | 2024-08-16T21:10:49.741Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3027 | 2024-08-16T21:10:50.662Z | [ helios-setup] Aug 16 21:10:49.667 INFO E| Compiling unicode-width v0.1.13 |
3028 | 2024-08-16T21:10:50.810Z | [ helios-setup] Aug 16 21:10:49.814 INFO E| Compiling atty v0.2.14 |
3029 | 2024-08-16T21:10:51.048Z | [ helios-setup] Aug 16 21:10:50.053 INFO E| Compiling textwrap v0.11.0 |
3030 | 2024-08-16T21:10:51.164Z | [ helios-setup] Aug 16 21:10:50.169 INFO E| Compiling strum v0.23.0 |
3031 | 2024-08-16T21:10:51.504Z | [ helios-setup] Aug 16 21:10:50.509 INFO E| Compiling bitflags v1.3.2 |
3032 | 2024-08-16T21:10:51.638Z | [ helios-setup] Aug 16 21:10:50.643 INFO E| Compiling unic-common v0.9.0 |
3033 | 2024-08-16T21:10:51.932Z | [ helios-setup] Aug 16 21:10:50.937 INFO E| Compiling ansi_term v0.12.1 |
3034 | 2024-08-16T21:10:52.371Z | [ helios-setup] Aug 16 21:10:51.376 INFO E| Compiling parse_int v0.6.0 |
3035 | 2024-08-16T21:10:52.687Z | [ helios-setup] Aug 16 21:10:51.692 INFO E| Compiling strsim v0.8.0 |
3036 | 2024-08-16T21:10:52.850Z | [ helios-setup] Aug 16 21:10:51.855 INFO E| Compiling fletcher v0.1.0 |
3037 | 2024-08-16T21:10:52.852Z | [ helios-setup] Aug 16 21:10:51.855 INFO E| Compiling unic-char-range v0.9.0 |
3038 | 2024-08-16T21:10:52.901Z | [ helios-setup] Aug 16 21:10:51.906 INFO E| Compiling vec_map v0.8.2 |
3039 | 2024-08-16T21:10:52.983Z | [ helios-setup] Aug 16 21:10:51.988 INFO E| Compiling unic-ucd-version v0.9.0 |
3040 | 2024-08-16T21:10:53.263Z | [ helios-setup] Aug 16 21:10:52.268 INFO E| Compiling clap v2.34.0 |
3041 | 2024-08-16T21:10:53.275Z | [ helios-setup] Aug 16 21:10:52.280 INFO E| Compiling unic-char-property v0.9.0 |
3042 | 2024-08-16T21:10:53.431Z | [ helios-setup] Aug 16 21:10:52.436 INFO E| Compiling log v0.4.22 |
3043 | 2024-08-16T21:10:53.511Z | [ helios-setup] Aug 16 21:10:52.516 INFO E| Compiling plain v0.2.3 |
3044 | 2024-08-16T21:10:53.598Z | [ helios-setup] Aug 16 21:10:52.602 INFO E| Compiling unic-ucd-ident v0.9.0 |
3045 | 2024-08-16T21:10:53.878Z | [ helios-setup] Aug 16 21:10:52.882 INFO E| Compiling bytesize v1.3.0 |
3046 | 2024-08-16T21:10:53.971Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3047 | 2024-08-16T21:10:56.220Z | [ helios-setup] Aug 16 21:10:55.225 INFO E| Compiling serde_derive_internals v0.29.1 |
3048 | 2024-08-16T21:10:56.313Z | [ helios-setup] Aug 16 21:10:55.317 INFO E| Compiling toml v0.5.11 |
3049 | 2024-08-16T21:10:57.248Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3050 | 2024-08-16T21:10:59.507Z | [ helios-setup] Aug 16 21:10:58.511 INFO E| Compiling proc-macro-crate v0.1.5 |
3051 | 2024-08-16T21:11:01.664Z | [ helios-setup] Aug 16 21:11:00.669 INFO E| Compiling thiserror-impl v1.0.63 |
3052 | 2024-08-16T21:11:01.664Z | [ helios-setup] Aug 16 21:11:00.669 INFO E| Compiling serde_derive v1.0.204 |
3053 | 2024-08-16T21:11:01.713Z | [ helios-setup] Aug 16 21:11:00.718 INFO E| Compiling schemars_derive v0.8.21 |
3054 | 2024-08-16T21:11:01.763Z | [ helios-setup] Aug 16 21:11:00.767 INFO E| Compiling zerocopy-derive v0.6.6 |
3055 | 2024-08-16T21:11:05.731Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3056 | 2024-08-16T21:11:06.057Z | [ helios-setup] Aug 16 21:11:05.061 INFO E| Compiling zerocopy v0.6.6 |
3057 | 2024-08-16T21:11:07.575Z | [ helios-setup] Aug 16 21:11:06.578 INFO E| Compiling pest v2.7.11 |
3058 | 2024-08-16T21:11:08.598Z | [ helios-setup] Aug 16 21:11:07.602 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3059 | 2024-08-16T21:11:08.623Z | [ helios-setup] Aug 16 21:11:07.625 INFO E| Compiling num-derive v0.3.3 |
3060 | 2024-08-16T21:11:08.740Z | [ helios-setup] Aug 16 21:11:07.744 INFO E| Compiling scroll_derive v0.10.5 |
3061 | 2024-08-16T21:11:08.842Z | [ helios-setup] Aug 16 21:11:07.846 INFO E| Compiling strum_macros v0.23.1 |
3062 | 2024-08-16T21:11:12.066Z | [ helios-setup] Aug 16 21:11:11.070 INFO E| Compiling scroll v0.10.2 |
3063 | 2024-08-16T21:11:12.155Z | [ helios-setup] Aug 16 21:11:11.159 INFO E| Compiling structopt-derive v0.4.18 |
3064 | 2024-08-16T21:11:13.383Z | [ helios-setup] Aug 16 21:11:12.382 INFO E| Compiling pest_meta v2.7.11 |
3065 | 2024-08-16T21:11:13.477Z | [ helios-setup] Aug 16 21:11:12.478 INFO E| Compiling goblin v0.4.3 |
3066 | 2024-08-16T21:11:14.553Z | [ helios-setup] Aug 16 21:11:13.554 INFO E| Compiling modular-bitfield v0.11.2 |
3067 | 2024-08-16T21:11:15.812Z | [ helios-setup] Aug 16 21:11:14.815 INFO E| Compiling pest_generator v2.7.11 |
3068 | 2024-08-16T21:11:17.385Z | [ helios-setup] Aug 16 21:11:16.388 INFO E| Compiling structopt v0.3.26 |
3069 | 2024-08-16T21:11:20.693Z | [ helios-setup] Aug 16 21:11:19.696 INFO E| Compiling pest_derive v2.7.11 |
3070 | 2024-08-16T21:11:22.192Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3071 | 2024-08-16T21:11:25.460Z | [ helios-setup] Aug 16 21:11:24.462 INFO E| Compiling json5 v0.4.1 |
3072 | 2024-08-16T21:11:31.027Z | [ helios-setup] Aug 16 21:11:30.029 INFO E| Compiling four-cc v0.3.0 |
3073 | 2024-08-16T21:11:31.027Z | [ helios-setup] Aug 16 21:11:30.029 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
3074 | 2024-08-16T21:11:31.218Z | [ helios-setup] Aug 16 21:11:30.219 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
3075 | 2024-08-16T21:11:35.612Z | [ host-package] Compiling multimap v0.10.0 |
3076 | 2024-08-16T21:12:13.967Z | [ helios-setup] Aug 16 21:12:12.966 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3077 | 2024-08-16T21:12:30.420Z | [ helios-setup] Aug 16 21:12:29.418 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3078 | 2024-08-16T21:13:22.774Z | [ helios-setup] Aug 16 21:13:21.768 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s |
3079 | 2024-08-16T21:13:22.812Z | [ helios-setup] Aug 16 21:13:21.807 INFO building project "amd-host-image-builder" ok (193 seconds) |
3080 | 2024-08-16T21:13:22.816Z | [ helios-setup] rm -f helios-build |
3081 | 2024-08-16T21:13:22.819Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3082 | 2024-08-16T21:13:22.822Z | [ helios-setup] |
3083 | 2024-08-16T21:13:22.822Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3084 | 2024-08-16T21:13:22.825Z | [ helios-setup] |
3085 | 2024-08-16T21:13:22.825Z | [ helios-setup] |
3086 | 2024-08-16T21:13:22.825Z | [ helios-setup] real 12:15.545051152 |
3087 | 2024-08-16T21:13:22.825Z | [ helios-setup] user 29:16.638381758 |
3088 | 2024-08-16T21:13:22.825Z | [ helios-setup] sys 3:35.027688787 |
3089 | 2024-08-16T21:13:22.825Z | [ helios-setup] trap 1.774119687 |
3090 | 2024-08-16T21:13:22.825Z | [ helios-setup] tflt 6.002177144 |
3091 | 2024-08-16T21:13:22.825Z | [ helios-setup] dflt 34.962378962 |
3092 | 2024-08-16T21:13:22.825Z | [ helios-setup] kflt 0.050404450 |
3093 | 2024-08-16T21:13:22.825Z | [ helios-setup] lock 1:56:13.663667700 |
3094 | 2024-08-16T21:13:22.825Z | [ helios-setup] slp 3:46:46.164939250 |
3095 | 2024-08-16T21:13:22.825Z | [ helios-setup] lat 33:08.202883677 |
3096 | 2024-08-16T21:13:22.825Z | [ helios-setup] stop 4:33.138314050 |
3097 | 2024-08-16T21:13:22.828Z | Aug 16 21:13:21.820 INFO [helios-setup] process exited with exit status: 0 (735.550969074s) |
3098 | 2024-08-16T21:13:22.828Z | Aug 16 21:13:21.820 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3099 | 2024-08-16T21:13:22.855Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3100 | 2024-08-16T21:13:23.063Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3101 | 2024-08-16T21:13:23.065Z | [ phbl-toolchain] info: downloading component 'cargo' |
3102 | 2024-08-16T21:13:24.632Z | [ phbl-toolchain] info: downloading component 'clippy' |
3103 | 2024-08-16T21:13:25.055Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3104 | 2024-08-16T21:13:30.058Z | [ phbl-toolchain] info: downloading component 'miri' |
3105 | 2024-08-16T21:13:30.192Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3106 | 2024-08-16T21:13:31.609Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3107 | 2024-08-16T21:13:31.892Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3108 | 2024-08-16T21:13:34.025Z | [ phbl-toolchain] info: downloading component 'rustc' |
3109 | 2024-08-16T21:13:37.065Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3110 | 2024-08-16T21:13:39.663Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3111 | 2024-08-16T21:13:39.956Z | [ phbl-toolchain] info: installing component 'cargo' |
3112 | 2024-08-16T21:13:41.472Z | [ phbl-toolchain] info: installing component 'clippy' |
3113 | 2024-08-16T21:13:42.028Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3114 | 2024-08-16T21:13:48.066Z | [ phbl-toolchain] info: installing component 'miri' |
3115 | 2024-08-16T21:13:48.614Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3116 | 2024-08-16T21:13:55.477Z | [ phbl-toolchain] info: installing component 'rust-src' |
3117 | 2024-08-16T21:13:56.515Z | [ phbl-toolchain] info: installing component 'rust-std' |
3118 | 2024-08-16T21:13:59.266Z | [ phbl-toolchain] info: installing component 'rustc' |
3119 | 2024-08-16T21:14:05.667Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3120 | 2024-08-16T21:14:05.693Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3121 | 2024-08-16T21:14:06.519Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3122 | 2024-08-16T21:14:06.522Z | Aug 16 21:14:05.511 INFO [phbl-toolchain] process exited with exit status: 0 (43.690651418s) |
3123 | 2024-08-16T21:20:39.194Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 45s |
3124 | 2024-08-16T21:21:31.277Z | Aug 16 21:21:30.238 INFO [host-package] process exited with exit status: 0 (1177.965369868s) |
3125 | 2024-08-16T21:21:31.280Z | Aug 16 21:21:30.238 INFO [host-stamp] running task |
3126 | 2024-08-16T21:21:31.280Z | Aug 16 21:21:30.238 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3127 | 2024-08-16T21:21:31.284Z | Aug 16 21:21:30.245 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+git5415c99751f |
3128 | 2024-08-16T21:21:31.291Z | Aug 16 21:21:30.252 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+git5415c99751f |
3129 | 2024-08-16T21:21:31.297Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3130 | 2024-08-16T21:21:31.299Z | Aug 16 21:21:30.259 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+git5415c99751f |
3131 | 2024-08-16T21:21:31.304Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3132 | 2024-08-16T21:21:31.306Z | Aug 16 21:21:30.267 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+git5415c99751f |
3133 | 2024-08-16T21:21:31.311Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3134 | 2024-08-16T21:21:31.314Z | Aug 16 21:21:30.275 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+git5415c99751f |
3135 | 2024-08-16T21:21:31.321Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3136 | 2024-08-16T21:21:31.324Z | Aug 16 21:21:30.285 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+git5415c99751f |
3137 | 2024-08-16T21:21:31.332Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3138 | 2024-08-16T21:21:31.332Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3139 | 2024-08-16T21:21:31.336Z | Aug 16 21:21:30.297 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+git5415c99751f |
3140 | 2024-08-16T21:21:31.344Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3141 | 2024-08-16T21:21:31.348Z | Aug 16 21:21:30.309 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+git5415c99751f |
3142 | 2024-08-16T21:21:31.366Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3143 | 2024-08-16T21:21:31.366Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3144 | 2024-08-16T21:21:31.369Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3145 | 2024-08-16T21:21:31.369Z | Aug 16 21:21:30.326 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (59.215725ms) |
3146 | 2024-08-16T21:21:31.369Z | Aug 16 21:21:30.330 INFO [stamp-overlay] process exited with exit status: 0 (32.685783ms) |
3147 | 2024-08-16T21:21:31.375Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3148 | 2024-08-16T21:21:31.387Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3149 | 2024-08-16T21:21:31.391Z | Aug 16 21:21:30.352 INFO [stamp-oxlog] process exited with exit status: 0 (42.845191ms) |
3150 | 2024-08-16T21:21:31.426Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3151 | 2024-08-16T21:21:31.429Z | Aug 16 21:21:30.390 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.101741ms) |
3152 | 2024-08-16T21:21:31.547Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3153 | 2024-08-16T21:21:31.553Z | Aug 16 21:21:30.507 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.012084ms) |
3154 | 2024-08-16T21:21:31.695Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3155 | 2024-08-16T21:21:31.698Z | Aug 16 21:21:30.658 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (373.455543ms) |
3156 | 2024-08-16T21:21:32.461Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3157 | 2024-08-16T21:21:32.472Z | Aug 16 21:21:31.425 INFO [stamp-propolis-server] process exited with exit status: 0 (1.179910016s) |
3158 | 2024-08-16T21:21:32.579Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3159 | 2024-08-16T21:21:35.002Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3160 | 2024-08-16T21:21:41.470Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3161 | 2024-08-16T21:21:41.473Z | Aug 16 21:21:40.433 INFO [stamp-switch-asic] process exited with exit status: 0 (10.158255837s) |
3162 | 2024-08-16T21:21:41.475Z | Aug 16 21:21:40.433 INFO [host-stamp] task succeeded (10.195371676s) |
3163 | 2024-08-16T21:21:41.475Z | Aug 16 21:21:40.433 INFO [host-proto] running task |
3164 | 2024-08-16T21:21:41.844Z | Aug 16 21:21:40.804 INFO [host-proto] task succeeded (370.357778ms) |
3165 | 2024-08-16T21:21:41.844Z | Aug 16 21:21:40.804 INFO [host-profile] running task |
3166 | 2024-08-16T21:21:41.853Z | Aug 16 21:21:40.804 INFO [host-profile] task succeeded (347.352µs) |
3167 | 2024-08-16T21:21:41.853Z | Aug 16 21:21:40.804 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/.tmpxugGXy/proto/host/root -N 'ci 5415c99/${os_short_commit} 2024-08-16 21:01' -s host -B |
3168 | 2024-08-16T21:21:41.859Z | [ host-image] Aug 16 21:21:40.819 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3169 | 2024-08-16T21:21:41.862Z | [ host-image] Aug 16 21:21:40.819 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3170 | 2024-08-16T21:21:41.874Z | [ host-image] Aug 16 21:21:40.834 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxugGXy/proto/host/root" |
3171 | 2024-08-16T21:21:41.874Z | [ host-image] Aug 16 21:21:40.834 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3172 | 2024-08-16T21:21:41.877Z | [ host-image] Aug 16 21:21:40.834 INFO image builder template: ramdisk-01-os... |
3173 | 2024-08-16T21:21:41.877Z | [ host-image] Aug 16 21:21:40.834 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/.tmpxugGXy/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 |
3174 | 2024-08-16T21:21:41.894Z | [ host-image] Aug 16 21:21:40.854 INFO O| Aug 16 21:21:40.854 INFO CREATE DATASET: rpool/images/build/host/output |
3175 | 2024-08-16T21:21:42.156Z | [ host-image] Aug 16 21:21:41.116 INFO O| Aug 16 21:21:41.116 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3176 | 2024-08-16T21:21:42.163Z | [ host-image] Aug 16 21:21:41.123 INFO O| Aug 16 21:21:41.123 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3177 | 2024-08-16T21:21:42.380Z | [ host-image] Aug 16 21:21:41.340 INFO O| Aug 16 21:21:41.340 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3178 | 2024-08-16T21:21:42.453Z | [ host-image] Aug 16 21:21:41.413 INFO O| Aug 16 21:21:41.413 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3179 | 2024-08-16T21:21:42.456Z | [ host-image] Aug 16 21:21:41.413 INFO O| Aug 16 21:21:41.413 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3180 | 2024-08-16T21:21:42.456Z | [ host-image] Aug 16 21:21:41.413 INFO O| Aug 16 21:21:41.413 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3181 | 2024-08-16T21:21:42.456Z | [ host-image] Aug 16 21:21:41.413 INFO O| Aug 16 21:21:41.413 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3182 | 2024-08-16T21:21:42.462Z | [ host-image] Aug 16 21:21:41.422 INFO O| Aug 16 21:21:41.422 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3183 | 2024-08-16T21:21:42.900Z | [ host-image] Aug 16 21:21:41.860 INFO O| Aug 16 21:21:41.860 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3184 | 2024-08-16T21:21:42.913Z | [ host-image] Aug 16 21:21:41.873 INFO O| Aug 16 21:21:41.873 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3185 | 2024-08-16T21:21:43.327Z | [ host-image] Aug 16 21:21:42.287 INFO O| Aug 16 21:21:42.287 INFO O| Caching catalogs ... Done |
3186 | 2024-08-16T21:21:43.427Z | [ host-image] Aug 16 21:21:42.386 INFO O| Aug 16 21:21:42.386 INFO STEP 0 (pkg_image_create) COMPLETE |
3187 | 2024-08-16T21:21:43.427Z | [ host-image] Aug 16 21:21:42.386 INFO O| Aug 16 21:21:42.386 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3188 | 2024-08-16T21:21:43.429Z | [ host-image] Aug 16 21:21:42.386 INFO O| Aug 16 21:21:42.386 INFO skip step because feature "repo_redist" is not enabled |
3189 | 2024-08-16T21:21:43.429Z | [ host-image] Aug 16 21:21:42.386 INFO O| Aug 16 21:21:42.386 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3190 | 2024-08-16T21:21:43.444Z | [ host-image] Aug 16 21:21:42.404 INFO O| Aug 16 21:21:42.404 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"] |
3191 | 2024-08-16T21:21:44.020Z | [ host-image] Aug 16 21:21:42.980 INFO O| Aug 16 21:21:42.980 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3192 | 2024-08-16T21:21:44.020Z | [ host-image] Aug 16 21:21:42.980 INFO O| Aug 16 21:21:42.980 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3193 | 2024-08-16T21:21:44.032Z | [ host-image] Aug 16 21:21:42.992 INFO O| Aug 16 21:21:42.992 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"] |
3194 | 2024-08-16T21:21:44.490Z | [ host-image] Aug 16 21:21:43.449 INFO O| Aug 16 21:21:43.449 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3195 | 2024-08-16T21:21:44.490Z | [ host-image] Aug 16 21:21:43.449 INFO O| Aug 16 21:21:43.449 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3196 | 2024-08-16T21:21:44.493Z | [ host-image] Aug 16 21:21:43.449 INFO O| Aug 16 21:21:43.449 INFO skip step because feature "repo_redist" is not enabled |
3197 | 2024-08-16T21:21:44.493Z | [ host-image] Aug 16 21:21:43.449 INFO O| Aug 16 21:21:43.449 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3198 | 2024-08-16T21:21:45.057Z | [ host-image] Aug 16 21:21:44.016 INFO O| Aug 16 21:21:44.016 INFO variant opensolaris.zone is already global |
3199 | 2024-08-16T21:21:45.057Z | [ host-image] Aug 16 21:21:44.016 INFO O| Aug 16 21:21:44.016 INFO STEP 5 (pkg_change_variant) COMPLETE |
3200 | 2024-08-16T21:21:45.060Z | [ host-image] Aug 16 21:21:44.016 INFO O| Aug 16 21:21:44.016 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3201 | 2024-08-16T21:21:45.631Z | [ host-image] Aug 16 21:21:44.590 INFO O| Aug 16 21:21:44.590 INFO variant opensolaris.imagetype is full; changing to partial |
3202 | 2024-08-16T21:21:45.631Z | [ host-image] Aug 16 21:21:44.590 INFO O| Aug 16 21:21:44.590 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3203 | 2024-08-16T21:21:51.137Z | [ host-image] Aug 16 21:21:50.096 INFO O| Aug 16 21:21:50.095 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3204 | 2024-08-16T21:21:53.892Z | [ host-image] Aug 16 21:21:52.851 INFO O| Aug 16 21:21:52.851 INFO O| Startup: Caching catalogs ... Done |
3205 | 2024-08-16T21:21:53.943Z | [ host-image] Aug 16 21:21:52.902 INFO O| Aug 16 21:21:52.902 INFO O| Planning: Planning completed in 0.00 seconds |
3206 | 2024-08-16T21:21:53.946Z | [ host-image] Aug 16 21:21:52.903 INFO O| Aug 16 21:21:52.903 INFO O| Planning: Consolidating action changes ... Done |
3207 | 2024-08-16T21:21:53.946Z | [ host-image] Aug 16 21:21:52.903 INFO O| Aug 16 21:21:52.903 INFO O| Planning: Evaluating mediators ... Done |
3208 | 2024-08-16T21:21:53.946Z | [ host-image] Aug 16 21:21:52.903 INFO O| Aug 16 21:21:52.903 INFO O| Planning: Planning completed in 0.00 seconds |
3209 | 2024-08-16T21:21:53.946Z | [ host-image] Aug 16 21:21:52.903 INFO O| Aug 16 21:21:52.903 INFO O| Variants/Facets to change: 1 |
3210 | 2024-08-16T21:21:53.958Z | [ host-image] Aug 16 21:21:52.917 INFO O| Aug 16 21:21:52.917 INFO O| Done |
3211 | 2024-08-16T21:21:53.958Z | [ host-image] Aug 16 21:21:52.917 INFO O| Aug 16 21:21:52.917 INFO O| Done |
3212 | 2024-08-16T21:21:54.336Z | [ host-image] Aug 16 21:21:53.295 INFO O| Aug 16 21:21:53.295 INFO O| Done |
3213 | 2024-08-16T21:21:54.367Z | [ host-image] Aug 16 21:21:53.326 INFO O| Aug 16 21:21:53.326 INFO O| Done |
3214 | 2024-08-16T21:21:54.370Z | [ host-image] Aug 16 21:21:53.327 INFO O| Aug 16 21:21:53.327 INFO O| Done |
3215 | 2024-08-16T21:21:54.370Z | [ host-image] Aug 16 21:21:53.327 INFO O| Aug 16 21:21:53.327 INFO O| Done |
3216 | 2024-08-16T21:21:54.370Z | [ host-image] Aug 16 21:21:53.329 INFO O| Aug 16 21:21:53.329 INFO O| Done |
3217 | 2024-08-16T21:21:54.702Z | [ host-image] Aug 16 21:21:53.660 INFO O| Aug 16 21:21:53.660 INFO STEP 6 (pkg_change_variant) COMPLETE |
3218 | 2024-08-16T21:21:54.702Z | [ host-image] Aug 16 21:21:53.661 INFO O| Aug 16 21:21:53.660 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3219 | 2024-08-16T21:21:54.704Z | [ host-image] Aug 16 21:21:53.661 INFO O| Aug 16 21:21:53.660 INFO skip step because feature "debug_variant" is not enabled |
3220 | 2024-08-16T21:21:54.704Z | [ host-image] Aug 16 21:21:53.661 INFO O| Aug 16 21:21:53.660 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3221 | 2024-08-16T21:21:55.055Z | [ host-image] Aug 16 21:21:54.014 INFO O| Aug 16 21:21:54.014 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3222 | 2024-08-16T21:21:55.099Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.58s |
3223 | 2024-08-16T21:21:55.482Z | [ host-image] Aug 16 21:21:54.441 INFO O| Aug 16 21:21:54.441 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3224 | 2024-08-16T21:21:55.485Z | [ host-image] Aug 16 21:21:54.442 INFO O| Aug 16 21:21:54.442 INFO O| Planning: Planning completed in 0.00 seconds |
3225 | 2024-08-16T21:21:55.485Z | [ host-image] Aug 16 21:21:54.443 INFO O| Aug 16 21:21:54.443 INFO O| Planning: Consolidating action changes ... Done |
3226 | 2024-08-16T21:21:55.485Z | [ host-image] Aug 16 21:21:54.443 INFO O| Aug 16 21:21:54.443 INFO O| Planning: Evaluating mediators ... Done |
3227 | 2024-08-16T21:21:55.485Z | [ host-image] Aug 16 21:21:54.443 INFO O| Aug 16 21:21:54.443 INFO O| Planning: Planning completed in 0.00 seconds |
3228 | 2024-08-16T21:21:55.485Z | [ host-image] Aug 16 21:21:54.443 INFO O| Aug 16 21:21:54.443 INFO O| Variants/Facets to change: 1 |
3229 | 2024-08-16T21:21:55.498Z | [ host-image] Aug 16 21:21:54.457 INFO O| Aug 16 21:21:54.457 INFO O| Done |
3230 | 2024-08-16T21:21:55.498Z | [ host-image] Aug 16 21:21:54.457 INFO O| Aug 16 21:21:54.457 INFO O| Done |
3231 | 2024-08-16T21:21:55.765Z | [ host-image] Aug 16 21:21:54.723 INFO O| Aug 16 21:21:54.723 INFO O| Done |
3232 | 2024-08-16T21:21:55.801Z | [ host-image] Aug 16 21:21:54.760 INFO O| Aug 16 21:21:54.760 INFO O| Done |
3233 | 2024-08-16T21:21:55.804Z | [ host-image] Aug 16 21:21:54.761 INFO O| Aug 16 21:21:54.761 INFO O| Done |
3234 | 2024-08-16T21:21:55.804Z | [ host-image] Aug 16 21:21:54.761 INFO O| Aug 16 21:21:54.761 INFO O| Done |
3235 | 2024-08-16T21:21:55.804Z | [ host-image] Aug 16 21:21:54.762 INFO O| Aug 16 21:21:54.762 INFO O| Done |
3236 | 2024-08-16T21:21:55.860Z | [ host-image] Aug 16 21:21:54.819 INFO O| Aug 16 21:21:54.819 INFO STEP 8 (pkg_change_facet) COMPLETE |
3237 | 2024-08-16T21:21:55.860Z | [ host-image] Aug 16 21:21:54.819 INFO O| Aug 16 21:21:54.819 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3238 | 2024-08-16T21:21:55.863Z | [ host-image] Aug 16 21:21:54.819 INFO O| Aug 16 21:21:54.819 INFO skip step because feature "recovery" is not enabled |
3239 | 2024-08-16T21:21:55.863Z | [ host-image] Aug 16 21:21:54.819 INFO O| Aug 16 21:21:54.819 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3240 | 2024-08-16T21:21:55.863Z | [ host-image] Aug 16 21:21:54.819 INFO O| Aug 16 21:21:54.819 INFO skip step because feature "recovery" is not enabled |
3241 | 2024-08-16T21:21:55.863Z | [ host-image] Aug 16 21:21:54.819 INFO O| Aug 16 21:21:54.819 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3242 | 2024-08-16T21:21:55.873Z | [ host-image] Aug 16 21:21:54.832 INFO O| Aug 16 21:21:54.832 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"] |
3243 | 2024-08-16T21:21:56.305Z | [ host-image] Aug 16 21:21:55.264 INFO O| Aug 16 21:21:55.264 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3244 | 2024-08-16T21:21:58.041Z | Aug 16 21:21:57.000 INFO [recovery-package] process exited with exit status: 0 (26.761269746s) |
3245 | 2024-08-16T21:21:58.041Z | Aug 16 21:21:57.000 INFO [recovery-stamp] running task |
3246 | 2024-08-16T21:21:58.043Z | Aug 16 21:21:57.000 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3247 | 2024-08-16T21:21:58.047Z | Aug 16 21:21:57.006 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+git5415c99751f |
3248 | 2024-08-16T21:21:58.054Z | Aug 16 21:21:57.013 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git5415c99751f |
3249 | 2024-08-16T21:21:58.063Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3250 | 2024-08-16T21:21:58.070Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3251 | 2024-08-16T21:21:58.137Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3252 | 2024-08-16T21:21:58.141Z | Aug 16 21:21:57.100 INFO [stamp-installinator] process exited with exit status: 0 (86.68475ms) |
3253 | 2024-08-16T21:21:58.165Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3254 | 2024-08-16T21:21:58.168Z | Aug 16 21:21:57.127 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (120.913045ms) |
3255 | 2024-08-16T21:21:58.171Z | Aug 16 21:21:57.127 INFO [recovery-stamp] task succeeded (127.409647ms) |
3256 | 2024-08-16T21:21:58.171Z | Aug 16 21:21:57.127 INFO [recovery-proto] running task |
3257 | 2024-08-16T21:21:58.171Z | Aug 16 21:21:57.127 INFO [tuf-stamp] running task |
3258 | 2024-08-16T21:21:58.171Z | Aug 16 21:21:57.128 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+git5415c99751f |
3259 | 2024-08-16T21:21:58.179Z | Aug 16 21:21:57.138 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+git5415c99751f |
3260 | 2024-08-16T21:21:58.189Z | Aug 16 21:21:57.148 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+git5415c99751f |
3261 | 2024-08-16T21:21:58.195Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3262 | 2024-08-16T21:21:58.198Z | Aug 16 21:21:57.156 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+git5415c99751f |
3263 | 2024-08-16T21:21:58.205Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3264 | 2024-08-16T21:21:58.208Z | Aug 16 21:21:57.167 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+git5415c99751f |
3265 | 2024-08-16T21:21:58.215Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3266 | 2024-08-16T21:21:58.220Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3267 | 2024-08-16T21:21:58.223Z | Aug 16 21:21:57.179 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+git5415c99751f |
3268 | 2024-08-16T21:21:58.236Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3269 | 2024-08-16T21:21:58.238Z | Aug 16 21:21:57.195 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+git5415c99751f |
3270 | 2024-08-16T21:21:58.284Z | Aug 16 21:21:57.243 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+git5415c99751f |
3271 | 2024-08-16T21:21:58.347Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3272 | 2024-08-16T21:21:58.349Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3273 | 2024-08-16T21:21:58.349Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3274 | 2024-08-16T21:21:58.349Z | Aug 16 21:21:57.306 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+git5415c99751f |
3275 | 2024-08-16T21:21:58.378Z | Aug 16 21:21:57.336 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+git5415c99751f |
3276 | 2024-08-16T21:21:58.378Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3277 | 2024-08-16T21:21:58.397Z | Aug 16 21:21:57.356 INFO [recovery-proto] task succeeded (228.579036ms) |
3278 | 2024-08-16T21:21:58.400Z | Aug 16 21:21:57.356 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/.tmpxugGXy/proto/recovery/root -N 'recovery 5415c99/${os_short_commit} 2024-08-16 21:01' -s recovery -R |
3279 | 2024-08-16T21:21:58.429Z | [ recovery-image] Aug 16 21:21:57.387 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3280 | 2024-08-16T21:21:58.429Z | [ recovery-image] Aug 16 21:21:57.388 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3281 | 2024-08-16T21:21:58.444Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3282 | 2024-08-16T21:21:58.447Z | Aug 16 21:21:57.403 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+git5415c99751f |
3283 | 2024-08-16T21:21:58.468Z | [ recovery-image] Aug 16 21:21:57.404 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxugGXy/proto/recovery/root" |
3284 | 2024-08-16T21:21:58.492Z | [ recovery-image] Aug 16 21:21:57.404 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3285 | 2024-08-16T21:21:58.492Z | [ recovery-image] Aug 16 21:21:57.404 INFO image builder template: ramdisk-01-os... |
3286 | 2024-08-16T21:21:58.495Z | [ recovery-image] Aug 16 21:21:57.404 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/.tmpxugGXy/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 |
3287 | 2024-08-16T21:21:58.518Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3288 | 2024-08-16T21:21:58.521Z | Aug 16 21:21:57.477 INFO [stamp-probe] process exited with exit status: 0 (310.062119ms) |
3289 | 2024-08-16T21:21:58.527Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3290 | 2024-08-16T21:21:58.527Z | [ recovery-image] Aug 16 21:21:57.486 INFO O| Aug 16 21:21:57.485 INFO CREATE DATASET: rpool/images/build/recovery/output |
3291 | 2024-08-16T21:21:58.869Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3292 | 2024-08-16T21:21:58.883Z | Aug 16 21:21:57.842 INFO [stamp-ntp] process exited with exit status: 0 (505.555843ms) |
3293 | 2024-08-16T21:21:58.937Z | [ recovery-image] Aug 16 21:21:57.896 INFO O| Aug 16 21:21:57.895 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3294 | 2024-08-16T21:21:58.943Z | [ recovery-image] Aug 16 21:21:57.902 INFO O| Aug 16 21:21:57.902 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3295 | 2024-08-16T21:21:59.552Z | [ recovery-image] Aug 16 21:21:58.511 INFO O| Aug 16 21:21:58.511 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3296 | 2024-08-16T21:21:59.568Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3297 | 2024-08-16T21:21:59.597Z | Aug 16 21:21:58.556 INFO [stamp-internal-dns] process exited with exit status: 0 (1.417443481s) |
3298 | 2024-08-16T21:21:59.692Z | [ recovery-image] Aug 16 21:21:58.650 INFO O| Aug 16 21:21:58.646 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3299 | 2024-08-16T21:21:59.692Z | [ recovery-image] Aug 16 21:21:58.650 INFO O| Aug 16 21:21:58.647 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3300 | 2024-08-16T21:21:59.692Z | [ recovery-image] Aug 16 21:21:58.650 INFO O| Aug 16 21:21:58.647 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3301 | 2024-08-16T21:21:59.694Z | [ recovery-image] Aug 16 21:21:58.650 INFO O| Aug 16 21:21:58.647 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3302 | 2024-08-16T21:21:59.696Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3303 | 2024-08-16T21:21:59.701Z | [ recovery-image] Aug 16 21:21:58.660 INFO O| Aug 16 21:21:58.660 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3304 | 2024-08-16T21:21:59.763Z | Aug 16 21:21:58.722 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.565954094s) |
3305 | 2024-08-16T21:21:59.883Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3306 | 2024-08-16T21:21:59.893Z | Aug 16 21:21:58.851 INFO [stamp-external-dns] process exited with exit status: 0 (1.4475996s) |
3307 | 2024-08-16T21:21:59.915Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3308 | 2024-08-16T21:21:59.937Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3309 | 2024-08-16T21:22:00.205Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3310 | 2024-08-16T21:22:00.210Z | Aug 16 21:21:59.169 INFO [stamp-oximeter] process exited with exit status: 0 (2.021634151s) |
3311 | 2024-08-16T21:22:00.213Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3312 | 2024-08-16T21:22:00.217Z | Aug 16 21:21:59.176 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.955228818s) |
3313 | 2024-08-16T21:22:00.327Z | [ recovery-image] Aug 16 21:21:59.286 INFO O| Aug 16 21:21:59.286 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3314 | 2024-08-16T21:22:00.342Z | [ recovery-image] Aug 16 21:21:59.300 INFO O| Aug 16 21:21:59.300 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3315 | 2024-08-16T21:22:00.845Z | [ recovery-image] Aug 16 21:21:59.803 INFO O| Aug 16 21:21:59.803 INFO O| Caching catalogs ... Done |
3316 | 2024-08-16T21:22:00.972Z | [ recovery-image] Aug 16 21:21:59.930 INFO O| Aug 16 21:21:59.930 INFO STEP 0 (pkg_image_create) COMPLETE |
3317 | 2024-08-16T21:22:00.972Z | [ recovery-image] Aug 16 21:21:59.931 INFO O| Aug 16 21:21:59.930 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3318 | 2024-08-16T21:22:00.975Z | [ recovery-image] Aug 16 21:21:59.931 INFO O| Aug 16 21:21:59.930 INFO skip step because feature "repo_redist" is not enabled |
3319 | 2024-08-16T21:22:00.975Z | [ recovery-image] Aug 16 21:21:59.931 INFO O| Aug 16 21:21:59.930 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3320 | 2024-08-16T21:22:00.985Z | [ recovery-image] Aug 16 21:21:59.943 INFO O| Aug 16 21:21:59.943 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"] |
3321 | 2024-08-16T21:22:01.467Z | [ recovery-image] Aug 16 21:22:00.425 INFO O| Aug 16 21:22:00.425 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3322 | 2024-08-16T21:22:01.467Z | [ recovery-image] Aug 16 21:22:00.425 INFO O| Aug 16 21:22:00.425 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3323 | 2024-08-16T21:22:01.484Z | [ recovery-image] Aug 16 21:22:00.443 INFO O| Aug 16 21:22:00.443 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"] |
3324 | 2024-08-16T21:22:01.868Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3325 | 2024-08-16T21:22:01.872Z | Aug 16 21:22:00.831 INFO [stamp-nexus] process exited with exit status: 0 (3.588141166s) |
3326 | 2024-08-16T21:22:01.928Z | [ recovery-image] Aug 16 21:22:00.886 INFO O| Aug 16 21:22:00.886 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3327 | 2024-08-16T21:22:01.928Z | [ recovery-image] Aug 16 21:22:00.886 INFO O| Aug 16 21:22:00.886 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3328 | 2024-08-16T21:22:01.928Z | [ recovery-image] Aug 16 21:22:00.886 INFO O| Aug 16 21:22:00.886 INFO skip step because feature "repo_redist" is not enabled |
3329 | 2024-08-16T21:22:01.928Z | [ recovery-image] Aug 16 21:22:00.886 INFO O| Aug 16 21:22:00.886 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3330 | 2024-08-16T21:22:02.345Z | [ recovery-image] Aug 16 21:22:01.303 INFO O| Aug 16 21:22:01.303 INFO variant opensolaris.zone is already global |
3331 | 2024-08-16T21:22:02.345Z | [ recovery-image] Aug 16 21:22:01.303 INFO O| Aug 16 21:22:01.303 INFO STEP 5 (pkg_change_variant) COMPLETE |
3332 | 2024-08-16T21:22:02.348Z | [ recovery-image] Aug 16 21:22:01.303 INFO O| Aug 16 21:22:01.303 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3333 | 2024-08-16T21:22:02.799Z | [ recovery-image] Aug 16 21:22:01.757 INFO O| Aug 16 21:22:01.757 INFO variant opensolaris.imagetype is full; changing to partial |
3334 | 2024-08-16T21:22:02.799Z | [ recovery-image] Aug 16 21:22:01.758 INFO O| Aug 16 21:22:01.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3335 | 2024-08-16T21:22:03.855Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3336 | 2024-08-16T21:22:03.860Z | Aug 16 21:22:02.818 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.638848741s) |
3337 | 2024-08-16T21:22:04.119Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3338 | 2024-08-16T21:22:04.287Z | [verify-libraries] Compiling heck v0.4.1 |
3339 | 2024-08-16T21:22:04.288Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3340 | 2024-08-16T21:22:04.307Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3341 | 2024-08-16T21:22:04.327Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3342 | 2024-08-16T21:22:04.330Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3343 | 2024-08-16T21:22:04.330Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3344 | 2024-08-16T21:22:04.330Z | [verify-libraries] Compiling indent_write v2.2.0 |
3345 | 2024-08-16T21:22:04.801Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3346 | 2024-08-16T21:22:05.034Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3347 | 2024-08-16T21:22:05.069Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3348 | 2024-08-16T21:22:05.130Z | [verify-libraries] Compiling termios v0.3.3 |
3349 | 2024-08-16T21:22:05.713Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3350 | 2024-08-16T21:22:05.871Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3351 | 2024-08-16T21:22:08.953Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3352 | 2024-08-16T21:22:09.043Z | Aug 16 21:22:08.001 INFO [stamp-clickhouse] process exited with exit status: 0 (10.8726885s) |
3353 | 2024-08-16T21:22:09.294Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3354 | 2024-08-16T21:22:09.341Z | Aug 16 21:22:08.299 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.99210569s) |
3355 | 2024-08-16T21:22:09.341Z | Aug 16 21:22:08.299 INFO [tuf-stamp] task succeeded (11.171316775s) |
3356 | 2024-08-16T21:22:10.057Z | [ recovery-image] Aug 16 21:22:09.015 INFO O| Aug 16 21:22:09.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3357 | 2024-08-16T21:22:16.437Z | [ recovery-image] Aug 16 21:22:15.394 INFO O| Aug 16 21:22:15.394 INFO O| Startup: Caching catalogs ... Done |
3358 | 2024-08-16T21:22:16.524Z | [ recovery-image] Aug 16 21:22:15.481 INFO O| Aug 16 21:22:15.481 INFO O| Planning: Planning completed in 0.00 seconds |
3359 | 2024-08-16T21:22:16.527Z | [ recovery-image] Aug 16 21:22:15.482 INFO O| Aug 16 21:22:15.482 INFO O| Planning: Consolidating action changes ... Done |
3360 | 2024-08-16T21:22:16.527Z | [ recovery-image] Aug 16 21:22:15.482 INFO O| Aug 16 21:22:15.482 INFO O| Planning: Evaluating mediators ... Done |
3361 | 2024-08-16T21:22:16.527Z | [ recovery-image] Aug 16 21:22:15.482 INFO O| Aug 16 21:22:15.482 INFO O| Planning: Planning completed in 0.00 seconds |
3362 | 2024-08-16T21:22:16.527Z | [ recovery-image] Aug 16 21:22:15.483 INFO O| Aug 16 21:22:15.483 INFO O| Variants/Facets to change: 1 |
3363 | 2024-08-16T21:22:16.594Z | [ recovery-image] Aug 16 21:22:15.551 INFO O| Aug 16 21:22:15.551 INFO O| Done |
3364 | 2024-08-16T21:22:16.594Z | [ recovery-image] Aug 16 21:22:15.551 INFO O| Aug 16 21:22:15.551 INFO O| Done |
3365 | 2024-08-16T21:22:17.271Z | [ recovery-image] Aug 16 21:22:16.228 INFO O| Aug 16 21:22:16.228 INFO O| Done |
3366 | 2024-08-16T21:22:17.330Z | [ recovery-image] Aug 16 21:22:16.287 INFO O| Aug 16 21:22:16.287 INFO O| Done |
3367 | 2024-08-16T21:22:17.333Z | [ recovery-image] Aug 16 21:22:16.289 INFO O| Aug 16 21:22:16.289 INFO O| Done |
3368 | 2024-08-16T21:22:17.333Z | [ recovery-image] Aug 16 21:22:16.289 INFO O| Aug 16 21:22:16.289 INFO O| Done |
3369 | 2024-08-16T21:22:17.335Z | [ recovery-image] Aug 16 21:22:16.292 INFO O| Aug 16 21:22:16.292 INFO O| Done |
3370 | 2024-08-16T21:22:17.869Z | [ recovery-image] Aug 16 21:22:16.826 INFO O| Aug 16 21:22:16.826 INFO STEP 6 (pkg_change_variant) COMPLETE |
3371 | 2024-08-16T21:22:17.869Z | [ recovery-image] Aug 16 21:22:16.826 INFO O| Aug 16 21:22:16.826 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3372 | 2024-08-16T21:22:17.872Z | [ recovery-image] Aug 16 21:22:16.826 INFO O| Aug 16 21:22:16.826 INFO skip step because feature "debug_variant" is not enabled |
3373 | 2024-08-16T21:22:17.872Z | [ recovery-image] Aug 16 21:22:16.826 INFO O| Aug 16 21:22:16.826 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3374 | 2024-08-16T21:22:18.634Z | [ recovery-image] Aug 16 21:22:17.591 INFO O| Aug 16 21:22:17.591 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3375 | 2024-08-16T21:22:19.758Z | [ recovery-image] Aug 16 21:22:18.715 INFO O| Aug 16 21:22:18.715 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3376 | 2024-08-16T21:22:19.760Z | [ recovery-image] Aug 16 21:22:18.717 INFO O| Aug 16 21:22:18.717 INFO O| Planning: Planning completed in 0.00 seconds |
3377 | 2024-08-16T21:22:19.763Z | [ recovery-image] Aug 16 21:22:18.718 INFO O| Aug 16 21:22:18.718 INFO O| Planning: Consolidating action changes ... Done |
3378 | 2024-08-16T21:22:19.763Z | [ recovery-image] Aug 16 21:22:18.718 INFO O| Aug 16 21:22:18.718 INFO O| Planning: Evaluating mediators ... Done |
3379 | 2024-08-16T21:22:19.763Z | [ recovery-image] Aug 16 21:22:18.718 INFO O| Aug 16 21:22:18.718 INFO O| Planning: Planning completed in 0.00 seconds |
3380 | 2024-08-16T21:22:19.763Z | [ recovery-image] Aug 16 21:22:18.719 INFO O| Aug 16 21:22:18.719 INFO O| Variants/Facets to change: 1 |
3381 | 2024-08-16T21:22:19.892Z | [ recovery-image] Aug 16 21:22:18.849 INFO O| Aug 16 21:22:18.849 INFO O| Done |
3382 | 2024-08-16T21:22:19.892Z | [ recovery-image] Aug 16 21:22:18.849 INFO O| Aug 16 21:22:18.849 INFO O| Done |
3383 | 2024-08-16T21:22:20.386Z | [ recovery-image] Aug 16 21:22:19.343 INFO O| Aug 16 21:22:19.343 INFO O| Done |
3384 | 2024-08-16T21:22:20.491Z | [ recovery-image] Aug 16 21:22:19.448 INFO O| Aug 16 21:22:19.448 INFO O| Done |
3385 | 2024-08-16T21:22:20.494Z | [ recovery-image] Aug 16 21:22:19.449 INFO O| Aug 16 21:22:19.449 INFO O| Done |
3386 | 2024-08-16T21:22:20.494Z | [ recovery-image] Aug 16 21:22:19.450 INFO O| Aug 16 21:22:19.449 INFO O| Done |
3387 | 2024-08-16T21:22:20.497Z | [ recovery-image] Aug 16 21:22:19.452 INFO O| Aug 16 21:22:19.451 INFO O| Done |
3388 | 2024-08-16T21:22:20.620Z | [ recovery-image] Aug 16 21:22:19.577 INFO O| Aug 16 21:22:19.577 INFO STEP 8 (pkg_change_facet) COMPLETE |
3389 | 2024-08-16T21:22:20.620Z | [ recovery-image] Aug 16 21:22:19.577 INFO O| Aug 16 21:22:19.577 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3390 | 2024-08-16T21:22:21.380Z | [ recovery-image] Aug 16 21:22:20.337 INFO O| Aug 16 21:22:20.337 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3391 | 2024-08-16T21:22:22.347Z | [ recovery-image] Aug 16 21:22:21.304 INFO O| Aug 16 21:22:21.304 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3392 | 2024-08-16T21:22:22.350Z | [ recovery-image] Aug 16 21:22:21.306 INFO O| Aug 16 21:22:21.306 INFO O| Planning: Planning completed in 0.00 seconds |
3393 | 2024-08-16T21:22:22.350Z | [ recovery-image] Aug 16 21:22:21.307 INFO O| Aug 16 21:22:21.307 INFO O| Planning: Consolidating action changes ... Done |
3394 | 2024-08-16T21:22:22.350Z | [ recovery-image] Aug 16 21:22:21.307 INFO O| Aug 16 21:22:21.307 INFO O| Planning: Evaluating mediators ... Done |
3395 | 2024-08-16T21:22:22.350Z | [ recovery-image] Aug 16 21:22:21.307 INFO O| Aug 16 21:22:21.307 INFO O| Planning: Planning completed in 0.00 seconds |
3396 | 2024-08-16T21:22:22.353Z | [ recovery-image] Aug 16 21:22:21.308 INFO O| Aug 16 21:22:21.308 INFO O| Variants/Facets to change: 1 |
3397 | 2024-08-16T21:22:22.415Z | [ recovery-image] Aug 16 21:22:21.372 INFO O| Aug 16 21:22:21.372 INFO O| Done |
3398 | 2024-08-16T21:22:22.415Z | [ recovery-image] Aug 16 21:22:21.373 INFO O| Aug 16 21:22:21.372 INFO O| Done |
3399 | 2024-08-16T21:22:22.962Z | [ recovery-image] Aug 16 21:22:21.919 INFO O| Aug 16 21:22:21.918 INFO O| Done |
3400 | 2024-08-16T21:22:23.037Z | [ recovery-image] Aug 16 21:22:21.994 INFO O| Aug 16 21:22:21.994 INFO O| Done |
3401 | 2024-08-16T21:22:23.040Z | [ recovery-image] Aug 16 21:22:21.995 INFO O| Aug 16 21:22:21.995 INFO O| Done |
3402 | 2024-08-16T21:22:23.040Z | [ recovery-image] Aug 16 21:22:21.995 INFO O| Aug 16 21:22:21.995 INFO O| Done |
3403 | 2024-08-16T21:22:23.042Z | [ recovery-image] Aug 16 21:22:21.997 INFO O| Aug 16 21:22:21.997 INFO O| Done |
3404 | 2024-08-16T21:22:23.145Z | [ recovery-image] Aug 16 21:22:22.102 INFO O| Aug 16 21:22:22.102 INFO STEP 9 (pkg_change_facet) COMPLETE |
3405 | 2024-08-16T21:22:23.145Z | [ recovery-image] Aug 16 21:22:22.102 INFO O| Aug 16 21:22:22.102 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3406 | 2024-08-16T21:22:24.000Z | [ recovery-image] Aug 16 21:22:22.956 INFO O| Aug 16 21:22:22.956 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3407 | 2024-08-16T21:22:24.342Z | [ host-image] Aug 16 21:22:23.299 INFO O| Aug 16 21:22:23.299 INFO O| Planning: Solver setup ... Done |
3408 | 2024-08-16T21:22:25.155Z | [ recovery-image] Aug 16 21:22:24.112 INFO O| Aug 16 21:22:24.112 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3409 | 2024-08-16T21:22:25.158Z | [ recovery-image] Aug 16 21:22:24.114 INFO O| Aug 16 21:22:24.114 INFO O| Planning: Planning completed in 0.00 seconds |
3410 | 2024-08-16T21:22:25.158Z | [ recovery-image] Aug 16 21:22:24.115 INFO O| Aug 16 21:22:24.115 INFO O| Planning: Consolidating action changes ... Done |
3411 | 2024-08-16T21:22:25.158Z | [ recovery-image] Aug 16 21:22:24.115 INFO O| Aug 16 21:22:24.115 INFO O| Planning: Evaluating mediators ... Done |
3412 | 2024-08-16T21:22:25.161Z | [ recovery-image] Aug 16 21:22:24.116 INFO O| Aug 16 21:22:24.116 INFO O| Planning: Planning completed in 0.00 seconds |
3413 | 2024-08-16T21:22:25.161Z | [ recovery-image] Aug 16 21:22:24.116 INFO O| Aug 16 21:22:24.116 INFO O| Variants/Facets to change: 1 |
3414 | 2024-08-16T21:22:25.226Z | [ recovery-image] Aug 16 21:22:24.183 INFO O| Aug 16 21:22:24.183 INFO O| Done |
3415 | 2024-08-16T21:22:25.226Z | [ recovery-image] Aug 16 21:22:24.183 INFO O| Aug 16 21:22:24.183 INFO O| Done |
3416 | 2024-08-16T21:22:25.669Z | [ recovery-image] Aug 16 21:22:24.625 INFO O| Aug 16 21:22:24.625 INFO O| Done |
3417 | 2024-08-16T21:22:25.728Z | [ recovery-image] Aug 16 21:22:24.685 INFO O| Aug 16 21:22:24.684 INFO O| Done |
3418 | 2024-08-16T21:22:25.745Z | [ recovery-image] Aug 16 21:22:24.686 INFO O| Aug 16 21:22:24.686 INFO O| Done |
3419 | 2024-08-16T21:22:25.745Z | [ recovery-image] Aug 16 21:22:24.686 INFO O| Aug 16 21:22:24.686 INFO O| Done |
3420 | 2024-08-16T21:22:25.745Z | [ recovery-image] Aug 16 21:22:24.688 INFO O| Aug 16 21:22:24.688 INFO O| Done |
3421 | 2024-08-16T21:22:25.831Z | [ recovery-image] Aug 16 21:22:24.788 INFO O| Aug 16 21:22:24.788 INFO STEP 10 (pkg_change_facet) COMPLETE |
3422 | 2024-08-16T21:22:25.831Z | [ recovery-image] Aug 16 21:22:24.788 INFO O| Aug 16 21:22:24.788 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-08-16T21:22:25.853Z | [ recovery-image] Aug 16 21:22:24.809 INFO O| Aug 16 21:22:24.809 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"] |
3424 | 2024-08-16T21:22:26.861Z | [ recovery-image] Aug 16 21:22:25.818 INFO O| Aug 16 21:22:25.818 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3425 | 2024-08-16T21:22:32.299Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3426 | 2024-08-16T21:22:37.536Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3427 | 2024-08-16T21:22:47.901Z | [ host-image] Aug 16 21:22:46.856 INFO O| Aug 16 21:22:46.856 INFO O| Planning: Running solver ... Done |
3428 | 2024-08-16T21:22:48.220Z | [ host-image] Aug 16 21:22:47.176 INFO O| Aug 16 21:22:47.175 INFO O| Planning: Finding local manifests ... Done |
3429 | 2024-08-16T21:22:48.235Z | [ host-image] Aug 16 21:22:47.190 INFO O| Aug 16 21:22:47.190 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3430 | 2024-08-16T21:22:54.120Z | [ host-image] Aug 16 21:22:53.075 INFO O| Aug 16 21:22:53.075 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3431 | 2024-08-16T21:22:55.302Z | [ host-image] Aug 16 21:22:54.255 INFO O| Aug 16 21:22:54.255 INFO O| Planning: Package planning ... Done |
3432 | 2024-08-16T21:22:57.050Z | [ host-image] Aug 16 21:22:56.005 INFO O| Aug 16 21:22:56.005 INFO O| Planning: Merging actions ... Done |
3433 | 2024-08-16T21:22:57.393Z | [ host-image] Aug 16 21:22:56.347 INFO O| Aug 16 21:22:56.347 INFO O| Planning: Checking for conflicting actions ... Done |
3434 | 2024-08-16T21:22:57.710Z | [ host-image] Aug 16 21:22:56.664 INFO O| Aug 16 21:22:56.664 INFO O| Planning: Consolidating action changes ... Done |
3435 | 2024-08-16T21:22:57.962Z | [ recovery-image] Aug 16 21:22:56.917 INFO O| Aug 16 21:22:56.917 INFO O| Planning: Solver setup ... Done |
3436 | 2024-08-16T21:22:58.211Z | [ host-image] Aug 16 21:22:57.166 INFO O| Aug 16 21:22:57.166 INFO O| Planning: Evaluating mediators ... Done |
3437 | 2024-08-16T21:23:04.645Z | [ host-image] Aug 16 21:23:03.599 INFO O| Aug 16 21:23:03.599 INFO O| Planning: Planning completed in 68.33 seconds |
3438 | 2024-08-16T21:23:04.652Z | [ host-image] Aug 16 21:23:03.606 INFO O| Aug 16 21:23:03.606 INFO O| Packages to install: 124 |
3439 | 2024-08-16T21:23:04.652Z | [ host-image] Aug 16 21:23:03.606 INFO O| Aug 16 21:23:03.606 INFO O| Mediators to change: 4 |
3440 | 2024-08-16T21:23:04.652Z | [ host-image] Aug 16 21:23:03.606 INFO O| Aug 16 21:23:03.606 INFO O| Services to change: 6 |
3441 | 2024-08-16T21:23:04.775Z | [ host-image] Aug 16 21:23:03.729 INFO O| Aug 16 21:23:03.729 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete |
3442 | 2024-08-16T21:23:08.139Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3443 | 2024-08-16T21:23:09.779Z | [ host-image] Aug 16 21:23:08.733 INFO O| Aug 16 21:23:08.733 INFO O| Download: 809/22727 items 5.5/196.4MB 2% complete (1.1M/s) |
3444 | 2024-08-16T21:23:10.988Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3445 | 2024-08-16T21:23:14.848Z | [ host-image] Aug 16 21:23:13.801 INFO O| Aug 16 21:23:13.801 INFO O| Download: 1248/22727 items 7.2/196.4MB 3% complete (760k/s) |
3446 | 2024-08-16T21:23:18.000Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3447 | 2024-08-16T21:23:20.342Z | [ recovery-image] Aug 16 21:23:19.295 INFO O| Aug 16 21:23:19.295 INFO O| Planning: Running solver ... Done |
3448 | 2024-08-16T21:23:20.616Z | [ recovery-image] Aug 16 21:23:19.569 INFO O| Aug 16 21:23:19.569 INFO O| Planning: Finding local manifests ... Done |
3449 | 2024-08-16T21:23:20.634Z | [ recovery-image] Aug 16 21:23:19.587 INFO O| Aug 16 21:23:19.587 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3450 | 2024-08-16T21:23:20.907Z | [ host-image] Aug 16 21:23:19.860 INFO O| Aug 16 21:23:19.860 INFO O| Download: 1634/22727 items 10.4/196.4MB 5% complete (521k/s) |
3451 | 2024-08-16T21:23:21.811Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3452 | 2024-08-16T21:23:25.462Z | [ recovery-image] Aug 16 21:23:24.414 INFO O| Aug 16 21:23:24.414 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3453 | 2024-08-16T21:23:25.983Z | [ host-image] Aug 16 21:23:24.935 INFO O| Aug 16 21:23:24.935 INFO O| Download: 1678/22727 items 10.9/196.4MB 5% complete (312k/s) |
3454 | 2024-08-16T21:23:26.532Z | [ recovery-image] Aug 16 21:23:25.485 INFO O| Aug 16 21:23:25.484 INFO O| Planning: Package planning ... Done |
3455 | 2024-08-16T21:23:27.252Z | [ recovery-image] Aug 16 21:23:26.204 INFO O| Aug 16 21:23:26.204 INFO O| Planning: Merging actions ... Done |
3456 | 2024-08-16T21:23:27.598Z | [ recovery-image] Aug 16 21:23:26.550 INFO O| Aug 16 21:23:26.550 INFO O| Planning: Checking for conflicting actions ... Done |
3457 | 2024-08-16T21:23:27.745Z | [ recovery-image] Aug 16 21:23:26.697 INFO O| Aug 16 21:23:26.696 INFO O| Planning: Consolidating action changes ... Done |
3458 | 2024-08-16T21:23:28.071Z | [ recovery-image] Aug 16 21:23:27.023 INFO O| Aug 16 21:23:27.023 INFO O| Planning: Evaluating mediators ... Done |
3459 | 2024-08-16T21:23:31.072Z | [ host-image] Aug 16 21:23:30.024 INFO O| Aug 16 21:23:30.024 INFO O| Download: 1779/22727 items 12.0/196.4MB 6% complete (238k/s) |
3460 | 2024-08-16T21:23:34.147Z | [ recovery-image] Aug 16 21:23:33.099 INFO O| Aug 16 21:23:33.099 INFO O| Planning: Planning completed in 67.28 seconds |
3461 | 2024-08-16T21:23:34.156Z | [ recovery-image] Aug 16 21:23:33.106 INFO O| Aug 16 21:23:33.106 INFO O| Packages to install: 124 |
3462 | 2024-08-16T21:23:34.156Z | [ recovery-image] Aug 16 21:23:33.106 INFO O| Aug 16 21:23:33.106 INFO O| Mediators to change: 4 |
3463 | 2024-08-16T21:23:34.156Z | [ recovery-image] Aug 16 21:23:33.106 INFO O| Aug 16 21:23:33.106 INFO O| Services to change: 5 |
3464 | 2024-08-16T21:23:34.244Z | [ recovery-image] Aug 16 21:23:33.196 INFO O| Aug 16 21:23:33.196 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3465 | 2024-08-16T21:23:36.076Z | [ host-image] Aug 16 21:23:35.028 INFO O| Aug 16 21:23:35.027 INFO O| Download: 2138/22727 items 23.8/196.4MB 12% complete (1.3M/s) |
3466 | 2024-08-16T21:23:39.257Z | [ recovery-image] Aug 16 21:23:38.209 INFO O| Aug 16 21:23:38.209 INFO O| Download: 982/15831 items 7.9/173.2MB 4% complete (1.6M/s) |
3467 | 2024-08-16T21:23:40.872Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3468 | 2024-08-16T21:23:41.077Z | [ host-image] Aug 16 21:23:40.028 INFO O| Aug 16 21:23:40.028 INFO O| Download: 2234/22727 items 24.4/196.4MB 12% complete (1.2M/s) |
3469 | 2024-08-16T21:23:44.746Z | [ recovery-image] Aug 16 21:23:43.693 INFO O| Aug 16 21:23:43.693 INFO O| Download: 1154/15831 items 9.8/173.2MB 5% complete (1021k/s) |
3470 | 2024-08-16T21:23:45.465Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3471 | 2024-08-16T21:23:45.862Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3472 | 2024-08-16T21:23:46.207Z | [ host-image] Aug 16 21:23:45.158 INFO O| Aug 16 21:23:45.158 INFO O| Download: 2459/22727 items 28.4/196.4MB 14% complete (463k/s) |
3473 | 2024-08-16T21:23:49.933Z | [ recovery-image] Aug 16 21:23:48.884 INFO O| Aug 16 21:23:48.884 INFO O| Download: 1410/15831 items 21.3/173.2MB 12% complete (1.3M/s) |
3474 | 2024-08-16T21:23:51.215Z | [ host-image] Aug 16 21:23:50.166 INFO O| Aug 16 21:23:50.166 INFO O| Download: 3474/22727 items 35.6/196.4MB 18% complete (1.1M/s) |
3475 | 2024-08-16T21:23:55.401Z | [ recovery-image] Aug 16 21:23:54.351 INFO O| Aug 16 21:23:54.351 INFO O| Download: 1638/15831 items 25.5/173.2MB 14% complete (1.7M/s) |
3476 | 2024-08-16T21:23:57.321Z | [ host-image] Aug 16 21:23:56.271 INFO O| Aug 16 21:23:56.271 INFO O| Download: 4488/22727 items 41.8/196.4MB 21% complete (1.4M/s) |
3477 | 2024-08-16T21:24:00.802Z | [ recovery-image] Aug 16 21:23:59.752 INFO O| Aug 16 21:23:59.752 INFO O| Download: 2674/15831 items 33.0/173.2MB 19% complete (1.2M/s) |
3478 | 2024-08-16T21:24:02.408Z | [ host-image] Aug 16 21:24:01.358 INFO O| Aug 16 21:24:01.358 INFO O| Download: 4716/22727 items 44.8/196.4MB 22% complete (872k/s) |
3479 | 2024-08-16T21:24:05.807Z | [ recovery-image] Aug 16 21:24:04.756 INFO O| Aug 16 21:24:04.755 INFO O| Download: 3397/15831 items 38.1/173.2MB 21% complete (1.1M/s) |
3480 | 2024-08-16T21:24:07.660Z | [ host-image] Aug 16 21:24:06.609 INFO O| Aug 16 21:24:06.609 INFO O| Download: 5744/22727 items 46.2/196.4MB 23% complete (467k/s) |
3481 | 2024-08-16T21:24:11.551Z | [ recovery-image] Aug 16 21:24:10.501 INFO O| Aug 16 21:24:10.500 INFO O| Download: 3682/15831 items 40.1/173.2MB 23% complete (736k/s) |
3482 | 2024-08-16T21:24:13.178Z | [ host-image] Aug 16 21:24:12.126 INFO O| Aug 16 21:24:12.126 INFO O| Download: 6798/22727 items 48.7/196.4MB 24% complete (354k/s) |
3483 | 2024-08-16T21:24:16.553Z | [ recovery-image] Aug 16 21:24:15.502 INFO O| Aug 16 21:24:15.502 INFO O| Download: 4709/15831 items 42.9/173.2MB 24% complete (449k/s) |
3484 | 2024-08-16T21:24:18.265Z | [ host-image] Aug 16 21:24:17.214 INFO O| Aug 16 21:24:17.214 INFO O| Download: 6964/22727 items 49.9/196.4MB 25% complete (362k/s) |
3485 | 2024-08-16T21:24:21.824Z | [ recovery-image] Aug 16 21:24:20.773 INFO O| Aug 16 21:24:20.773 INFO O| Download: 5670/15831 items 45.0/173.2MB 25% complete (500k/s) |
3486 | 2024-08-16T21:24:23.697Z | [ host-image] Aug 16 21:24:22.645 INFO O| Aug 16 21:24:22.645 INFO O| Download: 7953/22727 items 59.6/196.4MB 30% complete (1.1M/s) |
3487 | 2024-08-16T21:24:28.180Z | [ recovery-image] Aug 16 21:24:27.128 INFO O| Aug 16 21:24:27.128 INFO O| Download: 5730/15831 items 46.5/173.2MB 26% complete (355k/s) |
3488 | 2024-08-16T21:24:29.271Z | [ host-image] Aug 16 21:24:28.219 INFO O| Aug 16 21:24:28.219 INFO O| Download: 8347/22727 items 68.9/196.4MB 35% complete (2.0M/s) |
3489 | 2024-08-16T21:24:33.430Z | [ recovery-image] Aug 16 21:24:32.378 INFO O| Aug 16 21:24:32.378 INFO O| Download: 6003/15831 items 54.1/173.2MB 31% complete (922k/s) |
3490 | 2024-08-16T21:24:34.273Z | [ host-image] Aug 16 21:24:33.221 INFO O| Aug 16 21:24:33.220 INFO O| Download: 9441/22727 items 82.1/196.4MB 41% complete (2.2M/s) |
3491 | 2024-08-16T21:24:38.459Z | [ recovery-image] Aug 16 21:24:37.406 INFO O| Aug 16 21:24:37.406 INFO O| Download: 6274/15831 items 62.5/173.2MB 36% complete (1.6M/s) |
3492 | 2024-08-16T21:24:39.277Z | [ host-image] Aug 16 21:24:38.225 INFO O| Aug 16 21:24:38.224 INFO O| Download: 10470/22727 items 88.3/196.4MB 44% complete (2.0M/s) |
3493 | 2024-08-16T21:24:43.459Z | [ recovery-image] Aug 16 21:24:42.406 INFO O| Aug 16 21:24:42.406 INFO O| Download: 7210/15831 items 73.2/173.2MB 42% complete (1.9M/s) |
3494 | 2024-08-16T21:24:44.528Z | [ host-image] Aug 16 21:24:43.475 INFO O| Aug 16 21:24:43.475 INFO O| Download: 11082/22727 items 91.9/196.4MB 46% complete (1.0M/s) |
3495 | 2024-08-16T21:24:48.796Z | [ recovery-image] Aug 16 21:24:47.742 INFO O| Aug 16 21:24:47.742 INFO O| Download: 7638/15831 items 73.7/173.2MB 42% complete (1.2M/s) |
3496 | 2024-08-16T21:24:49.531Z | [ host-image] Aug 16 21:24:48.478 INFO O| Aug 16 21:24:48.478 INFO O| Download: 11280/22727 items 95.0/196.4MB 48% complete (677k/s) |
3497 | 2024-08-16T21:24:54.261Z | [ recovery-image] Aug 16 21:24:53.207 INFO O| Aug 16 21:24:53.207 INFO O| Download: 7965/15831 items 77.9/173.2MB 45% complete (509k/s) |
3498 | 2024-08-16T21:24:55.085Z | [ host-image] Aug 16 21:24:54.031 INFO O| Aug 16 21:24:54.031 INFO O| Download: 11990/22727 items 98.7/196.4MB 50% complete (665k/s) |
3499 | 2024-08-16T21:24:59.287Z | [ recovery-image] Aug 16 21:24:58.233 INFO O| Aug 16 21:24:58.232 INFO O| Download: 8771/15831 items 89.5/173.2MB 51% complete (1.4M/s) |
3500 | 2024-08-16T21:25:00.085Z | [ host-image] Aug 16 21:24:59.031 INFO O| Aug 16 21:24:59.031 INFO O| Download: 12176/22727 items 108.5/196.4MB 55% complete (1.3M/s) |
3501 | 2024-08-16T21:25:05.085Z | [ host-image] Aug 16 21:25:04.031 INFO O| Aug 16 21:25:04.031 INFO O| Download: 13310/22727 items 109.9/196.4MB 55% complete (1.1M/s) |
3502 | 2024-08-16T21:25:06.563Z | [ recovery-image] Aug 16 21:25:05.508 INFO O| Aug 16 21:25:05.508 INFO O| Download: 8927/15831 items 92.6/173.2MB 53% complete (1.5M/s) |
3503 | 2024-08-16T21:25:10.089Z | [ host-image] Aug 16 21:25:09.034 INFO O| Aug 16 21:25:09.034 INFO O| Download: 14060/22727 items 110.3/196.4MB 56% complete (201k/s) |
3504 | 2024-08-16T21:25:11.563Z | [ recovery-image] Aug 16 21:25:10.508 INFO O| Aug 16 21:25:10.508 INFO O| Download: 9881/15831 items 93.0/173.2MB 53% complete (126k/s) |
3505 | 2024-08-16T21:25:15.291Z | [ host-image] Aug 16 21:25:14.235 INFO O| Aug 16 21:25:14.235 INFO O| Download: 14453/22727 items 112.1/196.4MB 57% complete (206k/s) |
3506 | 2024-08-16T21:25:16.567Z | [ recovery-image] Aug 16 21:25:15.512 INFO O| Aug 16 21:25:15.512 INFO O| Download: 10542/15831 items 93.4/173.2MB 53% complete (90.2k/s) |
3507 | 2024-08-16T21:25:20.295Z | [ host-image] Aug 16 21:25:19.239 INFO O| Aug 16 21:25:19.239 INFO O| Download: 14979/22727 items 121.7/196.4MB 61% complete (1.1M/s) |
3508 | 2024-08-16T21:25:21.729Z | [ recovery-image] Aug 16 21:25:20.673 INFO O| Aug 16 21:25:20.673 INFO O| Download: 11035/15831 items 95.2/173.2MB 54% complete (198k/s) |
3509 | 2024-08-16T21:25:25.331Z | [ host-image] Aug 16 21:25:24.275 INFO O| Aug 16 21:25:24.275 INFO O| Download: 15848/22727 items 130.1/196.4MB 66% complete (1.8M/s) |
3510 | 2024-08-16T21:25:27.386Z | [ recovery-image] Aug 16 21:25:26.330 INFO O| Aug 16 21:25:26.330 INFO O| Download: 11079/15831 items 98.7/173.2MB 57% complete (476k/s) |
3511 | 2024-08-16T21:25:30.505Z | [ host-image] Aug 16 21:25:29.448 INFO O| Aug 16 21:25:29.448 INFO O| Download: 16866/22727 items 141.2/196.4MB 71% complete (1.9M/s) |
3512 | 2024-08-16T21:25:33.389Z | [ recovery-image] Aug 16 21:25:32.333 INFO O| Aug 16 21:25:32.333 INFO O| Download: 11503/15831 items 111.1/173.2MB 64% complete (1.7M/s) |
3513 | 2024-08-16T21:25:35.506Z | [ host-image] Aug 16 21:25:34.449 INFO O| Aug 16 21:25:34.449 INFO O| Download: 17666/22727 items 148.0/196.4MB 75% complete (1.8M/s) |
3514 | 2024-08-16T21:25:38.390Z | [ recovery-image] Aug 16 21:25:37.333 INFO O| Aug 16 21:25:37.333 INFO O| Download: 11950/15831 items 134.8/173.2MB 77% complete (3.2M/s) |
3515 | 2024-08-16T21:25:40.506Z | [ host-image] Aug 16 21:25:39.449 INFO O| Aug 16 21:25:39.449 INFO O| Download: 18309/22727 items 160.8/196.4MB 81% complete (2.0M/s) |
3516 | 2024-08-16T21:25:43.392Z | [ recovery-image] Aug 16 21:25:42.334 INFO O| Aug 16 21:25:42.334 INFO O| Download: 12731/15831 items 140.6/173.2MB 81% complete (3.0M/s) |
3517 | 2024-08-16T21:25:45.539Z | [ host-image] Aug 16 21:25:44.481 INFO O| Aug 16 21:25:44.481 INFO O| Download: 18939/22727 items 163.5/196.4MB 83% complete (1.7M/s) |
3518 | 2024-08-16T21:25:48.406Z | [ recovery-image] Aug 16 21:25:47.348 INFO O| Aug 16 21:25:47.348 INFO O| Download: 13622/15831 items 143.9/173.2MB 83% complete (1022k/s) |
3519 | 2024-08-16T21:25:50.546Z | [ host-image] Aug 16 21:25:49.488 INFO O| Aug 16 21:25:49.488 INFO O| Download: 19807/22727 items 166.6/196.4MB 84% complete (597k/s) |
3520 | 2024-08-16T21:25:53.776Z | [ recovery-image] Aug 16 21:25:52.718 INFO O| Aug 16 21:25:52.718 INFO O| Download: 14045/15831 items 145.5/173.2MB 84% complete (540k/s) |
3521 | 2024-08-16T21:25:55.705Z | [ host-image] Aug 16 21:25:54.647 INFO O| Aug 16 21:25:54.647 INFO O| Download: 20114/22727 items 167.8/196.4MB 85% complete (439k/s) |
3522 | 2024-08-16T21:25:59.227Z | [ recovery-image] Aug 16 21:25:58.168 INFO O| Aug 16 21:25:58.168 INFO O| Download: 14674/15831 items 147.9/173.2MB 85% complete (459k/s) |
3523 | 2024-08-16T21:26:01.191Z | [ host-image] Aug 16 21:26:00.107 INFO O| Aug 16 21:26:00.107 INFO O| Download: 20760/22727 items 170.4/196.4MB 86% complete (393k/s) |
3524 | 2024-08-16T21:26:05.035Z | [ recovery-image] Aug 16 21:26:03.976 INFO O| Aug 16 21:26:03.976 INFO O| Download: 14748/15831 items 153.3/173.2MB 88% complete (774k/s) |
3525 | 2024-08-16T21:26:06.450Z | [ host-image] Aug 16 21:26:05.391 INFO O| Aug 16 21:26:05.391 INFO O| Download: 20933/22727 items 175.7/196.4MB 89% complete (795k/s) |
3526 | 2024-08-16T21:26:10.289Z | [ recovery-image] Aug 16 21:26:09.230 INFO O| Aug 16 21:26:09.230 INFO O| Download: 14800/15831 items 154.0/173.2MB 88% complete (665k/s) |
3527 | 2024-08-16T21:26:11.452Z | [ host-image] Aug 16 21:26:10.393 INFO O| Aug 16 21:26:10.392 INFO O| Download: 21153/22727 items 176.7/196.4MB 89% complete (665k/s) |
3528 | 2024-08-16T21:26:15.460Z | [ recovery-image] Aug 16 21:26:14.401 INFO O| Aug 16 21:26:14.400 INFO O| Download: 15246/15831 items 157.9/173.2MB 91% complete (430k/s) |
3529 | 2024-08-16T21:26:17.966Z | [ host-image] Aug 16 21:26:16.906 INFO O| Aug 16 21:26:16.906 INFO O| Download: 21545/22727 items 180.4/196.4MB 91% complete (533k/s) |
3530 | 2024-08-16T21:26:18.533Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 15s |
3531 | 2024-08-16T21:26:18.819Z | Aug 16 21:26:17.760 INFO [verify-libraries] process exited with exit status: 0 (260.759851068s) |
3532 | 2024-08-16T21:26:20.501Z | [ recovery-image] Aug 16 21:26:19.442 INFO O| Aug 16 21:26:19.441 INFO O| Download: 15271/15831 items 158.0/173.2MB 91% complete (420k/s) |
3533 | 2024-08-16T21:26:23.992Z | [ host-image] Aug 16 21:26:22.932 INFO O| Aug 16 21:26:22.932 INFO O| Download: 21906/22727 items 188.4/196.4MB 95% complete (1.2M/s) |
3534 | 2024-08-16T21:26:26.221Z | [ recovery-image] Aug 16 21:26:25.160 INFO O| Aug 16 21:26:25.160 INFO O| Download: 15492/15831 items 164.5/173.2MB 94% complete (912k/s) |
3535 | 2024-08-16T21:26:29.801Z | [ host-image] Aug 16 21:26:28.741 INFO O| Aug 16 21:26:28.741 INFO O| Download: 21984/22727 items 189.3/196.4MB 96% complete (889k/s) |
3536 | 2024-08-16T21:26:31.488Z | [ recovery-image] Aug 16 21:26:30.428 INFO O| Aug 16 21:26:30.427 INFO O| Download: 15623/15831 items 167.1/173.2MB 96% complete (981k/s) |
3537 | 2024-08-16T21:26:34.355Z | [ recovery-image] Aug 16 21:26:33.294 INFO O| Aug 16 21:26:33.294 INFO O| Download: Completed 173.16 MB in 180.10 seconds (981k/s) |
3538 | 2024-08-16T21:26:34.834Z | [ host-image] Aug 16 21:26:33.773 INFO O| Aug 16 21:26:33.773 INFO O| Download: 22192/22727 items 194.6/196.4MB 99% complete (641k/s) |
3539 | 2024-08-16T21:26:34.977Z | [ recovery-image] Aug 16 21:26:33.916 INFO O| Aug 16 21:26:33.916 INFO O| Actions: 1/24964 actions (Installing new actions) |
3540 | 2024-08-16T21:26:36.876Z | [ host-image] Aug 16 21:26:35.816 INFO O| Aug 16 21:26:35.816 INFO O| Download: Completed 196.39 MB in 212.09 seconds (945k/s) |
3541 | 2024-08-16T21:26:37.641Z | [ host-image] Aug 16 21:26:36.580 INFO O| Aug 16 21:26:36.580 INFO O| Actions: 1/49260 actions (Installing new actions) |
3542 | 2024-08-16T21:26:39.991Z | [ recovery-image] Aug 16 21:26:38.930 INFO O| Aug 16 21:26:38.930 INFO O| Actions: 12861/24964 actions (Installing new actions) |
3543 | 2024-08-16T21:26:42.642Z | [ host-image] Aug 16 21:26:41.581 INFO O| Aug 16 21:26:41.581 INFO O| Actions: 15516/49260 actions (Installing new actions) |
3544 | 2024-08-16T21:26:46.161Z | [ recovery-image] Aug 16 21:26:45.099 INFO O| Aug 16 21:26:45.099 INFO O| Actions: 24411/24964 actions (Installing new actions) |
3545 | 2024-08-16T21:26:47.153Z | [ recovery-image] Aug 16 21:26:46.091 INFO O| Aug 16 21:26:46.091 INFO O| Actions: Completed 24964 actions in 12.17 seconds. |
3546 | 2024-08-16T21:26:47.415Z | [ recovery-image] Aug 16 21:26:46.353 INFO O| Aug 16 21:26:46.353 INFO O| Done |
3547 | 2024-08-16T21:26:47.415Z | [ recovery-image] Aug 16 21:26:46.353 INFO O| Aug 16 21:26:46.353 INFO O| Done |
3548 | 2024-08-16T21:26:47.642Z | [ host-image] Aug 16 21:26:46.581 INFO O| Aug 16 21:26:46.581 INFO O| Actions: 32244/49260 actions (Installing new actions) |
3549 | 2024-08-16T21:26:47.900Z | [ recovery-image] Aug 16 21:26:46.839 INFO O| Aug 16 21:26:46.839 INFO O| Done |
3550 | 2024-08-16T21:26:48.842Z | [ recovery-image] Aug 16 21:26:47.753 INFO O| Aug 16 21:26:47.753 INFO O| Done |
3551 | 2024-08-16T21:26:48.873Z | [ recovery-image] Aug 16 21:26:47.766 INFO O| Aug 16 21:26:47.766 INFO O| Done |
3552 | 2024-08-16T21:26:52.048Z | [ host-image] Aug 16 21:26:50.985 INFO O| Aug 16 21:26:50.985 INFO O| Actions: Completed 49260 actions in 14.40 seconds. |
3553 | 2024-08-16T21:26:52.324Z | [ host-image] Aug 16 21:26:51.262 INFO O| Aug 16 21:26:51.262 INFO O| Done |
3554 | 2024-08-16T21:26:52.324Z | [ host-image] Aug 16 21:26:51.263 INFO O| Aug 16 21:26:51.262 INFO O| Done |
3555 | 2024-08-16T21:26:52.784Z | [ host-image] Aug 16 21:26:51.721 INFO O| Aug 16 21:26:51.721 INFO O| Done |
3556 | 2024-08-16T21:26:53.175Z | [ recovery-image] Aug 16 21:26:52.113 INFO O| Aug 16 21:26:52.113 INFO O| Done |
3557 | 2024-08-16T21:26:53.537Z | [ recovery-image] Aug 16 21:26:52.475 INFO O| Aug 16 21:26:52.475 INFO O| Done |
3558 | 2024-08-16T21:26:53.738Z | [ recovery-image] Aug 16 21:26:52.675 INFO O| Aug 16 21:26:52.675 INFO STEP 11 (pkg_install) COMPLETE |
3559 | 2024-08-16T21:26:53.738Z | [ recovery-image] Aug 16 21:26:52.675 INFO O| Aug 16 21:26:52.675 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-08-16T21:26:53.741Z | [ recovery-image] Aug 16 21:26:52.675 INFO O| Aug 16 21:26:52.675 INFO skip step because feature "recovery" is enabled |
3561 | 2024-08-16T21:26:53.741Z | [ recovery-image] Aug 16 21:26:52.675 INFO O| Aug 16 21:26:52.675 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-08-16T21:26:53.741Z | [ recovery-image] Aug 16 21:26:52.675 INFO O| Aug 16 21:26:52.675 INFO skip step because feature "omicron1" is not enabled |
3563 | 2024-08-16T21:26:53.741Z | [ recovery-image] Aug 16 21:26:52.675 INFO O| Aug 16 21:26:52.675 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3564 | 2024-08-16T21:26:53.749Z | [ recovery-image] Aug 16 21:26:52.687 INFO O| Aug 16 21:26:52.687 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3565 | 2024-08-16T21:26:53.896Z | [ host-image] Aug 16 21:26:52.834 INFO O| Aug 16 21:26:52.834 INFO O| Done |
3566 | 2024-08-16T21:26:53.920Z | [ host-image] Aug 16 21:26:52.859 INFO O| Aug 16 21:26:52.858 INFO O| Done |
3567 | 2024-08-16T21:26:54.214Z | [ recovery-image] Aug 16 21:26:53.152 INFO O| Aug 16 21:26:53.152 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3568 | 2024-08-16T21:26:55.690Z | [ recovery-image] Aug 16 21:26:54.628 INFO O| Aug 16 21:26:54.627 INFO O| Planning: Solver setup ... Done |
3569 | 2024-08-16T21:26:55.693Z | [ recovery-image] Aug 16 21:26:54.632 INFO O| Aug 16 21:26:54.631 INFO O| Planning: Running solver ... Done |
3570 | 2024-08-16T21:26:55.742Z | [ recovery-image] Aug 16 21:26:54.680 INFO O| Aug 16 21:26:54.679 INFO O| Planning: Finding local manifests ... Done |
3571 | 2024-08-16T21:26:55.744Z | [ recovery-image] Aug 16 21:26:54.680 INFO O| Aug 16 21:26:54.680 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3572 | 2024-08-16T21:26:55.817Z | [ recovery-image] Aug 16 21:26:54.755 INFO O| Aug 16 21:26:54.755 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3573 | 2024-08-16T21:26:55.836Z | [ recovery-image] Aug 16 21:26:54.774 INFO O| Aug 16 21:26:54.774 INFO O| Planning: Package planning ... Done |
3574 | 2024-08-16T21:26:55.838Z | [ recovery-image] Aug 16 21:26:54.774 INFO O| Aug 16 21:26:54.774 INFO O| Planning: Merging actions ... Done |
3575 | 2024-08-16T21:26:55.870Z | [ recovery-image] Aug 16 21:26:54.808 INFO O| Aug 16 21:26:54.808 INFO O| Planning: Checking for conflicting actions ... Done |
3576 | 2024-08-16T21:26:55.873Z | [ recovery-image] Aug 16 21:26:54.808 INFO O| Aug 16 21:26:54.808 INFO O| Planning: Consolidating action changes ... Done |
3577 | 2024-08-16T21:26:56.000Z | [ recovery-image] Aug 16 21:26:54.938 INFO O| Aug 16 21:26:54.938 INFO O| Planning: Evaluating mediators ... Done |
3578 | 2024-08-16T21:26:56.004Z | [ recovery-image] Aug 16 21:26:54.938 INFO O| Aug 16 21:26:54.938 INFO O| Planning: Planning completed in 1.79 seconds |
3579 | 2024-08-16T21:26:56.004Z | [ recovery-image] Aug 16 21:26:54.940 INFO O| Aug 16 21:26:54.940 INFO O| Packages to install: 1 |
3580 | 2024-08-16T21:26:56.012Z | [ recovery-image] Aug 16 21:26:54.950 INFO O| Aug 16 21:26:54.950 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3581 | 2024-08-16T21:26:56.767Z | [ recovery-image] Aug 16 21:26:55.705 INFO O| Aug 16 21:26:55.705 INFO O| Download: Completed 20.86 MB in 0.75 seconds (27.6M/s) |
3582 | 2024-08-16T21:26:56.788Z | [ recovery-image] Aug 16 21:26:55.726 INFO O| Aug 16 21:26:55.726 INFO O| Actions: 1/22 actions (Installing new actions) |
3583 | 2024-08-16T21:26:57.522Z | [ recovery-image] Aug 16 21:26:56.460 INFO O| Aug 16 21:26:56.460 INFO O| Actions: Completed 22 actions in 0.73 seconds. |
3584 | 2024-08-16T21:26:57.673Z | [ recovery-image] Aug 16 21:26:56.611 INFO O| Aug 16 21:26:56.611 INFO O| Done |
3585 | 2024-08-16T21:26:57.673Z | [ recovery-image] Aug 16 21:26:56.611 INFO O| Aug 16 21:26:56.611 INFO O| Done |
3586 | 2024-08-16T21:26:58.018Z | [ recovery-image] Aug 16 21:26:56.956 INFO O| Aug 16 21:26:56.956 INFO O| Done |
3587 | 2024-08-16T21:26:58.815Z | [ recovery-image] Aug 16 21:26:57.752 INFO O| Aug 16 21:26:57.752 INFO O| Done |
3588 | 2024-08-16T21:26:58.829Z | [ recovery-image] Aug 16 21:26:57.767 INFO O| Aug 16 21:26:57.766 INFO O| Done |
3589 | 2024-08-16T21:26:58.829Z | [ recovery-image] Aug 16 21:26:57.767 INFO O| Aug 16 21:26:57.767 INFO O| Done |
3590 | 2024-08-16T21:26:58.839Z | [ recovery-image] Aug 16 21:26:57.777 INFO O| Aug 16 21:26:57.777 INFO O| Done |
3591 | 2024-08-16T21:26:58.936Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO STEP 14 (pkg_install) COMPLETE |
3592 | 2024-08-16T21:26:58.936Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3593 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO skip step because feature "mfg" is not enabled |
3594 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3595 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO skip step because feature "compliance" is not enabled |
3596 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3597 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO skip step because feature "stress" is not enabled |
3598 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3599 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO skip step because feature "nfs" is not enabled |
3600 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3601 | 2024-08-16T21:26:58.939Z | [ recovery-image] Aug 16 21:26:57.874 INFO O| Aug 16 21:26:57.874 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3602 | 2024-08-16T21:26:59.089Z | [ recovery-image] Aug 16 21:26:58.027 INFO O| Aug 16 21:26:58.027 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3603 | 2024-08-16T21:26:59.188Z | [ recovery-image] Aug 16 21:26:58.126 INFO O| Aug 16 21:26:58.126 INFO completed processing gimlet/ramdisk-01-os |
3604 | 2024-08-16T21:26:59.191Z | [ recovery-image] Aug 16 21:26:58.128 INFO image builder template: ramdisk-02-trim... |
3605 | 2024-08-16T21:26:59.191Z | [ recovery-image] Aug 16 21:26:58.128 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/.tmpxugGXy/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 |
3606 | 2024-08-16T21:26:59.215Z | [ recovery-image] Aug 16 21:26:58.153 INFO O| Aug 16 21:26:58.153 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3607 | 2024-08-16T21:26:59.219Z | [ recovery-image] Aug 16 21:26:58.157 INFO O| Aug 16 21:26:58.157 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3608 | 2024-08-16T21:26:59.283Z | [ recovery-image] Aug 16 21:26:58.221 INFO O| Aug 16 21:26:58.221 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3609 | 2024-08-16T21:26:59.359Z | [ recovery-image] Aug 16 21:26:58.297 INFO O| Aug 16 21:26:58.297 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3610 | 2024-08-16T21:26:59.359Z | [ recovery-image] Aug 16 21:26:58.297 INFO O| Aug 16 21:26:58.297 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3611 | 2024-08-16T21:26:59.365Z | [ recovery-image] Aug 16 21:26:58.303 INFO O| Aug 16 21:26:58.303 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3612 | 2024-08-16T21:26:59.370Z | [ recovery-image] Aug 16 21:26:58.308 INFO O| Aug 16 21:26:58.308 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3613 | 2024-08-16T21:26:59.375Z | [ recovery-image] Aug 16 21:26:58.313 INFO O| Aug 16 21:26:58.313 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3614 | 2024-08-16T21:26:59.541Z | [ recovery-image] Aug 16 21:26:58.479 INFO O| Aug 16 21:26:58.479 INFO rolled back to input snapshot; work may begin |
3615 | 2024-08-16T21:26:59.541Z | [ recovery-image] Aug 16 21:26:58.479 INFO O| Aug 16 21:26:58.479 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3616 | 2024-08-16T21:26:59.547Z | [ recovery-image] Aug 16 21:26:58.485 INFO O| Aug 16 21:26:58.485 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3617 | 2024-08-16T21:26:59.557Z | [ recovery-image] Aug 16 21:26:58.495 INFO O| Aug 16 21:26:58.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3618 | 2024-08-16T21:26:59.606Z | [ recovery-image] Aug 16 21:26:58.544 INFO O| Aug 16 21:26:58.544 INFO STEP 0 (remove_files) COMPLETE |
3619 | 2024-08-16T21:26:59.607Z | [ recovery-image] Aug 16 21:26:58.544 INFO O| Aug 16 21:26:58.544 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3620 | 2024-08-16T21:26:59.618Z | [ recovery-image] Aug 16 21:26:58.556 INFO O| Aug 16 21:26:58.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3621 | 2024-08-16T21:26:59.621Z | [ recovery-image] Aug 16 21:26:58.558 INFO O| Aug 16 21:26:58.558 INFO STEP 1 (remove_files) COMPLETE |
3622 | 2024-08-16T21:26:59.621Z | [ recovery-image] Aug 16 21:26:58.558 INFO O| Aug 16 21:26:58.558 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3623 | 2024-08-16T21:26:59.631Z | [ recovery-image] Aug 16 21:26:58.568 INFO O| Aug 16 21:26:58.568 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3624 | 2024-08-16T21:26:59.645Z | [ recovery-image] Aug 16 21:26:58.583 INFO O| Aug 16 21:26:58.583 INFO STEP 2 (remove_files) COMPLETE |
3625 | 2024-08-16T21:26:59.647Z | [ recovery-image] Aug 16 21:26:58.583 INFO O| Aug 16 21:26:58.583 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3626 | 2024-08-16T21:26:59.657Z | [ recovery-image] Aug 16 21:26:58.594 INFO O| Aug 16 21:26:58.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3627 | 2024-08-16T21:26:59.659Z | [ recovery-image] Aug 16 21:26:58.597 INFO O| Aug 16 21:26:58.596 INFO STEP 3 (remove_files) COMPLETE |
3628 | 2024-08-16T21:26:59.659Z | [ recovery-image] Aug 16 21:26:58.597 INFO O| Aug 16 21:26:58.597 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3629 | 2024-08-16T21:26:59.669Z | [ recovery-image] Aug 16 21:26:58.607 INFO O| Aug 16 21:26:58.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3630 | 2024-08-16T21:26:59.673Z | [ recovery-image] Aug 16 21:26:58.611 INFO O| Aug 16 21:26:58.611 INFO STEP 4 (remove_files) COMPLETE |
3631 | 2024-08-16T21:26:59.675Z | [ recovery-image] Aug 16 21:26:58.611 INFO O| Aug 16 21:26:58.611 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3632 | 2024-08-16T21:26:59.682Z | [ recovery-image] Aug 16 21:26:58.620 INFO O| Aug 16 21:26:58.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3633 | 2024-08-16T21:26:59.685Z | [ recovery-image] Aug 16 21:26:58.620 INFO O| Aug 16 21:26:58.620 INFO STEP 5 (remove_files) COMPLETE |
3634 | 2024-08-16T21:26:59.685Z | [ recovery-image] Aug 16 21:26:58.620 INFO O| Aug 16 21:26:58.620 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-16T21:26:59.692Z | [ recovery-image] Aug 16 21:26:58.630 INFO O| Aug 16 21:26:58.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3636 | 2024-08-16T21:26:59.704Z | [ recovery-image] Aug 16 21:26:58.641 INFO O| Aug 16 21:26:58.641 INFO STEP 6 (remove_files) COMPLETE |
3637 | 2024-08-16T21:26:59.704Z | [ recovery-image] Aug 16 21:26:58.642 INFO O| Aug 16 21:26:58.641 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3638 | 2024-08-16T21:26:59.704Z | [ recovery-image] Aug 16 21:26:58.642 INFO O| Aug 16 21:26:58.641 INFO skip step because feature "recovery" is enabled |
3639 | 2024-08-16T21:26:59.706Z | [ recovery-image] Aug 16 21:26:58.642 INFO O| Aug 16 21:26:58.641 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3640 | 2024-08-16T21:26:59.706Z | [ recovery-image] Aug 16 21:26:58.642 INFO O| Aug 16 21:26:58.642 INFO skip step because feature "recovery" is enabled |
3641 | 2024-08-16T21:26:59.706Z | [ recovery-image] Aug 16 21:26:58.642 INFO O| Aug 16 21:26:58.642 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-16T21:26:59.706Z | [ recovery-image] Aug 16 21:26:58.642 INFO O| Aug 16 21:26:58.642 INFO skip step because feature "recovery" is enabled |
3643 | 2024-08-16T21:26:59.706Z | [ recovery-image] Aug 16 21:26:58.642 INFO O| Aug 16 21:26:58.642 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-16T21:26:59.714Z | [ recovery-image] Aug 16 21:26:58.652 INFO O| Aug 16 21:26:58.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3645 | 2024-08-16T21:26:59.717Z | [ recovery-image] Aug 16 21:26:58.655 INFO O| Aug 16 21:26:58.655 INFO STEP 10 (remove_files) COMPLETE |
3646 | 2024-08-16T21:26:59.717Z | [ recovery-image] Aug 16 21:26:58.655 INFO O| Aug 16 21:26:58.655 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3647 | 2024-08-16T21:26:59.727Z | [ recovery-image] Aug 16 21:26:58.665 INFO O| Aug 16 21:26:58.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3648 | 2024-08-16T21:26:59.730Z | [ recovery-image] Aug 16 21:26:58.666 INFO O| Aug 16 21:26:58.666 INFO STEP 11 (remove_files) COMPLETE |
3649 | 2024-08-16T21:26:59.730Z | [ recovery-image] Aug 16 21:26:58.666 INFO O| Aug 16 21:26:58.666 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3650 | 2024-08-16T21:26:59.738Z | [ recovery-image] Aug 16 21:26:58.675 INFO O| Aug 16 21:26:58.675 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3651 | 2024-08-16T21:26:59.741Z | [ recovery-image] Aug 16 21:26:58.677 INFO O| Aug 16 21:26:58.677 INFO STEP 12 (remove_files) COMPLETE |
3652 | 2024-08-16T21:26:59.741Z | [ recovery-image] Aug 16 21:26:58.677 INFO O| Aug 16 21:26:58.677 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3653 | 2024-08-16T21:26:59.880Z | [ recovery-image] Aug 16 21:26:58.818 INFO O| Aug 16 21:26:58.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3654 | 2024-08-16T21:26:59.883Z | [ recovery-image] Aug 16 21:26:58.820 INFO O| Aug 16 21:26:58.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3655 | 2024-08-16T21:26:59.892Z | [ recovery-image] Aug 16 21:26:58.830 INFO O| Aug 16 21:26:58.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3656 | 2024-08-16T21:26:59.895Z | [ recovery-image] Aug 16 21:26:58.832 INFO O| Aug 16 21:26:58.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3657 | 2024-08-16T21:26:59.978Z | [ recovery-image] Aug 16 21:26:58.916 INFO O| Aug 16 21:26:58.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3658 | 2024-08-16T21:26:59.992Z | [ recovery-image] Aug 16 21:26:58.930 INFO O| Aug 16 21:26:58.930 INFO STEP 13 (remove_files) COMPLETE |
3659 | 2024-08-16T21:26:59.992Z | [ recovery-image] Aug 16 21:26:58.930 INFO O| Aug 16 21:26:58.930 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3660 | 2024-08-16T21:27:00.005Z | [ recovery-image] Aug 16 21:26:58.942 INFO O| Aug 16 21:26:58.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3661 | 2024-08-16T21:27:00.007Z | [ recovery-image] Aug 16 21:26:58.944 INFO O| Aug 16 21:26:58.944 INFO STEP 14 (remove_files) COMPLETE |
3662 | 2024-08-16T21:27:00.007Z | [ recovery-image] Aug 16 21:26:58.944 INFO O| Aug 16 21:26:58.944 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3663 | 2024-08-16T21:27:00.017Z | [ recovery-image] Aug 16 21:26:58.955 INFO O| Aug 16 21:26:58.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3664 | 2024-08-16T21:27:00.024Z | [ recovery-image] Aug 16 21:26:58.962 INFO O| Aug 16 21:26:58.962 INFO STEP 15 (remove_files) COMPLETE |
3665 | 2024-08-16T21:27:00.024Z | [ recovery-image] Aug 16 21:26:58.962 INFO O| Aug 16 21:26:58.962 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3666 | 2024-08-16T21:27:00.035Z | [ recovery-image] Aug 16 21:26:58.973 INFO O| Aug 16 21:26:58.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3667 | 2024-08-16T21:27:00.038Z | [ recovery-image] Aug 16 21:26:58.974 INFO O| Aug 16 21:26:58.974 INFO STEP 16 (remove_files) COMPLETE |
3668 | 2024-08-16T21:27:00.038Z | [ recovery-image] Aug 16 21:26:58.974 INFO O| Aug 16 21:26:58.974 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3669 | 2024-08-16T21:27:00.046Z | [ recovery-image] Aug 16 21:26:58.984 INFO O| Aug 16 21:26:58.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3670 | 2024-08-16T21:27:00.049Z | [ recovery-image] Aug 16 21:26:58.986 INFO O| Aug 16 21:26:58.986 INFO STEP 17 (remove_files) COMPLETE |
3671 | 2024-08-16T21:27:00.049Z | [ recovery-image] Aug 16 21:26:58.986 INFO O| Aug 16 21:26:58.986 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3672 | 2024-08-16T21:27:00.059Z | [ recovery-image] Aug 16 21:26:58.996 INFO O| Aug 16 21:26:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3673 | 2024-08-16T21:27:00.059Z | [ recovery-image] Aug 16 21:26:58.997 INFO O| Aug 16 21:26:58.997 INFO STEP 18 (remove_files) COMPLETE |
3674 | 2024-08-16T21:27:00.059Z | [ recovery-image] Aug 16 21:26:58.997 INFO O| Aug 16 21:26:58.997 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3675 | 2024-08-16T21:27:00.070Z | [ recovery-image] Aug 16 21:26:59.007 INFO O| Aug 16 21:26:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3676 | 2024-08-16T21:27:00.070Z | [ recovery-image] Aug 16 21:26:59.007 INFO O| Aug 16 21:26:59.007 INFO STEP 19 (remove_files) COMPLETE |
3677 | 2024-08-16T21:27:00.072Z | [ recovery-image] Aug 16 21:26:59.007 INFO O| Aug 16 21:26:59.007 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3678 | 2024-08-16T21:27:00.081Z | [ recovery-image] Aug 16 21:26:59.018 INFO O| Aug 16 21:26:59.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3679 | 2024-08-16T21:27:00.081Z | [ recovery-image] Aug 16 21:26:59.019 INFO O| Aug 16 21:26:59.019 INFO STEP 20 (remove_files) COMPLETE |
3680 | 2024-08-16T21:27:00.083Z | [ recovery-image] Aug 16 21:26:59.019 INFO O| Aug 16 21:26:59.019 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3681 | 2024-08-16T21:27:00.091Z | [ recovery-image] Aug 16 21:26:59.029 INFO O| Aug 16 21:26:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3682 | 2024-08-16T21:27:00.091Z | [ recovery-image] Aug 16 21:26:59.029 INFO O| Aug 16 21:26:59.029 INFO STEP 21 (remove_files) COMPLETE |
3683 | 2024-08-16T21:27:00.091Z | [ recovery-image] Aug 16 21:26:59.029 INFO O| Aug 16 21:26:59.029 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3684 | 2024-08-16T21:27:00.102Z | [ recovery-image] Aug 16 21:26:59.039 INFO O| Aug 16 21:26:59.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3685 | 2024-08-16T21:27:00.102Z | [ recovery-image] Aug 16 21:26:59.039 INFO O| Aug 16 21:26:59.039 INFO STEP 22 (remove_files) COMPLETE |
3686 | 2024-08-16T21:27:00.102Z | [ recovery-image] Aug 16 21:26:59.039 INFO O| Aug 16 21:26:59.039 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3687 | 2024-08-16T21:27:00.111Z | [ recovery-image] Aug 16 21:26:59.049 INFO O| Aug 16 21:26:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3688 | 2024-08-16T21:27:00.111Z | [ recovery-image] Aug 16 21:26:59.049 INFO O| Aug 16 21:26:59.049 INFO STEP 23 (remove_files) COMPLETE |
3689 | 2024-08-16T21:27:00.111Z | [ recovery-image] Aug 16 21:26:59.049 INFO O| Aug 16 21:26:59.049 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3690 | 2024-08-16T21:27:00.121Z | [ recovery-image] Aug 16 21:26:59.059 INFO O| Aug 16 21:26:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3691 | 2024-08-16T21:27:00.121Z | [ recovery-image] Aug 16 21:26:59.059 INFO O| Aug 16 21:26:59.059 INFO STEP 24 (remove_files) COMPLETE |
3692 | 2024-08-16T21:27:00.124Z | [ recovery-image] Aug 16 21:26:59.059 INFO O| Aug 16 21:26:59.059 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3693 | 2024-08-16T21:27:00.131Z | [ recovery-image] Aug 16 21:26:59.068 INFO O| Aug 16 21:26:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3694 | 2024-08-16T21:27:00.131Z | [ recovery-image] Aug 16 21:26:59.068 INFO O| Aug 16 21:26:59.068 INFO STEP 25 (remove_files) COMPLETE |
3695 | 2024-08-16T21:27:00.133Z | [ recovery-image] Aug 16 21:26:59.069 INFO O| Aug 16 21:26:59.068 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3696 | 2024-08-16T21:27:00.140Z | [ recovery-image] Aug 16 21:26:59.078 INFO O| Aug 16 21:26:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3697 | 2024-08-16T21:27:00.143Z | [ recovery-image] Aug 16 21:26:59.078 INFO O| Aug 16 21:26:59.078 INFO STEP 26 (remove_files) COMPLETE |
3698 | 2024-08-16T21:27:00.143Z | [ recovery-image] Aug 16 21:26:59.078 INFO O| Aug 16 21:26:59.078 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-16T21:27:00.149Z | [ recovery-image] Aug 16 21:26:59.087 INFO O| Aug 16 21:26:59.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3700 | 2024-08-16T21:27:00.150Z | [ recovery-image] Aug 16 21:26:59.087 INFO O| Aug 16 21:26:59.087 INFO STEP 27 (remove_files) COMPLETE |
3701 | 2024-08-16T21:27:00.150Z | [ recovery-image] Aug 16 21:26:59.087 INFO O| Aug 16 21:26:59.087 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-16T21:27:00.159Z | [ recovery-image] Aug 16 21:26:59.097 INFO O| Aug 16 21:26:59.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3703 | 2024-08-16T21:27:00.159Z | [ recovery-image] Aug 16 21:26:59.097 INFO O| Aug 16 21:26:59.097 INFO STEP 28 (remove_files) COMPLETE |
3704 | 2024-08-16T21:27:00.162Z | [ recovery-image] Aug 16 21:26:59.097 INFO O| Aug 16 21:26:59.097 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-16T21:27:00.169Z | [ recovery-image] Aug 16 21:26:59.106 INFO O| Aug 16 21:26:59.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3706 | 2024-08-16T21:27:00.169Z | [ recovery-image] Aug 16 21:26:59.106 INFO O| Aug 16 21:26:59.106 INFO STEP 29 (remove_files) COMPLETE |
3707 | 2024-08-16T21:27:00.174Z | [ recovery-image] Aug 16 21:26:59.106 INFO O| Aug 16 21:26:59.106 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-16T21:27:00.179Z | [ recovery-image] Aug 16 21:26:59.116 INFO O| Aug 16 21:26:59.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3709 | 2024-08-16T21:27:00.179Z | [ recovery-image] Aug 16 21:26:59.116 INFO O| Aug 16 21:26:59.116 INFO STEP 30 (remove_files) COMPLETE |
3710 | 2024-08-16T21:27:00.183Z | [ recovery-image] Aug 16 21:26:59.116 INFO O| Aug 16 21:26:59.116 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-16T21:27:00.188Z | [ recovery-image] Aug 16 21:26:59.125 INFO O| Aug 16 21:26:59.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3712 | 2024-08-16T21:27:00.191Z | [ recovery-image] Aug 16 21:26:59.125 INFO O| Aug 16 21:26:59.125 INFO STEP 31 (remove_files) COMPLETE |
3713 | 2024-08-16T21:27:00.191Z | [ recovery-image] Aug 16 21:26:59.125 INFO O| Aug 16 21:26:59.125 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-16T21:27:00.197Z | [ recovery-image] Aug 16 21:26:59.134 INFO O| Aug 16 21:26:59.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3715 | 2024-08-16T21:27:00.199Z | [ recovery-image] Aug 16 21:26:59.135 INFO O| Aug 16 21:26:59.134 INFO STEP 32 (remove_files) COMPLETE |
3716 | 2024-08-16T21:27:00.199Z | [ recovery-image] Aug 16 21:26:59.135 INFO O| Aug 16 21:26:59.135 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-16T21:27:00.206Z | [ recovery-image] Aug 16 21:26:59.144 INFO O| Aug 16 21:26:59.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3718 | 2024-08-16T21:27:00.206Z | [ recovery-image] Aug 16 21:26:59.144 INFO O| Aug 16 21:26:59.144 INFO STEP 33 (remove_files) COMPLETE |
3719 | 2024-08-16T21:27:00.206Z | [ recovery-image] Aug 16 21:26:59.144 INFO O| Aug 16 21:26:59.144 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-16T21:27:00.217Z | [ recovery-image] Aug 16 21:26:59.153 INFO O| Aug 16 21:26:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3721 | 2024-08-16T21:27:01.237Z | [ recovery-image] Aug 16 21:26:59.153 INFO O| Aug 16 21:26:59.153 INFO STEP 34 (remove_files) COMPLETE |
3722 | 2024-08-16T21:27:01.238Z | [ recovery-image] Aug 16 21:26:59.153 INFO O| Aug 16 21:26:59.153 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-16T21:27:01.254Z | [ recovery-image] Aug 16 21:26:59.163 INFO O| Aug 16 21:26:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3724 | 2024-08-16T21:27:01.254Z | [ recovery-image] Aug 16 21:26:59.163 INFO O| Aug 16 21:26:59.163 INFO STEP 35 (remove_files) COMPLETE |
3725 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.163 INFO O| Aug 16 21:26:59.163 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.172 INFO O| Aug 16 21:26:59.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3727 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.172 INFO O| Aug 16 21:26:59.172 INFO STEP 36 (remove_files) COMPLETE |
3728 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.172 INFO O| Aug 16 21:26:59.172 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.182 INFO O| Aug 16 21:26:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3730 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.182 INFO O| Aug 16 21:26:59.182 INFO STEP 37 (remove_files) COMPLETE |
3731 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.182 INFO O| Aug 16 21:26:59.182 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.191 INFO O| Aug 16 21:26:59.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3733 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.191 INFO O| Aug 16 21:26:59.191 INFO STEP 38 (remove_files) COMPLETE |
3734 | 2024-08-16T21:27:01.255Z | [ recovery-image] Aug 16 21:26:59.191 INFO O| Aug 16 21:26:59.191 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.200 INFO O| Aug 16 21:26:59.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3736 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.201 INFO O| Aug 16 21:26:59.201 INFO STEP 39 (remove_files) COMPLETE |
3737 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.201 INFO O| Aug 16 21:26:59.201 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.210 INFO O| Aug 16 21:26:59.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3739 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.210 INFO O| Aug 16 21:26:59.210 INFO STEP 40 (remove_files) COMPLETE |
3740 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.210 INFO O| Aug 16 21:26:59.210 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3741 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.219 INFO O| Aug 16 21:26:59.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3742 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.219 INFO O| Aug 16 21:26:59.219 INFO STEP 41 (remove_files) COMPLETE |
3743 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.219 INFO O| Aug 16 21:26:59.219 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-16T21:27:01.256Z | [ recovery-image] Aug 16 21:26:59.228 INFO O| Aug 16 21:26:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3745 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.229 INFO O| Aug 16 21:26:59.229 INFO STEP 42 (remove_files) COMPLETE |
3746 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.229 INFO O| Aug 16 21:26:59.229 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3747 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.238 INFO O| Aug 16 21:26:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3748 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.238 INFO O| Aug 16 21:26:59.238 INFO STEP 43 (remove_files) COMPLETE |
3749 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.238 INFO O| Aug 16 21:26:59.238 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3750 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.247 INFO O| Aug 16 21:26:59.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3751 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.247 INFO O| Aug 16 21:26:59.247 INFO STEP 44 (remove_files) COMPLETE |
3752 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.247 INFO O| Aug 16 21:26:59.247 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3753 | 2024-08-16T21:27:01.257Z | [ recovery-image] Aug 16 21:26:59.257 INFO O| Aug 16 21:26:59.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3754 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.257 INFO O| Aug 16 21:26:59.257 INFO STEP 45 (remove_files) COMPLETE |
3755 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.257 INFO O| Aug 16 21:26:59.257 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3756 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.266 INFO O| Aug 16 21:26:59.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3757 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.266 INFO O| Aug 16 21:26:59.266 INFO STEP 46 (remove_files) COMPLETE |
3758 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.266 INFO O| Aug 16 21:26:59.266 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3759 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.275 INFO O| Aug 16 21:26:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3760 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.275 INFO O| Aug 16 21:26:59.275 INFO STEP 47 (remove_files) COMPLETE |
3761 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.275 INFO O| Aug 16 21:26:59.275 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3762 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.285 INFO O| Aug 16 21:26:59.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3763 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.285 INFO O| Aug 16 21:26:59.285 INFO STEP 48 (remove_files) COMPLETE |
3764 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.285 INFO O| Aug 16 21:26:59.285 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3765 | 2024-08-16T21:27:01.258Z | [ recovery-image] Aug 16 21:26:59.294 INFO O| Aug 16 21:26:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3766 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.294 INFO O| Aug 16 21:26:59.294 INFO STEP 49 (remove_files) COMPLETE |
3767 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.294 INFO O| Aug 16 21:26:59.294 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3768 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.304 INFO O| Aug 16 21:26:59.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3769 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.304 INFO O| Aug 16 21:26:59.304 INFO STEP 50 (remove_files) COMPLETE |
3770 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.304 INFO O| Aug 16 21:26:59.304 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3771 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.313 INFO O| Aug 16 21:26:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3772 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.313 INFO O| Aug 16 21:26:59.313 INFO STEP 51 (remove_files) COMPLETE |
3773 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.313 INFO O| Aug 16 21:26:59.313 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3774 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.322 INFO O| Aug 16 21:26:59.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3775 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.323 INFO O| Aug 16 21:26:59.322 INFO STEP 52 (remove_files) COMPLETE |
3776 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.323 INFO O| Aug 16 21:26:59.322 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3777 | 2024-08-16T21:27:01.259Z | [ recovery-image] Aug 16 21:26:59.332 INFO O| Aug 16 21:26:59.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3778 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.332 INFO O| Aug 16 21:26:59.332 INFO STEP 53 (remove_files) COMPLETE |
3779 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.332 INFO O| Aug 16 21:26:59.332 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3780 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.341 INFO O| Aug 16 21:26:59.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3781 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.341 INFO O| Aug 16 21:26:59.341 INFO STEP 54 (remove_files) COMPLETE |
3782 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.341 INFO O| Aug 16 21:26:59.341 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3783 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.351 INFO O| Aug 16 21:26:59.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3784 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.351 INFO O| Aug 16 21:26:59.351 INFO STEP 55 (remove_files) COMPLETE |
3785 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.351 INFO O| Aug 16 21:26:59.351 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3786 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.360 INFO O| Aug 16 21:26:59.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3787 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.360 INFO O| Aug 16 21:26:59.360 INFO STEP 56 (remove_files) COMPLETE |
3788 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.360 INFO O| Aug 16 21:26:59.360 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3789 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.369 INFO O| Aug 16 21:26:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3790 | 2024-08-16T21:27:01.260Z | [ recovery-image] Aug 16 21:26:59.369 INFO O| Aug 16 21:26:59.369 INFO STEP 57 (remove_files) COMPLETE |
3791 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.369 INFO O| Aug 16 21:26:59.369 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3792 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.379 INFO O| Aug 16 21:26:59.379 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3793 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.379 INFO O| Aug 16 21:26:59.379 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3794 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.379 INFO O| Aug 16 21:26:59.379 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3795 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.379 INFO O| Aug 16 21:26:59.379 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3796 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.379 INFO O| Aug 16 21:26:59.379 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3797 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.379 INFO O| Aug 16 21:26:59.379 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3798 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.380 INFO O| Aug 16 21:26:59.379 INFO ok! |
3799 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.380 INFO O| Aug 16 21:26:59.379 INFO STEP 58 (ensure_file) COMPLETE |
3800 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.380 INFO O| Aug 16 21:26:59.380 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3801 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3802 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3803 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3804 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3805 | 2024-08-16T21:27:01.261Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3806 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3807 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 INFO ok! |
3808 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.389 INFO O| Aug 16 21:26:59.389 INFO STEP 59 (ensure_file) COMPLETE |
3809 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.390 INFO O| Aug 16 21:26:59.389 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3810 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.399 INFO O| Aug 16 21:26:59.399 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3811 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.399 INFO O| Aug 16 21:26:59.399 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3812 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.399 INFO O| Aug 16 21:26:59.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3813 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.399 INFO O| Aug 16 21:26:59.399 INFO ok! |
3814 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.399 INFO O| Aug 16 21:26:59.399 INFO STEP 60 (ensure_file) COMPLETE |
3815 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.399 INFO O| Aug 16 21:26:59.399 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3816 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.409 INFO O| Aug 16 21:26:59.409 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3817 | 2024-08-16T21:27:01.262Z | [ recovery-image] Aug 16 21:26:59.409 INFO O| Aug 16 21:26:59.409 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3818 | 2024-08-16T21:27:01.263Z | [ recovery-image] Aug 16 21:26:59.409 INFO O| Aug 16 21:26:59.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3819 | 2024-08-16T21:27:01.263Z | [ recovery-image] Aug 16 21:26:59.409 INFO O| Aug 16 21:26:59.409 INFO ok! |
3820 | 2024-08-16T21:27:01.263Z | [ recovery-image] Aug 16 21:26:59.409 INFO O| Aug 16 21:26:59.409 INFO STEP 61 (ensure_file) COMPLETE |
3821 | 2024-08-16T21:27:01.263Z | [ recovery-image] Aug 16 21:26:59.409 INFO O| Aug 16 21:26:59.409 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3822 | 2024-08-16T21:27:01.263Z | [ recovery-image] Aug 16 21:26:59.419 INFO O| Aug 16 21:26:59.419 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3823 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.419 INFO O| Aug 16 21:26:59.419 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3824 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.419 INFO O| Aug 16 21:26:59.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3825 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.419 INFO O| Aug 16 21:26:59.419 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3826 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.419 INFO O| Aug 16 21:26:59.419 INFO ok! |
3827 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.419 INFO O| Aug 16 21:26:59.419 INFO STEP 62 (ensure_file) COMPLETE |
3828 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.419 INFO O| Aug 16 21:26:59.419 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3829 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.428 INFO O| Aug 16 21:26:59.428 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3830 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.428 INFO O| Aug 16 21:26:59.428 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3831 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.428 INFO O| Aug 16 21:26:59.428 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3832 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.429 INFO O| Aug 16 21:26:59.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3833 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.429 INFO O| Aug 16 21:26:59.429 INFO ok! |
3834 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.429 INFO O| Aug 16 21:26:59.429 INFO STEP 63 (ensure_file) COMPLETE |
3835 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.429 INFO O| Aug 16 21:26:59.429 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3836 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.438 INFO O| Aug 16 21:26:59.438 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3837 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.438 INFO O| Aug 16 21:26:59.438 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3838 | 2024-08-16T21:27:01.279Z | [ recovery-image] Aug 16 21:26:59.438 INFO O| Aug 16 21:26:59.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3839 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.438 INFO O| Aug 16 21:26:59.438 INFO ok! |
3840 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.438 INFO O| Aug 16 21:26:59.438 INFO STEP 64 (assemble_files) COMPLETE |
3841 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.438 INFO O| Aug 16 21:26:59.438 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3842 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.448 INFO O| Aug 16 21:26:59.448 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3843 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.448 INFO O| Aug 16 21:26:59.448 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3844 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.448 INFO O| Aug 16 21:26:59.448 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3845 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.448 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3846 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO ok! |
3847 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO STEP 65 (ensure_file) COMPLETE |
3848 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3849 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO skip step because feature "omicron1" is not enabled |
3850 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3851 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO skip step because feature "omicron1" is not enabled |
3852 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3853 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO skip step because feature "omicron1" is not enabled |
3854 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.449 INFO O| Aug 16 21:26:59.449 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3855 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.463 INFO O| Aug 16 21:26:59.463 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3856 | 2024-08-16T21:27:01.280Z | [ recovery-image] Aug 16 21:26:59.463 INFO O| Aug 16 21:26:59.463 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3857 | 2024-08-16T21:27:01.280Z | [ host-image] Aug 16 21:26:59.572 INFO O| Aug 16 21:26:59.572 INFO O| Done |
3858 | 2024-08-16T21:27:01.280Z | [ host-image] Aug 16 21:27:00.073 INFO O| Aug 16 21:27:00.073 INFO O| Done |
3859 | 2024-08-16T21:27:01.348Z | [ host-image] Aug 16 21:27:00.282 INFO O| Aug 16 21:27:00.282 INFO STEP 11 (pkg_install) COMPLETE |
3860 | 2024-08-16T21:27:01.348Z | [ host-image] Aug 16 21:27:00.283 INFO O| Aug 16 21:27:00.282 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3861 | 2024-08-16T21:27:01.374Z | [ host-image] Aug 16 21:27:00.294 INFO O| Aug 16 21:27:00.294 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3862 | 2024-08-16T21:27:01.821Z | [ host-image] Aug 16 21:27:00.758 INFO O| Aug 16 21:27:00.758 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3863 | 2024-08-16T21:27:02.133Z | [ recovery-image] Aug 16 21:27:01.063 INFO O| Aug 16 21:27:01.063 INFO STEP 69 (pack_tar) COMPLETE |
3864 | 2024-08-16T21:27:02.138Z | [ recovery-image] Aug 16 21:27:01.063 INFO O| Aug 16 21:27:01.063 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3865 | 2024-08-16T21:27:02.138Z | [ recovery-image] Aug 16 21:27:01.063 INFO O| Aug 16 21:27:01.063 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3866 | 2024-08-16T21:27:03.004Z | [ recovery-image] Aug 16 21:27:01.942 INFO O| Aug 16 21:27:01.942 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3867 | 2024-08-16T21:27:03.088Z | [ recovery-image] Aug 16 21:27:02.025 INFO O| Aug 16 21:27:02.025 INFO completed processing gimlet/ramdisk-02-trim |
3868 | 2024-08-16T21:27:03.090Z | [ recovery-image] Aug 16 21:27:02.028 INFO image builder template: ramdisk-03-recovery-trim... |
3869 | 2024-08-16T21:27:03.091Z | [ recovery-image] Aug 16 21:27:02.028 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/.tmpxugGXy/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 |
3870 | 2024-08-16T21:27:03.156Z | [ recovery-image] Aug 16 21:27:02.094 INFO O| Aug 16 21:27:02.094 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3871 | 2024-08-16T21:27:03.160Z | [ recovery-image] Aug 16 21:27:02.098 INFO O| Aug 16 21:27:02.098 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3872 | 2024-08-16T21:27:03.244Z | [ recovery-image] Aug 16 21:27:02.181 INFO O| Aug 16 21:27:02.181 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3873 | 2024-08-16T21:27:03.319Z | [ recovery-image] Aug 16 21:27:02.255 INFO O| Aug 16 21:27:02.255 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3874 | 2024-08-16T21:27:03.323Z | [ recovery-image] Aug 16 21:27:02.255 INFO O| Aug 16 21:27:02.255 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3875 | 2024-08-16T21:27:03.331Z | [ recovery-image] Aug 16 21:27:02.268 INFO O| Aug 16 21:27:02.268 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3876 | 2024-08-16T21:27:03.338Z | [ recovery-image] Aug 16 21:27:02.275 INFO O| Aug 16 21:27:02.275 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3877 | 2024-08-16T21:27:03.345Z | [ recovery-image] Aug 16 21:27:02.282 INFO O| Aug 16 21:27:02.282 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3878 | 2024-08-16T21:27:03.636Z | [ recovery-image] Aug 16 21:27:02.574 INFO O| Aug 16 21:27:02.573 INFO rolled back to input snapshot; work may begin |
3879 | 2024-08-16T21:27:03.636Z | [ recovery-image] Aug 16 21:27:02.574 INFO O| Aug 16 21:27:02.574 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3880 | 2024-08-16T21:27:03.646Z | [ recovery-image] Aug 16 21:27:02.583 INFO O| Aug 16 21:27:02.583 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3881 | 2024-08-16T21:27:03.663Z | [ recovery-image] Aug 16 21:27:02.601 INFO O| Aug 16 21:27:02.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3882 | 2024-08-16T21:27:03.667Z | [ recovery-image] Aug 16 21:27:02.605 INFO O| Aug 16 21:27:02.605 INFO STEP 0 (remove_files) COMPLETE |
3883 | 2024-08-16T21:27:03.667Z | [ recovery-image] Aug 16 21:27:02.605 INFO O| Aug 16 21:27:02.605 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3884 | 2024-08-16T21:27:03.684Z | [ recovery-image] Aug 16 21:27:02.621 INFO O| Aug 16 21:27:02.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3885 | 2024-08-16T21:27:03.776Z | [ recovery-image] Aug 16 21:27:02.713 INFO O| Aug 16 21:27:02.713 INFO STEP 1 (remove_files) COMPLETE |
3886 | 2024-08-16T21:27:03.776Z | [ recovery-image] Aug 16 21:27:02.713 INFO O| Aug 16 21:27:02.713 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3887 | 2024-08-16T21:27:03.793Z | [ recovery-image] Aug 16 21:27:02.731 INFO O| Aug 16 21:27:02.730 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3888 | 2024-08-16T21:27:03.796Z | [ recovery-image] Aug 16 21:27:02.733 INFO O| Aug 16 21:27:02.733 INFO STEP 2 (remove_files) COMPLETE |
3889 | 2024-08-16T21:27:03.796Z | [ recovery-image] Aug 16 21:27:02.733 INFO O| Aug 16 21:27:02.733 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3890 | 2024-08-16T21:27:03.811Z | [ recovery-image] Aug 16 21:27:02.748 INFO O| Aug 16 21:27:02.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3891 | 2024-08-16T21:27:03.854Z | [ host-image] Aug 16 21:27:02.791 INFO O| Aug 16 21:27:02.791 INFO O| Planning: Solver setup ... Done |
3892 | 2024-08-16T21:27:03.860Z | [ host-image] Aug 16 21:27:02.797 INFO O| Aug 16 21:27:02.797 INFO O| Planning: Running solver ... Done |
3893 | 2024-08-16T21:27:03.884Z | [ recovery-image] Aug 16 21:27:02.820 INFO O| Aug 16 21:27:02.820 INFO STEP 3 (remove_files) COMPLETE |
3894 | 2024-08-16T21:27:03.886Z | [ recovery-image] Aug 16 21:27:02.820 INFO O| Aug 16 21:27:02.820 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3895 | 2024-08-16T21:27:03.900Z | [ recovery-image] Aug 16 21:27:02.837 INFO O| Aug 16 21:27:02.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3896 | 2024-08-16T21:27:03.921Z | [ recovery-image] Aug 16 21:27:02.858 INFO O| Aug 16 21:27:02.858 INFO STEP 4 (remove_files) COMPLETE |
3897 | 2024-08-16T21:27:03.921Z | [ recovery-image] Aug 16 21:27:02.858 INFO O| Aug 16 21:27:02.858 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3898 | 2024-08-16T21:27:03.924Z | [ host-image] Aug 16 21:27:02.859 INFO O| Aug 16 21:27:02.859 INFO O| Planning: Finding local manifests ... Done |
3899 | 2024-08-16T21:27:03.927Z | [ host-image] Aug 16 21:27:02.862 INFO O| Aug 16 21:27:02.862 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3900 | 2024-08-16T21:27:03.940Z | [ recovery-image] Aug 16 21:27:02.878 INFO O| Aug 16 21:27:02.877 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3901 | 2024-08-16T21:27:03.945Z | [ recovery-image] Aug 16 21:27:02.883 INFO O| Aug 16 21:27:02.883 INFO STEP 5 (remove_files) COMPLETE |
3902 | 2024-08-16T21:27:03.945Z | [ recovery-image] Aug 16 21:27:02.883 INFO O| Aug 16 21:27:02.883 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3903 | 2024-08-16T21:27:03.964Z | [ recovery-image] Aug 16 21:27:02.901 INFO O| Aug 16 21:27:02.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3904 | 2024-08-16T21:27:03.966Z | [ recovery-image] Aug 16 21:27:02.904 INFO O| Aug 16 21:27:02.904 INFO STEP 6 (remove_files) COMPLETE |
3905 | 2024-08-16T21:27:03.966Z | [ recovery-image] Aug 16 21:27:02.904 INFO O| Aug 16 21:27:02.904 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3906 | 2024-08-16T21:27:03.979Z | [ recovery-image] Aug 16 21:27:02.916 INFO O| Aug 16 21:27:02.916 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3907 | 2024-08-16T21:27:03.982Z | [ recovery-image] Aug 16 21:27:02.919 INFO O| Aug 16 21:27:02.919 INFO STEP 7 (remove_files) COMPLETE |
3908 | 2024-08-16T21:27:03.984Z | [ recovery-image] Aug 16 21:27:02.919 INFO O| Aug 16 21:27:02.919 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3909 | 2024-08-16T21:27:03.994Z | [ recovery-image] Aug 16 21:27:02.932 INFO O| Aug 16 21:27:02.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3910 | 2024-08-16T21:27:03.997Z | [ recovery-image] Aug 16 21:27:02.935 INFO O| Aug 16 21:27:02.935 INFO STEP 8 (remove_files) COMPLETE |
3911 | 2024-08-16T21:27:03.998Z | [ recovery-image] Aug 16 21:27:02.935 INFO O| Aug 16 21:27:02.935 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3912 | 2024-08-16T21:27:04.008Z | [ recovery-image] Aug 16 21:27:02.946 INFO O| Aug 16 21:27:02.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3913 | 2024-08-16T21:27:04.010Z | [ recovery-image] Aug 16 21:27:02.946 INFO O| Aug 16 21:27:02.946 INFO STEP 9 (remove_files) COMPLETE |
3914 | 2024-08-16T21:27:04.010Z | [ recovery-image] Aug 16 21:27:02.946 INFO O| Aug 16 21:27:02.946 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3915 | 2024-08-16T21:27:04.018Z | [ recovery-image] Aug 16 21:27:02.956 INFO O| Aug 16 21:27:02.956 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3916 | 2024-08-16T21:27:04.021Z | [ recovery-image] Aug 16 21:27:02.957 INFO O| Aug 16 21:27:02.957 INFO STEP 10 (remove_files) COMPLETE |
3917 | 2024-08-16T21:27:04.021Z | [ recovery-image] Aug 16 21:27:02.957 INFO O| Aug 16 21:27:02.957 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3918 | 2024-08-16T21:27:04.030Z | [ recovery-image] Aug 16 21:27:02.967 INFO O| Aug 16 21:27:02.967 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3919 | 2024-08-16T21:27:04.032Z | [ host-image] Aug 16 21:27:02.970 INFO O| Aug 16 21:27:02.970 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3920 | 2024-08-16T21:27:04.055Z | [ host-image] Aug 16 21:27:02.993 INFO O| Aug 16 21:27:02.993 INFO O| Planning: Package planning ... Done |
3921 | 2024-08-16T21:27:04.058Z | [ host-image] Aug 16 21:27:02.996 INFO O| Aug 16 21:27:02.995 INFO O| Planning: Merging actions ... Done |
3922 | 2024-08-16T21:27:04.085Z | [ recovery-image] Aug 16 21:27:03.023 INFO O| Aug 16 21:27:03.023 INFO STEP 11 (remove_files) COMPLETE |
3923 | 2024-08-16T21:27:04.086Z | [ recovery-image] Aug 16 21:27:03.023 INFO O| Aug 16 21:27:03.023 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3924 | 2024-08-16T21:27:04.101Z | [ recovery-image] Aug 16 21:27:03.038 INFO O| Aug 16 21:27:03.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3925 | 2024-08-16T21:27:04.104Z | [ recovery-image] Aug 16 21:27:03.041 INFO O| Aug 16 21:27:03.041 INFO STEP 12 (remove_files) COMPLETE |
3926 | 2024-08-16T21:27:04.104Z | [ recovery-image] Aug 16 21:27:03.041 INFO O| Aug 16 21:27:03.041 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3927 | 2024-08-16T21:27:04.117Z | [ recovery-image] Aug 16 21:27:03.054 INFO O| Aug 16 21:27:03.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3928 | 2024-08-16T21:27:04.119Z | [ recovery-image] Aug 16 21:27:03.057 INFO O| Aug 16 21:27:03.057 INFO STEP 13 (remove_files) COMPLETE |
3929 | 2024-08-16T21:27:04.119Z | [ recovery-image] Aug 16 21:27:03.057 INFO O| Aug 16 21:27:03.057 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3930 | 2024-08-16T21:27:04.130Z | [ recovery-image] Aug 16 21:27:03.068 INFO O| Aug 16 21:27:03.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3931 | 2024-08-16T21:27:04.133Z | [ recovery-image] Aug 16 21:27:03.069 INFO O| Aug 16 21:27:03.069 INFO STEP 14 (remove_files) COMPLETE |
3932 | 2024-08-16T21:27:04.133Z | [ recovery-image] Aug 16 21:27:03.069 INFO O| Aug 16 21:27:03.069 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3933 | 2024-08-16T21:27:04.141Z | [ recovery-image] Aug 16 21:27:03.079 INFO O| Aug 16 21:27:03.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3934 | 2024-08-16T21:27:04.144Z | [ recovery-image] Aug 16 21:27:03.080 INFO O| Aug 16 21:27:03.080 INFO STEP 15 (remove_files) COMPLETE |
3935 | 2024-08-16T21:27:04.144Z | [ recovery-image] Aug 16 21:27:03.080 INFO O| Aug 16 21:27:03.080 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3936 | 2024-08-16T21:27:04.148Z | [ host-image] Aug 16 21:27:03.085 INFO O| Aug 16 21:27:03.085 INFO O| Planning: Checking for conflicting actions ... Done |
3937 | 2024-08-16T21:27:04.150Z | [ host-image] Aug 16 21:27:03.086 INFO O| Aug 16 21:27:03.086 INFO O| Planning: Consolidating action changes ... Done |
3938 | 2024-08-16T21:27:04.153Z | [ recovery-image] Aug 16 21:27:03.089 INFO O| Aug 16 21:27:03.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3939 | 2024-08-16T21:27:04.160Z | [ recovery-image] Aug 16 21:27:03.097 INFO O| Aug 16 21:27:03.097 INFO STEP 16 (remove_files) COMPLETE |
3940 | 2024-08-16T21:27:04.160Z | [ recovery-image] Aug 16 21:27:03.097 INFO O| Aug 16 21:27:03.097 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-16T21:27:04.170Z | [ recovery-image] Aug 16 21:27:03.108 INFO O| Aug 16 21:27:03.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3942 | 2024-08-16T21:27:04.170Z | [ recovery-image] Aug 16 21:27:03.108 INFO O| Aug 16 21:27:03.108 INFO STEP 17 (remove_files) COMPLETE |
3943 | 2024-08-16T21:27:04.173Z | [ recovery-image] Aug 16 21:27:03.108 INFO O| Aug 16 21:27:03.108 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-16T21:27:04.180Z | [ recovery-image] Aug 16 21:27:03.118 INFO O| Aug 16 21:27:03.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3945 | 2024-08-16T21:27:04.182Z | [ recovery-image] Aug 16 21:27:03.118 INFO O| Aug 16 21:27:03.118 INFO STEP 18 (remove_files) COMPLETE |
3946 | 2024-08-16T21:27:04.183Z | [ recovery-image] Aug 16 21:27:03.118 INFO O| Aug 16 21:27:03.118 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-16T21:27:04.191Z | [ recovery-image] Aug 16 21:27:03.128 INFO O| Aug 16 21:27:03.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3948 | 2024-08-16T21:27:04.232Z | [ recovery-image] Aug 16 21:27:03.169 INFO O| Aug 16 21:27:03.169 INFO STEP 19 (remove_files) COMPLETE |
3949 | 2024-08-16T21:27:04.232Z | [ recovery-image] Aug 16 21:27:03.169 INFO O| Aug 16 21:27:03.169 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-16T21:27:04.243Z | [ recovery-image] Aug 16 21:27:03.181 INFO O| Aug 16 21:27:03.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3951 | 2024-08-16T21:27:04.246Z | [ recovery-image] Aug 16 21:27:03.182 INFO O| Aug 16 21:27:03.182 INFO STEP 20 (remove_files) COMPLETE |
3952 | 2024-08-16T21:27:04.246Z | [ recovery-image] Aug 16 21:27:03.182 INFO O| Aug 16 21:27:03.182 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-16T21:27:04.254Z | [ recovery-image] Aug 16 21:27:03.192 INFO O| Aug 16 21:27:03.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3954 | 2024-08-16T21:27:04.256Z | [ recovery-image] Aug 16 21:27:03.192 INFO O| Aug 16 21:27:03.192 INFO STEP 21 (remove_files) COMPLETE |
3955 | 2024-08-16T21:27:04.256Z | [ recovery-image] Aug 16 21:27:03.192 INFO O| Aug 16 21:27:03.192 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-16T21:27:04.264Z | [ recovery-image] Aug 16 21:27:03.202 INFO O| Aug 16 21:27:03.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3957 | 2024-08-16T21:27:04.267Z | [ recovery-image] Aug 16 21:27:03.202 INFO O| Aug 16 21:27:03.202 INFO STEP 22 (remove_files) COMPLETE |
3958 | 2024-08-16T21:27:04.267Z | [ recovery-image] Aug 16 21:27:03.202 INFO O| Aug 16 21:27:03.202 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-16T21:27:04.274Z | [ recovery-image] Aug 16 21:27:03.212 INFO O| Aug 16 21:27:03.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3960 | 2024-08-16T21:27:04.277Z | [ recovery-image] Aug 16 21:27:03.212 INFO O| Aug 16 21:27:03.212 INFO STEP 23 (remove_files) COMPLETE |
3961 | 2024-08-16T21:27:04.277Z | [ recovery-image] Aug 16 21:27:03.212 INFO O| Aug 16 21:27:03.212 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-16T21:27:04.284Z | [ recovery-image] Aug 16 21:27:03.221 INFO O| Aug 16 21:27:03.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3963 | 2024-08-16T21:27:04.286Z | [ recovery-image] Aug 16 21:27:03.222 INFO O| Aug 16 21:27:03.222 INFO STEP 24 (remove_files) COMPLETE |
3964 | 2024-08-16T21:27:04.286Z | [ recovery-image] Aug 16 21:27:03.222 INFO O| Aug 16 21:27:03.222 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-16T21:27:04.294Z | [ recovery-image] Aug 16 21:27:03.232 INFO O| Aug 16 21:27:03.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3966 | 2024-08-16T21:27:04.297Z | [ recovery-image] Aug 16 21:27:03.232 INFO O| Aug 16 21:27:03.232 INFO STEP 25 (remove_files) COMPLETE |
3967 | 2024-08-16T21:27:04.297Z | [ recovery-image] Aug 16 21:27:03.232 INFO O| Aug 16 21:27:03.232 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-16T21:27:04.305Z | [ recovery-image] Aug 16 21:27:03.242 INFO O| Aug 16 21:27:03.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3969 | 2024-08-16T21:27:04.307Z | [ recovery-image] Aug 16 21:27:03.242 INFO O| Aug 16 21:27:03.242 INFO STEP 26 (remove_files) COMPLETE |
3970 | 2024-08-16T21:27:04.307Z | [ recovery-image] Aug 16 21:27:03.242 INFO O| Aug 16 21:27:03.242 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-16T21:27:04.315Z | [ recovery-image] Aug 16 21:27:03.252 INFO O| Aug 16 21:27:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3972 | 2024-08-16T21:27:04.315Z | [ recovery-image] Aug 16 21:27:03.252 INFO O| Aug 16 21:27:03.252 INFO STEP 27 (remove_files) COMPLETE |
3973 | 2024-08-16T21:27:04.317Z | [ recovery-image] Aug 16 21:27:03.252 INFO O| Aug 16 21:27:03.252 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-16T21:27:04.325Z | [ recovery-image] Aug 16 21:27:03.262 INFO O| Aug 16 21:27:03.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3975 | 2024-08-16T21:27:04.327Z | [ recovery-image] Aug 16 21:27:03.262 INFO O| Aug 16 21:27:03.262 INFO STEP 28 (remove_files) COMPLETE |
3976 | 2024-08-16T21:27:04.327Z | [ recovery-image] Aug 16 21:27:03.262 INFO O| Aug 16 21:27:03.262 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-16T21:27:04.329Z | [ host-image] Aug 16 21:27:03.265 INFO O| Aug 16 21:27:03.265 INFO O| Planning: Evaluating mediators ... Done |
3978 | 2024-08-16T21:27:04.329Z | [ host-image] Aug 16 21:27:03.267 INFO O| Aug 16 21:27:03.267 INFO O| Planning: Planning completed in 2.51 seconds |
3979 | 2024-08-16T21:27:04.332Z | [ host-image] Aug 16 21:27:03.268 INFO O| Aug 16 21:27:03.268 INFO O| Packages to install: 4 |
3980 | 2024-08-16T21:27:04.332Z | [ host-image] Aug 16 21:27:03.268 INFO O| Aug 16 21:27:03.268 INFO O| Services to change: 2 |
3981 | 2024-08-16T21:27:04.334Z | [ recovery-image] Aug 16 21:27:03.272 INFO O| Aug 16 21:27:03.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3982 | 2024-08-16T21:27:04.337Z | [ recovery-image] Aug 16 21:27:03.272 INFO O| Aug 16 21:27:03.272 INFO STEP 29 (remove_files) COMPLETE |
3983 | 2024-08-16T21:27:04.337Z | [ recovery-image] Aug 16 21:27:03.272 INFO O| Aug 16 21:27:03.272 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3984 | 2024-08-16T21:27:04.342Z | [ host-image] Aug 16 21:27:03.279 INFO O| Aug 16 21:27:03.279 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3985 | 2024-08-16T21:27:04.344Z | [ recovery-image] Aug 16 21:27:03.282 INFO O| Aug 16 21:27:03.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3986 | 2024-08-16T21:27:04.344Z | [ recovery-image] Aug 16 21:27:03.282 INFO O| Aug 16 21:27:03.282 INFO STEP 30 (remove_files) COMPLETE |
3987 | 2024-08-16T21:27:04.344Z | [ recovery-image] Aug 16 21:27:03.282 INFO O| Aug 16 21:27:03.282 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3988 | 2024-08-16T21:27:04.355Z | [ recovery-image] Aug 16 21:27:03.292 INFO O| Aug 16 21:27:03.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3989 | 2024-08-16T21:27:04.355Z | [ recovery-image] Aug 16 21:27:03.292 INFO O| Aug 16 21:27:03.292 INFO STEP 31 (remove_files) COMPLETE |
3990 | 2024-08-16T21:27:04.357Z | [ recovery-image] Aug 16 21:27:03.292 INFO O| Aug 16 21:27:03.292 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3991 | 2024-08-16T21:27:04.365Z | [ recovery-image] Aug 16 21:27:03.302 INFO O| Aug 16 21:27:03.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3992 | 2024-08-16T21:27:04.367Z | [ recovery-image] Aug 16 21:27:03.302 INFO O| Aug 16 21:27:03.302 INFO STEP 32 (remove_files) COMPLETE |
3993 | 2024-08-16T21:27:04.367Z | [ recovery-image] Aug 16 21:27:03.302 INFO O| Aug 16 21:27:03.302 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3994 | 2024-08-16T21:27:04.375Z | [ recovery-image] Aug 16 21:27:03.312 INFO O| Aug 16 21:27:03.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3995 | 2024-08-16T21:27:04.375Z | [ recovery-image] Aug 16 21:27:03.312 INFO O| Aug 16 21:27:03.312 INFO STEP 33 (remove_files) COMPLETE |
3996 | 2024-08-16T21:27:04.377Z | [ recovery-image] Aug 16 21:27:03.312 INFO O| Aug 16 21:27:03.312 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3997 | 2024-08-16T21:27:04.385Z | [ recovery-image] Aug 16 21:27:03.323 INFO O| Aug 16 21:27:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3998 | 2024-08-16T21:27:04.388Z | [ recovery-image] Aug 16 21:27:03.323 INFO O| Aug 16 21:27:03.323 INFO STEP 34 (remove_files) COMPLETE |
3999 | 2024-08-16T21:27:04.388Z | [ recovery-image] Aug 16 21:27:03.323 INFO O| Aug 16 21:27:03.323 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4000 | 2024-08-16T21:27:04.396Z | [ recovery-image] Aug 16 21:27:03.333 INFO O| Aug 16 21:27:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4001 | 2024-08-16T21:27:04.396Z | [ recovery-image] Aug 16 21:27:03.333 INFO O| Aug 16 21:27:03.333 INFO STEP 35 (remove_files) COMPLETE |
4002 | 2024-08-16T21:27:04.398Z | [ recovery-image] Aug 16 21:27:03.333 INFO O| Aug 16 21:27:03.333 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4003 | 2024-08-16T21:27:04.406Z | [ recovery-image] Aug 16 21:27:03.344 INFO O| Aug 16 21:27:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4004 | 2024-08-16T21:27:04.406Z | [ recovery-image] Aug 16 21:27:03.344 INFO O| Aug 16 21:27:03.344 INFO STEP 36 (remove_files) COMPLETE |
4005 | 2024-08-16T21:27:04.406Z | [ recovery-image] Aug 16 21:27:03.344 INFO O| Aug 16 21:27:03.344 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4006 | 2024-08-16T21:27:04.417Z | [ recovery-image] Aug 16 21:27:03.354 INFO O| Aug 16 21:27:03.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4007 | 2024-08-16T21:27:04.419Z | [ recovery-image] Aug 16 21:27:03.355 INFO O| Aug 16 21:27:03.355 INFO STEP 37 (remove_files) COMPLETE |
4008 | 2024-08-16T21:27:04.419Z | [ recovery-image] Aug 16 21:27:03.355 INFO O| Aug 16 21:27:03.355 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4009 | 2024-08-16T21:27:04.428Z | [ recovery-image] Aug 16 21:27:03.366 INFO O| Aug 16 21:27:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4010 | 2024-08-16T21:27:04.428Z | [ recovery-image] Aug 16 21:27:03.366 INFO O| Aug 16 21:27:03.366 INFO STEP 38 (remove_files) COMPLETE |
4011 | 2024-08-16T21:27:04.430Z | [ recovery-image] Aug 16 21:27:03.366 INFO O| Aug 16 21:27:03.366 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4012 | 2024-08-16T21:27:04.438Z | [ recovery-image] Aug 16 21:27:03.376 INFO O| Aug 16 21:27:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4013 | 2024-08-16T21:27:04.438Z | [ recovery-image] Aug 16 21:27:03.376 INFO O| Aug 16 21:27:03.376 INFO STEP 39 (remove_files) COMPLETE |
4014 | 2024-08-16T21:27:04.441Z | [ recovery-image] Aug 16 21:27:03.376 INFO O| Aug 16 21:27:03.376 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4015 | 2024-08-16T21:27:04.449Z | [ recovery-image] Aug 16 21:27:03.386 INFO O| Aug 16 21:27:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4016 | 2024-08-16T21:27:04.449Z | [ recovery-image] Aug 16 21:27:03.386 INFO O| Aug 16 21:27:03.386 INFO STEP 40 (remove_files) COMPLETE |
4017 | 2024-08-16T21:27:04.449Z | [ recovery-image] Aug 16 21:27:03.386 INFO O| Aug 16 21:27:03.386 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4018 | 2024-08-16T21:27:04.459Z | [ recovery-image] Aug 16 21:27:03.397 INFO O| Aug 16 21:27:03.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4019 | 2024-08-16T21:27:04.459Z | [ recovery-image] Aug 16 21:27:03.397 INFO O| Aug 16 21:27:03.397 INFO STEP 41 (remove_files) COMPLETE |
4020 | 2024-08-16T21:27:04.459Z | [ recovery-image] Aug 16 21:27:03.397 INFO O| Aug 16 21:27:03.397 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4021 | 2024-08-16T21:27:04.470Z | [ recovery-image] Aug 16 21:27:03.407 INFO O| Aug 16 21:27:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4022 | 2024-08-16T21:27:04.470Z | [ recovery-image] Aug 16 21:27:03.407 INFO O| Aug 16 21:27:03.407 INFO STEP 42 (remove_files) COMPLETE |
4023 | 2024-08-16T21:27:04.472Z | [ recovery-image] Aug 16 21:27:03.407 INFO O| Aug 16 21:27:03.407 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4024 | 2024-08-16T21:27:04.480Z | [ recovery-image] Aug 16 21:27:03.417 INFO O| Aug 16 21:27:03.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4025 | 2024-08-16T21:27:04.480Z | [ recovery-image] Aug 16 21:27:03.418 INFO O| Aug 16 21:27:03.418 INFO STEP 43 (remove_files) COMPLETE |
4026 | 2024-08-16T21:27:04.483Z | [ recovery-image] Aug 16 21:27:03.418 INFO O| Aug 16 21:27:03.418 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4027 | 2024-08-16T21:27:04.491Z | [ recovery-image] Aug 16 21:27:03.428 INFO O| Aug 16 21:27:03.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4028 | 2024-08-16T21:27:04.491Z | [ recovery-image] Aug 16 21:27:03.428 INFO O| Aug 16 21:27:03.428 INFO STEP 44 (remove_files) COMPLETE |
4029 | 2024-08-16T21:27:04.491Z | [ recovery-image] Aug 16 21:27:03.428 INFO O| Aug 16 21:27:03.428 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4030 | 2024-08-16T21:27:04.500Z | [ recovery-image] Aug 16 21:27:03.438 INFO O| Aug 16 21:27:03.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4031 | 2024-08-16T21:27:04.500Z | [ recovery-image] Aug 16 21:27:03.438 INFO O| Aug 16 21:27:03.438 INFO STEP 45 (remove_files) COMPLETE |
4032 | 2024-08-16T21:27:04.503Z | [ recovery-image] Aug 16 21:27:03.438 INFO O| Aug 16 21:27:03.438 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4033 | 2024-08-16T21:27:04.510Z | [ recovery-image] Aug 16 21:27:03.447 INFO O| Aug 16 21:27:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4034 | 2024-08-16T21:27:04.510Z | [ recovery-image] Aug 16 21:27:03.447 INFO O| Aug 16 21:27:03.447 INFO STEP 46 (remove_files) COMPLETE |
4035 | 2024-08-16T21:27:04.512Z | [ recovery-image] Aug 16 21:27:03.447 INFO O| Aug 16 21:27:03.447 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4036 | 2024-08-16T21:27:04.520Z | [ recovery-image] Aug 16 21:27:03.457 INFO O| Aug 16 21:27:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4037 | 2024-08-16T21:27:04.522Z | [ recovery-image] Aug 16 21:27:03.457 INFO O| Aug 16 21:27:03.457 INFO STEP 47 (remove_files) COMPLETE |
4038 | 2024-08-16T21:27:04.522Z | [ recovery-image] Aug 16 21:27:03.457 INFO O| Aug 16 21:27:03.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4039 | 2024-08-16T21:27:04.529Z | [ recovery-image] Aug 16 21:27:03.467 INFO O| Aug 16 21:27:03.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4040 | 2024-08-16T21:27:04.529Z | [ recovery-image] Aug 16 21:27:03.467 INFO O| Aug 16 21:27:03.467 INFO STEP 48 (remove_files) COMPLETE |
4041 | 2024-08-16T21:27:04.533Z | [ recovery-image] Aug 16 21:27:03.467 INFO O| Aug 16 21:27:03.467 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4042 | 2024-08-16T21:27:04.539Z | [ recovery-image] Aug 16 21:27:03.476 INFO O| Aug 16 21:27:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4043 | 2024-08-16T21:27:04.539Z | [ recovery-image] Aug 16 21:27:03.476 INFO O| Aug 16 21:27:03.476 INFO STEP 49 (remove_files) COMPLETE |
4044 | 2024-08-16T21:27:04.539Z | [ recovery-image] Aug 16 21:27:03.476 INFO O| Aug 16 21:27:03.476 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4045 | 2024-08-16T21:27:04.548Z | [ recovery-image] Aug 16 21:27:03.485 INFO O| Aug 16 21:27:03.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4046 | 2024-08-16T21:27:04.548Z | [ recovery-image] Aug 16 21:27:03.486 INFO O| Aug 16 21:27:03.486 INFO STEP 50 (remove_files) COMPLETE |
4047 | 2024-08-16T21:27:04.550Z | [ recovery-image] Aug 16 21:27:03.486 INFO O| Aug 16 21:27:03.486 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4048 | 2024-08-16T21:27:04.560Z | [ recovery-image] Aug 16 21:27:03.495 INFO O| Aug 16 21:27:03.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4049 | 2024-08-16T21:27:04.560Z | [ recovery-image] Aug 16 21:27:03.495 INFO O| Aug 16 21:27:03.495 INFO STEP 51 (remove_files) COMPLETE |
4050 | 2024-08-16T21:27:04.560Z | [ recovery-image] Aug 16 21:27:03.495 INFO O| Aug 16 21:27:03.495 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4051 | 2024-08-16T21:27:04.567Z | [ recovery-image] Aug 16 21:27:03.505 INFO O| Aug 16 21:27:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4052 | 2024-08-16T21:27:04.567Z | [ recovery-image] Aug 16 21:27:03.505 INFO O| Aug 16 21:27:03.505 INFO STEP 52 (remove_files) COMPLETE |
4053 | 2024-08-16T21:27:04.567Z | [ recovery-image] Aug 16 21:27:03.505 INFO O| Aug 16 21:27:03.505 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4054 | 2024-08-16T21:27:04.576Z | [ recovery-image] Aug 16 21:27:03.514 INFO O| Aug 16 21:27:03.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4055 | 2024-08-16T21:27:04.579Z | [ recovery-image] Aug 16 21:27:03.515 INFO O| Aug 16 21:27:03.515 INFO STEP 53 (remove_files) COMPLETE |
4056 | 2024-08-16T21:27:04.579Z | [ recovery-image] Aug 16 21:27:03.515 INFO O| Aug 16 21:27:03.515 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4057 | 2024-08-16T21:27:04.586Z | [ recovery-image] Aug 16 21:27:03.524 INFO O| Aug 16 21:27:03.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4058 | 2024-08-16T21:27:04.586Z | [ recovery-image] Aug 16 21:27:03.524 INFO O| Aug 16 21:27:03.524 INFO STEP 54 (remove_files) COMPLETE |
4059 | 2024-08-16T21:27:04.589Z | [ recovery-image] Aug 16 21:27:03.524 INFO O| Aug 16 21:27:03.524 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4060 | 2024-08-16T21:27:04.596Z | [ recovery-image] Aug 16 21:27:03.534 INFO O| Aug 16 21:27:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4061 | 2024-08-16T21:27:04.599Z | [ recovery-image] Aug 16 21:27:03.534 INFO O| Aug 16 21:27:03.534 INFO STEP 55 (remove_files) COMPLETE |
4062 | 2024-08-16T21:27:04.599Z | [ recovery-image] Aug 16 21:27:03.534 INFO O| Aug 16 21:27:03.534 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4063 | 2024-08-16T21:27:04.606Z | [ recovery-image] Aug 16 21:27:03.543 INFO O| Aug 16 21:27:03.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4064 | 2024-08-16T21:27:04.606Z | [ recovery-image] Aug 16 21:27:03.543 INFO O| Aug 16 21:27:03.543 INFO STEP 56 (remove_files) COMPLETE |
4065 | 2024-08-16T21:27:04.608Z | [ recovery-image] Aug 16 21:27:03.543 INFO O| Aug 16 21:27:03.543 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4066 | 2024-08-16T21:27:04.615Z | [ recovery-image] Aug 16 21:27:03.553 INFO O| Aug 16 21:27:03.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4067 | 2024-08-16T21:27:04.618Z | [ recovery-image] Aug 16 21:27:03.553 INFO O| Aug 16 21:27:03.553 INFO STEP 57 (remove_files) COMPLETE |
4068 | 2024-08-16T21:27:04.618Z | [ recovery-image] Aug 16 21:27:03.553 INFO O| Aug 16 21:27:03.553 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4069 | 2024-08-16T21:27:04.625Z | [ recovery-image] Aug 16 21:27:03.563 INFO O| Aug 16 21:27:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4070 | 2024-08-16T21:27:04.625Z | [ recovery-image] Aug 16 21:27:03.563 INFO O| Aug 16 21:27:03.563 INFO STEP 58 (remove_files) COMPLETE |
4071 | 2024-08-16T21:27:04.628Z | [ recovery-image] Aug 16 21:27:03.563 INFO O| Aug 16 21:27:03.563 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4072 | 2024-08-16T21:27:04.635Z | [ recovery-image] Aug 16 21:27:03.573 INFO O| Aug 16 21:27:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4073 | 2024-08-16T21:27:04.635Z | [ recovery-image] Aug 16 21:27:03.573 INFO O| Aug 16 21:27:03.573 INFO STEP 59 (remove_files) COMPLETE |
4074 | 2024-08-16T21:27:04.635Z | [ recovery-image] Aug 16 21:27:03.573 INFO O| Aug 16 21:27:03.573 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4075 | 2024-08-16T21:27:04.647Z | [ recovery-image] Aug 16 21:27:03.584 INFO O| Aug 16 21:27:03.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4076 | 2024-08-16T21:27:04.647Z | [ recovery-image] Aug 16 21:27:03.584 INFO O| Aug 16 21:27:03.584 INFO STEP 60 (remove_files) COMPLETE |
4077 | 2024-08-16T21:27:04.647Z | [ recovery-image] Aug 16 21:27:03.584 INFO O| Aug 16 21:27:03.584 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4078 | 2024-08-16T21:27:04.658Z | [ recovery-image] Aug 16 21:27:03.595 INFO O| Aug 16 21:27:03.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4079 | 2024-08-16T21:27:04.658Z | [ recovery-image] Aug 16 21:27:03.595 INFO O| Aug 16 21:27:03.595 INFO STEP 61 (remove_files) COMPLETE |
4080 | 2024-08-16T21:27:04.661Z | [ recovery-image] Aug 16 21:27:03.595 INFO O| Aug 16 21:27:03.595 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4081 | 2024-08-16T21:27:04.669Z | [ recovery-image] Aug 16 21:27:03.606 INFO O| Aug 16 21:27:03.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4082 | 2024-08-16T21:27:04.669Z | [ recovery-image] Aug 16 21:27:03.606 INFO O| Aug 16 21:27:03.606 INFO STEP 62 (remove_files) COMPLETE |
4083 | 2024-08-16T21:27:04.669Z | [ recovery-image] Aug 16 21:27:03.606 INFO O| Aug 16 21:27:03.606 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4084 | 2024-08-16T21:27:04.683Z | [ recovery-image] Aug 16 21:27:03.616 INFO O| Aug 16 21:27:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4085 | 2024-08-16T21:27:04.683Z | [ recovery-image] Aug 16 21:27:03.616 INFO O| Aug 16 21:27:03.616 INFO STEP 63 (remove_files) COMPLETE |
4086 | 2024-08-16T21:27:04.683Z | [ recovery-image] Aug 16 21:27:03.616 INFO O| Aug 16 21:27:03.616 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4087 | 2024-08-16T21:27:04.688Z | [ recovery-image] Aug 16 21:27:03.625 INFO O| Aug 16 21:27:03.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4088 | 2024-08-16T21:27:04.688Z | [ recovery-image] Aug 16 21:27:03.625 INFO O| Aug 16 21:27:03.625 INFO STEP 64 (remove_files) COMPLETE |
4089 | 2024-08-16T21:27:04.691Z | [ recovery-image] Aug 16 21:27:03.625 INFO O| Aug 16 21:27:03.625 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4090 | 2024-08-16T21:27:04.697Z | [ recovery-image] Aug 16 21:27:03.635 INFO O| Aug 16 21:27:03.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4091 | 2024-08-16T21:27:04.697Z | [ recovery-image] Aug 16 21:27:03.635 INFO O| Aug 16 21:27:03.635 INFO STEP 65 (remove_files) COMPLETE |
4092 | 2024-08-16T21:27:04.700Z | [ recovery-image] Aug 16 21:27:03.635 INFO O| Aug 16 21:27:03.635 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4093 | 2024-08-16T21:27:04.707Z | [ recovery-image] Aug 16 21:27:03.644 INFO O| Aug 16 21:27:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4094 | 2024-08-16T21:27:04.707Z | [ recovery-image] Aug 16 21:27:03.644 INFO O| Aug 16 21:27:03.644 INFO STEP 66 (remove_files) COMPLETE |
4095 | 2024-08-16T21:27:04.707Z | [ recovery-image] Aug 16 21:27:03.644 INFO O| Aug 16 21:27:03.644 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4096 | 2024-08-16T21:27:04.716Z | [ recovery-image] Aug 16 21:27:03.654 INFO O| Aug 16 21:27:03.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4097 | 2024-08-16T21:27:04.716Z | [ recovery-image] Aug 16 21:27:03.654 INFO O| Aug 16 21:27:03.654 INFO STEP 67 (remove_files) COMPLETE |
4098 | 2024-08-16T21:27:04.716Z | [ recovery-image] Aug 16 21:27:03.654 INFO O| Aug 16 21:27:03.654 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4099 | 2024-08-16T21:27:04.726Z | [ recovery-image] Aug 16 21:27:03.663 INFO O| Aug 16 21:27:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4100 | 2024-08-16T21:27:04.726Z | [ recovery-image] Aug 16 21:27:03.663 INFO O| Aug 16 21:27:03.663 INFO STEP 68 (remove_files) COMPLETE |
4101 | 2024-08-16T21:27:04.728Z | [ recovery-image] Aug 16 21:27:03.663 INFO O| Aug 16 21:27:03.663 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4102 | 2024-08-16T21:27:04.735Z | [ recovery-image] Aug 16 21:27:03.673 INFO O| Aug 16 21:27:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4103 | 2024-08-16T21:27:04.735Z | [ recovery-image] Aug 16 21:27:03.673 INFO O| Aug 16 21:27:03.673 INFO STEP 69 (remove_files) COMPLETE |
4104 | 2024-08-16T21:27:04.738Z | [ recovery-image] Aug 16 21:27:03.673 INFO O| Aug 16 21:27:03.673 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4105 | 2024-08-16T21:27:04.745Z | [ recovery-image] Aug 16 21:27:03.683 INFO O| Aug 16 21:27:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4106 | 2024-08-16T21:27:04.748Z | [ recovery-image] Aug 16 21:27:03.683 INFO O| Aug 16 21:27:03.683 INFO STEP 70 (remove_files) COMPLETE |
4107 | 2024-08-16T21:27:04.748Z | [ recovery-image] Aug 16 21:27:03.683 INFO O| Aug 16 21:27:03.683 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4108 | 2024-08-16T21:27:04.755Z | [ recovery-image] Aug 16 21:27:03.692 INFO O| Aug 16 21:27:03.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4109 | 2024-08-16T21:27:04.755Z | [ recovery-image] Aug 16 21:27:03.692 INFO O| Aug 16 21:27:03.692 INFO STEP 71 (remove_files) COMPLETE |
4110 | 2024-08-16T21:27:04.757Z | [ recovery-image] Aug 16 21:27:03.692 INFO O| Aug 16 21:27:03.692 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4111 | 2024-08-16T21:27:04.764Z | [ recovery-image] Aug 16 21:27:03.702 INFO O| Aug 16 21:27:03.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4112 | 2024-08-16T21:27:04.767Z | [ recovery-image] Aug 16 21:27:03.702 INFO O| Aug 16 21:27:03.702 INFO STEP 72 (remove_files) COMPLETE |
4113 | 2024-08-16T21:27:04.767Z | [ recovery-image] Aug 16 21:27:03.702 INFO O| Aug 16 21:27:03.702 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4114 | 2024-08-16T21:27:04.774Z | [ recovery-image] Aug 16 21:27:03.712 INFO O| Aug 16 21:27:03.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4115 | 2024-08-16T21:27:04.774Z | [ recovery-image] Aug 16 21:27:03.712 INFO O| Aug 16 21:27:03.712 INFO STEP 73 (remove_files) COMPLETE |
4116 | 2024-08-16T21:27:04.777Z | [ recovery-image] Aug 16 21:27:03.712 INFO O| Aug 16 21:27:03.712 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4117 | 2024-08-16T21:27:04.784Z | [ recovery-image] Aug 16 21:27:03.721 INFO O| Aug 16 21:27:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4118 | 2024-08-16T21:27:04.784Z | [ recovery-image] Aug 16 21:27:03.722 INFO O| Aug 16 21:27:03.722 INFO STEP 74 (remove_files) COMPLETE |
4119 | 2024-08-16T21:27:04.784Z | [ recovery-image] Aug 16 21:27:03.722 INFO O| Aug 16 21:27:03.722 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4120 | 2024-08-16T21:27:04.794Z | [ recovery-image] Aug 16 21:27:03.731 INFO O| Aug 16 21:27:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4121 | 2024-08-16T21:27:04.796Z | [ recovery-image] Aug 16 21:27:03.731 INFO O| Aug 16 21:27:03.731 INFO STEP 75 (remove_files) COMPLETE |
4122 | 2024-08-16T21:27:04.796Z | [ recovery-image] Aug 16 21:27:03.731 INFO O| Aug 16 21:27:03.731 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4123 | 2024-08-16T21:27:04.803Z | [ recovery-image] Aug 16 21:27:03.741 INFO O| Aug 16 21:27:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4124 | 2024-08-16T21:27:04.805Z | [ recovery-image] Aug 16 21:27:03.741 INFO O| Aug 16 21:27:03.741 INFO STEP 76 (remove_files) COMPLETE |
4125 | 2024-08-16T21:27:04.805Z | [ recovery-image] Aug 16 21:27:03.741 INFO O| Aug 16 21:27:03.741 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4126 | 2024-08-16T21:27:04.813Z | [ recovery-image] Aug 16 21:27:03.750 INFO O| Aug 16 21:27:03.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4127 | 2024-08-16T21:27:04.813Z | [ recovery-image] Aug 16 21:27:03.750 INFO O| Aug 16 21:27:03.750 INFO STEP 77 (remove_files) COMPLETE |
4128 | 2024-08-16T21:27:04.815Z | [ recovery-image] Aug 16 21:27:03.750 INFO O| Aug 16 21:27:03.750 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4129 | 2024-08-16T21:27:04.822Z | [ recovery-image] Aug 16 21:27:03.760 INFO O| Aug 16 21:27:03.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4130 | 2024-08-16T21:27:04.822Z | [ recovery-image] Aug 16 21:27:03.760 INFO O| Aug 16 21:27:03.760 INFO STEP 78 (remove_files) COMPLETE |
4131 | 2024-08-16T21:27:04.825Z | [ recovery-image] Aug 16 21:27:03.760 INFO O| Aug 16 21:27:03.760 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4132 | 2024-08-16T21:27:04.832Z | [ recovery-image] Aug 16 21:27:03.769 INFO O| Aug 16 21:27:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4133 | 2024-08-16T21:27:04.832Z | [ recovery-image] Aug 16 21:27:03.769 INFO O| Aug 16 21:27:03.769 INFO STEP 79 (remove_files) COMPLETE |
4134 | 2024-08-16T21:27:04.835Z | [ recovery-image] Aug 16 21:27:03.769 INFO O| Aug 16 21:27:03.769 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4135 | 2024-08-16T21:27:04.841Z | [ recovery-image] Aug 16 21:27:03.779 INFO O| Aug 16 21:27:03.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4136 | 2024-08-16T21:27:04.841Z | [ recovery-image] Aug 16 21:27:03.779 INFO O| Aug 16 21:27:03.779 INFO STEP 80 (remove_files) COMPLETE |
4137 | 2024-08-16T21:27:04.844Z | [ recovery-image] Aug 16 21:27:03.779 INFO O| Aug 16 21:27:03.779 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4138 | 2024-08-16T21:27:04.851Z | [ recovery-image] Aug 16 21:27:03.789 INFO O| Aug 16 21:27:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4139 | 2024-08-16T21:27:04.851Z | [ recovery-image] Aug 16 21:27:03.789 INFO O| Aug 16 21:27:03.789 INFO STEP 81 (remove_files) COMPLETE |
4140 | 2024-08-16T21:27:04.851Z | [ recovery-image] Aug 16 21:27:03.789 INFO O| Aug 16 21:27:03.789 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4141 | 2024-08-16T21:27:04.860Z | [ recovery-image] Aug 16 21:27:03.798 INFO O| Aug 16 21:27:03.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4142 | 2024-08-16T21:27:04.860Z | [ recovery-image] Aug 16 21:27:03.798 INFO O| Aug 16 21:27:03.798 INFO STEP 82 (remove_files) COMPLETE |
4143 | 2024-08-16T21:27:04.863Z | [ recovery-image] Aug 16 21:27:03.798 INFO O| Aug 16 21:27:03.798 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4144 | 2024-08-16T21:27:04.870Z | [ recovery-image] Aug 16 21:27:03.808 INFO O| Aug 16 21:27:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4145 | 2024-08-16T21:27:04.870Z | [ recovery-image] Aug 16 21:27:03.808 INFO O| Aug 16 21:27:03.808 INFO STEP 83 (remove_files) COMPLETE |
4146 | 2024-08-16T21:27:04.873Z | [ recovery-image] Aug 16 21:27:03.808 INFO O| Aug 16 21:27:03.808 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4147 | 2024-08-16T21:27:04.880Z | [ recovery-image] Aug 16 21:27:03.817 INFO O| Aug 16 21:27:03.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4148 | 2024-08-16T21:27:04.880Z | [ recovery-image] Aug 16 21:27:03.817 INFO O| Aug 16 21:27:03.817 INFO STEP 84 (remove_files) COMPLETE |
4149 | 2024-08-16T21:27:04.882Z | [ recovery-image] Aug 16 21:27:03.817 INFO O| Aug 16 21:27:03.817 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4150 | 2024-08-16T21:27:04.889Z | [ recovery-image] Aug 16 21:27:03.827 INFO O| Aug 16 21:27:03.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4151 | 2024-08-16T21:27:04.891Z | [ recovery-image] Aug 16 21:27:03.827 INFO O| Aug 16 21:27:03.827 INFO STEP 85 (remove_files) COMPLETE |
4152 | 2024-08-16T21:27:04.891Z | [ recovery-image] Aug 16 21:27:03.827 INFO O| Aug 16 21:27:03.827 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4153 | 2024-08-16T21:27:04.899Z | [ recovery-image] Aug 16 21:27:03.836 INFO O| Aug 16 21:27:03.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4154 | 2024-08-16T21:27:04.899Z | [ recovery-image] Aug 16 21:27:03.836 INFO O| Aug 16 21:27:03.836 INFO STEP 86 (remove_files) COMPLETE |
4155 | 2024-08-16T21:27:04.899Z | [ recovery-image] Aug 16 21:27:03.836 INFO O| Aug 16 21:27:03.836 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4156 | 2024-08-16T21:27:04.908Z | [ recovery-image] Aug 16 21:27:03.846 INFO O| Aug 16 21:27:03.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4157 | 2024-08-16T21:27:04.910Z | [ recovery-image] Aug 16 21:27:03.846 INFO O| Aug 16 21:27:03.846 INFO STEP 87 (remove_files) COMPLETE |
4158 | 2024-08-16T21:27:04.910Z | [ recovery-image] Aug 16 21:27:03.846 INFO O| Aug 16 21:27:03.846 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4159 | 2024-08-16T21:27:04.918Z | [ recovery-image] Aug 16 21:27:03.855 INFO O| Aug 16 21:27:03.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4160 | 2024-08-16T21:27:04.918Z | [ recovery-image] Aug 16 21:27:03.855 INFO O| Aug 16 21:27:03.855 INFO STEP 88 (remove_files) COMPLETE |
4161 | 2024-08-16T21:27:04.920Z | [ recovery-image] Aug 16 21:27:03.855 INFO O| Aug 16 21:27:03.855 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4162 | 2024-08-16T21:27:04.927Z | [ recovery-image] Aug 16 21:27:03.865 INFO O| Aug 16 21:27:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4163 | 2024-08-16T21:27:04.927Z | [ recovery-image] Aug 16 21:27:03.865 INFO O| Aug 16 21:27:03.865 INFO STEP 89 (remove_files) COMPLETE |
4164 | 2024-08-16T21:27:04.930Z | [ recovery-image] Aug 16 21:27:03.865 INFO O| Aug 16 21:27:03.865 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4165 | 2024-08-16T21:27:04.937Z | [ recovery-image] Aug 16 21:27:03.874 INFO O| Aug 16 21:27:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4166 | 2024-08-16T21:27:04.937Z | [ recovery-image] Aug 16 21:27:03.874 INFO O| Aug 16 21:27:03.874 INFO STEP 90 (remove_files) COMPLETE |
4167 | 2024-08-16T21:27:04.937Z | [ recovery-image] Aug 16 21:27:03.874 INFO O| Aug 16 21:27:03.874 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4168 | 2024-08-16T21:27:04.946Z | [ recovery-image] Aug 16 21:27:03.884 INFO O| Aug 16 21:27:03.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4169 | 2024-08-16T21:27:04.949Z | [ recovery-image] Aug 16 21:27:03.884 INFO O| Aug 16 21:27:03.884 INFO STEP 91 (remove_files) COMPLETE |
4170 | 2024-08-16T21:27:04.949Z | [ recovery-image] Aug 16 21:27:03.884 INFO O| Aug 16 21:27:03.884 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4171 | 2024-08-16T21:27:04.956Z | [ recovery-image] Aug 16 21:27:03.893 INFO O| Aug 16 21:27:03.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4172 | 2024-08-16T21:27:04.956Z | [ recovery-image] Aug 16 21:27:03.893 INFO O| Aug 16 21:27:03.893 INFO STEP 92 (remove_files) COMPLETE |
4173 | 2024-08-16T21:27:04.958Z | [ recovery-image] Aug 16 21:27:03.893 INFO O| Aug 16 21:27:03.893 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4174 | 2024-08-16T21:27:04.965Z | [ recovery-image] Aug 16 21:27:03.903 INFO O| Aug 16 21:27:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4175 | 2024-08-16T21:27:04.965Z | [ recovery-image] Aug 16 21:27:03.903 INFO O| Aug 16 21:27:03.903 INFO STEP 93 (remove_files) COMPLETE |
4176 | 2024-08-16T21:27:04.968Z | [ recovery-image] Aug 16 21:27:03.903 INFO O| Aug 16 21:27:03.903 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4177 | 2024-08-16T21:27:04.975Z | [ recovery-image] Aug 16 21:27:03.912 INFO O| Aug 16 21:27:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4178 | 2024-08-16T21:27:04.977Z | [ recovery-image] Aug 16 21:27:03.913 INFO O| Aug 16 21:27:03.913 INFO STEP 94 (remove_files) COMPLETE |
4179 | 2024-08-16T21:27:04.977Z | [ recovery-image] Aug 16 21:27:03.913 INFO O| Aug 16 21:27:03.913 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4180 | 2024-08-16T21:27:04.985Z | [ recovery-image] Aug 16 21:27:03.922 INFO O| Aug 16 21:27:03.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4181 | 2024-08-16T21:27:04.985Z | [ recovery-image] Aug 16 21:27:03.923 INFO O| Aug 16 21:27:03.922 INFO STEP 95 (remove_files) COMPLETE |
4182 | 2024-08-16T21:27:04.987Z | [ recovery-image] Aug 16 21:27:03.923 INFO O| Aug 16 21:27:03.922 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4183 | 2024-08-16T21:27:04.994Z | [ recovery-image] Aug 16 21:27:03.932 INFO O| Aug 16 21:27:03.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4184 | 2024-08-16T21:27:04.994Z | [ recovery-image] Aug 16 21:27:03.932 INFO O| Aug 16 21:27:03.932 INFO STEP 96 (remove_files) COMPLETE |
4185 | 2024-08-16T21:27:04.994Z | [ recovery-image] Aug 16 21:27:03.932 INFO O| Aug 16 21:27:03.932 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4186 | 2024-08-16T21:27:05.004Z | [ recovery-image] Aug 16 21:27:03.941 INFO O| Aug 16 21:27:03.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4187 | 2024-08-16T21:27:05.004Z | [ recovery-image] Aug 16 21:27:03.942 INFO O| Aug 16 21:27:03.941 INFO STEP 97 (remove_files) COMPLETE |
4188 | 2024-08-16T21:27:05.007Z | [ recovery-image] Aug 16 21:27:03.942 INFO O| Aug 16 21:27:03.941 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4189 | 2024-08-16T21:27:05.014Z | [ recovery-image] Aug 16 21:27:03.951 INFO O| Aug 16 21:27:03.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4190 | 2024-08-16T21:27:05.014Z | [ recovery-image] Aug 16 21:27:03.951 INFO O| Aug 16 21:27:03.951 INFO STEP 98 (remove_files) COMPLETE |
4191 | 2024-08-16T21:27:05.017Z | [ recovery-image] Aug 16 21:27:03.951 INFO O| Aug 16 21:27:03.951 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4192 | 2024-08-16T21:27:05.024Z | [ recovery-image] Aug 16 21:27:03.961 INFO O| Aug 16 21:27:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4193 | 2024-08-16T21:27:05.026Z | [ recovery-image] Aug 16 21:27:03.961 INFO O| Aug 16 21:27:03.961 INFO STEP 99 (remove_files) COMPLETE |
4194 | 2024-08-16T21:27:05.026Z | [ recovery-image] Aug 16 21:27:03.961 INFO O| Aug 16 21:27:03.961 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4195 | 2024-08-16T21:27:05.033Z | [ recovery-image] Aug 16 21:27:03.971 INFO O| Aug 16 21:27:03.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4196 | 2024-08-16T21:27:05.036Z | [ recovery-image] Aug 16 21:27:03.971 INFO O| Aug 16 21:27:03.971 INFO STEP 100 (remove_files) COMPLETE |
4197 | 2024-08-16T21:27:05.036Z | [ recovery-image] Aug 16 21:27:03.971 INFO O| Aug 16 21:27:03.971 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4198 | 2024-08-16T21:27:05.043Z | [ recovery-image] Aug 16 21:27:03.980 INFO O| Aug 16 21:27:03.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4199 | 2024-08-16T21:27:05.043Z | [ recovery-image] Aug 16 21:27:03.981 INFO O| Aug 16 21:27:03.980 INFO STEP 101 (remove_files) COMPLETE |
4200 | 2024-08-16T21:27:05.043Z | [ recovery-image] Aug 16 21:27:03.981 INFO O| Aug 16 21:27:03.980 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4201 | 2024-08-16T21:27:05.053Z | [ recovery-image] Aug 16 21:27:03.990 INFO O| Aug 16 21:27:03.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4202 | 2024-08-16T21:27:05.055Z | [ recovery-image] Aug 16 21:27:03.990 INFO O| Aug 16 21:27:03.990 INFO STEP 102 (remove_files) COMPLETE |
4203 | 2024-08-16T21:27:05.055Z | [ recovery-image] Aug 16 21:27:03.990 INFO O| Aug 16 21:27:03.990 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4204 | 2024-08-16T21:27:05.062Z | [ recovery-image] Aug 16 21:27:04.000 INFO O| Aug 16 21:27:04.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4205 | 2024-08-16T21:27:05.062Z | [ recovery-image] Aug 16 21:27:04.000 INFO O| Aug 16 21:27:04.000 INFO STEP 103 (remove_files) COMPLETE |
4206 | 2024-08-16T21:27:05.065Z | [ recovery-image] Aug 16 21:27:04.000 INFO O| Aug 16 21:27:04.000 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4207 | 2024-08-16T21:27:05.072Z | [ recovery-image] Aug 16 21:27:04.010 INFO O| Aug 16 21:27:04.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4208 | 2024-08-16T21:27:05.072Z | [ recovery-image] Aug 16 21:27:04.010 INFO O| Aug 16 21:27:04.010 INFO STEP 104 (remove_files) COMPLETE |
4209 | 2024-08-16T21:27:05.072Z | [ recovery-image] Aug 16 21:27:04.010 INFO O| Aug 16 21:27:04.010 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-08-16T21:27:05.084Z | [ recovery-image] Aug 16 21:27:04.021 INFO O| Aug 16 21:27:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4211 | 2024-08-16T21:27:05.084Z | [ recovery-image] Aug 16 21:27:04.022 INFO O| Aug 16 21:27:04.021 INFO STEP 105 (remove_files) COMPLETE |
4212 | 2024-08-16T21:27:05.086Z | [ recovery-image] Aug 16 21:27:04.022 INFO O| Aug 16 21:27:04.022 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-08-16T21:27:05.095Z | [ recovery-image] Aug 16 21:27:04.032 INFO O| Aug 16 21:27:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4214 | 2024-08-16T21:27:05.098Z | [ recovery-image] Aug 16 21:27:04.032 INFO O| Aug 16 21:27:04.032 INFO STEP 106 (remove_files) COMPLETE |
4215 | 2024-08-16T21:27:05.098Z | [ recovery-image] Aug 16 21:27:04.032 INFO O| Aug 16 21:27:04.032 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-08-16T21:27:05.105Z | [ recovery-image] Aug 16 21:27:04.042 INFO O| Aug 16 21:27:04.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4217 | 2024-08-16T21:27:05.105Z | [ recovery-image] Aug 16 21:27:04.042 INFO O| Aug 16 21:27:04.042 INFO STEP 107 (remove_files) COMPLETE |
4218 | 2024-08-16T21:27:05.108Z | [ recovery-image] Aug 16 21:27:04.042 INFO O| Aug 16 21:27:04.042 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4219 | 2024-08-16T21:27:05.115Z | [ recovery-image] Aug 16 21:27:04.052 INFO O| Aug 16 21:27:04.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4220 | 2024-08-16T21:27:05.115Z | [ recovery-image] Aug 16 21:27:04.052 INFO O| Aug 16 21:27:04.052 INFO STEP 108 (remove_files) COMPLETE |
4221 | 2024-08-16T21:27:05.118Z | [ recovery-image] Aug 16 21:27:04.052 INFO O| Aug 16 21:27:04.052 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4222 | 2024-08-16T21:27:05.124Z | [ recovery-image] Aug 16 21:27:04.061 INFO O| Aug 16 21:27:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4223 | 2024-08-16T21:27:05.124Z | [ recovery-image] Aug 16 21:27:04.062 INFO O| Aug 16 21:27:04.061 INFO STEP 109 (remove_files) COMPLETE |
4224 | 2024-08-16T21:27:05.126Z | [ recovery-image] Aug 16 21:27:04.062 INFO O| Aug 16 21:27:04.062 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-08-16T21:27:05.135Z | [ recovery-image] Aug 16 21:27:04.072 INFO O| Aug 16 21:27:04.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4226 | 2024-08-16T21:27:05.135Z | [ recovery-image] Aug 16 21:27:04.073 INFO O| Aug 16 21:27:04.073 INFO STEP 110 (remove_files) COMPLETE |
4227 | 2024-08-16T21:27:05.137Z | [ recovery-image] Aug 16 21:27:04.073 INFO O| Aug 16 21:27:04.073 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-08-16T21:27:05.147Z | [ recovery-image] Aug 16 21:27:04.085 INFO O| Aug 16 21:27:04.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4229 | 2024-08-16T21:27:05.147Z | [ recovery-image] Aug 16 21:27:04.085 INFO O| Aug 16 21:27:04.085 INFO STEP 111 (remove_files) COMPLETE |
4230 | 2024-08-16T21:27:05.150Z | [ recovery-image] Aug 16 21:27:04.085 INFO O| Aug 16 21:27:04.085 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-08-16T21:27:05.159Z | [ recovery-image] Aug 16 21:27:04.097 INFO O| Aug 16 21:27:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4232 | 2024-08-16T21:27:05.159Z | [ recovery-image] Aug 16 21:27:04.097 INFO O| Aug 16 21:27:04.097 INFO STEP 112 (remove_files) COMPLETE |
4233 | 2024-08-16T21:27:05.162Z | [ recovery-image] Aug 16 21:27:04.097 INFO O| Aug 16 21:27:04.097 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-08-16T21:27:05.172Z | [ recovery-image] Aug 16 21:27:04.109 INFO O| Aug 16 21:27:04.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4235 | 2024-08-16T21:27:05.172Z | [ recovery-image] Aug 16 21:27:04.109 INFO O| Aug 16 21:27:04.109 INFO STEP 113 (remove_files) COMPLETE |
4236 | 2024-08-16T21:27:05.174Z | [ recovery-image] Aug 16 21:27:04.109 INFO O| Aug 16 21:27:04.109 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-08-16T21:27:05.184Z | [ recovery-image] Aug 16 21:27:04.121 INFO O| Aug 16 21:27:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4238 | 2024-08-16T21:27:05.186Z | [ recovery-image] Aug 16 21:27:04.122 INFO O| Aug 16 21:27:04.121 INFO STEP 114 (remove_files) COMPLETE |
4239 | 2024-08-16T21:27:05.186Z | [ recovery-image] Aug 16 21:27:04.122 INFO O| Aug 16 21:27:04.121 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-08-16T21:27:05.195Z | [ recovery-image] Aug 16 21:27:04.133 INFO O| Aug 16 21:27:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4241 | 2024-08-16T21:27:05.198Z | [ recovery-image] Aug 16 21:27:04.133 INFO O| Aug 16 21:27:04.133 INFO STEP 115 (remove_files) COMPLETE |
4242 | 2024-08-16T21:27:05.198Z | [ recovery-image] Aug 16 21:27:04.133 INFO O| Aug 16 21:27:04.133 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-08-16T21:27:05.205Z | [ recovery-image] Aug 16 21:27:04.143 INFO O| Aug 16 21:27:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4244 | 2024-08-16T21:27:05.205Z | [ recovery-image] Aug 16 21:27:04.143 INFO O| Aug 16 21:27:04.143 INFO STEP 116 (remove_files) COMPLETE |
4245 | 2024-08-16T21:27:05.208Z | [ recovery-image] Aug 16 21:27:04.143 INFO O| Aug 16 21:27:04.143 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-08-16T21:27:05.216Z | [ recovery-image] Aug 16 21:27:04.152 INFO O| Aug 16 21:27:04.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4247 | 2024-08-16T21:27:05.216Z | [ recovery-image] Aug 16 21:27:04.152 INFO O| Aug 16 21:27:04.152 INFO STEP 117 (remove_files) COMPLETE |
4248 | 2024-08-16T21:27:05.220Z | [ recovery-image] Aug 16 21:27:04.153 INFO O| Aug 16 21:27:04.152 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-08-16T21:27:05.229Z | [ recovery-image] Aug 16 21:27:04.162 INFO O| Aug 16 21:27:04.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4250 | 2024-08-16T21:27:05.231Z | [ recovery-image] Aug 16 21:27:04.162 INFO O| Aug 16 21:27:04.162 INFO STEP 118 (remove_files) COMPLETE |
4251 | 2024-08-16T21:27:05.243Z | [ recovery-image] Aug 16 21:27:04.162 INFO O| Aug 16 21:27:04.162 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-08-16T21:27:05.243Z | [ recovery-image] Aug 16 21:27:04.172 INFO O| Aug 16 21:27:04.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4253 | 2024-08-16T21:27:05.243Z | [ recovery-image] Aug 16 21:27:04.172 INFO O| Aug 16 21:27:04.172 INFO STEP 119 (remove_files) COMPLETE |
4254 | 2024-08-16T21:27:05.243Z | [ recovery-image] Aug 16 21:27:04.172 INFO O| Aug 16 21:27:04.172 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-08-16T21:27:05.247Z | [ recovery-image] Aug 16 21:27:04.181 INFO O| Aug 16 21:27:04.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4256 | 2024-08-16T21:27:05.247Z | [ recovery-image] Aug 16 21:27:04.181 INFO O| Aug 16 21:27:04.181 INFO STEP 120 (remove_files) COMPLETE |
4257 | 2024-08-16T21:27:05.247Z | [ recovery-image] Aug 16 21:27:04.181 INFO O| Aug 16 21:27:04.181 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-08-16T21:27:05.261Z | [ recovery-image] Aug 16 21:27:04.191 INFO O| Aug 16 21:27:04.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4259 | 2024-08-16T21:27:05.261Z | [ recovery-image] Aug 16 21:27:04.191 INFO O| Aug 16 21:27:04.191 INFO STEP 121 (remove_files) COMPLETE |
4260 | 2024-08-16T21:27:05.261Z | [ recovery-image] Aug 16 21:27:04.191 INFO O| Aug 16 21:27:04.191 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-08-16T21:27:05.270Z | [ recovery-image] Aug 16 21:27:04.200 INFO O| Aug 16 21:27:04.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4262 | 2024-08-16T21:27:05.271Z | [ recovery-image] Aug 16 21:27:04.200 INFO O| Aug 16 21:27:04.200 INFO STEP 122 (remove_files) COMPLETE |
4263 | 2024-08-16T21:27:05.271Z | [ recovery-image] Aug 16 21:27:04.200 INFO O| Aug 16 21:27:04.200 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-08-16T21:27:05.297Z | [ recovery-image] Aug 16 21:27:04.210 INFO O| Aug 16 21:27:04.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4265 | 2024-08-16T21:27:05.298Z | [ recovery-image] Aug 16 21:27:04.210 INFO O| Aug 16 21:27:04.210 INFO STEP 123 (remove_files) COMPLETE |
4266 | 2024-08-16T21:27:05.298Z | [ recovery-image] Aug 16 21:27:04.210 INFO O| Aug 16 21:27:04.210 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-08-16T21:27:05.298Z | [ recovery-image] Aug 16 21:27:04.219 INFO O| Aug 16 21:27:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4268 | 2024-08-16T21:27:05.298Z | [ recovery-image] Aug 16 21:27:04.219 INFO O| Aug 16 21:27:04.219 INFO STEP 124 (remove_files) COMPLETE |
4269 | 2024-08-16T21:27:05.319Z | [ recovery-image] Aug 16 21:27:04.220 INFO O| Aug 16 21:27:04.219 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-08-16T21:27:05.319Z | [ recovery-image] Aug 16 21:27:04.229 INFO O| Aug 16 21:27:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4271 | 2024-08-16T21:27:05.319Z | [ recovery-image] Aug 16 21:27:04.229 INFO O| Aug 16 21:27:04.229 INFO STEP 125 (remove_files) COMPLETE |
4272 | 2024-08-16T21:27:05.319Z | [ recovery-image] Aug 16 21:27:04.229 INFO O| Aug 16 21:27:04.229 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-08-16T21:27:05.320Z | [ recovery-image] Aug 16 21:27:04.238 INFO O| Aug 16 21:27:04.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4274 | 2024-08-16T21:27:05.320Z | [ recovery-image] Aug 16 21:27:04.238 INFO O| Aug 16 21:27:04.238 INFO STEP 126 (remove_files) COMPLETE |
4275 | 2024-08-16T21:27:05.320Z | [ recovery-image] Aug 16 21:27:04.238 INFO O| Aug 16 21:27:04.238 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-08-16T21:27:05.343Z | [ recovery-image] Aug 16 21:27:04.248 INFO O| Aug 16 21:27:04.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4277 | 2024-08-16T21:27:05.344Z | [ recovery-image] Aug 16 21:27:04.248 INFO O| Aug 16 21:27:04.248 INFO STEP 127 (remove_files) COMPLETE |
4278 | 2024-08-16T21:27:05.344Z | [ recovery-image] Aug 16 21:27:04.248 INFO O| Aug 16 21:27:04.248 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-08-16T21:27:05.344Z | [ recovery-image] Aug 16 21:27:04.258 INFO O| Aug 16 21:27:04.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4280 | 2024-08-16T21:27:05.344Z | [ recovery-image] Aug 16 21:27:04.258 INFO O| Aug 16 21:27:04.258 INFO STEP 128 (remove_files) COMPLETE |
4281 | 2024-08-16T21:27:05.344Z | [ recovery-image] Aug 16 21:27:04.258 INFO O| Aug 16 21:27:04.258 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-08-16T21:27:05.361Z | [ recovery-image] Aug 16 21:27:04.267 INFO O| Aug 16 21:27:04.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4283 | 2024-08-16T21:27:05.361Z | [ recovery-image] Aug 16 21:27:04.267 INFO O| Aug 16 21:27:04.267 INFO STEP 129 (remove_files) COMPLETE |
4284 | 2024-08-16T21:27:05.361Z | [ recovery-image] Aug 16 21:27:04.267 INFO O| Aug 16 21:27:04.267 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-08-16T21:27:05.361Z | [ recovery-image] Aug 16 21:27:04.276 INFO O| Aug 16 21:27:04.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4286 | 2024-08-16T21:27:05.361Z | [ recovery-image] Aug 16 21:27:04.276 INFO O| Aug 16 21:27:04.276 INFO STEP 130 (remove_files) COMPLETE |
4287 | 2024-08-16T21:27:05.362Z | [ recovery-image] Aug 16 21:27:04.276 INFO O| Aug 16 21:27:04.276 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-08-16T21:27:05.362Z | [ recovery-image] Aug 16 21:27:04.286 INFO O| Aug 16 21:27:04.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4289 | 2024-08-16T21:27:05.362Z | [ recovery-image] Aug 16 21:27:04.286 INFO O| Aug 16 21:27:04.286 INFO STEP 131 (remove_files) COMPLETE |
4290 | 2024-08-16T21:27:05.362Z | [ recovery-image] Aug 16 21:27:04.286 INFO O| Aug 16 21:27:04.286 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-08-16T21:27:05.390Z | [ recovery-image] Aug 16 21:27:04.295 INFO O| Aug 16 21:27:04.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4292 | 2024-08-16T21:27:05.391Z | [ recovery-image] Aug 16 21:27:04.295 INFO O| Aug 16 21:27:04.295 INFO STEP 132 (remove_files) COMPLETE |
4293 | 2024-08-16T21:27:05.391Z | [ recovery-image] Aug 16 21:27:04.295 INFO O| Aug 16 21:27:04.295 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-08-16T21:27:05.391Z | [ recovery-image] Aug 16 21:27:04.305 INFO O| Aug 16 21:27:04.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4295 | 2024-08-16T21:27:05.391Z | [ recovery-image] Aug 16 21:27:04.305 INFO O| Aug 16 21:27:04.305 INFO STEP 133 (remove_files) COMPLETE |
4296 | 2024-08-16T21:27:05.391Z | [ recovery-image] Aug 16 21:27:04.305 INFO O| Aug 16 21:27:04.305 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-08-16T21:27:05.405Z | [ recovery-image] Aug 16 21:27:04.314 INFO O| Aug 16 21:27:04.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4298 | 2024-08-16T21:27:05.405Z | [ recovery-image] Aug 16 21:27:04.315 INFO O| Aug 16 21:27:04.314 INFO STEP 134 (remove_files) COMPLETE |
4299 | 2024-08-16T21:27:05.405Z | [ recovery-image] Aug 16 21:27:04.315 INFO O| Aug 16 21:27:04.315 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-08-16T21:27:05.406Z | [ recovery-image] Aug 16 21:27:04.324 INFO O| Aug 16 21:27:04.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4301 | 2024-08-16T21:27:05.406Z | [ recovery-image] Aug 16 21:27:04.324 INFO O| Aug 16 21:27:04.324 INFO STEP 135 (remove_files) COMPLETE |
4302 | 2024-08-16T21:27:05.406Z | [ recovery-image] Aug 16 21:27:04.324 INFO O| Aug 16 21:27:04.324 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-08-16T21:27:05.406Z | [ recovery-image] Aug 16 21:27:04.333 INFO O| Aug 16 21:27:04.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4304 | 2024-08-16T21:27:05.406Z | [ recovery-image] Aug 16 21:27:04.334 INFO O| Aug 16 21:27:04.334 INFO STEP 136 (remove_files) COMPLETE |
4305 | 2024-08-16T21:27:05.406Z | [ recovery-image] Aug 16 21:27:04.334 INFO O| Aug 16 21:27:04.334 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-08-16T21:27:05.412Z | [ recovery-image] Aug 16 21:27:04.343 INFO O| Aug 16 21:27:04.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4307 | 2024-08-16T21:27:05.412Z | [ recovery-image] Aug 16 21:27:04.343 INFO O| Aug 16 21:27:04.343 INFO STEP 137 (remove_files) COMPLETE |
4308 | 2024-08-16T21:27:05.412Z | [ recovery-image] Aug 16 21:27:04.343 INFO O| Aug 16 21:27:04.343 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-08-16T21:27:05.417Z | [ recovery-image] Aug 16 21:27:04.353 INFO O| Aug 16 21:27:04.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4310 | 2024-08-16T21:27:05.417Z | [ recovery-image] Aug 16 21:27:04.353 INFO O| Aug 16 21:27:04.353 INFO STEP 138 (remove_files) COMPLETE |
4311 | 2024-08-16T21:27:05.417Z | [ recovery-image] Aug 16 21:27:04.353 INFO O| Aug 16 21:27:04.353 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-08-16T21:27:05.426Z | [ recovery-image] Aug 16 21:27:04.363 INFO O| Aug 16 21:27:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4313 | 2024-08-16T21:27:05.427Z | [ recovery-image] Aug 16 21:27:04.363 INFO O| Aug 16 21:27:04.363 INFO STEP 139 (remove_files) COMPLETE |
4314 | 2024-08-16T21:27:05.430Z | [ recovery-image] Aug 16 21:27:04.363 INFO O| Aug 16 21:27:04.363 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-08-16T21:27:05.436Z | [ recovery-image] Aug 16 21:27:04.373 INFO O| Aug 16 21:27:04.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4316 | 2024-08-16T21:27:05.439Z | [ recovery-image] Aug 16 21:27:04.373 INFO O| Aug 16 21:27:04.373 INFO STEP 140 (remove_files) COMPLETE |
4317 | 2024-08-16T21:27:05.439Z | [ recovery-image] Aug 16 21:27:04.373 INFO O| Aug 16 21:27:04.373 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-08-16T21:27:05.446Z | [ recovery-image] Aug 16 21:27:04.383 INFO O| Aug 16 21:27:04.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4319 | 2024-08-16T21:27:05.446Z | [ recovery-image] Aug 16 21:27:04.383 INFO O| Aug 16 21:27:04.383 INFO STEP 141 (remove_files) COMPLETE |
4320 | 2024-08-16T21:27:05.452Z | [ recovery-image] Aug 16 21:27:04.383 INFO O| Aug 16 21:27:04.383 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-08-16T21:27:05.456Z | [ recovery-image] Aug 16 21:27:04.393 INFO O| Aug 16 21:27:04.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4322 | 2024-08-16T21:27:05.463Z | [ recovery-image] Aug 16 21:27:04.393 INFO O| Aug 16 21:27:04.393 INFO STEP 142 (remove_files) COMPLETE |
4323 | 2024-08-16T21:27:05.464Z | [ recovery-image] Aug 16 21:27:04.393 INFO O| Aug 16 21:27:04.393 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-08-16T21:27:05.466Z | [ recovery-image] Aug 16 21:27:04.403 INFO O| Aug 16 21:27:04.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4325 | 2024-08-16T21:27:05.467Z | [ recovery-image] Aug 16 21:27:04.403 INFO O| Aug 16 21:27:04.403 INFO STEP 143 (remove_files) COMPLETE |
4326 | 2024-08-16T21:27:05.467Z | [ recovery-image] Aug 16 21:27:04.403 INFO O| Aug 16 21:27:04.403 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-08-16T21:27:05.476Z | [ recovery-image] Aug 16 21:27:04.413 INFO O| Aug 16 21:27:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4328 | 2024-08-16T21:27:05.476Z | [ recovery-image] Aug 16 21:27:04.413 INFO O| Aug 16 21:27:04.413 INFO STEP 144 (remove_files) COMPLETE |
4329 | 2024-08-16T21:27:05.476Z | [ recovery-image] Aug 16 21:27:04.413 INFO O| Aug 16 21:27:04.413 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-08-16T21:27:05.485Z | [ recovery-image] Aug 16 21:27:04.422 INFO O| Aug 16 21:27:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4331 | 2024-08-16T21:27:05.485Z | [ recovery-image] Aug 16 21:27:04.422 INFO O| Aug 16 21:27:04.422 INFO STEP 145 (remove_files) COMPLETE |
4332 | 2024-08-16T21:27:05.491Z | [ recovery-image] Aug 16 21:27:04.422 INFO O| Aug 16 21:27:04.422 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-08-16T21:27:05.495Z | [ recovery-image] Aug 16 21:27:04.432 INFO O| Aug 16 21:27:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4334 | 2024-08-16T21:27:05.495Z | [ recovery-image] Aug 16 21:27:04.432 INFO O| Aug 16 21:27:04.432 INFO STEP 146 (remove_files) COMPLETE |
4335 | 2024-08-16T21:27:05.497Z | [ recovery-image] Aug 16 21:27:04.432 INFO O| Aug 16 21:27:04.432 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-08-16T21:27:05.506Z | [ recovery-image] Aug 16 21:27:04.442 INFO O| Aug 16 21:27:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4337 | 2024-08-16T21:27:05.506Z | [ recovery-image] Aug 16 21:27:04.442 INFO O| Aug 16 21:27:04.442 INFO STEP 147 (remove_files) COMPLETE |
4338 | 2024-08-16T21:27:05.510Z | [ recovery-image] Aug 16 21:27:04.442 INFO O| Aug 16 21:27:04.442 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-08-16T21:27:05.517Z | [ recovery-image] Aug 16 21:27:04.454 INFO O| Aug 16 21:27:04.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4340 | 2024-08-16T21:27:05.520Z | [ recovery-image] Aug 16 21:27:04.454 INFO O| Aug 16 21:27:04.454 INFO STEP 148 (remove_files) COMPLETE |
4341 | 2024-08-16T21:27:05.520Z | [ recovery-image] Aug 16 21:27:04.454 INFO O| Aug 16 21:27:04.454 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-08-16T21:27:05.531Z | [ recovery-image] Aug 16 21:27:04.467 INFO O| Aug 16 21:27:04.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4343 | 2024-08-16T21:27:05.531Z | [ recovery-image] Aug 16 21:27:04.467 INFO O| Aug 16 21:27:04.467 INFO STEP 149 (remove_files) COMPLETE |
4344 | 2024-08-16T21:27:05.536Z | [ recovery-image] Aug 16 21:27:04.467 INFO O| Aug 16 21:27:04.467 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-08-16T21:27:05.545Z | [ recovery-image] Aug 16 21:27:04.481 INFO O| Aug 16 21:27:04.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4346 | 2024-08-16T21:27:05.548Z | [ recovery-image] Aug 16 21:27:04.482 INFO O| Aug 16 21:27:04.482 INFO STEP 150 (remove_files) COMPLETE |
4347 | 2024-08-16T21:27:05.548Z | [ recovery-image] Aug 16 21:27:04.482 INFO O| Aug 16 21:27:04.482 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-08-16T21:27:05.558Z | [ recovery-image] Aug 16 21:27:04.495 INFO O| Aug 16 21:27:04.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4349 | 2024-08-16T21:27:05.562Z | [ recovery-image] Aug 16 21:27:04.496 INFO O| Aug 16 21:27:04.496 INFO STEP 151 (remove_files) COMPLETE |
4350 | 2024-08-16T21:27:05.562Z | [ recovery-image] Aug 16 21:27:04.496 INFO O| Aug 16 21:27:04.496 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-08-16T21:27:05.571Z | [ recovery-image] Aug 16 21:27:04.509 INFO O| Aug 16 21:27:04.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4352 | 2024-08-16T21:27:05.572Z | [ recovery-image] Aug 16 21:27:04.509 INFO O| Aug 16 21:27:04.509 INFO STEP 152 (remove_files) COMPLETE |
4353 | 2024-08-16T21:27:05.577Z | [ recovery-image] Aug 16 21:27:04.509 INFO O| Aug 16 21:27:04.509 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-08-16T21:27:05.582Z | [ recovery-image] Aug 16 21:27:04.518 INFO O| Aug 16 21:27:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4355 | 2024-08-16T21:27:05.582Z | [ recovery-image] Aug 16 21:27:04.519 INFO O| Aug 16 21:27:04.518 INFO STEP 153 (remove_files) COMPLETE |
4356 | 2024-08-16T21:27:05.582Z | [ recovery-image] Aug 16 21:27:04.519 INFO O| Aug 16 21:27:04.519 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-08-16T21:27:05.592Z | [ recovery-image] Aug 16 21:27:04.529 INFO O| Aug 16 21:27:04.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4358 | 2024-08-16T21:27:05.592Z | [ recovery-image] Aug 16 21:27:04.529 INFO O| Aug 16 21:27:04.529 INFO STEP 154 (remove_files) COMPLETE |
4359 | 2024-08-16T21:27:05.597Z | [ recovery-image] Aug 16 21:27:04.529 INFO O| Aug 16 21:27:04.529 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-08-16T21:27:05.603Z | [ recovery-image] Aug 16 21:27:04.539 INFO O| Aug 16 21:27:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4361 | 2024-08-16T21:27:05.603Z | [ recovery-image] Aug 16 21:27:04.540 INFO O| Aug 16 21:27:04.539 INFO STEP 155 (remove_files) COMPLETE |
4362 | 2024-08-16T21:27:05.608Z | [ recovery-image] Aug 16 21:27:04.540 INFO O| Aug 16 21:27:04.540 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-08-16T21:27:05.614Z | [ recovery-image] Aug 16 21:27:04.551 INFO O| Aug 16 21:27:04.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4364 | 2024-08-16T21:27:05.614Z | [ recovery-image] Aug 16 21:27:04.551 INFO O| Aug 16 21:27:04.551 INFO STEP 156 (remove_files) COMPLETE |
4365 | 2024-08-16T21:27:05.621Z | [ recovery-image] Aug 16 21:27:04.551 INFO O| Aug 16 21:27:04.551 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-08-16T21:27:05.626Z | [ recovery-image] Aug 16 21:27:04.563 INFO O| Aug 16 21:27:04.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4367 | 2024-08-16T21:27:05.626Z | [ recovery-image] Aug 16 21:27:04.563 INFO O| Aug 16 21:27:04.563 INFO STEP 157 (remove_files) COMPLETE |
4368 | 2024-08-16T21:27:05.629Z | [ recovery-image] Aug 16 21:27:04.563 INFO O| Aug 16 21:27:04.563 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-08-16T21:27:05.637Z | [ recovery-image] Aug 16 21:27:04.574 INFO O| Aug 16 21:27:04.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4370 | 2024-08-16T21:27:05.637Z | [ recovery-image] Aug 16 21:27:04.574 INFO O| Aug 16 21:27:04.574 INFO STEP 158 (remove_files) COMPLETE |
4371 | 2024-08-16T21:27:05.640Z | [ recovery-image] Aug 16 21:27:04.574 INFO O| Aug 16 21:27:04.574 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-08-16T21:27:05.647Z | [ recovery-image] Aug 16 21:27:04.584 INFO O| Aug 16 21:27:04.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4373 | 2024-08-16T21:27:05.650Z | [ recovery-image] Aug 16 21:27:04.584 INFO O| Aug 16 21:27:04.584 INFO STEP 159 (remove_files) COMPLETE |
4374 | 2024-08-16T21:27:05.650Z | [ recovery-image] Aug 16 21:27:04.584 INFO O| Aug 16 21:27:04.584 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-08-16T21:27:05.657Z | [ recovery-image] Aug 16 21:27:04.594 INFO O| Aug 16 21:27:04.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4376 | 2024-08-16T21:27:05.657Z | [ recovery-image] Aug 16 21:27:04.594 INFO O| Aug 16 21:27:04.594 INFO STEP 160 (remove_files) COMPLETE |
4377 | 2024-08-16T21:27:05.660Z | [ recovery-image] Aug 16 21:27:04.594 INFO O| Aug 16 21:27:04.594 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-08-16T21:27:05.667Z | [ recovery-image] Aug 16 21:27:04.604 INFO O| Aug 16 21:27:04.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4379 | 2024-08-16T21:27:05.667Z | [ recovery-image] Aug 16 21:27:04.604 INFO O| Aug 16 21:27:04.604 INFO STEP 161 (remove_files) COMPLETE |
4380 | 2024-08-16T21:27:05.672Z | [ recovery-image] Aug 16 21:27:04.604 INFO O| Aug 16 21:27:04.604 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-08-16T21:27:05.676Z | [ recovery-image] Aug 16 21:27:04.614 INFO O| Aug 16 21:27:04.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4382 | 2024-08-16T21:27:05.676Z | [ recovery-image] Aug 16 21:27:04.614 INFO O| Aug 16 21:27:04.614 INFO STEP 162 (remove_files) COMPLETE |
4383 | 2024-08-16T21:27:05.679Z | [ recovery-image] Aug 16 21:27:04.614 INFO O| Aug 16 21:27:04.614 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-08-16T21:27:05.686Z | [ recovery-image] Aug 16 21:27:04.623 INFO O| Aug 16 21:27:04.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4385 | 2024-08-16T21:27:05.688Z | [ recovery-image] Aug 16 21:27:04.623 INFO O| Aug 16 21:27:04.623 INFO STEP 163 (remove_files) COMPLETE |
4386 | 2024-08-16T21:27:05.688Z | [ recovery-image] Aug 16 21:27:04.623 INFO O| Aug 16 21:27:04.623 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-08-16T21:27:05.695Z | [ recovery-image] Aug 16 21:27:04.633 INFO O| Aug 16 21:27:04.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4388 | 2024-08-16T21:27:05.695Z | [ recovery-image] Aug 16 21:27:04.633 INFO O| Aug 16 21:27:04.633 INFO STEP 164 (remove_files) COMPLETE |
4389 | 2024-08-16T21:27:05.698Z | [ recovery-image] Aug 16 21:27:04.633 INFO O| Aug 16 21:27:04.633 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-08-16T21:27:05.705Z | [ recovery-image] Aug 16 21:27:04.642 INFO O| Aug 16 21:27:04.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4391 | 2024-08-16T21:27:05.705Z | [ recovery-image] Aug 16 21:27:04.642 INFO O| Aug 16 21:27:04.642 INFO STEP 165 (remove_files) COMPLETE |
4392 | 2024-08-16T21:27:05.705Z | [ recovery-image] Aug 16 21:27:04.642 INFO O| Aug 16 21:27:04.642 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-08-16T21:27:05.714Z | [ recovery-image] Aug 16 21:27:04.651 INFO O| Aug 16 21:27:04.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4394 | 2024-08-16T21:27:05.716Z | [ recovery-image] Aug 16 21:27:04.652 INFO O| Aug 16 21:27:04.652 INFO STEP 166 (remove_files) COMPLETE |
4395 | 2024-08-16T21:27:05.716Z | [ recovery-image] Aug 16 21:27:04.652 INFO O| Aug 16 21:27:04.652 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-08-16T21:27:05.724Z | [ recovery-image] Aug 16 21:27:04.661 INFO O| Aug 16 21:27:04.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4397 | 2024-08-16T21:27:05.724Z | [ recovery-image] Aug 16 21:27:04.661 INFO O| Aug 16 21:27:04.661 INFO STEP 167 (remove_files) COMPLETE |
4398 | 2024-08-16T21:27:05.726Z | [ recovery-image] Aug 16 21:27:04.661 INFO O| Aug 16 21:27:04.661 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-08-16T21:27:05.733Z | [ recovery-image] Aug 16 21:27:04.671 INFO O| Aug 16 21:27:04.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4400 | 2024-08-16T21:27:05.734Z | [ recovery-image] Aug 16 21:27:04.671 INFO O| Aug 16 21:27:04.671 INFO STEP 168 (remove_files) COMPLETE |
4401 | 2024-08-16T21:27:05.736Z | [ recovery-image] Aug 16 21:27:04.671 INFO O| Aug 16 21:27:04.671 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-08-16T21:27:05.743Z | [ recovery-image] Aug 16 21:27:04.680 INFO O| Aug 16 21:27:04.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4403 | 2024-08-16T21:27:05.745Z | [ recovery-image] Aug 16 21:27:04.680 INFO O| Aug 16 21:27:04.680 INFO STEP 169 (remove_files) COMPLETE |
4404 | 2024-08-16T21:27:05.745Z | [ recovery-image] Aug 16 21:27:04.680 INFO O| Aug 16 21:27:04.680 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-08-16T21:27:05.752Z | [ recovery-image] Aug 16 21:27:04.690 INFO O| Aug 16 21:27:04.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4406 | 2024-08-16T21:27:05.752Z | [ recovery-image] Aug 16 21:27:04.690 INFO O| Aug 16 21:27:04.690 INFO STEP 170 (remove_files) COMPLETE |
4407 | 2024-08-16T21:27:05.755Z | [ recovery-image] Aug 16 21:27:04.690 INFO O| Aug 16 21:27:04.690 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-08-16T21:27:05.762Z | [ recovery-image] Aug 16 21:27:04.699 INFO O| Aug 16 21:27:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4409 | 2024-08-16T21:27:05.762Z | [ recovery-image] Aug 16 21:27:04.699 INFO O| Aug 16 21:27:04.699 INFO STEP 171 (remove_files) COMPLETE |
4410 | 2024-08-16T21:27:05.764Z | [ recovery-image] Aug 16 21:27:04.699 INFO O| Aug 16 21:27:04.699 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-08-16T21:27:05.771Z | [ recovery-image] Aug 16 21:27:04.709 INFO O| Aug 16 21:27:04.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4412 | 2024-08-16T21:27:05.774Z | [ recovery-image] Aug 16 21:27:04.709 INFO O| Aug 16 21:27:04.709 INFO STEP 172 (remove_files) COMPLETE |
4413 | 2024-08-16T21:27:05.774Z | [ recovery-image] Aug 16 21:27:04.709 INFO O| Aug 16 21:27:04.709 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-08-16T21:27:05.781Z | [ recovery-image] Aug 16 21:27:04.718 INFO O| Aug 16 21:27:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4415 | 2024-08-16T21:27:05.781Z | [ recovery-image] Aug 16 21:27:04.718 INFO O| Aug 16 21:27:04.718 INFO STEP 173 (remove_files) COMPLETE |
4416 | 2024-08-16T21:27:05.784Z | [ recovery-image] Aug 16 21:27:04.718 INFO O| Aug 16 21:27:04.718 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-08-16T21:27:05.791Z | [ recovery-image] Aug 16 21:27:04.728 INFO O| Aug 16 21:27:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4418 | 2024-08-16T21:27:05.791Z | [ recovery-image] Aug 16 21:27:04.728 INFO O| Aug 16 21:27:04.728 INFO STEP 174 (remove_files) COMPLETE |
4419 | 2024-08-16T21:27:05.793Z | [ recovery-image] Aug 16 21:27:04.728 INFO O| Aug 16 21:27:04.728 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-08-16T21:27:05.800Z | [ recovery-image] Aug 16 21:27:04.738 INFO O| Aug 16 21:27:04.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4421 | 2024-08-16T21:27:05.800Z | [ recovery-image] Aug 16 21:27:04.738 INFO O| Aug 16 21:27:04.738 INFO STEP 175 (remove_files) COMPLETE |
4422 | 2024-08-16T21:27:05.803Z | [ recovery-image] Aug 16 21:27:04.738 INFO O| Aug 16 21:27:04.738 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-08-16T21:27:05.808Z | [ host-image] Aug 16 21:27:04.746 INFO O| Aug 16 21:27:04.746 INFO O| Download: Completed 1.39 MB in 1.47 seconds (970k/s) |
4424 | 2024-08-16T21:27:05.811Z | [ recovery-image] Aug 16 21:27:04.748 INFO O| Aug 16 21:27:04.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4425 | 2024-08-16T21:27:05.811Z | [ recovery-image] Aug 16 21:27:04.748 INFO O| Aug 16 21:27:04.748 INFO STEP 176 (remove_files) COMPLETE |
4426 | 2024-08-16T21:27:05.811Z | [ recovery-image] Aug 16 21:27:04.748 INFO O| Aug 16 21:27:04.748 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-08-16T21:27:05.823Z | [ recovery-image] Aug 16 21:27:04.758 INFO O| Aug 16 21:27:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4428 | 2024-08-16T21:27:05.828Z | [ recovery-image] Aug 16 21:27:04.758 INFO O| Aug 16 21:27:04.758 INFO STEP 177 (remove_files) COMPLETE |
4429 | 2024-08-16T21:27:05.828Z | [ recovery-image] Aug 16 21:27:04.758 INFO O| Aug 16 21:27:04.758 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-08-16T21:27:05.832Z | [ recovery-image] Aug 16 21:27:04.767 INFO O| Aug 16 21:27:04.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4431 | 2024-08-16T21:27:05.832Z | [ recovery-image] Aug 16 21:27:04.768 INFO O| Aug 16 21:27:04.768 INFO STEP 178 (remove_files) COMPLETE |
4432 | 2024-08-16T21:27:05.832Z | [ recovery-image] Aug 16 21:27:04.768 INFO O| Aug 16 21:27:04.768 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-08-16T21:27:05.836Z | [ host-image] Aug 16 21:27:04.770 INFO O| Aug 16 21:27:04.770 INFO O| Actions: 1/238 actions (Installing new actions) |
4434 | 2024-08-16T21:27:05.842Z | [ recovery-image] Aug 16 21:27:04.778 INFO O| Aug 16 21:27:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4435 | 2024-08-16T21:27:05.842Z | [ recovery-image] Aug 16 21:27:04.778 INFO O| Aug 16 21:27:04.778 INFO STEP 179 (remove_files) COMPLETE |
4436 | 2024-08-16T21:27:05.846Z | [ recovery-image] Aug 16 21:27:04.778 INFO O| Aug 16 21:27:04.778 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-16T21:27:05.856Z | [ recovery-image] Aug 16 21:27:04.788 INFO O| Aug 16 21:27:04.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4438 | 2024-08-16T21:27:05.856Z | [ recovery-image] Aug 16 21:27:04.788 INFO O| Aug 16 21:27:04.788 INFO STEP 180 (remove_files) COMPLETE |
4439 | 2024-08-16T21:27:05.856Z | [ recovery-image] Aug 16 21:27:04.788 INFO O| Aug 16 21:27:04.788 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-16T21:27:05.861Z | [ recovery-image] Aug 16 21:27:04.798 INFO O| Aug 16 21:27:04.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4441 | 2024-08-16T21:27:05.861Z | [ recovery-image] Aug 16 21:27:04.798 INFO O| Aug 16 21:27:04.798 INFO STEP 181 (remove_files) COMPLETE |
4442 | 2024-08-16T21:27:05.865Z | [ recovery-image] Aug 16 21:27:04.798 INFO O| Aug 16 21:27:04.798 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-16T21:27:05.871Z | [ recovery-image] Aug 16 21:27:04.808 INFO O| Aug 16 21:27:04.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4444 | 2024-08-16T21:27:05.871Z | [ recovery-image] Aug 16 21:27:04.808 INFO O| Aug 16 21:27:04.808 INFO STEP 182 (remove_files) COMPLETE |
4445 | 2024-08-16T21:27:05.871Z | [ recovery-image] Aug 16 21:27:04.808 INFO O| Aug 16 21:27:04.808 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-16T21:27:05.882Z | [ recovery-image] Aug 16 21:27:04.819 INFO O| Aug 16 21:27:04.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4447 | 2024-08-16T21:27:05.886Z | [ recovery-image] Aug 16 21:27:04.819 INFO O| Aug 16 21:27:04.819 INFO STEP 183 (remove_files) COMPLETE |
4448 | 2024-08-16T21:27:05.886Z | [ recovery-image] Aug 16 21:27:04.819 INFO O| Aug 16 21:27:04.819 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-16T21:27:05.894Z | [ recovery-image] Aug 16 21:27:04.829 INFO O| Aug 16 21:27:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4450 | 2024-08-16T21:27:05.894Z | [ recovery-image] Aug 16 21:27:04.829 INFO O| Aug 16 21:27:04.829 INFO STEP 184 (remove_files) COMPLETE |
4451 | 2024-08-16T21:27:05.898Z | [ recovery-image] Aug 16 21:27:04.829 INFO O| Aug 16 21:27:04.829 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-16T21:27:05.902Z | [ recovery-image] Aug 16 21:27:04.840 INFO O| Aug 16 21:27:04.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4453 | 2024-08-16T21:27:05.902Z | [ recovery-image] Aug 16 21:27:04.840 INFO O| Aug 16 21:27:04.840 INFO STEP 185 (remove_files) COMPLETE |
4454 | 2024-08-16T21:27:05.906Z | [ recovery-image] Aug 16 21:27:04.840 INFO O| Aug 16 21:27:04.840 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-16T21:27:05.913Z | [ recovery-image] Aug 16 21:27:04.851 INFO O| Aug 16 21:27:04.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4456 | 2024-08-16T21:27:05.913Z | [ recovery-image] Aug 16 21:27:04.851 INFO O| Aug 16 21:27:04.851 INFO STEP 186 (remove_files) COMPLETE |
4457 | 2024-08-16T21:27:05.916Z | [ recovery-image] Aug 16 21:27:04.851 INFO O| Aug 16 21:27:04.851 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-16T21:27:05.924Z | [ recovery-image] Aug 16 21:27:04.861 INFO O| Aug 16 21:27:04.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4459 | 2024-08-16T21:27:05.924Z | [ recovery-image] Aug 16 21:27:04.861 INFO O| Aug 16 21:27:04.861 INFO STEP 187 (remove_files) COMPLETE |
4460 | 2024-08-16T21:27:05.926Z | [ recovery-image] Aug 16 21:27:04.861 INFO O| Aug 16 21:27:04.861 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-16T21:27:05.934Z | [ recovery-image] Aug 16 21:27:04.871 INFO O| Aug 16 21:27:04.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4462 | 2024-08-16T21:27:05.934Z | [ recovery-image] Aug 16 21:27:04.871 INFO O| Aug 16 21:27:04.871 INFO STEP 188 (remove_files) COMPLETE |
4463 | 2024-08-16T21:27:05.936Z | [ recovery-image] Aug 16 21:27:04.871 INFO O| Aug 16 21:27:04.871 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-16T21:27:05.944Z | [ recovery-image] Aug 16 21:27:04.882 INFO O| Aug 16 21:27:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4465 | 2024-08-16T21:27:05.947Z | [ recovery-image] Aug 16 21:27:04.882 INFO O| Aug 16 21:27:04.882 INFO STEP 189 (remove_files) COMPLETE |
4466 | 2024-08-16T21:27:05.947Z | [ recovery-image] Aug 16 21:27:04.882 INFO O| Aug 16 21:27:04.882 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-16T21:27:05.950Z | [ host-image] Aug 16 21:27:04.887 INFO O| Aug 16 21:27:04.887 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
4468 | 2024-08-16T21:27:05.954Z | [ recovery-image] Aug 16 21:27:04.892 INFO O| Aug 16 21:27:04.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4469 | 2024-08-16T21:27:05.954Z | [ recovery-image] Aug 16 21:27:04.892 INFO O| Aug 16 21:27:04.892 INFO STEP 190 (remove_files) COMPLETE |
4470 | 2024-08-16T21:27:05.957Z | [ recovery-image] Aug 16 21:27:04.892 INFO O| Aug 16 21:27:04.892 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-08-16T21:27:05.965Z | [ recovery-image] Aug 16 21:27:04.902 INFO O| Aug 16 21:27:04.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4472 | 2024-08-16T21:27:05.965Z | [ recovery-image] Aug 16 21:27:04.902 INFO O| Aug 16 21:27:04.902 INFO STEP 191 (remove_files) COMPLETE |
4473 | 2024-08-16T21:27:05.965Z | [ recovery-image] Aug 16 21:27:04.902 INFO O| Aug 16 21:27:04.902 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-08-16T21:27:05.975Z | [ recovery-image] Aug 16 21:27:04.913 INFO O| Aug 16 21:27:04.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4475 | 2024-08-16T21:27:05.975Z | [ recovery-image] Aug 16 21:27:04.913 INFO O| Aug 16 21:27:04.913 INFO STEP 192 (remove_files) COMPLETE |
4476 | 2024-08-16T21:27:05.975Z | [ recovery-image] Aug 16 21:27:04.913 INFO O| Aug 16 21:27:04.913 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-08-16T21:27:05.986Z | [ recovery-image] Aug 16 21:27:04.923 INFO O| Aug 16 21:27:04.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4478 | 2024-08-16T21:27:05.986Z | [ recovery-image] Aug 16 21:27:04.923 INFO O| Aug 16 21:27:04.923 INFO STEP 193 (remove_files) COMPLETE |
4479 | 2024-08-16T21:27:05.986Z | [ recovery-image] Aug 16 21:27:04.923 INFO O| Aug 16 21:27:04.923 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-08-16T21:27:05.996Z | [ recovery-image] Aug 16 21:27:04.934 INFO O| Aug 16 21:27:04.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4481 | 2024-08-16T21:27:05.996Z | [ recovery-image] Aug 16 21:27:04.934 INFO O| Aug 16 21:27:04.934 INFO STEP 194 (remove_files) COMPLETE |
4482 | 2024-08-16T21:27:05.996Z | [ recovery-image] Aug 16 21:27:04.934 INFO O| Aug 16 21:27:04.934 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-08-16T21:27:06.007Z | [ recovery-image] Aug 16 21:27:04.944 INFO O| Aug 16 21:27:04.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4484 | 2024-08-16T21:27:06.007Z | [ recovery-image] Aug 16 21:27:04.944 INFO O| Aug 16 21:27:04.944 INFO STEP 195 (remove_files) COMPLETE |
4485 | 2024-08-16T21:27:06.007Z | [ recovery-image] Aug 16 21:27:04.944 INFO O| Aug 16 21:27:04.944 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-08-16T21:27:06.018Z | [ recovery-image] Aug 16 21:27:04.955 INFO O| Aug 16 21:27:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4487 | 2024-08-16T21:27:06.018Z | [ recovery-image] Aug 16 21:27:04.955 INFO O| Aug 16 21:27:04.955 INFO STEP 196 (remove_files) COMPLETE |
4488 | 2024-08-16T21:27:06.018Z | [ recovery-image] Aug 16 21:27:04.955 INFO O| Aug 16 21:27:04.955 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-08-16T21:27:06.028Z | [ recovery-image] Aug 16 21:27:04.965 INFO O| Aug 16 21:27:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4490 | 2024-08-16T21:27:06.028Z | [ recovery-image] Aug 16 21:27:04.966 INFO O| Aug 16 21:27:04.966 INFO STEP 197 (remove_files) COMPLETE |
4491 | 2024-08-16T21:27:06.028Z | [ recovery-image] Aug 16 21:27:04.966 INFO O| Aug 16 21:27:04.966 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-08-16T21:27:06.039Z | [ recovery-image] Aug 16 21:27:04.976 INFO O| Aug 16 21:27:04.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4493 | 2024-08-16T21:27:06.039Z | [ recovery-image] Aug 16 21:27:04.976 INFO O| Aug 16 21:27:04.976 INFO STEP 198 (remove_files) COMPLETE |
4494 | 2024-08-16T21:27:06.041Z | [ recovery-image] Aug 16 21:27:04.976 INFO O| Aug 16 21:27:04.976 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-08-16T21:27:06.051Z | [ recovery-image] Aug 16 21:27:04.987 INFO O| Aug 16 21:27:04.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4496 | 2024-08-16T21:27:06.051Z | [ recovery-image] Aug 16 21:27:04.987 INFO O| Aug 16 21:27:04.987 INFO STEP 199 (remove_files) COMPLETE |
4497 | 2024-08-16T21:27:06.051Z | [ recovery-image] Aug 16 21:27:04.987 INFO O| Aug 16 21:27:04.987 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-08-16T21:27:06.060Z | [ recovery-image] Aug 16 21:27:04.997 INFO O| Aug 16 21:27:04.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4499 | 2024-08-16T21:27:06.060Z | [ recovery-image] Aug 16 21:27:04.997 INFO O| Aug 16 21:27:04.997 INFO STEP 200 (remove_files) COMPLETE |
4500 | 2024-08-16T21:27:06.062Z | [ recovery-image] Aug 16 21:27:04.997 INFO O| Aug 16 21:27:04.997 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-08-16T21:27:06.072Z | [ recovery-image] Aug 16 21:27:05.009 INFO O| Aug 16 21:27:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4502 | 2024-08-16T21:27:06.072Z | [ recovery-image] Aug 16 21:27:05.009 INFO O| Aug 16 21:27:05.009 INFO STEP 201 (remove_files) COMPLETE |
4503 | 2024-08-16T21:27:06.074Z | [ recovery-image] Aug 16 21:27:05.009 INFO O| Aug 16 21:27:05.009 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-08-16T21:27:06.083Z | [ recovery-image] Aug 16 21:27:05.020 INFO O| Aug 16 21:27:05.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4505 | 2024-08-16T21:27:06.083Z | [ recovery-image] Aug 16 21:27:05.020 INFO O| Aug 16 21:27:05.020 INFO STEP 202 (remove_files) COMPLETE |
4506 | 2024-08-16T21:27:06.083Z | [ recovery-image] Aug 16 21:27:05.020 INFO O| Aug 16 21:27:05.020 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-08-16T21:27:06.095Z | [ recovery-image] Aug 16 21:27:05.032 INFO O| Aug 16 21:27:05.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4508 | 2024-08-16T21:27:06.095Z | [ recovery-image] Aug 16 21:27:05.033 INFO O| Aug 16 21:27:05.033 INFO STEP 203 (remove_files) COMPLETE |
4509 | 2024-08-16T21:27:06.095Z | [ recovery-image] Aug 16 21:27:05.033 INFO O| Aug 16 21:27:05.033 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-08-16T21:27:06.108Z | [ recovery-image] Aug 16 21:27:05.045 INFO O| Aug 16 21:27:05.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4511 | 2024-08-16T21:27:06.108Z | [ recovery-image] Aug 16 21:27:05.045 INFO O| Aug 16 21:27:05.045 INFO STEP 204 (remove_files) COMPLETE |
4512 | 2024-08-16T21:27:06.111Z | [ recovery-image] Aug 16 21:27:05.045 INFO O| Aug 16 21:27:05.045 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-08-16T21:27:06.114Z | [ host-image] Aug 16 21:27:05.052 INFO O| Aug 16 21:27:05.052 INFO O| Done |
4514 | 2024-08-16T21:27:06.114Z | [ host-image] Aug 16 21:27:05.052 INFO O| Aug 16 21:27:05.052 INFO O| Done |
4515 | 2024-08-16T21:27:06.122Z | [ recovery-image] Aug 16 21:27:05.059 INFO O| Aug 16 21:27:05.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4516 | 2024-08-16T21:27:06.122Z | [ recovery-image] Aug 16 21:27:05.059 INFO O| Aug 16 21:27:05.059 INFO STEP 205 (remove_files) COMPLETE |
4517 | 2024-08-16T21:27:06.124Z | [ recovery-image] Aug 16 21:27:05.059 INFO O| Aug 16 21:27:05.059 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-16T21:27:06.135Z | [ recovery-image] Aug 16 21:27:05.073 INFO O| Aug 16 21:27:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4519 | 2024-08-16T21:27:06.138Z | [ recovery-image] Aug 16 21:27:05.073 INFO O| Aug 16 21:27:05.073 INFO STEP 206 (remove_files) COMPLETE |
4520 | 2024-08-16T21:27:06.138Z | [ recovery-image] Aug 16 21:27:05.073 INFO O| Aug 16 21:27:05.073 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-16T21:27:06.147Z | [ recovery-image] Aug 16 21:27:05.085 INFO O| Aug 16 21:27:05.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4522 | 2024-08-16T21:27:06.148Z | [ recovery-image] Aug 16 21:27:05.085 INFO O| Aug 16 21:27:05.085 INFO STEP 207 (remove_files) COMPLETE |
4523 | 2024-08-16T21:27:06.148Z | [ recovery-image] Aug 16 21:27:05.085 INFO O| Aug 16 21:27:05.085 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-16T21:27:06.159Z | [ recovery-image] Aug 16 21:27:05.096 INFO O| Aug 16 21:27:05.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4525 | 2024-08-16T21:27:06.162Z | [ recovery-image] Aug 16 21:27:05.096 INFO O| Aug 16 21:27:05.096 INFO STEP 208 (remove_files) COMPLETE |
4526 | 2024-08-16T21:27:06.162Z | [ recovery-image] Aug 16 21:27:05.096 INFO O| Aug 16 21:27:05.096 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-08-16T21:27:06.169Z | [ recovery-image] Aug 16 21:27:05.107 INFO O| Aug 16 21:27:05.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4528 | 2024-08-16T21:27:06.172Z | [ recovery-image] Aug 16 21:27:05.107 INFO O| Aug 16 21:27:05.107 INFO STEP 209 (remove_files) COMPLETE |
4529 | 2024-08-16T21:27:06.172Z | [ recovery-image] Aug 16 21:27:05.107 INFO O| Aug 16 21:27:05.107 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-08-16T21:27:06.180Z | [ recovery-image] Aug 16 21:27:05.117 INFO O| Aug 16 21:27:05.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4531 | 2024-08-16T21:27:06.180Z | [ recovery-image] Aug 16 21:27:05.117 INFO O| Aug 16 21:27:05.117 INFO STEP 210 (remove_files) COMPLETE |
4532 | 2024-08-16T21:27:06.180Z | [ recovery-image] Aug 16 21:27:05.117 INFO O| Aug 16 21:27:05.117 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-16T21:27:06.190Z | [ recovery-image] Aug 16 21:27:05.127 INFO O| Aug 16 21:27:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4534 | 2024-08-16T21:27:06.192Z | [ recovery-image] Aug 16 21:27:05.127 INFO O| Aug 16 21:27:05.127 INFO STEP 211 (remove_files) COMPLETE |
4535 | 2024-08-16T21:27:06.192Z | [ recovery-image] Aug 16 21:27:05.127 INFO O| Aug 16 21:27:05.127 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-16T21:27:06.200Z | [ recovery-image] Aug 16 21:27:05.137 INFO O| Aug 16 21:27:05.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4537 | 2024-08-16T21:27:06.202Z | [ recovery-image] Aug 16 21:27:05.137 INFO O| Aug 16 21:27:05.137 INFO STEP 212 (remove_files) COMPLETE |
4538 | 2024-08-16T21:27:06.202Z | [ recovery-image] Aug 16 21:27:05.137 INFO O| Aug 16 21:27:05.137 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-16T21:27:06.209Z | [ recovery-image] Aug 16 21:27:05.147 INFO O| Aug 16 21:27:05.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4540 | 2024-08-16T21:27:06.209Z | [ recovery-image] Aug 16 21:27:05.147 INFO O| Aug 16 21:27:05.147 INFO STEP 213 (remove_files) COMPLETE |
4541 | 2024-08-16T21:27:06.212Z | [ recovery-image] Aug 16 21:27:05.147 INFO O| Aug 16 21:27:05.147 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-16T21:27:06.219Z | [ recovery-image] Aug 16 21:27:05.157 INFO O| Aug 16 21:27:05.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4543 | 2024-08-16T21:27:06.219Z | [ recovery-image] Aug 16 21:27:05.157 INFO O| Aug 16 21:27:05.157 INFO STEP 214 (remove_files) COMPLETE |
4544 | 2024-08-16T21:27:06.222Z | [ recovery-image] Aug 16 21:27:05.157 INFO O| Aug 16 21:27:05.157 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-16T21:27:06.229Z | [ recovery-image] Aug 16 21:27:05.166 INFO O| Aug 16 21:27:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4546 | 2024-08-16T21:27:06.231Z | [ recovery-image] Aug 16 21:27:05.166 INFO O| Aug 16 21:27:05.166 INFO STEP 215 (remove_files) COMPLETE |
4547 | 2024-08-16T21:27:06.231Z | [ recovery-image] Aug 16 21:27:05.166 INFO O| Aug 16 21:27:05.166 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-16T21:27:06.238Z | [ recovery-image] Aug 16 21:27:05.176 INFO O| Aug 16 21:27:05.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4549 | 2024-08-16T21:27:06.238Z | [ recovery-image] Aug 16 21:27:05.176 INFO O| Aug 16 21:27:05.176 INFO STEP 216 (remove_files) COMPLETE |
4550 | 2024-08-16T21:27:06.241Z | [ recovery-image] Aug 16 21:27:05.176 INFO O| Aug 16 21:27:05.176 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-16T21:27:06.248Z | [ recovery-image] Aug 16 21:27:05.185 INFO O| Aug 16 21:27:05.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4552 | 2024-08-16T21:27:06.248Z | [ recovery-image] Aug 16 21:27:05.185 INFO O| Aug 16 21:27:05.185 INFO STEP 217 (remove_files) COMPLETE |
4553 | 2024-08-16T21:27:06.248Z | [ recovery-image] Aug 16 21:27:05.185 INFO O| Aug 16 21:27:05.185 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-16T21:27:06.259Z | [ recovery-image] Aug 16 21:27:05.196 INFO O| Aug 16 21:27:05.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4555 | 2024-08-16T21:27:06.261Z | [ recovery-image] Aug 16 21:27:05.196 INFO O| Aug 16 21:27:05.196 INFO STEP 218 (remove_files) COMPLETE |
4556 | 2024-08-16T21:27:06.261Z | [ recovery-image] Aug 16 21:27:05.197 INFO O| Aug 16 21:27:05.196 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-16T21:27:06.269Z | [ recovery-image] Aug 16 21:27:05.207 INFO O| Aug 16 21:27:05.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4558 | 2024-08-16T21:27:06.269Z | [ recovery-image] Aug 16 21:27:05.207 INFO O| Aug 16 21:27:05.207 INFO STEP 219 (remove_files) COMPLETE |
4559 | 2024-08-16T21:27:06.272Z | [ recovery-image] Aug 16 21:27:05.207 INFO O| Aug 16 21:27:05.207 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-16T21:27:06.281Z | [ recovery-image] Aug 16 21:27:05.218 INFO O| Aug 16 21:27:05.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4561 | 2024-08-16T21:27:06.281Z | [ recovery-image] Aug 16 21:27:05.218 INFO O| Aug 16 21:27:05.218 INFO STEP 220 (remove_files) COMPLETE |
4562 | 2024-08-16T21:27:06.281Z | [ recovery-image] Aug 16 21:27:05.218 INFO O| Aug 16 21:27:05.218 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-16T21:27:06.292Z | [ recovery-image] Aug 16 21:27:05.229 INFO O| Aug 16 21:27:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4564 | 2024-08-16T21:27:06.292Z | [ recovery-image] Aug 16 21:27:05.229 INFO O| Aug 16 21:27:05.229 INFO STEP 221 (remove_files) COMPLETE |
4565 | 2024-08-16T21:27:06.294Z | [ recovery-image] Aug 16 21:27:05.229 INFO O| Aug 16 21:27:05.229 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-16T21:27:06.302Z | [ recovery-image] Aug 16 21:27:05.240 INFO O| Aug 16 21:27:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4567 | 2024-08-16T21:27:06.302Z | [ recovery-image] Aug 16 21:27:05.240 INFO O| Aug 16 21:27:05.240 INFO STEP 222 (remove_files) COMPLETE |
4568 | 2024-08-16T21:27:06.305Z | [ recovery-image] Aug 16 21:27:05.240 INFO O| Aug 16 21:27:05.240 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-16T21:27:06.314Z | [ recovery-image] Aug 16 21:27:05.252 INFO O| Aug 16 21:27:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4570 | 2024-08-16T21:27:06.314Z | [ recovery-image] Aug 16 21:27:05.252 INFO O| Aug 16 21:27:05.252 INFO STEP 223 (remove_files) COMPLETE |
4571 | 2024-08-16T21:27:06.314Z | [ recovery-image] Aug 16 21:27:05.252 INFO O| Aug 16 21:27:05.252 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-16T21:27:06.334Z | [ recovery-image] Aug 16 21:27:05.263 INFO O| Aug 16 21:27:05.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4573 | 2024-08-16T21:27:06.334Z | [ recovery-image] Aug 16 21:27:05.263 INFO O| Aug 16 21:27:05.263 INFO STEP 224 (remove_files) COMPLETE |
4574 | 2024-08-16T21:27:06.334Z | [ recovery-image] Aug 16 21:27:05.263 INFO O| Aug 16 21:27:05.263 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-16T21:27:06.337Z | [ recovery-image] Aug 16 21:27:05.273 INFO O| Aug 16 21:27:05.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4576 | 2024-08-16T21:27:06.337Z | [ recovery-image] Aug 16 21:27:05.273 INFO O| Aug 16 21:27:05.273 INFO STEP 225 (remove_files) COMPLETE |
4577 | 2024-08-16T21:27:06.337Z | [ recovery-image] Aug 16 21:27:05.273 INFO O| Aug 16 21:27:05.273 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-16T21:27:06.347Z | [ recovery-image] Aug 16 21:27:05.284 INFO O| Aug 16 21:27:05.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4579 | 2024-08-16T21:27:06.347Z | [ recovery-image] Aug 16 21:27:05.284 INFO O| Aug 16 21:27:05.284 INFO STEP 226 (remove_files) COMPLETE |
4580 | 2024-08-16T21:27:06.349Z | [ recovery-image] Aug 16 21:27:05.284 INFO O| Aug 16 21:27:05.284 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-16T21:27:06.357Z | [ recovery-image] Aug 16 21:27:05.294 INFO O| Aug 16 21:27:05.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4582 | 2024-08-16T21:27:06.359Z | [ recovery-image] Aug 16 21:27:05.294 INFO O| Aug 16 21:27:05.294 INFO STEP 227 (remove_files) COMPLETE |
4583 | 2024-08-16T21:27:06.359Z | [ recovery-image] Aug 16 21:27:05.294 INFO O| Aug 16 21:27:05.294 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-16T21:27:06.366Z | [ recovery-image] Aug 16 21:27:05.304 INFO O| Aug 16 21:27:05.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4585 | 2024-08-16T21:27:06.367Z | [ recovery-image] Aug 16 21:27:05.304 INFO O| Aug 16 21:27:05.304 INFO STEP 228 (remove_files) COMPLETE |
4586 | 2024-08-16T21:27:06.369Z | [ recovery-image] Aug 16 21:27:05.304 INFO O| Aug 16 21:27:05.304 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-16T21:27:06.376Z | [ recovery-image] Aug 16 21:27:05.314 INFO O| Aug 16 21:27:05.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4588 | 2024-08-16T21:27:06.376Z | [ recovery-image] Aug 16 21:27:05.314 INFO O| Aug 16 21:27:05.314 INFO STEP 229 (remove_files) COMPLETE |
4589 | 2024-08-16T21:27:06.376Z | [ recovery-image] Aug 16 21:27:05.314 INFO O| Aug 16 21:27:05.314 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-16T21:27:06.386Z | [ recovery-image] Aug 16 21:27:05.324 INFO O| Aug 16 21:27:05.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4591 | 2024-08-16T21:27:06.386Z | [ recovery-image] Aug 16 21:27:05.324 INFO O| Aug 16 21:27:05.324 INFO STEP 230 (remove_files) COMPLETE |
4592 | 2024-08-16T21:27:06.389Z | [ recovery-image] Aug 16 21:27:05.324 INFO O| Aug 16 21:27:05.324 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-16T21:27:06.396Z | [ recovery-image] Aug 16 21:27:05.333 INFO O| Aug 16 21:27:05.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4594 | 2024-08-16T21:27:06.398Z | [ recovery-image] Aug 16 21:27:05.333 INFO O| Aug 16 21:27:05.333 INFO STEP 231 (remove_files) COMPLETE |
4595 | 2024-08-16T21:27:06.398Z | [ recovery-image] Aug 16 21:27:05.333 INFO O| Aug 16 21:27:05.333 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-16T21:27:06.405Z | [ recovery-image] Aug 16 21:27:05.343 INFO O| Aug 16 21:27:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4597 | 2024-08-16T21:27:06.407Z | [ recovery-image] Aug 16 21:27:05.343 INFO O| Aug 16 21:27:05.343 INFO STEP 232 (remove_files) COMPLETE |
4598 | 2024-08-16T21:27:06.408Z | [ recovery-image] Aug 16 21:27:05.343 INFO O| Aug 16 21:27:05.343 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-16T21:27:06.418Z | [ recovery-image] Aug 16 21:27:05.353 INFO O| Aug 16 21:27:05.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4600 | 2024-08-16T21:27:06.418Z | [ recovery-image] Aug 16 21:27:05.353 INFO O| Aug 16 21:27:05.353 INFO STEP 233 (remove_files) COMPLETE |
4601 | 2024-08-16T21:27:06.420Z | [ recovery-image] Aug 16 21:27:05.353 INFO O| Aug 16 21:27:05.353 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-16T21:27:06.425Z | [ recovery-image] Aug 16 21:27:05.362 INFO O| Aug 16 21:27:05.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4603 | 2024-08-16T21:27:06.427Z | [ recovery-image] Aug 16 21:27:05.362 INFO O| Aug 16 21:27:05.362 INFO STEP 234 (remove_files) COMPLETE |
4604 | 2024-08-16T21:27:06.427Z | [ recovery-image] Aug 16 21:27:05.362 INFO O| Aug 16 21:27:05.362 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-16T21:27:06.436Z | [ recovery-image] Aug 16 21:27:05.373 INFO O| Aug 16 21:27:05.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4606 | 2024-08-16T21:27:06.436Z | [ recovery-image] Aug 16 21:27:05.373 INFO O| Aug 16 21:27:05.373 INFO STEP 235 (remove_files) COMPLETE |
4607 | 2024-08-16T21:27:06.438Z | [ recovery-image] Aug 16 21:27:05.373 INFO O| Aug 16 21:27:05.373 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-16T21:27:06.445Z | [ recovery-image] Aug 16 21:27:05.383 INFO O| Aug 16 21:27:05.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4609 | 2024-08-16T21:27:06.448Z | [ recovery-image] Aug 16 21:27:05.383 INFO O| Aug 16 21:27:05.383 INFO STEP 236 (remove_files) COMPLETE |
4610 | 2024-08-16T21:27:06.448Z | [ recovery-image] Aug 16 21:27:05.383 INFO O| Aug 16 21:27:05.383 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-16T21:27:06.455Z | [ recovery-image] Aug 16 21:27:05.392 INFO O| Aug 16 21:27:05.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4612 | 2024-08-16T21:27:06.455Z | [ recovery-image] Aug 16 21:27:05.392 INFO O| Aug 16 21:27:05.392 INFO STEP 237 (remove_files) COMPLETE |
4613 | 2024-08-16T21:27:06.457Z | [ recovery-image] Aug 16 21:27:05.392 INFO O| Aug 16 21:27:05.392 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-16T21:27:06.466Z | [ recovery-image] Aug 16 21:27:05.402 INFO O| Aug 16 21:27:05.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4615 | 2024-08-16T21:27:06.466Z | [ recovery-image] Aug 16 21:27:05.402 INFO O| Aug 16 21:27:05.402 INFO STEP 238 (remove_files) COMPLETE |
4616 | 2024-08-16T21:27:06.466Z | [ recovery-image] Aug 16 21:27:05.402 INFO O| Aug 16 21:27:05.402 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-16T21:27:06.474Z | [ recovery-image] Aug 16 21:27:05.411 INFO O| Aug 16 21:27:05.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4618 | 2024-08-16T21:27:06.474Z | [ recovery-image] Aug 16 21:27:05.412 INFO O| Aug 16 21:27:05.411 INFO STEP 239 (remove_files) COMPLETE |
4619 | 2024-08-16T21:27:06.474Z | [ recovery-image] Aug 16 21:27:05.412 INFO O| Aug 16 21:27:05.412 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-08-16T21:27:06.483Z | [ host-image] Aug 16 21:27:05.420 INFO O| Aug 16 21:27:05.420 INFO O| Done |
4621 | 2024-08-16T21:27:06.486Z | [ recovery-image] Aug 16 21:27:05.421 INFO O| Aug 16 21:27:05.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4622 | 2024-08-16T21:27:06.486Z | [ recovery-image] Aug 16 21:27:05.421 INFO O| Aug 16 21:27:05.421 INFO STEP 240 (remove_files) COMPLETE |
4623 | 2024-08-16T21:27:06.486Z | [ recovery-image] Aug 16 21:27:05.421 INFO O| Aug 16 21:27:05.421 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-16T21:27:06.494Z | [ recovery-image] Aug 16 21:27:05.432 INFO O| Aug 16 21:27:05.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4625 | 2024-08-16T21:27:06.494Z | [ recovery-image] Aug 16 21:27:05.432 INFO O| Aug 16 21:27:05.432 INFO STEP 241 (remove_files) COMPLETE |
4626 | 2024-08-16T21:27:06.494Z | [ recovery-image] Aug 16 21:27:05.432 INFO O| Aug 16 21:27:05.432 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-16T21:27:06.504Z | [ recovery-image] Aug 16 21:27:05.442 INFO O| Aug 16 21:27:05.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4628 | 2024-08-16T21:27:06.504Z | [ recovery-image] Aug 16 21:27:05.442 INFO O| Aug 16 21:27:05.442 INFO STEP 242 (remove_files) COMPLETE |
4629 | 2024-08-16T21:27:06.507Z | [ recovery-image] Aug 16 21:27:05.442 INFO O| Aug 16 21:27:05.442 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-16T21:27:06.515Z | [ recovery-image] Aug 16 21:27:05.452 INFO O| Aug 16 21:27:05.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4631 | 2024-08-16T21:27:06.515Z | [ recovery-image] Aug 16 21:27:05.452 INFO O| Aug 16 21:27:05.452 INFO STEP 243 (remove_files) COMPLETE |
4632 | 2024-08-16T21:27:06.515Z | [ recovery-image] Aug 16 21:27:05.452 INFO O| Aug 16 21:27:05.452 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-16T21:27:06.525Z | [ recovery-image] Aug 16 21:27:05.462 INFO O| Aug 16 21:27:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4634 | 2024-08-16T21:27:06.525Z | [ recovery-image] Aug 16 21:27:05.462 INFO O| Aug 16 21:27:05.462 INFO STEP 244 (remove_files) COMPLETE |
4635 | 2024-08-16T21:27:06.528Z | [ recovery-image] Aug 16 21:27:05.462 INFO O| Aug 16 21:27:05.462 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-16T21:27:06.535Z | [ recovery-image] Aug 16 21:27:05.472 INFO O| Aug 16 21:27:05.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4637 | 2024-08-16T21:27:06.535Z | [ recovery-image] Aug 16 21:27:05.472 INFO O| Aug 16 21:27:05.472 INFO STEP 245 (remove_files) COMPLETE |
4638 | 2024-08-16T21:27:06.537Z | [ recovery-image] Aug 16 21:27:05.472 INFO O| Aug 16 21:27:05.472 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-16T21:27:06.545Z | [ recovery-image] Aug 16 21:27:05.483 INFO O| Aug 16 21:27:05.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4640 | 2024-08-16T21:27:06.548Z | [ recovery-image] Aug 16 21:27:05.483 INFO O| Aug 16 21:27:05.483 INFO STEP 246 (remove_files) COMPLETE |
4641 | 2024-08-16T21:27:06.548Z | [ recovery-image] Aug 16 21:27:05.483 INFO O| Aug 16 21:27:05.483 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-16T21:27:06.555Z | [ recovery-image] Aug 16 21:27:05.493 INFO O| Aug 16 21:27:05.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4643 | 2024-08-16T21:27:06.555Z | [ recovery-image] Aug 16 21:27:05.493 INFO O| Aug 16 21:27:05.493 INFO STEP 247 (remove_files) COMPLETE |
4644 | 2024-08-16T21:27:06.558Z | [ recovery-image] Aug 16 21:27:05.493 INFO O| Aug 16 21:27:05.493 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-16T21:27:06.566Z | [ recovery-image] Aug 16 21:27:05.503 INFO O| Aug 16 21:27:05.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4646 | 2024-08-16T21:27:06.566Z | [ recovery-image] Aug 16 21:27:05.503 INFO O| Aug 16 21:27:05.503 INFO STEP 248 (remove_files) COMPLETE |
4647 | 2024-08-16T21:27:06.566Z | [ recovery-image] Aug 16 21:27:05.503 INFO O| Aug 16 21:27:05.503 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-16T21:27:06.576Z | [ recovery-image] Aug 16 21:27:05.513 INFO O| Aug 16 21:27:05.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4649 | 2024-08-16T21:27:06.576Z | [ recovery-image] Aug 16 21:27:05.514 INFO O| Aug 16 21:27:05.514 INFO STEP 249 (remove_files) COMPLETE |
4650 | 2024-08-16T21:27:06.579Z | [ recovery-image] Aug 16 21:27:05.514 INFO O| Aug 16 21:27:05.514 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-16T21:27:06.586Z | [ recovery-image] Aug 16 21:27:05.523 INFO O| Aug 16 21:27:05.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4652 | 2024-08-16T21:27:06.589Z | [ recovery-image] Aug 16 21:27:05.524 INFO O| Aug 16 21:27:05.524 INFO STEP 250 (remove_files) COMPLETE |
4653 | 2024-08-16T21:27:06.589Z | [ recovery-image] Aug 16 21:27:05.524 INFO O| Aug 16 21:27:05.524 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-16T21:27:06.596Z | [ recovery-image] Aug 16 21:27:05.534 INFO O| Aug 16 21:27:05.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4655 | 2024-08-16T21:27:06.596Z | [ recovery-image] Aug 16 21:27:05.534 INFO O| Aug 16 21:27:05.534 INFO STEP 251 (remove_files) COMPLETE |
4656 | 2024-08-16T21:27:06.599Z | [ recovery-image] Aug 16 21:27:05.534 INFO O| Aug 16 21:27:05.534 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-16T21:27:06.607Z | [ recovery-image] Aug 16 21:27:05.544 INFO O| Aug 16 21:27:05.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4658 | 2024-08-16T21:27:06.607Z | [ recovery-image] Aug 16 21:27:05.544 INFO O| Aug 16 21:27:05.544 INFO STEP 252 (remove_files) COMPLETE |
4659 | 2024-08-16T21:27:06.610Z | [ recovery-image] Aug 16 21:27:05.544 INFO O| Aug 16 21:27:05.544 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-16T21:27:06.618Z | [ recovery-image] Aug 16 21:27:05.556 INFO O| Aug 16 21:27:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4661 | 2024-08-16T21:27:06.619Z | [ recovery-image] Aug 16 21:27:05.556 INFO O| Aug 16 21:27:05.556 INFO STEP 253 (remove_files) COMPLETE |
4662 | 2024-08-16T21:27:06.619Z | [ recovery-image] Aug 16 21:27:05.556 INFO O| Aug 16 21:27:05.556 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-16T21:27:06.631Z | [ recovery-image] Aug 16 21:27:05.568 INFO O| Aug 16 21:27:05.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4664 | 2024-08-16T21:27:06.631Z | [ recovery-image] Aug 16 21:27:05.568 INFO O| Aug 16 21:27:05.568 INFO STEP 254 (remove_files) COMPLETE |
4665 | 2024-08-16T21:27:06.633Z | [ recovery-image] Aug 16 21:27:05.568 INFO O| Aug 16 21:27:05.568 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-16T21:27:06.642Z | [ recovery-image] Aug 16 21:27:05.580 INFO O| Aug 16 21:27:05.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4667 | 2024-08-16T21:27:06.646Z | [ recovery-image] Aug 16 21:27:05.580 INFO O| Aug 16 21:27:05.580 INFO STEP 255 (remove_files) COMPLETE |
4668 | 2024-08-16T21:27:06.646Z | [ recovery-image] Aug 16 21:27:05.580 INFO O| Aug 16 21:27:05.580 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-16T21:27:06.653Z | [ recovery-image] Aug 16 21:27:05.591 INFO O| Aug 16 21:27:05.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4670 | 2024-08-16T21:27:06.656Z | [ recovery-image] Aug 16 21:27:05.591 INFO O| Aug 16 21:27:05.591 INFO STEP 256 (remove_files) COMPLETE |
4671 | 2024-08-16T21:27:06.656Z | [ recovery-image] Aug 16 21:27:05.591 INFO O| Aug 16 21:27:05.591 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-16T21:27:06.664Z | [ recovery-image] Aug 16 21:27:05.602 INFO O| Aug 16 21:27:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4673 | 2024-08-16T21:27:06.664Z | [ recovery-image] Aug 16 21:27:05.602 INFO O| Aug 16 21:27:05.602 INFO STEP 257 (remove_files) COMPLETE |
4674 | 2024-08-16T21:27:06.667Z | [ recovery-image] Aug 16 21:27:05.602 INFO O| Aug 16 21:27:05.602 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-16T21:27:06.675Z | [ recovery-image] Aug 16 21:27:05.612 INFO O| Aug 16 21:27:05.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4676 | 2024-08-16T21:27:06.678Z | [ recovery-image] Aug 16 21:27:05.613 INFO O| Aug 16 21:27:05.613 INFO STEP 258 (remove_files) COMPLETE |
4677 | 2024-08-16T21:27:06.678Z | [ recovery-image] Aug 16 21:27:05.613 INFO O| Aug 16 21:27:05.613 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-16T21:27:06.685Z | [ recovery-image] Aug 16 21:27:05.623 INFO O| Aug 16 21:27:05.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4679 | 2024-08-16T21:27:06.688Z | [ recovery-image] Aug 16 21:27:05.623 INFO O| Aug 16 21:27:05.623 INFO STEP 259 (remove_files) COMPLETE |
4680 | 2024-08-16T21:27:06.688Z | [ recovery-image] Aug 16 21:27:05.623 INFO O| Aug 16 21:27:05.623 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-16T21:27:06.696Z | [ recovery-image] Aug 16 21:27:05.633 INFO O| Aug 16 21:27:05.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4682 | 2024-08-16T21:27:06.696Z | [ recovery-image] Aug 16 21:27:05.633 INFO O| Aug 16 21:27:05.633 INFO STEP 260 (remove_files) COMPLETE |
4683 | 2024-08-16T21:27:06.699Z | [ recovery-image] Aug 16 21:27:05.633 INFO O| Aug 16 21:27:05.633 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-16T21:27:06.706Z | [ recovery-image] Aug 16 21:27:05.643 INFO O| Aug 16 21:27:05.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4685 | 2024-08-16T21:27:06.706Z | [ recovery-image] Aug 16 21:27:05.643 INFO O| Aug 16 21:27:05.643 INFO STEP 261 (remove_files) COMPLETE |
4686 | 2024-08-16T21:27:06.706Z | [ recovery-image] Aug 16 21:27:05.643 INFO O| Aug 16 21:27:05.643 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-16T21:27:06.716Z | [ recovery-image] Aug 16 21:27:05.653 INFO O| Aug 16 21:27:05.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4688 | 2024-08-16T21:27:06.716Z | [ recovery-image] Aug 16 21:27:05.653 INFO O| Aug 16 21:27:05.653 INFO STEP 262 (remove_files) COMPLETE |
4689 | 2024-08-16T21:27:06.716Z | [ recovery-image] Aug 16 21:27:05.653 INFO O| Aug 16 21:27:05.653 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-16T21:27:06.726Z | [ recovery-image] Aug 16 21:27:05.663 INFO O| Aug 16 21:27:05.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4691 | 2024-08-16T21:27:06.726Z | [ recovery-image] Aug 16 21:27:05.663 INFO O| Aug 16 21:27:05.663 INFO STEP 263 (remove_files) COMPLETE |
4692 | 2024-08-16T21:27:06.726Z | [ recovery-image] Aug 16 21:27:05.663 INFO O| Aug 16 21:27:05.663 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-16T21:27:06.736Z | [ recovery-image] Aug 16 21:27:05.673 INFO O| Aug 16 21:27:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4694 | 2024-08-16T21:27:06.736Z | [ recovery-image] Aug 16 21:27:05.673 INFO O| Aug 16 21:27:05.673 INFO STEP 264 (remove_files) COMPLETE |
4695 | 2024-08-16T21:27:06.738Z | [ recovery-image] Aug 16 21:27:05.673 INFO O| Aug 16 21:27:05.673 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-16T21:27:06.746Z | [ recovery-image] Aug 16 21:27:05.683 INFO O| Aug 16 21:27:05.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4697 | 2024-08-16T21:27:06.748Z | [ recovery-image] Aug 16 21:27:05.683 INFO O| Aug 16 21:27:05.683 INFO STEP 265 (remove_files) COMPLETE |
4698 | 2024-08-16T21:27:06.748Z | [ recovery-image] Aug 16 21:27:05.683 INFO O| Aug 16 21:27:05.683 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-16T21:27:06.755Z | [ recovery-image] Aug 16 21:27:05.693 INFO O| Aug 16 21:27:05.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4700 | 2024-08-16T21:27:06.755Z | [ recovery-image] Aug 16 21:27:05.693 INFO O| Aug 16 21:27:05.693 INFO STEP 266 (remove_files) COMPLETE |
4701 | 2024-08-16T21:27:06.758Z | [ recovery-image] Aug 16 21:27:05.693 INFO O| Aug 16 21:27:05.693 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-08-16T21:27:06.765Z | [ recovery-image] Aug 16 21:27:05.702 INFO O| Aug 16 21:27:05.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4703 | 2024-08-16T21:27:06.765Z | [ recovery-image] Aug 16 21:27:05.702 INFO O| Aug 16 21:27:05.702 INFO STEP 267 (remove_files) COMPLETE |
4704 | 2024-08-16T21:27:06.765Z | [ recovery-image] Aug 16 21:27:05.702 INFO O| Aug 16 21:27:05.702 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-08-16T21:27:06.775Z | [ recovery-image] Aug 16 21:27:05.712 INFO O| Aug 16 21:27:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4706 | 2024-08-16T21:27:06.775Z | [ recovery-image] Aug 16 21:27:05.712 INFO O| Aug 16 21:27:05.712 INFO STEP 268 (remove_files) COMPLETE |
4707 | 2024-08-16T21:27:06.775Z | [ recovery-image] Aug 16 21:27:05.712 INFO O| Aug 16 21:27:05.712 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-08-16T21:27:06.784Z | [ recovery-image] Aug 16 21:27:05.722 INFO O| Aug 16 21:27:05.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4709 | 2024-08-16T21:27:06.787Z | [ recovery-image] Aug 16 21:27:05.722 INFO O| Aug 16 21:27:05.722 INFO STEP 269 (remove_files) COMPLETE |
4710 | 2024-08-16T21:27:06.787Z | [ recovery-image] Aug 16 21:27:05.722 INFO O| Aug 16 21:27:05.722 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-08-16T21:27:06.794Z | [ recovery-image] Aug 16 21:27:05.731 INFO O| Aug 16 21:27:05.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4712 | 2024-08-16T21:27:06.797Z | [ recovery-image] Aug 16 21:27:05.731 INFO O| Aug 16 21:27:05.731 INFO STEP 270 (remove_files) COMPLETE |
4713 | 2024-08-16T21:27:06.797Z | [ recovery-image] Aug 16 21:27:05.731 INFO O| Aug 16 21:27:05.731 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-08-16T21:27:06.804Z | [ recovery-image] Aug 16 21:27:05.741 INFO O| Aug 16 21:27:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4715 | 2024-08-16T21:27:06.806Z | [ recovery-image] Aug 16 21:27:05.741 INFO O| Aug 16 21:27:05.741 INFO STEP 271 (remove_files) COMPLETE |
4716 | 2024-08-16T21:27:06.806Z | [ recovery-image] Aug 16 21:27:05.741 INFO O| Aug 16 21:27:05.741 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-08-16T21:27:06.814Z | [ recovery-image] Aug 16 21:27:05.751 INFO O| Aug 16 21:27:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4718 | 2024-08-16T21:27:06.816Z | [ recovery-image] Aug 16 21:27:05.751 INFO O| Aug 16 21:27:05.751 INFO STEP 272 (remove_files) COMPLETE |
4719 | 2024-08-16T21:27:06.816Z | [ recovery-image] Aug 16 21:27:05.751 INFO O| Aug 16 21:27:05.751 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-08-16T21:27:06.823Z | [ recovery-image] Aug 16 21:27:05.761 INFO O| Aug 16 21:27:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4721 | 2024-08-16T21:27:06.823Z | [ recovery-image] Aug 16 21:27:05.761 INFO O| Aug 16 21:27:05.761 INFO STEP 273 (remove_files) COMPLETE |
4722 | 2024-08-16T21:27:06.826Z | [ recovery-image] Aug 16 21:27:05.761 INFO O| Aug 16 21:27:05.761 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-08-16T21:27:06.833Z | [ recovery-image] Aug 16 21:27:05.771 INFO O| Aug 16 21:27:05.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4724 | 2024-08-16T21:27:06.833Z | [ recovery-image] Aug 16 21:27:05.771 INFO O| Aug 16 21:27:05.771 INFO STEP 274 (remove_files) COMPLETE |
4725 | 2024-08-16T21:27:06.836Z | [ recovery-image] Aug 16 21:27:05.771 INFO O| Aug 16 21:27:05.771 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-08-16T21:27:06.843Z | [ recovery-image] Aug 16 21:27:05.780 INFO O| Aug 16 21:27:05.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4727 | 2024-08-16T21:27:06.843Z | [ recovery-image] Aug 16 21:27:05.780 INFO O| Aug 16 21:27:05.780 INFO STEP 275 (remove_files) COMPLETE |
4728 | 2024-08-16T21:27:06.843Z | [ recovery-image] Aug 16 21:27:05.780 INFO O| Aug 16 21:27:05.780 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-08-16T21:27:06.853Z | [ recovery-image] Aug 16 21:27:05.790 INFO O| Aug 16 21:27:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4730 | 2024-08-16T21:27:06.853Z | [ recovery-image] Aug 16 21:27:05.790 INFO O| Aug 16 21:27:05.790 INFO STEP 276 (remove_files) COMPLETE |
4731 | 2024-08-16T21:27:06.856Z | [ recovery-image] Aug 16 21:27:05.790 INFO O| Aug 16 21:27:05.790 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-08-16T21:27:06.862Z | [ recovery-image] Aug 16 21:27:05.800 INFO O| Aug 16 21:27:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4733 | 2024-08-16T21:27:06.865Z | [ recovery-image] Aug 16 21:27:05.800 INFO O| Aug 16 21:27:05.800 INFO STEP 277 (remove_files) COMPLETE |
4734 | 2024-08-16T21:27:06.865Z | [ recovery-image] Aug 16 21:27:05.800 INFO O| Aug 16 21:27:05.800 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-08-16T21:27:06.872Z | [ recovery-image] Aug 16 21:27:05.810 INFO O| Aug 16 21:27:05.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4736 | 2024-08-16T21:27:06.872Z | [ recovery-image] Aug 16 21:27:05.810 INFO O| Aug 16 21:27:05.810 INFO STEP 278 (remove_files) COMPLETE |
4737 | 2024-08-16T21:27:06.872Z | [ recovery-image] Aug 16 21:27:05.810 INFO O| Aug 16 21:27:05.810 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-08-16T21:27:06.883Z | [ recovery-image] Aug 16 21:27:05.820 INFO O| Aug 16 21:27:05.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4739 | 2024-08-16T21:27:06.885Z | [ recovery-image] Aug 16 21:27:05.821 INFO O| Aug 16 21:27:05.821 INFO STEP 279 (remove_files) COMPLETE |
4740 | 2024-08-16T21:27:06.885Z | [ recovery-image] Aug 16 21:27:05.821 INFO O| Aug 16 21:27:05.821 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-08-16T21:27:06.893Z | [ recovery-image] Aug 16 21:27:05.830 INFO O| Aug 16 21:27:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4742 | 2024-08-16T21:27:06.893Z | [ recovery-image] Aug 16 21:27:05.830 INFO O| Aug 16 21:27:05.830 INFO STEP 280 (remove_files) COMPLETE |
4743 | 2024-08-16T21:27:06.895Z | [ recovery-image] Aug 16 21:27:05.830 INFO O| Aug 16 21:27:05.830 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-08-16T21:27:06.902Z | [ recovery-image] Aug 16 21:27:05.840 INFO O| Aug 16 21:27:05.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4745 | 2024-08-16T21:27:06.902Z | [ recovery-image] Aug 16 21:27:05.840 INFO O| Aug 16 21:27:05.840 INFO STEP 281 (remove_files) COMPLETE |
4746 | 2024-08-16T21:27:06.905Z | [ recovery-image] Aug 16 21:27:05.840 INFO O| Aug 16 21:27:05.840 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-16T21:27:06.912Z | [ recovery-image] Aug 16 21:27:05.849 INFO O| Aug 16 21:27:05.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4748 | 2024-08-16T21:27:06.912Z | [ recovery-image] Aug 16 21:27:05.849 INFO O| Aug 16 21:27:05.849 INFO STEP 282 (remove_files) COMPLETE |
4749 | 2024-08-16T21:27:06.914Z | [ recovery-image] Aug 16 21:27:05.849 INFO O| Aug 16 21:27:05.849 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-16T21:27:06.923Z | [ recovery-image] Aug 16 21:27:05.859 INFO O| Aug 16 21:27:05.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4751 | 2024-08-16T21:27:06.923Z | [ recovery-image] Aug 16 21:27:05.859 INFO O| Aug 16 21:27:05.859 INFO STEP 283 (remove_files) COMPLETE |
4752 | 2024-08-16T21:27:06.925Z | [ recovery-image] Aug 16 21:27:05.859 INFO O| Aug 16 21:27:05.859 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-16T21:27:06.931Z | [ recovery-image] Aug 16 21:27:05.869 INFO O| Aug 16 21:27:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4754 | 2024-08-16T21:27:06.932Z | [ recovery-image] Aug 16 21:27:05.869 INFO O| Aug 16 21:27:05.869 INFO STEP 284 (remove_files) COMPLETE |
4755 | 2024-08-16T21:27:06.934Z | [ recovery-image] Aug 16 21:27:05.869 INFO O| Aug 16 21:27:05.869 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-16T21:27:06.942Z | [ recovery-image] Aug 16 21:27:05.879 INFO O| Aug 16 21:27:05.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4757 | 2024-08-16T21:27:06.943Z | [ recovery-image] Aug 16 21:27:05.879 INFO O| Aug 16 21:27:05.879 INFO STEP 285 (remove_files) COMPLETE |
4758 | 2024-08-16T21:27:06.943Z | [ recovery-image] Aug 16 21:27:05.879 INFO O| Aug 16 21:27:05.879 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-16T21:27:06.952Z | [ recovery-image] Aug 16 21:27:05.889 INFO O| Aug 16 21:27:05.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4760 | 2024-08-16T21:27:06.954Z | [ recovery-image] Aug 16 21:27:05.889 INFO O| Aug 16 21:27:05.889 INFO STEP 286 (remove_files) COMPLETE |
4761 | 2024-08-16T21:27:06.954Z | [ recovery-image] Aug 16 21:27:05.889 INFO O| Aug 16 21:27:05.889 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-16T21:27:06.961Z | [ recovery-image] Aug 16 21:27:05.899 INFO O| Aug 16 21:27:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4763 | 2024-08-16T21:27:06.964Z | [ recovery-image] Aug 16 21:27:05.899 INFO O| Aug 16 21:27:05.899 INFO STEP 287 (remove_files) COMPLETE |
4764 | 2024-08-16T21:27:06.964Z | [ recovery-image] Aug 16 21:27:05.899 INFO O| Aug 16 21:27:05.899 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-16T21:27:07.096Z | [ recovery-image] Aug 16 21:27:05.909 INFO O| Aug 16 21:27:05.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4766 | 2024-08-16T21:27:07.096Z | [ recovery-image] Aug 16 21:27:05.909 INFO O| Aug 16 21:27:05.909 INFO STEP 288 (remove_files) COMPLETE |
4767 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.909 INFO O| Aug 16 21:27:05.909 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.919 INFO O| Aug 16 21:27:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4769 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.919 INFO O| Aug 16 21:27:05.919 INFO STEP 289 (remove_files) COMPLETE |
4770 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.919 INFO O| Aug 16 21:27:05.919 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.928 INFO O| Aug 16 21:27:05.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4772 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.928 INFO O| Aug 16 21:27:05.928 INFO STEP 290 (remove_files) COMPLETE |
4773 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.928 INFO O| Aug 16 21:27:05.928 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.938 INFO O| Aug 16 21:27:05.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4775 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.938 INFO O| Aug 16 21:27:05.938 INFO STEP 291 (remove_files) COMPLETE |
4776 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.938 INFO O| Aug 16 21:27:05.938 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.947 INFO O| Aug 16 21:27:05.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4778 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.947 INFO O| Aug 16 21:27:05.947 INFO STEP 292 (remove_files) COMPLETE |
4779 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.947 INFO O| Aug 16 21:27:05.947 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.957 INFO O| Aug 16 21:27:05.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4781 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.957 INFO O| Aug 16 21:27:05.957 INFO STEP 293 (remove_files) COMPLETE |
4782 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.957 INFO O| Aug 16 21:27:05.957 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.967 INFO O| Aug 16 21:27:05.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4784 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.967 INFO O| Aug 16 21:27:05.967 INFO STEP 294 (remove_files) COMPLETE |
4785 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.967 INFO O| Aug 16 21:27:05.967 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.976 INFO O| Aug 16 21:27:05.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4787 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.976 INFO O| Aug 16 21:27:05.976 INFO STEP 295 (remove_files) COMPLETE |
4788 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.976 INFO O| Aug 16 21:27:05.976 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.986 INFO O| Aug 16 21:27:05.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4790 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.986 INFO O| Aug 16 21:27:05.986 INFO STEP 296 (remove_files) COMPLETE |
4791 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.986 INFO O| Aug 16 21:27:05.986 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.996 INFO O| Aug 16 21:27:05.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4793 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.996 INFO O| Aug 16 21:27:05.996 INFO STEP 297 (remove_files) COMPLETE |
4794 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:05.996 INFO O| Aug 16 21:27:05.996 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:06.007 INFO O| Aug 16 21:27:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4796 | 2024-08-16T21:27:07.099Z | [ recovery-image] Aug 16 21:27:06.007 INFO O| Aug 16 21:27:06.007 INFO STEP 298 (remove_files) COMPLETE |
4797 | 2024-08-16T21:27:07.100Z | [ recovery-image] Aug 16 21:27:06.007 INFO O| Aug 16 21:27:06.007 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-16T21:27:07.100Z | [ recovery-image] Aug 16 21:27:06.020 INFO O| Aug 16 21:27:06.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4799 | 2024-08-16T21:27:07.100Z | [ recovery-image] Aug 16 21:27:06.021 INFO O| Aug 16 21:27:06.021 INFO STEP 299 (remove_files) COMPLETE |
4800 | 2024-08-16T21:27:07.100Z | [ recovery-image] Aug 16 21:27:06.021 INFO O| Aug 16 21:27:06.021 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-16T21:27:07.100Z | [ recovery-image] Aug 16 21:27:06.032 INFO O| Aug 16 21:27:06.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4802 | 2024-08-16T21:27:07.100Z | [ recovery-image] Aug 16 21:27:06.032 INFO O| Aug 16 21:27:06.032 INFO STEP 300 (remove_files) COMPLETE |
4803 | 2024-08-16T21:27:07.100Z | [ recovery-image] Aug 16 21:27:06.033 INFO O| Aug 16 21:27:06.032 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-16T21:27:07.106Z | [ recovery-image] Aug 16 21:27:06.043 INFO O| Aug 16 21:27:06.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4805 | 2024-08-16T21:27:07.108Z | [ recovery-image] Aug 16 21:27:06.043 INFO O| Aug 16 21:27:06.043 INFO STEP 301 (remove_files) COMPLETE |
4806 | 2024-08-16T21:27:07.108Z | [ recovery-image] Aug 16 21:27:06.043 INFO O| Aug 16 21:27:06.043 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-16T21:27:07.117Z | [ recovery-image] Aug 16 21:27:06.055 INFO O| Aug 16 21:27:06.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4808 | 2024-08-16T21:27:07.117Z | [ recovery-image] Aug 16 21:27:06.055 INFO O| Aug 16 21:27:06.055 INFO STEP 302 (remove_files) COMPLETE |
4809 | 2024-08-16T21:27:07.120Z | [ recovery-image] Aug 16 21:27:06.055 INFO O| Aug 16 21:27:06.055 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-16T21:27:07.129Z | [ recovery-image] Aug 16 21:27:06.066 INFO O| Aug 16 21:27:06.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4811 | 2024-08-16T21:27:07.132Z | [ recovery-image] Aug 16 21:27:06.066 INFO O| Aug 16 21:27:06.066 INFO STEP 303 (remove_files) COMPLETE |
4812 | 2024-08-16T21:27:07.132Z | [ recovery-image] Aug 16 21:27:06.066 INFO O| Aug 16 21:27:06.066 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-16T21:27:07.140Z | [ recovery-image] Aug 16 21:27:06.077 INFO O| Aug 16 21:27:06.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4814 | 2024-08-16T21:27:07.140Z | [ recovery-image] Aug 16 21:27:06.077 INFO O| Aug 16 21:27:06.077 INFO STEP 304 (remove_files) COMPLETE |
4815 | 2024-08-16T21:27:07.140Z | [ recovery-image] Aug 16 21:27:06.078 INFO O| Aug 16 21:27:06.077 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-16T21:27:07.151Z | [ recovery-image] Aug 16 21:27:06.088 INFO O| Aug 16 21:27:06.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4817 | 2024-08-16T21:27:07.151Z | [ recovery-image] Aug 16 21:27:06.088 INFO O| Aug 16 21:27:06.088 INFO STEP 305 (remove_files) COMPLETE |
4818 | 2024-08-16T21:27:07.151Z | [ recovery-image] Aug 16 21:27:06.088 INFO O| Aug 16 21:27:06.088 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-16T21:27:07.161Z | [ recovery-image] Aug 16 21:27:06.099 INFO O| Aug 16 21:27:06.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4820 | 2024-08-16T21:27:07.161Z | [ recovery-image] Aug 16 21:27:06.099 INFO O| Aug 16 21:27:06.099 INFO STEP 306 (remove_files) COMPLETE |
4821 | 2024-08-16T21:27:07.164Z | [ recovery-image] Aug 16 21:27:06.099 INFO O| Aug 16 21:27:06.099 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-16T21:27:07.171Z | [ recovery-image] Aug 16 21:27:06.108 INFO O| Aug 16 21:27:06.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4823 | 2024-08-16T21:27:07.171Z | [ recovery-image] Aug 16 21:27:06.108 INFO O| Aug 16 21:27:06.108 INFO STEP 307 (remove_files) COMPLETE |
4824 | 2024-08-16T21:27:07.171Z | [ recovery-image] Aug 16 21:27:06.108 INFO O| Aug 16 21:27:06.108 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-16T21:27:07.181Z | [ recovery-image] Aug 16 21:27:06.118 INFO O| Aug 16 21:27:06.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4826 | 2024-08-16T21:27:07.181Z | [ recovery-image] Aug 16 21:27:06.118 INFO O| Aug 16 21:27:06.118 INFO STEP 308 (remove_files) COMPLETE |
4827 | 2024-08-16T21:27:07.183Z | [ recovery-image] Aug 16 21:27:06.118 INFO O| Aug 16 21:27:06.118 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-16T21:27:07.191Z | [ recovery-image] Aug 16 21:27:06.129 INFO O| Aug 16 21:27:06.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4829 | 2024-08-16T21:27:07.194Z | [ recovery-image] Aug 16 21:27:06.129 INFO O| Aug 16 21:27:06.129 INFO STEP 309 (remove_files) COMPLETE |
4830 | 2024-08-16T21:27:07.194Z | [ recovery-image] Aug 16 21:27:06.129 INFO O| Aug 16 21:27:06.129 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-16T21:27:07.202Z | [ recovery-image] Aug 16 21:27:06.139 INFO O| Aug 16 21:27:06.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4832 | 2024-08-16T21:27:07.202Z | [ recovery-image] Aug 16 21:27:06.140 INFO O| Aug 16 21:27:06.139 INFO STEP 310 (remove_files) COMPLETE |
4833 | 2024-08-16T21:27:07.202Z | [ recovery-image] Aug 16 21:27:06.140 INFO O| Aug 16 21:27:06.139 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-08-16T21:27:07.213Z | [ recovery-image] Aug 16 21:27:06.150 INFO O| Aug 16 21:27:06.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4835 | 2024-08-16T21:27:07.213Z | [ recovery-image] Aug 16 21:27:06.150 INFO O| Aug 16 21:27:06.150 INFO STEP 311 (remove_files) COMPLETE |
4836 | 2024-08-16T21:27:07.215Z | [ recovery-image] Aug 16 21:27:06.150 INFO O| Aug 16 21:27:06.150 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-08-16T21:27:07.224Z | [ recovery-image] Aug 16 21:27:06.161 INFO O| Aug 16 21:27:06.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4838 | 2024-08-16T21:27:07.224Z | [ recovery-image] Aug 16 21:27:06.161 INFO O| Aug 16 21:27:06.161 INFO STEP 312 (remove_files) COMPLETE |
4839 | 2024-08-16T21:27:07.224Z | [ recovery-image] Aug 16 21:27:06.161 INFO O| Aug 16 21:27:06.161 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-08-16T21:27:07.235Z | [ recovery-image] Aug 16 21:27:06.172 INFO O| Aug 16 21:27:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4841 | 2024-08-16T21:27:07.235Z | [ recovery-image] Aug 16 21:27:06.172 INFO O| Aug 16 21:27:06.172 INFO STEP 313 (remove_files) COMPLETE |
4842 | 2024-08-16T21:27:07.235Z | [ recovery-image] Aug 16 21:27:06.172 INFO O| Aug 16 21:27:06.172 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-08-16T21:27:07.245Z | [ recovery-image] Aug 16 21:27:06.183 INFO O| Aug 16 21:27:06.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4844 | 2024-08-16T21:27:07.248Z | [ recovery-image] Aug 16 21:27:06.183 INFO O| Aug 16 21:27:06.183 INFO STEP 314 (remove_files) COMPLETE |
4845 | 2024-08-16T21:27:07.248Z | [ recovery-image] Aug 16 21:27:06.183 INFO O| Aug 16 21:27:06.183 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-08-16T21:27:07.256Z | [ recovery-image] Aug 16 21:27:06.193 INFO O| Aug 16 21:27:06.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4847 | 2024-08-16T21:27:07.256Z | [ recovery-image] Aug 16 21:27:06.193 INFO O| Aug 16 21:27:06.193 INFO STEP 315 (remove_files) COMPLETE |
4848 | 2024-08-16T21:27:07.258Z | [ recovery-image] Aug 16 21:27:06.193 INFO O| Aug 16 21:27:06.193 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-08-16T21:27:07.266Z | [ recovery-image] Aug 16 21:27:06.203 INFO O| Aug 16 21:27:06.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4850 | 2024-08-16T21:27:07.266Z | [ recovery-image] Aug 16 21:27:06.203 INFO O| Aug 16 21:27:06.203 INFO STEP 316 (remove_files) COMPLETE |
4851 | 2024-08-16T21:27:07.266Z | [ recovery-image] Aug 16 21:27:06.203 INFO O| Aug 16 21:27:06.203 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-08-16T21:27:07.276Z | [ recovery-image] Aug 16 21:27:06.213 INFO O| Aug 16 21:27:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4853 | 2024-08-16T21:27:07.276Z | [ recovery-image] Aug 16 21:27:06.213 INFO O| Aug 16 21:27:06.213 INFO STEP 317 (remove_files) COMPLETE |
4854 | 2024-08-16T21:27:07.278Z | [ recovery-image] Aug 16 21:27:06.213 INFO O| Aug 16 21:27:06.213 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-08-16T21:27:07.286Z | [ recovery-image] Aug 16 21:27:06.223 INFO O| Aug 16 21:27:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4856 | 2024-08-16T21:27:07.286Z | [ recovery-image] Aug 16 21:27:06.223 INFO O| Aug 16 21:27:06.223 INFO STEP 318 (remove_files) COMPLETE |
4857 | 2024-08-16T21:27:07.288Z | [ recovery-image] Aug 16 21:27:06.223 INFO O| Aug 16 21:27:06.223 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-08-16T21:27:07.296Z | [ recovery-image] Aug 16 21:27:06.234 INFO O| Aug 16 21:27:06.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4859 | 2024-08-16T21:27:07.296Z | [ recovery-image] Aug 16 21:27:06.234 INFO O| Aug 16 21:27:06.234 INFO STEP 319 (remove_files) COMPLETE |
4860 | 2024-08-16T21:27:07.296Z | [ recovery-image] Aug 16 21:27:06.234 INFO O| Aug 16 21:27:06.234 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-08-16T21:27:07.306Z | [ recovery-image] Aug 16 21:27:06.244 INFO O| Aug 16 21:27:06.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4862 | 2024-08-16T21:27:07.309Z | [ recovery-image] Aug 16 21:27:06.244 INFO O| Aug 16 21:27:06.244 INFO STEP 320 (remove_files) COMPLETE |
4863 | 2024-08-16T21:27:07.309Z | [ recovery-image] Aug 16 21:27:06.244 INFO O| Aug 16 21:27:06.244 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-08-16T21:27:07.316Z | [ recovery-image] Aug 16 21:27:06.253 INFO O| Aug 16 21:27:06.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4865 | 2024-08-16T21:27:07.316Z | [ recovery-image] Aug 16 21:27:06.253 INFO O| Aug 16 21:27:06.253 INFO STEP 321 (remove_files) COMPLETE |
4866 | 2024-08-16T21:27:07.319Z | [ recovery-image] Aug 16 21:27:06.253 INFO O| Aug 16 21:27:06.253 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-08-16T21:27:07.326Z | [ recovery-image] Aug 16 21:27:06.263 INFO O| Aug 16 21:27:06.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4868 | 2024-08-16T21:27:07.328Z | [ recovery-image] Aug 16 21:27:06.263 INFO O| Aug 16 21:27:06.263 INFO STEP 322 (remove_files) COMPLETE |
4869 | 2024-08-16T21:27:07.328Z | [ recovery-image] Aug 16 21:27:06.263 INFO O| Aug 16 21:27:06.263 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-08-16T21:27:07.336Z | [ recovery-image] Aug 16 21:27:06.273 INFO O| Aug 16 21:27:06.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4871 | 2024-08-16T21:27:07.336Z | [ recovery-image] Aug 16 21:27:06.273 INFO O| Aug 16 21:27:06.273 INFO STEP 323 (remove_files) COMPLETE |
4872 | 2024-08-16T21:27:07.336Z | [ recovery-image] Aug 16 21:27:06.273 INFO O| Aug 16 21:27:06.273 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-08-16T21:27:07.346Z | [ recovery-image] Aug 16 21:27:06.283 INFO O| Aug 16 21:27:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4874 | 2024-08-16T21:27:07.346Z | [ recovery-image] Aug 16 21:27:06.283 INFO O| Aug 16 21:27:06.283 INFO STEP 324 (remove_files) COMPLETE |
4875 | 2024-08-16T21:27:07.348Z | [ recovery-image] Aug 16 21:27:06.283 INFO O| Aug 16 21:27:06.283 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-08-16T21:27:07.356Z | [ recovery-image] Aug 16 21:27:06.293 INFO O| Aug 16 21:27:06.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4877 | 2024-08-16T21:27:07.356Z | [ recovery-image] Aug 16 21:27:06.293 INFO O| Aug 16 21:27:06.293 INFO STEP 325 (remove_files) COMPLETE |
4878 | 2024-08-16T21:27:07.356Z | [ recovery-image] Aug 16 21:27:06.293 INFO O| Aug 16 21:27:06.293 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-08-16T21:27:07.366Z | [ recovery-image] Aug 16 21:27:06.303 INFO O| Aug 16 21:27:06.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4880 | 2024-08-16T21:27:07.366Z | [ recovery-image] Aug 16 21:27:06.303 INFO O| Aug 16 21:27:06.303 INFO STEP 326 (remove_files) COMPLETE |
4881 | 2024-08-16T21:27:07.366Z | [ recovery-image] Aug 16 21:27:06.303 INFO O| Aug 16 21:27:06.303 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-08-16T21:27:07.376Z | [ recovery-image] Aug 16 21:27:06.313 INFO O| Aug 16 21:27:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4883 | 2024-08-16T21:27:07.376Z | [ recovery-image] Aug 16 21:27:06.313 INFO O| Aug 16 21:27:06.313 INFO STEP 327 (remove_files) COMPLETE |
4884 | 2024-08-16T21:27:07.376Z | [ recovery-image] Aug 16 21:27:06.313 INFO O| Aug 16 21:27:06.313 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-08-16T21:27:07.386Z | [ recovery-image] Aug 16 21:27:06.323 INFO O| Aug 16 21:27:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4886 | 2024-08-16T21:27:07.386Z | [ recovery-image] Aug 16 21:27:06.323 INFO O| Aug 16 21:27:06.323 INFO STEP 328 (remove_files) COMPLETE |
4887 | 2024-08-16T21:27:07.388Z | [ recovery-image] Aug 16 21:27:06.323 INFO O| Aug 16 21:27:06.323 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-08-16T21:27:07.396Z | [ recovery-image] Aug 16 21:27:06.333 INFO O| Aug 16 21:27:06.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4889 | 2024-08-16T21:27:07.396Z | [ recovery-image] Aug 16 21:27:06.333 INFO O| Aug 16 21:27:06.333 INFO STEP 329 (remove_files) COMPLETE |
4890 | 2024-08-16T21:27:07.398Z | [ recovery-image] Aug 16 21:27:06.333 INFO O| Aug 16 21:27:06.333 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-08-16T21:27:07.406Z | [ recovery-image] Aug 16 21:27:06.343 INFO O| Aug 16 21:27:06.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4892 | 2024-08-16T21:27:07.408Z | [ recovery-image] Aug 16 21:27:06.343 INFO O| Aug 16 21:27:06.343 INFO STEP 330 (remove_files) COMPLETE |
4893 | 2024-08-16T21:27:07.408Z | [ recovery-image] Aug 16 21:27:06.343 INFO O| Aug 16 21:27:06.343 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-08-16T21:27:07.415Z | [ recovery-image] Aug 16 21:27:06.353 INFO O| Aug 16 21:27:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4895 | 2024-08-16T21:27:07.418Z | [ recovery-image] Aug 16 21:27:06.353 INFO O| Aug 16 21:27:06.353 INFO STEP 331 (remove_files) COMPLETE |
4896 | 2024-08-16T21:27:07.418Z | [ recovery-image] Aug 16 21:27:06.353 INFO O| Aug 16 21:27:06.353 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-08-16T21:27:07.429Z | [ recovery-image] Aug 16 21:27:06.366 INFO O| Aug 16 21:27:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4898 | 2024-08-16T21:27:07.432Z | [ recovery-image] Aug 16 21:27:06.366 INFO O| Aug 16 21:27:06.366 INFO STEP 332 (remove_files) COMPLETE |
4899 | 2024-08-16T21:27:07.432Z | [ recovery-image] Aug 16 21:27:06.366 INFO O| Aug 16 21:27:06.366 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-08-16T21:27:07.439Z | [ recovery-image] Aug 16 21:27:06.377 INFO O| Aug 16 21:27:06.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4901 | 2024-08-16T21:27:07.439Z | [ recovery-image] Aug 16 21:27:06.377 INFO O| Aug 16 21:27:06.377 INFO STEP 333 (remove_files) COMPLETE |
4902 | 2024-08-16T21:27:07.442Z | [ recovery-image] Aug 16 21:27:06.377 INFO O| Aug 16 21:27:06.377 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-08-16T21:27:07.451Z | [ recovery-image] Aug 16 21:27:06.389 INFO O| Aug 16 21:27:06.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4904 | 2024-08-16T21:27:07.454Z | [ recovery-image] Aug 16 21:27:06.389 INFO O| Aug 16 21:27:06.389 INFO STEP 334 (remove_files) COMPLETE |
4905 | 2024-08-16T21:27:07.454Z | [ recovery-image] Aug 16 21:27:06.389 INFO O| Aug 16 21:27:06.389 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-08-16T21:27:07.464Z | [ recovery-image] Aug 16 21:27:06.401 INFO O| Aug 16 21:27:06.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4907 | 2024-08-16T21:27:07.466Z | [ recovery-image] Aug 16 21:27:06.401 INFO O| Aug 16 21:27:06.401 INFO STEP 335 (remove_files) COMPLETE |
4908 | 2024-08-16T21:27:07.466Z | [ recovery-image] Aug 16 21:27:06.401 INFO O| Aug 16 21:27:06.401 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-08-16T21:27:07.474Z | [ recovery-image] Aug 16 21:27:06.412 INFO O| Aug 16 21:27:06.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4910 | 2024-08-16T21:27:07.477Z | [ recovery-image] Aug 16 21:27:06.412 INFO O| Aug 16 21:27:06.412 INFO STEP 336 (remove_files) COMPLETE |
4911 | 2024-08-16T21:27:07.477Z | [ recovery-image] Aug 16 21:27:06.412 INFO O| Aug 16 21:27:06.412 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-08-16T21:27:07.485Z | [ recovery-image] Aug 16 21:27:06.422 INFO O| Aug 16 21:27:06.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4913 | 2024-08-16T21:27:07.485Z | [ recovery-image] Aug 16 21:27:06.422 INFO O| Aug 16 21:27:06.422 INFO STEP 337 (remove_files) COMPLETE |
4914 | 2024-08-16T21:27:07.487Z | [ recovery-image] Aug 16 21:27:06.422 INFO O| Aug 16 21:27:06.422 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-08-16T21:27:07.497Z | [ recovery-image] Aug 16 21:27:06.434 INFO O| Aug 16 21:27:06.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4916 | 2024-08-16T21:27:07.500Z | [ recovery-image] Aug 16 21:27:06.434 INFO O| Aug 16 21:27:06.434 INFO STEP 338 (remove_files) COMPLETE |
4917 | 2024-08-16T21:27:07.500Z | [ recovery-image] Aug 16 21:27:06.434 INFO O| Aug 16 21:27:06.434 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-08-16T21:27:07.507Z | [ recovery-image] Aug 16 21:27:06.444 INFO O| Aug 16 21:27:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4919 | 2024-08-16T21:27:07.507Z | [ recovery-image] Aug 16 21:27:06.444 INFO O| Aug 16 21:27:06.444 INFO STEP 339 (remove_files) COMPLETE |
4920 | 2024-08-16T21:27:07.507Z | [ recovery-image] Aug 16 21:27:06.445 INFO O| Aug 16 21:27:06.444 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-08-16T21:27:07.518Z | [ recovery-image] Aug 16 21:27:06.455 INFO O| Aug 16 21:27:06.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4922 | 2024-08-16T21:27:07.518Z | [ recovery-image] Aug 16 21:27:06.455 INFO O| Aug 16 21:27:06.455 INFO STEP 340 (remove_files) COMPLETE |
4923 | 2024-08-16T21:27:07.520Z | [ recovery-image] Aug 16 21:27:06.455 INFO O| Aug 16 21:27:06.455 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-08-16T21:27:07.528Z | [ recovery-image] Aug 16 21:27:06.465 INFO O| Aug 16 21:27:06.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4925 | 2024-08-16T21:27:07.528Z | [ recovery-image] Aug 16 21:27:06.466 INFO O| Aug 16 21:27:06.466 INFO STEP 341 (remove_files) COMPLETE |
4926 | 2024-08-16T21:27:07.530Z | [ recovery-image] Aug 16 21:27:06.466 INFO O| Aug 16 21:27:06.466 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-08-16T21:27:07.538Z | [ recovery-image] Aug 16 21:27:06.476 INFO O| Aug 16 21:27:06.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4928 | 2024-08-16T21:27:07.538Z | [ recovery-image] Aug 16 21:27:06.476 INFO O| Aug 16 21:27:06.476 INFO STEP 342 (remove_files) COMPLETE |
4929 | 2024-08-16T21:27:07.541Z | [ recovery-image] Aug 16 21:27:06.476 INFO O| Aug 16 21:27:06.476 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-08-16T21:27:07.548Z | [ recovery-image] Aug 16 21:27:06.485 INFO O| Aug 16 21:27:06.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4931 | 2024-08-16T21:27:07.548Z | [ recovery-image] Aug 16 21:27:06.486 INFO O| Aug 16 21:27:06.486 INFO STEP 343 (remove_files) COMPLETE |
4932 | 2024-08-16T21:27:07.548Z | [ recovery-image] Aug 16 21:27:06.486 INFO O| Aug 16 21:27:06.486 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-08-16T21:27:07.558Z | [ recovery-image] Aug 16 21:27:06.495 INFO O| Aug 16 21:27:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4934 | 2024-08-16T21:27:07.558Z | [ recovery-image] Aug 16 21:27:06.495 INFO O| Aug 16 21:27:06.495 INFO STEP 344 (remove_files) COMPLETE |
4935 | 2024-08-16T21:27:07.558Z | [ recovery-image] Aug 16 21:27:06.495 INFO O| Aug 16 21:27:06.495 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-08-16T21:27:07.568Z | [ recovery-image] Aug 16 21:27:06.505 INFO O| Aug 16 21:27:06.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4937 | 2024-08-16T21:27:07.568Z | [ recovery-image] Aug 16 21:27:06.505 INFO O| Aug 16 21:27:06.505 INFO STEP 345 (remove_files) COMPLETE |
4938 | 2024-08-16T21:27:07.568Z | [ recovery-image] Aug 16 21:27:06.505 INFO O| Aug 16 21:27:06.505 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-08-16T21:27:07.578Z | [ recovery-image] Aug 16 21:27:06.515 INFO O| Aug 16 21:27:06.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4940 | 2024-08-16T21:27:07.578Z | [ recovery-image] Aug 16 21:27:06.515 INFO O| Aug 16 21:27:06.515 INFO STEP 346 (remove_files) COMPLETE |
4941 | 2024-08-16T21:27:07.580Z | [ recovery-image] Aug 16 21:27:06.515 INFO O| Aug 16 21:27:06.515 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-08-16T21:27:07.588Z | [ recovery-image] Aug 16 21:27:06.525 INFO O| Aug 16 21:27:06.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4943 | 2024-08-16T21:27:07.588Z | [ recovery-image] Aug 16 21:27:06.525 INFO O| Aug 16 21:27:06.525 INFO STEP 347 (remove_files) COMPLETE |
4944 | 2024-08-16T21:27:07.590Z | [ recovery-image] Aug 16 21:27:06.525 INFO O| Aug 16 21:27:06.525 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-08-16T21:27:07.598Z | [ recovery-image] Aug 16 21:27:06.535 INFO O| Aug 16 21:27:06.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4946 | 2024-08-16T21:27:07.598Z | [ recovery-image] Aug 16 21:27:06.535 INFO O| Aug 16 21:27:06.535 INFO STEP 348 (remove_files) COMPLETE |
4947 | 2024-08-16T21:27:07.600Z | [ recovery-image] Aug 16 21:27:06.535 INFO O| Aug 16 21:27:06.535 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-08-16T21:27:07.608Z | [ recovery-image] Aug 16 21:27:06.545 INFO O| Aug 16 21:27:06.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4949 | 2024-08-16T21:27:07.610Z | [ recovery-image] Aug 16 21:27:06.546 INFO O| Aug 16 21:27:06.546 INFO STEP 349 (remove_files) COMPLETE |
4950 | 2024-08-16T21:27:07.610Z | [ recovery-image] Aug 16 21:27:06.546 INFO O| Aug 16 21:27:06.546 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-08-16T21:27:07.618Z | [ recovery-image] Aug 16 21:27:06.556 INFO O| Aug 16 21:27:06.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4952 | 2024-08-16T21:27:07.618Z | [ recovery-image] Aug 16 21:27:06.556 INFO O| Aug 16 21:27:06.556 INFO STEP 350 (remove_files) COMPLETE |
4953 | 2024-08-16T21:27:07.618Z | [ recovery-image] Aug 16 21:27:06.556 INFO O| Aug 16 21:27:06.556 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-08-16T21:27:07.628Z | [ recovery-image] Aug 16 21:27:06.565 INFO O| Aug 16 21:27:06.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4955 | 2024-08-16T21:27:07.631Z | [ recovery-image] Aug 16 21:27:06.565 INFO O| Aug 16 21:27:06.565 INFO STEP 351 (remove_files) COMPLETE |
4956 | 2024-08-16T21:27:07.631Z | [ recovery-image] Aug 16 21:27:06.565 INFO O| Aug 16 21:27:06.565 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-08-16T21:27:07.638Z | [ recovery-image] Aug 16 21:27:06.575 INFO O| Aug 16 21:27:06.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4958 | 2024-08-16T21:27:07.638Z | [ recovery-image] Aug 16 21:27:06.575 INFO O| Aug 16 21:27:06.575 INFO STEP 352 (remove_files) COMPLETE |
4959 | 2024-08-16T21:27:07.640Z | [ recovery-image] Aug 16 21:27:06.575 INFO O| Aug 16 21:27:06.575 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-08-16T21:27:07.648Z | [ recovery-image] Aug 16 21:27:06.585 INFO O| Aug 16 21:27:06.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4961 | 2024-08-16T21:27:07.648Z | [ recovery-image] Aug 16 21:27:06.586 INFO O| Aug 16 21:27:06.585 INFO STEP 353 (remove_files) COMPLETE |
4962 | 2024-08-16T21:27:07.651Z | [ recovery-image] Aug 16 21:27:06.586 INFO O| Aug 16 21:27:06.586 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-08-16T21:27:07.658Z | [ recovery-image] Aug 16 21:27:06.595 INFO O| Aug 16 21:27:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4964 | 2024-08-16T21:27:07.658Z | [ recovery-image] Aug 16 21:27:06.595 INFO O| Aug 16 21:27:06.595 INFO STEP 354 (remove_files) COMPLETE |
4965 | 2024-08-16T21:27:07.658Z | [ recovery-image] Aug 16 21:27:06.595 INFO O| Aug 16 21:27:06.595 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-08-16T21:27:07.668Z | [ recovery-image] Aug 16 21:27:06.606 INFO O| Aug 16 21:27:06.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4967 | 2024-08-16T21:27:07.668Z | [ recovery-image] Aug 16 21:27:06.606 INFO O| Aug 16 21:27:06.606 INFO STEP 355 (remove_files) COMPLETE |
4968 | 2024-08-16T21:27:07.668Z | [ recovery-image] Aug 16 21:27:06.606 INFO O| Aug 16 21:27:06.606 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-08-16T21:27:07.679Z | [ recovery-image] Aug 16 21:27:06.617 INFO O| Aug 16 21:27:06.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4970 | 2024-08-16T21:27:07.680Z | [ recovery-image] Aug 16 21:27:06.617 INFO O| Aug 16 21:27:06.617 INFO STEP 356 (remove_files) COMPLETE |
4971 | 2024-08-16T21:27:07.682Z | [ recovery-image] Aug 16 21:27:06.617 INFO O| Aug 16 21:27:06.617 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-08-16T21:27:07.691Z | [ recovery-image] Aug 16 21:27:06.628 INFO O| Aug 16 21:27:06.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4973 | 2024-08-16T21:27:07.694Z | [ recovery-image] Aug 16 21:27:06.629 INFO O| Aug 16 21:27:06.629 INFO STEP 357 (remove_files) COMPLETE |
4974 | 2024-08-16T21:27:07.694Z | [ recovery-image] Aug 16 21:27:06.629 INFO O| Aug 16 21:27:06.629 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-08-16T21:27:07.705Z | [ recovery-image] Aug 16 21:27:06.642 INFO O| Aug 16 21:27:06.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4976 | 2024-08-16T21:27:07.705Z | [ recovery-image] Aug 16 21:27:06.642 INFO O| Aug 16 21:27:06.642 INFO STEP 358 (remove_files) COMPLETE |
4977 | 2024-08-16T21:27:07.705Z | [ recovery-image] Aug 16 21:27:06.642 INFO O| Aug 16 21:27:06.642 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-08-16T21:27:07.716Z | [ recovery-image] Aug 16 21:27:06.653 INFO O| Aug 16 21:27:06.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4979 | 2024-08-16T21:27:07.716Z | [ recovery-image] Aug 16 21:27:06.653 INFO O| Aug 16 21:27:06.653 INFO STEP 359 (remove_files) COMPLETE |
4980 | 2024-08-16T21:27:07.719Z | [ recovery-image] Aug 16 21:27:06.653 INFO O| Aug 16 21:27:06.653 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-08-16T21:27:07.727Z | [ recovery-image] Aug 16 21:27:06.664 INFO O| Aug 16 21:27:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4982 | 2024-08-16T21:27:07.727Z | [ recovery-image] Aug 16 21:27:06.664 INFO O| Aug 16 21:27:06.664 INFO STEP 360 (remove_files) COMPLETE |
4983 | 2024-08-16T21:27:07.727Z | [ recovery-image] Aug 16 21:27:06.664 INFO O| Aug 16 21:27:06.664 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-08-16T21:27:07.729Z | [ host-image] Aug 16 21:27:06.664 INFO O| Aug 16 21:27:06.664 INFO O| Done |
4985 | 2024-08-16T21:27:07.737Z | [ recovery-image] Aug 16 21:27:06.675 INFO O| Aug 16 21:27:06.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4986 | 2024-08-16T21:27:07.737Z | [ recovery-image] Aug 16 21:27:06.675 INFO O| Aug 16 21:27:06.675 INFO STEP 361 (remove_files) COMPLETE |
4987 | 2024-08-16T21:27:07.740Z | [ recovery-image] Aug 16 21:27:06.675 INFO O| Aug 16 21:27:06.675 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-08-16T21:27:07.747Z | [ recovery-image] Aug 16 21:27:06.685 INFO O| Aug 16 21:27:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4989 | 2024-08-16T21:27:07.747Z | [ recovery-image] Aug 16 21:27:06.685 INFO O| Aug 16 21:27:06.685 INFO STEP 362 (remove_files) COMPLETE |
4990 | 2024-08-16T21:27:07.750Z | [ recovery-image] Aug 16 21:27:06.685 INFO O| Aug 16 21:27:06.685 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-08-16T21:27:07.753Z | [ host-image] Aug 16 21:27:06.690 INFO O| Aug 16 21:27:06.690 INFO O| Done |
4992 | 2024-08-16T21:27:07.755Z | [ host-image] Aug 16 21:27:06.691 INFO O| Aug 16 21:27:06.690 INFO O| Done |
4993 | 2024-08-16T21:27:07.758Z | [ recovery-image] Aug 16 21:27:06.695 INFO O| Aug 16 21:27:06.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4994 | 2024-08-16T21:27:07.758Z | [ recovery-image] Aug 16 21:27:06.695 INFO O| Aug 16 21:27:06.695 INFO STEP 363 (remove_files) COMPLETE |
4995 | 2024-08-16T21:27:07.758Z | [ recovery-image] Aug 16 21:27:06.695 INFO O| Aug 16 21:27:06.695 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-08-16T21:27:07.767Z | [ recovery-image] Aug 16 21:27:06.704 INFO O| Aug 16 21:27:06.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4997 | 2024-08-16T21:27:07.767Z | [ recovery-image] Aug 16 21:27:06.704 INFO O| Aug 16 21:27:06.704 INFO STEP 364 (remove_files) COMPLETE |
4998 | 2024-08-16T21:27:07.769Z | [ recovery-image] Aug 16 21:27:06.704 INFO O| Aug 16 21:27:06.704 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-08-16T21:27:07.769Z | [ host-image] Aug 16 21:27:06.705 INFO O| Aug 16 21:27:06.705 INFO O| Done |
5000 | 2024-08-16T21:27:07.778Z | [ recovery-image] Aug 16 21:27:06.714 INFO O| Aug 16 21:27:06.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5001 | 2024-08-16T21:27:07.780Z | [ recovery-image] Aug 16 21:27:06.714 INFO O| Aug 16 21:27:06.714 INFO STEP 365 (remove_files) COMPLETE |
5002 | 2024-08-16T21:27:07.780Z | [ recovery-image] Aug 16 21:27:06.714 INFO O| Aug 16 21:27:06.714 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-08-16T21:27:07.788Z | [ recovery-image] Aug 16 21:27:06.725 INFO O| Aug 16 21:27:06.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5004 | 2024-08-16T21:27:07.790Z | [ recovery-image] Aug 16 21:27:06.725 INFO O| Aug 16 21:27:06.725 INFO STEP 366 (remove_files) COMPLETE |
5005 | 2024-08-16T21:27:07.790Z | [ recovery-image] Aug 16 21:27:06.725 INFO O| Aug 16 21:27:06.725 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-08-16T21:27:07.799Z | [ recovery-image] Aug 16 21:27:06.736 INFO O| Aug 16 21:27:06.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5007 | 2024-08-16T21:27:07.799Z | [ recovery-image] Aug 16 21:27:06.736 INFO O| Aug 16 21:27:06.736 INFO STEP 367 (remove_files) COMPLETE |
5008 | 2024-08-16T21:27:07.801Z | [ recovery-image] Aug 16 21:27:06.736 INFO O| Aug 16 21:27:06.736 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-08-16T21:27:07.809Z | [ recovery-image] Aug 16 21:27:06.746 INFO O| Aug 16 21:27:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5010 | 2024-08-16T21:27:07.809Z | [ recovery-image] Aug 16 21:27:06.746 INFO O| Aug 16 21:27:06.746 INFO STEP 368 (remove_files) COMPLETE |
5011 | 2024-08-16T21:27:07.811Z | [ recovery-image] Aug 16 21:27:06.746 INFO O| Aug 16 21:27:06.746 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-08-16T21:27:07.819Z | [ recovery-image] Aug 16 21:27:06.756 INFO O| Aug 16 21:27:06.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5013 | 2024-08-16T21:27:07.819Z | [ recovery-image] Aug 16 21:27:06.757 INFO O| Aug 16 21:27:06.757 INFO STEP 369 (remove_files) COMPLETE |
5014 | 2024-08-16T21:27:07.819Z | [ recovery-image] Aug 16 21:27:06.757 INFO O| Aug 16 21:27:06.757 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-08-16T21:27:07.830Z | [ recovery-image] Aug 16 21:27:06.767 INFO O| Aug 16 21:27:06.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5016 | 2024-08-16T21:27:07.832Z | [ recovery-image] Aug 16 21:27:06.767 INFO O| Aug 16 21:27:06.767 INFO STEP 370 (remove_files) COMPLETE |
5017 | 2024-08-16T21:27:07.832Z | [ recovery-image] Aug 16 21:27:06.767 INFO O| Aug 16 21:27:06.767 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-08-16T21:27:07.840Z | [ recovery-image] Aug 16 21:27:06.777 INFO O| Aug 16 21:27:06.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5019 | 2024-08-16T21:27:07.840Z | [ recovery-image] Aug 16 21:27:06.777 INFO O| Aug 16 21:27:06.777 INFO STEP 371 (remove_files) COMPLETE |
5020 | 2024-08-16T21:27:07.840Z | [ recovery-image] Aug 16 21:27:06.777 INFO O| Aug 16 21:27:06.777 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-08-16T21:27:07.850Z | [ recovery-image] Aug 16 21:27:06.787 INFO O| Aug 16 21:27:06.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5022 | 2024-08-16T21:27:07.850Z | [ recovery-image] Aug 16 21:27:06.787 INFO O| Aug 16 21:27:06.787 INFO STEP 372 (remove_files) COMPLETE |
5023 | 2024-08-16T21:27:07.852Z | [ recovery-image] Aug 16 21:27:06.787 INFO O| Aug 16 21:27:06.787 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-08-16T21:27:07.860Z | [ recovery-image] Aug 16 21:27:06.797 INFO O| Aug 16 21:27:06.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5025 | 2024-08-16T21:27:07.862Z | [ recovery-image] Aug 16 21:27:06.797 INFO O| Aug 16 21:27:06.797 INFO STEP 373 (remove_files) COMPLETE |
5026 | 2024-08-16T21:27:07.862Z | [ recovery-image] Aug 16 21:27:06.797 INFO O| Aug 16 21:27:06.797 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-08-16T21:27:07.870Z | [ recovery-image] Aug 16 21:27:06.807 INFO O| Aug 16 21:27:06.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5028 | 2024-08-16T21:27:07.870Z | [ recovery-image] Aug 16 21:27:06.807 INFO O| Aug 16 21:27:06.807 INFO STEP 374 (remove_files) COMPLETE |
5029 | 2024-08-16T21:27:07.870Z | [ recovery-image] Aug 16 21:27:06.807 INFO O| Aug 16 21:27:06.807 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-08-16T21:27:07.874Z | [ host-image] Aug 16 21:27:06.811 INFO O| Aug 16 21:27:06.811 INFO STEP 12 (pkg_install) COMPLETE |
5031 | 2024-08-16T21:27:07.874Z | [ host-image] Aug 16 21:27:06.811 INFO O| Aug 16 21:27:06.811 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5032 | 2024-08-16T21:27:07.880Z | [ recovery-image] Aug 16 21:27:06.817 INFO O| Aug 16 21:27:06.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5033 | 2024-08-16T21:27:07.882Z | [ recovery-image] Aug 16 21:27:06.817 INFO O| Aug 16 21:27:06.817 INFO STEP 375 (remove_files) COMPLETE |
5034 | 2024-08-16T21:27:07.882Z | [ recovery-image] Aug 16 21:27:06.817 INFO O| Aug 16 21:27:06.817 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-08-16T21:27:07.886Z | [ host-image] Aug 16 21:27:06.823 INFO O| Aug 16 21:27:06.823 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5036 | 2024-08-16T21:27:07.891Z | [ recovery-image] Aug 16 21:27:06.829 INFO O| Aug 16 21:27:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5037 | 2024-08-16T21:27:07.891Z | [ recovery-image] Aug 16 21:27:06.829 INFO O| Aug 16 21:27:06.829 INFO STEP 376 (remove_files) COMPLETE |
5038 | 2024-08-16T21:27:07.891Z | [ recovery-image] Aug 16 21:27:06.829 INFO O| Aug 16 21:27:06.829 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-08-16T21:27:07.902Z | [ recovery-image] Aug 16 21:27:06.839 INFO O| Aug 16 21:27:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5040 | 2024-08-16T21:27:07.904Z | [ recovery-image] Aug 16 21:27:06.839 INFO O| Aug 16 21:27:06.839 INFO STEP 377 (remove_files) COMPLETE |
5041 | 2024-08-16T21:27:07.904Z | [ recovery-image] Aug 16 21:27:06.839 INFO O| Aug 16 21:27:06.839 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-08-16T21:27:07.911Z | [ recovery-image] Aug 16 21:27:06.849 INFO O| Aug 16 21:27:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5043 | 2024-08-16T21:27:07.911Z | [ recovery-image] Aug 16 21:27:06.849 INFO O| Aug 16 21:27:06.849 INFO STEP 378 (remove_files) COMPLETE |
5044 | 2024-08-16T21:27:07.914Z | [ recovery-image] Aug 16 21:27:06.849 INFO O| Aug 16 21:27:06.849 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-08-16T21:27:07.921Z | [ recovery-image] Aug 16 21:27:06.858 INFO O| Aug 16 21:27:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5046 | 2024-08-16T21:27:07.921Z | [ recovery-image] Aug 16 21:27:06.859 INFO O| Aug 16 21:27:06.859 INFO STEP 379 (remove_files) COMPLETE |
5047 | 2024-08-16T21:27:07.924Z | [ recovery-image] Aug 16 21:27:06.859 INFO O| Aug 16 21:27:06.859 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-08-16T21:27:07.931Z | [ recovery-image] Aug 16 21:27:06.869 INFO O| Aug 16 21:27:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5049 | 2024-08-16T21:27:07.934Z | [ recovery-image] Aug 16 21:27:06.869 INFO O| Aug 16 21:27:06.869 INFO STEP 380 (remove_files) COMPLETE |
5050 | 2024-08-16T21:27:07.934Z | [ recovery-image] Aug 16 21:27:06.869 INFO O| Aug 16 21:27:06.869 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-08-16T21:27:07.941Z | [ recovery-image] Aug 16 21:27:06.879 INFO O| Aug 16 21:27:06.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5052 | 2024-08-16T21:27:07.942Z | [ recovery-image] Aug 16 21:27:06.879 INFO O| Aug 16 21:27:06.879 INFO STEP 381 (remove_files) COMPLETE |
5053 | 2024-08-16T21:27:07.942Z | [ recovery-image] Aug 16 21:27:06.879 INFO O| Aug 16 21:27:06.879 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-08-16T21:27:07.951Z | [ recovery-image] Aug 16 21:27:06.888 INFO O| Aug 16 21:27:06.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5055 | 2024-08-16T21:27:07.951Z | [ recovery-image] Aug 16 21:27:06.888 INFO O| Aug 16 21:27:06.888 INFO STEP 382 (remove_files) COMPLETE |
5056 | 2024-08-16T21:27:07.951Z | [ recovery-image] Aug 16 21:27:06.888 INFO O| Aug 16 21:27:06.888 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-08-16T21:27:07.961Z | [ recovery-image] Aug 16 21:27:06.898 INFO O| Aug 16 21:27:06.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5058 | 2024-08-16T21:27:07.961Z | [ recovery-image] Aug 16 21:27:06.898 INFO O| Aug 16 21:27:06.898 INFO STEP 383 (remove_files) COMPLETE |
5059 | 2024-08-16T21:27:07.961Z | [ recovery-image] Aug 16 21:27:06.898 INFO O| Aug 16 21:27:06.898 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-08-16T21:27:07.971Z | [ recovery-image] Aug 16 21:27:06.908 INFO O| Aug 16 21:27:06.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5061 | 2024-08-16T21:27:07.973Z | [ recovery-image] Aug 16 21:27:06.908 INFO O| Aug 16 21:27:06.908 INFO STEP 384 (remove_files) COMPLETE |
5062 | 2024-08-16T21:27:07.973Z | [ recovery-image] Aug 16 21:27:06.908 INFO O| Aug 16 21:27:06.908 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-08-16T21:27:07.980Z | [ recovery-image] Aug 16 21:27:06.918 INFO O| Aug 16 21:27:06.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5064 | 2024-08-16T21:27:07.980Z | [ recovery-image] Aug 16 21:27:06.918 INFO O| Aug 16 21:27:06.918 INFO STEP 385 (remove_files) COMPLETE |
5065 | 2024-08-16T21:27:07.983Z | [ recovery-image] Aug 16 21:27:06.918 INFO O| Aug 16 21:27:06.918 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-08-16T21:27:07.990Z | [ recovery-image] Aug 16 21:27:06.927 INFO O| Aug 16 21:27:06.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5067 | 2024-08-16T21:27:07.992Z | [ recovery-image] Aug 16 21:27:06.928 INFO O| Aug 16 21:27:06.928 INFO STEP 386 (remove_files) COMPLETE |
5068 | 2024-08-16T21:27:07.993Z | [ recovery-image] Aug 16 21:27:06.928 INFO O| Aug 16 21:27:06.928 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-08-16T21:27:08.001Z | [ recovery-image] Aug 16 21:27:06.937 INFO O| Aug 16 21:27:06.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5070 | 2024-08-16T21:27:08.001Z | [ recovery-image] Aug 16 21:27:06.938 INFO O| Aug 16 21:27:06.938 INFO STEP 387 (remove_files) COMPLETE |
5071 | 2024-08-16T21:27:08.001Z | [ recovery-image] Aug 16 21:27:06.938 INFO O| Aug 16 21:27:06.938 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-08-16T21:27:08.010Z | [ recovery-image] Aug 16 21:27:06.947 INFO O| Aug 16 21:27:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5073 | 2024-08-16T21:27:08.012Z | [ recovery-image] Aug 16 21:27:06.947 INFO O| Aug 16 21:27:06.947 INFO STEP 388 (remove_files) COMPLETE |
5074 | 2024-08-16T21:27:08.012Z | [ recovery-image] Aug 16 21:27:06.947 INFO O| Aug 16 21:27:06.947 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-08-16T21:27:08.020Z | [ recovery-image] Aug 16 21:27:06.957 INFO O| Aug 16 21:27:06.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5076 | 2024-08-16T21:27:08.020Z | [ recovery-image] Aug 16 21:27:06.957 INFO O| Aug 16 21:27:06.957 INFO STEP 389 (remove_files) COMPLETE |
5077 | 2024-08-16T21:27:08.020Z | [ recovery-image] Aug 16 21:27:06.957 INFO O| Aug 16 21:27:06.957 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-08-16T21:27:08.030Z | [ recovery-image] Aug 16 21:27:06.967 INFO O| Aug 16 21:27:06.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5079 | 2024-08-16T21:27:08.030Z | [ recovery-image] Aug 16 21:27:06.967 INFO O| Aug 16 21:27:06.967 INFO STEP 390 (remove_files) COMPLETE |
5080 | 2024-08-16T21:27:08.033Z | [ recovery-image] Aug 16 21:27:06.967 INFO O| Aug 16 21:27:06.967 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-08-16T21:27:08.040Z | [ recovery-image] Aug 16 21:27:06.977 INFO O| Aug 16 21:27:06.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5082 | 2024-08-16T21:27:08.040Z | [ recovery-image] Aug 16 21:27:06.977 INFO O| Aug 16 21:27:06.977 INFO STEP 391 (remove_files) COMPLETE |
5083 | 2024-08-16T21:27:08.042Z | [ recovery-image] Aug 16 21:27:06.977 INFO O| Aug 16 21:27:06.977 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-08-16T21:27:08.050Z | [ recovery-image] Aug 16 21:27:06.987 INFO O| Aug 16 21:27:06.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5085 | 2024-08-16T21:27:08.050Z | [ recovery-image] Aug 16 21:27:06.987 INFO O| Aug 16 21:27:06.987 INFO STEP 392 (remove_files) COMPLETE |
5086 | 2024-08-16T21:27:08.050Z | [ recovery-image] Aug 16 21:27:06.987 INFO O| Aug 16 21:27:06.987 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-08-16T21:27:08.060Z | [ recovery-image] Aug 16 21:27:06.997 INFO O| Aug 16 21:27:06.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5088 | 2024-08-16T21:27:08.060Z | [ recovery-image] Aug 16 21:27:06.997 INFO O| Aug 16 21:27:06.997 INFO STEP 393 (remove_files) COMPLETE |
5089 | 2024-08-16T21:27:08.060Z | [ recovery-image] Aug 16 21:27:06.997 INFO O| Aug 16 21:27:06.997 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-08-16T21:27:08.070Z | [ recovery-image] Aug 16 21:27:07.007 INFO O| Aug 16 21:27:07.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5091 | 2024-08-16T21:27:08.070Z | [ recovery-image] Aug 16 21:27:07.007 INFO O| Aug 16 21:27:07.007 INFO STEP 394 (remove_files) COMPLETE |
5092 | 2024-08-16T21:27:08.070Z | [ recovery-image] Aug 16 21:27:07.007 INFO O| Aug 16 21:27:07.007 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-08-16T21:27:08.079Z | [ recovery-image] Aug 16 21:27:07.017 INFO O| Aug 16 21:27:07.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5094 | 2024-08-16T21:27:08.079Z | [ recovery-image] Aug 16 21:27:07.017 INFO O| Aug 16 21:27:07.017 INFO STEP 395 (remove_files) COMPLETE |
5095 | 2024-08-16T21:27:08.079Z | [ recovery-image] Aug 16 21:27:07.017 INFO O| Aug 16 21:27:07.017 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-08-16T21:27:08.090Z | [ recovery-image] Aug 16 21:27:07.027 INFO O| Aug 16 21:27:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5097 | 2024-08-16T21:27:08.090Z | [ recovery-image] Aug 16 21:27:07.027 INFO O| Aug 16 21:27:07.027 INFO STEP 396 (remove_files) COMPLETE |
5098 | 2024-08-16T21:27:08.090Z | [ recovery-image] Aug 16 21:27:07.027 INFO O| Aug 16 21:27:07.027 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-08-16T21:27:08.100Z | [ recovery-image] Aug 16 21:27:07.037 INFO O| Aug 16 21:27:07.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5100 | 2024-08-16T21:27:08.102Z | [ recovery-image] Aug 16 21:27:07.037 INFO O| Aug 16 21:27:07.037 INFO STEP 397 (remove_files) COMPLETE |
5101 | 2024-08-16T21:27:08.102Z | [ recovery-image] Aug 16 21:27:07.037 INFO O| Aug 16 21:27:07.037 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-08-16T21:27:08.110Z | [ recovery-image] Aug 16 21:27:07.047 INFO O| Aug 16 21:27:07.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5103 | 2024-08-16T21:27:08.110Z | [ recovery-image] Aug 16 21:27:07.047 INFO O| Aug 16 21:27:07.047 INFO STEP 398 (remove_files) COMPLETE |
5104 | 2024-08-16T21:27:08.112Z | [ recovery-image] Aug 16 21:27:07.047 INFO O| Aug 16 21:27:07.047 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-08-16T21:27:08.120Z | [ recovery-image] Aug 16 21:27:07.057 INFO O| Aug 16 21:27:07.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5106 | 2024-08-16T21:27:08.120Z | [ recovery-image] Aug 16 21:27:07.057 INFO O| Aug 16 21:27:07.057 INFO STEP 399 (remove_files) COMPLETE |
5107 | 2024-08-16T21:27:08.120Z | [ recovery-image] Aug 16 21:27:07.057 INFO O| Aug 16 21:27:07.057 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-08-16T21:27:08.130Z | [ recovery-image] Aug 16 21:27:07.067 INFO O| Aug 16 21:27:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5109 | 2024-08-16T21:27:08.130Z | [ recovery-image] Aug 16 21:27:07.067 INFO O| Aug 16 21:27:07.067 INFO STEP 400 (remove_files) COMPLETE |
5110 | 2024-08-16T21:27:08.130Z | [ recovery-image] Aug 16 21:27:07.067 INFO O| Aug 16 21:27:07.067 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-08-16T21:27:08.140Z | [ recovery-image] Aug 16 21:27:07.077 INFO O| Aug 16 21:27:07.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5112 | 2024-08-16T21:27:08.140Z | [ recovery-image] Aug 16 21:27:07.077 INFO O| Aug 16 21:27:07.077 INFO STEP 401 (remove_files) COMPLETE |
5113 | 2024-08-16T21:27:08.140Z | [ recovery-image] Aug 16 21:27:07.077 INFO O| Aug 16 21:27:07.077 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-08-16T21:27:08.150Z | [ recovery-image] Aug 16 21:27:07.087 INFO O| Aug 16 21:27:07.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5115 | 2024-08-16T21:27:08.150Z | [ recovery-image] Aug 16 21:27:07.087 INFO O| Aug 16 21:27:07.087 INFO STEP 402 (remove_files) COMPLETE |
5116 | 2024-08-16T21:27:08.150Z | [ recovery-image] Aug 16 21:27:07.087 INFO O| Aug 16 21:27:07.087 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-08-16T21:27:08.160Z | [ recovery-image] Aug 16 21:27:07.097 INFO O| Aug 16 21:27:07.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5118 | 2024-08-16T21:27:08.160Z | [ recovery-image] Aug 16 21:27:07.097 INFO O| Aug 16 21:27:07.097 INFO STEP 403 (remove_files) COMPLETE |
5119 | 2024-08-16T21:27:08.160Z | [ recovery-image] Aug 16 21:27:07.097 INFO O| Aug 16 21:27:07.097 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-08-16T21:27:08.170Z | [ recovery-image] Aug 16 21:27:07.107 INFO O| Aug 16 21:27:07.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5121 | 2024-08-16T21:27:08.170Z | [ recovery-image] Aug 16 21:27:07.107 INFO O| Aug 16 21:27:07.107 INFO STEP 404 (remove_files) COMPLETE |
5122 | 2024-08-16T21:27:08.170Z | [ recovery-image] Aug 16 21:27:07.107 INFO O| Aug 16 21:27:07.107 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-08-16T21:27:08.180Z | [ recovery-image] Aug 16 21:27:07.117 INFO O| Aug 16 21:27:07.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5124 | 2024-08-16T21:27:08.180Z | [ recovery-image] Aug 16 21:27:07.117 INFO O| Aug 16 21:27:07.117 INFO STEP 405 (remove_files) COMPLETE |
5125 | 2024-08-16T21:27:08.180Z | [ recovery-image] Aug 16 21:27:07.117 INFO O| Aug 16 21:27:07.117 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-08-16T21:27:08.191Z | [ recovery-image] Aug 16 21:27:07.128 INFO O| Aug 16 21:27:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5127 | 2024-08-16T21:27:08.191Z | [ recovery-image] Aug 16 21:27:07.128 INFO O| Aug 16 21:27:07.128 INFO STEP 406 (remove_files) COMPLETE |
5128 | 2024-08-16T21:27:08.191Z | [ recovery-image] Aug 16 21:27:07.128 INFO O| Aug 16 21:27:07.128 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-08-16T21:27:08.203Z | [ recovery-image] Aug 16 21:27:07.140 INFO O| Aug 16 21:27:07.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5130 | 2024-08-16T21:27:08.203Z | [ recovery-image] Aug 16 21:27:07.140 INFO O| Aug 16 21:27:07.140 INFO STEP 407 (remove_files) COMPLETE |
5131 | 2024-08-16T21:27:08.205Z | [ recovery-image] Aug 16 21:27:07.140 INFO O| Aug 16 21:27:07.140 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-08-16T21:27:08.214Z | [ recovery-image] Aug 16 21:27:07.152 INFO O| Aug 16 21:27:07.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5133 | 2024-08-16T21:27:08.214Z | [ recovery-image] Aug 16 21:27:07.152 INFO O| Aug 16 21:27:07.152 INFO STEP 408 (remove_files) COMPLETE |
5134 | 2024-08-16T21:27:08.218Z | [ recovery-image] Aug 16 21:27:07.152 INFO O| Aug 16 21:27:07.152 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-08-16T21:27:08.226Z | [ recovery-image] Aug 16 21:27:07.163 INFO O| Aug 16 21:27:07.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5136 | 2024-08-16T21:27:08.226Z | [ recovery-image] Aug 16 21:27:07.163 INFO O| Aug 16 21:27:07.163 INFO STEP 409 (remove_files) COMPLETE |
5137 | 2024-08-16T21:27:08.229Z | [ recovery-image] Aug 16 21:27:07.163 INFO O| Aug 16 21:27:07.163 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-08-16T21:27:08.236Z | [ recovery-image] Aug 16 21:27:07.174 INFO O| Aug 16 21:27:07.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5139 | 2024-08-16T21:27:08.239Z | [ recovery-image] Aug 16 21:27:07.174 INFO O| Aug 16 21:27:07.174 INFO STEP 410 (remove_files) COMPLETE |
5140 | 2024-08-16T21:27:08.239Z | [ recovery-image] Aug 16 21:27:07.174 INFO O| Aug 16 21:27:07.174 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-08-16T21:27:08.247Z | [ recovery-image] Aug 16 21:27:07.184 INFO O| Aug 16 21:27:07.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5142 | 2024-08-16T21:27:08.247Z | [ recovery-image] Aug 16 21:27:07.184 INFO O| Aug 16 21:27:07.184 INFO STEP 411 (remove_files) COMPLETE |
5143 | 2024-08-16T21:27:08.247Z | [ recovery-image] Aug 16 21:27:07.184 INFO O| Aug 16 21:27:07.184 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-08-16T21:27:08.258Z | [ recovery-image] Aug 16 21:27:07.195 INFO O| Aug 16 21:27:07.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5145 | 2024-08-16T21:27:08.258Z | [ recovery-image] Aug 16 21:27:07.195 INFO O| Aug 16 21:27:07.195 INFO STEP 412 (remove_files) COMPLETE |
5146 | 2024-08-16T21:27:08.258Z | [ recovery-image] Aug 16 21:27:07.195 INFO O| Aug 16 21:27:07.195 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-08-16T21:27:08.268Z | [ recovery-image] Aug 16 21:27:07.206 INFO O| Aug 16 21:27:07.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5148 | 2024-08-16T21:27:08.268Z | [ recovery-image] Aug 16 21:27:07.206 INFO O| Aug 16 21:27:07.206 INFO STEP 413 (remove_files) COMPLETE |
5149 | 2024-08-16T21:27:08.268Z | [ recovery-image] Aug 16 21:27:07.206 INFO O| Aug 16 21:27:07.206 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-08-16T21:27:08.279Z | [ recovery-image] Aug 16 21:27:07.216 INFO O| Aug 16 21:27:07.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5151 | 2024-08-16T21:27:08.281Z | [ recovery-image] Aug 16 21:27:07.216 INFO O| Aug 16 21:27:07.216 INFO STEP 414 (remove_files) COMPLETE |
5152 | 2024-08-16T21:27:08.281Z | [ recovery-image] Aug 16 21:27:07.216 INFO O| Aug 16 21:27:07.216 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-08-16T21:27:08.289Z | [ recovery-image] Aug 16 21:27:07.226 INFO O| Aug 16 21:27:07.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5154 | 2024-08-16T21:27:08.289Z | [ recovery-image] Aug 16 21:27:07.226 INFO O| Aug 16 21:27:07.226 INFO STEP 415 (remove_files) COMPLETE |
5155 | 2024-08-16T21:27:08.291Z | [ recovery-image] Aug 16 21:27:07.226 INFO O| Aug 16 21:27:07.226 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-08-16T21:27:08.299Z | [ recovery-image] Aug 16 21:27:07.236 INFO O| Aug 16 21:27:07.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5157 | 2024-08-16T21:27:08.299Z | [ recovery-image] Aug 16 21:27:07.236 INFO O| Aug 16 21:27:07.236 INFO STEP 416 (remove_files) COMPLETE |
5158 | 2024-08-16T21:27:08.299Z | [ recovery-image] Aug 16 21:27:07.236 INFO O| Aug 16 21:27:07.236 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-08-16T21:27:08.309Z | [ recovery-image] Aug 16 21:27:07.246 INFO O| Aug 16 21:27:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5160 | 2024-08-16T21:27:08.312Z | [ recovery-image] Aug 16 21:27:07.247 INFO O| Aug 16 21:27:07.247 INFO STEP 417 (remove_files) COMPLETE |
5161 | 2024-08-16T21:27:08.312Z | [ recovery-image] Aug 16 21:27:07.247 INFO O| Aug 16 21:27:07.247 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-08-16T21:27:08.319Z | [ recovery-image] Aug 16 21:27:07.257 INFO O| Aug 16 21:27:07.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5163 | 2024-08-16T21:27:08.319Z | [ recovery-image] Aug 16 21:27:07.257 INFO O| Aug 16 21:27:07.257 INFO STEP 418 (remove_files) COMPLETE |
5164 | 2024-08-16T21:27:08.322Z | [ recovery-image] Aug 16 21:27:07.257 INFO O| Aug 16 21:27:07.257 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-08-16T21:27:08.330Z | [ recovery-image] Aug 16 21:27:07.267 INFO O| Aug 16 21:27:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5166 | 2024-08-16T21:27:08.330Z | [ recovery-image] Aug 16 21:27:07.267 INFO O| Aug 16 21:27:07.267 INFO STEP 419 (remove_files) COMPLETE |
5167 | 2024-08-16T21:27:08.332Z | [ recovery-image] Aug 16 21:27:07.267 INFO O| Aug 16 21:27:07.267 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-08-16T21:27:08.338Z | [ host-image] Aug 16 21:27:07.275 INFO O| Aug 16 21:27:07.275 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5169 | 2024-08-16T21:27:08.340Z | [ recovery-image] Aug 16 21:27:07.277 INFO O| Aug 16 21:27:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5170 | 2024-08-16T21:27:08.340Z | [ recovery-image] Aug 16 21:27:07.277 INFO O| Aug 16 21:27:07.277 INFO STEP 420 (remove_files) COMPLETE |
5171 | 2024-08-16T21:27:08.340Z | [ recovery-image] Aug 16 21:27:07.277 INFO O| Aug 16 21:27:07.277 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-16T21:27:08.350Z | [ recovery-image] Aug 16 21:27:07.288 INFO O| Aug 16 21:27:07.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5173 | 2024-08-16T21:27:08.353Z | [ recovery-image] Aug 16 21:27:07.288 INFO O| Aug 16 21:27:07.288 INFO STEP 421 (remove_files) COMPLETE |
5174 | 2024-08-16T21:27:08.353Z | [ recovery-image] Aug 16 21:27:07.288 INFO O| Aug 16 21:27:07.288 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-16T21:27:08.361Z | [ recovery-image] Aug 16 21:27:07.298 INFO O| Aug 16 21:27:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5176 | 2024-08-16T21:27:08.361Z | [ recovery-image] Aug 16 21:27:07.298 INFO O| Aug 16 21:27:07.298 INFO STEP 422 (remove_files) COMPLETE |
5177 | 2024-08-16T21:27:08.361Z | [ recovery-image] Aug 16 21:27:07.298 INFO O| Aug 16 21:27:07.298 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-16T21:27:08.372Z | [ recovery-image] Aug 16 21:27:07.310 INFO O| Aug 16 21:27:07.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5179 | 2024-08-16T21:27:08.372Z | [ recovery-image] Aug 16 21:27:07.310 INFO O| Aug 16 21:27:07.310 INFO STEP 423 (remove_files) COMPLETE |
5180 | 2024-08-16T21:27:08.375Z | [ recovery-image] Aug 16 21:27:07.310 INFO O| Aug 16 21:27:07.310 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-16T21:27:08.383Z | [ recovery-image] Aug 16 21:27:07.320 INFO O| Aug 16 21:27:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5182 | 2024-08-16T21:27:08.386Z | [ recovery-image] Aug 16 21:27:07.320 INFO O| Aug 16 21:27:07.320 INFO STEP 424 (remove_files) COMPLETE |
5183 | 2024-08-16T21:27:08.386Z | [ recovery-image] Aug 16 21:27:07.320 INFO O| Aug 16 21:27:07.320 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-16T21:27:08.394Z | [ recovery-image] Aug 16 21:27:07.331 INFO O| Aug 16 21:27:07.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5185 | 2024-08-16T21:27:08.394Z | [ recovery-image] Aug 16 21:27:07.331 INFO O| Aug 16 21:27:07.331 INFO STEP 425 (remove_files) COMPLETE |
5186 | 2024-08-16T21:27:08.396Z | [ recovery-image] Aug 16 21:27:07.331 INFO O| Aug 16 21:27:07.331 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-16T21:27:08.404Z | [ recovery-image] Aug 16 21:27:07.341 INFO O| Aug 16 21:27:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5188 | 2024-08-16T21:27:08.406Z | [ recovery-image] Aug 16 21:27:07.341 INFO O| Aug 16 21:27:07.341 INFO STEP 426 (remove_files) COMPLETE |
5189 | 2024-08-16T21:27:08.406Z | [ recovery-image] Aug 16 21:27:07.341 INFO O| Aug 16 21:27:07.341 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-16T21:27:08.414Z | [ recovery-image] Aug 16 21:27:07.351 INFO O| Aug 16 21:27:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5191 | 2024-08-16T21:27:08.417Z | [ recovery-image] Aug 16 21:27:07.352 INFO O| Aug 16 21:27:07.351 INFO STEP 427 (remove_files) COMPLETE |
5192 | 2024-08-16T21:27:08.417Z | [ recovery-image] Aug 16 21:27:07.352 INFO O| Aug 16 21:27:07.351 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-16T21:27:08.427Z | [ recovery-image] Aug 16 21:27:07.362 INFO O| Aug 16 21:27:07.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5194 | 2024-08-16T21:27:08.427Z | [ recovery-image] Aug 16 21:27:07.362 INFO O| Aug 16 21:27:07.362 INFO STEP 428 (remove_files) COMPLETE |
5195 | 2024-08-16T21:27:08.427Z | [ recovery-image] Aug 16 21:27:07.362 INFO O| Aug 16 21:27:07.362 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-16T21:27:08.435Z | [ recovery-image] Aug 16 21:27:07.372 INFO O| Aug 16 21:27:07.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5197 | 2024-08-16T21:27:08.435Z | [ recovery-image] Aug 16 21:27:07.372 INFO O| Aug 16 21:27:07.372 INFO STEP 429 (remove_files) COMPLETE |
5198 | 2024-08-16T21:27:08.435Z | [ recovery-image] Aug 16 21:27:07.373 INFO O| Aug 16 21:27:07.372 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-16T21:27:08.447Z | [ recovery-image] Aug 16 21:27:07.384 INFO O| Aug 16 21:27:07.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5200 | 2024-08-16T21:27:08.449Z | [ recovery-image] Aug 16 21:27:07.384 INFO O| Aug 16 21:27:07.384 INFO STEP 430 (remove_files) COMPLETE |
5201 | 2024-08-16T21:27:08.449Z | [ recovery-image] Aug 16 21:27:07.385 INFO O| Aug 16 21:27:07.384 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-16T21:27:08.459Z | [ recovery-image] Aug 16 21:27:07.395 INFO O| Aug 16 21:27:07.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5203 | 2024-08-16T21:27:08.459Z | [ recovery-image] Aug 16 21:27:07.395 INFO O| Aug 16 21:27:07.395 INFO STEP 431 (remove_files) COMPLETE |
5204 | 2024-08-16T21:27:08.461Z | [ recovery-image] Aug 16 21:27:07.395 INFO O| Aug 16 21:27:07.395 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-16T21:27:08.469Z | [ recovery-image] Aug 16 21:27:07.406 INFO O| Aug 16 21:27:07.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5206 | 2024-08-16T21:27:08.469Z | [ recovery-image] Aug 16 21:27:07.406 INFO O| Aug 16 21:27:07.406 INFO STEP 432 (remove_files) COMPLETE |
5207 | 2024-08-16T21:27:08.472Z | [ recovery-image] Aug 16 21:27:07.406 INFO O| Aug 16 21:27:07.406 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-16T21:27:08.480Z | [ recovery-image] Aug 16 21:27:07.417 INFO O| Aug 16 21:27:07.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5209 | 2024-08-16T21:27:08.480Z | [ recovery-image] Aug 16 21:27:07.417 INFO O| Aug 16 21:27:07.417 INFO STEP 433 (remove_files) COMPLETE |
5210 | 2024-08-16T21:27:08.480Z | [ recovery-image] Aug 16 21:27:07.417 INFO O| Aug 16 21:27:07.417 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-16T21:27:08.490Z | [ recovery-image] Aug 16 21:27:07.427 INFO O| Aug 16 21:27:07.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5212 | 2024-08-16T21:27:08.490Z | [ recovery-image] Aug 16 21:27:07.427 INFO O| Aug 16 21:27:07.427 INFO STEP 434 (remove_files) COMPLETE |
5213 | 2024-08-16T21:27:08.492Z | [ recovery-image] Aug 16 21:27:07.427 INFO O| Aug 16 21:27:07.427 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-16T21:27:08.500Z | [ recovery-image] Aug 16 21:27:07.438 INFO O| Aug 16 21:27:07.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5215 | 2024-08-16T21:27:08.503Z | [ recovery-image] Aug 16 21:27:07.438 INFO O| Aug 16 21:27:07.438 INFO STEP 435 (remove_files) COMPLETE |
5216 | 2024-08-16T21:27:08.503Z | [ recovery-image] Aug 16 21:27:07.438 INFO O| Aug 16 21:27:07.438 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-16T21:27:08.510Z | [ recovery-image] Aug 16 21:27:07.448 INFO O| Aug 16 21:27:07.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5218 | 2024-08-16T21:27:08.513Z | [ recovery-image] Aug 16 21:27:07.448 INFO O| Aug 16 21:27:07.448 INFO STEP 436 (remove_files) COMPLETE |
5219 | 2024-08-16T21:27:08.513Z | [ recovery-image] Aug 16 21:27:07.448 INFO O| Aug 16 21:27:07.448 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-16T21:27:08.521Z | [ recovery-image] Aug 16 21:27:07.458 INFO O| Aug 16 21:27:07.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5221 | 2024-08-16T21:27:08.521Z | [ recovery-image] Aug 16 21:27:07.458 INFO O| Aug 16 21:27:07.458 INFO STEP 437 (remove_files) COMPLETE |
5222 | 2024-08-16T21:27:08.523Z | [ recovery-image] Aug 16 21:27:07.458 INFO O| Aug 16 21:27:07.458 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-16T21:27:08.531Z | [ recovery-image] Aug 16 21:27:07.468 INFO O| Aug 16 21:27:07.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5224 | 2024-08-16T21:27:08.531Z | [ recovery-image] Aug 16 21:27:07.468 INFO O| Aug 16 21:27:07.468 INFO STEP 438 (remove_files) COMPLETE |
5225 | 2024-08-16T21:27:08.531Z | [ recovery-image] Aug 16 21:27:07.469 INFO O| Aug 16 21:27:07.468 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-16T21:27:08.542Z | [ recovery-image] Aug 16 21:27:07.479 INFO O| Aug 16 21:27:07.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5227 | 2024-08-16T21:27:08.544Z | [ recovery-image] Aug 16 21:27:07.479 INFO O| Aug 16 21:27:07.479 INFO STEP 439 (remove_files) COMPLETE |
5228 | 2024-08-16T21:27:08.544Z | [ recovery-image] Aug 16 21:27:07.479 INFO O| Aug 16 21:27:07.479 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-16T21:27:08.552Z | [ recovery-image] Aug 16 21:27:07.489 INFO O| Aug 16 21:27:07.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5230 | 2024-08-16T21:27:08.552Z | [ recovery-image] Aug 16 21:27:07.489 INFO O| Aug 16 21:27:07.489 INFO STEP 440 (remove_files) COMPLETE |
5231 | 2024-08-16T21:27:08.552Z | [ recovery-image] Aug 16 21:27:07.489 INFO O| Aug 16 21:27:07.489 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-16T21:27:08.563Z | [ recovery-image] Aug 16 21:27:07.500 INFO O| Aug 16 21:27:07.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5233 | 2024-08-16T21:27:08.566Z | [ recovery-image] Aug 16 21:27:07.500 INFO O| Aug 16 21:27:07.500 INFO STEP 441 (remove_files) COMPLETE |
5234 | 2024-08-16T21:27:08.566Z | [ recovery-image] Aug 16 21:27:07.500 INFO O| Aug 16 21:27:07.500 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-16T21:27:08.588Z | [ recovery-image] Aug 16 21:27:07.511 INFO O| Aug 16 21:27:07.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5236 | 2024-08-16T21:27:08.590Z | [ recovery-image] Aug 16 21:27:07.525 INFO O| Aug 16 21:27:07.511 INFO STEP 442 (remove_files) COMPLETE |
5237 | 2024-08-16T21:27:08.590Z | [ recovery-image] Aug 16 21:27:07.525 INFO O| Aug 16 21:27:07.511 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-16T21:27:08.602Z | [ recovery-image] Aug 16 21:27:07.539 INFO O| Aug 16 21:27:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5239 | 2024-08-16T21:27:08.602Z | [ recovery-image] Aug 16 21:27:07.540 INFO O| Aug 16 21:27:07.539 INFO STEP 443 (remove_files) COMPLETE |
5240 | 2024-08-16T21:27:08.605Z | [ recovery-image] Aug 16 21:27:07.540 INFO O| Aug 16 21:27:07.539 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-16T21:27:08.618Z | [ recovery-image] Aug 16 21:27:07.555 INFO O| Aug 16 21:27:07.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5242 | 2024-08-16T21:27:08.619Z | [ recovery-image] Aug 16 21:27:07.556 INFO O| Aug 16 21:27:07.555 INFO STEP 444 (remove_files) COMPLETE |
5243 | 2024-08-16T21:27:08.621Z | [ recovery-image] Aug 16 21:27:07.556 INFO O| Aug 16 21:27:07.556 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-16T21:27:08.633Z | [ recovery-image] Aug 16 21:27:07.570 INFO O| Aug 16 21:27:07.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5245 | 2024-08-16T21:27:08.633Z | [ recovery-image] Aug 16 21:27:07.570 INFO O| Aug 16 21:27:07.570 INFO STEP 445 (remove_files) COMPLETE |
5246 | 2024-08-16T21:27:08.634Z | [ recovery-image] Aug 16 21:27:07.570 INFO O| Aug 16 21:27:07.570 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-16T21:27:08.647Z | [ recovery-image] Aug 16 21:27:07.585 INFO O| Aug 16 21:27:07.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5248 | 2024-08-16T21:27:08.647Z | [ recovery-image] Aug 16 21:27:07.585 INFO O| Aug 16 21:27:07.585 INFO STEP 446 (remove_files) COMPLETE |
5249 | 2024-08-16T21:27:08.650Z | [ recovery-image] Aug 16 21:27:07.585 INFO O| Aug 16 21:27:07.585 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-16T21:27:08.659Z | [ recovery-image] Aug 16 21:27:07.597 INFO O| Aug 16 21:27:07.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5251 | 2024-08-16T21:27:08.663Z | [ recovery-image] Aug 16 21:27:07.597 INFO O| Aug 16 21:27:07.597 INFO STEP 447 (remove_files) COMPLETE |
5252 | 2024-08-16T21:27:08.663Z | [ recovery-image] Aug 16 21:27:07.597 INFO O| Aug 16 21:27:07.597 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-16T21:27:08.673Z | [ recovery-image] Aug 16 21:27:07.610 INFO O| Aug 16 21:27:07.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5254 | 2024-08-16T21:27:08.673Z | [ recovery-image] Aug 16 21:27:07.610 INFO O| Aug 16 21:27:07.610 INFO STEP 448 (remove_files) COMPLETE |
5255 | 2024-08-16T21:27:08.675Z | [ recovery-image] Aug 16 21:27:07.610 INFO O| Aug 16 21:27:07.610 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-16T21:27:08.687Z | [ recovery-image] Aug 16 21:27:07.624 INFO O| Aug 16 21:27:07.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5257 | 2024-08-16T21:27:08.687Z | [ recovery-image] Aug 16 21:27:07.624 INFO O| Aug 16 21:27:07.624 INFO STEP 449 (remove_files) COMPLETE |
5258 | 2024-08-16T21:27:08.690Z | [ recovery-image] Aug 16 21:27:07.624 INFO O| Aug 16 21:27:07.624 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-16T21:27:08.701Z | [ recovery-image] Aug 16 21:27:07.638 INFO O| Aug 16 21:27:07.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5260 | 2024-08-16T21:27:08.701Z | [ recovery-image] Aug 16 21:27:07.638 INFO O| Aug 16 21:27:07.638 INFO STEP 450 (remove_files) COMPLETE |
5261 | 2024-08-16T21:27:08.703Z | [ recovery-image] Aug 16 21:27:07.638 INFO O| Aug 16 21:27:07.638 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-16T21:27:08.712Z | [ recovery-image] Aug 16 21:27:07.649 INFO O| Aug 16 21:27:07.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5263 | 2024-08-16T21:27:08.712Z | [ recovery-image] Aug 16 21:27:07.649 INFO O| Aug 16 21:27:07.649 INFO STEP 451 (remove_files) COMPLETE |
5264 | 2024-08-16T21:27:08.715Z | [ recovery-image] Aug 16 21:27:07.649 INFO O| Aug 16 21:27:07.649 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-16T21:27:08.723Z | [ recovery-image] Aug 16 21:27:07.660 INFO O| Aug 16 21:27:07.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5266 | 2024-08-16T21:27:08.725Z | [ recovery-image] Aug 16 21:27:07.660 INFO O| Aug 16 21:27:07.660 INFO STEP 452 (remove_files) COMPLETE |
5267 | 2024-08-16T21:27:08.725Z | [ recovery-image] Aug 16 21:27:07.660 INFO O| Aug 16 21:27:07.660 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-16T21:27:08.733Z | [ recovery-image] Aug 16 21:27:07.670 INFO O| Aug 16 21:27:07.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5269 | 2024-08-16T21:27:08.733Z | [ recovery-image] Aug 16 21:27:07.670 INFO O| Aug 16 21:27:07.670 INFO STEP 453 (remove_files) COMPLETE |
5270 | 2024-08-16T21:27:08.735Z | [ recovery-image] Aug 16 21:27:07.670 INFO O| Aug 16 21:27:07.670 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-16T21:27:08.743Z | [ recovery-image] Aug 16 21:27:07.680 INFO O| Aug 16 21:27:07.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5272 | 2024-08-16T21:27:08.743Z | [ recovery-image] Aug 16 21:27:07.680 INFO O| Aug 16 21:27:07.680 INFO STEP 454 (remove_files) COMPLETE |
5273 | 2024-08-16T21:27:08.743Z | [ recovery-image] Aug 16 21:27:07.680 INFO O| Aug 16 21:27:07.680 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-16T21:27:08.754Z | [ recovery-image] Aug 16 21:27:07.691 INFO O| Aug 16 21:27:07.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5275 | 2024-08-16T21:27:08.754Z | [ recovery-image] Aug 16 21:27:07.691 INFO O| Aug 16 21:27:07.691 INFO STEP 455 (remove_files) COMPLETE |
5276 | 2024-08-16T21:27:08.754Z | [ recovery-image] Aug 16 21:27:07.691 INFO O| Aug 16 21:27:07.691 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-16T21:27:08.766Z | [ recovery-image] Aug 16 21:27:07.703 INFO O| Aug 16 21:27:07.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5278 | 2024-08-16T21:27:08.766Z | [ recovery-image] Aug 16 21:27:07.703 INFO O| Aug 16 21:27:07.703 INFO STEP 456 (remove_files) COMPLETE |
5279 | 2024-08-16T21:27:08.766Z | [ recovery-image] Aug 16 21:27:07.703 INFO O| Aug 16 21:27:07.703 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-16T21:27:08.777Z | [ recovery-image] Aug 16 21:27:07.714 INFO O| Aug 16 21:27:07.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5281 | 2024-08-16T21:27:08.777Z | [ recovery-image] Aug 16 21:27:07.714 INFO O| Aug 16 21:27:07.714 INFO STEP 457 (remove_files) COMPLETE |
5282 | 2024-08-16T21:27:08.779Z | [ recovery-image] Aug 16 21:27:07.714 INFO O| Aug 16 21:27:07.714 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-16T21:27:08.788Z | [ recovery-image] Aug 16 21:27:07.725 INFO O| Aug 16 21:27:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5284 | 2024-08-16T21:27:08.788Z | [ recovery-image] Aug 16 21:27:07.725 INFO O| Aug 16 21:27:07.725 INFO STEP 458 (remove_files) COMPLETE |
5285 | 2024-08-16T21:27:08.788Z | [ recovery-image] Aug 16 21:27:07.725 INFO O| Aug 16 21:27:07.725 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-16T21:27:08.799Z | [ recovery-image] Aug 16 21:27:07.737 INFO O| Aug 16 21:27:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5287 | 2024-08-16T21:27:08.799Z | [ recovery-image] Aug 16 21:27:07.737 INFO O| Aug 16 21:27:07.737 INFO STEP 459 (remove_files) COMPLETE |
5288 | 2024-08-16T21:27:08.802Z | [ recovery-image] Aug 16 21:27:07.737 INFO O| Aug 16 21:27:07.737 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-16T21:27:08.810Z | [ recovery-image] Aug 16 21:27:07.748 INFO O| Aug 16 21:27:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5290 | 2024-08-16T21:27:08.810Z | [ recovery-image] Aug 16 21:27:07.748 INFO O| Aug 16 21:27:07.748 INFO STEP 460 (remove_files) COMPLETE |
5291 | 2024-08-16T21:27:08.810Z | [ recovery-image] Aug 16 21:27:07.748 INFO O| Aug 16 21:27:07.748 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-16T21:27:08.821Z | [ recovery-image] Aug 16 21:27:07.758 INFO O| Aug 16 21:27:07.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5293 | 2024-08-16T21:27:08.824Z | [ recovery-image] Aug 16 21:27:07.759 INFO O| Aug 16 21:27:07.758 INFO STEP 461 (remove_files) COMPLETE |
5294 | 2024-08-16T21:27:08.824Z | [ recovery-image] Aug 16 21:27:07.759 INFO O| Aug 16 21:27:07.758 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-16T21:27:08.832Z | [ recovery-image] Aug 16 21:27:07.769 INFO O| Aug 16 21:27:07.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5296 | 2024-08-16T21:27:08.835Z | [ recovery-image] Aug 16 21:27:07.769 INFO O| Aug 16 21:27:07.769 INFO STEP 462 (remove_files) COMPLETE |
5297 | 2024-08-16T21:27:08.835Z | [ recovery-image] Aug 16 21:27:07.769 INFO O| Aug 16 21:27:07.769 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-16T21:27:08.843Z | [ recovery-image] Aug 16 21:27:07.780 INFO O| Aug 16 21:27:07.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5299 | 2024-08-16T21:27:08.843Z | [ recovery-image] Aug 16 21:27:07.780 INFO O| Aug 16 21:27:07.780 INFO STEP 463 (remove_files) COMPLETE |
5300 | 2024-08-16T21:27:08.845Z | [ recovery-image] Aug 16 21:27:07.780 INFO O| Aug 16 21:27:07.780 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-16T21:27:08.854Z | [ recovery-image] Aug 16 21:27:07.791 INFO O| Aug 16 21:27:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5302 | 2024-08-16T21:27:08.854Z | [ recovery-image] Aug 16 21:27:07.791 INFO O| Aug 16 21:27:07.791 INFO STEP 464 (remove_files) COMPLETE |
5303 | 2024-08-16T21:27:08.856Z | [ recovery-image] Aug 16 21:27:07.791 INFO O| Aug 16 21:27:07.791 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-16T21:27:08.864Z | [ recovery-image] Aug 16 21:27:07.802 INFO O| Aug 16 21:27:07.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5305 | 2024-08-16T21:27:08.865Z | [ recovery-image] Aug 16 21:27:07.802 INFO O| Aug 16 21:27:07.802 INFO STEP 465 (remove_files) COMPLETE |
5306 | 2024-08-16T21:27:08.865Z | [ recovery-image] Aug 16 21:27:07.802 INFO O| Aug 16 21:27:07.802 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-16T21:27:08.875Z | [ recovery-image] Aug 16 21:27:07.812 INFO O| Aug 16 21:27:07.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5308 | 2024-08-16T21:27:08.875Z | [ recovery-image] Aug 16 21:27:07.812 INFO O| Aug 16 21:27:07.812 INFO STEP 466 (remove_files) COMPLETE |
5309 | 2024-08-16T21:27:08.877Z | [ recovery-image] Aug 16 21:27:07.812 INFO O| Aug 16 21:27:07.812 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-16T21:27:08.885Z | [ recovery-image] Aug 16 21:27:07.822 INFO O| Aug 16 21:27:07.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5311 | 2024-08-16T21:27:08.885Z | [ recovery-image] Aug 16 21:27:07.822 INFO O| Aug 16 21:27:07.822 INFO STEP 467 (remove_files) COMPLETE |
5312 | 2024-08-16T21:27:08.885Z | [ recovery-image] Aug 16 21:27:07.822 INFO O| Aug 16 21:27:07.822 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-16T21:27:08.895Z | [ recovery-image] Aug 16 21:27:07.832 INFO O| Aug 16 21:27:07.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5314 | 2024-08-16T21:27:08.895Z | [ recovery-image] Aug 16 21:27:07.832 INFO O| Aug 16 21:27:07.832 INFO STEP 468 (remove_files) COMPLETE |
5315 | 2024-08-16T21:27:08.898Z | [ recovery-image] Aug 16 21:27:07.833 INFO O| Aug 16 21:27:07.832 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-16T21:27:08.905Z | [ recovery-image] Aug 16 21:27:07.842 INFO O| Aug 16 21:27:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5317 | 2024-08-16T21:27:08.905Z | [ recovery-image] Aug 16 21:27:07.842 INFO O| Aug 16 21:27:07.842 INFO STEP 469 (remove_files) COMPLETE |
5318 | 2024-08-16T21:27:08.908Z | [ recovery-image] Aug 16 21:27:07.842 INFO O| Aug 16 21:27:07.842 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-16T21:27:08.915Z | [ recovery-image] Aug 16 21:27:07.853 INFO O| Aug 16 21:27:07.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5320 | 2024-08-16T21:27:08.918Z | [ recovery-image] Aug 16 21:27:07.853 INFO O| Aug 16 21:27:07.853 INFO STEP 470 (remove_files) COMPLETE |
5321 | 2024-08-16T21:27:08.918Z | [ recovery-image] Aug 16 21:27:07.853 INFO O| Aug 16 21:27:07.853 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-16T21:27:08.925Z | [ recovery-image] Aug 16 21:27:07.863 INFO O| Aug 16 21:27:07.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5323 | 2024-08-16T21:27:08.925Z | [ recovery-image] Aug 16 21:27:07.863 INFO O| Aug 16 21:27:07.863 INFO STEP 471 (remove_files) COMPLETE |
5324 | 2024-08-16T21:27:08.928Z | [ recovery-image] Aug 16 21:27:07.863 INFO O| Aug 16 21:27:07.863 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-16T21:27:08.935Z | [ recovery-image] Aug 16 21:27:07.873 INFO O| Aug 16 21:27:07.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5326 | 2024-08-16T21:27:08.938Z | [ recovery-image] Aug 16 21:27:07.873 INFO O| Aug 16 21:27:07.873 INFO STEP 472 (remove_files) COMPLETE |
5327 | 2024-08-16T21:27:08.938Z | [ recovery-image] Aug 16 21:27:07.873 INFO O| Aug 16 21:27:07.873 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-16T21:27:08.945Z | [ recovery-image] Aug 16 21:27:07.882 INFO O| Aug 16 21:27:07.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5329 | 2024-08-16T21:27:08.945Z | [ recovery-image] Aug 16 21:27:07.882 INFO O| Aug 16 21:27:07.882 INFO STEP 473 (remove_files) COMPLETE |
5330 | 2024-08-16T21:27:08.947Z | [ recovery-image] Aug 16 21:27:07.883 INFO O| Aug 16 21:27:07.882 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-16T21:27:08.956Z | [ recovery-image] Aug 16 21:27:07.893 INFO O| Aug 16 21:27:07.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5332 | 2024-08-16T21:27:08.958Z | [ recovery-image] Aug 16 21:27:07.893 INFO O| Aug 16 21:27:07.893 INFO STEP 474 (remove_files) COMPLETE |
5333 | 2024-08-16T21:27:08.958Z | [ recovery-image] Aug 16 21:27:07.893 INFO O| Aug 16 21:27:07.893 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-16T21:27:08.967Z | [ recovery-image] Aug 16 21:27:07.905 INFO O| Aug 16 21:27:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5335 | 2024-08-16T21:27:08.967Z | [ recovery-image] Aug 16 21:27:07.905 INFO O| Aug 16 21:27:07.905 INFO STEP 475 (remove_files) COMPLETE |
5336 | 2024-08-16T21:27:08.970Z | [ recovery-image] Aug 16 21:27:07.905 INFO O| Aug 16 21:27:07.905 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-16T21:27:08.977Z | [ recovery-image] Aug 16 21:27:07.915 INFO O| Aug 16 21:27:07.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5338 | 2024-08-16T21:27:08.977Z | [ recovery-image] Aug 16 21:27:07.915 INFO O| Aug 16 21:27:07.915 INFO STEP 476 (remove_files) COMPLETE |
5339 | 2024-08-16T21:27:08.980Z | [ recovery-image] Aug 16 21:27:07.915 INFO O| Aug 16 21:27:07.915 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-16T21:27:08.988Z | [ recovery-image] Aug 16 21:27:07.925 INFO O| Aug 16 21:27:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5341 | 2024-08-16T21:27:08.988Z | [ recovery-image] Aug 16 21:27:07.925 INFO O| Aug 16 21:27:07.925 INFO STEP 477 (remove_files) COMPLETE |
5342 | 2024-08-16T21:27:08.991Z | [ recovery-image] Aug 16 21:27:07.925 INFO O| Aug 16 21:27:07.925 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-16T21:27:09.000Z | [ recovery-image] Aug 16 21:27:07.937 INFO O| Aug 16 21:27:07.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5344 | 2024-08-16T21:27:09.000Z | [ recovery-image] Aug 16 21:27:07.937 INFO O| Aug 16 21:27:07.937 INFO STEP 478 (remove_files) COMPLETE |
5345 | 2024-08-16T21:27:09.002Z | [ recovery-image] Aug 16 21:27:07.937 INFO O| Aug 16 21:27:07.937 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-16T21:27:09.010Z | [ recovery-image] Aug 16 21:27:07.948 INFO O| Aug 16 21:27:07.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5347 | 2024-08-16T21:27:09.011Z | [ recovery-image] Aug 16 21:27:07.948 INFO O| Aug 16 21:27:07.948 INFO STEP 479 (remove_files) COMPLETE |
5348 | 2024-08-16T21:27:09.011Z | [ recovery-image] Aug 16 21:27:07.948 INFO O| Aug 16 21:27:07.948 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-16T21:27:09.022Z | [ recovery-image] Aug 16 21:27:07.959 INFO O| Aug 16 21:27:07.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5350 | 2024-08-16T21:27:09.022Z | [ recovery-image] Aug 16 21:27:07.959 INFO O| Aug 16 21:27:07.959 INFO STEP 480 (remove_files) COMPLETE |
5351 | 2024-08-16T21:27:09.025Z | [ recovery-image] Aug 16 21:27:07.959 INFO O| Aug 16 21:27:07.959 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-16T21:27:09.032Z | [ recovery-image] Aug 16 21:27:07.970 INFO O| Aug 16 21:27:07.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5353 | 2024-08-16T21:27:09.035Z | [ recovery-image] Aug 16 21:27:07.970 INFO O| Aug 16 21:27:07.970 INFO STEP 481 (remove_files) COMPLETE |
5354 | 2024-08-16T21:27:09.035Z | [ recovery-image] Aug 16 21:27:07.970 INFO O| Aug 16 21:27:07.970 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-16T21:27:09.045Z | [ recovery-image] Aug 16 21:27:07.982 INFO O| Aug 16 21:27:07.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5356 | 2024-08-16T21:27:09.045Z | [ recovery-image] Aug 16 21:27:07.982 INFO O| Aug 16 21:27:07.982 INFO STEP 482 (remove_files) COMPLETE |
5357 | 2024-08-16T21:27:09.048Z | [ recovery-image] Aug 16 21:27:07.982 INFO O| Aug 16 21:27:07.982 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-16T21:27:09.057Z | [ recovery-image] Aug 16 21:27:07.995 INFO O| Aug 16 21:27:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5359 | 2024-08-16T21:27:09.060Z | [ recovery-image] Aug 16 21:27:07.995 INFO O| Aug 16 21:27:07.995 INFO STEP 483 (remove_files) COMPLETE |
5360 | 2024-08-16T21:27:09.060Z | [ recovery-image] Aug 16 21:27:07.995 INFO O| Aug 16 21:27:07.995 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-16T21:27:09.069Z | [ recovery-image] Aug 16 21:27:08.006 INFO O| Aug 16 21:27:08.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5362 | 2024-08-16T21:27:09.071Z | [ recovery-image] Aug 16 21:27:08.006 INFO O| Aug 16 21:27:08.006 INFO STEP 484 (remove_files) COMPLETE |
5363 | 2024-08-16T21:27:09.071Z | [ recovery-image] Aug 16 21:27:08.006 INFO O| Aug 16 21:27:08.006 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-16T21:27:09.081Z | [ recovery-image] Aug 16 21:27:08.017 INFO O| Aug 16 21:27:08.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5365 | 2024-08-16T21:27:09.083Z | [ recovery-image] Aug 16 21:27:08.017 INFO O| Aug 16 21:27:08.017 INFO STEP 485 (remove_files) COMPLETE |
5366 | 2024-08-16T21:27:09.083Z | [ recovery-image] Aug 16 21:27:08.017 INFO O| Aug 16 21:27:08.017 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-16T21:27:09.091Z | [ recovery-image] Aug 16 21:27:08.028 INFO O| Aug 16 21:27:08.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5368 | 2024-08-16T21:27:09.094Z | [ recovery-image] Aug 16 21:27:08.028 INFO O| Aug 16 21:27:08.028 INFO STEP 486 (remove_files) COMPLETE |
5369 | 2024-08-16T21:27:09.094Z | [ recovery-image] Aug 16 21:27:08.028 INFO O| Aug 16 21:27:08.028 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-16T21:27:09.101Z | [ recovery-image] Aug 16 21:27:08.038 INFO O| Aug 16 21:27:08.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5371 | 2024-08-16T21:27:09.101Z | [ recovery-image] Aug 16 21:27:08.038 INFO O| Aug 16 21:27:08.038 INFO STEP 487 (remove_files) COMPLETE |
5372 | 2024-08-16T21:27:09.101Z | [ recovery-image] Aug 16 21:27:08.038 INFO O| Aug 16 21:27:08.038 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-16T21:27:09.111Z | [ recovery-image] Aug 16 21:27:08.048 INFO O| Aug 16 21:27:08.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5374 | 2024-08-16T21:27:09.111Z | [ recovery-image] Aug 16 21:27:08.048 INFO O| Aug 16 21:27:08.048 INFO STEP 488 (remove_files) COMPLETE |
5375 | 2024-08-16T21:27:09.111Z | [ recovery-image] Aug 16 21:27:08.048 INFO O| Aug 16 21:27:08.048 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-16T21:27:09.121Z | [ recovery-image] Aug 16 21:27:08.058 INFO O| Aug 16 21:27:08.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5377 | 2024-08-16T21:27:09.121Z | [ recovery-image] Aug 16 21:27:08.058 INFO O| Aug 16 21:27:08.058 INFO STEP 489 (remove_files) COMPLETE |
5378 | 2024-08-16T21:27:09.124Z | [ recovery-image] Aug 16 21:27:08.058 INFO O| Aug 16 21:27:08.058 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-16T21:27:09.131Z | [ recovery-image] Aug 16 21:27:08.068 INFO O| Aug 16 21:27:08.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5380 | 2024-08-16T21:27:09.133Z | [ recovery-image] Aug 16 21:27:08.068 INFO O| Aug 16 21:27:08.068 INFO STEP 490 (remove_files) COMPLETE |
5381 | 2024-08-16T21:27:09.134Z | [ recovery-image] Aug 16 21:27:08.068 INFO O| Aug 16 21:27:08.068 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-16T21:27:09.141Z | [ recovery-image] Aug 16 21:27:08.078 INFO O| Aug 16 21:27:08.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5383 | 2024-08-16T21:27:09.143Z | [ recovery-image] Aug 16 21:27:08.078 INFO O| Aug 16 21:27:08.078 INFO STEP 491 (remove_files) COMPLETE |
5384 | 2024-08-16T21:27:09.143Z | [ recovery-image] Aug 16 21:27:08.078 INFO O| Aug 16 21:27:08.078 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-16T21:27:09.151Z | [ recovery-image] Aug 16 21:27:08.088 INFO O| Aug 16 21:27:08.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5386 | 2024-08-16T21:27:09.153Z | [ recovery-image] Aug 16 21:27:08.088 INFO O| Aug 16 21:27:08.088 INFO STEP 492 (remove_files) COMPLETE |
5387 | 2024-08-16T21:27:09.153Z | [ recovery-image] Aug 16 21:27:08.088 INFO O| Aug 16 21:27:08.088 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-16T21:27:09.161Z | [ recovery-image] Aug 16 21:27:08.098 INFO O| Aug 16 21:27:08.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5389 | 2024-08-16T21:27:09.161Z | [ recovery-image] Aug 16 21:27:08.098 INFO O| Aug 16 21:27:08.098 INFO STEP 493 (remove_files) COMPLETE |
5390 | 2024-08-16T21:27:09.161Z | [ recovery-image] Aug 16 21:27:08.098 INFO O| Aug 16 21:27:08.098 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-16T21:27:09.170Z | [ recovery-image] Aug 16 21:27:08.107 INFO O| Aug 16 21:27:08.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5392 | 2024-08-16T21:27:09.173Z | [ recovery-image] Aug 16 21:27:08.108 INFO O| Aug 16 21:27:08.108 INFO STEP 494 (remove_files) COMPLETE |
5393 | 2024-08-16T21:27:09.173Z | [ recovery-image] Aug 16 21:27:08.108 INFO O| Aug 16 21:27:08.108 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-16T21:27:09.180Z | [ recovery-image] Aug 16 21:27:08.117 INFO O| Aug 16 21:27:08.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5395 | 2024-08-16T21:27:09.182Z | [ recovery-image] Aug 16 21:27:08.117 INFO O| Aug 16 21:27:08.117 INFO STEP 495 (remove_files) COMPLETE |
5396 | 2024-08-16T21:27:09.182Z | [ recovery-image] Aug 16 21:27:08.117 INFO O| Aug 16 21:27:08.117 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-16T21:27:09.190Z | [ recovery-image] Aug 16 21:27:08.128 INFO O| Aug 16 21:27:08.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5398 | 2024-08-16T21:27:09.190Z | [ recovery-image] Aug 16 21:27:08.128 INFO O| Aug 16 21:27:08.128 INFO STEP 496 (remove_files) COMPLETE |
5399 | 2024-08-16T21:27:09.193Z | [ recovery-image] Aug 16 21:27:08.128 INFO O| Aug 16 21:27:08.128 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-16T21:27:09.201Z | [ recovery-image] Aug 16 21:27:08.138 INFO O| Aug 16 21:27:08.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5401 | 2024-08-16T21:27:09.201Z | [ recovery-image] Aug 16 21:27:08.139 INFO O| Aug 16 21:27:08.138 INFO STEP 497 (remove_files) COMPLETE |
5402 | 2024-08-16T21:27:09.201Z | [ recovery-image] Aug 16 21:27:08.139 INFO O| Aug 16 21:27:08.139 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-16T21:27:09.213Z | [ recovery-image] Aug 16 21:27:08.150 INFO O| Aug 16 21:27:08.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5404 | 2024-08-16T21:27:09.213Z | [ recovery-image] Aug 16 21:27:08.150 INFO O| Aug 16 21:27:08.150 INFO STEP 498 (remove_files) COMPLETE |
5405 | 2024-08-16T21:27:09.215Z | [ recovery-image] Aug 16 21:27:08.150 INFO O| Aug 16 21:27:08.150 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-16T21:27:09.225Z | [ recovery-image] Aug 16 21:27:08.162 INFO O| Aug 16 21:27:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5407 | 2024-08-16T21:27:09.225Z | [ recovery-image] Aug 16 21:27:08.162 INFO O| Aug 16 21:27:08.162 INFO STEP 499 (remove_files) COMPLETE |
5408 | 2024-08-16T21:27:09.229Z | [ recovery-image] Aug 16 21:27:08.162 INFO O| Aug 16 21:27:08.162 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-16T21:27:09.236Z | [ recovery-image] Aug 16 21:27:08.173 INFO O| Aug 16 21:27:08.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5410 | 2024-08-16T21:27:09.236Z | [ recovery-image] Aug 16 21:27:08.174 INFO O| Aug 16 21:27:08.174 INFO STEP 500 (remove_files) COMPLETE |
5411 | 2024-08-16T21:27:09.239Z | [ recovery-image] Aug 16 21:27:08.174 INFO O| Aug 16 21:27:08.174 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-16T21:27:09.247Z | [ recovery-image] Aug 16 21:27:08.184 INFO O| Aug 16 21:27:08.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5413 | 2024-08-16T21:27:09.247Z | [ recovery-image] Aug 16 21:27:08.184 INFO O| Aug 16 21:27:08.184 INFO STEP 501 (remove_files) COMPLETE |
5414 | 2024-08-16T21:27:09.249Z | [ recovery-image] Aug 16 21:27:08.184 INFO O| Aug 16 21:27:08.184 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-16T21:27:09.257Z | [ recovery-image] Aug 16 21:27:08.194 INFO O| Aug 16 21:27:08.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5416 | 2024-08-16T21:27:09.257Z | [ recovery-image] Aug 16 21:27:08.194 INFO O| Aug 16 21:27:08.194 INFO STEP 502 (remove_files) COMPLETE |
5417 | 2024-08-16T21:27:09.259Z | [ recovery-image] Aug 16 21:27:08.194 INFO O| Aug 16 21:27:08.194 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-16T21:27:09.267Z | [ recovery-image] Aug 16 21:27:08.204 INFO O| Aug 16 21:27:08.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5419 | 2024-08-16T21:27:09.269Z | [ recovery-image] Aug 16 21:27:08.204 INFO O| Aug 16 21:27:08.204 INFO STEP 503 (remove_files) COMPLETE |
5420 | 2024-08-16T21:27:09.269Z | [ recovery-image] Aug 16 21:27:08.204 INFO O| Aug 16 21:27:08.204 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-16T21:27:09.280Z | [ recovery-image] Aug 16 21:27:08.217 INFO O| Aug 16 21:27:08.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5422 | 2024-08-16T21:27:09.283Z | [ recovery-image] Aug 16 21:27:08.217 INFO O| Aug 16 21:27:08.217 INFO STEP 504 (remove_files) COMPLETE |
5423 | 2024-08-16T21:27:09.283Z | [ recovery-image] Aug 16 21:27:08.217 INFO O| Aug 16 21:27:08.217 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-16T21:27:09.292Z | [ recovery-image] Aug 16 21:27:08.229 INFO O| Aug 16 21:27:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5425 | 2024-08-16T21:27:09.292Z | [ recovery-image] Aug 16 21:27:08.229 INFO O| Aug 16 21:27:08.229 INFO STEP 505 (remove_files) COMPLETE |
5426 | 2024-08-16T21:27:09.292Z | [ recovery-image] Aug 16 21:27:08.230 INFO O| Aug 16 21:27:08.229 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-16T21:27:09.304Z | [ recovery-image] Aug 16 21:27:08.241 INFO O| Aug 16 21:27:08.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5428 | 2024-08-16T21:27:09.306Z | [ recovery-image] Aug 16 21:27:08.241 INFO O| Aug 16 21:27:08.241 INFO STEP 506 (remove_files) COMPLETE |
5429 | 2024-08-16T21:27:09.307Z | [ recovery-image] Aug 16 21:27:08.241 INFO O| Aug 16 21:27:08.241 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-16T21:27:09.316Z | [ recovery-image] Aug 16 21:27:08.253 INFO O| Aug 16 21:27:08.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5431 | 2024-08-16T21:27:09.316Z | [ recovery-image] Aug 16 21:27:08.253 INFO O| Aug 16 21:27:08.253 INFO STEP 507 (remove_files) COMPLETE |
5432 | 2024-08-16T21:27:09.319Z | [ recovery-image] Aug 16 21:27:08.253 INFO O| Aug 16 21:27:08.253 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-16T21:27:09.328Z | [ recovery-image] Aug 16 21:27:08.265 INFO O| Aug 16 21:27:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5434 | 2024-08-16T21:27:09.328Z | [ recovery-image] Aug 16 21:27:08.265 INFO O| Aug 16 21:27:08.265 INFO STEP 508 (remove_files) COMPLETE |
5435 | 2024-08-16T21:27:09.328Z | [ recovery-image] Aug 16 21:27:08.265 INFO O| Aug 16 21:27:08.265 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-16T21:27:09.341Z | [ recovery-image] Aug 16 21:27:08.278 INFO O| Aug 16 21:27:08.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5437 | 2024-08-16T21:27:09.341Z | [ recovery-image] Aug 16 21:27:08.278 INFO O| Aug 16 21:27:08.278 INFO STEP 509 (remove_files) COMPLETE |
5438 | 2024-08-16T21:27:09.344Z | [ recovery-image] Aug 16 21:27:08.278 INFO O| Aug 16 21:27:08.278 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-16T21:27:09.353Z | [ recovery-image] Aug 16 21:27:08.290 INFO O| Aug 16 21:27:08.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5440 | 2024-08-16T21:27:09.355Z | [ recovery-image] Aug 16 21:27:08.290 INFO O| Aug 16 21:27:08.290 INFO STEP 510 (remove_files) COMPLETE |
5441 | 2024-08-16T21:27:09.355Z | [ recovery-image] Aug 16 21:27:08.291 INFO O| Aug 16 21:27:08.290 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-16T21:27:09.364Z | [ recovery-image] Aug 16 21:27:08.301 INFO O| Aug 16 21:27:08.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5443 | 2024-08-16T21:27:09.367Z | [ recovery-image] Aug 16 21:27:08.301 INFO O| Aug 16 21:27:08.301 INFO STEP 511 (remove_files) COMPLETE |
5444 | 2024-08-16T21:27:09.367Z | [ recovery-image] Aug 16 21:27:08.302 INFO O| Aug 16 21:27:08.301 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-16T21:27:09.375Z | [ recovery-image] Aug 16 21:27:08.312 INFO O| Aug 16 21:27:08.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5446 | 2024-08-16T21:27:09.375Z | [ recovery-image] Aug 16 21:27:08.312 INFO O| Aug 16 21:27:08.312 INFO STEP 512 (remove_files) COMPLETE |
5447 | 2024-08-16T21:27:09.375Z | [ recovery-image] Aug 16 21:27:08.312 INFO O| Aug 16 21:27:08.312 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-16T21:27:09.385Z | [ recovery-image] Aug 16 21:27:08.322 INFO O| Aug 16 21:27:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5449 | 2024-08-16T21:27:09.387Z | [ recovery-image] Aug 16 21:27:08.322 INFO O| Aug 16 21:27:08.322 INFO STEP 513 (remove_files) COMPLETE |
5450 | 2024-08-16T21:27:09.387Z | [ recovery-image] Aug 16 21:27:08.322 INFO O| Aug 16 21:27:08.322 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-16T21:27:09.395Z | [ recovery-image] Aug 16 21:27:08.332 INFO O| Aug 16 21:27:08.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5452 | 2024-08-16T21:27:09.395Z | [ recovery-image] Aug 16 21:27:08.332 INFO O| Aug 16 21:27:08.332 INFO STEP 514 (remove_files) COMPLETE |
5453 | 2024-08-16T21:27:09.395Z | [ recovery-image] Aug 16 21:27:08.332 INFO O| Aug 16 21:27:08.332 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-16T21:27:09.405Z | [ recovery-image] Aug 16 21:27:08.342 INFO O| Aug 16 21:27:08.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5455 | 2024-08-16T21:27:09.407Z | [ recovery-image] Aug 16 21:27:08.343 INFO O| Aug 16 21:27:08.343 INFO STEP 515 (remove_files) COMPLETE |
5456 | 2024-08-16T21:27:09.407Z | [ recovery-image] Aug 16 21:27:08.343 INFO O| Aug 16 21:27:08.343 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-16T21:27:09.415Z | [ recovery-image] Aug 16 21:27:08.352 INFO O| Aug 16 21:27:08.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5458 | 2024-08-16T21:27:09.418Z | [ recovery-image] Aug 16 21:27:08.352 INFO O| Aug 16 21:27:08.352 INFO STEP 516 (remove_files) COMPLETE |
5459 | 2024-08-16T21:27:09.418Z | [ recovery-image] Aug 16 21:27:08.352 INFO O| Aug 16 21:27:08.352 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-16T21:27:09.425Z | [ recovery-image] Aug 16 21:27:08.362 INFO O| Aug 16 21:27:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5461 | 2024-08-16T21:27:09.425Z | [ recovery-image] Aug 16 21:27:08.362 INFO O| Aug 16 21:27:08.362 INFO STEP 517 (remove_files) COMPLETE |
5462 | 2024-08-16T21:27:09.425Z | [ recovery-image] Aug 16 21:27:08.362 INFO O| Aug 16 21:27:08.362 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-16T21:27:09.435Z | [ recovery-image] Aug 16 21:27:08.372 INFO O| Aug 16 21:27:08.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5464 | 2024-08-16T21:27:09.435Z | [ recovery-image] Aug 16 21:27:08.372 INFO O| Aug 16 21:27:08.372 INFO STEP 518 (remove_files) COMPLETE |
5465 | 2024-08-16T21:27:09.438Z | [ recovery-image] Aug 16 21:27:08.372 INFO O| Aug 16 21:27:08.372 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-16T21:27:09.445Z | [ recovery-image] Aug 16 21:27:08.382 INFO O| Aug 16 21:27:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5467 | 2024-08-16T21:27:09.445Z | [ recovery-image] Aug 16 21:27:08.382 INFO O| Aug 16 21:27:08.382 INFO STEP 519 (remove_files) COMPLETE |
5468 | 2024-08-16T21:27:09.448Z | [ recovery-image] Aug 16 21:27:08.382 INFO O| Aug 16 21:27:08.382 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-16T21:27:09.455Z | [ recovery-image] Aug 16 21:27:08.392 INFO O| Aug 16 21:27:08.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5470 | 2024-08-16T21:27:09.455Z | [ recovery-image] Aug 16 21:27:08.392 INFO O| Aug 16 21:27:08.392 INFO STEP 520 (remove_files) COMPLETE |
5471 | 2024-08-16T21:27:09.457Z | [ recovery-image] Aug 16 21:27:08.392 INFO O| Aug 16 21:27:08.392 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-16T21:27:09.464Z | [ recovery-image] Aug 16 21:27:08.401 INFO O| Aug 16 21:27:08.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5473 | 2024-08-16T21:27:09.464Z | [ recovery-image] Aug 16 21:27:08.401 INFO O| Aug 16 21:27:08.401 INFO STEP 521 (remove_files) COMPLETE |
5474 | 2024-08-16T21:27:09.467Z | [ recovery-image] Aug 16 21:27:08.401 INFO O| Aug 16 21:27:08.401 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-16T21:27:09.475Z | [ recovery-image] Aug 16 21:27:08.411 INFO O| Aug 16 21:27:08.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5476 | 2024-08-16T21:27:09.475Z | [ recovery-image] Aug 16 21:27:08.411 INFO O| Aug 16 21:27:08.411 INFO STEP 522 (remove_files) COMPLETE |
5477 | 2024-08-16T21:27:09.477Z | [ recovery-image] Aug 16 21:27:08.411 INFO O| Aug 16 21:27:08.411 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-16T21:27:09.483Z | [ recovery-image] Aug 16 21:27:08.421 INFO O| Aug 16 21:27:08.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5479 | 2024-08-16T21:27:09.484Z | [ recovery-image] Aug 16 21:27:08.421 INFO O| Aug 16 21:27:08.421 INFO STEP 523 (remove_files) COMPLETE |
5480 | 2024-08-16T21:27:09.486Z | [ recovery-image] Aug 16 21:27:08.421 INFO O| Aug 16 21:27:08.421 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-16T21:27:09.493Z | [ recovery-image] Aug 16 21:27:08.430 INFO O| Aug 16 21:27:08.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5482 | 2024-08-16T21:27:09.496Z | [ recovery-image] Aug 16 21:27:08.430 INFO O| Aug 16 21:27:08.430 INFO STEP 524 (remove_files) COMPLETE |
5483 | 2024-08-16T21:27:09.496Z | [ recovery-image] Aug 16 21:27:08.430 INFO O| Aug 16 21:27:08.430 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-16T21:27:09.503Z | [ recovery-image] Aug 16 21:27:08.440 INFO O| Aug 16 21:27:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5485 | 2024-08-16T21:27:09.503Z | [ recovery-image] Aug 16 21:27:08.440 INFO O| Aug 16 21:27:08.440 INFO STEP 525 (remove_files) COMPLETE |
5486 | 2024-08-16T21:27:09.505Z | [ recovery-image] Aug 16 21:27:08.440 INFO O| Aug 16 21:27:08.440 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-16T21:27:09.512Z | [ recovery-image] Aug 16 21:27:08.450 INFO O| Aug 16 21:27:08.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5488 | 2024-08-16T21:27:09.512Z | [ recovery-image] Aug 16 21:27:08.450 INFO O| Aug 16 21:27:08.450 INFO STEP 526 (remove_files) COMPLETE |
5489 | 2024-08-16T21:27:09.512Z | [ recovery-image] Aug 16 21:27:08.450 INFO O| Aug 16 21:27:08.450 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-16T21:27:09.522Z | [ recovery-image] Aug 16 21:27:08.459 INFO O| Aug 16 21:27:08.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5491 | 2024-08-16T21:27:09.524Z | [ recovery-image] Aug 16 21:27:08.459 INFO O| Aug 16 21:27:08.459 INFO STEP 527 (remove_files) COMPLETE |
5492 | 2024-08-16T21:27:09.524Z | [ recovery-image] Aug 16 21:27:08.459 INFO O| Aug 16 21:27:08.459 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-16T21:27:09.532Z | [ recovery-image] Aug 16 21:27:08.469 INFO O| Aug 16 21:27:08.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5494 | 2024-08-16T21:27:09.532Z | [ recovery-image] Aug 16 21:27:08.469 INFO O| Aug 16 21:27:08.469 INFO STEP 528 (remove_files) COMPLETE |
5495 | 2024-08-16T21:27:09.532Z | [ recovery-image] Aug 16 21:27:08.469 INFO O| Aug 16 21:27:08.469 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-16T21:27:09.542Z | [ recovery-image] Aug 16 21:27:08.479 INFO O| Aug 16 21:27:08.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5497 | 2024-08-16T21:27:09.542Z | [ recovery-image] Aug 16 21:27:08.479 INFO O| Aug 16 21:27:08.479 INFO STEP 529 (remove_files) COMPLETE |
5498 | 2024-08-16T21:27:09.545Z | [ recovery-image] Aug 16 21:27:08.479 INFO O| Aug 16 21:27:08.479 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-16T21:27:09.552Z | [ recovery-image] Aug 16 21:27:08.489 INFO O| Aug 16 21:27:08.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5500 | 2024-08-16T21:27:09.554Z | [ recovery-image] Aug 16 21:27:08.489 INFO O| Aug 16 21:27:08.489 INFO STEP 530 (remove_files) COMPLETE |
5501 | 2024-08-16T21:27:09.554Z | [ recovery-image] Aug 16 21:27:08.489 INFO O| Aug 16 21:27:08.489 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-16T21:27:09.562Z | [ recovery-image] Aug 16 21:27:08.499 INFO O| Aug 16 21:27:08.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5503 | 2024-08-16T21:27:09.562Z | [ recovery-image] Aug 16 21:27:08.499 INFO O| Aug 16 21:27:08.499 INFO STEP 531 (remove_files) COMPLETE |
5504 | 2024-08-16T21:27:09.564Z | [ recovery-image] Aug 16 21:27:08.499 INFO O| Aug 16 21:27:08.499 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-16T21:27:09.572Z | [ recovery-image] Aug 16 21:27:08.509 INFO O| Aug 16 21:27:08.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5506 | 2024-08-16T21:27:09.572Z | [ recovery-image] Aug 16 21:27:08.509 INFO O| Aug 16 21:27:08.509 INFO STEP 532 (remove_files) COMPLETE |
5507 | 2024-08-16T21:27:09.572Z | [ recovery-image] Aug 16 21:27:08.509 INFO O| Aug 16 21:27:08.509 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-16T21:27:09.582Z | [ recovery-image] Aug 16 21:27:08.519 INFO O| Aug 16 21:27:08.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5509 | 2024-08-16T21:27:09.582Z | [ recovery-image] Aug 16 21:27:08.519 INFO O| Aug 16 21:27:08.519 INFO STEP 533 (remove_files) COMPLETE |
5510 | 2024-08-16T21:27:09.584Z | [ recovery-image] Aug 16 21:27:08.519 INFO O| Aug 16 21:27:08.519 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-16T21:27:09.592Z | [ recovery-image] Aug 16 21:27:08.529 INFO O| Aug 16 21:27:08.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5512 | 2024-08-16T21:27:09.594Z | [ recovery-image] Aug 16 21:27:08.529 INFO O| Aug 16 21:27:08.529 INFO STEP 534 (remove_files) COMPLETE |
5513 | 2024-08-16T21:27:09.594Z | [ recovery-image] Aug 16 21:27:08.529 INFO O| Aug 16 21:27:08.529 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-16T21:27:09.604Z | [ recovery-image] Aug 16 21:27:08.541 INFO O| Aug 16 21:27:08.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5515 | 2024-08-16T21:27:09.607Z | [ recovery-image] Aug 16 21:27:08.541 INFO O| Aug 16 21:27:08.541 INFO STEP 535 (remove_files) COMPLETE |
5516 | 2024-08-16T21:27:09.607Z | [ recovery-image] Aug 16 21:27:08.541 INFO O| Aug 16 21:27:08.541 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-16T21:27:09.616Z | [ recovery-image] Aug 16 21:27:08.553 INFO O| Aug 16 21:27:08.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5518 | 2024-08-16T21:27:09.616Z | [ recovery-image] Aug 16 21:27:08.553 INFO O| Aug 16 21:27:08.553 INFO STEP 536 (remove_files) COMPLETE |
5519 | 2024-08-16T21:27:09.618Z | [ recovery-image] Aug 16 21:27:08.553 INFO O| Aug 16 21:27:08.553 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-16T21:27:09.628Z | [ recovery-image] Aug 16 21:27:08.564 INFO O| Aug 16 21:27:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5521 | 2024-08-16T21:27:09.628Z | [ recovery-image] Aug 16 21:27:08.564 INFO O| Aug 16 21:27:08.564 INFO STEP 537 (remove_files) COMPLETE |
5522 | 2024-08-16T21:27:09.630Z | [ recovery-image] Aug 16 21:27:08.564 INFO O| Aug 16 21:27:08.564 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-16T21:27:09.636Z | [ recovery-image] Aug 16 21:27:08.573 INFO O| Aug 16 21:27:08.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5524 | 2024-08-16T21:27:09.636Z | [ recovery-image] Aug 16 21:27:08.573 INFO O| Aug 16 21:27:08.573 INFO STEP 538 (remove_files) COMPLETE |
5525 | 2024-08-16T21:27:09.639Z | [ recovery-image] Aug 16 21:27:08.574 INFO O| Aug 16 21:27:08.573 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-16T21:27:09.646Z | [ recovery-image] Aug 16 21:27:08.583 INFO O| Aug 16 21:27:08.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5527 | 2024-08-16T21:27:09.646Z | [ recovery-image] Aug 16 21:27:08.583 INFO O| Aug 16 21:27:08.583 INFO STEP 539 (remove_files) COMPLETE |
5528 | 2024-08-16T21:27:09.649Z | [ recovery-image] Aug 16 21:27:08.583 INFO O| Aug 16 21:27:08.583 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-16T21:27:09.659Z | [ recovery-image] Aug 16 21:27:08.596 INFO O| Aug 16 21:27:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5530 | 2024-08-16T21:27:09.659Z | [ recovery-image] Aug 16 21:27:08.596 INFO O| Aug 16 21:27:08.596 INFO STEP 540 (remove_files) COMPLETE |
5531 | 2024-08-16T21:27:09.661Z | [ recovery-image] Aug 16 21:27:08.596 INFO O| Aug 16 21:27:08.596 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-16T21:27:09.670Z | [ recovery-image] Aug 16 21:27:08.607 INFO O| Aug 16 21:27:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5533 | 2024-08-16T21:27:09.672Z | [ recovery-image] Aug 16 21:27:08.607 INFO O| Aug 16 21:27:08.607 INFO STEP 541 (remove_files) COMPLETE |
5534 | 2024-08-16T21:27:09.672Z | [ recovery-image] Aug 16 21:27:08.607 INFO O| Aug 16 21:27:08.607 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-16T21:27:09.681Z | [ recovery-image] Aug 16 21:27:08.618 INFO O| Aug 16 21:27:08.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5536 | 2024-08-16T21:27:09.683Z | [ recovery-image] Aug 16 21:27:08.619 INFO O| Aug 16 21:27:08.619 INFO STEP 542 (remove_files) COMPLETE |
5537 | 2024-08-16T21:27:09.684Z | [ recovery-image] Aug 16 21:27:08.619 INFO O| Aug 16 21:27:08.619 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-16T21:27:09.693Z | [ recovery-image] Aug 16 21:27:08.630 INFO O| Aug 16 21:27:08.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5539 | 2024-08-16T21:27:09.693Z | [ recovery-image] Aug 16 21:27:08.630 INFO O| Aug 16 21:27:08.630 INFO STEP 543 (remove_files) COMPLETE |
5540 | 2024-08-16T21:27:09.695Z | [ recovery-image] Aug 16 21:27:08.630 INFO O| Aug 16 21:27:08.630 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-16T21:27:09.706Z | [ recovery-image] Aug 16 21:27:08.642 INFO O| Aug 16 21:27:08.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5542 | 2024-08-16T21:27:09.706Z | [ recovery-image] Aug 16 21:27:08.642 INFO O| Aug 16 21:27:08.642 INFO STEP 544 (remove_files) COMPLETE |
5543 | 2024-08-16T21:27:09.709Z | [ recovery-image] Aug 16 21:27:08.642 INFO O| Aug 16 21:27:08.642 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-16T21:27:09.717Z | [ recovery-image] Aug 16 21:27:08.654 INFO O| Aug 16 21:27:08.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5545 | 2024-08-16T21:27:09.717Z | [ recovery-image] Aug 16 21:27:08.654 INFO O| Aug 16 21:27:08.654 INFO STEP 545 (remove_files) COMPLETE |
5546 | 2024-08-16T21:27:09.717Z | [ recovery-image] Aug 16 21:27:08.654 INFO O| Aug 16 21:27:08.654 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-16T21:27:09.731Z | [ recovery-image] Aug 16 21:27:08.668 INFO O| Aug 16 21:27:08.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5548 | 2024-08-16T21:27:09.731Z | [ recovery-image] Aug 16 21:27:08.668 INFO O| Aug 16 21:27:08.668 INFO STEP 546 (remove_files) COMPLETE |
5549 | 2024-08-16T21:27:09.731Z | [ recovery-image] Aug 16 21:27:08.668 INFO O| Aug 16 21:27:08.668 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-16T21:27:09.743Z | [ recovery-image] Aug 16 21:27:08.680 INFO O| Aug 16 21:27:08.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5551 | 2024-08-16T21:27:09.746Z | [ recovery-image] Aug 16 21:27:08.681 INFO O| Aug 16 21:27:08.681 INFO STEP 547 (remove_files) COMPLETE |
5552 | 2024-08-16T21:27:09.746Z | [ recovery-image] Aug 16 21:27:08.681 INFO O| Aug 16 21:27:08.681 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-16T21:27:09.755Z | [ recovery-image] Aug 16 21:27:08.692 INFO O| Aug 16 21:27:08.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5554 | 2024-08-16T21:27:09.755Z | [ recovery-image] Aug 16 21:27:08.692 INFO O| Aug 16 21:27:08.692 INFO STEP 548 (remove_files) COMPLETE |
5555 | 2024-08-16T21:27:09.755Z | [ recovery-image] Aug 16 21:27:08.692 INFO O| Aug 16 21:27:08.692 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-16T21:27:09.765Z | [ recovery-image] Aug 16 21:27:08.702 INFO O| Aug 16 21:27:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5557 | 2024-08-16T21:27:09.768Z | [ recovery-image] Aug 16 21:27:08.702 INFO O| Aug 16 21:27:08.702 INFO STEP 549 (remove_files) COMPLETE |
5558 | 2024-08-16T21:27:09.768Z | [ recovery-image] Aug 16 21:27:08.703 INFO O| Aug 16 21:27:08.702 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-16T21:27:09.776Z | [ recovery-image] Aug 16 21:27:08.713 INFO O| Aug 16 21:27:08.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5560 | 2024-08-16T21:27:09.776Z | [ recovery-image] Aug 16 21:27:08.713 INFO O| Aug 16 21:27:08.713 INFO STEP 550 (remove_files) COMPLETE |
5561 | 2024-08-16T21:27:09.776Z | [ recovery-image] Aug 16 21:27:08.713 INFO O| Aug 16 21:27:08.713 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-16T21:27:09.788Z | [ recovery-image] Aug 16 21:27:08.725 INFO O| Aug 16 21:27:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5563 | 2024-08-16T21:27:09.788Z | [ recovery-image] Aug 16 21:27:08.725 INFO O| Aug 16 21:27:08.725 INFO STEP 551 (remove_files) COMPLETE |
5564 | 2024-08-16T21:27:09.788Z | [ recovery-image] Aug 16 21:27:08.725 INFO O| Aug 16 21:27:08.725 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-16T21:27:09.800Z | [ recovery-image] Aug 16 21:27:08.737 INFO O| Aug 16 21:27:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5566 | 2024-08-16T21:27:09.801Z | [ recovery-image] Aug 16 21:27:08.738 INFO O| Aug 16 21:27:08.738 INFO STEP 552 (remove_files) COMPLETE |
5567 | 2024-08-16T21:27:09.803Z | [ recovery-image] Aug 16 21:27:08.738 INFO O| Aug 16 21:27:08.738 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-16T21:27:09.813Z | [ recovery-image] Aug 16 21:27:08.750 INFO O| Aug 16 21:27:08.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5569 | 2024-08-16T21:27:09.813Z | [ recovery-image] Aug 16 21:27:08.750 INFO O| Aug 16 21:27:08.750 INFO STEP 553 (remove_files) COMPLETE |
5570 | 2024-08-16T21:27:09.813Z | [ recovery-image] Aug 16 21:27:08.750 INFO O| Aug 16 21:27:08.750 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-16T21:27:09.824Z | [ recovery-image] Aug 16 21:27:08.761 INFO O| Aug 16 21:27:08.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5572 | 2024-08-16T21:27:09.824Z | [ recovery-image] Aug 16 21:27:08.762 INFO O| Aug 16 21:27:08.762 INFO STEP 554 (remove_files) COMPLETE |
5573 | 2024-08-16T21:27:09.827Z | [ recovery-image] Aug 16 21:27:08.762 INFO O| Aug 16 21:27:08.762 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-16T21:27:09.835Z | [ recovery-image] Aug 16 21:27:08.772 INFO O| Aug 16 21:27:08.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5575 | 2024-08-16T21:27:09.837Z | [ recovery-image] Aug 16 21:27:08.772 INFO O| Aug 16 21:27:08.772 INFO STEP 555 (remove_files) COMPLETE |
5576 | 2024-08-16T21:27:09.837Z | [ recovery-image] Aug 16 21:27:08.772 INFO O| Aug 16 21:27:08.772 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-16T21:27:09.846Z | [ recovery-image] Aug 16 21:27:08.783 INFO O| Aug 16 21:27:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5578 | 2024-08-16T21:27:09.848Z | [ recovery-image] Aug 16 21:27:08.783 INFO O| Aug 16 21:27:08.783 INFO STEP 556 (remove_files) COMPLETE |
5579 | 2024-08-16T21:27:09.848Z | [ recovery-image] Aug 16 21:27:08.783 INFO O| Aug 16 21:27:08.783 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-16T21:27:09.856Z | [ recovery-image] Aug 16 21:27:08.793 INFO O| Aug 16 21:27:08.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5581 | 2024-08-16T21:27:09.856Z | [ recovery-image] Aug 16 21:27:08.793 INFO O| Aug 16 21:27:08.793 INFO STEP 557 (remove_files) COMPLETE |
5582 | 2024-08-16T21:27:09.858Z | [ recovery-image] Aug 16 21:27:08.793 INFO O| Aug 16 21:27:08.793 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-16T21:27:09.858Z | [ host-image] Aug 16 21:27:08.793 INFO O| Aug 16 21:27:08.793 INFO O| Planning: Solver setup ... Done |
5584 | 2024-08-16T21:27:09.861Z | [ host-image] Aug 16 21:27:08.797 INFO O| Aug 16 21:27:08.797 INFO O| Planning: Running solver ... Done |
5585 | 2024-08-16T21:27:09.867Z | [ recovery-image] Aug 16 21:27:08.804 INFO O| Aug 16 21:27:08.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5586 | 2024-08-16T21:27:09.869Z | [ recovery-image] Aug 16 21:27:08.804 INFO O| Aug 16 21:27:08.804 INFO STEP 558 (remove_files) COMPLETE |
5587 | 2024-08-16T21:27:09.869Z | [ recovery-image] Aug 16 21:27:08.804 INFO O| Aug 16 21:27:08.804 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-08-16T21:27:09.879Z | [ recovery-image] Aug 16 21:27:08.816 INFO O| Aug 16 21:27:08.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5589 | 2024-08-16T21:27:09.881Z | [ recovery-image] Aug 16 21:27:08.816 INFO O| Aug 16 21:27:08.816 INFO STEP 559 (remove_files) COMPLETE |
5590 | 2024-08-16T21:27:09.881Z | [ recovery-image] Aug 16 21:27:08.816 INFO O| Aug 16 21:27:08.816 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-08-16T21:27:09.889Z | [ recovery-image] Aug 16 21:27:08.826 INFO O| Aug 16 21:27:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5592 | 2024-08-16T21:27:09.889Z | [ recovery-image] Aug 16 21:27:08.826 INFO O| Aug 16 21:27:08.826 INFO STEP 560 (remove_files) COMPLETE |
5593 | 2024-08-16T21:27:09.889Z | [ recovery-image] Aug 16 21:27:08.826 INFO O| Aug 16 21:27:08.826 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-08-16T21:27:09.900Z | [ recovery-image] Aug 16 21:27:08.837 INFO O| Aug 16 21:27:08.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5595 | 2024-08-16T21:27:09.900Z | [ recovery-image] Aug 16 21:27:08.837 INFO O| Aug 16 21:27:08.837 INFO STEP 561 (remove_files) COMPLETE |
5596 | 2024-08-16T21:27:09.902Z | [ recovery-image] Aug 16 21:27:08.837 INFO O| Aug 16 21:27:08.837 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-08-16T21:27:09.905Z | [ host-image] Aug 16 21:27:08.840 INFO O| Aug 16 21:27:08.840 INFO O| Planning: Finding local manifests ... Done |
5598 | 2024-08-16T21:27:09.905Z | [ host-image] Aug 16 21:27:08.842 INFO O| Aug 16 21:27:08.842 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5599 | 2024-08-16T21:27:09.911Z | [ recovery-image] Aug 16 21:27:08.848 INFO O| Aug 16 21:27:08.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5600 | 2024-08-16T21:27:09.911Z | [ recovery-image] Aug 16 21:27:08.848 INFO O| Aug 16 21:27:08.848 INFO STEP 562 (remove_files) COMPLETE |
5601 | 2024-08-16T21:27:09.914Z | [ recovery-image] Aug 16 21:27:08.848 INFO O| Aug 16 21:27:08.848 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-08-16T21:27:09.922Z | [ recovery-image] Aug 16 21:27:08.859 INFO O| Aug 16 21:27:08.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5603 | 2024-08-16T21:27:09.924Z | [ recovery-image] Aug 16 21:27:08.859 INFO O| Aug 16 21:27:08.859 INFO STEP 563 (remove_files) COMPLETE |
5604 | 2024-08-16T21:27:09.924Z | [ recovery-image] Aug 16 21:27:08.859 INFO O| Aug 16 21:27:08.859 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-08-16T21:27:09.932Z | [ recovery-image] Aug 16 21:27:08.869 INFO O| Aug 16 21:27:08.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5606 | 2024-08-16T21:27:09.932Z | [ recovery-image] Aug 16 21:27:08.869 INFO O| Aug 16 21:27:08.869 INFO STEP 564 (remove_files) COMPLETE |
5607 | 2024-08-16T21:27:09.932Z | [ recovery-image] Aug 16 21:27:08.869 INFO O| Aug 16 21:27:08.869 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-08-16T21:27:09.943Z | [ recovery-image] Aug 16 21:27:08.880 INFO O| Aug 16 21:27:08.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5609 | 2024-08-16T21:27:09.943Z | [ recovery-image] Aug 16 21:27:08.880 INFO O| Aug 16 21:27:08.880 INFO STEP 565 (remove_files) COMPLETE |
5610 | 2024-08-16T21:27:09.953Z | [ recovery-image] Aug 16 21:27:08.880 INFO O| Aug 16 21:27:08.880 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-08-16T21:27:09.955Z | [ recovery-image] Aug 16 21:27:08.890 INFO O| Aug 16 21:27:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5612 | 2024-08-16T21:27:09.955Z | [ recovery-image] Aug 16 21:27:08.890 INFO O| Aug 16 21:27:08.890 INFO STEP 566 (remove_files) COMPLETE |
5613 | 2024-08-16T21:27:09.955Z | [ recovery-image] Aug 16 21:27:08.890 INFO O| Aug 16 21:27:08.890 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-08-16T21:27:09.963Z | [ recovery-image] Aug 16 21:27:08.900 INFO O| Aug 16 21:27:08.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5615 | 2024-08-16T21:27:09.966Z | [ recovery-image] Aug 16 21:27:08.901 INFO O| Aug 16 21:27:08.901 INFO STEP 567 (remove_files) COMPLETE |
5616 | 2024-08-16T21:27:09.966Z | [ recovery-image] Aug 16 21:27:08.901 INFO O| Aug 16 21:27:08.901 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-08-16T21:27:09.974Z | [ recovery-image] Aug 16 21:27:08.911 INFO O| Aug 16 21:27:08.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5618 | 2024-08-16T21:27:09.974Z | [ recovery-image] Aug 16 21:27:08.911 INFO O| Aug 16 21:27:08.911 INFO STEP 568 (remove_files) COMPLETE |
5619 | 2024-08-16T21:27:09.974Z | [ recovery-image] Aug 16 21:27:08.911 INFO O| Aug 16 21:27:08.911 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-08-16T21:27:09.985Z | [ recovery-image] Aug 16 21:27:08.922 INFO O| Aug 16 21:27:08.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5621 | 2024-08-16T21:27:09.985Z | [ recovery-image] Aug 16 21:27:08.922 INFO O| Aug 16 21:27:08.922 INFO STEP 569 (remove_files) COMPLETE |
5622 | 2024-08-16T21:27:09.985Z | [ recovery-image] Aug 16 21:27:08.922 INFO O| Aug 16 21:27:08.922 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-08-16T21:27:09.995Z | [ recovery-image] Aug 16 21:27:08.932 INFO O| Aug 16 21:27:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5624 | 2024-08-16T21:27:09.995Z | [ recovery-image] Aug 16 21:27:08.932 INFO O| Aug 16 21:27:08.932 INFO STEP 570 (remove_files) COMPLETE |
5625 | 2024-08-16T21:27:09.995Z | [ recovery-image] Aug 16 21:27:08.932 INFO O| Aug 16 21:27:08.932 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-08-16T21:27:10.005Z | [ recovery-image] Aug 16 21:27:08.942 INFO O| Aug 16 21:27:08.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5627 | 2024-08-16T21:27:10.005Z | [ recovery-image] Aug 16 21:27:08.942 INFO O| Aug 16 21:27:08.942 INFO STEP 571 (remove_files) COMPLETE |
5628 | 2024-08-16T21:27:10.007Z | [ recovery-image] Aug 16 21:27:08.942 INFO O| Aug 16 21:27:08.942 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-08-16T21:27:10.015Z | [ recovery-image] Aug 16 21:27:08.952 INFO O| Aug 16 21:27:08.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5630 | 2024-08-16T21:27:10.017Z | [ recovery-image] Aug 16 21:27:08.952 INFO O| Aug 16 21:27:08.952 INFO STEP 572 (remove_files) COMPLETE |
5631 | 2024-08-16T21:27:10.017Z | [ recovery-image] Aug 16 21:27:08.952 INFO O| Aug 16 21:27:08.952 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-08-16T21:27:10.025Z | [ recovery-image] Aug 16 21:27:08.962 INFO O| Aug 16 21:27:08.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5633 | 2024-08-16T21:27:10.025Z | [ recovery-image] Aug 16 21:27:08.962 INFO O| Aug 16 21:27:08.962 INFO STEP 573 (remove_files) COMPLETE |
5634 | 2024-08-16T21:27:10.025Z | [ recovery-image] Aug 16 21:27:08.962 INFO O| Aug 16 21:27:08.962 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-08-16T21:27:10.034Z | [ recovery-image] Aug 16 21:27:08.972 INFO O| Aug 16 21:27:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5636 | 2024-08-16T21:27:10.034Z | [ recovery-image] Aug 16 21:27:08.972 INFO O| Aug 16 21:27:08.972 INFO STEP 574 (remove_files) COMPLETE |
5637 | 2024-08-16T21:27:10.037Z | [ recovery-image] Aug 16 21:27:08.972 INFO O| Aug 16 21:27:08.972 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-08-16T21:27:10.042Z | [ host-image] Aug 16 21:27:08.980 INFO O| Aug 16 21:27:08.979 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5639 | 2024-08-16T21:27:10.046Z | [ recovery-image] Aug 16 21:27:08.983 INFO O| Aug 16 21:27:08.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5640 | 2024-08-16T21:27:10.048Z | [ recovery-image] Aug 16 21:27:08.983 INFO O| Aug 16 21:27:08.983 INFO STEP 575 (remove_files) COMPLETE |
5641 | 2024-08-16T21:27:10.048Z | [ recovery-image] Aug 16 21:27:08.983 INFO O| Aug 16 21:27:08.983 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-08-16T21:27:10.056Z | [ recovery-image] Aug 16 21:27:08.993 INFO O| Aug 16 21:27:08.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5643 | 2024-08-16T21:27:10.059Z | [ recovery-image] Aug 16 21:27:08.993 INFO O| Aug 16 21:27:08.993 INFO STEP 576 (remove_files) COMPLETE |
5644 | 2024-08-16T21:27:10.059Z | [ recovery-image] Aug 16 21:27:08.993 INFO O| Aug 16 21:27:08.993 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-08-16T21:27:10.067Z | [ recovery-image] Aug 16 21:27:09.004 INFO O| Aug 16 21:27:09.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5646 | 2024-08-16T21:27:10.067Z | [ recovery-image] Aug 16 21:27:09.004 INFO O| Aug 16 21:27:09.004 INFO STEP 577 (remove_files) COMPLETE |
5647 | 2024-08-16T21:27:10.067Z | [ recovery-image] Aug 16 21:27:09.004 INFO O| Aug 16 21:27:09.004 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-08-16T21:27:10.077Z | [ recovery-image] Aug 16 21:27:09.014 INFO O| Aug 16 21:27:09.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5649 | 2024-08-16T21:27:10.077Z | [ recovery-image] Aug 16 21:27:09.014 INFO O| Aug 16 21:27:09.014 INFO STEP 578 (remove_files) COMPLETE |
5650 | 2024-08-16T21:27:10.079Z | [ recovery-image] Aug 16 21:27:09.014 INFO O| Aug 16 21:27:09.014 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-08-16T21:27:10.079Z | [ host-image] Aug 16 21:27:09.016 INFO O| Aug 16 21:27:09.016 INFO O| Planning: Package planning ... Done |
5652 | 2024-08-16T21:27:10.087Z | [ recovery-image] Aug 16 21:27:09.024 INFO O| Aug 16 21:27:09.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5653 | 2024-08-16T21:27:10.087Z | [ recovery-image] Aug 16 21:27:09.024 INFO O| Aug 16 21:27:09.024 INFO STEP 579 (remove_files) COMPLETE |
5654 | 2024-08-16T21:27:10.089Z | [ recovery-image] Aug 16 21:27:09.024 INFO O| Aug 16 21:27:09.024 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-16T21:27:10.096Z | [ recovery-image] Aug 16 21:27:09.033 INFO O| Aug 16 21:27:09.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5656 | 2024-08-16T21:27:10.098Z | [ recovery-image] Aug 16 21:27:09.033 INFO O| Aug 16 21:27:09.033 INFO STEP 580 (remove_files) COMPLETE |
5657 | 2024-08-16T21:27:10.099Z | [ recovery-image] Aug 16 21:27:09.033 INFO O| Aug 16 21:27:09.033 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-16T21:27:10.101Z | [ host-image] Aug 16 21:27:09.036 INFO O| Aug 16 21:27:09.036 INFO O| Planning: Merging actions ... Done |
5659 | 2024-08-16T21:27:10.106Z | [ recovery-image] Aug 16 21:27:09.043 INFO O| Aug 16 21:27:09.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5660 | 2024-08-16T21:27:10.106Z | [ recovery-image] Aug 16 21:27:09.043 INFO O| Aug 16 21:27:09.043 INFO STEP 581 (remove_files) COMPLETE |
5661 | 2024-08-16T21:27:10.108Z | [ recovery-image] Aug 16 21:27:09.043 INFO O| Aug 16 21:27:09.043 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-08-16T21:27:10.116Z | [ recovery-image] Aug 16 21:27:09.053 INFO O| Aug 16 21:27:09.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5663 | 2024-08-16T21:27:10.116Z | [ recovery-image] Aug 16 21:27:09.053 INFO O| Aug 16 21:27:09.053 INFO STEP 582 (remove_files) COMPLETE |
5664 | 2024-08-16T21:27:10.118Z | [ recovery-image] Aug 16 21:27:09.053 INFO O| Aug 16 21:27:09.053 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-08-16T21:27:10.126Z | [ recovery-image] Aug 16 21:27:09.063 INFO O| Aug 16 21:27:09.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5666 | 2024-08-16T21:27:10.126Z | [ recovery-image] Aug 16 21:27:09.063 INFO O| Aug 16 21:27:09.063 INFO STEP 583 (remove_files) COMPLETE |
5667 | 2024-08-16T21:27:10.126Z | [ recovery-image] Aug 16 21:27:09.063 INFO O| Aug 16 21:27:09.063 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-08-16T21:27:10.136Z | [ recovery-image] Aug 16 21:27:09.073 INFO O| Aug 16 21:27:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5669 | 2024-08-16T21:27:10.138Z | [ recovery-image] Aug 16 21:27:09.073 INFO O| Aug 16 21:27:09.073 INFO STEP 584 (remove_files) COMPLETE |
5670 | 2024-08-16T21:27:10.138Z | [ recovery-image] Aug 16 21:27:09.073 INFO O| Aug 16 21:27:09.073 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-08-16T21:27:10.146Z | [ recovery-image] Aug 16 21:27:09.083 INFO O| Aug 16 21:27:09.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5672 | 2024-08-16T21:27:10.146Z | [ recovery-image] Aug 16 21:27:09.083 INFO O| Aug 16 21:27:09.083 INFO STEP 585 (remove_files) COMPLETE |
5673 | 2024-08-16T21:27:10.146Z | [ recovery-image] Aug 16 21:27:09.083 INFO O| Aug 16 21:27:09.083 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-08-16T21:27:10.156Z | [ recovery-image] Aug 16 21:27:09.093 INFO O| Aug 16 21:27:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5675 | 2024-08-16T21:27:10.159Z | [ recovery-image] Aug 16 21:27:09.093 INFO O| Aug 16 21:27:09.093 INFO STEP 586 (remove_files) COMPLETE |
5676 | 2024-08-16T21:27:10.159Z | [ recovery-image] Aug 16 21:27:09.093 INFO O| Aug 16 21:27:09.093 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-08-16T21:27:10.166Z | [ recovery-image] Aug 16 21:27:09.103 INFO O| Aug 16 21:27:09.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5678 | 2024-08-16T21:27:10.166Z | [ recovery-image] Aug 16 21:27:09.103 INFO O| Aug 16 21:27:09.103 INFO STEP 587 (remove_files) COMPLETE |
5679 | 2024-08-16T21:27:10.168Z | [ recovery-image] Aug 16 21:27:09.103 INFO O| Aug 16 21:27:09.103 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-08-16T21:27:10.174Z | [ host-image] Aug 16 21:27:09.111 INFO O| Aug 16 21:27:09.111 INFO O| Planning: Checking for conflicting actions ... Done |
5681 | 2024-08-16T21:27:10.177Z | [ recovery-image] Aug 16 21:27:09.113 INFO O| Aug 16 21:27:09.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5682 | 2024-08-16T21:27:10.177Z | [ recovery-image] Aug 16 21:27:09.113 INFO O| Aug 16 21:27:09.113 INFO STEP 588 (remove_files) COMPLETE |
5683 | 2024-08-16T21:27:10.177Z | [ recovery-image] Aug 16 21:27:09.113 INFO O| Aug 16 21:27:09.113 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-08-16T21:27:10.179Z | [ host-image] Aug 16 21:27:09.115 INFO O| Aug 16 21:27:09.115 INFO O| Planning: Consolidating action changes ... Done |
5685 | 2024-08-16T21:27:10.186Z | [ recovery-image] Aug 16 21:27:09.123 INFO O| Aug 16 21:27:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5686 | 2024-08-16T21:27:10.186Z | [ recovery-image] Aug 16 21:27:09.123 INFO O| Aug 16 21:27:09.123 INFO STEP 589 (remove_files) COMPLETE |
5687 | 2024-08-16T21:27:10.188Z | [ recovery-image] Aug 16 21:27:09.123 INFO O| Aug 16 21:27:09.123 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-16T21:27:10.196Z | [ recovery-image] Aug 16 21:27:09.132 INFO O| Aug 16 21:27:09.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5689 | 2024-08-16T21:27:10.196Z | [ recovery-image] Aug 16 21:27:09.132 INFO O| Aug 16 21:27:09.132 INFO STEP 590 (remove_files) COMPLETE |
5690 | 2024-08-16T21:27:10.198Z | [ recovery-image] Aug 16 21:27:09.133 INFO O| Aug 16 21:27:09.132 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-16T21:27:10.205Z | [ recovery-image] Aug 16 21:27:09.142 INFO O| Aug 16 21:27:09.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5692 | 2024-08-16T21:27:10.208Z | [ recovery-image] Aug 16 21:27:09.142 INFO O| Aug 16 21:27:09.142 INFO STEP 591 (remove_files) COMPLETE |
5693 | 2024-08-16T21:27:10.208Z | [ recovery-image] Aug 16 21:27:09.142 INFO O| Aug 16 21:27:09.142 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-16T21:27:10.215Z | [ recovery-image] Aug 16 21:27:09.152 INFO O| Aug 16 21:27:09.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5695 | 2024-08-16T21:27:10.215Z | [ recovery-image] Aug 16 21:27:09.152 INFO O| Aug 16 21:27:09.152 INFO STEP 592 (remove_files) COMPLETE |
5696 | 2024-08-16T21:27:10.215Z | [ recovery-image] Aug 16 21:27:09.152 INFO O| Aug 16 21:27:09.152 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-16T21:27:10.225Z | [ recovery-image] Aug 16 21:27:09.162 INFO O| Aug 16 21:27:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5698 | 2024-08-16T21:27:10.225Z | [ recovery-image] Aug 16 21:27:09.162 INFO O| Aug 16 21:27:09.162 INFO STEP 593 (remove_files) COMPLETE |
5699 | 2024-08-16T21:27:10.225Z | [ recovery-image] Aug 16 21:27:09.162 INFO O| Aug 16 21:27:09.162 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-16T21:27:10.234Z | [ recovery-image] Aug 16 21:27:09.172 INFO O| Aug 16 21:27:09.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5701 | 2024-08-16T21:27:10.237Z | [ recovery-image] Aug 16 21:27:09.172 INFO O| Aug 16 21:27:09.172 INFO STEP 594 (remove_files) COMPLETE |
5702 | 2024-08-16T21:27:10.237Z | [ recovery-image] Aug 16 21:27:09.172 INFO O| Aug 16 21:27:09.172 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-16T21:27:10.245Z | [ recovery-image] Aug 16 21:27:09.182 INFO O| Aug 16 21:27:09.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5704 | 2024-08-16T21:27:10.245Z | [ recovery-image] Aug 16 21:27:09.182 INFO O| Aug 16 21:27:09.182 INFO STEP 595 (remove_files) COMPLETE |
5705 | 2024-08-16T21:27:10.245Z | [ recovery-image] Aug 16 21:27:09.182 INFO O| Aug 16 21:27:09.182 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-16T21:27:10.256Z | [ recovery-image] Aug 16 21:27:09.193 INFO O| Aug 16 21:27:09.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5707 | 2024-08-16T21:27:10.256Z | [ recovery-image] Aug 16 21:27:09.193 INFO O| Aug 16 21:27:09.193 INFO STEP 596 (remove_files) COMPLETE |
5708 | 2024-08-16T21:27:10.258Z | [ recovery-image] Aug 16 21:27:09.193 INFO O| Aug 16 21:27:09.193 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-16T21:27:10.268Z | [ recovery-image] Aug 16 21:27:09.205 INFO O| Aug 16 21:27:09.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5710 | 2024-08-16T21:27:10.268Z | [ recovery-image] Aug 16 21:27:09.205 INFO O| Aug 16 21:27:09.205 INFO STEP 597 (remove_files) COMPLETE |
5711 | 2024-08-16T21:27:10.268Z | [ recovery-image] Aug 16 21:27:09.205 INFO O| Aug 16 21:27:09.205 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-16T21:27:10.279Z | [ recovery-image] Aug 16 21:27:09.216 INFO O| Aug 16 21:27:09.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5713 | 2024-08-16T21:27:10.279Z | [ recovery-image] Aug 16 21:27:09.216 INFO O| Aug 16 21:27:09.216 INFO STEP 598 (remove_files) COMPLETE |
5714 | 2024-08-16T21:27:10.282Z | [ recovery-image] Aug 16 21:27:09.216 INFO O| Aug 16 21:27:09.216 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-16T21:27:10.291Z | [ recovery-image] Aug 16 21:27:09.228 INFO O| Aug 16 21:27:09.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5716 | 2024-08-16T21:27:10.293Z | [ recovery-image] Aug 16 21:27:09.228 INFO O| Aug 16 21:27:09.228 INFO STEP 599 (remove_files) COMPLETE |
5717 | 2024-08-16T21:27:10.293Z | [ recovery-image] Aug 16 21:27:09.228 INFO O| Aug 16 21:27:09.228 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-16T21:27:10.302Z | [ recovery-image] Aug 16 21:27:09.239 INFO O| Aug 16 21:27:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5719 | 2024-08-16T21:27:10.302Z | [ recovery-image] Aug 16 21:27:09.239 INFO O| Aug 16 21:27:09.239 INFO STEP 600 (remove_files) COMPLETE |
5720 | 2024-08-16T21:27:10.302Z | [ recovery-image] Aug 16 21:27:09.239 INFO O| Aug 16 21:27:09.239 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-16T21:27:10.312Z | [ recovery-image] Aug 16 21:27:09.249 INFO O| Aug 16 21:27:09.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5722 | 2024-08-16T21:27:10.312Z | [ recovery-image] Aug 16 21:27:09.249 INFO O| Aug 16 21:27:09.249 INFO STEP 601 (remove_files) COMPLETE |
5723 | 2024-08-16T21:27:10.314Z | [ recovery-image] Aug 16 21:27:09.249 INFO O| Aug 16 21:27:09.249 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-16T21:27:10.323Z | [ recovery-image] Aug 16 21:27:09.259 INFO O| Aug 16 21:27:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5725 | 2024-08-16T21:27:10.326Z | [ recovery-image] Aug 16 21:27:09.259 INFO O| Aug 16 21:27:09.259 INFO STEP 602 (remove_files) COMPLETE |
5726 | 2024-08-16T21:27:10.326Z | [ recovery-image] Aug 16 21:27:09.259 INFO O| Aug 16 21:27:09.259 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-16T21:27:10.332Z | [ recovery-image] Aug 16 21:27:09.269 INFO O| Aug 16 21:27:09.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5728 | 2024-08-16T21:27:10.332Z | [ recovery-image] Aug 16 21:27:09.269 INFO O| Aug 16 21:27:09.269 INFO STEP 603 (remove_files) COMPLETE |
5729 | 2024-08-16T21:27:10.332Z | [ recovery-image] Aug 16 21:27:09.269 INFO O| Aug 16 21:27:09.269 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-16T21:27:10.342Z | [ recovery-image] Aug 16 21:27:09.279 INFO O| Aug 16 21:27:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5731 | 2024-08-16T21:27:10.342Z | [ recovery-image] Aug 16 21:27:09.279 INFO O| Aug 16 21:27:09.279 INFO STEP 604 (remove_files) COMPLETE |
5732 | 2024-08-16T21:27:10.344Z | [ recovery-image] Aug 16 21:27:09.279 INFO O| Aug 16 21:27:09.279 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-16T21:27:10.352Z | [ recovery-image] Aug 16 21:27:09.289 INFO O| Aug 16 21:27:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5734 | 2024-08-16T21:27:10.352Z | [ recovery-image] Aug 16 21:27:09.289 INFO O| Aug 16 21:27:09.289 INFO STEP 605 (remove_files) COMPLETE |
5735 | 2024-08-16T21:27:10.354Z | [ recovery-image] Aug 16 21:27:09.289 INFO O| Aug 16 21:27:09.289 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-16T21:27:10.363Z | [ recovery-image] Aug 16 21:27:09.300 INFO O| Aug 16 21:27:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5737 | 2024-08-16T21:27:10.363Z | [ recovery-image] Aug 16 21:27:09.301 INFO O| Aug 16 21:27:09.300 INFO STEP 606 (remove_files) COMPLETE |
5738 | 2024-08-16T21:27:10.366Z | [ recovery-image] Aug 16 21:27:09.301 INFO O| Aug 16 21:27:09.301 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-16T21:27:10.366Z | [ host-image] Aug 16 21:27:09.302 INFO O| Aug 16 21:27:09.302 INFO O| Planning: Evaluating mediators ... Done |
5740 | 2024-08-16T21:27:10.368Z | [ host-image] Aug 16 21:27:09.306 INFO O| Aug 16 21:27:09.306 INFO O| Planning: Planning completed in 2.03 seconds |
5741 | 2024-08-16T21:27:10.371Z | [ host-image] Aug 16 21:27:09.307 INFO O| Aug 16 21:27:09.307 INFO O| Packages to install: 6 |
5742 | 2024-08-16T21:27:10.371Z | [ host-image] Aug 16 21:27:09.307 INFO O| Aug 16 21:27:09.307 INFO O| Mediators to change: 1 |
5743 | 2024-08-16T21:27:10.371Z | [ host-image] Aug 16 21:27:09.307 INFO O| Aug 16 21:27:09.307 INFO O| Services to change: 1 |
5744 | 2024-08-16T21:27:10.373Z | [ recovery-image] Aug 16 21:27:09.311 INFO O| Aug 16 21:27:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5745 | 2024-08-16T21:27:10.374Z | [ recovery-image] Aug 16 21:27:09.311 INFO O| Aug 16 21:27:09.311 INFO STEP 607 (remove_files) COMPLETE |
5746 | 2024-08-16T21:27:10.376Z | [ recovery-image] Aug 16 21:27:09.311 INFO O| Aug 16 21:27:09.311 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-08-16T21:27:10.383Z | [ host-image] Aug 16 21:27:09.320 INFO O| Aug 16 21:27:09.320 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5748 | 2024-08-16T21:27:10.386Z | [ recovery-image] Aug 16 21:27:09.321 INFO O| Aug 16 21:27:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5749 | 2024-08-16T21:27:10.386Z | [ recovery-image] Aug 16 21:27:09.321 INFO O| Aug 16 21:27:09.321 INFO STEP 608 (remove_files) COMPLETE |
5750 | 2024-08-16T21:27:10.386Z | [ recovery-image] Aug 16 21:27:09.321 INFO O| Aug 16 21:27:09.321 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-16T21:27:10.395Z | [ recovery-image] Aug 16 21:27:09.331 INFO O| Aug 16 21:27:09.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5752 | 2024-08-16T21:27:10.395Z | [ recovery-image] Aug 16 21:27:09.331 INFO O| Aug 16 21:27:09.331 INFO STEP 609 (remove_files) COMPLETE |
5753 | 2024-08-16T21:27:10.395Z | [ recovery-image] Aug 16 21:27:09.331 INFO O| Aug 16 21:27:09.331 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-08-16T21:27:10.404Z | [ recovery-image] Aug 16 21:27:09.341 INFO O| Aug 16 21:27:09.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5755 | 2024-08-16T21:27:10.404Z | [ recovery-image] Aug 16 21:27:09.341 INFO O| Aug 16 21:27:09.341 INFO STEP 610 (remove_files) COMPLETE |
5756 | 2024-08-16T21:27:10.404Z | [ recovery-image] Aug 16 21:27:09.341 INFO O| Aug 16 21:27:09.341 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-16T21:27:10.414Z | [ recovery-image] Aug 16 21:27:09.351 INFO O| Aug 16 21:27:09.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5758 | 2024-08-16T21:27:10.414Z | [ recovery-image] Aug 16 21:27:09.351 INFO O| Aug 16 21:27:09.351 INFO STEP 611 (remove_files) COMPLETE |
5759 | 2024-08-16T21:27:10.417Z | [ recovery-image] Aug 16 21:27:09.351 INFO O| Aug 16 21:27:09.351 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-08-16T21:27:10.425Z | [ recovery-image] Aug 16 21:27:09.362 INFO O| Aug 16 21:27:09.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5761 | 2024-08-16T21:27:10.425Z | [ recovery-image] Aug 16 21:27:09.362 INFO O| Aug 16 21:27:09.362 INFO STEP 612 (remove_files) COMPLETE |
5762 | 2024-08-16T21:27:10.427Z | [ recovery-image] Aug 16 21:27:09.362 INFO O| Aug 16 21:27:09.362 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-08-16T21:27:10.435Z | [ recovery-image] Aug 16 21:27:09.372 INFO O| Aug 16 21:27:09.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5764 | 2024-08-16T21:27:10.438Z | [ recovery-image] Aug 16 21:27:09.372 INFO O| Aug 16 21:27:09.372 INFO STEP 613 (remove_files) COMPLETE |
5765 | 2024-08-16T21:27:10.438Z | [ recovery-image] Aug 16 21:27:09.372 INFO O| Aug 16 21:27:09.372 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-08-16T21:27:10.445Z | [ recovery-image] Aug 16 21:27:09.382 INFO O| Aug 16 21:27:09.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5767 | 2024-08-16T21:27:10.445Z | [ recovery-image] Aug 16 21:27:09.382 INFO O| Aug 16 21:27:09.382 INFO STEP 614 (remove_files) COMPLETE |
5768 | 2024-08-16T21:27:10.448Z | [ recovery-image] Aug 16 21:27:09.382 INFO O| Aug 16 21:27:09.382 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-08-16T21:27:10.455Z | [ recovery-image] Aug 16 21:27:09.392 INFO O| Aug 16 21:27:09.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5770 | 2024-08-16T21:27:10.457Z | [ recovery-image] Aug 16 21:27:09.392 INFO O| Aug 16 21:27:09.392 INFO STEP 615 (remove_files) COMPLETE |
5771 | 2024-08-16T21:27:10.457Z | [ recovery-image] Aug 16 21:27:09.392 INFO O| Aug 16 21:27:09.392 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-08-16T21:27:10.465Z | [ recovery-image] Aug 16 21:27:09.402 INFO O| Aug 16 21:27:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5773 | 2024-08-16T21:27:10.467Z | [ recovery-image] Aug 16 21:27:09.403 INFO O| Aug 16 21:27:09.402 INFO STEP 616 (remove_files) COMPLETE |
5774 | 2024-08-16T21:27:10.467Z | [ recovery-image] Aug 16 21:27:09.403 INFO O| Aug 16 21:27:09.402 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-16T21:27:10.478Z | [ recovery-image] Aug 16 21:27:09.413 INFO O| Aug 16 21:27:09.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5776 | 2024-08-16T21:27:10.480Z | [ recovery-image] Aug 16 21:27:09.413 INFO O| Aug 16 21:27:09.413 INFO STEP 617 (remove_files) COMPLETE |
5777 | 2024-08-16T21:27:10.480Z | [ recovery-image] Aug 16 21:27:09.413 INFO O| Aug 16 21:27:09.413 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-16T21:27:10.486Z | [ recovery-image] Aug 16 21:27:09.423 INFO O| Aug 16 21:27:09.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5779 | 2024-08-16T21:27:10.489Z | [ recovery-image] Aug 16 21:27:09.423 INFO O| Aug 16 21:27:09.423 INFO STEP 618 (remove_files) COMPLETE |
5780 | 2024-08-16T21:27:10.489Z | [ recovery-image] Aug 16 21:27:09.423 INFO O| Aug 16 21:27:09.423 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-08-16T21:27:10.496Z | [ recovery-image] Aug 16 21:27:09.433 INFO O| Aug 16 21:27:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5782 | 2024-08-16T21:27:10.496Z | [ recovery-image] Aug 16 21:27:09.433 INFO O| Aug 16 21:27:09.433 INFO STEP 619 (remove_files) COMPLETE |
5783 | 2024-08-16T21:27:10.499Z | [ recovery-image] Aug 16 21:27:09.433 INFO O| Aug 16 21:27:09.433 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-08-16T21:27:10.506Z | [ recovery-image] Aug 16 21:27:09.443 INFO O| Aug 16 21:27:09.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5785 | 2024-08-16T21:27:10.506Z | [ recovery-image] Aug 16 21:27:09.443 INFO O| Aug 16 21:27:09.443 INFO STEP 620 (remove_files) COMPLETE |
5786 | 2024-08-16T21:27:10.509Z | [ recovery-image] Aug 16 21:27:09.443 INFO O| Aug 16 21:27:09.443 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-16T21:27:10.516Z | [ recovery-image] Aug 16 21:27:09.453 INFO O| Aug 16 21:27:09.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5788 | 2024-08-16T21:27:10.516Z | [ recovery-image] Aug 16 21:27:09.453 INFO O| Aug 16 21:27:09.453 INFO STEP 621 (remove_files) COMPLETE |
5789 | 2024-08-16T21:27:10.518Z | [ recovery-image] Aug 16 21:27:09.453 INFO O| Aug 16 21:27:09.453 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-16T21:27:10.526Z | [ recovery-image] Aug 16 21:27:09.463 INFO O| Aug 16 21:27:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5791 | 2024-08-16T21:27:10.529Z | [ recovery-image] Aug 16 21:27:09.463 INFO O| Aug 16 21:27:09.463 INFO STEP 622 (remove_files) COMPLETE |
5792 | 2024-08-16T21:27:10.529Z | [ recovery-image] Aug 16 21:27:09.463 INFO O| Aug 16 21:27:09.463 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-16T21:27:10.536Z | [ recovery-image] Aug 16 21:27:09.473 INFO O| Aug 16 21:27:09.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5794 | 2024-08-16T21:27:10.536Z | [ recovery-image] Aug 16 21:27:09.473 INFO O| Aug 16 21:27:09.473 INFO STEP 623 (remove_files) COMPLETE |
5795 | 2024-08-16T21:27:10.539Z | [ recovery-image] Aug 16 21:27:09.473 INFO O| Aug 16 21:27:09.473 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-16T21:27:10.546Z | [ recovery-image] Aug 16 21:27:09.483 INFO O| Aug 16 21:27:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5797 | 2024-08-16T21:27:10.549Z | [ recovery-image] Aug 16 21:27:09.483 INFO O| Aug 16 21:27:09.483 INFO STEP 624 (remove_files) COMPLETE |
5798 | 2024-08-16T21:27:10.549Z | [ recovery-image] Aug 16 21:27:09.483 INFO O| Aug 16 21:27:09.483 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-16T21:27:10.556Z | [ recovery-image] Aug 16 21:27:09.493 INFO O| Aug 16 21:27:09.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5800 | 2024-08-16T21:27:10.556Z | [ recovery-image] Aug 16 21:27:09.494 INFO O| Aug 16 21:27:09.494 INFO STEP 625 (remove_files) COMPLETE |
5801 | 2024-08-16T21:27:10.561Z | [ recovery-image] Aug 16 21:27:09.494 INFO O| Aug 16 21:27:09.494 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-16T21:27:10.567Z | [ recovery-image] Aug 16 21:27:09.504 INFO O| Aug 16 21:27:09.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5803 | 2024-08-16T21:27:10.569Z | [ recovery-image] Aug 16 21:27:09.504 INFO O| Aug 16 21:27:09.504 INFO STEP 626 (remove_files) COMPLETE |
5804 | 2024-08-16T21:27:10.570Z | [ recovery-image] Aug 16 21:27:09.504 INFO O| Aug 16 21:27:09.504 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-16T21:27:10.577Z | [ recovery-image] Aug 16 21:27:09.514 INFO O| Aug 16 21:27:09.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5806 | 2024-08-16T21:27:10.577Z | [ recovery-image] Aug 16 21:27:09.514 INFO O| Aug 16 21:27:09.514 INFO STEP 627 (remove_files) COMPLETE |
5807 | 2024-08-16T21:27:10.579Z | [ recovery-image] Aug 16 21:27:09.514 INFO O| Aug 16 21:27:09.514 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-16T21:27:10.587Z | [ recovery-image] Aug 16 21:27:09.523 INFO O| Aug 16 21:27:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5809 | 2024-08-16T21:27:10.590Z | [ recovery-image] Aug 16 21:27:09.524 INFO O| Aug 16 21:27:09.524 INFO STEP 628 (remove_files) COMPLETE |
5810 | 2024-08-16T21:27:10.590Z | [ recovery-image] Aug 16 21:27:09.524 INFO O| Aug 16 21:27:09.524 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-16T21:27:10.597Z | [ recovery-image] Aug 16 21:27:09.534 INFO O| Aug 16 21:27:09.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5812 | 2024-08-16T21:27:10.597Z | [ recovery-image] Aug 16 21:27:09.534 INFO O| Aug 16 21:27:09.534 INFO STEP 629 (remove_files) COMPLETE |
5813 | 2024-08-16T21:27:10.597Z | [ recovery-image] Aug 16 21:27:09.534 INFO O| Aug 16 21:27:09.534 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-16T21:27:10.607Z | [ recovery-image] Aug 16 21:27:09.544 INFO O| Aug 16 21:27:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5815 | 2024-08-16T21:27:10.607Z | [ recovery-image] Aug 16 21:27:09.544 INFO O| Aug 16 21:27:09.544 INFO STEP 630 (remove_files) COMPLETE |
5816 | 2024-08-16T21:27:10.609Z | [ recovery-image] Aug 16 21:27:09.544 INFO O| Aug 16 21:27:09.544 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-16T21:27:10.617Z | [ recovery-image] Aug 16 21:27:09.554 INFO O| Aug 16 21:27:09.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5818 | 2024-08-16T21:27:10.617Z | [ recovery-image] Aug 16 21:27:09.554 INFO O| Aug 16 21:27:09.554 INFO STEP 631 (remove_files) COMPLETE |
5819 | 2024-08-16T21:27:10.619Z | [ recovery-image] Aug 16 21:27:09.554 INFO O| Aug 16 21:27:09.554 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-16T21:27:10.627Z | [ recovery-image] Aug 16 21:27:09.564 INFO O| Aug 16 21:27:09.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5821 | 2024-08-16T21:27:10.627Z | [ recovery-image] Aug 16 21:27:09.564 INFO O| Aug 16 21:27:09.564 INFO STEP 632 (remove_files) COMPLETE |
5822 | 2024-08-16T21:27:10.630Z | [ recovery-image] Aug 16 21:27:09.564 INFO O| Aug 16 21:27:09.564 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-16T21:27:10.637Z | [ recovery-image] Aug 16 21:27:09.574 INFO O| Aug 16 21:27:09.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5824 | 2024-08-16T21:27:10.637Z | [ recovery-image] Aug 16 21:27:09.574 INFO O| Aug 16 21:27:09.574 INFO STEP 633 (remove_files) COMPLETE |
5825 | 2024-08-16T21:27:10.640Z | [ recovery-image] Aug 16 21:27:09.574 INFO O| Aug 16 21:27:09.574 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-16T21:27:10.648Z | [ recovery-image] Aug 16 21:27:09.584 INFO O| Aug 16 21:27:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5827 | 2024-08-16T21:27:10.650Z | [ recovery-image] Aug 16 21:27:09.584 INFO O| Aug 16 21:27:09.584 INFO STEP 634 (remove_files) COMPLETE |
5828 | 2024-08-16T21:27:10.650Z | [ recovery-image] Aug 16 21:27:09.584 INFO O| Aug 16 21:27:09.584 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-16T21:27:10.657Z | [ recovery-image] Aug 16 21:27:09.594 INFO O| Aug 16 21:27:09.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5830 | 2024-08-16T21:27:10.659Z | [ recovery-image] Aug 16 21:27:09.594 INFO O| Aug 16 21:27:09.594 INFO STEP 635 (remove_files) COMPLETE |
5831 | 2024-08-16T21:27:10.659Z | [ recovery-image] Aug 16 21:27:09.594 INFO O| Aug 16 21:27:09.594 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-16T21:27:10.667Z | [ recovery-image] Aug 16 21:27:09.604 INFO O| Aug 16 21:27:09.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5833 | 2024-08-16T21:27:10.667Z | [ recovery-image] Aug 16 21:27:09.604 INFO O| Aug 16 21:27:09.604 INFO STEP 636 (remove_files) COMPLETE |
5834 | 2024-08-16T21:27:10.667Z | [ recovery-image] Aug 16 21:27:09.604 INFO O| Aug 16 21:27:09.604 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-16T21:27:10.677Z | [ recovery-image] Aug 16 21:27:09.614 INFO O| Aug 16 21:27:09.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5836 | 2024-08-16T21:27:10.677Z | [ recovery-image] Aug 16 21:27:09.614 INFO O| Aug 16 21:27:09.614 INFO STEP 637 (remove_files) COMPLETE |
5837 | 2024-08-16T21:27:10.679Z | [ recovery-image] Aug 16 21:27:09.614 INFO O| Aug 16 21:27:09.614 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-16T21:27:10.687Z | [ recovery-image] Aug 16 21:27:09.624 INFO O| Aug 16 21:27:09.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5839 | 2024-08-16T21:27:10.689Z | [ recovery-image] Aug 16 21:27:09.624 INFO O| Aug 16 21:27:09.624 INFO STEP 638 (remove_files) COMPLETE |
5840 | 2024-08-16T21:27:10.690Z | [ recovery-image] Aug 16 21:27:09.624 INFO O| Aug 16 21:27:09.624 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-16T21:27:10.697Z | [ recovery-image] Aug 16 21:27:09.634 INFO O| Aug 16 21:27:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5842 | 2024-08-16T21:27:10.697Z | [ recovery-image] Aug 16 21:27:09.634 INFO O| Aug 16 21:27:09.634 INFO STEP 639 (remove_files) COMPLETE |
5843 | 2024-08-16T21:27:10.700Z | [ recovery-image] Aug 16 21:27:09.634 INFO O| Aug 16 21:27:09.634 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-16T21:27:10.707Z | [ recovery-image] Aug 16 21:27:09.644 INFO O| Aug 16 21:27:09.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5845 | 2024-08-16T21:27:10.707Z | [ recovery-image] Aug 16 21:27:09.644 INFO O| Aug 16 21:27:09.644 INFO STEP 640 (remove_files) COMPLETE |
5846 | 2024-08-16T21:27:10.707Z | [ recovery-image] Aug 16 21:27:09.644 INFO O| Aug 16 21:27:09.644 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-16T21:27:10.718Z | [ recovery-image] Aug 16 21:27:09.655 INFO O| Aug 16 21:27:09.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5848 | 2024-08-16T21:27:10.718Z | [ recovery-image] Aug 16 21:27:09.655 INFO O| Aug 16 21:27:09.655 INFO STEP 641 (remove_files) COMPLETE |
5849 | 2024-08-16T21:27:10.718Z | [ recovery-image] Aug 16 21:27:09.655 INFO O| Aug 16 21:27:09.655 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-16T21:27:10.728Z | [ recovery-image] Aug 16 21:27:09.665 INFO O| Aug 16 21:27:09.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5851 | 2024-08-16T21:27:10.728Z | [ recovery-image] Aug 16 21:27:09.665 INFO O| Aug 16 21:27:09.665 INFO STEP 642 (remove_files) COMPLETE |
5852 | 2024-08-16T21:27:10.730Z | [ recovery-image] Aug 16 21:27:09.665 INFO O| Aug 16 21:27:09.665 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-16T21:27:10.738Z | [ recovery-image] Aug 16 21:27:09.675 INFO O| Aug 16 21:27:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5854 | 2024-08-16T21:27:10.738Z | [ recovery-image] Aug 16 21:27:09.675 INFO O| Aug 16 21:27:09.675 INFO STEP 643 (remove_files) COMPLETE |
5855 | 2024-08-16T21:27:10.738Z | [ recovery-image] Aug 16 21:27:09.675 INFO O| Aug 16 21:27:09.675 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-16T21:27:10.747Z | [ recovery-image] Aug 16 21:27:09.684 INFO O| Aug 16 21:27:09.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5857 | 2024-08-16T21:27:10.747Z | [ recovery-image] Aug 16 21:27:09.685 INFO O| Aug 16 21:27:09.685 INFO STEP 644 (remove_files) COMPLETE |
5858 | 2024-08-16T21:27:10.748Z | [ recovery-image] Aug 16 21:27:09.685 INFO O| Aug 16 21:27:09.685 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-16T21:27:10.758Z | [ recovery-image] Aug 16 21:27:09.694 INFO O| Aug 16 21:27:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5860 | 2024-08-16T21:27:10.758Z | [ recovery-image] Aug 16 21:27:09.694 INFO O| Aug 16 21:27:09.694 INFO STEP 645 (remove_files) COMPLETE |
5861 | 2024-08-16T21:27:10.761Z | [ recovery-image] Aug 16 21:27:09.694 INFO O| Aug 16 21:27:09.694 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-16T21:27:10.767Z | [ recovery-image] Aug 16 21:27:09.704 INFO O| Aug 16 21:27:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5863 | 2024-08-16T21:27:10.770Z | [ recovery-image] Aug 16 21:27:09.704 INFO O| Aug 16 21:27:09.704 INFO STEP 646 (remove_files) COMPLETE |
5864 | 2024-08-16T21:27:10.770Z | [ recovery-image] Aug 16 21:27:09.704 INFO O| Aug 16 21:27:09.704 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-16T21:27:10.777Z | [ recovery-image] Aug 16 21:27:09.714 INFO O| Aug 16 21:27:09.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5866 | 2024-08-16T21:27:10.777Z | [ recovery-image] Aug 16 21:27:09.714 INFO O| Aug 16 21:27:09.714 INFO STEP 647 (remove_files) COMPLETE |
5867 | 2024-08-16T21:27:10.777Z | [ recovery-image] Aug 16 21:27:09.714 INFO O| Aug 16 21:27:09.714 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-16T21:27:10.786Z | [ recovery-image] Aug 16 21:27:09.723 INFO O| Aug 16 21:27:09.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5869 | 2024-08-16T21:27:10.786Z | [ recovery-image] Aug 16 21:27:09.724 INFO O| Aug 16 21:27:09.723 INFO STEP 648 (remove_files) COMPLETE |
5870 | 2024-08-16T21:27:10.789Z | [ recovery-image] Aug 16 21:27:09.724 INFO O| Aug 16 21:27:09.724 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-16T21:27:10.796Z | [ recovery-image] Aug 16 21:27:09.733 INFO O| Aug 16 21:27:09.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5872 | 2024-08-16T21:27:10.796Z | [ recovery-image] Aug 16 21:27:09.733 INFO O| Aug 16 21:27:09.733 INFO STEP 649 (remove_files) COMPLETE |
5873 | 2024-08-16T21:27:10.796Z | [ recovery-image] Aug 16 21:27:09.733 INFO O| Aug 16 21:27:09.733 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-16T21:27:10.806Z | [ recovery-image] Aug 16 21:27:09.743 INFO O| Aug 16 21:27:09.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5875 | 2024-08-16T21:27:10.806Z | [ recovery-image] Aug 16 21:27:09.743 INFO O| Aug 16 21:27:09.743 INFO STEP 650 (remove_files) COMPLETE |
5876 | 2024-08-16T21:27:10.806Z | [ recovery-image] Aug 16 21:27:09.743 INFO O| Aug 16 21:27:09.743 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-08-16T21:27:10.816Z | [ recovery-image] Aug 16 21:27:09.752 INFO O| Aug 16 21:27:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5878 | 2024-08-16T21:27:10.816Z | [ recovery-image] Aug 16 21:27:09.753 INFO O| Aug 16 21:27:09.752 INFO STEP 651 (remove_files) COMPLETE |
5879 | 2024-08-16T21:27:10.818Z | [ recovery-image] Aug 16 21:27:09.753 INFO O| Aug 16 21:27:09.753 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-08-16T21:27:10.826Z | [ recovery-image] Aug 16 21:27:09.763 INFO O| Aug 16 21:27:09.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5881 | 2024-08-16T21:27:10.826Z | [ recovery-image] Aug 16 21:27:09.763 INFO O| Aug 16 21:27:09.763 INFO STEP 652 (remove_files) COMPLETE |
5882 | 2024-08-16T21:27:10.829Z | [ recovery-image] Aug 16 21:27:09.763 INFO O| Aug 16 21:27:09.763 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-16T21:27:10.838Z | [ recovery-image] Aug 16 21:27:09.775 INFO O| Aug 16 21:27:09.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5884 | 2024-08-16T21:27:10.838Z | [ recovery-image] Aug 16 21:27:09.775 INFO O| Aug 16 21:27:09.775 INFO STEP 653 (remove_files) COMPLETE |
5885 | 2024-08-16T21:27:10.841Z | [ recovery-image] Aug 16 21:27:09.775 INFO O| Aug 16 21:27:09.775 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-16T21:27:10.850Z | [ recovery-image] Aug 16 21:27:09.786 INFO O| Aug 16 21:27:09.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5887 | 2024-08-16T21:27:10.850Z | [ recovery-image] Aug 16 21:27:09.787 INFO O| Aug 16 21:27:09.787 INFO STEP 654 (remove_files) COMPLETE |
5888 | 2024-08-16T21:27:10.852Z | [ recovery-image] Aug 16 21:27:09.787 INFO O| Aug 16 21:27:09.787 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-16T21:27:10.861Z | [ recovery-image] Aug 16 21:27:09.798 INFO O| Aug 16 21:27:09.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5890 | 2024-08-16T21:27:10.861Z | [ recovery-image] Aug 16 21:27:09.798 INFO O| Aug 16 21:27:09.798 INFO STEP 655 (remove_files) COMPLETE |
5891 | 2024-08-16T21:27:10.861Z | [ recovery-image] Aug 16 21:27:09.798 INFO O| Aug 16 21:27:09.798 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-16T21:27:10.873Z | [ recovery-image] Aug 16 21:27:09.810 INFO O| Aug 16 21:27:09.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5893 | 2024-08-16T21:27:10.875Z | [ recovery-image] Aug 16 21:27:09.810 INFO O| Aug 16 21:27:09.810 INFO STEP 656 (remove_files) COMPLETE |
5894 | 2024-08-16T21:27:10.875Z | [ recovery-image] Aug 16 21:27:09.810 INFO O| Aug 16 21:27:09.810 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-16T21:27:10.883Z | [ recovery-image] Aug 16 21:27:09.820 INFO O| Aug 16 21:27:09.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5896 | 2024-08-16T21:27:10.883Z | [ recovery-image] Aug 16 21:27:09.820 INFO O| Aug 16 21:27:09.820 INFO STEP 657 (remove_files) COMPLETE |
5897 | 2024-08-16T21:27:10.883Z | [ recovery-image] Aug 16 21:27:09.820 INFO O| Aug 16 21:27:09.820 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-16T21:27:10.893Z | [ recovery-image] Aug 16 21:27:09.830 INFO O| Aug 16 21:27:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5899 | 2024-08-16T21:27:10.896Z | [ recovery-image] Aug 16 21:27:09.830 INFO O| Aug 16 21:27:09.830 INFO STEP 658 (remove_files) COMPLETE |
5900 | 2024-08-16T21:27:10.896Z | [ recovery-image] Aug 16 21:27:09.830 INFO O| Aug 16 21:27:09.830 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-08-16T21:27:10.903Z | [ recovery-image] Aug 16 21:27:09.840 INFO O| Aug 16 21:27:09.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5902 | 2024-08-16T21:27:10.906Z | [ recovery-image] Aug 16 21:27:09.840 INFO O| Aug 16 21:27:09.840 INFO STEP 659 (remove_files) COMPLETE |
5903 | 2024-08-16T21:27:10.906Z | [ recovery-image] Aug 16 21:27:09.840 INFO O| Aug 16 21:27:09.840 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-08-16T21:27:10.913Z | [ recovery-image] Aug 16 21:27:09.850 INFO O| Aug 16 21:27:09.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5905 | 2024-08-16T21:27:10.915Z | [ recovery-image] Aug 16 21:27:09.850 INFO O| Aug 16 21:27:09.850 INFO STEP 660 (remove_files) COMPLETE |
5906 | 2024-08-16T21:27:10.915Z | [ recovery-image] Aug 16 21:27:09.850 INFO O| Aug 16 21:27:09.850 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-08-16T21:27:10.923Z | [ recovery-image] Aug 16 21:27:09.860 INFO O| Aug 16 21:27:09.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5908 | 2024-08-16T21:27:10.923Z | [ recovery-image] Aug 16 21:27:09.860 INFO O| Aug 16 21:27:09.860 INFO STEP 661 (remove_files) COMPLETE |
5909 | 2024-08-16T21:27:10.923Z | [ recovery-image] Aug 16 21:27:09.860 INFO O| Aug 16 21:27:09.860 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-08-16T21:27:10.932Z | [ recovery-image] Aug 16 21:27:09.870 INFO O| Aug 16 21:27:09.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5911 | 2024-08-16T21:27:10.933Z | [ recovery-image] Aug 16 21:27:09.870 INFO O| Aug 16 21:27:09.870 INFO STEP 662 (remove_files) COMPLETE |
5912 | 2024-08-16T21:27:10.933Z | [ recovery-image] Aug 16 21:27:09.870 INFO O| Aug 16 21:27:09.870 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-08-16T21:27:10.942Z | [ recovery-image] Aug 16 21:27:09.879 INFO O| Aug 16 21:27:09.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5914 | 2024-08-16T21:27:10.945Z | [ recovery-image] Aug 16 21:27:09.879 INFO O| Aug 16 21:27:09.879 INFO STEP 663 (remove_files) COMPLETE |
5915 | 2024-08-16T21:27:10.945Z | [ recovery-image] Aug 16 21:27:09.879 INFO O| Aug 16 21:27:09.879 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-08-16T21:27:10.952Z | [ recovery-image] Aug 16 21:27:09.889 INFO O| Aug 16 21:27:09.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5917 | 2024-08-16T21:27:10.952Z | [ recovery-image] Aug 16 21:27:09.889 INFO O| Aug 16 21:27:09.889 INFO STEP 664 (remove_files) COMPLETE |
5918 | 2024-08-16T21:27:10.952Z | [ recovery-image] Aug 16 21:27:09.889 INFO O| Aug 16 21:27:09.889 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-08-16T21:27:10.962Z | [ recovery-image] Aug 16 21:27:09.899 INFO O| Aug 16 21:27:09.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5920 | 2024-08-16T21:27:10.962Z | [ recovery-image] Aug 16 21:27:09.899 INFO O| Aug 16 21:27:09.899 INFO STEP 665 (remove_files) COMPLETE |
5921 | 2024-08-16T21:27:10.962Z | [ recovery-image] Aug 16 21:27:09.899 INFO O| Aug 16 21:27:09.899 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-08-16T21:27:10.971Z | [ recovery-image] Aug 16 21:27:09.909 INFO O| Aug 16 21:27:09.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5923 | 2024-08-16T21:27:10.972Z | [ recovery-image] Aug 16 21:27:09.909 INFO O| Aug 16 21:27:09.909 INFO STEP 666 (remove_files) COMPLETE |
5924 | 2024-08-16T21:27:10.974Z | [ recovery-image] Aug 16 21:27:09.909 INFO O| Aug 16 21:27:09.909 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-08-16T21:27:10.981Z | [ recovery-image] Aug 16 21:27:09.918 INFO O| Aug 16 21:27:09.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5926 | 2024-08-16T21:27:10.984Z | [ recovery-image] Aug 16 21:27:09.918 INFO O| Aug 16 21:27:09.918 INFO STEP 667 (remove_files) COMPLETE |
5927 | 2024-08-16T21:27:10.984Z | [ recovery-image] Aug 16 21:27:09.918 INFO O| Aug 16 21:27:09.918 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-16T21:27:10.991Z | [ recovery-image] Aug 16 21:27:09.928 INFO O| Aug 16 21:27:09.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5929 | 2024-08-16T21:27:10.993Z | [ recovery-image] Aug 16 21:27:09.928 INFO O| Aug 16 21:27:09.928 INFO STEP 668 (remove_files) COMPLETE |
5930 | 2024-08-16T21:27:10.993Z | [ recovery-image] Aug 16 21:27:09.928 INFO O| Aug 16 21:27:09.928 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-16T21:27:11.001Z | [ recovery-image] Aug 16 21:27:09.937 INFO O| Aug 16 21:27:09.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5932 | 2024-08-16T21:27:11.002Z | [ recovery-image] Aug 16 21:27:09.937 INFO O| Aug 16 21:27:09.937 INFO STEP 669 (remove_files) COMPLETE |
5933 | 2024-08-16T21:27:11.004Z | [ recovery-image] Aug 16 21:27:09.937 INFO O| Aug 16 21:27:09.937 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-08-16T21:27:11.010Z | [ recovery-image] Aug 16 21:27:09.947 INFO O| Aug 16 21:27:09.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5935 | 2024-08-16T21:27:11.010Z | [ recovery-image] Aug 16 21:27:09.947 INFO O| Aug 16 21:27:09.947 INFO STEP 670 (remove_files) COMPLETE |
5936 | 2024-08-16T21:27:11.010Z | [ recovery-image] Aug 16 21:27:09.947 INFO O| Aug 16 21:27:09.947 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-08-16T21:27:11.020Z | [ recovery-image] Aug 16 21:27:09.957 INFO O| Aug 16 21:27:09.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5938 | 2024-08-16T21:27:11.020Z | [ recovery-image] Aug 16 21:27:09.957 INFO O| Aug 16 21:27:09.957 INFO STEP 671 (remove_files) COMPLETE |
5939 | 2024-08-16T21:27:11.023Z | [ recovery-image] Aug 16 21:27:09.957 INFO O| Aug 16 21:27:09.957 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-08-16T21:27:11.030Z | [ recovery-image] Aug 16 21:27:09.967 INFO O| Aug 16 21:27:09.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5941 | 2024-08-16T21:27:11.030Z | [ recovery-image] Aug 16 21:27:09.967 INFO O| Aug 16 21:27:09.967 INFO STEP 672 (remove_files) COMPLETE |
5942 | 2024-08-16T21:27:11.032Z | [ recovery-image] Aug 16 21:27:09.967 INFO O| Aug 16 21:27:09.967 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-08-16T21:27:11.039Z | [ recovery-image] Aug 16 21:27:09.976 INFO O| Aug 16 21:27:09.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5944 | 2024-08-16T21:27:11.043Z | [ recovery-image] Aug 16 21:27:09.977 INFO O| Aug 16 21:27:09.976 INFO STEP 673 (remove_files) COMPLETE |
5945 | 2024-08-16T21:27:11.043Z | [ recovery-image] Aug 16 21:27:09.977 INFO O| Aug 16 21:27:09.977 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-08-16T21:27:11.049Z | [ recovery-image] Aug 16 21:27:09.986 INFO O| Aug 16 21:27:09.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5947 | 2024-08-16T21:27:11.049Z | [ recovery-image] Aug 16 21:27:09.986 INFO O| Aug 16 21:27:09.986 INFO STEP 674 (remove_files) COMPLETE |
5948 | 2024-08-16T21:27:11.052Z | [ recovery-image] Aug 16 21:27:09.986 INFO O| Aug 16 21:27:09.986 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-08-16T21:27:11.059Z | [ recovery-image] Aug 16 21:27:09.996 INFO O| Aug 16 21:27:09.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5950 | 2024-08-16T21:27:11.059Z | [ recovery-image] Aug 16 21:27:09.996 INFO O| Aug 16 21:27:09.996 INFO STEP 675 (remove_files) COMPLETE |
5951 | 2024-08-16T21:27:11.062Z | [ recovery-image] Aug 16 21:27:09.996 INFO O| Aug 16 21:27:09.996 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-08-16T21:27:11.069Z | [ recovery-image] Aug 16 21:27:10.006 INFO O| Aug 16 21:27:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5953 | 2024-08-16T21:27:11.069Z | [ recovery-image] Aug 16 21:27:10.006 INFO O| Aug 16 21:27:10.006 INFO STEP 676 (remove_files) COMPLETE |
5954 | 2024-08-16T21:27:11.071Z | [ recovery-image] Aug 16 21:27:10.006 INFO O| Aug 16 21:27:10.006 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-08-16T21:27:11.078Z | [ recovery-image] Aug 16 21:27:10.015 INFO O| Aug 16 21:27:10.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5956 | 2024-08-16T21:27:11.078Z | [ recovery-image] Aug 16 21:27:10.016 INFO O| Aug 16 21:27:10.016 INFO STEP 677 (remove_files) COMPLETE |
5957 | 2024-08-16T21:27:11.081Z | [ recovery-image] Aug 16 21:27:10.016 INFO O| Aug 16 21:27:10.016 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-08-16T21:27:11.088Z | [ recovery-image] Aug 16 21:27:10.025 INFO O| Aug 16 21:27:10.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5959 | 2024-08-16T21:27:11.091Z | [ recovery-image] Aug 16 21:27:10.025 INFO O| Aug 16 21:27:10.025 INFO STEP 678 (remove_files) COMPLETE |
5960 | 2024-08-16T21:27:11.091Z | [ recovery-image] Aug 16 21:27:10.025 INFO O| Aug 16 21:27:10.025 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-16T21:27:11.098Z | [ recovery-image] Aug 16 21:27:10.035 INFO O| Aug 16 21:27:10.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5962 | 2024-08-16T21:27:11.098Z | [ recovery-image] Aug 16 21:27:10.035 INFO O| Aug 16 21:27:10.035 INFO STEP 679 (remove_files) COMPLETE |
5963 | 2024-08-16T21:27:11.101Z | [ recovery-image] Aug 16 21:27:10.035 INFO O| Aug 16 21:27:10.035 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-16T21:27:11.108Z | [ recovery-image] Aug 16 21:27:10.045 INFO O| Aug 16 21:27:10.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5965 | 2024-08-16T21:27:11.108Z | [ recovery-image] Aug 16 21:27:10.045 INFO O| Aug 16 21:27:10.045 INFO STEP 680 (remove_files) COMPLETE |
5966 | 2024-08-16T21:27:11.108Z | [ recovery-image] Aug 16 21:27:10.045 INFO O| Aug 16 21:27:10.045 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-16T21:27:11.118Z | [ recovery-image] Aug 16 21:27:10.055 INFO O| Aug 16 21:27:10.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5968 | 2024-08-16T21:27:11.118Z | [ recovery-image] Aug 16 21:27:10.055 INFO O| Aug 16 21:27:10.055 INFO STEP 681 (remove_files) COMPLETE |
5969 | 2024-08-16T21:27:11.120Z | [ recovery-image] Aug 16 21:27:10.055 INFO O| Aug 16 21:27:10.055 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-16T21:27:11.127Z | [ recovery-image] Aug 16 21:27:10.064 INFO O| Aug 16 21:27:10.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5971 | 2024-08-16T21:27:11.127Z | [ recovery-image] Aug 16 21:27:10.064 INFO O| Aug 16 21:27:10.064 INFO STEP 682 (remove_files) COMPLETE |
5972 | 2024-08-16T21:27:11.127Z | [ recovery-image] Aug 16 21:27:10.064 INFO O| Aug 16 21:27:10.064 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-16T21:27:11.137Z | [ recovery-image] Aug 16 21:27:10.074 INFO O| Aug 16 21:27:10.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5974 | 2024-08-16T21:27:11.140Z | [ recovery-image] Aug 16 21:27:10.074 INFO O| Aug 16 21:27:10.074 INFO STEP 683 (remove_files) COMPLETE |
5975 | 2024-08-16T21:27:11.140Z | [ recovery-image] Aug 16 21:27:10.074 INFO O| Aug 16 21:27:10.074 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-16T21:27:11.147Z | [ recovery-image] Aug 16 21:27:10.084 INFO O| Aug 16 21:27:10.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5977 | 2024-08-16T21:27:11.147Z | [ recovery-image] Aug 16 21:27:10.084 INFO O| Aug 16 21:27:10.084 INFO STEP 684 (remove_files) COMPLETE |
5978 | 2024-08-16T21:27:11.147Z | [ recovery-image] Aug 16 21:27:10.084 INFO O| Aug 16 21:27:10.084 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-16T21:27:11.156Z | [ recovery-image] Aug 16 21:27:10.093 INFO O| Aug 16 21:27:10.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5980 | 2024-08-16T21:27:11.159Z | [ recovery-image] Aug 16 21:27:10.094 INFO O| Aug 16 21:27:10.093 INFO STEP 685 (remove_files) COMPLETE |
5981 | 2024-08-16T21:27:11.159Z | [ recovery-image] Aug 16 21:27:10.094 INFO O| Aug 16 21:27:10.094 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-16T21:27:11.166Z | [ recovery-image] Aug 16 21:27:10.103 INFO O| Aug 16 21:27:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5983 | 2024-08-16T21:27:11.166Z | [ recovery-image] Aug 16 21:27:10.103 INFO O| Aug 16 21:27:10.103 INFO STEP 686 (remove_files) COMPLETE |
5984 | 2024-08-16T21:27:11.166Z | [ recovery-image] Aug 16 21:27:10.103 INFO O| Aug 16 21:27:10.103 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-08-16T21:27:11.175Z | [ recovery-image] Aug 16 21:27:10.112 INFO O| Aug 16 21:27:10.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5986 | 2024-08-16T21:27:11.175Z | [ recovery-image] Aug 16 21:27:10.113 INFO O| Aug 16 21:27:10.112 INFO STEP 687 (remove_files) COMPLETE |
5987 | 2024-08-16T21:27:11.178Z | [ recovery-image] Aug 16 21:27:10.113 INFO O| Aug 16 21:27:10.113 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-08-16T21:27:11.186Z | [ recovery-image] Aug 16 21:27:10.122 INFO O| Aug 16 21:27:10.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5989 | 2024-08-16T21:27:11.186Z | [ recovery-image] Aug 16 21:27:10.122 INFO O| Aug 16 21:27:10.122 INFO STEP 688 (remove_files) COMPLETE |
5990 | 2024-08-16T21:27:11.189Z | [ recovery-image] Aug 16 21:27:10.122 INFO O| Aug 16 21:27:10.122 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-08-16T21:27:11.195Z | [ recovery-image] Aug 16 21:27:10.132 INFO O| Aug 16 21:27:10.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5992 | 2024-08-16T21:27:11.195Z | [ recovery-image] Aug 16 21:27:10.132 INFO O| Aug 16 21:27:10.132 INFO STEP 689 (remove_files) COMPLETE |
5993 | 2024-08-16T21:27:11.195Z | [ recovery-image] Aug 16 21:27:10.132 INFO O| Aug 16 21:27:10.132 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-08-16T21:27:11.205Z | [ recovery-image] Aug 16 21:27:10.142 INFO O| Aug 16 21:27:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5995 | 2024-08-16T21:27:11.208Z | [ recovery-image] Aug 16 21:27:10.142 INFO O| Aug 16 21:27:10.142 INFO STEP 690 (remove_files) COMPLETE |
5996 | 2024-08-16T21:27:11.208Z | [ recovery-image] Aug 16 21:27:10.142 INFO O| Aug 16 21:27:10.142 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-08-16T21:27:11.216Z | [ recovery-image] Aug 16 21:27:10.152 INFO O| Aug 16 21:27:10.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5998 | 2024-08-16T21:27:11.216Z | [ recovery-image] Aug 16 21:27:10.152 INFO O| Aug 16 21:27:10.152 INFO STEP 691 (remove_files) COMPLETE |
5999 | 2024-08-16T21:27:11.218Z | [ recovery-image] Aug 16 21:27:10.152 INFO O| Aug 16 21:27:10.152 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-08-16T21:27:11.225Z | [ recovery-image] Aug 16 21:27:10.162 INFO O| Aug 16 21:27:10.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6001 | 2024-08-16T21:27:11.228Z | [ recovery-image] Aug 16 21:27:10.163 INFO O| Aug 16 21:27:10.162 INFO STEP 692 (remove_files) COMPLETE |
6002 | 2024-08-16T21:27:11.228Z | [ recovery-image] Aug 16 21:27:10.163 INFO O| Aug 16 21:27:10.163 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-08-16T21:27:11.236Z | [ recovery-image] Aug 16 21:27:10.173 INFO O| Aug 16 21:27:10.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6004 | 2024-08-16T21:27:11.236Z | [ recovery-image] Aug 16 21:27:10.173 INFO O| Aug 16 21:27:10.173 INFO STEP 693 (remove_files) COMPLETE |
6005 | 2024-08-16T21:27:11.239Z | [ recovery-image] Aug 16 21:27:10.173 INFO O| Aug 16 21:27:10.173 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-08-16T21:27:11.246Z | [ recovery-image] Aug 16 21:27:10.183 INFO O| Aug 16 21:27:10.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6007 | 2024-08-16T21:27:11.246Z | [ recovery-image] Aug 16 21:27:10.183 INFO O| Aug 16 21:27:10.183 INFO STEP 694 (remove_files) COMPLETE |
6008 | 2024-08-16T21:27:11.249Z | [ recovery-image] Aug 16 21:27:10.183 INFO O| Aug 16 21:27:10.183 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-08-16T21:27:11.256Z | [ recovery-image] Aug 16 21:27:10.193 INFO O| Aug 16 21:27:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6010 | 2024-08-16T21:27:11.256Z | [ recovery-image] Aug 16 21:27:10.193 INFO O| Aug 16 21:27:10.193 INFO STEP 695 (remove_files) COMPLETE |
6011 | 2024-08-16T21:27:11.256Z | [ recovery-image] Aug 16 21:27:10.193 INFO O| Aug 16 21:27:10.193 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-08-16T21:27:11.266Z | [ recovery-image] Aug 16 21:27:10.203 INFO O| Aug 16 21:27:10.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6013 | 2024-08-16T21:27:11.266Z | [ recovery-image] Aug 16 21:27:10.203 INFO O| Aug 16 21:27:10.203 INFO STEP 696 (remove_files) COMPLETE |
6014 | 2024-08-16T21:27:11.266Z | [ recovery-image] Aug 16 21:27:10.203 INFO O| Aug 16 21:27:10.203 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-08-16T21:27:11.276Z | [ recovery-image] Aug 16 21:27:10.213 INFO O| Aug 16 21:27:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6016 | 2024-08-16T21:27:11.276Z | [ recovery-image] Aug 16 21:27:10.213 INFO O| Aug 16 21:27:10.213 INFO STEP 697 (remove_files) COMPLETE |
6017 | 2024-08-16T21:27:11.276Z | [ recovery-image] Aug 16 21:27:10.213 INFO O| Aug 16 21:27:10.213 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-08-16T21:27:11.287Z | [ recovery-image] Aug 16 21:27:10.224 INFO O| Aug 16 21:27:10.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6019 | 2024-08-16T21:27:11.289Z | [ recovery-image] Aug 16 21:27:10.224 INFO O| Aug 16 21:27:10.224 INFO STEP 698 (remove_files) COMPLETE |
6020 | 2024-08-16T21:27:11.289Z | [ recovery-image] Aug 16 21:27:10.224 INFO O| Aug 16 21:27:10.224 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-08-16T21:27:11.298Z | [ recovery-image] Aug 16 21:27:10.234 INFO O| Aug 16 21:27:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6022 | 2024-08-16T21:27:11.298Z | [ recovery-image] Aug 16 21:27:10.234 INFO O| Aug 16 21:27:10.234 INFO STEP 699 (remove_files) COMPLETE |
6023 | 2024-08-16T21:27:11.298Z | [ recovery-image] Aug 16 21:27:10.234 INFO O| Aug 16 21:27:10.234 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-08-16T21:27:11.307Z | [ recovery-image] Aug 16 21:27:10.244 INFO O| Aug 16 21:27:10.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6025 | 2024-08-16T21:27:11.310Z | [ recovery-image] Aug 16 21:27:10.245 INFO O| Aug 16 21:27:10.245 INFO STEP 700 (remove_files) COMPLETE |
6026 | 2024-08-16T21:27:11.310Z | [ recovery-image] Aug 16 21:27:10.245 INFO O| Aug 16 21:27:10.245 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-08-16T21:27:11.318Z | [ recovery-image] Aug 16 21:27:10.255 INFO O| Aug 16 21:27:10.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6028 | 2024-08-16T21:27:11.318Z | [ recovery-image] Aug 16 21:27:10.255 INFO O| Aug 16 21:27:10.255 INFO STEP 701 (remove_files) COMPLETE |
6029 | 2024-08-16T21:27:11.320Z | [ recovery-image] Aug 16 21:27:10.255 INFO O| Aug 16 21:27:10.255 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-08-16T21:27:11.328Z | [ recovery-image] Aug 16 21:27:10.265 INFO O| Aug 16 21:27:10.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6031 | 2024-08-16T21:27:11.328Z | [ recovery-image] Aug 16 21:27:10.265 INFO O| Aug 16 21:27:10.265 INFO STEP 702 (remove_files) COMPLETE |
6032 | 2024-08-16T21:27:11.328Z | [ recovery-image] Aug 16 21:27:10.265 INFO O| Aug 16 21:27:10.265 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-08-16T21:27:11.340Z | [ recovery-image] Aug 16 21:27:10.276 INFO O| Aug 16 21:27:10.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6034 | 2024-08-16T21:27:11.340Z | [ recovery-image] Aug 16 21:27:10.276 INFO O| Aug 16 21:27:10.276 INFO STEP 703 (remove_files) COMPLETE |
6035 | 2024-08-16T21:27:11.340Z | [ recovery-image] Aug 16 21:27:10.276 INFO O| Aug 16 21:27:10.276 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-08-16T21:27:11.351Z | [ recovery-image] Aug 16 21:27:10.288 INFO O| Aug 16 21:27:10.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6037 | 2024-08-16T21:27:11.353Z | [ recovery-image] Aug 16 21:27:10.288 INFO O| Aug 16 21:27:10.288 INFO STEP 704 (remove_files) COMPLETE |
6038 | 2024-08-16T21:27:11.353Z | [ recovery-image] Aug 16 21:27:10.288 INFO O| Aug 16 21:27:10.288 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-08-16T21:27:11.363Z | [ recovery-image] Aug 16 21:27:10.300 INFO O| Aug 16 21:27:10.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6040 | 2024-08-16T21:27:11.363Z | [ recovery-image] Aug 16 21:27:10.300 INFO O| Aug 16 21:27:10.300 INFO STEP 705 (remove_files) COMPLETE |
6041 | 2024-08-16T21:27:11.363Z | [ recovery-image] Aug 16 21:27:10.300 INFO O| Aug 16 21:27:10.300 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-08-16T21:27:11.376Z | [ recovery-image] Aug 16 21:27:10.311 INFO O| Aug 16 21:27:10.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6043 | 2024-08-16T21:27:11.376Z | [ recovery-image] Aug 16 21:27:10.311 INFO O| Aug 16 21:27:10.311 INFO STEP 706 (remove_files) COMPLETE |
6044 | 2024-08-16T21:27:11.379Z | [ recovery-image] Aug 16 21:27:10.311 INFO O| Aug 16 21:27:10.311 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-08-16T21:27:11.385Z | [ recovery-image] Aug 16 21:27:10.322 INFO O| Aug 16 21:27:10.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6046 | 2024-08-16T21:27:11.385Z | [ recovery-image] Aug 16 21:27:10.322 INFO O| Aug 16 21:27:10.322 INFO STEP 707 (remove_files) COMPLETE |
6047 | 2024-08-16T21:27:11.387Z | [ recovery-image] Aug 16 21:27:10.322 INFO O| Aug 16 21:27:10.322 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-08-16T21:27:11.395Z | [ recovery-image] Aug 16 21:27:10.332 INFO O| Aug 16 21:27:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6049 | 2024-08-16T21:27:11.395Z | [ recovery-image] Aug 16 21:27:10.332 INFO O| Aug 16 21:27:10.332 INFO STEP 708 (remove_files) COMPLETE |
6050 | 2024-08-16T21:27:11.398Z | [ recovery-image] Aug 16 21:27:10.332 INFO O| Aug 16 21:27:10.332 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-08-16T21:27:11.407Z | [ recovery-image] Aug 16 21:27:10.342 INFO O| Aug 16 21:27:10.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6052 | 2024-08-16T21:27:11.410Z | [ recovery-image] Aug 16 21:27:10.342 INFO O| Aug 16 21:27:10.342 INFO STEP 709 (remove_files) COMPLETE |
6053 | 2024-08-16T21:27:11.410Z | [ recovery-image] Aug 16 21:27:10.342 INFO O| Aug 16 21:27:10.342 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-08-16T21:27:11.415Z | [ recovery-image] Aug 16 21:27:10.352 INFO O| Aug 16 21:27:10.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6055 | 2024-08-16T21:27:11.415Z | [ recovery-image] Aug 16 21:27:10.352 INFO O| Aug 16 21:27:10.352 INFO STEP 710 (remove_files) COMPLETE |
6056 | 2024-08-16T21:27:11.417Z | [ recovery-image] Aug 16 21:27:10.352 INFO O| Aug 16 21:27:10.352 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-08-16T21:27:11.425Z | [ recovery-image] Aug 16 21:27:10.362 INFO O| Aug 16 21:27:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6058 | 2024-08-16T21:27:11.425Z | [ recovery-image] Aug 16 21:27:10.362 INFO O| Aug 16 21:27:10.362 INFO STEP 711 (remove_files) COMPLETE |
6059 | 2024-08-16T21:27:11.425Z | [ recovery-image] Aug 16 21:27:10.362 INFO O| Aug 16 21:27:10.362 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-08-16T21:27:11.436Z | [ recovery-image] Aug 16 21:27:10.371 INFO O| Aug 16 21:27:10.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6061 | 2024-08-16T21:27:11.436Z | [ recovery-image] Aug 16 21:27:10.371 INFO O| Aug 16 21:27:10.371 INFO STEP 712 (remove_files) COMPLETE |
6062 | 2024-08-16T21:27:11.456Z | [ recovery-image] Aug 16 21:27:10.371 INFO O| Aug 16 21:27:10.371 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-08-16T21:27:11.456Z | [ recovery-image] Aug 16 21:27:10.381 INFO O| Aug 16 21:27:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6064 | 2024-08-16T21:27:11.456Z | [ recovery-image] Aug 16 21:27:10.381 INFO O| Aug 16 21:27:10.381 INFO STEP 713 (remove_files) COMPLETE |
6065 | 2024-08-16T21:27:11.456Z | [ recovery-image] Aug 16 21:27:10.381 INFO O| Aug 16 21:27:10.381 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-08-16T21:27:11.471Z | [ recovery-image] Aug 16 21:27:10.391 INFO O| Aug 16 21:27:10.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6067 | 2024-08-16T21:27:11.471Z | [ recovery-image] Aug 16 21:27:10.391 INFO O| Aug 16 21:27:10.391 INFO STEP 714 (remove_files) COMPLETE |
6068 | 2024-08-16T21:27:11.471Z | [ recovery-image] Aug 16 21:27:10.391 INFO O| Aug 16 21:27:10.391 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-08-16T21:27:11.491Z | [ recovery-image] Aug 16 21:27:10.400 INFO O| Aug 16 21:27:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6070 | 2024-08-16T21:27:11.491Z | [ recovery-image] Aug 16 21:27:10.401 INFO O| Aug 16 21:27:10.400 INFO STEP 715 (remove_files) COMPLETE |
6071 | 2024-08-16T21:27:11.491Z | [ recovery-image] Aug 16 21:27:10.401 INFO O| Aug 16 21:27:10.401 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-08-16T21:27:11.491Z | [ recovery-image] Aug 16 21:27:10.410 INFO O| Aug 16 21:27:10.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6073 | 2024-08-16T21:27:11.491Z | [ recovery-image] Aug 16 21:27:10.410 INFO O| Aug 16 21:27:10.410 INFO STEP 716 (remove_files) COMPLETE |
6074 | 2024-08-16T21:27:11.492Z | [ recovery-image] Aug 16 21:27:10.410 INFO O| Aug 16 21:27:10.410 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.420 INFO O| Aug 16 21:27:10.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6076 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.420 INFO O| Aug 16 21:27:10.420 INFO STEP 717 (remove_files) COMPLETE |
6077 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.420 INFO O| Aug 16 21:27:10.420 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.429 INFO O| Aug 16 21:27:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6079 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.429 INFO O| Aug 16 21:27:10.429 INFO STEP 718 (remove_files) COMPLETE |
6080 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.429 INFO O| Aug 16 21:27:10.429 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.439 INFO O| Aug 16 21:27:10.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6082 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.439 INFO O| Aug 16 21:27:10.439 INFO STEP 719 (remove_files) COMPLETE |
6083 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.439 INFO O| Aug 16 21:27:10.439 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-08-16T21:27:11.526Z | [ recovery-image] Aug 16 21:27:10.448 INFO O| Aug 16 21:27:10.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6085 | 2024-08-16T21:27:11.527Z | [ recovery-image] Aug 16 21:27:10.448 INFO O| Aug 16 21:27:10.448 INFO STEP 720 (remove_files) COMPLETE |
6086 | 2024-08-16T21:27:11.527Z | [ recovery-image] Aug 16 21:27:10.448 INFO O| Aug 16 21:27:10.448 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-08-16T21:27:11.531Z | [ recovery-image] Aug 16 21:27:10.458 INFO O| Aug 16 21:27:10.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6088 | 2024-08-16T21:27:11.531Z | [ recovery-image] Aug 16 21:27:10.458 INFO O| Aug 16 21:27:10.458 INFO STEP 721 (remove_files) COMPLETE |
6089 | 2024-08-16T21:27:11.531Z | [ recovery-image] Aug 16 21:27:10.458 INFO O| Aug 16 21:27:10.458 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-08-16T21:27:11.540Z | [ recovery-image] Aug 16 21:27:10.467 INFO O| Aug 16 21:27:10.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6091 | 2024-08-16T21:27:11.540Z | [ recovery-image] Aug 16 21:27:10.468 INFO O| Aug 16 21:27:10.467 INFO STEP 722 (remove_files) COMPLETE |
6092 | 2024-08-16T21:27:11.541Z | [ recovery-image] Aug 16 21:27:10.468 INFO O| Aug 16 21:27:10.468 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-08-16T21:27:11.549Z | [ recovery-image] Aug 16 21:27:10.477 INFO O| Aug 16 21:27:10.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6094 | 2024-08-16T21:27:11.549Z | [ recovery-image] Aug 16 21:27:10.477 INFO O| Aug 16 21:27:10.477 INFO STEP 723 (remove_files) COMPLETE |
6095 | 2024-08-16T21:27:11.549Z | [ recovery-image] Aug 16 21:27:10.477 INFO O| Aug 16 21:27:10.477 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-08-16T21:27:11.585Z | [ recovery-image] Aug 16 21:27:10.487 INFO O| Aug 16 21:27:10.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6097 | 2024-08-16T21:27:11.587Z | [ recovery-image] Aug 16 21:27:10.487 INFO O| Aug 16 21:27:10.487 INFO STEP 724 (remove_files) COMPLETE |
6098 | 2024-08-16T21:27:11.587Z | [ recovery-image] Aug 16 21:27:10.487 INFO O| Aug 16 21:27:10.487 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-08-16T21:27:11.619Z | [ recovery-image] Aug 16 21:27:10.496 INFO O| Aug 16 21:27:10.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6100 | 2024-08-16T21:27:11.619Z | [ recovery-image] Aug 16 21:27:10.497 INFO O| Aug 16 21:27:10.496 INFO STEP 725 (remove_files) COMPLETE |
6101 | 2024-08-16T21:27:11.620Z | [ recovery-image] Aug 16 21:27:10.497 INFO O| Aug 16 21:27:10.497 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-08-16T21:27:11.620Z | [ recovery-image] Aug 16 21:27:10.506 INFO O| Aug 16 21:27:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6103 | 2024-08-16T21:27:11.620Z | [ recovery-image] Aug 16 21:27:10.506 INFO O| Aug 16 21:27:10.506 INFO STEP 726 (remove_files) COMPLETE |
6104 | 2024-08-16T21:27:11.621Z | [ recovery-image] Aug 16 21:27:10.506 INFO O| Aug 16 21:27:10.506 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-08-16T21:27:11.621Z | [ recovery-image] Aug 16 21:27:10.516 INFO O| Aug 16 21:27:10.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6106 | 2024-08-16T21:27:11.621Z | [ recovery-image] Aug 16 21:27:10.516 INFO O| Aug 16 21:27:10.516 INFO STEP 727 (remove_files) COMPLETE |
6107 | 2024-08-16T21:27:11.622Z | [ recovery-image] Aug 16 21:27:10.516 INFO O| Aug 16 21:27:10.516 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-08-16T21:27:11.622Z | [ recovery-image] Aug 16 21:27:10.526 INFO O| Aug 16 21:27:10.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6109 | 2024-08-16T21:27:11.622Z | [ recovery-image] Aug 16 21:27:10.526 INFO O| Aug 16 21:27:10.526 INFO STEP 728 (remove_files) COMPLETE |
6110 | 2024-08-16T21:27:11.623Z | [ recovery-image] Aug 16 21:27:10.526 INFO O| Aug 16 21:27:10.526 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-08-16T21:27:11.623Z | [ recovery-image] Aug 16 21:27:10.536 INFO O| Aug 16 21:27:10.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6112 | 2024-08-16T21:27:11.623Z | [ recovery-image] Aug 16 21:27:10.536 INFO O| Aug 16 21:27:10.536 INFO STEP 729 (remove_files) COMPLETE |
6113 | 2024-08-16T21:27:11.623Z | [ recovery-image] Aug 16 21:27:10.536 INFO O| Aug 16 21:27:10.536 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-08-16T21:27:11.636Z | [ recovery-image] Aug 16 21:27:10.546 INFO O| Aug 16 21:27:10.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6115 | 2024-08-16T21:27:11.637Z | [ recovery-image] Aug 16 21:27:10.546 INFO O| Aug 16 21:27:10.546 INFO STEP 730 (remove_files) COMPLETE |
6116 | 2024-08-16T21:27:11.637Z | [ recovery-image] Aug 16 21:27:10.546 INFO O| Aug 16 21:27:10.546 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-08-16T21:27:11.637Z | [ recovery-image] Aug 16 21:27:10.555 INFO O| Aug 16 21:27:10.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6118 | 2024-08-16T21:27:11.637Z | [ recovery-image] Aug 16 21:27:10.555 INFO O| Aug 16 21:27:10.555 INFO STEP 731 (remove_files) COMPLETE |
6119 | 2024-08-16T21:27:11.637Z | [ recovery-image] Aug 16 21:27:10.555 INFO O| Aug 16 21:27:10.555 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-08-16T21:27:11.637Z | [ recovery-image] Aug 16 21:27:10.565 INFO O| Aug 16 21:27:10.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6121 | 2024-08-16T21:27:11.642Z | [ recovery-image] Aug 16 21:27:10.565 INFO O| Aug 16 21:27:10.565 INFO STEP 732 (remove_files) COMPLETE |
6122 | 2024-08-16T21:27:11.642Z | [ recovery-image] Aug 16 21:27:10.565 INFO O| Aug 16 21:27:10.565 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-08-16T21:27:11.643Z | [ recovery-image] Aug 16 21:27:10.575 INFO O| Aug 16 21:27:10.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6124 | 2024-08-16T21:27:11.643Z | [ recovery-image] Aug 16 21:27:10.575 INFO O| Aug 16 21:27:10.575 INFO STEP 733 (remove_files) COMPLETE |
6125 | 2024-08-16T21:27:11.643Z | [ recovery-image] Aug 16 21:27:10.575 INFO O| Aug 16 21:27:10.575 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-08-16T21:27:11.648Z | [ recovery-image] Aug 16 21:27:10.585 INFO O| Aug 16 21:27:10.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6127 | 2024-08-16T21:27:11.648Z | [ recovery-image] Aug 16 21:27:10.585 INFO O| Aug 16 21:27:10.585 INFO STEP 734 (remove_files) COMPLETE |
6128 | 2024-08-16T21:27:11.652Z | [ recovery-image] Aug 16 21:27:10.585 INFO O| Aug 16 21:27:10.585 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-08-16T21:27:11.658Z | [ recovery-image] Aug 16 21:27:10.594 INFO O| Aug 16 21:27:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6130 | 2024-08-16T21:27:11.661Z | [ recovery-image] Aug 16 21:27:10.595 INFO O| Aug 16 21:27:10.595 INFO STEP 735 (remove_files) COMPLETE |
6131 | 2024-08-16T21:27:11.661Z | [ recovery-image] Aug 16 21:27:10.595 INFO O| Aug 16 21:27:10.595 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-08-16T21:27:11.669Z | [ recovery-image] Aug 16 21:27:10.604 INFO O| Aug 16 21:27:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6133 | 2024-08-16T21:27:11.672Z | [ recovery-image] Aug 16 21:27:10.604 INFO O| Aug 16 21:27:10.604 INFO STEP 736 (remove_files) COMPLETE |
6134 | 2024-08-16T21:27:11.672Z | [ recovery-image] Aug 16 21:27:10.604 INFO O| Aug 16 21:27:10.604 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-08-16T21:27:11.679Z | [ recovery-image] Aug 16 21:27:10.614 INFO O| Aug 16 21:27:10.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6136 | 2024-08-16T21:27:11.679Z | [ recovery-image] Aug 16 21:27:10.614 INFO O| Aug 16 21:27:10.614 INFO STEP 737 (remove_files) COMPLETE |
6137 | 2024-08-16T21:27:11.683Z | [ recovery-image] Aug 16 21:27:10.614 INFO O| Aug 16 21:27:10.614 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-08-16T21:27:11.687Z | [ recovery-image] Aug 16 21:27:10.624 INFO O| Aug 16 21:27:10.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6139 | 2024-08-16T21:27:11.698Z | [ recovery-image] Aug 16 21:27:10.624 INFO O| Aug 16 21:27:10.624 INFO STEP 738 (remove_files) COMPLETE |
6140 | 2024-08-16T21:27:11.698Z | [ recovery-image] Aug 16 21:27:10.624 INFO O| Aug 16 21:27:10.624 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-08-16T21:27:11.703Z | [ recovery-image] Aug 16 21:27:10.633 INFO O| Aug 16 21:27:10.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6142 | 2024-08-16T21:27:11.703Z | [ recovery-image] Aug 16 21:27:10.633 INFO O| Aug 16 21:27:10.633 INFO STEP 739 (remove_files) COMPLETE |
6143 | 2024-08-16T21:27:11.703Z | [ recovery-image] Aug 16 21:27:10.633 INFO O| Aug 16 21:27:10.633 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-08-16T21:27:11.715Z | [ recovery-image] Aug 16 21:27:10.643 INFO O| Aug 16 21:27:10.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6145 | 2024-08-16T21:27:11.715Z | [ recovery-image] Aug 16 21:27:10.643 INFO O| Aug 16 21:27:10.643 INFO STEP 740 (remove_files) COMPLETE |
6146 | 2024-08-16T21:27:11.715Z | [ recovery-image] Aug 16 21:27:10.643 INFO O| Aug 16 21:27:10.643 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-08-16T21:27:11.731Z | [ recovery-image] Aug 16 21:27:10.653 INFO O| Aug 16 21:27:10.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6148 | 2024-08-16T21:27:11.731Z | [ recovery-image] Aug 16 21:27:10.653 INFO O| Aug 16 21:27:10.653 INFO STEP 741 (remove_files) COMPLETE |
6149 | 2024-08-16T21:27:11.731Z | [ recovery-image] Aug 16 21:27:10.653 INFO O| Aug 16 21:27:10.653 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-08-16T21:27:11.742Z | [ recovery-image] Aug 16 21:27:10.662 INFO O| Aug 16 21:27:10.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6151 | 2024-08-16T21:27:11.743Z | [ recovery-image] Aug 16 21:27:10.662 INFO O| Aug 16 21:27:10.662 INFO STEP 742 (remove_files) COMPLETE |
6152 | 2024-08-16T21:27:11.743Z | [ recovery-image] Aug 16 21:27:10.662 INFO O| Aug 16 21:27:10.662 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-16T21:27:11.743Z | [ recovery-image] Aug 16 21:27:10.672 INFO O| Aug 16 21:27:10.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6154 | 2024-08-16T21:27:11.743Z | [ recovery-image] Aug 16 21:27:10.672 INFO O| Aug 16 21:27:10.672 INFO STEP 743 (remove_files) COMPLETE |
6155 | 2024-08-16T21:27:11.743Z | [ recovery-image] Aug 16 21:27:10.672 INFO O| Aug 16 21:27:10.672 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-16T21:27:11.750Z | [ recovery-image] Aug 16 21:27:10.682 INFO O| Aug 16 21:27:10.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6157 | 2024-08-16T21:27:11.750Z | [ recovery-image] Aug 16 21:27:10.682 INFO O| Aug 16 21:27:10.682 INFO STEP 744 (remove_files) COMPLETE |
6158 | 2024-08-16T21:27:11.750Z | [ recovery-image] Aug 16 21:27:10.682 INFO O| Aug 16 21:27:10.682 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-16T21:27:11.763Z | [ recovery-image] Aug 16 21:27:10.691 INFO O| Aug 16 21:27:10.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6160 | 2024-08-16T21:27:11.763Z | [ recovery-image] Aug 16 21:27:10.691 INFO O| Aug 16 21:27:10.691 INFO STEP 745 (remove_files) COMPLETE |
6161 | 2024-08-16T21:27:11.763Z | [ recovery-image] Aug 16 21:27:10.691 INFO O| Aug 16 21:27:10.691 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-08-16T21:27:11.773Z | [ recovery-image] Aug 16 21:27:10.701 INFO O| Aug 16 21:27:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6163 | 2024-08-16T21:27:11.774Z | [ recovery-image] Aug 16 21:27:10.701 INFO O| Aug 16 21:27:10.701 INFO STEP 746 (remove_files) COMPLETE |
6164 | 2024-08-16T21:27:11.774Z | [ recovery-image] Aug 16 21:27:10.701 INFO O| Aug 16 21:27:10.701 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-08-16T21:27:11.785Z | [ recovery-image] Aug 16 21:27:10.710 INFO O| Aug 16 21:27:10.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6166 | 2024-08-16T21:27:11.785Z | [ recovery-image] Aug 16 21:27:10.710 INFO O| Aug 16 21:27:10.710 INFO STEP 747 (remove_files) COMPLETE |
6167 | 2024-08-16T21:27:11.785Z | [ recovery-image] Aug 16 21:27:10.710 INFO O| Aug 16 21:27:10.710 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-08-16T21:27:11.790Z | [ recovery-image] Aug 16 21:27:10.720 INFO O| Aug 16 21:27:10.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6169 | 2024-08-16T21:27:11.790Z | [ recovery-image] Aug 16 21:27:10.720 INFO O| Aug 16 21:27:10.720 INFO STEP 748 (remove_files) COMPLETE |
6170 | 2024-08-16T21:27:11.790Z | [ recovery-image] Aug 16 21:27:10.720 INFO O| Aug 16 21:27:10.720 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-08-16T21:27:11.798Z | [ recovery-image] Aug 16 21:27:10.730 INFO O| Aug 16 21:27:10.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6172 | 2024-08-16T21:27:11.798Z | [ recovery-image] Aug 16 21:27:10.730 INFO O| Aug 16 21:27:10.730 INFO STEP 749 (remove_files) COMPLETE |
6173 | 2024-08-16T21:27:11.798Z | [ recovery-image] Aug 16 21:27:10.730 INFO O| Aug 16 21:27:10.730 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-08-16T21:27:11.803Z | [ recovery-image] Aug 16 21:27:10.739 INFO O| Aug 16 21:27:10.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6175 | 2024-08-16T21:27:11.803Z | [ recovery-image] Aug 16 21:27:10.739 INFO O| Aug 16 21:27:10.739 INFO STEP 750 (remove_files) COMPLETE |
6176 | 2024-08-16T21:27:11.803Z | [ recovery-image] Aug 16 21:27:10.739 INFO O| Aug 16 21:27:10.739 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-08-16T21:27:11.820Z | [ recovery-image] Aug 16 21:27:10.749 INFO O| Aug 16 21:27:10.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6178 | 2024-08-16T21:27:11.821Z | [ recovery-image] Aug 16 21:27:10.749 INFO O| Aug 16 21:27:10.749 INFO STEP 751 (remove_files) COMPLETE |
6179 | 2024-08-16T21:27:11.821Z | [ recovery-image] Aug 16 21:27:10.749 INFO O| Aug 16 21:27:10.749 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-08-16T21:27:11.830Z | [ recovery-image] Aug 16 21:27:10.759 INFO O| Aug 16 21:27:10.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6181 | 2024-08-16T21:27:11.830Z | [ recovery-image] Aug 16 21:27:10.759 INFO O| Aug 16 21:27:10.759 INFO STEP 752 (remove_files) COMPLETE |
6182 | 2024-08-16T21:27:11.830Z | [ recovery-image] Aug 16 21:27:10.759 INFO O| Aug 16 21:27:10.759 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-08-16T21:27:11.834Z | [ recovery-image] Aug 16 21:27:10.770 INFO O| Aug 16 21:27:10.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6184 | 2024-08-16T21:27:11.834Z | [ recovery-image] Aug 16 21:27:10.770 INFO O| Aug 16 21:27:10.770 INFO STEP 753 (remove_files) COMPLETE |
6185 | 2024-08-16T21:27:11.834Z | [ recovery-image] Aug 16 21:27:10.770 INFO O| Aug 16 21:27:10.770 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-08-16T21:27:11.846Z | [ recovery-image] Aug 16 21:27:10.782 INFO O| Aug 16 21:27:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6187 | 2024-08-16T21:27:11.851Z | [ recovery-image] Aug 16 21:27:10.782 INFO O| Aug 16 21:27:10.782 INFO STEP 754 (remove_files) COMPLETE |
6188 | 2024-08-16T21:27:11.851Z | [ recovery-image] Aug 16 21:27:10.782 INFO O| Aug 16 21:27:10.782 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-08-16T21:27:11.858Z | [ recovery-image] Aug 16 21:27:10.794 INFO O| Aug 16 21:27:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6190 | 2024-08-16T21:27:11.858Z | [ recovery-image] Aug 16 21:27:10.794 INFO O| Aug 16 21:27:10.794 INFO STEP 755 (remove_files) COMPLETE |
6191 | 2024-08-16T21:27:11.869Z | [ recovery-image] Aug 16 21:27:10.794 INFO O| Aug 16 21:27:10.794 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-08-16T21:27:11.881Z | [ recovery-image] Aug 16 21:27:10.805 INFO O| Aug 16 21:27:10.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6193 | 2024-08-16T21:27:11.881Z | [ recovery-image] Aug 16 21:27:10.805 INFO O| Aug 16 21:27:10.805 INFO STEP 756 (remove_files) COMPLETE |
6194 | 2024-08-16T21:27:11.881Z | [ recovery-image] Aug 16 21:27:10.805 INFO O| Aug 16 21:27:10.805 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-08-16T21:27:11.882Z | [ recovery-image] Aug 16 21:27:10.816 INFO O| Aug 16 21:27:10.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6196 | 2024-08-16T21:27:11.882Z | [ recovery-image] Aug 16 21:27:10.816 INFO O| Aug 16 21:27:10.816 INFO STEP 757 (remove_files) COMPLETE |
6197 | 2024-08-16T21:27:11.882Z | [ recovery-image] Aug 16 21:27:10.816 INFO O| Aug 16 21:27:10.816 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-08-16T21:27:11.890Z | [ recovery-image] Aug 16 21:27:10.826 INFO O| Aug 16 21:27:10.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6199 | 2024-08-16T21:27:11.894Z | [ recovery-image] Aug 16 21:27:10.826 INFO O| Aug 16 21:27:10.826 INFO STEP 758 (remove_files) COMPLETE |
6200 | 2024-08-16T21:27:11.895Z | [ recovery-image] Aug 16 21:27:10.826 INFO O| Aug 16 21:27:10.826 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-08-16T21:27:11.906Z | [ recovery-image] Aug 16 21:27:10.836 INFO O| Aug 16 21:27:10.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6202 | 2024-08-16T21:27:11.906Z | [ recovery-image] Aug 16 21:27:10.836 INFO O| Aug 16 21:27:10.836 INFO STEP 759 (remove_files) COMPLETE |
6203 | 2024-08-16T21:27:11.906Z | [ recovery-image] Aug 16 21:27:10.836 INFO O| Aug 16 21:27:10.836 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-08-16T21:27:11.914Z | [ recovery-image] Aug 16 21:27:10.846 INFO O| Aug 16 21:27:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6205 | 2024-08-16T21:27:11.914Z | [ recovery-image] Aug 16 21:27:10.846 INFO O| Aug 16 21:27:10.846 INFO STEP 760 (remove_files) COMPLETE |
6206 | 2024-08-16T21:27:11.914Z | [ recovery-image] Aug 16 21:27:10.846 INFO O| Aug 16 21:27:10.846 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-08-16T21:27:11.920Z | [ recovery-image] Aug 16 21:27:10.856 INFO O| Aug 16 21:27:10.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6208 | 2024-08-16T21:27:11.920Z | [ recovery-image] Aug 16 21:27:10.856 INFO O| Aug 16 21:27:10.856 INFO STEP 761 (remove_files) COMPLETE |
6209 | 2024-08-16T21:27:11.920Z | [ recovery-image] Aug 16 21:27:10.856 INFO O| Aug 16 21:27:10.856 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-08-16T21:27:11.934Z | [ recovery-image] Aug 16 21:27:10.866 INFO O| Aug 16 21:27:10.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6211 | 2024-08-16T21:27:11.935Z | [ recovery-image] Aug 16 21:27:10.866 INFO O| Aug 16 21:27:10.866 INFO STEP 762 (remove_files) COMPLETE |
6212 | 2024-08-16T21:27:11.935Z | [ recovery-image] Aug 16 21:27:10.866 INFO O| Aug 16 21:27:10.866 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-08-16T21:27:11.939Z | [ recovery-image] Aug 16 21:27:10.876 INFO O| Aug 16 21:27:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6214 | 2024-08-16T21:27:11.942Z | [ recovery-image] Aug 16 21:27:10.876 INFO O| Aug 16 21:27:10.876 INFO STEP 763 (remove_files) COMPLETE |
6215 | 2024-08-16T21:27:11.942Z | [ recovery-image] Aug 16 21:27:10.876 INFO O| Aug 16 21:27:10.876 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-08-16T21:27:11.950Z | [ recovery-image] Aug 16 21:27:10.885 INFO O| Aug 16 21:27:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6217 | 2024-08-16T21:27:11.950Z | [ recovery-image] Aug 16 21:27:10.886 INFO O| Aug 16 21:27:10.885 INFO STEP 764 (remove_files) COMPLETE |
6218 | 2024-08-16T21:27:11.953Z | [ recovery-image] Aug 16 21:27:10.886 INFO O| Aug 16 21:27:10.886 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-08-16T21:27:11.959Z | [ recovery-image] Aug 16 21:27:10.895 INFO O| Aug 16 21:27:10.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6220 | 2024-08-16T21:27:11.959Z | [ recovery-image] Aug 16 21:27:10.895 INFO O| Aug 16 21:27:10.895 INFO STEP 765 (remove_files) COMPLETE |
6221 | 2024-08-16T21:27:11.963Z | [ recovery-image] Aug 16 21:27:10.895 INFO O| Aug 16 21:27:10.895 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-08-16T21:27:11.968Z | [ recovery-image] Aug 16 21:27:10.905 INFO O| Aug 16 21:27:10.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6223 | 2024-08-16T21:27:11.968Z | [ recovery-image] Aug 16 21:27:10.905 INFO O| Aug 16 21:27:10.905 INFO STEP 766 (remove_files) COMPLETE |
6224 | 2024-08-16T21:27:11.968Z | [ recovery-image] Aug 16 21:27:10.905 INFO O| Aug 16 21:27:10.905 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-08-16T21:27:11.978Z | [ recovery-image] Aug 16 21:27:10.915 INFO O| Aug 16 21:27:10.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6226 | 2024-08-16T21:27:11.978Z | [ recovery-image] Aug 16 21:27:10.915 INFO O| Aug 16 21:27:10.915 INFO STEP 767 (remove_files) COMPLETE |
6227 | 2024-08-16T21:27:11.981Z | [ recovery-image] Aug 16 21:27:10.915 INFO O| Aug 16 21:27:10.915 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-08-16T21:27:11.988Z | [ recovery-image] Aug 16 21:27:10.925 INFO O| Aug 16 21:27:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6229 | 2024-08-16T21:27:11.988Z | [ recovery-image] Aug 16 21:27:10.925 INFO O| Aug 16 21:27:10.925 INFO STEP 768 (remove_files) COMPLETE |
6230 | 2024-08-16T21:27:11.994Z | [ recovery-image] Aug 16 21:27:10.925 INFO O| Aug 16 21:27:10.925 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-08-16T21:27:11.998Z | [ recovery-image] Aug 16 21:27:10.935 INFO O| Aug 16 21:27:10.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6232 | 2024-08-16T21:27:11.998Z | [ recovery-image] Aug 16 21:27:10.935 INFO O| Aug 16 21:27:10.935 INFO STEP 769 (remove_files) COMPLETE |
6233 | 2024-08-16T21:27:11.998Z | [ recovery-image] Aug 16 21:27:10.935 INFO O| Aug 16 21:27:10.935 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-08-16T21:27:12.008Z | [ recovery-image] Aug 16 21:27:10.945 INFO O| Aug 16 21:27:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6235 | 2024-08-16T21:27:12.008Z | [ recovery-image] Aug 16 21:27:10.945 INFO O| Aug 16 21:27:10.945 INFO STEP 770 (remove_files) COMPLETE |
6236 | 2024-08-16T21:27:12.008Z | [ recovery-image] Aug 16 21:27:10.945 INFO O| Aug 16 21:27:10.945 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-08-16T21:27:12.019Z | [ recovery-image] Aug 16 21:27:10.956 INFO O| Aug 16 21:27:10.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6238 | 2024-08-16T21:27:12.019Z | [ recovery-image] Aug 16 21:27:10.956 INFO O| Aug 16 21:27:10.956 INFO STEP 771 (remove_files) COMPLETE |
6239 | 2024-08-16T21:27:12.021Z | [ recovery-image] Aug 16 21:27:10.956 INFO O| Aug 16 21:27:10.956 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-08-16T21:27:12.029Z | [ recovery-image] Aug 16 21:27:10.966 INFO O| Aug 16 21:27:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6241 | 2024-08-16T21:27:12.029Z | [ recovery-image] Aug 16 21:27:10.966 INFO O| Aug 16 21:27:10.966 INFO STEP 772 (remove_files) COMPLETE |
6242 | 2024-08-16T21:27:12.029Z | [ recovery-image] Aug 16 21:27:10.966 INFO O| Aug 16 21:27:10.966 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-08-16T21:27:12.039Z | [ recovery-image] Aug 16 21:27:10.976 INFO O| Aug 16 21:27:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6244 | 2024-08-16T21:27:12.039Z | [ recovery-image] Aug 16 21:27:10.976 INFO O| Aug 16 21:27:10.976 INFO STEP 773 (remove_files) COMPLETE |
6245 | 2024-08-16T21:27:12.042Z | [ recovery-image] Aug 16 21:27:10.976 INFO O| Aug 16 21:27:10.976 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-08-16T21:27:12.049Z | [ recovery-image] Aug 16 21:27:10.986 INFO O| Aug 16 21:27:10.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6247 | 2024-08-16T21:27:12.051Z | [ recovery-image] Aug 16 21:27:10.986 INFO O| Aug 16 21:27:10.986 INFO STEP 774 (remove_files) COMPLETE |
6248 | 2024-08-16T21:27:12.051Z | [ recovery-image] Aug 16 21:27:10.986 INFO O| Aug 16 21:27:10.986 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-08-16T21:27:12.059Z | [ recovery-image] Aug 16 21:27:10.996 INFO O| Aug 16 21:27:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6250 | 2024-08-16T21:27:12.059Z | [ recovery-image] Aug 16 21:27:10.996 INFO O| Aug 16 21:27:10.996 INFO STEP 775 (remove_files) COMPLETE |
6251 | 2024-08-16T21:27:12.061Z | [ recovery-image] Aug 16 21:27:10.996 INFO O| Aug 16 21:27:10.996 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-08-16T21:27:12.069Z | [ recovery-image] Aug 16 21:27:11.006 INFO O| Aug 16 21:27:11.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6253 | 2024-08-16T21:27:12.069Z | [ recovery-image] Aug 16 21:27:11.006 INFO O| Aug 16 21:27:11.006 INFO STEP 776 (remove_files) COMPLETE |
6254 | 2024-08-16T21:27:12.072Z | [ recovery-image] Aug 16 21:27:11.007 INFO O| Aug 16 21:27:11.006 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-08-16T21:27:12.079Z | [ recovery-image] Aug 16 21:27:11.016 INFO O| Aug 16 21:27:11.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6256 | 2024-08-16T21:27:12.079Z | [ recovery-image] Aug 16 21:27:11.016 INFO O| Aug 16 21:27:11.016 INFO STEP 777 (remove_files) COMPLETE |
6257 | 2024-08-16T21:27:12.079Z | [ recovery-image] Aug 16 21:27:11.016 INFO O| Aug 16 21:27:11.016 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-08-16T21:27:12.089Z | [ recovery-image] Aug 16 21:27:11.026 INFO O| Aug 16 21:27:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6259 | 2024-08-16T21:27:12.089Z | [ recovery-image] Aug 16 21:27:11.026 INFO O| Aug 16 21:27:11.026 INFO STEP 778 (remove_files) COMPLETE |
6260 | 2024-08-16T21:27:12.089Z | [ recovery-image] Aug 16 21:27:11.026 INFO O| Aug 16 21:27:11.026 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-08-16T21:27:12.099Z | [ recovery-image] Aug 16 21:27:11.036 INFO O| Aug 16 21:27:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6262 | 2024-08-16T21:27:12.101Z | [ recovery-image] Aug 16 21:27:11.036 INFO O| Aug 16 21:27:11.036 INFO STEP 779 (remove_files) COMPLETE |
6263 | 2024-08-16T21:27:12.101Z | [ recovery-image] Aug 16 21:27:11.036 INFO O| Aug 16 21:27:11.036 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-08-16T21:27:12.109Z | [ recovery-image] Aug 16 21:27:11.046 INFO O| Aug 16 21:27:11.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6265 | 2024-08-16T21:27:12.109Z | [ recovery-image] Aug 16 21:27:11.046 INFO O| Aug 16 21:27:11.046 INFO STEP 780 (remove_files) COMPLETE |
6266 | 2024-08-16T21:27:12.109Z | [ recovery-image] Aug 16 21:27:11.046 INFO O| Aug 16 21:27:11.046 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-08-16T21:27:12.119Z | [ recovery-image] Aug 16 21:27:11.056 INFO O| Aug 16 21:27:11.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6268 | 2024-08-16T21:27:12.119Z | [ recovery-image] Aug 16 21:27:11.056 INFO O| Aug 16 21:27:11.056 INFO STEP 781 (remove_files) COMPLETE |
6269 | 2024-08-16T21:27:12.122Z | [ recovery-image] Aug 16 21:27:11.056 INFO O| Aug 16 21:27:11.056 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-08-16T21:27:12.128Z | [ recovery-image] Aug 16 21:27:11.065 INFO O| Aug 16 21:27:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6271 | 2024-08-16T21:27:12.131Z | [ recovery-image] Aug 16 21:27:11.066 INFO O| Aug 16 21:27:11.066 INFO STEP 782 (remove_files) COMPLETE |
6272 | 2024-08-16T21:27:12.131Z | [ recovery-image] Aug 16 21:27:11.066 INFO O| Aug 16 21:27:11.066 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-08-16T21:27:12.138Z | [ recovery-image] Aug 16 21:27:11.075 INFO O| Aug 16 21:27:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6274 | 2024-08-16T21:27:12.139Z | [ recovery-image] Aug 16 21:27:11.075 INFO O| Aug 16 21:27:11.075 INFO STEP 783 (remove_files) COMPLETE |
6275 | 2024-08-16T21:27:12.141Z | [ recovery-image] Aug 16 21:27:11.075 INFO O| Aug 16 21:27:11.075 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-08-16T21:27:12.148Z | [ recovery-image] Aug 16 21:27:11.085 INFO O| Aug 16 21:27:11.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6277 | 2024-08-16T21:27:12.150Z | [ recovery-image] Aug 16 21:27:11.085 INFO O| Aug 16 21:27:11.085 INFO STEP 784 (remove_files) COMPLETE |
6278 | 2024-08-16T21:27:12.151Z | [ recovery-image] Aug 16 21:27:11.085 INFO O| Aug 16 21:27:11.085 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-08-16T21:27:12.158Z | [ recovery-image] Aug 16 21:27:11.095 INFO O| Aug 16 21:27:11.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6280 | 2024-08-16T21:27:12.158Z | [ recovery-image] Aug 16 21:27:11.095 INFO O| Aug 16 21:27:11.095 INFO STEP 785 (remove_files) COMPLETE |
6281 | 2024-08-16T21:27:12.158Z | [ recovery-image] Aug 16 21:27:11.095 INFO O| Aug 16 21:27:11.095 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-08-16T21:27:12.168Z | [ recovery-image] Aug 16 21:27:11.105 INFO O| Aug 16 21:27:11.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6283 | 2024-08-16T21:27:12.168Z | [ recovery-image] Aug 16 21:27:11.105 INFO O| Aug 16 21:27:11.105 INFO STEP 786 (remove_files) COMPLETE |
6284 | 2024-08-16T21:27:12.170Z | [ recovery-image] Aug 16 21:27:11.105 INFO O| Aug 16 21:27:11.105 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-08-16T21:27:12.178Z | [ recovery-image] Aug 16 21:27:11.115 INFO O| Aug 16 21:27:11.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6286 | 2024-08-16T21:27:12.181Z | [ recovery-image] Aug 16 21:27:11.115 INFO O| Aug 16 21:27:11.115 INFO STEP 787 (remove_files) COMPLETE |
6287 | 2024-08-16T21:27:12.181Z | [ recovery-image] Aug 16 21:27:11.115 INFO O| Aug 16 21:27:11.115 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-08-16T21:27:12.188Z | [ recovery-image] Aug 16 21:27:11.125 INFO O| Aug 16 21:27:11.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6289 | 2024-08-16T21:27:12.191Z | [ recovery-image] Aug 16 21:27:11.125 INFO O| Aug 16 21:27:11.125 INFO STEP 788 (remove_files) COMPLETE |
6290 | 2024-08-16T21:27:12.191Z | [ recovery-image] Aug 16 21:27:11.125 INFO O| Aug 16 21:27:11.125 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-08-16T21:27:12.198Z | [ recovery-image] Aug 16 21:27:11.135 INFO O| Aug 16 21:27:11.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6292 | 2024-08-16T21:27:12.200Z | [ recovery-image] Aug 16 21:27:11.135 INFO O| Aug 16 21:27:11.135 INFO STEP 789 (remove_files) COMPLETE |
6293 | 2024-08-16T21:27:12.200Z | [ recovery-image] Aug 16 21:27:11.135 INFO O| Aug 16 21:27:11.135 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-16T21:27:12.208Z | [ recovery-image] Aug 16 21:27:11.145 INFO O| Aug 16 21:27:11.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6295 | 2024-08-16T21:27:12.208Z | [ recovery-image] Aug 16 21:27:11.145 INFO O| Aug 16 21:27:11.145 INFO STEP 790 (remove_files) COMPLETE |
6296 | 2024-08-16T21:27:12.210Z | [ recovery-image] Aug 16 21:27:11.145 INFO O| Aug 16 21:27:11.145 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-16T21:27:12.218Z | [ recovery-image] Aug 16 21:27:11.155 INFO O| Aug 16 21:27:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6298 | 2024-08-16T21:27:12.218Z | [ recovery-image] Aug 16 21:27:11.155 INFO O| Aug 16 21:27:11.155 INFO STEP 791 (remove_files) COMPLETE |
6299 | 2024-08-16T21:27:12.222Z | [ recovery-image] Aug 16 21:27:11.155 INFO O| Aug 16 21:27:11.155 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-16T21:27:12.228Z | [ recovery-image] Aug 16 21:27:11.165 INFO O| Aug 16 21:27:11.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6301 | 2024-08-16T21:27:12.228Z | [ recovery-image] Aug 16 21:27:11.165 INFO O| Aug 16 21:27:11.165 INFO STEP 792 (remove_files) COMPLETE |
6302 | 2024-08-16T21:27:12.231Z | [ recovery-image] Aug 16 21:27:11.165 INFO O| Aug 16 21:27:11.165 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-16T21:27:12.238Z | [ recovery-image] Aug 16 21:27:11.175 INFO O| Aug 16 21:27:11.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6304 | 2024-08-16T21:27:12.238Z | [ recovery-image] Aug 16 21:27:11.175 INFO O| Aug 16 21:27:11.175 INFO STEP 793 (remove_files) COMPLETE |
6305 | 2024-08-16T21:27:12.241Z | [ recovery-image] Aug 16 21:27:11.175 INFO O| Aug 16 21:27:11.175 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-16T21:27:12.248Z | [ recovery-image] Aug 16 21:27:11.185 INFO O| Aug 16 21:27:11.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6307 | 2024-08-16T21:27:12.248Z | [ recovery-image] Aug 16 21:27:11.185 INFO O| Aug 16 21:27:11.185 INFO STEP 794 (remove_files) COMPLETE |
6308 | 2024-08-16T21:27:12.250Z | [ recovery-image] Aug 16 21:27:11.185 INFO O| Aug 16 21:27:11.185 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-16T21:27:12.258Z | [ recovery-image] Aug 16 21:27:11.195 INFO O| Aug 16 21:27:11.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6310 | 2024-08-16T21:27:12.258Z | [ recovery-image] Aug 16 21:27:11.195 INFO O| Aug 16 21:27:11.195 INFO STEP 795 (remove_files) COMPLETE |
6311 | 2024-08-16T21:27:12.261Z | [ recovery-image] Aug 16 21:27:11.195 INFO O| Aug 16 21:27:11.195 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-16T21:27:12.269Z | [ recovery-image] Aug 16 21:27:11.205 INFO O| Aug 16 21:27:11.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6313 | 2024-08-16T21:27:12.269Z | [ recovery-image] Aug 16 21:27:11.205 INFO O| Aug 16 21:27:11.205 INFO STEP 796 (remove_files) COMPLETE |
6314 | 2024-08-16T21:27:12.269Z | [ recovery-image] Aug 16 21:27:11.205 INFO O| Aug 16 21:27:11.205 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-16T21:27:12.278Z | [ recovery-image] Aug 16 21:27:11.215 INFO O| Aug 16 21:27:11.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6316 | 2024-08-16T21:27:12.280Z | [ recovery-image] Aug 16 21:27:11.215 INFO O| Aug 16 21:27:11.215 INFO STEP 797 (remove_files) COMPLETE |
6317 | 2024-08-16T21:27:12.280Z | [ recovery-image] Aug 16 21:27:11.215 INFO O| Aug 16 21:27:11.215 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-16T21:27:12.288Z | [ recovery-image] Aug 16 21:27:11.225 INFO O| Aug 16 21:27:11.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6319 | 2024-08-16T21:27:12.290Z | [ recovery-image] Aug 16 21:27:11.225 INFO O| Aug 16 21:27:11.225 INFO STEP 798 (remove_files) COMPLETE |
6320 | 2024-08-16T21:27:12.291Z | [ recovery-image] Aug 16 21:27:11.225 INFO O| Aug 16 21:27:11.225 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-16T21:27:12.298Z | [ recovery-image] Aug 16 21:27:11.235 INFO O| Aug 16 21:27:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6322 | 2024-08-16T21:27:12.301Z | [ recovery-image] Aug 16 21:27:11.235 INFO O| Aug 16 21:27:11.235 INFO STEP 799 (remove_files) COMPLETE |
6323 | 2024-08-16T21:27:12.301Z | [ recovery-image] Aug 16 21:27:11.235 INFO O| Aug 16 21:27:11.235 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-16T21:27:12.310Z | [ recovery-image] Aug 16 21:27:11.245 INFO O| Aug 16 21:27:11.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6325 | 2024-08-16T21:27:12.310Z | [ recovery-image] Aug 16 21:27:11.245 INFO O| Aug 16 21:27:11.245 INFO STEP 800 (remove_files) COMPLETE |
6326 | 2024-08-16T21:27:12.310Z | [ recovery-image] Aug 16 21:27:11.245 INFO O| Aug 16 21:27:11.245 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-16T21:27:12.318Z | [ recovery-image] Aug 16 21:27:11.255 INFO O| Aug 16 21:27:11.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6328 | 2024-08-16T21:27:12.318Z | [ recovery-image] Aug 16 21:27:11.255 INFO O| Aug 16 21:27:11.255 INFO STEP 801 (remove_files) COMPLETE |
6329 | 2024-08-16T21:27:12.318Z | [ recovery-image] Aug 16 21:27:11.255 INFO O| Aug 16 21:27:11.255 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-16T21:27:12.328Z | [ recovery-image] Aug 16 21:27:11.265 INFO O| Aug 16 21:27:11.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6331 | 2024-08-16T21:27:12.328Z | [ recovery-image] Aug 16 21:27:11.265 INFO O| Aug 16 21:27:11.265 INFO STEP 802 (remove_files) COMPLETE |
6332 | 2024-08-16T21:27:12.333Z | [ recovery-image] Aug 16 21:27:11.265 INFO O| Aug 16 21:27:11.265 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-16T21:27:12.338Z | [ recovery-image] Aug 16 21:27:11.275 INFO O| Aug 16 21:27:11.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6334 | 2024-08-16T21:27:12.340Z | [ recovery-image] Aug 16 21:27:11.275 INFO O| Aug 16 21:27:11.275 INFO STEP 803 (remove_files) COMPLETE |
6335 | 2024-08-16T21:27:12.340Z | [ recovery-image] Aug 16 21:27:11.275 INFO O| Aug 16 21:27:11.275 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-16T21:27:12.347Z | [ recovery-image] Aug 16 21:27:11.284 INFO O| Aug 16 21:27:11.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6337 | 2024-08-16T21:27:12.350Z | [ recovery-image] Aug 16 21:27:11.284 INFO O| Aug 16 21:27:11.284 INFO STEP 804 (remove_files) COMPLETE |
6338 | 2024-08-16T21:27:12.351Z | [ recovery-image] Aug 16 21:27:11.284 INFO O| Aug 16 21:27:11.284 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-16T21:27:12.358Z | [ recovery-image] Aug 16 21:27:11.295 INFO O| Aug 16 21:27:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6340 | 2024-08-16T21:27:12.358Z | [ recovery-image] Aug 16 21:27:11.295 INFO O| Aug 16 21:27:11.295 INFO STEP 805 (remove_files) COMPLETE |
6341 | 2024-08-16T21:27:12.360Z | [ recovery-image] Aug 16 21:27:11.295 INFO O| Aug 16 21:27:11.295 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-16T21:27:12.369Z | [ recovery-image] Aug 16 21:27:11.306 INFO O| Aug 16 21:27:11.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6343 | 2024-08-16T21:27:12.369Z | [ recovery-image] Aug 16 21:27:11.306 INFO O| Aug 16 21:27:11.306 INFO STEP 806 (remove_files) COMPLETE |
6344 | 2024-08-16T21:27:12.372Z | [ recovery-image] Aug 16 21:27:11.306 INFO O| Aug 16 21:27:11.306 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-16T21:27:12.381Z | [ recovery-image] Aug 16 21:27:11.318 INFO O| Aug 16 21:27:11.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6346 | 2024-08-16T21:27:12.381Z | [ recovery-image] Aug 16 21:27:11.318 INFO O| Aug 16 21:27:11.318 INFO STEP 807 (remove_files) COMPLETE |
6347 | 2024-08-16T21:27:12.381Z | [ recovery-image] Aug 16 21:27:11.318 INFO O| Aug 16 21:27:11.318 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-16T21:27:12.393Z | [ recovery-image] Aug 16 21:27:11.330 INFO O| Aug 16 21:27:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6349 | 2024-08-16T21:27:12.393Z | [ recovery-image] Aug 16 21:27:11.330 INFO O| Aug 16 21:27:11.330 INFO STEP 808 (remove_files) COMPLETE |
6350 | 2024-08-16T21:27:12.393Z | [ recovery-image] Aug 16 21:27:11.330 INFO O| Aug 16 21:27:11.330 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-16T21:27:12.405Z | [ recovery-image] Aug 16 21:27:11.342 INFO O| Aug 16 21:27:11.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6352 | 2024-08-16T21:27:12.407Z | [ recovery-image] Aug 16 21:27:11.342 INFO O| Aug 16 21:27:11.342 INFO STEP 809 (remove_files) COMPLETE |
6353 | 2024-08-16T21:27:12.407Z | [ recovery-image] Aug 16 21:27:11.342 INFO O| Aug 16 21:27:11.342 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-16T21:27:12.415Z | [ recovery-image] Aug 16 21:27:11.352 INFO O| Aug 16 21:27:11.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6355 | 2024-08-16T21:27:12.417Z | [ recovery-image] Aug 16 21:27:11.352 INFO O| Aug 16 21:27:11.352 INFO STEP 810 (remove_files) COMPLETE |
6356 | 2024-08-16T21:27:12.418Z | [ recovery-image] Aug 16 21:27:11.352 INFO O| Aug 16 21:27:11.352 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-16T21:27:12.425Z | [ recovery-image] Aug 16 21:27:11.362 INFO O| Aug 16 21:27:11.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6358 | 2024-08-16T21:27:12.428Z | [ recovery-image] Aug 16 21:27:11.362 INFO O| Aug 16 21:27:11.362 INFO STEP 811 (remove_files) COMPLETE |
6359 | 2024-08-16T21:27:12.428Z | [ recovery-image] Aug 16 21:27:11.362 INFO O| Aug 16 21:27:11.362 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-08-16T21:27:12.436Z | [ recovery-image] Aug 16 21:27:11.373 INFO O| Aug 16 21:27:11.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6361 | 2024-08-16T21:27:12.436Z | [ recovery-image] Aug 16 21:27:11.373 INFO O| Aug 16 21:27:11.373 INFO STEP 812 (remove_files) COMPLETE |
6362 | 2024-08-16T21:27:12.438Z | [ recovery-image] Aug 16 21:27:11.373 INFO O| Aug 16 21:27:11.373 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-08-16T21:27:12.446Z | [ recovery-image] Aug 16 21:27:11.383 INFO O| Aug 16 21:27:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6364 | 2024-08-16T21:27:12.446Z | [ recovery-image] Aug 16 21:27:11.383 INFO O| Aug 16 21:27:11.383 INFO STEP 813 (remove_files) COMPLETE |
6365 | 2024-08-16T21:27:12.446Z | [ recovery-image] Aug 16 21:27:11.383 INFO O| Aug 16 21:27:11.383 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-08-16T21:27:12.456Z | [ recovery-image] Aug 16 21:27:11.393 INFO O| Aug 16 21:27:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6367 | 2024-08-16T21:27:12.456Z | [ recovery-image] Aug 16 21:27:11.393 INFO O| Aug 16 21:27:11.393 INFO STEP 814 (remove_files) COMPLETE |
6368 | 2024-08-16T21:27:12.456Z | [ recovery-image] Aug 16 21:27:11.393 INFO O| Aug 16 21:27:11.393 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-08-16T21:27:12.466Z | [ recovery-image] Aug 16 21:27:11.403 INFO O| Aug 16 21:27:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6370 | 2024-08-16T21:27:12.466Z | [ recovery-image] Aug 16 21:27:11.403 INFO O| Aug 16 21:27:11.403 INFO STEP 815 (remove_files) COMPLETE |
6371 | 2024-08-16T21:27:12.468Z | [ recovery-image] Aug 16 21:27:11.403 INFO O| Aug 16 21:27:11.403 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-08-16T21:27:12.475Z | [ recovery-image] Aug 16 21:27:11.412 INFO O| Aug 16 21:27:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6373 | 2024-08-16T21:27:12.475Z | [ recovery-image] Aug 16 21:27:11.412 INFO O| Aug 16 21:27:11.412 INFO STEP 816 (remove_files) COMPLETE |
6374 | 2024-08-16T21:27:12.478Z | [ recovery-image] Aug 16 21:27:11.413 INFO O| Aug 16 21:27:11.412 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-08-16T21:27:12.485Z | [ recovery-image] Aug 16 21:27:11.422 INFO O| Aug 16 21:27:11.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6376 | 2024-08-16T21:27:12.485Z | [ recovery-image] Aug 16 21:27:11.422 INFO O| Aug 16 21:27:11.422 INFO STEP 817 (remove_files) COMPLETE |
6377 | 2024-08-16T21:27:12.488Z | [ recovery-image] Aug 16 21:27:11.422 INFO O| Aug 16 21:27:11.422 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-08-16T21:27:12.495Z | [ recovery-image] Aug 16 21:27:11.432 INFO O| Aug 16 21:27:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6379 | 2024-08-16T21:27:12.497Z | [ recovery-image] Aug 16 21:27:11.433 INFO O| Aug 16 21:27:11.432 INFO STEP 818 (remove_files) COMPLETE |
6380 | 2024-08-16T21:27:12.497Z | [ recovery-image] Aug 16 21:27:11.433 INFO O| Aug 16 21:27:11.433 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-08-16T21:27:12.505Z | [ recovery-image] Aug 16 21:27:11.442 INFO O| Aug 16 21:27:11.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6382 | 2024-08-16T21:27:12.508Z | [ recovery-image] Aug 16 21:27:11.442 INFO O| Aug 16 21:27:11.442 INFO STEP 819 (remove_files) COMPLETE |
6383 | 2024-08-16T21:27:12.508Z | [ recovery-image] Aug 16 21:27:11.442 INFO O| Aug 16 21:27:11.442 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-08-16T21:27:12.515Z | [ recovery-image] Aug 16 21:27:11.452 INFO O| Aug 16 21:27:11.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6385 | 2024-08-16T21:27:12.515Z | [ recovery-image] Aug 16 21:27:11.452 INFO O| Aug 16 21:27:11.452 INFO STEP 820 (remove_files) COMPLETE |
6386 | 2024-08-16T21:27:12.518Z | [ recovery-image] Aug 16 21:27:11.452 INFO O| Aug 16 21:27:11.452 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-08-16T21:27:12.525Z | [ recovery-image] Aug 16 21:27:11.462 INFO O| Aug 16 21:27:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6388 | 2024-08-16T21:27:12.527Z | [ recovery-image] Aug 16 21:27:11.462 INFO O| Aug 16 21:27:11.462 INFO STEP 821 (remove_files) COMPLETE |
6389 | 2024-08-16T21:27:12.528Z | [ recovery-image] Aug 16 21:27:11.462 INFO O| Aug 16 21:27:11.462 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-08-16T21:27:12.535Z | [ recovery-image] Aug 16 21:27:11.472 INFO O| Aug 16 21:27:11.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6391 | 2024-08-16T21:27:12.535Z | [ recovery-image] Aug 16 21:27:11.472 INFO O| Aug 16 21:27:11.472 INFO STEP 822 (remove_files) COMPLETE |
6392 | 2024-08-16T21:27:12.537Z | [ recovery-image] Aug 16 21:27:11.472 INFO O| Aug 16 21:27:11.472 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-08-16T21:27:12.545Z | [ recovery-image] Aug 16 21:27:11.482 INFO O| Aug 16 21:27:11.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6394 | 2024-08-16T21:27:12.548Z | [ recovery-image] Aug 16 21:27:11.482 INFO O| Aug 16 21:27:11.482 INFO STEP 823 (remove_files) COMPLETE |
6395 | 2024-08-16T21:27:12.548Z | [ recovery-image] Aug 16 21:27:11.483 INFO O| Aug 16 21:27:11.482 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-08-16T21:27:12.555Z | [ recovery-image] Aug 16 21:27:11.492 INFO O| Aug 16 21:27:11.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6397 | 2024-08-16T21:27:12.558Z | [ recovery-image] Aug 16 21:27:11.493 INFO O| Aug 16 21:27:11.493 INFO STEP 824 (remove_files) COMPLETE |
6398 | 2024-08-16T21:27:12.558Z | [ recovery-image] Aug 16 21:27:11.493 INFO O| Aug 16 21:27:11.493 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-08-16T21:27:12.565Z | [ recovery-image] Aug 16 21:27:11.502 INFO O| Aug 16 21:27:11.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6400 | 2024-08-16T21:27:12.568Z | [ recovery-image] Aug 16 21:27:11.502 INFO O| Aug 16 21:27:11.502 INFO STEP 825 (remove_files) COMPLETE |
6401 | 2024-08-16T21:27:12.568Z | [ recovery-image] Aug 16 21:27:11.502 INFO O| Aug 16 21:27:11.502 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-08-16T21:27:12.575Z | [ recovery-image] Aug 16 21:27:11.512 INFO O| Aug 16 21:27:11.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6403 | 2024-08-16T21:27:12.578Z | [ recovery-image] Aug 16 21:27:11.512 INFO O| Aug 16 21:27:11.512 INFO STEP 826 (remove_files) COMPLETE |
6404 | 2024-08-16T21:27:12.578Z | [ recovery-image] Aug 16 21:27:11.512 INFO O| Aug 16 21:27:11.512 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-08-16T21:27:12.585Z | [ recovery-image] Aug 16 21:27:11.522 INFO O| Aug 16 21:27:11.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6406 | 2024-08-16T21:27:12.585Z | [ recovery-image] Aug 16 21:27:11.522 INFO O| Aug 16 21:27:11.522 INFO STEP 827 (remove_files) COMPLETE |
6407 | 2024-08-16T21:27:12.587Z | [ recovery-image] Aug 16 21:27:11.522 INFO O| Aug 16 21:27:11.522 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-08-16T21:27:12.595Z | [ recovery-image] Aug 16 21:27:11.532 INFO O| Aug 16 21:27:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6409 | 2024-08-16T21:27:12.595Z | [ recovery-image] Aug 16 21:27:11.532 INFO O| Aug 16 21:27:11.532 INFO STEP 828 (remove_files) COMPLETE |
6410 | 2024-08-16T21:27:12.595Z | [ recovery-image] Aug 16 21:27:11.532 INFO O| Aug 16 21:27:11.532 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-08-16T21:27:12.605Z | [ recovery-image] Aug 16 21:27:11.542 INFO O| Aug 16 21:27:11.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6412 | 2024-08-16T21:27:12.605Z | [ recovery-image] Aug 16 21:27:11.542 INFO O| Aug 16 21:27:11.542 INFO STEP 829 (remove_files) COMPLETE |
6413 | 2024-08-16T21:27:12.608Z | [ recovery-image] Aug 16 21:27:11.542 INFO O| Aug 16 21:27:11.542 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-08-16T21:27:12.615Z | [ recovery-image] Aug 16 21:27:11.552 INFO O| Aug 16 21:27:11.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6415 | 2024-08-16T21:27:12.615Z | [ recovery-image] Aug 16 21:27:11.552 INFO O| Aug 16 21:27:11.552 INFO STEP 830 (remove_files) COMPLETE |
6416 | 2024-08-16T21:27:12.618Z | [ recovery-image] Aug 16 21:27:11.552 INFO O| Aug 16 21:27:11.552 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-08-16T21:27:12.625Z | [ recovery-image] Aug 16 21:27:11.562 INFO O| Aug 16 21:27:11.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6418 | 2024-08-16T21:27:12.626Z | [ recovery-image] Aug 16 21:27:11.563 INFO O| Aug 16 21:27:11.563 INFO STEP 831 (remove_files) COMPLETE |
6419 | 2024-08-16T21:27:12.626Z | [ recovery-image] Aug 16 21:27:11.563 INFO O| Aug 16 21:27:11.563 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-08-16T21:27:12.635Z | [ recovery-image] Aug 16 21:27:11.572 INFO O| Aug 16 21:27:11.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6421 | 2024-08-16T21:27:12.635Z | [ recovery-image] Aug 16 21:27:11.572 INFO O| Aug 16 21:27:11.572 INFO STEP 832 (remove_files) COMPLETE |
6422 | 2024-08-16T21:27:12.638Z | [ recovery-image] Aug 16 21:27:11.573 INFO O| Aug 16 21:27:11.572 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-08-16T21:27:12.645Z | [ recovery-image] Aug 16 21:27:11.582 INFO O| Aug 16 21:27:11.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6424 | 2024-08-16T21:27:12.648Z | [ recovery-image] Aug 16 21:27:11.583 INFO O| Aug 16 21:27:11.583 INFO STEP 833 (remove_files) COMPLETE |
6425 | 2024-08-16T21:27:12.648Z | [ recovery-image] Aug 16 21:27:11.583 INFO O| Aug 16 21:27:11.583 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-08-16T21:27:12.656Z | [ recovery-image] Aug 16 21:27:11.593 INFO O| Aug 16 21:27:11.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6427 | 2024-08-16T21:27:12.656Z | [ recovery-image] Aug 16 21:27:11.593 INFO O| Aug 16 21:27:11.593 INFO STEP 834 (remove_files) COMPLETE |
6428 | 2024-08-16T21:27:12.656Z | [ recovery-image] Aug 16 21:27:11.593 INFO O| Aug 16 21:27:11.593 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-08-16T21:27:12.666Z | [ recovery-image] Aug 16 21:27:11.603 INFO O| Aug 16 21:27:11.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6430 | 2024-08-16T21:27:12.668Z | [ recovery-image] Aug 16 21:27:11.603 INFO O| Aug 16 21:27:11.603 INFO STEP 835 (remove_files) COMPLETE |
6431 | 2024-08-16T21:27:12.668Z | [ recovery-image] Aug 16 21:27:11.603 INFO O| Aug 16 21:27:11.603 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-08-16T21:27:12.676Z | [ recovery-image] Aug 16 21:27:11.613 INFO O| Aug 16 21:27:11.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6433 | 2024-08-16T21:27:12.676Z | [ recovery-image] Aug 16 21:27:11.613 INFO O| Aug 16 21:27:11.613 INFO STEP 836 (remove_files) COMPLETE |
6434 | 2024-08-16T21:27:12.676Z | [ recovery-image] Aug 16 21:27:11.613 INFO O| Aug 16 21:27:11.613 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-08-16T21:27:12.686Z | [ recovery-image] Aug 16 21:27:11.623 INFO O| Aug 16 21:27:11.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6436 | 2024-08-16T21:27:12.686Z | [ recovery-image] Aug 16 21:27:11.623 INFO O| Aug 16 21:27:11.623 INFO STEP 837 (remove_files) COMPLETE |
6437 | 2024-08-16T21:27:12.689Z | [ recovery-image] Aug 16 21:27:11.623 INFO O| Aug 16 21:27:11.623 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-08-16T21:27:12.696Z | [ recovery-image] Aug 16 21:27:11.633 INFO O| Aug 16 21:27:11.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6439 | 2024-08-16T21:27:12.699Z | [ recovery-image] Aug 16 21:27:11.633 INFO O| Aug 16 21:27:11.633 INFO STEP 838 (remove_files) COMPLETE |
6440 | 2024-08-16T21:27:12.699Z | [ recovery-image] Aug 16 21:27:11.633 INFO O| Aug 16 21:27:11.633 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-08-16T21:27:12.706Z | [ recovery-image] Aug 16 21:27:11.643 INFO O| Aug 16 21:27:11.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6442 | 2024-08-16T21:27:12.707Z | [ recovery-image] Aug 16 21:27:11.644 INFO O| Aug 16 21:27:11.643 INFO STEP 839 (remove_files) COMPLETE |
6443 | 2024-08-16T21:27:12.707Z | [ recovery-image] Aug 16 21:27:11.644 INFO O| Aug 16 21:27:11.644 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-08-16T21:27:12.716Z | [ recovery-image] Aug 16 21:27:11.653 INFO O| Aug 16 21:27:11.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6445 | 2024-08-16T21:27:12.716Z | [ recovery-image] Aug 16 21:27:11.653 INFO O| Aug 16 21:27:11.653 INFO STEP 840 (remove_files) COMPLETE |
6446 | 2024-08-16T21:27:12.719Z | [ recovery-image] Aug 16 21:27:11.653 INFO O| Aug 16 21:27:11.653 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-08-16T21:27:12.730Z | [ recovery-image] Aug 16 21:27:11.664 INFO O| Aug 16 21:27:11.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6448 | 2024-08-16T21:27:12.730Z | [ recovery-image] Aug 16 21:27:11.664 INFO O| Aug 16 21:27:11.664 INFO STEP 841 (remove_files) COMPLETE |
6449 | 2024-08-16T21:27:12.730Z | [ recovery-image] Aug 16 21:27:11.664 INFO O| Aug 16 21:27:11.664 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-08-16T21:27:12.738Z | [ recovery-image] Aug 16 21:27:11.674 INFO O| Aug 16 21:27:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6451 | 2024-08-16T21:27:12.741Z | [ recovery-image] Aug 16 21:27:11.675 INFO O| Aug 16 21:27:11.675 INFO STEP 842 (remove_files) COMPLETE |
6452 | 2024-08-16T21:27:12.741Z | [ recovery-image] Aug 16 21:27:11.675 INFO O| Aug 16 21:27:11.675 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-08-16T21:27:12.748Z | [ recovery-image] Aug 16 21:27:11.685 INFO O| Aug 16 21:27:11.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6454 | 2024-08-16T21:27:12.751Z | [ recovery-image] Aug 16 21:27:11.685 INFO O| Aug 16 21:27:11.685 INFO STEP 843 (remove_files) COMPLETE |
6455 | 2024-08-16T21:27:12.751Z | [ recovery-image] Aug 16 21:27:11.685 INFO O| Aug 16 21:27:11.685 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-08-16T21:27:12.758Z | [ recovery-image] Aug 16 21:27:11.695 INFO O| Aug 16 21:27:11.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6457 | 2024-08-16T21:27:12.760Z | [ recovery-image] Aug 16 21:27:11.695 INFO O| Aug 16 21:27:11.695 INFO STEP 844 (remove_files) COMPLETE |
6458 | 2024-08-16T21:27:12.761Z | [ recovery-image] Aug 16 21:27:11.695 INFO O| Aug 16 21:27:11.695 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-08-16T21:27:12.769Z | [ recovery-image] Aug 16 21:27:11.706 INFO O| Aug 16 21:27:11.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6460 | 2024-08-16T21:27:12.769Z | [ recovery-image] Aug 16 21:27:11.706 INFO O| Aug 16 21:27:11.706 INFO STEP 845 (remove_files) COMPLETE |
6461 | 2024-08-16T21:27:12.771Z | [ recovery-image] Aug 16 21:27:11.706 INFO O| Aug 16 21:27:11.706 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-08-16T21:27:12.778Z | [ recovery-image] Aug 16 21:27:11.715 INFO O| Aug 16 21:27:11.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6463 | 2024-08-16T21:27:12.779Z | [ recovery-image] Aug 16 21:27:11.716 INFO O| Aug 16 21:27:11.716 INFO STEP 846 (remove_files) COMPLETE |
6464 | 2024-08-16T21:27:12.781Z | [ recovery-image] Aug 16 21:27:11.716 INFO O| Aug 16 21:27:11.716 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-16T21:27:12.789Z | [ recovery-image] Aug 16 21:27:11.725 INFO O| Aug 16 21:27:11.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6466 | 2024-08-16T21:27:12.789Z | [ recovery-image] Aug 16 21:27:11.725 INFO O| Aug 16 21:27:11.725 INFO STEP 847 (remove_files) COMPLETE |
6467 | 2024-08-16T21:27:12.791Z | [ recovery-image] Aug 16 21:27:11.725 INFO O| Aug 16 21:27:11.725 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-16T21:27:12.798Z | [ recovery-image] Aug 16 21:27:11.735 INFO O| Aug 16 21:27:11.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6469 | 2024-08-16T21:27:12.801Z | [ recovery-image] Aug 16 21:27:11.735 INFO O| Aug 16 21:27:11.735 INFO STEP 848 (remove_files) COMPLETE |
6470 | 2024-08-16T21:27:12.801Z | [ recovery-image] Aug 16 21:27:11.735 INFO O| Aug 16 21:27:11.735 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-16T21:27:12.809Z | [ recovery-image] Aug 16 21:27:11.746 INFO O| Aug 16 21:27:11.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6472 | 2024-08-16T21:27:12.812Z | [ recovery-image] Aug 16 21:27:11.746 INFO O| Aug 16 21:27:11.746 INFO STEP 849 (remove_files) COMPLETE |
6473 | 2024-08-16T21:27:12.812Z | [ recovery-image] Aug 16 21:27:11.746 INFO O| Aug 16 21:27:11.746 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-16T21:27:12.820Z | [ recovery-image] Aug 16 21:27:11.757 INFO O| Aug 16 21:27:11.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6475 | 2024-08-16T21:27:12.822Z | [ recovery-image] Aug 16 21:27:11.757 INFO O| Aug 16 21:27:11.757 INFO STEP 850 (remove_files) COMPLETE |
6476 | 2024-08-16T21:27:12.822Z | [ recovery-image] Aug 16 21:27:11.757 INFO O| Aug 16 21:27:11.757 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-16T21:27:12.830Z | [ recovery-image] Aug 16 21:27:11.767 INFO O| Aug 16 21:27:11.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6478 | 2024-08-16T21:27:12.833Z | [ recovery-image] Aug 16 21:27:11.767 INFO O| Aug 16 21:27:11.767 INFO STEP 851 (remove_files) COMPLETE |
6479 | 2024-08-16T21:27:12.833Z | [ recovery-image] Aug 16 21:27:11.767 INFO O| Aug 16 21:27:11.767 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-16T21:27:12.840Z | [ recovery-image] Aug 16 21:27:11.777 INFO O| Aug 16 21:27:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6481 | 2024-08-16T21:27:12.840Z | [ recovery-image] Aug 16 21:27:11.777 INFO O| Aug 16 21:27:11.777 INFO STEP 852 (remove_files) COMPLETE |
6482 | 2024-08-16T21:27:12.840Z | [ recovery-image] Aug 16 21:27:11.777 INFO O| Aug 16 21:27:11.777 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-16T21:27:12.850Z | [ recovery-image] Aug 16 21:27:11.787 INFO O| Aug 16 21:27:11.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6484 | 2024-08-16T21:27:12.850Z | [ recovery-image] Aug 16 21:27:11.787 INFO O| Aug 16 21:27:11.787 INFO STEP 853 (remove_files) COMPLETE |
6485 | 2024-08-16T21:27:12.850Z | [ recovery-image] Aug 16 21:27:11.787 INFO O| Aug 16 21:27:11.787 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-16T21:27:12.860Z | [ recovery-image] Aug 16 21:27:11.797 INFO O| Aug 16 21:27:11.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6487 | 2024-08-16T21:27:12.860Z | [ recovery-image] Aug 16 21:27:11.797 INFO O| Aug 16 21:27:11.797 INFO STEP 854 (remove_files) COMPLETE |
6488 | 2024-08-16T21:27:12.860Z | [ recovery-image] Aug 16 21:27:11.797 INFO O| Aug 16 21:27:11.797 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-16T21:27:12.870Z | [ recovery-image] Aug 16 21:27:11.807 INFO O| Aug 16 21:27:11.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6490 | 2024-08-16T21:27:12.870Z | [ recovery-image] Aug 16 21:27:11.807 INFO O| Aug 16 21:27:11.807 INFO STEP 855 (remove_files) COMPLETE |
6491 | 2024-08-16T21:27:12.873Z | [ recovery-image] Aug 16 21:27:11.807 INFO O| Aug 16 21:27:11.807 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-16T21:27:12.880Z | [ recovery-image] Aug 16 21:27:11.817 INFO O| Aug 16 21:27:11.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6493 | 2024-08-16T21:27:12.882Z | [ recovery-image] Aug 16 21:27:11.817 INFO O| Aug 16 21:27:11.817 INFO STEP 856 (remove_files) COMPLETE |
6494 | 2024-08-16T21:27:12.882Z | [ recovery-image] Aug 16 21:27:11.817 INFO O| Aug 16 21:27:11.817 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-16T21:27:12.892Z | [ recovery-image] Aug 16 21:27:11.829 INFO O| Aug 16 21:27:11.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6496 | 2024-08-16T21:27:12.892Z | [ recovery-image] Aug 16 21:27:11.829 INFO O| Aug 16 21:27:11.829 INFO STEP 857 (remove_files) COMPLETE |
6497 | 2024-08-16T21:27:12.895Z | [ recovery-image] Aug 16 21:27:11.829 INFO O| Aug 16 21:27:11.829 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-16T21:27:12.904Z | [ recovery-image] Aug 16 21:27:11.841 INFO O| Aug 16 21:27:11.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6499 | 2024-08-16T21:27:12.907Z | [ recovery-image] Aug 16 21:27:11.841 INFO O| Aug 16 21:27:11.841 INFO STEP 858 (remove_files) COMPLETE |
6500 | 2024-08-16T21:27:12.907Z | [ recovery-image] Aug 16 21:27:11.841 INFO O| Aug 16 21:27:11.841 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-16T21:27:12.917Z | [ recovery-image] Aug 16 21:27:11.854 INFO O| Aug 16 21:27:11.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6502 | 2024-08-16T21:27:12.920Z | [ recovery-image] Aug 16 21:27:11.854 INFO O| Aug 16 21:27:11.854 INFO STEP 859 (remove_files) COMPLETE |
6503 | 2024-08-16T21:27:12.920Z | [ recovery-image] Aug 16 21:27:11.854 INFO O| Aug 16 21:27:11.854 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-16T21:27:12.928Z | [ recovery-image] Aug 16 21:27:11.865 INFO O| Aug 16 21:27:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6505 | 2024-08-16T21:27:12.931Z | [ recovery-image] Aug 16 21:27:11.865 INFO O| Aug 16 21:27:11.865 INFO STEP 860 (remove_files) COMPLETE |
6506 | 2024-08-16T21:27:12.931Z | [ recovery-image] Aug 16 21:27:11.865 INFO O| Aug 16 21:27:11.865 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-16T21:27:12.939Z | [ recovery-image] Aug 16 21:27:11.876 INFO O| Aug 16 21:27:11.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6508 | 2024-08-16T21:27:12.939Z | [ recovery-image] Aug 16 21:27:11.876 INFO O| Aug 16 21:27:11.876 INFO STEP 861 (remove_files) COMPLETE |
6509 | 2024-08-16T21:27:12.939Z | [ recovery-image] Aug 16 21:27:11.876 INFO O| Aug 16 21:27:11.876 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-16T21:27:12.949Z | [ recovery-image] Aug 16 21:27:11.886 INFO O| Aug 16 21:27:11.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6511 | 2024-08-16T21:27:12.952Z | [ recovery-image] Aug 16 21:27:11.886 INFO O| Aug 16 21:27:11.886 INFO STEP 862 (remove_files) COMPLETE |
6512 | 2024-08-16T21:27:12.952Z | [ recovery-image] Aug 16 21:27:11.886 INFO O| Aug 16 21:27:11.886 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-16T21:27:12.959Z | [ recovery-image] Aug 16 21:27:11.896 INFO O| Aug 16 21:27:11.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6514 | 2024-08-16T21:27:12.962Z | [ recovery-image] Aug 16 21:27:11.896 INFO O| Aug 16 21:27:11.896 INFO STEP 863 (remove_files) COMPLETE |
6515 | 2024-08-16T21:27:12.962Z | [ recovery-image] Aug 16 21:27:11.896 INFO O| Aug 16 21:27:11.896 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-16T21:27:12.969Z | [ recovery-image] Aug 16 21:27:11.906 INFO O| Aug 16 21:27:11.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6517 | 2024-08-16T21:27:12.969Z | [ recovery-image] Aug 16 21:27:11.906 INFO O| Aug 16 21:27:11.906 INFO STEP 864 (remove_files) COMPLETE |
6518 | 2024-08-16T21:27:12.969Z | [ recovery-image] Aug 16 21:27:11.906 INFO O| Aug 16 21:27:11.906 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-16T21:27:12.979Z | [ recovery-image] Aug 16 21:27:11.916 INFO O| Aug 16 21:27:11.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6520 | 2024-08-16T21:27:12.979Z | [ recovery-image] Aug 16 21:27:11.916 INFO O| Aug 16 21:27:11.916 INFO STEP 865 (remove_files) COMPLETE |
6521 | 2024-08-16T21:27:12.981Z | [ recovery-image] Aug 16 21:27:11.916 INFO O| Aug 16 21:27:11.916 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-16T21:27:12.989Z | [ recovery-image] Aug 16 21:27:11.926 INFO O| Aug 16 21:27:11.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6523 | 2024-08-16T21:27:12.989Z | [ recovery-image] Aug 16 21:27:11.926 INFO O| Aug 16 21:27:11.926 INFO STEP 866 (remove_files) COMPLETE |
6524 | 2024-08-16T21:27:12.991Z | [ recovery-image] Aug 16 21:27:11.926 INFO O| Aug 16 21:27:11.926 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-16T21:27:12.999Z | [ recovery-image] Aug 16 21:27:11.936 INFO O| Aug 16 21:27:11.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6526 | 2024-08-16T21:27:12.999Z | [ recovery-image] Aug 16 21:27:11.936 INFO O| Aug 16 21:27:11.936 INFO STEP 867 (remove_files) COMPLETE |
6527 | 2024-08-16T21:27:13.002Z | [ recovery-image] Aug 16 21:27:11.936 INFO O| Aug 16 21:27:11.936 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-16T21:27:13.008Z | [ recovery-image] Aug 16 21:27:11.945 INFO O| Aug 16 21:27:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6529 | 2024-08-16T21:27:13.011Z | [ recovery-image] Aug 16 21:27:11.945 INFO O| Aug 16 21:27:11.945 INFO STEP 868 (remove_files) COMPLETE |
6530 | 2024-08-16T21:27:13.011Z | [ recovery-image] Aug 16 21:27:11.945 INFO O| Aug 16 21:27:11.945 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-16T21:27:13.018Z | [ recovery-image] Aug 16 21:27:11.955 INFO O| Aug 16 21:27:11.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6532 | 2024-08-16T21:27:13.018Z | [ recovery-image] Aug 16 21:27:11.955 INFO O| Aug 16 21:27:11.955 INFO STEP 869 (remove_files) COMPLETE |
6533 | 2024-08-16T21:27:13.020Z | [ recovery-image] Aug 16 21:27:11.955 INFO O| Aug 16 21:27:11.955 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-16T21:27:13.028Z | [ recovery-image] Aug 16 21:27:11.965 INFO O| Aug 16 21:27:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6535 | 2024-08-16T21:27:13.028Z | [ recovery-image] Aug 16 21:27:11.965 INFO O| Aug 16 21:27:11.965 INFO STEP 870 (remove_files) COMPLETE |
6536 | 2024-08-16T21:27:13.028Z | [ recovery-image] Aug 16 21:27:11.965 INFO O| Aug 16 21:27:11.965 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-16T21:27:13.038Z | [ recovery-image] Aug 16 21:27:11.975 INFO O| Aug 16 21:27:11.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6538 | 2024-08-16T21:27:13.038Z | [ recovery-image] Aug 16 21:27:11.975 INFO O| Aug 16 21:27:11.975 INFO STEP 871 (remove_files) COMPLETE |
6539 | 2024-08-16T21:27:13.040Z | [ recovery-image] Aug 16 21:27:11.975 INFO O| Aug 16 21:27:11.975 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-16T21:27:13.048Z | [ recovery-image] Aug 16 21:27:11.985 INFO O| Aug 16 21:27:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6541 | 2024-08-16T21:27:13.048Z | [ recovery-image] Aug 16 21:27:11.985 INFO O| Aug 16 21:27:11.985 INFO STEP 872 (remove_files) COMPLETE |
6542 | 2024-08-16T21:27:13.051Z | [ recovery-image] Aug 16 21:27:11.985 INFO O| Aug 16 21:27:11.985 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-16T21:27:13.057Z | [ recovery-image] Aug 16 21:27:11.994 INFO O| Aug 16 21:27:11.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6544 | 2024-08-16T21:27:13.060Z | [ recovery-image] Aug 16 21:27:11.995 INFO O| Aug 16 21:27:11.995 INFO STEP 873 (remove_files) COMPLETE |
6545 | 2024-08-16T21:27:13.060Z | [ recovery-image] Aug 16 21:27:11.995 INFO O| Aug 16 21:27:11.995 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-16T21:27:13.068Z | [ recovery-image] Aug 16 21:27:12.005 INFO O| Aug 16 21:27:12.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6547 | 2024-08-16T21:27:13.068Z | [ recovery-image] Aug 16 21:27:12.005 INFO O| Aug 16 21:27:12.005 INFO STEP 874 (remove_files) COMPLETE |
6548 | 2024-08-16T21:27:13.068Z | [ recovery-image] Aug 16 21:27:12.005 INFO O| Aug 16 21:27:12.005 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-16T21:27:13.078Z | [ recovery-image] Aug 16 21:27:12.015 INFO O| Aug 16 21:27:12.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6550 | 2024-08-16T21:27:13.079Z | [ recovery-image] Aug 16 21:27:12.015 INFO O| Aug 16 21:27:12.015 INFO STEP 875 (remove_files) COMPLETE |
6551 | 2024-08-16T21:27:13.082Z | [ recovery-image] Aug 16 21:27:12.016 INFO O| Aug 16 21:27:12.015 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-16T21:27:13.089Z | [ recovery-image] Aug 16 21:27:12.026 INFO O| Aug 16 21:27:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6553 | 2024-08-16T21:27:13.092Z | [ recovery-image] Aug 16 21:27:12.026 INFO O| Aug 16 21:27:12.026 INFO STEP 876 (remove_files) COMPLETE |
6554 | 2024-08-16T21:27:13.092Z | [ recovery-image] Aug 16 21:27:12.026 INFO O| Aug 16 21:27:12.026 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-16T21:27:13.099Z | [ recovery-image] Aug 16 21:27:12.036 INFO O| Aug 16 21:27:12.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6556 | 2024-08-16T21:27:13.099Z | [ recovery-image] Aug 16 21:27:12.036 INFO O| Aug 16 21:27:12.036 INFO STEP 877 (remove_files) COMPLETE |
6557 | 2024-08-16T21:27:13.099Z | [ recovery-image] Aug 16 21:27:12.036 INFO O| Aug 16 21:27:12.036 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-16T21:27:13.109Z | [ recovery-image] Aug 16 21:27:12.046 INFO O| Aug 16 21:27:12.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6559 | 2024-08-16T21:27:13.111Z | [ recovery-image] Aug 16 21:27:12.046 INFO O| Aug 16 21:27:12.046 INFO STEP 878 (remove_files) COMPLETE |
6560 | 2024-08-16T21:27:13.111Z | [ recovery-image] Aug 16 21:27:12.046 INFO O| Aug 16 21:27:12.046 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-16T21:27:13.119Z | [ recovery-image] Aug 16 21:27:12.056 INFO O| Aug 16 21:27:12.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6562 | 2024-08-16T21:27:13.119Z | [ recovery-image] Aug 16 21:27:12.056 INFO O| Aug 16 21:27:12.056 INFO STEP 879 (remove_files) COMPLETE |
6563 | 2024-08-16T21:27:13.121Z | [ recovery-image] Aug 16 21:27:12.056 INFO O| Aug 16 21:27:12.056 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-16T21:27:13.129Z | [ recovery-image] Aug 16 21:27:12.066 INFO O| Aug 16 21:27:12.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6565 | 2024-08-16T21:27:13.129Z | [ recovery-image] Aug 16 21:27:12.066 INFO O| Aug 16 21:27:12.066 INFO STEP 880 (remove_files) COMPLETE |
6566 | 2024-08-16T21:27:13.132Z | [ recovery-image] Aug 16 21:27:12.066 INFO O| Aug 16 21:27:12.066 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-16T21:27:13.139Z | [ recovery-image] Aug 16 21:27:12.076 INFO O| Aug 16 21:27:12.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6568 | 2024-08-16T21:27:13.142Z | [ recovery-image] Aug 16 21:27:12.076 INFO O| Aug 16 21:27:12.076 INFO STEP 881 (remove_files) COMPLETE |
6569 | 2024-08-16T21:27:13.142Z | [ recovery-image] Aug 16 21:27:12.076 INFO O| Aug 16 21:27:12.076 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-16T21:27:13.149Z | [ recovery-image] Aug 16 21:27:12.086 INFO O| Aug 16 21:27:12.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6571 | 2024-08-16T21:27:13.149Z | [ recovery-image] Aug 16 21:27:12.086 INFO O| Aug 16 21:27:12.086 INFO STEP 882 (remove_files) COMPLETE |
6572 | 2024-08-16T21:27:13.151Z | [ recovery-image] Aug 16 21:27:12.086 INFO O| Aug 16 21:27:12.086 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-16T21:27:13.159Z | [ recovery-image] Aug 16 21:27:12.096 INFO O| Aug 16 21:27:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6574 | 2024-08-16T21:27:13.159Z | [ recovery-image] Aug 16 21:27:12.096 INFO O| Aug 16 21:27:12.096 INFO STEP 883 (remove_files) COMPLETE |
6575 | 2024-08-16T21:27:13.159Z | [ recovery-image] Aug 16 21:27:12.096 INFO O| Aug 16 21:27:12.096 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-16T21:27:13.169Z | [ recovery-image] Aug 16 21:27:12.106 INFO O| Aug 16 21:27:12.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6577 | 2024-08-16T21:27:13.171Z | [ recovery-image] Aug 16 21:27:12.106 INFO O| Aug 16 21:27:12.106 INFO STEP 884 (remove_files) COMPLETE |
6578 | 2024-08-16T21:27:13.171Z | [ recovery-image] Aug 16 21:27:12.106 INFO O| Aug 16 21:27:12.106 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-16T21:27:13.179Z | [ recovery-image] Aug 16 21:27:12.116 INFO O| Aug 16 21:27:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6580 | 2024-08-16T21:27:13.179Z | [ recovery-image] Aug 16 21:27:12.116 INFO O| Aug 16 21:27:12.116 INFO STEP 885 (remove_files) COMPLETE |
6581 | 2024-08-16T21:27:13.182Z | [ recovery-image] Aug 16 21:27:12.116 INFO O| Aug 16 21:27:12.116 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-16T21:27:13.189Z | [ recovery-image] Aug 16 21:27:12.126 INFO O| Aug 16 21:27:12.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6583 | 2024-08-16T21:27:13.191Z | [ recovery-image] Aug 16 21:27:12.126 INFO O| Aug 16 21:27:12.126 INFO STEP 886 (remove_files) COMPLETE |
6584 | 2024-08-16T21:27:13.191Z | [ recovery-image] Aug 16 21:27:12.126 INFO O| Aug 16 21:27:12.126 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-16T21:27:13.200Z | [ recovery-image] Aug 16 21:27:12.136 INFO O| Aug 16 21:27:12.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6586 | 2024-08-16T21:27:13.202Z | [ recovery-image] Aug 16 21:27:12.136 INFO O| Aug 16 21:27:12.136 INFO STEP 887 (remove_files) COMPLETE |
6587 | 2024-08-16T21:27:13.202Z | [ recovery-image] Aug 16 21:27:12.136 INFO O| Aug 16 21:27:12.136 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-16T21:27:13.209Z | [ recovery-image] Aug 16 21:27:12.146 INFO O| Aug 16 21:27:12.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6589 | 2024-08-16T21:27:13.209Z | [ recovery-image] Aug 16 21:27:12.146 INFO O| Aug 16 21:27:12.146 INFO STEP 888 (remove_files) COMPLETE |
6590 | 2024-08-16T21:27:13.209Z | [ recovery-image] Aug 16 21:27:12.146 INFO O| Aug 16 21:27:12.146 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-16T21:27:13.219Z | [ recovery-image] Aug 16 21:27:12.156 INFO O| Aug 16 21:27:12.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6592 | 2024-08-16T21:27:13.219Z | [ recovery-image] Aug 16 21:27:12.156 INFO O| Aug 16 21:27:12.156 INFO STEP 889 (remove_files) COMPLETE |
6593 | 2024-08-16T21:27:13.221Z | [ recovery-image] Aug 16 21:27:12.156 INFO O| Aug 16 21:27:12.156 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-16T21:27:13.228Z | [ recovery-image] Aug 16 21:27:12.165 INFO O| Aug 16 21:27:12.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6595 | 2024-08-16T21:27:13.231Z | [ recovery-image] Aug 16 21:27:12.166 INFO O| Aug 16 21:27:12.165 INFO STEP 890 (remove_files) COMPLETE |
6596 | 2024-08-16T21:27:13.231Z | [ recovery-image] Aug 16 21:27:12.166 INFO O| Aug 16 21:27:12.166 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-16T21:27:13.238Z | [ recovery-image] Aug 16 21:27:12.175 INFO O| Aug 16 21:27:12.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6598 | 2024-08-16T21:27:13.238Z | [ recovery-image] Aug 16 21:27:12.175 INFO O| Aug 16 21:27:12.175 INFO STEP 891 (remove_files) COMPLETE |
6599 | 2024-08-16T21:27:13.241Z | [ recovery-image] Aug 16 21:27:12.175 INFO O| Aug 16 21:27:12.175 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-16T21:27:13.248Z | [ recovery-image] Aug 16 21:27:12.185 INFO O| Aug 16 21:27:12.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6601 | 2024-08-16T21:27:13.248Z | [ recovery-image] Aug 16 21:27:12.185 INFO O| Aug 16 21:27:12.185 INFO STEP 892 (remove_files) COMPLETE |
6602 | 2024-08-16T21:27:13.251Z | [ recovery-image] Aug 16 21:27:12.185 INFO O| Aug 16 21:27:12.185 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-16T21:27:13.258Z | [ recovery-image] Aug 16 21:27:12.195 INFO O| Aug 16 21:27:12.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6604 | 2024-08-16T21:27:13.258Z | [ recovery-image] Aug 16 21:27:12.195 INFO O| Aug 16 21:27:12.195 INFO STEP 893 (remove_files) COMPLETE |
6605 | 2024-08-16T21:27:13.258Z | [ recovery-image] Aug 16 21:27:12.195 INFO O| Aug 16 21:27:12.195 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-16T21:27:13.268Z | [ recovery-image] Aug 16 21:27:12.205 INFO O| Aug 16 21:27:12.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6607 | 2024-08-16T21:27:13.268Z | [ recovery-image] Aug 16 21:27:12.205 INFO O| Aug 16 21:27:12.205 INFO STEP 894 (remove_files) COMPLETE |
6608 | 2024-08-16T21:27:13.270Z | [ recovery-image] Aug 16 21:27:12.205 INFO O| Aug 16 21:27:12.205 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-16T21:27:13.278Z | [ recovery-image] Aug 16 21:27:12.215 INFO O| Aug 16 21:27:12.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6610 | 2024-08-16T21:27:13.280Z | [ recovery-image] Aug 16 21:27:12.215 INFO O| Aug 16 21:27:12.215 INFO STEP 895 (remove_files) COMPLETE |
6611 | 2024-08-16T21:27:13.281Z | [ recovery-image] Aug 16 21:27:12.215 INFO O| Aug 16 21:27:12.215 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-16T21:27:13.288Z | [ recovery-image] Aug 16 21:27:12.225 INFO O| Aug 16 21:27:12.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6613 | 2024-08-16T21:27:13.288Z | [ recovery-image] Aug 16 21:27:12.225 INFO O| Aug 16 21:27:12.225 INFO STEP 896 (remove_files) COMPLETE |
6614 | 2024-08-16T21:27:13.288Z | [ recovery-image] Aug 16 21:27:12.225 INFO O| Aug 16 21:27:12.225 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-16T21:27:13.298Z | [ recovery-image] Aug 16 21:27:12.235 INFO O| Aug 16 21:27:12.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6616 | 2024-08-16T21:27:13.300Z | [ recovery-image] Aug 16 21:27:12.235 INFO O| Aug 16 21:27:12.235 INFO STEP 897 (remove_files) COMPLETE |
6617 | 2024-08-16T21:27:13.300Z | [ recovery-image] Aug 16 21:27:12.235 INFO O| Aug 16 21:27:12.235 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-16T21:27:13.308Z | [ recovery-image] Aug 16 21:27:12.244 INFO O| Aug 16 21:27:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6619 | 2024-08-16T21:27:13.308Z | [ recovery-image] Aug 16 21:27:12.245 INFO O| Aug 16 21:27:12.245 INFO STEP 898 (remove_files) COMPLETE |
6620 | 2024-08-16T21:27:13.310Z | [ recovery-image] Aug 16 21:27:12.245 INFO O| Aug 16 21:27:12.245 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-16T21:27:13.318Z | [ recovery-image] Aug 16 21:27:12.255 INFO O| Aug 16 21:27:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6622 | 2024-08-16T21:27:13.318Z | [ recovery-image] Aug 16 21:27:12.255 INFO O| Aug 16 21:27:12.255 INFO STEP 899 (remove_files) COMPLETE |
6623 | 2024-08-16T21:27:13.318Z | [ recovery-image] Aug 16 21:27:12.255 INFO O| Aug 16 21:27:12.255 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-16T21:27:13.329Z | [ recovery-image] Aug 16 21:27:12.266 INFO O| Aug 16 21:27:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6625 | 2024-08-16T21:27:13.332Z | [ recovery-image] Aug 16 21:27:12.266 INFO O| Aug 16 21:27:12.266 INFO STEP 900 (remove_files) COMPLETE |
6626 | 2024-08-16T21:27:13.332Z | [ recovery-image] Aug 16 21:27:12.267 INFO O| Aug 16 21:27:12.266 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-16T21:27:13.341Z | [ recovery-image] Aug 16 21:27:12.278 INFO O| Aug 16 21:27:12.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6628 | 2024-08-16T21:27:13.344Z | [ recovery-image] Aug 16 21:27:12.278 INFO O| Aug 16 21:27:12.278 INFO STEP 901 (remove_files) COMPLETE |
6629 | 2024-08-16T21:27:13.344Z | [ recovery-image] Aug 16 21:27:12.278 INFO O| Aug 16 21:27:12.278 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-16T21:27:13.359Z | [ recovery-image] Aug 16 21:27:12.291 INFO O| Aug 16 21:27:12.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6631 | 2024-08-16T21:27:13.359Z | [ recovery-image] Aug 16 21:27:12.291 INFO O| Aug 16 21:27:12.291 INFO STEP 902 (remove_files) COMPLETE |
6632 | 2024-08-16T21:27:13.362Z | [ recovery-image] Aug 16 21:27:12.291 INFO O| Aug 16 21:27:12.291 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-16T21:27:13.365Z | [ recovery-image] Aug 16 21:27:12.302 INFO O| Aug 16 21:27:12.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6634 | 2024-08-16T21:27:13.366Z | [ recovery-image] Aug 16 21:27:12.302 INFO O| Aug 16 21:27:12.302 INFO STEP 903 (remove_files) COMPLETE |
6635 | 2024-08-16T21:27:13.368Z | [ recovery-image] Aug 16 21:27:12.302 INFO O| Aug 16 21:27:12.302 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-16T21:27:13.376Z | [ recovery-image] Aug 16 21:27:12.313 INFO O| Aug 16 21:27:12.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6637 | 2024-08-16T21:27:13.376Z | [ recovery-image] Aug 16 21:27:12.313 INFO O| Aug 16 21:27:12.313 INFO STEP 904 (remove_files) COMPLETE |
6638 | 2024-08-16T21:27:13.376Z | [ recovery-image] Aug 16 21:27:12.313 INFO O| Aug 16 21:27:12.313 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-16T21:27:13.386Z | [ recovery-image] Aug 16 21:27:12.323 INFO O| Aug 16 21:27:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6640 | 2024-08-16T21:27:13.390Z | [ recovery-image] Aug 16 21:27:12.323 INFO O| Aug 16 21:27:12.323 INFO STEP 905 (remove_files) COMPLETE |
6641 | 2024-08-16T21:27:13.390Z | [ recovery-image] Aug 16 21:27:12.323 INFO O| Aug 16 21:27:12.323 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-16T21:27:13.398Z | [ recovery-image] Aug 16 21:27:12.333 INFO O| Aug 16 21:27:12.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6643 | 2024-08-16T21:27:13.398Z | [ recovery-image] Aug 16 21:27:12.333 INFO O| Aug 16 21:27:12.333 INFO STEP 906 (remove_files) COMPLETE |
6644 | 2024-08-16T21:27:13.398Z | [ recovery-image] Aug 16 21:27:12.333 INFO O| Aug 16 21:27:12.333 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-16T21:27:13.406Z | [ recovery-image] Aug 16 21:27:12.343 INFO O| Aug 16 21:27:12.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6646 | 2024-08-16T21:27:13.406Z | [ recovery-image] Aug 16 21:27:12.343 INFO O| Aug 16 21:27:12.343 INFO STEP 907 (remove_files) COMPLETE |
6647 | 2024-08-16T21:27:13.406Z | [ recovery-image] Aug 16 21:27:12.343 INFO O| Aug 16 21:27:12.343 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-16T21:27:13.415Z | [ recovery-image] Aug 16 21:27:12.353 INFO O| Aug 16 21:27:12.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6649 | 2024-08-16T21:27:13.416Z | [ recovery-image] Aug 16 21:27:12.353 INFO O| Aug 16 21:27:12.353 INFO STEP 908 (remove_files) COMPLETE |
6650 | 2024-08-16T21:27:13.418Z | [ recovery-image] Aug 16 21:27:12.353 INFO O| Aug 16 21:27:12.353 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-16T21:27:13.428Z | [ recovery-image] Aug 16 21:27:12.363 INFO O| Aug 16 21:27:12.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6652 | 2024-08-16T21:27:13.428Z | [ recovery-image] Aug 16 21:27:12.363 INFO O| Aug 16 21:27:12.363 INFO STEP 909 (remove_files) COMPLETE |
6653 | 2024-08-16T21:27:13.428Z | [ recovery-image] Aug 16 21:27:12.363 INFO O| Aug 16 21:27:12.363 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-16T21:27:13.436Z | [ recovery-image] Aug 16 21:27:12.373 INFO O| Aug 16 21:27:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6655 | 2024-08-16T21:27:13.438Z | [ recovery-image] Aug 16 21:27:12.373 INFO O| Aug 16 21:27:12.373 INFO STEP 910 (remove_files) COMPLETE |
6656 | 2024-08-16T21:27:13.438Z | [ recovery-image] Aug 16 21:27:12.373 INFO O| Aug 16 21:27:12.373 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-16T21:27:13.446Z | [ recovery-image] Aug 16 21:27:12.383 INFO O| Aug 16 21:27:12.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6658 | 2024-08-16T21:27:13.446Z | [ recovery-image] Aug 16 21:27:12.383 INFO O| Aug 16 21:27:12.383 INFO STEP 911 (remove_files) COMPLETE |
6659 | 2024-08-16T21:27:13.448Z | [ recovery-image] Aug 16 21:27:12.383 INFO O| Aug 16 21:27:12.383 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-16T21:27:13.456Z | [ recovery-image] Aug 16 21:27:12.393 INFO O| Aug 16 21:27:12.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6661 | 2024-08-16T21:27:13.456Z | [ recovery-image] Aug 16 21:27:12.393 INFO O| Aug 16 21:27:12.393 INFO STEP 912 (remove_files) COMPLETE |
6662 | 2024-08-16T21:27:13.458Z | [ recovery-image] Aug 16 21:27:12.393 INFO O| Aug 16 21:27:12.393 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-16T21:27:13.466Z | [ recovery-image] Aug 16 21:27:12.403 INFO O| Aug 16 21:27:12.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6664 | 2024-08-16T21:27:13.466Z | [ recovery-image] Aug 16 21:27:12.403 INFO O| Aug 16 21:27:12.403 INFO STEP 913 (remove_files) COMPLETE |
6665 | 2024-08-16T21:27:13.469Z | [ recovery-image] Aug 16 21:27:12.403 INFO O| Aug 16 21:27:12.403 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-16T21:27:13.476Z | [ recovery-image] Aug 16 21:27:12.413 INFO O| Aug 16 21:27:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6667 | 2024-08-16T21:27:13.476Z | [ recovery-image] Aug 16 21:27:12.413 INFO O| Aug 16 21:27:12.413 INFO STEP 914 (remove_files) COMPLETE |
6668 | 2024-08-16T21:27:13.478Z | [ recovery-image] Aug 16 21:27:12.413 INFO O| Aug 16 21:27:12.413 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-16T21:27:13.486Z | [ recovery-image] Aug 16 21:27:12.423 INFO O| Aug 16 21:27:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6670 | 2024-08-16T21:27:13.486Z | [ recovery-image] Aug 16 21:27:12.423 INFO O| Aug 16 21:27:12.423 INFO STEP 915 (remove_files) COMPLETE |
6671 | 2024-08-16T21:27:13.486Z | [ recovery-image] Aug 16 21:27:12.423 INFO O| Aug 16 21:27:12.423 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-16T21:27:13.496Z | [ recovery-image] Aug 16 21:27:12.433 INFO O| Aug 16 21:27:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6673 | 2024-08-16T21:27:13.496Z | [ recovery-image] Aug 16 21:27:12.433 INFO O| Aug 16 21:27:12.433 INFO STEP 916 (remove_files) COMPLETE |
6674 | 2024-08-16T21:27:13.496Z | [ recovery-image] Aug 16 21:27:12.433 INFO O| Aug 16 21:27:12.433 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-16T21:27:13.505Z | [ recovery-image] Aug 16 21:27:12.442 INFO O| Aug 16 21:27:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6676 | 2024-08-16T21:27:13.505Z | [ recovery-image] Aug 16 21:27:12.442 INFO O| Aug 16 21:27:12.442 INFO STEP 917 (remove_files) COMPLETE |
6677 | 2024-08-16T21:27:13.505Z | [ recovery-image] Aug 16 21:27:12.443 INFO O| Aug 16 21:27:12.442 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-16T21:27:13.515Z | [ recovery-image] Aug 16 21:27:12.452 INFO O| Aug 16 21:27:12.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6679 | 2024-08-16T21:27:13.515Z | [ recovery-image] Aug 16 21:27:12.452 INFO O| Aug 16 21:27:12.452 INFO STEP 918 (remove_files) COMPLETE |
6680 | 2024-08-16T21:27:13.515Z | [ recovery-image] Aug 16 21:27:12.452 INFO O| Aug 16 21:27:12.452 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-08-16T21:27:13.526Z | [ recovery-image] Aug 16 21:27:12.462 INFO O| Aug 16 21:27:12.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6682 | 2024-08-16T21:27:13.526Z | [ recovery-image] Aug 16 21:27:12.462 INFO O| Aug 16 21:27:12.462 INFO STEP 919 (remove_files) COMPLETE |
6683 | 2024-08-16T21:27:13.526Z | [ recovery-image] Aug 16 21:27:12.462 INFO O| Aug 16 21:27:12.462 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-08-16T21:27:13.535Z | [ recovery-image] Aug 16 21:27:12.472 INFO O| Aug 16 21:27:12.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6685 | 2024-08-16T21:27:13.537Z | [ recovery-image] Aug 16 21:27:12.472 INFO O| Aug 16 21:27:12.472 INFO STEP 920 (remove_files) COMPLETE |
6686 | 2024-08-16T21:27:13.537Z | [ recovery-image] Aug 16 21:27:12.472 INFO O| Aug 16 21:27:12.472 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-08-16T21:27:13.546Z | [ recovery-image] Aug 16 21:27:12.482 INFO O| Aug 16 21:27:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6688 | 2024-08-16T21:27:13.546Z | [ recovery-image] Aug 16 21:27:12.482 INFO O| Aug 16 21:27:12.482 INFO STEP 921 (remove_files) COMPLETE |
6689 | 2024-08-16T21:27:13.546Z | [ recovery-image] Aug 16 21:27:12.482 INFO O| Aug 16 21:27:12.482 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-08-16T21:27:13.556Z | [ recovery-image] Aug 16 21:27:12.492 INFO O| Aug 16 21:27:12.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6691 | 2024-08-16T21:27:13.559Z | [ recovery-image] Aug 16 21:27:12.493 INFO O| Aug 16 21:27:12.493 INFO STEP 922 (remove_files) COMPLETE |
6692 | 2024-08-16T21:27:13.560Z | [ recovery-image] Aug 16 21:27:12.493 INFO O| Aug 16 21:27:12.493 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-08-16T21:27:13.565Z | [ recovery-image] Aug 16 21:27:12.502 INFO O| Aug 16 21:27:12.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6694 | 2024-08-16T21:27:13.565Z | [ recovery-image] Aug 16 21:27:12.502 INFO O| Aug 16 21:27:12.502 INFO STEP 923 (remove_files) COMPLETE |
6695 | 2024-08-16T21:27:13.569Z | [ recovery-image] Aug 16 21:27:12.502 INFO O| Aug 16 21:27:12.502 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-08-16T21:27:13.578Z | [ recovery-image] Aug 16 21:27:12.513 INFO O| Aug 16 21:27:12.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6697 | 2024-08-16T21:27:13.578Z | [ recovery-image] Aug 16 21:27:12.513 INFO O| Aug 16 21:27:12.513 INFO STEP 924 (remove_files) COMPLETE |
6698 | 2024-08-16T21:27:13.578Z | [ recovery-image] Aug 16 21:27:12.513 INFO O| Aug 16 21:27:12.513 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-08-16T21:27:13.589Z | [ recovery-image] Aug 16 21:27:12.526 INFO O| Aug 16 21:27:12.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6700 | 2024-08-16T21:27:13.589Z | [ recovery-image] Aug 16 21:27:12.526 INFO O| Aug 16 21:27:12.526 INFO STEP 925 (remove_files) COMPLETE |
6701 | 2024-08-16T21:27:13.592Z | [ recovery-image] Aug 16 21:27:12.526 INFO O| Aug 16 21:27:12.526 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-08-16T21:27:13.601Z | [ recovery-image] Aug 16 21:27:12.538 INFO O| Aug 16 21:27:12.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6703 | 2024-08-16T21:27:13.601Z | [ recovery-image] Aug 16 21:27:12.538 INFO O| Aug 16 21:27:12.538 INFO STEP 926 (remove_files) COMPLETE |
6704 | 2024-08-16T21:27:13.601Z | [ recovery-image] Aug 16 21:27:12.538 INFO O| Aug 16 21:27:12.538 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-08-16T21:27:13.613Z | [ recovery-image] Aug 16 21:27:12.549 INFO O| Aug 16 21:27:12.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6706 | 2024-08-16T21:27:13.613Z | [ recovery-image] Aug 16 21:27:12.549 INFO O| Aug 16 21:27:12.549 INFO STEP 927 (remove_files) COMPLETE |
6707 | 2024-08-16T21:27:13.615Z | [ recovery-image] Aug 16 21:27:12.549 INFO O| Aug 16 21:27:12.549 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-08-16T21:27:13.624Z | [ recovery-image] Aug 16 21:27:12.561 INFO O| Aug 16 21:27:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6709 | 2024-08-16T21:27:13.624Z | [ recovery-image] Aug 16 21:27:12.561 INFO O| Aug 16 21:27:12.561 INFO STEP 928 (remove_files) COMPLETE |
6710 | 2024-08-16T21:27:13.627Z | [ recovery-image] Aug 16 21:27:12.561 INFO O| Aug 16 21:27:12.561 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-08-16T21:27:13.635Z | [ recovery-image] Aug 16 21:27:12.572 INFO O| Aug 16 21:27:12.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6712 | 2024-08-16T21:27:13.635Z | [ recovery-image] Aug 16 21:27:12.572 INFO O| Aug 16 21:27:12.572 INFO STEP 929 (remove_files) COMPLETE |
6713 | 2024-08-16T21:27:13.638Z | [ recovery-image] Aug 16 21:27:12.572 INFO O| Aug 16 21:27:12.572 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-08-16T21:27:13.648Z | [ recovery-image] Aug 16 21:27:12.585 INFO O| Aug 16 21:27:12.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6715 | 2024-08-16T21:27:13.648Z | [ recovery-image] Aug 16 21:27:12.585 INFO O| Aug 16 21:27:12.585 INFO STEP 930 (remove_files) COMPLETE |
6716 | 2024-08-16T21:27:13.651Z | [ recovery-image] Aug 16 21:27:12.585 INFO O| Aug 16 21:27:12.585 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-08-16T21:27:13.661Z | [ recovery-image] Aug 16 21:27:12.598 INFO O| Aug 16 21:27:12.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6718 | 2024-08-16T21:27:13.661Z | [ recovery-image] Aug 16 21:27:12.598 INFO O| Aug 16 21:27:12.598 INFO STEP 931 (remove_files) COMPLETE |
6719 | 2024-08-16T21:27:13.663Z | [ recovery-image] Aug 16 21:27:12.598 INFO O| Aug 16 21:27:12.598 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-08-16T21:27:13.671Z | [ recovery-image] Aug 16 21:27:12.608 INFO O| Aug 16 21:27:12.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6721 | 2024-08-16T21:27:13.674Z | [ recovery-image] Aug 16 21:27:12.609 INFO O| Aug 16 21:27:12.609 INFO STEP 932 (remove_files) COMPLETE |
6722 | 2024-08-16T21:27:13.674Z | [ recovery-image] Aug 16 21:27:12.609 INFO O| Aug 16 21:27:12.609 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-08-16T21:27:13.683Z | [ recovery-image] Aug 16 21:27:12.619 INFO O| Aug 16 21:27:12.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6724 | 2024-08-16T21:27:13.685Z | [ recovery-image] Aug 16 21:27:12.620 INFO O| Aug 16 21:27:12.620 INFO STEP 933 (remove_files) COMPLETE |
6725 | 2024-08-16T21:27:13.685Z | [ recovery-image] Aug 16 21:27:12.620 INFO O| Aug 16 21:27:12.620 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-08-16T21:27:13.693Z | [ recovery-image] Aug 16 21:27:12.630 INFO O| Aug 16 21:27:12.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6727 | 2024-08-16T21:27:13.693Z | [ recovery-image] Aug 16 21:27:12.630 INFO O| Aug 16 21:27:12.630 INFO STEP 934 (remove_files) COMPLETE |
6728 | 2024-08-16T21:27:13.693Z | [ recovery-image] Aug 16 21:27:12.630 INFO O| Aug 16 21:27:12.630 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-08-16T21:27:13.703Z | [ recovery-image] Aug 16 21:27:12.640 INFO O| Aug 16 21:27:12.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6730 | 2024-08-16T21:27:13.703Z | [ recovery-image] Aug 16 21:27:12.641 INFO O| Aug 16 21:27:12.640 INFO STEP 935 (remove_files) COMPLETE |
6731 | 2024-08-16T21:27:13.706Z | [ recovery-image] Aug 16 21:27:12.641 INFO O| Aug 16 21:27:12.640 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-08-16T21:27:13.714Z | [ recovery-image] Aug 16 21:27:12.651 INFO O| Aug 16 21:27:12.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6733 | 2024-08-16T21:27:13.714Z | [ recovery-image] Aug 16 21:27:12.651 INFO O| Aug 16 21:27:12.651 INFO STEP 936 (remove_files) COMPLETE |
6734 | 2024-08-16T21:27:13.714Z | [ recovery-image] Aug 16 21:27:12.651 INFO O| Aug 16 21:27:12.651 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-16T21:27:13.725Z | [ recovery-image] Aug 16 21:27:12.662 INFO O| Aug 16 21:27:12.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6736 | 2024-08-16T21:27:13.725Z | [ recovery-image] Aug 16 21:27:12.662 INFO O| Aug 16 21:27:12.662 INFO STEP 937 (remove_files) COMPLETE |
6737 | 2024-08-16T21:27:13.725Z | [ recovery-image] Aug 16 21:27:12.662 INFO O| Aug 16 21:27:12.662 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-08-16T21:27:13.735Z | [ recovery-image] Aug 16 21:27:12.672 INFO O| Aug 16 21:27:12.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6739 | 2024-08-16T21:27:13.735Z | [ recovery-image] Aug 16 21:27:12.672 INFO O| Aug 16 21:27:12.672 INFO STEP 938 (remove_files) COMPLETE |
6740 | 2024-08-16T21:27:13.738Z | [ recovery-image] Aug 16 21:27:12.672 INFO O| Aug 16 21:27:12.672 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-08-16T21:27:13.745Z | [ recovery-image] Aug 16 21:27:12.682 INFO O| Aug 16 21:27:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6742 | 2024-08-16T21:27:13.745Z | [ recovery-image] Aug 16 21:27:12.682 INFO O| Aug 16 21:27:12.682 INFO STEP 939 (remove_files) COMPLETE |
6743 | 2024-08-16T21:27:13.747Z | [ recovery-image] Aug 16 21:27:12.682 INFO O| Aug 16 21:27:12.682 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-16T21:27:13.755Z | [ recovery-image] Aug 16 21:27:12.692 INFO O| Aug 16 21:27:12.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6745 | 2024-08-16T21:27:13.758Z | [ recovery-image] Aug 16 21:27:12.692 INFO O| Aug 16 21:27:12.692 INFO STEP 940 (remove_files) COMPLETE |
6746 | 2024-08-16T21:27:13.758Z | [ recovery-image] Aug 16 21:27:12.692 INFO O| Aug 16 21:27:12.692 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-16T21:27:13.765Z | [ recovery-image] Aug 16 21:27:12.702 INFO O| Aug 16 21:27:12.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6748 | 2024-08-16T21:27:13.765Z | [ recovery-image] Aug 16 21:27:12.702 INFO O| Aug 16 21:27:12.702 INFO STEP 941 (remove_files) COMPLETE |
6749 | 2024-08-16T21:27:13.767Z | [ recovery-image] Aug 16 21:27:12.702 INFO O| Aug 16 21:27:12.702 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-08-16T21:27:13.775Z | [ recovery-image] Aug 16 21:27:12.712 INFO O| Aug 16 21:27:12.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6751 | 2024-08-16T21:27:13.777Z | [ recovery-image] Aug 16 21:27:12.712 INFO O| Aug 16 21:27:12.712 INFO STEP 942 (remove_files) COMPLETE |
6752 | 2024-08-16T21:27:13.778Z | [ recovery-image] Aug 16 21:27:12.712 INFO O| Aug 16 21:27:12.712 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-16T21:27:13.785Z | [ recovery-image] Aug 16 21:27:12.722 INFO O| Aug 16 21:27:12.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6754 | 2024-08-16T21:27:13.785Z | [ recovery-image] Aug 16 21:27:12.722 INFO O| Aug 16 21:27:12.722 INFO STEP 943 (remove_files) COMPLETE |
6755 | 2024-08-16T21:27:13.787Z | [ recovery-image] Aug 16 21:27:12.722 INFO O| Aug 16 21:27:12.722 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-16T21:27:13.794Z | [ recovery-image] Aug 16 21:27:12.731 INFO O| Aug 16 21:27:12.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6757 | 2024-08-16T21:27:13.794Z | [ recovery-image] Aug 16 21:27:12.731 INFO O| Aug 16 21:27:12.731 INFO STEP 944 (remove_files) COMPLETE |
6758 | 2024-08-16T21:27:13.797Z | [ recovery-image] Aug 16 21:27:12.731 INFO O| Aug 16 21:27:12.731 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-08-16T21:27:13.804Z | [ recovery-image] Aug 16 21:27:12.741 INFO O| Aug 16 21:27:12.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6760 | 2024-08-16T21:27:13.804Z | [ recovery-image] Aug 16 21:27:12.741 INFO O| Aug 16 21:27:12.741 INFO STEP 945 (remove_files) COMPLETE |
6761 | 2024-08-16T21:27:13.806Z | [ recovery-image] Aug 16 21:27:12.741 INFO O| Aug 16 21:27:12.741 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-08-16T21:27:13.813Z | [ recovery-image] Aug 16 21:27:12.750 INFO O| Aug 16 21:27:12.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6763 | 2024-08-16T21:27:13.813Z | [ recovery-image] Aug 16 21:27:12.750 INFO O| Aug 16 21:27:12.750 INFO STEP 946 (remove_files) COMPLETE |
6764 | 2024-08-16T21:27:13.816Z | [ recovery-image] Aug 16 21:27:12.750 INFO O| Aug 16 21:27:12.750 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-16T21:27:13.823Z | [ recovery-image] Aug 16 21:27:12.760 INFO O| Aug 16 21:27:12.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6766 | 2024-08-16T21:27:13.823Z | [ recovery-image] Aug 16 21:27:12.760 INFO O| Aug 16 21:27:12.760 INFO STEP 947 (remove_files) COMPLETE |
6767 | 2024-08-16T21:27:13.825Z | [ recovery-image] Aug 16 21:27:12.760 INFO O| Aug 16 21:27:12.760 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-16T21:27:13.833Z | [ recovery-image] Aug 16 21:27:12.770 INFO O| Aug 16 21:27:12.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6769 | 2024-08-16T21:27:13.833Z | [ recovery-image] Aug 16 21:27:12.770 INFO O| Aug 16 21:27:12.770 INFO STEP 948 (remove_files) COMPLETE |
6770 | 2024-08-16T21:27:13.835Z | [ recovery-image] Aug 16 21:27:12.770 INFO O| Aug 16 21:27:12.770 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-16T21:27:13.843Z | [ recovery-image] Aug 16 21:27:12.780 INFO O| Aug 16 21:27:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6772 | 2024-08-16T21:27:13.843Z | [ recovery-image] Aug 16 21:27:12.780 INFO O| Aug 16 21:27:12.780 INFO STEP 949 (remove_files) COMPLETE |
6773 | 2024-08-16T21:27:13.843Z | [ recovery-image] Aug 16 21:27:12.780 INFO O| Aug 16 21:27:12.780 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-16T21:27:13.854Z | [ recovery-image] Aug 16 21:27:12.790 INFO O| Aug 16 21:27:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6775 | 2024-08-16T21:27:13.854Z | [ recovery-image] Aug 16 21:27:12.791 INFO O| Aug 16 21:27:12.790 INFO STEP 950 (remove_files) COMPLETE |
6776 | 2024-08-16T21:27:13.856Z | [ recovery-image] Aug 16 21:27:12.791 INFO O| Aug 16 21:27:12.791 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-16T21:27:13.865Z | [ recovery-image] Aug 16 21:27:12.802 INFO O| Aug 16 21:27:12.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6778 | 2024-08-16T21:27:13.865Z | [ recovery-image] Aug 16 21:27:12.802 INFO O| Aug 16 21:27:12.802 INFO STEP 951 (remove_files) COMPLETE |
6779 | 2024-08-16T21:27:13.867Z | [ recovery-image] Aug 16 21:27:12.802 INFO O| Aug 16 21:27:12.802 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-16T21:27:13.876Z | [ recovery-image] Aug 16 21:27:12.813 INFO O| Aug 16 21:27:12.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6781 | 2024-08-16T21:27:13.876Z | [ recovery-image] Aug 16 21:27:12.813 INFO O| Aug 16 21:27:12.813 INFO STEP 952 (remove_files) COMPLETE |
6782 | 2024-08-16T21:27:13.879Z | [ recovery-image] Aug 16 21:27:12.813 INFO O| Aug 16 21:27:12.813 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-16T21:27:13.888Z | [ recovery-image] Aug 16 21:27:12.825 INFO O| Aug 16 21:27:12.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6784 | 2024-08-16T21:27:13.888Z | [ recovery-image] Aug 16 21:27:12.825 INFO O| Aug 16 21:27:12.825 INFO STEP 953 (remove_files) COMPLETE |
6785 | 2024-08-16T21:27:13.890Z | [ recovery-image] Aug 16 21:27:12.825 INFO O| Aug 16 21:27:12.825 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-16T21:27:13.898Z | [ recovery-image] Aug 16 21:27:12.835 INFO O| Aug 16 21:27:12.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6787 | 2024-08-16T21:27:13.902Z | [ recovery-image] Aug 16 21:27:12.835 INFO O| Aug 16 21:27:12.835 INFO STEP 954 (remove_files) COMPLETE |
6788 | 2024-08-16T21:27:13.902Z | [ recovery-image] Aug 16 21:27:12.835 INFO O| Aug 16 21:27:12.835 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-16T21:27:13.908Z | [ recovery-image] Aug 16 21:27:12.845 INFO O| Aug 16 21:27:12.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6790 | 2024-08-16T21:27:13.911Z | [ recovery-image] Aug 16 21:27:12.845 INFO O| Aug 16 21:27:12.845 INFO STEP 955 (remove_files) COMPLETE |
6791 | 2024-08-16T21:27:13.911Z | [ recovery-image] Aug 16 21:27:12.845 INFO O| Aug 16 21:27:12.845 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-16T21:27:13.918Z | [ recovery-image] Aug 16 21:27:12.855 INFO O| Aug 16 21:27:12.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6793 | 2024-08-16T21:27:13.921Z | [ recovery-image] Aug 16 21:27:12.855 INFO O| Aug 16 21:27:12.855 INFO STEP 956 (remove_files) COMPLETE |
6794 | 2024-08-16T21:27:13.921Z | [ recovery-image] Aug 16 21:27:12.855 INFO O| Aug 16 21:27:12.855 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-16T21:27:13.928Z | [ recovery-image] Aug 16 21:27:12.865 INFO O| Aug 16 21:27:12.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6796 | 2024-08-16T21:27:13.930Z | [ recovery-image] Aug 16 21:27:12.865 INFO O| Aug 16 21:27:12.865 INFO STEP 957 (remove_files) COMPLETE |
6797 | 2024-08-16T21:27:13.930Z | [ recovery-image] Aug 16 21:27:12.865 INFO O| Aug 16 21:27:12.865 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-16T21:27:13.938Z | [ recovery-image] Aug 16 21:27:12.875 INFO O| Aug 16 21:27:12.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6799 | 2024-08-16T21:27:13.938Z | [ recovery-image] Aug 16 21:27:12.875 INFO O| Aug 16 21:27:12.875 INFO STEP 958 (remove_files) COMPLETE |
6800 | 2024-08-16T21:27:13.940Z | [ recovery-image] Aug 16 21:27:12.875 INFO O| Aug 16 21:27:12.875 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-16T21:27:13.948Z | [ recovery-image] Aug 16 21:27:12.885 INFO O| Aug 16 21:27:12.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6802 | 2024-08-16T21:27:13.950Z | [ recovery-image] Aug 16 21:27:12.885 INFO O| Aug 16 21:27:12.885 INFO STEP 959 (remove_files) COMPLETE |
6803 | 2024-08-16T21:27:13.950Z | [ recovery-image] Aug 16 21:27:12.885 INFO O| Aug 16 21:27:12.885 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-16T21:27:13.958Z | [ recovery-image] Aug 16 21:27:12.895 INFO O| Aug 16 21:27:12.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6805 | 2024-08-16T21:27:13.958Z | [ recovery-image] Aug 16 21:27:12.895 INFO O| Aug 16 21:27:12.895 INFO STEP 960 (remove_files) COMPLETE |
6806 | 2024-08-16T21:27:13.960Z | [ recovery-image] Aug 16 21:27:12.895 INFO O| Aug 16 21:27:12.895 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-16T21:27:13.967Z | [ recovery-image] Aug 16 21:27:12.904 INFO O| Aug 16 21:27:12.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6808 | 2024-08-16T21:27:13.967Z | [ recovery-image] Aug 16 21:27:12.904 INFO O| Aug 16 21:27:12.904 INFO STEP 961 (remove_files) COMPLETE |
6809 | 2024-08-16T21:27:13.970Z | [ recovery-image] Aug 16 21:27:12.904 INFO O| Aug 16 21:27:12.904 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-16T21:27:13.977Z | [ recovery-image] Aug 16 21:27:12.914 INFO O| Aug 16 21:27:12.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6811 | 2024-08-16T21:27:13.977Z | [ recovery-image] Aug 16 21:27:12.914 INFO O| Aug 16 21:27:12.914 INFO STEP 962 (remove_files) COMPLETE |
6812 | 2024-08-16T21:27:13.979Z | [ recovery-image] Aug 16 21:27:12.914 INFO O| Aug 16 21:27:12.914 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-16T21:27:13.987Z | [ recovery-image] Aug 16 21:27:12.924 INFO O| Aug 16 21:27:12.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6814 | 2024-08-16T21:27:13.987Z | [ recovery-image] Aug 16 21:27:12.924 INFO O| Aug 16 21:27:12.924 INFO STEP 963 (remove_files) COMPLETE |
6815 | 2024-08-16T21:27:13.987Z | [ recovery-image] Aug 16 21:27:12.924 INFO O| Aug 16 21:27:12.924 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-16T21:27:13.996Z | [ recovery-image] Aug 16 21:27:12.933 INFO O| Aug 16 21:27:12.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6817 | 2024-08-16T21:27:13.996Z | [ recovery-image] Aug 16 21:27:12.933 INFO O| Aug 16 21:27:12.933 INFO STEP 964 (remove_files) COMPLETE |
6818 | 2024-08-16T21:27:13.999Z | [ recovery-image] Aug 16 21:27:12.933 INFO O| Aug 16 21:27:12.933 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-16T21:27:14.006Z | [ recovery-image] Aug 16 21:27:12.943 INFO O| Aug 16 21:27:12.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6820 | 2024-08-16T21:27:14.006Z | [ recovery-image] Aug 16 21:27:12.943 INFO O| Aug 16 21:27:12.943 INFO STEP 965 (remove_files) COMPLETE |
6821 | 2024-08-16T21:27:14.009Z | [ recovery-image] Aug 16 21:27:12.943 INFO O| Aug 16 21:27:12.943 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-16T21:27:14.016Z | [ recovery-image] Aug 16 21:27:12.952 INFO O| Aug 16 21:27:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6823 | 2024-08-16T21:27:14.018Z | [ recovery-image] Aug 16 21:27:12.953 INFO O| Aug 16 21:27:12.952 INFO STEP 966 (remove_files) COMPLETE |
6824 | 2024-08-16T21:27:14.018Z | [ recovery-image] Aug 16 21:27:12.953 INFO O| Aug 16 21:27:12.952 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-16T21:27:14.025Z | [ recovery-image] Aug 16 21:27:12.962 INFO O| Aug 16 21:27:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6826 | 2024-08-16T21:27:14.025Z | [ recovery-image] Aug 16 21:27:12.962 INFO O| Aug 16 21:27:12.962 INFO STEP 967 (remove_files) COMPLETE |
6827 | 2024-08-16T21:27:14.025Z | [ recovery-image] Aug 16 21:27:12.962 INFO O| Aug 16 21:27:12.962 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-16T21:27:14.035Z | [ recovery-image] Aug 16 21:27:12.971 INFO O| Aug 16 21:27:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6829 | 2024-08-16T21:27:14.035Z | [ recovery-image] Aug 16 21:27:12.972 INFO O| Aug 16 21:27:12.972 INFO STEP 968 (remove_files) COMPLETE |
6830 | 2024-08-16T21:27:14.037Z | [ recovery-image] Aug 16 21:27:12.972 INFO O| Aug 16 21:27:12.972 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-08-16T21:27:14.045Z | [ recovery-image] Aug 16 21:27:12.981 INFO O| Aug 16 21:27:12.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6832 | 2024-08-16T21:27:14.045Z | [ recovery-image] Aug 16 21:27:12.981 INFO O| Aug 16 21:27:12.981 INFO STEP 969 (remove_files) COMPLETE |
6833 | 2024-08-16T21:27:14.047Z | [ recovery-image] Aug 16 21:27:12.981 INFO O| Aug 16 21:27:12.981 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-16T21:27:14.054Z | [ recovery-image] Aug 16 21:27:12.991 INFO O| Aug 16 21:27:12.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6835 | 2024-08-16T21:27:14.054Z | [ recovery-image] Aug 16 21:27:12.991 INFO O| Aug 16 21:27:12.991 INFO STEP 970 (remove_files) COMPLETE |
6836 | 2024-08-16T21:27:14.054Z | [ recovery-image] Aug 16 21:27:12.991 INFO O| Aug 16 21:27:12.991 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-16T21:27:14.064Z | [ recovery-image] Aug 16 21:27:13.001 INFO O| Aug 16 21:27:13.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6838 | 2024-08-16T21:27:14.066Z | [ recovery-image] Aug 16 21:27:13.001 INFO O| Aug 16 21:27:13.001 INFO STEP 971 (remove_files) COMPLETE |
6839 | 2024-08-16T21:27:14.067Z | [ recovery-image] Aug 16 21:27:13.001 INFO O| Aug 16 21:27:13.001 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-16T21:27:14.075Z | [ recovery-image] Aug 16 21:27:13.012 INFO O| Aug 16 21:27:13.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6841 | 2024-08-16T21:27:14.077Z | [ recovery-image] Aug 16 21:27:13.012 INFO O| Aug 16 21:27:13.012 INFO STEP 972 (remove_files) COMPLETE |
6842 | 2024-08-16T21:27:14.077Z | [ recovery-image] Aug 16 21:27:13.012 INFO O| Aug 16 21:27:13.012 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-16T21:27:14.085Z | [ recovery-image] Aug 16 21:27:13.021 INFO O| Aug 16 21:27:13.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6844 | 2024-08-16T21:27:14.087Z | [ recovery-image] Aug 16 21:27:13.022 INFO O| Aug 16 21:27:13.022 INFO STEP 973 (remove_files) COMPLETE |
6845 | 2024-08-16T21:27:14.087Z | [ recovery-image] Aug 16 21:27:13.022 INFO O| Aug 16 21:27:13.022 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-16T21:27:14.094Z | [ recovery-image] Aug 16 21:27:13.031 INFO O| Aug 16 21:27:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6847 | 2024-08-16T21:27:14.097Z | [ recovery-image] Aug 16 21:27:13.032 INFO O| Aug 16 21:27:13.032 INFO STEP 974 (remove_files) COMPLETE |
6848 | 2024-08-16T21:27:14.097Z | [ recovery-image] Aug 16 21:27:13.032 INFO O| Aug 16 21:27:13.032 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-16T21:27:14.104Z | [ recovery-image] Aug 16 21:27:13.041 INFO O| Aug 16 21:27:13.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6850 | 2024-08-16T21:27:14.107Z | [ recovery-image] Aug 16 21:27:13.041 INFO O| Aug 16 21:27:13.041 INFO STEP 975 (remove_files) COMPLETE |
6851 | 2024-08-16T21:27:14.107Z | [ recovery-image] Aug 16 21:27:13.041 INFO O| Aug 16 21:27:13.041 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-16T21:27:14.114Z | [ recovery-image] Aug 16 21:27:13.051 INFO O| Aug 16 21:27:13.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6853 | 2024-08-16T21:27:14.117Z | [ recovery-image] Aug 16 21:27:13.051 INFO O| Aug 16 21:27:13.051 INFO STEP 976 (remove_files) COMPLETE |
6854 | 2024-08-16T21:27:14.117Z | [ recovery-image] Aug 16 21:27:13.051 INFO O| Aug 16 21:27:13.051 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-16T21:27:14.124Z | [ recovery-image] Aug 16 21:27:13.061 INFO O| Aug 16 21:27:13.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6856 | 2024-08-16T21:27:14.124Z | [ recovery-image] Aug 16 21:27:13.061 INFO O| Aug 16 21:27:13.061 INFO STEP 977 (remove_files) COMPLETE |
6857 | 2024-08-16T21:27:14.126Z | [ recovery-image] Aug 16 21:27:13.061 INFO O| Aug 16 21:27:13.061 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-16T21:27:14.133Z | [ recovery-image] Aug 16 21:27:13.070 INFO O| Aug 16 21:27:13.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6859 | 2024-08-16T21:27:14.136Z | [ recovery-image] Aug 16 21:27:13.071 INFO O| Aug 16 21:27:13.070 INFO STEP 978 (remove_files) COMPLETE |
6860 | 2024-08-16T21:27:14.136Z | [ recovery-image] Aug 16 21:27:13.071 INFO O| Aug 16 21:27:13.071 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-16T21:27:14.143Z | [ recovery-image] Aug 16 21:27:13.080 INFO O| Aug 16 21:27:13.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6862 | 2024-08-16T21:27:14.147Z | [ recovery-image] Aug 16 21:27:13.080 INFO O| Aug 16 21:27:13.080 INFO STEP 979 (remove_files) COMPLETE |
6863 | 2024-08-16T21:27:14.147Z | [ recovery-image] Aug 16 21:27:13.080 INFO O| Aug 16 21:27:13.080 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-16T21:27:14.153Z | [ recovery-image] Aug 16 21:27:13.089 INFO O| Aug 16 21:27:13.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6865 | 2024-08-16T21:27:14.155Z | [ recovery-image] Aug 16 21:27:13.090 INFO O| Aug 16 21:27:13.090 INFO STEP 980 (remove_files) COMPLETE |
6866 | 2024-08-16T21:27:14.155Z | [ recovery-image] Aug 16 21:27:13.090 INFO O| Aug 16 21:27:13.090 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-16T21:27:14.162Z | [ recovery-image] Aug 16 21:27:13.099 INFO O| Aug 16 21:27:13.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6868 | 2024-08-16T21:27:14.164Z | [ recovery-image] Aug 16 21:27:13.099 INFO O| Aug 16 21:27:13.099 INFO STEP 981 (remove_files) COMPLETE |
6869 | 2024-08-16T21:27:14.164Z | [ recovery-image] Aug 16 21:27:13.099 INFO O| Aug 16 21:27:13.099 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-08-16T21:27:14.172Z | [ recovery-image] Aug 16 21:27:13.109 INFO O| Aug 16 21:27:13.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6871 | 2024-08-16T21:27:14.174Z | [ recovery-image] Aug 16 21:27:13.109 INFO O| Aug 16 21:27:13.109 INFO STEP 982 (remove_files) COMPLETE |
6872 | 2024-08-16T21:27:14.174Z | [ recovery-image] Aug 16 21:27:13.109 INFO O| Aug 16 21:27:13.109 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-16T21:27:14.181Z | [ recovery-image] Aug 16 21:27:13.118 INFO O| Aug 16 21:27:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6874 | 2024-08-16T21:27:14.181Z | [ recovery-image] Aug 16 21:27:13.118 INFO O| Aug 16 21:27:13.118 INFO STEP 983 (remove_files) COMPLETE |
6875 | 2024-08-16T21:27:14.181Z | [ recovery-image] Aug 16 21:27:13.118 INFO O| Aug 16 21:27:13.118 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-16T21:27:14.205Z | [ recovery-image] Aug 16 21:27:13.128 INFO O| Aug 16 21:27:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6877 | 2024-08-16T21:27:14.206Z | [ recovery-image] Aug 16 21:27:13.128 INFO O| Aug 16 21:27:13.128 INFO STEP 984 (remove_files) COMPLETE |
6878 | 2024-08-16T21:27:14.206Z | [ recovery-image] Aug 16 21:27:13.128 INFO O| Aug 16 21:27:13.128 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-16T21:27:14.229Z | [ recovery-image] Aug 16 21:27:13.138 INFO O| Aug 16 21:27:13.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6880 | 2024-08-16T21:27:14.230Z | [ recovery-image] Aug 16 21:27:13.138 INFO O| Aug 16 21:27:13.138 INFO STEP 985 (remove_files) COMPLETE |
6881 | 2024-08-16T21:27:14.230Z | [ recovery-image] Aug 16 21:27:13.138 INFO O| Aug 16 21:27:13.138 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-16T21:27:14.230Z | [ recovery-image] Aug 16 21:27:13.147 INFO O| Aug 16 21:27:13.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6883 | 2024-08-16T21:27:14.230Z | [ recovery-image] Aug 16 21:27:13.147 INFO O| Aug 16 21:27:13.147 INFO STEP 986 (remove_files) COMPLETE |
6884 | 2024-08-16T21:27:14.230Z | [ recovery-image] Aug 16 21:27:13.147 INFO O| Aug 16 21:27:13.147 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-08-16T21:27:14.231Z | [ recovery-image] Aug 16 21:27:13.157 INFO O| Aug 16 21:27:13.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6886 | 2024-08-16T21:27:14.231Z | [ recovery-image] Aug 16 21:27:13.157 INFO O| Aug 16 21:27:13.157 INFO STEP 987 (remove_files) COMPLETE |
6887 | 2024-08-16T21:27:14.231Z | [ recovery-image] Aug 16 21:27:13.157 INFO O| Aug 16 21:27:13.157 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-08-16T21:27:14.237Z | [ recovery-image] Aug 16 21:27:13.166 INFO O| Aug 16 21:27:13.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6889 | 2024-08-16T21:27:14.237Z | [ recovery-image] Aug 16 21:27:13.167 INFO O| Aug 16 21:27:13.166 INFO STEP 988 (remove_files) COMPLETE |
6890 | 2024-08-16T21:27:14.237Z | [ recovery-image] Aug 16 21:27:13.167 INFO O| Aug 16 21:27:13.166 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-08-16T21:27:14.245Z | [ recovery-image] Aug 16 21:27:13.176 INFO O| Aug 16 21:27:13.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6892 | 2024-08-16T21:27:14.245Z | [ recovery-image] Aug 16 21:27:13.176 INFO O| Aug 16 21:27:13.176 INFO STEP 989 (remove_files) COMPLETE |
6893 | 2024-08-16T21:27:14.245Z | [ recovery-image] Aug 16 21:27:13.176 INFO O| Aug 16 21:27:13.176 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-08-16T21:27:14.253Z | [ recovery-image] Aug 16 21:27:13.185 INFO O| Aug 16 21:27:13.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6895 | 2024-08-16T21:27:14.253Z | [ recovery-image] Aug 16 21:27:13.185 INFO O| Aug 16 21:27:13.185 INFO STEP 990 (remove_files) COMPLETE |
6896 | 2024-08-16T21:27:14.253Z | [ recovery-image] Aug 16 21:27:13.185 INFO O| Aug 16 21:27:13.185 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-08-16T21:27:14.260Z | [ recovery-image] Aug 16 21:27:13.195 INFO O| Aug 16 21:27:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6898 | 2024-08-16T21:27:14.260Z | [ recovery-image] Aug 16 21:27:13.195 INFO O| Aug 16 21:27:13.195 INFO STEP 991 (remove_files) COMPLETE |
6899 | 2024-08-16T21:27:14.264Z | [ recovery-image] Aug 16 21:27:13.195 INFO O| Aug 16 21:27:13.195 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-08-16T21:27:14.276Z | [ recovery-image] Aug 16 21:27:13.205 INFO O| Aug 16 21:27:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6901 | 2024-08-16T21:27:14.276Z | [ recovery-image] Aug 16 21:27:13.205 INFO O| Aug 16 21:27:13.205 INFO STEP 992 (remove_files) COMPLETE |
6902 | 2024-08-16T21:27:14.276Z | [ recovery-image] Aug 16 21:27:13.205 INFO O| Aug 16 21:27:13.205 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-08-16T21:27:14.287Z | [ recovery-image] Aug 16 21:27:13.214 INFO O| Aug 16 21:27:13.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6904 | 2024-08-16T21:27:14.287Z | [ recovery-image] Aug 16 21:27:13.214 INFO O| Aug 16 21:27:13.214 INFO STEP 993 (remove_files) COMPLETE |
6905 | 2024-08-16T21:27:14.288Z | [ recovery-image] Aug 16 21:27:13.214 INFO O| Aug 16 21:27:13.214 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-08-16T21:27:14.293Z | [ recovery-image] Aug 16 21:27:13.224 INFO O| Aug 16 21:27:13.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6907 | 2024-08-16T21:27:14.293Z | [ recovery-image] Aug 16 21:27:13.224 INFO O| Aug 16 21:27:13.224 INFO STEP 994 (remove_files) COMPLETE |
6908 | 2024-08-16T21:27:14.293Z | [ recovery-image] Aug 16 21:27:13.224 INFO O| Aug 16 21:27:13.224 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-08-16T21:27:14.307Z | [ recovery-image] Aug 16 21:27:13.233 INFO O| Aug 16 21:27:13.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6910 | 2024-08-16T21:27:14.307Z | [ recovery-image] Aug 16 21:27:13.233 INFO O| Aug 16 21:27:13.233 INFO STEP 995 (remove_files) COMPLETE |
6911 | 2024-08-16T21:27:14.307Z | [ recovery-image] Aug 16 21:27:13.233 INFO O| Aug 16 21:27:13.233 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-08-16T21:27:14.316Z | [ recovery-image] Aug 16 21:27:13.243 INFO O| Aug 16 21:27:13.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6913 | 2024-08-16T21:27:14.316Z | [ recovery-image] Aug 16 21:27:13.243 INFO O| Aug 16 21:27:13.243 INFO STEP 996 (remove_files) COMPLETE |
6914 | 2024-08-16T21:27:14.316Z | [ recovery-image] Aug 16 21:27:13.243 INFO O| Aug 16 21:27:13.243 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-08-16T21:27:14.321Z | [ recovery-image] Aug 16 21:27:13.252 INFO O| Aug 16 21:27:13.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6916 | 2024-08-16T21:27:14.322Z | [ recovery-image] Aug 16 21:27:13.252 INFO O| Aug 16 21:27:13.252 INFO STEP 997 (remove_files) COMPLETE |
6917 | 2024-08-16T21:27:14.322Z | [ recovery-image] Aug 16 21:27:13.252 INFO O| Aug 16 21:27:13.252 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-08-16T21:27:14.329Z | [ recovery-image] Aug 16 21:27:13.262 INFO O| Aug 16 21:27:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6919 | 2024-08-16T21:27:14.329Z | [ recovery-image] Aug 16 21:27:13.262 INFO O| Aug 16 21:27:13.262 INFO STEP 998 (remove_files) COMPLETE |
6920 | 2024-08-16T21:27:14.329Z | [ recovery-image] Aug 16 21:27:13.262 INFO O| Aug 16 21:27:13.262 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-08-16T21:27:14.337Z | [ recovery-image] Aug 16 21:27:13.272 INFO O| Aug 16 21:27:13.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6922 | 2024-08-16T21:27:14.341Z | [ recovery-image] Aug 16 21:27:13.272 INFO O| Aug 16 21:27:13.272 INFO STEP 999 (remove_files) COMPLETE |
6923 | 2024-08-16T21:27:14.341Z | [ recovery-image] Aug 16 21:27:13.272 INFO O| Aug 16 21:27:13.272 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-08-16T21:27:14.346Z | [ recovery-image] Aug 16 21:27:13.283 INFO O| Aug 16 21:27:13.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6925 | 2024-08-16T21:27:14.347Z | [ recovery-image] Aug 16 21:27:13.283 INFO O| Aug 16 21:27:13.283 INFO STEP 1000 (remove_files) COMPLETE |
6926 | 2024-08-16T21:27:14.351Z | [ recovery-image] Aug 16 21:27:13.283 INFO O| Aug 16 21:27:13.283 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-08-16T21:27:14.358Z | [ recovery-image] Aug 16 21:27:13.294 INFO O| Aug 16 21:27:13.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6928 | 2024-08-16T21:27:14.358Z | [ recovery-image] Aug 16 21:27:13.294 INFO O| Aug 16 21:27:13.294 INFO STEP 1001 (remove_files) COMPLETE |
6929 | 2024-08-16T21:27:14.358Z | [ recovery-image] Aug 16 21:27:13.294 INFO O| Aug 16 21:27:13.294 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-08-16T21:27:14.371Z | [ recovery-image] Aug 16 21:27:13.305 INFO O| Aug 16 21:27:13.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6931 | 2024-08-16T21:27:14.371Z | [ recovery-image] Aug 16 21:27:13.305 INFO O| Aug 16 21:27:13.305 INFO STEP 1002 (remove_files) COMPLETE |
6932 | 2024-08-16T21:27:14.371Z | [ recovery-image] Aug 16 21:27:13.305 INFO O| Aug 16 21:27:13.305 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-08-16T21:27:14.381Z | [ recovery-image] Aug 16 21:27:13.317 INFO O| Aug 16 21:27:13.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6934 | 2024-08-16T21:27:14.381Z | [ recovery-image] Aug 16 21:27:13.317 INFO O| Aug 16 21:27:13.317 INFO STEP 1003 (remove_files) COMPLETE |
6935 | 2024-08-16T21:27:14.385Z | [ recovery-image] Aug 16 21:27:13.317 INFO O| Aug 16 21:27:13.317 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-08-16T21:27:14.393Z | [ recovery-image] Aug 16 21:27:13.327 INFO O| Aug 16 21:27:13.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6937 | 2024-08-16T21:27:14.393Z | [ recovery-image] Aug 16 21:27:13.328 INFO O| Aug 16 21:27:13.328 INFO STEP 1004 (remove_files) COMPLETE |
6938 | 2024-08-16T21:27:14.403Z | [ recovery-image] Aug 16 21:27:13.328 INFO O| Aug 16 21:27:13.328 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-08-16T21:27:14.403Z | [ recovery-image] Aug 16 21:27:13.338 INFO O| Aug 16 21:27:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6940 | 2024-08-16T21:27:14.403Z | [ recovery-image] Aug 16 21:27:13.338 INFO O| Aug 16 21:27:13.338 INFO STEP 1005 (remove_files) COMPLETE |
6941 | 2024-08-16T21:27:14.403Z | [ recovery-image] Aug 16 21:27:13.338 INFO O| Aug 16 21:27:13.338 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-08-16T21:27:14.412Z | [ recovery-image] Aug 16 21:27:13.348 INFO O| Aug 16 21:27:13.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6943 | 2024-08-16T21:27:14.412Z | [ recovery-image] Aug 16 21:27:13.348 INFO O| Aug 16 21:27:13.348 INFO STEP 1006 (remove_files) COMPLETE |
6944 | 2024-08-16T21:27:14.413Z | [ recovery-image] Aug 16 21:27:13.348 INFO O| Aug 16 21:27:13.348 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-16T21:27:14.422Z | [ recovery-image] Aug 16 21:27:13.358 INFO O| Aug 16 21:27:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6946 | 2024-08-16T21:27:14.422Z | [ recovery-image] Aug 16 21:27:13.358 INFO O| Aug 16 21:27:13.358 INFO STEP 1007 (remove_files) COMPLETE |
6947 | 2024-08-16T21:27:14.426Z | [ recovery-image] Aug 16 21:27:13.358 INFO O| Aug 16 21:27:13.358 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-16T21:27:14.431Z | [ recovery-image] Aug 16 21:27:13.367 INFO O| Aug 16 21:27:13.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6949 | 2024-08-16T21:27:14.431Z | [ recovery-image] Aug 16 21:27:13.367 INFO O| Aug 16 21:27:13.367 INFO STEP 1008 (remove_files) COMPLETE |
6950 | 2024-08-16T21:27:14.431Z | [ recovery-image] Aug 16 21:27:13.367 INFO O| Aug 16 21:27:13.367 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-16T21:27:14.441Z | [ recovery-image] Aug 16 21:27:13.377 INFO O| Aug 16 21:27:13.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6952 | 2024-08-16T21:27:14.441Z | [ recovery-image] Aug 16 21:27:13.377 INFO O| Aug 16 21:27:13.377 INFO STEP 1009 (remove_files) COMPLETE |
6953 | 2024-08-16T21:27:14.445Z | [ recovery-image] Aug 16 21:27:13.377 INFO O| Aug 16 21:27:13.377 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-16T21:27:14.452Z | [ recovery-image] Aug 16 21:27:13.387 INFO O| Aug 16 21:27:13.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6955 | 2024-08-16T21:27:14.452Z | [ recovery-image] Aug 16 21:27:13.387 INFO O| Aug 16 21:27:13.387 INFO STEP 1010 (remove_files) COMPLETE |
6956 | 2024-08-16T21:27:14.456Z | [ recovery-image] Aug 16 21:27:13.387 INFO O| Aug 16 21:27:13.387 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-16T21:27:14.462Z | [ recovery-image] Aug 16 21:27:13.397 INFO O| Aug 16 21:27:13.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6958 | 2024-08-16T21:27:14.462Z | [ recovery-image] Aug 16 21:27:13.397 INFO O| Aug 16 21:27:13.397 INFO STEP 1011 (remove_files) COMPLETE |
6959 | 2024-08-16T21:27:14.468Z | [ recovery-image] Aug 16 21:27:13.397 INFO O| Aug 16 21:27:13.397 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-16T21:27:14.471Z | [ recovery-image] Aug 16 21:27:13.407 INFO O| Aug 16 21:27:13.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6961 | 2024-08-16T21:27:14.471Z | [ recovery-image] Aug 16 21:27:13.407 INFO O| Aug 16 21:27:13.407 INFO STEP 1012 (remove_files) COMPLETE |
6962 | 2024-08-16T21:27:14.472Z | [ recovery-image] Aug 16 21:27:13.407 INFO O| Aug 16 21:27:13.407 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-16T21:27:14.481Z | [ recovery-image] Aug 16 21:27:13.417 INFO O| Aug 16 21:27:13.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6964 | 2024-08-16T21:27:14.481Z | [ recovery-image] Aug 16 21:27:13.417 INFO O| Aug 16 21:27:13.417 INFO STEP 1013 (remove_files) COMPLETE |
6965 | 2024-08-16T21:27:14.481Z | [ recovery-image] Aug 16 21:27:13.417 INFO O| Aug 16 21:27:13.417 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-16T21:27:14.493Z | [ recovery-image] Aug 16 21:27:13.427 INFO O| Aug 16 21:27:13.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6967 | 2024-08-16T21:27:14.500Z | [ recovery-image] Aug 16 21:27:13.427 INFO O| Aug 16 21:27:13.427 INFO STEP 1014 (remove_files) COMPLETE |
6968 | 2024-08-16T21:27:14.501Z | [ recovery-image] Aug 16 21:27:13.427 INFO O| Aug 16 21:27:13.427 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-16T21:27:14.504Z | [ recovery-image] Aug 16 21:27:13.437 INFO O| Aug 16 21:27:13.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6970 | 2024-08-16T21:27:14.504Z | [ recovery-image] Aug 16 21:27:13.437 INFO O| Aug 16 21:27:13.437 INFO STEP 1015 (remove_files) COMPLETE |
6971 | 2024-08-16T21:27:14.504Z | [ recovery-image] Aug 16 21:27:13.437 INFO O| Aug 16 21:27:13.437 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-16T21:27:14.511Z | [ recovery-image] Aug 16 21:27:13.447 INFO O| Aug 16 21:27:13.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6973 | 2024-08-16T21:27:14.514Z | [ recovery-image] Aug 16 21:27:13.447 INFO O| Aug 16 21:27:13.447 INFO STEP 1016 (remove_files) COMPLETE |
6974 | 2024-08-16T21:27:14.514Z | [ recovery-image] Aug 16 21:27:13.447 INFO O| Aug 16 21:27:13.447 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-16T21:27:14.521Z | [ recovery-image] Aug 16 21:27:13.457 INFO O| Aug 16 21:27:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6976 | 2024-08-16T21:27:14.521Z | [ recovery-image] Aug 16 21:27:13.457 INFO O| Aug 16 21:27:13.457 INFO STEP 1017 (remove_files) COMPLETE |
6977 | 2024-08-16T21:27:14.525Z | [ recovery-image] Aug 16 21:27:13.457 INFO O| Aug 16 21:27:13.457 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-16T21:27:14.530Z | [ recovery-image] Aug 16 21:27:13.467 INFO O| Aug 16 21:27:13.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6979 | 2024-08-16T21:27:14.534Z | [ recovery-image] Aug 16 21:27:13.467 INFO O| Aug 16 21:27:13.467 INFO STEP 1018 (remove_files) COMPLETE |
6980 | 2024-08-16T21:27:14.534Z | [ recovery-image] Aug 16 21:27:13.467 INFO O| Aug 16 21:27:13.467 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-08-16T21:27:14.540Z | [ recovery-image] Aug 16 21:27:13.477 INFO O| Aug 16 21:27:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6982 | 2024-08-16T21:27:14.540Z | [ recovery-image] Aug 16 21:27:13.477 INFO O| Aug 16 21:27:13.477 INFO STEP 1019 (remove_files) COMPLETE |
6983 | 2024-08-16T21:27:14.546Z | [ recovery-image] Aug 16 21:27:13.477 INFO O| Aug 16 21:27:13.477 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-08-16T21:27:14.550Z | [ recovery-image] Aug 16 21:27:13.486 INFO O| Aug 16 21:27:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6985 | 2024-08-16T21:27:14.557Z | [ recovery-image] Aug 16 21:27:13.486 INFO O| Aug 16 21:27:13.486 INFO STEP 1020 (remove_files) COMPLETE |
6986 | 2024-08-16T21:27:14.557Z | [ recovery-image] Aug 16 21:27:13.486 INFO O| Aug 16 21:27:13.486 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-08-16T21:27:14.561Z | [ recovery-image] Aug 16 21:27:13.496 INFO O| Aug 16 21:27:13.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6988 | 2024-08-16T21:27:14.561Z | [ recovery-image] Aug 16 21:27:13.496 INFO O| Aug 16 21:27:13.496 INFO STEP 1021 (remove_files) COMPLETE |
6989 | 2024-08-16T21:27:14.561Z | [ recovery-image] Aug 16 21:27:13.496 INFO O| Aug 16 21:27:13.496 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-08-16T21:27:14.570Z | [ recovery-image] Aug 16 21:27:13.506 INFO O| Aug 16 21:27:13.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6991 | 2024-08-16T21:27:14.570Z | [ recovery-image] Aug 16 21:27:13.506 INFO O| Aug 16 21:27:13.506 INFO STEP 1022 (remove_files) COMPLETE |
6992 | 2024-08-16T21:27:14.570Z | [ recovery-image] Aug 16 21:27:13.507 INFO O| Aug 16 21:27:13.506 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-08-16T21:27:14.580Z | [ recovery-image] Aug 16 21:27:13.517 INFO O| Aug 16 21:27:13.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6994 | 2024-08-16T21:27:14.582Z | [ recovery-image] Aug 16 21:27:13.517 INFO O| Aug 16 21:27:13.517 INFO STEP 1023 (remove_files) COMPLETE |
6995 | 2024-08-16T21:27:14.582Z | [ recovery-image] Aug 16 21:27:13.517 INFO O| Aug 16 21:27:13.517 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-08-16T21:27:14.590Z | [ recovery-image] Aug 16 21:27:13.527 INFO O| Aug 16 21:27:13.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6997 | 2024-08-16T21:27:14.593Z | [ recovery-image] Aug 16 21:27:13.527 INFO O| Aug 16 21:27:13.527 INFO STEP 1024 (remove_files) COMPLETE |
6998 | 2024-08-16T21:27:14.593Z | [ recovery-image] Aug 16 21:27:13.527 INFO O| Aug 16 21:27:13.527 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-16T21:27:14.602Z | [ recovery-image] Aug 16 21:27:13.538 INFO O| Aug 16 21:27:13.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7000 | 2024-08-16T21:27:14.605Z | [ recovery-image] Aug 16 21:27:13.539 INFO O| Aug 16 21:27:13.539 INFO STEP 1025 (remove_files) COMPLETE |
7001 | 2024-08-16T21:27:14.605Z | [ recovery-image] Aug 16 21:27:13.539 INFO O| Aug 16 21:27:13.539 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-08-16T21:27:14.612Z | [ host-image] Aug 16 21:27:13.548 INFO O| Aug 16 21:27:13.548 INFO O| Download: Completed 8.42 MB in 4.23 seconds (2.0M/s) |
7003 | 2024-08-16T21:27:14.614Z | [ recovery-image] Aug 16 21:27:13.549 INFO O| Aug 16 21:27:13.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7004 | 2024-08-16T21:27:14.614Z | [ recovery-image] Aug 16 21:27:13.549 INFO O| Aug 16 21:27:13.549 INFO STEP 1026 (remove_files) COMPLETE |
7005 | 2024-08-16T21:27:14.614Z | [ recovery-image] Aug 16 21:27:13.549 INFO O| Aug 16 21:27:13.549 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-08-16T21:27:14.622Z | [ recovery-image] Aug 16 21:27:13.559 INFO O| Aug 16 21:27:13.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7007 | 2024-08-16T21:27:14.622Z | [ recovery-image] Aug 16 21:27:13.559 INFO O| Aug 16 21:27:13.559 INFO STEP 1027 (remove_files) COMPLETE |
7008 | 2024-08-16T21:27:14.625Z | [ recovery-image] Aug 16 21:27:13.559 INFO O| Aug 16 21:27:13.559 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-16T21:27:14.632Z | [ recovery-image] Aug 16 21:27:13.569 INFO O| Aug 16 21:27:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7010 | 2024-08-16T21:27:14.633Z | [ recovery-image] Aug 16 21:27:13.569 INFO O| Aug 16 21:27:13.569 INFO STEP 1028 (remove_files) COMPLETE |
7011 | 2024-08-16T21:27:14.635Z | [ recovery-image] Aug 16 21:27:13.569 INFO O| Aug 16 21:27:13.569 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-16T21:27:14.643Z | [ recovery-image] Aug 16 21:27:13.579 INFO O| Aug 16 21:27:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7013 | 2024-08-16T21:27:14.648Z | [ recovery-image] Aug 16 21:27:13.579 INFO O| Aug 16 21:27:13.579 INFO STEP 1029 (remove_files) COMPLETE |
7014 | 2024-08-16T21:27:14.648Z | [ recovery-image] Aug 16 21:27:13.579 INFO O| Aug 16 21:27:13.579 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-16T21:27:14.654Z | [ recovery-image] Aug 16 21:27:13.589 INFO O| Aug 16 21:27:13.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7016 | 2024-08-16T21:27:14.657Z | [ recovery-image] Aug 16 21:27:13.589 INFO O| Aug 16 21:27:13.589 INFO STEP 1030 (remove_files) COMPLETE |
7017 | 2024-08-16T21:27:14.658Z | [ recovery-image] Aug 16 21:27:13.590 INFO O| Aug 16 21:27:13.589 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-16T21:27:14.663Z | [ recovery-image] Aug 16 21:27:13.599 INFO O| Aug 16 21:27:13.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7019 | 2024-08-16T21:27:14.663Z | [ recovery-image] Aug 16 21:27:13.599 INFO O| Aug 16 21:27:13.599 INFO STEP 1031 (remove_files) COMPLETE |
7020 | 2024-08-16T21:27:14.667Z | [ recovery-image] Aug 16 21:27:13.599 INFO O| Aug 16 21:27:13.599 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-08-16T21:27:14.667Z | [ host-image] Aug 16 21:27:13.601 INFO O| Aug 16 21:27:13.601 INFO O| Actions: 1/1361 actions (Installing new actions) |
7022 | 2024-08-16T21:27:14.676Z | [ recovery-image] Aug 16 21:27:13.610 INFO O| Aug 16 21:27:13.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7023 | 2024-08-16T21:27:14.687Z | [ recovery-image] Aug 16 21:27:13.610 INFO O| Aug 16 21:27:13.610 INFO STEP 1032 (remove_files) COMPLETE |
7024 | 2024-08-16T21:27:14.687Z | [ recovery-image] Aug 16 21:27:13.610 INFO O| Aug 16 21:27:13.610 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-08-16T21:27:14.700Z | [ recovery-image] Aug 16 21:27:13.620 INFO O| Aug 16 21:27:13.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7026 | 2024-08-16T21:27:14.700Z | [ recovery-image] Aug 16 21:27:13.620 INFO O| Aug 16 21:27:13.620 INFO STEP 1033 (remove_files) COMPLETE |
7027 | 2024-08-16T21:27:14.700Z | [ recovery-image] Aug 16 21:27:13.620 INFO O| Aug 16 21:27:13.620 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-08-16T21:27:14.711Z | [ recovery-image] Aug 16 21:27:13.630 INFO O| Aug 16 21:27:13.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7029 | 2024-08-16T21:27:14.711Z | [ recovery-image] Aug 16 21:27:13.630 INFO O| Aug 16 21:27:13.630 INFO STEP 1034 (remove_files) COMPLETE |
7030 | 2024-08-16T21:27:14.711Z | [ recovery-image] Aug 16 21:27:13.630 INFO O| Aug 16 21:27:13.630 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-08-16T21:27:14.712Z | [ recovery-image] Aug 16 21:27:13.640 INFO O| Aug 16 21:27:13.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7032 | 2024-08-16T21:27:14.712Z | [ recovery-image] Aug 16 21:27:13.640 INFO O| Aug 16 21:27:13.640 INFO STEP 1035 (remove_files) COMPLETE |
7033 | 2024-08-16T21:27:14.712Z | [ recovery-image] Aug 16 21:27:13.640 INFO O| Aug 16 21:27:13.640 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-08-16T21:27:14.716Z | [ recovery-image] Aug 16 21:27:13.650 INFO O| Aug 16 21:27:13.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7035 | 2024-08-16T21:27:14.716Z | [ recovery-image] Aug 16 21:27:13.650 INFO O| Aug 16 21:27:13.650 INFO STEP 1036 (remove_files) COMPLETE |
7036 | 2024-08-16T21:27:14.717Z | [ recovery-image] Aug 16 21:27:13.650 INFO O| Aug 16 21:27:13.650 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-16T21:27:14.723Z | [ recovery-image] Aug 16 21:27:13.660 INFO O| Aug 16 21:27:13.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7038 | 2024-08-16T21:27:14.723Z | [ recovery-image] Aug 16 21:27:13.660 INFO O| Aug 16 21:27:13.660 INFO STEP 1037 (remove_files) COMPLETE |
7039 | 2024-08-16T21:27:14.726Z | [ recovery-image] Aug 16 21:27:13.660 INFO O| Aug 16 21:27:13.660 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-16T21:27:14.733Z | [ recovery-image] Aug 16 21:27:13.670 INFO O| Aug 16 21:27:13.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7041 | 2024-08-16T21:27:14.733Z | [ recovery-image] Aug 16 21:27:13.670 INFO O| Aug 16 21:27:13.670 INFO STEP 1038 (remove_files) COMPLETE |
7042 | 2024-08-16T21:27:14.737Z | [ recovery-image] Aug 16 21:27:13.670 INFO O| Aug 16 21:27:13.670 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-16T21:27:14.743Z | [ recovery-image] Aug 16 21:27:13.680 INFO O| Aug 16 21:27:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7044 | 2024-08-16T21:27:14.746Z | [ recovery-image] Aug 16 21:27:13.680 INFO O| Aug 16 21:27:13.680 INFO STEP 1039 (remove_files) COMPLETE |
7045 | 2024-08-16T21:27:14.746Z | [ recovery-image] Aug 16 21:27:13.680 INFO O| Aug 16 21:27:13.680 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-16T21:27:14.753Z | [ recovery-image] Aug 16 21:27:13.690 INFO O| Aug 16 21:27:13.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7047 | 2024-08-16T21:27:14.753Z | [ recovery-image] Aug 16 21:27:13.690 INFO O| Aug 16 21:27:13.690 INFO STEP 1040 (remove_files) COMPLETE |
7048 | 2024-08-16T21:27:14.753Z | [ recovery-image] Aug 16 21:27:13.690 INFO O| Aug 16 21:27:13.690 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-16T21:27:14.763Z | [ recovery-image] Aug 16 21:27:13.699 INFO O| Aug 16 21:27:13.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7050 | 2024-08-16T21:27:14.765Z | [ recovery-image] Aug 16 21:27:13.700 INFO O| Aug 16 21:27:13.700 INFO STEP 1041 (remove_files) COMPLETE |
7051 | 2024-08-16T21:27:14.766Z | [ recovery-image] Aug 16 21:27:13.700 INFO O| Aug 16 21:27:13.700 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-16T21:27:14.773Z | [ recovery-image] Aug 16 21:27:13.710 INFO O| Aug 16 21:27:13.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7053 | 2024-08-16T21:27:14.773Z | [ recovery-image] Aug 16 21:27:13.710 INFO O| Aug 16 21:27:13.710 INFO STEP 1042 (remove_files) COMPLETE |
7054 | 2024-08-16T21:27:14.775Z | [ recovery-image] Aug 16 21:27:13.710 INFO O| Aug 16 21:27:13.710 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-16T21:27:14.783Z | [ recovery-image] Aug 16 21:27:13.719 INFO O| Aug 16 21:27:13.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7056 | 2024-08-16T21:27:14.783Z | [ recovery-image] Aug 16 21:27:13.720 INFO O| Aug 16 21:27:13.719 INFO STEP 1043 (remove_files) COMPLETE |
7057 | 2024-08-16T21:27:14.785Z | [ recovery-image] Aug 16 21:27:13.720 INFO O| Aug 16 21:27:13.719 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-16T21:27:14.794Z | [ recovery-image] Aug 16 21:27:13.731 INFO O| Aug 16 21:27:13.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7059 | 2024-08-16T21:27:14.797Z | [ recovery-image] Aug 16 21:27:13.731 INFO O| Aug 16 21:27:13.731 INFO STEP 1044 (remove_files) COMPLETE |
7060 | 2024-08-16T21:27:14.797Z | [ recovery-image] Aug 16 21:27:13.731 INFO O| Aug 16 21:27:13.731 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-16T21:27:14.805Z | [ recovery-image] Aug 16 21:27:13.742 INFO O| Aug 16 21:27:13.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7062 | 2024-08-16T21:27:14.805Z | [ recovery-image] Aug 16 21:27:13.742 INFO O| Aug 16 21:27:13.742 INFO STEP 1045 (remove_files) COMPLETE |
7063 | 2024-08-16T21:27:14.805Z | [ recovery-image] Aug 16 21:27:13.742 INFO O| Aug 16 21:27:13.742 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-16T21:27:14.815Z | [ recovery-image] Aug 16 21:27:13.752 INFO O| Aug 16 21:27:13.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7065 | 2024-08-16T21:27:14.815Z | [ recovery-image] Aug 16 21:27:13.752 INFO O| Aug 16 21:27:13.752 INFO STEP 1046 (remove_files) COMPLETE |
7066 | 2024-08-16T21:27:14.815Z | [ recovery-image] Aug 16 21:27:13.752 INFO O| Aug 16 21:27:13.752 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-16T21:27:14.825Z | [ recovery-image] Aug 16 21:27:13.762 INFO O| Aug 16 21:27:13.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7068 | 2024-08-16T21:27:14.825Z | [ recovery-image] Aug 16 21:27:13.762 INFO O| Aug 16 21:27:13.762 INFO STEP 1047 (remove_files) COMPLETE |
7069 | 2024-08-16T21:27:14.825Z | [ recovery-image] Aug 16 21:27:13.762 INFO O| Aug 16 21:27:13.762 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-16T21:27:14.834Z | [ recovery-image] Aug 16 21:27:13.771 INFO O| Aug 16 21:27:13.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7071 | 2024-08-16T21:27:14.835Z | [ recovery-image] Aug 16 21:27:13.772 INFO O| Aug 16 21:27:13.771 INFO STEP 1048 (remove_files) COMPLETE |
7072 | 2024-08-16T21:27:14.837Z | [ recovery-image] Aug 16 21:27:13.772 INFO O| Aug 16 21:27:13.772 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-16T21:27:14.846Z | [ recovery-image] Aug 16 21:27:13.783 INFO O| Aug 16 21:27:13.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7074 | 2024-08-16T21:27:14.846Z | [ recovery-image] Aug 16 21:27:13.783 INFO O| Aug 16 21:27:13.783 INFO STEP 1049 (remove_files) COMPLETE |
7075 | 2024-08-16T21:27:14.846Z | [ recovery-image] Aug 16 21:27:13.783 INFO O| Aug 16 21:27:13.783 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-16T21:27:14.858Z | [ recovery-image] Aug 16 21:27:13.795 INFO O| Aug 16 21:27:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7077 | 2024-08-16T21:27:14.858Z | [ recovery-image] Aug 16 21:27:13.795 INFO O| Aug 16 21:27:13.795 INFO STEP 1050 (remove_files) COMPLETE |
7078 | 2024-08-16T21:27:14.860Z | [ recovery-image] Aug 16 21:27:13.795 INFO O| Aug 16 21:27:13.795 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-16T21:27:14.869Z | [ recovery-image] Aug 16 21:27:13.806 INFO O| Aug 16 21:27:13.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7080 | 2024-08-16T21:27:14.869Z | [ recovery-image] Aug 16 21:27:13.806 INFO O| Aug 16 21:27:13.806 INFO STEP 1051 (remove_files) COMPLETE |
7081 | 2024-08-16T21:27:14.869Z | [ recovery-image] Aug 16 21:27:13.806 INFO O| Aug 16 21:27:13.806 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-08-16T21:27:14.881Z | [ recovery-image] Aug 16 21:27:13.818 INFO O| Aug 16 21:27:13.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7083 | 2024-08-16T21:27:14.881Z | [ recovery-image] Aug 16 21:27:13.818 INFO O| Aug 16 21:27:13.818 INFO STEP 1052 (remove_files) COMPLETE |
7084 | 2024-08-16T21:27:14.881Z | [ recovery-image] Aug 16 21:27:13.818 INFO O| Aug 16 21:27:13.818 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-08-16T21:27:14.892Z | [ recovery-image] Aug 16 21:27:13.829 INFO O| Aug 16 21:27:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7086 | 2024-08-16T21:27:14.892Z | [ recovery-image] Aug 16 21:27:13.829 INFO O| Aug 16 21:27:13.829 INFO STEP 1053 (remove_files) COMPLETE |
7087 | 2024-08-16T21:27:14.892Z | [ recovery-image] Aug 16 21:27:13.829 INFO O| Aug 16 21:27:13.829 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-08-16T21:27:14.903Z | [ recovery-image] Aug 16 21:27:13.839 INFO O| Aug 16 21:27:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7089 | 2024-08-16T21:27:14.903Z | [ recovery-image] Aug 16 21:27:13.840 INFO O| Aug 16 21:27:13.839 INFO STEP 1054 (remove_files) COMPLETE |
7090 | 2024-08-16T21:27:14.905Z | [ recovery-image] Aug 16 21:27:13.840 INFO O| Aug 16 21:27:13.840 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-08-16T21:27:14.913Z | [ recovery-image] Aug 16 21:27:13.850 INFO O| Aug 16 21:27:13.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7092 | 2024-08-16T21:27:14.915Z | [ recovery-image] Aug 16 21:27:13.850 INFO O| Aug 16 21:27:13.850 INFO STEP 1055 (remove_files) COMPLETE |
7093 | 2024-08-16T21:27:14.915Z | [ recovery-image] Aug 16 21:27:13.850 INFO O| Aug 16 21:27:13.850 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-16T21:27:14.924Z | [ recovery-image] Aug 16 21:27:13.860 INFO O| Aug 16 21:27:13.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7095 | 2024-08-16T21:27:14.924Z | [ recovery-image] Aug 16 21:27:13.861 INFO O| Aug 16 21:27:13.860 INFO STEP 1056 (remove_files) COMPLETE |
7096 | 2024-08-16T21:27:14.924Z | [ recovery-image] Aug 16 21:27:13.861 INFO O| Aug 16 21:27:13.860 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-16T21:27:14.934Z | [ recovery-image] Aug 16 21:27:13.871 INFO O| Aug 16 21:27:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7098 | 2024-08-16T21:27:14.934Z | [ recovery-image] Aug 16 21:27:13.871 INFO O| Aug 16 21:27:13.871 INFO STEP 1057 (remove_files) COMPLETE |
7099 | 2024-08-16T21:27:14.936Z | [ recovery-image] Aug 16 21:27:13.871 INFO O| Aug 16 21:27:13.871 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-16T21:27:14.944Z | [ recovery-image] Aug 16 21:27:13.880 INFO O| Aug 16 21:27:13.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7101 | 2024-08-16T21:27:14.944Z | [ recovery-image] Aug 16 21:27:13.881 INFO O| Aug 16 21:27:13.880 INFO STEP 1058 (remove_files) COMPLETE |
7102 | 2024-08-16T21:27:14.946Z | [ recovery-image] Aug 16 21:27:13.881 INFO O| Aug 16 21:27:13.881 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-16T21:27:14.954Z | [ recovery-image] Aug 16 21:27:13.890 INFO O| Aug 16 21:27:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7104 | 2024-08-16T21:27:14.956Z | [ recovery-image] Aug 16 21:27:13.891 INFO O| Aug 16 21:27:13.890 INFO STEP 1059 (remove_files) COMPLETE |
7105 | 2024-08-16T21:27:14.956Z | [ recovery-image] Aug 16 21:27:13.891 INFO O| Aug 16 21:27:13.891 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-16T21:27:14.963Z | [ recovery-image] Aug 16 21:27:13.900 INFO O| Aug 16 21:27:13.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7107 | 2024-08-16T21:27:14.963Z | [ recovery-image] Aug 16 21:27:13.900 INFO O| Aug 16 21:27:13.900 INFO STEP 1060 (remove_files) COMPLETE |
7108 | 2024-08-16T21:27:14.964Z | [ recovery-image] Aug 16 21:27:13.900 INFO O| Aug 16 21:27:13.900 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-16T21:27:14.973Z | [ recovery-image] Aug 16 21:27:13.910 INFO O| Aug 16 21:27:13.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7110 | 2024-08-16T21:27:14.973Z | [ recovery-image] Aug 16 21:27:13.910 INFO O| Aug 16 21:27:13.910 INFO STEP 1061 (remove_files) COMPLETE |
7111 | 2024-08-16T21:27:14.973Z | [ recovery-image] Aug 16 21:27:13.910 INFO O| Aug 16 21:27:13.910 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-16T21:27:14.983Z | [ recovery-image] Aug 16 21:27:13.920 INFO O| Aug 16 21:27:13.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7113 | 2024-08-16T21:27:14.983Z | [ recovery-image] Aug 16 21:27:13.920 INFO O| Aug 16 21:27:13.920 INFO STEP 1062 (remove_files) COMPLETE |
7114 | 2024-08-16T21:27:14.985Z | [ recovery-image] Aug 16 21:27:13.920 INFO O| Aug 16 21:27:13.920 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-16T21:27:14.992Z | [ recovery-image] Aug 16 21:27:13.929 INFO O| Aug 16 21:27:13.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7116 | 2024-08-16T21:27:14.995Z | [ recovery-image] Aug 16 21:27:13.930 INFO O| Aug 16 21:27:13.930 INFO STEP 1063 (remove_files) COMPLETE |
7117 | 2024-08-16T21:27:14.995Z | [ recovery-image] Aug 16 21:27:13.930 INFO O| Aug 16 21:27:13.930 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-16T21:27:15.003Z | [ recovery-image] Aug 16 21:27:13.940 INFO O| Aug 16 21:27:13.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7119 | 2024-08-16T21:27:15.003Z | [ recovery-image] Aug 16 21:27:13.940 INFO O| Aug 16 21:27:13.940 INFO STEP 1064 (remove_files) COMPLETE |
7120 | 2024-08-16T21:27:15.003Z | [ recovery-image] Aug 16 21:27:13.940 INFO O| Aug 16 21:27:13.940 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-16T21:27:15.013Z | [ recovery-image] Aug 16 21:27:13.949 INFO O| Aug 16 21:27:13.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7122 | 2024-08-16T21:27:15.013Z | [ recovery-image] Aug 16 21:27:13.949 INFO O| Aug 16 21:27:13.949 INFO STEP 1065 (remove_files) COMPLETE |
7123 | 2024-08-16T21:27:15.015Z | [ recovery-image] Aug 16 21:27:13.949 INFO O| Aug 16 21:27:13.949 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-16T21:27:15.022Z | [ recovery-image] Aug 16 21:27:13.959 INFO O| Aug 16 21:27:13.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7125 | 2024-08-16T21:27:15.022Z | [ recovery-image] Aug 16 21:27:13.959 INFO O| Aug 16 21:27:13.959 INFO STEP 1066 (remove_files) COMPLETE |
7126 | 2024-08-16T21:27:15.022Z | [ recovery-image] Aug 16 21:27:13.959 INFO O| Aug 16 21:27:13.959 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-16T21:27:15.032Z | [ recovery-image] Aug 16 21:27:13.969 INFO O| Aug 16 21:27:13.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7128 | 2024-08-16T21:27:15.032Z | [ recovery-image] Aug 16 21:27:13.969 INFO O| Aug 16 21:27:13.969 INFO STEP 1067 (remove_files) COMPLETE |
7129 | 2024-08-16T21:27:15.034Z | [ recovery-image] Aug 16 21:27:13.969 INFO O| Aug 16 21:27:13.969 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-16T21:27:15.042Z | [ recovery-image] Aug 16 21:27:13.978 INFO O| Aug 16 21:27:13.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7131 | 2024-08-16T21:27:15.042Z | [ recovery-image] Aug 16 21:27:13.978 INFO O| Aug 16 21:27:13.978 INFO STEP 1068 (remove_files) COMPLETE |
7132 | 2024-08-16T21:27:15.044Z | [ recovery-image] Aug 16 21:27:13.979 INFO O| Aug 16 21:27:13.978 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-08-16T21:27:15.051Z | [ recovery-image] Aug 16 21:27:13.988 INFO O| Aug 16 21:27:13.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7134 | 2024-08-16T21:27:15.051Z | [ recovery-image] Aug 16 21:27:13.988 INFO O| Aug 16 21:27:13.988 INFO STEP 1069 (remove_files) COMPLETE |
7135 | 2024-08-16T21:27:15.053Z | [ recovery-image] Aug 16 21:27:13.988 INFO O| Aug 16 21:27:13.988 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-08-16T21:27:15.061Z | [ recovery-image] Aug 16 21:27:13.998 INFO O| Aug 16 21:27:13.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7137 | 2024-08-16T21:27:15.061Z | [ recovery-image] Aug 16 21:27:13.998 INFO O| Aug 16 21:27:13.998 INFO STEP 1070 (remove_files) COMPLETE |
7138 | 2024-08-16T21:27:15.061Z | [ recovery-image] Aug 16 21:27:13.998 INFO O| Aug 16 21:27:13.998 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-08-16T21:27:15.071Z | [ recovery-image] Aug 16 21:27:14.007 INFO O| Aug 16 21:27:14.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7140 | 2024-08-16T21:27:15.073Z | [ recovery-image] Aug 16 21:27:14.008 INFO O| Aug 16 21:27:14.008 INFO STEP 1071 (remove_files) COMPLETE |
7141 | 2024-08-16T21:27:15.073Z | [ recovery-image] Aug 16 21:27:14.008 INFO O| Aug 16 21:27:14.008 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-08-16T21:27:15.081Z | [ recovery-image] Aug 16 21:27:14.018 INFO O| Aug 16 21:27:14.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7143 | 2024-08-16T21:27:15.081Z | [ recovery-image] Aug 16 21:27:14.018 INFO O| Aug 16 21:27:14.018 INFO STEP 1072 (remove_files) COMPLETE |
7144 | 2024-08-16T21:27:15.083Z | [ recovery-image] Aug 16 21:27:14.018 INFO O| Aug 16 21:27:14.018 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-08-16T21:27:15.091Z | [ host-image] Aug 16 21:27:14.028 INFO O| Aug 16 21:27:14.028 INFO O| Actions: Completed 1361 actions in 0.43 seconds. |
7146 | 2024-08-16T21:27:15.093Z | [ recovery-image] Aug 16 21:27:14.028 INFO O| Aug 16 21:27:14.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7147 | 2024-08-16T21:27:15.093Z | [ recovery-image] Aug 16 21:27:14.029 INFO O| Aug 16 21:27:14.029 INFO STEP 1073 (remove_files) COMPLETE |
7148 | 2024-08-16T21:27:15.093Z | [ recovery-image] Aug 16 21:27:14.029 INFO O| Aug 16 21:27:14.029 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-08-16T21:27:15.102Z | [ recovery-image] Aug 16 21:27:14.039 INFO O| Aug 16 21:27:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7150 | 2024-08-16T21:27:15.104Z | [ recovery-image] Aug 16 21:27:14.039 INFO O| Aug 16 21:27:14.039 INFO STEP 1074 (remove_files) COMPLETE |
7151 | 2024-08-16T21:27:15.104Z | [ recovery-image] Aug 16 21:27:14.039 INFO O| Aug 16 21:27:14.039 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-08-16T21:27:15.112Z | [ recovery-image] Aug 16 21:27:14.049 INFO O| Aug 16 21:27:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7153 | 2024-08-16T21:27:15.112Z | [ recovery-image] Aug 16 21:27:14.049 INFO O| Aug 16 21:27:14.049 INFO STEP 1075 (remove_files) COMPLETE |
7154 | 2024-08-16T21:27:15.112Z | [ recovery-image] Aug 16 21:27:14.049 INFO O| Aug 16 21:27:14.049 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-08-16T21:27:15.122Z | [ recovery-image] Aug 16 21:27:14.059 INFO O| Aug 16 21:27:14.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7156 | 2024-08-16T21:27:15.123Z | [ recovery-image] Aug 16 21:27:14.059 INFO O| Aug 16 21:27:14.059 INFO STEP 1076 (remove_files) COMPLETE |
7157 | 2024-08-16T21:27:15.125Z | [ recovery-image] Aug 16 21:27:14.059 INFO O| Aug 16 21:27:14.059 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-08-16T21:27:15.132Z | [ recovery-image] Aug 16 21:27:14.069 INFO O| Aug 16 21:27:14.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7159 | 2024-08-16T21:27:15.133Z | [ recovery-image] Aug 16 21:27:14.069 INFO O| Aug 16 21:27:14.069 INFO STEP 1077 (remove_files) COMPLETE |
7160 | 2024-08-16T21:27:15.135Z | [ recovery-image] Aug 16 21:27:14.069 INFO O| Aug 16 21:27:14.069 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-08-16T21:27:15.142Z | [ recovery-image] Aug 16 21:27:14.079 INFO O| Aug 16 21:27:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7162 | 2024-08-16T21:27:15.145Z | [ recovery-image] Aug 16 21:27:14.079 INFO O| Aug 16 21:27:14.079 INFO STEP 1078 (remove_files) COMPLETE |
7163 | 2024-08-16T21:27:15.145Z | [ recovery-image] Aug 16 21:27:14.079 INFO O| Aug 16 21:27:14.079 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-08-16T21:27:15.152Z | [ recovery-image] Aug 16 21:27:14.089 INFO O| Aug 16 21:27:14.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7165 | 2024-08-16T21:27:15.155Z | [ recovery-image] Aug 16 21:27:14.089 INFO O| Aug 16 21:27:14.089 INFO STEP 1079 (remove_files) COMPLETE |
7166 | 2024-08-16T21:27:15.155Z | [ recovery-image] Aug 16 21:27:14.089 INFO O| Aug 16 21:27:14.089 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-08-16T21:27:15.164Z | [ recovery-image] Aug 16 21:27:14.101 INFO O| Aug 16 21:27:14.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7168 | 2024-08-16T21:27:15.167Z | [ recovery-image] Aug 16 21:27:14.101 INFO O| Aug 16 21:27:14.101 INFO STEP 1080 (remove_files) COMPLETE |
7169 | 2024-08-16T21:27:15.167Z | [ recovery-image] Aug 16 21:27:14.101 INFO O| Aug 16 21:27:14.101 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-08-16T21:27:15.175Z | [ recovery-image] Aug 16 21:27:14.111 INFO O| Aug 16 21:27:14.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7171 | 2024-08-16T21:27:15.175Z | [ recovery-image] Aug 16 21:27:14.111 INFO O| Aug 16 21:27:14.111 INFO STEP 1081 (remove_files) COMPLETE |
7172 | 2024-08-16T21:27:15.175Z | [ recovery-image] Aug 16 21:27:14.111 INFO O| Aug 16 21:27:14.111 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-08-16T21:27:15.185Z | [ recovery-image] Aug 16 21:27:14.122 INFO O| Aug 16 21:27:14.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7174 | 2024-08-16T21:27:15.185Z | [ recovery-image] Aug 16 21:27:14.122 INFO O| Aug 16 21:27:14.122 INFO STEP 1082 (remove_files) COMPLETE |
7175 | 2024-08-16T21:27:15.185Z | [ recovery-image] Aug 16 21:27:14.122 INFO O| Aug 16 21:27:14.122 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-08-16T21:27:15.196Z | [ recovery-image] Aug 16 21:27:14.133 INFO O| Aug 16 21:27:14.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7177 | 2024-08-16T21:27:15.196Z | [ recovery-image] Aug 16 21:27:14.133 INFO O| Aug 16 21:27:14.133 INFO STEP 1083 (remove_files) COMPLETE |
7178 | 2024-08-16T21:27:15.196Z | [ recovery-image] Aug 16 21:27:14.133 INFO O| Aug 16 21:27:14.133 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-08-16T21:27:15.207Z | [ recovery-image] Aug 16 21:27:14.144 INFO O| Aug 16 21:27:14.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7180 | 2024-08-16T21:27:15.207Z | [ recovery-image] Aug 16 21:27:14.144 INFO O| Aug 16 21:27:14.144 INFO STEP 1084 (remove_files) COMPLETE |
7181 | 2024-08-16T21:27:15.209Z | [ recovery-image] Aug 16 21:27:14.144 INFO O| Aug 16 21:27:14.144 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-08-16T21:27:15.220Z | [ recovery-image] Aug 16 21:27:14.155 INFO O| Aug 16 21:27:14.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7183 | 2024-08-16T21:27:15.220Z | [ recovery-image] Aug 16 21:27:14.155 INFO O| Aug 16 21:27:14.155 INFO STEP 1085 (remove_files) COMPLETE |
7184 | 2024-08-16T21:27:15.223Z | [ recovery-image] Aug 16 21:27:14.155 INFO O| Aug 16 21:27:14.155 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-08-16T21:27:15.230Z | [ recovery-image] Aug 16 21:27:14.166 INFO O| Aug 16 21:27:14.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7186 | 2024-08-16T21:27:15.230Z | [ recovery-image] Aug 16 21:27:14.166 INFO O| Aug 16 21:27:14.166 INFO STEP 1086 (remove_files) COMPLETE |
7187 | 2024-08-16T21:27:15.233Z | [ recovery-image] Aug 16 21:27:14.166 INFO O| Aug 16 21:27:14.166 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-08-16T21:27:15.239Z | [ recovery-image] Aug 16 21:27:14.176 INFO O| Aug 16 21:27:14.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7189 | 2024-08-16T21:27:15.240Z | [ recovery-image] Aug 16 21:27:14.176 INFO O| Aug 16 21:27:14.176 INFO STEP 1087 (remove_files) COMPLETE |
7190 | 2024-08-16T21:27:15.240Z | [ recovery-image] Aug 16 21:27:14.176 INFO O| Aug 16 21:27:14.176 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-08-16T21:27:15.252Z | [ recovery-image] Aug 16 21:27:14.189 INFO O| Aug 16 21:27:14.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7192 | 2024-08-16T21:27:15.252Z | [ recovery-image] Aug 16 21:27:14.189 INFO O| Aug 16 21:27:14.189 INFO STEP 1088 (remove_files) COMPLETE |
7193 | 2024-08-16T21:27:15.252Z | [ recovery-image] Aug 16 21:27:14.189 INFO O| Aug 16 21:27:14.189 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-08-16T21:27:15.264Z | [ recovery-image] Aug 16 21:27:14.201 INFO O| Aug 16 21:27:14.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7195 | 2024-08-16T21:27:15.264Z | [ recovery-image] Aug 16 21:27:14.201 INFO O| Aug 16 21:27:14.201 INFO STEP 1089 (remove_files) COMPLETE |
7196 | 2024-08-16T21:27:15.267Z | [ recovery-image] Aug 16 21:27:14.201 INFO O| Aug 16 21:27:14.201 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-08-16T21:27:15.275Z | [ recovery-image] Aug 16 21:27:14.211 INFO O| Aug 16 21:27:14.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7198 | 2024-08-16T21:27:15.275Z | [ recovery-image] Aug 16 21:27:14.212 INFO O| Aug 16 21:27:14.211 INFO STEP 1090 (remove_files) COMPLETE |
7199 | 2024-08-16T21:27:15.278Z | [ recovery-image] Aug 16 21:27:14.212 INFO O| Aug 16 21:27:14.212 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-08-16T21:27:15.287Z | [ recovery-image] Aug 16 21:27:14.224 INFO O| Aug 16 21:27:14.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7201 | 2024-08-16T21:27:15.287Z | [ recovery-image] Aug 16 21:27:14.224 INFO O| Aug 16 21:27:14.224 INFO STEP 1091 (remove_files) COMPLETE |
7202 | 2024-08-16T21:27:15.290Z | [ recovery-image] Aug 16 21:27:14.224 INFO O| Aug 16 21:27:14.224 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-08-16T21:27:15.299Z | [ recovery-image] Aug 16 21:27:14.236 INFO O| Aug 16 21:27:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7204 | 2024-08-16T21:27:15.299Z | [ recovery-image] Aug 16 21:27:14.236 INFO O| Aug 16 21:27:14.236 INFO STEP 1092 (remove_files) COMPLETE |
7205 | 2024-08-16T21:27:15.299Z | [ recovery-image] Aug 16 21:27:14.236 INFO O| Aug 16 21:27:14.236 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-08-16T21:27:15.312Z | [ recovery-image] Aug 16 21:27:14.249 INFO O| Aug 16 21:27:14.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7207 | 2024-08-16T21:27:15.312Z | [ recovery-image] Aug 16 21:27:14.249 INFO O| Aug 16 21:27:14.249 INFO STEP 1093 (remove_files) COMPLETE |
7208 | 2024-08-16T21:27:15.314Z | [ recovery-image] Aug 16 21:27:14.249 INFO O| Aug 16 21:27:14.249 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-08-16T21:27:15.325Z | [ recovery-image] Aug 16 21:27:14.262 INFO O| Aug 16 21:27:14.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7210 | 2024-08-16T21:27:15.325Z | [ recovery-image] Aug 16 21:27:14.262 INFO O| Aug 16 21:27:14.262 INFO STEP 1094 (remove_files) COMPLETE |
7211 | 2024-08-16T21:27:15.325Z | [ recovery-image] Aug 16 21:27:14.262 INFO O| Aug 16 21:27:14.262 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-08-16T21:27:15.337Z | [ recovery-image] Aug 16 21:27:14.274 INFO O| Aug 16 21:27:14.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7213 | 2024-08-16T21:27:15.340Z | [ recovery-image] Aug 16 21:27:14.274 INFO O| Aug 16 21:27:14.274 INFO STEP 1095 (remove_files) COMPLETE |
7214 | 2024-08-16T21:27:15.340Z | [ recovery-image] Aug 16 21:27:14.274 INFO O| Aug 16 21:27:14.274 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-08-16T21:27:15.342Z | [ host-image] Aug 16 21:27:14.278 INFO O| Aug 16 21:27:14.278 INFO O| Done |
7216 | 2024-08-16T21:27:15.342Z | [ host-image] Aug 16 21:27:14.278 INFO O| Aug 16 21:27:14.278 INFO O| Done |
7217 | 2024-08-16T21:27:15.349Z | [ recovery-image] Aug 16 21:27:14.285 INFO O| Aug 16 21:27:14.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7218 | 2024-08-16T21:27:15.349Z | [ recovery-image] Aug 16 21:27:14.285 INFO O| Aug 16 21:27:14.285 INFO STEP 1096 (remove_files) COMPLETE |
7219 | 2024-08-16T21:27:15.352Z | [ recovery-image] Aug 16 21:27:14.285 INFO O| Aug 16 21:27:14.285 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-16T21:27:15.360Z | [ recovery-image] Aug 16 21:27:14.296 INFO O| Aug 16 21:27:14.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7221 | 2024-08-16T21:27:15.360Z | [ recovery-image] Aug 16 21:27:14.297 INFO O| Aug 16 21:27:14.296 INFO STEP 1097 (remove_files) COMPLETE |
7222 | 2024-08-16T21:27:15.360Z | [ recovery-image] Aug 16 21:27:14.297 INFO O| Aug 16 21:27:14.297 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-08-16T21:27:15.371Z | [ recovery-image] Aug 16 21:27:14.308 INFO O| Aug 16 21:27:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7224 | 2024-08-16T21:27:15.371Z | [ recovery-image] Aug 16 21:27:14.308 INFO O| Aug 16 21:27:14.308 INFO STEP 1098 (remove_files) COMPLETE |
7225 | 2024-08-16T21:27:15.371Z | [ recovery-image] Aug 16 21:27:14.308 INFO O| Aug 16 21:27:14.308 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-08-16T21:27:15.382Z | [ recovery-image] Aug 16 21:27:14.319 INFO O| Aug 16 21:27:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7227 | 2024-08-16T21:27:15.382Z | [ recovery-image] Aug 16 21:27:14.319 INFO O| Aug 16 21:27:14.319 INFO STEP 1099 (remove_files) COMPLETE |
7228 | 2024-08-16T21:27:15.385Z | [ recovery-image] Aug 16 21:27:14.319 INFO O| Aug 16 21:27:14.319 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-08-16T21:27:15.394Z | [ recovery-image] Aug 16 21:27:14.331 INFO O| Aug 16 21:27:14.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7230 | 2024-08-16T21:27:15.394Z | [ recovery-image] Aug 16 21:27:14.331 INFO O| Aug 16 21:27:14.331 INFO STEP 1100 (remove_files) COMPLETE |
7231 | 2024-08-16T21:27:15.394Z | [ recovery-image] Aug 16 21:27:14.331 INFO O| Aug 16 21:27:14.331 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-08-16T21:27:15.406Z | [ recovery-image] Aug 16 21:27:14.343 INFO O| Aug 16 21:27:14.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7233 | 2024-08-16T21:27:15.406Z | [ recovery-image] Aug 16 21:27:14.343 INFO O| Aug 16 21:27:14.343 INFO STEP 1101 (remove_files) COMPLETE |
7234 | 2024-08-16T21:27:15.406Z | [ recovery-image] Aug 16 21:27:14.343 INFO O| Aug 16 21:27:14.343 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-08-16T21:27:15.418Z | [ recovery-image] Aug 16 21:27:14.355 INFO O| Aug 16 21:27:14.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7236 | 2024-08-16T21:27:15.418Z | [ recovery-image] Aug 16 21:27:14.355 INFO O| Aug 16 21:27:14.355 INFO STEP 1102 (remove_files) COMPLETE |
7237 | 2024-08-16T21:27:15.418Z | [ recovery-image] Aug 16 21:27:14.355 INFO O| Aug 16 21:27:14.355 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-08-16T21:27:15.429Z | [ recovery-image] Aug 16 21:27:14.366 INFO O| Aug 16 21:27:14.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7239 | 2024-08-16T21:27:15.429Z | [ recovery-image] Aug 16 21:27:14.366 INFO O| Aug 16 21:27:14.366 INFO STEP 1103 (remove_files) COMPLETE |
7240 | 2024-08-16T21:27:15.432Z | [ recovery-image] Aug 16 21:27:14.366 INFO O| Aug 16 21:27:14.366 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-08-16T21:27:15.439Z | [ recovery-image] Aug 16 21:27:14.376 INFO O| Aug 16 21:27:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7242 | 2024-08-16T21:27:15.439Z | [ recovery-image] Aug 16 21:27:14.376 INFO O| Aug 16 21:27:14.376 INFO STEP 1104 (remove_files) COMPLETE |
7243 | 2024-08-16T21:27:15.439Z | [ recovery-image] Aug 16 21:27:14.376 INFO O| Aug 16 21:27:14.376 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-08-16T21:27:15.450Z | [ recovery-image] Aug 16 21:27:14.387 INFO O| Aug 16 21:27:14.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7245 | 2024-08-16T21:27:15.452Z | [ recovery-image] Aug 16 21:27:14.387 INFO O| Aug 16 21:27:14.387 INFO STEP 1105 (remove_files) COMPLETE |
7246 | 2024-08-16T21:27:15.452Z | [ recovery-image] Aug 16 21:27:14.387 INFO O| Aug 16 21:27:14.387 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-08-16T21:27:15.460Z | [ recovery-image] Aug 16 21:27:14.397 INFO O| Aug 16 21:27:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7248 | 2024-08-16T21:27:15.460Z | [ recovery-image] Aug 16 21:27:14.397 INFO O| Aug 16 21:27:14.397 INFO STEP 1106 (remove_files) COMPLETE |
7249 | 2024-08-16T21:27:15.463Z | [ recovery-image] Aug 16 21:27:14.397 INFO O| Aug 16 21:27:14.397 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-08-16T21:27:15.470Z | [ recovery-image] Aug 16 21:27:14.407 INFO O| Aug 16 21:27:14.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7251 | 2024-08-16T21:27:15.470Z | [ recovery-image] Aug 16 21:27:14.407 INFO O| Aug 16 21:27:14.407 INFO STEP 1107 (remove_files) COMPLETE |
7252 | 2024-08-16T21:27:15.470Z | [ recovery-image] Aug 16 21:27:14.407 INFO O| Aug 16 21:27:14.407 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-16T21:27:15.480Z | [ recovery-image] Aug 16 21:27:14.417 INFO O| Aug 16 21:27:14.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7254 | 2024-08-16T21:27:15.480Z | [ recovery-image] Aug 16 21:27:14.417 INFO O| Aug 16 21:27:14.417 INFO STEP 1108 (remove_files) COMPLETE |
7255 | 2024-08-16T21:27:15.482Z | [ recovery-image] Aug 16 21:27:14.417 INFO O| Aug 16 21:27:14.417 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-16T21:27:15.490Z | [ recovery-image] Aug 16 21:27:14.427 INFO O| Aug 16 21:27:14.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7257 | 2024-08-16T21:27:15.490Z | [ recovery-image] Aug 16 21:27:14.427 INFO O| Aug 16 21:27:14.427 INFO STEP 1109 (remove_files) COMPLETE |
7258 | 2024-08-16T21:27:15.492Z | [ recovery-image] Aug 16 21:27:14.427 INFO O| Aug 16 21:27:14.427 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-16T21:27:15.500Z | [ recovery-image] Aug 16 21:27:14.437 INFO O| Aug 16 21:27:14.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7260 | 2024-08-16T21:27:15.500Z | [ recovery-image] Aug 16 21:27:14.437 INFO O| Aug 16 21:27:14.437 INFO STEP 1110 (remove_files) COMPLETE |
7261 | 2024-08-16T21:27:15.500Z | [ recovery-image] Aug 16 21:27:14.437 INFO O| Aug 16 21:27:14.437 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-16T21:27:15.510Z | [ recovery-image] Aug 16 21:27:14.447 INFO O| Aug 16 21:27:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7263 | 2024-08-16T21:27:15.510Z | [ recovery-image] Aug 16 21:27:14.447 INFO O| Aug 16 21:27:14.447 INFO STEP 1111 (remove_files) COMPLETE |
7264 | 2024-08-16T21:27:15.512Z | [ recovery-image] Aug 16 21:27:14.447 INFO O| Aug 16 21:27:14.447 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-16T21:27:15.519Z | [ recovery-image] Aug 16 21:27:14.456 INFO O| Aug 16 21:27:14.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7266 | 2024-08-16T21:27:15.519Z | [ recovery-image] Aug 16 21:27:14.456 INFO O| Aug 16 21:27:14.456 INFO STEP 1112 (remove_files) COMPLETE |
7267 | 2024-08-16T21:27:15.522Z | [ recovery-image] Aug 16 21:27:14.456 INFO O| Aug 16 21:27:14.456 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-16T21:27:15.529Z | [ recovery-image] Aug 16 21:27:14.466 INFO O| Aug 16 21:27:14.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7269 | 2024-08-16T21:27:15.529Z | [ recovery-image] Aug 16 21:27:14.466 INFO O| Aug 16 21:27:14.466 INFO STEP 1113 (remove_files) COMPLETE |
7270 | 2024-08-16T21:27:15.532Z | [ recovery-image] Aug 16 21:27:14.466 INFO O| Aug 16 21:27:14.466 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-16T21:27:15.539Z | [ recovery-image] Aug 16 21:27:14.476 INFO O| Aug 16 21:27:14.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7272 | 2024-08-16T21:27:15.539Z | [ recovery-image] Aug 16 21:27:14.476 INFO O| Aug 16 21:27:14.476 INFO STEP 1114 (remove_files) COMPLETE |
7273 | 2024-08-16T21:27:15.541Z | [ recovery-image] Aug 16 21:27:14.476 INFO O| Aug 16 21:27:14.476 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-16T21:27:15.549Z | [ recovery-image] Aug 16 21:27:14.486 INFO O| Aug 16 21:27:14.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7275 | 2024-08-16T21:27:15.549Z | [ recovery-image] Aug 16 21:27:14.486 INFO O| Aug 16 21:27:14.486 INFO STEP 1115 (remove_files) COMPLETE |
7276 | 2024-08-16T21:27:15.549Z | [ recovery-image] Aug 16 21:27:14.486 INFO O| Aug 16 21:27:14.486 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-16T21:27:15.559Z | [ recovery-image] Aug 16 21:27:14.496 INFO O| Aug 16 21:27:14.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7278 | 2024-08-16T21:27:15.562Z | [ recovery-image] Aug 16 21:27:14.496 INFO O| Aug 16 21:27:14.496 INFO STEP 1116 (remove_files) COMPLETE |
7279 | 2024-08-16T21:27:15.562Z | [ recovery-image] Aug 16 21:27:14.496 INFO O| Aug 16 21:27:14.496 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-16T21:27:15.569Z | [ recovery-image] Aug 16 21:27:14.506 INFO O| Aug 16 21:27:14.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7281 | 2024-08-16T21:27:15.569Z | [ recovery-image] Aug 16 21:27:14.506 INFO O| Aug 16 21:27:14.506 INFO STEP 1117 (remove_files) COMPLETE |
7282 | 2024-08-16T21:27:15.571Z | [ recovery-image] Aug 16 21:27:14.506 INFO O| Aug 16 21:27:14.506 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-16T21:27:15.579Z | [ recovery-image] Aug 16 21:27:14.515 INFO O| Aug 16 21:27:14.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7284 | 2024-08-16T21:27:15.581Z | [ recovery-image] Aug 16 21:27:14.515 INFO O| Aug 16 21:27:14.515 INFO STEP 1118 (remove_files) COMPLETE |
7285 | 2024-08-16T21:27:15.581Z | [ recovery-image] Aug 16 21:27:14.515 INFO O| Aug 16 21:27:14.515 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-16T21:27:15.588Z | [ recovery-image] Aug 16 21:27:14.525 INFO O| Aug 16 21:27:14.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7287 | 2024-08-16T21:27:15.591Z | [ recovery-image] Aug 16 21:27:14.525 INFO O| Aug 16 21:27:14.525 INFO STEP 1119 (remove_files) COMPLETE |
7288 | 2024-08-16T21:27:15.591Z | [ recovery-image] Aug 16 21:27:14.525 INFO O| Aug 16 21:27:14.525 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-08-16T21:27:15.598Z | [ recovery-image] Aug 16 21:27:14.535 INFO O| Aug 16 21:27:14.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7290 | 2024-08-16T21:27:15.598Z | [ recovery-image] Aug 16 21:27:14.535 INFO O| Aug 16 21:27:14.535 INFO STEP 1120 (remove_files) COMPLETE |
7291 | 2024-08-16T21:27:15.600Z | [ recovery-image] Aug 16 21:27:14.535 INFO O| Aug 16 21:27:14.535 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-08-16T21:27:15.608Z | [ recovery-image] Aug 16 21:27:14.545 INFO O| Aug 16 21:27:14.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7293 | 2024-08-16T21:27:15.608Z | [ recovery-image] Aug 16 21:27:14.545 INFO O| Aug 16 21:27:14.545 INFO STEP 1121 (remove_files) COMPLETE |
7294 | 2024-08-16T21:27:15.611Z | [ recovery-image] Aug 16 21:27:14.545 INFO O| Aug 16 21:27:14.545 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-08-16T21:27:15.619Z | [ recovery-image] Aug 16 21:27:14.556 INFO O| Aug 16 21:27:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7296 | 2024-08-16T21:27:15.619Z | [ recovery-image] Aug 16 21:27:14.556 INFO O| Aug 16 21:27:14.556 INFO STEP 1122 (remove_files) COMPLETE |
7297 | 2024-08-16T21:27:15.622Z | [ recovery-image] Aug 16 21:27:14.556 INFO O| Aug 16 21:27:14.556 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-08-16T21:27:15.629Z | [ recovery-image] Aug 16 21:27:14.566 INFO O| Aug 16 21:27:14.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7299 | 2024-08-16T21:27:15.629Z | [ recovery-image] Aug 16 21:27:14.566 INFO O| Aug 16 21:27:14.566 INFO STEP 1123 (remove_files) COMPLETE |
7300 | 2024-08-16T21:27:15.629Z | [ recovery-image] Aug 16 21:27:14.566 INFO O| Aug 16 21:27:14.566 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-08-16T21:27:15.639Z | [ recovery-image] Aug 16 21:27:14.576 INFO O| Aug 16 21:27:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7302 | 2024-08-16T21:27:15.639Z | [ recovery-image] Aug 16 21:27:14.576 INFO O| Aug 16 21:27:14.576 INFO STEP 1124 (remove_files) COMPLETE |
7303 | 2024-08-16T21:27:15.642Z | [ recovery-image] Aug 16 21:27:14.576 INFO O| Aug 16 21:27:14.576 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-08-16T21:27:15.649Z | [ recovery-image] Aug 16 21:27:14.586 INFO O| Aug 16 21:27:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7305 | 2024-08-16T21:27:15.651Z | [ recovery-image] Aug 16 21:27:14.586 INFO O| Aug 16 21:27:14.586 INFO STEP 1125 (remove_files) COMPLETE |
7306 | 2024-08-16T21:27:15.651Z | [ recovery-image] Aug 16 21:27:14.586 INFO O| Aug 16 21:27:14.586 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-08-16T21:27:15.659Z | [ recovery-image] Aug 16 21:27:14.596 INFO O| Aug 16 21:27:14.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7308 | 2024-08-16T21:27:15.662Z | [ recovery-image] Aug 16 21:27:14.596 INFO O| Aug 16 21:27:14.596 INFO STEP 1126 (remove_files) COMPLETE |
7309 | 2024-08-16T21:27:15.662Z | [ recovery-image] Aug 16 21:27:14.596 INFO O| Aug 16 21:27:14.596 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-16T21:27:15.670Z | [ recovery-image] Aug 16 21:27:14.606 INFO O| Aug 16 21:27:14.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7311 | 2024-08-16T21:27:15.670Z | [ recovery-image] Aug 16 21:27:14.606 INFO O| Aug 16 21:27:14.606 INFO STEP 1127 (remove_files) COMPLETE |
7312 | 2024-08-16T21:27:15.670Z | [ recovery-image] Aug 16 21:27:14.606 INFO O| Aug 16 21:27:14.606 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-08-16T21:27:15.679Z | [ recovery-image] Aug 16 21:27:14.616 INFO O| Aug 16 21:27:14.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7314 | 2024-08-16T21:27:15.682Z | [ recovery-image] Aug 16 21:27:14.617 INFO O| Aug 16 21:27:14.617 INFO STEP 1128 (remove_files) COMPLETE |
7315 | 2024-08-16T21:27:15.682Z | [ recovery-image] Aug 16 21:27:14.617 INFO O| Aug 16 21:27:14.617 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-08-16T21:27:15.690Z | [ recovery-image] Aug 16 21:27:14.627 INFO O| Aug 16 21:27:14.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7317 | 2024-08-16T21:27:15.690Z | [ recovery-image] Aug 16 21:27:14.627 INFO O| Aug 16 21:27:14.627 INFO STEP 1129 (remove_files) COMPLETE |
7318 | 2024-08-16T21:27:15.692Z | [ recovery-image] Aug 16 21:27:14.627 INFO O| Aug 16 21:27:14.627 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-08-16T21:27:15.692Z | [ host-image] Aug 16 21:27:14.628 INFO O| Aug 16 21:27:14.628 INFO O| Done |
7320 | 2024-08-16T21:27:15.701Z | [ recovery-image] Aug 16 21:27:14.638 INFO O| Aug 16 21:27:14.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7321 | 2024-08-16T21:27:15.701Z | [ recovery-image] Aug 16 21:27:14.638 INFO O| Aug 16 21:27:14.638 INFO STEP 1130 (remove_files) COMPLETE |
7322 | 2024-08-16T21:27:15.705Z | [ recovery-image] Aug 16 21:27:14.638 INFO O| Aug 16 21:27:14.638 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-08-16T21:27:15.712Z | [ recovery-image] Aug 16 21:27:14.649 INFO O| Aug 16 21:27:14.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7324 | 2024-08-16T21:27:15.712Z | [ recovery-image] Aug 16 21:27:14.649 INFO O| Aug 16 21:27:14.649 INFO STEP 1131 (remove_files) COMPLETE |
7325 | 2024-08-16T21:27:15.714Z | [ recovery-image] Aug 16 21:27:14.649 INFO O| Aug 16 21:27:14.649 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-08-16T21:27:15.722Z | [ recovery-image] Aug 16 21:27:14.659 INFO O| Aug 16 21:27:14.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7327 | 2024-08-16T21:27:15.722Z | [ recovery-image] Aug 16 21:27:14.659 INFO O| Aug 16 21:27:14.659 INFO STEP 1132 (remove_files) COMPLETE |
7328 | 2024-08-16T21:27:15.724Z | [ recovery-image] Aug 16 21:27:14.659 INFO O| Aug 16 21:27:14.659 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-08-16T21:27:15.732Z | [ recovery-image] Aug 16 21:27:14.669 INFO O| Aug 16 21:27:14.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7330 | 2024-08-16T21:27:15.732Z | [ recovery-image] Aug 16 21:27:14.669 INFO O| Aug 16 21:27:14.669 INFO STEP 1133 (remove_files) COMPLETE |
7331 | 2024-08-16T21:27:15.740Z | [ recovery-image] Aug 16 21:27:14.669 INFO O| Aug 16 21:27:14.669 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-08-16T21:27:15.744Z | [ recovery-image] Aug 16 21:27:14.680 INFO O| Aug 16 21:27:14.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7333 | 2024-08-16T21:27:15.744Z | [ recovery-image] Aug 16 21:27:14.680 INFO O| Aug 16 21:27:14.680 INFO STEP 1134 (remove_files) COMPLETE |
7334 | 2024-08-16T21:27:15.744Z | [ recovery-image] Aug 16 21:27:14.680 INFO O| Aug 16 21:27:14.680 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-08-16T21:27:15.753Z | [ recovery-image] Aug 16 21:27:14.690 INFO O| Aug 16 21:27:14.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7336 | 2024-08-16T21:27:15.753Z | [ recovery-image] Aug 16 21:27:14.690 INFO O| Aug 16 21:27:14.690 INFO STEP 1135 (remove_files) COMPLETE |
7337 | 2024-08-16T21:27:15.753Z | [ recovery-image] Aug 16 21:27:14.690 INFO O| Aug 16 21:27:14.690 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-08-16T21:27:15.763Z | [ recovery-image] Aug 16 21:27:14.700 INFO O| Aug 16 21:27:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7339 | 2024-08-16T21:27:15.763Z | [ recovery-image] Aug 16 21:27:14.700 INFO O| Aug 16 21:27:14.700 INFO STEP 1136 (remove_files) COMPLETE |
7340 | 2024-08-16T21:27:15.763Z | [ recovery-image] Aug 16 21:27:14.700 INFO O| Aug 16 21:27:14.700 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-08-16T21:27:15.773Z | [ recovery-image] Aug 16 21:27:14.710 INFO O| Aug 16 21:27:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7342 | 2024-08-16T21:27:15.773Z | [ recovery-image] Aug 16 21:27:14.710 INFO O| Aug 16 21:27:14.710 INFO STEP 1137 (remove_files) COMPLETE |
7343 | 2024-08-16T21:27:15.773Z | [ recovery-image] Aug 16 21:27:14.710 INFO O| Aug 16 21:27:14.710 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-08-16T21:27:15.783Z | [ recovery-image] Aug 16 21:27:14.720 INFO O| Aug 16 21:27:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7345 | 2024-08-16T21:27:15.783Z | [ recovery-image] Aug 16 21:27:14.720 INFO O| Aug 16 21:27:14.720 INFO STEP 1138 (remove_files) COMPLETE |
7346 | 2024-08-16T21:27:15.786Z | [ recovery-image] Aug 16 21:27:14.720 INFO O| Aug 16 21:27:14.720 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-08-16T21:27:15.794Z | [ recovery-image] Aug 16 21:27:14.731 INFO O| Aug 16 21:27:14.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7348 | 2024-08-16T21:27:15.794Z | [ recovery-image] Aug 16 21:27:14.731 INFO O| Aug 16 21:27:14.731 INFO STEP 1139 (remove_files) COMPLETE |
7349 | 2024-08-16T21:27:15.796Z | [ recovery-image] Aug 16 21:27:14.731 INFO O| Aug 16 21:27:14.731 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-08-16T21:27:15.806Z | [ recovery-image] Aug 16 21:27:14.743 INFO O| Aug 16 21:27:14.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7351 | 2024-08-16T21:27:15.806Z | [ recovery-image] Aug 16 21:27:14.743 INFO O| Aug 16 21:27:14.743 INFO STEP 1140 (remove_files) COMPLETE |
7352 | 2024-08-16T21:27:15.809Z | [ recovery-image] Aug 16 21:27:14.743 INFO O| Aug 16 21:27:14.743 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-08-16T21:27:15.819Z | [ recovery-image] Aug 16 21:27:14.755 INFO O| Aug 16 21:27:14.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7354 | 2024-08-16T21:27:15.819Z | [ recovery-image] Aug 16 21:27:14.755 INFO O| Aug 16 21:27:14.755 INFO STEP 1141 (remove_files) COMPLETE |
7355 | 2024-08-16T21:27:15.821Z | [ recovery-image] Aug 16 21:27:14.755 INFO O| Aug 16 21:27:14.755 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-08-16T21:27:15.831Z | [ recovery-image] Aug 16 21:27:14.768 INFO O| Aug 16 21:27:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7357 | 2024-08-16T21:27:15.831Z | [ recovery-image] Aug 16 21:27:14.768 INFO O| Aug 16 21:27:14.768 INFO STEP 1142 (remove_files) COMPLETE |
7358 | 2024-08-16T21:27:15.834Z | [ recovery-image] Aug 16 21:27:14.768 INFO O| Aug 16 21:27:14.768 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-08-16T21:27:15.842Z | [ recovery-image] Aug 16 21:27:14.779 INFO O| Aug 16 21:27:14.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7360 | 2024-08-16T21:27:15.842Z | [ recovery-image] Aug 16 21:27:14.779 INFO O| Aug 16 21:27:14.779 INFO STEP 1143 (remove_files) COMPLETE |
7361 | 2024-08-16T21:27:15.845Z | [ recovery-image] Aug 16 21:27:14.779 INFO O| Aug 16 21:27:14.779 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-08-16T21:27:15.853Z | [ recovery-image] Aug 16 21:27:14.790 INFO O| Aug 16 21:27:14.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7363 | 2024-08-16T21:27:15.853Z | [ recovery-image] Aug 16 21:27:14.790 INFO O| Aug 16 21:27:14.790 INFO STEP 1144 (remove_files) COMPLETE |
7364 | 2024-08-16T21:27:15.856Z | [ recovery-image] Aug 16 21:27:14.790 INFO O| Aug 16 21:27:14.790 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-08-16T21:27:15.863Z | [ recovery-image] Aug 16 21:27:14.800 INFO O| Aug 16 21:27:14.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7366 | 2024-08-16T21:27:15.864Z | [ recovery-image] Aug 16 21:27:14.800 INFO O| Aug 16 21:27:14.800 INFO STEP 1145 (remove_files) COMPLETE |
7367 | 2024-08-16T21:27:15.866Z | [ recovery-image] Aug 16 21:27:14.800 INFO O| Aug 16 21:27:14.800 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-08-16T21:27:15.873Z | [ recovery-image] Aug 16 21:27:14.810 INFO O| Aug 16 21:27:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7369 | 2024-08-16T21:27:15.873Z | [ recovery-image] Aug 16 21:27:14.810 INFO O| Aug 16 21:27:14.810 INFO STEP 1146 (remove_files) COMPLETE |
7370 | 2024-08-16T21:27:15.873Z | [ recovery-image] Aug 16 21:27:14.810 INFO O| Aug 16 21:27:14.810 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-08-16T21:27:15.883Z | [ recovery-image] Aug 16 21:27:14.820 INFO O| Aug 16 21:27:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7372 | 2024-08-16T21:27:15.886Z | [ recovery-image] Aug 16 21:27:14.820 INFO O| Aug 16 21:27:14.820 INFO STEP 1147 (remove_files) COMPLETE |
7373 | 2024-08-16T21:27:15.886Z | [ recovery-image] Aug 16 21:27:14.820 INFO O| Aug 16 21:27:14.820 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-08-16T21:27:15.893Z | [ recovery-image] Aug 16 21:27:14.830 INFO O| Aug 16 21:27:14.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7375 | 2024-08-16T21:27:15.893Z | [ recovery-image] Aug 16 21:27:14.830 INFO O| Aug 16 21:27:14.830 INFO STEP 1148 (remove_files) COMPLETE |
7376 | 2024-08-16T21:27:15.893Z | [ recovery-image] Aug 16 21:27:14.830 INFO O| Aug 16 21:27:14.830 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-08-16T21:27:15.903Z | [ recovery-image] Aug 16 21:27:14.840 INFO O| Aug 16 21:27:14.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7378 | 2024-08-16T21:27:15.903Z | [ recovery-image] Aug 16 21:27:14.840 INFO O| Aug 16 21:27:14.840 INFO STEP 1149 (remove_files) COMPLETE |
7379 | 2024-08-16T21:27:15.903Z | [ recovery-image] Aug 16 21:27:14.840 INFO O| Aug 16 21:27:14.840 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-08-16T21:27:15.913Z | [ recovery-image] Aug 16 21:27:14.850 INFO O| Aug 16 21:27:14.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7381 | 2024-08-16T21:27:15.913Z | [ recovery-image] Aug 16 21:27:14.850 INFO O| Aug 16 21:27:14.850 INFO STEP 1150 (remove_files) COMPLETE |
7382 | 2024-08-16T21:27:15.913Z | [ recovery-image] Aug 16 21:27:14.850 INFO O| Aug 16 21:27:14.850 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-08-16T21:27:15.923Z | [ recovery-image] Aug 16 21:27:14.860 INFO O| Aug 16 21:27:14.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7384 | 2024-08-16T21:27:15.925Z | [ recovery-image] Aug 16 21:27:14.860 INFO O| Aug 16 21:27:14.860 INFO STEP 1151 (remove_files) COMPLETE |
7385 | 2024-08-16T21:27:15.926Z | [ recovery-image] Aug 16 21:27:14.860 INFO O| Aug 16 21:27:14.860 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-08-16T21:27:15.935Z | [ recovery-image] Aug 16 21:27:14.872 INFO O| Aug 16 21:27:14.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7387 | 2024-08-16T21:27:15.935Z | [ recovery-image] Aug 16 21:27:14.872 INFO O| Aug 16 21:27:14.872 INFO STEP 1152 (remove_files) COMPLETE |
7388 | 2024-08-16T21:27:15.937Z | [ recovery-image] Aug 16 21:27:14.872 INFO O| Aug 16 21:27:14.872 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-08-16T21:27:15.945Z | [ recovery-image] Aug 16 21:27:14.882 INFO O| Aug 16 21:27:14.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7390 | 2024-08-16T21:27:15.945Z | [ recovery-image] Aug 16 21:27:14.882 INFO O| Aug 16 21:27:14.882 INFO STEP 1153 (remove_files) COMPLETE |
7391 | 2024-08-16T21:27:15.945Z | [ recovery-image] Aug 16 21:27:14.882 INFO O| Aug 16 21:27:14.882 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-08-16T21:27:15.955Z | [ recovery-image] Aug 16 21:27:14.892 INFO O| Aug 16 21:27:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7393 | 2024-08-16T21:27:15.955Z | [ recovery-image] Aug 16 21:27:14.892 INFO O| Aug 16 21:27:14.892 INFO STEP 1154 (remove_files) COMPLETE |
7394 | 2024-08-16T21:27:15.957Z | [ recovery-image] Aug 16 21:27:14.892 INFO O| Aug 16 21:27:14.892 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-08-16T21:27:15.965Z | [ recovery-image] Aug 16 21:27:14.902 INFO O| Aug 16 21:27:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7396 | 2024-08-16T21:27:15.965Z | [ recovery-image] Aug 16 21:27:14.902 INFO O| Aug 16 21:27:14.902 INFO STEP 1155 (remove_files) COMPLETE |
7397 | 2024-08-16T21:27:15.965Z | [ recovery-image] Aug 16 21:27:14.902 INFO O| Aug 16 21:27:14.902 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-08-16T21:27:15.976Z | [ recovery-image] Aug 16 21:27:14.912 INFO O| Aug 16 21:27:14.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7399 | 2024-08-16T21:27:15.976Z | [ recovery-image] Aug 16 21:27:14.912 INFO O| Aug 16 21:27:14.912 INFO STEP 1156 (remove_files) COMPLETE |
7400 | 2024-08-16T21:27:15.978Z | [ recovery-image] Aug 16 21:27:14.912 INFO O| Aug 16 21:27:14.912 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-08-16T21:27:15.985Z | [ recovery-image] Aug 16 21:27:14.922 INFO O| Aug 16 21:27:14.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7402 | 2024-08-16T21:27:15.988Z | [ recovery-image] Aug 16 21:27:14.922 INFO O| Aug 16 21:27:14.922 INFO STEP 1157 (remove_files) COMPLETE |
7403 | 2024-08-16T21:27:15.988Z | [ recovery-image] Aug 16 21:27:14.922 INFO O| Aug 16 21:27:14.922 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-08-16T21:27:15.995Z | [ recovery-image] Aug 16 21:27:14.932 INFO O| Aug 16 21:27:14.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7405 | 2024-08-16T21:27:15.998Z | [ recovery-image] Aug 16 21:27:14.932 INFO O| Aug 16 21:27:14.932 INFO STEP 1158 (remove_files) COMPLETE |
7406 | 2024-08-16T21:27:15.998Z | [ recovery-image] Aug 16 21:27:14.932 INFO O| Aug 16 21:27:14.932 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-08-16T21:27:16.007Z | [ recovery-image] Aug 16 21:27:14.942 INFO O| Aug 16 21:27:14.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7408 | 2024-08-16T21:27:16.007Z | [ recovery-image] Aug 16 21:27:14.942 INFO O| Aug 16 21:27:14.942 INFO STEP 1159 (remove_files) COMPLETE |
7409 | 2024-08-16T21:27:16.009Z | [ recovery-image] Aug 16 21:27:14.942 INFO O| Aug 16 21:27:14.942 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-08-16T21:27:16.015Z | [ recovery-image] Aug 16 21:27:14.952 INFO O| Aug 16 21:27:14.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7411 | 2024-08-16T21:27:16.015Z | [ recovery-image] Aug 16 21:27:14.952 INFO O| Aug 16 21:27:14.952 INFO STEP 1160 (remove_files) COMPLETE |
7412 | 2024-08-16T21:27:16.015Z | [ recovery-image] Aug 16 21:27:14.952 INFO O| Aug 16 21:27:14.952 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-08-16T21:27:16.025Z | [ recovery-image] Aug 16 21:27:14.962 INFO O| Aug 16 21:27:14.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7414 | 2024-08-16T21:27:16.025Z | [ recovery-image] Aug 16 21:27:14.962 INFO O| Aug 16 21:27:14.962 INFO STEP 1161 (remove_files) COMPLETE |
7415 | 2024-08-16T21:27:16.028Z | [ recovery-image] Aug 16 21:27:14.962 INFO O| Aug 16 21:27:14.962 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-08-16T21:27:16.035Z | [ recovery-image] Aug 16 21:27:14.972 INFO O| Aug 16 21:27:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7417 | 2024-08-16T21:27:16.035Z | [ recovery-image] Aug 16 21:27:14.972 INFO O| Aug 16 21:27:14.972 INFO STEP 1162 (remove_files) COMPLETE |
7418 | 2024-08-16T21:27:16.038Z | [ recovery-image] Aug 16 21:27:14.972 INFO O| Aug 16 21:27:14.972 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-08-16T21:27:16.046Z | [ recovery-image] Aug 16 21:27:14.982 INFO O| Aug 16 21:27:14.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7420 | 2024-08-16T21:27:16.046Z | [ recovery-image] Aug 16 21:27:14.983 INFO O| Aug 16 21:27:14.983 INFO STEP 1163 (remove_files) COMPLETE |
7421 | 2024-08-16T21:27:16.048Z | [ recovery-image] Aug 16 21:27:14.983 INFO O| Aug 16 21:27:14.983 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-08-16T21:27:16.056Z | [ recovery-image] Aug 16 21:27:14.993 INFO O| Aug 16 21:27:14.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7423 | 2024-08-16T21:27:16.056Z | [ recovery-image] Aug 16 21:27:14.993 INFO O| Aug 16 21:27:14.993 INFO STEP 1164 (remove_files) COMPLETE |
7424 | 2024-08-16T21:27:16.056Z | [ recovery-image] Aug 16 21:27:14.993 INFO O| Aug 16 21:27:14.993 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-08-16T21:27:16.066Z | [ recovery-image] Aug 16 21:27:15.003 INFO O| Aug 16 21:27:15.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7426 | 2024-08-16T21:27:16.066Z | [ recovery-image] Aug 16 21:27:15.003 INFO O| Aug 16 21:27:15.003 INFO STEP 1165 (remove_files) COMPLETE |
7427 | 2024-08-16T21:27:16.066Z | [ recovery-image] Aug 16 21:27:15.003 INFO O| Aug 16 21:27:15.003 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-08-16T21:27:16.077Z | [ recovery-image] Aug 16 21:27:15.013 INFO O| Aug 16 21:27:15.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7429 | 2024-08-16T21:27:16.079Z | [ recovery-image] Aug 16 21:27:15.014 INFO O| Aug 16 21:27:15.013 INFO STEP 1166 (remove_files) COMPLETE |
7430 | 2024-08-16T21:27:16.079Z | [ recovery-image] Aug 16 21:27:15.014 INFO O| Aug 16 21:27:15.014 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-08-16T21:27:16.087Z | [ recovery-image] Aug 16 21:27:15.024 INFO O| Aug 16 21:27:15.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7432 | 2024-08-16T21:27:16.087Z | [ recovery-image] Aug 16 21:27:15.024 INFO O| Aug 16 21:27:15.024 INFO STEP 1167 (remove_files) COMPLETE |
7433 | 2024-08-16T21:27:16.087Z | [ recovery-image] Aug 16 21:27:15.024 INFO O| Aug 16 21:27:15.024 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-08-16T21:27:16.098Z | [ recovery-image] Aug 16 21:27:15.034 INFO O| Aug 16 21:27:15.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7435 | 2024-08-16T21:27:16.100Z | [ recovery-image] Aug 16 21:27:15.035 INFO O| Aug 16 21:27:15.034 INFO STEP 1168 (remove_files) COMPLETE |
7436 | 2024-08-16T21:27:16.100Z | [ recovery-image] Aug 16 21:27:15.035 INFO O| Aug 16 21:27:15.035 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-08-16T21:27:16.109Z | [ recovery-image] Aug 16 21:27:15.045 INFO O| Aug 16 21:27:15.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7438 | 2024-08-16T21:27:16.111Z | [ recovery-image] Aug 16 21:27:15.045 INFO O| Aug 16 21:27:15.045 INFO STEP 1169 (remove_files) COMPLETE |
7439 | 2024-08-16T21:27:16.111Z | [ recovery-image] Aug 16 21:27:15.045 INFO O| Aug 16 21:27:15.045 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-08-16T21:27:16.119Z | [ recovery-image] Aug 16 21:27:15.056 INFO O| Aug 16 21:27:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7441 | 2024-08-16T21:27:16.122Z | [ recovery-image] Aug 16 21:27:15.056 INFO O| Aug 16 21:27:15.056 INFO STEP 1170 (remove_files) COMPLETE |
7442 | 2024-08-16T21:27:16.122Z | [ recovery-image] Aug 16 21:27:15.056 INFO O| Aug 16 21:27:15.056 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-08-16T21:27:16.129Z | [ recovery-image] Aug 16 21:27:15.066 INFO O| Aug 16 21:27:15.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7444 | 2024-08-16T21:27:16.129Z | [ recovery-image] Aug 16 21:27:15.066 INFO O| Aug 16 21:27:15.066 INFO STEP 1171 (remove_files) COMPLETE |
7445 | 2024-08-16T21:27:16.129Z | [ recovery-image] Aug 16 21:27:15.066 INFO O| Aug 16 21:27:15.066 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-08-16T21:27:16.139Z | [ recovery-image] Aug 16 21:27:15.076 INFO O| Aug 16 21:27:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7447 | 2024-08-16T21:27:16.139Z | [ recovery-image] Aug 16 21:27:15.076 INFO O| Aug 16 21:27:15.076 INFO STEP 1172 (remove_files) COMPLETE |
7448 | 2024-08-16T21:27:16.142Z | [ recovery-image] Aug 16 21:27:15.076 INFO O| Aug 16 21:27:15.076 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-08-16T21:27:16.150Z | [ recovery-image] Aug 16 21:27:15.087 INFO O| Aug 16 21:27:15.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7450 | 2024-08-16T21:27:16.150Z | [ recovery-image] Aug 16 21:27:15.087 INFO O| Aug 16 21:27:15.087 INFO STEP 1173 (remove_files) COMPLETE |
7451 | 2024-08-16T21:27:16.150Z | [ recovery-image] Aug 16 21:27:15.087 INFO O| Aug 16 21:27:15.087 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-08-16T21:27:16.162Z | [ recovery-image] Aug 16 21:27:15.098 INFO O| Aug 16 21:27:15.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7453 | 2024-08-16T21:27:16.162Z | [ recovery-image] Aug 16 21:27:15.099 INFO O| Aug 16 21:27:15.098 INFO STEP 1174 (remove_files) COMPLETE |
7454 | 2024-08-16T21:27:16.162Z | [ recovery-image] Aug 16 21:27:15.099 INFO O| Aug 16 21:27:15.099 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-08-16T21:27:16.174Z | [ recovery-image] Aug 16 21:27:15.111 INFO O| Aug 16 21:27:15.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7456 | 2024-08-16T21:27:16.174Z | [ recovery-image] Aug 16 21:27:15.111 INFO O| Aug 16 21:27:15.111 INFO STEP 1175 (remove_files) COMPLETE |
7457 | 2024-08-16T21:27:16.174Z | [ recovery-image] Aug 16 21:27:15.111 INFO O| Aug 16 21:27:15.111 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-08-16T21:27:16.187Z | [ recovery-image] Aug 16 21:27:15.124 INFO O| Aug 16 21:27:15.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7459 | 2024-08-16T21:27:16.187Z | [ recovery-image] Aug 16 21:27:15.124 INFO O| Aug 16 21:27:15.124 INFO STEP 1176 (remove_files) COMPLETE |
7460 | 2024-08-16T21:27:16.187Z | [ recovery-image] Aug 16 21:27:15.124 INFO O| Aug 16 21:27:15.124 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-08-16T21:27:16.200Z | [ recovery-image] Aug 16 21:27:15.137 INFO O| Aug 16 21:27:15.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7462 | 2024-08-16T21:27:16.200Z | [ recovery-image] Aug 16 21:27:15.137 INFO O| Aug 16 21:27:15.137 INFO STEP 1177 (remove_files) COMPLETE |
7463 | 2024-08-16T21:27:16.200Z | [ recovery-image] Aug 16 21:27:15.137 INFO O| Aug 16 21:27:15.137 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-08-16T21:27:16.213Z | [ recovery-image] Aug 16 21:27:15.149 INFO O| Aug 16 21:27:15.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7465 | 2024-08-16T21:27:16.213Z | [ recovery-image] Aug 16 21:27:15.149 INFO O| Aug 16 21:27:15.149 INFO STEP 1178 (remove_files) COMPLETE |
7466 | 2024-08-16T21:27:16.213Z | [ recovery-image] Aug 16 21:27:15.149 INFO O| Aug 16 21:27:15.149 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-08-16T21:27:16.224Z | [ recovery-image] Aug 16 21:27:15.161 INFO O| Aug 16 21:27:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7468 | 2024-08-16T21:27:16.224Z | [ recovery-image] Aug 16 21:27:15.161 INFO O| Aug 16 21:27:15.161 INFO STEP 1179 (remove_files) COMPLETE |
7469 | 2024-08-16T21:27:16.227Z | [ recovery-image] Aug 16 21:27:15.161 INFO O| Aug 16 21:27:15.161 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-08-16T21:27:16.235Z | [ recovery-image] Aug 16 21:27:15.171 INFO O| Aug 16 21:27:15.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7471 | 2024-08-16T21:27:16.238Z | [ recovery-image] Aug 16 21:27:15.171 INFO O| Aug 16 21:27:15.171 INFO STEP 1180 (remove_files) COMPLETE |
7472 | 2024-08-16T21:27:16.238Z | [ recovery-image] Aug 16 21:27:15.171 INFO O| Aug 16 21:27:15.171 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-08-16T21:27:16.245Z | [ recovery-image] Aug 16 21:27:15.182 INFO O| Aug 16 21:27:15.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7474 | 2024-08-16T21:27:16.245Z | [ recovery-image] Aug 16 21:27:15.182 INFO O| Aug 16 21:27:15.182 INFO STEP 1181 (remove_files) COMPLETE |
7475 | 2024-08-16T21:27:16.245Z | [ recovery-image] Aug 16 21:27:15.182 INFO O| Aug 16 21:27:15.182 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-08-16T21:27:16.255Z | [ recovery-image] Aug 16 21:27:15.192 INFO O| Aug 16 21:27:15.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7477 | 2024-08-16T21:27:16.258Z | [ recovery-image] Aug 16 21:27:15.192 INFO O| Aug 16 21:27:15.192 INFO STEP 1182 (remove_files) COMPLETE |
7478 | 2024-08-16T21:27:16.258Z | [ recovery-image] Aug 16 21:27:15.192 INFO O| Aug 16 21:27:15.192 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-08-16T21:27:16.265Z | [ recovery-image] Aug 16 21:27:15.202 INFO O| Aug 16 21:27:15.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7480 | 2024-08-16T21:27:16.265Z | [ recovery-image] Aug 16 21:27:15.202 INFO O| Aug 16 21:27:15.202 INFO STEP 1183 (remove_files) COMPLETE |
7481 | 2024-08-16T21:27:16.265Z | [ recovery-image] Aug 16 21:27:15.202 INFO O| Aug 16 21:27:15.202 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-08-16T21:27:16.276Z | [ recovery-image] Aug 16 21:27:15.213 INFO O| Aug 16 21:27:15.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7483 | 2024-08-16T21:27:16.278Z | [ recovery-image] Aug 16 21:27:15.213 INFO O| Aug 16 21:27:15.213 INFO STEP 1184 (remove_files) COMPLETE |
7484 | 2024-08-16T21:27:16.279Z | [ recovery-image] Aug 16 21:27:15.213 INFO O| Aug 16 21:27:15.213 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-08-16T21:27:16.286Z | [ recovery-image] Aug 16 21:27:15.223 INFO O| Aug 16 21:27:15.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7486 | 2024-08-16T21:27:16.286Z | [ recovery-image] Aug 16 21:27:15.223 INFO O| Aug 16 21:27:15.223 INFO STEP 1185 (remove_files) COMPLETE |
7487 | 2024-08-16T21:27:16.286Z | [ recovery-image] Aug 16 21:27:15.223 INFO O| Aug 16 21:27:15.223 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-08-16T21:27:16.296Z | [ recovery-image] Aug 16 21:27:15.233 INFO O| Aug 16 21:27:15.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7489 | 2024-08-16T21:27:16.296Z | [ recovery-image] Aug 16 21:27:15.233 INFO O| Aug 16 21:27:15.233 INFO STEP 1186 (remove_files) COMPLETE |
7490 | 2024-08-16T21:27:16.296Z | [ recovery-image] Aug 16 21:27:15.233 INFO O| Aug 16 21:27:15.233 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-08-16T21:27:16.306Z | [ recovery-image] Aug 16 21:27:15.243 INFO O| Aug 16 21:27:15.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7492 | 2024-08-16T21:27:16.306Z | [ recovery-image] Aug 16 21:27:15.243 INFO O| Aug 16 21:27:15.243 INFO STEP 1187 (remove_files) COMPLETE |
7493 | 2024-08-16T21:27:16.306Z | [ recovery-image] Aug 16 21:27:15.243 INFO O| Aug 16 21:27:15.243 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-08-16T21:27:16.316Z | [ recovery-image] Aug 16 21:27:15.253 INFO O| Aug 16 21:27:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7495 | 2024-08-16T21:27:16.316Z | [ recovery-image] Aug 16 21:27:15.253 INFO O| Aug 16 21:27:15.253 INFO STEP 1188 (remove_files) COMPLETE |
7496 | 2024-08-16T21:27:16.318Z | [ recovery-image] Aug 16 21:27:15.253 INFO O| Aug 16 21:27:15.253 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-08-16T21:27:16.326Z | [ recovery-image] Aug 16 21:27:15.263 INFO O| Aug 16 21:27:15.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7498 | 2024-08-16T21:27:16.326Z | [ recovery-image] Aug 16 21:27:15.263 INFO O| Aug 16 21:27:15.263 INFO STEP 1189 (remove_files) COMPLETE |
7499 | 2024-08-16T21:27:16.326Z | [ recovery-image] Aug 16 21:27:15.263 INFO O| Aug 16 21:27:15.263 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-08-16T21:27:16.336Z | [ recovery-image] Aug 16 21:27:15.273 INFO O| Aug 16 21:27:15.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7501 | 2024-08-16T21:27:16.336Z | [ recovery-image] Aug 16 21:27:15.273 INFO O| Aug 16 21:27:15.273 INFO STEP 1190 (remove_files) COMPLETE |
7502 | 2024-08-16T21:27:16.336Z | [ recovery-image] Aug 16 21:27:15.273 INFO O| Aug 16 21:27:15.273 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-08-16T21:27:16.346Z | [ recovery-image] Aug 16 21:27:15.283 INFO O| Aug 16 21:27:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7504 | 2024-08-16T21:27:16.346Z | [ recovery-image] Aug 16 21:27:15.283 INFO O| Aug 16 21:27:15.283 INFO STEP 1191 (remove_files) COMPLETE |
7505 | 2024-08-16T21:27:16.349Z | [ recovery-image] Aug 16 21:27:15.283 INFO O| Aug 16 21:27:15.283 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-08-16T21:27:16.356Z | [ recovery-image] Aug 16 21:27:15.293 INFO O| Aug 16 21:27:15.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7507 | 2024-08-16T21:27:16.356Z | [ recovery-image] Aug 16 21:27:15.293 INFO O| Aug 16 21:27:15.293 INFO STEP 1192 (remove_files) COMPLETE |
7508 | 2024-08-16T21:27:16.358Z | [ recovery-image] Aug 16 21:27:15.293 INFO O| Aug 16 21:27:15.293 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-08-16T21:27:16.366Z | [ recovery-image] Aug 16 21:27:15.303 INFO O| Aug 16 21:27:15.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7510 | 2024-08-16T21:27:16.366Z | [ recovery-image] Aug 16 21:27:15.303 INFO O| Aug 16 21:27:15.303 INFO STEP 1193 (remove_files) COMPLETE |
7511 | 2024-08-16T21:27:16.366Z | [ recovery-image] Aug 16 21:27:15.303 INFO O| Aug 16 21:27:15.303 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-08-16T21:27:16.375Z | [ recovery-image] Aug 16 21:27:15.312 INFO O| Aug 16 21:27:15.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7513 | 2024-08-16T21:27:16.376Z | [ recovery-image] Aug 16 21:27:15.312 INFO O| Aug 16 21:27:15.312 INFO STEP 1194 (remove_files) COMPLETE |
7514 | 2024-08-16T21:27:16.376Z | [ recovery-image] Aug 16 21:27:15.312 INFO O| Aug 16 21:27:15.312 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-08-16T21:27:16.385Z | [ recovery-image] Aug 16 21:27:15.322 INFO O| Aug 16 21:27:15.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7516 | 2024-08-16T21:27:16.385Z | [ recovery-image] Aug 16 21:27:15.322 INFO O| Aug 16 21:27:15.322 INFO STEP 1195 (remove_files) COMPLETE |
7517 | 2024-08-16T21:27:16.385Z | [ recovery-image] Aug 16 21:27:15.322 INFO O| Aug 16 21:27:15.322 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-08-16T21:27:16.395Z | [ recovery-image] Aug 16 21:27:15.332 INFO O| Aug 16 21:27:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7519 | 2024-08-16T21:27:16.395Z | [ recovery-image] Aug 16 21:27:15.332 INFO O| Aug 16 21:27:15.332 INFO STEP 1196 (remove_files) COMPLETE |
7520 | 2024-08-16T21:27:16.395Z | [ recovery-image] Aug 16 21:27:15.332 INFO O| Aug 16 21:27:15.332 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-08-16T21:27:16.405Z | [ recovery-image] Aug 16 21:27:15.342 INFO O| Aug 16 21:27:15.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7522 | 2024-08-16T21:27:16.405Z | [ recovery-image] Aug 16 21:27:15.342 INFO O| Aug 16 21:27:15.342 INFO STEP 1197 (remove_files) COMPLETE |
7523 | 2024-08-16T21:27:16.408Z | [ recovery-image] Aug 16 21:27:15.342 INFO O| Aug 16 21:27:15.342 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-08-16T21:27:16.415Z | [ recovery-image] Aug 16 21:27:15.352 INFO O| Aug 16 21:27:15.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7525 | 2024-08-16T21:27:16.415Z | [ recovery-image] Aug 16 21:27:15.352 INFO O| Aug 16 21:27:15.352 INFO STEP 1198 (remove_files) COMPLETE |
7526 | 2024-08-16T21:27:16.415Z | [ recovery-image] Aug 16 21:27:15.352 INFO O| Aug 16 21:27:15.352 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-08-16T21:27:16.425Z | [ recovery-image] Aug 16 21:27:15.362 INFO O| Aug 16 21:27:15.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7528 | 2024-08-16T21:27:16.425Z | [ recovery-image] Aug 16 21:27:15.362 INFO O| Aug 16 21:27:15.362 INFO STEP 1199 (remove_files) COMPLETE |
7529 | 2024-08-16T21:27:16.425Z | [ recovery-image] Aug 16 21:27:15.362 INFO O| Aug 16 21:27:15.362 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-08-16T21:27:16.435Z | [ recovery-image] Aug 16 21:27:15.372 INFO O| Aug 16 21:27:15.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7531 | 2024-08-16T21:27:16.435Z | [ recovery-image] Aug 16 21:27:15.372 INFO O| Aug 16 21:27:15.372 INFO STEP 1200 (remove_files) COMPLETE |
7532 | 2024-08-16T21:27:16.435Z | [ recovery-image] Aug 16 21:27:15.372 INFO O| Aug 16 21:27:15.372 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-08-16T21:27:16.444Z | [ recovery-image] Aug 16 21:27:15.381 INFO O| Aug 16 21:27:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7534 | 2024-08-16T21:27:16.444Z | [ recovery-image] Aug 16 21:27:15.381 INFO O| Aug 16 21:27:15.381 INFO STEP 1201 (remove_files) COMPLETE |
7535 | 2024-08-16T21:27:16.444Z | [ recovery-image] Aug 16 21:27:15.381 INFO O| Aug 16 21:27:15.381 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-08-16T21:27:16.455Z | [ recovery-image] Aug 16 21:27:15.392 INFO O| Aug 16 21:27:15.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7537 | 2024-08-16T21:27:16.455Z | [ recovery-image] Aug 16 21:27:15.392 INFO O| Aug 16 21:27:15.392 INFO STEP 1202 (remove_files) COMPLETE |
7538 | 2024-08-16T21:27:16.455Z | [ recovery-image] Aug 16 21:27:15.392 INFO O| Aug 16 21:27:15.392 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-08-16T21:27:16.466Z | [ recovery-image] Aug 16 21:27:15.403 INFO O| Aug 16 21:27:15.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7540 | 2024-08-16T21:27:16.466Z | [ recovery-image] Aug 16 21:27:15.403 INFO O| Aug 16 21:27:15.403 INFO STEP 1203 (remove_files) COMPLETE |
7541 | 2024-08-16T21:27:16.468Z | [ recovery-image] Aug 16 21:27:15.403 INFO O| Aug 16 21:27:15.403 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-08-16T21:27:16.477Z | [ recovery-image] Aug 16 21:27:15.413 INFO O| Aug 16 21:27:15.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7543 | 2024-08-16T21:27:16.477Z | [ recovery-image] Aug 16 21:27:15.414 INFO O| Aug 16 21:27:15.414 INFO STEP 1204 (remove_files) COMPLETE |
7544 | 2024-08-16T21:27:16.479Z | [ recovery-image] Aug 16 21:27:15.414 INFO O| Aug 16 21:27:15.414 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-08-16T21:27:16.488Z | [ recovery-image] Aug 16 21:27:15.425 INFO O| Aug 16 21:27:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7546 | 2024-08-16T21:27:16.488Z | [ recovery-image] Aug 16 21:27:15.425 INFO O| Aug 16 21:27:15.425 INFO STEP 1205 (remove_files) COMPLETE |
7547 | 2024-08-16T21:27:16.490Z | [ recovery-image] Aug 16 21:27:15.425 INFO O| Aug 16 21:27:15.425 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-08-16T21:27:16.498Z | [ recovery-image] Aug 16 21:27:15.435 INFO O| Aug 16 21:27:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7549 | 2024-08-16T21:27:16.498Z | [ recovery-image] Aug 16 21:27:15.435 INFO O| Aug 16 21:27:15.435 INFO STEP 1206 (remove_files) COMPLETE |
7550 | 2024-08-16T21:27:16.501Z | [ recovery-image] Aug 16 21:27:15.435 INFO O| Aug 16 21:27:15.435 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7551 | 2024-08-16T21:27:16.513Z | [ recovery-image] Aug 16 21:27:15.450 INFO O| Aug 16 21:27:15.450 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7552 | 2024-08-16T21:27:16.513Z | [ recovery-image] Aug 16 21:27:15.450 INFO O| Aug 16 21:27:15.450 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7553 | 2024-08-16T21:27:16.905Z | [ host-image] Aug 16 21:27:15.842 INFO O| Aug 16 21:27:15.841 INFO O| Done |
7554 | 2024-08-16T21:27:16.931Z | [ host-image] Aug 16 21:27:15.868 INFO O| Aug 16 21:27:15.868 INFO O| Done |
7555 | 2024-08-16T21:27:16.931Z | [ host-image] Aug 16 21:27:15.868 INFO O| Aug 16 21:27:15.868 INFO O| Done |
7556 | 2024-08-16T21:27:16.970Z | [ host-image] Aug 16 21:27:15.907 INFO O| Aug 16 21:27:15.907 INFO O| Done |
7557 | 2024-08-16T21:27:17.076Z | [ host-image] Aug 16 21:27:16.012 INFO O| Aug 16 21:27:16.012 INFO STEP 13 (pkg_install) COMPLETE |
7558 | 2024-08-16T21:27:17.078Z | [ host-image] Aug 16 21:27:16.012 INFO O| Aug 16 21:27:16.012 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7559 | 2024-08-16T21:27:17.088Z | [ host-image] Aug 16 21:27:16.024 INFO O| Aug 16 21:27:16.024 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
7560 | 2024-08-16T21:27:17.230Z | [ recovery-image] Aug 16 21:27:16.166 INFO O| Aug 16 21:27:16.166 INFO STEP 1207 (pack_tar) COMPLETE |
7561 | 2024-08-16T21:27:17.230Z | [ recovery-image] Aug 16 21:27:16.166 INFO O| Aug 16 21:27:16.166 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7562 | 2024-08-16T21:27:17.232Z | [ recovery-image] Aug 16 21:27:16.166 INFO O| Aug 16 21:27:16.166 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7563 | 2024-08-16T21:27:17.805Z | [ recovery-image] Aug 16 21:27:16.741 INFO O| Aug 16 21:27:16.741 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7564 | 2024-08-16T21:27:17.941Z | [ recovery-image] Aug 16 21:27:16.878 INFO O| Aug 16 21:27:16.877 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7565 | 2024-08-16T21:27:17.948Z | [ recovery-image] Aug 16 21:27:16.884 INFO image builder template: zfs-recovery... |
7566 | 2024-08-16T21:27:17.948Z | [ recovery-image] Aug 16 21:27:16.884 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/.tmpxugGXy/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 |
7567 | 2024-08-16T21:27:17.981Z | [ recovery-image] Aug 16 21:27:16.918 INFO O| Aug 16 21:27:16.918 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7568 | 2024-08-16T21:27:17.986Z | [ recovery-image] Aug 16 21:27:16.922 INFO O| Aug 16 21:27:16.922 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7569 | 2024-08-16T21:27:17.988Z | [ host-image] Aug 16 21:27:16.923 INFO O| Aug 16 21:27:16.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7570 | 2024-08-16T21:27:18.128Z | [ recovery-image] Aug 16 21:27:17.064 INFO O| Aug 16 21:27:17.064 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7571 | 2024-08-16T21:27:18.190Z | [ recovery-image] Aug 16 21:27:17.126 INFO O| Aug 16 21:27:17.126 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7572 | 2024-08-16T21:27:18.190Z | [ recovery-image] Aug 16 21:27:17.126 INFO O| Aug 16 21:27:17.126 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7573 | 2024-08-16T21:27:18.194Z | [ recovery-image] Aug 16 21:27:17.130 INFO O| Aug 16 21:27:17.130 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7574 | 2024-08-16T21:27:18.278Z | [ recovery-image] Aug 16 21:27:17.215 INFO O| Aug 16 21:27:17.214 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7575 | 2024-08-16T21:27:18.393Z | [ recovery-image] Aug 16 21:27:17.330 INFO O| Aug 16 21:27:17.330 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7576 | 2024-08-16T21:27:18.405Z | [ recovery-image] Aug 16 21:27:17.341 INFO O| Aug 16 21:27:17.341 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7577 | 2024-08-16T21:27:18.410Z | [ recovery-image] Aug 16 21:27:17.347 INFO O| Aug 16 21:27:17.347 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7578 | 2024-08-16T21:27:18.412Z | [ recovery-image] Aug 16 21:27:17.348 INFO O| Aug 16 21:27:17.348 INFO no lofi found |
7579 | 2024-08-16T21:27:18.412Z | [ recovery-image] Aug 16 21:27:17.348 INFO O| Aug 16 21:27:17.348 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7580 | 2024-08-16T21:27:18.412Z | [ recovery-image] Aug 16 21:27:17.348 INFO O| Aug 16 21:27:17.348 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7581 | 2024-08-16T21:27:19.515Z | [ host-image] Aug 16 21:27:18.450 INFO O| Aug 16 21:27:18.450 INFO O| Planning: Solver setup ... Done |
7582 | 2024-08-16T21:27:19.518Z | [ host-image] Aug 16 21:27:18.453 INFO O| Aug 16 21:27:18.453 INFO O| Planning: Running solver ... Done |
7583 | 2024-08-16T21:27:19.555Z | [ host-image] Aug 16 21:27:18.491 INFO O| Aug 16 21:27:18.491 INFO O| Planning: Finding local manifests ... Done |
7584 | 2024-08-16T21:27:19.557Z | [ host-image] Aug 16 21:27:18.492 INFO O| Aug 16 21:27:18.492 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7585 | 2024-08-16T21:27:19.623Z | [ host-image] Aug 16 21:27:18.559 INFO O| Aug 16 21:27:18.559 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7586 | 2024-08-16T21:27:19.642Z | [ host-image] Aug 16 21:27:18.578 INFO O| Aug 16 21:27:18.578 INFO O| Planning: Package planning ... Done |
7587 | 2024-08-16T21:27:19.644Z | [ host-image] Aug 16 21:27:18.579 INFO O| Aug 16 21:27:18.579 INFO O| Planning: Merging actions ... Done |
7588 | 2024-08-16T21:27:19.702Z | [ host-image] Aug 16 21:27:18.639 INFO O| Aug 16 21:27:18.639 INFO O| Planning: Checking for conflicting actions ... Done |
7589 | 2024-08-16T21:27:19.705Z | [ host-image] Aug 16 21:27:18.639 INFO O| Aug 16 21:27:18.639 INFO O| Planning: Consolidating action changes ... Done |
7590 | 2024-08-16T21:27:19.878Z | [ host-image] Aug 16 21:27:18.814 INFO O| Aug 16 21:27:18.814 INFO O| Planning: Evaluating mediators ... Done |
7591 | 2024-08-16T21:27:19.880Z | [ host-image] Aug 16 21:27:18.815 INFO O| Aug 16 21:27:18.815 INFO O| Planning: Planning completed in 1.89 seconds |
7592 | 2024-08-16T21:27:19.880Z | [ host-image] Aug 16 21:27:18.816 INFO O| Aug 16 21:27:18.816 INFO O| Packages to install: 1 |
7593 | 2024-08-16T21:27:19.891Z | [ host-image] Aug 16 21:27:18.828 INFO O| Aug 16 21:27:18.828 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
7594 | 2024-08-16T21:27:20.076Z | [ recovery-image] Aug 16 21:27:19.012 INFO O| Aug 16 21:27:19.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
7595 | 2024-08-16T21:27:20.076Z | [ recovery-image] Aug 16 21:27:19.012 INFO O| Aug 16 21:27:19.012 INFO pool device = /dev/dsk/c2t1d0p0 |
7596 | 2024-08-16T21:27:20.079Z | [ recovery-image] Aug 16 21:27:19.012 INFO O| Aug 16 21:27:19.012 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"] |
7597 | 2024-08-16T21:27:20.158Z | [ recovery-image] Aug 16 21:27:19.094 INFO O| Aug 16 21:27:19.094 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7598 | 2024-08-16T21:27:20.158Z | [ recovery-image] Aug 16 21:27:19.094 INFO O| Aug 16 21:27:19.094 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7599 | 2024-08-16T21:27:20.179Z | [ recovery-image] Aug 16 21:27:19.116 INFO O| Aug 16 21:27:19.116 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7600 | 2024-08-16T21:27:20.260Z | [ recovery-image] Aug 16 21:27:19.197 INFO O| Aug 16 21:27:19.197 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7601 | 2024-08-16T21:27:20.303Z | [ recovery-image] Aug 16 21:27:19.240 INFO O| Aug 16 21:27:19.239 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7602 | 2024-08-16T21:27:20.319Z | [ recovery-image] Aug 16 21:27:19.256 INFO O| Aug 16 21:27:19.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7603 | 2024-08-16T21:27:20.330Z | [ recovery-image] Aug 16 21:27:19.267 INFO O| Aug 16 21:27:19.267 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7604 | 2024-08-16T21:27:20.379Z | [ recovery-image] Aug 16 21:27:19.316 INFO O| Aug 16 21:27:19.315 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7605 | 2024-08-16T21:27:20.379Z | [ recovery-image] Aug 16 21:27:19.316 INFO O| Aug 16 21:27:19.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7606 | 2024-08-16T21:27:20.382Z | [ recovery-image] Aug 16 21:27:19.316 INFO O| Aug 16 21:27:19.316 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7607 | 2024-08-16T21:27:20.388Z | [ recovery-image] Aug 16 21:27:19.324 INFO O| Aug 16 21:27:19.324 INFO boot environment UUID: 095cbea6-53b9-4fa0-8a2c-fc2a32789a11 |
7608 | 2024-08-16T21:27:20.388Z | [ recovery-image] Aug 16 21:27:19.324 INFO O| Aug 16 21:27:19.324 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 095cbea6-53b9-4fa0-8a2c-fc2a32789a11 |
7609 | 2024-08-16T21:27:20.397Z | [ host-image] Aug 16 21:27:19.334 INFO O| Aug 16 21:27:19.334 INFO O| Download: Completed 20.86 MB in 0.51 seconds (41.2M/s) |
7610 | 2024-08-16T21:27:20.400Z | [ recovery-image] Aug 16 21:27:19.335 INFO O| Aug 16 21:27:19.335 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7611 | 2024-08-16T21:27:20.408Z | [ recovery-image] Aug 16 21:27:19.345 INFO O| Aug 16 21:27:19.345 INFO STEP 0 (create_be) COMPLETE |
7612 | 2024-08-16T21:27:20.411Z | [ recovery-image] Aug 16 21:27:19.345 INFO O| Aug 16 21:27:19.345 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7613 | 2024-08-16T21:27:20.424Z | [ recovery-image] Aug 16 21:27:19.361 INFO O| Aug 16 21:27:19.361 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"] |
7614 | 2024-08-16T21:27:20.427Z | [ host-image] Aug 16 21:27:19.362 INFO O| Aug 16 21:27:19.362 INFO O| Actions: 1/22 actions (Installing new actions) |
7615 | 2024-08-16T21:27:21.390Z | [ host-image] Aug 16 21:27:20.326 INFO O| Aug 16 21:27:20.326 INFO O| Actions: Completed 22 actions in 0.96 seconds. |
7616 | 2024-08-16T21:27:21.807Z | [ host-image] Aug 16 21:27:20.743 INFO O| Aug 16 21:27:20.743 INFO O| Done |
7617 | 2024-08-16T21:27:21.808Z | [ host-image] Aug 16 21:27:20.743 INFO O| Aug 16 21:27:20.743 INFO O| Done |
7618 | 2024-08-16T21:27:22.328Z | [ recovery-image] Aug 16 21:27:21.264 INFO O| Aug 16 21:27:21.264 INFO STEP 1 (unpack_tar) COMPLETE |
7619 | 2024-08-16T21:27:22.328Z | [ recovery-image] Aug 16 21:27:21.264 INFO O| Aug 16 21:27:21.264 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7620 | 2024-08-16T21:27:22.340Z | [ recovery-image] Aug 16 21:27:21.276 INFO O| Aug 16 21:27:21.276 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7621 | 2024-08-16T21:27:22.364Z | [ host-image] Aug 16 21:27:21.300 INFO O| Aug 16 21:27:21.300 INFO O| Done |
7622 | 2024-08-16T21:27:22.759Z | [ recovery-image] Aug 16 21:27:21.695 INFO O| Aug 16 21:27:21.695 INFO STEP 2 (devfsadm) COMPLETE |
7623 | 2024-08-16T21:27:22.759Z | [ recovery-image] Aug 16 21:27:21.695 INFO O| Aug 16 21:27:21.695 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7624 | 2024-08-16T21:27:22.770Z | [ recovery-image] Aug 16 21:27:21.706 INFO O| Aug 16 21:27:21.706 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7625 | 2024-08-16T21:27:22.773Z | [ recovery-image] Aug 16 21:27:21.707 INFO O| Aug 16 21:27:21.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7626 | 2024-08-16T21:27:22.773Z | [ recovery-image] Aug 16 21:27:21.707 INFO O| Aug 16 21:27:21.707 INFO STEP 3 (ensure_dir) COMPLETE |
7627 | 2024-08-16T21:27:22.773Z | [ recovery-image] Aug 16 21:27:21.707 INFO O| Aug 16 21:27:21.707 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7628 | 2024-08-16T21:27:22.780Z | [ recovery-image] Aug 16 21:27:21.717 INFO O| Aug 16 21:27:21.717 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7629 | 2024-08-16T21:27:22.780Z | [ recovery-image] Aug 16 21:27:21.717 INFO O| Aug 16 21:27:21.717 INFO STEP 4 (ensure_dir) COMPLETE |
7630 | 2024-08-16T21:27:22.783Z | [ recovery-image] Aug 16 21:27:21.717 INFO O| Aug 16 21:27:21.717 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7631 | 2024-08-16T21:27:22.791Z | [ recovery-image] Aug 16 21:27:21.727 INFO O| Aug 16 21:27:21.727 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7632 | 2024-08-16T21:27:22.791Z | [ recovery-image] Aug 16 21:27:21.727 INFO O| Aug 16 21:27:21.727 INFO STEP 5 (ensure_dir) COMPLETE |
7633 | 2024-08-16T21:27:22.793Z | [ recovery-image] Aug 16 21:27:21.727 INFO O| Aug 16 21:27:21.727 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7634 | 2024-08-16T21:27:22.801Z | [ recovery-image] Aug 16 21:27:21.737 INFO O| Aug 16 21:27:21.737 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7635 | 2024-08-16T21:27:22.803Z | [ recovery-image] Aug 16 21:27:21.737 INFO O| Aug 16 21:27:21.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7636 | 2024-08-16T21:27:22.803Z | [ recovery-image] Aug 16 21:27:21.737 INFO O| Aug 16 21:27:21.737 INFO STEP 6 (ensure_dir) COMPLETE |
7637 | 2024-08-16T21:27:22.803Z | [ recovery-image] Aug 16 21:27:21.737 INFO O| Aug 16 21:27:21.737 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7638 | 2024-08-16T21:27:22.811Z | [ recovery-image] Aug 16 21:27:21.748 INFO O| Aug 16 21:27:21.747 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7639 | 2024-08-16T21:27:22.814Z | [ recovery-image] Aug 16 21:27:21.748 INFO O| Aug 16 21:27:21.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7640 | 2024-08-16T21:27:22.814Z | [ recovery-image] Aug 16 21:27:21.748 INFO O| Aug 16 21:27:21.748 INFO STEP 7 (ensure_dir) COMPLETE |
7641 | 2024-08-16T21:27:22.814Z | [ recovery-image] Aug 16 21:27:21.748 INFO O| Aug 16 21:27:21.748 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7642 | 2024-08-16T21:27:22.822Z | [ recovery-image] Aug 16 21:27:21.758 INFO O| Aug 16 21:27:21.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7643 | 2024-08-16T21:27:22.824Z | [ recovery-image] Aug 16 21:27:21.758 INFO O| Aug 16 21:27:21.758 INFO STEP 8 (remove_files) COMPLETE |
7644 | 2024-08-16T21:27:22.824Z | [ recovery-image] Aug 16 21:27:21.758 INFO O| Aug 16 21:27:21.758 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7645 | 2024-08-16T21:27:22.832Z | [ recovery-image] Aug 16 21:27:21.769 INFO O| Aug 16 21:27:21.769 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7646 | 2024-08-16T21:27:22.835Z | [ recovery-image] Aug 16 21:27:21.769 INFO O| Aug 16 21:27:21.769 INFO STEP 9 (remove_files) COMPLETE |
7647 | 2024-08-16T21:27:22.835Z | [ recovery-image] Aug 16 21:27:21.770 INFO O| Aug 16 21:27:21.769 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7648 | 2024-08-16T21:27:22.843Z | [ recovery-image] Aug 16 21:27:21.780 INFO O| Aug 16 21:27:21.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7649 | 2024-08-16T21:27:22.846Z | [ recovery-image] Aug 16 21:27:21.781 INFO O| Aug 16 21:27:21.781 INFO STEP 10 (remove_files) COMPLETE |
7650 | 2024-08-16T21:27:22.846Z | [ recovery-image] Aug 16 21:27:21.781 INFO O| Aug 16 21:27:21.781 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7651 | 2024-08-16T21:27:22.854Z | [ recovery-image] Aug 16 21:27:21.791 INFO O| Aug 16 21:27:21.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7652 | 2024-08-16T21:27:22.857Z | [ recovery-image] Aug 16 21:27:21.791 INFO O| Aug 16 21:27:21.791 INFO STEP 11 (remove_files) COMPLETE |
7653 | 2024-08-16T21:27:22.857Z | [ recovery-image] Aug 16 21:27:21.791 INFO O| Aug 16 21:27:21.791 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7654 | 2024-08-16T21:27:22.865Z | [ recovery-image] Aug 16 21:27:21.801 INFO O| Aug 16 21:27:21.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7655 | 2024-08-16T21:27:22.867Z | [ recovery-image] Aug 16 21:27:21.801 INFO O| Aug 16 21:27:21.801 INFO STEP 12 (remove_files) COMPLETE |
7656 | 2024-08-16T21:27:22.867Z | [ recovery-image] Aug 16 21:27:21.801 INFO O| Aug 16 21:27:21.801 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7657 | 2024-08-16T21:27:22.875Z | [ recovery-image] Aug 16 21:27:21.811 INFO O| Aug 16 21:27:21.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7658 | 2024-08-16T21:27:22.877Z | [ recovery-image] Aug 16 21:27:21.811 INFO O| Aug 16 21:27:21.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7659 | 2024-08-16T21:27:22.877Z | [ recovery-image] Aug 16 21:27:21.811 INFO O| Aug 16 21:27:21.811 INFO STEP 13 (ensure_dir) COMPLETE |
7660 | 2024-08-16T21:27:22.877Z | [ recovery-image] Aug 16 21:27:21.811 INFO O| Aug 16 21:27:21.811 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7661 | 2024-08-16T21:27:22.885Z | [ recovery-image] Aug 16 21:27:21.821 INFO O| Aug 16 21:27:21.821 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7662 | 2024-08-16T21:27:22.885Z | [ recovery-image] Aug 16 21:27:21.821 INFO O| Aug 16 21:27:21.821 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7663 | 2024-08-16T21:27:22.888Z | [ recovery-image] Aug 16 21:27:21.821 INFO O| Aug 16 21:27:21.821 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7664 | 2024-08-16T21:27:22.888Z | [ recovery-image] Aug 16 21:27:21.821 INFO O| Aug 16 21:27:21.821 INFO STEP 14 (ensure_dir) COMPLETE |
7665 | 2024-08-16T21:27:22.888Z | [ recovery-image] Aug 16 21:27:21.821 INFO O| Aug 16 21:27:21.821 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7666 | 2024-08-16T21:27:22.895Z | [ recovery-image] Aug 16 21:27:21.831 INFO O| Aug 16 21:27:21.831 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7667 | 2024-08-16T21:27:22.897Z | [ recovery-image] Aug 16 21:27:21.831 INFO O| Aug 16 21:27:21.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7668 | 2024-08-16T21:27:22.897Z | [ recovery-image] Aug 16 21:27:21.831 INFO O| Aug 16 21:27:21.831 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7669 | 2024-08-16T21:27:22.897Z | [ recovery-image] Aug 16 21:27:21.831 INFO O| Aug 16 21:27:21.831 INFO STEP 15 (ensure_dir) COMPLETE |
7670 | 2024-08-16T21:27:22.898Z | [ recovery-image] Aug 16 21:27:21.831 INFO O| Aug 16 21:27:21.831 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7671 | 2024-08-16T21:27:22.905Z | [ recovery-image] Aug 16 21:27:21.841 INFO O| Aug 16 21:27:21.841 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7672 | 2024-08-16T21:27:22.907Z | [ recovery-image] Aug 16 21:27:21.841 INFO O| Aug 16 21:27:21.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7673 | 2024-08-16T21:27:22.907Z | [ recovery-image] Aug 16 21:27:21.842 INFO O| Aug 16 21:27:21.841 INFO STEP 16 (ensure_dir) COMPLETE |
7674 | 2024-08-16T21:27:22.908Z | [ recovery-image] Aug 16 21:27:21.842 INFO O| Aug 16 21:27:21.841 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7675 | 2024-08-16T21:27:22.916Z | [ recovery-image] Aug 16 21:27:21.852 INFO O| Aug 16 21:27:21.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7676 | 2024-08-16T21:27:22.918Z | [ recovery-image] Aug 16 21:27:21.852 INFO O| Aug 16 21:27:21.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7677 | 2024-08-16T21:27:22.918Z | [ recovery-image] Aug 16 21:27:21.852 INFO O| Aug 16 21:27:21.852 INFO STEP 17 (ensure_dir) COMPLETE |
7678 | 2024-08-16T21:27:22.918Z | [ recovery-image] Aug 16 21:27:21.852 INFO O| Aug 16 21:27:21.852 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7679 | 2024-08-16T21:27:22.926Z | [ recovery-image] Aug 16 21:27:21.862 INFO O| Aug 16 21:27:21.862 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7680 | 2024-08-16T21:27:22.926Z | [ recovery-image] Aug 16 21:27:21.862 INFO O| Aug 16 21:27:21.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7681 | 2024-08-16T21:27:22.928Z | [ recovery-image] Aug 16 21:27:21.862 INFO O| Aug 16 21:27:21.862 INFO ok! |
7682 | 2024-08-16T21:27:22.928Z | [ recovery-image] Aug 16 21:27:21.862 INFO O| Aug 16 21:27:21.862 INFO STEP 18 (ensure_symlink) COMPLETE |
7683 | 2024-08-16T21:27:22.928Z | [ recovery-image] Aug 16 21:27:21.862 INFO O| Aug 16 21:27:21.862 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7684 | 2024-08-16T21:27:22.936Z | [ recovery-image] Aug 16 21:27:21.873 INFO O| Aug 16 21:27:21.873 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7685 | 2024-08-16T21:27:22.936Z | [ recovery-image] Aug 16 21:27:21.873 INFO O| Aug 16 21:27:21.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7686 | 2024-08-16T21:27:22.939Z | [ recovery-image] Aug 16 21:27:21.873 INFO O| Aug 16 21:27:21.873 INFO ok! |
7687 | 2024-08-16T21:27:22.939Z | [ recovery-image] Aug 16 21:27:21.873 INFO O| Aug 16 21:27:21.873 INFO STEP 19 (ensure_file) COMPLETE |
7688 | 2024-08-16T21:27:22.939Z | [ recovery-image] Aug 16 21:27:21.873 INFO O| Aug 16 21:27:21.873 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7689 | 2024-08-16T21:27:22.947Z | [ recovery-image] Aug 16 21:27:21.883 INFO O| Aug 16 21:27:21.883 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7690 | 2024-08-16T21:27:22.947Z | [ recovery-image] Aug 16 21:27:21.883 INFO O| Aug 16 21:27:21.883 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7691 | 2024-08-16T21:27:22.950Z | [ recovery-image] Aug 16 21:27:21.883 INFO O| Aug 16 21:27:21.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7692 | 2024-08-16T21:27:22.950Z | [ recovery-image] Aug 16 21:27:21.883 INFO O| Aug 16 21:27:21.883 INFO ok! |
7693 | 2024-08-16T21:27:22.950Z | [ recovery-image] Aug 16 21:27:21.883 INFO O| Aug 16 21:27:21.883 INFO STEP 20 (ensure_symlink) COMPLETE |
7694 | 2024-08-16T21:27:22.950Z | [ recovery-image] Aug 16 21:27:21.883 INFO O| Aug 16 21:27:21.883 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7695 | 2024-08-16T21:27:22.957Z | [ recovery-image] Aug 16 21:27:21.894 INFO O| Aug 16 21:27:21.894 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7696 | 2024-08-16T21:27:22.957Z | [ recovery-image] Aug 16 21:27:21.894 INFO O| Aug 16 21:27:21.894 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7697 | 2024-08-16T21:27:22.960Z | [ recovery-image] Aug 16 21:27:21.894 INFO O| Aug 16 21:27:21.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7698 | 2024-08-16T21:27:22.960Z | [ recovery-image] Aug 16 21:27:21.894 INFO O| Aug 16 21:27:21.894 INFO ok! |
7699 | 2024-08-16T21:27:22.960Z | [ recovery-image] Aug 16 21:27:21.894 INFO O| Aug 16 21:27:21.894 INFO STEP 21 (ensure_symlink) COMPLETE |
7700 | 2024-08-16T21:27:22.960Z | [ recovery-image] Aug 16 21:27:21.894 INFO O| Aug 16 21:27:21.894 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7701 | 2024-08-16T21:27:22.967Z | [ recovery-image] Aug 16 21:27:21.904 INFO O| Aug 16 21:27:21.904 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7702 | 2024-08-16T21:27:22.968Z | [ recovery-image] Aug 16 21:27:21.904 INFO O| Aug 16 21:27:21.904 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7703 | 2024-08-16T21:27:22.970Z | [ recovery-image] Aug 16 21:27:21.904 INFO O| Aug 16 21:27:21.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7704 | 2024-08-16T21:27:22.971Z | [ recovery-image] Aug 16 21:27:21.904 INFO O| Aug 16 21:27:21.904 INFO ok! |
7705 | 2024-08-16T21:27:22.971Z | [ recovery-image] Aug 16 21:27:21.904 INFO O| Aug 16 21:27:21.904 INFO STEP 22 (ensure_symlink) COMPLETE |
7706 | 2024-08-16T21:27:22.971Z | [ recovery-image] Aug 16 21:27:21.904 INFO O| Aug 16 21:27:21.904 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7707 | 2024-08-16T21:27:22.980Z | [ recovery-image] Aug 16 21:27:21.916 INFO O| Aug 16 21:27:21.916 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7708 | 2024-08-16T21:27:22.980Z | [ recovery-image] Aug 16 21:27:21.916 INFO O| Aug 16 21:27:21.916 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7709 | 2024-08-16T21:27:22.982Z | [ recovery-image] Aug 16 21:27:21.916 INFO O| Aug 16 21:27:21.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7710 | 2024-08-16T21:27:22.982Z | [ recovery-image] Aug 16 21:27:21.916 INFO O| Aug 16 21:27:21.916 INFO ok! |
7711 | 2024-08-16T21:27:22.982Z | [ recovery-image] Aug 16 21:27:21.916 INFO O| Aug 16 21:27:21.916 INFO STEP 23 (ensure_symlink) COMPLETE |
7712 | 2024-08-16T21:27:22.982Z | [ recovery-image] Aug 16 21:27:21.916 INFO O| Aug 16 21:27:21.916 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7713 | 2024-08-16T21:27:22.990Z | [ recovery-image] Aug 16 21:27:21.926 INFO O| Aug 16 21:27:21.926 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7714 | 2024-08-16T21:27:22.990Z | [ recovery-image] Aug 16 21:27:21.927 INFO O| Aug 16 21:27:21.926 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 ... |
7715 | 2024-08-16T21:27:22.993Z | [ recovery-image] Aug 16 21:27:21.927 INFO O| Aug 16 21:27:21.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7716 | 2024-08-16T21:27:22.993Z | [ recovery-image] Aug 16 21:27:21.927 INFO O| Aug 16 21:27:21.927 INFO ok! |
7717 | 2024-08-16T21:27:22.993Z | [ recovery-image] Aug 16 21:27:21.927 INFO O| Aug 16 21:27:21.927 INFO STEP 24 (ensure_file) COMPLETE |
7718 | 2024-08-16T21:27:22.993Z | [ recovery-image] Aug 16 21:27:21.927 INFO O| Aug 16 21:27:21.927 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7719 | 2024-08-16T21:27:23.001Z | [ recovery-image] Aug 16 21:27:21.937 INFO O| Aug 16 21:27:21.937 INFO updating shadow file |
7720 | 2024-08-16T21:27:23.003Z | [ recovery-image] Aug 16 21:27:21.937 INFO O| Aug 16 21:27:21.937 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7721 | 2024-08-16T21:27:23.003Z | [ recovery-image] Aug 16 21:27:21.937 INFO O| Aug 16 21:27:21.937 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7722 | 2024-08-16T21:27:23.003Z | [ recovery-image] Aug 16 21:27:21.937 INFO O| Aug 16 21:27:21.937 INFO STEP 25 (shadow) COMPLETE |
7723 | 2024-08-16T21:27:23.003Z | [ recovery-image] Aug 16 21:27:21.937 INFO O| Aug 16 21:27:21.937 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7724 | 2024-08-16T21:27:23.012Z | [ recovery-image] Aug 16 21:27:21.949 INFO O| Aug 16 21:27:21.948 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7725 | 2024-08-16T21:27:23.012Z | [ recovery-image] Aug 16 21:27:21.949 INFO O| Aug 16 21:27:21.949 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7726 | 2024-08-16T21:27:23.015Z | [ recovery-image] Aug 16 21:27:21.949 INFO O| Aug 16 21:27:21.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7727 | 2024-08-16T21:27:23.015Z | [ recovery-image] Aug 16 21:27:21.949 INFO O| Aug 16 21:27:21.949 INFO ok! |
7728 | 2024-08-16T21:27:23.015Z | [ recovery-image] Aug 16 21:27:21.949 INFO O| Aug 16 21:27:21.949 INFO STEP 26 (ensure_file) COMPLETE |
7729 | 2024-08-16T21:27:23.015Z | [ recovery-image] Aug 16 21:27:21.949 INFO O| Aug 16 21:27:21.949 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7730 | 2024-08-16T21:27:23.025Z | [ recovery-image] Aug 16 21:27:21.961 INFO O| Aug 16 21:27:21.961 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7731 | 2024-08-16T21:27:23.025Z | [ recovery-image] Aug 16 21:27:21.961 INFO O| Aug 16 21:27:21.961 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7732 | 2024-08-16T21:27:23.025Z | [ recovery-image] Aug 16 21:27:21.961 INFO O| Aug 16 21:27:21.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7733 | 2024-08-16T21:27:23.027Z | [ recovery-image] Aug 16 21:27:21.961 INFO O| Aug 16 21:27:21.961 INFO ok! |
7734 | 2024-08-16T21:27:23.027Z | [ recovery-image] Aug 16 21:27:21.961 INFO O| Aug 16 21:27:21.961 INFO STEP 27 (ensure_file) COMPLETE |
7735 | 2024-08-16T21:27:23.027Z | [ recovery-image] Aug 16 21:27:21.961 INFO O| Aug 16 21:27:21.961 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7736 | 2024-08-16T21:27:23.036Z | [ recovery-image] Aug 16 21:27:21.973 INFO O| Aug 16 21:27:21.973 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7737 | 2024-08-16T21:27:23.036Z | [ recovery-image] Aug 16 21:27:21.973 INFO O| Aug 16 21:27:21.973 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7738 | 2024-08-16T21:27:23.039Z | [ recovery-image] Aug 16 21:27:21.973 INFO O| Aug 16 21:27:21.973 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7739 | 2024-08-16T21:27:23.039Z | [ recovery-image] Aug 16 21:27:21.973 INFO O| Aug 16 21:27:21.973 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7740 | 2024-08-16T21:27:23.039Z | [ recovery-image] Aug 16 21:27:21.973 INFO O| Aug 16 21:27:21.973 INFO ok! |
7741 | 2024-08-16T21:27:23.039Z | [ recovery-image] Aug 16 21:27:21.973 INFO O| Aug 16 21:27:21.973 INFO STEP 28 (ensure_file) COMPLETE |
7742 | 2024-08-16T21:27:23.039Z | [ recovery-image] Aug 16 21:27:21.973 INFO O| Aug 16 21:27:21.973 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7743 | 2024-08-16T21:27:23.047Z | [ recovery-image] Aug 16 21:27:21.983 INFO O| Aug 16 21:27:21.983 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7744 | 2024-08-16T21:27:23.047Z | [ recovery-image] Aug 16 21:27:21.983 INFO O| Aug 16 21:27:21.983 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7745 | 2024-08-16T21:27:23.049Z | [ recovery-image] Aug 16 21:27:21.983 INFO O| Aug 16 21:27:21.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7746 | 2024-08-16T21:27:23.049Z | [ recovery-image] Aug 16 21:27:21.983 INFO O| Aug 16 21:27:21.983 INFO ok! |
7747 | 2024-08-16T21:27:23.049Z | [ recovery-image] Aug 16 21:27:21.983 INFO O| Aug 16 21:27:21.983 INFO STEP 29 (ensure_file) COMPLETE |
7748 | 2024-08-16T21:27:23.049Z | [ recovery-image] Aug 16 21:27:21.983 INFO O| Aug 16 21:27:21.983 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7749 | 2024-08-16T21:27:23.058Z | [ recovery-image] Aug 16 21:27:21.994 INFO O| Aug 16 21:27:21.994 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7750 | 2024-08-16T21:27:23.060Z | [ recovery-image] Aug 16 21:27:21.994 INFO O| Aug 16 21:27:21.994 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7751 | 2024-08-16T21:27:23.060Z | [ recovery-image] Aug 16 21:27:21.994 INFO O| Aug 16 21:27:21.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7752 | 2024-08-16T21:27:23.060Z | [ recovery-image] Aug 16 21:27:21.994 INFO O| Aug 16 21:27:21.994 INFO ok! |
7753 | 2024-08-16T21:27:23.060Z | [ recovery-image] Aug 16 21:27:21.994 INFO O| Aug 16 21:27:21.994 INFO STEP 30 (ensure_file) COMPLETE |
7754 | 2024-08-16T21:27:23.060Z | [ recovery-image] Aug 16 21:27:21.994 INFO O| Aug 16 21:27:21.994 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7755 | 2024-08-16T21:27:23.070Z | [ recovery-image] Aug 16 21:27:22.006 INFO O| Aug 16 21:27:22.006 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7756 | 2024-08-16T21:27:23.070Z | [ recovery-image] Aug 16 21:27:22.006 INFO O| Aug 16 21:27:22.006 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7757 | 2024-08-16T21:27:23.073Z | [ recovery-image] Aug 16 21:27:22.006 INFO O| Aug 16 21:27:22.006 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7758 | 2024-08-16T21:27:23.073Z | [ recovery-image] Aug 16 21:27:22.006 INFO O| Aug 16 21:27:22.006 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7759 | 2024-08-16T21:27:23.073Z | [ recovery-image] Aug 16 21:27:22.006 INFO O| Aug 16 21:27:22.006 INFO ok! |
7760 | 2024-08-16T21:27:23.073Z | [ recovery-image] Aug 16 21:27:22.006 INFO O| Aug 16 21:27:22.006 INFO STEP 31 (ensure_file) COMPLETE |
7761 | 2024-08-16T21:27:23.073Z | [ recovery-image] Aug 16 21:27:22.006 INFO O| Aug 16 21:27:22.006 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7762 | 2024-08-16T21:27:23.084Z | [ recovery-image] Aug 16 21:27:22.018 INFO O| Aug 16 21:27:22.018 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7763 | 2024-08-16T21:27:23.084Z | [ recovery-image] Aug 16 21:27:22.018 INFO O| Aug 16 21:27:22.018 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7764 | 2024-08-16T21:27:23.088Z | [ recovery-image] Aug 16 21:27:22.018 INFO O| Aug 16 21:27:22.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7765 | 2024-08-16T21:27:23.088Z | [ recovery-image] Aug 16 21:27:22.018 INFO O| Aug 16 21:27:22.018 INFO ok! |
7766 | 2024-08-16T21:27:23.088Z | [ recovery-image] Aug 16 21:27:22.018 INFO O| Aug 16 21:27:22.018 INFO STEP 32 (ensure_file) COMPLETE |
7767 | 2024-08-16T21:27:23.088Z | [ recovery-image] Aug 16 21:27:22.018 INFO O| Aug 16 21:27:22.018 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7768 | 2024-08-16T21:27:23.092Z | [ recovery-image] Aug 16 21:27:22.028 INFO O| Aug 16 21:27:22.028 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7769 | 2024-08-16T21:27:23.095Z | [ recovery-image] Aug 16 21:27:22.028 INFO O| Aug 16 21:27:22.028 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7770 | 2024-08-16T21:27:23.095Z | [ recovery-image] Aug 16 21:27:22.029 INFO O| Aug 16 21:27:22.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7771 | 2024-08-16T21:27:23.095Z | [ recovery-image] Aug 16 21:27:22.029 INFO O| Aug 16 21:27:22.029 INFO ok! |
7772 | 2024-08-16T21:27:23.095Z | [ recovery-image] Aug 16 21:27:22.029 INFO O| Aug 16 21:27:22.029 INFO STEP 33 (ensure_file) COMPLETE |
7773 | 2024-08-16T21:27:23.095Z | [ recovery-image] Aug 16 21:27:22.029 INFO O| Aug 16 21:27:22.029 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7774 | 2024-08-16T21:27:23.103Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7775 | 2024-08-16T21:27:23.103Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7776 | 2024-08-16T21:27:23.105Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7777 | 2024-08-16T21:27:23.105Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7778 | 2024-08-16T21:27:23.105Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7779 | 2024-08-16T21:27:23.105Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7780 | 2024-08-16T21:27:23.105Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO ok! |
7781 | 2024-08-16T21:27:23.106Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO STEP 34 (ensure_file) COMPLETE |
7782 | 2024-08-16T21:27:23.106Z | [ recovery-image] Aug 16 21:27:22.039 INFO O| Aug 16 21:27:22.039 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7783 | 2024-08-16T21:27:23.113Z | [ recovery-image] Aug 16 21:27:22.049 INFO O| Aug 16 21:27:22.049 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7784 | 2024-08-16T21:27:23.115Z | [ recovery-image] Aug 16 21:27:22.049 INFO O| Aug 16 21:27:22.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7785 | 2024-08-16T21:27:23.115Z | [ recovery-image] Aug 16 21:27:22.049 INFO O| Aug 16 21:27:22.049 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7786 | 2024-08-16T21:27:23.115Z | [ recovery-image] Aug 16 21:27:22.049 INFO O| Aug 16 21:27:22.049 INFO STEP 35 (ensure_dir) COMPLETE |
7787 | 2024-08-16T21:27:23.115Z | [ recovery-image] Aug 16 21:27:22.049 INFO O| Aug 16 21:27:22.049 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7788 | 2024-08-16T21:27:23.123Z | [ recovery-image] Aug 16 21:27:22.059 INFO O| Aug 16 21:27:22.059 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 |
7789 | 2024-08-16T21:27:23.124Z | [ recovery-image] Aug 16 21:27:22.059 INFO O| Aug 16 21:27:22.059 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 ... |
7790 | 2024-08-16T21:27:23.127Z | [ recovery-image] Aug 16 21:27:22.059 INFO O| Aug 16 21:27:22.059 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 |
7791 | 2024-08-16T21:27:23.127Z | [ recovery-image] Aug 16 21:27:22.059 INFO O| Aug 16 21:27:22.059 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 |
7792 | 2024-08-16T21:27:23.127Z | [ recovery-image] Aug 16 21:27:22.059 INFO O| Aug 16 21:27:22.059 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 |
7793 | 2024-08-16T21:27:23.127Z | [ recovery-image] Aug 16 21:27:22.059 INFO O| Aug 16 21:27:22.059 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 |
7794 | 2024-08-16T21:27:23.127Z | [ recovery-image] Aug 16 21:27:22.060 INFO O| Aug 16 21:27:22.059 INFO ok! |
7795 | 2024-08-16T21:27:23.127Z | [ recovery-image] Aug 16 21:27:22.060 INFO O| Aug 16 21:27:22.059 INFO STEP 36 (ensure_file) COMPLETE |
7796 | 2024-08-16T21:27:23.127Z | [ recovery-image] Aug 16 21:27:22.060 INFO O| Aug 16 21:27:22.059 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7797 | 2024-08-16T21:27:23.134Z | [ recovery-image] Aug 16 21:27:22.070 INFO O| Aug 16 21:27:22.070 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7798 | 2024-08-16T21:27:23.134Z | [ recovery-image] Aug 16 21:27:22.070 INFO O| Aug 16 21:27:22.070 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 ... |
7799 | 2024-08-16T21:27:23.137Z | [ recovery-image] Aug 16 21:27:22.070 INFO O| Aug 16 21:27:22.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7800 | 2024-08-16T21:27:23.137Z | [ recovery-image] Aug 16 21:27:22.070 INFO O| Aug 16 21:27:22.070 INFO ok! |
7801 | 2024-08-16T21:27:23.137Z | [ recovery-image] Aug 16 21:27:22.070 INFO O| Aug 16 21:27:22.070 INFO STEP 37 (ensure_symlink) COMPLETE |
7802 | 2024-08-16T21:27:23.137Z | [ recovery-image] Aug 16 21:27:22.070 INFO O| Aug 16 21:27:22.070 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7803 | 2024-08-16T21:27:23.145Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.080 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7804 | 2024-08-16T21:27:23.145Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.080 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7805 | 2024-08-16T21:27:23.147Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.081 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7806 | 2024-08-16T21:27:23.148Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.081 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7807 | 2024-08-16T21:27:23.148Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.081 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7808 | 2024-08-16T21:27:23.148Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.081 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7809 | 2024-08-16T21:27:23.148Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.081 INFO ok! |
7810 | 2024-08-16T21:27:23.148Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.081 INFO STEP 38 (ensure_file) COMPLETE |
7811 | 2024-08-16T21:27:23.148Z | [ recovery-image] Aug 16 21:27:22.081 INFO O| Aug 16 21:27:22.081 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7812 | 2024-08-16T21:27:23.155Z | [ recovery-image] Aug 16 21:27:22.091 INFO O| Aug 16 21:27:22.091 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7813 | 2024-08-16T21:27:23.155Z | [ recovery-image] Aug 16 21:27:22.091 INFO O| Aug 16 21:27:22.091 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 ... |
7814 | 2024-08-16T21:27:23.158Z | [ recovery-image] Aug 16 21:27:22.091 INFO O| Aug 16 21:27:22.091 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 |
7815 | 2024-08-16T21:27:23.158Z | [ recovery-image] Aug 16 21:27:22.092 INFO O| Aug 16 21:27:22.091 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7816 | 2024-08-16T21:27:23.158Z | [ recovery-image] Aug 16 21:27:22.092 INFO O| Aug 16 21:27:22.092 INFO ok! |
7817 | 2024-08-16T21:27:23.158Z | [ recovery-image] Aug 16 21:27:22.092 INFO O| Aug 16 21:27:22.092 INFO STEP 39 (ensure_file) COMPLETE |
7818 | 2024-08-16T21:27:23.158Z | [ recovery-image] Aug 16 21:27:22.092 INFO O| Aug 16 21:27:22.092 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7819 | 2024-08-16T21:27:23.166Z | [ recovery-image] Aug 16 21:27:22.102 INFO O| Aug 16 21:27:22.102 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7820 | 2024-08-16T21:27:23.166Z | [ recovery-image] Aug 16 21:27:22.102 INFO O| Aug 16 21:27:22.102 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7821 | 2024-08-16T21:27:23.169Z | [ recovery-image] Aug 16 21:27:22.102 INFO O| Aug 16 21:27:22.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7822 | 2024-08-16T21:27:23.169Z | [ recovery-image] Aug 16 21:27:22.102 INFO O| Aug 16 21:27:22.102 INFO ok! |
7823 | 2024-08-16T21:27:23.169Z | [ recovery-image] Aug 16 21:27:22.102 INFO O| Aug 16 21:27:22.102 INFO STEP 40 (ensure_file) COMPLETE |
7824 | 2024-08-16T21:27:23.169Z | [ recovery-image] Aug 16 21:27:22.102 INFO O| Aug 16 21:27:22.102 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7825 | 2024-08-16T21:27:23.178Z | [ recovery-image] Aug 16 21:27:22.113 INFO O| Aug 16 21:27:22.113 INFO updating shadow file |
7826 | 2024-08-16T21:27:23.181Z | [ recovery-image] Aug 16 21:27:22.113 INFO O| Aug 16 21:27:22.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7827 | 2024-08-16T21:27:23.181Z | [ recovery-image] Aug 16 21:27:22.113 INFO O| Aug 16 21:27:22.113 INFO STEP 41 (shadow) COMPLETE |
7828 | 2024-08-16T21:27:23.181Z | [ recovery-image] Aug 16 21:27:22.113 INFO O| Aug 16 21:27:22.113 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7829 | 2024-08-16T21:27:23.187Z | [ recovery-image] Aug 16 21:27:22.123 INFO O| Aug 16 21:27:22.123 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7830 | 2024-08-16T21:27:23.190Z | [ recovery-image] Aug 16 21:27:22.123 INFO O| Aug 16 21:27:22.123 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7831 | 2024-08-16T21:27:23.190Z | [ recovery-image] Aug 16 21:27:22.123 INFO O| Aug 16 21:27:22.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7832 | 2024-08-16T21:27:23.190Z | [ recovery-image] Aug 16 21:27:22.123 INFO O| Aug 16 21:27:22.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7833 | 2024-08-16T21:27:23.190Z | [ recovery-image] Aug 16 21:27:22.123 INFO O| Aug 16 21:27:22.123 INFO ok! |
7834 | 2024-08-16T21:27:23.190Z | [ recovery-image] Aug 16 21:27:22.123 INFO O| Aug 16 21:27:22.123 INFO STEP 42 (ensure_file) COMPLETE |
7835 | 2024-08-16T21:27:23.190Z | [ recovery-image] Aug 16 21:27:22.123 INFO O| Aug 16 21:27:22.123 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7836 | 2024-08-16T21:27:23.198Z | [ recovery-image] Aug 16 21:27:22.134 INFO O| Aug 16 21:27:22.134 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7837 | 2024-08-16T21:27:23.198Z | [ recovery-image] Aug 16 21:27:22.134 INFO O| Aug 16 21:27:22.134 INFO STEP 43 (ensure_dir) COMPLETE |
7838 | 2024-08-16T21:27:23.200Z | [ recovery-image] Aug 16 21:27:22.134 INFO O| Aug 16 21:27:22.134 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7839 | 2024-08-16T21:27:23.211Z | [ recovery-image] Aug 16 21:27:22.147 INFO O| Aug 16 21:27:22.147 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7840 | 2024-08-16T21:27:23.211Z | [ recovery-image] Aug 16 21:27:22.147 INFO O| Aug 16 21:27:22.147 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7841 | 2024-08-16T21:27:23.213Z | [ recovery-image] Aug 16 21:27:22.147 INFO O| Aug 16 21:27:22.147 INFO STEP 44 (ensure_dir) COMPLETE |
7842 | 2024-08-16T21:27:23.213Z | [ recovery-image] Aug 16 21:27:22.147 INFO O| Aug 16 21:27:22.147 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7843 | 2024-08-16T21:27:23.225Z | [ recovery-image] Aug 16 21:27:22.159 INFO O| Aug 16 21:27:22.159 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7844 | 2024-08-16T21:27:23.225Z | [ recovery-image] Aug 16 21:27:22.160 INFO O| Aug 16 21:27:22.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7845 | 2024-08-16T21:27:23.225Z | [ recovery-image] Aug 16 21:27:22.160 INFO O| Aug 16 21:27:22.159 INFO STEP 45 (ensure_dir) COMPLETE |
7846 | 2024-08-16T21:27:23.225Z | [ recovery-image] Aug 16 21:27:22.160 INFO O| Aug 16 21:27:22.160 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7847 | 2024-08-16T21:27:23.236Z | [ recovery-image] Aug 16 21:27:22.172 INFO O| Aug 16 21:27:22.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7848 | 2024-08-16T21:27:23.236Z | [ recovery-image] Aug 16 21:27:22.172 INFO O| Aug 16 21:27:22.172 INFO copying /tmp/.tmpxugGXy/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7849 | 2024-08-16T21:27:23.266Z | [ recovery-image] Aug 16 21:27:22.202 INFO O| Aug 16 21:27:22.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7850 | 2024-08-16T21:27:23.266Z | [ recovery-image] Aug 16 21:27:22.202 INFO O| Aug 16 21:27:22.202 INFO ok! |
7851 | 2024-08-16T21:27:23.270Z | [ recovery-image] Aug 16 21:27:22.202 INFO O| Aug 16 21:27:22.202 INFO STEP 46 (ensure_file) COMPLETE |
7852 | 2024-08-16T21:27:23.270Z | [ recovery-image] Aug 16 21:27:22.202 INFO O| Aug 16 21:27:22.202 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7853 | 2024-08-16T21:27:23.281Z | [ recovery-image] Aug 16 21:27:22.217 INFO O| Aug 16 21:27:22.217 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7854 | 2024-08-16T21:27:23.281Z | [ recovery-image] Aug 16 21:27:22.217 INFO O| Aug 16 21:27:22.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7855 | 2024-08-16T21:27:23.281Z | [ recovery-image] Aug 16 21:27:22.217 INFO O| Aug 16 21:27:22.217 INFO STEP 47 (ensure_dir) COMPLETE |
7856 | 2024-08-16T21:27:23.283Z | [ recovery-image] Aug 16 21:27:22.217 INFO O| Aug 16 21:27:22.217 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7857 | 2024-08-16T21:27:23.293Z | [ recovery-image] Aug 16 21:27:22.229 INFO O| Aug 16 21:27:22.229 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7858 | 2024-08-16T21:27:23.296Z | [ recovery-image] Aug 16 21:27:22.229 INFO O| Aug 16 21:27:22.229 INFO copying /tmp/.tmpxugGXy/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7859 | 2024-08-16T21:27:23.296Z | [ recovery-image] Aug 16 21:27:22.230 INFO O| Aug 16 21:27:22.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7860 | 2024-08-16T21:27:23.296Z | [ recovery-image] Aug 16 21:27:22.230 INFO O| Aug 16 21:27:22.230 INFO ok! |
7861 | 2024-08-16T21:27:23.296Z | [ recovery-image] Aug 16 21:27:22.230 INFO O| Aug 16 21:27:22.230 INFO STEP 48 (ensure_file) COMPLETE |
7862 | 2024-08-16T21:27:23.296Z | [ recovery-image] Aug 16 21:27:22.230 INFO O| Aug 16 21:27:22.230 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7863 | 2024-08-16T21:27:23.304Z | [ recovery-image] Aug 16 21:27:22.241 INFO O| Aug 16 21:27:22.241 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7864 | 2024-08-16T21:27:23.305Z | [ recovery-image] Aug 16 21:27:22.241 INFO O| Aug 16 21:27:22.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7865 | 2024-08-16T21:27:23.307Z | [ recovery-image] Aug 16 21:27:22.241 INFO O| Aug 16 21:27:22.241 INFO STEP 49 (ensure_dir) COMPLETE |
7866 | 2024-08-16T21:27:23.307Z | [ recovery-image] Aug 16 21:27:22.241 INFO O| Aug 16 21:27:22.241 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7867 | 2024-08-16T21:27:23.316Z | [ recovery-image] Aug 16 21:27:22.253 INFO O| Aug 16 21:27:22.252 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7868 | 2024-08-16T21:27:23.316Z | [ recovery-image] Aug 16 21:27:22.253 INFO O| Aug 16 21:27:22.252 INFO copying /tmp/.tmpxugGXy/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7869 | 2024-08-16T21:27:23.332Z | [ recovery-image] Aug 16 21:27:22.267 INFO O| Aug 16 21:27:22.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7870 | 2024-08-16T21:27:23.332Z | [ recovery-image] Aug 16 21:27:22.267 INFO O| Aug 16 21:27:22.267 INFO ok! |
7871 | 2024-08-16T21:27:23.332Z | [ recovery-image] Aug 16 21:27:22.267 INFO O| Aug 16 21:27:22.267 INFO STEP 50 (ensure_file) COMPLETE |
7872 | 2024-08-16T21:27:23.335Z | [ recovery-image] Aug 16 21:27:22.267 INFO O| Aug 16 21:27:22.267 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7873 | 2024-08-16T21:27:23.342Z | [ recovery-image] Aug 16 21:27:22.278 INFO O| Aug 16 21:27:22.278 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7874 | 2024-08-16T21:27:23.342Z | [ recovery-image] Aug 16 21:27:22.278 INFO O| Aug 16 21:27:22.278 INFO copying /tmp/.tmpxugGXy/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7875 | 2024-08-16T21:27:23.842Z | [ recovery-image] Aug 16 21:27:22.778 INFO O| Aug 16 21:27:22.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7876 | 2024-08-16T21:27:23.842Z | [ recovery-image] Aug 16 21:27:22.778 INFO O| Aug 16 21:27:22.778 INFO ok! |
7877 | 2024-08-16T21:27:23.844Z | [ recovery-image] Aug 16 21:27:22.778 INFO O| Aug 16 21:27:22.778 INFO STEP 51 (ensure_file) COMPLETE |
7878 | 2024-08-16T21:27:23.844Z | [ recovery-image] Aug 16 21:27:22.778 INFO O| Aug 16 21:27:22.778 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7879 | 2024-08-16T21:27:23.853Z | [ recovery-image] Aug 16 21:27:22.789 INFO O| Aug 16 21:27:22.789 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7880 | 2024-08-16T21:27:23.855Z | [ recovery-image] Aug 16 21:27:22.789 INFO O| Aug 16 21:27:22.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7881 | 2024-08-16T21:27:23.856Z | [ recovery-image] Aug 16 21:27:22.789 INFO O| Aug 16 21:27:22.789 INFO STEP 52 (ensure_dir) COMPLETE |
7882 | 2024-08-16T21:27:23.856Z | [ recovery-image] Aug 16 21:27:22.789 INFO O| Aug 16 21:27:22.789 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7883 | 2024-08-16T21:27:23.863Z | [ recovery-image] Aug 16 21:27:22.799 INFO O| Aug 16 21:27:22.799 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7884 | 2024-08-16T21:27:23.863Z | [ recovery-image] Aug 16 21:27:22.799 INFO O| Aug 16 21:27:22.799 INFO copying /tmp/.tmpxugGXy/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 ... |
7885 | 2024-08-16T21:27:23.866Z | [ recovery-image] Aug 16 21:27:22.800 INFO O| Aug 16 21:27:22.800 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 |
7886 | 2024-08-16T21:27:23.866Z | [ recovery-image] Aug 16 21:27:22.800 INFO O| Aug 16 21:27:22.800 INFO ok! |
7887 | 2024-08-16T21:27:23.866Z | [ recovery-image] Aug 16 21:27:22.800 INFO O| Aug 16 21:27:22.800 INFO STEP 53 (ensure_file) COMPLETE |
7888 | 2024-08-16T21:27:23.866Z | [ recovery-image] Aug 16 21:27:22.800 INFO O| Aug 16 21:27:22.800 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7889 | 2024-08-16T21:27:23.874Z | [ recovery-image] Aug 16 21:27:22.810 INFO O| Aug 16 21:27:22.810 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7890 | 2024-08-16T21:27:23.874Z | [ recovery-image] Aug 16 21:27:22.810 INFO O| Aug 16 21:27:22.810 INFO copying /tmp/.tmpxugGXy/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 ... |
7891 | 2024-08-16T21:27:23.876Z | [ recovery-image] Aug 16 21:27:22.810 INFO O| Aug 16 21:27:22.810 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 |
7892 | 2024-08-16T21:27:23.876Z | [ recovery-image] Aug 16 21:27:22.810 INFO O| Aug 16 21:27:22.810 INFO ok! |
7893 | 2024-08-16T21:27:23.876Z | [ recovery-image] Aug 16 21:27:22.810 INFO O| Aug 16 21:27:22.810 INFO STEP 54 (ensure_file) COMPLETE |
7894 | 2024-08-16T21:27:23.876Z | [ recovery-image] Aug 16 21:27:22.810 INFO O| Aug 16 21:27:22.810 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7895 | 2024-08-16T21:27:23.884Z | [ recovery-image] Aug 16 21:27:22.820 INFO O| Aug 16 21:27:22.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7896 | 2024-08-16T21:27:23.884Z | [ recovery-image] Aug 16 21:27:22.820 INFO O| Aug 16 21:27:22.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7897 | 2024-08-16T21:27:23.884Z | [ recovery-image] Aug 16 21:27:22.820 INFO O| Aug 16 21:27:22.820 INFO STEP 55 (ensure_dir) COMPLETE |
7898 | 2024-08-16T21:27:23.887Z | [ recovery-image] Aug 16 21:27:22.820 INFO O| Aug 16 21:27:22.820 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7899 | 2024-08-16T21:27:23.894Z | [ recovery-image] Aug 16 21:27:22.830 INFO O| Aug 16 21:27:22.830 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7900 | 2024-08-16T21:27:23.894Z | [ recovery-image] Aug 16 21:27:22.831 INFO O| Aug 16 21:27:22.830 INFO copying /tmp/.tmpxugGXy/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 ... |
7901 | 2024-08-16T21:27:23.897Z | [ recovery-image] Aug 16 21:27:22.831 INFO O| Aug 16 21:27:22.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7902 | 2024-08-16T21:27:23.897Z | [ recovery-image] Aug 16 21:27:22.831 INFO O| Aug 16 21:27:22.831 INFO ok! |
7903 | 2024-08-16T21:27:23.897Z | [ recovery-image] Aug 16 21:27:22.831 INFO O| Aug 16 21:27:22.831 INFO STEP 56 (ensure_file) COMPLETE |
7904 | 2024-08-16T21:27:23.897Z | [ recovery-image] Aug 16 21:27:22.831 INFO O| Aug 16 21:27:22.831 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7905 | 2024-08-16T21:27:23.904Z | [ recovery-image] Aug 16 21:27:22.841 INFO O| Aug 16 21:27:22.841 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7906 | 2024-08-16T21:27:23.904Z | [ recovery-image] Aug 16 21:27:22.841 INFO O| Aug 16 21:27:22.841 INFO copying /tmp/.tmpxugGXy/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 ... |
7907 | 2024-08-16T21:27:23.907Z | [ recovery-image] Aug 16 21:27:22.841 INFO O| Aug 16 21:27:22.841 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 |
7908 | 2024-08-16T21:27:23.907Z | [ recovery-image] Aug 16 21:27:22.841 INFO O| Aug 16 21:27:22.841 INFO ok! |
7909 | 2024-08-16T21:27:23.907Z | [ recovery-image] Aug 16 21:27:22.841 INFO O| Aug 16 21:27:22.841 INFO STEP 57 (ensure_file) COMPLETE |
7910 | 2024-08-16T21:27:23.907Z | [ recovery-image] Aug 16 21:27:22.841 INFO O| Aug 16 21:27:22.841 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7911 | 2024-08-16T21:27:23.915Z | [ recovery-image] Aug 16 21:27:22.851 INFO O| Aug 16 21:27:22.851 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7912 | 2024-08-16T21:27:23.915Z | [ recovery-image] Aug 16 21:27:22.851 INFO O| Aug 16 21:27:22.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7913 | 2024-08-16T21:27:23.915Z | [ recovery-image] Aug 16 21:27:22.851 INFO O| Aug 16 21:27:22.851 INFO STEP 58 (ensure_dir) COMPLETE |
7914 | 2024-08-16T21:27:23.917Z | [ recovery-image] Aug 16 21:27:22.851 INFO O| Aug 16 21:27:22.851 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7915 | 2024-08-16T21:27:23.925Z | [ recovery-image] Aug 16 21:27:22.862 INFO O| Aug 16 21:27:22.861 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7916 | 2024-08-16T21:27:23.925Z | [ recovery-image] Aug 16 21:27:22.862 INFO O| Aug 16 21:27:22.862 INFO copying /tmp/.tmpxugGXy/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 ... |
7917 | 2024-08-16T21:27:23.928Z | [ recovery-image] Aug 16 21:27:22.862 INFO O| Aug 16 21:27:22.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7918 | 2024-08-16T21:27:23.928Z | [ recovery-image] Aug 16 21:27:22.862 INFO O| Aug 16 21:27:22.862 INFO ok! |
7919 | 2024-08-16T21:27:23.928Z | [ recovery-image] Aug 16 21:27:22.862 INFO O| Aug 16 21:27:22.862 INFO STEP 59 (ensure_file) COMPLETE |
7920 | 2024-08-16T21:27:23.928Z | [ recovery-image] Aug 16 21:27:22.862 INFO O| Aug 16 21:27:22.862 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7921 | 2024-08-16T21:27:23.936Z | [ recovery-image] Aug 16 21:27:22.872 INFO O| Aug 16 21:27:22.872 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7922 | 2024-08-16T21:27:23.936Z | [ recovery-image] Aug 16 21:27:22.872 INFO O| Aug 16 21:27:22.872 INFO copying /tmp/.tmpxugGXy/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7923 | 2024-08-16T21:27:23.938Z | [ recovery-image] Aug 16 21:27:22.872 INFO O| Aug 16 21:27:22.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7924 | 2024-08-16T21:27:23.939Z | [ recovery-image] Aug 16 21:27:22.872 INFO O| Aug 16 21:27:22.872 INFO ok! |
7925 | 2024-08-16T21:27:23.939Z | [ recovery-image] Aug 16 21:27:22.872 INFO O| Aug 16 21:27:22.872 INFO STEP 60 (ensure_file) COMPLETE |
7926 | 2024-08-16T21:27:23.939Z | [ recovery-image] Aug 16 21:27:22.872 INFO O| Aug 16 21:27:22.872 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7927 | 2024-08-16T21:27:23.946Z | [ host-image] Aug 16 21:27:22.882 INFO O| Aug 16 21:27:22.882 INFO O| Done |
7928 | 2024-08-16T21:27:23.946Z | [ recovery-image] Aug 16 21:27:22.883 INFO O| Aug 16 21:27:22.882 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7929 | 2024-08-16T21:27:23.949Z | [ recovery-image] Aug 16 21:27:22.883 INFO O| Aug 16 21:27:22.883 INFO STEP 61 (ensure_dir) COMPLETE |
7930 | 2024-08-16T21:27:23.949Z | [ recovery-image] Aug 16 21:27:22.883 INFO O| Aug 16 21:27:22.883 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7931 | 2024-08-16T21:27:23.957Z | [ recovery-image] Aug 16 21:27:22.893 INFO O| Aug 16 21:27:22.893 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7932 | 2024-08-16T21:27:23.957Z | [ recovery-image] Aug 16 21:27:22.893 INFO O| Aug 16 21:27:22.893 INFO STEP 62 (ensure_dir) COMPLETE |
7933 | 2024-08-16T21:27:23.960Z | [ recovery-image] Aug 16 21:27:22.893 INFO O| Aug 16 21:27:22.893 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7934 | 2024-08-16T21:27:23.967Z | [ recovery-image] Aug 16 21:27:22.904 INFO O| Aug 16 21:27:22.903 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7935 | 2024-08-16T21:27:23.967Z | [ recovery-image] Aug 16 21:27:22.904 INFO O| Aug 16 21:27:22.903 INFO STEP 63 (ensure_dir) COMPLETE |
7936 | 2024-08-16T21:27:23.970Z | [ recovery-image] Aug 16 21:27:22.904 INFO O| Aug 16 21:27:22.904 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7937 | 2024-08-16T21:27:23.972Z | [ host-image] Aug 16 21:27:22.907 INFO O| Aug 16 21:27:22.907 INFO O| Done |
7938 | 2024-08-16T21:27:23.972Z | [ host-image] Aug 16 21:27:22.908 INFO O| Aug 16 21:27:22.908 INFO O| Done |
7939 | 2024-08-16T21:27:23.980Z | [ recovery-image] Aug 16 21:27:22.916 INFO O| Aug 16 21:27:22.916 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7940 | 2024-08-16T21:27:23.980Z | [ recovery-image] Aug 16 21:27:22.916 INFO O| Aug 16 21:27:22.916 INFO STEP 64 (ensure_dir) COMPLETE |
7941 | 2024-08-16T21:27:23.982Z | [ recovery-image] Aug 16 21:27:22.916 INFO O| Aug 16 21:27:22.916 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7942 | 2024-08-16T21:27:23.987Z | [ host-image] Aug 16 21:27:22.923 INFO O| Aug 16 21:27:22.923 INFO O| Done |
7943 | 2024-08-16T21:27:23.992Z | [ recovery-image] Aug 16 21:27:22.928 INFO O| Aug 16 21:27:22.928 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7944 | 2024-08-16T21:27:23.992Z | [ recovery-image] Aug 16 21:27:22.928 INFO O| Aug 16 21:27:22.928 INFO copying /tmp/.tmpxugGXy/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7945 | 2024-08-16T21:27:23.996Z | [ recovery-image] Aug 16 21:27:22.929 INFO O| Aug 16 21:27:22.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7946 | 2024-08-16T21:27:23.996Z | [ recovery-image] Aug 16 21:27:22.929 INFO O| Aug 16 21:27:22.929 INFO ok! |
7947 | 2024-08-16T21:27:23.996Z | [ recovery-image] Aug 16 21:27:22.929 INFO O| Aug 16 21:27:22.929 INFO STEP 65 (ensure_file) COMPLETE |
7948 | 2024-08-16T21:27:23.996Z | [ recovery-image] Aug 16 21:27:22.929 INFO O| Aug 16 21:27:22.929 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7949 | 2024-08-16T21:27:24.004Z | [ recovery-image] Aug 16 21:27:22.940 INFO O| Aug 16 21:27:22.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7950 | 2024-08-16T21:27:24.007Z | [ recovery-image] Aug 16 21:27:22.941 INFO O| Aug 16 21:27:22.941 INFO STEP 66 (remove_files) COMPLETE |
7951 | 2024-08-16T21:27:24.007Z | [ recovery-image] Aug 16 21:27:22.941 INFO O| Aug 16 21:27:22.941 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7952 | 2024-08-16T21:27:24.017Z | [ recovery-image] Aug 16 21:27:22.953 INFO O| Aug 16 21:27:22.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7953 | 2024-08-16T21:27:24.019Z | [ recovery-image] Aug 16 21:27:22.953 INFO O| Aug 16 21:27:22.953 INFO STEP 67 (remove_files) COMPLETE |
7954 | 2024-08-16T21:27:24.020Z | [ recovery-image] Aug 16 21:27:22.953 INFO O| Aug 16 21:27:22.953 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7955 | 2024-08-16T21:27:24.030Z | [ recovery-image] Aug 16 21:27:22.966 INFO O| Aug 16 21:27:22.966 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7956 | 2024-08-16T21:27:24.032Z | [ recovery-image] Aug 16 21:27:22.966 INFO O| Aug 16 21:27:22.966 INFO STEP 68 (remove_files) COMPLETE |
7957 | 2024-08-16T21:27:24.032Z | [ recovery-image] Aug 16 21:27:22.966 INFO O| Aug 16 21:27:22.966 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7958 | 2024-08-16T21:27:24.041Z | [ recovery-image] Aug 16 21:27:22.977 INFO O| Aug 16 21:27:22.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7959 | 2024-08-16T21:27:24.043Z | [ recovery-image] Aug 16 21:27:22.977 INFO O| Aug 16 21:27:22.977 INFO STEP 69 (remove_files) COMPLETE |
7960 | 2024-08-16T21:27:24.043Z | [ recovery-image] Aug 16 21:27:22.977 INFO O| Aug 16 21:27:22.977 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7961 | 2024-08-16T21:27:24.054Z | [ recovery-image] Aug 16 21:27:22.990 INFO O| Aug 16 21:27:22.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7962 | 2024-08-16T21:27:24.057Z | [ recovery-image] Aug 16 21:27:22.990 INFO O| Aug 16 21:27:22.990 INFO STEP 70 (remove_files) COMPLETE |
7963 | 2024-08-16T21:27:24.057Z | [ recovery-image] Aug 16 21:27:22.990 INFO O| Aug 16 21:27:22.990 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7964 | 2024-08-16T21:27:24.066Z | [ recovery-image] Aug 16 21:27:23.003 INFO O| Aug 16 21:27:23.002 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7965 | 2024-08-16T21:27:24.069Z | [ recovery-image] Aug 16 21:27:23.003 INFO O| Aug 16 21:27:23.003 INFO STEP 71 (remove_files) COMPLETE |
7966 | 2024-08-16T21:27:24.069Z | [ recovery-image] Aug 16 21:27:23.003 INFO O| Aug 16 21:27:23.003 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7967 | 2024-08-16T21:27:24.079Z | [ recovery-image] Aug 16 21:27:23.015 INFO O| Aug 16 21:27:23.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7968 | 2024-08-16T21:27:24.081Z | [ recovery-image] Aug 16 21:27:23.015 INFO O| Aug 16 21:27:23.015 INFO STEP 72 (remove_files) COMPLETE |
7969 | 2024-08-16T21:27:24.081Z | [ recovery-image] Aug 16 21:27:23.015 INFO O| Aug 16 21:27:23.015 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7970 | 2024-08-16T21:27:24.090Z | [ recovery-image] Aug 16 21:27:23.026 INFO O| Aug 16 21:27:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7971 | 2024-08-16T21:27:24.090Z | [ recovery-image] Aug 16 21:27:23.026 INFO O| Aug 16 21:27:23.026 INFO STEP 73 (remove_files) COMPLETE |
7972 | 2024-08-16T21:27:24.092Z | [ recovery-image] Aug 16 21:27:23.026 INFO O| Aug 16 21:27:23.026 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7973 | 2024-08-16T21:27:24.097Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO STEP 14 (pkg_install) COMPLETE |
7974 | 2024-08-16T21:27:24.097Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7975 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO skip step because feature "mfg" is not enabled |
7976 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7977 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO skip step because feature "compliance" is not enabled |
7978 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7979 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO skip step because feature "stress" is not enabled |
7980 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7981 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO skip step because feature "nfs" is not enabled |
7982 | 2024-08-16T21:27:24.099Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7983 | 2024-08-16T21:27:24.100Z | [ host-image] Aug 16 21:27:23.033 INFO O| Aug 16 21:27:23.033 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7984 | 2024-08-16T21:27:24.102Z | [ recovery-image] Aug 16 21:27:23.037 INFO O| Aug 16 21:27:23.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7985 | 2024-08-16T21:27:24.102Z | [ recovery-image] Aug 16 21:27:23.038 INFO O| Aug 16 21:27:23.037 INFO STEP 74 (remove_files) COMPLETE |
7986 | 2024-08-16T21:27:24.102Z | [ recovery-image] Aug 16 21:27:23.038 INFO O| Aug 16 21:27:23.037 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7987 | 2024-08-16T21:27:24.120Z | [ recovery-image] Aug 16 21:27:23.056 INFO O| Aug 16 21:27:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7988 | 2024-08-16T21:27:24.120Z | [ recovery-image] Aug 16 21:27:23.056 INFO O| Aug 16 21:27:23.056 INFO STEP 75 (remove_files) COMPLETE |
7989 | 2024-08-16T21:27:24.120Z | [ recovery-image] Aug 16 21:27:23.056 INFO O| Aug 16 21:27:23.056 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7990 | 2024-08-16T21:27:24.138Z | [ recovery-image] Aug 16 21:27:23.074 INFO O| Aug 16 21:27:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7991 | 2024-08-16T21:27:24.138Z | [ recovery-image] Aug 16 21:27:23.074 INFO O| Aug 16 21:27:23.074 INFO STEP 76 (remove_files) COMPLETE |
7992 | 2024-08-16T21:27:24.141Z | [ recovery-image] Aug 16 21:27:23.075 INFO O| Aug 16 21:27:23.074 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7993 | 2024-08-16T21:27:24.158Z | [ recovery-image] Aug 16 21:27:23.094 INFO O| Aug 16 21:27:23.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7994 | 2024-08-16T21:27:24.158Z | [ recovery-image] Aug 16 21:27:23.094 INFO O| Aug 16 21:27:23.094 INFO STEP 77 (remove_files) COMPLETE |
7995 | 2024-08-16T21:27:24.158Z | [ recovery-image] Aug 16 21:27:23.094 INFO O| Aug 16 21:27:23.094 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7996 | 2024-08-16T21:27:24.178Z | [ recovery-image] Aug 16 21:27:23.114 INFO O| Aug 16 21:27:23.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7997 | 2024-08-16T21:27:24.178Z | [ recovery-image] Aug 16 21:27:23.114 INFO O| Aug 16 21:27:23.114 INFO STEP 78 (remove_files) COMPLETE |
7998 | 2024-08-16T21:27:24.178Z | [ recovery-image] Aug 16 21:27:23.114 INFO O| Aug 16 21:27:23.114 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7999 | 2024-08-16T21:27:24.197Z | [ recovery-image] Aug 16 21:27:23.133 INFO O| Aug 16 21:27:23.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8000 | 2024-08-16T21:27:24.197Z | [ recovery-image] Aug 16 21:27:23.133 INFO O| Aug 16 21:27:23.133 INFO STEP 79 (remove_files) COMPLETE |
8001 | 2024-08-16T21:27:24.199Z | [ recovery-image] Aug 16 21:27:23.133 INFO O| Aug 16 21:27:23.133 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8002 | 2024-08-16T21:27:24.213Z | [ recovery-image] Aug 16 21:27:23.149 INFO O| Aug 16 21:27:23.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8003 | 2024-08-16T21:27:24.213Z | [ recovery-image] Aug 16 21:27:23.149 INFO O| Aug 16 21:27:23.149 INFO STEP 80 (remove_files) COMPLETE |
8004 | 2024-08-16T21:27:24.213Z | [ recovery-image] Aug 16 21:27:23.149 INFO O| Aug 16 21:27:23.149 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8005 | 2024-08-16T21:27:24.226Z | [ recovery-image] Aug 16 21:27:23.162 INFO O| Aug 16 21:27:23.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8006 | 2024-08-16T21:27:24.226Z | [ recovery-image] Aug 16 21:27:23.163 INFO O| Aug 16 21:27:23.163 INFO STEP 81 (remove_files) COMPLETE |
8007 | 2024-08-16T21:27:24.226Z | [ recovery-image] Aug 16 21:27:23.163 INFO O| Aug 16 21:27:23.163 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8008 | 2024-08-16T21:27:24.238Z | [ recovery-image] Aug 16 21:27:23.174 INFO O| Aug 16 21:27:23.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8009 | 2024-08-16T21:27:24.238Z | [ recovery-image] Aug 16 21:27:23.174 INFO O| Aug 16 21:27:23.174 INFO STEP 82 (remove_files) COMPLETE |
8010 | 2024-08-16T21:27:24.238Z | [ recovery-image] Aug 16 21:27:23.174 INFO O| Aug 16 21:27:23.174 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8011 | 2024-08-16T21:27:24.250Z | [ recovery-image] Aug 16 21:27:23.186 INFO O| Aug 16 21:27:23.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8012 | 2024-08-16T21:27:24.253Z | [ recovery-image] Aug 16 21:27:23.186 INFO O| Aug 16 21:27:23.186 INFO STEP 83 (remove_files) COMPLETE |
8013 | 2024-08-16T21:27:24.253Z | [ recovery-image] Aug 16 21:27:23.186 INFO O| Aug 16 21:27:23.186 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8014 | 2024-08-16T21:27:24.261Z | [ recovery-image] Aug 16 21:27:23.197 INFO O| Aug 16 21:27:23.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8015 | 2024-08-16T21:27:24.264Z | [ recovery-image] Aug 16 21:27:23.198 INFO O| Aug 16 21:27:23.198 INFO STEP 84 (remove_files) COMPLETE |
8016 | 2024-08-16T21:27:24.264Z | [ recovery-image] Aug 16 21:27:23.198 INFO O| Aug 16 21:27:23.198 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8017 | 2024-08-16T21:27:24.272Z | [ recovery-image] Aug 16 21:27:23.208 INFO O| Aug 16 21:27:23.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8018 | 2024-08-16T21:27:24.272Z | [ recovery-image] Aug 16 21:27:23.208 INFO O| Aug 16 21:27:23.208 INFO STEP 85 (remove_files) COMPLETE |
8019 | 2024-08-16T21:27:24.272Z | [ recovery-image] Aug 16 21:27:23.209 INFO O| Aug 16 21:27:23.208 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8020 | 2024-08-16T21:27:24.283Z | [ recovery-image] Aug 16 21:27:23.219 INFO O| Aug 16 21:27:23.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8021 | 2024-08-16T21:27:24.283Z | [ recovery-image] Aug 16 21:27:23.219 INFO O| Aug 16 21:27:23.219 INFO STEP 86 (remove_files) COMPLETE |
8022 | 2024-08-16T21:27:24.286Z | [ recovery-image] Aug 16 21:27:23.219 INFO O| Aug 16 21:27:23.219 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8023 | 2024-08-16T21:27:24.294Z | [ recovery-image] Aug 16 21:27:23.231 INFO O| Aug 16 21:27:23.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8024 | 2024-08-16T21:27:24.294Z | [ recovery-image] Aug 16 21:27:23.231 INFO O| Aug 16 21:27:23.231 INFO STEP 87 (remove_files) COMPLETE |
8025 | 2024-08-16T21:27:24.294Z | [ recovery-image] Aug 16 21:27:23.231 INFO O| Aug 16 21:27:23.231 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8026 | 2024-08-16T21:27:24.305Z | [ recovery-image] Aug 16 21:27:23.242 INFO O| Aug 16 21:27:23.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8027 | 2024-08-16T21:27:24.305Z | [ recovery-image] Aug 16 21:27:23.242 INFO O| Aug 16 21:27:23.242 INFO STEP 88 (remove_files) COMPLETE |
8028 | 2024-08-16T21:27:24.308Z | [ recovery-image] Aug 16 21:27:23.242 INFO O| Aug 16 21:27:23.242 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8029 | 2024-08-16T21:27:24.316Z | [ recovery-image] Aug 16 21:27:23.252 INFO O| Aug 16 21:27:23.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8030 | 2024-08-16T21:27:24.316Z | [ recovery-image] Aug 16 21:27:23.253 INFO O| Aug 16 21:27:23.252 INFO STEP 89 (remove_files) COMPLETE |
8031 | 2024-08-16T21:27:24.319Z | [ recovery-image] Aug 16 21:27:23.253 INFO O| Aug 16 21:27:23.253 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8032 | 2024-08-16T21:27:24.327Z | [ recovery-image] Aug 16 21:27:23.263 INFO O| Aug 16 21:27:23.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8033 | 2024-08-16T21:27:24.327Z | [ recovery-image] Aug 16 21:27:23.264 INFO O| Aug 16 21:27:23.264 INFO STEP 90 (remove_files) COMPLETE |
8034 | 2024-08-16T21:27:24.327Z | [ recovery-image] Aug 16 21:27:23.264 INFO O| Aug 16 21:27:23.264 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8035 | 2024-08-16T21:27:24.338Z | [ recovery-image] Aug 16 21:27:23.274 INFO O| Aug 16 21:27:23.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8036 | 2024-08-16T21:27:24.338Z | [ recovery-image] Aug 16 21:27:23.274 INFO O| Aug 16 21:27:23.274 INFO STEP 91 (remove_files) COMPLETE |
8037 | 2024-08-16T21:27:24.338Z | [ recovery-image] Aug 16 21:27:23.274 INFO O| Aug 16 21:27:23.274 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8038 | 2024-08-16T21:27:24.348Z | [ recovery-image] Aug 16 21:27:23.285 INFO O| Aug 16 21:27:23.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8039 | 2024-08-16T21:27:24.351Z | [ recovery-image] Aug 16 21:27:23.285 INFO O| Aug 16 21:27:23.285 INFO STEP 92 (remove_files) COMPLETE |
8040 | 2024-08-16T21:27:24.351Z | [ recovery-image] Aug 16 21:27:23.285 INFO O| Aug 16 21:27:23.285 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8041 | 2024-08-16T21:27:24.359Z | [ recovery-image] Aug 16 21:27:23.295 INFO O| Aug 16 21:27:23.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8042 | 2024-08-16T21:27:24.362Z | [ recovery-image] Aug 16 21:27:23.296 INFO O| Aug 16 21:27:23.295 INFO STEP 93 (remove_files) COMPLETE |
8043 | 2024-08-16T21:27:24.362Z | [ recovery-image] Aug 16 21:27:23.296 INFO O| Aug 16 21:27:23.295 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8044 | 2024-08-16T21:27:24.370Z | [ recovery-image] Aug 16 21:27:23.306 INFO O| Aug 16 21:27:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8045 | 2024-08-16T21:27:24.373Z | [ recovery-image] Aug 16 21:27:23.307 INFO O| Aug 16 21:27:23.306 INFO STEP 94 (remove_files) COMPLETE |
8046 | 2024-08-16T21:27:24.373Z | [ recovery-image] Aug 16 21:27:23.307 INFO O| Aug 16 21:27:23.307 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8047 | 2024-08-16T21:27:24.386Z | [ recovery-image] Aug 16 21:27:23.322 INFO O| Aug 16 21:27:23.322 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8048 | 2024-08-16T21:27:24.386Z | [ recovery-image] Aug 16 21:27:23.323 INFO O| Aug 16 21:27:23.322 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
8049 | 2024-08-16T21:27:24.641Z | [ host-image] Aug 16 21:27:23.577 INFO O| Aug 16 21:27:23.577 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8050 | 2024-08-16T21:27:24.723Z | [ host-image] Aug 16 21:27:23.659 INFO O| Aug 16 21:27:23.659 INFO completed processing gimlet/ramdisk-01-os |
8051 | 2024-08-16T21:27:24.726Z | [ host-image] Aug 16 21:27:23.661 INFO omicron1 baseline generation... |
8052 | 2024-08-16T21:27:24.726Z | [ host-image] Aug 16 21:27:23.661 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8053 | 2024-08-16T21:27:25.130Z | [ host-image] Aug 16 21:27:24.066 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z |
8054 | 2024-08-16T21:27:32.389Z | [ recovery-image] Aug 16 21:27:31.324 INFO O| Aug 16 21:27:31.324 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 |
8055 | 2024-08-16T21:27:32.389Z | [ recovery-image] Aug 16 21:27:31.324 INFO O| Aug 16 21:27:31.324 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8056 | 2024-08-16T21:27:32.405Z | [ recovery-image] Aug 16 21:27:31.340 INFO O| Aug 16 21:27:31.340 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8057 | 2024-08-16T21:27:32.480Z | [ recovery-image] Aug 16 21:27:31.416 INFO O| Aug 16 21:27:31.416 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8058 | 2024-08-16T21:27:32.480Z | [ recovery-image] Aug 16 21:27:31.416 INFO O| Aug 16 21:27:31.416 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 ... |
8059 | 2024-08-16T21:27:32.483Z | [ recovery-image] Aug 16 21:27:31.418 INFO O| Aug 16 21:27:31.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8060 | 2024-08-16T21:27:32.483Z | [ recovery-image] Aug 16 21:27:31.418 INFO O| Aug 16 21:27:31.418 INFO ok! |
8061 | 2024-08-16T21:27:32.483Z | [ recovery-image] Aug 16 21:27:31.418 INFO O| Aug 16 21:27:31.418 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8062 | 2024-08-16T21:27:32.483Z | [ recovery-image] Aug 16 21:27:31.418 INFO O| Aug 16 21:27:31.418 INFO STEP 95 (seed_smf) COMPLETE |
8063 | 2024-08-16T21:27:32.483Z | [ recovery-image] Aug 16 21:27:31.418 INFO O| Aug 16 21:27:31.418 INFO steps complete; finalising image! |
8064 | 2024-08-16T21:27:32.483Z | [ recovery-image] Aug 16 21:27:31.418 INFO O| Aug 16 21:27:31.418 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8065 | 2024-08-16T21:27:32.518Z | [ recovery-image] Aug 16 21:27:31.453 INFO O| Aug 16 21:27:31.453 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Fri Aug 16 21:27:31 2024) |
8066 | 2024-08-16T21:27:32.727Z | [ recovery-image] Aug 16 21:27:31.663 INFO O| Aug 16 21:27:31.662 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Fri Aug 16 21:27:31 2024) |
8067 | 2024-08-16T21:27:32.952Z | [ recovery-image] Aug 16 21:27:31.887 INFO O| Aug 16 21:27:31.887 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio |
8068 | 2024-08-16T21:27:32.952Z | [ recovery-image] Aug 16 21:27:31.887 INFO O| Aug 16 21:27:31.887 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8069 | 2024-08-16T21:27:33.186Z | [ recovery-image] Aug 16 21:27:32.122 INFO O| Aug 16 21:27:32.122 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 |
8070 | 2024-08-16T21:27:33.186Z | [ recovery-image] Aug 16 21:27:32.122 INFO O| Aug 16 21:27:32.122 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8071 | 2024-08-16T21:27:36.286Z | [ recovery-image] Aug 16 21:27:35.220 INFO O| Aug 16 21:27:35.220 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8072 | 2024-08-16T21:27:36.286Z | [ recovery-image] Aug 16 21:27:35.221 INFO O| Aug 16 21:27:35.220 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8073 | 2024-08-16T21:27:36.289Z | [ recovery-image] Aug 16 21:27:35.221 INFO O| Aug 16 21:27:35.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8074 | 2024-08-16T21:27:36.289Z | [ recovery-image] Aug 16 21:27:35.221 INFO O| Aug 16 21:27:35.221 INFO completed processing gimlet/zfs-recovery |
8075 | 2024-08-16T21:27:36.289Z | [ recovery-image] Aug 16 21:27:35.221 INFO O| Aug 16 21:27:35.221 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8076 | 2024-08-16T21:27:36.591Z | [ recovery-image] Aug 16 21:27:35.526 INFO O| Aug 16 21:27:35.526 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8077 | 2024-08-16T21:27:36.689Z | [ recovery-image] Aug 16 21:27:35.624 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
8078 | 2024-08-16T21:27:36.689Z | [ recovery-image] Aug 16 21:27:35.625 INFO expanded image name: "recovery 5415c99/${os_short_commit} 2024-08-16 21:01" -> "recovery 5415c99/f449ff4 2024-08-16 21:01" |
8079 | 2024-08-16T21:27:36.692Z | [ recovery-image] Aug 16 21:27:35.625 INFO output artefacts stored in: "/work/os-recovery" |
8080 | 2024-08-16T21:27:36.692Z | [ recovery-image] Aug 16 21:27:35.625 INFO collecting git info from project "image-builder"... |
8081 | 2024-08-16T21:27:36.697Z | [ recovery-image] Aug 16 21:27:35.632 INFO collecting git info from project "pilot"... |
8082 | 2024-08-16T21:27:36.708Z | [ recovery-image] Aug 16 21:27:35.644 INFO collecting git info from project "amd-firmware"... |
8083 | 2024-08-16T21:27:36.934Z | [ recovery-image] Aug 16 21:27:35.869 INFO collecting git info from project "amd-host-image-builder"... |
8084 | 2024-08-16T21:27:37.176Z | [ recovery-image] Aug 16 21:27:36.112 INFO collecting git info from project "phbl"... |
8085 | 2024-08-16T21:27:37.186Z | [ recovery-image] Aug 16 21:27:36.120 INFO collecting git info from project "chelsio-t6-roms"... |
8086 | 2024-08-16T21:27:37.206Z | [ recovery-image] Aug 16 21:27:36.141 INFO collecting git info from project "pinprick"... |
8087 | 2024-08-16T21:27:37.211Z | [ recovery-image] Aug 16 21:27:36.147 INFO collecting git info from project "bootserver"... |
8088 | 2024-08-16T21:27:37.217Z | [ recovery-image] Aug 16 21:27:36.152 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8089 | 2024-08-16T21:27:37.592Z | [ recovery-image] Aug 16 21:27:36.519 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8090 | 2024-08-16T21:27:37.957Z | [ recovery-image] Aug 16 21:27:36.892 INFO creating Oxide boot image... |
8091 | 2024-08-16T21:27:37.957Z | [ recovery-image] Aug 16 21:27:36.892 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 5415c99/f449ff4 2024-08-16 21:01", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8092 | 2024-08-16T21:28:14.846Z | [ host-image] Aug 16 21:28:13.779 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z |
8093 | 2024-08-16T21:28:14.846Z | [ host-image] Aug 16 21:28:13.779 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z |
8094 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.779 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8095 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.780 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8096 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.780 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8097 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.780 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8098 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.781 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8099 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.781 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8100 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.781 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8101 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.781 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8102 | 2024-08-16T21:28:14.849Z | [ host-image] Aug 16 21:28:13.781 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z |
8103 | 2024-08-16T21:28:14.852Z | [ host-image] Aug 16 21:28:13.783 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z |
8104 | 2024-08-16T21:28:14.852Z | [ host-image] Aug 16 21:28:13.784 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z |
8105 | 2024-08-16T21:28:14.852Z | [ host-image] Aug 16 21:28:13.784 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z |
8106 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.784 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8107 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.785 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z |
8108 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.786 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z |
8109 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.786 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z |
8110 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.786 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z |
8111 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.786 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z |
8112 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.786 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z |
8113 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.786 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z |
8114 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z |
8115 | 2024-08-16T21:28:14.854Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z |
8116 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z |
8117 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z |
8118 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z |
8119 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z |
8120 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8121 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z |
8122 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.787 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z |
8123 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.788 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z |
8124 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.788 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z |
8125 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.789 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z |
8126 | 2024-08-16T21:28:14.857Z | [ host-image] Aug 16 21:28:13.789 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z |
8127 | 2024-08-16T21:28:14.866Z | [ host-image] Aug 16 21:28:13.798 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8128 | 2024-08-16T21:28:14.868Z | [ host-image] Aug 16 21:28:13.798 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z |
8129 | 2024-08-16T21:28:14.868Z | [ host-image] Aug 16 21:28:13.799 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8130 | 2024-08-16T21:28:14.868Z | [ host-image] Aug 16 21:28:13.799 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8131 | 2024-08-16T21:28:14.868Z | [ host-image] Aug 16 21:28:13.799 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8132 | 2024-08-16T21:28:14.868Z | [ host-image] Aug 16 21:28:13.800 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z |
8133 | 2024-08-16T21:28:14.868Z | [ host-image] Aug 16 21:28:13.800 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8134 | 2024-08-16T21:28:14.868Z | [ host-image] Aug 16 21:28:13.800 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8135 | 2024-08-16T21:28:14.871Z | [ host-image] Aug 16 21:28:13.801 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8136 | 2024-08-16T21:28:14.871Z | [ host-image] Aug 16 21:28:13.802 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8137 | 2024-08-16T21:28:14.881Z | [ host-image] Aug 16 21:28:13.814 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8138 | 2024-08-16T21:28:14.881Z | [ host-image] Aug 16 21:28:13.814 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8139 | 2024-08-16T21:28:14.884Z | [ host-image] Aug 16 21:28:13.814 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8140 | 2024-08-16T21:28:14.884Z | [ host-image] Aug 16 21:28:13.815 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8141 | 2024-08-16T21:28:14.884Z | [ host-image] Aug 16 21:28:13.815 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8142 | 2024-08-16T21:28:14.884Z | [ host-image] Aug 16 21:28:13.816 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8143 | 2024-08-16T21:28:14.919Z | [ host-image] Aug 16 21:28:13.852 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8144 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.853 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8145 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.853 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8146 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.853 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z |
8147 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z |
8148 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8149 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z |
8150 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8151 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8152 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8153 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z |
8154 | 2024-08-16T21:28:14.922Z | [ host-image] Aug 16 21:28:13.854 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8155 | 2024-08-16T21:28:14.926Z | [ host-image] Aug 16 21:28:13.859 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8156 | 2024-08-16T21:28:14.929Z | [ host-image] Aug 16 21:28:13.859 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8157 | 2024-08-16T21:28:14.929Z | [ host-image] Aug 16 21:28:13.859 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8158 | 2024-08-16T21:28:14.929Z | [ host-image] Aug 16 21:28:13.860 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z |
8159 | 2024-08-16T21:28:14.929Z | [ host-image] Aug 16 21:28:13.860 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8160 | 2024-08-16T21:28:14.942Z | [ host-image] Aug 16 21:28:13.875 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8161 | 2024-08-16T21:28:14.945Z | [ host-image] Aug 16 21:28:13.875 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z |
8162 | 2024-08-16T21:28:14.945Z | [ host-image] Aug 16 21:28:13.877 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z |
8163 | 2024-08-16T21:28:14.948Z | [ host-image] Aug 16 21:28:13.878 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z |
8164 | 2024-08-16T21:28:14.948Z | [ host-image] Aug 16 21:28:13.878 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8165 | 2024-08-16T21:28:14.948Z | [ host-image] Aug 16 21:28:13.878 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z |
8166 | 2024-08-16T21:28:14.948Z | [ host-image] Aug 16 21:28:13.879 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z |
8167 | 2024-08-16T21:28:14.948Z | [ host-image] Aug 16 21:28:13.879 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z |
8168 | 2024-08-16T21:28:14.948Z | [ host-image] Aug 16 21:28:13.879 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z |
8169 | 2024-08-16T21:28:14.950Z | [ host-image] Aug 16 21:28:13.883 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8170 | 2024-08-16T21:28:14.954Z | [ host-image] Aug 16 21:28:13.884 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z |
8171 | 2024-08-16T21:28:14.954Z | [ host-image] Aug 16 21:28:13.884 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z |
8172 | 2024-08-16T21:28:14.954Z | [ host-image] Aug 16 21:28:13.884 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8173 | 2024-08-16T21:28:14.954Z | [ host-image] Aug 16 21:28:13.885 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z |
8174 | 2024-08-16T21:28:14.954Z | [ host-image] Aug 16 21:28:13.885 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z |
8175 | 2024-08-16T21:28:14.954Z | [ host-image] Aug 16 21:28:13.885 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z |
8176 | 2024-08-16T21:28:14.954Z | [ host-image] Aug 16 21:28:13.885 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z |
8177 | 2024-08-16T21:28:14.962Z | [ host-image] Aug 16 21:28:13.894 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z |
8178 | 2024-08-16T21:28:14.964Z | [ host-image] Aug 16 21:28:13.894 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8179 | 2024-08-16T21:28:14.964Z | [ host-image] Aug 16 21:28:13.896 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z |
8180 | 2024-08-16T21:28:14.967Z | [ host-image] Aug 16 21:28:13.897 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z |
8181 | 2024-08-16T21:28:14.967Z | [ host-image] Aug 16 21:28:13.897 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z |
8182 | 2024-08-16T21:28:14.967Z | [ host-image] Aug 16 21:28:13.898 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z |
8183 | 2024-08-16T21:28:14.967Z | [ host-image] Aug 16 21:28:13.898 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z |
8184 | 2024-08-16T21:28:14.967Z | [ host-image] Aug 16 21:28:13.898 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z |
8185 | 2024-08-16T21:28:14.976Z | [ host-image] Aug 16 21:28:13.909 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z |
8186 | 2024-08-16T21:28:14.979Z | [ host-image] Aug 16 21:28:13.909 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z |
8187 | 2024-08-16T21:28:14.979Z | [ host-image] Aug 16 21:28:13.909 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z |
8188 | 2024-08-16T21:28:14.979Z | [ host-image] Aug 16 21:28:13.910 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z |
8189 | 2024-08-16T21:28:14.979Z | [ host-image] Aug 16 21:28:13.910 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z |
8190 | 2024-08-16T21:28:15.000Z | [ host-image] Aug 16 21:28:13.932 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z |
8191 | 2024-08-16T21:28:15.000Z | [ host-image] Aug 16 21:28:13.933 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z |
8192 | 2024-08-16T21:28:15.002Z | [ host-image] Aug 16 21:28:13.933 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z |
8193 | 2024-08-16T21:28:15.002Z | [ host-image] Aug 16 21:28:13.933 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8194 | 2024-08-16T21:28:15.002Z | [ host-image] Aug 16 21:28:13.933 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8195 | 2024-08-16T21:28:15.030Z | [ host-image] Aug 16 21:28:13.963 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z |
8196 | 2024-08-16T21:28:15.033Z | [ host-image] Aug 16 21:28:13.963 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8197 | 2024-08-16T21:28:15.033Z | [ host-image] Aug 16 21:28:13.963 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z |
8198 | 2024-08-16T21:28:15.033Z | [ host-image] Aug 16 21:28:13.963 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z |
8199 | 2024-08-16T21:28:15.033Z | [ host-image] Aug 16 21:28:13.964 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z |
8200 | 2024-08-16T21:28:15.033Z | [ host-image] Aug 16 21:28:13.965 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8201 | 2024-08-16T21:28:15.033Z | [ host-image] Aug 16 21:28:13.965 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8202 | 2024-08-16T21:28:15.033Z | [ host-image] Aug 16 21:28:13.966 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z |
8203 | 2024-08-16T21:28:15.035Z | [ host-image] Aug 16 21:28:13.966 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z |
8204 | 2024-08-16T21:28:15.035Z | [ host-image] Aug 16 21:28:13.966 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z |
8205 | 2024-08-16T21:28:15.035Z | [ host-image] Aug 16 21:28:13.966 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z |
8206 | 2024-08-16T21:28:15.035Z | [ host-image] Aug 16 21:28:13.966 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z |
8207 | 2024-08-16T21:28:15.035Z | [ host-image] Aug 16 21:28:13.967 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z |
8208 | 2024-08-16T21:28:15.038Z | [ host-image] Aug 16 21:28:13.970 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8209 | 2024-08-16T21:28:15.038Z | [ host-image] Aug 16 21:28:13.970 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z |
8210 | 2024-08-16T21:28:15.040Z | [ host-image] Aug 16 21:28:13.971 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z |
8211 | 2024-08-16T21:28:15.040Z | [ host-image] Aug 16 21:28:13.971 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z |
8212 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.972 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z |
8213 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.972 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z |
8214 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.972 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z |
8215 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.972 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8216 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.972 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8217 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.973 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z |
8218 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.973 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z |
8219 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.973 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8220 | 2024-08-16T21:28:15.041Z | [ host-image] Aug 16 21:28:13.973 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8221 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.973 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8222 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.973 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8223 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.973 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8224 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.974 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8225 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.976 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8226 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.976 INFO O| tempdir @ "/tmp/.tmpbsHhum/tmp" |
8227 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.976 INFO O| image root @ "/tmp/.tmpbsHhum/tmp/root" |
8228 | 2024-08-16T21:28:15.043Z | [ host-image] Aug 16 21:28:13.976 INFO O| creating image... |
8229 | 2024-08-16T21:28:15.556Z | [ host-image] Aug 16 21:28:14.488 INFO O| copying publishers... |
8230 | 2024-08-16T21:28:21.632Z | [ host-image] Aug 16 21:28:20.564 INFO O| adding properties... |
8231 | 2024-08-16T21:28:22.818Z | [ host-image] Aug 16 21:28:21.621 INFO O| installing packages... |
8232 | 2024-08-16T21:28:28.804Z | [ recovery-image] Aug 16 21:28:27.736 INFO O| ok, image written! |
8233 | 2024-08-16T21:28:28.804Z | [ recovery-image] Aug 16 21:28:27.736 INFO O| ok, boot_image_csum file written! |
8234 | 2024-08-16T21:28:28.807Z | [ recovery-image] Aug 16 21:28:27.739 INFO creating boot archive (CPIO)... |
8235 | 2024-08-16T21:28:28.807Z | [ recovery-image] Aug 16 21:28:27.739 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 |
8236 | 2024-08-16T21:28:28.815Z | [ recovery-image] Aug 16 21:28:27.747 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8237 | 2024-08-16T21:28:28.815Z | [ recovery-image] Aug 16 21:28:27.747 INFO E| + outfile=/work/os-recovery/cpio |
8238 | 2024-08-16T21:28:28.818Z | [ recovery-image] Aug 16 21:28:27.747 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8239 | 2024-08-16T21:28:28.818Z | [ recovery-image] Aug 16 21:28:27.749 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8240 | 2024-08-16T21:28:28.818Z | [ recovery-image] Aug 16 21:28:27.749 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8241 | 2024-08-16T21:28:28.854Z | [ recovery-image] Aug 16 21:28:27.786 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8242 | 2024-08-16T21:28:28.856Z | [ recovery-image] Aug 16 21:28:27.786 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8243 | 2024-08-16T21:28:28.862Z | [ recovery-image] Aug 16 21:28:27.793 INFO creating compressed cpio/unix for nanobl-rs... |
8244 | 2024-08-16T21:28:28.862Z | [ recovery-image] Aug 16 21:28:27.794 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 |
8245 | 2024-08-16T21:28:29.142Z | [ recovery-image] Aug 16 21:28:28.074 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8246 | 2024-08-16T21:28:33.577Z | [ recovery-image] Aug 16 21:28:32.508 INFO creating reset image... |
8247 | 2024-08-16T21:28:33.581Z | [ recovery-image] Aug 16 21:28:32.508 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8248 | 2024-08-16T21:28:33.805Z | [ recovery-image] Aug 16 21:28:32.736 INFO E| Updating crates.io index |
8249 | 2024-08-16T21:28:33.904Z | [ recovery-image] Aug 16 21:28:32.835 INFO E| Downloading crates ... |
8250 | 2024-08-16T21:28:33.979Z | [ recovery-image] Aug 16 21:28:32.910 INFO E| Downloaded anstyle-parse v0.2.3 |
8251 | 2024-08-16T21:28:33.986Z | [ recovery-image] Aug 16 21:28:32.917 INFO E| Downloaded anstream v0.6.13 |
8252 | 2024-08-16T21:28:33.996Z | [ recovery-image] Aug 16 21:28:32.925 INFO E| Downloaded proc-macro2 v1.0.79 |
8253 | 2024-08-16T21:28:34.000Z | [ recovery-image] Aug 16 21:28:32.928 INFO E| Downloaded os_pipe v1.1.5 |
8254 | 2024-08-16T21:28:34.000Z | [ recovery-image] Aug 16 21:28:32.929 INFO E| Downloaded anstyle-query v1.0.2 |
8255 | 2024-08-16T21:28:34.003Z | [ recovery-image] Aug 16 21:28:32.930 INFO E| Downloaded anstyle v1.0.6 |
8256 | 2024-08-16T21:28:34.003Z | [ recovery-image] Aug 16 21:28:32.932 INFO E| Downloaded shared_child v1.0.0 |
8257 | 2024-08-16T21:28:34.007Z | [ recovery-image] Aug 16 21:28:32.937 INFO E| Downloaded clap_derive v4.5.3 |
8258 | 2024-08-16T21:28:34.010Z | [ recovery-image] Aug 16 21:28:32.939 INFO E| Downloaded clap v4.5.3 |
8259 | 2024-08-16T21:28:34.017Z | [ recovery-image] Aug 16 21:28:32.949 INFO E| Downloaded duct v0.13.7 |
8260 | 2024-08-16T21:28:34.031Z | [ recovery-image] Aug 16 21:28:32.962 INFO E| Downloaded syn v2.0.53 |
8261 | 2024-08-16T21:28:34.059Z | [ recovery-image] Aug 16 21:28:32.990 INFO E| Downloaded libc v0.2.153 |
8262 | 2024-08-16T21:28:34.135Z | [ recovery-image] Aug 16 21:28:33.066 INFO E| Compiling proc-macro2 v1.0.79 |
8263 | 2024-08-16T21:28:34.135Z | [ recovery-image] Aug 16 21:28:33.066 INFO E| Compiling unicode-ident v1.0.12 |
8264 | 2024-08-16T21:28:34.135Z | [ recovery-image] Aug 16 21:28:33.066 INFO E| Compiling libc v0.2.153 |
8265 | 2024-08-16T21:28:34.138Z | [ recovery-image] Aug 16 21:28:33.066 INFO E| Compiling utf8parse v0.2.1 |
8266 | 2024-08-16T21:28:34.138Z | [ recovery-image] Aug 16 21:28:33.067 INFO E| Compiling anstyle-query v1.0.2 |
8267 | 2024-08-16T21:28:34.138Z | [ recovery-image] Aug 16 21:28:33.067 INFO E| Compiling colorchoice v1.0.0 |
8268 | 2024-08-16T21:28:34.141Z | [ recovery-image] Aug 16 21:28:33.071 INFO E| Compiling anstyle v1.0.6 |
8269 | 2024-08-16T21:28:34.141Z | [ recovery-image] Aug 16 21:28:33.071 INFO E| Compiling strsim v0.11.0 |
8270 | 2024-08-16T21:28:34.335Z | [ recovery-image] Aug 16 21:28:33.265 INFO E| Compiling anstyle-parse v0.2.3 |
8271 | 2024-08-16T21:28:34.354Z | [ recovery-image] Aug 16 21:28:33.284 INFO E| Compiling heck v0.5.0 |
8272 | 2024-08-16T21:28:34.354Z | [ recovery-image] Aug 16 21:28:33.284 INFO E| Compiling clap_lex v0.7.0 |
8273 | 2024-08-16T21:28:34.396Z | [ recovery-image] Aug 16 21:28:33.327 INFO E| Compiling once_cell v1.19.0 |
8274 | 2024-08-16T21:28:34.653Z | [ recovery-image] Aug 16 21:28:33.584 INFO E| Compiling anstream v0.6.13 |
8275 | 2024-08-16T21:28:35.059Z | [ recovery-image] Aug 16 21:28:33.990 INFO E| Compiling clap_builder v4.5.2 |
8276 | 2024-08-16T21:28:35.555Z | [ recovery-image] Aug 16 21:28:34.486 INFO E| Compiling os_pipe v1.1.5 |
8277 | 2024-08-16T21:28:35.555Z | [ recovery-image] Aug 16 21:28:34.486 INFO E| Compiling shared_child v1.0.0 |
8278 | 2024-08-16T21:28:35.601Z | [ recovery-image] Aug 16 21:28:34.532 INFO E| Compiling quote v1.0.35 |
8279 | 2024-08-16T21:28:35.706Z | [ recovery-image] Aug 16 21:28:34.636 INFO E| Compiling duct v0.13.7 |
8280 | 2024-08-16T21:28:35.930Z | [ recovery-image] Aug 16 21:28:34.858 INFO E| Compiling syn v2.0.53 |
8281 | 2024-08-16T21:28:39.013Z | [ host-image] Aug 16 21:28:37.944 INFO O| seeding SMF database... |
8282 | 2024-08-16T21:28:41.086Z | [ recovery-image] Aug 16 21:28:40.017 INFO E| Compiling clap_derive v4.5.3 |
8283 | 2024-08-16T21:28:43.244Z | [ recovery-image] Aug 16 21:28:42.174 INFO E| Compiling clap v4.5.3 |
8284 | 2024-08-16T21:28:43.305Z | [ recovery-image] Aug 16 21:28:42.235 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8285 | 2024-08-16T21:28:44.547Z | [ recovery-image] Aug 16 21:28:43.477 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s |
8286 | 2024-08-16T21:28:44.555Z | [ recovery-image] Aug 16 21:28:43.486 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8287 | 2024-08-16T21:28:44.680Z | [ recovery-image] Aug 16 21:28:43.610 INFO E| Updating crates.io index |
8288 | 2024-08-16T21:28:44.754Z | [ recovery-image] Aug 16 21:28:43.684 INFO E| Downloading crates ... |
8289 | 2024-08-16T21:28:44.798Z | [ recovery-image] Aug 16 21:28:43.728 INFO E| Downloaded seq-macro v0.3.5 |
8290 | 2024-08-16T21:28:44.800Z | [ recovery-image] Aug 16 21:28:43.730 INFO E| Downloaded cpio_reader v0.1.1 |
8291 | 2024-08-16T21:28:44.817Z | [ recovery-image] Aug 16 21:28:43.747 INFO E| Downloaded raw-cpuid v10.7.0 |
8292 | 2024-08-16T21:28:44.821Z | [ recovery-image] Aug 16 21:28:43.751 INFO E| Downloaded bit_field v0.10.2 |
8293 | 2024-08-16T21:28:44.926Z | [ recovery-image] Aug 16 21:28:43.856 INFO E| Downloaded x86 v0.52.0 |
8294 | 2024-08-16T21:28:44.997Z | [ recovery-image] Aug 16 21:28:43.927 INFO E| Updating crates.io index |
8295 | 2024-08-16T21:28:45.043Z | [ recovery-image] Aug 16 21:28:43.974 INFO E| Downloading crates ... |
8296 | 2024-08-16T21:28:45.109Z | [ recovery-image] Aug 16 21:28:44.039 INFO E| Downloaded compiler_builtins v0.1.108 |
8297 | 2024-08-16T21:28:45.178Z | [ recovery-image] Aug 16 21:28:44.108 INFO E| Compiling compiler_builtins v0.1.108 |
8298 | 2024-08-16T21:28:45.178Z | [ recovery-image] Aug 16 21:28:44.108 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8299 | 2024-08-16T21:28:45.178Z | [ recovery-image] Aug 16 21:28:44.109 INFO E| Compiling proc-macro2 v1.0.79 |
8300 | 2024-08-16T21:28:45.181Z | [ recovery-image] Aug 16 21:28:44.109 INFO E| Compiling unicode-ident v1.0.12 |
8301 | 2024-08-16T21:28:45.181Z | [ recovery-image] Aug 16 21:28:44.109 INFO E| Compiling syn v1.0.109 |
8302 | 2024-08-16T21:28:45.181Z | [ recovery-image] Aug 16 21:28:44.109 INFO E| Compiling x86 v0.52.0 |
8303 | 2024-08-16T21:28:45.181Z | [ recovery-image] Aug 16 21:28:44.109 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8304 | 2024-08-16T21:28:45.185Z | [ recovery-image] Aug 16 21:28:44.114 INFO E| Compiling seq-macro v0.3.5 |
8305 | 2024-08-16T21:28:46.358Z | [ recovery-image] Aug 16 21:28:45.288 INFO E| Compiling quote v1.0.35 |
8306 | 2024-08-16T21:28:46.695Z | [ recovery-image] Aug 16 21:28:45.625 INFO E| Compiling syn v2.0.53 |
8307 | 2024-08-16T21:28:47.842Z | [ host-image] Aug 16 21:28:46.772 INFO O| configuring SMF profile... |
8308 | 2024-08-16T21:28:47.842Z | [ host-image] Aug 16 21:28:46.772 INFO O| modifying shadow(5)... |
8309 | 2024-08-16T21:28:47.842Z | [ host-image] Aug 16 21:28:46.772 INFO O| loading user and group database... |
8310 | 2024-08-16T21:28:47.845Z | [ host-image] Aug 16 21:28:46.772 INFO O| assessing packaged files... |
8311 | 2024-08-16T21:28:50.223Z | [ recovery-image] Aug 16 21:28:49.153 INFO E| Compiling scroll_derive v0.12.0 |
8312 | 2024-08-16T21:28:50.482Z | [ host-image] Aug 16 21:28:49.411 INFO O| creating archive... |
8313 | 2024-08-16T21:28:50.514Z | [ host-image] Aug 16 21:28:49.444 INFO O| missing from packaging: |
8314 | 2024-08-16T21:28:50.514Z | [ host-image] Aug 16 21:28:49.444 INFO O| "etc/.pwd.lock" |
8315 | 2024-08-16T21:28:50.521Z | [ host-image] Aug 16 21:28:49.444 INFO O| "etc/bash" |
8316 | 2024-08-16T21:28:50.521Z | [ host-image] Aug 16 21:28:49.449 INFO O| "etc/svc/profile/generic.xml" |
8317 | 2024-08-16T21:28:50.521Z | [ host-image] Aug 16 21:28:49.449 INFO O| "etc/svc/profile/inetd_services.xml" |
8318 | 2024-08-16T21:28:50.521Z | [ host-image] Aug 16 21:28:49.449 INFO O| "etc/svc/profile/name_service.xml" |
8319 | 2024-08-16T21:28:50.521Z | [ host-image] Aug 16 21:28:49.449 INFO O| "etc/svc/profile/platform.xml" |
8320 | 2024-08-16T21:28:50.521Z | [ host-image] Aug 16 21:28:49.450 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8321 | 2024-08-16T21:28:50.521Z | [ host-image] Aug 16 21:28:49.450 INFO O| "etc/svc/repository.db" |
8322 | 2024-08-16T21:28:50.535Z | [ host-image] Aug 16 21:28:49.464 INFO O| "opt/ooce/share" |
8323 | 2024-08-16T21:28:50.538Z | [ host-image] Aug 16 21:28:49.464 INFO O| "opt/ooce/share/man" |
8324 | 2024-08-16T21:28:50.538Z | [ host-image] Aug 16 21:28:49.464 INFO O| "opt/ooce/share/man/man1" |
8325 | 2024-08-16T21:28:50.545Z | [ host-image] Aug 16 21:28:49.474 INFO O| finishing archive... |
8326 | 2024-08-16T21:28:53.405Z | [ recovery-image] Aug 16 21:28:52.334 INFO E| Compiling bitstruct_derive v0.1.0 |
8327 | 2024-08-16T21:28:53.557Z | [ host-image] Aug 16 21:28:52.487 INFO O| creating gzonly manifest... |
8328 | 2024-08-16T21:28:53.581Z | [ host-image] Aug 16 21:28:52.511 INFO O| ok |
8329 | 2024-08-16T21:28:53.698Z | [ host-image] Aug 16 21:28:52.627 INFO image builder template: ramdisk-02-trim... |
8330 | 2024-08-16T21:28:53.698Z | [ host-image] Aug 16 21:28:52.628 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/.tmpxugGXy/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 |
8331 | 2024-08-16T21:28:53.739Z | [ host-image] Aug 16 21:28:52.667 INFO O| Aug 16 21:28:52.666 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8332 | 2024-08-16T21:28:53.743Z | [ host-image] Aug 16 21:28:52.673 INFO O| Aug 16 21:28:52.673 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8333 | 2024-08-16T21:28:53.895Z | [ host-image] Aug 16 21:28:52.824 INFO O| Aug 16 21:28:52.824 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8334 | 2024-08-16T21:28:53.965Z | [ host-image] Aug 16 21:28:52.894 INFO O| Aug 16 21:28:52.894 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8335 | 2024-08-16T21:28:53.965Z | [ host-image] Aug 16 21:28:52.894 INFO O| Aug 16 21:28:52.894 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8336 | 2024-08-16T21:28:53.971Z | [ host-image] Aug 16 21:28:52.900 INFO O| Aug 16 21:28:52.900 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8337 | 2024-08-16T21:28:53.974Z | [ host-image] Aug 16 21:28:52.904 INFO O| Aug 16 21:28:52.904 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8338 | 2024-08-16T21:28:53.979Z | [ host-image] Aug 16 21:28:52.909 INFO O| Aug 16 21:28:52.909 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8339 | 2024-08-16T21:28:54.155Z | [ host-image] Aug 16 21:28:53.085 INFO O| Aug 16 21:28:53.085 INFO rolled back to input snapshot; work may begin |
8340 | 2024-08-16T21:28:54.155Z | [ host-image] Aug 16 21:28:53.085 INFO O| Aug 16 21:28:53.085 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8341 | 2024-08-16T21:28:54.161Z | [ host-image] Aug 16 21:28:53.091 INFO O| Aug 16 21:28:53.091 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8342 | 2024-08-16T21:28:54.173Z | [ host-image] Aug 16 21:28:53.102 INFO O| Aug 16 21:28:53.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8343 | 2024-08-16T21:28:54.235Z | [ host-image] Aug 16 21:28:53.165 INFO O| Aug 16 21:28:53.165 INFO STEP 0 (remove_files) COMPLETE |
8344 | 2024-08-16T21:28:54.236Z | [ host-image] Aug 16 21:28:53.165 INFO O| Aug 16 21:28:53.165 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8345 | 2024-08-16T21:28:54.250Z | [ host-image] Aug 16 21:28:53.179 INFO O| Aug 16 21:28:53.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8346 | 2024-08-16T21:28:54.252Z | [ host-image] Aug 16 21:28:53.181 INFO O| Aug 16 21:28:53.181 INFO STEP 1 (remove_files) COMPLETE |
8347 | 2024-08-16T21:28:54.253Z | [ host-image] Aug 16 21:28:53.181 INFO O| Aug 16 21:28:53.181 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8348 | 2024-08-16T21:28:54.263Z | [ host-image] Aug 16 21:28:53.193 INFO O| Aug 16 21:28:53.193 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8349 | 2024-08-16T21:28:54.277Z | [ host-image] Aug 16 21:28:53.207 INFO O| Aug 16 21:28:53.206 INFO STEP 2 (remove_files) COMPLETE |
8350 | 2024-08-16T21:28:54.279Z | [ host-image] Aug 16 21:28:53.207 INFO O| Aug 16 21:28:53.207 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8351 | 2024-08-16T21:28:54.287Z | [ host-image] Aug 16 21:28:53.217 INFO O| Aug 16 21:28:53.217 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8352 | 2024-08-16T21:28:54.290Z | [ host-image] Aug 16 21:28:53.219 INFO O| Aug 16 21:28:53.219 INFO STEP 3 (remove_files) COMPLETE |
8353 | 2024-08-16T21:28:54.290Z | [ host-image] Aug 16 21:28:53.219 INFO O| Aug 16 21:28:53.219 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8354 | 2024-08-16T21:28:54.298Z | [ host-image] Aug 16 21:28:53.228 INFO O| Aug 16 21:28:53.228 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8355 | 2024-08-16T21:28:54.302Z | [ host-image] Aug 16 21:28:53.232 INFO O| Aug 16 21:28:53.232 INFO STEP 4 (remove_files) COMPLETE |
8356 | 2024-08-16T21:28:54.302Z | [ host-image] Aug 16 21:28:53.232 INFO O| Aug 16 21:28:53.232 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8357 | 2024-08-16T21:28:54.312Z | [ host-image] Aug 16 21:28:53.242 INFO O| Aug 16 21:28:53.242 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8358 | 2024-08-16T21:28:54.315Z | [ host-image] Aug 16 21:28:53.244 INFO O| Aug 16 21:28:53.244 INFO STEP 5 (remove_files) COMPLETE |
8359 | 2024-08-16T21:28:54.315Z | [ host-image] Aug 16 21:28:53.244 INFO O| Aug 16 21:28:53.244 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8360 | 2024-08-16T21:28:54.324Z | [ host-image] Aug 16 21:28:53.254 INFO O| Aug 16 21:28:53.254 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8361 | 2024-08-16T21:28:54.335Z | [ host-image] Aug 16 21:28:53.265 INFO O| Aug 16 21:28:53.265 INFO STEP 6 (remove_files) COMPLETE |
8362 | 2024-08-16T21:28:54.335Z | [ host-image] Aug 16 21:28:53.265 INFO O| Aug 16 21:28:53.265 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8363 | 2024-08-16T21:28:54.345Z | [ host-image] Aug 16 21:28:53.275 INFO O| Aug 16 21:28:53.275 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8364 | 2024-08-16T21:28:54.357Z | [ host-image] Aug 16 21:28:53.286 INFO O| Aug 16 21:28:53.286 INFO STEP 7 (remove_files) COMPLETE |
8365 | 2024-08-16T21:28:54.357Z | [ host-image] Aug 16 21:28:53.286 INFO O| Aug 16 21:28:53.286 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8366 | 2024-08-16T21:28:54.366Z | [ host-image] Aug 16 21:28:53.296 INFO O| Aug 16 21:28:53.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8367 | 2024-08-16T21:28:54.435Z | [ host-image] Aug 16 21:28:53.364 INFO O| Aug 16 21:28:53.364 INFO STEP 8 (remove_files) COMPLETE |
8368 | 2024-08-16T21:28:54.438Z | [ host-image] Aug 16 21:28:53.364 INFO O| Aug 16 21:28:53.364 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8369 | 2024-08-16T21:28:54.446Z | [ host-image] Aug 16 21:28:53.375 INFO O| Aug 16 21:28:53.375 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8370 | 2024-08-16T21:28:54.537Z | [ host-image] Aug 16 21:28:53.467 INFO O| Aug 16 21:28:53.467 INFO STEP 9 (remove_files) COMPLETE |
8371 | 2024-08-16T21:28:54.537Z | [ host-image] Aug 16 21:28:53.467 INFO O| Aug 16 21:28:53.467 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8372 | 2024-08-16T21:28:54.549Z | [ host-image] Aug 16 21:28:53.478 INFO O| Aug 16 21:28:53.478 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8373 | 2024-08-16T21:28:54.553Z | [ host-image] Aug 16 21:28:53.482 INFO O| Aug 16 21:28:53.482 INFO STEP 10 (remove_files) COMPLETE |
8374 | 2024-08-16T21:28:54.553Z | [ host-image] Aug 16 21:28:53.482 INFO O| Aug 16 21:28:53.482 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8375 | 2024-08-16T21:28:54.562Z | [ host-image] Aug 16 21:28:53.492 INFO O| Aug 16 21:28:53.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8376 | 2024-08-16T21:28:54.565Z | [ host-image] Aug 16 21:28:53.493 INFO O| Aug 16 21:28:53.493 INFO STEP 11 (remove_files) COMPLETE |
8377 | 2024-08-16T21:28:54.566Z | [ host-image] Aug 16 21:28:53.493 INFO O| Aug 16 21:28:53.493 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8378 | 2024-08-16T21:28:54.574Z | [ host-image] Aug 16 21:28:53.503 INFO O| Aug 16 21:28:53.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8379 | 2024-08-16T21:28:54.578Z | [ host-image] Aug 16 21:28:53.505 INFO O| Aug 16 21:28:53.505 INFO STEP 12 (remove_files) COMPLETE |
8380 | 2024-08-16T21:28:54.578Z | [ host-image] Aug 16 21:28:53.505 INFO O| Aug 16 21:28:53.505 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8381 | 2024-08-16T21:28:54.698Z | [ host-image] Aug 16 21:28:53.628 INFO O| Aug 16 21:28:53.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8382 | 2024-08-16T21:28:54.703Z | [ host-image] Aug 16 21:28:53.629 INFO O| Aug 16 21:28:53.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8383 | 2024-08-16T21:28:54.705Z | [ host-image] Aug 16 21:28:53.632 INFO O| Aug 16 21:28:53.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8384 | 2024-08-16T21:28:54.708Z | [ host-image] Aug 16 21:28:53.636 INFO O| Aug 16 21:28:53.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8385 | 2024-08-16T21:28:54.964Z | [ host-image] Aug 16 21:28:53.894 INFO O| Aug 16 21:28:53.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8386 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.895 INFO O| Aug 16 21:28:53.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8387 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.895 INFO O| Aug 16 21:28:53.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8388 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.895 INFO O| Aug 16 21:28:53.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8389 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.896 INFO O| Aug 16 21:28:53.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8390 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.896 INFO O| Aug 16 21:28:53.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8391 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.896 INFO O| Aug 16 21:28:53.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8392 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.896 INFO O| Aug 16 21:28:53.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8393 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8394 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8395 | 2024-08-16T21:28:54.967Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8396 | 2024-08-16T21:28:54.970Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8397 | 2024-08-16T21:28:54.970Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8398 | 2024-08-16T21:28:54.970Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8399 | 2024-08-16T21:28:54.970Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8400 | 2024-08-16T21:28:54.970Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8401 | 2024-08-16T21:28:54.970Z | [ host-image] Aug 16 21:28:53.897 INFO O| Aug 16 21:28:53.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8402 | 2024-08-16T21:28:54.985Z | [ host-image] Aug 16 21:28:53.915 INFO O| Aug 16 21:28:53.915 INFO STEP 13 (remove_files) COMPLETE |
8403 | 2024-08-16T21:28:54.985Z | [ host-image] Aug 16 21:28:53.915 INFO O| Aug 16 21:28:53.915 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8404 | 2024-08-16T21:28:54.997Z | [ host-image] Aug 16 21:28:53.927 INFO O| Aug 16 21:28:53.927 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8405 | 2024-08-16T21:28:55.000Z | [ host-image] Aug 16 21:28:53.928 INFO O| Aug 16 21:28:53.928 INFO STEP 14 (remove_files) COMPLETE |
8406 | 2024-08-16T21:28:55.000Z | [ host-image] Aug 16 21:28:53.928 INFO O| Aug 16 21:28:53.928 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8407 | 2024-08-16T21:28:55.009Z | [ host-image] Aug 16 21:28:53.938 INFO O| Aug 16 21:28:53.938 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8408 | 2024-08-16T21:28:55.017Z | [ host-image] Aug 16 21:28:53.945 INFO O| Aug 16 21:28:53.945 INFO STEP 15 (remove_files) COMPLETE |
8409 | 2024-08-16T21:28:55.017Z | [ host-image] Aug 16 21:28:53.945 INFO O| Aug 16 21:28:53.945 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8410 | 2024-08-16T21:28:55.026Z | [ host-image] Aug 16 21:28:53.955 INFO O| Aug 16 21:28:53.955 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8411 | 2024-08-16T21:28:55.032Z | [ host-image] Aug 16 21:28:53.956 INFO O| Aug 16 21:28:53.956 INFO STEP 16 (remove_files) COMPLETE |
8412 | 2024-08-16T21:28:55.032Z | [ host-image] Aug 16 21:28:53.956 INFO O| Aug 16 21:28:53.956 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8413 | 2024-08-16T21:28:55.036Z | [ host-image] Aug 16 21:28:53.965 INFO O| Aug 16 21:28:53.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8414 | 2024-08-16T21:28:55.041Z | [ host-image] Aug 16 21:28:53.967 INFO O| Aug 16 21:28:53.967 INFO STEP 17 (remove_files) COMPLETE |
8415 | 2024-08-16T21:28:55.041Z | [ host-image] Aug 16 21:28:53.967 INFO O| Aug 16 21:28:53.967 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8416 | 2024-08-16T21:28:55.047Z | [ host-image] Aug 16 21:28:53.977 INFO O| Aug 16 21:28:53.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8417 | 2024-08-16T21:28:55.047Z | [ host-image] Aug 16 21:28:53.977 INFO O| Aug 16 21:28:53.977 INFO STEP 18 (remove_files) COMPLETE |
8418 | 2024-08-16T21:28:55.050Z | [ host-image] Aug 16 21:28:53.977 INFO O| Aug 16 21:28:53.977 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8419 | 2024-08-16T21:28:55.057Z | [ host-image] Aug 16 21:28:53.987 INFO O| Aug 16 21:28:53.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8420 | 2024-08-16T21:28:55.057Z | [ host-image] Aug 16 21:28:53.987 INFO O| Aug 16 21:28:53.987 INFO STEP 19 (remove_files) COMPLETE |
8421 | 2024-08-16T21:28:55.057Z | [ host-image] Aug 16 21:28:53.987 INFO O| Aug 16 21:28:53.987 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8422 | 2024-08-16T21:28:55.067Z | [ host-image] Aug 16 21:28:53.996 INFO O| Aug 16 21:28:53.996 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8423 | 2024-08-16T21:28:55.067Z | [ host-image] Aug 16 21:28:53.996 INFO O| Aug 16 21:28:53.996 INFO STEP 20 (remove_files) COMPLETE |
8424 | 2024-08-16T21:28:55.069Z | [ host-image] Aug 16 21:28:53.996 INFO O| Aug 16 21:28:53.996 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8425 | 2024-08-16T21:28:55.078Z | [ host-image] Aug 16 21:28:54.007 INFO O| Aug 16 21:28:54.007 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8426 | 2024-08-16T21:28:55.078Z | [ host-image] Aug 16 21:28:54.007 INFO O| Aug 16 21:28:54.007 INFO STEP 21 (remove_files) COMPLETE |
8427 | 2024-08-16T21:28:55.082Z | [ host-image] Aug 16 21:28:54.007 INFO O| Aug 16 21:28:54.007 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8428 | 2024-08-16T21:28:55.087Z | [ host-image] Aug 16 21:28:54.017 INFO O| Aug 16 21:28:54.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8429 | 2024-08-16T21:28:55.087Z | [ host-image] Aug 16 21:28:54.017 INFO O| Aug 16 21:28:54.017 INFO STEP 22 (remove_files) COMPLETE |
8430 | 2024-08-16T21:28:55.092Z | [ host-image] Aug 16 21:28:54.017 INFO O| Aug 16 21:28:54.017 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8431 | 2024-08-16T21:28:55.098Z | [ host-image] Aug 16 21:28:54.027 INFO O| Aug 16 21:28:54.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8432 | 2024-08-16T21:28:55.100Z | [ host-image] Aug 16 21:28:54.027 INFO O| Aug 16 21:28:54.027 INFO STEP 23 (remove_files) COMPLETE |
8433 | 2024-08-16T21:28:55.101Z | [ host-image] Aug 16 21:28:54.027 INFO O| Aug 16 21:28:54.027 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8434 | 2024-08-16T21:28:55.107Z | [ host-image] Aug 16 21:28:54.037 INFO O| Aug 16 21:28:54.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8435 | 2024-08-16T21:28:55.107Z | [ host-image] Aug 16 21:28:54.037 INFO O| Aug 16 21:28:54.037 INFO STEP 24 (remove_files) COMPLETE |
8436 | 2024-08-16T21:28:55.107Z | [ host-image] Aug 16 21:28:54.037 INFO O| Aug 16 21:28:54.037 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8437 | 2024-08-16T21:28:55.117Z | [ host-image] Aug 16 21:28:54.047 INFO O| Aug 16 21:28:54.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8438 | 2024-08-16T21:28:55.117Z | [ host-image] Aug 16 21:28:54.047 INFO O| Aug 16 21:28:54.047 INFO STEP 25 (remove_files) COMPLETE |
8439 | 2024-08-16T21:28:55.120Z | [ host-image] Aug 16 21:28:54.047 INFO O| Aug 16 21:28:54.047 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8440 | 2024-08-16T21:28:55.127Z | [ host-image] Aug 16 21:28:54.056 INFO O| Aug 16 21:28:54.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8441 | 2024-08-16T21:28:55.127Z | [ host-image] Aug 16 21:28:54.057 INFO O| Aug 16 21:28:54.057 INFO STEP 26 (remove_files) COMPLETE |
8442 | 2024-08-16T21:28:55.129Z | [ host-image] Aug 16 21:28:54.057 INFO O| Aug 16 21:28:54.057 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8443 | 2024-08-16T21:28:55.137Z | [ host-image] Aug 16 21:28:54.067 INFO O| Aug 16 21:28:54.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8444 | 2024-08-16T21:28:55.137Z | [ host-image] Aug 16 21:28:54.067 INFO O| Aug 16 21:28:54.067 INFO STEP 27 (remove_files) COMPLETE |
8445 | 2024-08-16T21:28:55.142Z | [ host-image] Aug 16 21:28:54.067 INFO O| Aug 16 21:28:54.067 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8446 | 2024-08-16T21:28:55.149Z | [ host-image] Aug 16 21:28:54.077 INFO O| Aug 16 21:28:54.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8447 | 2024-08-16T21:28:55.152Z | [ host-image] Aug 16 21:28:54.077 INFO O| Aug 16 21:28:54.077 INFO STEP 28 (remove_files) COMPLETE |
8448 | 2024-08-16T21:28:55.152Z | [ host-image] Aug 16 21:28:54.077 INFO O| Aug 16 21:28:54.077 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8449 | 2024-08-16T21:28:55.172Z | [ host-image] Aug 16 21:28:54.092 INFO O| Aug 16 21:28:54.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8450 | 2024-08-16T21:28:55.172Z | [ host-image] Aug 16 21:28:54.092 INFO O| Aug 16 21:28:54.092 INFO STEP 29 (remove_files) COMPLETE |
8451 | 2024-08-16T21:28:55.175Z | [ host-image] Aug 16 21:28:54.092 INFO O| Aug 16 21:28:54.092 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8452 | 2024-08-16T21:28:55.179Z | [ host-image] Aug 16 21:28:54.106 INFO O| Aug 16 21:28:54.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8453 | 2024-08-16T21:28:55.179Z | [ host-image] Aug 16 21:28:54.106 INFO O| Aug 16 21:28:54.106 INFO STEP 30 (remove_files) COMPLETE |
8454 | 2024-08-16T21:28:55.179Z | [ host-image] Aug 16 21:28:54.106 INFO O| Aug 16 21:28:54.106 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8455 | 2024-08-16T21:28:55.189Z | [ host-image] Aug 16 21:28:54.119 INFO O| Aug 16 21:28:54.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8456 | 2024-08-16T21:28:55.189Z | [ host-image] Aug 16 21:28:54.119 INFO O| Aug 16 21:28:54.119 INFO STEP 31 (remove_files) COMPLETE |
8457 | 2024-08-16T21:28:55.189Z | [ host-image] Aug 16 21:28:54.119 INFO O| Aug 16 21:28:54.119 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8458 | 2024-08-16T21:28:55.204Z | [ host-image] Aug 16 21:28:54.133 INFO O| Aug 16 21:28:54.133 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8459 | 2024-08-16T21:28:55.204Z | [ host-image] Aug 16 21:28:54.134 INFO O| Aug 16 21:28:54.133 INFO STEP 32 (remove_files) COMPLETE |
8460 | 2024-08-16T21:28:55.207Z | [ host-image] Aug 16 21:28:54.134 INFO O| Aug 16 21:28:54.134 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8461 | 2024-08-16T21:28:55.216Z | [ host-image] Aug 16 21:28:54.145 INFO O| Aug 16 21:28:54.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8462 | 2024-08-16T21:28:55.216Z | [ host-image] Aug 16 21:28:54.145 INFO O| Aug 16 21:28:54.145 INFO STEP 33 (remove_files) COMPLETE |
8463 | 2024-08-16T21:28:55.216Z | [ host-image] Aug 16 21:28:54.145 INFO O| Aug 16 21:28:54.145 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8464 | 2024-08-16T21:28:55.226Z | [ host-image] Aug 16 21:28:54.156 INFO O| Aug 16 21:28:54.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8465 | 2024-08-16T21:28:55.229Z | [ host-image] Aug 16 21:28:54.156 INFO O| Aug 16 21:28:54.156 INFO STEP 34 (remove_files) COMPLETE |
8466 | 2024-08-16T21:28:55.229Z | [ host-image] Aug 16 21:28:54.156 INFO O| Aug 16 21:28:54.156 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8467 | 2024-08-16T21:28:55.236Z | [ host-image] Aug 16 21:28:54.166 INFO O| Aug 16 21:28:54.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8468 | 2024-08-16T21:28:55.239Z | [ host-image] Aug 16 21:28:54.166 INFO O| Aug 16 21:28:54.166 INFO STEP 35 (remove_files) COMPLETE |
8469 | 2024-08-16T21:28:55.239Z | [ host-image] Aug 16 21:28:54.166 INFO O| Aug 16 21:28:54.166 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8470 | 2024-08-16T21:28:55.248Z | [ host-image] Aug 16 21:28:54.177 INFO O| Aug 16 21:28:54.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8471 | 2024-08-16T21:28:55.248Z | [ host-image] Aug 16 21:28:54.177 INFO O| Aug 16 21:28:54.177 INFO STEP 36 (remove_files) COMPLETE |
8472 | 2024-08-16T21:28:55.250Z | [ host-image] Aug 16 21:28:54.177 INFO O| Aug 16 21:28:54.177 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8473 | 2024-08-16T21:28:55.257Z | [ host-image] Aug 16 21:28:54.187 INFO O| Aug 16 21:28:54.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8474 | 2024-08-16T21:28:55.257Z | [ host-image] Aug 16 21:28:54.187 INFO O| Aug 16 21:28:54.187 INFO STEP 37 (remove_files) COMPLETE |
8475 | 2024-08-16T21:28:55.260Z | [ host-image] Aug 16 21:28:54.187 INFO O| Aug 16 21:28:54.187 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8476 | 2024-08-16T21:28:55.267Z | [ host-image] Aug 16 21:28:54.197 INFO O| Aug 16 21:28:54.197 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8477 | 2024-08-16T21:28:55.267Z | [ host-image] Aug 16 21:28:54.197 INFO O| Aug 16 21:28:54.197 INFO STEP 38 (remove_files) COMPLETE |
8478 | 2024-08-16T21:28:55.270Z | [ host-image] Aug 16 21:28:54.197 INFO O| Aug 16 21:28:54.197 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8479 | 2024-08-16T21:28:55.278Z | [ host-image] Aug 16 21:28:54.207 INFO O| Aug 16 21:28:54.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8480 | 2024-08-16T21:28:55.281Z | [ host-image] Aug 16 21:28:54.207 INFO O| Aug 16 21:28:54.207 INFO STEP 39 (remove_files) COMPLETE |
8481 | 2024-08-16T21:28:55.282Z | [ host-image] Aug 16 21:28:54.207 INFO O| Aug 16 21:28:54.207 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8482 | 2024-08-16T21:28:55.287Z | [ host-image] Aug 16 21:28:54.217 INFO O| Aug 16 21:28:54.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8483 | 2024-08-16T21:28:55.287Z | [ host-image] Aug 16 21:28:54.217 INFO O| Aug 16 21:28:54.217 INFO STEP 40 (remove_files) COMPLETE |
8484 | 2024-08-16T21:28:55.287Z | [ host-image] Aug 16 21:28:54.217 INFO O| Aug 16 21:28:54.217 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8485 | 2024-08-16T21:28:55.298Z | [ host-image] Aug 16 21:28:54.227 INFO O| Aug 16 21:28:54.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8486 | 2024-08-16T21:28:55.298Z | [ host-image] Aug 16 21:28:54.227 INFO O| Aug 16 21:28:54.227 INFO STEP 41 (remove_files) COMPLETE |
8487 | 2024-08-16T21:28:55.302Z | [ host-image] Aug 16 21:28:54.227 INFO O| Aug 16 21:28:54.227 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8488 | 2024-08-16T21:28:55.307Z | [ host-image] Aug 16 21:28:54.237 INFO O| Aug 16 21:28:54.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8489 | 2024-08-16T21:28:55.310Z | [ host-image] Aug 16 21:28:54.237 INFO O| Aug 16 21:28:54.237 INFO STEP 42 (remove_files) COMPLETE |
8490 | 2024-08-16T21:28:55.310Z | [ host-image] Aug 16 21:28:54.237 INFO O| Aug 16 21:28:54.237 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8491 | 2024-08-16T21:28:55.317Z | [ host-image] Aug 16 21:28:54.247 INFO O| Aug 16 21:28:54.247 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8492 | 2024-08-16T21:28:55.317Z | [ host-image] Aug 16 21:28:54.247 INFO O| Aug 16 21:28:54.247 INFO STEP 43 (remove_files) COMPLETE |
8493 | 2024-08-16T21:28:55.320Z | [ host-image] Aug 16 21:28:54.247 INFO O| Aug 16 21:28:54.247 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8494 | 2024-08-16T21:28:55.327Z | [ host-image] Aug 16 21:28:54.257 INFO O| Aug 16 21:28:54.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8495 | 2024-08-16T21:28:55.327Z | [ host-image] Aug 16 21:28:54.257 INFO O| Aug 16 21:28:54.257 INFO STEP 44 (remove_files) COMPLETE |
8496 | 2024-08-16T21:28:55.328Z | [ host-image] Aug 16 21:28:54.257 INFO O| Aug 16 21:28:54.257 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8497 | 2024-08-16T21:28:55.338Z | [ host-image] Aug 16 21:28:54.267 INFO O| Aug 16 21:28:54.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8498 | 2024-08-16T21:28:55.340Z | [ host-image] Aug 16 21:28:54.267 INFO O| Aug 16 21:28:54.267 INFO STEP 45 (remove_files) COMPLETE |
8499 | 2024-08-16T21:28:55.340Z | [ host-image] Aug 16 21:28:54.267 INFO O| Aug 16 21:28:54.267 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8500 | 2024-08-16T21:28:55.347Z | [ host-image] Aug 16 21:28:54.277 INFO O| Aug 16 21:28:54.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8501 | 2024-08-16T21:28:55.347Z | [ host-image] Aug 16 21:28:54.277 INFO O| Aug 16 21:28:54.277 INFO STEP 46 (remove_files) COMPLETE |
8502 | 2024-08-16T21:28:55.350Z | [ host-image] Aug 16 21:28:54.277 INFO O| Aug 16 21:28:54.277 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8503 | 2024-08-16T21:28:55.357Z | [ host-image] Aug 16 21:28:54.287 INFO O| Aug 16 21:28:54.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8504 | 2024-08-16T21:28:55.360Z | [ host-image] Aug 16 21:28:54.287 INFO O| Aug 16 21:28:54.287 INFO STEP 47 (remove_files) COMPLETE |
8505 | 2024-08-16T21:28:55.360Z | [ host-image] Aug 16 21:28:54.287 INFO O| Aug 16 21:28:54.287 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8506 | 2024-08-16T21:28:55.367Z | [ host-image] Aug 16 21:28:54.296 INFO O| Aug 16 21:28:54.296 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8507 | 2024-08-16T21:28:55.367Z | [ host-image] Aug 16 21:28:54.297 INFO O| Aug 16 21:28:54.296 INFO STEP 48 (remove_files) COMPLETE |
8508 | 2024-08-16T21:28:55.367Z | [ host-image] Aug 16 21:28:54.297 INFO O| Aug 16 21:28:54.297 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8509 | 2024-08-16T21:28:55.376Z | [ host-image] Aug 16 21:28:54.306 INFO O| Aug 16 21:28:54.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8510 | 2024-08-16T21:28:55.376Z | [ host-image] Aug 16 21:28:54.306 INFO O| Aug 16 21:28:54.306 INFO STEP 49 (remove_files) COMPLETE |
8511 | 2024-08-16T21:28:55.377Z | [ host-image] Aug 16 21:28:54.306 INFO O| Aug 16 21:28:54.306 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8512 | 2024-08-16T21:28:55.387Z | [ host-image] Aug 16 21:28:54.316 INFO O| Aug 16 21:28:54.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8513 | 2024-08-16T21:28:55.387Z | [ host-image] Aug 16 21:28:54.316 INFO O| Aug 16 21:28:54.316 INFO STEP 50 (remove_files) COMPLETE |
8514 | 2024-08-16T21:28:55.387Z | [ host-image] Aug 16 21:28:54.316 INFO O| Aug 16 21:28:54.316 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8515 | 2024-08-16T21:28:55.396Z | [ host-image] Aug 16 21:28:54.326 INFO O| Aug 16 21:28:54.326 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8516 | 2024-08-16T21:28:55.396Z | [ host-image] Aug 16 21:28:54.326 INFO O| Aug 16 21:28:54.326 INFO STEP 51 (remove_files) COMPLETE |
8517 | 2024-08-16T21:28:55.403Z | [ host-image] Aug 16 21:28:54.326 INFO O| Aug 16 21:28:54.326 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8518 | 2024-08-16T21:28:55.409Z | [ host-image] Aug 16 21:28:54.336 INFO O| Aug 16 21:28:54.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8519 | 2024-08-16T21:28:55.409Z | [ host-image] Aug 16 21:28:54.336 INFO O| Aug 16 21:28:54.336 INFO STEP 52 (remove_files) COMPLETE |
8520 | 2024-08-16T21:28:55.409Z | [ host-image] Aug 16 21:28:54.336 INFO O| Aug 16 21:28:54.336 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8521 | 2024-08-16T21:28:55.416Z | [ host-image] Aug 16 21:28:54.346 INFO O| Aug 16 21:28:54.346 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8522 | 2024-08-16T21:28:55.416Z | [ host-image] Aug 16 21:28:54.346 INFO O| Aug 16 21:28:54.346 INFO STEP 53 (remove_files) COMPLETE |
8523 | 2024-08-16T21:28:55.418Z | [ host-image] Aug 16 21:28:54.346 INFO O| Aug 16 21:28:54.346 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8524 | 2024-08-16T21:28:55.426Z | [ host-image] Aug 16 21:28:54.356 INFO O| Aug 16 21:28:54.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8525 | 2024-08-16T21:28:55.426Z | [ host-image] Aug 16 21:28:54.356 INFO O| Aug 16 21:28:54.356 INFO STEP 54 (remove_files) COMPLETE |
8526 | 2024-08-16T21:28:55.426Z | [ host-image] Aug 16 21:28:54.356 INFO O| Aug 16 21:28:54.356 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8527 | 2024-08-16T21:28:55.436Z | [ host-image] Aug 16 21:28:54.366 INFO O| Aug 16 21:28:54.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8528 | 2024-08-16T21:28:55.436Z | [ host-image] Aug 16 21:28:54.366 INFO O| Aug 16 21:28:54.366 INFO STEP 55 (remove_files) COMPLETE |
8529 | 2024-08-16T21:28:55.436Z | [ host-image] Aug 16 21:28:54.366 INFO O| Aug 16 21:28:54.366 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8530 | 2024-08-16T21:28:55.446Z | [ host-image] Aug 16 21:28:54.375 INFO O| Aug 16 21:28:54.375 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8531 | 2024-08-16T21:28:55.446Z | [ host-image] Aug 16 21:28:54.376 INFO O| Aug 16 21:28:54.376 INFO STEP 56 (remove_files) COMPLETE |
8532 | 2024-08-16T21:28:55.448Z | [ host-image] Aug 16 21:28:54.376 INFO O| Aug 16 21:28:54.376 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8533 | 2024-08-16T21:28:55.456Z | [ host-image] Aug 16 21:28:54.385 INFO O| Aug 16 21:28:54.385 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8534 | 2024-08-16T21:28:55.456Z | [ host-image] Aug 16 21:28:54.385 INFO O| Aug 16 21:28:54.385 INFO STEP 57 (remove_files) COMPLETE |
8535 | 2024-08-16T21:28:55.458Z | [ host-image] Aug 16 21:28:54.385 INFO O| Aug 16 21:28:54.385 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8536 | 2024-08-16T21:28:55.465Z | [ host-image] Aug 16 21:28:54.395 INFO O| Aug 16 21:28:54.395 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8537 | 2024-08-16T21:28:55.465Z | [ host-image] Aug 16 21:28:54.395 INFO O| Aug 16 21:28:54.395 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8538 | 2024-08-16T21:28:55.468Z | [ host-image] Aug 16 21:28:54.395 INFO O| Aug 16 21:28:54.395 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8539 | 2024-08-16T21:28:55.468Z | [ host-image] Aug 16 21:28:54.396 INFO O| Aug 16 21:28:54.395 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8540 | 2024-08-16T21:28:55.468Z | [ host-image] Aug 16 21:28:54.396 INFO O| Aug 16 21:28:54.395 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8541 | 2024-08-16T21:28:55.468Z | [ host-image] Aug 16 21:28:54.396 INFO O| Aug 16 21:28:54.396 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8542 | 2024-08-16T21:28:55.468Z | [ host-image] Aug 16 21:28:54.396 INFO O| Aug 16 21:28:54.396 INFO ok! |
8543 | 2024-08-16T21:28:55.468Z | [ host-image] Aug 16 21:28:54.396 INFO O| Aug 16 21:28:54.396 INFO STEP 58 (ensure_file) COMPLETE |
8544 | 2024-08-16T21:28:55.468Z | [ host-image] Aug 16 21:28:54.396 INFO O| Aug 16 21:28:54.396 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8545 | 2024-08-16T21:28:55.484Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8546 | 2024-08-16T21:28:55.484Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8547 | 2024-08-16T21:28:55.487Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8548 | 2024-08-16T21:28:55.487Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8549 | 2024-08-16T21:28:55.487Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8550 | 2024-08-16T21:28:55.487Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8551 | 2024-08-16T21:28:55.487Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO ok! |
8552 | 2024-08-16T21:28:55.487Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO STEP 59 (ensure_file) COMPLETE |
8553 | 2024-08-16T21:28:55.487Z | [ host-image] Aug 16 21:28:54.406 INFO O| Aug 16 21:28:54.406 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8554 | 2024-08-16T21:28:55.490Z | [ host-image] Aug 16 21:28:54.417 INFO O| Aug 16 21:28:54.417 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8555 | 2024-08-16T21:28:55.490Z | [ host-image] Aug 16 21:28:54.417 INFO O| Aug 16 21:28:54.417 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8556 | 2024-08-16T21:28:55.490Z | [ host-image] Aug 16 21:28:54.417 INFO O| Aug 16 21:28:54.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8557 | 2024-08-16T21:28:55.490Z | [ host-image] Aug 16 21:28:54.417 INFO O| Aug 16 21:28:54.417 INFO ok! |
8558 | 2024-08-16T21:28:55.490Z | [ host-image] Aug 16 21:28:54.417 INFO O| Aug 16 21:28:54.417 INFO STEP 60 (ensure_file) COMPLETE |
8559 | 2024-08-16T21:28:55.490Z | [ host-image] Aug 16 21:28:54.417 INFO O| Aug 16 21:28:54.417 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8560 | 2024-08-16T21:28:55.505Z | [ host-image] Aug 16 21:28:54.427 INFO O| Aug 16 21:28:54.427 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8561 | 2024-08-16T21:28:55.505Z | [ host-image] Aug 16 21:28:54.427 INFO O| Aug 16 21:28:54.427 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8562 | 2024-08-16T21:28:55.505Z | [ host-image] Aug 16 21:28:54.427 INFO O| Aug 16 21:28:54.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8563 | 2024-08-16T21:28:55.505Z | [ host-image] Aug 16 21:28:54.427 INFO O| Aug 16 21:28:54.427 INFO ok! |
8564 | 2024-08-16T21:28:55.505Z | [ host-image] Aug 16 21:28:54.427 INFO O| Aug 16 21:28:54.427 INFO STEP 61 (ensure_file) COMPLETE |
8565 | 2024-08-16T21:28:55.505Z | [ host-image] Aug 16 21:28:54.427 INFO O| Aug 16 21:28:54.427 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8566 | 2024-08-16T21:28:55.511Z | [ host-image] Aug 16 21:28:54.437 INFO O| Aug 16 21:28:54.437 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8567 | 2024-08-16T21:28:55.511Z | [ host-image] Aug 16 21:28:54.437 INFO O| Aug 16 21:28:54.437 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8568 | 2024-08-16T21:28:55.511Z | [ host-image] Aug 16 21:28:54.437 INFO O| Aug 16 21:28:54.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8569 | 2024-08-16T21:28:55.511Z | [ host-image] Aug 16 21:28:54.437 INFO O| Aug 16 21:28:54.437 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8570 | 2024-08-16T21:28:55.511Z | [ host-image] Aug 16 21:28:54.437 INFO O| Aug 16 21:28:54.437 INFO ok! |
8571 | 2024-08-16T21:28:55.511Z | [ host-image] Aug 16 21:28:54.437 INFO O| Aug 16 21:28:54.437 INFO STEP 62 (ensure_file) COMPLETE |
8572 | 2024-08-16T21:28:55.511Z | [ host-image] Aug 16 21:28:54.437 INFO O| Aug 16 21:28:54.437 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8573 | 2024-08-16T21:28:55.517Z | [ host-image] Aug 16 21:28:54.447 INFO O| Aug 16 21:28:54.447 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8574 | 2024-08-16T21:28:55.517Z | [ host-image] Aug 16 21:28:54.447 INFO O| Aug 16 21:28:54.447 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8575 | 2024-08-16T21:28:55.517Z | [ host-image] Aug 16 21:28:54.447 INFO O| Aug 16 21:28:54.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8576 | 2024-08-16T21:28:55.521Z | [ host-image] Aug 16 21:28:54.447 INFO O| Aug 16 21:28:54.447 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8577 | 2024-08-16T21:28:55.521Z | [ host-image] Aug 16 21:28:54.447 INFO O| Aug 16 21:28:54.447 INFO ok! |
8578 | 2024-08-16T21:28:55.522Z | [ host-image] Aug 16 21:28:54.447 INFO O| Aug 16 21:28:54.447 INFO STEP 63 (ensure_file) COMPLETE |
8579 | 2024-08-16T21:28:55.522Z | [ host-image] Aug 16 21:28:54.447 INFO O| Aug 16 21:28:54.447 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8580 | 2024-08-16T21:28:55.527Z | [ host-image] Aug 16 21:28:54.457 INFO O| Aug 16 21:28:54.457 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8581 | 2024-08-16T21:28:55.527Z | [ host-image] Aug 16 21:28:54.457 INFO O| Aug 16 21:28:54.457 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8582 | 2024-08-16T21:28:55.530Z | [ host-image] Aug 16 21:28:54.457 INFO O| Aug 16 21:28:54.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8583 | 2024-08-16T21:28:55.530Z | [ host-image] Aug 16 21:28:54.457 INFO O| Aug 16 21:28:54.457 INFO ok! |
8584 | 2024-08-16T21:28:55.530Z | [ host-image] Aug 16 21:28:54.457 INFO O| Aug 16 21:28:54.457 INFO STEP 64 (assemble_files) COMPLETE |
8585 | 2024-08-16T21:28:55.530Z | [ host-image] Aug 16 21:28:54.457 INFO O| Aug 16 21:28:54.457 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8586 | 2024-08-16T21:28:55.537Z | [ host-image] Aug 16 21:28:54.467 INFO O| Aug 16 21:28:54.467 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8587 | 2024-08-16T21:28:55.537Z | [ host-image] Aug 16 21:28:54.467 INFO O| Aug 16 21:28:54.467 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8588 | 2024-08-16T21:28:55.540Z | [ host-image] Aug 16 21:28:54.467 INFO O| Aug 16 21:28:54.467 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8589 | 2024-08-16T21:28:55.540Z | [ host-image] Aug 16 21:28:54.467 INFO O| Aug 16 21:28:54.467 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8590 | 2024-08-16T21:28:55.540Z | [ host-image] Aug 16 21:28:54.467 INFO O| Aug 16 21:28:54.467 INFO ok! |
8591 | 2024-08-16T21:28:55.540Z | [ host-image] Aug 16 21:28:54.467 INFO O| Aug 16 21:28:54.467 INFO STEP 65 (ensure_file) COMPLETE |
8592 | 2024-08-16T21:28:55.540Z | [ host-image] Aug 16 21:28:54.467 INFO O| Aug 16 21:28:54.467 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8593 | 2024-08-16T21:28:55.548Z | [ host-image] Aug 16 21:28:54.478 INFO O| Aug 16 21:28:54.478 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8594 | 2024-08-16T21:28:55.551Z | [ host-image] Aug 16 21:28:54.478 INFO O| Aug 16 21:28:54.478 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8595 | 2024-08-16T21:28:55.551Z | [ host-image] Aug 16 21:28:54.478 INFO O| Aug 16 21:28:54.478 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8596 | 2024-08-16T21:28:55.551Z | [ host-image] Aug 16 21:28:54.478 INFO O| Aug 16 21:28:54.478 INFO STEP 66 (ensure_dir) COMPLETE |
8597 | 2024-08-16T21:28:55.552Z | [ host-image] Aug 16 21:28:54.478 INFO O| Aug 16 21:28:54.478 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-08-16T21:28:55.561Z | [ host-image] Aug 16 21:28:54.491 INFO O| Aug 16 21:28:54.491 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8599 | 2024-08-16T21:28:55.561Z | [ host-image] Aug 16 21:28:54.491 INFO O| Aug 16 21:28:54.491 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 ... |
8600 | 2024-08-16T21:28:55.568Z | [ host-image] Aug 16 21:28:54.498 INFO O| Aug 16 21:28:54.498 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 |
8601 | 2024-08-16T21:28:55.568Z | [ host-image] Aug 16 21:28:54.498 INFO O| Aug 16 21:28:54.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8602 | 2024-08-16T21:28:55.568Z | [ host-image] Aug 16 21:28:54.498 INFO O| Aug 16 21:28:54.498 INFO ok! |
8603 | 2024-08-16T21:28:55.571Z | [ host-image] Aug 16 21:28:54.498 INFO O| Aug 16 21:28:54.498 INFO STEP 67 (ensure_file) COMPLETE |
8604 | 2024-08-16T21:28:55.571Z | [ host-image] Aug 16 21:28:54.498 INFO O| Aug 16 21:28:54.498 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8605 | 2024-08-16T21:28:55.579Z | [ host-image] Aug 16 21:28:54.509 INFO O| Aug 16 21:28:54.509 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8606 | 2024-08-16T21:28:55.579Z | [ host-image] Aug 16 21:28:54.509 INFO O| Aug 16 21:28:54.509 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 ... |
8607 | 2024-08-16T21:28:55.581Z | [ host-image] Aug 16 21:28:54.509 INFO O| Aug 16 21:28:54.509 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 |
8608 | 2024-08-16T21:28:55.581Z | [ host-image] Aug 16 21:28:54.509 INFO O| Aug 16 21:28:54.509 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8609 | 2024-08-16T21:28:55.582Z | [ host-image] Aug 16 21:28:54.509 INFO O| Aug 16 21:28:54.509 INFO ok! |
8610 | 2024-08-16T21:28:55.582Z | [ host-image] Aug 16 21:28:54.509 INFO O| Aug 16 21:28:54.509 INFO STEP 68 (ensure_file) COMPLETE |
8611 | 2024-08-16T21:28:55.582Z | [ host-image] Aug 16 21:28:54.509 INFO O| Aug 16 21:28:54.509 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8612 | 2024-08-16T21:28:55.594Z | [ host-image] Aug 16 21:28:54.524 INFO O| Aug 16 21:28:54.524 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8613 | 2024-08-16T21:28:55.594Z | [ host-image] Aug 16 21:28:54.524 INFO O| Aug 16 21:28:54.524 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8614 | 2024-08-16T21:28:57.625Z | [ host-image] Aug 16 21:28:56.553 INFO O| Aug 16 21:28:56.553 INFO STEP 69 (pack_tar) COMPLETE |
8615 | 2024-08-16T21:28:57.625Z | [ host-image] Aug 16 21:28:56.553 INFO O| Aug 16 21:28:56.553 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8616 | 2024-08-16T21:28:57.628Z | [ host-image] Aug 16 21:28:56.553 INFO O| Aug 16 21:28:56.553 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8617 | 2024-08-16T21:28:58.419Z | [ host-image] Aug 16 21:28:57.349 INFO O| Aug 16 21:28:57.349 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8618 | 2024-08-16T21:28:58.498Z | [ host-image] Aug 16 21:28:57.426 INFO O| Aug 16 21:28:57.426 INFO completed processing gimlet/ramdisk-02-trim |
8619 | 2024-08-16T21:28:58.501Z | [ host-image] Aug 16 21:28:57.428 INFO image builder template: zfs... |
8620 | 2024-08-16T21:28:58.501Z | [ host-image] Aug 16 21:28:57.428 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/.tmpxugGXy/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 |
8621 | 2024-08-16T21:28:58.513Z | [ host-image] Aug 16 21:28:57.443 INFO O| Aug 16 21:28:57.443 INFO skip include "stress" because feature "stress" is not enabled |
8622 | 2024-08-16T21:28:58.545Z | [ host-image] Aug 16 21:28:57.475 INFO O| Aug 16 21:28:57.475 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8623 | 2024-08-16T21:28:58.550Z | [ host-image] Aug 16 21:28:57.479 INFO O| Aug 16 21:28:57.479 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8624 | 2024-08-16T21:28:58.633Z | [ host-image] Aug 16 21:28:57.562 INFO O| Aug 16 21:28:57.562 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8625 | 2024-08-16T21:28:58.698Z | [ host-image] Aug 16 21:28:57.627 INFO O| Aug 16 21:28:57.627 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8626 | 2024-08-16T21:28:58.698Z | [ host-image] Aug 16 21:28:57.627 INFO O| Aug 16 21:28:57.627 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8627 | 2024-08-16T21:28:58.704Z | [ host-image] Aug 16 21:28:57.632 INFO O| Aug 16 21:28:57.632 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8628 | 2024-08-16T21:28:58.794Z | [ host-image] Aug 16 21:28:57.723 INFO O| Aug 16 21:28:57.723 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8629 | 2024-08-16T21:28:58.846Z | [ host-image] Aug 16 21:28:57.775 INFO O| Aug 16 21:28:57.775 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8630 | 2024-08-16T21:28:58.857Z | [ host-image] Aug 16 21:28:57.786 INFO O| Aug 16 21:28:57.786 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8631 | 2024-08-16T21:28:58.861Z | [ host-image] Aug 16 21:28:57.791 INFO O| Aug 16 21:28:57.790 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8632 | 2024-08-16T21:28:58.864Z | [ host-image] Aug 16 21:28:57.791 INFO O| Aug 16 21:28:57.791 INFO no lofi found |
8633 | 2024-08-16T21:28:58.864Z | [ host-image] Aug 16 21:28:57.791 INFO O| Aug 16 21:28:57.791 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8634 | 2024-08-16T21:28:58.864Z | [ host-image] Aug 16 21:28:57.791 INFO O| Aug 16 21:28:57.791 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8635 | 2024-08-16T21:29:01.082Z | [ host-image] Aug 16 21:29:00.010 INFO O| Aug 16 21:29:00.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8636 | 2024-08-16T21:29:01.082Z | [ host-image] Aug 16 21:29:00.010 INFO O| Aug 16 21:29:00.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8637 | 2024-08-16T21:29:01.090Z | [ host-image] Aug 16 21:29:00.010 INFO O| Aug 16 21:29:00.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"] |
8638 | 2024-08-16T21:29:01.165Z | [ host-image] Aug 16 21:29:00.092 INFO O| Aug 16 21:29:00.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8639 | 2024-08-16T21:29:01.165Z | [ host-image] Aug 16 21:29:00.092 INFO O| Aug 16 21:29:00.092 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8640 | 2024-08-16T21:29:01.202Z | [ host-image] Aug 16 21:29:00.111 INFO O| Aug 16 21:29:00.111 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8641 | 2024-08-16T21:29:01.242Z | [ host-image] Aug 16 21:29:00.171 INFO O| Aug 16 21:29:00.171 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8642 | 2024-08-16T21:29:01.281Z | [ host-image] Aug 16 21:29:00.209 INFO O| Aug 16 21:29:00.209 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8643 | 2024-08-16T21:29:01.339Z | [ host-image] Aug 16 21:29:00.227 INFO O| Aug 16 21:29:00.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8644 | 2024-08-16T21:29:01.339Z | [ host-image] Aug 16 21:29:00.240 INFO O| Aug 16 21:29:00.240 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8645 | 2024-08-16T21:29:01.363Z | [ host-image] Aug 16 21:29:00.293 INFO O| Aug 16 21:29:00.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8646 | 2024-08-16T21:29:01.364Z | [ host-image] Aug 16 21:29:00.293 INFO O| Aug 16 21:29:00.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8647 | 2024-08-16T21:29:01.372Z | [ host-image] Aug 16 21:29:00.293 INFO O| Aug 16 21:29:00.293 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8648 | 2024-08-16T21:29:01.381Z | [ host-image] Aug 16 21:29:00.303 INFO O| Aug 16 21:29:00.302 INFO boot environment UUID: 9e93fa55-ec83-42da-aecf-56bceed4c2d0 |
8649 | 2024-08-16T21:29:01.381Z | [ host-image] Aug 16 21:29:00.303 INFO O| Aug 16 21:29:00.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9e93fa55-ec83-42da-aecf-56bceed4c2d0 |
8650 | 2024-08-16T21:29:01.396Z | [ host-image] Aug 16 21:29:00.316 INFO O| Aug 16 21:29:00.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8651 | 2024-08-16T21:29:01.424Z | [ host-image] Aug 16 21:29:00.330 INFO O| Aug 16 21:29:00.330 INFO STEP 0 (create_be) COMPLETE |
8652 | 2024-08-16T21:29:01.424Z | [ host-image] Aug 16 21:29:00.330 INFO O| Aug 16 21:29:00.330 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8653 | 2024-08-16T21:29:01.438Z | [ host-image] Aug 16 21:29:00.351 INFO O| Aug 16 21:29:00.351 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8654 | 2024-08-16T21:29:08.935Z | [ recovery-image] Aug 16 21:29:07.864 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) |
8655 | 2024-08-16T21:29:11.916Z | [ recovery-image] Aug 16 21:29:10.840 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) |
8656 | 2024-08-16T21:29:16.641Z | [ recovery-image] Aug 16 21:29:15.568 INFO E| Compiling bitflags v1.3.2 |
8657 | 2024-08-16T21:29:16.641Z | [ recovery-image] Aug 16 21:29:15.568 INFO E| Compiling bit_field v0.10.2 |
8658 | 2024-08-16T21:29:16.641Z | [ recovery-image] Aug 16 21:29:15.568 INFO E| Compiling scroll v0.12.0 |
8659 | 2024-08-16T21:29:16.641Z | [ recovery-image] Aug 16 21:29:15.568 INFO E| Compiling adler v1.0.2 |
8660 | 2024-08-16T21:29:16.641Z | [ recovery-image] Aug 16 21:29:15.568 INFO E| Compiling plain v0.2.3 |
8661 | 2024-08-16T21:29:16.641Z | [ recovery-image] Aug 16 21:29:15.568 INFO E| Compiling log v0.4.21 |
8662 | 2024-08-16T21:29:16.641Z | [ recovery-image] Aug 16 21:29:15.568 INFO E| Compiling bitstruct v0.1.1 |
8663 | 2024-08-16T21:29:16.736Z | [ recovery-image] Aug 16 21:29:15.664 INFO E| Compiling raw-cpuid v10.7.0 |
8664 | 2024-08-16T21:29:16.764Z | [ recovery-image] Aug 16 21:29:15.692 INFO E| Compiling cpio_reader v0.1.1 |
8665 | 2024-08-16T21:29:17.020Z | [ recovery-image] Aug 16 21:29:15.948 INFO E| Compiling miniz_oxide v0.7.2 |
8666 | 2024-08-16T21:29:17.286Z | [ recovery-image] Aug 16 21:29:16.214 INFO E| Compiling static_assertions v1.1.0 |
8667 | 2024-08-16T21:29:18.112Z | [ recovery-image] Aug 16 21:29:17.040 INFO E| Compiling goblin v0.8.0 |
8668 | 2024-08-16T21:29:23.406Z | [ host-image] Aug 16 21:29:22.334 INFO O| Aug 16 21:29:22.334 INFO STEP 1 (unpack_tar) COMPLETE |
8669 | 2024-08-16T21:29:23.406Z | [ host-image] Aug 16 21:29:22.334 INFO O| Aug 16 21:29:22.334 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8670 | 2024-08-16T21:29:23.419Z | [ host-image] Aug 16 21:29:22.346 INFO O| Aug 16 21:29:22.346 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8671 | 2024-08-16T21:29:23.569Z | [ host-image] Aug 16 21:29:22.497 INFO O| Aug 16 21:29:22.497 INFO STEP 2 (devfsadm) COMPLETE |
8672 | 2024-08-16T21:29:23.569Z | [ host-image] Aug 16 21:29:22.497 INFO O| Aug 16 21:29:22.497 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8673 | 2024-08-16T21:29:23.582Z | [ host-image] Aug 16 21:29:22.509 INFO O| Aug 16 21:29:22.509 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8674 | 2024-08-16T21:29:23.582Z | [ host-image] Aug 16 21:29:22.509 INFO O| Aug 16 21:29:22.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8675 | 2024-08-16T21:29:23.584Z | [ host-image] Aug 16 21:29:22.509 INFO O| Aug 16 21:29:22.509 INFO STEP 3 (ensure_dir) COMPLETE |
8676 | 2024-08-16T21:29:23.584Z | [ host-image] Aug 16 21:29:22.509 INFO O| Aug 16 21:29:22.509 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8677 | 2024-08-16T21:29:23.592Z | [ host-image] Aug 16 21:29:22.520 INFO O| Aug 16 21:29:22.520 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8678 | 2024-08-16T21:29:23.592Z | [ host-image] Aug 16 21:29:22.520 INFO O| Aug 16 21:29:22.520 INFO STEP 4 (ensure_dir) COMPLETE |
8679 | 2024-08-16T21:29:23.594Z | [ host-image] Aug 16 21:29:22.520 INFO O| Aug 16 21:29:22.520 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8680 | 2024-08-16T21:29:23.602Z | [ host-image] Aug 16 21:29:22.530 INFO O| Aug 16 21:29:22.529 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8681 | 2024-08-16T21:29:23.602Z | [ host-image] Aug 16 21:29:22.530 INFO O| Aug 16 21:29:22.530 INFO STEP 5 (ensure_dir) COMPLETE |
8682 | 2024-08-16T21:29:23.604Z | [ host-image] Aug 16 21:29:22.530 INFO O| Aug 16 21:29:22.530 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8683 | 2024-08-16T21:29:23.611Z | [ host-image] Aug 16 21:29:22.539 INFO O| Aug 16 21:29:22.539 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8684 | 2024-08-16T21:29:23.614Z | [ host-image] Aug 16 21:29:22.539 INFO O| Aug 16 21:29:22.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8685 | 2024-08-16T21:29:23.614Z | [ host-image] Aug 16 21:29:22.539 INFO O| Aug 16 21:29:22.539 INFO STEP 6 (ensure_dir) COMPLETE |
8686 | 2024-08-16T21:29:23.614Z | [ host-image] Aug 16 21:29:22.539 INFO O| Aug 16 21:29:22.539 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8687 | 2024-08-16T21:29:23.622Z | [ host-image] Aug 16 21:29:22.549 INFO O| Aug 16 21:29:22.549 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8688 | 2024-08-16T21:29:23.622Z | [ host-image] Aug 16 21:29:22.549 INFO O| Aug 16 21:29:22.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8689 | 2024-08-16T21:29:23.625Z | [ host-image] Aug 16 21:29:22.549 INFO O| Aug 16 21:29:22.549 INFO STEP 7 (ensure_dir) COMPLETE |
8690 | 2024-08-16T21:29:23.625Z | [ host-image] Aug 16 21:29:22.549 INFO O| Aug 16 21:29:22.549 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8691 | 2024-08-16T21:29:23.631Z | [ host-image] Aug 16 21:29:22.559 INFO O| Aug 16 21:29:22.559 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8692 | 2024-08-16T21:29:23.634Z | [ host-image] Aug 16 21:29:22.559 INFO O| Aug 16 21:29:22.559 INFO STEP 8 (remove_files) COMPLETE |
8693 | 2024-08-16T21:29:23.634Z | [ host-image] Aug 16 21:29:22.559 INFO O| Aug 16 21:29:22.559 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8694 | 2024-08-16T21:29:23.641Z | [ host-image] Aug 16 21:29:22.569 INFO O| Aug 16 21:29:22.569 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8695 | 2024-08-16T21:29:23.643Z | [ host-image] Aug 16 21:29:22.570 INFO O| Aug 16 21:29:22.570 INFO STEP 9 (remove_files) COMPLETE |
8696 | 2024-08-16T21:29:23.644Z | [ host-image] Aug 16 21:29:22.570 INFO O| Aug 16 21:29:22.570 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8697 | 2024-08-16T21:29:23.651Z | [ host-image] Aug 16 21:29:22.579 INFO O| Aug 16 21:29:22.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8698 | 2024-08-16T21:29:23.654Z | [ host-image] Aug 16 21:29:22.580 INFO O| Aug 16 21:29:22.580 INFO STEP 10 (remove_files) COMPLETE |
8699 | 2024-08-16T21:29:23.654Z | [ host-image] Aug 16 21:29:22.580 INFO O| Aug 16 21:29:22.580 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8700 | 2024-08-16T21:29:23.662Z | [ host-image] Aug 16 21:29:22.590 INFO O| Aug 16 21:29:22.589 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8701 | 2024-08-16T21:29:23.664Z | [ host-image] Aug 16 21:29:22.590 INFO O| Aug 16 21:29:22.590 INFO STEP 11 (remove_files) COMPLETE |
8702 | 2024-08-16T21:29:23.664Z | [ host-image] Aug 16 21:29:22.590 INFO O| Aug 16 21:29:22.590 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8703 | 2024-08-16T21:29:23.671Z | [ host-image] Aug 16 21:29:22.599 INFO O| Aug 16 21:29:22.599 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8704 | 2024-08-16T21:29:23.674Z | [ host-image] Aug 16 21:29:22.600 INFO O| Aug 16 21:29:22.599 INFO STEP 12 (remove_files) COMPLETE |
8705 | 2024-08-16T21:29:23.674Z | [ host-image] Aug 16 21:29:22.600 INFO O| Aug 16 21:29:22.600 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8706 | 2024-08-16T21:29:23.682Z | [ host-image] Aug 16 21:29:22.610 INFO O| Aug 16 21:29:22.609 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8707 | 2024-08-16T21:29:23.684Z | [ host-image] Aug 16 21:29:22.610 INFO O| Aug 16 21:29:22.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8708 | 2024-08-16T21:29:23.684Z | [ host-image] Aug 16 21:29:22.610 INFO O| Aug 16 21:29:22.610 INFO STEP 13 (ensure_dir) COMPLETE |
8709 | 2024-08-16T21:29:23.684Z | [ host-image] Aug 16 21:29:22.610 INFO O| Aug 16 21:29:22.610 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8710 | 2024-08-16T21:29:23.691Z | [ host-image] Aug 16 21:29:22.619 INFO O| Aug 16 21:29:22.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8711 | 2024-08-16T21:29:23.691Z | [ host-image] Aug 16 21:29:22.619 INFO O| Aug 16 21:29:22.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8712 | 2024-08-16T21:29:23.694Z | [ host-image] Aug 16 21:29:22.619 INFO O| Aug 16 21:29:22.619 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8713 | 2024-08-16T21:29:23.694Z | [ host-image] Aug 16 21:29:22.620 INFO O| Aug 16 21:29:22.619 INFO STEP 14 (ensure_dir) COMPLETE |
8714 | 2024-08-16T21:29:23.694Z | [ host-image] Aug 16 21:29:22.620 INFO O| Aug 16 21:29:22.619 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8715 | 2024-08-16T21:29:23.701Z | [ host-image] Aug 16 21:29:22.629 INFO O| Aug 16 21:29:22.629 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8716 | 2024-08-16T21:29:23.704Z | [ host-image] Aug 16 21:29:22.629 INFO O| Aug 16 21:29:22.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8717 | 2024-08-16T21:29:23.704Z | [ host-image] Aug 16 21:29:22.629 INFO O| Aug 16 21:29:22.629 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8718 | 2024-08-16T21:29:23.704Z | [ host-image] Aug 16 21:29:22.629 INFO O| Aug 16 21:29:22.629 INFO STEP 15 (ensure_dir) COMPLETE |
8719 | 2024-08-16T21:29:23.704Z | [ host-image] Aug 16 21:29:22.629 INFO O| Aug 16 21:29:22.629 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8720 | 2024-08-16T21:29:23.711Z | [ host-image] Aug 16 21:29:22.639 INFO O| Aug 16 21:29:22.639 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8721 | 2024-08-16T21:29:23.714Z | [ host-image] Aug 16 21:29:22.639 INFO O| Aug 16 21:29:22.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8722 | 2024-08-16T21:29:23.714Z | [ host-image] Aug 16 21:29:22.639 INFO O| Aug 16 21:29:22.639 INFO STEP 16 (ensure_dir) COMPLETE |
8723 | 2024-08-16T21:29:23.714Z | [ host-image] Aug 16 21:29:22.639 INFO O| Aug 16 21:29:22.639 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8724 | 2024-08-16T21:29:23.721Z | [ host-image] Aug 16 21:29:22.649 INFO O| Aug 16 21:29:22.649 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8725 | 2024-08-16T21:29:23.721Z | [ host-image] Aug 16 21:29:22.649 INFO O| Aug 16 21:29:22.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8726 | 2024-08-16T21:29:23.723Z | [ host-image] Aug 16 21:29:22.649 INFO O| Aug 16 21:29:22.649 INFO STEP 17 (ensure_dir) COMPLETE |
8727 | 2024-08-16T21:29:23.723Z | [ host-image] Aug 16 21:29:22.649 INFO O| Aug 16 21:29:22.649 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8728 | 2024-08-16T21:29:23.731Z | [ host-image] Aug 16 21:29:22.658 INFO O| Aug 16 21:29:22.658 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8729 | 2024-08-16T21:29:23.731Z | [ host-image] Aug 16 21:29:22.658 INFO O| Aug 16 21:29:22.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8730 | 2024-08-16T21:29:23.731Z | [ host-image] Aug 16 21:29:22.658 INFO O| Aug 16 21:29:22.658 INFO ok! |
8731 | 2024-08-16T21:29:23.741Z | [ host-image] Aug 16 21:29:22.658 INFO O| Aug 16 21:29:22.658 INFO STEP 18 (ensure_symlink) COMPLETE |
8732 | 2024-08-16T21:29:23.741Z | [ host-image] Aug 16 21:29:22.658 INFO O| Aug 16 21:29:22.658 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8733 | 2024-08-16T21:29:23.744Z | [ host-image] Aug 16 21:29:22.668 INFO O| Aug 16 21:29:22.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8734 | 2024-08-16T21:29:23.744Z | [ host-image] Aug 16 21:29:22.668 INFO O| Aug 16 21:29:22.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8735 | 2024-08-16T21:29:23.744Z | [ host-image] Aug 16 21:29:22.668 INFO O| Aug 16 21:29:22.668 INFO ok! |
8736 | 2024-08-16T21:29:23.744Z | [ host-image] Aug 16 21:29:22.668 INFO O| Aug 16 21:29:22.668 INFO STEP 19 (ensure_file) COMPLETE |
8737 | 2024-08-16T21:29:23.744Z | [ host-image] Aug 16 21:29:22.668 INFO O| Aug 16 21:29:22.668 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8738 | 2024-08-16T21:29:23.750Z | [ host-image] Aug 16 21:29:22.678 INFO O| Aug 16 21:29:22.678 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8739 | 2024-08-16T21:29:23.750Z | [ host-image] Aug 16 21:29:22.678 INFO O| Aug 16 21:29:22.678 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8740 | 2024-08-16T21:29:23.752Z | [ host-image] Aug 16 21:29:22.678 INFO O| Aug 16 21:29:22.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8741 | 2024-08-16T21:29:23.752Z | [ host-image] Aug 16 21:29:22.678 INFO O| Aug 16 21:29:22.678 INFO ok! |
8742 | 2024-08-16T21:29:23.752Z | [ host-image] Aug 16 21:29:22.678 INFO O| Aug 16 21:29:22.678 INFO STEP 20 (ensure_symlink) COMPLETE |
8743 | 2024-08-16T21:29:23.752Z | [ host-image] Aug 16 21:29:22.678 INFO O| Aug 16 21:29:22.678 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8744 | 2024-08-16T21:29:23.760Z | [ host-image] Aug 16 21:29:22.688 INFO O| Aug 16 21:29:22.688 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8745 | 2024-08-16T21:29:23.760Z | [ host-image] Aug 16 21:29:22.688 INFO O| Aug 16 21:29:22.688 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8746 | 2024-08-16T21:29:23.760Z | [ host-image] Aug 16 21:29:22.688 INFO O| Aug 16 21:29:22.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8747 | 2024-08-16T21:29:23.762Z | [ host-image] Aug 16 21:29:22.688 INFO O| Aug 16 21:29:22.688 INFO ok! |
8748 | 2024-08-16T21:29:23.763Z | [ host-image] Aug 16 21:29:22.688 INFO O| Aug 16 21:29:22.688 INFO STEP 21 (ensure_symlink) COMPLETE |
8749 | 2024-08-16T21:29:23.763Z | [ host-image] Aug 16 21:29:22.688 INFO O| Aug 16 21:29:22.688 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8750 | 2024-08-16T21:29:23.770Z | [ host-image] Aug 16 21:29:22.697 INFO O| Aug 16 21:29:22.697 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8751 | 2024-08-16T21:29:23.772Z | [ host-image] Aug 16 21:29:22.698 INFO O| Aug 16 21:29:22.697 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8752 | 2024-08-16T21:29:23.772Z | [ host-image] Aug 16 21:29:22.698 INFO O| Aug 16 21:29:22.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8753 | 2024-08-16T21:29:23.772Z | [ host-image] Aug 16 21:29:22.698 INFO O| Aug 16 21:29:22.698 INFO ok! |
8754 | 2024-08-16T21:29:23.772Z | [ host-image] Aug 16 21:29:22.698 INFO O| Aug 16 21:29:22.698 INFO STEP 22 (ensure_symlink) COMPLETE |
8755 | 2024-08-16T21:29:23.772Z | [ host-image] Aug 16 21:29:22.698 INFO O| Aug 16 21:29:22.698 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8756 | 2024-08-16T21:29:23.779Z | [ host-image] Aug 16 21:29:22.707 INFO O| Aug 16 21:29:22.707 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8757 | 2024-08-16T21:29:23.782Z | [ host-image] Aug 16 21:29:22.707 INFO O| Aug 16 21:29:22.707 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8758 | 2024-08-16T21:29:23.782Z | [ host-image] Aug 16 21:29:22.707 INFO O| Aug 16 21:29:22.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8759 | 2024-08-16T21:29:23.782Z | [ host-image] Aug 16 21:29:22.707 INFO O| Aug 16 21:29:22.707 INFO ok! |
8760 | 2024-08-16T21:29:23.782Z | [ host-image] Aug 16 21:29:22.707 INFO O| Aug 16 21:29:22.707 INFO STEP 23 (ensure_symlink) COMPLETE |
8761 | 2024-08-16T21:29:23.782Z | [ host-image] Aug 16 21:29:22.707 INFO O| Aug 16 21:29:22.707 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8762 | 2024-08-16T21:29:23.789Z | [ host-image] Aug 16 21:29:22.717 INFO O| Aug 16 21:29:22.717 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8763 | 2024-08-16T21:29:23.792Z | [ host-image] Aug 16 21:29:22.717 INFO O| Aug 16 21:29:22.717 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8764 | 2024-08-16T21:29:23.792Z | [ host-image] Aug 16 21:29:22.718 INFO O| Aug 16 21:29:22.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8765 | 2024-08-16T21:29:23.792Z | [ host-image] Aug 16 21:29:22.718 INFO O| Aug 16 21:29:22.718 INFO ok! |
8766 | 2024-08-16T21:29:23.792Z | [ host-image] Aug 16 21:29:22.718 INFO O| Aug 16 21:29:22.718 INFO STEP 24 (ensure_file) COMPLETE |
8767 | 2024-08-16T21:29:23.792Z | [ host-image] Aug 16 21:29:22.718 INFO O| Aug 16 21:29:22.718 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8768 | 2024-08-16T21:29:23.801Z | [ host-image] Aug 16 21:29:22.728 INFO O| Aug 16 21:29:22.728 INFO updating shadow file |
8769 | 2024-08-16T21:29:23.801Z | [ host-image] Aug 16 21:29:22.729 INFO O| Aug 16 21:29:22.729 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8770 | 2024-08-16T21:29:23.803Z | [ host-image] Aug 16 21:29:22.729 INFO O| Aug 16 21:29:22.729 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8771 | 2024-08-16T21:29:23.803Z | [ host-image] Aug 16 21:29:22.729 INFO O| Aug 16 21:29:22.729 INFO STEP 25 (shadow) COMPLETE |
8772 | 2024-08-16T21:29:23.803Z | [ host-image] Aug 16 21:29:22.729 INFO O| Aug 16 21:29:22.729 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8773 | 2024-08-16T21:29:23.811Z | [ host-image] Aug 16 21:29:22.739 INFO O| Aug 16 21:29:22.739 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8774 | 2024-08-16T21:29:23.811Z | [ host-image] Aug 16 21:29:22.739 INFO O| Aug 16 21:29:22.739 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8775 | 2024-08-16T21:29:23.814Z | [ host-image] Aug 16 21:29:22.739 INFO O| Aug 16 21:29:22.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8776 | 2024-08-16T21:29:23.814Z | [ host-image] Aug 16 21:29:22.739 INFO O| Aug 16 21:29:22.739 INFO ok! |
8777 | 2024-08-16T21:29:23.814Z | [ host-image] Aug 16 21:29:22.739 INFO O| Aug 16 21:29:22.739 INFO STEP 26 (ensure_file) COMPLETE |
8778 | 2024-08-16T21:29:23.814Z | [ host-image] Aug 16 21:29:22.739 INFO O| Aug 16 21:29:22.739 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8779 | 2024-08-16T21:29:23.822Z | [ host-image] Aug 16 21:29:22.749 INFO O| Aug 16 21:29:22.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8780 | 2024-08-16T21:29:23.822Z | [ host-image] Aug 16 21:29:22.749 INFO O| Aug 16 21:29:22.749 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8781 | 2024-08-16T21:29:23.822Z | [ host-image] Aug 16 21:29:22.749 INFO O| Aug 16 21:29:22.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8782 | 2024-08-16T21:29:23.824Z | [ host-image] Aug 16 21:29:22.749 INFO O| Aug 16 21:29:22.749 INFO ok! |
8783 | 2024-08-16T21:29:23.824Z | [ host-image] Aug 16 21:29:22.750 INFO O| Aug 16 21:29:22.749 INFO STEP 27 (ensure_file) COMPLETE |
8784 | 2024-08-16T21:29:23.824Z | [ host-image] Aug 16 21:29:22.750 INFO O| Aug 16 21:29:22.749 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8785 | 2024-08-16T21:29:23.835Z | [ host-image] Aug 16 21:29:22.762 INFO O| Aug 16 21:29:22.762 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8786 | 2024-08-16T21:29:23.835Z | [ host-image] Aug 16 21:29:22.762 INFO O| Aug 16 21:29:22.762 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8787 | 2024-08-16T21:29:23.838Z | [ host-image] Aug 16 21:29:22.763 INFO O| Aug 16 21:29:22.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8788 | 2024-08-16T21:29:23.838Z | [ host-image] Aug 16 21:29:22.763 INFO O| Aug 16 21:29:22.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8789 | 2024-08-16T21:29:23.838Z | [ host-image] Aug 16 21:29:22.763 INFO O| Aug 16 21:29:22.763 INFO ok! |
8790 | 2024-08-16T21:29:23.838Z | [ host-image] Aug 16 21:29:22.763 INFO O| Aug 16 21:29:22.763 INFO STEP 28 (ensure_file) COMPLETE |
8791 | 2024-08-16T21:29:23.838Z | [ host-image] Aug 16 21:29:22.763 INFO O| Aug 16 21:29:22.763 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8792 | 2024-08-16T21:29:23.851Z | [ host-image] Aug 16 21:29:22.779 INFO O| Aug 16 21:29:22.779 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8793 | 2024-08-16T21:29:23.851Z | [ host-image] Aug 16 21:29:22.779 INFO O| Aug 16 21:29:22.779 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8794 | 2024-08-16T21:29:23.851Z | [ host-image] Aug 16 21:29:22.779 INFO O| Aug 16 21:29:22.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8795 | 2024-08-16T21:29:23.854Z | [ host-image] Aug 16 21:29:22.779 INFO O| Aug 16 21:29:22.779 INFO ok! |
8796 | 2024-08-16T21:29:23.854Z | [ host-image] Aug 16 21:29:22.779 INFO O| Aug 16 21:29:22.779 INFO STEP 29 (ensure_file) COMPLETE |
8797 | 2024-08-16T21:29:23.854Z | [ host-image] Aug 16 21:29:22.779 INFO O| Aug 16 21:29:22.779 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8798 | 2024-08-16T21:29:23.863Z | [ host-image] Aug 16 21:29:22.791 INFO O| Aug 16 21:29:22.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8799 | 2024-08-16T21:29:23.863Z | [ host-image] Aug 16 21:29:22.791 INFO O| Aug 16 21:29:22.791 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8800 | 2024-08-16T21:29:23.866Z | [ host-image] Aug 16 21:29:22.791 INFO O| Aug 16 21:29:22.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8801 | 2024-08-16T21:29:23.866Z | [ host-image] Aug 16 21:29:22.791 INFO O| Aug 16 21:29:22.791 INFO ok! |
8802 | 2024-08-16T21:29:23.866Z | [ host-image] Aug 16 21:29:22.791 INFO O| Aug 16 21:29:22.791 INFO STEP 30 (ensure_file) COMPLETE |
8803 | 2024-08-16T21:29:23.866Z | [ host-image] Aug 16 21:29:22.791 INFO O| Aug 16 21:29:22.791 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8804 | 2024-08-16T21:29:23.877Z | [ host-image] Aug 16 21:29:22.805 INFO O| Aug 16 21:29:22.805 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8805 | 2024-08-16T21:29:23.877Z | [ host-image] Aug 16 21:29:22.805 INFO O| Aug 16 21:29:22.805 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8806 | 2024-08-16T21:29:23.880Z | [ host-image] Aug 16 21:29:22.805 INFO O| Aug 16 21:29:22.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8807 | 2024-08-16T21:29:23.880Z | [ host-image] Aug 16 21:29:22.805 INFO O| Aug 16 21:29:22.805 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8808 | 2024-08-16T21:29:23.880Z | [ host-image] Aug 16 21:29:22.805 INFO O| Aug 16 21:29:22.805 INFO ok! |
8809 | 2024-08-16T21:29:23.880Z | [ host-image] Aug 16 21:29:22.805 INFO O| Aug 16 21:29:22.805 INFO STEP 31 (ensure_file) COMPLETE |
8810 | 2024-08-16T21:29:23.880Z | [ host-image] Aug 16 21:29:22.805 INFO O| Aug 16 21:29:22.805 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8811 | 2024-08-16T21:29:23.893Z | [ host-image] Aug 16 21:29:22.821 INFO O| Aug 16 21:29:22.820 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8812 | 2024-08-16T21:29:23.896Z | [ host-image] Aug 16 21:29:22.821 INFO O| Aug 16 21:29:22.821 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8813 | 2024-08-16T21:29:23.896Z | [ host-image] Aug 16 21:29:22.821 INFO O| Aug 16 21:29:22.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8814 | 2024-08-16T21:29:23.896Z | [ host-image] Aug 16 21:29:22.821 INFO O| Aug 16 21:29:22.821 INFO ok! |
8815 | 2024-08-16T21:29:23.896Z | [ host-image] Aug 16 21:29:22.821 INFO O| Aug 16 21:29:22.821 INFO STEP 32 (ensure_file) COMPLETE |
8816 | 2024-08-16T21:29:23.896Z | [ host-image] Aug 16 21:29:22.821 INFO O| Aug 16 21:29:22.821 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8817 | 2024-08-16T21:29:23.907Z | [ host-image] Aug 16 21:29:22.834 INFO O| Aug 16 21:29:22.834 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8818 | 2024-08-16T21:29:23.907Z | [ host-image] Aug 16 21:29:22.834 INFO O| Aug 16 21:29:22.834 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8819 | 2024-08-16T21:29:23.909Z | [ host-image] Aug 16 21:29:22.835 INFO O| Aug 16 21:29:22.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8820 | 2024-08-16T21:29:23.910Z | [ host-image] Aug 16 21:29:22.835 INFO O| Aug 16 21:29:22.835 INFO ok! |
8821 | 2024-08-16T21:29:23.910Z | [ host-image] Aug 16 21:29:22.835 INFO O| Aug 16 21:29:22.835 INFO STEP 33 (ensure_file) COMPLETE |
8822 | 2024-08-16T21:29:23.910Z | [ host-image] Aug 16 21:29:22.835 INFO O| Aug 16 21:29:22.835 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8823 | 2024-08-16T21:29:23.921Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8824 | 2024-08-16T21:29:23.921Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8825 | 2024-08-16T21:29:23.924Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8826 | 2024-08-16T21:29:23.924Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8827 | 2024-08-16T21:29:23.924Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8828 | 2024-08-16T21:29:23.924Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8829 | 2024-08-16T21:29:23.924Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO ok! |
8830 | 2024-08-16T21:29:23.924Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO STEP 34 (ensure_file) COMPLETE |
8831 | 2024-08-16T21:29:23.924Z | [ host-image] Aug 16 21:29:22.849 INFO O| Aug 16 21:29:22.849 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8832 | 2024-08-16T21:29:23.935Z | [ host-image] Aug 16 21:29:22.863 INFO O| Aug 16 21:29:22.863 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8833 | 2024-08-16T21:29:23.938Z | [ host-image] Aug 16 21:29:22.863 INFO O| Aug 16 21:29:22.863 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8834 | 2024-08-16T21:29:23.938Z | [ host-image] Aug 16 21:29:22.863 INFO O| Aug 16 21:29:22.863 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8835 | 2024-08-16T21:29:23.938Z | [ host-image] Aug 16 21:29:22.863 INFO O| Aug 16 21:29:22.863 INFO STEP 35 (ensure_dir) COMPLETE |
8836 | 2024-08-16T21:29:23.938Z | [ host-image] Aug 16 21:29:22.863 INFO O| Aug 16 21:29:22.863 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8837 | 2024-08-16T21:29:23.947Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 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 |
8838 | 2024-08-16T21:29:23.947Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 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 ... |
8839 | 2024-08-16T21:29:23.950Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 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 |
8840 | 2024-08-16T21:29:23.950Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 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 |
8841 | 2024-08-16T21:29:23.950Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 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 |
8842 | 2024-08-16T21:29:23.950Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 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 |
8843 | 2024-08-16T21:29:23.950Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 INFO ok! |
8844 | 2024-08-16T21:29:23.950Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 INFO STEP 36 (ensure_file) COMPLETE |
8845 | 2024-08-16T21:29:23.950Z | [ host-image] Aug 16 21:29:22.875 INFO O| Aug 16 21:29:22.875 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8846 | 2024-08-16T21:29:23.959Z | [ host-image] Aug 16 21:29:22.887 INFO O| Aug 16 21:29:22.887 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8847 | 2024-08-16T21:29:23.959Z | [ host-image] Aug 16 21:29:22.887 INFO O| Aug 16 21:29:22.887 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 ... |
8848 | 2024-08-16T21:29:23.961Z | [ host-image] Aug 16 21:29:22.887 INFO O| Aug 16 21:29:22.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8849 | 2024-08-16T21:29:23.962Z | [ host-image] Aug 16 21:29:22.887 INFO O| Aug 16 21:29:22.887 INFO ok! |
8850 | 2024-08-16T21:29:23.962Z | [ host-image] Aug 16 21:29:22.887 INFO O| Aug 16 21:29:22.887 INFO STEP 37 (ensure_symlink) COMPLETE |
8851 | 2024-08-16T21:29:23.962Z | [ host-image] Aug 16 21:29:22.887 INFO O| Aug 16 21:29:22.887 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8852 | 2024-08-16T21:29:23.976Z | [ host-image] Aug 16 21:29:22.904 INFO O| Aug 16 21:29:22.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8853 | 2024-08-16T21:29:23.976Z | [ host-image] Aug 16 21:29:22.904 INFO O| Aug 16 21:29:22.904 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8854 | 2024-08-16T21:29:23.979Z | [ host-image] Aug 16 21:29:22.904 INFO O| Aug 16 21:29:22.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8855 | 2024-08-16T21:29:23.979Z | [ host-image] Aug 16 21:29:22.905 INFO O| Aug 16 21:29:22.904 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8856 | 2024-08-16T21:29:23.979Z | [ host-image] Aug 16 21:29:22.905 INFO O| Aug 16 21:29:22.905 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8857 | 2024-08-16T21:29:23.979Z | [ host-image] Aug 16 21:29:22.905 INFO O| Aug 16 21:29:22.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8858 | 2024-08-16T21:29:23.979Z | [ host-image] Aug 16 21:29:22.905 INFO O| Aug 16 21:29:22.905 INFO ok! |
8859 | 2024-08-16T21:29:23.979Z | [ host-image] Aug 16 21:29:22.905 INFO O| Aug 16 21:29:22.905 INFO STEP 38 (ensure_file) COMPLETE |
8860 | 2024-08-16T21:29:23.979Z | [ host-image] Aug 16 21:29:22.905 INFO O| Aug 16 21:29:22.905 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8861 | 2024-08-16T21:29:23.994Z | [ host-image] Aug 16 21:29:22.921 INFO O| Aug 16 21:29:22.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8862 | 2024-08-16T21:29:23.994Z | [ host-image] Aug 16 21:29:22.921 INFO O| Aug 16 21:29:22.921 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 ... |
8863 | 2024-08-16T21:29:23.996Z | [ host-image] Aug 16 21:29:22.922 INFO O| Aug 16 21:29:22.922 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 |
8864 | 2024-08-16T21:29:23.996Z | [ host-image] Aug 16 21:29:22.922 INFO O| Aug 16 21:29:22.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8865 | 2024-08-16T21:29:23.996Z | [ host-image] Aug 16 21:29:22.922 INFO O| Aug 16 21:29:22.922 INFO ok! |
8866 | 2024-08-16T21:29:23.996Z | [ host-image] Aug 16 21:29:22.922 INFO O| Aug 16 21:29:22.922 INFO STEP 39 (ensure_file) COMPLETE |
8867 | 2024-08-16T21:29:23.996Z | [ host-image] Aug 16 21:29:22.922 INFO O| Aug 16 21:29:22.922 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8868 | 2024-08-16T21:29:24.012Z | [ host-image] Aug 16 21:29:22.939 INFO O| Aug 16 21:29:22.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8869 | 2024-08-16T21:29:24.012Z | [ host-image] Aug 16 21:29:22.939 INFO O| Aug 16 21:29:22.939 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8870 | 2024-08-16T21:29:24.014Z | [ host-image] Aug 16 21:29:22.940 INFO O| Aug 16 21:29:22.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8871 | 2024-08-16T21:29:24.014Z | [ host-image] Aug 16 21:29:22.940 INFO O| Aug 16 21:29:22.940 INFO ok! |
8872 | 2024-08-16T21:29:24.014Z | [ host-image] Aug 16 21:29:22.940 INFO O| Aug 16 21:29:22.940 INFO STEP 40 (ensure_file) COMPLETE |
8873 | 2024-08-16T21:29:24.014Z | [ host-image] Aug 16 21:29:22.940 INFO O| Aug 16 21:29:22.940 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8874 | 2024-08-16T21:29:24.028Z | [ host-image] Aug 16 21:29:22.956 INFO O| Aug 16 21:29:22.956 INFO updating shadow file |
8875 | 2024-08-16T21:29:24.028Z | [ host-image] Aug 16 21:29:22.956 INFO O| Aug 16 21:29:22.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8876 | 2024-08-16T21:29:24.031Z | [ host-image] Aug 16 21:29:22.956 INFO O| Aug 16 21:29:22.956 INFO STEP 41 (shadow) COMPLETE |
8877 | 2024-08-16T21:29:24.031Z | [ host-image] Aug 16 21:29:22.956 INFO O| Aug 16 21:29:22.956 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8878 | 2024-08-16T21:29:24.045Z | [ host-image] Aug 16 21:29:22.972 INFO O| Aug 16 21:29:22.972 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8879 | 2024-08-16T21:29:24.045Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.972 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8880 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8881 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8882 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO ok! |
8883 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO STEP 42 (ensure_file) COMPLETE |
8884 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8885 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO skip step because feature "mfg" is not enabled |
8886 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8887 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO skip step because feature "mfg" is not enabled |
8888 | 2024-08-16T21:29:24.048Z | [ host-image] Aug 16 21:29:22.973 INFO O| Aug 16 21:29:22.973 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8889 | 2024-08-16T21:29:24.067Z | [ host-image] Aug 16 21:29:22.994 INFO O| Aug 16 21:29:22.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8890 | 2024-08-16T21:29:24.067Z | [ host-image] Aug 16 21:29:22.994 INFO O| Aug 16 21:29:22.994 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8891 | 2024-08-16T21:29:24.729Z | [ host-image] Aug 16 21:29:23.656 INFO O| Aug 16 21:29:23.656 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8892 | 2024-08-16T21:29:24.729Z | [ host-image] Aug 16 21:29:23.656 INFO O| Aug 16 21:29:23.656 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8893 | 2024-08-16T21:29:24.729Z | [ host-image] Aug 16 21:29:23.656 INFO O| Aug 16 21:29:23.656 INFO ok! |
8894 | 2024-08-16T21:29:24.731Z | [ host-image] Aug 16 21:29:23.656 INFO O| Aug 16 21:29:23.656 INFO STEP 45 (ensure_file) COMPLETE |
8895 | 2024-08-16T21:29:24.731Z | [ host-image] Aug 16 21:29:23.656 INFO O| Aug 16 21:29:23.656 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8896 | 2024-08-16T21:29:24.744Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8897 | 2024-08-16T21:29:24.744Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8898 | 2024-08-16T21:29:24.747Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8899 | 2024-08-16T21:29:24.747Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8900 | 2024-08-16T21:29:24.747Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8901 | 2024-08-16T21:29:24.747Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8902 | 2024-08-16T21:29:24.747Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO ok! |
8903 | 2024-08-16T21:29:24.747Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO STEP 46 (ensure_file) COMPLETE |
8904 | 2024-08-16T21:29:24.747Z | [ host-image] Aug 16 21:29:23.671 INFO O| Aug 16 21:29:23.671 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8905 | 2024-08-16T21:29:24.758Z | [ host-image] Aug 16 21:29:23.686 INFO O| Aug 16 21:29:23.686 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8906 | 2024-08-16T21:29:24.758Z | [ host-image] Aug 16 21:29:23.686 INFO O| Aug 16 21:29:23.686 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 ... |
8907 | 2024-08-16T21:29:24.761Z | [ host-image] Aug 16 21:29:23.686 INFO O| Aug 16 21:29:23.686 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 |
8908 | 2024-08-16T21:29:24.761Z | [ host-image] Aug 16 21:29:23.686 INFO O| Aug 16 21:29:23.686 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8909 | 2024-08-16T21:29:24.761Z | [ host-image] Aug 16 21:29:23.686 INFO O| Aug 16 21:29:23.686 INFO ok! |
8910 | 2024-08-16T21:29:24.761Z | [ host-image] Aug 16 21:29:23.686 INFO O| Aug 16 21:29:23.686 INFO STEP 47 (ensure_file) COMPLETE |
8911 | 2024-08-16T21:29:24.761Z | [ host-image] Aug 16 21:29:23.686 INFO O| Aug 16 21:29:23.686 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8912 | 2024-08-16T21:29:24.777Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8913 | 2024-08-16T21:29:24.777Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8914 | 2024-08-16T21:29:24.779Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8915 | 2024-08-16T21:29:24.779Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8916 | 2024-08-16T21:29:24.779Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8917 | 2024-08-16T21:29:24.779Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8918 | 2024-08-16T21:29:24.779Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO ok! |
8919 | 2024-08-16T21:29:24.779Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO STEP 48 (ensure_file) COMPLETE |
8920 | 2024-08-16T21:29:24.779Z | [ host-image] Aug 16 21:29:23.704 INFO O| Aug 16 21:29:23.704 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8921 | 2024-08-16T21:29:24.791Z | [ host-image] Aug 16 21:29:23.718 INFO O| Aug 16 21:29:23.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8922 | 2024-08-16T21:29:24.791Z | [ host-image] Aug 16 21:29:23.718 INFO O| Aug 16 21:29:23.718 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 ... |
8923 | 2024-08-16T21:29:24.791Z | [ host-image] Aug 16 21:29:23.718 INFO O| Aug 16 21:29:23.718 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 |
8924 | 2024-08-16T21:29:24.793Z | [ host-image] Aug 16 21:29:23.718 INFO O| Aug 16 21:29:23.718 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8925 | 2024-08-16T21:29:24.793Z | [ host-image] Aug 16 21:29:23.718 INFO O| Aug 16 21:29:23.718 INFO ok! |
8926 | 2024-08-16T21:29:24.793Z | [ host-image] Aug 16 21:29:23.718 INFO O| Aug 16 21:29:23.718 INFO STEP 49 (ensure_file) COMPLETE |
8927 | 2024-08-16T21:29:24.793Z | [ host-image] Aug 16 21:29:23.718 INFO O| Aug 16 21:29:23.718 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8928 | 2024-08-16T21:29:24.802Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8929 | 2024-08-16T21:29:24.802Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8930 | 2024-08-16T21:29:24.802Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8931 | 2024-08-16T21:29:24.805Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8932 | 2024-08-16T21:29:24.805Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8933 | 2024-08-16T21:29:24.805Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8934 | 2024-08-16T21:29:24.805Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO ok! |
8935 | 2024-08-16T21:29:24.805Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO STEP 50 (ensure_file) COMPLETE |
8936 | 2024-08-16T21:29:24.805Z | [ host-image] Aug 16 21:29:23.730 INFO O| Aug 16 21:29:23.730 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8937 | 2024-08-16T21:29:24.814Z | [ host-image] Aug 16 21:29:23.741 INFO O| Aug 16 21:29:23.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8938 | 2024-08-16T21:29:24.814Z | [ host-image] Aug 16 21:29:23.741 INFO O| Aug 16 21:29:23.741 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 ... |
8939 | 2024-08-16T21:29:24.817Z | [ host-image] Aug 16 21:29:23.742 INFO O| Aug 16 21:29:23.742 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 |
8940 | 2024-08-16T21:29:24.817Z | [ host-image] Aug 16 21:29:23.742 INFO O| Aug 16 21:29:23.742 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8941 | 2024-08-16T21:29:24.817Z | [ host-image] Aug 16 21:29:23.742 INFO O| Aug 16 21:29:23.742 INFO ok! |
8942 | 2024-08-16T21:29:24.817Z | [ host-image] Aug 16 21:29:23.742 INFO O| Aug 16 21:29:23.742 INFO STEP 51 (ensure_file) COMPLETE |
8943 | 2024-08-16T21:29:24.817Z | [ host-image] Aug 16 21:29:23.742 INFO O| Aug 16 21:29:23.742 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8944 | 2024-08-16T21:29:24.824Z | [ host-image] Aug 16 21:29:23.752 INFO O| Aug 16 21:29:23.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8945 | 2024-08-16T21:29:24.824Z | [ host-image] Aug 16 21:29:23.752 INFO O| Aug 16 21:29:23.752 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 ... |
8946 | 2024-08-16T21:29:24.827Z | [ host-image] Aug 16 21:29:23.752 INFO O| Aug 16 21:29:23.752 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 |
8947 | 2024-08-16T21:29:24.827Z | [ host-image] Aug 16 21:29:23.752 INFO O| Aug 16 21:29:23.752 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8948 | 2024-08-16T21:29:24.827Z | [ host-image] Aug 16 21:29:23.752 INFO O| Aug 16 21:29:23.752 INFO ok! |
8949 | 2024-08-16T21:29:24.827Z | [ host-image] Aug 16 21:29:23.752 INFO O| Aug 16 21:29:23.752 INFO STEP 52 (ensure_file) COMPLETE |
8950 | 2024-08-16T21:29:24.827Z | [ host-image] Aug 16 21:29:23.752 INFO O| Aug 16 21:29:23.752 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8951 | 2024-08-16T21:29:24.836Z | [ host-image] Aug 16 21:29:23.763 INFO O| Aug 16 21:29:23.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8952 | 2024-08-16T21:29:24.836Z | [ host-image] Aug 16 21:29:23.763 INFO O| Aug 16 21:29:23.763 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 ... |
8953 | 2024-08-16T21:29:24.838Z | [ host-image] Aug 16 21:29:23.763 INFO O| Aug 16 21:29:23.763 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 |
8954 | 2024-08-16T21:29:24.839Z | [ host-image] Aug 16 21:29:23.763 INFO O| Aug 16 21:29:23.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8955 | 2024-08-16T21:29:24.839Z | [ host-image] Aug 16 21:29:23.763 INFO O| Aug 16 21:29:23.763 INFO ok! |
8956 | 2024-08-16T21:29:24.839Z | [ host-image] Aug 16 21:29:23.763 INFO O| Aug 16 21:29:23.763 INFO STEP 53 (ensure_file) COMPLETE |
8957 | 2024-08-16T21:29:24.839Z | [ host-image] Aug 16 21:29:23.763 INFO O| Aug 16 21:29:23.763 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8958 | 2024-08-16T21:29:24.845Z | [ host-image] Aug 16 21:29:23.773 INFO O| Aug 16 21:29:23.773 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8959 | 2024-08-16T21:29:24.845Z | [ host-image] Aug 16 21:29:23.773 INFO O| Aug 16 21:29:23.773 INFO STEP 54 (ensure_dir) COMPLETE |
8960 | 2024-08-16T21:29:24.848Z | [ host-image] Aug 16 21:29:23.773 INFO O| Aug 16 21:29:23.773 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8961 | 2024-08-16T21:29:24.856Z | [ host-image] Aug 16 21:29:23.783 INFO O| Aug 16 21:29:23.783 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8962 | 2024-08-16T21:29:24.856Z | [ host-image] Aug 16 21:29:23.783 INFO O| Aug 16 21:29:23.783 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8963 | 2024-08-16T21:29:24.858Z | [ host-image] Aug 16 21:29:23.783 INFO O| Aug 16 21:29:23.783 INFO STEP 55 (ensure_dir) COMPLETE |
8964 | 2024-08-16T21:29:24.858Z | [ host-image] Aug 16 21:29:23.783 INFO O| Aug 16 21:29:23.783 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8965 | 2024-08-16T21:29:24.866Z | [ host-image] Aug 16 21:29:23.793 INFO O| Aug 16 21:29:23.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8966 | 2024-08-16T21:29:24.868Z | [ host-image] Aug 16 21:29:23.794 INFO O| Aug 16 21:29:23.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8967 | 2024-08-16T21:29:24.868Z | [ host-image] Aug 16 21:29:23.794 INFO O| Aug 16 21:29:23.794 INFO STEP 56 (ensure_dir) COMPLETE |
8968 | 2024-08-16T21:29:24.868Z | [ host-image] Aug 16 21:29:23.794 INFO O| Aug 16 21:29:23.794 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8969 | 2024-08-16T21:29:24.876Z | [ host-image] Aug 16 21:29:23.804 INFO O| Aug 16 21:29:23.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8970 | 2024-08-16T21:29:24.876Z | [ host-image] Aug 16 21:29:23.804 INFO O| Aug 16 21:29:23.804 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8971 | 2024-08-16T21:29:24.891Z | [ host-image] Aug 16 21:29:23.819 INFO O| Aug 16 21:29:23.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8972 | 2024-08-16T21:29:24.891Z | [ host-image] Aug 16 21:29:23.819 INFO O| Aug 16 21:29:23.819 INFO ok! |
8973 | 2024-08-16T21:29:24.893Z | [ host-image] Aug 16 21:29:23.819 INFO O| Aug 16 21:29:23.819 INFO STEP 57 (ensure_file) COMPLETE |
8974 | 2024-08-16T21:29:24.893Z | [ host-image] Aug 16 21:29:23.819 INFO O| Aug 16 21:29:23.819 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8975 | 2024-08-16T21:29:24.903Z | [ host-image] Aug 16 21:29:23.831 INFO O| Aug 16 21:29:23.830 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8976 | 2024-08-16T21:29:24.906Z | [ host-image] Aug 16 21:29:23.831 INFO O| Aug 16 21:29:23.831 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8977 | 2024-08-16T21:29:26.129Z | [ host-image] Aug 16 21:29:25.057 INFO O| Aug 16 21:29:25.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8978 | 2024-08-16T21:29:26.129Z | [ host-image] Aug 16 21:29:25.057 INFO O| Aug 16 21:29:25.057 INFO ok! |
8979 | 2024-08-16T21:29:26.129Z | [ host-image] Aug 16 21:29:25.057 INFO O| Aug 16 21:29:25.057 INFO STEP 58 (ensure_file) COMPLETE |
8980 | 2024-08-16T21:29:26.132Z | [ host-image] Aug 16 21:29:25.057 INFO O| Aug 16 21:29:25.057 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8981 | 2024-08-16T21:29:26.141Z | [ host-image] Aug 16 21:29:25.068 INFO O| Aug 16 21:29:25.068 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8982 | 2024-08-16T21:29:26.143Z | [ host-image] Aug 16 21:29:25.069 INFO O| Aug 16 21:29:25.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8983 | 2024-08-16T21:29:26.143Z | [ host-image] Aug 16 21:29:25.069 INFO O| Aug 16 21:29:25.069 INFO STEP 59 (ensure_dir) COMPLETE |
8984 | 2024-08-16T21:29:26.143Z | [ host-image] Aug 16 21:29:25.069 INFO O| Aug 16 21:29:25.069 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8985 | 2024-08-16T21:29:26.151Z | [ host-image] Aug 16 21:29:25.079 INFO O| Aug 16 21:29:25.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8986 | 2024-08-16T21:29:26.151Z | [ host-image] Aug 16 21:29:25.079 INFO O| Aug 16 21:29:25.079 INFO copying /tmp/.tmpxugGXy/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 ... |
8987 | 2024-08-16T21:29:26.153Z | [ host-image] Aug 16 21:29:25.079 INFO O| Aug 16 21:29:25.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8988 | 2024-08-16T21:29:26.153Z | [ host-image] Aug 16 21:29:25.079 INFO O| Aug 16 21:29:25.079 INFO ok! |
8989 | 2024-08-16T21:29:26.153Z | [ host-image] Aug 16 21:29:25.079 INFO O| Aug 16 21:29:25.079 INFO STEP 60 (ensure_file) COMPLETE |
8990 | 2024-08-16T21:29:26.154Z | [ host-image] Aug 16 21:29:25.079 INFO O| Aug 16 21:29:25.079 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8991 | 2024-08-16T21:29:26.161Z | [ host-image] Aug 16 21:29:25.089 INFO O| Aug 16 21:29:25.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8992 | 2024-08-16T21:29:26.161Z | [ host-image] Aug 16 21:29:25.089 INFO O| Aug 16 21:29:25.089 INFO copying /tmp/.tmpxugGXy/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 ... |
8993 | 2024-08-16T21:29:26.163Z | [ host-image] Aug 16 21:29:25.089 INFO O| Aug 16 21:29:25.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8994 | 2024-08-16T21:29:26.163Z | [ host-image] Aug 16 21:29:25.089 INFO O| Aug 16 21:29:25.089 INFO ok! |
8995 | 2024-08-16T21:29:26.163Z | [ host-image] Aug 16 21:29:25.089 INFO O| Aug 16 21:29:25.089 INFO STEP 61 (ensure_file) COMPLETE |
8996 | 2024-08-16T21:29:26.163Z | [ host-image] Aug 16 21:29:25.089 INFO O| Aug 16 21:29:25.089 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8997 | 2024-08-16T21:29:26.171Z | [ host-image] Aug 16 21:29:25.099 INFO O| Aug 16 21:29:25.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8998 | 2024-08-16T21:29:26.171Z | [ host-image] Aug 16 21:29:25.099 INFO O| Aug 16 21:29:25.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8999 | 2024-08-16T21:29:26.171Z | [ host-image] Aug 16 21:29:25.099 INFO O| Aug 16 21:29:25.099 INFO STEP 62 (ensure_dir) COMPLETE |
9000 | 2024-08-16T21:29:26.174Z | [ host-image] Aug 16 21:29:25.099 INFO O| Aug 16 21:29:25.099 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9001 | 2024-08-16T21:29:26.181Z | [ host-image] Aug 16 21:29:25.109 INFO O| Aug 16 21:29:25.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9002 | 2024-08-16T21:29:26.181Z | [ host-image] Aug 16 21:29:25.109 INFO O| Aug 16 21:29:25.109 INFO copying /tmp/.tmpxugGXy/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 ... |
9003 | 2024-08-16T21:29:26.184Z | [ host-image] Aug 16 21:29:25.109 INFO O| Aug 16 21:29:25.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9004 | 2024-08-16T21:29:26.184Z | [ host-image] Aug 16 21:29:25.109 INFO O| Aug 16 21:29:25.109 INFO ok! |
9005 | 2024-08-16T21:29:26.184Z | [ host-image] Aug 16 21:29:25.109 INFO O| Aug 16 21:29:25.109 INFO STEP 63 (ensure_file) COMPLETE |
9006 | 2024-08-16T21:29:26.184Z | [ host-image] Aug 16 21:29:25.109 INFO O| Aug 16 21:29:25.109 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9007 | 2024-08-16T21:29:26.192Z | [ host-image] Aug 16 21:29:25.119 INFO O| Aug 16 21:29:25.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9008 | 2024-08-16T21:29:26.192Z | [ host-image] Aug 16 21:29:25.119 INFO O| Aug 16 21:29:25.119 INFO copying /tmp/.tmpxugGXy/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 ... |
9009 | 2024-08-16T21:29:26.194Z | [ host-image] Aug 16 21:29:25.119 INFO O| Aug 16 21:29:25.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9010 | 2024-08-16T21:29:26.194Z | [ host-image] Aug 16 21:29:25.119 INFO O| Aug 16 21:29:25.119 INFO ok! |
9011 | 2024-08-16T21:29:26.194Z | [ host-image] Aug 16 21:29:25.119 INFO O| Aug 16 21:29:25.119 INFO STEP 64 (ensure_file) COMPLETE |
9012 | 2024-08-16T21:29:26.195Z | [ host-image] Aug 16 21:29:25.119 INFO O| Aug 16 21:29:25.119 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9013 | 2024-08-16T21:29:26.202Z | [ host-image] Aug 16 21:29:25.129 INFO O| Aug 16 21:29:25.129 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9014 | 2024-08-16T21:29:26.202Z | [ host-image] Aug 16 21:29:25.129 INFO O| Aug 16 21:29:25.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9015 | 2024-08-16T21:29:26.204Z | [ host-image] Aug 16 21:29:25.129 INFO O| Aug 16 21:29:25.129 INFO STEP 65 (ensure_dir) COMPLETE |
9016 | 2024-08-16T21:29:26.204Z | [ host-image] Aug 16 21:29:25.129 INFO O| Aug 16 21:29:25.129 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9017 | 2024-08-16T21:29:26.212Z | [ host-image] Aug 16 21:29:25.139 INFO O| Aug 16 21:29:25.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9018 | 2024-08-16T21:29:26.212Z | [ host-image] Aug 16 21:29:25.139 INFO O| Aug 16 21:29:25.139 INFO copying /tmp/.tmpxugGXy/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 ... |
9019 | 2024-08-16T21:29:26.214Z | [ host-image] Aug 16 21:29:25.140 INFO O| Aug 16 21:29:25.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9020 | 2024-08-16T21:29:26.214Z | [ host-image] Aug 16 21:29:25.140 INFO O| Aug 16 21:29:25.140 INFO ok! |
9021 | 2024-08-16T21:29:26.214Z | [ host-image] Aug 16 21:29:25.140 INFO O| Aug 16 21:29:25.140 INFO STEP 66 (ensure_file) COMPLETE |
9022 | 2024-08-16T21:29:26.214Z | [ host-image] Aug 16 21:29:25.140 INFO O| Aug 16 21:29:25.140 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9023 | 2024-08-16T21:29:26.223Z | [ host-image] Aug 16 21:29:25.150 INFO O| Aug 16 21:29:25.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9024 | 2024-08-16T21:29:26.226Z | [ host-image] Aug 16 21:29:25.150 INFO O| Aug 16 21:29:25.150 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9025 | 2024-08-16T21:29:26.226Z | [ host-image] Aug 16 21:29:25.150 INFO O| Aug 16 21:29:25.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9026 | 2024-08-16T21:29:26.226Z | [ host-image] Aug 16 21:29:25.150 INFO O| Aug 16 21:29:25.150 INFO ok! |
9027 | 2024-08-16T21:29:26.226Z | [ host-image] Aug 16 21:29:25.150 INFO O| Aug 16 21:29:25.150 INFO STEP 67 (ensure_file) COMPLETE |
9028 | 2024-08-16T21:29:26.226Z | [ host-image] Aug 16 21:29:25.150 INFO O| Aug 16 21:29:25.150 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9029 | 2024-08-16T21:29:26.234Z | [ host-image] Aug 16 21:29:25.160 INFO O| Aug 16 21:29:25.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9030 | 2024-08-16T21:29:26.238Z | [ host-image] Aug 16 21:29:25.160 INFO O| Aug 16 21:29:25.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9031 | 2024-08-16T21:29:26.238Z | [ host-image] Aug 16 21:29:25.160 INFO O| Aug 16 21:29:25.160 INFO STEP 68 (ensure_dir) COMPLETE |
9032 | 2024-08-16T21:29:26.238Z | [ host-image] Aug 16 21:29:25.160 INFO O| Aug 16 21:29:25.160 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9033 | 2024-08-16T21:29:26.243Z | [ host-image] Aug 16 21:29:25.170 INFO O| Aug 16 21:29:25.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9034 | 2024-08-16T21:29:26.243Z | [ host-image] Aug 16 21:29:25.170 INFO O| Aug 16 21:29:25.170 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9035 | 2024-08-16T21:29:26.826Z | [ host-image] Aug 16 21:29:25.729 INFO O| Aug 16 21:29:25.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9036 | 2024-08-16T21:29:26.826Z | [ host-image] Aug 16 21:29:25.729 INFO O| Aug 16 21:29:25.729 INFO ok! |
9037 | 2024-08-16T21:29:26.826Z | [ host-image] Aug 16 21:29:25.729 INFO O| Aug 16 21:29:25.729 INFO STEP 69 (ensure_file) COMPLETE |
9038 | 2024-08-16T21:29:26.827Z | [ host-image] Aug 16 21:29:25.729 INFO O| Aug 16 21:29:25.729 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9039 | 2024-08-16T21:29:26.854Z | [ host-image] Aug 16 21:29:25.742 INFO O| Aug 16 21:29:25.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9040 | 2024-08-16T21:29:26.856Z | [ host-image] Aug 16 21:29:25.742 INFO O| Aug 16 21:29:25.742 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9041 | 2024-08-16T21:29:27.543Z | [ recovery-image] Aug 16 21:29:26.467 INFO E| Finished `release` profile [optimized] target(s) in 42.96s |
9042 | 2024-08-16T21:29:27.570Z | [ recovery-image] Aug 16 21:29:26.495 INFO building host image... |
9043 | 2024-08-16T21:29:27.570Z | [ recovery-image] Aug 16 21:29:26.496 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") |
9044 | 2024-08-16T21:29:28.237Z | [ recovery-image] Aug 16 21:29:27.164 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9045 | 2024-08-16T21:29:28.275Z | [ host-image] Aug 16 21:29:27.203 INFO O| Aug 16 21:29:27.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9046 | 2024-08-16T21:29:28.275Z | [ host-image] Aug 16 21:29:27.203 INFO O| Aug 16 21:29:27.202 INFO ok! |
9047 | 2024-08-16T21:29:28.275Z | [ host-image] Aug 16 21:29:27.203 INFO O| Aug 16 21:29:27.203 INFO STEP 70 (ensure_file) COMPLETE |
9048 | 2024-08-16T21:29:28.278Z | [ host-image] Aug 16 21:29:27.203 INFO O| Aug 16 21:29:27.203 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9049 | 2024-08-16T21:29:28.288Z | [ host-image] Aug 16 21:29:27.215 INFO O| Aug 16 21:29:27.215 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9050 | 2024-08-16T21:29:28.291Z | [ host-image] Aug 16 21:29:27.215 INFO O| Aug 16 21:29:27.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9051 | 2024-08-16T21:29:28.291Z | [ host-image] Aug 16 21:29:27.215 INFO O| Aug 16 21:29:27.215 INFO STEP 71 (ensure_dir) COMPLETE |
9052 | 2024-08-16T21:29:28.291Z | [ host-image] Aug 16 21:29:27.215 INFO O| Aug 16 21:29:27.215 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9053 | 2024-08-16T21:29:28.298Z | [ host-image] Aug 16 21:29:27.226 INFO O| Aug 16 21:29:27.226 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9054 | 2024-08-16T21:29:28.298Z | [ host-image] Aug 16 21:29:27.226 INFO O| Aug 16 21:29:27.226 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ... |
9055 | 2024-08-16T21:29:28.301Z | [ host-image] Aug 16 21:29:27.226 INFO O| Aug 16 21:29:27.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9056 | 2024-08-16T21:29:28.301Z | [ host-image] Aug 16 21:29:27.226 INFO O| Aug 16 21:29:27.226 INFO ok! |
9057 | 2024-08-16T21:29:28.301Z | [ host-image] Aug 16 21:29:27.226 INFO O| Aug 16 21:29:27.226 INFO STEP 72 (ensure_file) COMPLETE |
9058 | 2024-08-16T21:29:28.301Z | [ host-image] Aug 16 21:29:27.226 INFO O| Aug 16 21:29:27.226 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9059 | 2024-08-16T21:29:28.309Z | [ host-image] Aug 16 21:29:27.236 INFO O| Aug 16 21:29:27.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9060 | 2024-08-16T21:29:28.309Z | [ host-image] Aug 16 21:29:27.236 INFO O| Aug 16 21:29:27.236 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ... |
9061 | 2024-08-16T21:29:28.312Z | [ host-image] Aug 16 21:29:27.236 INFO O| Aug 16 21:29:27.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9062 | 2024-08-16T21:29:28.312Z | [ host-image] Aug 16 21:29:27.236 INFO O| Aug 16 21:29:27.236 INFO ok! |
9063 | 2024-08-16T21:29:28.312Z | [ host-image] Aug 16 21:29:27.236 INFO O| Aug 16 21:29:27.236 INFO STEP 73 (ensure_file) COMPLETE |
9064 | 2024-08-16T21:29:28.312Z | [ host-image] Aug 16 21:29:27.236 INFO O| Aug 16 21:29:27.236 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9065 | 2024-08-16T21:29:28.318Z | [ host-image] Aug 16 21:29:27.246 INFO O| Aug 16 21:29:27.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9066 | 2024-08-16T21:29:28.319Z | [ host-image] Aug 16 21:29:27.246 INFO O| Aug 16 21:29:27.246 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9067 | 2024-08-16T21:29:28.321Z | [ host-image] Aug 16 21:29:27.246 INFO O| Aug 16 21:29:27.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9068 | 2024-08-16T21:29:28.321Z | [ host-image] Aug 16 21:29:27.246 INFO O| Aug 16 21:29:27.246 INFO ok! |
9069 | 2024-08-16T21:29:28.321Z | [ host-image] Aug 16 21:29:27.246 INFO O| Aug 16 21:29:27.246 INFO STEP 74 (ensure_file) COMPLETE |
9070 | 2024-08-16T21:29:28.321Z | [ host-image] Aug 16 21:29:27.246 INFO O| Aug 16 21:29:27.246 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9071 | 2024-08-16T21:29:28.328Z | [ host-image] Aug 16 21:29:27.256 INFO O| Aug 16 21:29:27.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9072 | 2024-08-16T21:29:28.328Z | [ host-image] Aug 16 21:29:27.256 INFO O| Aug 16 21:29:27.256 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9073 | 2024-08-16T21:29:28.331Z | [ host-image] Aug 16 21:29:27.256 INFO O| Aug 16 21:29:27.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9074 | 2024-08-16T21:29:28.331Z | [ host-image] Aug 16 21:29:27.256 INFO O| Aug 16 21:29:27.256 INFO ok! |
9075 | 2024-08-16T21:29:28.331Z | [ host-image] Aug 16 21:29:27.256 INFO O| Aug 16 21:29:27.256 INFO STEP 75 (ensure_file) COMPLETE |
9076 | 2024-08-16T21:29:28.331Z | [ host-image] Aug 16 21:29:27.256 INFO O| Aug 16 21:29:27.256 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9077 | 2024-08-16T21:29:28.338Z | [ host-image] Aug 16 21:29:27.265 INFO O| Aug 16 21:29:27.265 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9078 | 2024-08-16T21:29:28.340Z | [ host-image] Aug 16 21:29:27.266 INFO O| Aug 16 21:29:27.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9079 | 2024-08-16T21:29:28.340Z | [ host-image] Aug 16 21:29:27.266 INFO O| Aug 16 21:29:27.266 INFO STEP 76 (ensure_dir) COMPLETE |
9080 | 2024-08-16T21:29:28.340Z | [ host-image] Aug 16 21:29:27.266 INFO O| Aug 16 21:29:27.266 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9081 | 2024-08-16T21:29:28.348Z | [ host-image] Aug 16 21:29:27.275 INFO O| Aug 16 21:29:27.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9082 | 2024-08-16T21:29:28.348Z | [ host-image] Aug 16 21:29:27.275 INFO O| Aug 16 21:29:27.275 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9083 | 2024-08-16T21:29:28.832Z | [ host-image] Aug 16 21:29:27.759 INFO O| Aug 16 21:29:27.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9084 | 2024-08-16T21:29:28.832Z | [ host-image] Aug 16 21:29:27.759 INFO O| Aug 16 21:29:27.759 INFO ok! |
9085 | 2024-08-16T21:29:28.832Z | [ host-image] Aug 16 21:29:27.759 INFO O| Aug 16 21:29:27.759 INFO STEP 77 (ensure_file) COMPLETE |
9086 | 2024-08-16T21:29:28.835Z | [ host-image] Aug 16 21:29:27.759 INFO O| Aug 16 21:29:27.759 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-16T21:29:28.844Z | [ host-image] Aug 16 21:29:27.772 INFO O| Aug 16 21:29:27.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9088 | 2024-08-16T21:29:28.844Z | [ host-image] Aug 16 21:29:27.772 INFO O| Aug 16 21:29:27.772 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9089 | 2024-08-16T21:29:28.847Z | [ host-image] Aug 16 21:29:27.772 INFO O| Aug 16 21:29:27.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9090 | 2024-08-16T21:29:28.847Z | [ host-image] Aug 16 21:29:27.772 INFO O| Aug 16 21:29:27.772 INFO ok! |
9091 | 2024-08-16T21:29:28.847Z | [ host-image] Aug 16 21:29:27.772 INFO O| Aug 16 21:29:27.772 INFO STEP 78 (ensure_file) COMPLETE |
9092 | 2024-08-16T21:29:28.847Z | [ host-image] Aug 16 21:29:27.772 INFO O| Aug 16 21:29:27.772 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9093 | 2024-08-16T21:29:28.855Z | [ host-image] Aug 16 21:29:27.782 INFO O| Aug 16 21:29:27.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9094 | 2024-08-16T21:29:28.855Z | [ host-image] Aug 16 21:29:27.782 INFO O| Aug 16 21:29:27.782 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9095 | 2024-08-16T21:29:29.675Z | [ host-image] Aug 16 21:29:28.602 INFO O| Aug 16 21:29:28.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9096 | 2024-08-16T21:29:29.675Z | [ host-image] Aug 16 21:29:28.602 INFO O| Aug 16 21:29:28.602 INFO ok! |
9097 | 2024-08-16T21:29:29.677Z | [ host-image] Aug 16 21:29:28.602 INFO O| Aug 16 21:29:28.602 INFO STEP 79 (ensure_file) COMPLETE |
9098 | 2024-08-16T21:29:29.678Z | [ host-image] Aug 16 21:29:28.602 INFO O| Aug 16 21:29:28.602 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9099 | 2024-08-16T21:29:29.687Z | [ host-image] Aug 16 21:29:28.614 INFO O| Aug 16 21:29:28.614 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9100 | 2024-08-16T21:29:29.689Z | [ host-image] Aug 16 21:29:28.614 INFO O| Aug 16 21:29:28.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9101 | 2024-08-16T21:29:29.689Z | [ host-image] Aug 16 21:29:28.614 INFO O| Aug 16 21:29:28.614 INFO STEP 80 (ensure_dir) COMPLETE |
9102 | 2024-08-16T21:29:29.689Z | [ host-image] Aug 16 21:29:28.614 INFO O| Aug 16 21:29:28.614 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-16T21:29:29.697Z | [ host-image] Aug 16 21:29:28.624 INFO O| Aug 16 21:29:28.624 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9104 | 2024-08-16T21:29:29.697Z | [ host-image] Aug 16 21:29:28.624 INFO O| Aug 16 21:29:28.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9105 | 2024-08-16T21:29:29.697Z | [ host-image] Aug 16 21:29:28.624 INFO O| Aug 16 21:29:28.624 INFO STEP 81 (ensure_dir) COMPLETE |
9106 | 2024-08-16T21:29:29.700Z | [ host-image] Aug 16 21:29:28.624 INFO O| Aug 16 21:29:28.624 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9107 | 2024-08-16T21:29:29.707Z | [ host-image] Aug 16 21:29:28.634 INFO O| Aug 16 21:29:28.634 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9108 | 2024-08-16T21:29:29.707Z | [ host-image] Aug 16 21:29:28.634 INFO O| Aug 16 21:29:28.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9109 | 2024-08-16T21:29:29.709Z | [ host-image] Aug 16 21:29:28.634 INFO O| Aug 16 21:29:28.634 INFO STEP 82 (ensure_dir) COMPLETE |
9110 | 2024-08-16T21:29:29.709Z | [ host-image] Aug 16 21:29:28.634 INFO O| Aug 16 21:29:28.634 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9111 | 2024-08-16T21:29:29.717Z | [ host-image] Aug 16 21:29:28.644 INFO O| Aug 16 21:29:28.644 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9112 | 2024-08-16T21:29:29.720Z | [ host-image] Aug 16 21:29:28.645 INFO O| Aug 16 21:29:28.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9113 | 2024-08-16T21:29:29.720Z | [ host-image] Aug 16 21:29:28.645 INFO O| Aug 16 21:29:28.645 INFO STEP 83 (ensure_dir) COMPLETE |
9114 | 2024-08-16T21:29:29.720Z | [ host-image] Aug 16 21:29:28.645 INFO O| Aug 16 21:29:28.645 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-16T21:29:29.728Z | [ host-image] Aug 16 21:29:28.655 INFO O| Aug 16 21:29:28.654 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9116 | 2024-08-16T21:29:29.731Z | [ host-image] Aug 16 21:29:28.655 INFO O| Aug 16 21:29:28.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9117 | 2024-08-16T21:29:29.731Z | [ host-image] Aug 16 21:29:28.655 INFO O| Aug 16 21:29:28.655 INFO STEP 84 (ensure_dir) COMPLETE |
9118 | 2024-08-16T21:29:29.731Z | [ host-image] Aug 16 21:29:28.655 INFO O| Aug 16 21:29:28.655 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9119 | 2024-08-16T21:29:29.738Z | [ host-image] Aug 16 21:29:28.666 INFO O| Aug 16 21:29:28.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9120 | 2024-08-16T21:29:29.739Z | [ host-image] Aug 16 21:29:28.666 INFO O| Aug 16 21:29:28.666 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ... |
9121 | 2024-08-16T21:29:29.741Z | [ host-image] Aug 16 21:29:28.666 INFO O| Aug 16 21:29:28.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9122 | 2024-08-16T21:29:29.741Z | [ host-image] Aug 16 21:29:28.666 INFO O| Aug 16 21:29:28.666 INFO ok! |
9123 | 2024-08-16T21:29:29.741Z | [ host-image] Aug 16 21:29:28.666 INFO O| Aug 16 21:29:28.666 INFO STEP 85 (ensure_file) COMPLETE |
9124 | 2024-08-16T21:29:29.741Z | [ host-image] Aug 16 21:29:28.666 INFO O| Aug 16 21:29:28.666 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9125 | 2024-08-16T21:29:29.749Z | [ host-image] Aug 16 21:29:28.677 INFO O| Aug 16 21:29:28.676 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9126 | 2024-08-16T21:29:29.752Z | [ host-image] Aug 16 21:29:28.677 INFO O| Aug 16 21:29:28.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9127 | 2024-08-16T21:29:29.752Z | [ host-image] Aug 16 21:29:28.677 INFO O| Aug 16 21:29:28.677 INFO STEP 86 (ensure_dir) COMPLETE |
9128 | 2024-08-16T21:29:29.752Z | [ host-image] Aug 16 21:29:28.677 INFO O| Aug 16 21:29:28.677 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9129 | 2024-08-16T21:29:29.763Z | [ host-image] Aug 16 21:29:28.688 INFO O| Aug 16 21:29:28.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9130 | 2024-08-16T21:29:29.766Z | [ host-image] Aug 16 21:29:28.688 INFO O| Aug 16 21:29:28.688 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9131 | 2024-08-16T21:29:29.766Z | [ host-image] Aug 16 21:29:28.688 INFO O| Aug 16 21:29:28.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9132 | 2024-08-16T21:29:29.766Z | [ host-image] Aug 16 21:29:28.688 INFO O| Aug 16 21:29:28.688 INFO ok! |
9133 | 2024-08-16T21:29:29.766Z | [ host-image] Aug 16 21:29:28.688 INFO O| Aug 16 21:29:28.688 INFO STEP 87 (ensure_file) COMPLETE |
9134 | 2024-08-16T21:29:29.766Z | [ host-image] Aug 16 21:29:28.688 INFO O| Aug 16 21:29:28.688 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9135 | 2024-08-16T21:29:29.771Z | [ host-image] Aug 16 21:29:28.698 INFO O| Aug 16 21:29:28.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9136 | 2024-08-16T21:29:29.771Z | [ host-image] Aug 16 21:29:28.698 INFO O| Aug 16 21:29:28.698 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9137 | 2024-08-16T21:29:29.783Z | [ host-image] Aug 16 21:29:28.710 INFO O| Aug 16 21:29:28.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9138 | 2024-08-16T21:29:29.783Z | [ host-image] Aug 16 21:29:28.710 INFO O| Aug 16 21:29:28.710 INFO ok! |
9139 | 2024-08-16T21:29:29.783Z | [ host-image] Aug 16 21:29:28.710 INFO O| Aug 16 21:29:28.710 INFO STEP 88 (ensure_file) COMPLETE |
9140 | 2024-08-16T21:29:29.787Z | [ host-image] Aug 16 21:29:28.710 INFO O| Aug 16 21:29:28.710 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9141 | 2024-08-16T21:29:29.794Z | [ host-image] Aug 16 21:29:28.721 INFO O| Aug 16 21:29:28.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9142 | 2024-08-16T21:29:29.794Z | [ host-image] Aug 16 21:29:28.721 INFO O| Aug 16 21:29:28.721 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9143 | 2024-08-16T21:29:30.281Z | [ recovery-image] Aug 16 21:29:29.209 INFO image complete! materials are in "/work/os-recovery" |
9144 | 2024-08-16T21:29:30.284Z | [ recovery-image] |
9145 | 2024-08-16T21:29:30.284Z | [ recovery-image] real 7:31.827948146 |
9146 | 2024-08-16T21:29:30.284Z | [ recovery-image] user 4:33.246527110 |
9147 | 2024-08-16T21:29:30.284Z | [ recovery-image] sys 1:01.099580971 |
9148 | 2024-08-16T21:29:30.284Z | [ recovery-image] trap 0.198534087 |
9149 | 2024-08-16T21:29:30.284Z | [ recovery-image] tflt 0.538571712 |
9150 | 2024-08-16T21:29:30.285Z | [ recovery-image] dflt 1.320195955 |
9151 | 2024-08-16T21:29:30.285Z | [ recovery-image] kflt 0.000029467 |
9152 | 2024-08-16T21:29:30.288Z | [ recovery-image] lock 17:05.348406946 |
9153 | 2024-08-16T21:29:30.288Z | [ recovery-image] slp 45:56.824632681 |
9154 | 2024-08-16T21:29:30.288Z | [ recovery-image] lat 1:22.908060993 |
9155 | 2024-08-16T21:29:30.288Z | [ recovery-image] stop 3.199733476 |
9156 | 2024-08-16T21:29:30.288Z | [ host-image] Aug 16 21:29:29.212 INFO O| Aug 16 21:29:29.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9157 | 2024-08-16T21:29:30.288Z | [ host-image] Aug 16 21:29:29.212 INFO O| Aug 16 21:29:29.212 INFO ok! |
9158 | 2024-08-16T21:29:30.288Z | [ host-image] Aug 16 21:29:29.212 INFO O| Aug 16 21:29:29.212 INFO STEP 89 (ensure_file) COMPLETE |
9159 | 2024-08-16T21:29:30.288Z | Aug 16 21:29:29.212 INFO [recovery-image] process exited with exit status: 0 (451.855627701s) |
9160 | 2024-08-16T21:29:30.288Z | [ host-image] Aug 16 21:29:29.212 INFO O| Aug 16 21:29:29.212 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9161 | 2024-08-16T21:29:30.296Z | [ host-image] Aug 16 21:29:29.224 INFO O| Aug 16 21:29:29.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9162 | 2024-08-16T21:29:30.296Z | [ host-image] Aug 16 21:29:29.224 INFO O| Aug 16 21:29:29.224 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9163 | 2024-08-16T21:29:30.299Z | [ host-image] Aug 16 21:29:29.224 INFO O| Aug 16 21:29:29.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9164 | 2024-08-16T21:29:30.299Z | [ host-image] Aug 16 21:29:29.224 INFO O| Aug 16 21:29:29.224 INFO ok! |
9165 | 2024-08-16T21:29:30.299Z | [ host-image] Aug 16 21:29:29.224 INFO O| Aug 16 21:29:29.224 INFO STEP 90 (ensure_file) COMPLETE |
9166 | 2024-08-16T21:29:30.299Z | [ host-image] Aug 16 21:29:29.224 INFO O| Aug 16 21:29:29.224 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9167 | 2024-08-16T21:29:30.307Z | [ host-image] Aug 16 21:29:29.234 INFO O| Aug 16 21:29:29.234 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9168 | 2024-08-16T21:29:30.307Z | [ host-image] Aug 16 21:29:29.235 INFO O| Aug 16 21:29:29.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9169 | 2024-08-16T21:29:30.310Z | [ host-image] Aug 16 21:29:29.235 INFO O| Aug 16 21:29:29.234 INFO STEP 91 (ensure_dir) COMPLETE |
9170 | 2024-08-16T21:29:30.310Z | [ host-image] Aug 16 21:29:29.235 INFO O| Aug 16 21:29:29.235 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9171 | 2024-08-16T21:29:30.317Z | [ host-image] Aug 16 21:29:29.245 INFO O| Aug 16 21:29:29.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9172 | 2024-08-16T21:29:30.317Z | [ host-image] Aug 16 21:29:29.245 INFO O| Aug 16 21:29:29.245 INFO copying /tmp/.tmpxugGXy/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 ... |
9173 | 2024-08-16T21:29:30.320Z | [ host-image] Aug 16 21:29:29.245 INFO O| Aug 16 21:29:29.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9174 | 2024-08-16T21:29:30.320Z | [ host-image] Aug 16 21:29:29.245 INFO O| Aug 16 21:29:29.245 INFO ok! |
9175 | 2024-08-16T21:29:30.320Z | [ host-image] Aug 16 21:29:29.245 INFO O| Aug 16 21:29:29.245 INFO STEP 92 (ensure_file) COMPLETE |
9176 | 2024-08-16T21:29:30.320Z | [ host-image] Aug 16 21:29:29.245 INFO O| Aug 16 21:29:29.245 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9177 | 2024-08-16T21:29:30.328Z | [ host-image] Aug 16 21:29:29.255 INFO O| Aug 16 21:29:29.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9178 | 2024-08-16T21:29:30.328Z | [ host-image] Aug 16 21:29:29.255 INFO O| Aug 16 21:29:29.255 INFO copying /tmp/.tmpxugGXy/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 ... |
9179 | 2024-08-16T21:29:30.330Z | [ host-image] Aug 16 21:29:29.255 INFO O| Aug 16 21:29:29.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9180 | 2024-08-16T21:29:30.330Z | [ host-image] Aug 16 21:29:29.255 INFO O| Aug 16 21:29:29.255 INFO ok! |
9181 | 2024-08-16T21:29:30.330Z | [ host-image] Aug 16 21:29:29.255 INFO O| Aug 16 21:29:29.255 INFO STEP 93 (ensure_file) COMPLETE |
9182 | 2024-08-16T21:29:30.330Z | [ host-image] Aug 16 21:29:29.255 INFO O| Aug 16 21:29:29.255 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9183 | 2024-08-16T21:29:30.338Z | [ host-image] Aug 16 21:29:29.265 INFO O| Aug 16 21:29:29.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9184 | 2024-08-16T21:29:30.338Z | [ host-image] Aug 16 21:29:29.265 INFO O| Aug 16 21:29:29.265 INFO copying /tmp/.tmpxugGXy/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 ... |
9185 | 2024-08-16T21:29:30.340Z | [ host-image] Aug 16 21:29:29.265 INFO O| Aug 16 21:29:29.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9186 | 2024-08-16T21:29:30.340Z | [ host-image] Aug 16 21:29:29.265 INFO O| Aug 16 21:29:29.265 INFO ok! |
9187 | 2024-08-16T21:29:30.340Z | [ host-image] Aug 16 21:29:29.265 INFO O| Aug 16 21:29:29.265 INFO STEP 94 (ensure_file) COMPLETE |
9188 | 2024-08-16T21:29:30.340Z | [ host-image] Aug 16 21:29:29.265 INFO O| Aug 16 21:29:29.265 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9189 | 2024-08-16T21:29:30.347Z | [ host-image] Aug 16 21:29:29.275 INFO O| Aug 16 21:29:29.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9190 | 2024-08-16T21:29:30.347Z | [ host-image] Aug 16 21:29:29.275 INFO O| Aug 16 21:29:29.275 INFO copying /tmp/.tmpxugGXy/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 ... |
9191 | 2024-08-16T21:29:30.350Z | [ host-image] Aug 16 21:29:29.275 INFO O| Aug 16 21:29:29.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9192 | 2024-08-16T21:29:30.350Z | [ host-image] Aug 16 21:29:29.275 INFO O| Aug 16 21:29:29.275 INFO ok! |
9193 | 2024-08-16T21:29:30.350Z | [ host-image] Aug 16 21:29:29.275 INFO O| Aug 16 21:29:29.275 INFO STEP 95 (ensure_file) COMPLETE |
9194 | 2024-08-16T21:29:30.350Z | [ host-image] Aug 16 21:29:29.275 INFO O| Aug 16 21:29:29.275 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9195 | 2024-08-16T21:29:30.357Z | [ host-image] Aug 16 21:29:29.284 INFO O| Aug 16 21:29:29.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9196 | 2024-08-16T21:29:30.357Z | [ host-image] Aug 16 21:29:29.284 INFO O| Aug 16 21:29:29.284 INFO copying /tmp/.tmpxugGXy/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 ... |
9197 | 2024-08-16T21:29:30.359Z | [ host-image] Aug 16 21:29:29.284 INFO O| Aug 16 21:29:29.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9198 | 2024-08-16T21:29:30.359Z | [ host-image] Aug 16 21:29:29.284 INFO O| Aug 16 21:29:29.284 INFO ok! |
9199 | 2024-08-16T21:29:30.359Z | [ host-image] Aug 16 21:29:29.284 INFO O| Aug 16 21:29:29.284 INFO STEP 96 (ensure_file) COMPLETE |
9200 | 2024-08-16T21:29:30.359Z | [ host-image] Aug 16 21:29:29.284 INFO O| Aug 16 21:29:29.284 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9201 | 2024-08-16T21:29:30.367Z | [ host-image] Aug 16 21:29:29.294 INFO O| Aug 16 21:29:29.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9202 | 2024-08-16T21:29:30.369Z | [ host-image] Aug 16 21:29:29.294 INFO O| Aug 16 21:29:29.294 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9203 | 2024-08-16T21:29:30.369Z | [ host-image] Aug 16 21:29:29.294 INFO O| Aug 16 21:29:29.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9204 | 2024-08-16T21:29:30.369Z | [ host-image] Aug 16 21:29:29.294 INFO O| Aug 16 21:29:29.294 INFO ok! |
9205 | 2024-08-16T21:29:30.369Z | [ host-image] Aug 16 21:29:29.294 INFO O| Aug 16 21:29:29.294 INFO STEP 97 (ensure_file) COMPLETE |
9206 | 2024-08-16T21:29:30.369Z | [ host-image] Aug 16 21:29:29.294 INFO O| Aug 16 21:29:29.294 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9207 | 2024-08-16T21:29:30.376Z | [ host-image] Aug 16 21:29:29.303 INFO O| Aug 16 21:29:29.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9208 | 2024-08-16T21:29:30.376Z | [ host-image] Aug 16 21:29:29.303 INFO O| Aug 16 21:29:29.303 INFO copying /tmp/.tmpxugGXy/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 ... |
9209 | 2024-08-16T21:29:30.378Z | [ host-image] Aug 16 21:29:29.304 INFO O| Aug 16 21:29:29.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9210 | 2024-08-16T21:29:30.378Z | [ host-image] Aug 16 21:29:29.304 INFO O| Aug 16 21:29:29.304 INFO ok! |
9211 | 2024-08-16T21:29:30.379Z | [ host-image] Aug 16 21:29:29.304 INFO O| Aug 16 21:29:29.304 INFO STEP 98 (ensure_file) COMPLETE |
9212 | 2024-08-16T21:29:30.379Z | [ host-image] Aug 16 21:29:29.304 INFO O| Aug 16 21:29:29.304 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9213 | 2024-08-16T21:29:30.386Z | [ host-image] Aug 16 21:29:29.313 INFO O| Aug 16 21:29:29.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9214 | 2024-08-16T21:29:30.386Z | [ host-image] Aug 16 21:29:29.313 INFO O| Aug 16 21:29:29.313 INFO copying /tmp/.tmpxugGXy/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 ... |
9215 | 2024-08-16T21:29:30.389Z | [ host-image] Aug 16 21:29:29.313 INFO O| Aug 16 21:29:29.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9216 | 2024-08-16T21:29:30.389Z | [ host-image] Aug 16 21:29:29.313 INFO O| Aug 16 21:29:29.313 INFO ok! |
9217 | 2024-08-16T21:29:30.389Z | [ host-image] Aug 16 21:29:29.313 INFO O| Aug 16 21:29:29.313 INFO STEP 99 (ensure_file) COMPLETE |
9218 | 2024-08-16T21:29:30.389Z | [ host-image] Aug 16 21:29:29.313 INFO O| Aug 16 21:29:29.313 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9219 | 2024-08-16T21:29:30.395Z | [ host-image] Aug 16 21:29:29.322 INFO O| Aug 16 21:29:29.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9220 | 2024-08-16T21:29:30.395Z | [ host-image] Aug 16 21:29:29.322 INFO O| Aug 16 21:29:29.322 INFO copying /tmp/.tmpxugGXy/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 ... |
9221 | 2024-08-16T21:29:30.398Z | [ host-image] Aug 16 21:29:29.322 INFO O| Aug 16 21:29:29.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9222 | 2024-08-16T21:29:30.398Z | [ host-image] Aug 16 21:29:29.322 INFO O| Aug 16 21:29:29.322 INFO ok! |
9223 | 2024-08-16T21:29:30.398Z | [ host-image] Aug 16 21:29:29.322 INFO O| Aug 16 21:29:29.322 INFO STEP 100 (ensure_file) COMPLETE |
9224 | 2024-08-16T21:29:30.398Z | [ host-image] Aug 16 21:29:29.322 INFO O| Aug 16 21:29:29.322 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9225 | 2024-08-16T21:29:30.404Z | [ host-image] Aug 16 21:29:29.332 INFO O| Aug 16 21:29:29.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9226 | 2024-08-16T21:29:30.407Z | [ host-image] Aug 16 21:29:29.332 INFO O| Aug 16 21:29:29.332 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9227 | 2024-08-16T21:29:30.407Z | [ host-image] Aug 16 21:29:29.332 INFO O| Aug 16 21:29:29.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9228 | 2024-08-16T21:29:30.407Z | [ host-image] Aug 16 21:29:29.332 INFO O| Aug 16 21:29:29.332 INFO ok! |
9229 | 2024-08-16T21:29:30.407Z | [ host-image] Aug 16 21:29:29.332 INFO O| Aug 16 21:29:29.332 INFO STEP 101 (ensure_file) COMPLETE |
9230 | 2024-08-16T21:29:30.407Z | [ host-image] Aug 16 21:29:29.332 INFO O| Aug 16 21:29:29.332 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9231 | 2024-08-16T21:29:30.415Z | [ host-image] Aug 16 21:29:29.341 INFO O| Aug 16 21:29:29.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9232 | 2024-08-16T21:29:30.415Z | [ host-image] Aug 16 21:29:29.341 INFO O| Aug 16 21:29:29.341 INFO copying /tmp/.tmpxugGXy/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 ... |
9233 | 2024-08-16T21:29:30.418Z | [ host-image] Aug 16 21:29:29.342 INFO O| Aug 16 21:29:29.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9234 | 2024-08-16T21:29:30.418Z | [ host-image] Aug 16 21:29:29.342 INFO O| Aug 16 21:29:29.342 INFO ok! |
9235 | 2024-08-16T21:29:30.418Z | [ host-image] Aug 16 21:29:29.342 INFO O| Aug 16 21:29:29.342 INFO STEP 102 (ensure_file) COMPLETE |
9236 | 2024-08-16T21:29:30.418Z | [ host-image] Aug 16 21:29:29.342 INFO O| Aug 16 21:29:29.342 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9237 | 2024-08-16T21:29:30.424Z | [ host-image] Aug 16 21:29:29.351 INFO O| Aug 16 21:29:29.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9238 | 2024-08-16T21:29:30.424Z | [ host-image] Aug 16 21:29:29.351 INFO O| Aug 16 21:29:29.351 INFO copying /tmp/.tmpxugGXy/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 ... |
9239 | 2024-08-16T21:29:30.426Z | [ host-image] Aug 16 21:29:29.351 INFO O| Aug 16 21:29:29.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9240 | 2024-08-16T21:29:30.426Z | [ host-image] Aug 16 21:29:29.351 INFO O| Aug 16 21:29:29.351 INFO ok! |
9241 | 2024-08-16T21:29:30.426Z | [ host-image] Aug 16 21:29:29.351 INFO O| Aug 16 21:29:29.351 INFO STEP 103 (ensure_file) COMPLETE |
9242 | 2024-08-16T21:29:30.426Z | [ host-image] Aug 16 21:29:29.351 INFO O| Aug 16 21:29:29.351 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9243 | 2024-08-16T21:29:30.437Z | [ host-image] Aug 16 21:29:29.361 INFO O| Aug 16 21:29:29.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9244 | 2024-08-16T21:29:30.437Z | [ host-image] Aug 16 21:29:29.361 INFO O| Aug 16 21:29:29.361 INFO copying /tmp/.tmpxugGXy/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 ... |
9245 | 2024-08-16T21:29:30.440Z | [ host-image] Aug 16 21:29:29.361 INFO O| Aug 16 21:29:29.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9246 | 2024-08-16T21:29:30.440Z | [ host-image] Aug 16 21:29:29.361 INFO O| Aug 16 21:29:29.361 INFO ok! |
9247 | 2024-08-16T21:29:30.440Z | [ host-image] Aug 16 21:29:29.361 INFO O| Aug 16 21:29:29.361 INFO STEP 104 (ensure_file) COMPLETE |
9248 | 2024-08-16T21:29:30.440Z | [ host-image] Aug 16 21:29:29.361 INFO O| Aug 16 21:29:29.361 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9249 | 2024-08-16T21:29:30.443Z | [ host-image] Aug 16 21:29:29.370 INFO O| Aug 16 21:29:29.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9250 | 2024-08-16T21:29:30.445Z | [ host-image] Aug 16 21:29:29.370 INFO O| Aug 16 21:29:29.370 INFO copying /tmp/.tmpxugGXy/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 ... |
9251 | 2024-08-16T21:29:30.445Z | [ host-image] Aug 16 21:29:29.370 INFO O| Aug 16 21:29:29.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9252 | 2024-08-16T21:29:30.445Z | [ host-image] Aug 16 21:29:29.370 INFO O| Aug 16 21:29:29.370 INFO ok! |
9253 | 2024-08-16T21:29:30.446Z | [ host-image] Aug 16 21:29:29.370 INFO O| Aug 16 21:29:29.370 INFO STEP 105 (ensure_file) COMPLETE |
9254 | 2024-08-16T21:29:30.446Z | [ host-image] Aug 16 21:29:29.370 INFO O| Aug 16 21:29:29.370 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9255 | 2024-08-16T21:29:30.452Z | [ host-image] Aug 16 21:29:29.380 INFO O| Aug 16 21:29:29.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9256 | 2024-08-16T21:29:30.452Z | [ host-image] Aug 16 21:29:29.380 INFO O| Aug 16 21:29:29.380 INFO copying /tmp/.tmpxugGXy/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 ... |
9257 | 2024-08-16T21:29:30.455Z | [ host-image] Aug 16 21:29:29.380 INFO O| Aug 16 21:29:29.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9258 | 2024-08-16T21:29:30.455Z | [ host-image] Aug 16 21:29:29.380 INFO O| Aug 16 21:29:29.380 INFO ok! |
9259 | 2024-08-16T21:29:30.455Z | [ host-image] Aug 16 21:29:29.380 INFO O| Aug 16 21:29:29.380 INFO STEP 106 (ensure_file) COMPLETE |
9260 | 2024-08-16T21:29:30.455Z | [ host-image] Aug 16 21:29:29.380 INFO O| Aug 16 21:29:29.380 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9261 | 2024-08-16T21:29:30.462Z | [ host-image] Aug 16 21:29:29.389 INFO O| Aug 16 21:29:29.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9262 | 2024-08-16T21:29:30.462Z | [ host-image] Aug 16 21:29:29.389 INFO O| Aug 16 21:29:29.389 INFO copying /tmp/.tmpxugGXy/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 ... |
9263 | 2024-08-16T21:29:30.464Z | [ host-image] Aug 16 21:29:29.389 INFO O| Aug 16 21:29:29.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9264 | 2024-08-16T21:29:30.464Z | [ host-image] Aug 16 21:29:29.389 INFO O| Aug 16 21:29:29.389 INFO ok! |
9265 | 2024-08-16T21:29:30.464Z | [ host-image] Aug 16 21:29:29.389 INFO O| Aug 16 21:29:29.389 INFO STEP 107 (ensure_file) COMPLETE |
9266 | 2024-08-16T21:29:30.465Z | [ host-image] Aug 16 21:29:29.389 INFO O| Aug 16 21:29:29.389 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9267 | 2024-08-16T21:29:30.472Z | [ host-image] Aug 16 21:29:29.399 INFO O| Aug 16 21:29:29.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9268 | 2024-08-16T21:29:30.474Z | [ host-image] Aug 16 21:29:29.399 INFO O| Aug 16 21:29:29.399 INFO copying /tmp/.tmpxugGXy/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 ... |
9269 | 2024-08-16T21:29:30.474Z | [ host-image] Aug 16 21:29:29.399 INFO O| Aug 16 21:29:29.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9270 | 2024-08-16T21:29:30.474Z | [ host-image] Aug 16 21:29:29.399 INFO O| Aug 16 21:29:29.399 INFO ok! |
9271 | 2024-08-16T21:29:30.474Z | [ host-image] Aug 16 21:29:29.399 INFO O| Aug 16 21:29:29.399 INFO STEP 108 (ensure_file) COMPLETE |
9272 | 2024-08-16T21:29:30.474Z | [ host-image] Aug 16 21:29:29.399 INFO O| Aug 16 21:29:29.399 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9273 | 2024-08-16T21:29:30.481Z | [ host-image] Aug 16 21:29:29.408 INFO O| Aug 16 21:29:29.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9274 | 2024-08-16T21:29:30.484Z | [ host-image] Aug 16 21:29:29.408 INFO O| Aug 16 21:29:29.408 INFO copying /tmp/.tmpxugGXy/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 ... |
9275 | 2024-08-16T21:29:30.484Z | [ host-image] Aug 16 21:29:29.408 INFO O| Aug 16 21:29:29.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9276 | 2024-08-16T21:29:30.484Z | [ host-image] Aug 16 21:29:29.409 INFO O| Aug 16 21:29:29.408 INFO ok! |
9277 | 2024-08-16T21:29:30.484Z | [ host-image] Aug 16 21:29:29.409 INFO O| Aug 16 21:29:29.408 INFO STEP 109 (ensure_file) COMPLETE |
9278 | 2024-08-16T21:29:30.484Z | [ host-image] Aug 16 21:29:29.409 INFO O| Aug 16 21:29:29.408 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9279 | 2024-08-16T21:29:30.490Z | [ host-image] Aug 16 21:29:29.418 INFO O| Aug 16 21:29:29.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9280 | 2024-08-16T21:29:30.490Z | [ host-image] Aug 16 21:29:29.418 INFO O| Aug 16 21:29:29.418 INFO copying /tmp/.tmpxugGXy/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 ... |
9281 | 2024-08-16T21:29:30.491Z | [ host-image] Aug 16 21:29:29.418 INFO O| Aug 16 21:29:29.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9282 | 2024-08-16T21:29:30.491Z | [ host-image] Aug 16 21:29:29.418 INFO O| Aug 16 21:29:29.418 INFO ok! |
9283 | 2024-08-16T21:29:30.493Z | [ host-image] Aug 16 21:29:29.418 INFO O| Aug 16 21:29:29.418 INFO STEP 110 (ensure_file) COMPLETE |
9284 | 2024-08-16T21:29:30.493Z | [ host-image] Aug 16 21:29:29.418 INFO O| Aug 16 21:29:29.418 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9285 | 2024-08-16T21:29:30.500Z | [ host-image] Aug 16 21:29:29.427 INFO O| Aug 16 21:29:29.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9286 | 2024-08-16T21:29:30.500Z | [ host-image] Aug 16 21:29:29.427 INFO O| Aug 16 21:29:29.427 INFO copying /tmp/.tmpxugGXy/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 ... |
9287 | 2024-08-16T21:29:30.502Z | [ host-image] Aug 16 21:29:29.427 INFO O| Aug 16 21:29:29.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9288 | 2024-08-16T21:29:30.502Z | [ host-image] Aug 16 21:29:29.427 INFO O| Aug 16 21:29:29.427 INFO ok! |
9289 | 2024-08-16T21:29:30.502Z | [ host-image] Aug 16 21:29:29.427 INFO O| Aug 16 21:29:29.427 INFO STEP 111 (ensure_file) COMPLETE |
9290 | 2024-08-16T21:29:30.502Z | [ host-image] Aug 16 21:29:29.427 INFO O| Aug 16 21:29:29.427 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9291 | 2024-08-16T21:29:30.510Z | [ host-image] Aug 16 21:29:29.437 INFO O| Aug 16 21:29:29.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9292 | 2024-08-16T21:29:30.510Z | [ host-image] Aug 16 21:29:29.437 INFO O| Aug 16 21:29:29.437 INFO copying /tmp/.tmpxugGXy/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 ... |
9293 | 2024-08-16T21:29:30.512Z | [ host-image] Aug 16 21:29:29.437 INFO O| Aug 16 21:29:29.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9294 | 2024-08-16T21:29:30.512Z | [ host-image] Aug 16 21:29:29.437 INFO O| Aug 16 21:29:29.437 INFO ok! |
9295 | 2024-08-16T21:29:30.512Z | [ host-image] Aug 16 21:29:29.437 INFO O| Aug 16 21:29:29.437 INFO STEP 112 (ensure_file) COMPLETE |
9296 | 2024-08-16T21:29:30.512Z | [ host-image] Aug 16 21:29:29.437 INFO O| Aug 16 21:29:29.437 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9297 | 2024-08-16T21:29:30.519Z | [ host-image] Aug 16 21:29:29.446 INFO O| Aug 16 21:29:29.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9298 | 2024-08-16T21:29:30.519Z | [ host-image] Aug 16 21:29:29.446 INFO O| Aug 16 21:29:29.446 INFO copying /tmp/.tmpxugGXy/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 ... |
9299 | 2024-08-16T21:29:30.522Z | [ host-image] Aug 16 21:29:29.446 INFO O| Aug 16 21:29:29.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9300 | 2024-08-16T21:29:30.522Z | [ host-image] Aug 16 21:29:29.446 INFO O| Aug 16 21:29:29.446 INFO ok! |
9301 | 2024-08-16T21:29:30.522Z | [ host-image] Aug 16 21:29:29.447 INFO O| Aug 16 21:29:29.446 INFO STEP 113 (ensure_file) COMPLETE |
9302 | 2024-08-16T21:29:30.522Z | [ host-image] Aug 16 21:29:29.447 INFO O| Aug 16 21:29:29.446 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9303 | 2024-08-16T21:29:30.529Z | [ host-image] Aug 16 21:29:29.456 INFO O| Aug 16 21:29:29.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9304 | 2024-08-16T21:29:30.529Z | [ host-image] Aug 16 21:29:29.456 INFO O| Aug 16 21:29:29.456 INFO copying /tmp/.tmpxugGXy/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 ... |
9305 | 2024-08-16T21:29:30.529Z | [ host-image] Aug 16 21:29:29.456 INFO O| Aug 16 21:29:29.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9306 | 2024-08-16T21:29:30.529Z | [ host-image] Aug 16 21:29:29.456 INFO O| Aug 16 21:29:29.456 INFO ok! |
9307 | 2024-08-16T21:29:30.532Z | [ host-image] Aug 16 21:29:29.456 INFO O| Aug 16 21:29:29.456 INFO STEP 114 (ensure_file) COMPLETE |
9308 | 2024-08-16T21:29:30.532Z | [ host-image] Aug 16 21:29:29.456 INFO O| Aug 16 21:29:29.456 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9309 | 2024-08-16T21:29:30.539Z | [ host-image] Aug 16 21:29:29.465 INFO O| Aug 16 21:29:29.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9310 | 2024-08-16T21:29:30.539Z | [ host-image] Aug 16 21:29:29.465 INFO O| Aug 16 21:29:29.465 INFO copying /tmp/.tmpxugGXy/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 ... |
9311 | 2024-08-16T21:29:30.541Z | [ host-image] Aug 16 21:29:29.466 INFO O| Aug 16 21:29:29.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9312 | 2024-08-16T21:29:30.541Z | [ host-image] Aug 16 21:29:29.466 INFO O| Aug 16 21:29:29.466 INFO ok! |
9313 | 2024-08-16T21:29:30.541Z | [ host-image] Aug 16 21:29:29.466 INFO O| Aug 16 21:29:29.466 INFO STEP 115 (ensure_file) COMPLETE |
9314 | 2024-08-16T21:29:30.541Z | [ host-image] Aug 16 21:29:29.466 INFO O| Aug 16 21:29:29.466 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9315 | 2024-08-16T21:29:30.548Z | [ host-image] Aug 16 21:29:29.475 INFO O| Aug 16 21:29:29.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9316 | 2024-08-16T21:29:30.548Z | [ host-image] Aug 16 21:29:29.475 INFO O| Aug 16 21:29:29.475 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9317 | 2024-08-16T21:29:30.550Z | [ host-image] Aug 16 21:29:29.475 INFO O| Aug 16 21:29:29.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9318 | 2024-08-16T21:29:30.550Z | [ host-image] Aug 16 21:29:29.475 INFO O| Aug 16 21:29:29.475 INFO ok! |
9319 | 2024-08-16T21:29:30.550Z | [ host-image] Aug 16 21:29:29.475 INFO O| Aug 16 21:29:29.475 INFO STEP 116 (ensure_file) COMPLETE |
9320 | 2024-08-16T21:29:30.550Z | [ host-image] Aug 16 21:29:29.475 INFO O| Aug 16 21:29:29.475 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9321 | 2024-08-16T21:29:30.557Z | [ host-image] Aug 16 21:29:29.485 INFO O| Aug 16 21:29:29.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9322 | 2024-08-16T21:29:30.557Z | [ host-image] Aug 16 21:29:29.485 INFO O| Aug 16 21:29:29.485 INFO copying /tmp/.tmpxugGXy/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 ... |
9323 | 2024-08-16T21:29:30.562Z | [ host-image] Aug 16 21:29:29.485 INFO O| Aug 16 21:29:29.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9324 | 2024-08-16T21:29:30.562Z | [ host-image] Aug 16 21:29:29.485 INFO O| Aug 16 21:29:29.485 INFO ok! |
9325 | 2024-08-16T21:29:30.562Z | [ host-image] Aug 16 21:29:29.485 INFO O| Aug 16 21:29:29.485 INFO STEP 117 (ensure_file) COMPLETE |
9326 | 2024-08-16T21:29:30.562Z | [ host-image] Aug 16 21:29:29.485 INFO O| Aug 16 21:29:29.485 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9327 | 2024-08-16T21:29:30.567Z | [ host-image] Aug 16 21:29:29.494 INFO O| Aug 16 21:29:29.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9328 | 2024-08-16T21:29:30.567Z | [ host-image] Aug 16 21:29:29.494 INFO O| Aug 16 21:29:29.494 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9329 | 2024-08-16T21:29:30.569Z | [ host-image] Aug 16 21:29:29.494 INFO O| Aug 16 21:29:29.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9330 | 2024-08-16T21:29:30.569Z | [ host-image] Aug 16 21:29:29.494 INFO O| Aug 16 21:29:29.494 INFO ok! |
9331 | 2024-08-16T21:29:30.569Z | [ host-image] Aug 16 21:29:29.494 INFO O| Aug 16 21:29:29.494 INFO STEP 118 (ensure_file) COMPLETE |
9332 | 2024-08-16T21:29:30.569Z | [ host-image] Aug 16 21:29:29.494 INFO O| Aug 16 21:29:29.494 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9333 | 2024-08-16T21:29:30.576Z | [ host-image] Aug 16 21:29:29.504 INFO O| Aug 16 21:29:29.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9334 | 2024-08-16T21:29:30.576Z | [ host-image] Aug 16 21:29:29.504 INFO O| Aug 16 21:29:29.504 INFO copying /tmp/.tmpxugGXy/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9335 | 2024-08-16T21:29:33.733Z | [ host-image] Aug 16 21:29:32.659 INFO O| Aug 16 21:29:32.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9336 | 2024-08-16T21:29:33.733Z | [ host-image] Aug 16 21:29:32.659 INFO O| Aug 16 21:29:32.659 INFO ok! |
9337 | 2024-08-16T21:29:33.735Z | [ host-image] Aug 16 21:29:32.659 INFO O| Aug 16 21:29:32.659 INFO STEP 119 (ensure_file) COMPLETE |
9338 | 2024-08-16T21:29:33.735Z | [ host-image] Aug 16 21:29:32.659 INFO O| Aug 16 21:29:32.659 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9339 | 2024-08-16T21:29:33.743Z | [ host-image] Aug 16 21:29:32.670 INFO O| Aug 16 21:29:32.670 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9340 | 2024-08-16T21:29:33.743Z | [ host-image] Aug 16 21:29:32.670 INFO O| Aug 16 21:29:32.670 INFO STEP 120 (ensure_dir) COMPLETE |
9341 | 2024-08-16T21:29:33.746Z | [ host-image] Aug 16 21:29:32.670 INFO O| Aug 16 21:29:32.670 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9342 | 2024-08-16T21:29:33.753Z | [ host-image] Aug 16 21:29:32.680 INFO O| Aug 16 21:29:32.680 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9343 | 2024-08-16T21:29:33.753Z | [ host-image] Aug 16 21:29:32.680 INFO O| Aug 16 21:29:32.680 INFO STEP 121 (ensure_dir) COMPLETE |
9344 | 2024-08-16T21:29:33.755Z | [ host-image] Aug 16 21:29:32.680 INFO O| Aug 16 21:29:32.680 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9345 | 2024-08-16T21:29:33.763Z | [ host-image] Aug 16 21:29:32.690 INFO O| Aug 16 21:29:32.690 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9346 | 2024-08-16T21:29:33.763Z | [ host-image] Aug 16 21:29:32.690 INFO O| Aug 16 21:29:32.690 INFO STEP 122 (ensure_dir) COMPLETE |
9347 | 2024-08-16T21:29:33.766Z | [ host-image] Aug 16 21:29:32.690 INFO O| Aug 16 21:29:32.690 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9348 | 2024-08-16T21:29:33.774Z | [ host-image] Aug 16 21:29:32.701 INFO O| Aug 16 21:29:32.701 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9349 | 2024-08-16T21:29:33.774Z | [ host-image] Aug 16 21:29:32.701 INFO O| Aug 16 21:29:32.701 INFO STEP 123 (ensure_dir) COMPLETE |
9350 | 2024-08-16T21:29:33.774Z | [ host-image] Aug 16 21:29:32.701 INFO O| Aug 16 21:29:32.701 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9351 | 2024-08-16T21:29:33.785Z | [ host-image] Aug 16 21:29:32.712 INFO O| Aug 16 21:29:32.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9352 | 2024-08-16T21:29:33.787Z | [ host-image] Aug 16 21:29:32.712 INFO O| Aug 16 21:29:32.712 INFO copying /tmp/.tmpxugGXy/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 ... |
9353 | 2024-08-16T21:29:33.787Z | [ host-image] Aug 16 21:29:32.712 INFO O| Aug 16 21:29:32.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9354 | 2024-08-16T21:29:33.787Z | [ host-image] Aug 16 21:29:32.712 INFO O| Aug 16 21:29:32.712 INFO ok! |
9355 | 2024-08-16T21:29:33.787Z | [ host-image] Aug 16 21:29:32.712 INFO O| Aug 16 21:29:32.712 INFO STEP 124 (ensure_file) COMPLETE |
9356 | 2024-08-16T21:29:33.787Z | [ host-image] Aug 16 21:29:32.712 INFO O| Aug 16 21:29:32.712 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9357 | 2024-08-16T21:29:33.796Z | [ host-image] Aug 16 21:29:32.723 INFO O| Aug 16 21:29:32.723 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9358 | 2024-08-16T21:29:33.796Z | [ host-image] Aug 16 21:29:32.723 INFO O| Aug 16 21:29:32.723 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9359 | 2024-08-16T21:29:33.796Z | [ host-image] Aug 16 21:29:32.723 INFO O| Aug 16 21:29:32.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9360 | 2024-08-16T21:29:33.798Z | [ host-image] Aug 16 21:29:32.723 INFO O| Aug 16 21:29:32.723 INFO STEP 125 (ensure_dir) COMPLETE |
9361 | 2024-08-16T21:29:33.798Z | [ host-image] Aug 16 21:29:32.723 INFO O| Aug 16 21:29:32.723 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-08-16T21:29:33.805Z | [ host-image] Aug 16 21:29:32.733 INFO O| Aug 16 21:29:32.733 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9363 | 2024-08-16T21:29:33.806Z | [ host-image] Aug 16 21:29:32.733 INFO O| Aug 16 21:29:32.733 INFO copying /tmp/.tmpxugGXy/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9364 | 2024-08-16T21:29:33.808Z | [ host-image] Aug 16 21:29:32.733 INFO O| Aug 16 21:29:32.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9365 | 2024-08-16T21:29:33.808Z | [ host-image] Aug 16 21:29:32.733 INFO O| Aug 16 21:29:32.733 INFO ok! |
9366 | 2024-08-16T21:29:33.808Z | [ host-image] Aug 16 21:29:32.733 INFO O| Aug 16 21:29:32.733 INFO STEP 126 (ensure_file) COMPLETE |
9367 | 2024-08-16T21:29:33.808Z | [ host-image] Aug 16 21:29:32.733 INFO O| Aug 16 21:29:32.733 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9368 | 2024-08-16T21:29:33.815Z | [ host-image] Aug 16 21:29:32.742 INFO O| Aug 16 21:29:32.742 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9369 | 2024-08-16T21:29:33.818Z | [ host-image] Aug 16 21:29:32.743 INFO O| Aug 16 21:29:32.743 INFO STEP 127 (remove_files) COMPLETE |
9370 | 2024-08-16T21:29:33.818Z | [ host-image] Aug 16 21:29:32.743 INFO O| Aug 16 21:29:32.743 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9371 | 2024-08-16T21:29:33.825Z | [ host-image] Aug 16 21:29:32.752 INFO O| Aug 16 21:29:32.752 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9372 | 2024-08-16T21:29:33.827Z | [ host-image] Aug 16 21:29:32.752 INFO O| Aug 16 21:29:32.752 INFO STEP 128 (remove_files) COMPLETE |
9373 | 2024-08-16T21:29:33.827Z | [ host-image] Aug 16 21:29:32.752 INFO O| Aug 16 21:29:32.752 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9374 | 2024-08-16T21:29:33.834Z | [ host-image] Aug 16 21:29:32.761 INFO O| Aug 16 21:29:32.761 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9375 | 2024-08-16T21:29:33.837Z | [ host-image] Aug 16 21:29:32.762 INFO O| Aug 16 21:29:32.761 INFO STEP 129 (remove_files) COMPLETE |
9376 | 2024-08-16T21:29:33.837Z | [ host-image] Aug 16 21:29:32.762 INFO O| Aug 16 21:29:32.762 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9377 | 2024-08-16T21:29:33.844Z | [ host-image] Aug 16 21:29:32.771 INFO O| Aug 16 21:29:32.771 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9378 | 2024-08-16T21:29:33.847Z | [ host-image] Aug 16 21:29:32.771 INFO O| Aug 16 21:29:32.771 INFO STEP 130 (remove_files) COMPLETE |
9379 | 2024-08-16T21:29:33.847Z | [ host-image] Aug 16 21:29:32.771 INFO O| Aug 16 21:29:32.771 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9380 | 2024-08-16T21:29:33.853Z | [ host-image] Aug 16 21:29:32.780 INFO O| Aug 16 21:29:32.780 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9381 | 2024-08-16T21:29:33.855Z | [ host-image] Aug 16 21:29:32.780 INFO O| Aug 16 21:29:32.780 INFO STEP 131 (remove_files) COMPLETE |
9382 | 2024-08-16T21:29:33.855Z | [ host-image] Aug 16 21:29:32.780 INFO O| Aug 16 21:29:32.780 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9383 | 2024-08-16T21:29:33.862Z | [ host-image] Aug 16 21:29:32.790 INFO O| Aug 16 21:29:32.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9384 | 2024-08-16T21:29:33.865Z | [ host-image] Aug 16 21:29:32.790 INFO O| Aug 16 21:29:32.790 INFO STEP 132 (remove_files) COMPLETE |
9385 | 2024-08-16T21:29:33.865Z | [ host-image] Aug 16 21:29:32.790 INFO O| Aug 16 21:29:32.790 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9386 | 2024-08-16T21:29:33.872Z | [ host-image] Aug 16 21:29:32.799 INFO O| Aug 16 21:29:32.799 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9387 | 2024-08-16T21:29:33.872Z | [ host-image] Aug 16 21:29:32.799 INFO O| Aug 16 21:29:32.799 INFO STEP 133 (remove_files) COMPLETE |
9388 | 2024-08-16T21:29:33.874Z | [ host-image] Aug 16 21:29:32.799 INFO O| Aug 16 21:29:32.799 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9389 | 2024-08-16T21:29:33.882Z | [ host-image] Aug 16 21:29:32.808 INFO O| Aug 16 21:29:32.808 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9390 | 2024-08-16T21:29:33.882Z | [ host-image] Aug 16 21:29:32.808 INFO O| Aug 16 21:29:32.808 INFO STEP 134 (remove_files) COMPLETE |
9391 | 2024-08-16T21:29:33.882Z | [ host-image] Aug 16 21:29:32.808 INFO O| Aug 16 21:29:32.808 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9392 | 2024-08-16T21:29:33.891Z | [ host-image] Aug 16 21:29:32.818 INFO O| Aug 16 21:29:32.818 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9393 | 2024-08-16T21:29:33.893Z | [ host-image] Aug 16 21:29:32.818 INFO O| Aug 16 21:29:32.818 INFO STEP 135 (remove_files) COMPLETE |
9394 | 2024-08-16T21:29:33.893Z | [ host-image] Aug 16 21:29:32.818 INFO O| Aug 16 21:29:32.818 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9395 | 2024-08-16T21:29:33.900Z | [ host-image] Aug 16 21:29:32.827 INFO O| Aug 16 21:29:32.827 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9396 | 2024-08-16T21:29:33.900Z | [ host-image] Aug 16 21:29:32.827 INFO O| Aug 16 21:29:32.827 INFO STEP 136 (remove_files) COMPLETE |
9397 | 2024-08-16T21:29:33.903Z | [ host-image] Aug 16 21:29:32.827 INFO O| Aug 16 21:29:32.827 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9398 | 2024-08-16T21:29:33.909Z | [ host-image] Aug 16 21:29:32.837 INFO O| Aug 16 21:29:32.836 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9399 | 2024-08-16T21:29:33.910Z | [ host-image] Aug 16 21:29:32.837 INFO O| Aug 16 21:29:32.837 INFO STEP 137 (remove_files) COMPLETE |
9400 | 2024-08-16T21:29:33.910Z | [ host-image] Aug 16 21:29:32.837 INFO O| Aug 16 21:29:32.837 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9401 | 2024-08-16T21:29:33.920Z | [ host-image] Aug 16 21:29:32.846 INFO O| Aug 16 21:29:32.846 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9402 | 2024-08-16T21:29:33.920Z | [ host-image] Aug 16 21:29:32.846 INFO O| Aug 16 21:29:32.846 INFO STEP 138 (remove_files) COMPLETE |
9403 | 2024-08-16T21:29:33.922Z | [ host-image] Aug 16 21:29:32.846 INFO O| Aug 16 21:29:32.846 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9404 | 2024-08-16T21:29:33.928Z | [ host-image] Aug 16 21:29:32.855 INFO O| Aug 16 21:29:32.855 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9405 | 2024-08-16T21:29:33.931Z | [ host-image] Aug 16 21:29:32.855 INFO O| Aug 16 21:29:32.855 INFO STEP 139 (remove_files) COMPLETE |
9406 | 2024-08-16T21:29:33.931Z | [ host-image] Aug 16 21:29:32.855 INFO O| Aug 16 21:29:32.855 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9407 | 2024-08-16T21:29:33.938Z | [ host-image] Aug 16 21:29:32.865 INFO O| Aug 16 21:29:32.865 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9408 | 2024-08-16T21:29:33.938Z | [ host-image] Aug 16 21:29:32.865 INFO O| Aug 16 21:29:32.865 INFO STEP 140 (remove_files) COMPLETE |
9409 | 2024-08-16T21:29:33.938Z | [ host-image] Aug 16 21:29:32.865 INFO O| Aug 16 21:29:32.865 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9410 | 2024-08-16T21:29:33.947Z | [ host-image] Aug 16 21:29:32.874 INFO O| Aug 16 21:29:32.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9411 | 2024-08-16T21:29:33.947Z | [ host-image] Aug 16 21:29:32.874 INFO O| Aug 16 21:29:32.874 INFO STEP 141 (remove_files) COMPLETE |
9412 | 2024-08-16T21:29:33.947Z | [ host-image] Aug 16 21:29:32.874 INFO O| Aug 16 21:29:32.874 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9413 | 2024-08-16T21:29:33.956Z | [ host-image] Aug 16 21:29:32.883 INFO O| Aug 16 21:29:32.883 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9414 | 2024-08-16T21:29:33.956Z | [ host-image] Aug 16 21:29:32.884 INFO O| Aug 16 21:29:32.884 INFO STEP 142 (remove_files) COMPLETE |
9415 | 2024-08-16T21:29:33.956Z | [ host-image] Aug 16 21:29:32.884 INFO O| Aug 16 21:29:32.884 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9416 | 2024-08-16T21:29:33.966Z | [ host-image] Aug 16 21:29:32.893 INFO O| Aug 16 21:29:32.893 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9417 | 2024-08-16T21:29:33.966Z | [ host-image] Aug 16 21:29:32.893 INFO O| Aug 16 21:29:32.893 INFO STEP 143 (remove_files) COMPLETE |
9418 | 2024-08-16T21:29:33.966Z | [ host-image] Aug 16 21:29:32.893 INFO O| Aug 16 21:29:32.893 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9419 | 2024-08-16T21:29:33.975Z | [ host-image] Aug 16 21:29:32.902 INFO O| Aug 16 21:29:32.902 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9420 | 2024-08-16T21:29:33.975Z | [ host-image] Aug 16 21:29:32.902 INFO O| Aug 16 21:29:32.902 INFO STEP 144 (remove_files) COMPLETE |
9421 | 2024-08-16T21:29:33.977Z | [ host-image] Aug 16 21:29:32.902 INFO O| Aug 16 21:29:32.902 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9422 | 2024-08-16T21:29:33.984Z | [ host-image] Aug 16 21:29:32.912 INFO O| Aug 16 21:29:32.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9423 | 2024-08-16T21:29:33.984Z | [ host-image] Aug 16 21:29:32.912 INFO O| Aug 16 21:29:32.912 INFO STEP 145 (remove_files) COMPLETE |
9424 | 2024-08-16T21:29:33.987Z | [ host-image] Aug 16 21:29:32.912 INFO O| Aug 16 21:29:32.912 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9425 | 2024-08-16T21:29:33.994Z | [ host-image] Aug 16 21:29:32.921 INFO O| Aug 16 21:29:32.921 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9426 | 2024-08-16T21:29:33.994Z | [ host-image] Aug 16 21:29:32.921 INFO O| Aug 16 21:29:32.921 INFO STEP 146 (remove_files) COMPLETE |
9427 | 2024-08-16T21:29:33.997Z | [ host-image] Aug 16 21:29:32.921 INFO O| Aug 16 21:29:32.921 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9428 | 2024-08-16T21:29:34.003Z | [ host-image] Aug 16 21:29:32.930 INFO O| Aug 16 21:29:32.930 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9429 | 2024-08-16T21:29:34.003Z | [ host-image] Aug 16 21:29:32.930 INFO O| Aug 16 21:29:32.930 INFO STEP 147 (remove_files) COMPLETE |
9430 | 2024-08-16T21:29:34.006Z | [ host-image] Aug 16 21:29:32.930 INFO O| Aug 16 21:29:32.930 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9431 | 2024-08-16T21:29:34.012Z | [ host-image] Aug 16 21:29:32.940 INFO O| Aug 16 21:29:32.940 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9432 | 2024-08-16T21:29:34.015Z | [ host-image] Aug 16 21:29:32.940 INFO O| Aug 16 21:29:32.940 INFO STEP 148 (remove_files) COMPLETE |
9433 | 2024-08-16T21:29:34.015Z | [ host-image] Aug 16 21:29:32.940 INFO O| Aug 16 21:29:32.940 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9434 | 2024-08-16T21:29:34.022Z | [ host-image] Aug 16 21:29:32.949 INFO O| Aug 16 21:29:32.949 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9435 | 2024-08-16T21:29:34.022Z | [ host-image] Aug 16 21:29:32.949 INFO O| Aug 16 21:29:32.949 INFO STEP 149 (remove_files) COMPLETE |
9436 | 2024-08-16T21:29:34.024Z | [ host-image] Aug 16 21:29:32.949 INFO O| Aug 16 21:29:32.949 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9437 | 2024-08-16T21:29:34.031Z | [ host-image] Aug 16 21:29:32.958 INFO O| Aug 16 21:29:32.958 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9438 | 2024-08-16T21:29:34.031Z | [ host-image] Aug 16 21:29:32.958 INFO O| Aug 16 21:29:32.958 INFO STEP 150 (remove_files) COMPLETE |
9439 | 2024-08-16T21:29:34.034Z | [ host-image] Aug 16 21:29:32.958 INFO O| Aug 16 21:29:32.958 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9440 | 2024-08-16T21:29:34.040Z | [ host-image] Aug 16 21:29:32.968 INFO O| Aug 16 21:29:32.968 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9441 | 2024-08-16T21:29:34.043Z | [ host-image] Aug 16 21:29:32.968 INFO O| Aug 16 21:29:32.968 INFO STEP 151 (remove_files) COMPLETE |
9442 | 2024-08-16T21:29:34.043Z | [ host-image] Aug 16 21:29:32.968 INFO O| Aug 16 21:29:32.968 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9443 | 2024-08-16T21:29:34.050Z | [ host-image] Aug 16 21:29:32.977 INFO O| Aug 16 21:29:32.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9444 | 2024-08-16T21:29:34.050Z | [ host-image] Aug 16 21:29:32.977 INFO O| Aug 16 21:29:32.977 INFO STEP 152 (remove_files) COMPLETE |
9445 | 2024-08-16T21:29:34.053Z | [ host-image] Aug 16 21:29:32.977 INFO O| Aug 16 21:29:32.977 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9446 | 2024-08-16T21:29:34.066Z | [ host-image] Aug 16 21:29:32.992 INFO O| Aug 16 21:29:32.991 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9447 | 2024-08-16T21:29:34.066Z | [ host-image] Aug 16 21:29:32.992 INFO O| Aug 16 21:29:32.991 INFO STEP 153 (remove_files) COMPLETE |
9448 | 2024-08-16T21:29:34.066Z | [ host-image] Aug 16 21:29:32.992 INFO O| Aug 16 21:29:32.991 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9449 | 2024-08-16T21:29:34.082Z | [ host-image] Aug 16 21:29:33.009 INFO O| Aug 16 21:29:33.009 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9450 | 2024-08-16T21:29:34.082Z | [ host-image] Aug 16 21:29:33.009 INFO O| Aug 16 21:29:33.009 INFO STEP 154 (remove_files) COMPLETE |
9451 | 2024-08-16T21:29:34.082Z | [ host-image] Aug 16 21:29:33.009 INFO O| Aug 16 21:29:33.009 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9452 | 2024-08-16T21:29:34.092Z | [ host-image] Aug 16 21:29:33.019 INFO O| Aug 16 21:29:33.019 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9453 | 2024-08-16T21:29:34.092Z | [ host-image] Aug 16 21:29:33.019 INFO O| Aug 16 21:29:33.019 INFO STEP 155 (remove_files) COMPLETE |
9454 | 2024-08-16T21:29:34.094Z | [ host-image] Aug 16 21:29:33.019 INFO O| Aug 16 21:29:33.019 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9455 | 2024-08-16T21:29:34.107Z | [ host-image] Aug 16 21:29:33.034 INFO O| Aug 16 21:29:33.034 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9456 | 2024-08-16T21:29:34.107Z | [ host-image] Aug 16 21:29:33.034 INFO O| Aug 16 21:29:33.034 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9457 | 2024-08-16T21:29:39.243Z | [ host-image] Aug 16 21:29:38.170 INFO O| Aug 16 21:29:38.170 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 |
9458 | 2024-08-16T21:29:39.243Z | [ host-image] Aug 16 21:29:38.170 INFO O| Aug 16 21:29:38.170 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9459 | 2024-08-16T21:29:39.257Z | [ host-image] Aug 16 21:29:38.184 INFO O| Aug 16 21:29:38.184 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9460 | 2024-08-16T21:29:39.337Z | [ host-image] Aug 16 21:29:38.264 INFO O| Aug 16 21:29:38.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9461 | 2024-08-16T21:29:39.337Z | [ host-image] Aug 16 21:29:38.264 INFO O| Aug 16 21:29:38.264 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9462 | 2024-08-16T21:29:39.340Z | [ host-image] Aug 16 21:29:38.266 INFO O| Aug 16 21:29:38.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9463 | 2024-08-16T21:29:39.340Z | [ host-image] Aug 16 21:29:38.266 INFO O| Aug 16 21:29:38.266 INFO ok! |
9464 | 2024-08-16T21:29:39.340Z | [ host-image] Aug 16 21:29:38.266 INFO O| Aug 16 21:29:38.266 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9465 | 2024-08-16T21:29:39.340Z | [ host-image] Aug 16 21:29:38.266 INFO O| Aug 16 21:29:38.266 INFO STEP 156 (seed_smf) COMPLETE |
9466 | 2024-08-16T21:29:39.340Z | [ host-image] Aug 16 21:29:38.266 INFO O| Aug 16 21:29:38.266 INFO steps complete; finalising image! |
9467 | 2024-08-16T21:29:39.340Z | [ host-image] Aug 16 21:29:38.266 INFO O| Aug 16 21:29:38.266 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9468 | 2024-08-16T21:29:39.481Z | [ host-image] Aug 16 21:29:38.407 INFO O| Aug 16 21:29:38.407 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Fri Aug 16 21:29:38 2024) |
9469 | 2024-08-16T21:29:39.705Z | [ host-image] Aug 16 21:29:38.631 INFO O| Aug 16 21:29:38.631 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio |
9470 | 2024-08-16T21:29:39.705Z | [ host-image] Aug 16 21:29:38.631 INFO O| Aug 16 21:29:38.631 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9471 | 2024-08-16T21:29:40.005Z | [ host-image] Aug 16 21:29:38.932 INFO O| Aug 16 21:29:38.932 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9472 | 2024-08-16T21:29:40.005Z | [ host-image] Aug 16 21:29:38.932 INFO O| Aug 16 21:29:38.932 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9473 | 2024-08-16T21:29:41.052Z | [ host-image] Aug 16 21:29:39.978 INFO O| Aug 16 21:29:39.978 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9474 | 2024-08-16T21:29:41.052Z | [ host-image] Aug 16 21:29:39.978 INFO O| Aug 16 21:29:39.978 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9475 | 2024-08-16T21:29:41.055Z | [ host-image] Aug 16 21:29:39.978 INFO O| Aug 16 21:29:39.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9476 | 2024-08-16T21:29:41.055Z | [ host-image] Aug 16 21:29:39.978 INFO O| Aug 16 21:29:39.978 INFO completed processing gimlet/zfs |
9477 | 2024-08-16T21:29:41.055Z | [ host-image] Aug 16 21:29:39.978 INFO O| Aug 16 21:29:39.978 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9478 | 2024-08-16T21:29:47.741Z | [ host-image] Aug 16 21:29:46.598 INFO O| Aug 16 21:29:46.598 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9479 | 2024-08-16T21:29:47.768Z | [ host-image] Aug 16 21:29:46.692 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
9480 | 2024-08-16T21:29:47.768Z | [ host-image] Aug 16 21:29:46.692 INFO expanded image name: "ci 5415c99/${os_short_commit} 2024-08-16 21:01" -> "ci 5415c99/f449ff4 2024-08-16 21:01" |
9481 | 2024-08-16T21:29:47.775Z | [ host-image] Aug 16 21:29:46.692 INFO output artefacts stored in: "/work/os-host" |
9482 | 2024-08-16T21:29:47.775Z | [ host-image] Aug 16 21:29:46.693 INFO collecting git info from project "image-builder"... |
9483 | 2024-08-16T21:29:47.785Z | [ host-image] Aug 16 21:29:46.699 INFO collecting git info from project "pilot"... |
9484 | 2024-08-16T21:29:47.785Z | [ host-image] Aug 16 21:29:46.704 INFO collecting git info from project "amd-firmware"... |
9485 | 2024-08-16T21:29:47.800Z | [ host-image] Aug 16 21:29:46.712 INFO collecting git info from project "amd-host-image-builder"... |
9486 | 2024-08-16T21:29:47.807Z | [ host-image] Aug 16 21:29:46.726 INFO collecting git info from project "phbl"... |
9487 | 2024-08-16T21:29:47.816Z | [ host-image] Aug 16 21:29:46.731 INFO collecting git info from project "chelsio-t6-roms"... |
9488 | 2024-08-16T21:29:47.817Z | [ host-image] Aug 16 21:29:46.735 INFO collecting git info from project "pinprick"... |
9489 | 2024-08-16T21:29:47.817Z | [ host-image] Aug 16 21:29:46.740 INFO collecting git info from project "bootserver"... |
9490 | 2024-08-16T21:29:47.821Z | [ host-image] Aug 16 21:29:46.744 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9491 | 2024-08-16T21:29:48.195Z | [ host-image] Aug 16 21:29:47.120 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9492 | 2024-08-16T21:29:48.556Z | [ host-image] Aug 16 21:29:47.482 INFO creating Oxide boot image... |
9493 | 2024-08-16T21:29:48.557Z | [ host-image] Aug 16 21:29:47.482 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 5415c99/f449ff4 2024-08-16 21:01", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9494 | 2024-08-16T21:29:49.481Z | [ host-image] Aug 16 21:29:48.406 INFO O| ok, image written! |
9495 | 2024-08-16T21:29:49.481Z | [ host-image] Aug 16 21:29:48.406 INFO O| ok, boot_image_csum file written! |
9496 | 2024-08-16T21:29:49.484Z | [ host-image] Aug 16 21:29:48.409 INFO creating boot archive (CPIO)... |
9497 | 2024-08-16T21:29:49.484Z | [ host-image] Aug 16 21:29:48.409 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 |
9498 | 2024-08-16T21:29:49.490Z | [ host-image] Aug 16 21:29:48.416 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9499 | 2024-08-16T21:29:49.490Z | [ host-image] Aug 16 21:29:48.416 INFO E| + outfile=/work/os-host/cpio |
9500 | 2024-08-16T21:29:49.493Z | [ host-image] Aug 16 21:29:48.416 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9501 | 2024-08-16T21:29:49.493Z | [ host-image] Aug 16 21:29:48.418 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9502 | 2024-08-16T21:29:49.493Z | [ host-image] Aug 16 21:29:48.418 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9503 | 2024-08-16T21:29:49.525Z | [ host-image] Aug 16 21:29:48.451 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9504 | 2024-08-16T21:29:49.528Z | [ host-image] Aug 16 21:29:48.451 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9505 | 2024-08-16T21:29:49.533Z | [ host-image] Aug 16 21:29:48.459 INFO creating compressed cpio/unix for nanobl-rs... |
9506 | 2024-08-16T21:29:49.536Z | [ host-image] Aug 16 21:29:48.459 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 |
9507 | 2024-08-16T21:29:49.825Z | [ host-image] Aug 16 21:29:48.750 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9508 | 2024-08-16T21:29:54.185Z | [ host-image] Aug 16 21:29:53.110 INFO creating reset image... |
9509 | 2024-08-16T21:29:54.188Z | [ host-image] Aug 16 21:29:53.111 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9510 | 2024-08-16T21:29:54.274Z | [ host-image] Aug 16 21:29:53.198 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9511 | 2024-08-16T21:29:54.278Z | [ host-image] Aug 16 21:29:53.198 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9512 | 2024-08-16T21:29:54.339Z | [ host-image] Aug 16 21:29:53.264 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9513 | 2024-08-16T21:29:56.592Z | [ host-image] Aug 16 21:29:55.517 INFO E| Finished `release` profile [optimized] target(s) in 2.30s |
9514 | 2024-08-16T21:29:56.603Z | [ host-image] Aug 16 21:29:55.529 INFO building host image... |
9515 | 2024-08-16T21:29:56.606Z | [ host-image] Aug 16 21:29:55.529 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") |
9516 | 2024-08-16T21:29:57.193Z | [ host-image] Aug 16 21:29:55.983 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9517 | 2024-08-16T21:30:43.118Z | [ host-image] Aug 16 21:30:42.040 INFO image complete! materials are in "/work/os-host" |
9518 | 2024-08-16T21:30:43.120Z | [ host-image] |
9519 | 2024-08-16T21:30:43.120Z | [ host-image] real 9:01.225441579 |
9520 | 2024-08-16T21:30:43.123Z | [ host-image] user 3:55.921199712 |
9521 | 2024-08-16T21:30:43.123Z | [ host-image] sys 47.054702853 |
9522 | 2024-08-16T21:30:43.123Z | [ host-image] trap 0.136841099 |
9523 | 2024-08-16T21:30:43.123Z | [ host-image] tflt 0.010919899 |
9524 | 2024-08-16T21:30:43.123Z | [ host-image] dflt 0.057549049 |
9525 | 2024-08-16T21:30:43.123Z | [ host-image] kflt 0.000000000 |
9526 | 2024-08-16T21:30:43.123Z | [ host-image] lock 9:31.476899530 |
9527 | 2024-08-16T21:30:43.123Z | [ host-image] slp 50:15.599700827 |
9528 | 2024-08-16T21:30:43.123Z | [ host-image] lat 56.068585272 |
9529 | 2024-08-16T21:30:43.123Z | [ host-image] stop 0.776367056 |
9530 | 2024-08-16T21:30:43.123Z | Aug 16 21:30:42.043 INFO [host-image] process exited with exit status: 0 (541.238966527s) |
9531 | 2024-08-16T21:30:43.123Z | Aug 16 21:30:42.043 INFO [tuf-repo] running task |
9532 | 2024-08-16T21:30:50.477Z | Aug 16 21:30:49.398 INFO assembling repository in `/tmp/tufaceous5spL7u`, component: OmicronRepoAssembler |
9533 | 2024-08-16T21:30:55.209Z | Aug 16 21:30:54.131 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9534 | 2024-08-16T21:30:55.405Z | Aug 16 21:30:54.326 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9535 | 2024-08-16T21:31:06.426Z | Aug 16 21:31:05.346 INFO [tuf-repo] task succeeded (23.302988143s) |
9536 | 2024-08-16T21:31:06.426Z | Aug 16 21:31:05.346 INFO all jobs completed in 1799.077964494s |
9537 | 2024-08-16T21:31:06.993Z | process exited: duration 2352303 ms, exit code 0 |
|
9538 | 2024-08-16T21:31:07.004Z | found 33 output files |
9539 | 2024-08-16T21:31:07.004Z | uploading: /work/manifest.toml (8404 bytes) |
9540 | 2024-08-16T21:31:08.014Z | uploaded: /work/manifest.toml |
9541 | 2024-08-16T21:31:08.014Z | uploading: /work/repo.zip (1782481986 bytes) |
9542 | 2024-08-16T21:31:44.490Z | uploaded: /work/repo.zip |
9543 | 2024-08-16T21:31:44.490Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9544 | 2024-08-16T21:31:45.508Z | uploaded: /work/repo.zip.sha256.txt |
9545 | 2024-08-16T21:31:45.508Z | uploading: /work/helios-setup.log (52176 bytes) |
9546 | 2024-08-16T21:31:46.520Z | uploaded: /work/helios-setup.log |
9547 | 2024-08-16T21:31:46.520Z | uploading: /work/host-image.log (195511 bytes) |
9548 | 2024-08-16T21:31:47.536Z | uploaded: /work/host-image.log |
9549 | 2024-08-16T21:31:47.536Z | uploading: /work/host-package.log (18783 bytes) |
9550 | 2024-08-16T21:31:48.545Z | uploaded: /work/host-package.log |
9551 | 2024-08-16T21:31:48.545Z | uploading: /work/host-target.log (101 bytes) |
9552 | 2024-08-16T21:31:49.552Z | uploaded: /work/host-target.log |
9553 | 2024-08-16T21:31:49.552Z | uploading: /work/omicron-package.log (4572 bytes) |
9554 | 2024-08-16T21:31:50.561Z | uploaded: /work/omicron-package.log |
9555 | 2024-08-16T21:31:50.561Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9556 | 2024-08-16T21:31:51.569Z | uploaded: /work/phbl-toolchain.log |
9557 | 2024-08-16T21:31:51.569Z | uploading: /work/recovery-image.log (592017 bytes) |
9558 | 2024-08-16T21:31:52.587Z | uploaded: /work/recovery-image.log |
9559 | 2024-08-16T21:31:52.587Z | uploading: /work/recovery-package.log (282 bytes) |
9560 | 2024-08-16T21:31:53.594Z | uploaded: /work/recovery-package.log |
9561 | 2024-08-16T21:31:53.594Z | uploading: /work/recovery-target.log (57 bytes) |
9562 | 2024-08-16T21:31:54.602Z | uploaded: /work/recovery-target.log |
9563 | 2024-08-16T21:31:54.605Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9564 | 2024-08-16T21:31:55.611Z | uploaded: /work/stamp-clickhouse.log |
9565 | 2024-08-16T21:31:55.614Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9566 | 2024-08-16T21:31:56.620Z | uploaded: /work/stamp-clickhouse_keeper.log |
9567 | 2024-08-16T21:31:56.620Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9568 | 2024-08-16T21:31:57.628Z | uploaded: /work/stamp-cockroachdb.log |
9569 | 2024-08-16T21:31:57.631Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9570 | 2024-08-16T21:31:58.636Z | uploaded: /work/stamp-crucible-dtrace.log |
9571 | 2024-08-16T21:31:58.636Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9572 | 2024-08-16T21:31:59.644Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9573 | 2024-08-16T21:31:59.647Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9574 | 2024-08-16T21:32:00.652Z | uploaded: /work/stamp-crucible-zone.log |
9575 | 2024-08-16T21:32:00.652Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9576 | 2024-08-16T21:32:01.659Z | uploaded: /work/stamp-external-dns.log |
9577 | 2024-08-16T21:32:01.660Z | uploading: /work/stamp-installinator.log (103 bytes) |
9578 | 2024-08-16T21:32:02.667Z | uploaded: /work/stamp-installinator.log |
9579 | 2024-08-16T21:32:02.667Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9580 | 2024-08-16T21:32:03.673Z | uploaded: /work/stamp-internal-dns.log |
9581 | 2024-08-16T21:32:03.673Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9582 | 2024-08-16T21:32:04.680Z | uploaded: /work/stamp-mg-ddm-gz.log |
9583 | 2024-08-16T21:32:04.683Z | uploading: /work/stamp-nexus.log (112 bytes) |
9584 | 2024-08-16T21:32:05.689Z | uploaded: /work/stamp-nexus.log |
9585 | 2024-08-16T21:32:05.689Z | uploading: /work/stamp-ntp.log (110 bytes) |
9586 | 2024-08-16T21:32:06.696Z | uploaded: /work/stamp-ntp.log |
9587 | 2024-08-16T21:32:06.696Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9588 | 2024-08-16T21:32:07.703Z | uploaded: /work/stamp-omicron-sled-agent.log |
9589 | 2024-08-16T21:32:07.703Z | uploading: /work/stamp-overlay.log (114 bytes) |
9590 | 2024-08-16T21:32:08.711Z | uploaded: /work/stamp-overlay.log |
9591 | 2024-08-16T21:32:08.711Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9592 | 2024-08-16T21:32:09.718Z | uploaded: /work/stamp-oximeter.log |
9593 | 2024-08-16T21:32:09.719Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9594 | 2024-08-16T21:32:10.726Z | uploaded: /work/stamp-oxlog.log |
9595 | 2024-08-16T21:32:10.729Z | uploading: /work/stamp-probe.log (112 bytes) |
9596 | 2024-08-16T21:32:11.736Z | uploaded: /work/stamp-probe.log |
9597 | 2024-08-16T21:32:11.736Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9598 | 2024-08-16T21:32:12.745Z | uploaded: /work/stamp-propolis-server.log |
9599 | 2024-08-16T21:32:12.745Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9600 | 2024-08-16T21:32:13.753Z | uploaded: /work/stamp-pumpkind-gz.log |
9601 | 2024-08-16T21:32:13.753Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9602 | 2024-08-16T21:32:14.760Z | uploaded: /work/stamp-switch-asic.log |
9603 | 2024-08-16T21:32:14.763Z | uploading: /work/verify-libraries.log (1883 bytes) |
9604 | 2024-08-16T21:32:15.769Z | uploaded: /work/verify-libraries.log |